diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..72dc29fc19dc6e031ca8a4d78efe3de7896349d5 --- /dev/null +++ b/README.md @@ -0,0 +1,590 @@ +--- +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 +--- + +# Airbot_MMK2_pull_tissue + +## 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_rgb/episode_000000.mp4) + +### Overview + +- **Total Episodes:** 49 +- **Total Frames:** 11531 +- **FPS:** 30 +- **Dataset Size:** 405.79 MB +- **Robot Name:** `Airbot_MMK2` +- **End-Effector Type:** `five_finger_gripper` +- **Teleoperation Type:** `Due to some reasons, this dataset temporarily cannot provide the teleoperation type information.` +- **Sensors:** `cam_head_rgb`, +`cam_left_wrist_rgb`, +`cam_right_wrist_rgb`, +`cam_front_rgb` + +- **Camera Information:** cam_head_rgb; +cam_left_wrist_rgb; +cam_right_wrist_rgb; +cam_front_rgb + +- **Scene:** `household->living_room` +- **Objects:** `tissue_paper(unknown)`, +`tissue_box(unknown)` + +- **Task Description:** take a tissue paper out of tissue box by hand. + + +### Primary Task Instruction +> take a tissue paper out of tissue box by hand. + +### Robot Configuration + +- **Robot Name:** `Airbot_MMK2` +- **Codebase Version:** `v2.1` +- **End-Effector Type:** `five_finger_gripper` +- **Teleoperation Type:** `Due to some reasons, this dataset temporarily cannot provide the teleoperation type information.` + +## Scene and Objects + +### Scene Type +`household->living_room` + +### Objects +- `tissue_paper(unknown)` +- `tissue_box(unknown)` + + +## Task Descriptions + +- **Standardized Task Description:** `take a tissue paper out of tissue box by hand.` +- **Operation Type:** `Due to some reasons, this dataset temporarily cannot provide the operation type information.` + +- **Environment Type:** `Due to some reasons, this dataset temporarily cannot provide the environment type information.` + +### Sub-Tasks +This dataset includes 6 distinct subtasks: + +1. **Place the tissue on the table with the right gripper** (Index: 0) +2. **End** (Index: 1) +3. **Pull out a piece of tissue with the right gripper** (Index: 2) +4. **Abnormal** (Index: 3) +5. **Grasp the a piece of tissue with the right gripper** (Index: 4) +6. **null** (Index: 5) + + +### Atomic Actions +- `grasp` +- `pick` +- `place` + + +## Hardware and Sensors + + +### Sensors + +- `cam_head_rgb` + +- `cam_left_wrist_rgb` + +- `cam_right_wrist_rgb` + +- `cam_front_rgb` + + + + +### Camera Information + + +- `cam_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 + +- `cam_front_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:** `end_rotation_dim` +- **End-Effector Translation:** `end_translation_dim` + + + + +## Dataset Statistics + +| Metric | Value | +|--------|-------| +| **Total Episodes** | 49 | +| **Total Frames** | 11531 | +| **Total Tasks** | 6 | +| **Total Videos** | 196 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **State Dimensions** | 36 | +| **Action Dimensions** | 36 | +| **Camera Views** | 4 | +| **Dataset Size** | 405.79 MB | + + +## Data Splits + +The dataset is organized into the following splits: + +- **Training**: Episodes 0:48 + + +## 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_left_wrist_rgb/episode_{id}.mp{id}` +- **Chunking**: Data is organized into 1 chunk(s) +of size 1000 + +### Data Structure (Tree) + +``` +Airbot_MMK2_pull_tissue_qced_hardlink/ +|-- annotations +| |-- eef_acc_mag_annotation.jsonl +| |-- eef_direction_annotation.jsonl +| |-- eef_velocity_annotation.jsonl +| |-- gripper_activity_annotation.jsonl +| |-- gripper_mode_annotation.jsonl +| |-- scene_annotations.jsonl +| `-- subtask_annotations.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 +| `-- ... (37 more entries) +|-- meta +| |-- episodes.jsonl +| |-- episodes_stats.jsonl +| |-- info.json +| `-- tasks.jsonl +`-- videos + `-- chunk-000 + |-- observation.images.cam_front_rgb + |-- observation.images.cam_head_rgb + |-- observation.images.cam_left_wrist_rgb + `-- observation.images.cam_right_wrist_rgb +``` + +## Camera Views + + + + + + +This dataset includes 4 camera views: `cam_head_rgb`, `cam_left_wrist_rgb`, `cam_right_wrist_rgb`, `cam_front_rgb`. + + +## Features (Full YAML) + +```yaml +observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad +action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 +subtask_annotation: + names: null + shape: + - 5 + dtype: int32 +scene_annotation: + names: null + shape: + - 1 + dtype: int32 +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 + shape: + - 12 + dtype: float32 +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 + shape: + - 12 + dtype: float32 +eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 +eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 +eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 +eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 +eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + +``` + +## 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` +- `scene_annotations.jsonl` +- `subtask_annotations.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/annotations/scene_annotations.jsonl b/annotations/scene_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1e2c26cc1237aba16127ac9fe6425d03e26297f8 --- /dev/null +++ b/annotations/scene_annotations.jsonl @@ -0,0 +1,49 @@ +{"scene_index": 0, "scene": "The tissue paper is in the center"} +{"scene_index": 1, "scene": "The tissue paper is in the center"} +{"scene_index": 2, "scene": "The tissue paper is in the center"} +{"scene_index": 3, "scene": "The tissue paper is in the center"} +{"scene_index": 4, "scene": "The tissue paper is in the center"} +{"scene_index": 5, "scene": "The tissue paper is in the center"} +{"scene_index": 6, "scene": "The tissue paper is in the center"} +{"scene_index": 7, "scene": "The tissue paper is in the center"} +{"scene_index": 8, "scene": "The tissue paper is in the center"} +{"scene_index": 9, "scene": "The tissue paper is in the center"} +{"scene_index": 10, "scene": "The tissue paper is in the center"} +{"scene_index": 11, "scene": "The tissue paper is in the center"} +{"scene_index": 12, "scene": "The tissue paper is in the center"} +{"scene_index": 13, "scene": "The tissue paper is in the center"} +{"scene_index": 14, "scene": "The tissue paper is in the center"} +{"scene_index": 15, "scene": "The tissue paper is in the center"} +{"scene_index": 16, "scene": "The tissue paper is in the center"} +{"scene_index": 17, "scene": "The tissue paper is in the center"} +{"scene_index": 18, "scene": "The tissue paper is in the center"} +{"scene_index": 19, "scene": "The tissue paper is in the center"} +{"scene_index": 20, "scene": "The tissue paper is in the center"} +{"scene_index": 21, "scene": "The tissue paper is in the center"} +{"scene_index": 22, "scene": "The tissue paper is in the center"} +{"scene_index": 23, "scene": "The tissue paper is in the center"} +{"scene_index": 24, "scene": "The tissue paper is in the center"} +{"scene_index": 25, "scene": "The tissue paper is in the center"} +{"scene_index": 26, "scene": "The tissue paper is in the center"} +{"scene_index": 27, "scene": "The tissue paper is in the center"} +{"scene_index": 28, "scene": "The tissue paper is in the center"} +{"scene_index": 29, "scene": "The tissue paper is in the center"} +{"scene_index": 30, "scene": "The tissue paper is in the center"} +{"scene_index": 31, "scene": "The tissue paper is in the center"} +{"scene_index": 32, "scene": "The tissue paper is in the center"} +{"scene_index": 33, "scene": "The tissue paper is in the center"} +{"scene_index": 34, "scene": "The tissue paper is in the center"} +{"scene_index": 35, "scene": "The tissue paper is in the center"} +{"scene_index": 36, "scene": "The tissue paper is in the center"} +{"scene_index": 37, "scene": "The tissue paper is in the center"} +{"scene_index": 38, "scene": "The tissue paper is in the center"} +{"scene_index": 39, "scene": "The tissue paper is in the center"} +{"scene_index": 40, "scene": "The tissue paper is in the center"} +{"scene_index": 41, "scene": "The tissue paper is in the center"} +{"scene_index": 42, "scene": "The tissue paper is in the center"} +{"scene_index": 43, "scene": "The tissue paper is in the center"} +{"scene_index": 44, "scene": "The tissue paper is in the center"} +{"scene_index": 45, "scene": "The tissue paper is in the center"} +{"scene_index": 46, "scene": "The tissue paper is in the center"} +{"scene_index": 47, "scene": "The tissue paper is in the center"} +{"scene_index": 48, "scene": "The tissue paper is in the center"} diff --git a/annotations/subtask_annotations.jsonl b/annotations/subtask_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..536f6e6317972f6c05f4b25a20199c9ea9003c04 --- /dev/null +++ b/annotations/subtask_annotations.jsonl @@ -0,0 +1,6 @@ +{"subtask_index": 0, "subtask": "Place the tissue on the table with the right gripper"} +{"subtask_index": 1, "subtask": "End"} +{"subtask_index": 2, "subtask": "Pull out a piece of tissue with the right gripper"} +{"subtask_index": 3, "subtask": "Abnormal"} +{"subtask_index": 4, "subtask": "Grasp the a piece of tissue with the right gripper"} +{"subtask_index": 5, "subtask": "null"} diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26a4164b57d1ba7aef21f002210c63fb1cfc4678 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003110947d541cce0cbf9d4c2b3ab0ebd15169407fe1a2495b40c1551c28974c +size 63231 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d481376696983648e822971175707ca84afeb07c --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bbc169e3c55abae0622be8e32e7c0e47a318defd313187cfce5c34a446b4ba +size 215966 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f71a0477b641a7c5253b706f7278806bc296d70a --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43de8f0344992a431e604a66f6806686322e4520bbee3d3f89d6fd16ddf1d1a +size 65759 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5b0f0f76eda006807f4310fcf00c3add063fd2d --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f43a5dbf25b2ce1c37cc985134bedfde2383def2611307f02c5909b36fa2c5 +size 74797 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d4595c0a901dae7c71cf1cc140878faa96a64d0 --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ae8679b31c51c203da92b2ba1305b61aad43a33ae0ca1cfa40e0f6adb485d5 +size 109212 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c6e93b84e868187b1ceb4ff42db2f61f1d1166b --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4405f64e850388fff79fb3c59bcb1f2c69319195b2048f772a033069bd333fc +size 97508 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dac7ddcdee11735688ca32845b6de9f9dedede4e --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98ce4868bcbf125bf01734d74bac135c81ab9b2f07e9b17d11555649383ec53 +size 165568 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3e3b941e0fab6dd17b48af911418a1b0a114826 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09431df14b14fc8415030462d023950862e7acc246c390ed9a65f5c0d2c5e111 +size 173914 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d75030c434c8fa4529b9aa5dbdca25182b76076 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7d6a1376f9e8dd3cbdc4fbdec42efae1d63d256b1e33e176fda0af040fccbe +size 238110 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf72e0ac74240f3e11b9df3f37d4628902dc72a4 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163225fd36ec88d5ded179cdd2cc81fe3465455023d61ecbfe48db0a97657fd6 +size 175682 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0f2a5ee9e766d2f634f7498e472f554462bee0d --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6ba97035025113a5ccd51512a5f0d58595cea2ec8794fa440e68e4f23a0527 +size 171070 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e012edc55d69034bb9b091a967974ecb30f0105 --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f43ce605ead88747304865ae2644b1a1ffc40c8ef041c5bbc58325544da208 +size 156455 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82de9e0aac56004cd6afb1e6aa19af4255b4829f --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d577344f853e310b7c574e0c29e43093f45fab41cf363d8ad97885fe203bc618 +size 87819 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d156d7cc30e3a064712075f73bce4acc74223908 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1012e99d099c98d965fe665d4c0025db55cffb7571324cc654d1248fa634de56 +size 84496 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de8ccc86c405ce79b5d2a8ad08bc5cce7bca1c06 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebfd355fc444882ffaa5379599376d3f54d322c0591c14b27d1dd4ab5ab49d8 +size 70127 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ea0233284bba27d741670dbd4241c7e41310d5b --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b3de839d11a647b3b13550c3b6de8000a078d7f31f95de85f52ccc069d7988 +size 171819 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7040cf53cf7106f0d41741d642fb546eb34d090 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b37f296891ec6ff374095b5c807787541ad8335e16bc7d3ca904945016b4b2a +size 170811 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..331334c5d882040440cda999998465231a2fb4ae --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4b2616348dcfaf7d32e09a9a124f081b6a761ec81545b670997fdccca4f796 +size 114570 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17b4cd1e7873a532fb601ddeff6efdb92c4635c6 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31af0df4816b43a2cb2d40f7380e2282c29be4f593c7f8284768e3718a410e46 +size 162525 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..70ba01c347c35da3bb5c4555d8aa78bfca5ed26a --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e133537529826e5a2ea970fabc8ab5707230e62006cbeb9c6467be8bc8382a10 +size 73843 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd56d43ddc9b424b5ae54c37d79e2221d09025e5 --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786cc53d4734b1600d40eeab37a275970d5595955d16107e909b5aefc0b7363d +size 183034 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f032703f38a1b10ae65f78953d3cb615d82a5a3 --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103507f98e810bdac9af2f1d6106b226dc0d57e56d2593d62f3e314c79cfacfa +size 237147 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bccd5b047884f617816706cae19ecd2cc2991a70 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149a55ef4d0b1b846547de2d1fffa82814bcbf4a356dc4853a684d56b36659df +size 319151 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..479086ef261f8de384448ee4976953ed4360a9b7 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac90c5235f78fc3ec11bfbc026ae75818cbb166d07c3c5cdb598d167980c09ce +size 106048 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad1d8963edb2809eed9279307fef4b2f7f065afb --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e786858c6ef071ccebdab317bcd36878595d1cebca22fd9699602d0c960b37d2 +size 92636 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b728cc5ef50532cfb6b7b7d436a25266d9691eaa --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192de874521d639167233fec68ba8dc5220f3c83498582a89d453718a490ef7e +size 279454 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3a34321c55b47572095857476d85f734ec8d7b8 --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b4bd7c9085e53c8ed0b69c10b1ebb2031341651adf3b39126b519cd3dfac81 +size 110360 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cde6aa85a0bc6bd265fbe1281deed6a7e1accd2 --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4223d5ee2923f76d5ec5de12ce121e03462e366998d387867378fd64636616 +size 92845 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d144646747e7a055cb210c359d3103150a827eca --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff3dbda86ff19782e1a15b00f8dc43114262a679ffca06f5fa7fcd0e8651a7d +size 228903 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07d54754f07c0db7bd978f9768471fec867775bd --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fea62af90126c569f267d38ced9c3d307bb66208471b21ccd8e32f4ec3f381d +size 90463 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed7b6e9d570a7855040dc530af563b314fcc901c --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014a45c85f0c549479ba0aa5b0598152b4ccd95b69f9457023d0f57b11d4244a +size 159113 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7fe331d0c6ee96507ad5b3078628b99718ff49b --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b378da058074150a21e42ac9fdf67acf5f582c41a6d47a8f1d7b71df8b453308 +size 79719 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcc789668a04af620450c62d73a22037f553a688 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fca3970a38117d70d302f088ddb43fc7e3d3c45b8e1c876629bebf058c8433 +size 69077 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2af62d91c76fe725a9ef5088a93da20d3bfd6aec --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1e1dd25ea295ab951826023e44f4e46adfcd7a7251328a23f45652fc39e697 +size 69424 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59ebeb7a14a42cf74346c89606a5e9bd0ce2d15f --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3a7842ec17b2c6538df19ed94a2da632930475fd51fdd24850a9810d51d55f +size 276514 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64f1dc2a4217b13befc2dbccb7f36d2701f3a928 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f1b49c1ad5ce3edaee32796fa9152bacce5a485415c02ece32795c3ec88aed +size 89719 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecdf3268fab68a0d6d7d485f49d04f08b78a8dbe --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad99c680fcc1f344533a15182b95081e08c5898ac27dfb5b823c27b5dad16f2e +size 66625 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..034f723e76da6e691c48ec6a1326b341343328c2 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a475bd0f8270a7926cf0f9e804a725b8abf92f87be8f57fd78f168343a6d1c8 +size 86020 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbf5b3e9a929a3ff60e4b8aedc0506d5ef58ae3f --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78a0861f801f5f9ea4ca12993ed28e72e5d5ebd3b46e442e29548d29c9e401e +size 66623 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f99bfa16a3b4bf8aa3118baf48c2e140b3aecf1 --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c19b874e554ca76191f8d49b255102869c24754f3361b57cafbd1f12ed07ae +size 136337 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc0a05e976dd7a7be47aa789085a14cd8989ad84 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2390af892bbe682e99f33c5f571389d66a7d58b64600d61f420e50154eb188ed +size 58968 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4507c7bb15192f954e3e30a62d2682b6bec4435 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298c3110b84aa7a59f7e0e57ed9decd99752c7a390bd313ec2185444fb210a75 +size 63398 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88808d1d9f8b5bab48479bc97e32451fd1dd2e5a --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74bed8ed2ef91750d82e3cc4fb9a67e3bfda52f8df89b0bb784a2a5552ddae0 +size 72502 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6427741aefa1aa24353f53e255b897921b58e8e --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fab5f8fb597f370c7b58d7660854667ef9a559167bd786f9a49565e7e8518a4 +size 105676 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d03dceff91af30636ab1f3121778a87238281347 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee495063b0240eca2de4adfd3cb8b1704cbbe63f1deb8fcbb3773f1f5d4729e +size 291890 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d4c3f2ef2d6a9cc163d0517c2b8dca0b1b0c9b6 --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8818b83943d364e0bff009779bca5348f388132085cf8364492d17866f0a49 +size 175786 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b10fc5f516b968c68401502342d521ed5340eadd --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e46c3dbc361e52feffa3f568dd24b18b800e41d2ebddd9479605fc8104bcd60 +size 221933 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec2fc0f89dc13a83d563adbf7d044522f03da0aa --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4d6ba9f25c0b7d4e055c01b328dba6f72aa2a9b5f7d7738b96775d416dcf32 +size 76394 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21ec0324bdecc9b52595153fa32a21f588ab1cce --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e5732a8bc74973723c1b1ca8e383f0718dbe29d37c4bc469db4531dc6eab3a +size 138367 diff --git a/info.yaml b/info.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ce3a8b861a1d071f30c3d7d3202c0c2ae9da7719 --- /dev/null +++ b/info.yaml @@ -0,0 +1,432 @@ +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: Airbot_MMK2_pull_tissue +dataset_uuid: 00000000-0000-0000-0000-000000000000 +scene_type: + level1: household + level2: living_room + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: tissue_paper + level1: kitchen_supplies + level2: paper_towels + level3: null + level4: null + level5: null +- object_name: tissue_box + level1: kitchen_supplies + level2: paper_towels + level3: null + level4: null + level5: null +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- take a tissue paper out of tissue box by hand. +sub_tasks: +- subtask: Place the tissue on the table with the right gripper + subtask_index: 0 +- subtask: End + subtask_index: 1 +- subtask: Pull out a piece of tissue with the right gripper + subtask_index: 2 +- subtask: Abnormal + subtask_index: 3 +- subtask: Grasp the a piece of tissue with the right gripper + subtask_index: 4 +- subtask: 'null' + subtask_index: 5 +atomic_actions: +- grasp +- pick +- place +robot_name: +- Airbot_MMK2 +end_effector_type: five_finger_gripper +tele_type: Due to some reasons, this dataset temporarily cannot provide the teleoperation + type information. +sensor_list: +- cam_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +- cam_front_rgb +came_info: + cam_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 + cam_front_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: end_rotation_dim +end_translation_dim: end_translation_dim +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +- scene_annotations.jsonl +- subtask_annotations.jsonl +statistics: + total_episodes: 49 + total_frames: 11531 + fps: 30 + total_tasks: 6 + total_videos: 196 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 405.79 MB +frame_num: 11531 +dataset_size: 405.79 MB +data_structure: "Airbot_MMK2_pull_tissue_qced_hardlink/\n|-- annotations\n| |--\ + \ eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n| |--\ + \ eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n| \ + \ |-- gripper_mode_annotation.jsonl\n| |-- scene_annotations.jsonl\n| `-- subtask_annotations.jsonl\n\ + |-- data\n| `-- chunk-000\n| |-- episode_000000.parquet\n| |-- episode_000001.parquet\n\ + | |-- episode_000002.parquet\n| |-- episode_000003.parquet\n| \ + \ |-- episode_000004.parquet\n| |-- episode_000005.parquet\n| |-- episode_000006.parquet\n\ + | |-- episode_000007.parquet\n| |-- episode_000008.parquet\n| \ + \ |-- episode_000009.parquet\n| |-- episode_000010.parquet\n| `-- episode_000011.parquet\n\ + | `-- ... (37 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ + | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ + \ observation.images.cam_front_rgb\n |-- observation.images.cam_head_rgb\n\ + \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +splits: + train: 0:48 +features: + observation.images.cam_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.images.cam_front_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: + - 36 + 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 + - 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 + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_rad + action: + dtype: float32 + shape: + - 36 + 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 + - 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 + - left_hand_joint_1_rad + - left_hand_joint_2_rad + - left_hand_joint_3_rad + - left_hand_joint_4_rad + - left_hand_joint_5_rad + - left_hand_joint_6_rad + - left_hand_joint_7_rad + - left_hand_joint_8_rad + - left_hand_joint_9_rad + - left_hand_joint_10_rad + - left_hand_joint_11_rad + - left_hand_joint_12_rad + - right_hand_joint_1_rad + - right_hand_joint_2_rad + - right_hand_joint_3_rad + - right_hand_joint_4_rad + - right_hand_joint_5_rad + - right_hand_joint_6_rad + - right_hand_joint_7_rad + - right_hand_joint_8_rad + - right_hand_joint_9_rad + - right_hand_joint_10_rad + - right_hand_joint_11_rad + - right_hand_joint_12_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 + subtask_annotation: + names: null + shape: + - 5 + dtype: int32 + scene_annotation: + names: null + shape: + - 1 + dtype: int32 + 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 + shape: + - 12 + dtype: float32 + 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 + shape: + - 12 + dtype: float32 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + shape: + - 2 + dtype: int32 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + shape: + - 2 + dtype: int32 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + shape: + - 2 + dtype: int32 +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_left_wrist_rgb/episode_{id}.mp{id} +video_url: videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7591731b7fcb9bbc6bcb41b291822e642a929343 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,49 @@ +{"episode_index": 0, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 95} +{"episode_index": 1, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 383} +{"episode_index": 2, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 100} +{"episode_index": 3, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 117} +{"episode_index": 4, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 184} +{"episode_index": 5, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 161} +{"episode_index": 6, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 288} +{"episode_index": 7, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 309} +{"episode_index": 8, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 439} +{"episode_index": 9, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 308} +{"episode_index": 10, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 304} +{"episode_index": 11, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 276} +{"episode_index": 12, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 142} +{"episode_index": 13, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 136} +{"episode_index": 14, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 109} +{"episode_index": 15, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 299} +{"episode_index": 16, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 301} +{"episode_index": 17, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 192} +{"episode_index": 18, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 282} +{"episode_index": 19, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 116} +{"episode_index": 20, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 319} +{"episode_index": 21, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 426} +{"episode_index": 22, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 588} +{"episode_index": 23, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 176} +{"episode_index": 24, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 151} +{"episode_index": 25, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 513} +{"episode_index": 26, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 184} +{"episode_index": 27, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 153} +{"episode_index": 28, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 413} +{"episode_index": 29, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 147} +{"episode_index": 30, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 276} +{"episode_index": 31, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 126} +{"episode_index": 32, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 107} +{"episode_index": 33, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 107} +{"episode_index": 34, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 509} +{"episode_index": 35, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 145} +{"episode_index": 36, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 102} +{"episode_index": 37, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 137} +{"episode_index": 38, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 101} +{"episode_index": 39, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 233} +{"episode_index": 40, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 87} +{"episode_index": 41, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 96} +{"episode_index": 42, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 112} +{"episode_index": 43, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 175} +{"episode_index": 44, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 537} +{"episode_index": 45, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 307} +{"episode_index": 46, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 401} +{"episode_index": 47, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 121} +{"episode_index": 48, "tasks": ["take a tissue paper out of tissue box by hand."], "length": 241} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f8f27ff4f3d4d49b3fb88a5d65f5f2579310b281 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,49 @@ +{"episode_index": 0, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4884802137082903]], [[0.48773870829033367]], [[0.47486644306845543]]], "std": [[[0.2188606857309509]], [[0.21807634277000013]], [[0.2249854341375335]]], "count": [95]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.13333333333333333]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47770657034743724]], [[0.4904590879772962]], [[0.47996831355349157]]], "std": [[[0.31057283147904674]], [[0.31741892881947137]], [[0.3231524115510351]]], "count": [95]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.17254901960784313]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5680628568971449]], [[0.5890837289301686]], [[0.5668357757137943]]], "std": [[[0.29616048445482146]], [[0.2995560029153335]], [[0.30788648021411325]]], "count": [95]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43851401573787413]], [[0.46341793730650155]], [[0.45667687048503613]]], "std": [[[0.3388415978499851]], [[0.34741377458258504]], [[0.3616490212737681]]], "count": [95]}, "observation.state": {"mean": [1.0406303405761719, -1.060989499092102, 1.4561657905578613, -0.0754086971282959, -1.2753870487213135, -0.051409490406513214, -0.6315327882766724, -1.0371500253677368, 1.3057222366333008, -0.13994550704956055, 0.8660081624984741, -0.3638527989387512, 0.9294438362121582, 1.1013633012771606, 0.004634134471416473, 0.004277714528143406, 0.11836075037717819, -0.0036211013793945312, 0.11922793090343475, 0.005790261086076498, 0.06234569475054741, 0.007616907823830843, 0.015312965027987957, 0.12753397226333618, 1.0104162693023682, 1.0434383153915405, 0.023105403408408165, 0.045923057943582535, 0.6247684955596924, 0.4594423770904541, 0.48608919978141785, 0.6056638360023499, 0.5738839507102966, 0.6721907258033752, 0.4064275324344635, 1.3994046449661255], "std": [0.042449381202459335, 0.022466490045189857, 0.025275535881519318, 0.041423358023166656, 0.044087089598178864, 0.009290614165365696, 0.1326584368944168, 0.19585895538330078, 0.10312476754188538, 0.12443065643310547, 0.1321871280670166, 0.09648787975311279, 0.020676450803875923, 0.037217698991298676, 0.004909726791083813, 0.020586397498846054, 0.03875098004937172, 0.008920753374695778, 0.04186386615037918, 0.006482499651610851, 0.029535280540585518, 0.0075738136656582355, 0.00031312109786085784, 0.18242579698562622, 0.2292872816324234, 0.1198636144399643, 0.006709353998303413, 0.04752529039978981, 0.18620768189430237, 0.44186463952064514, 0.2605011463165283, 0.6431114673614502, 0.25016775727272034, 0.6918424963951111, 0.27502819895744324, 0.41598525643348694], "min": [0.9981307983398438, -1.094810962677002, 1.421950101852417, -0.16776446998119354, -1.3674139976501465, -0.07048952579498291, -0.9652284979820251, -1.3170324563980103, 1.1299304962158203, -0.3279036581516266, 0.6019535660743713, -0.484295129776001, 0.8909251093864441, 1.0375546216964722, -0.00018544124031905085, -0.008508480153977871, 0.017003534361720085, -0.014808028005063534, 0.016237379983067513, -0.004303327761590481, 0.017420567572116852, -0.0030652345158159733, 0.014693491160869598, -0.005126904230564833, 0.5424602031707764, 0.8045753240585327, 0.018129605799913406, -0.003877903101965785, 0.22801853716373444, 0.010722866281867027, 0.009481985121965408, -0.0005235987482592463, 0.02145840786397457, -0.01072832103818655, 0.01465882733464241, 0.45411014556884766], "max": [1.123646855354309, -1.02216374874115, 1.4942635297775269, -0.035667963325977325, -1.221329689025879, -0.04100862145423889, -0.5284866690635681, -0.7974984645843506, 1.4404277801513672, 0.0882519781589508, 1.0807559490203857, -0.21776293218135834, 0.9660834074020386, 1.1429070234298706, 0.022012965753674507, 0.0763087049126625, 0.14677126705646515, 0.006163193844258785, 0.15877041220664978, 0.01982039585709572, 0.11714977771043777, 0.020862137898802757, 0.01592613011598587, 0.4953462481498718, 1.309346079826355, 1.2289681434631348, 0.041680049151182175, 0.15835662186145782, 0.8618108630180359, 1.0607948303222656, 0.8523315191268921, 1.6147186756134033, 0.8605890870094299, 1.7322012186050415, 0.7777186632156372, 1.9006909132003784], "count": [95]}, "action": {"mean": [1.0406303405761719, -1.060989499092102, 1.4561657905578613, -0.0754086971282959, -1.2753870487213135, -0.051409490406513214, -0.6315327882766724, -1.0371500253677368, 1.3057222366333008, -0.13994550704956055, 0.8660081624984741, -0.3638527989387512, 0.9294438362121582, 1.1013633012771606, 0.004634134471416473, 0.004277714528143406, 0.11836075037717819, -0.0036211013793945312, 0.11922793090343475, 0.005790261086076498, 0.06234569475054741, 0.007616907823830843, 0.015312965027987957, 0.12753397226333618, 1.0104162693023682, 1.0434383153915405, 0.023105403408408165, 0.045923057943582535, 0.6247684955596924, 0.4594423770904541, 0.48608919978141785, 0.6056638360023499, 0.5738839507102966, 0.6721907258033752, 0.4064275324344635, 1.3994046449661255], "std": [0.042449381202459335, 0.022466490045189857, 0.025275535881519318, 0.041423358023166656, 0.044087089598178864, 0.009290614165365696, 0.1326584368944168, 0.19585895538330078, 0.10312476754188538, 0.12443065643310547, 0.1321871280670166, 0.09648787975311279, 0.020676450803875923, 0.037217698991298676, 0.004909726791083813, 0.020586397498846054, 0.03875098004937172, 0.008920753374695778, 0.04186386615037918, 0.006482499651610851, 0.029535280540585518, 0.0075738136656582355, 0.00031312109786085784, 0.18242579698562622, 0.2292872816324234, 0.1198636144399643, 0.006709353998303413, 0.04752529039978981, 0.18620768189430237, 0.44186463952064514, 0.2605011463165283, 0.6431114673614502, 0.25016775727272034, 0.6918424963951111, 0.27502819895744324, 0.41598525643348694], "min": [0.9981307983398438, -1.094810962677002, 1.421950101852417, -0.16776446998119354, -1.3674139976501465, -0.07048952579498291, -0.9652284979820251, -1.3170324563980103, 1.1299304962158203, -0.3279036581516266, 0.6019535660743713, -0.484295129776001, 0.8909251093864441, 1.0375546216964722, -0.00018544124031905085, -0.008508480153977871, 0.017003534361720085, -0.014808028005063534, 0.016237379983067513, -0.004303327761590481, 0.017420567572116852, -0.0030652345158159733, 0.014693491160869598, -0.005126904230564833, 0.5424602031707764, 0.8045753240585327, 0.018129605799913406, -0.003877903101965785, 0.22801853716373444, 0.010722866281867027, 0.009481985121965408, -0.0005235987482592463, 0.02145840786397457, -0.01072832103818655, 0.01465882733464241, 0.45411014556884766], "max": [1.123646855354309, -1.02216374874115, 1.4942635297775269, -0.035667963325977325, -1.221329689025879, -0.04100862145423889, -0.5284866690635681, -0.7974984645843506, 1.4404277801513672, 0.0882519781589508, 1.0807559490203857, -0.21776293218135834, 0.9660834074020386, 1.1429070234298706, 0.022012965753674507, 0.0763087049126625, 0.14677126705646515, 0.006163193844258785, 0.15877041220664978, 0.01982039585709572, 0.11714977771043777, 0.020862137898802757, 0.01592613011598587, 0.4953462481498718, 1.309346079826355, 1.2289681434631348, 0.041680049151182175, 0.15835662186145782, 0.8618108630180359, 1.0607948303222656, 0.8523315191268921, 1.6147186756134033, 0.8605890870094299, 1.7322012186050415, 0.7777186632156372, 1.9006909132003784], "count": [95]}, "timestamp": {"min": [0.0], "max": [3.1333333333333333], "mean": [1.5666666666666664], "std": [0.9140872800534725], "count": [95]}, "frame_index": {"min": [0], "max": [94], "mean": [47.0], "std": [27.422618401604176], "count": [95]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [95]}, "index": {"min": [0], "max": [94], "mean": [47.0], "std": [27.422618401604176], "count": [95]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [95]}, "subtask_annotation": {"mean": [2.2421052631578946, 5.0, 5.0, 5.0, 5.0], "std": [1.6397418890190847, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [95]}, "scene_annotation": {"mean": [0.0], "std": [0.0], "min": [0], "max": [0], "count": [95]}, "eef_direction_state": {"mean": [4.831578947368421, 2.831578947368421], "std": [1.59375512600338, 1.2109381450494217], "min": [1, 0], "max": [6, 6], "count": [95]}, "eef_velocity_state": {"mean": [0.49473684210526314, 1.7263157894736842], "std": [0.4999722984015963, 0.4908018200789376], "min": [0, 0], "max": [1, 2], "count": [95]}, "eef_acc_mag_state": {"mean": [0.43157894736842106, 1.3263157894736841], "std": [0.7204184687271024, 0.6873611670448212], "min": [0, 0], "max": [2, 2], "count": [95]}, "eef_direction_action": {"mean": [4.831578947368421, 2.831578947368421], "std": [1.59375512600338, 1.2109381450494217], "min": [1, 0], "max": [6, 6], "count": [95]}, "eef_velocity_action": {"mean": [0.49473684210526314, 1.7263157894736842], "std": [0.4999722984015963, 0.4908018200789376], "min": [0, 0], "max": [1, 2], "count": [95]}, "eef_acc_mag_action": {"mean": [0.43157894736842106, 1.3263157894736841], "std": [0.7204184687271024, 0.6873611670448212], "min": [0, 0], "max": [2, 2], "count": [95]}, "eef_sim_pose_state": {"mean": [0.6796103826115437, 0.24133707503537655, 1.1736626495324582, -1.2838116190030162, 0.24872721003647708, -2.0954936046450148, 0.6876337719724418, -0.14199648358096792, 1.2267487495774356, 1.3029693848940098, 0.6220755992062107, 2.132572314751604], "std": [0.0069484145235304, 0.009047438125846376, 0.014233251101954376, 0.03481464749671363, 0.021412895787159287, 0.019984549341235332, 0.019276177300866115, 0.0780501269698811, 0.04669383919540566, 0.18685083302605046, 0.17440079626035707, 0.1778511806432961], "min": [0.6684510925842391, 0.2323600834578096, 1.1591483226698862, -1.3254666654174447, 0.21070769731833194, -2.1147951965999496, 0.6425609609830626, -0.23668144522335283, 1.1686465522004363, 0.9335743212150543, 0.35084304874027983, 1.7484097756752206], "max": [0.688609220128604, 0.26093587278640046, 1.1993203305904356, -1.2293316474050586, 0.2740500725715469, -2.04778773745734, 0.7172166296635838, -0.01541099607063015, 1.330425491592777, 1.6131167650223617, 0.9534163426783344, 2.3712699534717534], "count": [95]}, "eef_sim_pose_action": {"mean": [0.6796103826115437, 0.24133707503537655, 1.1736626495324582, -1.2838116190030162, 0.24872721003647708, -2.0954936046450148, 0.6876337719724418, -0.14199648358096792, 1.2267487495774356, 1.3029693848940098, 0.6220755992062107, 2.132572314751604], "std": [0.0069484145235304, 0.009047438125846376, 0.014233251101954376, 0.03481464749671363, 0.021412895787159287, 0.019984549341235332, 0.019276177300866115, 0.0780501269698811, 0.04669383919540566, 0.18685083302605046, 0.17440079626035707, 0.1778511806432961], "min": [0.6684510925842391, 0.2323600834578096, 1.1591483226698862, -1.3254666654174447, 0.21070769731833194, -2.1147951965999496, 0.6425609609830626, -0.23668144522335283, 1.1686465522004363, 0.9335743212150543, 0.35084304874027983, 1.7484097756752206], "max": [0.688609220128604, 0.26093587278640046, 1.1993203305904356, -1.2293316474050586, 0.2740500725715469, -2.04778773745734, 0.7172166296635838, -0.01541099607063015, 1.330425491592777, 1.6131167650223617, 0.9534163426783344, 2.3712699534717534], "count": [95]}}} +{"episode_index": 1, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47344645629084964]], [[0.4738026062091503]], [[0.4629078799019608]]], "std": [[[0.23787647361238246]], [[0.23653046441174383]], [[0.23705577660713859]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.11764705882352941]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48074492034313726]], [[0.4915147263071895]], [[0.4787091625816993]]], "std": [[[0.3166078779690949]], [[0.32012006650675245]], [[0.3264728083868338]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.1450980392156863]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5561864174836602]], [[0.5749758721405229]], [[0.547546977124183]]], "std": [[[0.2949069951124784]], [[0.29886877644197146]], [[0.3042904970830956]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4480896670751634]], [[0.4647087193627451]], [[0.46478494485294114]]], "std": [[[0.3353069780805713]], [[0.34293695562696563]], [[0.3587852444796696]]], "count": [100]}, "observation.state": {"mean": [0.9275962114334106, -1.2572484016418457, 1.6694618463516235, -0.06739697605371475, -1.4213887453079224, -0.057194825261831284, -0.5197079181671143, -1.2568210363388062, 1.3804346323013306, -0.26532629132270813, 0.8403223752975464, -0.5605010986328125, 0.9195824265480042, 1.088293194770813, 0.0037794706877321005, 0.06183653324842453, 0.38759928941726685, 0.01951155811548233, 0.2531796395778656, 0.0026881785597652197, 0.13790081441402435, 0.0032501930836588144, 0.01988927088677883, 0.1708156317472458, 1.023850917816162, 1.1206012964248657, 0.02198333665728569, 0.0016318716807290912, 0.7377530336380005, 0.580777645111084, 0.6797388792037964, 0.8797391653060913, 0.6356388330459595, 1.0991865396499634, 0.5319139957427979, 1.5301774740219116], "std": [0.02465794049203396, 0.038234543055295944, 0.04561164602637291, 0.02479739300906658, 0.019296854734420776, 0.037600088864564896, 0.15741504728794098, 0.17156550288200378, 0.10757741332054138, 0.13732074201107025, 0.1740434169769287, 0.09256507456302643, 0.036290243268013, 0.0153575474396348, 0.0022096906322985888, 0.02645597979426384, 0.08107094466686249, 0.0006450791843235493, 0.05997831001877785, 0.008405585773289204, 0.0321500189602375, 0.008718100376427174, 0.006329347379505634, 0.14943987131118774, 0.1786114126443863, 0.09335479140281677, 0.0023464064579457045, 0.01620134897530079, 0.09405193477869034, 0.491291344165802, 0.19585250318050385, 0.7059845328330994, 0.29979193210601807, 0.6034797430038452, 0.3811212480068207, 0.34521210193634033], "min": [0.8867399096488953, -1.3057907819747925, 1.534151554107666, -0.12707586586475372, -1.4737831354141235, -0.09415293484926224, -0.9473945498466492, -1.4468532800674438, 1.1033703088760376, -0.5111176371574402, 0.3931939899921417, -0.7410321235656738, 0.8318620324134827, 1.0514979362487793, 0.001974403625354171, 0.013100877404212952, 0.0875718966126442, 0.015484342351555824, 0.023665573447942734, -0.014148075133562088, 0.018569210544228554, -0.011655526235699654, 0.014829844236373901, 0.00040360738057643175, 0.6852325797080994, 0.9456902742385864, 0.020583976060152054, -0.006659521721303463, 0.47570037841796875, 0.0014508049935102463, 0.26464101672172546, 0.00427605677396059, 0.231119766831398, -0.006168648134917021, 0.010930124670267105, 0.49925142526626587], "max": [0.9836750030517578, -1.1438543796539307, 1.725974202156067, -0.024986648932099342, -1.3831111192703247, 0.040197987109422684, -0.21108710765838623, -0.88979172706604, 1.5553115606307983, 0.15135042369365692, 1.1904897689819336, -0.3878175914287567, 1.0232810974121094, 1.1142454147338867, 0.021663900464773178, 0.12897367775440216, 0.45896705985069275, 0.023256512358784676, 0.3151901066303253, 0.022743821144104004, 0.19014817476272583, 0.014633494429290295, 0.042875103652477264, 0.5029111504554749, 1.2225323915481567, 1.2930924892425537, 0.04184426739811897, 0.0840921401977539, 0.8837801814079285, 1.1690760850906372, 1.0898491144180298, 1.8457621335983276, 1.2191506624221802, 1.894385814666748, 1.1929707527160645, 1.9375554323196411], "count": [383]}, "action": {"mean": [0.9275962114334106, -1.2572484016418457, 1.6694618463516235, -0.06739697605371475, -1.4213887453079224, -0.057194825261831284, -0.5197079181671143, -1.2568210363388062, 1.3804346323013306, -0.26532629132270813, 0.8403223752975464, -0.5605010986328125, 0.9195824265480042, 1.088293194770813, 0.0037794706877321005, 0.06183653324842453, 0.38759928941726685, 0.01951155811548233, 0.2531796395778656, 0.0026881785597652197, 0.13790081441402435, 0.0032501930836588144, 0.01988927088677883, 0.1708156317472458, 1.023850917816162, 1.1206012964248657, 0.02198333665728569, 0.0016318716807290912, 0.7377530336380005, 0.580777645111084, 0.6797388792037964, 0.8797391653060913, 0.6356388330459595, 1.0991865396499634, 0.5319139957427979, 1.5301774740219116], "std": [0.02465794049203396, 0.038234543055295944, 0.04561164602637291, 0.02479739300906658, 0.019296854734420776, 0.037600088864564896, 0.15741504728794098, 0.17156550288200378, 0.10757741332054138, 0.13732074201107025, 0.1740434169769287, 0.09256507456302643, 0.036290243268013, 0.0153575474396348, 0.0022096906322985888, 0.02645597979426384, 0.08107094466686249, 0.0006450791843235493, 0.05997831001877785, 0.008405585773289204, 0.0321500189602375, 0.008718100376427174, 0.006329347379505634, 0.14943987131118774, 0.1786114126443863, 0.09335479140281677, 0.0023464064579457045, 0.01620134897530079, 0.09405193477869034, 0.491291344165802, 0.19585250318050385, 0.7059845328330994, 0.29979193210601807, 0.6034797430038452, 0.3811212480068207, 0.34521210193634033], "min": [0.8867399096488953, -1.3057907819747925, 1.534151554107666, -0.12707586586475372, -1.4737831354141235, -0.09415293484926224, -0.9473945498466492, -1.4468532800674438, 1.1033703088760376, -0.5111176371574402, 0.3931939899921417, -0.7410321235656738, 0.8318620324134827, 1.0514979362487793, 0.001974403625354171, 0.013100877404212952, 0.0875718966126442, 0.015484342351555824, 0.023665573447942734, -0.014148075133562088, 0.018569210544228554, -0.011655526235699654, 0.014829844236373901, 0.00040360738057643175, 0.6852325797080994, 0.9456902742385864, 0.020583976060152054, -0.006659521721303463, 0.47570037841796875, 0.0014508049935102463, 0.26464101672172546, 0.00427605677396059, 0.231119766831398, -0.006168648134917021, 0.010930124670267105, 0.49925142526626587], "max": [0.9836750030517578, -1.1438543796539307, 1.725974202156067, -0.024986648932099342, -1.3831111192703247, 0.040197987109422684, -0.21108710765838623, -0.88979172706604, 1.5553115606307983, 0.15135042369365692, 1.1904897689819336, -0.3878175914287567, 1.0232810974121094, 1.1142454147338867, 0.021663900464773178, 0.12897367775440216, 0.45896705985069275, 0.023256512358784676, 0.3151901066303253, 0.022743821144104004, 0.19014817476272583, 0.014633494429290295, 0.042875103652477264, 0.5029111504554749, 1.2225323915481567, 1.2930924892425537, 0.04184426739811897, 0.0840921401977539, 0.8837801814079285, 1.1690760850906372, 1.0898491144180298, 1.8457621335983276, 1.2191506624221802, 1.894385814666748, 1.1929707527160645, 1.9375554323196411], "count": [383]}, "timestamp": {"min": [0.0], "max": [12.733333333333333], "mean": [6.366666666666667], "std": [3.6854066562894015], "count": [383]}, "frame_index": {"min": [0], "max": [382], "mean": [191.0], "std": [110.56219968868203], "count": [383]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [383]}, "index": {"min": [95], "max": [477], "mean": [286.0], "std": [110.56219968868203], "count": [383]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [383]}, "subtask_annotation": {"mean": [2.9973890339425586, 5.0, 5.0, 5.0, 5.0], "std": [1.5166589199493694, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [383]}, "scene_annotation": {"mean": [1.0], "std": [0.0], "min": [1], "max": [1], "count": [383]}, "eef_direction_state": {"mean": [5.746736292428198, 4.177545691906006], "std": [0.9673972784885099, 1.457784445908274], "min": [0, 0], "max": [6, 6], "count": [383]}, "eef_velocity_state": {"mean": [0.09138381201044386, 1.216710182767624], "std": [0.2881541443618026, 0.6603524947416004], "min": [0, 0], "max": [1, 2], "count": [383]}, "eef_acc_mag_state": {"mean": [0.0391644908616188, 0.9060052219321149], "std": [0.25246840216466865, 0.8498443844490118], "min": [0, 0], "max": [2, 2], "count": [383]}, "eef_direction_action": {"mean": [5.746736292428198, 4.177545691906006], "std": [0.9673972784885099, 1.457784445908274], "min": [0, 0], "max": [6, 6], "count": [383]}, "eef_velocity_action": {"mean": [0.09138381201044386, 1.216710182767624], "std": [0.2881541443618026, 0.6603524947416004], "min": [0, 0], "max": [1, 2], "count": [383]}, "eef_acc_mag_action": {"mean": [0.0391644908616188, 0.9060052219321149], "std": [0.25246840216466865, 0.8498443844490118], "min": [0, 0], "max": [2, 2], "count": [383]}, "eef_sim_pose_state": {"mean": [0.6964885041911764, 0.21299042290799933, 1.2019396160382922, -1.0261043713490139, 0.23441730131904223, -2.075600715314451, 0.6809243697851277, -0.039829861630415034, 1.2259288003385114, 1.150097865076929, 0.8124745640778254, 2.1416710777859937], "std": [0.007078755108411736, 0.008502645497761724, 0.009415740456324226, 0.022529157298884692, 0.02605178397947352, 0.023821581336737615, 0.016681766070721835, 0.058881222243563694, 0.052300097717429855, 0.18633258548587459, 0.1666232349957837, 0.16566292157397502], "min": [0.6757065578397128, 0.20009154279312183, 1.1820690855264102, -1.077238229528888, 0.18441815960574082, -2.1090852752228386, 0.6437645672954383, -0.20531715748527504, 1.1590005401561656, 0.7153068088378041, 0.655200118095586, 1.7040644197060963], "max": [0.7072538965781805, 0.23241677523591342, 1.2231845961514836, -0.9944231108817612, 0.2871216852742311, -2.0125662611551345, 0.7110307666346575, 0.01306519596584435, 1.3646491759777266, 1.6238894740647611, 1.2582812236859158, 2.348198526594625], "count": [383]}, "eef_sim_pose_action": {"mean": [0.6964885041911764, 0.21299042290799933, 1.2019396160382922, -1.0261043713490139, 0.23441730131904223, -2.075600715314451, 0.6809243697851277, -0.039829861630415034, 1.2259288003385114, 1.150097865076929, 0.8124745640778254, 2.1416710777859937], "std": [0.007078755108411736, 0.008502645497761724, 0.009415740456324226, 0.022529157298884692, 0.02605178397947352, 0.023821581336737615, 0.016681766070721835, 0.058881222243563694, 0.052300097717429855, 0.18633258548587459, 0.1666232349957837, 0.16566292157397502], "min": [0.6757065578397128, 0.20009154279312183, 1.1820690855264102, -1.077238229528888, 0.18441815960574082, -2.1090852752228386, 0.6437645672954383, -0.20531715748527504, 1.1590005401561656, 0.7153068088378041, 0.655200118095586, 1.7040644197060963], "max": [0.7072538965781805, 0.23241677523591342, 1.2231845961514836, -0.9944231108817612, 0.2871216852742311, -2.0125662611551345, 0.7110307666346575, 0.01306519596584435, 1.3646491759777266, 1.6238894740647611, 1.2582812236859158, 2.348198526594625], "count": [383]}}} +{"episode_index": 2, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4838150469771242]], [[0.48294322916666665]], [[0.4764086825980392]]], "std": [[[0.21632397293095731]], [[0.2163527858886802]], [[0.2123620745133018]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.13333333333333333]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48328923406862745]], [[0.4931799060457516]], [[0.48033633578431373]]], "std": [[[0.31246438594579184]], [[0.3160668016707922]], [[0.32149975800081104]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.16862745098039217]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5670659170751634]], [[0.5849693198529412]], [[0.559281219362745]]], "std": [[[0.30249894415713535]], [[0.3052188404013831]], [[0.3133773538013575]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4333381209150327]], [[0.45971635825163404]], [[0.45290022875816993]]], "std": [[[0.33345762788764666]], [[0.3442163209883588]], [[0.35480883458728973]]], "count": [100]}, "observation.state": {"mean": [0.8956563472747803, -1.2045135498046875, 1.5996779203414917, -0.09646888077259064, -1.4268399477005005, -0.040300097316503525, -0.5306603312492371, -1.20041024684906, 1.3579285144805908, -0.053374744951725006, 0.8259079456329346, -0.6051791906356812, 0.958976686000824, 1.141156792640686, -0.010493782348930836, 0.0873895138502121, 0.30057358741760254, 0.011834956705570221, 0.19366389513015747, -0.01258011069148779, 0.20791631937026978, 0.017058605328202248, 0.01970794051885605, 0.6319468021392822, 0.8571747541427612, 1.1636117696762085, 0.02528146095573902, 0.008574111387133598, 0.7809715270996094, 0.6578572988510132, 0.6475669145584106, 0.9151418805122375, 0.6051704287528992, 0.9688328504562378, 0.44189125299453735, 1.4797290563583374], "std": [0.0415525883436203, 0.018145421519875526, 0.020341742783784866, 0.04012808948755264, 0.023772036656737328, 0.007156703155487776, 0.18166814744472504, 0.15730810165405273, 0.09245557337999344, 0.14771723747253418, 0.12037136405706406, 0.07871057093143463, 0.08081011474132538, 0.019160563126206398, 0.0033587715588510036, 0.017071280628442764, 0.053205233067274094, 0.006387581583112478, 0.02181447297334671, 0.0014330489793792367, 0.024000510573387146, 0.003990972880274057, 0.0002841615641955286, 0.08830149471759796, 0.21361154317855835, 0.10005848109722137, 0.004154841881245375, 0.01730336621403694, 0.1161881610751152, 0.5846018195152283, 0.08743133395910263, 0.8115135431289673, 0.16209818422794342, 0.8336661458015442, 0.3733694553375244, 0.42370402812957764], "min": [0.8556973338127136, -1.2198991775512695, 1.5547904968261719, -0.16942282021045685, -1.4896938800811768, -0.04848315939307213, -0.9281777143478394, -1.3823362588882446, 1.1933032274246216, -0.22580967843532562, 0.6672484278678894, -0.7391152381896973, 0.853198766708374, 1.094997763633728, -0.012735449708998203, 0.06912048906087875, 0.2016378790140152, 0.008377579972147942, 0.156223326921463, -0.013864459469914436, 0.17126187682151794, 0.015260722488164902, 0.019225891679525375, 0.47097164392471313, 0.5529475808143616, 1.039076328277588, 0.023081978783011436, -0.002203478245064616, 0.5606589317321777, -0.001439896528609097, 0.36739179491996765, 0.00742310332134366, 0.30431756377220154, 0.0004908738192170858, 0.01906772144138813, 0.5919502377510071], "max": [0.9698538780212402, -1.1551673412322998, 1.6247282028198242, -0.05769817531108856, -1.4045095443725586, -0.026369497179985046, -0.21390049159526825, -0.9217509031295776, 1.490627646446228, 0.3013656735420227, 1.095263957977295, -0.43994858860969543, 1.0846567153930664, 1.1669870615005493, 0.0035997412633150816, 0.12797081470489502, 0.35883423686027527, 0.031983159482479095, 0.2289653718471527, -0.006915867328643799, 0.23900103569030762, 0.03471023589372635, 0.020463986322283745, 0.7711737751960754, 1.1664962768554688, 1.3214759826660156, 0.04310963302850723, 0.07471658289432526, 0.9454230070114136, 1.4649693965911865, 0.7978936433792114, 1.8933221101760864, 0.935681939125061, 1.9324504137039185, 1.0366110801696777, 1.9041106700897217], "count": [100]}, "action": {"mean": [0.8956563472747803, -1.2045135498046875, 1.5996779203414917, -0.09646888077259064, -1.4268399477005005, -0.040300097316503525, -0.5306603312492371, -1.20041024684906, 1.3579285144805908, -0.053374744951725006, 0.8259079456329346, -0.6051791906356812, 0.958976686000824, 1.141156792640686, -0.010493782348930836, 0.0873895138502121, 0.30057358741760254, 0.011834956705570221, 0.19366389513015747, -0.01258011069148779, 0.20791631937026978, 0.017058605328202248, 0.01970794051885605, 0.6319468021392822, 0.8571747541427612, 1.1636117696762085, 0.02528146095573902, 0.008574111387133598, 0.7809715270996094, 0.6578572988510132, 0.6475669145584106, 0.9151418805122375, 0.6051704287528992, 0.9688328504562378, 0.44189125299453735, 1.4797290563583374], "std": [0.0415525883436203, 0.018145421519875526, 0.020341742783784866, 0.04012808948755264, 0.023772036656737328, 0.007156703155487776, 0.18166814744472504, 0.15730810165405273, 0.09245557337999344, 0.14771723747253418, 0.12037136405706406, 0.07871057093143463, 0.08081011474132538, 0.019160563126206398, 0.0033587715588510036, 0.017071280628442764, 0.053205233067274094, 0.006387581583112478, 0.02181447297334671, 0.0014330489793792367, 0.024000510573387146, 0.003990972880274057, 0.0002841615641955286, 0.08830149471759796, 0.21361154317855835, 0.10005848109722137, 0.004154841881245375, 0.01730336621403694, 0.1161881610751152, 0.5846018195152283, 0.08743133395910263, 0.8115135431289673, 0.16209818422794342, 0.8336661458015442, 0.3733694553375244, 0.42370402812957764], "min": [0.8556973338127136, -1.2198991775512695, 1.5547904968261719, -0.16942282021045685, -1.4896938800811768, -0.04848315939307213, -0.9281777143478394, -1.3823362588882446, 1.1933032274246216, -0.22580967843532562, 0.6672484278678894, -0.7391152381896973, 0.853198766708374, 1.094997763633728, -0.012735449708998203, 0.06912048906087875, 0.2016378790140152, 0.008377579972147942, 0.156223326921463, -0.013864459469914436, 0.17126187682151794, 0.015260722488164902, 0.019225891679525375, 0.47097164392471313, 0.5529475808143616, 1.039076328277588, 0.023081978783011436, -0.002203478245064616, 0.5606589317321777, -0.001439896528609097, 0.36739179491996765, 0.00742310332134366, 0.30431756377220154, 0.0004908738192170858, 0.01906772144138813, 0.5919502377510071], "max": [0.9698538780212402, -1.1551673412322998, 1.6247282028198242, -0.05769817531108856, -1.4045095443725586, -0.026369497179985046, -0.21390049159526825, -0.9217509031295776, 1.490627646446228, 0.3013656735420227, 1.095263957977295, -0.43994858860969543, 1.0846567153930664, 1.1669870615005493, 0.0035997412633150816, 0.12797081470489502, 0.35883423686027527, 0.031983159482479095, 0.2289653718471527, -0.006915867328643799, 0.23900103569030762, 0.03471023589372635, 0.020463986322283745, 0.7711737751960754, 1.1664962768554688, 1.3214759826660156, 0.04310963302850723, 0.07471658289432526, 0.9454230070114136, 1.4649693965911865, 0.7978936433792114, 1.8933221101760864, 0.935681939125061, 1.9324504137039185, 1.0366110801696777, 1.9041106700897217], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.3], "mean": [1.6499999999999997], "std": [0.9622023349240706], "count": [100]}, "frame_index": {"min": [0], "max": [99], "mean": [49.5], "std": [28.86607004772212], "count": [100]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [100]}, "index": {"min": [478], "max": [577], "mean": [527.5], "std": [28.86607004772212], "count": [100]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [100]}, "subtask_annotation": {"mean": [2.42, 5.0, 5.0, 5.0, 5.0], "std": [1.5308820986607692, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [100]}, "scene_annotation": {"mean": [2.0], "std": [0.0], "min": [2], "max": [2], "count": [100]}, "eef_direction_state": {"mean": [4.38, 3.39], "std": [1.689852064531093, 1.522465106332488], "min": [1, 0], "max": [6, 6], "count": [100]}, "eef_velocity_state": {"mean": [0.55, 1.61], "std": [0.4974937185533101, 0.5078385570237851], "min": [0, 0], "max": [1, 2], "count": [100]}, "eef_acc_mag_state": {"mean": [0.43, 1.25], "std": [0.7649182962905249, 0.7794228634059948], "min": [0, 0], "max": [2, 2], "count": [100]}, "eef_direction_action": {"mean": [4.38, 3.39], "std": [1.689852064531093, 1.522465106332488], "min": [1, 0], "max": [6, 6], "count": [100]}, "eef_velocity_action": {"mean": [0.55, 1.61], "std": [0.4974937185533101, 0.5078385570237851], "min": [0, 0], "max": [1, 2], "count": [100]}, "eef_acc_mag_action": {"mean": [0.43, 1.25], "std": [0.7649182962905249, 0.7794228634059948], "min": [0, 0], "max": [2, 2], "count": [100]}, "eef_sim_pose_state": {"mean": [0.6927225353975398, 0.2189844781568638, 1.2261179313908266, -0.984871569634594, 0.20865399793606584, -2.048371786848544, 0.7057959888872212, -0.08657879269119853, 1.2340192862968709, 1.1719946744189818, 0.6991627119456054, 2.0006248030582543], "std": [0.0042941922024133305, 0.012627431644613862, 0.00729216702879721, 0.017531652950024956, 0.012964773895197871, 0.021861056916622035, 0.012929240449222536, 0.05917383144890494, 0.06615166914133465, 0.14608008876127157, 0.12196934581877585, 0.1558109073283329], "min": [0.6813089231854583, 0.20691090439080984, 1.2112955491619568, -1.0146247962959407, 0.18532820761669266, -2.069759959307776, 0.679648754485577, -0.22781029671295003, 1.1626976726715088, 0.8473807364087655, 0.5986621916099937, 1.7153650134742928], "max": [0.698200057176972, 0.24485486239886534, 1.2348830795395376, -0.9582492875659683, 0.2253320457126975, -2.008178148562182, 0.7251774715479227, -0.019513299091624137, 1.3682861335538903, 1.3495248243589173, 0.972137761602466, 2.2064470124465214], "count": [100]}, "eef_sim_pose_action": {"mean": [0.6927225353975398, 0.2189844781568638, 1.2261179313908266, -0.984871569634594, 0.20865399793606584, -2.048371786848544, 0.7057959888872212, -0.08657879269119853, 1.2340192862968709, 1.1719946744189818, 0.6991627119456054, 2.0006248030582543], "std": [0.0042941922024133305, 0.012627431644613862, 0.00729216702879721, 0.017531652950024956, 0.012964773895197871, 0.021861056916622035, 0.012929240449222536, 0.05917383144890494, 0.06615166914133465, 0.14608008876127157, 0.12196934581877585, 0.1558109073283329], "min": [0.6813089231854583, 0.20691090439080984, 1.2112955491619568, -1.0146247962959407, 0.18532820761669266, -2.069759959307776, 0.679648754485577, -0.22781029671295003, 1.1626976726715088, 0.8473807364087655, 0.5986621916099937, 1.7153650134742928], "max": [0.698200057176972, 0.24485486239886534, 1.2348830795395376, -0.9582492875659683, 0.2253320457126975, -2.008178148562182, 0.7251774715479227, -0.019513299091624137, 1.3682861335538903, 1.3495248243589173, 0.972137761602466, 2.2064470124465214], "count": [100]}}} +{"episode_index": 3, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48761963439542483]], [[0.4884852777777778]], [[0.47636805147058825]]], "std": [[[0.21107641475897343]], [[0.2103847168373203]], [[0.21418393423490198]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.12941176470588237]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47968189133986927]], [[0.48908503880718956]], [[0.4766413562091504]]], "std": [[[0.31711631099968496]], [[0.321143278382686]], [[0.3274751806693269]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.10980392156862745]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5441821875]], [[0.5613409681372549]], [[0.5357002226307189]]], "std": [[[0.30720539025901006]], [[0.30990611760267234]], [[0.3182082194978139]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4373556617647059]], [[0.46413154411764707]], [[0.4565439848856209]]], "std": [[[0.3355440661035282]], [[0.34654243449531]], [[0.3578571361577684]]], "count": [100]}, "observation.state": {"mean": [0.9374315142631531, -1.2046509981155396, 1.5904383659362793, -0.12062618136405945, -1.4530093669891357, -0.03303217515349388, -0.531804621219635, -1.145592212677002, 1.328985333442688, 0.0030340354423969984, 0.7446504831314087, -0.7533305287361145, 0.8282284736633301, 1.094639778137207, -0.0032235472463071346, 0.02673260122537613, 0.14599771797657013, -0.002434126567095518, 0.1061055064201355, 0.001731213415041566, 0.09055032581090927, 0.004048533737659454, 0.022931357845664024, 0.12762431800365448, 0.8737334609031677, 1.1264466047286987, 0.022907689213752747, 0.02283298224210739, 0.6723223328590393, 0.6864043474197388, 0.5604762434959412, 0.7620508074760437, 0.5246886610984802, 0.8506613969802856, 0.3722953796386719, 1.386448860168457], "std": [0.04884396120905876, 0.04289934039115906, 0.041641537100076675, 0.05284392088651657, 0.03522326797246933, 0.016944939270615578, 0.22300612926483154, 0.20869271457195282, 0.13980627059936523, 0.17037589848041534, 0.22454822063446045, 0.12194088101387024, 0.02730245143175125, 0.0263934675604105, 0.0035246890038251877, 0.026200152933597565, 0.05541611835360527, 0.001153408084064722, 0.02774619497358799, 0.0070242187939584255, 0.023292256519198418, 0.002455100417137146, 0.007345094345510006, 0.09261884540319443, 0.17724114656448364, 0.14308428764343262, 0.004515527747571468, 0.044483233243227005, 0.1755521446466446, 0.6230258345603943, 0.21897386014461517, 0.7034003734588623, 0.263327419757843, 0.7722792625427246, 0.3706052601337433, 0.4857502281665802], "min": [0.8798137307167053, -1.2574864625930786, 1.5387769937515259, -0.20020896196365356, -1.5159012079238892, -0.05592193081974983, -0.9843976497650146, -1.415321946144104, 1.0906131267547607, -0.21711918711662292, 0.4475184977054596, -0.9162343740463257, 0.795335590839386, 1.0049771070480347, -0.006654067430645227, 0.004717842675745487, 0.019177524372935295, -0.005492332857102156, 0.02780156023800373, -0.014868023805320263, 0.0256345234811306, 0.002405281877145171, 0.015888728201389313, 0.0029242574237287045, 0.5347219109535217, 0.8793753981590271, 0.020900316536426544, -0.0036815537605434656, 0.22980749607086182, -0.004112431779503822, 0.03907236084342003, 0.0040033492259681225, 0.04890739545226097, 0.0052141714841127396, 0.011067635379731655, 0.3870431184768677], "max": [1.0115728378295898, -1.1417710781097412, 1.6439688205718994, -0.0541456863284111, -1.4017318487167358, -0.0024795911740511656, -0.11652885377407074, -0.8192420601844788, 1.5302891731262207, 0.31077539920806885, 1.1818112134933472, -0.5719271898269653, 0.8789562582969666, 1.1239756345748901, 0.009424778632819653, 0.09743300080299377, 0.21332286298274994, 0.002530727069824934, 0.14302971959114075, 0.00859574694186449, 0.1281507909297943, 0.01524981390684843, 0.03997348994016647, 0.3346559405326843, 1.151431918144226, 1.3014321327209473, 0.044025931507349014, 0.14432235062122345, 0.8747917413711548, 1.4934836626052856, 0.8614781498908997, 1.7180912494659424, 1.0417215824127197, 1.860390067100525, 1.0967867374420166, 1.9229001998901367], "count": [117]}, "action": {"mean": [0.9374315142631531, -1.2046509981155396, 1.5904383659362793, -0.12062618136405945, -1.4530093669891357, -0.03303217515349388, -0.531804621219635, -1.145592212677002, 1.328985333442688, 0.0030340354423969984, 0.7446504831314087, -0.7533305287361145, 0.8282284736633301, 1.094639778137207, -0.0032235472463071346, 0.02673260122537613, 0.14599771797657013, -0.002434126567095518, 0.1061055064201355, 0.001731213415041566, 0.09055032581090927, 0.004048533737659454, 0.022931357845664024, 0.12762431800365448, 0.8737334609031677, 1.1264466047286987, 0.022907689213752747, 0.02283298224210739, 0.6723223328590393, 0.6864043474197388, 0.5604762434959412, 0.7620508074760437, 0.5246886610984802, 0.8506613969802856, 0.3722953796386719, 1.386448860168457], "std": [0.04884396120905876, 0.04289934039115906, 0.041641537100076675, 0.05284392088651657, 0.03522326797246933, 0.016944939270615578, 0.22300612926483154, 0.20869271457195282, 0.13980627059936523, 0.17037589848041534, 0.22454822063446045, 0.12194088101387024, 0.02730245143175125, 0.0263934675604105, 0.0035246890038251877, 0.026200152933597565, 0.05541611835360527, 0.001153408084064722, 0.02774619497358799, 0.0070242187939584255, 0.023292256519198418, 0.002455100417137146, 0.007345094345510006, 0.09261884540319443, 0.17724114656448364, 0.14308428764343262, 0.004515527747571468, 0.044483233243227005, 0.1755521446466446, 0.6230258345603943, 0.21897386014461517, 0.7034003734588623, 0.263327419757843, 0.7722792625427246, 0.3706052601337433, 0.4857502281665802], "min": [0.8798137307167053, -1.2574864625930786, 1.5387769937515259, -0.20020896196365356, -1.5159012079238892, -0.05592193081974983, -0.9843976497650146, -1.415321946144104, 1.0906131267547607, -0.21711918711662292, 0.4475184977054596, -0.9162343740463257, 0.795335590839386, 1.0049771070480347, -0.006654067430645227, 0.004717842675745487, 0.019177524372935295, -0.005492332857102156, 0.02780156023800373, -0.014868023805320263, 0.0256345234811306, 0.002405281877145171, 0.015888728201389313, 0.0029242574237287045, 0.5347219109535217, 0.8793753981590271, 0.020900316536426544, -0.0036815537605434656, 0.22980749607086182, -0.004112431779503822, 0.03907236084342003, 0.0040033492259681225, 0.04890739545226097, 0.0052141714841127396, 0.011067635379731655, 0.3870431184768677], "max": [1.0115728378295898, -1.1417710781097412, 1.6439688205718994, -0.0541456863284111, -1.4017318487167358, -0.0024795911740511656, -0.11652885377407074, -0.8192420601844788, 1.5302891731262207, 0.31077539920806885, 1.1818112134933472, -0.5719271898269653, 0.8789562582969666, 1.1239756345748901, 0.009424778632819653, 0.09743300080299377, 0.21332286298274994, 0.002530727069824934, 0.14302971959114075, 0.00859574694186449, 0.1281507909297943, 0.01524981390684843, 0.03997348994016647, 0.3346559405326843, 1.151431918144226, 1.3014321327209473, 0.044025931507349014, 0.14432235062122345, 0.8747917413711548, 1.4934836626052856, 0.8614781498908997, 1.7180912494659424, 1.0417215824127197, 1.860390067100525, 1.0967867374420166, 1.9229001998901367], "count": [117]}, "timestamp": {"min": [0.0], "max": [3.8666666666666667], "mean": [1.9333333333333336], "std": [1.125791902354697], "count": [117]}, "frame_index": {"min": [0], "max": [116], "mean": [58.0], "std": [33.77375707064091], "count": [117]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [117]}, "index": {"min": [578], "max": [694], "mean": [636.0], "std": [33.77375707064091], "count": [117]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [117]}, "subtask_annotation": {"mean": [1.9743589743589745, 5.0, 5.0, 5.0, 5.0], "std": [1.7070068694454616, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [117]}, "scene_annotation": {"mean": [3.0], "std": [0.0], "min": [3], "max": [3], "count": [117]}, "eef_direction_state": {"mean": [4.3247863247863245, 3.1367521367521367], "std": [1.7630056882798206, 1.5016001886647439], "min": [2, 0], "max": [6, 6], "count": [117]}, "eef_velocity_state": {"mean": [0.49572649572649574, 1.6752136752136753], "std": [0.516793725054051, 0.48620385139582534], "min": [0, 0], "max": [2, 2], "count": [117]}, "eef_acc_mag_state": {"mean": [0.39316239316239315, 1.3247863247863247], "std": [0.6788283641594796, 0.7140717461266815], "min": [0, 0], "max": [2, 2], "count": [117]}, "eef_direction_action": {"mean": [4.3247863247863245, 3.1367521367521367], "std": [1.7630056882798206, 1.5016001886647439], "min": [2, 0], "max": [6, 6], "count": [117]}, "eef_velocity_action": {"mean": [0.49572649572649574, 1.6752136752136753], "std": [0.516793725054051, 0.48620385139582534], "min": [0, 0], "max": [2, 2], "count": [117]}, "eef_acc_mag_action": {"mean": [0.39316239316239315, 1.3247863247863247], "std": [0.6788283641594796, 0.7140717461266815], "min": [0, 0], "max": [2, 2], "count": [117]}, "eef_sim_pose_state": {"mean": [0.6875451493498003, 0.22421570394361187, 1.2164525549203526, -0.9963853881397448, 0.2057805581771024, -2.040612878482254, 0.7131860766007294, -0.11406437019774993, 1.2264957047436855, 1.266348498072908, 0.8218846601163857, 1.9735873252150824], "std": [0.007178546255784934, 0.02022672174826532, 0.0023653553130803568, 0.00894314333304981, 0.0055350503024923225, 0.04019822676029707, 0.02376398275696454, 0.06448865839828483, 0.0658233193497796, 0.24682731919250442, 0.24470909666733623, 0.18794148146464407], "min": [0.6764732537136924, 0.19990419661019065, 1.2123784749981694, -1.0152769867317093, 0.1943900001136305, -2.0916468821863354, 0.6651613882521585, -0.22722945896711563, 1.1734476685872746, 0.7623391256430087, 0.5659866188991018, 1.5613765183261783], "max": [0.6970535466866193, 0.2566389460970601, 1.222698814066255, -0.9834758737359641, 0.21284401819150323, -1.9764318995754158, 0.746080356089269, -0.02950509567633916, 1.38588622978714, 1.7558647778422969, 1.1676002248081812, 2.2980127233762353], "count": [117]}, "eef_sim_pose_action": {"mean": [0.6875451493498003, 0.22421570394361187, 1.2164525549203526, -0.9963853881397448, 0.2057805581771024, -2.040612878482254, 0.7131860766007294, -0.11406437019774993, 1.2264957047436855, 1.266348498072908, 0.8218846601163857, 1.9735873252150824], "std": [0.007178546255784934, 0.02022672174826532, 0.0023653553130803568, 0.00894314333304981, 0.0055350503024923225, 0.04019822676029707, 0.02376398275696454, 0.06448865839828483, 0.0658233193497796, 0.24682731919250442, 0.24470909666733623, 0.18794148146464407], "min": [0.6764732537136924, 0.19990419661019065, 1.2123784749981694, -1.0152769867317093, 0.1943900001136305, -2.0916468821863354, 0.6651613882521585, -0.22722945896711563, 1.1734476685872746, 0.7623391256430087, 0.5659866188991018, 1.5613765183261783], "max": [0.6970535466866193, 0.2566389460970601, 1.222698814066255, -0.9834758737359641, 0.21284401819150323, -1.9764318995754158, 0.746080356089269, -0.02950509567633916, 1.38588622978714, 1.7558647778422969, 1.1676002248081812, 2.2980127233762353], "count": [117]}}} +{"episode_index": 4, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49466048611111113]], [[0.4936172589869281]], [[0.4810063276143791]]], "std": [[[0.21573391549962673]], [[0.21696085120032402]], [[0.21960777191695502]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.1450980392156863]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47805293096405227]], [[0.48773661560457515]], [[0.4744080065359477]]], "std": [[[0.3176857998862058]], [[0.32161925198769853]], [[0.327808435382905]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1607843137254902]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5593996119281046]], [[0.5861429166666666]], [[0.5441735355392157]]], "std": [[[0.3096103165965753]], [[0.3136945844667535]], [[0.31901070154268746]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43167639501633986]], [[0.45528431576797385]], [[0.44660822099673203]]], "std": [[[0.3370331887874142]], [[0.349451473361377]], [[0.3622136810629444]]], "count": [100]}, "observation.state": {"mean": [0.8687171339988708, -1.239094614982605, 1.6438196897506714, -0.014350145123898983, -1.354681372642517, -0.059380292892456055, -0.5203675031661987, -1.2255669832229614, 1.4732162952423096, 0.026298297569155693, 0.6608080863952637, -0.5797609090805054, 0.9029892086982727, 1.1427756547927856, -0.0015809255419299006, 0.04997163265943527, 0.14418810606002808, 0.010258891619741917, 0.14421434700489044, 0.00730064557865262, 0.08562915772199631, 0.013045997358858585, 0.018016790971159935, 0.3019872307777405, 0.8654637336730957, 1.1606014966964722, 0.02179020643234253, 0.008723217062652111, 0.6614580750465393, 0.8042410016059875, 0.5864327549934387, 1.1380813121795654, 0.6039566993713379, 1.2049479484558105, 0.5525551438331604, 1.6019814014434814], "std": [0.06050386652350426, 0.04313289746642113, 0.04414843022823334, 0.06755031645298004, 0.047590650618076324, 0.01736987568438053, 0.12924282252788544, 0.2058907300233841, 0.16135679185390472, 0.14701542258262634, 0.13116753101348877, 0.08391710370779037, 0.06544138491153717, 0.010735160671174526, 0.002535579027608037, 0.045365966856479645, 0.027697987854480743, 0.0005632936954498291, 0.02419453300535679, 0.006414563395082951, 0.03210151568055153, 0.0004593125486280769, 0.0034559231717139482, 0.21178968250751495, 0.20090621709823608, 0.13667559623718262, 0.003174404613673687, 0.023099951446056366, 0.13652804493904114, 0.6164041757583618, 0.2666839063167572, 0.7757869958877563, 0.32623371481895447, 0.8164701461791992, 0.43399718403816223, 0.40859687328338623], "min": [0.8132462501525879, -1.2797670364379883, 1.5570400953292847, -0.16394758224487305, -1.4432322978973389, -0.08220797777175903, -0.8601319789886475, -1.429961085319519, 1.1659799814224243, -0.28304293751716614, 0.4483172297477722, -0.7478828430175781, 0.7788094878196716, 1.1127433776855469, -0.0032888546120375395, 0.0040524364449083805, 0.05181397870182991, 0.006850416772067547, 0.06069382280111313, -0.014295336790382862, 0.024647323414683342, 0.009839294478297234, 0.01577886752784252, 0.004057890735566616, 0.4187917709350586, 0.8825819492340088, 0.02047489397227764, -0.004537855740636587, 0.27428939938545227, -0.0054159751161932945, 0.0800778940320015, 0.002056215889751911, 0.07949429005384445, -0.0068176924251019955, 0.010815586894750595, 0.8095982074737549], "max": [1.0056077241897583, -1.1637568473815918, 1.6905326843261719, 0.04656386002898216, -1.3116559982299805, -0.0177862960845232, -0.2774161696434021, -0.8850470781326294, 1.6229162216186523, 0.21965838968753815, 0.9657053351402283, -0.4477926790714264, 1.0040061473846436, 1.1612929105758667, 0.012915436178445816, 0.16694074869155884, 0.17041504383087158, 0.011028299108147621, 0.17248761653900146, 0.021816615015268326, 0.14450781047344208, 0.01470439974218607, 0.030450541526079178, 0.6566746830940247, 1.1155709028244019, 1.3054027557373047, 0.04073162004351616, 0.0909871831536293, 0.8531660437583923, 1.4761558771133423, 1.0990175008773804, 1.9058995246887207, 1.252448320388794, 1.9204840660095215, 1.331544280052185, 1.9166005849838257], "count": [184]}, "action": {"mean": [0.8687171339988708, -1.239094614982605, 1.6438196897506714, -0.014350145123898983, -1.354681372642517, -0.059380292892456055, -0.5203675031661987, -1.2255669832229614, 1.4732162952423096, 0.026298297569155693, 0.6608080863952637, -0.5797609090805054, 0.9029892086982727, 1.1427756547927856, -0.0015809255419299006, 0.04997163265943527, 0.14418810606002808, 0.010258891619741917, 0.14421434700489044, 0.00730064557865262, 0.08562915772199631, 0.013045997358858585, 0.018016790971159935, 0.3019872307777405, 0.8654637336730957, 1.1606014966964722, 0.02179020643234253, 0.008723217062652111, 0.6614580750465393, 0.8042410016059875, 0.5864327549934387, 1.1380813121795654, 0.6039566993713379, 1.2049479484558105, 0.5525551438331604, 1.6019814014434814], "std": [0.06050386652350426, 0.04313289746642113, 0.04414843022823334, 0.06755031645298004, 0.047590650618076324, 0.01736987568438053, 0.12924282252788544, 0.2058907300233841, 0.16135679185390472, 0.14701542258262634, 0.13116753101348877, 0.08391710370779037, 0.06544138491153717, 0.010735160671174526, 0.002535579027608037, 0.045365966856479645, 0.027697987854480743, 0.0005632936954498291, 0.02419453300535679, 0.006414563395082951, 0.03210151568055153, 0.0004593125486280769, 0.0034559231717139482, 0.21178968250751495, 0.20090621709823608, 0.13667559623718262, 0.003174404613673687, 0.023099951446056366, 0.13652804493904114, 0.6164041757583618, 0.2666839063167572, 0.7757869958877563, 0.32623371481895447, 0.8164701461791992, 0.43399718403816223, 0.40859687328338623], "min": [0.8132462501525879, -1.2797670364379883, 1.5570400953292847, -0.16394758224487305, -1.4432322978973389, -0.08220797777175903, -0.8601319789886475, -1.429961085319519, 1.1659799814224243, -0.28304293751716614, 0.4483172297477722, -0.7478828430175781, 0.7788094878196716, 1.1127433776855469, -0.0032888546120375395, 0.0040524364449083805, 0.05181397870182991, 0.006850416772067547, 0.06069382280111313, -0.014295336790382862, 0.024647323414683342, 0.009839294478297234, 0.01577886752784252, 0.004057890735566616, 0.4187917709350586, 0.8825819492340088, 0.02047489397227764, -0.004537855740636587, 0.27428939938545227, -0.0054159751161932945, 0.0800778940320015, 0.002056215889751911, 0.07949429005384445, -0.0068176924251019955, 0.010815586894750595, 0.8095982074737549], "max": [1.0056077241897583, -1.1637568473815918, 1.6905326843261719, 0.04656386002898216, -1.3116559982299805, -0.0177862960845232, -0.2774161696434021, -0.8850470781326294, 1.6229162216186523, 0.21965838968753815, 0.9657053351402283, -0.4477926790714264, 1.0040061473846436, 1.1612929105758667, 0.012915436178445816, 0.16694074869155884, 0.17041504383087158, 0.011028299108147621, 0.17248761653900146, 0.021816615015268326, 0.14450781047344208, 0.01470439974218607, 0.030450541526079178, 0.6566746830940247, 1.1155709028244019, 1.3054027557373047, 0.04073162004351616, 0.0909871831536293, 0.8531660437583923, 1.4761558771133423, 1.0990175008773804, 1.9058995246887207, 1.252448320388794, 1.9204840660095215, 1.331544280052185, 1.9166005849838257], "count": [184]}, "timestamp": {"min": [0.0], "max": [6.1], "mean": [3.0500000000000003], "std": [1.7705146772117486], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [184]}, "index": {"min": [695], "max": [878], "mean": [786.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [184]}, "subtask_annotation": {"mean": [1.983695652173913, 5.0, 5.0, 5.0, 5.0], "std": [1.5017219951944045, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [184]}, "scene_annotation": {"mean": [4.0], "std": [0.0], "min": [4], "max": [4], "count": [184]}, "eef_direction_state": {"mean": [4.913043478260869, 3.858695652173913], "std": [1.8067035434076641, 1.5574611568827286], "min": [0, 0], "max": [6, 6], "count": [184]}, "eef_velocity_state": {"mean": [0.29347826086956524, 1.3206521739130435], "std": [0.45535565360116104, 0.7226217429366766], "min": [0, 0], "max": [1, 2], "count": [184]}, "eef_acc_mag_state": {"mean": [0.21195652173913043, 1.1195652173913044], "std": [0.5454041962068829, 0.8320011405765045], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_direction_action": {"mean": [4.913043478260869, 3.858695652173913], "std": [1.8067035434076641, 1.5574611568827286], "min": [0, 0], "max": [6, 6], "count": [184]}, "eef_velocity_action": {"mean": [0.29347826086956524, 1.3206521739130435], "std": [0.45535565360116104, 0.7226217429366766], "min": [0, 0], "max": [1, 2], "count": [184]}, "eef_acc_mag_action": {"mean": [0.21195652173913043, 1.1195652173913044], "std": [0.5454041962068829, 0.8320011405765045], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_sim_pose_state": {"mean": [0.7011210738475211, 0.1982684763255883, 1.2114582342984856, -1.048135359739485, 0.24623448282604324, -2.104043848207165, 0.7515733255902614, -0.1214176290979346, 1.203028984507886, 1.395605412005963, 0.6659529140220722, 2.0324934220241446], "std": [0.00901513629545434, 0.02354682090127465, 0.007782522817368336, 0.023290961994049314, 0.020037298005736233, 0.04219232196148149, 0.03481134668558759, 0.04921417421084857, 0.04896712049494041, 0.15130134224337485, 0.20390146811473658, 0.13347772739360686], "min": [0.6814584662594552, 0.17776635702817006, 1.2008564632535639, -1.0802447937750213, 0.20910366701434047, -2.1380425227922357, 0.6726168791034332, -0.19677292829037368, 1.1444590774554606, 1.1377328456449092, 0.47871402753710024, 1.771626003134776], "max": [0.7108545166321193, 0.2481132676519059, 1.2342603615225909, -0.9820372660720851, 0.26992445937433684, -2.0109378640956974, 0.7932139394075405, -0.06057636842808156, 1.3168861872183035, 1.7282529605200385, 1.0607641787682156, 2.282853508965587], "count": [184]}, "eef_sim_pose_action": {"mean": [0.7011210738475211, 0.1982684763255883, 1.2114582342984856, -1.048135359739485, 0.24623448282604324, -2.104043848207165, 0.7515733255902614, -0.1214176290979346, 1.203028984507886, 1.395605412005963, 0.6659529140220722, 2.0324934220241446], "std": [0.00901513629545434, 0.02354682090127465, 0.007782522817368336, 0.023290961994049314, 0.020037298005736233, 0.04219232196148149, 0.03481134668558759, 0.04921417421084857, 0.04896712049494041, 0.15130134224337485, 0.20390146811473658, 0.13347772739360686], "min": [0.6814584662594552, 0.17776635702817006, 1.2008564632535639, -1.0802447937750213, 0.20910366701434047, -2.1380425227922357, 0.6726168791034332, -0.19677292829037368, 1.1444590774554606, 1.1377328456449092, 0.47871402753710024, 1.771626003134776], "max": [0.7108545166321193, 0.2481132676519059, 1.2342603615225909, -0.9820372660720851, 0.26992445937433684, -2.0109378640956974, 0.7932139394075405, -0.06057636842808156, 1.3168861872183035, 1.7282529605200385, 1.0607641787682156, 2.282853508965587], "count": [184]}}} +{"episode_index": 5, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4916009415849673]], [[0.4925746446078431]], [[0.481828756127451]]], "std": [[[0.2064833033022047]], [[0.20572872238005024]], [[0.21171711990533418]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.12549019607843137]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5085818668300653]], [[0.5213150306372549]], [[0.5103548427287582]]], "std": [[[0.3202744109406009]], [[0.32511969145594033]], [[0.33149174865557574]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.14901960784313725]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5275971854575163]], [[0.547941875]], [[0.5177959926470588]]], "std": [[[0.3054174961064548]], [[0.3092960872512499]], [[0.31694817176991585]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4334118913398693]], [[0.4602158006535948]], [[0.4503370751633987]]], "std": [[[0.33567504423518874]], [[0.34728412884775606]], [[0.358034166653571]]], "count": [100]}, "observation.state": {"mean": [0.9579622149467468, -1.2108728885650635, 1.6381171941757202, -0.1407012790441513, -1.3472156524658203, -0.024266470223665237, -0.43531253933906555, -1.1816476583480835, 1.4514119625091553, -0.16509515047073364, 0.5745594501495361, -0.5275094509124756, 0.8836289048194885, 1.1035537719726562, 0.00675954157486558, 0.07655376940965652, 0.020431900396943092, 0.01012328639626503, 0.04882807284593582, 0.0075559718534350395, 0.042379725724458694, 0.007503839209675789, 0.022200023755431175, 0.16061773896217346, 0.8335044384002686, 1.0977269411087036, 0.023798255249857903, 0.022981097921729088, 0.6445329785346985, 0.61222904920578, 0.5220067501068115, 0.4915618896484375, 0.49546992778778076, 0.6358077526092529, 0.2989944815635681, 1.3858509063720703], "std": [0.05168089643120766, 0.07047812640666962, 0.0878891795873642, 0.05009593069553375, 0.10609013587236404, 0.0321868360042572, 0.16783170402050018, 0.25611087679862976, 0.2062852680683136, 0.1503351330757141, 0.12751084566116333, 0.10753224790096283, 0.04786030575633049, 0.02736121043562889, 0.009536498226225376, 0.026336105540394783, 0.00514349015429616, 0.00043232174357399344, 0.01751832664012909, 0.00031446025241166353, 0.029298368841409683, 0.005223082844167948, 0.005119196139276028, 0.20274323225021362, 0.15684308111667633, 0.09231917560100555, 0.0013459838228300214, 0.02213786542415619, 0.13306230306625366, 0.42929312586784363, 0.20055685937404633, 0.5686598420143127, 0.28183916211128235, 0.5937671661376953, 0.35562753677368164, 0.35091379284858704], "min": [0.910093367099762, -1.2798385620117188, 1.456376075744629, -0.2465643286705017, -1.606512188911438, -0.054002631455659866, -0.8631837964057922, -1.4361004829406738, 1.078365683555603, -0.47307735681533813, 0.43314164876937866, -0.7123420238494873, 0.7807948589324951, 1.028473138809204, -0.0055850534699857235, 0.0470857098698616, 0.013286319561302662, 0.009272061288356781, 0.021014854311943054, 0.006872233934700489, 0.014682582579553127, 0.0052141714841127396, 0.01551161427050829, -0.01601339690387249, 0.5814619660377502, 0.9622218012809753, 0.021380282938480377, -0.004379685968160629, 0.3194098174571991, 0.01205368060618639, 0.1935788244009018, 0.009190249256789684, 0.09444413334131241, 0.0007581273093819618, 0.009850201196968555, 0.5713281035423279], "max": [1.0609550476074219, -1.05299973487854, 1.7310049533843994, -0.08313782513141632, -1.2451480627059937, 0.07146308571100235, -0.12351463735103607, -0.7528709173202515, 1.6653672456741333, 0.10076823830604553, 0.9007591009140015, -0.4001082479953766, 0.9361945986747742, 1.1511210203170776, 0.05757404863834381, 0.16255316138267517, 0.04072963818907738, 0.011317369528114796, 0.09757739305496216, 0.008290314115583897, 0.1118168979883194, 0.036542829126119614, 0.0337066687643528, 0.5857383012771606, 1.0665597915649414, 1.2838969230651855, 0.025383632630109787, 0.07022768259048462, 0.8367272019386292, 1.3617603778839111, 0.9512425661087036, 1.8535561561584473, 1.189850926399231, 1.9013125896453857, 1.2493557929992676, 1.9139171838760376], "count": [161]}, "action": {"mean": [0.9579622149467468, -1.2108728885650635, 1.6381171941757202, -0.1407012790441513, -1.3472156524658203, -0.024266470223665237, -0.43531253933906555, -1.1816476583480835, 1.4514119625091553, -0.16509515047073364, 0.5745594501495361, -0.5275094509124756, 0.8836289048194885, 1.1035537719726562, 0.00675954157486558, 0.07655376940965652, 0.020431900396943092, 0.01012328639626503, 0.04882807284593582, 0.0075559718534350395, 0.042379725724458694, 0.007503839209675789, 0.022200023755431175, 0.16061773896217346, 0.8335044384002686, 1.0977269411087036, 0.023798255249857903, 0.022981097921729088, 0.6445329785346985, 0.61222904920578, 0.5220067501068115, 0.4915618896484375, 0.49546992778778076, 0.6358077526092529, 0.2989944815635681, 1.3858509063720703], "std": [0.05168089643120766, 0.07047812640666962, 0.0878891795873642, 0.05009593069553375, 0.10609013587236404, 0.0321868360042572, 0.16783170402050018, 0.25611087679862976, 0.2062852680683136, 0.1503351330757141, 0.12751084566116333, 0.10753224790096283, 0.04786030575633049, 0.02736121043562889, 0.009536498226225376, 0.026336105540394783, 0.00514349015429616, 0.00043232174357399344, 0.01751832664012909, 0.00031446025241166353, 0.029298368841409683, 0.005223082844167948, 0.005119196139276028, 0.20274323225021362, 0.15684308111667633, 0.09231917560100555, 0.0013459838228300214, 0.02213786542415619, 0.13306230306625366, 0.42929312586784363, 0.20055685937404633, 0.5686598420143127, 0.28183916211128235, 0.5937671661376953, 0.35562753677368164, 0.35091379284858704], "min": [0.910093367099762, -1.2798385620117188, 1.456376075744629, -0.2465643286705017, -1.606512188911438, -0.054002631455659866, -0.8631837964057922, -1.4361004829406738, 1.078365683555603, -0.47307735681533813, 0.43314164876937866, -0.7123420238494873, 0.7807948589324951, 1.028473138809204, -0.0055850534699857235, 0.0470857098698616, 0.013286319561302662, 0.009272061288356781, 0.021014854311943054, 0.006872233934700489, 0.014682582579553127, 0.0052141714841127396, 0.01551161427050829, -0.01601339690387249, 0.5814619660377502, 0.9622218012809753, 0.021380282938480377, -0.004379685968160629, 0.3194098174571991, 0.01205368060618639, 0.1935788244009018, 0.009190249256789684, 0.09444413334131241, 0.0007581273093819618, 0.009850201196968555, 0.5713281035423279], "max": [1.0609550476074219, -1.05299973487854, 1.7310049533843994, -0.08313782513141632, -1.2451480627059937, 0.07146308571100235, -0.12351463735103607, -0.7528709173202515, 1.6653672456741333, 0.10076823830604553, 0.9007591009140015, -0.4001082479953766, 0.9361945986747742, 1.1511210203170776, 0.05757404863834381, 0.16255316138267517, 0.04072963818907738, 0.011317369528114796, 0.09757739305496216, 0.008290314115583897, 0.1118168979883194, 0.036542829126119614, 0.0337066687643528, 0.5857383012771606, 1.0665597915649414, 1.2838969230651855, 0.025383632630109787, 0.07022768259048462, 0.8367272019386292, 1.3617603778839111, 0.9512425661087036, 1.8535561561584473, 1.189850926399231, 1.9013125896453857, 1.2493557929992676, 1.9139171838760376], "count": [161]}, "timestamp": {"min": [0.0], "max": [5.333333333333333], "mean": [2.666666666666666], "std": [1.5491933384829668], "count": [161]}, "frame_index": {"min": [0], "max": [160], "mean": [80.0], "std": [46.475800154489], "count": [161]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [161]}, "index": {"min": [879], "max": [1039], "mean": [959.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [161]}, "subtask_annotation": {"mean": [2.5031055900621118, 5.0, 5.0, 5.0, 5.0], "std": [1.7053959799642024, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [161]}, "scene_annotation": {"mean": [5.0], "std": [0.0], "min": [5], "max": [5], "count": [161]}, "eef_direction_state": {"mean": [3.6956521739130435, 3.4782608695652173], "std": [2.3879705728205183, 1.7974687395989013], "min": [0, 0], "max": [6, 6], "count": [161]}, "eef_velocity_state": {"mean": [0.6894409937888198, 1.3726708074534162], "std": [0.6521443353245555, 0.7377982671005768], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_acc_mag_state": {"mean": [0.6583850931677019, 1.1366459627329193], "std": [0.8198287206522821, 0.8303026044944614], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_direction_action": {"mean": [3.6956521739130435, 3.4782608695652173], "std": [2.3879705728205183, 1.7974687395989013], "min": [0, 0], "max": [6, 6], "count": [161]}, "eef_velocity_action": {"mean": [0.6894409937888198, 1.3726708074534162], "std": [0.6521443353245555, 0.7377982671005768], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_acc_mag_action": {"mean": [0.6583850931677019, 1.1366459627329193], "std": [0.8198287206522821, 0.8303026044944614], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_sim_pose_state": {"mean": [0.7074090735948052, 0.2401090433029699, 1.193213102462367, -1.1039605369062762, 0.2362513461281616, -1.9926308787594513, 0.7441213216618581, -0.10848458378842395, 1.2300711766742767, 1.3804006093745582, 0.7801067800823642, 2.0706056427130957], "std": [0.02384210758701032, 0.017369519390125848, 0.023185197041626037, 0.07605975158282896, 0.022202597498396044, 0.029643650356643392, 0.04325780687932126, 0.06553587477043253, 0.05672385955436757, 0.17736002701544168, 0.15784826322245854, 0.16308549964668986], "min": [0.6503741586004435, 0.22302079057773677, 1.1712544029412704, -1.1742588681804895, 0.20564208289442965, -2.0268843444372067, 0.6552675294429292, -0.20802718535948056, 1.1725610892409104, 0.9491955980780045, 0.6475195111421099, 1.6573751599284805], "max": [0.7316110312093717, 0.2741266089182909, 1.2623101655050548, -0.8711923999150808, 0.2962054604221831, -1.937902268990931, 0.786510837690179, -0.0320173834569038, 1.3781266459493218, 1.7398909619723106, 1.0918802290777427, 2.375901799950892], "count": [161]}, "eef_sim_pose_action": {"mean": [0.7074090735948052, 0.2401090433029699, 1.193213102462367, -1.1039605369062762, 0.2362513461281616, -1.9926308787594513, 0.7441213216618581, -0.10848458378842395, 1.2300711766742767, 1.3804006093745582, 0.7801067800823642, 2.0706056427130957], "std": [0.02384210758701032, 0.017369519390125848, 0.023185197041626037, 0.07605975158282896, 0.022202597498396044, 0.029643650356643392, 0.04325780687932126, 0.06553587477043253, 0.05672385955436757, 0.17736002701544168, 0.15784826322245854, 0.16308549964668986], "min": [0.6503741586004435, 0.22302079057773677, 1.1712544029412704, -1.1742588681804895, 0.20564208289442965, -2.0268843444372067, 0.6552675294429292, -0.20802718535948056, 1.1725610892409104, 0.9491955980780045, 0.6475195111421099, 1.6573751599284805], "max": [0.7316110312093717, 0.2741266089182909, 1.2623101655050548, -0.8711923999150808, 0.2962054604221831, -1.937902268990931, 0.786510837690179, -0.0320173834569038, 1.3781266459493218, 1.7398909619723106, 1.0918802290777427, 2.375901799950892], "count": [161]}}} +{"episode_index": 6, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.00784313725490196]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49090188725490197]], [[0.492764068627451]], [[0.4815684640522876]]], "std": [[[0.20913864489995138]], [[0.20815879037186352]], [[0.21144543121845702]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.12549019607843137]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46059495506535947]], [[0.46821008782679735]], [[0.4548301919934641]]], "std": [[[0.31329737084417797]], [[0.31825938110407204]], [[0.32409595299322674]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.00392156862745098]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5116432026143791]], [[0.5279870710784313]], [[0.49900355187908496]]], "std": [[[0.31028492431919347]], [[0.3149003280589685]], [[0.32417388206452996]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4166639971405229]], [[0.44211701184640523]], [[0.4336038664215686]]], "std": [[[0.3387075033722409]], [[0.3496168658868999]], [[0.3611914870617542]]], "count": [100]}, "observation.state": {"mean": [0.8797749876976013, -1.1839890480041504, 1.5177886486053467, 0.0061788917519152164, -1.4270057678222656, -0.01887878216803074, -0.322815477848053, -1.2851836681365967, 1.575742244720459, -0.21209916472434998, 0.4517993927001953, -0.5644817352294922, 0.8069823980331421, 1.0439971685409546, 0.010889394208788872, 0.06968071311712265, 0.04731271043419838, 0.004754755180329084, 0.055093035101890564, 0.007368502672761679, 0.05389484390616417, 0.002999303163960576, 0.020835207775235176, 0.2550022602081299, 0.7794207334518433, 1.055531620979309, 0.0221120472997427, 0.006258134730160236, 0.7615998387336731, 0.24114669859409332, 0.6704292893409729, 0.546082079410553, 0.6280985474586487, 1.156307339668274, 0.6151712536811829, 1.6496148109436035], "std": [0.05634012073278427, 0.029648613184690475, 0.02657569944858551, 0.054219432175159454, 0.051485441625118256, 0.018759753555059433, 0.16080182790756226, 0.12575383484363556, 0.14597852528095245, 0.15960554778575897, 0.21487919986248016, 0.0742371678352356, 0.0331612266600132, 0.03106641210615635, 0.006447591818869114, 0.029322894290089607, 0.033257514238357544, 0.0008683715132065117, 0.03502213954925537, 0.0038998452946543694, 0.0312186349183321, 0.0019360602600499988, 0.002911169081926346, 0.13389265537261963, 0.12639686465263367, 0.08596129715442657, 0.002376322401687503, 0.010771624743938446, 0.11995892226696014, 0.40433603525161743, 0.15728524327278137, 0.6681801676750183, 0.21218378841876984, 0.4657995104789734, 0.31778356432914734, 0.17762427031993866], "min": [0.7998707890510559, -1.2360999584197998, 1.4293888807296753, -0.14710651338100433, -1.5006060600280762, -0.05055743083357811, -0.8579385280609131, -1.4151073694229126, 1.0955023765563965, -0.5378090143203735, 0.1229066550731659, -0.7002579569816589, 0.7580455541610718, 0.9547168612480164, -0.014638949185609818, 0.019564049318432808, 0.01601339690387249, 0.003654283005744219, 0.015882495790719986, -0.009702939540147781, 0.013488122262060642, 0.0019307704642415047, 0.015686146914958954, 0.009250244125723839, 0.6341139674186707, 0.963241696357727, 0.02056385576725006, -0.005388703662902117, 0.45958882570266724, 0.014802573248744011, 0.34232452511787415, 0.008617562241852283, 0.21798071265220642, 0.026578091084957123, 0.016035212203860283, 1.2589279413223267], "max": [1.0376135110855103, -1.0954070091247559, 1.543760061264038, 0.092710480093956, -1.3415899276733398, 0.02994582988321781, -0.04950837418437004, -0.8467326164245605, 1.7415908575057983, -0.0022411688696593046, 0.9406233429908752, -0.43081700801849365, 0.9015661478042603, 1.0794098377227783, 0.021680261939764023, 0.1385136991739273, 0.12508010864257812, 0.010733774863183498, 0.13124330341815948, 0.013444488868117332, 0.11714455485343933, 0.01690787635743618, 0.03294308856129646, 0.49329549074172974, 1.1085458993911743, 1.3169491291046143, 0.03929172456264496, 0.06322455406188965, 1.022304892539978, 1.4091405868530273, 1.0791970491409302, 1.9024578332901, 1.2820696830749512, 1.9279124736785889, 1.3829880952835083, 1.9224529266357422], "count": [288]}, "action": {"mean": [0.8797749876976013, -1.1839890480041504, 1.5177886486053467, 0.0061788917519152164, -1.4270057678222656, -0.01887878216803074, -0.322815477848053, -1.2851836681365967, 1.575742244720459, -0.21209916472434998, 0.4517993927001953, -0.5644817352294922, 0.8069823980331421, 1.0439971685409546, 0.010889394208788872, 0.06968071311712265, 0.04731271043419838, 0.004754755180329084, 0.055093035101890564, 0.007368502672761679, 0.05389484390616417, 0.002999303163960576, 0.020835207775235176, 0.2550022602081299, 0.7794207334518433, 1.055531620979309, 0.0221120472997427, 0.006258134730160236, 0.7615998387336731, 0.24114669859409332, 0.6704292893409729, 0.546082079410553, 0.6280985474586487, 1.156307339668274, 0.6151712536811829, 1.6496148109436035], "std": [0.05634012073278427, 0.029648613184690475, 0.02657569944858551, 0.054219432175159454, 0.051485441625118256, 0.018759753555059433, 0.16080182790756226, 0.12575383484363556, 0.14597852528095245, 0.15960554778575897, 0.21487919986248016, 0.0742371678352356, 0.0331612266600132, 0.03106641210615635, 0.006447591818869114, 0.029322894290089607, 0.033257514238357544, 0.0008683715132065117, 0.03502213954925537, 0.0038998452946543694, 0.0312186349183321, 0.0019360602600499988, 0.002911169081926346, 0.13389265537261963, 0.12639686465263367, 0.08596129715442657, 0.002376322401687503, 0.010771624743938446, 0.11995892226696014, 0.40433603525161743, 0.15728524327278137, 0.6681801676750183, 0.21218378841876984, 0.4657995104789734, 0.31778356432914734, 0.17762427031993866], "min": [0.7998707890510559, -1.2360999584197998, 1.4293888807296753, -0.14710651338100433, -1.5006060600280762, -0.05055743083357811, -0.8579385280609131, -1.4151073694229126, 1.0955023765563965, -0.5378090143203735, 0.1229066550731659, -0.7002579569816589, 0.7580455541610718, 0.9547168612480164, -0.014638949185609818, 0.019564049318432808, 0.01601339690387249, 0.003654283005744219, 0.015882495790719986, -0.009702939540147781, 0.013488122262060642, 0.0019307704642415047, 0.015686146914958954, 0.009250244125723839, 0.6341139674186707, 0.963241696357727, 0.02056385576725006, -0.005388703662902117, 0.45958882570266724, 0.014802573248744011, 0.34232452511787415, 0.008617562241852283, 0.21798071265220642, 0.026578091084957123, 0.016035212203860283, 1.2589279413223267], "max": [1.0376135110855103, -1.0954070091247559, 1.543760061264038, 0.092710480093956, -1.3415899276733398, 0.02994582988321781, -0.04950837418437004, -0.8467326164245605, 1.7415908575057983, -0.0022411688696593046, 0.9406233429908752, -0.43081700801849365, 0.9015661478042603, 1.0794098377227783, 0.021680261939764023, 0.1385136991739273, 0.12508010864257812, 0.010733774863183498, 0.13124330341815948, 0.013444488868117332, 0.11714455485343933, 0.01690787635743618, 0.03294308856129646, 0.49329549074172974, 1.1085458993911743, 1.3169491291046143, 0.03929172456264496, 0.06322455406188965, 1.022304892539978, 1.4091405868530273, 1.0791970491409302, 1.9024578332901, 1.2820696830749512, 1.9279124736785889, 1.3829880952835083, 1.9224529266357422], "count": [288]}, "timestamp": {"min": [0.0], "max": [9.566666666666666], "mean": [4.783333333333333], "std": [2.7712645863228955], "count": [288]}, "frame_index": {"min": [0], "max": [287], "mean": [143.5], "std": [83.13793758968686], "count": [288]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [288]}, "index": {"min": [1040], "max": [1327], "mean": [1183.5], "std": [83.13793758968686], "count": [288]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [288]}, "subtask_annotation": {"mean": [1.8125, 5.0, 5.0, 5.0, 5.0], "std": [1.4165134721091313, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [288]}, "scene_annotation": {"mean": [6.0], "std": [0.0], "min": [6], "max": [6], "count": [288]}, "eef_direction_state": {"mean": [4.125, 3.6979166666666665], "std": [1.6002386974726266, 1.839684783914537], "min": [1, 0], "max": [6, 6], "count": [288]}, "eef_velocity_state": {"mean": [0.6388888888888888, 1.2881944444444444], "std": [0.4803226796052933, 0.6097582088848577], "min": [0, 0], "max": [1, 2], "count": [288]}, "eef_acc_mag_state": {"mean": [0.1840277777777778, 0.9375], "std": [0.5043096483814461, 0.8393015449368203], "min": [0, 0], "max": [2, 2], "count": [288]}, "eef_direction_action": {"mean": [4.125, 3.6979166666666665], "std": [1.6002386974726266, 1.839684783914537], "min": [1, 0], "max": [6, 6], "count": [288]}, "eef_velocity_action": {"mean": [0.6388888888888888, 1.2881944444444444], "std": [0.4803226796052933, 0.6097582088848577], "min": [0, 0], "max": [1, 2], "count": [288]}, "eef_acc_mag_action": {"mean": [0.1840277777777778, 0.9375], "std": [0.5043096483814461, 0.8393015449368203], "min": [0, 0], "max": [2, 2], "count": [288]}, "eef_sim_pose_state": {"mean": [0.6697649963425748, 0.18426633359380412, 1.2243654147364442, -0.9992569232491216, 0.245804571201078, -2.1538249775481626, 0.7829019494381222, -0.10195121434152801, 1.2466300037515783, 1.4137525952222265, 0.8400173549777369, 2.056598886899929], "std": [0.00834033916204673, 0.018481901702315482, 0.01791293177023044, 0.07637923240632546, 0.008875674007312649, 0.045159171606418816, 0.039313523402484146, 0.029702039165185982, 0.05311523883620031, 0.21829046150197803, 0.207430816371625, 0.1409792888678183], "min": [0.6572847006979935, 0.1514218441072774, 1.1988393644659074, -1.097595538225489, 0.22587616257587673, -2.24038946944645, 0.6477351778114592, -0.1861625996795302, 1.1888310657109789, 0.8713280546408662, 0.5623844768264417, 1.6351750498939923], "max": [0.6833485641416088, 0.23453192482568674, 1.2520414044356478, -0.8898900290136871, 0.2586369802412116, -2.04032677316793, 0.8327642579893135, -0.05082921029599391, 1.4114962749684086, 1.796880151354376, 1.226578055424136, 2.356579361824206], "count": [288]}, "eef_sim_pose_action": {"mean": [0.6697649963425748, 0.18426633359380412, 1.2243654147364442, -0.9992569232491216, 0.245804571201078, -2.1538249775481626, 0.7829019494381222, -0.10195121434152801, 1.2466300037515783, 1.4137525952222265, 0.8400173549777369, 2.056598886899929], "std": [0.00834033916204673, 0.018481901702315482, 0.01791293177023044, 0.07637923240632546, 0.008875674007312649, 0.045159171606418816, 0.039313523402484146, 0.029702039165185982, 0.05311523883620031, 0.21829046150197803, 0.207430816371625, 0.1409792888678183], "min": [0.6572847006979935, 0.1514218441072774, 1.1988393644659074, -1.097595538225489, 0.22587616257587673, -2.24038946944645, 0.6477351778114592, -0.1861625996795302, 1.1888310657109789, 0.8713280546408662, 0.5623844768264417, 1.6351750498939923], "max": [0.6833485641416088, 0.23453192482568674, 1.2520414044356478, -0.8898900290136871, 0.2586369802412116, -2.04032677316793, 0.8327642579893135, -0.05082921029599391, 1.4114962749684086, 1.796880151354376, 1.226578055424136, 2.356579361824206], "count": [288]}}} +{"episode_index": 7, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4933399366830065]], [[0.49141108660130717]], [[0.4792710866013072]]], "std": [[[0.21600174546277404]], [[0.21791252604422082]], [[0.2215077086929225]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.13333333333333333]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646204820261438]], [[0.4734030821078431]], [[0.46048234068627447]]], "std": [[[0.3177373245759553]], [[0.3221440893364431]], [[0.3285645320415064]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.13725490196078433]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5328347120098039]], [[0.5549763827614379]], [[0.5202209681372549]]], "std": [[[0.30319668544174083]], [[0.30909912643742776]], [[0.31385309306092374]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43013109477124184]], [[0.4555660314542484]], [[0.44811090482026145]]], "std": [[[0.33762467048172035]], [[0.3494703900983779]], [[0.3618462998906122]]], "count": [100]}, "observation.state": {"mean": [0.9572916626930237, -1.2426252365112305, 1.5655163526535034, -0.09258977323770523, -1.46073579788208, -0.04621565714478493, -0.4505005478858948, -1.292577862739563, 1.555855631828308, -0.014412607066333294, 0.6728456020355225, -0.47701093554496765, 0.83622807264328, 1.0684016942977905, -0.0036914253141731024, 0.03652859479188919, 0.07899628579616547, 0.0185279231518507, 0.08709218353033066, 0.008115432225167751, 0.07137628644704819, 0.018240850418806076, 0.020376702770590782, 0.22773350775241852, 0.8977471590042114, 1.156615138053894, 0.021471481770277023, 0.0057210358791053295, 0.7644533514976501, 0.7260028123855591, 0.755995512008667, 1.298564076423645, 0.856596052646637, 1.470737099647522, 0.8607016801834106, 1.7487032413482666], "std": [0.0626344159245491, 0.03408512845635414, 0.03897133469581604, 0.06937449425458908, 0.0451730377972126, 0.020464971661567688, 0.13996469974517822, 0.2007616013288498, 0.16987697780132294, 0.12193076312541962, 0.13223613798618317, 0.10916756093502045, 0.023299768567085266, 0.025286167860031128, 0.00278349407017231, 0.026063356548547745, 0.027936995029449463, 0.0005662030889652669, 0.02117500826716423, 0.004834758583456278, 0.02253461442887783, 0.0022762096486985683, 0.003320532152429223, 0.13041171431541443, 0.16597376763820648, 0.13295331597328186, 0.001999761676415801, 0.01629910059273243, 0.12890928983688354, 0.5874895453453064, 0.17157131433486938, 0.6360449194908142, 0.26935017108917236, 0.6843115091323853, 0.4393850862979889, 0.28169795870780945], "min": [0.8995312452316284, -1.2691214084625244, 1.465104579925537, -0.29605257511138916, -1.5823392868041992, -0.06187056377530098, -0.8394846320152283, -1.4968743324279785, 1.1152437925338745, -0.20131179690361023, 0.5313835144042969, -0.7452379465103149, 0.8082183599472046, 0.9944668412208557, -0.00905935000628233, -0.0069649540819227695, 0.022224828600883484, 0.014475325122475624, 0.024816641584038734, -0.013815371319651604, 0.03246215358376503, 0.016809701919555664, 0.016831519082188606, 0.002852522535249591, 0.5769447684288025, 0.968565046787262, 0.020169459283351898, -0.005808673799037933, 0.4361645579338074, 0.006245005875825882, 0.23144327104091644, 0.00940296147018671, 0.2073683887720108, 0.013111785985529423, 0.019089538604021072, 0.8097299933433533], "max": [1.1261084079742432, -1.1491420269012451, 1.6004568338394165, -0.029314011335372925, -1.422558069229126, 0.017452506348490715, -0.16343842446804047, -0.8402172327041626, 1.7144107818603516, 0.21275606751441956, 1.0171568393707275, -0.3305723965167999, 0.9203884601593018, 1.0982375144958496, 0.008704829029738903, 0.10123297572135925, 0.177560955286026, 0.020703967660665512, 0.12161672115325928, 0.01270272396504879, 0.13877324759960175, 0.03475387021899223, 0.03582833707332611, 0.57598876953125, 1.1310878992080688, 1.4335261583328247, 0.03691371530294418, 0.07829838246107101, 0.9881290197372437, 1.656186580657959, 1.1250883340835571, 1.855246901512146, 1.2766538858413696, 1.9345664978027344, 1.3725979328155518, 1.9215530157089233], "count": [309]}, "action": {"mean": [0.9572916626930237, -1.2426252365112305, 1.5655163526535034, -0.09258977323770523, -1.46073579788208, -0.04621565714478493, -0.4505005478858948, -1.292577862739563, 1.555855631828308, -0.014412607066333294, 0.6728456020355225, -0.47701093554496765, 0.83622807264328, 1.0684016942977905, -0.0036914253141731024, 0.03652859479188919, 0.07899628579616547, 0.0185279231518507, 0.08709218353033066, 0.008115432225167751, 0.07137628644704819, 0.018240850418806076, 0.020376702770590782, 0.22773350775241852, 0.8977471590042114, 1.156615138053894, 0.021471481770277023, 0.0057210358791053295, 0.7644533514976501, 0.7260028123855591, 0.755995512008667, 1.298564076423645, 0.856596052646637, 1.470737099647522, 0.8607016801834106, 1.7487032413482666], "std": [0.0626344159245491, 0.03408512845635414, 0.03897133469581604, 0.06937449425458908, 0.0451730377972126, 0.020464971661567688, 0.13996469974517822, 0.2007616013288498, 0.16987697780132294, 0.12193076312541962, 0.13223613798618317, 0.10916756093502045, 0.023299768567085266, 0.025286167860031128, 0.00278349407017231, 0.026063356548547745, 0.027936995029449463, 0.0005662030889652669, 0.02117500826716423, 0.004834758583456278, 0.02253461442887783, 0.0022762096486985683, 0.003320532152429223, 0.13041171431541443, 0.16597376763820648, 0.13295331597328186, 0.001999761676415801, 0.01629910059273243, 0.12890928983688354, 0.5874895453453064, 0.17157131433486938, 0.6360449194908142, 0.26935017108917236, 0.6843115091323853, 0.4393850862979889, 0.28169795870780945], "min": [0.8995312452316284, -1.2691214084625244, 1.465104579925537, -0.29605257511138916, -1.5823392868041992, -0.06187056377530098, -0.8394846320152283, -1.4968743324279785, 1.1152437925338745, -0.20131179690361023, 0.5313835144042969, -0.7452379465103149, 0.8082183599472046, 0.9944668412208557, -0.00905935000628233, -0.0069649540819227695, 0.022224828600883484, 0.014475325122475624, 0.024816641584038734, -0.013815371319651604, 0.03246215358376503, 0.016809701919555664, 0.016831519082188606, 0.002852522535249591, 0.5769447684288025, 0.968565046787262, 0.020169459283351898, -0.005808673799037933, 0.4361645579338074, 0.006245005875825882, 0.23144327104091644, 0.00940296147018671, 0.2073683887720108, 0.013111785985529423, 0.019089538604021072, 0.8097299933433533], "max": [1.1261084079742432, -1.1491420269012451, 1.6004568338394165, -0.029314011335372925, -1.422558069229126, 0.017452506348490715, -0.16343842446804047, -0.8402172327041626, 1.7144107818603516, 0.21275606751441956, 1.0171568393707275, -0.3305723965167999, 0.9203884601593018, 1.0982375144958496, 0.008704829029738903, 0.10123297572135925, 0.177560955286026, 0.020703967660665512, 0.12161672115325928, 0.01270272396504879, 0.13877324759960175, 0.03475387021899223, 0.03582833707332611, 0.57598876953125, 1.1310878992080688, 1.4335261583328247, 0.03691371530294418, 0.07829838246107101, 0.9881290197372437, 1.656186580657959, 1.1250883340835571, 1.855246901512146, 1.2766538858413696, 1.9345664978027344, 1.3725979328155518, 1.9215530157089233], "count": [309]}, "timestamp": {"min": [0.0], "max": [10.266666666666667], "mean": [5.133333333333333], "std": [2.973338315890195], "count": [309]}, "frame_index": {"min": [0], "max": [308], "mean": [154.0], "std": [89.20014947670585], "count": [309]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [309]}, "index": {"min": [1328], "max": [1636], "mean": [1482.0], "std": [89.20014947670585], "count": [309]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [309]}, "subtask_annotation": {"mean": [2.6990291262135924, 5.0, 5.0, 5.0, 5.0], "std": [1.0748819589559029, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [309]}, "scene_annotation": {"mean": [7.0], "std": [0.0], "min": [7], "max": [7], "count": [309]}, "eef_direction_state": {"mean": [5.207119741100324, 4.029126213592233], "std": [1.4377530300110934, 1.6514560252963397], "min": [2, 0], "max": [6, 6], "count": [309]}, "eef_velocity_state": {"mean": [0.26537216828478966, 1.2750809061488673], "std": [0.4767727342576795, 0.7004809327480066], "min": [0, 0], "max": [2, 2], "count": [309]}, "eef_acc_mag_state": {"mean": [0.18446601941747573, 0.912621359223301], "std": [0.516665425073788, 0.8526387305601513], "min": [0, 0], "max": [2, 2], "count": [309]}, "eef_direction_action": {"mean": [5.207119741100324, 4.029126213592233], "std": [1.4377530300110934, 1.6514560252963397], "min": [2, 0], "max": [6, 6], "count": [309]}, "eef_velocity_action": {"mean": [0.26537216828478966, 1.2750809061488673], "std": [0.4767727342576795, 0.7004809327480066], "min": [0, 0], "max": [2, 2], "count": [309]}, "eef_acc_mag_action": {"mean": [0.18446601941747573, 0.912621359223301], "std": [0.516665425073788, 0.8526387305601513], "min": [0, 0], "max": [2, 2], "count": [309]}, "eef_sim_pose_state": {"mean": [0.6764869361862671, 0.1996772989928657, 1.1941540652214055, -1.0293065440095464, 0.1695264964640151, -2.1120751764124677, 0.7661185678922817, -0.1053954783245118, 1.2324338080693555, 1.2929683435978208, 0.5817404640732353, 1.9872481169963478], "std": [0.0076075900399015526, 0.02311611097281965, 0.007953574809867013, 0.025244493708329135, 0.02046472570952305, 0.05230818349341344, 0.03646594831667654, 0.05125712934154622, 0.0553688572451087, 0.1515247378223258, 0.15731275914457432, 0.1266066828096201], "min": [0.6563175641747747, 0.18121351123529855, 1.1791902917462684, -1.0741985463954908, 0.12926439800370892, -2.149531236108448, 0.6544801162674483, -0.2061376991689546, 1.1584454961542083, 0.9747041984464853, 0.3675585970750981, 1.7526247238708392], "max": [0.6848097730614372, 0.2699021316719624, 1.2064185960451679, -0.9905956247445811, 0.19858582182992568, -1.938823172197237, 0.805269880993762, -0.04066812364679587, 1.3682455263501094, 1.674625727383166, 0.9719219237263235, 2.229953869596792], "count": [309]}, "eef_sim_pose_action": {"mean": [0.6764869361862671, 0.1996772989928657, 1.1941540652214055, -1.0293065440095464, 0.1695264964640151, -2.1120751764124677, 0.7661185678922817, -0.1053954783245118, 1.2324338080693555, 1.2929683435978208, 0.5817404640732353, 1.9872481169963478], "std": [0.0076075900399015526, 0.02311611097281965, 0.007953574809867013, 0.025244493708329135, 0.02046472570952305, 0.05230818349341344, 0.03646594831667654, 0.05125712934154622, 0.0553688572451087, 0.1515247378223258, 0.15731275914457432, 0.1266066828096201], "min": [0.6563175641747747, 0.18121351123529855, 1.1791902917462684, -1.0741985463954908, 0.12926439800370892, -2.149531236108448, 0.6544801162674483, -0.2061376991689546, 1.1584454961542083, 0.9747041984464853, 0.3675585970750981, 1.7526247238708392], "max": [0.6848097730614372, 0.2699021316719624, 1.2064185960451679, -0.9905956247445811, 0.19858582182992568, -1.938823172197237, 0.805269880993762, -0.04066812364679587, 1.3682455263501094, 1.674625727383166, 0.9719219237263235, 2.229953869596792], "count": [309]}}} +{"episode_index": 8, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.486332301879085]], [[0.4860065992647059]], [[0.4771473161764706]]], "std": [[[0.21652523250312183]], [[0.21602276181204996]], [[0.21584380908628728]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.11372549019607843]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48490817810457515]], [[0.4948233700980392]], [[0.48374618668300656]]], "std": [[[0.3220575635660184]], [[0.3277834061718658]], [[0.33427496368860266]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.1568627450980392]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5805310682189543]], [[0.6010837602124183]], [[0.5728860416666667]]], "std": [[[0.2809636279241898]], [[0.2850331746997604]], [[0.29302003089938394]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44333631331699347]], [[0.4691518525326797]], [[0.4655124162581699]]], "std": [[[0.331649905608847]], [[0.34257462350643486]], [[0.35703458863000576]]], "count": [100]}, "observation.state": {"mean": [1.0780340433120728, -1.2050422430038452, 1.5311942100524902, -0.2536035478115082, -1.521356225013733, -0.05422576144337654, -0.424213171005249, -1.1149474382400513, 1.2961134910583496, -0.6978249549865723, 0.5665457248687744, -0.40804871916770935, 0.5388421416282654, 1.0977174043655396, 0.008211325854063034, 0.11989374458789825, 0.08069395273923874, 0.00942536722868681, 0.0769323781132698, 0.007124448195099831, 0.026016807183623314, 0.006610553245991468, 0.02008148841559887, 0.013066930696368217, 0.736803412437439, 1.131640076637268, 0.020842567086219788, 0.020877446979284286, 0.6867190599441528, 0.6198554635047913, 0.5270156860351562, 1.3012620210647583, 0.6304994225502014, 1.4714741706848145, 0.7146851420402527, 1.5924882888793945], "std": [0.03829862177371979, 0.03804968670010567, 0.025459447875618935, 0.03724950924515724, 0.029900841414928436, 0.04094395413994789, 0.20996101200580597, 0.12116407603025436, 0.09711011499166489, 0.42276737093925476, 0.22942829132080078, 0.1630627065896988, 0.05344289168715477, 0.025153888389468193, 0.003822389291599393, 0.02985638752579689, 0.046092502772808075, 0.0012602255446836352, 0.04655240848660469, 0.0011566146276891232, 0.011058550328016281, 0.00046410522190853953, 0.004862738307565451, 0.052342336624860764, 0.1443728506565094, 0.12320279330015182, 0.002217877423390746, 0.032943882048130035, 0.14840590953826904, 0.5801461935043335, 0.31442493200302124, 0.6367420554161072, 0.35899046063423157, 0.685219407081604, 0.3831242620944977, 0.6343855857849121], "min": [0.9901155233383179, -1.262135624885559, 1.4585717916488647, -0.41089683771133423, -1.604867696762085, -0.10745689272880554, -1.0645074844360352, -1.299997091293335, 1.0739014148712158, -1.3799043893814087, 0.3631647229194641, -0.6857380867004395, 0.48692503571510315, 1.0275273323059082, 0.006163193844258785, 0.05111633241176605, 0.015184364281594753, 0.007379469927400351, 0.011824605986475945, 0.00597775261849165, 0.016258832067251205, 0.004303327761590481, 0.01762782596051693, 0.0011453722836449742, 0.45009857416152954, 0.9248444437980652, 0.01826050691306591, -0.003370667342096567, 0.265677273273468, 0.00402516545727849, 0.03426844999194145, 0.012888165190815926, 0.016946054995059967, 0.0035342916380614042, 0.011926946230232716, -2.1816855223733e-05], "max": [1.2192792892456055, -1.1079957485198975, 1.5639066696166992, -0.14001423120498657, -1.4667139053344727, 0.030470360070466995, -0.08160000294446945, -0.8649957776069641, 1.4529330730438232, 0.26925021409988403, 1.2618257999420166, -0.0015974289271980524, 0.7399110198020935, 1.1549389362335205, 0.037633661180734634, 0.15625059604644775, 0.1363811194896698, 0.020529434084892273, 0.13649019598960876, 0.014218978583812714, 0.10951068252325058, 0.007702304050326347, 0.048149269074201584, 0.4712379276752472, 1.1134763956069946, 1.3687363862991333, 0.04055709019303322, 0.1329450011253357, 0.9032351970672607, 1.6762197017669678, 1.0626709461212158, 1.9134154319763184, 1.2395819425582886, 1.9343047142028809, 1.3415855169296265, 1.9385371208190918], "count": [439]}, "action": {"mean": [1.0780340433120728, -1.2050422430038452, 1.5311942100524902, -0.2536035478115082, -1.521356225013733, -0.05422576144337654, -0.424213171005249, -1.1149474382400513, 1.2961134910583496, -0.6978249549865723, 0.5665457248687744, -0.40804871916770935, 0.5388421416282654, 1.0977174043655396, 0.008211325854063034, 0.11989374458789825, 0.08069395273923874, 0.00942536722868681, 0.0769323781132698, 0.007124448195099831, 0.026016807183623314, 0.006610553245991468, 0.02008148841559887, 0.013066930696368217, 0.736803412437439, 1.131640076637268, 0.020842567086219788, 0.020877446979284286, 0.6867190599441528, 0.6198554635047913, 0.5270156860351562, 1.3012620210647583, 0.6304994225502014, 1.4714741706848145, 0.7146851420402527, 1.5924882888793945], "std": [0.03829862177371979, 0.03804968670010567, 0.025459447875618935, 0.03724950924515724, 0.029900841414928436, 0.04094395413994789, 0.20996101200580597, 0.12116407603025436, 0.09711011499166489, 0.42276737093925476, 0.22942829132080078, 0.1630627065896988, 0.05344289168715477, 0.025153888389468193, 0.003822389291599393, 0.02985638752579689, 0.046092502772808075, 0.0012602255446836352, 0.04655240848660469, 0.0011566146276891232, 0.011058550328016281, 0.00046410522190853953, 0.004862738307565451, 0.052342336624860764, 0.1443728506565094, 0.12320279330015182, 0.002217877423390746, 0.032943882048130035, 0.14840590953826904, 0.5801461935043335, 0.31442493200302124, 0.6367420554161072, 0.35899046063423157, 0.685219407081604, 0.3831242620944977, 0.6343855857849121], "min": [0.9901155233383179, -1.262135624885559, 1.4585717916488647, -0.41089683771133423, -1.604867696762085, -0.10745689272880554, -1.0645074844360352, -1.299997091293335, 1.0739014148712158, -1.3799043893814087, 0.3631647229194641, -0.6857380867004395, 0.48692503571510315, 1.0275273323059082, 0.006163193844258785, 0.05111633241176605, 0.015184364281594753, 0.007379469927400351, 0.011824605986475945, 0.00597775261849165, 0.016258832067251205, 0.004303327761590481, 0.01762782596051693, 0.0011453722836449742, 0.45009857416152954, 0.9248444437980652, 0.01826050691306591, -0.003370667342096567, 0.265677273273468, 0.00402516545727849, 0.03426844999194145, 0.012888165190815926, 0.016946054995059967, 0.0035342916380614042, 0.011926946230232716, -2.1816855223733e-05], "max": [1.2192792892456055, -1.1079957485198975, 1.5639066696166992, -0.14001423120498657, -1.4667139053344727, 0.030470360070466995, -0.08160000294446945, -0.8649957776069641, 1.4529330730438232, 0.26925021409988403, 1.2618257999420166, -0.0015974289271980524, 0.7399110198020935, 1.1549389362335205, 0.037633661180734634, 0.15625059604644775, 0.1363811194896698, 0.020529434084892273, 0.13649019598960876, 0.014218978583812714, 0.10951068252325058, 0.007702304050326347, 0.048149269074201584, 0.4712379276752472, 1.1134763956069946, 1.3687363862991333, 0.04055709019303322, 0.1329450011253357, 0.9032351970672607, 1.6762197017669678, 1.0626709461212158, 1.9134154319763184, 1.2395819425582886, 1.9343047142028809, 1.3415855169296265, 1.9385371208190918], "count": [439]}, "timestamp": {"min": [0.0], "max": [14.6], "mean": [7.3], "std": [4.2242685099842365], "count": [439]}, "frame_index": {"min": [0], "max": [438], "mean": [219.0], "std": [126.7280552995271], "count": [439]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [439]}, "index": {"min": [1637], "max": [2075], "mean": [1856.0], "std": [126.7280552995271], "count": [439]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [439]}, "subtask_annotation": {"mean": [3.416856492027335, 5.0, 5.0, 5.0, 5.0], "std": [1.261588886788714, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [439]}, "scene_annotation": {"mean": [8.0], "std": [0.0], "min": [8], "max": [8], "count": [439]}, "eef_direction_state": {"mean": [5.596810933940774, 3.068337129840547], "std": [1.0604029999677411, 2.0638718319545144], "min": [0, 0], "max": [6, 6], "count": [439]}, "eef_velocity_state": {"mean": [0.20045558086560364, 1.1981776765375853], "std": [0.47813206418936666, 0.6032534082633839], "min": [0, 0], "max": [2, 2], "count": [439]}, "eef_acc_mag_state": {"mean": [0.1252847380410023, 0.856492027334852], "std": [0.437713408823234, 0.8563829717804821], "min": [0, 0], "max": [2, 2], "count": [439]}, "eef_direction_action": {"mean": [5.596810933940774, 3.068337129840547], "std": [1.0604029999677411, 2.0638718319545144], "min": [0, 0], "max": [6, 6], "count": [439]}, "eef_velocity_action": {"mean": [0.20045558086560364, 1.1981776765375853], "std": [0.47813206418936666, 0.6032534082633839], "min": [0, 0], "max": [2, 2], "count": [439]}, "eef_acc_mag_action": {"mean": [0.1252847380410023, 0.856492027334852], "std": [0.437713408823234, 0.8563829717804821], "min": [0, 0], "max": [2, 2], "count": [439]}, "eef_sim_pose_state": {"mean": [0.6717826839891564, 0.2500095572334812, 1.1792254172488446, -1.0585184623367265, 0.10834440213260271, -2.0001482960230965, 0.6800415925118133, -0.06134436562429464, 1.206628428399033, 1.6487898055783365, 1.1120589231388878, 2.1245776825015175], "std": [0.006184382632095387, 0.009222428643094206, 0.01772489552579099, 0.026350402986739203, 0.051832873997227184, 0.030382553616701335, 0.019932674558670604, 0.05741526014642411, 0.040785795140217795, 0.334530839199936, 0.21715671185488253, 1.4520842173584079], "min": [0.6556878886331351, 0.23336040684742915, 1.1482988723785859, -1.1089043795728655, 0.027619894579454574, -2.0656378991502127, 0.6377811971329769, -0.23848690156209246, 1.1408354732443697, 0.6925974022838763, 0.62560906853252, -3.13021939121056], "max": [0.6833056093533314, 0.29107184021301585, 1.224231447110984, -0.9857115252640678, 0.20229919615671643, -1.9079130204194392, 0.7194928545508997, -0.020243523414000347, 1.3713168205944426, 2.220394490691561, 1.2992915055669747, 3.141497886374764], "count": [439]}, "eef_sim_pose_action": {"mean": [0.6717826839891564, 0.2500095572334812, 1.1792254172488446, -1.0585184623367265, 0.10834440213260271, -2.0001482960230965, 0.6800415925118133, -0.06134436562429464, 1.206628428399033, 1.6487898055783365, 1.1120589231388878, 2.1245776825015175], "std": [0.006184382632095387, 0.009222428643094206, 0.01772489552579099, 0.026350402986739203, 0.051832873997227184, 0.030382553616701335, 0.019932674558670604, 0.05741526014642411, 0.040785795140217795, 0.334530839199936, 0.21715671185488253, 1.4520842173584079], "min": [0.6556878886331351, 0.23336040684742915, 1.1482988723785859, -1.1089043795728655, 0.027619894579454574, -2.0656378991502127, 0.6377811971329769, -0.23848690156209246, 1.1408354732443697, 0.6925974022838763, 0.62560906853252, -3.13021939121056], "max": [0.6833056093533314, 0.29107184021301585, 1.224231447110984, -0.9857115252640678, 0.20229919615671643, -1.9079130204194392, 0.7194928545508997, -0.020243523414000347, 1.3713168205944426, 2.220394490691561, 1.2992915055669747, 3.141497886374764], "count": [439]}}} +{"episode_index": 9, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4885322120098039]], [[0.488278737745098]], [[0.47538072712418306]]], "std": [[[0.20096049497736285]], [[0.20097242014255165]], [[0.20700133719446814]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.13725490196078433]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47279214460784313]], [[0.4811156352124183]], [[0.46899877655228756]]], "std": [[[0.3103704129305347]], [[0.31490335002553377]], [[0.3198935647408123]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.1450980392156863]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5067755841503268]], [[0.5210251164215686]], [[0.4964120036764706]]], "std": [[[0.3095429935887764]], [[0.31394363777904144]], [[0.32125789705890967]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42723358251633986]], [[0.4530430412581699]], [[0.4463065379901961]]], "std": [[[0.33634932452325866]], [[0.3473488795044542]], [[0.36090514566577053]]], "count": [100]}, "observation.state": {"mean": [0.8895613551139832, -1.1832834482192993, 1.5592900514602661, -0.06327539682388306, -1.4652050733566284, -0.03720702603459358, -0.3919372260570526, -1.2454160451889038, 1.5063111782073975, -0.15730561316013336, 0.5937536358833313, -0.5335649847984314, 0.8495501279830933, 1.1630806922912598, 0.0025465544313192368, 0.043542083352804184, 0.19087031483650208, 0.00873203668743372, 0.08537085354328156, -0.007613252382725477, 0.08874321728944778, 0.0057815080508589745, 0.016740629449486732, 0.562206506729126, 0.8266277313232422, 1.1598950624465942, 0.020141202956438065, 0.010745619423687458, 0.7173203229904175, 0.7265332341194153, 0.7393564581871033, 1.3329792022705078, 0.8634510636329651, 1.4951646327972412, 0.8910864591598511, 1.7127221822738647], "std": [0.06854837387800217, 0.0464763380587101, 0.04255567491054535, 0.07366972416639328, 0.040528763085603714, 0.03288726881146431, 0.16619272530078888, 0.16140054166316986, 0.1608092188835144, 0.27536293864250183, 0.19693244993686676, 0.06723058968782425, 0.05290866643190384, 0.017522523179650307, 0.0033060491550713778, 0.02764837257564068, 0.03813245892524719, 0.002873713383451104, 0.022804681211709976, 0.0008104348089545965, 0.019747933372855186, 0.0004968990106135607, 0.0003162164648529142, 0.11217481642961502, 0.17593194544315338, 0.13599777221679688, 0.0017298631137236953, 0.03220769390463829, 0.16316865384578705, 0.5743446350097656, 0.22139589488506317, 0.6621373891830444, 0.3042907118797302, 0.7159399390220642, 0.4528824985027313, 0.3874968886375427], "min": [0.7788538336753845, -1.2571526765823364, 1.4700160026550293, -0.2593914568424225, -1.5810492038726807, -0.09577420353889465, -0.8136396408081055, -1.4331201314926147, 1.1744201183319092, -0.7072318196296692, 0.3259589374065399, -0.6363250613212585, 0.7475790977478027, 1.0986789464950562, -1.0908297554124147e-05, -0.003490658476948738, 0.11312083154916763, 0.007515823934227228, 0.036510106176137924, -0.009337510913610458, 0.041697002947330475, 0.004886921960860491, 0.015827955678105354, 0.3646865487098694, 0.5283365845680237, 0.9195103049278259, 0.018822286278009415, -0.006550438702106476, 0.2971477508544922, 0.014488469809293747, 0.07935793697834015, -0.003556108335033059, 0.06686247140169144, -0.005792311392724514, 0.011012058705091476, 0.5535911321640015], "max": [1.0585947036743164, -1.089398741722107, 1.6153582334518433, 0.04236762598156929, -1.4274934530258179, 0.02193484455347061, -0.07676003128290176, -0.9132734537124634, 1.7366316318511963, 0.1351257860660553, 0.9650854468345642, -0.36353427171707153, 0.9351310729980469, 1.2074460983276367, 0.01653699390590191, 0.11472813040018082, 0.2961553633213043, 0.030739611014723778, 0.15025648474693298, -0.0019853119738399982, 0.12133783102035522, 0.00818123109638691, 0.017507832497358322, 0.7400087118148804, 1.0980411767959595, 1.4125221967697144, 0.03381575271487236, 0.14787301421165466, 1.0034115314483643, 1.5576082468032837, 1.2119837999343872, 1.9096955060958862, 1.4188436269760132, 1.9151824712753296, 1.519150972366333, 1.913164496421814], "count": [308]}, "action": {"mean": [0.8895613551139832, -1.1832834482192993, 1.5592900514602661, -0.06327539682388306, -1.4652050733566284, -0.03720702603459358, -0.3919372260570526, -1.2454160451889038, 1.5063111782073975, -0.15730561316013336, 0.5937536358833313, -0.5335649847984314, 0.8495501279830933, 1.1630806922912598, 0.0025465544313192368, 0.043542083352804184, 0.19087031483650208, 0.00873203668743372, 0.08537085354328156, -0.007613252382725477, 0.08874321728944778, 0.0057815080508589745, 0.016740629449486732, 0.562206506729126, 0.8266277313232422, 1.1598950624465942, 0.020141202956438065, 0.010745619423687458, 0.7173203229904175, 0.7265332341194153, 0.7393564581871033, 1.3329792022705078, 0.8634510636329651, 1.4951646327972412, 0.8910864591598511, 1.7127221822738647], "std": [0.06854837387800217, 0.0464763380587101, 0.04255567491054535, 0.07366972416639328, 0.040528763085603714, 0.03288726881146431, 0.16619272530078888, 0.16140054166316986, 0.1608092188835144, 0.27536293864250183, 0.19693244993686676, 0.06723058968782425, 0.05290866643190384, 0.017522523179650307, 0.0033060491550713778, 0.02764837257564068, 0.03813245892524719, 0.002873713383451104, 0.022804681211709976, 0.0008104348089545965, 0.019747933372855186, 0.0004968990106135607, 0.0003162164648529142, 0.11217481642961502, 0.17593194544315338, 0.13599777221679688, 0.0017298631137236953, 0.03220769390463829, 0.16316865384578705, 0.5743446350097656, 0.22139589488506317, 0.6621373891830444, 0.3042907118797302, 0.7159399390220642, 0.4528824985027313, 0.3874968886375427], "min": [0.7788538336753845, -1.2571526765823364, 1.4700160026550293, -0.2593914568424225, -1.5810492038726807, -0.09577420353889465, -0.8136396408081055, -1.4331201314926147, 1.1744201183319092, -0.7072318196296692, 0.3259589374065399, -0.6363250613212585, 0.7475790977478027, 1.0986789464950562, -1.0908297554124147e-05, -0.003490658476948738, 0.11312083154916763, 0.007515823934227228, 0.036510106176137924, -0.009337510913610458, 0.041697002947330475, 0.004886921960860491, 0.015827955678105354, 0.3646865487098694, 0.5283365845680237, 0.9195103049278259, 0.018822286278009415, -0.006550438702106476, 0.2971477508544922, 0.014488469809293747, 0.07935793697834015, -0.003556108335033059, 0.06686247140169144, -0.005792311392724514, 0.011012058705091476, 0.5535911321640015], "max": [1.0585947036743164, -1.089398741722107, 1.6153582334518433, 0.04236762598156929, -1.4274934530258179, 0.02193484455347061, -0.07676003128290176, -0.9132734537124634, 1.7366316318511963, 0.1351257860660553, 0.9650854468345642, -0.36353427171707153, 0.9351310729980469, 1.2074460983276367, 0.01653699390590191, 0.11472813040018082, 0.2961553633213043, 0.030739611014723778, 0.15025648474693298, -0.0019853119738399982, 0.12133783102035522, 0.00818123109638691, 0.017507832497358322, 0.7400087118148804, 1.0980411767959595, 1.4125221967697144, 0.03381575271487236, 0.14787301421165466, 1.0034115314483643, 1.5576082468032837, 1.2119837999343872, 1.9096955060958862, 1.4188436269760132, 1.9151824712753296, 1.519150972366333, 1.913164496421814], "count": [308]}, "timestamp": {"min": [0.0], "max": [10.233333333333333], "mean": [5.116666666666667], "std": [2.9637157608500706], "count": [308]}, "frame_index": {"min": [0], "max": [307], "mean": [153.5], "std": [88.9114728255021], "count": [308]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [308]}, "index": {"min": [2076], "max": [2383], "mean": [2229.5], "std": [88.9114728255021], "count": [308]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [308]}, "subtask_annotation": {"mean": [2.7012987012987013, 5.0, 5.0, 5.0, 5.0], "std": [1.1374947987885664, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [308]}, "scene_annotation": {"mean": [9.0], "std": [0.0], "min": [9], "max": [9], "count": [308]}, "eef_direction_state": {"mean": [4.909090909090909, 3.844155844155844], "std": [1.6231428403092618, 1.675375011828114], "min": [0, 0], "max": [6, 6], "count": [308]}, "eef_velocity_state": {"mean": [0.4090909090909091, 1.396103896103896], "std": [0.5767535245658864, 0.6488634535966658], "min": [0, 0], "max": [2, 2], "count": [308]}, "eef_acc_mag_state": {"mean": [0.2077922077922078, 1.0454545454545454], "std": [0.5426644783318488, 0.808565421064789], "min": [0, 0], "max": [2, 2], "count": [308]}, "eef_direction_action": {"mean": [4.909090909090909, 3.844155844155844], "std": [1.6231428403092618, 1.675375011828114], "min": [0, 0], "max": [6, 6], "count": [308]}, "eef_velocity_action": {"mean": [0.4090909090909091, 1.396103896103896], "std": [0.5767535245658864, 0.6488634535966658], "min": [0, 0], "max": [2, 2], "count": [308]}, "eef_acc_mag_action": {"mean": [0.2077922077922078, 1.0454545454545454], "std": [0.5426644783318488, 0.808565421064789], "min": [0, 0], "max": [2, 2], "count": [308]}, "eef_sim_pose_state": {"mean": [0.6786480739112947, 0.2101624452069487, 1.2364642989823378, -0.9516480257481845, 0.22032523599337747, -2.083941214102852, 0.7607900730677676, -0.10264447154652047, 1.2456287650199316, 1.3222091887409952, 0.7610432305842935, 2.0215644622632345], "std": [0.006994486032573308, 0.02437130924434867, 0.009723366131288996, 0.030990774295092106, 0.032383791458725, 0.05846734162610291, 0.03956471416982453, 0.031509110471194764, 0.04734773618434972, 0.19663013920253358, 0.21337548356092015, 0.18121494052308906], "min": [0.6641839004819874, 0.16919855709046958, 1.2166525938124657, -0.9891228007676689, 0.14681963665485553, -2.188113002402936, 0.6706141891162468, -0.18762528920485885, 1.184374485002339, 0.986315023473406, 0.5054006993925002, 1.7766400272322558], "max": [0.6862451013758133, 0.26297835267149605, 1.2537973258511261, -0.8808308428676668, 0.26838428147773863, -1.9656634299847129, 0.8122445122409137, -0.04968243810973316, 1.3578945337629906, 1.950060808309797, 1.1728251403776104, 2.6318407629246683], "count": [308]}, "eef_sim_pose_action": {"mean": [0.6786480739112947, 0.2101624452069487, 1.2364642989823378, -0.9516480257481845, 0.22032523599337747, -2.083941214102852, 0.7607900730677676, -0.10264447154652047, 1.2456287650199316, 1.3222091887409952, 0.7610432305842935, 2.0215644622632345], "std": [0.006994486032573308, 0.02437130924434867, 0.009723366131288996, 0.030990774295092106, 0.032383791458725, 0.05846734162610291, 0.03956471416982453, 0.031509110471194764, 0.04734773618434972, 0.19663013920253358, 0.21337548356092015, 0.18121494052308906], "min": [0.6641839004819874, 0.16919855709046958, 1.2166525938124657, -0.9891228007676689, 0.14681963665485553, -2.188113002402936, 0.6706141891162468, -0.18762528920485885, 1.184374485002339, 0.986315023473406, 0.5054006993925002, 1.7766400272322558], "max": [0.6862451013758133, 0.26297835267149605, 1.2537973258511261, -0.8808308428676668, 0.26838428147773863, -1.9656634299847129, 0.8122445122409137, -0.04968243810973316, 1.3578945337629906, 1.950060808309797, 1.1728251403776104, 2.6318407629246683], "count": [308]}}} +{"episode_index": 10, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48322702205882356]], [[0.48357776143790854]], [[0.4717444403594771]]], "std": [[[0.22102389071079728]], [[0.2203020682088126]], [[0.22664837269431146]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.1411764705882353]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4811717116013072]], [[0.4906173815359477]], [[0.4789674346405229]]], "std": [[[0.3195283082898521]], [[0.32339842515674766]], [[0.32939683044848644]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.14901960784313725]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5488572610294118]], [[0.5721895363562092]], [[0.5408512540849674]]], "std": [[[0.29928256995769914]], [[0.3028961284260758]], [[0.3084170257653816]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41404693627450984]], [[0.43957252246732026]], [[0.43382666258169933]]], "std": [[[0.33250020304694095]], [[0.3430470430416717]], [[0.3575611875100772]]], "count": [100]}, "observation.state": {"mean": [0.9543970823287964, -1.2221349477767944, 1.5860631465911865, -0.14025697112083435, -1.4471789598464966, -0.06254277378320694, -0.47118714451789856, -1.3190183639526367, 1.558563470840454, -0.22422604262828827, 0.6082955002784729, -0.37701931595802307, 0.8567360043525696, 1.1481133699417114, 0.005203715059906244, 0.043713998049497604, 0.10150951892137527, 0.005636205896735191, 0.06611242890357971, 0.0062346807681024075, 0.11756398528814316, 0.006894872989505529, 0.02158081717789173, 0.09180115163326263, 0.8733737468719482, 1.1480298042297363, 0.02138473093509674, 0.0053052897565066814, 0.6533258557319641, 0.5568265914916992, 0.46628811955451965, 0.6189172863960266, 0.40469470620155334, 0.7616426348686218, 0.2668027877807617, 1.398773193359375], "std": [0.027587754651904106, 0.023363960906863213, 0.02694493532180786, 0.027222024276852608, 0.024021923542022705, 0.026722146198153496, 0.13937968015670776, 0.11378070712089539, 0.11684735119342804, 0.20630304515361786, 0.14737357199192047, 0.1262366622686386, 0.07726386189460754, 0.04417154937982559, 0.003082951297983527, 0.04490463063120842, 0.022305069491267204, 0.004367058165371418, 0.03411077335476875, 0.003427654504776001, 0.029378047212958336, 0.006137690041214228, 0.0031435578130185604, 0.1311723291873932, 0.15640142560005188, 0.08478464186191559, 0.0021608443930745125, 0.006451705936342478, 0.1794995665550232, 0.6086503863334656, 0.14967428147792816, 0.6832205653190613, 0.20242220163345337, 0.7103612422943115, 0.29720568656921387, 0.42349281907081604], "min": [0.9177467226982117, -1.2369344234466553, 1.4894713163375854, -0.23249027132987976, -1.502280354499817, -0.0940098837018013, -1.0110055208206177, -1.4147855043411255, 1.1157206296920776, -0.48117178678512573, 0.47224289178848267, -0.6435969471931458, 0.6711554527282715, 1.0250318050384521, 0.0010090183932334185, -0.003916082438081503, 0.06778421998023987, 0.004046982154250145, 0.0187186561524868, 0.00427605677396059, 0.06267913430929184, 0.0047996556386351585, 0.017835084348917007, -0.013548118062317371, 0.6197118759155273, 1.0219993591308594, 0.020376719534397125, -0.005012367852032185, 0.19420060515403748, -0.003359758760780096, 0.21553179621696472, 0.003643374890089035, 0.08641015738248825, -0.0023834651801735163, 0.010231993161141872, 0.65829998254776], "max": [1.0397608280181885, -1.1430437564849854, 1.6070492267608643, -0.11438305675983429, -1.4075255393981934, 0.00557907996699214, -0.17736229300498962, -0.8885995745658875, 1.6600624322891235, 0.21605820953845978, 1.1090447902679443, -0.2727550268173218, 0.9717720150947571, 1.195397973060608, 0.01618792861700058, 0.16549052298069, 0.13962088525295258, 0.03473205119371414, 0.16556629538536072, 0.032157689332962036, 0.19252070784568787, 0.04561854153871536, 0.0342739038169384, 0.5720861554145813, 1.1802679300308228, 1.3923691511154175, 0.037808194756507874, 0.02434188686311245, 0.8884925842285156, 1.8894062042236328, 0.811872661113739, 1.8974456787109375, 0.9319730997085571, 1.9104373455047607, 1.0404508113861084, 1.930486798286438], "count": [304]}, "action": {"mean": [0.9543970823287964, -1.2221349477767944, 1.5860631465911865, -0.14025697112083435, -1.4471789598464966, -0.06254277378320694, -0.47118714451789856, -1.3190183639526367, 1.558563470840454, -0.22422604262828827, 0.6082955002784729, -0.37701931595802307, 0.8567360043525696, 1.1481133699417114, 0.005203715059906244, 0.043713998049497604, 0.10150951892137527, 0.005636205896735191, 0.06611242890357971, 0.0062346807681024075, 0.11756398528814316, 0.006894872989505529, 0.02158081717789173, 0.09180115163326263, 0.8733737468719482, 1.1480298042297363, 0.02138473093509674, 0.0053052897565066814, 0.6533258557319641, 0.5568265914916992, 0.46628811955451965, 0.6189172863960266, 0.40469470620155334, 0.7616426348686218, 0.2668027877807617, 1.398773193359375], "std": [0.027587754651904106, 0.023363960906863213, 0.02694493532180786, 0.027222024276852608, 0.024021923542022705, 0.026722146198153496, 0.13937968015670776, 0.11378070712089539, 0.11684735119342804, 0.20630304515361786, 0.14737357199192047, 0.1262366622686386, 0.07726386189460754, 0.04417154937982559, 0.003082951297983527, 0.04490463063120842, 0.022305069491267204, 0.004367058165371418, 0.03411077335476875, 0.003427654504776001, 0.029378047212958336, 0.006137690041214228, 0.0031435578130185604, 0.1311723291873932, 0.15640142560005188, 0.08478464186191559, 0.0021608443930745125, 0.006451705936342478, 0.1794995665550232, 0.6086503863334656, 0.14967428147792816, 0.6832205653190613, 0.20242220163345337, 0.7103612422943115, 0.29720568656921387, 0.42349281907081604], "min": [0.9177467226982117, -1.2369344234466553, 1.4894713163375854, -0.23249027132987976, -1.502280354499817, -0.0940098837018013, -1.0110055208206177, -1.4147855043411255, 1.1157206296920776, -0.48117178678512573, 0.47224289178848267, -0.6435969471931458, 0.6711554527282715, 1.0250318050384521, 0.0010090183932334185, -0.003916082438081503, 0.06778421998023987, 0.004046982154250145, 0.0187186561524868, 0.00427605677396059, 0.06267913430929184, 0.0047996556386351585, 0.017835084348917007, -0.013548118062317371, 0.6197118759155273, 1.0219993591308594, 0.020376719534397125, -0.005012367852032185, 0.19420060515403748, -0.003359758760780096, 0.21553179621696472, 0.003643374890089035, 0.08641015738248825, -0.0023834651801735163, 0.010231993161141872, 0.65829998254776], "max": [1.0397608280181885, -1.1430437564849854, 1.6070492267608643, -0.11438305675983429, -1.4075255393981934, 0.00557907996699214, -0.17736229300498962, -0.8885995745658875, 1.6600624322891235, 0.21605820953845978, 1.1090447902679443, -0.2727550268173218, 0.9717720150947571, 1.195397973060608, 0.01618792861700058, 0.16549052298069, 0.13962088525295258, 0.03473205119371414, 0.16556629538536072, 0.032157689332962036, 0.19252070784568787, 0.04561854153871536, 0.0342739038169384, 0.5720861554145813, 1.1802679300308228, 1.3923691511154175, 0.037808194756507874, 0.02434188686311245, 0.8884925842285156, 1.8894062042236328, 0.811872661113739, 1.8974456787109375, 0.9319730997085571, 1.9104373455047607, 1.0404508113861084, 1.930486798286438], "count": [304]}, "timestamp": {"min": [0.0], "max": [10.1], "mean": [5.05], "std": [2.9252255373636484], "count": [304]}, "frame_index": {"min": [0], "max": [303], "mean": [151.5], "std": [87.75676612090945], "count": [304]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [304]}, "index": {"min": [2384], "max": [2687], "mean": [2535.5], "std": [87.75676612090945], "count": [304]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [304]}, "subtask_annotation": {"mean": [3.0, 5.0, 5.0, 5.0, 5.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0], "min": [3, 5, 5, 5, 5], "max": [3, 5, 5, 5, 5], "count": [304]}, "scene_annotation": {"mean": [10.0], "std": [0.0], "min": [10], "max": [10], "count": [304]}, "eef_direction_state": {"mean": [5.569078947368421, 3.7697368421052633], "std": [1.0860196247519056, 1.6876891501665903], "min": [2, 0], "max": [6, 6], "count": [304]}, "eef_velocity_state": {"mean": [0.14144736842105263, 1.243421052631579], "std": [0.3484824391383459, 0.702408549266809], "min": [0, 0], "max": [1, 2], "count": [304]}, "eef_acc_mag_state": {"mean": [0.07894736842105263, 0.8618421052631579], "std": [0.34462633825549527, 0.8701885919704788], "min": [0, 0], "max": [2, 2], "count": [304]}, "eef_direction_action": {"mean": [5.569078947368421, 3.7697368421052633], "std": [1.0860196247519056, 1.6876891501665903], "min": [2, 0], "max": [6, 6], "count": [304]}, "eef_velocity_action": {"mean": [0.14144736842105263, 1.243421052631579], "std": [0.3484824391383459, 0.702408549266809], "min": [0, 0], "max": [1, 2], "count": [304]}, "eef_acc_mag_action": {"mean": [0.07894736842105263, 0.8618421052631579], "std": [0.34462633825549527, 0.8701885919704788], "min": [0, 0], "max": [2, 2], "count": [304]}, "eef_sim_pose_state": {"mean": [0.6879129485978982, 0.22174834918968747, 1.2033663413789146, -1.0231802878797378, 0.15556666661526491, -2.0588218439958013, 0.7549882911837499, -0.07349512448550055, 1.1978253011498436, 1.4202351899581986, 0.6801408194909785, 2.1670415305126705], "std": [0.004844024582584641, 0.009596869261920453, 0.006380382376135007, 0.026159032818506747, 0.01943307833677685, 0.0293160619816372, 0.024797400040381803, 0.04362781004910205, 0.04853362614742793, 0.15870573155283846, 0.08698804022094836, 0.1643506973614041], "min": [0.6727091877280291, 0.21115260112348255, 1.193441377647498, -1.0618504555931916, 0.11112565650419559, -2.0960811576756404, 0.6517909792113348, -0.22659678539426434, 1.133996139102048, 0.9616952217761718, 0.4342042340714496, 1.8044060615845665], "max": [0.6945388697784637, 0.25286716522844466, 1.2168011430086418, -0.9680197498859264, 0.1910046611136651, -1.9718305613008118, 0.7853282928356606, -0.03515092458095048, 1.3630092450629954, 1.5832639435795262, 0.8055315320948919, 2.33743418717584], "count": [304]}, "eef_sim_pose_action": {"mean": [0.6879129485978982, 0.22174834918968747, 1.2033663413789146, -1.0231802878797378, 0.15556666661526491, -2.0588218439958013, 0.7549882911837499, -0.07349512448550055, 1.1978253011498436, 1.4202351899581986, 0.6801408194909785, 2.1670415305126705], "std": [0.004844024582584641, 0.009596869261920453, 0.006380382376135007, 0.026159032818506747, 0.01943307833677685, 0.0293160619816372, 0.024797400040381803, 0.04362781004910205, 0.04853362614742793, 0.15870573155283846, 0.08698804022094836, 0.1643506973614041], "min": [0.6727091877280291, 0.21115260112348255, 1.193441377647498, -1.0618504555931916, 0.11112565650419559, -2.0960811576756404, 0.6517909792113348, -0.22659678539426434, 1.133996139102048, 0.9616952217761718, 0.4342042340714496, 1.8044060615845665], "max": [0.6945388697784637, 0.25286716522844466, 1.2168011430086418, -0.9680197498859264, 0.1910046611136651, -1.9718305613008118, 0.7853282928356606, -0.03515092458095048, 1.3630092450629954, 1.5832639435795262, 0.8055315320948919, 2.33743418717584], "count": [304]}}} +{"episode_index": 11, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48684575776143796]], [[0.4858209906045752]], [[0.4729127798202614]]], "std": [[[0.2148153991825168]], [[0.2146902211419139]], [[0.2211082691472667]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.11764705882352941]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4793911948529412]], [[0.4883368525326798]], [[0.4760309681372549]]], "std": [[[0.3151957692655765]], [[0.31939964451460534]], [[0.32546547029810396]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.050980392156862744]], [[0.12156862745098039]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5206950245098039]], [[0.5331381862745097]], [[0.5096451307189542]]], "std": [[[0.3098570223717631]], [[0.31462166119356644]], [[0.32127206300284133]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4284967258986928]], [[0.455509183006536]], [[0.446641989379085]]], "std": [[[0.3337301676820898]], [[0.3450718756119229]], [[0.35526112147731975]]], "count": [100]}, "observation.state": {"mean": [0.9275187253952026, -1.1553771495819092, 1.5307976007461548, -0.08444907516241074, -1.456012487411499, 0.003314548870548606, -0.4230507016181946, -1.1909998655319214, 1.3831144571304321, -0.09608635306358337, 0.7401193976402283, -0.6514339447021484, 0.8307085633277893, 1.0090935230255127, 0.006683161482214928, 0.05197031423449516, 0.04885871708393097, 0.016543729230761528, 0.020778406411409378, 0.0189839955419302, 0.02582995593547821, 0.0011156380642205477, 0.01961350254714489, 0.015991510823369026, 0.8065711855888367, 1.179948329925537, 0.020463597029447556, 0.01940155029296875, 0.6584950089454651, 0.7265660166740417, 0.6630041003227234, 0.915720522403717, 0.7055863738059998, 1.0163706541061401, 0.6070459485054016, 1.41117262840271], "std": [0.042288683354854584, 0.034083642065525055, 0.03598591685295105, 0.04188550263643265, 0.04191868007183075, 0.018107537180185318, 0.1952783316373825, 0.14718876779079437, 0.11312073469161987, 0.07807761430740356, 0.14486724138259888, 0.09516703337430954, 0.02753976732492447, 0.0172823928296566, 0.006185176782310009, 0.037099689245224, 0.023432593792676926, 0.00769757479429245, 0.007028857246041298, 0.00032967841252684593, 0.01518943626433611, 0.0004830984980799258, 0.002782343188300729, 0.0306344423443079, 0.186224564909935, 0.1313711702823639, 0.002211234299466014, 0.021145954728126526, 0.1296248883008957, 0.6034317016601562, 0.2384980022907257, 0.7553202509880066, 0.35774028301239014, 0.8231775760650635, 0.4822045862674713, 0.5420516729354858], "min": [0.8996504545211792, -1.1899175643920898, 1.4353322982788086, -0.23484906554222107, -1.6104605197906494, -0.021255340427160263, -0.8577954173088074, -1.3448920249938965, 1.085031509399414, -0.23513199388980865, 0.5496585369110107, -0.8344420194625854, 0.7601616382598877, 0.9788678884506226, -0.007570365443825722, 0.0017671457026153803, 0.01826050691306591, -0.002557998290285468, 0.009795661084353924, 0.01831504888832569, 0.012740903533995152, 1.0908313925028779e-05, 0.015140730887651443, -0.00779188796877861, 0.5383250117301941, 0.9614255428314209, 0.018991364166140556, -0.006899504456669092, 0.350832998752594, -0.0030870509799569845, 0.19178441166877747, -0.008421213366091251, 0.13079605996608734, 0.00017453292093705386, 0.011413482949137688, 0.23117856681346893], "max": [1.0837805271148682, -1.0797665119171143, 1.5719057321548462, -0.043011367321014404, -1.4269689321517944, 0.04355236887931824, -0.13860675692558289, -0.8329800367355347, 1.5149824619293213, 0.0814974308013916, 1.0916876792907715, -0.4978017508983612, 0.8816792964935303, 1.048059344291687, 0.03379393741488457, 0.1340259462594986, 0.10923033207654953, 0.021047579124569893, 0.04093342646956444, 0.019885843619704247, 0.09169959276914597, 0.003076142631471157, 0.025012750178575516, 0.15793593227863312, 1.1758556365966797, 1.409849762916565, 0.0365864634513855, 0.07452555745840073, 0.8936358094215393, 1.550899624824524, 1.0099729299545288, 1.9053159952163696, 1.240296483039856, 1.9413352012634277, 1.3314462900161743, 1.9225127696990967], "count": [276]}, "action": {"mean": [0.9275187253952026, -1.1553771495819092, 1.5307976007461548, -0.08444907516241074, -1.456012487411499, 0.003314548870548606, -0.4230507016181946, -1.1909998655319214, 1.3831144571304321, -0.09608635306358337, 0.7401193976402283, -0.6514339447021484, 0.8307085633277893, 1.0090935230255127, 0.006683161482214928, 0.05197031423449516, 0.04885871708393097, 0.016543729230761528, 0.020778406411409378, 0.0189839955419302, 0.02582995593547821, 0.0011156380642205477, 0.01961350254714489, 0.015991510823369026, 0.8065711855888367, 1.179948329925537, 0.020463597029447556, 0.01940155029296875, 0.6584950089454651, 0.7265660166740417, 0.6630041003227234, 0.915720522403717, 0.7055863738059998, 1.0163706541061401, 0.6070459485054016, 1.41117262840271], "std": [0.042288683354854584, 0.034083642065525055, 0.03598591685295105, 0.04188550263643265, 0.04191868007183075, 0.018107537180185318, 0.1952783316373825, 0.14718876779079437, 0.11312073469161987, 0.07807761430740356, 0.14486724138259888, 0.09516703337430954, 0.02753976732492447, 0.0172823928296566, 0.006185176782310009, 0.037099689245224, 0.023432593792676926, 0.00769757479429245, 0.007028857246041298, 0.00032967841252684593, 0.01518943626433611, 0.0004830984980799258, 0.002782343188300729, 0.0306344423443079, 0.186224564909935, 0.1313711702823639, 0.002211234299466014, 0.021145954728126526, 0.1296248883008957, 0.6034317016601562, 0.2384980022907257, 0.7553202509880066, 0.35774028301239014, 0.8231775760650635, 0.4822045862674713, 0.5420516729354858], "min": [0.8996504545211792, -1.1899175643920898, 1.4353322982788086, -0.23484906554222107, -1.6104605197906494, -0.021255340427160263, -0.8577954173088074, -1.3448920249938965, 1.085031509399414, -0.23513199388980865, 0.5496585369110107, -0.8344420194625854, 0.7601616382598877, 0.9788678884506226, -0.007570365443825722, 0.0017671457026153803, 0.01826050691306591, -0.002557998290285468, 0.009795661084353924, 0.01831504888832569, 0.012740903533995152, 1.0908313925028779e-05, 0.015140730887651443, -0.00779188796877861, 0.5383250117301941, 0.9614255428314209, 0.018991364166140556, -0.006899504456669092, 0.350832998752594, -0.0030870509799569845, 0.19178441166877747, -0.008421213366091251, 0.13079605996608734, 0.00017453292093705386, 0.011413482949137688, 0.23117856681346893], "max": [1.0837805271148682, -1.0797665119171143, 1.5719057321548462, -0.043011367321014404, -1.4269689321517944, 0.04355236887931824, -0.13860675692558289, -0.8329800367355347, 1.5149824619293213, 0.0814974308013916, 1.0916876792907715, -0.4978017508983612, 0.8816792964935303, 1.048059344291687, 0.03379393741488457, 0.1340259462594986, 0.10923033207654953, 0.021047579124569893, 0.04093342646956444, 0.019885843619704247, 0.09169959276914597, 0.003076142631471157, 0.025012750178575516, 0.15793593227863312, 1.1758556365966797, 1.409849762916565, 0.0365864634513855, 0.07452555745840073, 0.8936358094215393, 1.550899624824524, 1.0099729299545288, 1.9053159952163696, 1.240296483039856, 1.9413352012634277, 1.3314462900161743, 1.9225127696990967], "count": [276]}, "timestamp": {"min": [0.0], "max": [9.166666666666666], "mean": [4.583333333333333], "std": [2.6557938061417232], "count": [276]}, "frame_index": {"min": [0], "max": [275], "mean": [137.5], "std": [79.6738141842517], "count": [276]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [276]}, "index": {"min": [2688], "max": [2963], "mean": [2825.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [276]}, "subtask_annotation": {"mean": [2.6884057971014492, 5.0, 5.0, 5.0, 5.0], "std": [1.0754218898301335, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [276]}, "scene_annotation": {"mean": [11.0], "std": [0.0], "min": [11], "max": [11], "count": [276]}, "eef_direction_state": {"mean": [5.181159420289855, 3.753623188405797], "std": [1.722550801700847, 1.6476227679748923], "min": [0, 0], "max": [6, 6], "count": [276]}, "eef_velocity_state": {"mean": [0.2210144927536232, 1.3659420289855073], "std": [0.4149302191290499, 0.6539729614598154], "min": [0, 0], "max": [1, 2], "count": [276]}, "eef_acc_mag_state": {"mean": [0.16304347826086957, 1.0615942028985508], "std": [0.4951322597361034, 0.8511562863155686], "min": [0, 0], "max": [2, 2], "count": [276]}, "eef_direction_action": {"mean": [5.181159420289855, 3.753623188405797], "std": [1.722550801700847, 1.6476227679748923], "min": [0, 0], "max": [6, 6], "count": [276]}, "eef_velocity_action": {"mean": [0.2210144927536232, 1.3659420289855073], "std": [0.4149302191290499, 0.6539729614598154], "min": [0, 0], "max": [1, 2], "count": [276]}, "eef_acc_mag_action": {"mean": [0.16304347826086957, 1.0615942028985508], "std": [0.4951322597361034, 0.8511562863155686], "min": [0, 0], "max": [2, 2], "count": [276]}, "eef_sim_pose_state": {"mean": [0.676893015137437, 0.2193478920992284, 1.2277097530253915, -0.988597769270693, 0.2476474894032021, -2.0532562663267626, 0.7202570318862311, -0.08879467753885809, 1.269114743257076, 1.116475535704079, 0.7587460950089525, 1.9314421754210491], "std": [0.008478639143108526, 0.013079780083631408, 0.008799656048667288, 0.018962381566979086, 0.02321764715470742, 0.025587999282052958, 0.03370292297491368, 0.04842083932688866, 0.07003561886797888, 0.1643705240128797, 0.10405810296946617, 0.20489646656883231], "min": [0.6500818738880678, 0.21072147110119005, 1.212293334663312, -1.0220251645439669, 0.20535816871918966, -2.0758081252342517, 0.6532328175623796, -0.1855706297094858, 1.1617513833409017, 0.7572667372611823, 0.6215937324220904, 1.5298083820875994], "max": [0.6852833523695723, 0.2642704071605576, 1.244025038460608, -0.9510120566760112, 0.2790347554762982, -1.9661493120546814, 0.7643872272400831, -0.02050364007249489, 1.4009170185943796, 1.3665814587020542, 0.9501297298753033, 2.2288793441290053], "count": [276]}, "eef_sim_pose_action": {"mean": [0.676893015137437, 0.2193478920992284, 1.2277097530253915, -0.988597769270693, 0.2476474894032021, -2.0532562663267626, 0.7202570318862311, -0.08879467753885809, 1.269114743257076, 1.116475535704079, 0.7587460950089525, 1.9314421754210491], "std": [0.008478639143108526, 0.013079780083631408, 0.008799656048667288, 0.018962381566979086, 0.02321764715470742, 0.025587999282052958, 0.03370292297491368, 0.04842083932688866, 0.07003561886797888, 0.1643705240128797, 0.10405810296946617, 0.20489646656883231], "min": [0.6500818738880678, 0.21072147110119005, 1.212293334663312, -1.0220251645439669, 0.20535816871918966, -2.0758081252342517, 0.6532328175623796, -0.1855706297094858, 1.1617513833409017, 0.7572667372611823, 0.6215937324220904, 1.5298083820875994], "max": [0.6852833523695723, 0.2642704071605576, 1.244025038460608, -0.9510120566760112, 0.2790347554762982, -1.9661493120546814, 0.7643872272400831, -0.02050364007249489, 1.4009170185943796, 1.3665814587020542, 0.9501297298753033, 2.2288793441290053], "count": [276]}}} +{"episode_index": 12, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47899129697712417]], [[0.48153569852941175]], [[0.4704041891339869]]], "std": [[[0.22830711846222312]], [[0.22579567400919925]], [[0.2293853146591108]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.03529411764705882]], [[0.12941176470588237]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47702152982026147]], [[0.48894645220588234]], [[0.4754054227941176]]], "std": [[[0.3172631153157072]], [[0.3225849605083347]], [[0.3292283772165704]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.14901960784313725]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5259352450980391]], [[0.5400789828431373]], [[0.5181788133169936]]], "std": [[[0.308123593646054]], [[0.3129274492096761]], [[0.3190806830622615]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43904039215686275]], [[0.4579591503267974]], [[0.4530196098856209]]], "std": [[[0.3394016444988216]], [[0.3465826274971608]], [[0.36050457594266283]]], "count": [100]}, "observation.state": {"mean": [0.9205445051193237, -1.3086977005004883, 1.7087593078613281, -0.00037232544855214655, -1.3342201709747314, -0.08266658335924149, -0.5139270424842834, -1.223591923713684, 1.4192334413528442, -0.03566133975982666, 0.8004782199859619, -0.6979699730873108, 0.8242740035057068, 1.0213687419891357, 0.010341393761336803, 0.1114322617650032, 0.14013387262821198, 0.009547023102641106, 0.11607889831066132, 0.005231640767306089, 0.08570340275764465, 0.009643337689340115, 0.017571475356817245, 0.27466461062431335, 0.9763419032096863, 1.1160777807235718, 0.022275913506746292, 0.009098732843995094, 0.7303716540336609, 0.4786358177661896, 0.6962857246398926, 0.9217907786369324, 0.7795642018318176, 1.2315362691879272, 0.7279269695281982, 1.6565502882003784], "std": [0.06237329542636871, 0.05634218454360962, 0.055441588163375854, 0.0826268121600151, 0.03856236860156059, 0.03935927152633667, 0.18497471511363983, 0.17019443213939667, 0.14382383227348328, 0.07251004874706268, 0.10219297558069229, 0.0633837953209877, 0.04321961849927902, 0.027942925691604614, 0.003004784230142832, 0.013274501077830791, 0.018745852634310722, 0.0043989866971969604, 0.026179267093539238, 0.007332942448556423, 0.02377685345709324, 0.00036135382833890617, 0.002228392520919442, 0.16389726102352142, 0.17110058665275574, 0.07679665088653564, 0.004034599754959345, 0.01249802578240633, 0.15478846430778503, 0.45592764019966125, 0.21475304663181305, 0.5520465970039368, 0.22928225994110107, 0.6399322748184204, 0.31120017170906067, 0.3359336853027344], "min": [0.8619440197944641, -1.357480764389038, 1.6000038385391235, -0.13890478014945984, -1.4135576486587524, -0.1182335764169693, -0.9370946884155273, -1.4146066904067993, 1.1614500284194946, -0.15417572855949402, 0.6864891052246094, -0.7954957485198975, 0.7659868001937866, 0.9676862359046936, 0.0015217089094221592, 0.08772461116313934, 0.10218320786952972, 0.007428557612001896, 0.01803022064268589, -0.013962633907794952, 0.015550884418189526, 0.0076849027536809444, 0.015806138515472412, 0.0077339899726212025, 0.7618035078048706, 0.9719744324684143, 0.020583976060152054, -0.0042215147987008095, 0.37592756748199463, -0.0020243173930794, 0.3479110300540924, -0.000556323619093746, 0.2419404536485672, -0.00780550017952919, 0.010456109419465065, 0.7955986857414246], "max": [1.0271228551864624, -1.2088006734848022, 1.7592936754226685, 0.07814288139343262, -1.280184268951416, -0.0008106355671770871, -0.18173733353614807, -0.9342812895774841, 1.573407769203186, 0.11864949017763138, 1.0512034893035889, -0.5688992738723755, 0.9153652191162109, 1.0604947805404663, 0.015037101693451405, 0.14443868398666382, 0.1749856323003769, 0.027816183865070343, 0.15367624163627625, 0.009621127508580685, 0.12351476401090622, 0.01055924128741026, 0.022891083732247353, 0.5275475978851318, 1.2232141494750977, 1.288254737854004, 0.04326234757900238, 0.04182790592312813, 0.96286541223526, 1.2354259490966797, 1.0759791135787964, 1.62777578830719, 1.1452306509017944, 1.8296395540237427, 1.1411290168762207, 1.9124881029129028], "count": [142]}, "action": {"mean": [0.9205445051193237, -1.3086977005004883, 1.7087593078613281, -0.00037232544855214655, -1.3342201709747314, -0.08266658335924149, -0.5139270424842834, -1.223591923713684, 1.4192334413528442, -0.03566133975982666, 0.8004782199859619, -0.6979699730873108, 0.8242740035057068, 1.0213687419891357, 0.010341393761336803, 0.1114322617650032, 0.14013387262821198, 0.009547023102641106, 0.11607889831066132, 0.005231640767306089, 0.08570340275764465, 0.009643337689340115, 0.017571475356817245, 0.27466461062431335, 0.9763419032096863, 1.1160777807235718, 0.022275913506746292, 0.009098732843995094, 0.7303716540336609, 0.4786358177661896, 0.6962857246398926, 0.9217907786369324, 0.7795642018318176, 1.2315362691879272, 0.7279269695281982, 1.6565502882003784], "std": [0.06237329542636871, 0.05634218454360962, 0.055441588163375854, 0.0826268121600151, 0.03856236860156059, 0.03935927152633667, 0.18497471511363983, 0.17019443213939667, 0.14382383227348328, 0.07251004874706268, 0.10219297558069229, 0.0633837953209877, 0.04321961849927902, 0.027942925691604614, 0.003004784230142832, 0.013274501077830791, 0.018745852634310722, 0.0043989866971969604, 0.026179267093539238, 0.007332942448556423, 0.02377685345709324, 0.00036135382833890617, 0.002228392520919442, 0.16389726102352142, 0.17110058665275574, 0.07679665088653564, 0.004034599754959345, 0.01249802578240633, 0.15478846430778503, 0.45592764019966125, 0.21475304663181305, 0.5520465970039368, 0.22928225994110107, 0.6399322748184204, 0.31120017170906067, 0.3359336853027344], "min": [0.8619440197944641, -1.357480764389038, 1.6000038385391235, -0.13890478014945984, -1.4135576486587524, -0.1182335764169693, -0.9370946884155273, -1.4146066904067993, 1.1614500284194946, -0.15417572855949402, 0.6864891052246094, -0.7954957485198975, 0.7659868001937866, 0.9676862359046936, 0.0015217089094221592, 0.08772461116313934, 0.10218320786952972, 0.007428557612001896, 0.01803022064268589, -0.013962633907794952, 0.015550884418189526, 0.0076849027536809444, 0.015806138515472412, 0.0077339899726212025, 0.7618035078048706, 0.9719744324684143, 0.020583976060152054, -0.0042215147987008095, 0.37592756748199463, -0.0020243173930794, 0.3479110300540924, -0.000556323619093746, 0.2419404536485672, -0.00780550017952919, 0.010456109419465065, 0.7955986857414246], "max": [1.0271228551864624, -1.2088006734848022, 1.7592936754226685, 0.07814288139343262, -1.280184268951416, -0.0008106355671770871, -0.18173733353614807, -0.9342812895774841, 1.573407769203186, 0.11864949017763138, 1.0512034893035889, -0.5688992738723755, 0.9153652191162109, 1.0604947805404663, 0.015037101693451405, 0.14443868398666382, 0.1749856323003769, 0.027816183865070343, 0.15367624163627625, 0.009621127508580685, 0.12351476401090622, 0.01055924128741026, 0.022891083732247353, 0.5275475978851318, 1.2232141494750977, 1.288254737854004, 0.04326234757900238, 0.04182790592312813, 0.96286541223526, 1.2354259490966797, 1.0759791135787964, 1.62777578830719, 1.1452306509017944, 1.8296395540237427, 1.1411290168762207, 1.9124881029129028], "count": [142]}, "timestamp": {"min": [0.0], "max": [4.7], "mean": [2.35], "std": [1.3663617546039717], "count": [142]}, "frame_index": {"min": [0], "max": [141], "mean": [70.5], "std": [40.99085263811915], "count": [142]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [142]}, "index": {"min": [2964], "max": [3105], "mean": [3034.5], "std": [40.99085263811915], "count": [142]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [142]}, "subtask_annotation": {"mean": [2.4859154929577465, 5.0, 5.0, 5.0, 5.0], "std": [1.4905142107933336, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [142]}, "scene_annotation": {"mean": [12.0], "std": [0.0], "min": [12], "max": [12], "count": [142]}, "eef_direction_state": {"mean": [4.190140845070423, 3.683098591549296], "std": [1.7719770870595573, 1.709005634246225], "min": [2, 0], "max": [6, 6], "count": [142]}, "eef_velocity_state": {"mean": [0.5704225352112676, 1.380281690140845], "std": [0.5616611093405748, 0.7192757935100679], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_acc_mag_state": {"mean": [0.5633802816901409, 1.2253521126760563], "std": [0.8089707313112322, 0.7907419069080672], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_direction_action": {"mean": [4.190140845070423, 3.683098591549296], "std": [1.7719770870595573, 1.709005634246225], "min": [2, 0], "max": [6, 6], "count": [142]}, "eef_velocity_action": {"mean": [0.5704225352112676, 1.380281690140845], "std": [0.5616611093405748, 0.7192757935100679], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_acc_mag_action": {"mean": [0.5633802816901409, 1.2253521126760563], "std": [0.8089707313112322, 0.7907419069080672], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_sim_pose_state": {"mean": [0.7040960401019596, 0.1889525496990564, 1.171227073876915, -1.1278977253433093, 0.24329683487276593, -2.1406664034688414, 0.7252065045352083, -0.09239320088232532, 1.2396063441661778, 1.1467142321350299, 0.7834906177443607, 1.9261322611123637], "std": [0.006815654693095984, 0.029452197846532694, 0.0033945442592567513, 0.013594152739877996, 0.007151269259808861, 0.0668109859739951, 0.032404821353358974, 0.048345035111077926, 0.05643506723301981, 0.15052906410356126, 0.07791439391669303, 0.12021745601418203], "min": [0.6883671167076486, 0.16090405978791988, 1.1646074441660696, -1.1568581581330033, 0.22362589083117523, -2.201689661357676, 0.6584783150912501, -0.19941689184130273, 1.16997979105598, 0.7963042095997068, 0.6772047036787918, 1.614367709858893], "max": [0.7121293958055213, 0.23704447883994395, 1.17691525316543, -1.1125974015058853, 0.25356968621134457, -2.026318576865151, 0.7548709108392441, -0.03600489922280639, 1.3743198002135661, 1.361887745420615, 0.93222099054789, 2.0521377853992524], "count": [142]}, "eef_sim_pose_action": {"mean": [0.7040960401019596, 0.1889525496990564, 1.171227073876915, -1.1278977253433093, 0.24329683487276593, -2.1406664034688414, 0.7252065045352083, -0.09239320088232532, 1.2396063441661778, 1.1467142321350299, 0.7834906177443607, 1.9261322611123637], "std": [0.006815654693095984, 0.029452197846532694, 0.0033945442592567513, 0.013594152739877996, 0.007151269259808861, 0.0668109859739951, 0.032404821353358974, 0.048345035111077926, 0.05643506723301981, 0.15052906410356126, 0.07791439391669303, 0.12021745601418203], "min": [0.6883671167076486, 0.16090405978791988, 1.1646074441660696, -1.1568581581330033, 0.22362589083117523, -2.201689661357676, 0.6584783150912501, -0.19941689184130273, 1.16997979105598, 0.7963042095997068, 0.6772047036787918, 1.614367709858893], "max": [0.7121293958055213, 0.23704447883994395, 1.17691525316543, -1.1125974015058853, 0.25356968621134457, -2.026318576865151, 0.7548709108392441, -0.03600489922280639, 1.3743198002135661, 1.361887745420615, 0.93222099054789, 2.0521377853992524], "count": [142]}}} +{"episode_index": 13, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48530954656862746]], [[0.4861169342320262]], [[0.47226547998366014]]], "std": [[[0.21379571070306938]], [[0.21196694377709369]], [[0.21895456380233205]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.1411764705882353]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4661826593137255]], [[0.47399301062091503]], [[0.46087362949346405]]], "std": [[[0.31409861515906234]], [[0.31846100147325823]], [[0.32409805846845435]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.1568627450980392]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5501068014705882]], [[0.5673226184640523]], [[0.543901640114379]]], "std": [[[0.3077336525640892]], [[0.30925633394035945]], [[0.31899690422325516]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44373119281045753]], [[0.47015476511437904]], [[0.46592175040849676]]], "std": [[[0.333975001198073]], [[0.3451743737817699]], [[0.35924248481019666]]], "count": [100]}, "observation.state": {"mean": [0.9189046025276184, -1.1284658908843994, 1.5119940042495728, -0.08614716678857803, -1.419721245765686, 0.05106835439801216, -0.5578438639640808, -1.180344820022583, 1.3366241455078125, -0.03350994735956192, 0.8577628135681152, -0.6161707639694214, 0.6338406205177307, 1.208184003829956, 0.0015732502797618508, 0.024908430874347687, 0.35074570775032043, 0.010648217983543873, 0.2573237717151642, 0.0015743193216621876, 0.1749362200498581, 0.015320737846195698, 0.017169231548905373, 0.44368529319763184, 0.8033979535102844, 1.1348066329956055, 0.02310558408498764, 0.014211051166057587, 0.7294322848320007, 0.55235356092453, 0.7714171409606934, 0.8792949914932251, 0.7735819220542908, 1.1154066324234009, 0.6403143405914307, 1.644579529762268], "std": [0.06397602707147598, 0.04639907553792, 0.04890727251768112, 0.06049796938896179, 0.05048712342977524, 0.025316741317510605, 0.15051639080047607, 0.19194288551807404, 0.11974061280488968, 0.12016648054122925, 0.1452893167734146, 0.06655267626047134, 0.08766297250986099, 0.03990962728857994, 0.001971466699615121, 0.035547561943531036, 0.07436510920524597, 0.007505436893552542, 0.04907854646444321, 0.005296521820127964, 0.027756668627262115, 0.019354725256562233, 0.002393954200670123, 0.19141647219657898, 0.1823587566614151, 0.10438135266304016, 0.002604586537927389, 0.029789848253130913, 0.1792265623807907, 0.6424209475517273, 0.2262180745601654, 0.5767481327056885, 0.26684635877609253, 0.6155542135238647, 0.35991576313972473, 0.359948068857193], "min": [0.831437885761261, -1.1759580373764038, 1.426289439201355, -0.17701619863510132, -1.5226596593856812, 0.025201229378581047, -0.9967955946922302, -1.3812752962112427, 1.094357967376709, -0.21666115522384644, 0.6336308717727661, -0.7038975358009338, 0.42265328764915466, 1.1128219366073608, -0.0003907597856596112, -0.0031088676769286394, 0.09079105406999588, 0.008045041933655739, 0.06737261265516281, -0.014126257970929146, 0.0694078579545021, 0.00809396430850029, 0.014998923055827618, 0.0463772788643837, 0.5948681831359863, 0.9977534413337708, 0.021380282938480377, -0.0029670598451048136, 0.3677463233470917, -0.005388704128563404, 0.14798761904239655, 0.00447240611538291, 0.1110130101442337, 0.00444001192227006, 0.016003837808966637, 0.652898907661438], "max": [1.0076019763946533, -1.0585777759552002, 1.5653729438781738, -0.006175135262310505, -1.3706893920898438, 0.10113870352506638, -0.3054426908493042, -0.8553635478019714, 1.4852869510650635, 0.23036354780197144, 1.1748969554901123, -0.47894254326820374, 0.75930255651474, 1.2604222297668457, 0.01110465731471777, 0.1045733392238617, 0.3957970440387726, 0.048149269074201584, 0.311104953289032, 0.008039422333240509, 0.21559178829193115, 0.10098911821842194, 0.024009184911847115, 0.860054612159729, 1.0714794397354126, 1.3231068849563599, 0.03564834967255592, 0.10547351092100143, 1.0071423053741455, 1.5391403436660767, 1.025811791419983, 1.6695820093154907, 1.1411235332489014, 1.8771724700927734, 1.1905981302261353, 1.9152042865753174], "count": [136]}, "action": {"mean": [0.9189046025276184, -1.1284658908843994, 1.5119940042495728, -0.08614716678857803, -1.419721245765686, 0.05106835439801216, -0.5578438639640808, -1.180344820022583, 1.3366241455078125, -0.03350994735956192, 0.8577628135681152, -0.6161707639694214, 0.6338406205177307, 1.208184003829956, 0.0015732502797618508, 0.024908430874347687, 0.35074570775032043, 0.010648217983543873, 0.2573237717151642, 0.0015743193216621876, 0.1749362200498581, 0.015320737846195698, 0.017169231548905373, 0.44368529319763184, 0.8033979535102844, 1.1348066329956055, 0.02310558408498764, 0.014211051166057587, 0.7294322848320007, 0.55235356092453, 0.7714171409606934, 0.8792949914932251, 0.7735819220542908, 1.1154066324234009, 0.6403143405914307, 1.644579529762268], "std": [0.06397602707147598, 0.04639907553792, 0.04890727251768112, 0.06049796938896179, 0.05048712342977524, 0.025316741317510605, 0.15051639080047607, 0.19194288551807404, 0.11974061280488968, 0.12016648054122925, 0.1452893167734146, 0.06655267626047134, 0.08766297250986099, 0.03990962728857994, 0.001971466699615121, 0.035547561943531036, 0.07436510920524597, 0.007505436893552542, 0.04907854646444321, 0.005296521820127964, 0.027756668627262115, 0.019354725256562233, 0.002393954200670123, 0.19141647219657898, 0.1823587566614151, 0.10438135266304016, 0.002604586537927389, 0.029789848253130913, 0.1792265623807907, 0.6424209475517273, 0.2262180745601654, 0.5767481327056885, 0.26684635877609253, 0.6155542135238647, 0.35991576313972473, 0.359948068857193], "min": [0.831437885761261, -1.1759580373764038, 1.426289439201355, -0.17701619863510132, -1.5226596593856812, 0.025201229378581047, -0.9967955946922302, -1.3812752962112427, 1.094357967376709, -0.21666115522384644, 0.6336308717727661, -0.7038975358009338, 0.42265328764915466, 1.1128219366073608, -0.0003907597856596112, -0.0031088676769286394, 0.09079105406999588, 0.008045041933655739, 0.06737261265516281, -0.014126257970929146, 0.0694078579545021, 0.00809396430850029, 0.014998923055827618, 0.0463772788643837, 0.5948681831359863, 0.9977534413337708, 0.021380282938480377, -0.0029670598451048136, 0.3677463233470917, -0.005388704128563404, 0.14798761904239655, 0.00447240611538291, 0.1110130101442337, 0.00444001192227006, 0.016003837808966637, 0.652898907661438], "max": [1.0076019763946533, -1.0585777759552002, 1.5653729438781738, -0.006175135262310505, -1.3706893920898438, 0.10113870352506638, -0.3054426908493042, -0.8553635478019714, 1.4852869510650635, 0.23036354780197144, 1.1748969554901123, -0.47894254326820374, 0.75930255651474, 1.2604222297668457, 0.01110465731471777, 0.1045733392238617, 0.3957970440387726, 0.048149269074201584, 0.311104953289032, 0.008039422333240509, 0.21559178829193115, 0.10098911821842194, 0.024009184911847115, 0.860054612159729, 1.0714794397354126, 1.3231068849563599, 0.03564834967255592, 0.10547351092100143, 1.0071423053741455, 1.5391403436660767, 1.025811791419983, 1.6695820093154907, 1.1411235332489014, 1.8771724700927734, 1.1905981302261353, 1.9152042865753174], "count": [136]}, "timestamp": {"min": [0.0], "max": [4.5], "mean": [2.25], "std": [1.3086252328302401], "count": [136]}, "frame_index": {"min": [0], "max": [135], "mean": [67.5], "std": [39.2587569849072], "count": [136]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [136]}, "index": {"min": [3106], "max": [3241], "mean": [3173.5], "std": [39.2587569849072], "count": [136]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [136]}, "subtask_annotation": {"mean": [2.5073529411764706, 5.0, 5.0, 5.0, 5.0], "std": [1.684690247010916, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [136]}, "scene_annotation": {"mean": [13.0], "std": [0.0], "min": [13], "max": [13], "count": [136]}, "eef_direction_state": {"mean": [3.764705882352941, 3.125], "std": [2.073060021965423, 1.597044605071579], "min": [0, 0], "max": [6, 6], "count": [136]}, "eef_velocity_state": {"mean": [0.6691176470588235, 1.536764705882353], "std": [0.47053078693459255, 0.5131805128357126], "min": [0, 0], "max": [1, 2], "count": [136]}, "eef_acc_mag_state": {"mean": [0.33088235294117646, 1.0220588235294117], "std": [0.6536677859543515, 0.8442444565539922], "min": [0, 0], "max": [2, 2], "count": [136]}, "eef_direction_action": {"mean": [3.764705882352941, 3.125], "std": [2.073060021965423, 1.597044605071579], "min": [0, 0], "max": [6, 6], "count": [136]}, "eef_velocity_action": {"mean": [0.6691176470588235, 1.536764705882353], "std": [0.47053078693459255, 0.5131805128357126], "min": [0, 0], "max": [1, 2], "count": [136]}, "eef_acc_mag_action": {"mean": [0.33088235294117646, 1.0220588235294117], "std": [0.6536677859543515, 0.8442444565539922], "min": [0, 0], "max": [2, 2], "count": [136]}, "eef_sim_pose_state": {"mean": [0.6803795933835669, 0.22342790298588533, 1.231147134950777, -1.0069449404781723, 0.2919778538781489, -2.0178359636175434, 0.7018824793903119, -0.09063010463694406, 1.2341059826696053, 1.1730266941734306, 0.6974933856312006, 2.003754270672484], "std": [0.010405448022754433, 0.020940692793512163, 0.007362189435114632, 0.020181707080389664, 0.012688953119126423, 0.04297417607892158, 0.02234459748122579, 0.06433506673530395, 0.037289090788312135, 0.08404171366067757, 0.14669748417632303, 0.11052384690926895], "min": [0.6617266452058179, 0.1966618132839832, 1.2164338379007151, -1.0452536804545662, 0.2711697791494696, -2.074862960801852, 0.6488180976457212, -0.23330536781283298, 1.1888077712372236, 0.9673400640774994, 0.5588450430092275, 1.810341705032052], "max": [0.6911890198393955, 0.25570869312025435, 1.2405619164364845, -0.9721291505323222, 0.30889273460525035, -1.9549356320620799, 0.7335865815085951, -0.025247273046363233, 1.328676726226473, 1.3005220258639485, 0.9728571469100777, 2.1470072433162963], "count": [136]}, "eef_sim_pose_action": {"mean": [0.6803795933835669, 0.22342790298588533, 1.231147134950777, -1.0069449404781723, 0.2919778538781489, -2.0178359636175434, 0.7018824793903119, -0.09063010463694406, 1.2341059826696053, 1.1730266941734306, 0.6974933856312006, 2.003754270672484], "std": [0.010405448022754433, 0.020940692793512163, 0.007362189435114632, 0.020181707080389664, 0.012688953119126423, 0.04297417607892158, 0.02234459748122579, 0.06433506673530395, 0.037289090788312135, 0.08404171366067757, 0.14669748417632303, 0.11052384690926895], "min": [0.6617266452058179, 0.1966618132839832, 1.2164338379007151, -1.0452536804545662, 0.2711697791494696, -2.074862960801852, 0.6488180976457212, -0.23330536781283298, 1.1888077712372236, 0.9673400640774994, 0.5588450430092275, 1.810341705032052], "max": [0.6911890198393955, 0.25570869312025435, 1.2405619164364845, -0.9721291505323222, 0.30889273460525035, -1.9549356320620799, 0.7335865815085951, -0.025247273046363233, 1.328676726226473, 1.3005220258639485, 0.9728571469100777, 2.1470072433162963], "count": [136]}}} +{"episode_index": 14, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49361256127450975]], [[0.4949530535130719]], [[0.4816737336601307]]], "std": [[[0.2018232589421544]], [[0.2004111008444066]], [[0.20717976155429174]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.12941176470588237]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48258389093137255]], [[0.49267347426470587]], [[0.481124272875817]]], "std": [[[0.3180583123337036]], [[0.3226925033439074]], [[0.32907387982924]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.1450980392156863]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5199569342320262]], [[0.5349117381535948]], [[0.5154355759803922]]], "std": [[[0.31746282104393414]], [[0.3194661306865639]], [[0.32781729832158724]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44472920343137257]], [[0.4719519362745098]], [[0.4655699795751634]]], "std": [[[0.33639114883076643]], [[0.3473336680199123]], [[0.3599725821336366]]], "count": [100]}, "observation.state": {"mean": [1.0125646591186523, -1.096314549446106, 1.4933545589447021, -0.14448760449886322, -1.4361807107925415, 0.052899595350027084, -0.5317714810371399, -1.1166656017303467, 1.3177858591079712, -0.04792240262031555, 0.8173598051071167, -0.6203339695930481, 0.7673963308334351, 1.0979264974594116, -0.0031913022976368666, 0.018628066405653954, 0.0888638123869896, -0.006396715063601732, 0.04454745352268219, 0.011071606539189816, 0.028106169775128365, 0.014124850742518902, 0.02096065878868103, 0.026219306513667107, 0.8469527959823608, 1.1485439538955688, 0.0213551614433527, 0.011513366363942623, 0.606200635433197, 0.602171003818512, 0.5792580246925354, 0.8257890343666077, 0.5980291366577148, 0.9126810431480408, 0.5133947134017944, 1.3551348447799683], "std": [0.04402681440114975, 0.03548792004585266, 0.03995906561613083, 0.05192570015788078, 0.04584364593029022, 0.016222605481743813, 0.23620463907718658, 0.18283197283744812, 0.14096622169017792, 0.19326134026050568, 0.19394534826278687, 0.06993668526411057, 0.028823640197515488, 0.0106141222640872, 0.0028548059053719044, 0.022216500714421272, 0.02734813466668129, 0.0022619699593633413, 0.0253519956022501, 0.004918441642075777, 0.014853490516543388, 0.004029746167361736, 0.004429696127772331, 0.049304962158203125, 0.20671503245830536, 0.12003535777330399, 0.003850712440907955, 0.02734385058283806, 0.13576743006706238, 0.5797944664955139, 0.265420526266098, 0.7593053579330444, 0.3454345464706421, 0.8358960151672363, 0.4643442630767822, 0.5236039161682129], "min": [0.9596494436264038, -1.149469256401062, 1.436446189880371, -0.23118610680103302, -1.514332890510559, 0.027120526880025864, -1.114719271659851, -1.3560025691986084, 1.060835838317871, -0.395166277885437, 0.5670037865638733, -0.7016246914863586, 0.725877046585083, 1.0578100681304932, -0.009353873319923878, -0.0042487857863307, 0.02338838018476963, -0.00846580509096384, 0.017038293182849884, -0.0018920201109722257, 0.0174260213971138, 0.0024434609804302454, 0.016253378242254257, -0.009813598357141018, 0.48003438115119934, 0.8907976150512695, 0.01848958246409893, -0.003697916166856885, 0.2880006432533264, 0.0010581058450043201, 0.014233160763978958, 0.002612539567053318, 0.02070198394358158, 0.003990985918790102, 0.010368346236646175, 0.5861139297485352], "max": [1.082699179649353, -1.0546082258224487, 1.552986979484558, -0.08067015558481216, -1.3705463409423828, 0.07486139982938766, -0.2314722090959549, -0.8520733118057251, 1.5145175457000732, 0.29335469007492065, 1.2472343444824219, -0.4631113111972809, 0.8167433142662048, 1.1154944896697998, 0.007090399973094463, 0.08451854437589645, 0.13224686682224274, 0.003643374890089035, 0.11155926436185837, 0.01408262550830841, 0.07333109527826309, 0.017180584371089935, 0.03223405033349991, 0.15077462792396545, 1.1262609958648682, 1.343838095664978, 0.03857177868485451, 0.1013978123664856, 0.80821293592453, 1.432915449142456, 0.9902180433273315, 1.7837320566177368, 1.0994319915771484, 1.9272798299789429, 1.1840040683746338, 1.905441403388977], "count": [109]}, "action": {"mean": [1.0125646591186523, -1.096314549446106, 1.4933545589447021, -0.14448760449886322, -1.4361807107925415, 0.052899595350027084, -0.5317714810371399, -1.1166656017303467, 1.3177858591079712, -0.04792240262031555, 0.8173598051071167, -0.6203339695930481, 0.7673963308334351, 1.0979264974594116, -0.0031913022976368666, 0.018628066405653954, 0.0888638123869896, -0.006396715063601732, 0.04454745352268219, 0.011071606539189816, 0.028106169775128365, 0.014124850742518902, 0.02096065878868103, 0.026219306513667107, 0.8469527959823608, 1.1485439538955688, 0.0213551614433527, 0.011513366363942623, 0.606200635433197, 0.602171003818512, 0.5792580246925354, 0.8257890343666077, 0.5980291366577148, 0.9126810431480408, 0.5133947134017944, 1.3551348447799683], "std": [0.04402681440114975, 0.03548792004585266, 0.03995906561613083, 0.05192570015788078, 0.04584364593029022, 0.016222605481743813, 0.23620463907718658, 0.18283197283744812, 0.14096622169017792, 0.19326134026050568, 0.19394534826278687, 0.06993668526411057, 0.028823640197515488, 0.0106141222640872, 0.0028548059053719044, 0.022216500714421272, 0.02734813466668129, 0.0022619699593633413, 0.0253519956022501, 0.004918441642075777, 0.014853490516543388, 0.004029746167361736, 0.004429696127772331, 0.049304962158203125, 0.20671503245830536, 0.12003535777330399, 0.003850712440907955, 0.02734385058283806, 0.13576743006706238, 0.5797944664955139, 0.265420526266098, 0.7593053579330444, 0.3454345464706421, 0.8358960151672363, 0.4643442630767822, 0.5236039161682129], "min": [0.9596494436264038, -1.149469256401062, 1.436446189880371, -0.23118610680103302, -1.514332890510559, 0.027120526880025864, -1.114719271659851, -1.3560025691986084, 1.060835838317871, -0.395166277885437, 0.5670037865638733, -0.7016246914863586, 0.725877046585083, 1.0578100681304932, -0.009353873319923878, -0.0042487857863307, 0.02338838018476963, -0.00846580509096384, 0.017038293182849884, -0.0018920201109722257, 0.0174260213971138, 0.0024434609804302454, 0.016253378242254257, -0.009813598357141018, 0.48003438115119934, 0.8907976150512695, 0.01848958246409893, -0.003697916166856885, 0.2880006432533264, 0.0010581058450043201, 0.014233160763978958, 0.002612539567053318, 0.02070198394358158, 0.003990985918790102, 0.010368346236646175, 0.5861139297485352], "max": [1.082699179649353, -1.0546082258224487, 1.552986979484558, -0.08067015558481216, -1.3705463409423828, 0.07486139982938766, -0.2314722090959549, -0.8520733118057251, 1.5145175457000732, 0.29335469007492065, 1.2472343444824219, -0.4631113111972809, 0.8167433142662048, 1.1154944896697998, 0.007090399973094463, 0.08451854437589645, 0.13224686682224274, 0.003643374890089035, 0.11155926436185837, 0.01408262550830841, 0.07333109527826309, 0.017180584371089935, 0.03223405033349991, 0.15077462792396545, 1.1262609958648682, 1.343838095664978, 0.03857177868485451, 0.1013978123664856, 0.80821293592453, 1.432915449142456, 0.9902180433273315, 1.7837320566177368, 1.0994319915771484, 1.9272798299789429, 1.1840040683746338, 1.905441403388977], "count": [109]}, "timestamp": {"min": [0.0], "max": [3.6], "mean": [1.7999999999999998], "std": [1.0488088481701514], "count": [109]}, "frame_index": {"min": [0], "max": [108], "mean": [54.0], "std": [31.464265445104548], "count": [109]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [109]}, "index": {"min": [3242], "max": [3350], "mean": [3296.0], "std": [31.464265445104548], "count": [109]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [109]}, "subtask_annotation": {"mean": [2.229357798165138, 5.0, 5.0, 5.0, 5.0], "std": [1.6569731856718497, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [109]}, "scene_annotation": {"mean": [14.0], "std": [0.0], "min": [14], "max": [14], "count": [109]}, "eef_direction_state": {"mean": [4.238532110091743, 3.1376146788990824], "std": [1.6249154251459357, 1.5293333074543025], "min": [0, 0], "max": [6, 6], "count": [109]}, "eef_velocity_state": {"mean": [0.6238532110091743, 1.5963302752293578], "std": [0.5209199840946195, 0.5604596091486704], "min": [0, 0], "max": [2, 2], "count": [109]}, "eef_acc_mag_state": {"mean": [0.44954128440366975, 1.311926605504587], "std": [0.7479174576950023, 0.7256410984691815], "min": [0, 0], "max": [2, 2], "count": [109]}, "eef_direction_action": {"mean": [4.238532110091743, 3.1376146788990824], "std": [1.6249154251459357, 1.5293333074543025], "min": [0, 0], "max": [6, 6], "count": [109]}, "eef_velocity_action": {"mean": [0.6238532110091743, 1.5963302752293578], "std": [0.5209199840946195, 0.5604596091486704], "min": [0, 0], "max": [2, 2], "count": [109]}, "eef_acc_mag_action": {"mean": [0.44954128440366975, 1.311926605504587], "std": [0.7479174576950023, 0.7256410984691815], "min": [0, 0], "max": [2, 2], "count": [109]}, "eef_sim_pose_state": {"mean": [0.676291735229325, 0.24805891640510244, 1.213822658723206, -1.0670999781328985, 0.2985274393696747, -1.9866216782030313, 0.7062880233588044, -0.1173439700663574, 1.2476476768868787, 1.1747365635213571, 0.7398684975357265, 1.9512558688988366], "std": [0.008818773491115794, 0.015989166795365117, 0.0066166872684237195, 0.019915057708207288, 0.010142521046502213, 0.03851308584955083, 0.032273239528987085, 0.05483579518561428, 0.05637565979593186, 0.1126616273793715, 0.2060185290934661, 0.10437949861202404], "min": [0.6646848950042539, 0.22939610077423833, 1.2020473887466068, -1.1001022763806063, 0.2813118944267614, -2.0299799648185806, 0.6345164999804314, -0.24785380653067146, 1.1760001336686012, 0.9179458228254762, 0.5523177248150208, 1.7067965463803096], "max": [0.6903479509378745, 0.27480529627870853, 1.2293074624445497, -1.011492289456174, 0.3150546653190873, -1.9248929036391011, 0.7504135757444419, -0.05266207709357559, 1.3647570368917632, 1.3450617563514324, 1.141537892541331, 2.0703175360075097], "count": [109]}, "eef_sim_pose_action": {"mean": [0.676291735229325, 0.24805891640510244, 1.213822658723206, -1.0670999781328985, 0.2985274393696747, -1.9866216782030313, 0.7062880233588044, -0.1173439700663574, 1.2476476768868787, 1.1747365635213571, 0.7398684975357265, 1.9512558688988366], "std": [0.008818773491115794, 0.015989166795365117, 0.0066166872684237195, 0.019915057708207288, 0.010142521046502213, 0.03851308584955083, 0.032273239528987085, 0.05483579518561428, 0.05637565979593186, 0.1126616273793715, 0.2060185290934661, 0.10437949861202404], "min": [0.6646848950042539, 0.22939610077423833, 1.2020473887466068, -1.1001022763806063, 0.2813118944267614, -2.0299799648185806, 0.6345164999804314, -0.24785380653067146, 1.1760001336686012, 0.9179458228254762, 0.5523177248150208, 1.7067965463803096], "max": [0.6903479509378745, 0.27480529627870853, 1.2293074624445497, -1.011492289456174, 0.3150546653190873, -1.9248929036391011, 0.7504135757444419, -0.05266207709357559, 1.3647570368917632, 1.3450617563514324, 1.141537892541331, 2.0703175360075097], "count": [109]}}} +{"episode_index": 15, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48907804125816995]], [[0.48835931168300656]], [[0.4765271977124183]]], "std": [[[0.2125267385630495]], [[0.21322767790833205]], [[0.21562137195494593]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.12941176470588237]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4802666033496732]], [[0.4899459456699346]], [[0.47656057598039214]]], "std": [[[0.3164436308830693]], [[0.32044747636574566]], [[0.32657666240076805]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.11764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.518446429738562]], [[0.530225727124183]], [[0.5078937928921569]]], "std": [[[0.3122327822386479]], [[0.3193985994532043]], [[0.3253835038987866]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4226814154411765]], [[0.44569979779411767]], [[0.4367760151143791]]], "std": [[[0.3362160899239544]], [[0.3473471968886028]], [[0.3576290865121241]]], "count": [100]}, "observation.state": {"mean": [0.8174409866333008, -1.2134751081466675, 1.6116223335266113, 0.029635291546583176, -1.312418818473816, -0.04487612470984459, -0.3387570381164551, -1.3139110803604126, 1.5609972476959229, -0.11809741705656052, 0.5716207027435303, -0.5451918244361877, 0.8281621932983398, 1.0975921154022217, 0.006421974860131741, 0.015989156439900398, 0.1215171068906784, 0.0016133913304656744, 0.05123303085565567, 0.0024429061450064182, 0.04185201972723007, 0.002619340317323804, 0.02264857478439808, 0.12640297412872314, 0.8137079477310181, 1.1811047792434692, 0.02116229571402073, 0.008959070779383183, 0.586657702922821, 0.5186010003089905, 0.6441171169281006, 0.9573371410369873, 0.6787837743759155, 1.233430027961731, 0.6253052353858948, 1.72053861618042], "std": [0.05776078626513481, 0.06013629585504532, 0.062119629234075546, 0.054909102618694305, 0.05991153419017792, 0.036775849759578705, 0.18587443232536316, 0.1495811492204666, 0.1493280827999115, 0.15538977086544037, 0.18152424693107605, 0.10000991821289062, 0.0674736499786377, 0.014177808538079262, 0.0037777917459607124, 0.021399937570095062, 0.030850877985358238, 0.0008100272971205413, 0.02747097797691822, 0.011169183067977428, 0.029122894629836082, 0.0010130926966667175, 0.004008452408015728, 0.156829372048378, 0.1697736382484436, 0.15398471057415009, 0.001893765525892377, 0.016737043857574463, 0.21077850461006165, 0.5277594327926636, 0.28832560777664185, 0.6425033211708069, 0.3189832270145416, 0.6669533848762512, 0.42991480231285095, 0.2540036737918854], "min": [0.7651684284210205, -1.2811379432678223, 1.4234282970428467, -0.1428329199552536, -1.5300793647766113, -0.08410343527793884, -0.9650377631187439, -1.4555437564849854, 1.1175326108932495, -0.3789840340614319, 0.37373876571655273, -0.8118395805358887, 0.6553547978401184, 1.0606801509857178, 0.0032179509289562702, -0.004799655172973871, 0.05238714441657066, 0.0002617993741296232, 0.017965983599424362, -0.00859574694186449, 0.0174260213971138, 0.0016526086255908012, 0.019373154267668724, -0.01482410915195942, 0.4972006678581238, 0.8860982060432434, 0.01964586228132248, -0.004979642108082771, 0.015042556449770927, -0.006904958747327328, 0.016695166006684303, -0.011110111139714718, 0.014360787346959114, 0.0032863756641745567, 0.01793801598250866, 1.0628890991210938], "max": [1.0122835636138916, -1.031700611114502, 1.6753809452056885, 0.0876559317111969, -1.2691452503204346, 0.06747348606586456, -0.08229142427444458, -0.8768692016601562, 1.7112754583358765, 0.26369497179985046, 1.1470493078231812, -0.4203502833843231, 0.9127854108810425, 1.120894193649292, 0.01797689124941826, 0.08789467066526413, 0.20054379105567932, 0.007090399973094463, 0.13810116052627563, 0.01607339270412922, 0.132467582821846, 0.009272061288356781, 0.040540724992752075, 0.5807206630706787, 1.1875112056732178, 1.4653894901275635, 0.03527746722102165, 0.06914231181144714, 0.8597491979598999, 1.4899712800979614, 1.0865710973739624, 1.7813104391098022, 1.2269883155822754, 1.9197094440460205, 1.3152856826782227, 1.9378718137741089], "count": [299]}, "action": {"mean": [0.8174409866333008, -1.2134751081466675, 1.6116223335266113, 0.029635291546583176, -1.312418818473816, -0.04487612470984459, -0.3387570381164551, -1.3139110803604126, 1.5609972476959229, -0.11809741705656052, 0.5716207027435303, -0.5451918244361877, 0.8281621932983398, 1.0975921154022217, 0.006421974860131741, 0.015989156439900398, 0.1215171068906784, 0.0016133913304656744, 0.05123303085565567, 0.0024429061450064182, 0.04185201972723007, 0.002619340317323804, 0.02264857478439808, 0.12640297412872314, 0.8137079477310181, 1.1811047792434692, 0.02116229571402073, 0.008959070779383183, 0.586657702922821, 0.5186010003089905, 0.6441171169281006, 0.9573371410369873, 0.6787837743759155, 1.233430027961731, 0.6253052353858948, 1.72053861618042], "std": [0.05776078626513481, 0.06013629585504532, 0.062119629234075546, 0.054909102618694305, 0.05991153419017792, 0.036775849759578705, 0.18587443232536316, 0.1495811492204666, 0.1493280827999115, 0.15538977086544037, 0.18152424693107605, 0.10000991821289062, 0.0674736499786377, 0.014177808538079262, 0.0037777917459607124, 0.021399937570095062, 0.030850877985358238, 0.0008100272971205413, 0.02747097797691822, 0.011169183067977428, 0.029122894629836082, 0.0010130926966667175, 0.004008452408015728, 0.156829372048378, 0.1697736382484436, 0.15398471057415009, 0.001893765525892377, 0.016737043857574463, 0.21077850461006165, 0.5277594327926636, 0.28832560777664185, 0.6425033211708069, 0.3189832270145416, 0.6669533848762512, 0.42991480231285095, 0.2540036737918854], "min": [0.7651684284210205, -1.2811379432678223, 1.4234282970428467, -0.1428329199552536, -1.5300793647766113, -0.08410343527793884, -0.9650377631187439, -1.4555437564849854, 1.1175326108932495, -0.3789840340614319, 0.37373876571655273, -0.8118395805358887, 0.6553547978401184, 1.0606801509857178, 0.0032179509289562702, -0.004799655172973871, 0.05238714441657066, 0.0002617993741296232, 0.017965983599424362, -0.00859574694186449, 0.0174260213971138, 0.0016526086255908012, 0.019373154267668724, -0.01482410915195942, 0.4972006678581238, 0.8860982060432434, 0.01964586228132248, -0.004979642108082771, 0.015042556449770927, -0.006904958747327328, 0.016695166006684303, -0.011110111139714718, 0.014360787346959114, 0.0032863756641745567, 0.01793801598250866, 1.0628890991210938], "max": [1.0122835636138916, -1.031700611114502, 1.6753809452056885, 0.0876559317111969, -1.2691452503204346, 0.06747348606586456, -0.08229142427444458, -0.8768692016601562, 1.7112754583358765, 0.26369497179985046, 1.1470493078231812, -0.4203502833843231, 0.9127854108810425, 1.120894193649292, 0.01797689124941826, 0.08789467066526413, 0.20054379105567932, 0.007090399973094463, 0.13810116052627563, 0.01607339270412922, 0.132467582821846, 0.009272061288356781, 0.040540724992752075, 0.5807206630706787, 1.1875112056732178, 1.4653894901275635, 0.03527746722102165, 0.06914231181144714, 0.8597491979598999, 1.4899712800979614, 1.0865710973739624, 1.7813104391098022, 1.2269883155822754, 1.9197094440460205, 1.3152856826782227, 1.9378718137741089], "count": [299]}, "timestamp": {"min": [0.0], "max": [9.933333333333334], "mean": [4.966666666666667], "std": [2.8771127502720115], "count": [299]}, "frame_index": {"min": [0], "max": [298], "mean": [149.0], "std": [86.31338250816034], "count": [299]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [299]}, "index": {"min": [3351], "max": [3649], "mean": [3500.0], "std": [86.31338250816034], "count": [299]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [299]}, "subtask_annotation": {"mean": [3.0, 5.0, 5.0, 5.0, 5.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0], "min": [3, 5, 5, 5, 5], "max": [3, 5, 5, 5, 5], "count": [299]}, "scene_annotation": {"mean": [15.0], "std": [0.0], "min": [15], "max": [15], "count": [299]}, "eef_direction_state": {"mean": [4.62876254180602, 3.9498327759197323], "std": [1.8267728752074115, 1.3241359795872318], "min": [0, 0], "max": [6, 6], "count": [299]}, "eef_velocity_state": {"mean": [0.48494983277591974, 1.4581939799331103], "std": [0.5744919938475694, 0.5731664812378643], "min": [0, 0], "max": [2, 2], "count": [299]}, "eef_acc_mag_state": {"mean": [0.3612040133779264, 1.1304347826086956], "std": [0.7011456619811592, 0.8053189473436623], "min": [0, 0], "max": [2, 2], "count": [299]}, "eef_direction_action": {"mean": [4.62876254180602, 3.9498327759197323], "std": [1.8267728752074115, 1.3241359795872318], "min": [0, 0], "max": [6, 6], "count": [299]}, "eef_velocity_action": {"mean": [0.48494983277591974, 1.4581939799331103], "std": [0.5744919938475694, 0.5731664812378643], "min": [0, 0], "max": [2, 2], "count": [299]}, "eef_acc_mag_action": {"mean": [0.3612040133779264, 1.1304347826086956], "std": [0.7011456619811592, 0.8053189473436623], "min": [0, 0], "max": [2, 2], "count": [299]}, "eef_sim_pose_state": {"mean": [0.7013944083876948, 0.18740075580634555, 1.2249326545451495, -1.0480544174831545, 0.27021731271732835, -2.1195597360402965, 0.7717943837132946, -0.079099076197932, 1.266657720482201, 1.260378164699951, 0.7185016634283101, 1.9859123854416623], "std": [0.013333545004201208, 0.02061661741763028, 0.006815457937768399, 0.024535063899821203, 0.02795289349127516, 0.041048219337370184, 0.0394879782987063, 0.04315754019454218, 0.0499671760014297, 0.12685420996016797, 0.07413555174645926, 0.10771028558923162], "min": [0.657533164560824, 0.1672358406664151, 1.2136957907171424, -1.07984774780257, 0.22578205380936045, -2.161373135285867, 0.6597012530059263, -0.23661689525776908, 1.1894038902795188, 0.9466851099194827, 0.5987167234724469, 1.6724716281290286], "max": [0.7113173048475245, 0.2395697761640589, 1.242878270375878, -0.9697376624516583, 0.3183796588912138, -2.005661327686383, 0.8126418454449464, -0.031667064195257444, 1.385029861102844, 1.4720824274832143, 0.8323787228436017, 2.1521869493461616], "count": [299]}, "eef_sim_pose_action": {"mean": [0.7013944083876948, 0.18740075580634555, 1.2249326545451495, -1.0480544174831545, 0.27021731271732835, -2.1195597360402965, 0.7717943837132946, -0.079099076197932, 1.266657720482201, 1.260378164699951, 0.7185016634283101, 1.9859123854416623], "std": [0.013333545004201208, 0.02061661741763028, 0.006815457937768399, 0.024535063899821203, 0.02795289349127516, 0.041048219337370184, 0.0394879782987063, 0.04315754019454218, 0.0499671760014297, 0.12685420996016797, 0.07413555174645926, 0.10771028558923162], "min": [0.657533164560824, 0.1672358406664151, 1.2136957907171424, -1.07984774780257, 0.22578205380936045, -2.161373135285867, 0.6597012530059263, -0.23661689525776908, 1.1894038902795188, 0.9466851099194827, 0.5987167234724469, 1.6724716281290286], "max": [0.7113173048475245, 0.2395697761640589, 1.242878270375878, -0.9697376624516583, 0.3183796588912138, -2.005661327686383, 0.8126418454449464, -0.031667064195257444, 1.385029861102844, 1.4720824274832143, 0.8323787228436017, 2.1521869493461616], "count": [299]}}} +{"episode_index": 16, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4813989501633987]], [[0.48102079044117646]], [[0.46841501429738563]]], "std": [[[0.2139924775239503]], [[0.21401431533193807]], [[0.22029952805696282]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.12549019607843137]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4730397487745098]], [[0.48099400326797387]], [[0.468889891748366]]], "std": [[[0.307641879628661]], [[0.31309797423264935]], [[0.3177617355466481]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.1450980392156863]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5531399223856209]], [[0.5782679309640523]], [[0.5403014031862745]]], "std": [[[0.29923914185470285]], [[0.3030476129321386]], [[0.30889760616293993]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4334206352124183]], [[0.4588244117647059]], [[0.4543213092320261]]], "std": [[[0.3343586580989651]], [[0.3457599124629331]], [[0.3600354892713427]]], "count": [100]}, "observation.state": {"mean": [0.8528187870979309, -1.1461150646209717, 1.5139915943145752, 0.01227637380361557, -1.4491692781448364, -0.02527249976992607, -0.4127708375453949, -1.2933346033096313, 1.512158751487732, -0.19758786261081696, 0.5708513259887695, -0.5320537090301514, 0.9315851926803589, 1.0856471061706543, 0.0021056048572063446, 0.05862849950790405, 0.10065099596977234, -0.008729277178645134, 0.044859498739242554, -0.004119426012039185, 0.07192131131887436, 0.0026755172293633223, 0.01894664391875267, 0.2917298972606659, 0.9004295468330383, 1.263184666633606, 0.020612627267837524, 0.0006733181653544307, 0.561769425868988, 1.0740972757339478, 0.658237636089325, 1.3080592155456543, 0.7476167678833008, 1.4650484323501587, 0.725447952747345, 1.7934906482696533], "std": [0.03169380873441696, 0.03695252910256386, 0.03256307914853096, 0.03071030043065548, 0.019036460667848587, 0.017919987440109253, 0.14669334888458252, 0.13319087028503418, 0.10877212882041931, 0.1367085725069046, 0.13032104074954987, 0.09019642323255539, 0.04267188534140587, 0.016181373968720436, 0.0024683743249624968, 0.037779033184051514, 0.019030604511499405, 0.0012761407997459173, 0.01909293420612812, 0.0004242202267050743, 0.030403995886445045, 0.00027911458164453506, 0.002968721091747284, 0.15171784162521362, 0.1659208983182907, 0.11460979282855988, 0.002005368936806917, 0.00922454334795475, 0.1536635309457779, 0.5455771088600159, 0.16949748992919922, 0.5866836309432983, 0.21747474372386932, 0.567228376865387, 0.3417131304740906, 0.19396770000457764], "min": [0.8276112079620361, -1.200920820236206, 1.4072155952453613, -0.12427201867103577, -1.5334341526031494, -0.04561017081141472, -0.8342870473861694, -1.4173723459243774, 1.167601227760315, -0.40676021575927734, 0.4247015118598938, -0.7024003267288208, 0.8544259667396545, 1.0357656478881836, 0.0006981316837482154, -0.0006654068129137158, 0.05325435847043991, -0.009817477315664291, 0.008879362605512142, -0.00517053809016943, 0.014180799946188927, 0.0018422920256853104, 0.01644366793334484, 0.004341506399214268, 0.6406885385513306, 1.0151488780975342, 0.01947133056819439, -0.004145157057791948, 0.2724186182022095, -0.0009708393481560051, 0.31656453013420105, 0.012991794385015965, 0.33741578459739685, 0.028585219755768776, 0.012264816090464592, 1.0471101999282837], "max": [0.9799364805221558, -1.0261691808700562, 1.5642881393432617, 0.04193846881389618, -1.425144910812378, 0.036097124218940735, -0.11974755674600601, -0.8848389387130737, 1.631940484046936, 0.0855935737490654, 1.0386625528335571, -0.38736456632614136, 1.0226374864578247, 1.1136237382888794, 0.02033308520913124, 0.1362505853176117, 0.13473941385746002, 0.0005454154452309012, 0.06971823424100876, -0.0027488935738801956, 0.12784536182880402, 0.003447025315836072, 0.030952323228120804, 0.6004859805107117, 1.1346713304519653, 1.4691964387893677, 0.035473816096782684, 0.048514336347579956, 0.7608653903007507, 1.847245454788208, 0.9841856956481934, 1.9064013957977295, 1.1192741394042969, 1.9127936363220215, 1.265478253364563, 1.9156678915023804], "count": [301]}, "action": {"mean": [0.8528187870979309, -1.1461150646209717, 1.5139915943145752, 0.01227637380361557, -1.4491692781448364, -0.02527249976992607, -0.4127708375453949, -1.2933346033096313, 1.512158751487732, -0.19758786261081696, 0.5708513259887695, -0.5320537090301514, 0.9315851926803589, 1.0856471061706543, 0.0021056048572063446, 0.05862849950790405, 0.10065099596977234, -0.008729277178645134, 0.044859498739242554, -0.004119426012039185, 0.07192131131887436, 0.0026755172293633223, 0.01894664391875267, 0.2917298972606659, 0.9004295468330383, 1.263184666633606, 0.020612627267837524, 0.0006733181653544307, 0.561769425868988, 1.0740972757339478, 0.658237636089325, 1.3080592155456543, 0.7476167678833008, 1.4650484323501587, 0.725447952747345, 1.7934906482696533], "std": [0.03169380873441696, 0.03695252910256386, 0.03256307914853096, 0.03071030043065548, 0.019036460667848587, 0.017919987440109253, 0.14669334888458252, 0.13319087028503418, 0.10877212882041931, 0.1367085725069046, 0.13032104074954987, 0.09019642323255539, 0.04267188534140587, 0.016181373968720436, 0.0024683743249624968, 0.037779033184051514, 0.019030604511499405, 0.0012761407997459173, 0.01909293420612812, 0.0004242202267050743, 0.030403995886445045, 0.00027911458164453506, 0.002968721091747284, 0.15171784162521362, 0.1659208983182907, 0.11460979282855988, 0.002005368936806917, 0.00922454334795475, 0.1536635309457779, 0.5455771088600159, 0.16949748992919922, 0.5866836309432983, 0.21747474372386932, 0.567228376865387, 0.3417131304740906, 0.19396770000457764], "min": [0.8276112079620361, -1.200920820236206, 1.4072155952453613, -0.12427201867103577, -1.5334341526031494, -0.04561017081141472, -0.8342870473861694, -1.4173723459243774, 1.167601227760315, -0.40676021575927734, 0.4247015118598938, -0.7024003267288208, 0.8544259667396545, 1.0357656478881836, 0.0006981316837482154, -0.0006654068129137158, 0.05325435847043991, -0.009817477315664291, 0.008879362605512142, -0.00517053809016943, 0.014180799946188927, 0.0018422920256853104, 0.01644366793334484, 0.004341506399214268, 0.6406885385513306, 1.0151488780975342, 0.01947133056819439, -0.004145157057791948, 0.2724186182022095, -0.0009708393481560051, 0.31656453013420105, 0.012991794385015965, 0.33741578459739685, 0.028585219755768776, 0.012264816090464592, 1.0471101999282837], "max": [0.9799364805221558, -1.0261691808700562, 1.5642881393432617, 0.04193846881389618, -1.425144910812378, 0.036097124218940735, -0.11974755674600601, -0.8848389387130737, 1.631940484046936, 0.0855935737490654, 1.0386625528335571, -0.38736456632614136, 1.0226374864578247, 1.1136237382888794, 0.02033308520913124, 0.1362505853176117, 0.13473941385746002, 0.0005454154452309012, 0.06971823424100876, -0.0027488935738801956, 0.12784536182880402, 0.003447025315836072, 0.030952323228120804, 0.6004859805107117, 1.1346713304519653, 1.4691964387893677, 0.035473816096782684, 0.048514336347579956, 0.7608653903007507, 1.847245454788208, 0.9841856956481934, 1.9064013957977295, 1.1192741394042969, 1.9127936363220215, 1.265478253364563, 1.9156678915023804], "count": [301]}, "timestamp": {"min": [0.0], "max": [10.0], "mean": [5.0], "std": [2.8963578661637945], "count": [301]}, "frame_index": {"min": [0], "max": [300], "mean": [150.0], "std": [86.89073598491383], "count": [301]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [301]}, "index": {"min": [3650], "max": [3950], "mean": [3800.0], "std": [86.89073598491383], "count": [301]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [301]}, "subtask_annotation": {"mean": [2.6744186046511627, 5.0, 5.0, 5.0, 5.0], "std": [1.0472127588564186, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [301]}, "scene_annotation": {"mean": [16.0], "std": [0.0], "min": [16], "max": [16], "count": [301]}, "eef_direction_state": {"mean": [5.372093023255814, 3.9767441860465116], "std": [1.3668179470276123, 1.2665347724828004], "min": [1, 0], "max": [6, 6], "count": [301]}, "eef_velocity_state": {"mean": [0.18272425249169436, 1.3687707641196014], "std": [0.3864402929859224, 0.6262965161873838], "min": [0, 0], "max": [1, 2], "count": [301]}, "eef_acc_mag_state": {"mean": [0.10963455149501661, 0.9700996677740864], "std": [0.396756198521624, 0.8327413341495777], "min": [0, 0], "max": [2, 2], "count": [301]}, "eef_direction_action": {"mean": [5.372093023255814, 3.9767441860465116], "std": [1.3668179470276123, 1.2665347724828004], "min": [1, 0], "max": [6, 6], "count": [301]}, "eef_velocity_action": {"mean": [0.18272425249169436, 1.3687707641196014], "std": [0.3864402929859224, 0.6262965161873838], "min": [0, 0], "max": [1, 2], "count": [301]}, "eef_acc_mag_action": {"mean": [0.10963455149501661, 0.9700996677740864], "std": [0.396756198521624, 0.8327413341495777], "min": [0, 0], "max": [2, 2], "count": [301]}, "eef_sim_pose_state": {"mean": [0.6686239861094557, 0.19520198927852253, 1.248650292423554, -0.9465841613298871, 0.2625681889628224, -2.1321198779755606, 0.7509442589915394, -0.06911130011803522, 1.2203105327225494, 1.354670457446196, 0.7843047282692595, 2.103525948700168], "std": [0.005949751839501171, 0.011079612371366667, 0.00787144266943451, 0.014610198675009317, 0.02042053859568725, 0.024121240245989137, 0.02372070657416813, 0.03848580524619715, 0.06413255543873932, 0.18276246756434747, 0.09385584923754142, 0.1636529449932494], "min": [0.6511060583399891, 0.1852551002864231, 1.2315924004498418, -0.9856665364958586, 0.2130361032020518, -2.1576788873474904, 0.6667938831546034, -0.19334132923843467, 1.1478835319158704, 0.9671844350466194, 0.6705738855986967, 1.6944956292591347], "max": [0.6776347201708384, 0.23433708473225398, 1.2603773925146922, -0.9240329537343996, 0.3074079662091804, -2.051369771920678, 0.7794098138393557, -0.02244523559226483, 1.3629294915459298, 1.6426925177450316, 1.0621439610466608, 2.3032933745801936], "count": [301]}, "eef_sim_pose_action": {"mean": [0.6686239861094557, 0.19520198927852253, 1.248650292423554, -0.9465841613298871, 0.2625681889628224, -2.1321198779755606, 0.7509442589915394, -0.06911130011803522, 1.2203105327225494, 1.354670457446196, 0.7843047282692595, 2.103525948700168], "std": [0.005949751839501171, 0.011079612371366667, 0.00787144266943451, 0.014610198675009317, 0.02042053859568725, 0.024121240245989137, 0.02372070657416813, 0.03848580524619715, 0.06413255543873932, 0.18276246756434747, 0.09385584923754142, 0.1636529449932494], "min": [0.6511060583399891, 0.1852551002864231, 1.2315924004498418, -0.9856665364958586, 0.2130361032020518, -2.1576788873474904, 0.6667938831546034, -0.19334132923843467, 1.1478835319158704, 0.9671844350466194, 0.6705738855986967, 1.6944956292591347], "max": [0.6776347201708384, 0.23433708473225398, 1.2603773925146922, -0.9240329537343996, 0.3074079662091804, -2.051369771920678, 0.7794098138393557, -0.02244523559226483, 1.3629294915459298, 1.6426925177450316, 1.0621439610466608, 2.3032933745801936], "count": [301]}}} +{"episode_index": 17, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48459111111111114]], [[0.48529649305555556]], [[0.4738236642156863]]], "std": [[[0.21430668502582878]], [[0.21317621884325]], [[0.21584174853777172]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.12156862745098039]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4623407863562091]], [[0.4713971629901961]], [[0.4578650919117647]]], "std": [[[0.31218719487821633]], [[0.31684130692641604]], [[0.32274659450026916]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.13333333333333333]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5186531576797386]], [[0.5311228186274509]], [[0.5069248713235294]]], "std": [[[0.31472996365646105]], [[0.31905112028838567]], [[0.32629568231550277]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42121981821895427]], [[0.44649151960784317]], [[0.4387768504901961]]], "std": [[[0.33207824099324457]], [[0.3434839959769436]], [[0.35532199554415017]]], "count": [100]}, "observation.state": {"mean": [0.9106004238128662, -1.204984188079834, 1.5558964014053345, -0.03300514444708824, -1.40565824508667, -0.04597964882850647, -0.38360217213630676, -1.3428159952163696, 1.5686694383621216, -0.051202934235334396, 0.6515455842018127, -0.4758235216140747, 0.8893280625343323, 1.0976049900054932, 0.0038492828607559204, 0.024647461250424385, 0.1419679969549179, 0.013357861898839474, 0.1803600937128067, 0.006126098334789276, 0.16511483490467072, 0.017759425565600395, 0.02039153315126896, 0.014305147342383862, 0.9010005593299866, 1.2078391313552856, 0.02007835917174816, 0.004649283830076456, 0.6096130013465881, 0.7251582741737366, 0.6541412472724915, 1.0070587396621704, 0.7047214508056641, 1.248587727546692, 0.639870285987854, 1.710432529449463], "std": [0.04325998201966286, 0.05855252966284752, 0.06225931644439697, 0.03911124914884567, 0.045462049543857574, 0.03347443789243698, 0.17015257477760315, 0.14204342663288116, 0.15744256973266602, 0.09460373222827911, 0.15414810180664062, 0.11170942336320877, 0.027476252987980843, 0.024926722049713135, 0.003731548087671399, 0.017053233459591866, 0.026301316916942596, 0.0011614098912104964, 0.024470269680023193, 0.007111828308552504, 0.02302979677915573, 0.0027829669415950775, 0.005101715214550495, 0.04248150438070297, 0.1977798193693161, 0.1134597435593605, 0.003687951248139143, 0.019921330735087395, 0.17440545558929443, 0.5810368657112122, 0.1744457185268402, 0.6526999473571777, 0.20031669735908508, 0.7132147550582886, 0.3531322181224823, 0.27928581833839417], "min": [0.8397945761680603, -1.3161025047302246, 1.419804334640503, -0.11497249454259872, -1.5064469575881958, -0.10907816886901855, -0.8977073431015015, -1.4984478950500488, 1.149147391319275, -0.25974908471107483, 0.5107957720756531, -0.6739957928657532, 0.8315239548683167, 1.00010085105896, 0.0017616917612031102, -0.006075927056372166, 0.05939937010407448, 0.010264717042446136, 0.05571478605270386, -0.014044445939362049, 0.05081816762685776, 0.015255267731845379, 0.016231562942266464, -0.018555032089352608, 0.5418537855148315, 1.0311434268951416, 0.018331412225961685, -0.007275841198861599, 0.24271531403064728, 0.0025743606965988874, 0.34347185492515564, -0.0034143005032092333, 0.3525157868862152, 0.00044178645475767553, 0.012168217450380325, 1.1139196157455444], "max": [1.0023269653320312, -1.0865854024887085, 1.6606345176696777, 0.04433461278676987, -1.3470735549926758, 0.01773861236870289, -0.13981080055236816, -0.94672691822052, 1.7767819166183472, 0.10562103986740112, 1.1135271787643433, -0.26195448637008667, 0.9270098209381104, 1.1201523542404175, 0.024892758578062057, 0.07764194905757904, 0.19073176383972168, 0.019984019920229912, 0.20313996076583862, 0.014158982783555984, 0.2004510760307312, 0.03414300084114075, 0.03517929092049599, 0.14340060949325562, 1.1733521223068237, 1.4433764219284058, 0.04221515357494354, 0.06780991703271866, 0.8777042627334595, 1.6550956964492798, 1.0108128786087036, 1.7841355800628662, 1.0610837936401367, 1.8839137554168701, 1.0686759948730469, 1.9287470579147339], "count": [192]}, "action": {"mean": [0.9106004238128662, -1.204984188079834, 1.5558964014053345, -0.03300514444708824, -1.40565824508667, -0.04597964882850647, -0.38360217213630676, -1.3428159952163696, 1.5686694383621216, -0.051202934235334396, 0.6515455842018127, -0.4758235216140747, 0.8893280625343323, 1.0976049900054932, 0.0038492828607559204, 0.024647461250424385, 0.1419679969549179, 0.013357861898839474, 0.1803600937128067, 0.006126098334789276, 0.16511483490467072, 0.017759425565600395, 0.02039153315126896, 0.014305147342383862, 0.9010005593299866, 1.2078391313552856, 0.02007835917174816, 0.004649283830076456, 0.6096130013465881, 0.7251582741737366, 0.6541412472724915, 1.0070587396621704, 0.7047214508056641, 1.248587727546692, 0.639870285987854, 1.710432529449463], "std": [0.04325998201966286, 0.05855252966284752, 0.06225931644439697, 0.03911124914884567, 0.045462049543857574, 0.03347443789243698, 0.17015257477760315, 0.14204342663288116, 0.15744256973266602, 0.09460373222827911, 0.15414810180664062, 0.11170942336320877, 0.027476252987980843, 0.024926722049713135, 0.003731548087671399, 0.017053233459591866, 0.026301316916942596, 0.0011614098912104964, 0.024470269680023193, 0.007111828308552504, 0.02302979677915573, 0.0027829669415950775, 0.005101715214550495, 0.04248150438070297, 0.1977798193693161, 0.1134597435593605, 0.003687951248139143, 0.019921330735087395, 0.17440545558929443, 0.5810368657112122, 0.1744457185268402, 0.6526999473571777, 0.20031669735908508, 0.7132147550582886, 0.3531322181224823, 0.27928581833839417], "min": [0.8397945761680603, -1.3161025047302246, 1.419804334640503, -0.11497249454259872, -1.5064469575881958, -0.10907816886901855, -0.8977073431015015, -1.4984478950500488, 1.149147391319275, -0.25974908471107483, 0.5107957720756531, -0.6739957928657532, 0.8315239548683167, 1.00010085105896, 0.0017616917612031102, -0.006075927056372166, 0.05939937010407448, 0.010264717042446136, 0.05571478605270386, -0.014044445939362049, 0.05081816762685776, 0.015255267731845379, 0.016231562942266464, -0.018555032089352608, 0.5418537855148315, 1.0311434268951416, 0.018331412225961685, -0.007275841198861599, 0.24271531403064728, 0.0025743606965988874, 0.34347185492515564, -0.0034143005032092333, 0.3525157868862152, 0.00044178645475767553, 0.012168217450380325, 1.1139196157455444], "max": [1.0023269653320312, -1.0865854024887085, 1.6606345176696777, 0.04433461278676987, -1.3470735549926758, 0.01773861236870289, -0.13981080055236816, -0.94672691822052, 1.7767819166183472, 0.10562103986740112, 1.1135271787643433, -0.26195448637008667, 0.9270098209381104, 1.1201523542404175, 0.024892758578062057, 0.07764194905757904, 0.19073176383972168, 0.019984019920229912, 0.20313996076583862, 0.014158982783555984, 0.2004510760307312, 0.03414300084114075, 0.03517929092049599, 0.14340060949325562, 1.1733521223068237, 1.4433764219284058, 0.04221515357494354, 0.06780991703271866, 0.8777042627334595, 1.6550956964492798, 1.0108128786087036, 1.7841355800628662, 1.0610837936401367, 1.8839137554168701, 1.0686759948730469, 1.9287470579147339], "count": [192]}, "timestamp": {"min": [0.0], "max": [6.366666666666666], "mean": [3.1833333333333336], "std": [1.847495802631427], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [192]}, "index": {"min": [3951], "max": [4142], "mean": [4046.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [192]}, "subtask_annotation": {"mean": [2.4739583333333335, 5.0, 5.0, 5.0, 5.0], "std": [1.1270116081614048, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [192]}, "scene_annotation": {"mean": [17.0], "std": [0.0], "min": [17], "max": [17], "count": [192]}, "eef_direction_state": {"mean": [4.203125, 3.2083333333333335], "std": [1.9539998040877589, 1.6292678996680947], "min": [0, 0], "max": [6, 6], "count": [192]}, "eef_velocity_state": {"mean": [0.578125, 1.53125], "std": [0.5899687712427385, 0.5294085733155443], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_acc_mag_state": {"mean": [0.375, 1.109375], "std": [0.6884463184107628, 0.8123497457222474], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_direction_action": {"mean": [4.203125, 3.2083333333333335], "std": [1.9539998040877589, 1.6292678996680947], "min": [0, 0], "max": [6, 6], "count": [192]}, "eef_velocity_action": {"mean": [0.578125, 1.53125], "std": [0.5899687712427385, 0.5294085733155443], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_acc_mag_action": {"mean": [0.375, 1.109375], "std": [0.6884463184107628, 0.8123497457222474], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_sim_pose_state": {"mean": [0.6810877011059095, 0.1944409437426112, 1.2083586592645579, -1.0437132008376813, 0.21489650365450652, -2.131870926221885, 0.7673063462935996, -0.07269193083779658, 1.2576551254035575, 1.2401467132564201, 0.5805505223659535, 2.0066321780256455], "std": [0.01181210542118142, 0.017906105213299894, 0.007633606551184744, 0.015827944197158994, 0.014874042085840667, 0.03683708736648401, 0.041384751760204154, 0.03608971903705885, 0.05253572241888529, 0.1212663329772426, 0.08723802177187055, 0.10077812399287284], "min": [0.65456135896502, 0.15625283587253044, 1.1952360834185547, -1.073437725339144, 0.18390478106034447, -2.213267762279015, 0.653886821339744, -0.185032496183661, 1.1891202620475505, 0.9172235740690589, 0.4249520795773527, 1.7236546855295118], "max": [0.6962884147961199, 0.22714076915920384, 1.2238758419464377, -1.0132717120181878, 0.23530168077611613, -2.0642954562098055, 0.8121658711657651, -0.03939958611336414, 1.38584281242608, 1.3788637806015511, 0.8364765152742679, 2.1461649869881247], "count": [192]}, "eef_sim_pose_action": {"mean": [0.6810877011059095, 0.1944409437426112, 1.2083586592645579, -1.0437132008376813, 0.21489650365450652, -2.131870926221885, 0.7673063462935996, -0.07269193083779658, 1.2576551254035575, 1.2401467132564201, 0.5805505223659535, 2.0066321780256455], "std": [0.01181210542118142, 0.017906105213299894, 0.007633606551184744, 0.015827944197158994, 0.014874042085840667, 0.03683708736648401, 0.041384751760204154, 0.03608971903705885, 0.05253572241888529, 0.1212663329772426, 0.08723802177187055, 0.10077812399287284], "min": [0.65456135896502, 0.15625283587253044, 1.1952360834185547, -1.073437725339144, 0.18390478106034447, -2.213267762279015, 0.653886821339744, -0.185032496183661, 1.1891202620475505, 0.9172235740690589, 0.4249520795773527, 1.7236546855295118], "max": [0.6962884147961199, 0.22714076915920384, 1.2238758419464377, -1.0132717120181878, 0.23530168077611613, -2.0642954562098055, 0.8121658711657651, -0.03939958611336414, 1.38584281242608, 1.3788637806015511, 0.8364765152742679, 2.1461649869881247], "count": [192]}}} +{"episode_index": 18, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4883340175653595]], [[0.48767974673202613]], [[0.47542992851307186]]], "std": [[[0.20702697592039312]], [[0.2060639448890803]], [[0.21291599463801889]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.13333333333333333]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47479204656862745]], [[0.4829953839869281]], [[0.4694819178921569]]], "std": [[[0.30848075242953676]], [[0.3143895607442122]], [[0.31991327731777575]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.13725490196078433]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5060889072712419]], [[0.5167061213235293]], [[0.49523155841503264]]], "std": [[[0.31269946819173894]], [[0.3182199644133857]], [[0.32471458587817775]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43728058210784315]], [[0.46299398284313725]], [[0.4560547201797385]]], "std": [[[0.33767517066958036]], [[0.34869476897516133]], [[0.360799767361026]]], "count": [100]}, "observation.state": {"mean": [0.8632147312164307, -1.1028811931610107, 1.4849683046340942, 0.05303109437227249, -1.3553836345672607, 0.022028353065252304, -0.4006308317184448, -1.2534637451171875, 1.4812395572662354, -0.19865988194942474, 0.708026647567749, -0.4360543489456177, 0.9595212340354919, 1.0791468620300293, -0.005934948567301035, 0.001067808480001986, 0.19082781672477722, 0.009884967468678951, 0.16555067896842957, -0.006799993105232716, 0.13579165935516357, 0.007178617641329765, 0.019339289516210556, 0.2972869575023651, 0.9098724126815796, 1.1601498126983643, 0.019408730790019035, 0.026089273393154144, 0.6234469413757324, 0.6458432078361511, 0.5712786316871643, 0.8152729868888855, 0.5763028860092163, 1.014404058456421, 0.5250740647315979, 1.4889403581619263], "std": [0.06570761650800705, 0.03859695419669151, 0.03863093629479408, 0.0673656165599823, 0.042463820427656174, 0.027528714388608932, 0.16984562575817108, 0.13436663150787354, 0.12682102620601654, 0.14886684715747833, 0.1355660855770111, 0.09228664636611938, 0.04173165559768677, 0.031870000064373016, 0.002149574225768447, 0.010192742571234703, 0.030909981578588486, 0.00435803784057498, 0.026101261377334595, 0.0018040714785456657, 0.027754701673984528, 0.007072039879858494, 0.0035393238067626953, 0.21676519513130188, 0.1703748106956482, 0.127466082572937, 0.0029126419685781, 0.03654693812131882, 0.1956447958946228, 0.5270994901657104, 0.23438981175422668, 0.7193226218223572, 0.30230557918548584, 0.77336585521698, 0.4186377227306366, 0.46335718035697937], "min": [0.7978560924530029, -1.1558828353881836, 1.3834210634231567, -0.22291947901248932, -1.5345594882965088, -0.011396581307053566, -0.9432460069656372, -1.3737530708312988, 1.112334966659546, -0.43750476837158203, 0.5679575204849243, -0.7018344402313232, 0.8737336993217468, 1.0070879459381104, -0.007521278224885464, -0.007264932617545128, 0.03905465081334114, 0.007406740915030241, 0.03539333865046501, -0.00807760190218687, 0.05042643845081329, 0.004996004980057478, 0.015418893657624722, 0.0059995693154633045, 0.6071073412895203, 0.9602855443954468, 0.01766055077314377, -0.004117886070162058, 0.03292127326130867, 0.021351194009184837, 0.05258350074291229, -0.005148721393197775, 0.050041861832141876, -0.002628902206197381, 0.010679232887923717, 0.48065823316574097], "max": [1.1298139095306396, -0.995841920375824, 1.53634512424469, 0.11252336204051971, -1.3044794797897339, 0.09279392659664154, -0.09946975111961365, -0.8980411291122437, 1.6084916591644287, 0.12209601700305939, 1.158064365386963, -0.2987549602985382, 1.022119402885437, 1.1345676183700562, 0.009424776770174503, 0.05714013800024986, 0.24467334151268005, 0.03488476946949959, 0.2298380434513092, 0.0063704513013362885, 0.18714837729930878, 0.05873033031821251, 0.031773943454027176, 0.7221300005912781, 1.2036609649658203, 1.354108214378357, 0.0409061536192894, 0.144409641623497, 0.9363855123519897, 1.591489315032959, 1.049373745918274, 1.8150007724761963, 1.189141869544983, 1.914566159248352, 1.2295408248901367, 1.9382644891738892], "count": [282]}, "action": {"mean": [0.8632147312164307, -1.1028811931610107, 1.4849683046340942, 0.05303109437227249, -1.3553836345672607, 0.022028353065252304, -0.4006308317184448, -1.2534637451171875, 1.4812395572662354, -0.19865988194942474, 0.708026647567749, -0.4360543489456177, 0.9595212340354919, 1.0791468620300293, -0.005934948567301035, 0.001067808480001986, 0.19082781672477722, 0.009884967468678951, 0.16555067896842957, -0.006799993105232716, 0.13579165935516357, 0.007178617641329765, 0.019339289516210556, 0.2972869575023651, 0.9098724126815796, 1.1601498126983643, 0.019408730790019035, 0.026089273393154144, 0.6234469413757324, 0.6458432078361511, 0.5712786316871643, 0.8152729868888855, 0.5763028860092163, 1.014404058456421, 0.5250740647315979, 1.4889403581619263], "std": [0.06570761650800705, 0.03859695419669151, 0.03863093629479408, 0.0673656165599823, 0.042463820427656174, 0.027528714388608932, 0.16984562575817108, 0.13436663150787354, 0.12682102620601654, 0.14886684715747833, 0.1355660855770111, 0.09228664636611938, 0.04173165559768677, 0.031870000064373016, 0.002149574225768447, 0.010192742571234703, 0.030909981578588486, 0.00435803784057498, 0.026101261377334595, 0.0018040714785456657, 0.027754701673984528, 0.007072039879858494, 0.0035393238067626953, 0.21676519513130188, 0.1703748106956482, 0.127466082572937, 0.0029126419685781, 0.03654693812131882, 0.1956447958946228, 0.5270994901657104, 0.23438981175422668, 0.7193226218223572, 0.30230557918548584, 0.77336585521698, 0.4186377227306366, 0.46335718035697937], "min": [0.7978560924530029, -1.1558828353881836, 1.3834210634231567, -0.22291947901248932, -1.5345594882965088, -0.011396581307053566, -0.9432460069656372, -1.3737530708312988, 1.112334966659546, -0.43750476837158203, 0.5679575204849243, -0.7018344402313232, 0.8737336993217468, 1.0070879459381104, -0.007521278224885464, -0.007264932617545128, 0.03905465081334114, 0.007406740915030241, 0.03539333865046501, -0.00807760190218687, 0.05042643845081329, 0.004996004980057478, 0.015418893657624722, 0.0059995693154633045, 0.6071073412895203, 0.9602855443954468, 0.01766055077314377, -0.004117886070162058, 0.03292127326130867, 0.021351194009184837, 0.05258350074291229, -0.005148721393197775, 0.050041861832141876, -0.002628902206197381, 0.010679232887923717, 0.48065823316574097], "max": [1.1298139095306396, -0.995841920375824, 1.53634512424469, 0.11252336204051971, -1.3044794797897339, 0.09279392659664154, -0.09946975111961365, -0.8980411291122437, 1.6084916591644287, 0.12209601700305939, 1.158064365386963, -0.2987549602985382, 1.022119402885437, 1.1345676183700562, 0.009424776770174503, 0.05714013800024986, 0.24467334151268005, 0.03488476946949959, 0.2298380434513092, 0.0063704513013362885, 0.18714837729930878, 0.05873033031821251, 0.031773943454027176, 0.7221300005912781, 1.2036609649658203, 1.354108214378357, 0.0409061536192894, 0.144409641623497, 0.9363855123519897, 1.591489315032959, 1.049373745918274, 1.8150007724761963, 1.189141869544983, 1.914566159248352, 1.2295408248901367, 1.9382644891738892], "count": [282]}, "timestamp": {"min": [0.0], "max": [9.366666666666667], "mean": [4.683333333333334], "std": [2.7135292039594376], "count": [282]}, "frame_index": {"min": [0], "max": [281], "mean": [140.5], "std": [81.40587611878314], "count": [282]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [282]}, "index": {"min": [4143], "max": [4424], "mean": [4283.5], "std": [81.40587611878314], "count": [282]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [282]}, "subtask_annotation": {"mean": [2.624113475177305, 5.0, 5.0, 5.0, 5.0], "std": [1.0143579675904189, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [282]}, "scene_annotation": {"mean": [18.0], "std": [0.0], "min": [18], "max": [18], "count": [282]}, "eef_direction_state": {"mean": [5.099290780141844, 3.8049645390070923], "std": [1.5266194263449286, 1.7827712207944313], "min": [2, 0], "max": [6, 6], "count": [282]}, "eef_velocity_state": {"mean": [0.33687943262411346, 1.4397163120567376], "std": [0.555426019806142, 0.6563254071636461], "min": [0, 0], "max": [2, 2], "count": [282]}, "eef_acc_mag_state": {"mean": [0.2765957446808511, 1.074468085106383], "std": [0.6200707232452313, 0.8239245520198784], "min": [0, 0], "max": [2, 2], "count": [282]}, "eef_direction_action": {"mean": [5.099290780141844, 3.8049645390070923], "std": [1.5266194263449286, 1.7827712207944313], "min": [2, 0], "max": [6, 6], "count": [282]}, "eef_velocity_action": {"mean": [0.33687943262411346, 1.4397163120567376], "std": [0.555426019806142, 0.6563254071636461], "min": [0, 0], "max": [2, 2], "count": [282]}, "eef_acc_mag_action": {"mean": [0.2765957446808511, 1.074468085106383], "std": [0.6200707232452313, 0.8239245520198784], "min": [0, 0], "max": [2, 2], "count": [282]}, "eef_sim_pose_state": {"mean": [0.6726630037366722, 0.19562213104498496, 1.2343286754699123, -1.0498182212347063, 0.34382462646356726, -2.1272624766880535, 0.7377885538847985, -0.07663353507239369, 1.2640742705507704, 1.188838253444767, 0.6822482309382909, 2.0428973974484737], "std": [0.008153376037076417, 0.018134589436264687, 0.015780738490573508, 0.03537433063926082, 0.03450954325523851, 0.04079810846239468, 0.029392354754812847, 0.03984606045599491, 0.05435766257893576, 0.13800266135998893, 0.12619369972816533, 0.11806592346775217], "min": [0.6516713218016764, 0.18092620974645995, 1.2083307610740215, -1.100649185211909, 0.2660754260795015, -2.1655202088921905, 0.6376462070151705, -0.18889587547559505, 1.1977918664566465, 0.8706003214020791, 0.4731382090765188, 1.7384259369889326], "max": [0.6833063696760807, 0.2680381951166294, 1.2595176130793404, -0.9898585476059587, 0.3973458154128502, -1.9663282770778157, 0.7658314181088832, -0.03723429205417775, 1.39070926819073, 1.390003845399857, 1.0026138769663961, 2.199502509854414], "count": [282]}, "eef_sim_pose_action": {"mean": [0.6726630037366722, 0.19562213104498496, 1.2343286754699123, -1.0498182212347063, 0.34382462646356726, -2.1272624766880535, 0.7377885538847985, -0.07663353507239369, 1.2640742705507704, 1.188838253444767, 0.6822482309382909, 2.0428973974484737], "std": [0.008153376037076417, 0.018134589436264687, 0.015780738490573508, 0.03537433063926082, 0.03450954325523851, 0.04079810846239468, 0.029392354754812847, 0.03984606045599491, 0.05435766257893576, 0.13800266135998893, 0.12619369972816533, 0.11806592346775217], "min": [0.6516713218016764, 0.18092620974645995, 1.2083307610740215, -1.100649185211909, 0.2660754260795015, -2.1655202088921905, 0.6376462070151705, -0.18889587547559505, 1.1977918664566465, 0.8706003214020791, 0.4731382090765188, 1.7384259369889326], "max": [0.6833063696760807, 0.2680381951166294, 1.2595176130793404, -0.9898585476059587, 0.3973458154128502, -1.9663282770778157, 0.7658314181088832, -0.03723429205417775, 1.39070926819073, 1.390003845399857, 1.0026138769663961, 2.199502509854414], "count": [282]}}} +{"episode_index": 19, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48438921977124183]], [[0.4846462397875817]], [[0.4709971568627451]]], "std": [[[0.2191993226373803]], [[0.21772048771070004]], [[0.22235352310903692]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1411764705882353]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48456501225490195]], [[0.4949365339052288]], [[0.4812731454248366]]], "std": [[[0.31435132492549306]], [[0.3185720054695927]], [[0.32467735513124685]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.15294117647058825]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5484844301470588]], [[0.5660103349673203]], [[0.5381071364379084]]], "std": [[[0.305080709780744]], [[0.3069437587136616]], [[0.31678062082938174]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4337431392973856]], [[0.4604272283496732]], [[0.4559608149509804]]], "std": [[[0.33164447819939785]], [[0.34196223754989263]], [[0.35561194942130636]]], "count": [100]}, "observation.state": {"mean": [0.8751206994056702, -1.1093758344650269, 1.5306577682495117, 0.028766896575689316, -1.2986345291137695, -0.008181429468095303, -0.4413594901561737, -1.2060878276824951, 1.3664661645889282, -0.2623347043991089, 0.6992217302322388, -0.5000098943710327, 0.947600781917572, 1.072518229484558, -0.007870697416365147, -0.0003855635295622051, 0.21063698828220367, 0.018877066671848297, 0.14240603148937225, 0.0033610116224735975, 0.13618719577789307, 0.006085216533392668, 0.017210714519023895, 0.29008910059928894, 0.9331519603729248, 1.1689751148223877, 0.020599961280822754, 0.007804571650922298, 0.6514989137649536, 0.491590291261673, 0.6280904412269592, 0.6087645888328552, 0.6262778639793396, 0.7584154009819031, 0.44987717270851135, 1.4953049421310425], "std": [0.04092155396938324, 0.035103633999824524, 0.04447699710726738, 0.0398901142179966, 0.040198713541030884, 0.01933472789824009, 0.1613624393939972, 0.15819962322711945, 0.10768960416316986, 0.16550332307815552, 0.1559784859418869, 0.12248988449573517, 0.040805842727422714, 0.03891982138156891, 0.0043458277359604836, 0.007853243499994278, 0.03779255971312523, 0.0021303591784089804, 0.02188681811094284, 0.008978771045804024, 0.02271316945552826, 0.001040665665641427, 0.001411406439729035, 0.19195570051670074, 0.14383509755134583, 0.09679301828145981, 0.004483527969568968, 0.017564035952091217, 0.1261228621006012, 0.5120551586151123, 0.1630978286266327, 0.6790375113487244, 0.15915557742118835, 0.6340177059173584, 0.24028752744197845, 0.3025519549846649], "min": [0.8368023633956909, -1.1609134674072266, 1.4453154802322388, -0.06207031011581421, -1.3676936626434326, -0.03728923201560974, -0.8262283802032471, -1.3744325637817383, 1.140230417251587, -0.4680175185203552, 0.4760338068008423, -0.6655555963516235, 0.875511646270752, 1.0070549249649048, -0.009817477315664291, -0.007853981107473373, 0.10936427116394043, 0.014409874565899372, 0.10838494449853897, -0.014218978583812714, 0.10189995169639587, 0.0046360306441783905, 0.01607157289981842, 0.001101739122532308, 0.6349292993545532, 1.0139800310134888, 0.018505943939089775, -0.004963280167430639, 0.405527263879776, 0.009855655953288078, 0.15970054268836975, 0.0029452431481331587, 0.1369924694299698, 0.011299067176878452, 0.011656859889626503, 0.9150649309158325], "max": [0.9678034782409668, -1.045433759689331, 1.5947585105895996, 0.07161011546850204, -1.25692617893219, 0.02555886283516884, -0.17389324307441711, -0.8806363344192505, 1.4801608324050903, 0.012874799780547619, 1.0477702617645264, -0.3327181935310364, 1.0197194814682007, 1.1185051202774048, 0.012697269208729267, 0.020316723734140396, 0.273606538772583, 0.028536133468151093, 0.1957831084728241, 0.010891945101320744, 0.1726512312889099, 0.008486663922667503, 0.021009400486946106, 0.5787511467933655, 1.1657217741012573, 1.3512994050979614, 0.04166973754763603, 0.0651467964053154, 0.8066202998161316, 1.382175326347351, 0.8283878564834595, 1.6538958549499512, 0.8162795901298523, 1.787539005279541, 0.839410662651062, 1.9257200956344604], "count": [116]}, "action": {"mean": [0.8751206994056702, -1.1093758344650269, 1.5306577682495117, 0.028766896575689316, -1.2986345291137695, -0.008181429468095303, -0.4413594901561737, -1.2060878276824951, 1.3664661645889282, -0.2623347043991089, 0.6992217302322388, -0.5000098943710327, 0.947600781917572, 1.072518229484558, -0.007870697416365147, -0.0003855635295622051, 0.21063698828220367, 0.018877066671848297, 0.14240603148937225, 0.0033610116224735975, 0.13618719577789307, 0.006085216533392668, 0.017210714519023895, 0.29008910059928894, 0.9331519603729248, 1.1689751148223877, 0.020599961280822754, 0.007804571650922298, 0.6514989137649536, 0.491590291261673, 0.6280904412269592, 0.6087645888328552, 0.6262778639793396, 0.7584154009819031, 0.44987717270851135, 1.4953049421310425], "std": [0.04092155396938324, 0.035103633999824524, 0.04447699710726738, 0.0398901142179966, 0.040198713541030884, 0.01933472789824009, 0.1613624393939972, 0.15819962322711945, 0.10768960416316986, 0.16550332307815552, 0.1559784859418869, 0.12248988449573517, 0.040805842727422714, 0.03891982138156891, 0.0043458277359604836, 0.007853243499994278, 0.03779255971312523, 0.0021303591784089804, 0.02188681811094284, 0.008978771045804024, 0.02271316945552826, 0.001040665665641427, 0.001411406439729035, 0.19195570051670074, 0.14383509755134583, 0.09679301828145981, 0.004483527969568968, 0.017564035952091217, 0.1261228621006012, 0.5120551586151123, 0.1630978286266327, 0.6790375113487244, 0.15915557742118835, 0.6340177059173584, 0.24028752744197845, 0.3025519549846649], "min": [0.8368023633956909, -1.1609134674072266, 1.4453154802322388, -0.06207031011581421, -1.3676936626434326, -0.03728923201560974, -0.8262283802032471, -1.3744325637817383, 1.140230417251587, -0.4680175185203552, 0.4760338068008423, -0.6655555963516235, 0.875511646270752, 1.0070549249649048, -0.009817477315664291, -0.007853981107473373, 0.10936427116394043, 0.014409874565899372, 0.10838494449853897, -0.014218978583812714, 0.10189995169639587, 0.0046360306441783905, 0.01607157289981842, 0.001101739122532308, 0.6349292993545532, 1.0139800310134888, 0.018505943939089775, -0.004963280167430639, 0.405527263879776, 0.009855655953288078, 0.15970054268836975, 0.0029452431481331587, 0.1369924694299698, 0.011299067176878452, 0.011656859889626503, 0.9150649309158325], "max": [0.9678034782409668, -1.045433759689331, 1.5947585105895996, 0.07161011546850204, -1.25692617893219, 0.02555886283516884, -0.17389324307441711, -0.8806363344192505, 1.4801608324050903, 0.012874799780547619, 1.0477702617645264, -0.3327181935310364, 1.0197194814682007, 1.1185051202774048, 0.012697269208729267, 0.020316723734140396, 0.273606538772583, 0.028536133468151093, 0.1957831084728241, 0.010891945101320744, 0.1726512312889099, 0.008486663922667503, 0.021009400486946106, 0.5787511467933655, 1.1657217741012573, 1.3512994050979614, 0.04166973754763603, 0.0651467964053154, 0.8066202998161316, 1.382175326347351, 0.8283878564834595, 1.6538958549499512, 0.8162795901298523, 1.787539005279541, 0.839410662651062, 1.9257200956344604], "count": [116]}, "timestamp": {"min": [0.0], "max": [3.8333333333333335], "mean": [1.9166666666666667], "std": [1.116169043350215], "count": [116]}, "frame_index": {"min": [0], "max": [115], "mean": [57.5], "std": [33.48507130050644], "count": [116]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [116]}, "index": {"min": [4425], "max": [4540], "mean": [4482.5], "std": [33.48507130050644], "count": [116]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [116]}, "subtask_annotation": {"mean": [2.4913793103448274, 5.0, 5.0, 5.0, 5.0], "std": [1.5452691410212749, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [116]}, "scene_annotation": {"mean": [19.0], "std": [0.0], "min": [19], "max": [19], "count": [116]}, "eef_direction_state": {"mean": [3.75, 2.8017241379310347], "std": [2.501292769197836, 1.625337246628966], "min": [0, 0], "max": [6, 6], "count": [116]}, "eef_velocity_state": {"mean": [0.5344827586206896, 1.6293103448275863], "std": [0.49880952212032525, 0.5338566967376223], "min": [0, 0], "max": [1, 2], "count": [116]}, "eef_acc_mag_state": {"mean": [0.3017241379310345, 1.396551724137931], "std": [0.6594123243883836, 0.7177468378102977], "min": [0, 0], "max": [2, 2], "count": [116]}, "eef_direction_action": {"mean": [3.75, 2.8017241379310347], "std": [2.501292769197836, 1.625337246628966], "min": [0, 0], "max": [6, 6], "count": [116]}, "eef_velocity_action": {"mean": [0.5344827586206896, 1.6293103448275863], "std": [0.49880952212032525, 0.5338566967376223], "min": [0, 0], "max": [1, 2], "count": [116]}, "eef_acc_mag_action": {"mean": [0.3017241379310345, 1.396551724137931], "std": [0.6594123243883836, 0.7177468378102977], "min": [0, 0], "max": [2, 2], "count": [116]}, "eef_sim_pose_state": {"mean": [0.6899602122712064, 0.21109919361853088, 1.222966698048467, -1.1105483946228696, 0.33183438425513023, -2.1016215753353396, 0.7036029576531346, -0.055009016206502975, 1.2430924110380812, 1.2327734318071908, 0.7905160723051627, 2.136748703239175], "std": [0.011521298694483912, 0.011885375184650942, 0.00943032631278723, 0.025721441288632373, 0.010686214139054526, 0.026087676539664605, 0.01569110343788818, 0.05688448109460787, 0.04441128547204172, 0.12975087650714512, 0.18344800539494338, 0.1620667182732386], "min": [0.6679096148811642, 0.1982526129514634, 1.20709380317982, -1.1484192114247107, 0.3108655517234471, -2.134575212077957, 0.6541185283364198, -0.18605201156141757, 1.1961983332664237, 0.9097438392543697, 0.6099764528214728, 1.8278904868688426], "max": [0.7048455951547996, 0.23691111507993196, 1.2425045387256806, -1.0585326994226798, 0.3449202867767196, -2.04631894322935, 0.7176849364251152, 0.010892255476064816, 1.351986113023948, 1.3939576078919407, 1.1501095817099274, 2.352998623743671], "count": [116]}, "eef_sim_pose_action": {"mean": [0.6899602122712064, 0.21109919361853088, 1.222966698048467, -1.1105483946228696, 0.33183438425513023, -2.1016215753353396, 0.7036029576531346, -0.055009016206502975, 1.2430924110380812, 1.2327734318071908, 0.7905160723051627, 2.136748703239175], "std": [0.011521298694483912, 0.011885375184650942, 0.00943032631278723, 0.025721441288632373, 0.010686214139054526, 0.026087676539664605, 0.01569110343788818, 0.05688448109460787, 0.04441128547204172, 0.12975087650714512, 0.18344800539494338, 0.1620667182732386], "min": [0.6679096148811642, 0.1982526129514634, 1.20709380317982, -1.1484192114247107, 0.3108655517234471, -2.134575212077957, 0.6541185283364198, -0.18605201156141757, 1.1961983332664237, 0.9097438392543697, 0.6099764528214728, 1.8278904868688426], "max": [0.7048455951547996, 0.23691111507993196, 1.2425045387256806, -1.0585326994226798, 0.3449202867767196, -2.04631894322935, 0.7176849364251152, 0.010892255476064816, 1.351986113023948, 1.3939576078919407, 1.1501095817099274, 2.352998623743671], "count": [116]}}} +{"episode_index": 20, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4881981229575163]], [[0.4892896875]], [[0.47857578431372544]]], "std": [[[0.22445332843311758]], [[0.2226820795611623]], [[0.22650961605127642]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.12549019607843137]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4757261274509804]], [[0.4866374448529412]], [[0.4746272732843137]]], "std": [[[0.3166235824627215]], [[0.32221019109509014]], [[0.3282655354191318]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.12156862745098039]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5081329350490196]], [[0.5183906270424837]], [[0.4990187581699347]]], "std": [[[0.30532426734829216]], [[0.3113583397916041]], [[0.3177643889091715]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43833338848039216]], [[0.4638797017973856]], [[0.4574860723039216]]], "std": [[[0.33721098970691493]], [[0.34784500862040096]], [[0.3601618481138289]]], "count": [100]}, "observation.state": {"mean": [0.9711036086082458, -1.2126760482788086, 1.590572714805603, -0.07516753673553467, -1.375447392463684, -0.09828326106071472, -0.40292856097221375, -1.1903623342514038, 1.3804606199264526, -0.2863639295101166, 0.6612739562988281, -0.5952850580215454, 0.87346351146698, 1.1493842601776123, -0.0012521757744252682, 0.021196698769927025, 0.22132208943367004, 0.005752628669142723, 0.16591086983680725, -0.0011326359817758203, 0.09218959510326385, 0.009249278344213963, 0.021719956770539284, 0.10245491564273834, 0.6997362375259399, 1.1471686363220215, 0.02095562405884266, 0.039382752031087875, 0.5548582077026367, 0.500517725944519, 0.47670766711235046, 0.5066696405410767, 0.45923271775245667, 0.7192342877388, 0.3541562557220459, 1.3165796995162964], "std": [0.046001024544239044, 0.046013589948415756, 0.048133715987205505, 0.052524447441101074, 0.06421482563018799, 0.03648092970252037, 0.1396305412054062, 0.1536267250776291, 0.13005071878433228, 0.24968288838863373, 0.11912693828344345, 0.20801155269145966, 0.05214770510792732, 0.04922731593251228, 0.0029379772022366524, 0.03567890077829361, 0.06065904721617699, 0.0030751877930015326, 0.07191001623868942, 0.004271144978702068, 0.028289703652262688, 0.0017875401536002755, 0.004082654137164354, 0.1426641047000885, 0.1986418515443802, 0.13065898418426514, 0.0020746232476085424, 0.04865212365984917, 0.21237266063690186, 0.5981804132461548, 0.2402578741312027, 0.5553709268569946, 0.2877871096134186, 0.6607176065444946, 0.3609633445739746, 0.5311474800109863], "min": [0.9100456833839417, -1.280947208404541, 1.4585717916488647, -0.2192530632019043, -1.5155792236328125, -0.1507185995578766, -0.813878059387207, -1.4263490438461304, 1.0918368101119995, -0.7093060612678528, 0.5488359928131104, -0.947489857673645, 0.7850054502487183, 0.9559118151664734, -0.005705045070499182, -0.009064802899956703, 0.01926952600479126, 0.004319689702242613, 0.021413009613752365, -0.006550258956849575, 0.023136518895626068, 0.006386814173310995, 0.016411548480391502, -0.004723296966403723, 0.3501512110233307, 0.9316621422767639, 0.019460421055555344, -0.004919647239148617, 0.09349510818719864, -0.0061304690316319466, 0.01150826457887888, 0.007128579076379538, 0.017676912248134613, 0.007374015636742115, 0.010635600425302982, 0.002498002490028739], "max": [1.0798324346542358, -1.0758564472198486, 1.650525450706482, -0.014233807101845741, -1.291008710861206, -0.0010013732826337218, -0.14391165971755981, -0.8457385301589966, 1.5912775993347168, 0.13655632734298706, 1.0024700164794922, -0.24447813630104065, 0.9552077651023865, 1.1914052963256836, 0.012544553726911545, 0.1501910388469696, 0.2842214107513428, 0.027947084978222847, 0.2597704529762268, 0.015506159514188766, 0.13969723880290985, 0.023060161620378494, 0.03781364858150482, 0.6030985116958618, 1.1051970720291138, 1.4012922048568726, 0.03617194667458534, 0.16724072396755219, 0.8571147918701172, 1.6972509622573853, 0.8868891000747681, 1.6563502550125122, 1.0471975803375244, 1.8870173692703247, 1.0897399187088013, 1.9092756509780884], "count": [319]}, "action": {"mean": [0.9711036086082458, -1.2126760482788086, 1.590572714805603, -0.07516753673553467, -1.375447392463684, -0.09828326106071472, -0.40292856097221375, -1.1903623342514038, 1.3804606199264526, -0.2863639295101166, 0.6612739562988281, -0.5952850580215454, 0.87346351146698, 1.1493842601776123, -0.0012521757744252682, 0.021196698769927025, 0.22132208943367004, 0.005752628669142723, 0.16591086983680725, -0.0011326359817758203, 0.09218959510326385, 0.009249278344213963, 0.021719956770539284, 0.10245491564273834, 0.6997362375259399, 1.1471686363220215, 0.02095562405884266, 0.039382752031087875, 0.5548582077026367, 0.500517725944519, 0.47670766711235046, 0.5066696405410767, 0.45923271775245667, 0.7192342877388, 0.3541562557220459, 1.3165796995162964], "std": [0.046001024544239044, 0.046013589948415756, 0.048133715987205505, 0.052524447441101074, 0.06421482563018799, 0.03648092970252037, 0.1396305412054062, 0.1536267250776291, 0.13005071878433228, 0.24968288838863373, 0.11912693828344345, 0.20801155269145966, 0.05214770510792732, 0.04922731593251228, 0.0029379772022366524, 0.03567890077829361, 0.06065904721617699, 0.0030751877930015326, 0.07191001623868942, 0.004271144978702068, 0.028289703652262688, 0.0017875401536002755, 0.004082654137164354, 0.1426641047000885, 0.1986418515443802, 0.13065898418426514, 0.0020746232476085424, 0.04865212365984917, 0.21237266063690186, 0.5981804132461548, 0.2402578741312027, 0.5553709268569946, 0.2877871096134186, 0.6607176065444946, 0.3609633445739746, 0.5311474800109863], "min": [0.9100456833839417, -1.280947208404541, 1.4585717916488647, -0.2192530632019043, -1.5155792236328125, -0.1507185995578766, -0.813878059387207, -1.4263490438461304, 1.0918368101119995, -0.7093060612678528, 0.5488359928131104, -0.947489857673645, 0.7850054502487183, 0.9559118151664734, -0.005705045070499182, -0.009064802899956703, 0.01926952600479126, 0.004319689702242613, 0.021413009613752365, -0.006550258956849575, 0.023136518895626068, 0.006386814173310995, 0.016411548480391502, -0.004723296966403723, 0.3501512110233307, 0.9316621422767639, 0.019460421055555344, -0.004919647239148617, 0.09349510818719864, -0.0061304690316319466, 0.01150826457887888, 0.007128579076379538, 0.017676912248134613, 0.007374015636742115, 0.010635600425302982, 0.002498002490028739], "max": [1.0798324346542358, -1.0758564472198486, 1.650525450706482, -0.014233807101845741, -1.291008710861206, -0.0010013732826337218, -0.14391165971755981, -0.8457385301589966, 1.5912775993347168, 0.13655632734298706, 1.0024700164794922, -0.24447813630104065, 0.9552077651023865, 1.1914052963256836, 0.012544553726911545, 0.1501910388469696, 0.2842214107513428, 0.027947084978222847, 0.2597704529762268, 0.015506159514188766, 0.13969723880290985, 0.023060161620378494, 0.03781364858150482, 0.6030985116958618, 1.1051970720291138, 1.4012922048568726, 0.03617194667458534, 0.16724072396755219, 0.8571147918701172, 1.6972509622573853, 0.8868891000747681, 1.6563502550125122, 1.0471975803375244, 1.8870173692703247, 1.0897399187088013, 1.9092756509780884], "count": [319]}, "timestamp": {"min": [0.0], "max": [10.6], "mean": [5.3], "std": [3.0695638488590236], "count": [319]}, "frame_index": {"min": [0], "max": [318], "mean": [159.0], "std": [92.0869154657707], "count": [319]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [319]}, "index": {"min": [4541], "max": [4859], "mean": [4700.0], "std": [92.0869154657707], "count": [319]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [319]}, "subtask_annotation": {"mean": [2.9749216300940438, 5.0, 5.0, 5.0, 5.0], "std": [1.3574355467021764, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [319]}, "scene_annotation": {"mean": [20.0], "std": [0.0], "min": [20], "max": [20], "count": [319]}, "eef_direction_state": {"mean": [4.705329153605016, 3.470219435736677], "std": [1.716872695020089, 1.7124539987776222], "min": [0, 0], "max": [6, 6], "count": [319]}, "eef_velocity_state": {"mean": [0.47962382445141066, 1.341692789968652], "std": [0.4995846389452076, 0.6328407513693971], "min": [0, 0], "max": [1, 2], "count": [319]}, "eef_acc_mag_state": {"mean": [0.25391849529780564, 0.890282131661442], "std": [0.6041460770254136, 0.840137088768992], "min": [0, 0], "max": [2, 2], "count": [319]}, "eef_direction_action": {"mean": [4.705329153605016, 3.470219435736677], "std": [1.716872695020089, 1.7124539987776222], "min": [0, 0], "max": [6, 6], "count": [319]}, "eef_velocity_action": {"mean": [0.47962382445141066, 1.341692789968652], "std": [0.4995846389452076, 0.6328407513693971], "min": [0, 0], "max": [1, 2], "count": [319]}, "eef_acc_mag_action": {"mean": [0.25391849529780564, 0.890282131661442], "std": [0.6041460770254136, 0.840137088768992], "min": [0, 0], "max": [2, 2], "count": [319]}, "eef_sim_pose_state": {"mean": [0.6895460323030761, 0.21447392057400577, 1.1830558241184297, -1.1235753878024821, 0.17691195189606787, -2.1152565925617712, 0.7127460931734213, -0.06605514373290867, 1.253149364004685, 1.2158365442668604, 0.9075844008499584, 2.0823669279420076], "std": [0.011909594772303545, 0.01501620253294003, 0.014394739990519547, 0.04246716381829435, 0.04907842575787717, 0.03569582242155792, 0.031215583611431317, 0.051539195816311154, 0.046580401523368654, 0.15243693464381822, 0.22768532751366033, 0.22219803109875827], "min": [0.6660993257894156, 0.19711305044655764, 1.160373357847272, -1.1821149962359634, 0.08645399460464787, -2.1764916343673946, 0.6535685066726973, -0.17793167313982494, 1.1928022916683894, 0.7898756468328634, 0.47234654157741307, 1.5630671680667136], "max": [0.7060502997080211, 0.2569653484177748, 1.216643375654293, -1.0459542342065693, 0.26221896693730495, -2.014813820024216, 0.7618921131577833, 0.025800570454854566, 1.3840588676604448, 1.4359082567040307, 1.1838372816373193, 2.431443547842807], "count": [319]}, "eef_sim_pose_action": {"mean": [0.6895460323030761, 0.21447392057400577, 1.1830558241184297, -1.1235753878024821, 0.17691195189606787, -2.1152565925617712, 0.7127460931734213, -0.06605514373290867, 1.253149364004685, 1.2158365442668604, 0.9075844008499584, 2.0823669279420076], "std": [0.011909594772303545, 0.01501620253294003, 0.014394739990519547, 0.04246716381829435, 0.04907842575787717, 0.03569582242155792, 0.031215583611431317, 0.051539195816311154, 0.046580401523368654, 0.15243693464381822, 0.22768532751366033, 0.22219803109875827], "min": [0.6660993257894156, 0.19711305044655764, 1.160373357847272, -1.1821149962359634, 0.08645399460464787, -2.1764916343673946, 0.6535685066726973, -0.17793167313982494, 1.1928022916683894, 0.7898756468328634, 0.47234654157741307, 1.5630671680667136], "max": [0.7060502997080211, 0.2569653484177748, 1.216643375654293, -1.0459542342065693, 0.26221896693730495, -2.014813820024216, 0.7618921131577833, 0.025800570454854566, 1.3840588676604448, 1.4359082567040307, 1.1838372816373193, 2.431443547842807], "count": [319]}}} +{"episode_index": 21, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4909543668300654]], [[0.48987601511437906]], [[0.48002944240196077]]], "std": [[[0.2172366142936295]], [[0.21671104940363356]], [[0.21647316294777844]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.12941176470588237]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46006007965686274]], [[0.46801014910130717]], [[0.4550722038398693]]], "std": [[[0.31291545336922566]], [[0.31810158726334803]], [[0.3236299562593497]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.13333333333333333]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5011795955882353]], [[0.5177965604575164]], [[0.49351810253267975]]], "std": [[[0.3054774289618237]], [[0.30935922427185636]], [[0.3156068732850886]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42603392361111114]], [[0.45052335375816993]], [[0.444299158496732]]], "std": [[[0.33817906118210966]], [[0.3498384762266647]], [[0.36222884975248165]]], "count": [100]}, "observation.state": {"mean": [0.8809268474578857, -1.2226308584213257, 1.5567010641098022, -0.005607874598354101, -1.4269654750823975, -0.11764068156480789, -0.4069002568721771, -1.2523741722106934, 1.4937437772750854, -0.32482561469078064, 0.5719106197357178, -0.5244349241256714, 0.81996089220047, 1.1283740997314453, 0.004545304924249649, 0.03784647956490517, 0.12604932487010956, 0.0071785650216042995, 0.10498490929603577, -0.0015544433845207095, 0.06306448578834534, 0.013752891682088375, 0.019294336438179016, 0.34038791060447693, 0.8046140670776367, 1.1549112796783447, 0.020378127694129944, 0.019969651475548744, 0.6077489256858826, 0.7694677114486694, 0.48331737518310547, 0.8588054180145264, 0.46367886662483215, 1.0104886293411255, 0.41647741198539734, 1.3826494216918945], "std": [0.04172000288963318, 0.03359074518084526, 0.030109062790870667, 0.03472275286912918, 0.03749449551105499, 0.03819848597049713, 0.12318752706050873, 0.07422734797000885, 0.09979550540447235, 0.25757643580436707, 0.216778963804245, 0.07107958197593689, 0.06112702935934067, 0.015803661197423935, 0.004093796014785767, 0.02103610895574093, 0.0314524881541729, 0.0040891715325415134, 0.027737367898225784, 0.00043099967297166586, 0.03823961690068245, 0.000388597312849015, 0.002985644619911909, 0.21187351644039154, 0.17025567591190338, 0.13443255424499512, 0.0018761748215183616, 0.029669752344489098, 0.16309665143489838, 0.5370641946792603, 0.26358264684677124, 0.703302264213562, 0.3396706283092499, 0.778501570224762, 0.42086198925971985, 0.6103288531303406], "min": [0.8049730062484741, -1.265866994857788, 1.4725432395935059, -0.06027313694357872, -1.5249907970428467, -0.1640225648880005, -0.8356698751449585, -1.362499475479126, 1.1615453958511353, -0.6448367238044739, 0.29581043124198914, -0.6918893456459045, 0.6988680362701416, 1.0994974374771118, -0.0014944381546229124, 4.3633255700115114e-05, 0.07665813714265823, -0.014491686597466469, 0.058773964643478394, -0.0035506542772054672, 0.01696241833269596, 0.011344639584422112, 0.01586613431572914, 0.007832164876163006, 0.4940318167209625, 0.940841555595398, 0.019062267616391182, -0.006195918656885624, 0.24918392300605774, 0.016427911818027496, 0.0555887334048748, -0.0011835513869300485, 0.01964586228132248, -0.0046687559224665165, 0.011322823353111744, 0.07135124504566193], "max": [0.946273922920227, -1.1286907196044922, 1.6178735494613647, 0.062204357236623764, -1.3738365173339844, -0.027656977996230125, -0.2662222385406494, -0.9531643390655518, 1.6376268863677979, 0.057543203234672546, 1.087109923362732, -0.3363898992538452, 0.9315149784088135, 1.148950219154358, 0.014355332590639591, 0.07623924314975739, 0.17274394631385803, 0.009250244125723839, 0.1594303697347641, -0.00035997413215227425, 0.1517534703016281, 0.014606223441660404, 0.028236152604222298, 0.7264278531074524, 1.1876585483551025, 1.425154209136963, 0.037110064178705215, 0.15072008967399597, 0.9152724742889404, 1.7629843950271606, 1.0473284721374512, 1.906848669052124, 1.2012337446212769, 1.9155970811843872, 1.3054299354553223, 1.926985263824463], "count": [426]}, "action": {"mean": [0.8809268474578857, -1.2226308584213257, 1.5567010641098022, -0.005607874598354101, -1.4269654750823975, -0.11764068156480789, -0.4069002568721771, -1.2523741722106934, 1.4937437772750854, -0.32482561469078064, 0.5719106197357178, -0.5244349241256714, 0.81996089220047, 1.1283740997314453, 0.004545304924249649, 0.03784647956490517, 0.12604932487010956, 0.0071785650216042995, 0.10498490929603577, -0.0015544433845207095, 0.06306448578834534, 0.013752891682088375, 0.019294336438179016, 0.34038791060447693, 0.8046140670776367, 1.1549112796783447, 0.020378127694129944, 0.019969651475548744, 0.6077489256858826, 0.7694677114486694, 0.48331737518310547, 0.8588054180145264, 0.46367886662483215, 1.0104886293411255, 0.41647741198539734, 1.3826494216918945], "std": [0.04172000288963318, 0.03359074518084526, 0.030109062790870667, 0.03472275286912918, 0.03749449551105499, 0.03819848597049713, 0.12318752706050873, 0.07422734797000885, 0.09979550540447235, 0.25757643580436707, 0.216778963804245, 0.07107958197593689, 0.06112702935934067, 0.015803661197423935, 0.004093796014785767, 0.02103610895574093, 0.0314524881541729, 0.0040891715325415134, 0.027737367898225784, 0.00043099967297166586, 0.03823961690068245, 0.000388597312849015, 0.002985644619911909, 0.21187351644039154, 0.17025567591190338, 0.13443255424499512, 0.0018761748215183616, 0.029669752344489098, 0.16309665143489838, 0.5370641946792603, 0.26358264684677124, 0.703302264213562, 0.3396706283092499, 0.778501570224762, 0.42086198925971985, 0.6103288531303406], "min": [0.8049730062484741, -1.265866994857788, 1.4725432395935059, -0.06027313694357872, -1.5249907970428467, -0.1640225648880005, -0.8356698751449585, -1.362499475479126, 1.1615453958511353, -0.6448367238044739, 0.29581043124198914, -0.6918893456459045, 0.6988680362701416, 1.0994974374771118, -0.0014944381546229124, 4.3633255700115114e-05, 0.07665813714265823, -0.014491686597466469, 0.058773964643478394, -0.0035506542772054672, 0.01696241833269596, 0.011344639584422112, 0.01586613431572914, 0.007832164876163006, 0.4940318167209625, 0.940841555595398, 0.019062267616391182, -0.006195918656885624, 0.24918392300605774, 0.016427911818027496, 0.0555887334048748, -0.0011835513869300485, 0.01964586228132248, -0.0046687559224665165, 0.011322823353111744, 0.07135124504566193], "max": [0.946273922920227, -1.1286907196044922, 1.6178735494613647, 0.062204357236623764, -1.3738365173339844, -0.027656977996230125, -0.2662222385406494, -0.9531643390655518, 1.6376268863677979, 0.057543203234672546, 1.087109923362732, -0.3363898992538452, 0.9315149784088135, 1.148950219154358, 0.014355332590639591, 0.07623924314975739, 0.17274394631385803, 0.009250244125723839, 0.1594303697347641, -0.00035997413215227425, 0.1517534703016281, 0.014606223441660404, 0.028236152604222298, 0.7264278531074524, 1.1876585483551025, 1.425154209136963, 0.037110064178705215, 0.15072008967399597, 0.9152724742889404, 1.7629843950271606, 1.0473284721374512, 1.906848669052124, 1.2012337446212769, 1.9155970811843872, 1.3054299354553223, 1.926985263824463], "count": [426]}, "timestamp": {"min": [0.0], "max": [14.166666666666666], "mean": [7.083333333333333], "std": [4.099175617211434], "count": [426]}, "frame_index": {"min": [0], "max": [425], "mean": [212.5], "std": [122.97526851634302], "count": [426]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [426]}, "index": {"min": [4860], "max": [5285], "mean": [5072.5], "std": [122.97526851634302], "count": [426]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [426]}, "subtask_annotation": {"mean": [3.0, 5.0, 5.0, 5.0, 5.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0], "min": [3, 5, 5, 5, 5], "max": [3, 5, 5, 5, 5], "count": [426]}, "scene_annotation": {"mean": [21.0], "std": [0.0], "min": [21], "max": [21], "count": [426]}, "eef_direction_state": {"mean": [5.185446009389671, 3.967136150234742], "std": [1.3359860043774874, 1.4563604275996167], "min": [0, 0], "max": [6, 6], "count": [426]}, "eef_velocity_state": {"mean": [0.323943661971831, 1.2183098591549295], "std": [0.46797880917848317, 0.5868215953238941], "min": [0, 0], "max": [1, 2], "count": [426]}, "eef_acc_mag_state": {"mean": [0.11267605633802817, 0.9530516431924883], "std": [0.42401930290837764, 0.826584454960742], "min": [0, 0], "max": [2, 2], "count": [426]}, "eef_direction_action": {"mean": [5.185446009389671, 3.967136150234742], "std": [1.3359860043774874, 1.4563604275996167], "min": [0, 0], "max": [6, 6], "count": [426]}, "eef_velocity_action": {"mean": [0.323943661971831, 1.2183098591549295], "std": [0.46797880917848317, 0.5868215953238941], "min": [0, 0], "max": [1, 2], "count": [426]}, "eef_acc_mag_action": {"mean": [0.11267605633802817, 0.9530516431924883], "std": [0.42401930290837764, 0.826584454960742], "min": [0, 0], "max": [2, 2], "count": [426]}, "eef_sim_pose_state": {"mean": [0.6757669044068392, 0.18176989902971158, 1.2164345992064953, -1.0080066671786867, 0.15457456206240833, -2.199510293698899, 0.7484456204985026, -0.08186469334660404, 1.2253060683808483, 1.4150762252354006, 0.9012315640410338, 2.179489115852647], "std": [0.008774749392643395, 0.014327444760792145, 0.01935180383037354, 0.06203936577792839, 0.03503348879955675, 0.04995145308744877, 0.028162746152422674, 0.018597047763941416, 0.04384231637488176, 0.2577865599301132, 0.24089340196603679, 0.19538286671064126], "min": [0.6598894029085504, 0.15588811125953522, 1.188567269603493, -1.0906453635817395, 0.11542586680864964, -2.2852826782264017, 0.6514601929908258, -0.16487081417079036, 1.16084857498396, 0.9551055597876588, 0.5503801427929993, 1.7973569875511068], "max": [0.6909861647063771, 0.20846323355776664, 1.2446067394041471, -0.8998578104235495, 0.22311540385924267, -2.1082367918232414, 0.7895580540890894, -0.03724881470029806, 1.332274142127355, 1.7726399771029993, 1.199764621194681, 2.4533314882824695], "count": [426]}, "eef_sim_pose_action": {"mean": [0.6757669044068392, 0.18176989902971158, 1.2164345992064953, -1.0080066671786867, 0.15457456206240833, -2.199510293698899, 0.7484456204985026, -0.08186469334660404, 1.2253060683808483, 1.4150762252354006, 0.9012315640410338, 2.179489115852647], "std": [0.008774749392643395, 0.014327444760792145, 0.01935180383037354, 0.06203936577792839, 0.03503348879955675, 0.04995145308744877, 0.028162746152422674, 0.018597047763941416, 0.04384231637488176, 0.2577865599301132, 0.24089340196603679, 0.19538286671064126], "min": [0.6598894029085504, 0.15588811125953522, 1.188567269603493, -1.0906453635817395, 0.11542586680864964, -2.2852826782264017, 0.6514601929908258, -0.16487081417079036, 1.16084857498396, 0.9551055597876588, 0.5503801427929993, 1.7973569875511068], "max": [0.6909861647063771, 0.20846323355776664, 1.2446067394041471, -0.8998578104235495, 0.22311540385924267, -2.1082367918232414, 0.7895580540890894, -0.03724881470029806, 1.332274142127355, 1.7726399771029993, 1.199764621194681, 2.4533314882824695], "count": [426]}}} +{"episode_index": 22, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48456505739550726]], [[0.48444977378206183]], [[0.4738412955868622]]], "std": [[[0.2338764455272601]], [[0.23345396676653205]], [[0.23457210929144656]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.12941176470588237]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670226629867633]], [[0.4767766123606305]], [[0.4643783040176855]]], "std": [[[0.3166310408540685]], [[0.3228373364400312]], [[0.32877103474767794]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06274509803921569]], [[0.1450980392156863]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5741613287471852]], [[0.5974131240731587]], [[0.5669343195611578]]], "std": [[[0.28883167977821156]], [[0.29182598491828915]], [[0.2989077824164733]]], "count": [119]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42338868807326857]], [[0.4451234604135772]], [[0.44038117036030094]]], "std": [[[0.3365606861943261]], [[0.3455153444473476]], [[0.359926149164511]]], "count": [119]}, "observation.state": {"mean": [0.9318329691886902, -1.1769791841506958, 1.59047269821167, -0.03703198954463005, -1.2883321046829224, -0.06671243906021118, -0.47794419527053833, -1.375087857246399, 1.6584420204162598, -0.17150282859802246, 0.685278058052063, -0.2319347858428955, 0.8737412095069885, 1.2081809043884277, 0.0022598006762564182, -0.0032757746521383524, 0.37315037846565247, 0.01093981321901083, 0.3777846395969391, 0.007538738660514355, 0.2602287530899048, 0.013034981675446033, 0.018873848021030426, 0.3847177028656006, 0.9987313151359558, 1.1629090309143066, 0.020038548856973648, 0.012717426754534245, 0.6852787733078003, 0.7575929164886475, 0.6768527626991272, 0.9097813367843628, 0.7628628015518188, 1.1335320472717285, 0.7662240266799927, 1.542450189590454], "std": [0.03074946068227291, 0.024342402815818787, 0.029168544337153435, 0.03905380144715309, 0.036739449948072433, 0.018191276118159294, 0.09112988412380219, 0.1620824635028839, 0.14344540238380432, 0.14396120607852936, 0.10055649280548096, 0.08301778137683868, 0.032668549567461014, 0.032293904572725296, 0.0017125611193478107, 0.00011937647650483996, 0.04053490236401558, 0.0007120014051906765, 0.04414680600166321, 0.0005651026731356978, 0.03773554041981697, 0.0012832352658733726, 0.0024604054633527994, 0.161465123295784, 0.19878341257572174, 0.11099010705947876, 0.0022564774844795465, 0.030995706096291542, 0.17055363953113556, 0.5644472241401672, 0.25455161929130554, 0.6498146057128906, 0.26453903317451477, 0.7356972694396973, 0.3606337904930115, 0.434855580329895], "min": [0.8870975375175476, -1.199836015701294, 1.4756428003311157, -0.1470707505941391, -1.4166984558105469, -0.08131390064954758, -0.994935929775238, -1.5119545459747314, 1.1788548231124878, -0.593134880065918, 0.462825208902359, -0.4927710294723511, 0.7789840698242188, 1.1106184720993042, -0.0003490658418741077, -0.003556108335033059, 0.22574864327907562, 0.007150395307689905, 0.20498891174793243, 0.004346960689872503, 0.12282754480838776, 0.011595531366765499, 0.013472971506416798, 0.00930478610098362, 0.4297927916049957, 0.9539984464645386, 0.018282324075698853, -0.0075812735594809055, 0.11258464306592941, 0.0017998707480728626, 0.020458532497286797, -0.01858230121433735, 0.011530080810189247, 0.003916082438081503, 0.012222758494317532, 0.009015715681016445], "max": [1.0302224159240723, -1.0915923118591309, 1.6159900426864624, 0.03415398299694061, -1.2423824071884155, 0.0015735866036266088, -0.31894931197166443, -0.8674038648605347, 1.8015183210372925, 0.0754367858171463, 1.0777161121368408, -0.09160181879997253, 0.9517279863357544, 1.2628766298294067, 0.015271631069481373, -0.0029506972059607506, 0.420978844165802, 0.01727875880897045, 0.4266621172428131, 0.011606439016759396, 0.3089287579059601, 0.02617993950843811, 0.02373102493584156, 0.7646996974945068, 1.3315770626068115, 1.4624441862106323, 0.03636829927563667, 0.13884639739990234, 0.97169029712677, 1.7832247018814087, 1.1054588556289673, 1.864633560180664, 1.2713470458984375, 1.9240782260894775, 1.3487086296081543, 1.9334430694580078], "count": [588]}, "action": {"mean": [0.9318329691886902, -1.1769791841506958, 1.59047269821167, -0.03703198954463005, -1.2883321046829224, -0.06671243906021118, -0.47794419527053833, -1.375087857246399, 1.6584420204162598, -0.17150282859802246, 0.685278058052063, -0.2319347858428955, 0.8737412095069885, 1.2081809043884277, 0.0022598006762564182, -0.0032757746521383524, 0.37315037846565247, 0.01093981321901083, 0.3777846395969391, 0.007538738660514355, 0.2602287530899048, 0.013034981675446033, 0.018873848021030426, 0.3847177028656006, 0.9987313151359558, 1.1629090309143066, 0.020038548856973648, 0.012717426754534245, 0.6852787733078003, 0.7575929164886475, 0.6768527626991272, 0.9097813367843628, 0.7628628015518188, 1.1335320472717285, 0.7662240266799927, 1.542450189590454], "std": [0.03074946068227291, 0.024342402815818787, 0.029168544337153435, 0.03905380144715309, 0.036739449948072433, 0.018191276118159294, 0.09112988412380219, 0.1620824635028839, 0.14344540238380432, 0.14396120607852936, 0.10055649280548096, 0.08301778137683868, 0.032668549567461014, 0.032293904572725296, 0.0017125611193478107, 0.00011937647650483996, 0.04053490236401558, 0.0007120014051906765, 0.04414680600166321, 0.0005651026731356978, 0.03773554041981697, 0.0012832352658733726, 0.0024604054633527994, 0.161465123295784, 0.19878341257572174, 0.11099010705947876, 0.0022564774844795465, 0.030995706096291542, 0.17055363953113556, 0.5644472241401672, 0.25455161929130554, 0.6498146057128906, 0.26453903317451477, 0.7356972694396973, 0.3606337904930115, 0.434855580329895], "min": [0.8870975375175476, -1.199836015701294, 1.4756428003311157, -0.1470707505941391, -1.4166984558105469, -0.08131390064954758, -0.994935929775238, -1.5119545459747314, 1.1788548231124878, -0.593134880065918, 0.462825208902359, -0.4927710294723511, 0.7789840698242188, 1.1106184720993042, -0.0003490658418741077, -0.003556108335033059, 0.22574864327907562, 0.007150395307689905, 0.20498891174793243, 0.004346960689872503, 0.12282754480838776, 0.011595531366765499, 0.013472971506416798, 0.00930478610098362, 0.4297927916049957, 0.9539984464645386, 0.018282324075698853, -0.0075812735594809055, 0.11258464306592941, 0.0017998707480728626, 0.020458532497286797, -0.01858230121433735, 0.011530080810189247, 0.003916082438081503, 0.012222758494317532, 0.009015715681016445], "max": [1.0302224159240723, -1.0915923118591309, 1.6159900426864624, 0.03415398299694061, -1.2423824071884155, 0.0015735866036266088, -0.31894931197166443, -0.8674038648605347, 1.8015183210372925, 0.0754367858171463, 1.0777161121368408, -0.09160181879997253, 0.9517279863357544, 1.2628766298294067, 0.015271631069481373, -0.0029506972059607506, 0.420978844165802, 0.01727875880897045, 0.4266621172428131, 0.011606439016759396, 0.3089287579059601, 0.02617993950843811, 0.02373102493584156, 0.7646996974945068, 1.3315770626068115, 1.4624441862106323, 0.03636829927563667, 0.13884639739990234, 0.97169029712677, 1.7832247018814087, 1.1054588556289673, 1.864633560180664, 1.2713470458984375, 1.9240782260894775, 1.3487086296081543, 1.9334430694580078], "count": [588]}, "timestamp": {"min": [0.0], "max": [19.566666666666666], "mean": [9.783333333333333], "std": [5.658024455650642], "count": [588]}, "frame_index": {"min": [0], "max": [587], "mean": [293.5], "std": [169.74073366951924], "count": [588]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [588]}, "index": {"min": [5286], "max": [5873], "mean": [5579.5], "std": [169.74073366951924], "count": [588]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [588]}, "subtask_annotation": {"mean": [2.7363945578231292, 5.0, 5.0, 5.0, 5.0], "std": [0.9369050551786786, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [588]}, "scene_annotation": {"mean": [22.0], "std": [0.0], "min": [22], "max": [22], "count": [588]}, "eef_direction_state": {"mean": [5.704081632653061, 4.1938775510204085], "std": [1.0272728277940026, 1.3157199467225278], "min": [0, 1], "max": [6, 6], "count": [588]}, "eef_velocity_state": {"mean": [0.0935374149659864, 1.260204081632653], "std": [0.2911840774621222, 0.6915288882242376], "min": [0, 0], "max": [1, 2], "count": [588]}, "eef_acc_mag_state": {"mean": [0.09523809523809523, 0.9132653061224489], "std": [0.39698409525078493, 0.8417027310373842], "min": [0, 0], "max": [2, 2], "count": [588]}, "eef_direction_action": {"mean": [5.704081632653061, 4.1938775510204085], "std": [1.0272728277940026, 1.3157199467225278], "min": [0, 1], "max": [6, 6], "count": [588]}, "eef_velocity_action": {"mean": [0.0935374149659864, 1.260204081632653], "std": [0.2911840774621222, 0.6915288882242376], "min": [0, 0], "max": [1, 2], "count": [588]}, "eef_acc_mag_action": {"mean": [0.09523809523809523, 0.9132653061224489], "std": [0.39698409525078493, 0.8417027310373842], "min": [0, 0], "max": [2, 2], "count": [588]}, "eef_sim_pose_state": {"mean": [0.7012197046736455, 0.21801713251364965, 1.1891992209131006, -1.1696917788611167, 0.244154092513058, -2.096813985770501, 0.7686159062725881, -0.07966019100970158, 1.2068238682894235, 1.3483121588687002, 0.5082836746768222, 2.1326121156718956], "std": [0.006264592377100114, 0.009371000013377295, 0.004357203541371685, 0.01748935973839303, 0.02817195549789086, 0.019341372867233513, 0.03203036149020762, 0.04289418493470898, 0.04652871254665035, 0.14380156596775806, 0.17722077286091648, 0.09499435227838395], "min": [0.6790724685829078, 0.20433766336913375, 1.1816281333859893, -1.2022078340827567, 0.20530175164235454, -2.133249734862323, 0.653474259803323, -0.2179317618535098, 1.1319223057109844, 0.9546712651434777, 0.2500680199328815, 1.9208803907184433], "max": [0.7069172704144325, 0.24945415466734658, 1.2072451333201528, -1.110224838408531, 0.3056210304733664, -2.034889331464317, 0.803729962444585, -0.016036686418324647, 1.341620215745512, 1.7265915200445954, 1.0761070459744797, 2.383857317182469], "count": [588]}, "eef_sim_pose_action": {"mean": [0.7012197046736455, 0.21801713251364965, 1.1891992209131006, -1.1696917788611167, 0.244154092513058, -2.096813985770501, 0.7686159062725881, -0.07966019100970158, 1.2068238682894235, 1.3483121588687002, 0.5082836746768222, 2.1326121156718956], "std": [0.006264592377100114, 0.009371000013377295, 0.004357203541371685, 0.01748935973839303, 0.02817195549789086, 0.019341372867233513, 0.03203036149020762, 0.04289418493470898, 0.04652871254665035, 0.14380156596775806, 0.17722077286091648, 0.09499435227838395], "min": [0.6790724685829078, 0.20433766336913375, 1.1816281333859893, -1.2022078340827567, 0.20530175164235454, -2.133249734862323, 0.653474259803323, -0.2179317618535098, 1.1319223057109844, 0.9546712651434777, 0.2500680199328815, 1.9208803907184433], "max": [0.7069172704144325, 0.24945415466734658, 1.2072451333201528, -1.110224838408531, 0.3056210304733664, -2.034889331464317, 0.803729962444585, -0.016036686418324647, 1.341620215745512, 1.7265915200445954, 1.0761070459744797, 2.383857317182469], "count": [588]}}} +{"episode_index": 23, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49114574754901963]], [[0.4913251633986928]], [[0.4819452532679739]]], "std": [[[0.2218942978849033]], [[0.22158607947324402]], [[0.220850836159495]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.13725490196078433]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4851917830882353]], [[0.4974772263071895]], [[0.48602853758169934]]], "std": [[[0.31575269931577254]], [[0.3214531329414444]], [[0.3277962913581063]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.1607843137254902]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5584668770424837]], [[0.5798009517973856]], [[0.5541430902777779]]], "std": [[[0.30094679142803493]], [[0.30506747292335634]], [[0.3117422849768005]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44792680555555553]], [[0.4620858517156863]], [[0.45412749183006534]]], "std": [[[0.33862804918295125]], [[0.3492534527867895]], [[0.36356726723825356]]], "count": [100]}, "observation.state": {"mean": [0.9908506870269775, -1.3361061811447144, 1.7181509733200073, -0.14801675081253052, -1.3967909812927246, -0.12215005606412888, -0.567716658115387, -1.1131097078323364, 1.3261522054672241, -0.019971024245023727, 0.8104503154754639, -0.7387014627456665, 0.7897605895996094, 1.087976336479187, 0.014454320073127747, 0.08336952328681946, 0.20757871866226196, 0.009400833398103714, 0.19829438626766205, -0.004109362605959177, 0.18554173409938812, 0.014793282374739647, 0.018314599990844727, 0.46193981170654297, 0.9189189672470093, 1.056641697883606, 0.02336610108613968, 0.02011515386402607, 0.7889853119850159, 0.46731358766555786, 0.6630439758300781, 0.84757000207901, 0.7105366587638855, 0.9592463970184326, 0.6163118481636047, 1.4180558919906616], "std": [0.05837124213576317, 0.03786831721663475, 0.037062693387269974, 0.056657250970602036, 0.015102803707122803, 0.026476481929421425, 0.15795202553272247, 0.2049102932214737, 0.1241065040230751, 0.1131722554564476, 0.1962805539369583, 0.15002228319644928, 0.05320536717772484, 0.015239662490785122, 0.002804655348882079, 0.012260873802006245, 0.0362108051776886, 0.0053649707697331905, 0.05441544950008392, 0.004419493023306131, 0.054336532950401306, 0.005522919353097677, 0.0007901694043539464, 0.16296178102493286, 0.21871908009052277, 0.07773414999246597, 0.0024255516473203897, 0.028514549136161804, 0.1821254938840866, 0.46234211325645447, 0.3240647315979004, 0.8339142799377441, 0.4135971963405609, 0.871275782585144, 0.5223973989486694, 0.555535078048706], "min": [0.9378576278686523, -1.3750286102294922, 1.6367207765579224, -0.2844366431236267, -1.428710699081421, -0.1443527340888977, -0.8530746698379517, -1.3900730609893799, 1.1643351316452026, -0.1749899834394455, 0.4734230637550354, -0.9152551889419556, 0.7381325364112854, 1.055220603942871, 0.002536181593313813, 0.05741041898727417, 0.12642183899879456, 0.007050160318613052, 0.07272568345069885, -0.015129822306334972, 0.05407793074846268, 0.012566370889544487, 0.016831519082188606, 0.06133195757865906, 0.6054437756538391, 0.8731227517127991, 0.02186024934053421, -0.0006872233934700489, 0.3989386260509491, 0.019514961168169975, 0.08967174589633942, 0.0040033492259681225, 0.02670353651046753, 0.0015598878962919116, 0.01837504655122757, 0.2957078814506531], "max": [1.1292779445648193, -1.2572957277297974, 1.7572075128555298, -0.09102959930896759, -1.3748974800109863, -0.04277294501662254, -0.28309062123298645, -0.8810535669326782, 1.515232801437378, 0.1622251272201538, 1.0777637958526611, -0.4950718283653259, 0.9560041427612305, 1.110225796699524, 0.0161333866417408, 0.10362346470355988, 0.269557386636734, 0.03983714058995247, 0.25607797503471375, -0.0008563020965084434, 0.23839014768600464, 0.046185776591300964, 0.020530888810753822, 0.6665849089622498, 1.1800551414489746, 1.122917652130127, 0.03726277872920036, 0.09365873038768768, 0.9704957604408264, 1.0971249341964722, 1.1299916505813599, 1.907017707824707, 1.3555809259414673, 1.922643780708313, 1.433237075805664, 1.938668131828308], "count": [176]}, "action": {"mean": [0.9908506870269775, -1.3361061811447144, 1.7181509733200073, -0.14801675081253052, -1.3967909812927246, -0.12215005606412888, -0.567716658115387, -1.1131097078323364, 1.3261522054672241, -0.019971024245023727, 0.8104503154754639, -0.7387014627456665, 0.7897605895996094, 1.087976336479187, 0.014454320073127747, 0.08336952328681946, 0.20757871866226196, 0.009400833398103714, 0.19829438626766205, -0.004109362605959177, 0.18554173409938812, 0.014793282374739647, 0.018314599990844727, 0.46193981170654297, 0.9189189672470093, 1.056641697883606, 0.02336610108613968, 0.02011515386402607, 0.7889853119850159, 0.46731358766555786, 0.6630439758300781, 0.84757000207901, 0.7105366587638855, 0.9592463970184326, 0.6163118481636047, 1.4180558919906616], "std": [0.05837124213576317, 0.03786831721663475, 0.037062693387269974, 0.056657250970602036, 0.015102803707122803, 0.026476481929421425, 0.15795202553272247, 0.2049102932214737, 0.1241065040230751, 0.1131722554564476, 0.1962805539369583, 0.15002228319644928, 0.05320536717772484, 0.015239662490785122, 0.002804655348882079, 0.012260873802006245, 0.0362108051776886, 0.0053649707697331905, 0.05441544950008392, 0.004419493023306131, 0.054336532950401306, 0.005522919353097677, 0.0007901694043539464, 0.16296178102493286, 0.21871908009052277, 0.07773414999246597, 0.0024255516473203897, 0.028514549136161804, 0.1821254938840866, 0.46234211325645447, 0.3240647315979004, 0.8339142799377441, 0.4135971963405609, 0.871275782585144, 0.5223973989486694, 0.555535078048706], "min": [0.9378576278686523, -1.3750286102294922, 1.6367207765579224, -0.2844366431236267, -1.428710699081421, -0.1443527340888977, -0.8530746698379517, -1.3900730609893799, 1.1643351316452026, -0.1749899834394455, 0.4734230637550354, -0.9152551889419556, 0.7381325364112854, 1.055220603942871, 0.002536181593313813, 0.05741041898727417, 0.12642183899879456, 0.007050160318613052, 0.07272568345069885, -0.015129822306334972, 0.05407793074846268, 0.012566370889544487, 0.016831519082188606, 0.06133195757865906, 0.6054437756538391, 0.8731227517127991, 0.02186024934053421, -0.0006872233934700489, 0.3989386260509491, 0.019514961168169975, 0.08967174589633942, 0.0040033492259681225, 0.02670353651046753, 0.0015598878962919116, 0.01837504655122757, 0.2957078814506531], "max": [1.1292779445648193, -1.2572957277297974, 1.7572075128555298, -0.09102959930896759, -1.3748974800109863, -0.04277294501662254, -0.28309062123298645, -0.8810535669326782, 1.515232801437378, 0.1622251272201538, 1.0777637958526611, -0.4950718283653259, 0.9560041427612305, 1.110225796699524, 0.0161333866417408, 0.10362346470355988, 0.269557386636734, 0.03983714058995247, 0.25607797503471375, -0.0008563020965084434, 0.23839014768600464, 0.046185776591300964, 0.020530888810753822, 0.6665849089622498, 1.1800551414489746, 1.122917652130127, 0.03726277872920036, 0.09365873038768768, 0.9704957604408264, 1.0971249341964722, 1.1299916505813599, 1.907017707824707, 1.3555809259414673, 1.922643780708313, 1.433237075805664, 1.938668131828308], "count": [176]}, "timestamp": {"min": [0.0], "max": [5.833333333333333], "mean": [2.916666666666667], "std": [1.6935334527417978], "count": [176]}, "frame_index": {"min": [0], "max": [175], "mean": [87.5], "std": [50.806003582253936], "count": [176]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [176]}, "index": {"min": [5874], "max": [6049], "mean": [5961.5], "std": [50.806003582253936], "count": [176]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [176]}, "subtask_annotation": {"mean": [2.0568181818181817, 5.0, 5.0, 5.0, 5.0], "std": [1.5872929682141694, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [176]}, "scene_annotation": {"mean": [23.0], "std": [0.0], "min": [23], "max": [23], "count": [176]}, "eef_direction_state": {"mean": [4.056818181818182, 3.9943181818181817], "std": [1.84857410986669, 1.5056603772058303], "min": [2, 1], "max": [6, 6], "count": [176]}, "eef_velocity_state": {"mean": [0.5681818181818182, 1.2670454545454546], "std": [0.4953294254023494, 0.6844409780830901], "min": [0, 0], "max": [1, 2], "count": [176]}, "eef_acc_mag_state": {"mean": [0.2215909090909091, 1.0852272727272727], "std": [0.5856132884026117, 0.8178463643129034], "min": [0, 0], "max": [2, 2], "count": [176]}, "eef_direction_action": {"mean": [4.056818181818182, 3.9943181818181817], "std": [1.84857410986669, 1.5056603772058303], "min": [2, 1], "max": [6, 6], "count": [176]}, "eef_velocity_action": {"mean": [0.5681818181818182, 1.2670454545454546], "std": [0.4953294254023494, 0.6844409780830901], "min": [0, 0], "max": [1, 2], "count": [176]}, "eef_acc_mag_action": {"mean": [0.2215909090909091, 1.0852272727272727], "std": [0.5856132884026117, 0.8178463643129034], "min": [0, 0], "max": [2, 2], "count": [176]}, "eef_sim_pose_state": {"mean": [0.704081007762457, 0.21688734037722918, 1.1575462945743418, -1.1063850604486403, 0.12263764885081746, -2.0704434910679486, 0.7054782628458979, -0.12865178593267934, 1.2245870873965914, 1.2219303861431923, 0.8237626992326562, 1.9540142823438607], "std": [0.005431836149707767, 0.02299658047879088, 0.009785382993741584, 0.03220902741786394, 0.018722425247781792, 0.04560038491514687, 0.012107918373146526, 0.05039545584980548, 0.06712768259319389, 0.2957113125328514, 0.24789243560161603, 0.2258743838058284], "min": [0.6926589258984092, 0.19398330807607744, 1.134013300811604, -1.178471811470866, 0.10000533556250213, -2.1164965868749963, 0.6767903660970909, -0.1922671462535128, 1.1596904411650086, 0.6841803179070947, 0.5253142634269485, 1.4705014102985348], "max": [0.7102002508114109, 0.26771799324424683, 1.1731548941864414, -1.0697294133432205, 0.1811531573956231, -1.9691346560466814, 0.7238927902825025, -0.0547735848969379, 1.3671893221653468, 1.682810480108603, 1.1871956470449998, 2.248339271385216], "count": [176]}, "eef_sim_pose_action": {"mean": [0.704081007762457, 0.21688734037722918, 1.1575462945743418, -1.1063850604486403, 0.12263764885081746, -2.0704434910679486, 0.7054782628458979, -0.12865178593267934, 1.2245870873965914, 1.2219303861431923, 0.8237626992326562, 1.9540142823438607], "std": [0.005431836149707767, 0.02299658047879088, 0.009785382993741584, 0.03220902741786394, 0.018722425247781792, 0.04560038491514687, 0.012107918373146526, 0.05039545584980548, 0.06712768259319389, 0.2957113125328514, 0.24789243560161603, 0.2258743838058284], "min": [0.6926589258984092, 0.19398330807607744, 1.134013300811604, -1.178471811470866, 0.10000533556250213, -2.1164965868749963, 0.6767903660970909, -0.1922671462535128, 1.1596904411650086, 0.6841803179070947, 0.5253142634269485, 1.4705014102985348], "max": [0.7102002508114109, 0.26771799324424683, 1.1731548941864414, -1.0697294133432205, 0.1811531573956231, -1.9691346560466814, 0.7238927902825025, -0.0547735848969379, 1.3671893221653468, 1.682810480108603, 1.1871956470449998, 2.248339271385216], "count": [176]}}} +{"episode_index": 24, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4688247977941176]], [[0.46933552083333335]], [[0.46446372549019604]]], "std": [[[0.2322566433625324]], [[0.23184593428401834]], [[0.2277492058108412]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.1411764705882353]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4541537050653595]], [[0.46186793300653595]], [[0.447151568627451]]], "std": [[[0.31062343776513296]], [[0.31516603763215173]], [[0.3220285580343909]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.15294117647058825]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5626358374183007]], [[0.5793426613562092]], [[0.5517551531862744]]], "std": [[[0.29422262959678286]], [[0.29812593287049555]], [[0.3060155687766732]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43424087418300655]], [[0.457698016748366]], [[0.4554919219771242]]], "std": [[[0.32854768045200156]], [[0.3384082262782994]], [[0.35228536714514397]]], "count": [100]}, "observation.state": {"mean": [0.9923213124275208, -1.041455626487732, 1.4296473264694214, -0.07147280871868134, -1.4198355674743652, 0.02941075712442398, -0.6539093852043152, -1.1563776731491089, 1.3122479915618896, -0.20676973462104797, 0.9258780479431152, -0.4843188226222992, 0.8195043206214905, 1.1255011558532715, 0.004549103323370218, -0.0014038736699149013, 0.33406588435173035, 0.01875719241797924, 0.3745049238204956, 0.019808853045105934, 0.28314894437789917, 0.01707039214670658, 0.015251816250383854, 0.6001830697059631, 0.8347495198249817, 1.179924726486206, 0.02893959730863571, 0.0073883747681975365, 0.7377820611000061, 0.6086671948432922, 0.7319740653038025, 0.7448463439941406, 0.7226700782775879, 0.9377293586730957, 0.5310107469558716, 1.590648889541626], "std": [0.024076033383607864, 0.026081809774041176, 0.024943407624959946, 0.033066194504499435, 0.032893940806388855, 0.026025213301181793, 0.14016865193843842, 0.13632458448410034, 0.07865534722805023, 0.08866914361715317, 0.11339348554611206, 0.13748687505722046, 0.048171307891607285, 0.027536192908883095, 0.003342429641634226, 0.005846033338457346, 0.0363876111805439, 0.0013973992317914963, 0.08170993626117706, 0.0013518765335902572, 0.08524982631206512, 0.009413761086761951, 0.0015509019140154123, 0.2811600863933563, 0.14639735221862793, 0.10224200785160065, 0.014060248620808125, 0.019857894629240036, 0.16411513090133667, 0.6021800637245178, 0.15159741044044495, 0.7600628733634949, 0.24376180768013, 0.8152381777763367, 0.44363442063331604, 0.3494306802749634], "min": [0.9676246643066406, -1.0880159139633179, 1.3697834014892578, -0.1700173020362854, -1.5330103635787964, -0.006640058942139149, -0.9819657206535339, -1.2762264013290405, 1.153200626373291, -0.3369382619857788, 0.7239213585853577, -0.7294408679008484, 0.7523514628410339, 1.023886799812317, 0.0014508049935102463, -0.0034579336643218994, 0.17868003249168396, 0.016667895019054413, 0.11628546565771103, 0.017131498083472252, 0.056438129395246506, 0.0008852697210386395, 0.013902638107538223, 0.013373585417866707, 0.578320324420929, 1.021994948387146, 0.02204023487865925, -0.0063486346043646336, 0.3976568877696991, 0.008835730142891407, 0.2301158457994461, 0.01519150473177433, 0.1592583805322647, 0.009785743430256844, 0.010275625623762608, 0.5124519467353821], "max": [1.0579757690429688, -0.9807736277580261, 1.4733778238296509, -0.039148926734924316, -1.3922665119171143, 0.0836385115981102, -0.3258039355278015, -0.8787766098976135, 1.39779794216156, 0.048018235713243484, 1.1158636808395386, -0.34137293696403503, 0.9203868508338928, 1.1561660766601562, 0.02033308520913124, 0.0290888212621212, 0.36377567052841187, 0.02598358877003193, 0.48143270611763, 0.026332654058933258, 0.40954697132110596, 0.0541488379240036, 0.02013128250837326, 0.9791187644004822, 1.1563515663146973, 1.3572607040405273, 0.0718693882226944, 0.08083055913448334, 0.9404215812683105, 1.5263668298721313, 0.9655925035476685, 1.8130426406860352, 1.0951777696609497, 1.9247437715530396, 1.161391258239746, 1.9208111763000488], "count": [151]}, "action": {"mean": [0.9923213124275208, -1.041455626487732, 1.4296473264694214, -0.07147280871868134, -1.4198355674743652, 0.02941075712442398, -0.6539093852043152, -1.1563776731491089, 1.3122479915618896, -0.20676973462104797, 0.9258780479431152, -0.4843188226222992, 0.8195043206214905, 1.1255011558532715, 0.004549103323370218, -0.0014038736699149013, 0.33406588435173035, 0.01875719241797924, 0.3745049238204956, 0.019808853045105934, 0.28314894437789917, 0.01707039214670658, 0.015251816250383854, 0.6001830697059631, 0.8347495198249817, 1.179924726486206, 0.02893959730863571, 0.0073883747681975365, 0.7377820611000061, 0.6086671948432922, 0.7319740653038025, 0.7448463439941406, 0.7226700782775879, 0.9377293586730957, 0.5310107469558716, 1.590648889541626], "std": [0.024076033383607864, 0.026081809774041176, 0.024943407624959946, 0.033066194504499435, 0.032893940806388855, 0.026025213301181793, 0.14016865193843842, 0.13632458448410034, 0.07865534722805023, 0.08866914361715317, 0.11339348554611206, 0.13748687505722046, 0.048171307891607285, 0.027536192908883095, 0.003342429641634226, 0.005846033338457346, 0.0363876111805439, 0.0013973992317914963, 0.08170993626117706, 0.0013518765335902572, 0.08524982631206512, 0.009413761086761951, 0.0015509019140154123, 0.2811600863933563, 0.14639735221862793, 0.10224200785160065, 0.014060248620808125, 0.019857894629240036, 0.16411513090133667, 0.6021800637245178, 0.15159741044044495, 0.7600628733634949, 0.24376180768013, 0.8152381777763367, 0.44363442063331604, 0.3494306802749634], "min": [0.9676246643066406, -1.0880159139633179, 1.3697834014892578, -0.1700173020362854, -1.5330103635787964, -0.006640058942139149, -0.9819657206535339, -1.2762264013290405, 1.153200626373291, -0.3369382619857788, 0.7239213585853577, -0.7294408679008484, 0.7523514628410339, 1.023886799812317, 0.0014508049935102463, -0.0034579336643218994, 0.17868003249168396, 0.016667895019054413, 0.11628546565771103, 0.017131498083472252, 0.056438129395246506, 0.0008852697210386395, 0.013902638107538223, 0.013373585417866707, 0.578320324420929, 1.021994948387146, 0.02204023487865925, -0.0063486346043646336, 0.3976568877696991, 0.008835730142891407, 0.2301158457994461, 0.01519150473177433, 0.1592583805322647, 0.009785743430256844, 0.010275625623762608, 0.5124519467353821], "max": [1.0579757690429688, -0.9807736277580261, 1.4733778238296509, -0.039148926734924316, -1.3922665119171143, 0.0836385115981102, -0.3258039355278015, -0.8787766098976135, 1.39779794216156, 0.048018235713243484, 1.1158636808395386, -0.34137293696403503, 0.9203868508338928, 1.1561660766601562, 0.02033308520913124, 0.0290888212621212, 0.36377567052841187, 0.02598358877003193, 0.48143270611763, 0.026332654058933258, 0.40954697132110596, 0.0541488379240036, 0.02013128250837326, 0.9791187644004822, 1.1563515663146973, 1.3572607040405273, 0.0718693882226944, 0.08083055913448334, 0.9404215812683105, 1.5263668298721313, 0.9655925035476685, 1.8130426406860352, 1.0951777696609497, 1.9247437715530396, 1.161391258239746, 1.9208111763000488], "count": [151]}, "timestamp": {"min": [0.0], "max": [5.0], "mean": [2.4999999999999996], "std": [1.4529663145135578], "count": [151]}, "frame_index": {"min": [0], "max": [150], "mean": [75.0], "std": [43.58898943540674], "count": [151]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [151]}, "index": {"min": [6050], "max": [6200], "mean": [6125.0], "std": [43.58898943540674], "count": [151]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [151]}, "subtask_annotation": {"mean": [2.589403973509934, 5.0, 5.0, 5.0, 5.0], "std": [1.4884612401051878, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [151]}, "scene_annotation": {"mean": [24.0], "std": [0.0], "min": [24], "max": [24], "count": [151]}, "eef_direction_state": {"mean": [5.105960264900662, 3.4172185430463577], "std": [1.5870014955145764, 1.4065015350624328], "min": [0, 0], "max": [6, 6], "count": [151]}, "eef_velocity_state": {"mean": [0.33774834437086093, 1.3708609271523178], "std": [0.4729422800359504, 0.559279267038872], "min": [0, 0], "max": [1, 2], "count": [151]}, "eef_acc_mag_state": {"mean": [0.2980132450331126, 1.0728476821192052], "std": [0.6386523682776791, 0.8145964567780104], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_direction_action": {"mean": [5.105960264900662, 3.4172185430463577], "std": [1.5870014955145764, 1.4065015350624328], "min": [0, 0], "max": [6, 6], "count": [151]}, "eef_velocity_action": {"mean": [0.33774834437086093, 1.3708609271523178], "std": [0.4729422800359504, 0.559279267038872], "min": [0, 0], "max": [1, 2], "count": [151]}, "eef_acc_mag_action": {"mean": [0.2980132450331126, 1.0728476821192052], "std": [0.6386523682776791, 0.8145964567780104], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_sim_pose_state": {"mean": [0.6639568358445991, 0.23429989796165704, 1.2237404056919556, -1.084858226422843, 0.3068699062739869, -2.0603379628574796, 0.6657994286257286, -0.07921560407931869, 1.2017598097696085, 1.225419787914851, 0.7223736482125775, 2.1864060212879157], "std": [0.004825353628784993, 0.008752085373992616, 0.008423583444443185, 0.02229153988584648, 0.024860597909088327, 0.028563362657490547, 0.015474148560903239, 0.04988418937161193, 0.045124100423947544, 0.1398924396701062, 0.16291388465731974, 0.16068351435095315], "min": [0.6516025533439743, 0.22555082564102247, 1.2089962726673686, -1.1102759601135868, 0.26833528868961287, -2.0909514524429405, 0.6449833341182887, -0.2087146220273867, 1.1501717488719907, 0.8048635420497413, 0.5659995096631376, 1.7725767839375532], "max": [0.6707863046355321, 0.26065704734477263, 1.242705687593594, -1.0108327003389308, 0.35634182617640153, -1.9781819323729124, 0.698841166925548, -0.03075980847561008, 1.327498590705038, 1.3728909045840063, 1.0161419179883495, 2.345854090231573], "count": [151]}, "eef_sim_pose_action": {"mean": [0.6639568358445991, 0.23429989796165704, 1.2237404056919556, -1.084858226422843, 0.3068699062739869, -2.0603379628574796, 0.6657994286257286, -0.07921560407931869, 1.2017598097696085, 1.225419787914851, 0.7223736482125775, 2.1864060212879157], "std": [0.004825353628784993, 0.008752085373992616, 0.008423583444443185, 0.02229153988584648, 0.024860597909088327, 0.028563362657490547, 0.015474148560903239, 0.04988418937161193, 0.045124100423947544, 0.1398924396701062, 0.16291388465731974, 0.16068351435095315], "min": [0.6516025533439743, 0.22555082564102247, 1.2089962726673686, -1.1102759601135868, 0.26833528868961287, -2.0909514524429405, 0.6449833341182887, -0.2087146220273867, 1.1501717488719907, 0.8048635420497413, 0.5659995096631376, 1.7725767839375532], "max": [0.6707863046355321, 0.26065704734477263, 1.242705687593594, -1.0108327003389308, 0.35634182617640153, -1.9781819323729124, 0.698841166925548, -0.03075980847561008, 1.327498590705038, 1.3728909045840063, 1.0161419179883495, 2.345854090231573], "count": [151]}}} +{"episode_index": 25, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.474639755512797]], [[0.4752891736912834]], [[0.4668060442245434]]], "std": [[[0.23401393060637143]], [[0.23265374099949493]], [[0.23543783856198774]]], "count": [107]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.13333333333333333]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4729504134597764]], [[0.4837904087257956]], [[0.4721475436747908]]], "std": [[[0.3154701911364654]], [[0.3202536871798826]], [[0.3259610407268525]]], "count": [107]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.1411764705882353]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5696357526265958]], [[0.5926359549660986]], [[0.5576893096023456]]], "std": [[[0.2886568602981058]], [[0.2924773271592148]], [[0.301505931729579]]], "count": [107]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43227578874228817]], [[0.4543509311434854]], [[0.4509605247083257]]], "std": [[[0.3344249677776991]], [[0.34229012254522]], [[0.3578544069983469]]], "count": [107]}, "observation.state": {"mean": [0.9588080048561096, -1.1532710790634155, 1.5550668239593506, -0.09400136023759842, -1.32755446434021, -0.043366558849811554, -0.359108030796051, -1.4194890260696411, 1.6642036437988281, -0.5485693216323853, 0.4935609698295593, -0.1561291515827179, 0.8899514079093933, 1.1586172580718994, -0.0017018350772559643, 0.0024225867819041014, 0.3673841655254364, 0.015387872233986855, 0.3888309597969055, 0.005586512852460146, 0.22975702583789825, 0.009133972227573395, 0.018803304061293602, 0.2886357009410858, 0.8895606994628906, 1.1715335845947266, 0.02242627553641796, 0.0132684875279665, 0.6462759375572205, 0.6570892333984375, 0.654754102230072, 0.9904946088790894, 0.7725926637649536, 1.209859013557434, 0.779744565486908, 1.663040280342102], "std": [0.05515223741531372, 0.03153902292251587, 0.03807930275797844, 0.05664639174938202, 0.043374136090278625, 0.018506372347474098, 0.1051015555858612, 0.17728817462921143, 0.15525545179843903, 0.25434181094169617, 0.10364831984043121, 0.16582615673542023, 0.03411688283085823, 0.03423789516091347, 0.0010312736267223954, 0.0032263018656522036, 0.06856530159711838, 0.0050045885145664215, 0.08583568781614304, 0.005582211073487997, 0.06720511615276337, 0.004678749479353428, 0.0036222748458385468, 0.17706900835037231, 0.1838303655385971, 0.11436033248901367, 0.003714814782142639, 0.025172365829348564, 0.1441391110420227, 0.5976839065551758, 0.26784011721611023, 0.7164067625999451, 0.27625545859336853, 0.8135149478912354, 0.40364426374435425, 0.3227367103099823], "min": [0.8871213793754578, -1.2076799869537354, 1.4308193922042847, -0.27271896600723267, -1.4848787784576416, -0.06797417253255844, -0.9220263957977295, -1.6073472499847412, 1.15763521194458, -1.0152852535247803, 0.34192129969596863, -0.6113145351409912, 0.8276897072792053, 1.0244005918502808, -0.00398980313912034, -0.006894050166010857, 0.07772868126630783, -0.00445604370906949, 0.03727228567004204, -0.013013611547648907, 0.022791923955082893, 0.00735219893977046, 0.013908423483371735, -0.021391192451119423, 0.4492477476596832, 0.9702503085136414, 0.01926407217979431, -0.015577062964439392, 0.28814417123794556, 0.008290314115583897, 0.14757303893566132, 0.004319689702242613, 0.1260073184967041, 0.014409874565899372, 0.011400393210351467, 0.8249571323394775], "max": [1.1212222576141357, -1.0547322034835815, 1.6121275424957275, -0.01723792590200901, -1.263113260269165, 0.011921110562980175, -0.16365301609039307, -0.8794918656349182, 1.8364351987838745, 0.07500763237476349, 0.9450579881668091, 0.10035191476345062, 1.00032377243042, 1.2259193658828735, 0.004363323096185923, 0.01816173642873764, 0.4579307436943054, 0.017666004598140717, 0.4723242521286011, 0.02814343385398388, 0.3527910113334656, 0.05595961958169937, 0.03148683160543442, 0.7461937069892883, 1.170052409172058, 1.4257103204727173, 0.037633661180734634, 0.0878446027636528, 0.9592002630233765, 1.7367607355117798, 1.1398636102676392, 1.8950785398483276, 1.2688980102539062, 1.9374464750289917, 1.3110476732254028, 1.9219673871994019], "count": [513]}, "action": {"mean": [0.9588080048561096, -1.1532710790634155, 1.5550668239593506, -0.09400136023759842, -1.32755446434021, -0.043366558849811554, -0.359108030796051, -1.4194890260696411, 1.6642036437988281, -0.5485693216323853, 0.4935609698295593, -0.1561291515827179, 0.8899514079093933, 1.1586172580718994, -0.0017018350772559643, 0.0024225867819041014, 0.3673841655254364, 0.015387872233986855, 0.3888309597969055, 0.005586512852460146, 0.22975702583789825, 0.009133972227573395, 0.018803304061293602, 0.2886357009410858, 0.8895606994628906, 1.1715335845947266, 0.02242627553641796, 0.0132684875279665, 0.6462759375572205, 0.6570892333984375, 0.654754102230072, 0.9904946088790894, 0.7725926637649536, 1.209859013557434, 0.779744565486908, 1.663040280342102], "std": [0.05515223741531372, 0.03153902292251587, 0.03807930275797844, 0.05664639174938202, 0.043374136090278625, 0.018506372347474098, 0.1051015555858612, 0.17728817462921143, 0.15525545179843903, 0.25434181094169617, 0.10364831984043121, 0.16582615673542023, 0.03411688283085823, 0.03423789516091347, 0.0010312736267223954, 0.0032263018656522036, 0.06856530159711838, 0.0050045885145664215, 0.08583568781614304, 0.005582211073487997, 0.06720511615276337, 0.004678749479353428, 0.0036222748458385468, 0.17706900835037231, 0.1838303655385971, 0.11436033248901367, 0.003714814782142639, 0.025172365829348564, 0.1441391110420227, 0.5976839065551758, 0.26784011721611023, 0.7164067625999451, 0.27625545859336853, 0.8135149478912354, 0.40364426374435425, 0.3227367103099823], "min": [0.8871213793754578, -1.2076799869537354, 1.4308193922042847, -0.27271896600723267, -1.4848787784576416, -0.06797417253255844, -0.9220263957977295, -1.6073472499847412, 1.15763521194458, -1.0152852535247803, 0.34192129969596863, -0.6113145351409912, 0.8276897072792053, 1.0244005918502808, -0.00398980313912034, -0.006894050166010857, 0.07772868126630783, -0.00445604370906949, 0.03727228567004204, -0.013013611547648907, 0.022791923955082893, 0.00735219893977046, 0.013908423483371735, -0.021391192451119423, 0.4492477476596832, 0.9702503085136414, 0.01926407217979431, -0.015577062964439392, 0.28814417123794556, 0.008290314115583897, 0.14757303893566132, 0.004319689702242613, 0.1260073184967041, 0.014409874565899372, 0.011400393210351467, 0.8249571323394775], "max": [1.1212222576141357, -1.0547322034835815, 1.6121275424957275, -0.01723792590200901, -1.263113260269165, 0.011921110562980175, -0.16365301609039307, -0.8794918656349182, 1.8364351987838745, 0.07500763237476349, 0.9450579881668091, 0.10035191476345062, 1.00032377243042, 1.2259193658828735, 0.004363323096185923, 0.01816173642873764, 0.4579307436943054, 0.017666004598140717, 0.4723242521286011, 0.02814343385398388, 0.3527910113334656, 0.05595961958169937, 0.03148683160543442, 0.7461937069892883, 1.170052409172058, 1.4257103204727173, 0.037633661180734634, 0.0878446027636528, 0.9592002630233765, 1.7367607355117798, 1.1398636102676392, 1.8950785398483276, 1.2688980102539062, 1.9374464750289917, 1.3110476732254028, 1.9219673871994019], "count": [513]}, "timestamp": {"min": [0.0], "max": [17.066666666666666], "mean": [8.533333333333333], "std": [4.936335422903047], "count": [513]}, "frame_index": {"min": [0], "max": [512], "mean": [256.0], "std": [148.09006268709143], "count": [513]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [513]}, "index": {"min": [6201], "max": [6713], "mean": [6457.0], "std": [148.09006268709143], "count": [513]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [513]}, "subtask_annotation": {"mean": [2.925925925925926, 5.0, 5.0, 5.0, 5.0], "std": [0.9440334694247458, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [513]}, "scene_annotation": {"mean": [25.0], "std": [0.0], "min": [25], "max": [25], "count": [513]}, "eef_direction_state": {"mean": [5.261208576998051, 3.253411306042885], "std": [1.3982710367336342, 1.6549627241577667], "min": [1, 0], "max": [6, 6], "count": [513]}, "eef_velocity_state": {"mean": [0.26900584795321636, 1.290448343079922], "std": [0.4690773012901852, 0.5438351947662606], "min": [0, 0], "max": [2, 2], "count": [513]}, "eef_acc_mag_state": {"mean": [0.13450292397660818, 0.8771929824561403], "std": [0.4496463809764029, 0.8461161790728026], "min": [0, 0], "max": [2, 2], "count": [513]}, "eef_direction_action": {"mean": [5.261208576998051, 3.253411306042885], "std": [1.3982710367336342, 1.6549627241577667], "min": [1, 0], "max": [6, 6], "count": [513]}, "eef_velocity_action": {"mean": [0.26900584795321636, 1.290448343079922], "std": [0.4690773012901852, 0.5438351947662606], "min": [0, 0], "max": [2, 2], "count": [513]}, "eef_acc_mag_action": {"mean": [0.13450292397660818, 0.8771929824561403], "std": [0.4496463809764029, 0.8461161790728026], "min": [0, 0], "max": [2, 2], "count": [513]}, "eef_sim_pose_state": {"mean": [0.6956139921013146, 0.2301831143419091, 1.1951333717758428, -1.1445022687543192, 0.23006501065749244, -2.0562336602433233, 0.7637840078443445, -0.023848461968017574, 1.20651818419388, 1.5084428500488891, 0.7491595956966902, 2.327421465957075], "std": [0.00843303797490727, 0.0163019429025894, 0.00858177445402072, 0.01943472485237623, 0.013724740324973558, 0.03585945655763282, 0.028389062360432718, 0.055084471640400166, 0.039273286382059826, 0.16487975769119148, 0.13052353622144316, 0.17024831502570312], "min": [0.6696138526448288, 0.2049813411623564, 1.1765796646579376, -1.18502524396485, 0.18950167480806068, -2.1025139438913216, 0.6622999067154172, -0.21255763071818898, 1.1494833047620792, 1.064066528013145, 0.5509691064359594, 1.9632403339350817], "max": [0.7080169422901559, 0.276774989161753, 1.2188368013698494, -1.0894421394271225, 0.2574555996485006, -1.9383226942651621, 0.8003021133952043, 0.035326855200931206, 1.3495506281076424, 1.8378771947850887, 1.1319459614135874, 2.659987385633066], "count": [513]}, "eef_sim_pose_action": {"mean": [0.6956139921013146, 0.2301831143419091, 1.1951333717758428, -1.1445022687543192, 0.23006501065749244, -2.0562336602433233, 0.7637840078443445, -0.023848461968017574, 1.20651818419388, 1.5084428500488891, 0.7491595956966902, 2.327421465957075], "std": [0.00843303797490727, 0.0163019429025894, 0.00858177445402072, 0.01943472485237623, 0.013724740324973558, 0.03585945655763282, 0.028389062360432718, 0.055084471640400166, 0.039273286382059826, 0.16487975769119148, 0.13052353622144316, 0.17024831502570312], "min": [0.6696138526448288, 0.2049813411623564, 1.1765796646579376, -1.18502524396485, 0.18950167480806068, -2.1025139438913216, 0.6622999067154172, -0.21255763071818898, 1.1494833047620792, 1.064066528013145, 0.5509691064359594, 1.9632403339350817], "max": [0.7080169422901559, 0.276774989161753, 1.2188368013698494, -1.0894421394271225, 0.2574555996485006, -1.9383226942651621, 0.8003021133952043, 0.035326855200931206, 1.3495506281076424, 1.8378771947850887, 1.1319459614135874, 2.659987385633066], "count": [513]}}} +{"episode_index": 26, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47410132557189544]], [[0.47420701797385617]], [[0.4716770302287582]]], "std": [[[0.22470584637852073]], [[0.22409477976083306]], [[0.22191602248577463]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.11764705882352941]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46650739379084966]], [[0.47567683006535944]], [[0.4643173120915033]]], "std": [[[0.3123182723282872]], [[0.3183172725685896]], [[0.32396615937596895]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.15294117647058825]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.576653304738562]], [[0.599846454248366]], [[0.5753291074346405]]], "std": [[[0.2878312527030302]], [[0.29290652151919516]], [[0.2995852472929943]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4610541666666667]], [[0.4840744015522876]], [[0.4816377471405229]]], "std": [[[0.3399686585459208]], [[0.3497407629728949]], [[0.3653321190109215]]], "count": [100]}, "observation.state": {"mean": [1.0279946327209473, -1.0883169174194336, 1.4499821662902832, -0.14580874145030975, -1.4351483583450317, -0.02018546126782894, -0.729896068572998, -1.1607800722122192, 1.3232619762420654, -0.051934417337179184, 0.9370314478874207, -0.3871176838874817, 0.9310871362686157, 1.0974844694137573, -0.005241716280579567, 0.01824868842959404, 0.3973540961742401, 0.012923461385071278, 0.31944388151168823, -0.010637305676937103, 0.19583038985729218, 0.022436097264289856, 0.014664997346699238, 0.33246833086013794, 0.9766649007797241, 1.1831719875335693, 0.02630721963942051, 0.018145469948649406, 0.6595797538757324, 0.7489759922027588, 0.6142734289169312, 0.9455668330192566, 0.6659219861030579, 1.0741347074508667, 0.5836251378059387, 1.5796931982040405], "std": [0.11080051958560944, 0.012340095825493336, 0.015555556863546371, 0.08389630168676376, 0.023762747645378113, 0.013079660013318062, 0.16170565783977509, 0.10197972506284714, 0.05973106622695923, 0.08841792494058609, 0.08009589463472366, 0.07158660888671875, 0.033312056213617325, 0.020055245608091354, 0.009557502344250679, 0.03479520604014397, 0.013867735862731934, 0.011933205649256706, 0.01974378153681755, 0.008615892380475998, 0.021152518689632416, 0.010868970304727554, 0.00044542664545588195, 0.06765507161617279, 0.15331415832042694, 0.11593949794769287, 0.006054863799363375, 0.02669254131615162, 0.11306046694517136, 0.5469312071800232, 0.19811151921749115, 0.7710164785385132, 0.3226044178009033, 0.7890114188194275, 0.44057998061180115, 0.4024563133716583], "min": [0.8014681935310364, -1.1015106439590454, 1.408216953277588, -0.22800317406654358, -1.4743791818618774, -0.03477387875318527, -1.0242618322372437, -1.2789087295532227, 1.1377031803131104, -0.20629331469535828, 0.709044337272644, -0.581662118434906, 0.8744044899940491, 1.0615965127944946, -0.009070257656276226, -0.005159629508852959, 0.3583597242832184, 0.0073303827084600925, 0.27986353635787964, -0.013569934293627739, 0.15952308475971222, 0.019138626754283905, 0.013853550888597965, 0.21570086479187012, 0.6177810430526733, 0.8077166080474854, 0.020169461145997047, -0.00278707267716527, 0.28914105892181396, -0.004559672903269529, 0.2905755043029785, 0.010531972162425518, 0.14134441316127777, 0.024352798238396645, 0.00895572081208229, 0.7939066290855408], "max": [1.1169365644454956, -1.0619028806686401, 1.4748321771621704, 0.028014611452817917, -1.3995145559310913, 0.010347523726522923, -0.358837366104126, -0.8750095367431641, 1.3960574865341187, 0.13117989897727966, 1.0815784931182861, -0.3133702278137207, 0.9782952666282654, 1.1197487115859985, 0.0486728698015213, 0.09654943645000458, 0.4190426468849182, 0.07048948854207993, 0.3472168743610382, 0.039248090237379074, 0.22913990914821625, 0.08194319903850555, 0.01566978357732296, 0.4558527171611786, 1.2072551250457764, 1.376230239868164, 0.03899719938635826, 0.08003970980644226, 0.772668182849884, 1.367165446281433, 1.047426700592041, 1.8647751808166504, 1.291958212852478, 1.915220856666565, 1.3790884017944336, 1.938177227973938], "count": [184]}, "action": {"mean": [1.0279946327209473, -1.0883169174194336, 1.4499821662902832, -0.14580874145030975, -1.4351483583450317, -0.02018546126782894, -0.729896068572998, -1.1607800722122192, 1.3232619762420654, -0.051934417337179184, 0.9370314478874207, -0.3871176838874817, 0.9310871362686157, 1.0974844694137573, -0.005241716280579567, 0.01824868842959404, 0.3973540961742401, 0.012923461385071278, 0.31944388151168823, -0.010637305676937103, 0.19583038985729218, 0.022436097264289856, 0.014664997346699238, 0.33246833086013794, 0.9766649007797241, 1.1831719875335693, 0.02630721963942051, 0.018145469948649406, 0.6595797538757324, 0.7489759922027588, 0.6142734289169312, 0.9455668330192566, 0.6659219861030579, 1.0741347074508667, 0.5836251378059387, 1.5796931982040405], "std": [0.11080051958560944, 0.012340095825493336, 0.015555556863546371, 0.08389630168676376, 0.023762747645378113, 0.013079660013318062, 0.16170565783977509, 0.10197972506284714, 0.05973106622695923, 0.08841792494058609, 0.08009589463472366, 0.07158660888671875, 0.033312056213617325, 0.020055245608091354, 0.009557502344250679, 0.03479520604014397, 0.013867735862731934, 0.011933205649256706, 0.01974378153681755, 0.008615892380475998, 0.021152518689632416, 0.010868970304727554, 0.00044542664545588195, 0.06765507161617279, 0.15331415832042694, 0.11593949794769287, 0.006054863799363375, 0.02669254131615162, 0.11306046694517136, 0.5469312071800232, 0.19811151921749115, 0.7710164785385132, 0.3226044178009033, 0.7890114188194275, 0.44057998061180115, 0.4024563133716583], "min": [0.8014681935310364, -1.1015106439590454, 1.408216953277588, -0.22800317406654358, -1.4743791818618774, -0.03477387875318527, -1.0242618322372437, -1.2789087295532227, 1.1377031803131104, -0.20629331469535828, 0.709044337272644, -0.581662118434906, 0.8744044899940491, 1.0615965127944946, -0.009070257656276226, -0.005159629508852959, 0.3583597242832184, 0.0073303827084600925, 0.27986353635787964, -0.013569934293627739, 0.15952308475971222, 0.019138626754283905, 0.013853550888597965, 0.21570086479187012, 0.6177810430526733, 0.8077166080474854, 0.020169461145997047, -0.00278707267716527, 0.28914105892181396, -0.004559672903269529, 0.2905755043029785, 0.010531972162425518, 0.14134441316127777, 0.024352798238396645, 0.00895572081208229, 0.7939066290855408], "max": [1.1169365644454956, -1.0619028806686401, 1.4748321771621704, 0.028014611452817917, -1.3995145559310913, 0.010347523726522923, -0.358837366104126, -0.8750095367431641, 1.3960574865341187, 0.13117989897727966, 1.0815784931182861, -0.3133702278137207, 0.9782952666282654, 1.1197487115859985, 0.0486728698015213, 0.09654943645000458, 0.4190426468849182, 0.07048948854207993, 0.3472168743610382, 0.039248090237379074, 0.22913990914821625, 0.08194319903850555, 0.01566978357732296, 0.4558527171611786, 1.2072551250457764, 1.376230239868164, 0.03899719938635826, 0.08003970980644226, 0.772668182849884, 1.367165446281433, 1.047426700592041, 1.8647751808166504, 1.291958212852478, 1.915220856666565, 1.3790884017944336, 1.938177227973938], "count": [184]}, "timestamp": {"min": [0.0], "max": [6.1], "mean": [3.0500000000000003], "std": [1.7705146772117486], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [184]}, "index": {"min": [6714], "max": [6897], "mean": [6805.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [184]}, "subtask_annotation": {"mean": [2.858695652173913, 5.0, 5.0, 5.0, 5.0], "std": [1.2775785667930275, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [184]}, "scene_annotation": {"mean": [26.0], "std": [0.0], "min": [26], "max": [26], "count": [184]}, "eef_direction_state": {"mean": [4.940217391304348, 3.2282608695652173], "std": [1.515037650745287, 1.407304398869518], "min": [0, 0], "max": [6, 6], "count": [184]}, "eef_velocity_state": {"mean": [0.46195652173913043, 1.391304347826087], "std": [0.6499736434964695, 0.5702120455914783], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_acc_mag_state": {"mean": [0.2554347826086957, 1.0217391304347827], "std": [0.6123483184740498, 0.8139845750803929], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_direction_action": {"mean": [4.940217391304348, 3.2282608695652173], "std": [1.515037650745287, 1.407304398869518], "min": [0, 0], "max": [6, 6], "count": [184]}, "eef_velocity_action": {"mean": [0.46195652173913043, 1.391304347826087], "std": [0.6499736434964695, 0.5702120455914783], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_acc_mag_action": {"mean": [0.2554347826086957, 1.0217391304347827], "std": [0.6123483184740498, 0.8139845750803929], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_sim_pose_state": {"mean": [0.6676667238665646, 0.2426711314996664, 1.2059430285247736, -1.101620004787081, 0.2135699570480796, -2.04255431745554, 0.679594942663272, -0.11046642053542818, 1.1747702691909059, 1.320551340030415, 0.5206905918728778, 2.1579286918578475], "std": [0.003271431626860499, 0.0192873696922247, 0.036325221551948166, 0.09737865614894682, 0.03572193648267749, 0.0338084311646921, 0.019170554320608067, 0.03741221008396476, 0.06419205037108117, 0.15981433311976162, 0.12528052304647705, 0.12418257988083511], "min": [0.6630687321777072, 0.20234225266066444, 1.1792179078193163, -1.1782327343961563, 0.16654588624446087, -2.1114016483545655, 0.6431249157645784, -0.2158246602688524, 1.1048101072916443, 0.9189235159915008, 0.39108166941452693, 1.8283872950099727], "max": [0.6733270334517878, 0.26142175174848786, 1.276375333907743, -0.9126647933197931, 0.2850711838868476, -2.0077974613232934, 0.7110072003404968, -0.055552695463092217, 1.3320948312993701, 1.5006875043711014, 0.8931447729615956, 2.3123722853794115], "count": [184]}, "eef_sim_pose_action": {"mean": [0.6676667238665646, 0.2426711314996664, 1.2059430285247736, -1.101620004787081, 0.2135699570480796, -2.04255431745554, 0.679594942663272, -0.11046642053542818, 1.1747702691909059, 1.320551340030415, 0.5206905918728778, 2.1579286918578475], "std": [0.003271431626860499, 0.0192873696922247, 0.036325221551948166, 0.09737865614894682, 0.03572193648267749, 0.0338084311646921, 0.019170554320608067, 0.03741221008396476, 0.06419205037108117, 0.15981433311976162, 0.12528052304647705, 0.12418257988083511], "min": [0.6630687321777072, 0.20234225266066444, 1.1792179078193163, -1.1782327343961563, 0.16654588624446087, -2.1114016483545655, 0.6431249157645784, -0.2158246602688524, 1.1048101072916443, 0.9189235159915008, 0.39108166941452693, 1.8283872950099727], "max": [0.6733270334517878, 0.26142175174848786, 1.276375333907743, -0.9126647933197931, 0.2850711838868476, -2.0077974613232934, 0.7110072003404968, -0.055552695463092217, 1.3320948312993701, 1.5006875043711014, 0.8931447729615956, 2.3123722853794115], "count": [184]}}} +{"episode_index": 27, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47702046364379086]], [[0.47985054125816995]], [[0.4684848835784314]]], "std": [[[0.23077314383894834]], [[0.2298723365070584]], [[0.23001931649446258]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.13725490196078433]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46364535130718953]], [[0.47402611519607846]], [[0.4623994219771242]]], "std": [[[0.3107705203300278]], [[0.3178371428202231]], [[0.32331672723815963]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.13725490196078433]], [[0.16470588235294117]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5804139011437909]], [[0.602253545751634]], [[0.5763624509803921]]], "std": [[[0.2882927726437756]], [[0.29179025479813714]], [[0.3009069830490643]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4477931147875817]], [[0.47052981821895423]], [[0.4645691748366013]]], "std": [[[0.3370527938949866]], [[0.34470816921775493]], [[0.35777398768624696]]], "count": [100]}, "observation.state": {"mean": [1.0263917446136475, -1.1306196451187134, 1.5043083429336548, -0.08826924860477448, -1.316603183746338, -0.03300955891609192, -0.40101373195648193, -1.2210025787353516, 1.4580856561660767, -0.424546480178833, 0.5457741022109985, -0.3686579167842865, 0.7992140054702759, 1.1569629907608032, 0.0068915593437850475, 0.004084732849150896, 0.3368363082408905, 0.020024636760354042, 0.28814736008644104, 0.003444978268817067, 0.1840013563632965, 0.020933985710144043, 0.015313307754695415, 0.5461673736572266, 0.9727141857147217, 1.1180673837661743, 0.025991512462496758, 0.01242635678499937, 0.7006730437278748, 0.40796029567718506, 0.5616862773895264, 0.6241423487663269, 0.49147382378578186, 0.6721452474594116, 0.33256879448890686, 1.2376161813735962], "std": [0.08401530236005783, 0.060329776257276535, 0.07719942182302475, 0.09449339658021927, 0.09755655378103256, 0.032807815819978714, 0.31555402278900146, 0.27248457074165344, 0.2363428771495819, 0.48442527651786804, 0.22506460547447205, 0.16486312448978424, 0.047460854053497314, 0.026383304968476295, 0.002992982044816017, 0.0010749843204393983, 0.04391251131892204, 0.0010042338399216533, 0.06023694947361946, 0.009210264310240746, 0.0658046156167984, 0.009015314280986786, 0.0003443197638262063, 0.19073230028152466, 0.1650969684123993, 0.07972747087478638, 0.006474148482084274, 0.018583161756396294, 0.11090508848428726, 0.42784613370895386, 0.21865636110305786, 0.6505730748176575, 0.24463020265102386, 0.7037594318389893, 0.3104590177536011, 0.5617972612380981], "min": [0.9523537158966064, -1.1827648878097534, 1.361250877380371, -0.23414254188537598, -1.5369819402694702, -0.06437399983406067, -1.0496299266815186, -1.532911777496338, 1.101606011390686, -1.1301451921463013, 0.2908870279788971, -0.5981791019439697, 0.7328256368637085, 1.075006365776062, 0.0010908307740464807, -0.001679879380390048, 0.17273329198360443, 0.016776977106928825, 0.2015007585287094, -0.013040881603956223, 0.08650288730859756, 0.007384924218058586, 0.014584407210350037, 0.15977399051189423, 0.7002153992652893, 0.95148766040802, 0.01877865195274353, -0.0018871373031288385, 0.40570956468582153, 0.012577278539538383, 0.1362529993057251, 0.003926990553736687, 0.09347904473543167, -0.0012217304902151227, 0.011204484850168228, 0.2863430678844452], "max": [1.1767032146453857, -1.0265984535217285, 1.5714884996414185, -0.003993572201579809, -1.2218900918960571, 0.027729034423828125, 0.15964752435684204, -0.8146410584449768, 1.7523913383483887, 0.18110552430152893, 1.0979820489883423, -0.05821078270673752, 0.8636434674263, 1.1959867477416992, 0.01673334464430809, 0.004619667772203684, 0.3770347535610199, 0.024914575740695, 0.40863609313964844, 0.01840231381356716, 0.3219805061817169, 0.04498586058616638, 0.01601339690387249, 0.9706266522407532, 1.224021315574646, 1.241436243057251, 0.04211152717471123, 0.0656709223985672, 0.9169523119926453, 1.128584384918213, 0.8958174586296082, 1.6969563961029053, 0.8584293127059937, 1.8020743131637573, 0.88844895362854, 1.9253544807434082], "count": [153]}, "action": {"mean": [1.0263917446136475, -1.1306196451187134, 1.5043083429336548, -0.08826924860477448, -1.316603183746338, -0.03300955891609192, -0.40101373195648193, -1.2210025787353516, 1.4580856561660767, -0.424546480178833, 0.5457741022109985, -0.3686579167842865, 0.7992140054702759, 1.1569629907608032, 0.0068915593437850475, 0.004084732849150896, 0.3368363082408905, 0.020024636760354042, 0.28814736008644104, 0.003444978268817067, 0.1840013563632965, 0.020933985710144043, 0.015313307754695415, 0.5461673736572266, 0.9727141857147217, 1.1180673837661743, 0.025991512462496758, 0.01242635678499937, 0.7006730437278748, 0.40796029567718506, 0.5616862773895264, 0.6241423487663269, 0.49147382378578186, 0.6721452474594116, 0.33256879448890686, 1.2376161813735962], "std": [0.08401530236005783, 0.060329776257276535, 0.07719942182302475, 0.09449339658021927, 0.09755655378103256, 0.032807815819978714, 0.31555402278900146, 0.27248457074165344, 0.2363428771495819, 0.48442527651786804, 0.22506460547447205, 0.16486312448978424, 0.047460854053497314, 0.026383304968476295, 0.002992982044816017, 0.0010749843204393983, 0.04391251131892204, 0.0010042338399216533, 0.06023694947361946, 0.009210264310240746, 0.0658046156167984, 0.009015314280986786, 0.0003443197638262063, 0.19073230028152466, 0.1650969684123993, 0.07972747087478638, 0.006474148482084274, 0.018583161756396294, 0.11090508848428726, 0.42784613370895386, 0.21865636110305786, 0.6505730748176575, 0.24463020265102386, 0.7037594318389893, 0.3104590177536011, 0.5617972612380981], "min": [0.9523537158966064, -1.1827648878097534, 1.361250877380371, -0.23414254188537598, -1.5369819402694702, -0.06437399983406067, -1.0496299266815186, -1.532911777496338, 1.101606011390686, -1.1301451921463013, 0.2908870279788971, -0.5981791019439697, 0.7328256368637085, 1.075006365776062, 0.0010908307740464807, -0.001679879380390048, 0.17273329198360443, 0.016776977106928825, 0.2015007585287094, -0.013040881603956223, 0.08650288730859756, 0.007384924218058586, 0.014584407210350037, 0.15977399051189423, 0.7002153992652893, 0.95148766040802, 0.01877865195274353, -0.0018871373031288385, 0.40570956468582153, 0.012577278539538383, 0.1362529993057251, 0.003926990553736687, 0.09347904473543167, -0.0012217304902151227, 0.011204484850168228, 0.2863430678844452], "max": [1.1767032146453857, -1.0265984535217285, 1.5714884996414185, -0.003993572201579809, -1.2218900918960571, 0.027729034423828125, 0.15964752435684204, -0.8146410584449768, 1.7523913383483887, 0.18110552430152893, 1.0979820489883423, -0.05821078270673752, 0.8636434674263, 1.1959867477416992, 0.01673334464430809, 0.004619667772203684, 0.3770347535610199, 0.024914575740695, 0.40863609313964844, 0.01840231381356716, 0.3219805061817169, 0.04498586058616638, 0.01601339690387249, 0.9706266522407532, 1.224021315574646, 1.241436243057251, 0.04211152717471123, 0.0656709223985672, 0.9169523119926453, 1.128584384918213, 0.8958174586296082, 1.6969563961029053, 0.8584293127059937, 1.8020743131637573, 0.88844895362854, 1.9253544807434082], "count": [153]}, "timestamp": {"min": [0.0], "max": [5.066666666666666], "mean": [2.533333333333333], "std": [1.4722117400046122], "count": [153]}, "frame_index": {"min": [0], "max": [152], "mean": [76.0], "std": [44.16635220013836], "count": [153]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [153]}, "index": {"min": [6898], "max": [7050], "mean": [6974.0], "std": [44.16635220013836], "count": [153]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [153]}, "subtask_annotation": {"mean": [2.6013071895424837, 5.0, 5.0, 5.0, 5.0], "std": [1.5009359575850814, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [153]}, "scene_annotation": {"mean": [27.0], "std": [0.0], "min": [27], "max": [27], "count": [153]}, "eef_direction_state": {"mean": [4.42483660130719, 3.503267973856209], "std": [1.8671316313684, 1.513011899034965], "min": [0, 0], "max": [6, 6], "count": [153]}, "eef_velocity_state": {"mean": [0.6013071895424836, 1.588235294117647], "std": [0.6986435904085126, 0.5662560422821035], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_acc_mag_state": {"mean": [0.5490196078431373, 1.261437908496732], "std": [0.7998461982106334, 0.7210308690468812], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_direction_action": {"mean": [4.42483660130719, 3.503267973856209], "std": [1.8671316313684, 1.513011899034965], "min": [0, 0], "max": [6, 6], "count": [153]}, "eef_velocity_action": {"mean": [0.6013071895424836, 1.588235294117647], "std": [0.6986435904085126, 0.5662560422821035], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_acc_mag_action": {"mean": [0.5490196078431373, 1.261437908496732], "std": [0.7998461982106334, 0.7210308690468812], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_sim_pose_state": {"mean": [0.6830254620428138, 0.22956224341868656, 1.1706395676006374, -1.2297020184895726, 0.24156426014574778, -2.0857833065796023, 0.731222746670325, -0.080666503172396, 1.2244094899258888, 1.369324785168096, 0.862635307745836, 2.1082221125905733], "std": [0.017446548483450168, 0.02608953937121507, 0.010224676803700258, 0.03704592088362618, 0.012690464538629046, 0.062446155525133815, 0.04835244276779428, 0.07757325711368626, 0.08320155810215044, 0.33461844961581677, 0.292857898691064, 0.3158015300269547], "min": [0.6429783828475923, 0.2060707327271514, 1.156779945442078, -1.2832907823427964, 0.21330767741859957, -2.1428200705138716, 0.646273145289002, -0.24563862282395138, 1.1526950983520703, 0.44080986379573817, 0.4958108636792331, 1.2374805443400945], "max": [0.6975130450796005, 0.2681471934449396, 1.1926907946347256, -1.1343555827513863, 0.25715602695387196, -1.984758779968531, 0.7947441017075284, 0.010776669530278338, 1.4220246120445794, 1.7168488536929094, 1.326535823161605, 2.5711439233218067], "count": [153]}, "eef_sim_pose_action": {"mean": [0.6830254620428138, 0.22956224341868656, 1.1706395676006374, -1.2297020184895726, 0.24156426014574778, -2.0857833065796023, 0.731222746670325, -0.080666503172396, 1.2244094899258888, 1.369324785168096, 0.862635307745836, 2.1082221125905733], "std": [0.017446548483450168, 0.02608953937121507, 0.010224676803700258, 0.03704592088362618, 0.012690464538629046, 0.062446155525133815, 0.04835244276779428, 0.07757325711368626, 0.08320155810215044, 0.33461844961581677, 0.292857898691064, 0.3158015300269547], "min": [0.6429783828475923, 0.2060707327271514, 1.156779945442078, -1.2832907823427964, 0.21330767741859957, -2.1428200705138716, 0.646273145289002, -0.24563862282395138, 1.1526950983520703, 0.44080986379573817, 0.4958108636792331, 1.2374805443400945], "max": [0.6975130450796005, 0.2681471934449396, 1.1926907946347256, -1.1343555827513863, 0.25715602695387196, -1.984758779968531, 0.7947441017075284, 0.010776669530278338, 1.4220246120445794, 1.7168488536929094, 1.326535823161605, 2.5711439233218067], "count": [153]}}} +{"episode_index": 28, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48161197099673203]], [[0.48347118259803923]], [[0.47356641544117645]]], "std": [[[0.23561074330431486]], [[0.234239222798189]], [[0.23730564881831537]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.13333333333333333]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46959726715686273]], [[0.47903071895424837]], [[0.4677495690359477]]], "std": [[[0.3130497819614697]], [[0.31995855124954364]], [[0.32542476189071246]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.1411764705882353]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5507536825980393]], [[0.5754141196895425]], [[0.5451119035947712]]], "std": [[[0.29911401607735727]], [[0.3025804527241501]], [[0.3092726206076178]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43390298815359474]], [[0.45224209150326794]], [[0.4461656515522876]]], "std": [[[0.34431361969043606]], [[0.351501079619115]], [[0.3657776929390356]]], "count": [100]}, "observation.state": {"mean": [0.9876387715339661, -1.1936945915222168, 1.5340244770050049, -0.09876125305891037, -1.384179711341858, -0.09738355129957199, -0.47438451647758484, -1.2935919761657715, 1.5795116424560547, -0.11739210784435272, 0.5471041202545166, -0.518805205821991, 0.8799288272857666, 1.1621670722961426, 0.016629265621304512, -0.0015332502080127597, 0.29006609320640564, 0.017687255516648293, 0.28139886260032654, -0.003154963254928589, 0.16796985268592834, 0.021390752866864204, 0.021156365051865578, 0.1796942949295044, 1.070251226425171, 1.1730891466140747, 0.022451283410191536, 0.008486100472509861, 0.6885785460472107, 0.8587360978126526, 0.6963741779327393, 0.9456408619880676, 0.6393073797225952, 1.068725347518921, 0.5061227083206177, 1.5545276403427124], "std": [0.072726309299469, 0.035021837800741196, 0.0347050316631794, 0.0664699450135231, 0.03173934668302536, 0.023769434541463852, 0.11925797909498215, 0.18698930740356445, 0.18573331832885742, 0.12074138224124908, 0.18241414427757263, 0.23395437002182007, 0.051690708845853806, 0.01644129864871502, 0.0029038074426352978, 0.007938865572214127, 0.04081108048558235, 0.0008809482678771019, 0.03871588408946991, 0.0034185375552624464, 0.04149680212140083, 0.003918335307389498, 0.004367777146399021, 0.15874351561069489, 0.16759711503982544, 0.07714618742465973, 0.004388752859085798, 0.029933437705039978, 0.1156725287437439, 0.5359939932823181, 0.20760639011859894, 0.5630059838294983, 0.2599647343158722, 0.39383840560913086, 0.2888075113296509, 0.21877850592136383], "min": [0.8126025199890137, -1.272030234336853, 1.4375905990600586, -0.24540109932422638, -1.5048129558563232, -0.13852331042289734, -0.9882124066352844, -1.5341635942459106, 1.1106154918670654, -0.36599001288414, 0.19865339994430542, -1.283069133758545, 0.7421903610229492, 1.1146109104156494, 0.01156280655413866, -0.00519780907779932, 0.09182335436344147, 0.014622587710618973, 0.08690963685512543, -0.0046687559224665165, 0.018107790499925613, 0.019504055380821228, 0.014813481830060482, 0.0006708609289489686, 0.5602264404296875, 0.942039430141449, 0.01808597333729267, -0.011322823353111744, 0.20906317234039307, 0.017836296930909157, 0.014235341921448708, 0.0076467241160571575, 0.019940385594964027, 0.009594036266207695, 0.010035643354058266, 0.62298983335495], "max": [1.0979163646697998, -1.0954070091247559, 1.6187318563461304, 0.07312409579753876, -1.3388956785202026, -0.025272754952311516, -0.24289263784885406, -0.8110885620117188, 1.8527790307998657, 0.12662604451179504, 1.0550183057785034, -0.33283740282058716, 0.9833165407180786, 1.1819206476211548, 0.03289945423603058, 0.047853052616119385, 0.3410264253616333, 0.024347342550754547, 0.3391992747783661, 0.02724895253777504, 0.2765474021434784, 0.05434519052505493, 0.04056254029273987, 0.6573346257209778, 1.3534972667694092, 1.3454034328460693, 0.03981532156467438, 0.1508837193250656, 0.8804640769958496, 1.5064373016357422, 0.9646761417388916, 1.7075155973434448, 1.0764590501785278, 1.610186219215393, 1.0364856719970703, 1.8526724576950073], "count": [413]}, "action": {"mean": [0.9876387715339661, -1.1936945915222168, 1.5340244770050049, -0.09876125305891037, -1.384179711341858, -0.09738355129957199, -0.47438451647758484, -1.2935919761657715, 1.5795116424560547, -0.11739210784435272, 0.5471041202545166, -0.518805205821991, 0.8799288272857666, 1.1621670722961426, 0.016629265621304512, -0.0015332502080127597, 0.29006609320640564, 0.017687255516648293, 0.28139886260032654, -0.003154963254928589, 0.16796985268592834, 0.021390752866864204, 0.021156365051865578, 0.1796942949295044, 1.070251226425171, 1.1730891466140747, 0.022451283410191536, 0.008486100472509861, 0.6885785460472107, 0.8587360978126526, 0.6963741779327393, 0.9456408619880676, 0.6393073797225952, 1.068725347518921, 0.5061227083206177, 1.5545276403427124], "std": [0.072726309299469, 0.035021837800741196, 0.0347050316631794, 0.0664699450135231, 0.03173934668302536, 0.023769434541463852, 0.11925797909498215, 0.18698930740356445, 0.18573331832885742, 0.12074138224124908, 0.18241414427757263, 0.23395437002182007, 0.051690708845853806, 0.01644129864871502, 0.0029038074426352978, 0.007938865572214127, 0.04081108048558235, 0.0008809482678771019, 0.03871588408946991, 0.0034185375552624464, 0.04149680212140083, 0.003918335307389498, 0.004367777146399021, 0.15874351561069489, 0.16759711503982544, 0.07714618742465973, 0.004388752859085798, 0.029933437705039978, 0.1156725287437439, 0.5359939932823181, 0.20760639011859894, 0.5630059838294983, 0.2599647343158722, 0.39383840560913086, 0.2888075113296509, 0.21877850592136383], "min": [0.8126025199890137, -1.272030234336853, 1.4375905990600586, -0.24540109932422638, -1.5048129558563232, -0.13852331042289734, -0.9882124066352844, -1.5341635942459106, 1.1106154918670654, -0.36599001288414, 0.19865339994430542, -1.283069133758545, 0.7421903610229492, 1.1146109104156494, 0.01156280655413866, -0.00519780907779932, 0.09182335436344147, 0.014622587710618973, 0.08690963685512543, -0.0046687559224665165, 0.018107790499925613, 0.019504055380821228, 0.014813481830060482, 0.0006708609289489686, 0.5602264404296875, 0.942039430141449, 0.01808597333729267, -0.011322823353111744, 0.20906317234039307, 0.017836296930909157, 0.014235341921448708, 0.0076467241160571575, 0.019940385594964027, 0.009594036266207695, 0.010035643354058266, 0.62298983335495], "max": [1.0979163646697998, -1.0954070091247559, 1.6187318563461304, 0.07312409579753876, -1.3388956785202026, -0.025272754952311516, -0.24289263784885406, -0.8110885620117188, 1.8527790307998657, 0.12662604451179504, 1.0550183057785034, -0.33283740282058716, 0.9833165407180786, 1.1819206476211548, 0.03289945423603058, 0.047853052616119385, 0.3410264253616333, 0.024347342550754547, 0.3391992747783661, 0.02724895253777504, 0.2765474021434784, 0.05434519052505493, 0.04056254029273987, 0.6573346257209778, 1.3534972667694092, 1.3454034328460693, 0.03981532156467438, 0.1508837193250656, 0.8804640769958496, 1.5064373016357422, 0.9646761417388916, 1.7075155973434448, 1.0764590501785278, 1.610186219215393, 1.0364856719970703, 1.8526724576950073], "count": [413]}, "timestamp": {"min": [0.0], "max": [13.733333333333333], "mean": [6.866666666666667], "std": [3.974082703383679], "count": [413]}, "frame_index": {"min": [0], "max": [412], "mean": [206.0], "std": [119.22248110151038], "count": [413]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [413]}, "index": {"min": [7051], "max": [7463], "mean": [7257.0], "std": [119.22248110151038], "count": [413]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [413]}, "subtask_annotation": {"mean": [2.8498789346246975, 5.0, 5.0, 5.0, 5.0], "std": [0.9396981818618717, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [413]}, "scene_annotation": {"mean": [28.0], "std": [0.0], "min": [28], "max": [28], "count": [413]}, "eef_direction_state": {"mean": [5.150121065375303, 2.9806295399515736], "std": [1.353582363717622, 1.6758106970357018], "min": [0, 0], "max": [6, 6], "count": [413]}, "eef_velocity_state": {"mean": [0.41404358353510895, 1.334140435835351], "std": [0.5571428045286115, 0.5736097412365483], "min": [0, 0], "max": [2, 2], "count": [413]}, "eef_acc_mag_state": {"mean": [0.22033898305084745, 0.9491525423728814], "std": [0.5758437383513688, 0.8291484639544588], "min": [0, 0], "max": [2, 2], "count": [413]}, "eef_direction_action": {"mean": [5.150121065375303, 2.9806295399515736], "std": [1.353582363717622, 1.6758106970357018], "min": [0, 0], "max": [6, 6], "count": [413]}, "eef_velocity_action": {"mean": [0.41404358353510895, 1.334140435835351], "std": [0.5571428045286115, 0.5736097412365483], "min": [0, 0], "max": [2, 2], "count": [413]}, "eef_acc_mag_action": {"mean": [0.22033898305084745, 0.9491525423728814], "std": [0.5758437383513688, 0.8291484639544588], "min": [0, 0], "max": [2, 2], "count": [413]}, "eef_sim_pose_state": {"mean": [0.6809332137067503, 0.21300695641203168, 1.180359918681414, -1.1333687854645034, 0.13982531948653582, -2.1211263188989102, 0.7696452774912277, -0.10557019795005994, 1.1926818004738535, 1.5141229026441196, 0.7418201626059135, 2.1540458855285776], "std": [0.006029549201674401, 0.020889629620856085, 0.024417345918644758, 0.062180981999759896, 0.03132001089769983, 0.04832860579593383, 0.038868498737757974, 0.053395805466242736, 0.037249670642809984, 0.2776053695772198, 0.19642877444763546, 0.18279499085910333], "min": [0.6661238423730582, 0.16905869860000422, 1.146776995457568, -1.2077848427032813, 0.09557341619725324, -2.22646401554476, 0.6466538014150887, -0.22748850304313625, 1.1399913380426012, 1.1557733648821618, 0.5534911748447127, 1.9597061133224933], "max": [0.6929987086516611, 0.25512981430389026, 1.2364993869609724, -1.0047328262881403, 0.21501799667866583, -2.0153501819127406, 0.8287955133251604, -0.014359923758958032, 1.292571352132966, 2.38204337085098, 1.301084764489084, 2.8154881945264854], "count": [413]}, "eef_sim_pose_action": {"mean": [0.6809332137067503, 0.21300695641203168, 1.180359918681414, -1.1333687854645034, 0.13982531948653582, -2.1211263188989102, 0.7696452774912277, -0.10557019795005994, 1.1926818004738535, 1.5141229026441196, 0.7418201626059135, 2.1540458855285776], "std": [0.006029549201674401, 0.020889629620856085, 0.024417345918644758, 0.062180981999759896, 0.03132001089769983, 0.04832860579593383, 0.038868498737757974, 0.053395805466242736, 0.037249670642809984, 0.2776053695772198, 0.19642877444763546, 0.18279499085910333], "min": [0.6661238423730582, 0.16905869860000422, 1.146776995457568, -1.2077848427032813, 0.09557341619725324, -2.22646401554476, 0.6466538014150887, -0.22748850304313625, 1.1399913380426012, 1.1557733648821618, 0.5534911748447127, 1.9597061133224933], "max": [0.6929987086516611, 0.25512981430389026, 1.2364993869609724, -1.0047328262881403, 0.21501799667866583, -2.0153501819127406, 0.8287955133251604, -0.014359923758958032, 1.292571352132966, 2.38204337085098, 1.301084764489084, 2.8154881945264854], "count": [413]}}} +{"episode_index": 29, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49300529003267973]], [[0.49170011437908495]], [[0.4786401756535948]]], "std": [[[0.2224670069798896]], [[0.22322060390391324]], [[0.22744574384017618]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.1411764705882353]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4666561887254902]], [[0.47570419321895424]], [[0.4632486131535948]]], "std": [[[0.31523514672508657]], [[0.3214033750513138]], [[0.32770226149937404]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.1568627450980392]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5665587193627452]], [[0.5847957250816994]], [[0.5630616013071895]]], "std": [[[0.29518039004675367]], [[0.297466436998809]], [[0.3061183649550978]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.437583954248366]], [[0.4583292769607843]], [[0.4503876491013072]]], "std": [[[0.3364779855635937]], [[0.3440213394906021]], [[0.3587189280236002]]], "count": [100]}, "observation.state": {"mean": [0.976891040802002, -1.1054428815841675, 1.4781482219696045, -0.03753672167658806, -1.312164068222046, -0.012316491454839706, -0.5117613673210144, -1.200092077255249, 1.4427015781402588, -0.03322257474064827, 0.8266149759292603, -0.4435359537601471, 0.8429168462753296, 1.1284946203231812, 0.0020173736847937107, -0.0028307291213423014, 0.17350256443023682, 0.016745783388614655, 0.2036188393831253, 0.018595442175865173, 0.1350630819797516, 0.01346457377076149, 0.017678018659353256, 0.19854691624641418, 0.9728966355323792, 1.1822811365127563, 0.02029837854206562, 0.009704492054879665, 0.6347998380661011, 0.7510107755661011, 0.5598092675209045, 0.880348265171051, 0.6180592179298401, 0.9326484203338623, 0.4808594584465027, 1.6412283182144165], "std": [0.03507069870829582, 0.044804610311985016, 0.04333605244755745, 0.04376054182648659, 0.035194892436265945, 0.03623862564563751, 0.17155791819095612, 0.15844890475273132, 0.11859104782342911, 0.0651053637266159, 0.07457873225212097, 0.07622092217206955, 0.06775117665529251, 0.015739422291517258, 0.003768234048038721, 0.001087142270989716, 0.016665037721395493, 0.0009763817652128637, 0.021151896566152573, 0.0008840048685669899, 0.025597287341952324, 0.004047153517603874, 0.0029169253539294004, 0.16375891864299774, 0.15184956789016724, 0.10434521734714508, 0.0030302531085908413, 0.015793222934007645, 0.07152087241411209, 0.6410242319107056, 0.16760611534118652, 0.7509430050849915, 0.15183517336845398, 0.7657570838928223, 0.3269856572151184, 0.2390834540128708], "min": [0.9213111400604248, -1.1916342973709106, 1.39162278175354, -0.1615358293056488, -1.430738925933838, -0.06597142666578293, -0.8762969970703125, -1.4119840860366821, 1.1317425966262817, -0.21101956069469452, 0.694893479347229, -0.6285763382911682, 0.7770751118659973, 1.0792243480682373, -0.0025798147544264793, -0.0044287727214396, 0.14896930754184723, 0.01364083867520094, 0.1613101065158844, 0.01511891558766365, 0.06620810180902481, 0.010537425056099892, 0.014660765416920185, 0.013199052773416042, 0.6744715571403503, 1.0133545398712158, 0.018675021827220917, -0.0022198406513780355, 0.49013209342956543, 0.002121665747836232, 0.31971895694732666, -0.002541635651141405, 0.3930274248123169, 0.02128210850059986, 0.05565672740340233, 1.1557047367095947], "max": [1.0821211338043213, -1.0122931003570557, 1.562809944152832, 0.026309892535209656, -1.2576771974563599, 0.0590333417057991, -0.16223439574241638, -0.8815900087356567, 1.5686036348342896, 0.06179903820157051, 0.978580117225647, -0.3247191309928894, 0.9769371151924133, 1.1465319395065308, 0.01546798087656498, 0.0030019660480320454, 0.21028488874435425, 0.021642083302140236, 0.240768164396286, 0.02249293215572834, 0.18559394776821136, 0.024914575740695, 0.022689279168844223, 0.5614015460014343, 1.1774154901504517, 1.3165018558502197, 0.036542829126119614, 0.057650405913591385, 0.7961810231208801, 1.5032137632369995, 0.7911577820777893, 1.710215449333191, 0.8841128945350647, 1.9125372171401978, 0.9488590955734253, 1.9203258752822876], "count": [147]}, "action": {"mean": [0.976891040802002, -1.1054428815841675, 1.4781482219696045, -0.03753672167658806, -1.312164068222046, -0.012316491454839706, -0.5117613673210144, -1.200092077255249, 1.4427015781402588, -0.03322257474064827, 0.8266149759292603, -0.4435359537601471, 0.8429168462753296, 1.1284946203231812, 0.0020173736847937107, -0.0028307291213423014, 0.17350256443023682, 0.016745783388614655, 0.2036188393831253, 0.018595442175865173, 0.1350630819797516, 0.01346457377076149, 0.017678018659353256, 0.19854691624641418, 0.9728966355323792, 1.1822811365127563, 0.02029837854206562, 0.009704492054879665, 0.6347998380661011, 0.7510107755661011, 0.5598092675209045, 0.880348265171051, 0.6180592179298401, 0.9326484203338623, 0.4808594584465027, 1.6412283182144165], "std": [0.03507069870829582, 0.044804610311985016, 0.04333605244755745, 0.04376054182648659, 0.035194892436265945, 0.03623862564563751, 0.17155791819095612, 0.15844890475273132, 0.11859104782342911, 0.0651053637266159, 0.07457873225212097, 0.07622092217206955, 0.06775117665529251, 0.015739422291517258, 0.003768234048038721, 0.001087142270989716, 0.016665037721395493, 0.0009763817652128637, 0.021151896566152573, 0.0008840048685669899, 0.025597287341952324, 0.004047153517603874, 0.0029169253539294004, 0.16375891864299774, 0.15184956789016724, 0.10434521734714508, 0.0030302531085908413, 0.015793222934007645, 0.07152087241411209, 0.6410242319107056, 0.16760611534118652, 0.7509430050849915, 0.15183517336845398, 0.7657570838928223, 0.3269856572151184, 0.2390834540128708], "min": [0.9213111400604248, -1.1916342973709106, 1.39162278175354, -0.1615358293056488, -1.430738925933838, -0.06597142666578293, -0.8762969970703125, -1.4119840860366821, 1.1317425966262817, -0.21101956069469452, 0.694893479347229, -0.6285763382911682, 0.7770751118659973, 1.0792243480682373, -0.0025798147544264793, -0.0044287727214396, 0.14896930754184723, 0.01364083867520094, 0.1613101065158844, 0.01511891558766365, 0.06620810180902481, 0.010537425056099892, 0.014660765416920185, 0.013199052773416042, 0.6744715571403503, 1.0133545398712158, 0.018675021827220917, -0.0022198406513780355, 0.49013209342956543, 0.002121665747836232, 0.31971895694732666, -0.002541635651141405, 0.3930274248123169, 0.02128210850059986, 0.05565672740340233, 1.1557047367095947], "max": [1.0821211338043213, -1.0122931003570557, 1.562809944152832, 0.026309892535209656, -1.2576771974563599, 0.0590333417057991, -0.16223439574241638, -0.8815900087356567, 1.5686036348342896, 0.06179903820157051, 0.978580117225647, -0.3247191309928894, 0.9769371151924133, 1.1465319395065308, 0.01546798087656498, 0.0030019660480320454, 0.21028488874435425, 0.021642083302140236, 0.240768164396286, 0.02249293215572834, 0.18559394776821136, 0.024914575740695, 0.022689279168844223, 0.5614015460014343, 1.1774154901504517, 1.3165018558502197, 0.036542829126119614, 0.057650405913591385, 0.7961810231208801, 1.5032137632369995, 0.7911577820777893, 1.710215449333191, 0.8841128945350647, 1.9125372171401978, 0.9488590955734253, 1.9203258752822876], "count": [147]}, "timestamp": {"min": [0.0], "max": [4.866666666666666], "mean": [2.433333333333333], "std": [1.4144754295288202], "count": [147]}, "frame_index": {"min": [0], "max": [146], "mean": [73.0], "std": [42.43426288586461], "count": [147]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [147]}, "index": {"min": [7464], "max": [7610], "mean": [7537.0], "std": [42.43426288586461], "count": [147]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [147]}, "subtask_annotation": {"mean": [2.4761904761904763, 5.0, 5.0, 5.0, 5.0], "std": [1.3569339855976201, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [147]}, "scene_annotation": {"mean": [29.0], "std": [0.0], "min": [29], "max": [29], "count": [147]}, "eef_direction_state": {"mean": [4.258503401360544, 3.4081632653061225], "std": [1.5212259439141218, 1.6109958133897813], "min": [1, 0], "max": [6, 6], "count": [147]}, "eef_velocity_state": {"mean": [0.7687074829931972, 1.5578231292517006], "std": [0.5353875474816598, 0.5361649114350481], "min": [0, 0], "max": [2, 2], "count": [147]}, "eef_acc_mag_state": {"mean": [0.4557823129251701, 1.2448979591836735], "std": [0.7398408775141507, 0.7612363443114085], "min": [0, 0], "max": [2, 2], "count": [147]}, "eef_direction_action": {"mean": [4.258503401360544, 3.4081632653061225], "std": [1.5212259439141218, 1.6109958133897813], "min": [1, 0], "max": [6, 6], "count": [147]}, "eef_velocity_action": {"mean": [0.7687074829931972, 1.5578231292517006], "std": [0.5353875474816598, 0.5361649114350481], "min": [0, 0], "max": [2, 2], "count": [147]}, "eef_acc_mag_action": {"mean": [0.4557823129251701, 1.2448979591836735], "std": [0.7398408775141507, 0.7612363443114085], "min": [0, 0], "max": [2, 2], "count": [147]}, "eef_sim_pose_state": {"mean": [0.6790979639314928, 0.21727518470019463, 1.1885930232952868, -1.1939627985773165, 0.2731385919413068, -2.112282584596422, 0.7265034827781948, -0.11898865884684663, 1.2455283868331983, 1.1913687567984845, 0.5433586858900435, 1.996948458841007], "std": [0.00728292346040885, 0.012568695694357807, 0.01545476091531926, 0.03086538454770325, 0.035651542627541166, 0.034805675235853616, 0.02983988843663003, 0.060105903410506326, 0.08791184586883509, 0.20671323855930082, 0.11119575598403024, 0.1887950736863438], "min": [0.6617770608178128, 0.20050323953586022, 1.162783319082449, -1.2422747211803875, 0.22209609493253302, -2.1510467533647972, 0.6578567257321345, -0.2075883326595938, 1.1422271944966866, 0.7470957887309451, 0.3862531854747875, 1.6367768436767782], "max": [0.6941270630425844, 0.24427735231253073, 1.2154064378919789, -1.146550150301153, 0.3217478592731253, -2.042633241761189, 0.7664607340955755, -0.04005496697819577, 1.4323372805307208, 1.4306252080112394, 0.7947816449639338, 2.198109562694527], "count": [147]}, "eef_sim_pose_action": {"mean": [0.6790979639314928, 0.21727518470019463, 1.1885930232952868, -1.1939627985773165, 0.2731385919413068, -2.112282584596422, 0.7265034827781948, -0.11898865884684663, 1.2455283868331983, 1.1913687567984845, 0.5433586858900435, 1.996948458841007], "std": [0.00728292346040885, 0.012568695694357807, 0.01545476091531926, 0.03086538454770325, 0.035651542627541166, 0.034805675235853616, 0.02983988843663003, 0.060105903410506326, 0.08791184586883509, 0.20671323855930082, 0.11119575598403024, 0.1887950736863438], "min": [0.6617770608178128, 0.20050323953586022, 1.162783319082449, -1.2422747211803875, 0.22209609493253302, -2.1510467533647972, 0.6578567257321345, -0.2075883326595938, 1.1422271944966866, 0.7470957887309451, 0.3862531854747875, 1.6367768436767782], "max": [0.6941270630425844, 0.24427735231253073, 1.2154064378919789, -1.146550150301153, 0.3217478592731253, -2.042633241761189, 0.7664607340955755, -0.04005496697819577, 1.4323372805307208, 1.4306252080112394, 0.7947816449639338, 2.198109562694527], "count": [147]}}} +{"episode_index": 30, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4717545812908497]], [[0.47596368464052285]], [[0.46638662785947715]]], "std": [[[0.22981753146813177]], [[0.22628361007412615]], [[0.2319168279413278]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.1450980392156863]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4886621364379085]], [[0.5003567401960785]], [[0.4896767892156863]]], "std": [[[0.31693187961425073]], [[0.3231268934368165]], [[0.32949787695421356]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.050980392156862744]], [[0.11372549019607843]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5542864522058824]], [[0.574013125]], [[0.5515947446895425]]], "std": [[[0.2963251999287163]], [[0.3001272415779125]], [[0.307351351914717]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43123382761437906]], [[0.45389983864379085]], [[0.4511942585784314]]], "std": [[[0.3336813579121429]], [[0.3431894769149152]], [[0.35803862046394447]]], "count": [100]}, "observation.state": {"mean": [1.1048578023910522, -1.1008466482162476, 1.462339997291565, -0.24531273543834686, -1.426315188407898, 0.010561870411038399, -0.524020791053772, -1.1806961297988892, 1.401339054107666, -0.280948668718338, 0.7708615660667419, -0.2995077073574066, 0.8346226215362549, 1.170684576034546, 0.003632825333625078, -0.0021315263584256172, 0.21464590728282928, 3.4725813748082146e-05, 0.21258649230003357, 0.015004808083176613, 0.11617739498615265, 0.013655990362167358, 0.020937956869602203, 0.11186474561691284, 0.9717648029327393, 1.093787431716919, 0.019807016476988792, 0.019926592707633972, 0.7015615105628967, 0.53069669008255, 0.556576669216156, 0.5349679589271545, 0.5423306226730347, 0.6742265820503235, 0.35242870450019836, 1.446144938468933], "std": [0.03993197903037071, 0.02706514298915863, 0.032892465591430664, 0.04080289229750633, 0.04328005760908127, 0.02060120180249214, 0.1326756328344345, 0.18230189383029938, 0.1293274462223053, 0.18617703020572662, 0.09795268625020981, 0.12848490476608276, 0.03027457930147648, 0.027954990044236183, 0.0018694837344810367, 0.005256500095129013, 0.02440451644361019, 0.0017699043964967132, 0.039597563445568085, 0.0062450869008898735, 0.04026862233877182, 0.003007037565112114, 0.007148229517042637, 0.1305747926235199, 0.22562600672245026, 0.08856973797082901, 0.0028907221276313066, 0.03874915838241577, 0.15269610285758972, 0.4579176604747772, 0.2526998221874237, 0.5959705114364624, 0.2595043480396271, 0.6513295769691467, 0.3461870849132538, 0.29761144518852234], "min": [1.0534566640853882, -1.1534509658813477, 1.4010523557662964, -0.36439257860183716, -1.5460846424102783, -0.034070536494255066, -0.9383821487426758, -1.4115787744522095, 1.1138132810592651, -0.7495875358581543, 0.5596961379051208, -0.5372256636619568, 0.7802931070327759, 1.0899145603179932, -0.0009599309996701777, -0.003605195553973317, 0.12477261573076248, -0.009670214727520943, 0.11281129717826843, -0.01221184991300106, 0.03372303396463394, 0.002988876309245825, 0.014322607778012753, 0.004352414980530739, 0.6297038793563843, 0.8856455087661743, 0.018358681350946426, -0.0057159531861543655, 0.2739730477333069, 0.019220437854528427, 0.01601884886622429, 0.003354304935783148, 0.057448603212833405, 0.003419754561036825, 0.01160643994808197, 0.7580946087837219], "max": [1.2232133150100708, -1.056496500968933, 1.5218013525009155, -0.19398030638694763, -1.377436637878418, 0.0512130931019783, -0.1942187398672104, -0.8227593302726746, 1.573538899421692, 0.038719769567251205, 1.0240710973739624, -0.14605745673179626, 0.8796895742416382, 1.1972850561141968, 0.011977321468293667, 0.0362863652408123, 0.26138487458229065, 0.0011562805157154799, 0.287788450717926, 0.0177150908857584, 0.18858827650547028, 0.021991148591041565, 0.04259960725903511, 0.4972170293331146, 1.3311244249343872, 1.251935601234436, 0.04073162004351616, 0.15921220183372498, 0.9146288633346558, 1.3093732595443726, 0.9431431889533997, 1.6883114576339722, 1.0563441514968872, 1.9207292795181274, 1.1706305742263794, 1.9098047018051147], "count": [276]}, "action": {"mean": [1.1048578023910522, -1.1008466482162476, 1.462339997291565, -0.24531273543834686, -1.426315188407898, 0.010561870411038399, -0.524020791053772, -1.1806961297988892, 1.401339054107666, -0.280948668718338, 0.7708615660667419, -0.2995077073574066, 0.8346226215362549, 1.170684576034546, 0.003632825333625078, -0.0021315263584256172, 0.21464590728282928, 3.4725813748082146e-05, 0.21258649230003357, 0.015004808083176613, 0.11617739498615265, 0.013655990362167358, 0.020937956869602203, 0.11186474561691284, 0.9717648029327393, 1.093787431716919, 0.019807016476988792, 0.019926592707633972, 0.7015615105628967, 0.53069669008255, 0.556576669216156, 0.5349679589271545, 0.5423306226730347, 0.6742265820503235, 0.35242870450019836, 1.446144938468933], "std": [0.03993197903037071, 0.02706514298915863, 0.032892465591430664, 0.04080289229750633, 0.04328005760908127, 0.02060120180249214, 0.1326756328344345, 0.18230189383029938, 0.1293274462223053, 0.18617703020572662, 0.09795268625020981, 0.12848490476608276, 0.03027457930147648, 0.027954990044236183, 0.0018694837344810367, 0.005256500095129013, 0.02440451644361019, 0.0017699043964967132, 0.039597563445568085, 0.0062450869008898735, 0.04026862233877182, 0.003007037565112114, 0.007148229517042637, 0.1305747926235199, 0.22562600672245026, 0.08856973797082901, 0.0028907221276313066, 0.03874915838241577, 0.15269610285758972, 0.4579176604747772, 0.2526998221874237, 0.5959705114364624, 0.2595043480396271, 0.6513295769691467, 0.3461870849132538, 0.29761144518852234], "min": [1.0534566640853882, -1.1534509658813477, 1.4010523557662964, -0.36439257860183716, -1.5460846424102783, -0.034070536494255066, -0.9383821487426758, -1.4115787744522095, 1.1138132810592651, -0.7495875358581543, 0.5596961379051208, -0.5372256636619568, 0.7802931070327759, 1.0899145603179932, -0.0009599309996701777, -0.003605195553973317, 0.12477261573076248, -0.009670214727520943, 0.11281129717826843, -0.01221184991300106, 0.03372303396463394, 0.002988876309245825, 0.014322607778012753, 0.004352414980530739, 0.6297038793563843, 0.8856455087661743, 0.018358681350946426, -0.0057159531861543655, 0.2739730477333069, 0.019220437854528427, 0.01601884886622429, 0.003354304935783148, 0.057448603212833405, 0.003419754561036825, 0.01160643994808197, 0.7580946087837219], "max": [1.2232133150100708, -1.056496500968933, 1.5218013525009155, -0.19398030638694763, -1.377436637878418, 0.0512130931019783, -0.1942187398672104, -0.8227593302726746, 1.573538899421692, 0.038719769567251205, 1.0240710973739624, -0.14605745673179626, 0.8796895742416382, 1.1972850561141968, 0.011977321468293667, 0.0362863652408123, 0.26138487458229065, 0.0011562805157154799, 0.287788450717926, 0.0177150908857584, 0.18858827650547028, 0.021991148591041565, 0.04259960725903511, 0.4972170293331146, 1.3311244249343872, 1.251935601234436, 0.04073162004351616, 0.15921220183372498, 0.9146288633346558, 1.3093732595443726, 0.9431431889533997, 1.6883114576339722, 1.0563441514968872, 1.9207292795181274, 1.1706305742263794, 1.9098047018051147], "count": [276]}, "timestamp": {"min": [0.0], "max": [9.166666666666666], "mean": [4.583333333333333], "std": [2.6557938061417232], "count": [276]}, "frame_index": {"min": [0], "max": [275], "mean": [137.5], "std": [79.6738141842517], "count": [276]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [276]}, "index": {"min": [7611], "max": [7886], "mean": [7748.5], "std": [79.6738141842517], "count": [276]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [276]}, "subtask_annotation": {"mean": [3.072463768115942, 5.0, 5.0, 5.0, 5.0], "std": [1.3968789286981438, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [276]}, "scene_annotation": {"mean": [30.0], "std": [0.0], "min": [30], "max": [30], "count": [276]}, "eef_direction_state": {"mean": [5.054347826086956, 3.6666666666666665], "std": [1.5859263084483501, 1.5619262231520565], "min": [0, 0], "max": [6, 6], "count": [276]}, "eef_velocity_state": {"mean": [0.3333333333333333, 1.431159420289855], "std": [0.47140452079103146, 0.6418158935799567], "min": [0, 0], "max": [1, 2], "count": [276]}, "eef_acc_mag_state": {"mean": [0.17391304347826086, 1.0869565217391304], "std": [0.516580780307873, 0.8118529608209217], "min": [0, 0], "max": [2, 2], "count": [276]}, "eef_direction_action": {"mean": [5.054347826086956, 3.6666666666666665], "std": [1.5859263084483501, 1.5619262231520565], "min": [0, 0], "max": [6, 6], "count": [276]}, "eef_velocity_action": {"mean": [0.3333333333333333, 1.431159420289855], "std": [0.47140452079103146, 0.6418158935799567], "min": [0, 0], "max": [1, 2], "count": [276]}, "eef_acc_mag_action": {"mean": [0.17391304347826086, 1.0869565217391304], "std": [0.516580780307873, 0.8118529608209217], "min": [0, 0], "max": [2, 2], "count": [276]}, "eef_sim_pose_state": {"mean": [0.6746716300051638, 0.2672084070483128, 1.1805237931969372, -1.1640890256191976, 0.2093233264837643, -1.9628171817852393, 0.7028757097457375, -0.08086170284117142, 1.2206100410846554, 1.306189079669697, 0.6487082299767177, 2.2141770724549876], "std": [0.007918031287085184, 0.011896179372276734, 0.007639162719562951, 0.020838405237692918, 0.02115681252658556, 0.02682105240803314, 0.020273338113114797, 0.05854482192445296, 0.04540221770529944, 0.10725982107284192, 0.18250912638628858, 0.11851740312859443], "min": [0.6546236379480549, 0.2508904376658369, 1.164221196428257, -1.1988955159427501, 0.16846907129152577, -1.9997628598014812, 0.6466376500978349, -0.21678249425518295, 1.1553800099933682, 1.0078572482483725, 0.3667476259344642, 1.8361286261039038], "max": [0.6845386493016554, 0.30171888881984243, 1.1996747166374189, -1.11350781395841, 0.24319098307200626, -1.8878217041180196, 0.7420438975332702, -0.012462375937182135, 1.3169756958701224, 1.5149590482431856, 1.00407185425837, 2.3566261985551327], "count": [276]}, "eef_sim_pose_action": {"mean": [0.6746716300051638, 0.2672084070483128, 1.1805237931969372, -1.1640890256191976, 0.2093233264837643, -1.9628171817852393, 0.7028757097457375, -0.08086170284117142, 1.2206100410846554, 1.306189079669697, 0.6487082299767177, 2.2141770724549876], "std": [0.007918031287085184, 0.011896179372276734, 0.007639162719562951, 0.020838405237692918, 0.02115681252658556, 0.02682105240803314, 0.020273338113114797, 0.05854482192445296, 0.04540221770529944, 0.10725982107284192, 0.18250912638628858, 0.11851740312859443], "min": [0.6546236379480549, 0.2508904376658369, 1.164221196428257, -1.1988955159427501, 0.16846907129152577, -1.9997628598014812, 0.6466376500978349, -0.21678249425518295, 1.1553800099933682, 1.0078572482483725, 0.3667476259344642, 1.8361286261039038], "max": [0.6845386493016554, 0.30171888881984243, 1.1996747166374189, -1.11350781395841, 0.24319098307200626, -1.8878217041180196, 0.7420438975332702, -0.012462375937182135, 1.3169756958701224, 1.5149590482431856, 1.00407185425837, 2.3566261985551327], "count": [276]}}} +{"episode_index": 31, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4733892687908497]], [[0.47262324550653595]], [[0.46418043913398693]]], "std": [[[0.22474397506204802]], [[0.22559302951690444]], [[0.2239254803008246]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.13333333333333333]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655565032679739]], [[0.4744680412581699]], [[0.46134019403594767]]], "std": [[[0.31831762646021083]], [[0.32259709541057097]], [[0.32851959162472916]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.16862745098039217]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5631048345588235]], [[0.5834043729575163]], [[0.559508743872549]]], "std": [[[0.29441826452551256]], [[0.2978024228035598]], [[0.3065350290137766]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43924140727124183]], [[0.4622148427287582]], [[0.45739236519607845]]], "std": [[[0.3329897414867976]], [[0.34330427736436236]], [[0.3556300610801833]]], "count": [100]}, "observation.state": {"mean": [0.9099412560462952, -1.0438083410263062, 1.4727355241775513, 0.0138652129098773, -1.2481974363327026, 0.06256752461194992, -0.6361176371574402, -1.09581458568573, 1.3088650703430176, -0.13476017117500305, 0.9077456593513489, -0.3947632312774658, 0.7130717635154724, 1.1953688859939575, -0.0021262825466692448, 0.00521721551194787, 0.3259064853191376, 0.009448743425309658, 0.2750719487667084, -0.0022295245435088873, 0.2097286581993103, 0.00457360502332449, 0.015371964313089848, 0.5014165043830872, 1.0458991527557373, 1.1196929216384888, 0.020849430933594704, 0.012219135649502277, 0.6445698738098145, 0.4008215069770813, 0.5282676815986633, 0.6697116494178772, 0.5114104747772217, 0.8136691451072693, 0.3150155246257782, 1.5957573652267456], "std": [0.03978295251727104, 0.03509897366166115, 0.039781611412763596, 0.043660420924425125, 0.06448360532522202, 0.029068587347865105, 0.16349419951438904, 0.16776183247566223, 0.1051592230796814, 0.08259925246238708, 0.09154049307107925, 0.1369214504957199, 0.09272181242704391, 0.023262450471520424, 0.004265326540917158, 0.0014496053336188197, 0.03879445046186447, 0.012434517964720726, 0.040331874042749405, 0.004564049653708935, 0.0367295928299427, 0.009494130499660969, 0.0014797867042943835, 0.14565537869930267, 0.17692838609218597, 0.06705035269260406, 0.002240966074168682, 0.015769993886351585, 0.16630420088768005, 0.3715859055519104, 0.17723967134952545, 0.6440204977989197, 0.11570224165916443, 0.7143484354019165, 0.20492692291736603, 0.25287696719169617], "min": [0.8744492530822754, -1.10297691822052, 1.3846608400344849, -0.10953222215175629, -1.4433255195617676, 0.01797703467309475, -0.924887478351593, -1.294978380203247, 1.1253082752227783, -0.25431305170059204, 0.8018258213996887, -0.5777924060821533, 0.57692950963974, 1.1284571886062622, -0.013760830275714397, -0.001854412374086678, 0.2272922694683075, 0.0050410921685397625, 0.22240404784679413, -0.004537855740636587, 0.170938640832901, 0.000905389548279345, 0.014322607778012753, 0.17865079641342163, 0.8097236752510071, 0.9989610314369202, 0.01947132684290409, -0.0027488935738801956, 0.2907882332801819, 0.014158498495817184, 0.3117976486682892, 0.009272061288356781, 0.33219069242477417, 0.007144941948354244, 0.025009112432599068, 1.0447230339050293], "max": [1.026181936264038, -0.9766727685928345, 1.5362855195999146, 0.05202372744679451, -1.2019102573394775, 0.11444266140460968, -0.3223349153995514, -0.8308792114257812, 1.4329770803451538, 0.07038223743438721, 1.060835838317871, -0.21173085272312164, 0.9425135850906372, 1.2342969179153442, 0.0018653207225725055, 0.006043202243745327, 0.38878297805786133, 0.06974771618843079, 0.34053555130958557, 0.019634954631328583, 0.2943934202194214, 0.05020003393292427, 0.01952587068080902, 0.7842963933944702, 1.3061281442642212, 1.2446269989013672, 0.03145955875515938, 0.04908738657832146, 0.9617581963539124, 1.0267990827560425, 0.8462283611297607, 1.5458489656448364, 0.714843213558197, 1.8366098403930664, 0.645308256149292, 1.9163551330566406], "count": [126]}, "action": {"mean": [0.9099412560462952, -1.0438083410263062, 1.4727355241775513, 0.0138652129098773, -1.2481974363327026, 0.06256752461194992, -0.6361176371574402, -1.09581458568573, 1.3088650703430176, -0.13476017117500305, 0.9077456593513489, -0.3947632312774658, 0.7130717635154724, 1.1953688859939575, -0.0021262825466692448, 0.00521721551194787, 0.3259064853191376, 0.009448743425309658, 0.2750719487667084, -0.0022295245435088873, 0.2097286581993103, 0.00457360502332449, 0.015371964313089848, 0.5014165043830872, 1.0458991527557373, 1.1196929216384888, 0.020849430933594704, 0.012219135649502277, 0.6445698738098145, 0.4008215069770813, 0.5282676815986633, 0.6697116494178772, 0.5114104747772217, 0.8136691451072693, 0.3150155246257782, 1.5957573652267456], "std": [0.03978295251727104, 0.03509897366166115, 0.039781611412763596, 0.043660420924425125, 0.06448360532522202, 0.029068587347865105, 0.16349419951438904, 0.16776183247566223, 0.1051592230796814, 0.08259925246238708, 0.09154049307107925, 0.1369214504957199, 0.09272181242704391, 0.023262450471520424, 0.004265326540917158, 0.0014496053336188197, 0.03879445046186447, 0.012434517964720726, 0.040331874042749405, 0.004564049653708935, 0.0367295928299427, 0.009494130499660969, 0.0014797867042943835, 0.14565537869930267, 0.17692838609218597, 0.06705035269260406, 0.002240966074168682, 0.015769993886351585, 0.16630420088768005, 0.3715859055519104, 0.17723967134952545, 0.6440204977989197, 0.11570224165916443, 0.7143484354019165, 0.20492692291736603, 0.25287696719169617], "min": [0.8744492530822754, -1.10297691822052, 1.3846608400344849, -0.10953222215175629, -1.4433255195617676, 0.01797703467309475, -0.924887478351593, -1.294978380203247, 1.1253082752227783, -0.25431305170059204, 0.8018258213996887, -0.5777924060821533, 0.57692950963974, 1.1284571886062622, -0.013760830275714397, -0.001854412374086678, 0.2272922694683075, 0.0050410921685397625, 0.22240404784679413, -0.004537855740636587, 0.170938640832901, 0.000905389548279345, 0.014322607778012753, 0.17865079641342163, 0.8097236752510071, 0.9989610314369202, 0.01947132684290409, -0.0027488935738801956, 0.2907882332801819, 0.014158498495817184, 0.3117976486682892, 0.009272061288356781, 0.33219069242477417, 0.007144941948354244, 0.025009112432599068, 1.0447230339050293], "max": [1.026181936264038, -0.9766727685928345, 1.5362855195999146, 0.05202372744679451, -1.2019102573394775, 0.11444266140460968, -0.3223349153995514, -0.8308792114257812, 1.4329770803451538, 0.07038223743438721, 1.060835838317871, -0.21173085272312164, 0.9425135850906372, 1.2342969179153442, 0.0018653207225725055, 0.006043202243745327, 0.38878297805786133, 0.06974771618843079, 0.34053555130958557, 0.019634954631328583, 0.2943934202194214, 0.05020003393292427, 0.01952587068080902, 0.7842963933944702, 1.3061281442642212, 1.2446269989013672, 0.03145955875515938, 0.04908738657832146, 0.9617581963539124, 1.0267990827560425, 0.8462283611297607, 1.5458489656448364, 0.714843213558197, 1.8366098403930664, 0.645308256149292, 1.9163551330566406], "count": [126]}, "timestamp": {"min": [0.0], "max": [4.166666666666667], "mean": [2.0833333333333335], "std": [1.2123973801552888], "count": [126]}, "frame_index": {"min": [0], "max": [125], "mean": [62.5], "std": [36.37192140465866], "count": [126]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [126]}, "index": {"min": [7887], "max": [8012], "mean": [7949.5], "std": [36.37192140465866], "count": [126]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [126]}, "subtask_annotation": {"mean": [2.4523809523809526, 5.0, 5.0, 5.0, 5.0], "std": [1.4120071431602614, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [126]}, "scene_annotation": {"mean": [31.0], "std": [0.0], "min": [31], "max": [31], "count": [126]}, "eef_direction_state": {"mean": [4.507936507936508, 3.4761904761904763], "std": [1.9426133263342178, 1.562020901605403], "min": [0, 1], "max": [6, 6], "count": [126]}, "eef_velocity_state": {"mean": [0.5476190476190477, 1.5396825396825398], "std": [0.4977272609611156, 0.612706637003771], "min": [0, 0], "max": [1, 2], "count": [126]}, "eef_acc_mag_state": {"mean": [0.30158730158730157, 1.3174603174603174], "std": [0.6333313442304763, 0.7416283419824545], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_direction_action": {"mean": [4.507936507936508, 3.4761904761904763], "std": [1.9426133263342178, 1.562020901605403], "min": [0, 1], "max": [6, 6], "count": [126]}, "eef_velocity_action": {"mean": [0.5476190476190477, 1.5396825396825398], "std": [0.4977272609611156, 0.612706637003771], "min": [0, 0], "max": [1, 2], "count": [126]}, "eef_acc_mag_action": {"mean": [0.30158730158730157, 1.3174603174603174], "std": [0.6333313442304763, 0.7416283419824545], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_sim_pose_state": {"mean": [0.6874150983313132, 0.22571075358297224, 1.2156290384431812, -1.180167303742254, 0.40155640449320606, -2.0668046809236675, 0.681844823029624, -0.11410688782546613, 1.2215281556940765, 1.2394834887992776, 0.6089091580496597, 2.124505626263242], "std": [0.010699491578051157, 0.008607487653339876, 0.010736527691766515, 0.03712909217081107, 0.03762314297681728, 0.023927342892197133, 0.02103428412015578, 0.057377307712462806, 0.056120002435461724, 0.1353400398248516, 0.14298335653296892, 0.17243649160022792], "min": [0.657226458822974, 0.21747881851476336, 1.1969754922846971, -1.2224151411734012, 0.33743152506863905, -2.0964287146433023, 0.6524910703725588, -0.21797570204774505, 1.1497844829658903, 0.9181782340927627, 0.4105648686365877, 1.7811494386221216], "max": [0.700059711025808, 0.24794755752293582, 1.234340370418137, -1.0779923660273774, 0.45139456363790975, -2.0124927553406957, 0.715996271399302, -0.043713096770191084, 1.344161361438488, 1.3932912290551873, 0.8343070338090088, 2.3193228415369447], "count": [126]}, "eef_sim_pose_action": {"mean": [0.6874150983313132, 0.22571075358297224, 1.2156290384431812, -1.180167303742254, 0.40155640449320606, -2.0668046809236675, 0.681844823029624, -0.11410688782546613, 1.2215281556940765, 1.2394834887992776, 0.6089091580496597, 2.124505626263242], "std": [0.010699491578051157, 0.008607487653339876, 0.010736527691766515, 0.03712909217081107, 0.03762314297681728, 0.023927342892197133, 0.02103428412015578, 0.057377307712462806, 0.056120002435461724, 0.1353400398248516, 0.14298335653296892, 0.17243649160022792], "min": [0.657226458822974, 0.21747881851476336, 1.1969754922846971, -1.2224151411734012, 0.33743152506863905, -2.0964287146433023, 0.6524910703725588, -0.21797570204774505, 1.1497844829658903, 0.9181782340927627, 0.4105648686365877, 1.7811494386221216], "max": [0.700059711025808, 0.24794755752293582, 1.234340370418137, -1.0779923660273774, 0.45139456363790975, -2.0124927553406957, 0.715996271399302, -0.043713096770191084, 1.344161361438488, 1.3932912290551873, 0.8343070338090088, 2.3193228415369447], "count": [126]}}} +{"episode_index": 32, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4839414848856209]], [[0.4834645241013072]], [[0.4718836560457516]]], "std": [[[0.2275517944590318]], [[0.2263372756965865]], [[0.22940478172693146]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.12549019607843137]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46532935661764707]], [[0.47432423611111113]], [[0.4615552553104575]]], "std": [[[0.31205824276620064]], [[0.3182706644303225]], [[0.3241787140692747]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5547668770424836]], [[0.5747683394607843]], [[0.546998310866013]]], "std": [[[0.30589085075736666]], [[0.30947872867483445]], [[0.31824989909908]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43697588439542484]], [[0.46097755310457517]], [[0.4536827716503268]]], "std": [[[0.336602930938122]], [[0.3465670429421962]], [[0.35719082718116396]]], "count": [100]}, "observation.state": {"mean": [1.027293086051941, -1.0568537712097168, 1.43794846534729, -0.13796135783195496, -1.3864904642105103, 0.05065963417291641, -0.6227023601531982, -1.0924309492111206, 1.3144093751907349, -0.015834743157029152, 0.9247860312461853, -0.5063499212265015, 0.7810428142547607, 1.1711492538452148, -0.005347182974219322, 0.009705491364002228, 0.36610814929008484, 0.004264818038791418, 0.4971117079257965, 0.007881944067776203, 0.39158815145492554, 0.017787525430321693, 0.015051567927002907, 0.7082094550132751, 1.040200114250183, 1.1314783096313477, 0.021340088918805122, 0.012430611066520214, 0.6747246980667114, 0.4161028563976288, 0.6229873299598694, 0.7068624496459961, 0.6089351773262024, 0.9140892624855042, 0.44736066460609436, 1.5686739683151245], "std": [0.056993138045072556, 0.050438348203897476, 0.06216966360807419, 0.06667521595954895, 0.09464690089225769, 0.026491589844226837, 0.22552163898944855, 0.23074792325496674, 0.17181435227394104, 0.1349589079618454, 0.17215272784233093, 0.09786322712898254, 0.05750695988535881, 0.02233540453016758, 0.0034987726248800755, 0.011752603575587273, 0.09407541900873184, 0.0005673148552887142, 0.1341284215450287, 0.003616795875132084, 0.09950023889541626, 0.00527134258300066, 0.001679642591625452, 0.21547238528728485, 0.2055903673171997, 0.0705450102686882, 0.0018486154731363058, 0.034487538039684296, 0.18258707225322723, 0.3715004622936249, 0.183595672249794, 0.6225646138191223, 0.18160420656204224, 0.5950634479522705, 0.29361188411712646, 0.24739819765090942], "min": [0.97828209400177, -1.1287145614624023, 1.3252184391021729, -0.2745312750339508, -1.6097569465637207, 0.008964675478637218, -1.0831044912338257, -1.3527837991714478, 1.0108826160430908, -0.23913748562335968, 0.6923184990882874, -0.6726963520050049, 0.7109817266464233, 1.0874778032302856, -0.01032471377402544, 0.0054541537538170815, 0.04455922916531563, 0.001461713225580752, 0.1117408275604248, -0.006708608940243721, 0.07879871129989624, 0.015113459900021553, 0.0138971833512187, 0.011010119691491127, 0.7032367587089539, 0.9621272683143616, 0.02010401152074337, -0.0019525870447978377, 0.21389688551425934, -0.0005672319675795734, 0.12381656467914581, -0.003921536263078451, 0.27490875124931335, 0.03873758390545845, 0.011999138630926609, 1.1166986227035522], "max": [1.1422092914581299, -0.9682824611663818, 1.5229099988937378, -0.08682145178318024, -1.2956697940826416, 0.09865911304950714, -0.29330700635910034, -0.7248234748840332, 1.5103570222854614, 0.19622620940208435, 1.270122766494751, -0.3920495808124542, 0.9110479354858398, 1.2029081583023071, 0.004188789986073971, 0.06269610673189163, 0.42741474509239197, 0.005929271224886179, 0.6455100178718567, 0.016700617969036102, 0.4811381697654724, 0.04108068719506264, 0.022744547575712204, 0.9195048809051514, 1.2926945686340332, 1.2525900602340698, 0.029823314398527145, 0.13703064620494843, 0.8808895349502563, 1.0460630655288696, 0.920890212059021, 1.5736925601959229, 0.9276370406150818, 1.8212238550186157, 0.8932540416717529, 1.9187878370285034], "count": [107]}, "action": {"mean": [1.027293086051941, -1.0568537712097168, 1.43794846534729, -0.13796135783195496, -1.3864904642105103, 0.05065963417291641, -0.6227023601531982, -1.0924309492111206, 1.3144093751907349, -0.015834743157029152, 0.9247860312461853, -0.5063499212265015, 0.7810428142547607, 1.1711492538452148, -0.005347182974219322, 0.009705491364002228, 0.36610814929008484, 0.004264818038791418, 0.4971117079257965, 0.007881944067776203, 0.39158815145492554, 0.017787525430321693, 0.015051567927002907, 0.7082094550132751, 1.040200114250183, 1.1314783096313477, 0.021340088918805122, 0.012430611066520214, 0.6747246980667114, 0.4161028563976288, 0.6229873299598694, 0.7068624496459961, 0.6089351773262024, 0.9140892624855042, 0.44736066460609436, 1.5686739683151245], "std": [0.056993138045072556, 0.050438348203897476, 0.06216966360807419, 0.06667521595954895, 0.09464690089225769, 0.026491589844226837, 0.22552163898944855, 0.23074792325496674, 0.17181435227394104, 0.1349589079618454, 0.17215272784233093, 0.09786322712898254, 0.05750695988535881, 0.02233540453016758, 0.0034987726248800755, 0.011752603575587273, 0.09407541900873184, 0.0005673148552887142, 0.1341284215450287, 0.003616795875132084, 0.09950023889541626, 0.00527134258300066, 0.001679642591625452, 0.21547238528728485, 0.2055903673171997, 0.0705450102686882, 0.0018486154731363058, 0.034487538039684296, 0.18258707225322723, 0.3715004622936249, 0.183595672249794, 0.6225646138191223, 0.18160420656204224, 0.5950634479522705, 0.29361188411712646, 0.24739819765090942], "min": [0.97828209400177, -1.1287145614624023, 1.3252184391021729, -0.2745312750339508, -1.6097569465637207, 0.008964675478637218, -1.0831044912338257, -1.3527837991714478, 1.0108826160430908, -0.23913748562335968, 0.6923184990882874, -0.6726963520050049, 0.7109817266464233, 1.0874778032302856, -0.01032471377402544, 0.0054541537538170815, 0.04455922916531563, 0.001461713225580752, 0.1117408275604248, -0.006708608940243721, 0.07879871129989624, 0.015113459900021553, 0.0138971833512187, 0.011010119691491127, 0.7032367587089539, 0.9621272683143616, 0.02010401152074337, -0.0019525870447978377, 0.21389688551425934, -0.0005672319675795734, 0.12381656467914581, -0.003921536263078451, 0.27490875124931335, 0.03873758390545845, 0.011999138630926609, 1.1166986227035522], "max": [1.1422092914581299, -0.9682824611663818, 1.5229099988937378, -0.08682145178318024, -1.2956697940826416, 0.09865911304950714, -0.29330700635910034, -0.7248234748840332, 1.5103570222854614, 0.19622620940208435, 1.270122766494751, -0.3920495808124542, 0.9110479354858398, 1.2029081583023071, 0.004188789986073971, 0.06269610673189163, 0.42741474509239197, 0.005929271224886179, 0.6455100178718567, 0.016700617969036102, 0.4811381697654724, 0.04108068719506264, 0.022744547575712204, 0.9195048809051514, 1.2926945686340332, 1.2525900602340698, 0.029823314398527145, 0.13703064620494843, 0.8808895349502563, 1.0460630655288696, 0.920890212059021, 1.5736925601959229, 0.9276370406150818, 1.8212238550186157, 0.8932540416717529, 1.9187878370285034], "count": [107]}, "timestamp": {"min": [0.0], "max": [3.533333333333333], "mean": [1.7666666666666666], "std": [1.0295630140987], "count": [107]}, "frame_index": {"min": [0], "max": [106], "mean": [53.0], "std": [30.886890422961002], "count": [107]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [107]}, "index": {"min": [8013], "max": [8119], "mean": [8066.0], "std": [30.886890422961002], "count": [107]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [107]}, "subtask_annotation": {"mean": [2.2429906542056073, 5.0, 5.0, 5.0, 5.0], "std": [1.569815284659327, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [107]}, "scene_annotation": {"mean": [32.0], "std": [0.0], "min": [32], "max": [32], "count": [107]}, "eef_direction_state": {"mean": [4.364485981308412, 2.607476635514019], "std": [1.5125180055434695, 1.6162551000753302], "min": [0, 0], "max": [6, 6], "count": [107]}, "eef_velocity_state": {"mean": [0.9252336448598131, 1.7383177570093458], "std": [0.5587190720611261, 0.4603218824682155], "min": [0, 0], "max": [2, 2], "count": [107]}, "eef_acc_mag_state": {"mean": [0.7383177570093458, 1.102803738317757], "std": [0.8574734523356335, 0.8420555561316564], "min": [0, 0], "max": [2, 2], "count": [107]}, "eef_direction_action": {"mean": [4.364485981308412, 2.607476635514019], "std": [1.5125180055434695, 1.6162551000753302], "min": [0, 0], "max": [6, 6], "count": [107]}, "eef_velocity_action": {"mean": [0.9252336448598131, 1.7383177570093458], "std": [0.5587190720611261, 0.4603218824682155], "min": [0, 0], "max": [2, 2], "count": [107]}, "eef_acc_mag_action": {"mean": [0.7383177570093458, 1.102803738317757], "std": [0.8574734523356335, 0.8420555561316564], "min": [0, 0], "max": [2, 2], "count": [107]}, "eef_sim_pose_state": {"mean": [0.672917280887984, 0.24716414286858915, 1.2051919611142017, -1.1381485626376835, 0.293969910427356, -2.0073863425923397, 0.6955146817308716, -0.13316236482680627, 1.2390822243762487, 1.1742094847724265, 0.6236692073359792, 1.9719132643149744], "std": [0.016830115682285495, 0.017801628895900253, 0.019494751552709414, 0.062402032791013404, 0.023449459482590057, 0.046501873333205865, 0.03839243496967888, 0.06321696488893724, 0.06004742925541365, 0.13137189194826254, 0.1799775482224334, 0.13159739941056284], "min": [0.6364957168285879, 0.2333908766962751, 1.177914557070849, -1.213236996614949, 0.2598413777142914, -2.0469564820225443, 0.6176611418855079, -0.23013757314094013, 1.1787602517127846, 0.8826047148754848, 0.44306255456746424, 1.7188077930943706], "max": [0.6920890380603513, 0.2835089236793574, 1.239951034206417, -1.0006208775998895, 0.33873079272331075, -1.9113706573861364, 0.738357311967058, -0.05227938236323687, 1.3571006157739762, 1.3232270643868516, 1.0066376083044988, 2.1510333626698217], "count": [107]}, "eef_sim_pose_action": {"mean": [0.672917280887984, 0.24716414286858915, 1.2051919611142017, -1.1381485626376835, 0.293969910427356, -2.0073863425923397, 0.6955146817308716, -0.13316236482680627, 1.2390822243762487, 1.1742094847724265, 0.6236692073359792, 1.9719132643149744], "std": [0.016830115682285495, 0.017801628895900253, 0.019494751552709414, 0.062402032791013404, 0.023449459482590057, 0.046501873333205865, 0.03839243496967888, 0.06321696488893724, 0.06004742925541365, 0.13137189194826254, 0.1799775482224334, 0.13159739941056284], "min": [0.6364957168285879, 0.2333908766962751, 1.177914557070849, -1.213236996614949, 0.2598413777142914, -2.0469564820225443, 0.6176611418855079, -0.23013757314094013, 1.1787602517127846, 0.8826047148754848, 0.44306255456746424, 1.7188077930943706], "max": [0.6920890380603513, 0.2835089236793574, 1.239951034206417, -1.0006208775998895, 0.33873079272331075, -1.9113706573861364, 0.738357311967058, -0.05227938236323687, 1.3571006157739762, 1.3232270643868516, 1.0066376083044988, 2.1510333626698217], "count": [107]}}} +{"episode_index": 33, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4831341952614379]], [[0.48354874183006535]], [[0.4739091278594771]]], "std": [[[0.219258412586751]], [[0.21861724900268453]], [[0.2207787593040967]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.13333333333333333]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4817905269607843]], [[0.49344838235294114]], [[0.4800530433006536]]], "std": [[[0.31505930035467045]], [[0.32083412159908187]], [[0.32640039931680453]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.16862745098039217]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5699672630718955]], [[0.593157926879085]], [[0.5680565175653595]]], "std": [[[0.29593869245738025]], [[0.2998468919065689]], [[0.3103267475399749]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4341697487745098]], [[0.45733673815359477]], [[0.45016638071895426]]], "std": [[[0.33511515215639115]], [[0.34552196824995357]], [[0.35565335028745654]]], "count": [100]}, "observation.state": {"mean": [0.8973750472068787, -1.0826196670532227, 1.5199017524719238, 0.024463994428515434, -1.203547716140747, 0.023624032735824585, -0.685859203338623, -1.0509533882141113, 1.3228950500488281, 0.03360694646835327, 0.9388188719749451, -0.49612370133399963, 0.697028636932373, 1.1799713373184204, 0.004810039885342121, -0.0014308062382042408, 0.31435659527778625, 0.005917318165302277, 0.3615109324455261, 0.01013330090790987, 0.27749544382095337, 0.01624896563589573, 0.014856995083391666, 0.5462151765823364, 1.0421557426452637, 1.1234583854675293, 0.020051252096891403, 0.03117179684340954, 0.7831708192825317, 0.6068394780158997, 0.6683660745620728, 0.5419931411743164, 0.6432734131813049, 0.6279083490371704, 0.45959770679473877, 1.3668358325958252], "std": [0.06910311430692673, 0.06354012340307236, 0.07392799854278564, 0.08973345160484314, 0.09886614233255386, 0.047267697751522064, 0.1909920871257782, 0.25081440806388855, 0.18313372135162354, 0.10230632871389389, 0.11046452075242996, 0.09738195687532425, 0.04234599322080612, 0.0231334175914526, 0.0026446699630469084, 0.009283541701734066, 0.05779863893985748, 0.009795851074159145, 0.07404571026563644, 0.007821395061910152, 0.05502591282129288, 0.0035777322482317686, 0.002334129996597767, 0.16440343856811523, 0.13952191174030304, 0.073651023209095, 0.0033469682093709707, 0.035984303802251816, 0.13043701648712158, 0.4317744970321655, 0.22668619453907013, 0.5784499049186707, 0.2425917685031891, 0.49548113346099854, 0.2233104407787323, 0.3287302553653717], "min": [0.8383402228355408, -1.1749327182769775, 1.392093300819397, -0.14819133281707764, -1.4232789278030396, -0.04882887005805969, -1.1601625680923462, -1.3396586179733276, 1.0419431924819946, -0.1353892982006073, 0.8291847705841064, -0.6537579298019409, 0.6465244889259338, 1.141075849533081, -0.0011635528644546866, -0.007177666295319796, 0.10073167085647583, -0.01486256904900074, 0.13289034366607666, -0.010804678313434124, 0.0757482573390007, 0.014307336881756783, 0.013079061172902584, 0.06494466960430145, 0.7975980043411255, 0.9447088241577148, 0.018625935539603233, -0.001854412374086678, 0.372188538312912, -0.0014889839803799987, 0.04848233982920647, 0.0025143646635115147, 0.0481877475976944, 0.005809566006064415, 0.012058285996317863, 0.5181573629379272], "max": [1.0288991928100586, -0.9859023094177246, 1.6211638450622559, 0.1057998538017273, -1.1353427171707153, 0.1067516952753067, -0.43706369400024414, -0.6698312759399414, 1.556014895439148, 0.21324482560157776, 1.1978808641433716, -0.33789196610450745, 0.8401210308074951, 1.228559136390686, 0.01016654260456562, 0.04027734696865082, 0.36955711245536804, 0.012762719765305519, 0.4403465688228607, 0.014518958516418934, 0.33148711919784546, 0.031983159482479095, 0.020093467086553574, 0.8581293821334839, 1.2648128271102905, 1.245036005973816, 0.03505929931998253, 0.11287520080804825, 0.9043586850166321, 1.1780318021774292, 0.9475992321968079, 1.5932457447052002, 0.9713793396949768, 1.6276558637619019, 0.7701810598373413, 1.8640334606170654], "count": [107]}, "action": {"mean": [0.8973750472068787, -1.0826196670532227, 1.5199017524719238, 0.024463994428515434, -1.203547716140747, 0.023624032735824585, -0.685859203338623, -1.0509533882141113, 1.3228950500488281, 0.03360694646835327, 0.9388188719749451, -0.49612370133399963, 0.697028636932373, 1.1799713373184204, 0.004810039885342121, -0.0014308062382042408, 0.31435659527778625, 0.005917318165302277, 0.3615109324455261, 0.01013330090790987, 0.27749544382095337, 0.01624896563589573, 0.014856995083391666, 0.5462151765823364, 1.0421557426452637, 1.1234583854675293, 0.020051252096891403, 0.03117179684340954, 0.7831708192825317, 0.6068394780158997, 0.6683660745620728, 0.5419931411743164, 0.6432734131813049, 0.6279083490371704, 0.45959770679473877, 1.3668358325958252], "std": [0.06910311430692673, 0.06354012340307236, 0.07392799854278564, 0.08973345160484314, 0.09886614233255386, 0.047267697751522064, 0.1909920871257782, 0.25081440806388855, 0.18313372135162354, 0.10230632871389389, 0.11046452075242996, 0.09738195687532425, 0.04234599322080612, 0.0231334175914526, 0.0026446699630469084, 0.009283541701734066, 0.05779863893985748, 0.009795851074159145, 0.07404571026563644, 0.007821395061910152, 0.05502591282129288, 0.0035777322482317686, 0.002334129996597767, 0.16440343856811523, 0.13952191174030304, 0.073651023209095, 0.0033469682093709707, 0.035984303802251816, 0.13043701648712158, 0.4317744970321655, 0.22668619453907013, 0.5784499049186707, 0.2425917685031891, 0.49548113346099854, 0.2233104407787323, 0.3287302553653717], "min": [0.8383402228355408, -1.1749327182769775, 1.392093300819397, -0.14819133281707764, -1.4232789278030396, -0.04882887005805969, -1.1601625680923462, -1.3396586179733276, 1.0419431924819946, -0.1353892982006073, 0.8291847705841064, -0.6537579298019409, 0.6465244889259338, 1.141075849533081, -0.0011635528644546866, -0.007177666295319796, 0.10073167085647583, -0.01486256904900074, 0.13289034366607666, -0.010804678313434124, 0.0757482573390007, 0.014307336881756783, 0.013079061172902584, 0.06494466960430145, 0.7975980043411255, 0.9447088241577148, 0.018625935539603233, -0.001854412374086678, 0.372188538312912, -0.0014889839803799987, 0.04848233982920647, 0.0025143646635115147, 0.0481877475976944, 0.005809566006064415, 0.012058285996317863, 0.5181573629379272], "max": [1.0288991928100586, -0.9859023094177246, 1.6211638450622559, 0.1057998538017273, -1.1353427171707153, 0.1067516952753067, -0.43706369400024414, -0.6698312759399414, 1.556014895439148, 0.21324482560157776, 1.1978808641433716, -0.33789196610450745, 0.8401210308074951, 1.228559136390686, 0.01016654260456562, 0.04027734696865082, 0.36955711245536804, 0.012762719765305519, 0.4403465688228607, 0.014518958516418934, 0.33148711919784546, 0.031983159482479095, 0.020093467086553574, 0.8581293821334839, 1.2648128271102905, 1.245036005973816, 0.03505929931998253, 0.11287520080804825, 0.9043586850166321, 1.1780318021774292, 0.9475992321968079, 1.5932457447052002, 0.9713793396949768, 1.6276558637619019, 0.7701810598373413, 1.8640334606170654], "count": [107]}, "timestamp": {"min": [0.0], "max": [3.533333333333333], "mean": [1.7666666666666666], "std": [1.0295630140987], "count": [107]}, "frame_index": {"min": [0], "max": [106], "mean": [53.0], "std": [30.886890422961002], "count": [107]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [107]}, "index": {"min": [8120], "max": [8226], "mean": [8173.0], "std": [30.886890422961002], "count": [107]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [107]}, "subtask_annotation": {"mean": [2.317757009345794, 5.0, 5.0, 5.0, 5.0], "std": [1.6833329802103767, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [107]}, "scene_annotation": {"mean": [33.0], "std": [0.0], "min": [33], "max": [33], "count": [107]}, "eef_direction_state": {"mean": [4.280373831775701, 3.1401869158878504], "std": [1.5515707598645399, 1.6374621241583283], "min": [1, 0], "max": [6, 6], "count": [107]}, "eef_velocity_state": {"mean": [0.8037383177570093, 1.560747663551402], "std": [0.6330352980140592, 0.6291601001759561], "min": [0, 0], "max": [2, 2], "count": [107]}, "eef_acc_mag_state": {"mean": [0.7570093457943925, 1.2523364485981308], "std": [0.8410176467563844, 0.798286224450939], "min": [0, 0], "max": [2, 2], "count": [107]}, "eef_direction_action": {"mean": [4.280373831775701, 3.1401869158878504], "std": [1.5515707598645399, 1.6374621241583283], "min": [1, 0], "max": [6, 6], "count": [107]}, "eef_velocity_action": {"mean": [0.8037383177570093, 1.560747663551402], "std": [0.6330352980140592, 0.6291601001759561], "min": [0, 0], "max": [2, 2], "count": [107]}, "eef_acc_mag_action": {"mean": [0.7570093457943925, 1.2523364485981308], "std": [0.8410176467563844, 0.798286224450939], "min": [0, 0], "max": [2, 2], "count": [107]}, "eef_sim_pose_state": {"mean": [0.6989393390109996, 0.22312096008446075, 1.2034552874280833, -1.2191224867931127, 0.37731193505054467, -2.077705358816132, 0.7009019188933643, -0.16313012102848368, 1.2279544037555192, 1.2374488927422431, 0.6240491963013584, 1.9695046936563563], "std": [0.016299002087314288, 0.020595656406012658, 0.016887561891599307, 0.058715425811840284, 0.02763124276014319, 0.060593581538199125, 0.042526960409752776, 0.06238242081858717, 0.04218159210030578, 0.122422716443244, 0.20725804998992048, 0.09720728468031817], "min": [0.6632636434790866, 0.2022309019993251, 1.177810146172024, -1.2782575011177448, 0.34478766979600706, -2.1385195601082945, 0.6347736375507949, -0.26144304208738844, 1.1706063675616274, 0.9822228810662669, 0.3743570311791957, 1.734872260391624], "max": [0.7165560597359171, 0.2618882982298556, 1.2359463593749591, -1.0720288222648495, 0.43376815707842686, -1.9648263365608107, 0.7571627542073966, -0.0749842930323511, 1.3200918357583387, 1.4444042644689892, 0.9964837981063566, 2.0820278545224165], "count": [107]}, "eef_sim_pose_action": {"mean": [0.6989393390109996, 0.22312096008446075, 1.2034552874280833, -1.2191224867931127, 0.37731193505054467, -2.077705358816132, 0.7009019188933643, -0.16313012102848368, 1.2279544037555192, 1.2374488927422431, 0.6240491963013584, 1.9695046936563563], "std": [0.016299002087314288, 0.020595656406012658, 0.016887561891599307, 0.058715425811840284, 0.02763124276014319, 0.060593581538199125, 0.042526960409752776, 0.06238242081858717, 0.04218159210030578, 0.122422716443244, 0.20725804998992048, 0.09720728468031817], "min": [0.6632636434790866, 0.2022309019993251, 1.177810146172024, -1.2782575011177448, 0.34478766979600706, -2.1385195601082945, 0.6347736375507949, -0.26144304208738844, 1.1706063675616274, 0.9822228810662669, 0.3743570311791957, 1.734872260391624], "max": [0.7165560597359171, 0.2618882982298556, 1.2359463593749591, -1.0720288222648495, 0.43376815707842686, -1.9648263365608107, 0.7571627542073966, -0.0749842930323511, 1.3200918357583387, 1.4444042644689892, 0.9964837981063566, 2.0820278545224165], "count": [107]}}} +{"episode_index": 34, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48709886384460327]], [[0.4871576072017592]], [[0.47421344908679985]]], "std": [[[0.2262484258749591]], [[0.22549482869959325]], [[0.23141524880132103]]], "count": [107]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.12549019607843137]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49937312740516765]], [[0.5121448292712724]], [[0.5029475138965243]]], "std": [[[0.31889531931372717]], [[0.32447760199777914]], [[0.3309397153850669]]], "count": [107]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5333000503939894]], [[0.5572971279243785]], [[0.520982795415674]]], "std": [[[0.29607665362162]], [[0.3006497846719719]], [[0.3041496306379838]]], "count": [107]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4256780778510781]], [[0.4441957825575713]], [[0.44042887002932013]]], "std": [[[0.3383929786903592]], [[0.3480722206457479]], [[0.3637674591304022]]], "count": [107]}, "observation.state": {"mean": [1.008968472480774, -1.3355743885040283, 1.7014960050582886, -0.20142634212970734, -1.4228819608688354, -0.0845269039273262, -0.4656693637371063, -1.2279304265975952, 1.4923433065414429, -0.292381227016449, 0.5974903702735901, -0.528306245803833, 0.8544009327888489, 1.0819761753082275, 0.01813170686364174, 0.10622434318065643, 0.10786391794681549, 0.00364181911572814, 0.07285569608211517, -0.0020163836888968945, 0.057084545493125916, 0.013466442003846169, 0.020577674731612206, 0.17272430658340454, 0.9317735433578491, 1.1040034294128418, 0.02162443846464157, 0.02057112567126751, 0.8020420670509338, 0.6310113668441772, 0.7324005365371704, 0.7657136917114258, 0.7044335603713989, 1.0372871160507202, 0.6065883636474609, 1.5113067626953125], "std": [0.03735141083598137, 0.022566216066479683, 0.034985434263944626, 0.0413653738796711, 0.016037194058299065, 0.030397407710552216, 0.12918661534786224, 0.10999613255262375, 0.11368700861930847, 0.15292377769947052, 0.14058125019073486, 0.11423181742429733, 0.04360691085457802, 0.02530132606625557, 0.0014730950351804495, 0.015050445683300495, 0.048113979399204254, 0.002369407331570983, 0.04433440789580345, 0.00032502488465979695, 0.02901649847626686, 0.0003363685682415962, 0.0034506910014897585, 0.09361456334590912, 0.17212733626365662, 0.09244397282600403, 0.001817240845412016, 0.02361464686691761, 0.1659146398305893, 0.4850808084011078, 0.21896310150623322, 0.6820158958435059, 0.2568485140800476, 0.6897884011268616, 0.3492492735385895, 0.38819342851638794], "min": [0.9596375226974487, -1.3691514730453491, 1.5992408990859985, -0.31548893451690674, -1.4634227752685547, -0.106336310505867, -0.8907930850982666, -1.3776869773864746, 1.2127584218978882, -0.5043225884437561, 0.4715037941932678, -0.7373326420783997, 0.7863144278526306, 1.0068804025650024, 0.015947945415973663, 0.07491825520992279, 0.018009616062045097, -0.009097528643906116, 0.00890117883682251, -0.0028252515476197004, 0.012348203919827938, 0.0128172617405653, 0.015965398401021957, -0.004081161692738533, 0.5628250241279602, 0.932338535785675, 0.020518528297543526, -0.0018871373031288385, 0.2729858458042145, -0.001636246219277382, 0.09070803225040436, -0.007112216670066118, 0.023321963846683502, 0.014775136485695839, 0.010504700243473053, 0.26131942868232727], "max": [1.1113166809082031, -1.2627317905426025, 1.777222990989685, -0.1445792317390442, -1.3792724609375, 0.04334516078233719, -0.18343013525009155, -0.9774505496025085, 1.6710059642791748, 0.1293202042579651, 0.9695677757263184, -0.3116416931152344, 0.9343729019165039, 1.1166616678237915, 0.029452430084347725, 0.14415328204631805, 0.16847336292266846, 0.018358681350946426, 0.14230976998806, -0.0012871803482994437, 0.12014955282211304, 0.014813481830060482, 0.03490658476948738, 0.32999810576438904, 1.22359037399292, 1.4368914365768433, 0.03966260701417923, 0.09398598223924637, 1.0695868730545044, 1.6687966585159302, 1.035318374633789, 1.7828538417816162, 1.1602239608764648, 1.9233310222625732, 1.1867257356643677, 1.935182809829712], "count": [509]}, "action": {"mean": [1.008968472480774, -1.3355743885040283, 1.7014960050582886, -0.20142634212970734, -1.4228819608688354, -0.0845269039273262, -0.4656693637371063, -1.2279304265975952, 1.4923433065414429, -0.292381227016449, 0.5974903702735901, -0.528306245803833, 0.8544009327888489, 1.0819761753082275, 0.01813170686364174, 0.10622434318065643, 0.10786391794681549, 0.00364181911572814, 0.07285569608211517, -0.0020163836888968945, 0.057084545493125916, 0.013466442003846169, 0.020577674731612206, 0.17272430658340454, 0.9317735433578491, 1.1040034294128418, 0.02162443846464157, 0.02057112567126751, 0.8020420670509338, 0.6310113668441772, 0.7324005365371704, 0.7657136917114258, 0.7044335603713989, 1.0372871160507202, 0.6065883636474609, 1.5113067626953125], "std": [0.03735141083598137, 0.022566216066479683, 0.034985434263944626, 0.0413653738796711, 0.016037194058299065, 0.030397407710552216, 0.12918661534786224, 0.10999613255262375, 0.11368700861930847, 0.15292377769947052, 0.14058125019073486, 0.11423181742429733, 0.04360691085457802, 0.02530132606625557, 0.0014730950351804495, 0.015050445683300495, 0.048113979399204254, 0.002369407331570983, 0.04433440789580345, 0.00032502488465979695, 0.02901649847626686, 0.0003363685682415962, 0.0034506910014897585, 0.09361456334590912, 0.17212733626365662, 0.09244397282600403, 0.001817240845412016, 0.02361464686691761, 0.1659146398305893, 0.4850808084011078, 0.21896310150623322, 0.6820158958435059, 0.2568485140800476, 0.6897884011268616, 0.3492492735385895, 0.38819342851638794], "min": [0.9596375226974487, -1.3691514730453491, 1.5992408990859985, -0.31548893451690674, -1.4634227752685547, -0.106336310505867, -0.8907930850982666, -1.3776869773864746, 1.2127584218978882, -0.5043225884437561, 0.4715037941932678, -0.7373326420783997, 0.7863144278526306, 1.0068804025650024, 0.015947945415973663, 0.07491825520992279, 0.018009616062045097, -0.009097528643906116, 0.00890117883682251, -0.0028252515476197004, 0.012348203919827938, 0.0128172617405653, 0.015965398401021957, -0.004081161692738533, 0.5628250241279602, 0.932338535785675, 0.020518528297543526, -0.0018871373031288385, 0.2729858458042145, -0.001636246219277382, 0.09070803225040436, -0.007112216670066118, 0.023321963846683502, 0.014775136485695839, 0.010504700243473053, 0.26131942868232727], "max": [1.1113166809082031, -1.2627317905426025, 1.777222990989685, -0.1445792317390442, -1.3792724609375, 0.04334516078233719, -0.18343013525009155, -0.9774505496025085, 1.6710059642791748, 0.1293202042579651, 0.9695677757263184, -0.3116416931152344, 0.9343729019165039, 1.1166616678237915, 0.029452430084347725, 0.14415328204631805, 0.16847336292266846, 0.018358681350946426, 0.14230976998806, -0.0012871803482994437, 0.12014955282211304, 0.014813481830060482, 0.03490658476948738, 0.32999810576438904, 1.22359037399292, 1.4368914365768433, 0.03966260701417923, 0.09398598223924637, 1.0695868730545044, 1.6687966585159302, 1.035318374633789, 1.7828538417816162, 1.1602239608764648, 1.9233310222625732, 1.1867257356643677, 1.935182809829712], "count": [509]}, "timestamp": {"min": [0.0], "max": [16.933333333333334], "mean": [8.466666666666665], "std": [4.897845331254233], "count": [509]}, "frame_index": {"min": [0], "max": [508], "mean": [254.0], "std": [146.935359937627], "count": [509]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [509]}, "index": {"min": [8227], "max": [8735], "mean": [8481.0], "std": [146.935359937627], "count": [509]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [509]}, "subtask_annotation": {"mean": [2.744597249508841, 5.0, 5.0, 5.0, 5.0], "std": [0.9839554137559412, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [509]}, "scene_annotation": {"mean": [34.0], "std": [0.0], "min": [34], "max": [34], "count": [509]}, "eef_direction_state": {"mean": [5.465618860510806, 4.009823182711198], "std": [1.3680671478905522, 1.6708237583910572], "min": [0, 0], "max": [6, 6], "count": [509]}, "eef_velocity_state": {"mean": [0.15324165029469547, 1.1237721021611002], "std": [0.3602202755393606, 0.688385768115748], "min": [0, 0], "max": [1, 2], "count": [509]}, "eef_acc_mag_state": {"mean": [0.04518664047151277, 0.899803536345776], "std": [0.2730915463177968, 0.850158866875239], "min": [0, 0], "max": [2, 2], "count": [509]}, "eef_direction_action": {"mean": [5.465618860510806, 4.009823182711198], "std": [1.3680671478905522, 1.6708237583910572], "min": [0, 0], "max": [6, 6], "count": [509]}, "eef_velocity_action": {"mean": [0.15324165029469547, 1.1237721021611002], "std": [0.3602202755393606, 0.688385768115748], "min": [0, 0], "max": [1, 2], "count": [509]}, "eef_acc_mag_action": {"mean": [0.04518664047151277, 0.899803536345776], "std": [0.2730915463177968, 0.850158866875239], "min": [0, 0], "max": [2, 2], "count": [509]}, "eef_sim_pose_state": {"mean": [0.7017945542063883, 0.22592324496004332, 1.1564020488116182, -1.0894186404059525, 0.11756920433291078, -2.024727677462146, 0.7428432029510018, -0.09439205437050353, 1.2058898195017924, 1.4134494941559343, 0.89439093953504, 2.157123004142562], "std": [0.0050845039938867825, 0.014792640572049086, 0.009024636943847534, 0.024120445476817052, 0.026271236608162052, 0.04152496338003185, 0.025689194289116805, 0.030460068336622806, 0.05194928815212225, 0.2211727467026041, 0.14267627740716152, 0.1663094847327958], "min": [0.6886374630143137, 0.20712628989689202, 1.144203187648894, -1.1318426707286948, 0.09027708365453257, -2.0813310695057403, 0.6727910395637083, -0.18006184288691218, 1.1477290803056326, 0.7036943358889487, 0.6325300837002152, 1.6159447256939625], "max": [0.7117548883222504, 0.2654497231548289, 1.1723530253191645, -1.0485782862856166, 0.1886439002462188, -1.9312810045722495, 0.7778406233694679, -0.045182308165135965, 1.3821927857503757, 1.6924013793506907, 1.1320039879132064, 2.408648625518791], "count": [509]}, "eef_sim_pose_action": {"mean": [0.7017945542063883, 0.22592324496004332, 1.1564020488116182, -1.0894186404059525, 0.11756920433291078, -2.024727677462146, 0.7428432029510018, -0.09439205437050353, 1.2058898195017924, 1.4134494941559343, 0.89439093953504, 2.157123004142562], "std": [0.0050845039938867825, 0.014792640572049086, 0.009024636943847534, 0.024120445476817052, 0.026271236608162052, 0.04152496338003185, 0.025689194289116805, 0.030460068336622806, 0.05194928815212225, 0.2211727467026041, 0.14267627740716152, 0.1663094847327958], "min": [0.6886374630143137, 0.20712628989689202, 1.144203187648894, -1.1318426707286948, 0.09027708365453257, -2.0813310695057403, 0.6727910395637083, -0.18006184288691218, 1.1477290803056326, 0.7036943358889487, 0.6325300837002152, 1.6159447256939625], "max": [0.7117548883222504, 0.2654497231548289, 1.1723530253191645, -1.0485782862856166, 0.1886439002462188, -1.9312810045722495, 0.7778406233694679, -0.045182308165135965, 1.3821927857503757, 1.6924013793506907, 1.1320039879132064, 2.408648625518791], "count": [509]}}} +{"episode_index": 35, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47903763480392153]], [[0.48324121732026143]], [[0.4731596629901961]]], "std": [[[0.23144456263451244]], [[0.22940553240340095]], [[0.23164503583284793]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.13333333333333333]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4753836437908497]], [[0.4867303819444444]], [[0.47498657679738565]]], "std": [[[0.3112165245326614]], [[0.31843187551226726]], [[0.32382117561244694]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.1450980392156863]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5113613174019608]], [[0.525620529003268]], [[0.5031264215686274]]], "std": [[[0.307085527939223]], [[0.3117840959801382]], [[0.31921183343137266]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43026449550653595]], [[0.4517709272875817]], [[0.44492190972222223]]], "std": [[[0.33582789930854146]], [[0.34557157080722106]], [[0.3569938590234101]]], "count": [100]}, "observation.state": {"mean": [0.9968183040618896, -1.0895605087280273, 1.501982569694519, -0.04004102945327759, -1.2599905729293823, -0.03276824578642845, -0.5248796939849854, -1.1216468811035156, 1.3552411794662476, -0.12192250043153763, 0.7852538824081421, -0.4858524203300476, 0.8523786067962646, 1.1373130083084106, -0.003358570160344243, -0.0027459743432700634, 0.21875645220279694, 0.014962599612772465, 0.21523569524288177, 0.02194146253168583, 0.19692213833332062, 0.014810067601501942, 0.014190145768225193, 0.661861777305603, 1.0037410259246826, 1.119803786277771, 0.02011709474027157, 0.031934838742017746, 0.6810541152954102, 0.6020644307136536, 0.5631778836250305, 0.6179391145706177, 0.536445140838623, 0.7958036661148071, 0.38359335064888, 1.4835761785507202], "std": [0.05989872291684151, 0.02822382003068924, 0.03688430413603783, 0.07008251547813416, 0.0707579255104065, 0.023949220776557922, 0.1360984742641449, 0.20112697780132294, 0.1388668566942215, 0.12685821950435638, 0.11887795478105545, 0.07592877000570297, 0.028871769085526466, 0.02033003605902195, 0.0028144128154963255, 0.0004555208724923432, 0.023012373596429825, 0.011270588263869286, 0.04696591943502426, 0.0006358920363709331, 0.04324594885110855, 0.00590494042262435, 0.000351572671206668, 0.14670264720916748, 0.2167452722787857, 0.09335560351610184, 0.003598923562094569, 0.038710713386535645, 0.1325438767671585, 0.4174954295158386, 0.20732872188091278, 0.5978647470474243, 0.24483412504196167, 0.6499961018562317, 0.3001847267150879, 0.36572855710983276], "min": [0.9318732619285583, -1.1321717500686646, 1.4208056926727295, -0.19046033918857574, -1.4285836219787598, -0.07144321501255035, -0.9686141014099121, -1.3260328769683838, 1.0724231004714966, -0.4811932444572449, 0.589756965637207, -0.6018611192703247, 0.8031569123268127, 1.0611145496368408, -0.009404415264725685, -0.005105087999254465, 0.17417803406715393, 0.010984665714204311, 0.1005183607339859, 0.018304139375686646, 0.08385412395000458, 0.012522737495601177, 0.013437096029520035, 0.24783243238925934, 0.6704226136207581, 0.9322130084037781, 0.01840231381356716, -0.002699806122109294, 0.4372595250606537, 0.021383456885814667, 0.12493284791707993, -0.0005345070967450738, 0.09949734807014465, 0.012626664713025093, 0.010357437655329704, 0.3881457448005676], "max": [1.129236102104187, -1.0417370796203613, 1.5455601215362549, 0.04601548984646797, -1.1659084558486938, 0.013222366571426392, -0.3726062476634979, -0.7485980987548828, 1.5024771690368652, 0.037813764065504074, 1.046506643295288, -0.3424339294433594, 0.9352237582206726, 1.1506410837173462, 0.002879793057218194, -0.002279836218804121, 0.2593177556991577, 0.06832963973283768, 0.2730349600315094, 0.024172808974981308, 0.23945371806621552, 0.04596760869026184, 0.014944381080567837, 0.80806565284729, 1.3236960172653198, 1.2864329814910889, 0.03913901001214981, 0.12919799983501434, 0.8908160328865051, 1.2480413913726807, 0.9357201457023621, 1.640516757965088, 0.978606104850769, 1.8488982915878296, 0.8475155234336853, 1.9100066423416138], "count": [145]}, "action": {"mean": [0.9968183040618896, -1.0895605087280273, 1.501982569694519, -0.04004102945327759, -1.2599905729293823, -0.03276824578642845, -0.5248796939849854, -1.1216468811035156, 1.3552411794662476, -0.12192250043153763, 0.7852538824081421, -0.4858524203300476, 0.8523786067962646, 1.1373130083084106, -0.003358570160344243, -0.0027459743432700634, 0.21875645220279694, 0.014962599612772465, 0.21523569524288177, 0.02194146253168583, 0.19692213833332062, 0.014810067601501942, 0.014190145768225193, 0.661861777305603, 1.0037410259246826, 1.119803786277771, 0.02011709474027157, 0.031934838742017746, 0.6810541152954102, 0.6020644307136536, 0.5631778836250305, 0.6179391145706177, 0.536445140838623, 0.7958036661148071, 0.38359335064888, 1.4835761785507202], "std": [0.05989872291684151, 0.02822382003068924, 0.03688430413603783, 0.07008251547813416, 0.0707579255104065, 0.023949220776557922, 0.1360984742641449, 0.20112697780132294, 0.1388668566942215, 0.12685821950435638, 0.11887795478105545, 0.07592877000570297, 0.028871769085526466, 0.02033003605902195, 0.0028144128154963255, 0.0004555208724923432, 0.023012373596429825, 0.011270588263869286, 0.04696591943502426, 0.0006358920363709331, 0.04324594885110855, 0.00590494042262435, 0.000351572671206668, 0.14670264720916748, 0.2167452722787857, 0.09335560351610184, 0.003598923562094569, 0.038710713386535645, 0.1325438767671585, 0.4174954295158386, 0.20732872188091278, 0.5978647470474243, 0.24483412504196167, 0.6499961018562317, 0.3001847267150879, 0.36572855710983276], "min": [0.9318732619285583, -1.1321717500686646, 1.4208056926727295, -0.19046033918857574, -1.4285836219787598, -0.07144321501255035, -0.9686141014099121, -1.3260328769683838, 1.0724231004714966, -0.4811932444572449, 0.589756965637207, -0.6018611192703247, 0.8031569123268127, 1.0611145496368408, -0.009404415264725685, -0.005105087999254465, 0.17417803406715393, 0.010984665714204311, 0.1005183607339859, 0.018304139375686646, 0.08385412395000458, 0.012522737495601177, 0.013437096029520035, 0.24783243238925934, 0.6704226136207581, 0.9322130084037781, 0.01840231381356716, -0.002699806122109294, 0.4372595250606537, 0.021383456885814667, 0.12493284791707993, -0.0005345070967450738, 0.09949734807014465, 0.012626664713025093, 0.010357437655329704, 0.3881457448005676], "max": [1.129236102104187, -1.0417370796203613, 1.5455601215362549, 0.04601548984646797, -1.1659084558486938, 0.013222366571426392, -0.3726062476634979, -0.7485980987548828, 1.5024771690368652, 0.037813764065504074, 1.046506643295288, -0.3424339294433594, 0.9352237582206726, 1.1506410837173462, 0.002879793057218194, -0.002279836218804121, 0.2593177556991577, 0.06832963973283768, 0.2730349600315094, 0.024172808974981308, 0.23945371806621552, 0.04596760869026184, 0.014944381080567837, 0.80806565284729, 1.3236960172653198, 1.2864329814910889, 0.03913901001214981, 0.12919799983501434, 0.8908160328865051, 1.2480413913726807, 0.9357201457023621, 1.640516757965088, 0.978606104850769, 1.8488982915878296, 0.8475155234336853, 1.9100066423416138], "count": [145]}, "timestamp": {"min": [0.0], "max": [4.8], "mean": [2.4], "std": [1.39522996909709], "count": [145]}, "frame_index": {"min": [0], "max": [144], "mean": [72.0], "std": [41.8568990729127], "count": [145]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [145]}, "index": {"min": [8736], "max": [8880], "mean": [8808.0], "std": [41.8568990729127], "count": [145]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [145]}, "subtask_annotation": {"mean": [2.613793103448276, 5.0, 5.0, 5.0, 5.0], "std": [1.4630445671508714, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [145]}, "scene_annotation": {"mean": [35.0], "std": [0.0], "min": [35], "max": [35], "count": [145]}, "eef_direction_state": {"mean": [4.248275862068965, 3.5448275862068965], "std": [1.7401190386659495, 1.4526043690668524], "min": [0, 0], "max": [6, 6], "count": [145]}, "eef_velocity_state": {"mean": [0.7103448275862069, 1.5310344827586206], "std": [0.574363112100883, 0.5994845189545032], "min": [0, 0], "max": [2, 2], "count": [145]}, "eef_acc_mag_state": {"mean": [0.5241379310344828, 1.0689655172413792], "std": [0.7708728471624042, 0.775977002981253], "min": [0, 0], "max": [2, 2], "count": [145]}, "eef_direction_action": {"mean": [4.248275862068965, 3.5448275862068965], "std": [1.7401190386659495, 1.4526043690668524], "min": [0, 0], "max": [6, 6], "count": [145]}, "eef_velocity_action": {"mean": [0.7103448275862069, 1.5310344827586206], "std": [0.574363112100883, 0.5994845189545032], "min": [0, 0], "max": [2, 2], "count": [145]}, "eef_acc_mag_action": {"mean": [0.5241379310344828, 1.0689655172413792], "std": [0.7708728471624042, 0.775977002981253], "min": [0, 0], "max": [2, 2], "count": [145]}, "eef_sim_pose_state": {"mean": [0.6880301966779707, 0.2337488957067292, 1.1793475177152606, -1.2590222632158847, 0.2907430434208793, -2.0966023901589192, 0.7090248445321947, -0.11184196075005345, 1.2408574687206395, 1.2524281914974356, 0.6848465898754786, 2.073753599191365], "std": [0.010686545426593473, 0.0178363392225813, 0.008269216105267221, 0.035533408278457544, 0.024807659985928168, 0.046621063287755234, 0.0301025479074091, 0.0586440416934817, 0.05190657079830577, 0.19931119047864365, 0.16823245698656433, 0.1590849809939506], "min": [0.6634762295702357, 0.20820120678276074, 1.1651936765262656, -1.328875649441265, 0.2517890340442652, -2.160512202820513, 0.6404410277026114, -0.2297414783048996, 1.1868127625092217, 0.8056734008245772, 0.3972611804413104, 1.7031141440433026], "max": [0.7038645716711742, 0.2682030617434244, 1.1976597824131108, -1.190206007059423, 0.3195931646118575, -2.0076429125227264, 0.7441357925920014, -0.04753944365690915, 1.3683899036168001, 1.7017768665595776, 1.0155588276881917, 2.4989188372556743], "count": [145]}, "eef_sim_pose_action": {"mean": [0.6880301966779707, 0.2337488957067292, 1.1793475177152606, -1.2590222632158847, 0.2907430434208793, -2.0966023901589192, 0.7090248445321947, -0.11184196075005345, 1.2408574687206395, 1.2524281914974356, 0.6848465898754786, 2.073753599191365], "std": [0.010686545426593473, 0.0178363392225813, 0.008269216105267221, 0.035533408278457544, 0.024807659985928168, 0.046621063287755234, 0.0301025479074091, 0.0586440416934817, 0.05190657079830577, 0.19931119047864365, 0.16823245698656433, 0.1590849809939506], "min": [0.6634762295702357, 0.20820120678276074, 1.1651936765262656, -1.328875649441265, 0.2517890340442652, -2.160512202820513, 0.6404410277026114, -0.2297414783048996, 1.1868127625092217, 0.8056734008245772, 0.3972611804413104, 1.7031141440433026], "max": [0.7038645716711742, 0.2682030617434244, 1.1976597824131108, -1.190206007059423, 0.3195931646118575, -2.0076429125227264, 0.7441357925920014, -0.04753944365690915, 1.3683899036168001, 1.7017768665595776, 1.0155588276881917, 2.4989188372556743], "count": [145]}}} +{"episode_index": 36, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4881903165849673]], [[0.4897699591503268]], [[0.4786199673202614]]], "std": [[[0.22051298839022793]], [[0.21793800745365563]], [[0.2214935845106261]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.15294117647058825]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5038692095588235]], [[0.5173106168300653]], [[0.5081722875816993]]], "std": [[[0.31676598006760986]], [[0.32194210457528727]], [[0.32834344047708247]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.16470588235294117]], [[0.11764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.553243660130719]], [[0.5736489256535948]], [[0.5511378308823529]]], "std": [[[0.3018562413840359]], [[0.3063235346639108]], [[0.31622648002686216]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44186008782679737]], [[0.4555000306372549]], [[0.4503083925653595]]], "std": [[[0.3405129420642082]], [[0.3485294332113568]], [[0.3596719673054018]]], "count": [100]}, "observation.state": {"mean": [1.0938581228256226, -1.1455854177474976, 1.5087448358535767, -0.27254176139831543, -1.4409571886062622, -0.06165270134806633, -0.6516304612159729, -1.024444818496704, 1.2738174200057983, 0.019047781825065613, 0.9023576378822327, -0.5158067345619202, 0.8249514698982239, 1.1629594564437866, 0.009851922281086445, 0.008315788581967354, 0.14351309835910797, 0.005970777478069067, 0.11080335825681686, 0.007662911433726549, 0.05457500368356705, 0.0063899243250489235, 0.019231708720326424, 0.14129099249839783, 0.9406725764274597, 1.1027898788452148, 0.020145133137702942, 0.017432179301977158, 0.6959072947502136, 0.5403307676315308, 0.6640563607215881, 0.7190738916397095, 0.6737858653068542, 0.934963047504425, 0.530877411365509, 1.5636228322982788], "std": [0.029354091733694077, 0.03368452563881874, 0.0386381633579731, 0.031099706888198853, 0.047756731510162354, 0.023977091535925865, 0.20727142691612244, 0.18607781827449799, 0.12623430788516998, 0.14775508642196655, 0.17360669374465942, 0.08924960345029831, 0.04718427360057831, 0.04439787566661835, 0.003168177092447877, 0.017405280843377113, 0.03828749433159828, 0.002296189311891794, 0.04576573148369789, 0.008270764723420143, 0.03131718188524246, 0.003945318050682545, 0.004036875441670418, 0.14479023218154907, 0.22467073798179626, 0.10031452775001526, 0.0038918033242225647, 0.03646506741642952, 0.14238177239894867, 0.4884166121482849, 0.2287026196718216, 0.6468515396118164, 0.24517029523849487, 0.659315824508667, 0.31175100803375244, 0.32944637537002563], "min": [1.0556620359420776, -1.1913243532180786, 1.444266438484192, -0.32349127531051636, -1.5005512237548828, -0.08708371222019196, -1.1940661668777466, -1.3007959127426147, 1.0521095991134644, -0.2959465980529785, 0.6576553583145142, -0.6981121897697449, 0.7547349333763123, 1.0348405838012695, 0.0005454153870232403, -0.00447240611538291, 0.061072640120983124, 0.0037197330966591835, 0.031661517918109894, -0.01272999495267868, 0.01705513894557953, 0.0006763151031918824, 0.014453507959842682, 0.00898844562470913, 0.5014801025390625, 0.88536137342453, 0.01811870001256466, -0.004188789986073971, 0.31838834285736084, -0.00035997413215227425, 0.0882321372628212, -0.006125014740973711, 0.08980725705623627, 0.02175314910709858, 0.013310052454471588, 0.8730142712593079], "max": [1.1396582126617432, -1.085440993309021, 1.5610575675964355, -0.22937409579753876, -1.3758273124694824, -0.014639124274253845, -0.42653733491897583, -0.8060101270675659, 1.4579757452011108, 0.2735656499862671, 1.2744144201278687, -0.3989757299423218, 0.9116291403770447, 1.2085533142089844, 0.015097098425030708, 0.0633680522441864, 0.20241455733776093, 0.016144296154379845, 0.19363883137702942, 0.013046336360275745, 0.1252819150686264, 0.016166111454367638, 0.034148335456848145, 0.49502989649772644, 1.210336685180664, 1.2457178831100464, 0.03689189627766609, 0.11405870318412781, 0.8487154245376587, 1.174268364906311, 0.9323439002037048, 1.6161476373672485, 0.9984156489372253, 1.7897696495056152, 0.9696613550186157, 1.9115173816680908], "count": [102]}, "action": {"mean": [1.0938581228256226, -1.1455854177474976, 1.5087448358535767, -0.27254176139831543, -1.4409571886062622, -0.06165270134806633, -0.6516304612159729, -1.024444818496704, 1.2738174200057983, 0.019047781825065613, 0.9023576378822327, -0.5158067345619202, 0.8249514698982239, 1.1629594564437866, 0.009851922281086445, 0.008315788581967354, 0.14351309835910797, 0.005970777478069067, 0.11080335825681686, 0.007662911433726549, 0.05457500368356705, 0.0063899243250489235, 0.019231708720326424, 0.14129099249839783, 0.9406725764274597, 1.1027898788452148, 0.020145133137702942, 0.017432179301977158, 0.6959072947502136, 0.5403307676315308, 0.6640563607215881, 0.7190738916397095, 0.6737858653068542, 0.934963047504425, 0.530877411365509, 1.5636228322982788], "std": [0.029354091733694077, 0.03368452563881874, 0.0386381633579731, 0.031099706888198853, 0.047756731510162354, 0.023977091535925865, 0.20727142691612244, 0.18607781827449799, 0.12623430788516998, 0.14775508642196655, 0.17360669374465942, 0.08924960345029831, 0.04718427360057831, 0.04439787566661835, 0.003168177092447877, 0.017405280843377113, 0.03828749433159828, 0.002296189311891794, 0.04576573148369789, 0.008270764723420143, 0.03131718188524246, 0.003945318050682545, 0.004036875441670418, 0.14479023218154907, 0.22467073798179626, 0.10031452775001526, 0.0038918033242225647, 0.03646506741642952, 0.14238177239894867, 0.4884166121482849, 0.2287026196718216, 0.6468515396118164, 0.24517029523849487, 0.659315824508667, 0.31175100803375244, 0.32944637537002563], "min": [1.0556620359420776, -1.1913243532180786, 1.444266438484192, -0.32349127531051636, -1.5005512237548828, -0.08708371222019196, -1.1940661668777466, -1.3007959127426147, 1.0521095991134644, -0.2959465980529785, 0.6576553583145142, -0.6981121897697449, 0.7547349333763123, 1.0348405838012695, 0.0005454153870232403, -0.00447240611538291, 0.061072640120983124, 0.0037197330966591835, 0.031661517918109894, -0.01272999495267868, 0.01705513894557953, 0.0006763151031918824, 0.014453507959842682, 0.00898844562470913, 0.5014801025390625, 0.88536137342453, 0.01811870001256466, -0.004188789986073971, 0.31838834285736084, -0.00035997413215227425, 0.0882321372628212, -0.006125014740973711, 0.08980725705623627, 0.02175314910709858, 0.013310052454471588, 0.8730142712593079], "max": [1.1396582126617432, -1.085440993309021, 1.5610575675964355, -0.22937409579753876, -1.3758273124694824, -0.014639124274253845, -0.42653733491897583, -0.8060101270675659, 1.4579757452011108, 0.2735656499862671, 1.2744144201278687, -0.3989757299423218, 0.9116291403770447, 1.2085533142089844, 0.015097098425030708, 0.0633680522441864, 0.20241455733776093, 0.016144296154379845, 0.19363883137702942, 0.013046336360275745, 0.1252819150686264, 0.016166111454367638, 0.034148335456848145, 0.49502989649772644, 1.210336685180664, 1.2457178831100464, 0.03689189627766609, 0.11405870318412781, 0.8487154245376587, 1.174268364906311, 0.9323439002037048, 1.6161476373672485, 0.9984156489372253, 1.7897696495056152, 0.9696613550186157, 1.9115173816680908], "count": [102]}, "timestamp": {"min": [0.0], "max": [3.3666666666666667], "mean": [1.6833333333333331], "std": [0.9814482873492321], "count": [102]}, "frame_index": {"min": [0], "max": [101], "mean": [50.5], "std": [29.44344862047696], "count": [102]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [102]}, "index": {"min": [8881], "max": [8982], "mean": [8931.5], "std": [29.44344862047696], "count": [102]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [102]}, "subtask_annotation": {"mean": [2.1176470588235294, 5.0, 5.0, 5.0, 5.0], "std": [1.658573197631961, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [102]}, "scene_annotation": {"mean": [36.0], "std": [0.0], "min": [36], "max": [36], "count": [102]}, "eef_direction_state": {"mean": [4.872549019607843, 2.8333333333333335], "std": [1.2960843641405542, 1.4490249144215503], "min": [1, 0], "max": [6, 6], "count": [102]}, "eef_velocity_state": {"mean": [0.6274509803921569, 1.7254901960784315], "std": [0.4834834512132531, 0.4882313567838721], "min": [0, 0], "max": [1, 2], "count": [102]}, "eef_acc_mag_state": {"mean": [0.43137254901960786, 1.2745098039215685], "std": [0.7209716200333416, 0.7430311890782905], "min": [0, 0], "max": [2, 2], "count": [102]}, "eef_direction_action": {"mean": [4.872549019607843, 2.8333333333333335], "std": [1.2960843641405542, 1.4490249144215503], "min": [1, 0], "max": [6, 6], "count": [102]}, "eef_velocity_action": {"mean": [0.6274509803921569, 1.7254901960784315], "std": [0.4834834512132531, 0.4882313567838721], "min": [0, 0], "max": [1, 2], "count": [102]}, "eef_acc_mag_action": {"mean": [0.43137254901960786, 1.2745098039215685], "std": [0.7209716200333416, 0.7430311890782905], "min": [0, 0], "max": [2, 2], "count": [102]}, "eef_sim_pose_state": {"mean": [0.6810846594944057, 0.26901766397504934, 1.17763315707114, -1.1391524604306962, 0.1254596923775507, -1.9667278009109248, 0.6954176441215321, -0.16149181098589818, 1.2332885682214902, 1.2483212912535206, 0.6321631983850913, 1.9789053846128961], "std": [0.00891993405576916, 0.009155125687740373, 0.01413513147279261, 0.03512987707122659, 0.02373752633590521, 0.017952694797894873, 0.030478050022879687, 0.059303644560446366, 0.0472404393152085, 0.15145757252902678, 0.19137494439641467, 0.16082885805484534], "min": [0.6699170767657895, 0.25631626297954785, 1.1575724975455373, -1.1905609119026888, 0.09006048553750778, -1.9930877753671652, 0.6248985084356782, -0.2621521130585519, 1.1739437106815847, 0.940642184861469, 0.4551104504928203, 1.611976116575875], "max": [0.6935303984961811, 0.2826285985350412, 1.2036572123723919, -1.0827977568526013, 0.1609356157786408, -1.9446239810180135, 0.7354755387402548, -0.07201820841147577, 1.3399242129258842, 1.5034901898594977, 0.9868223495231563, 2.2351297329179696], "count": [102]}, "eef_sim_pose_action": {"mean": [0.6810846594944057, 0.26901766397504934, 1.17763315707114, -1.1391524604306962, 0.1254596923775507, -1.9667278009109248, 0.6954176441215321, -0.16149181098589818, 1.2332885682214902, 1.2483212912535206, 0.6321631983850913, 1.9789053846128961], "std": [0.00891993405576916, 0.009155125687740373, 0.01413513147279261, 0.03512987707122659, 0.02373752633590521, 0.017952694797894873, 0.030478050022879687, 0.059303644560446366, 0.0472404393152085, 0.15145757252902678, 0.19137494439641467, 0.16082885805484534], "min": [0.6699170767657895, 0.25631626297954785, 1.1575724975455373, -1.1905609119026888, 0.09006048553750778, -1.9930877753671652, 0.6248985084356782, -0.2621521130585519, 1.1739437106815847, 0.940642184861469, 0.4551104504928203, 1.611976116575875], "max": [0.6935303984961811, 0.2826285985350412, 1.2036572123723919, -1.0827977568526013, 0.1609356157786408, -1.9446239810180135, 0.7354755387402548, -0.07201820841147577, 1.3399242129258842, 1.5034901898594977, 0.9868223495231563, 2.2351297329179696], "count": [102]}}} +{"episode_index": 37, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.475697914624183]], [[0.47891073529411765]], [[0.4662192340686275]]], "std": [[[0.2303693534237849]], [[0.2284619985877231]], [[0.23326587189593323]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4697344158496732]], [[0.48014319648692816]], [[0.46892091911764705]]], "std": [[[0.31667118651610676]], [[0.32269236906069115]], [[0.3284582770129266]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.16862745098039217]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5767299836601307]], [[0.5959759926470588]], [[0.5698838807189542]]], "std": [[[0.2948466676522951]], [[0.2960107715224673]], [[0.3044455798184152]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4383378165849673]], [[0.45593789624183007]], [[0.4520966339869281]]], "std": [[[0.3372186152180446]], [[0.344438095934002]], [[0.3603277711586387]]], "count": [100]}, "observation.state": {"mean": [1.0243128538131714, -1.1642472743988037, 1.5287072658538818, -0.14533555507659912, -1.3735281229019165, -0.027533628046512604, -0.5568791031837463, -1.1955103874206543, 1.407304048538208, -0.29445362091064453, 0.6983391046524048, -0.33653128147125244, 0.8173430562019348, 1.1947665214538574, 0.001084648072719574, 0.02363733947277069, 0.3557433485984802, 0.31959259510040283, 0.27790483832359314, 0.13063904643058777, 0.22046995162963867, 0.03822937235236168, 0.014243175275623798, 0.5338839888572693, 0.8657983541488647, 1.0785958766937256, 0.02069978602230549, 0.026716722175478935, 0.6246299743652344, 0.35903072357177734, 0.43737930059432983, 0.2650635838508606, 0.32416555285453796, 0.40913528203964233, 0.11605100333690643, 1.2293531894683838], "std": [0.06936948001384735, 0.039031755179166794, 0.05055532976984978, 0.07639361917972565, 0.054367125034332275, 0.020578818395733833, 0.2186320722103119, 0.20938147604465485, 0.178559809923172, 0.34191712737083435, 0.22347402572631836, 0.16501484811306, 0.037988368421792984, 0.05991188436746597, 0.00178206292912364, 0.03188589587807655, 0.17500610649585724, 0.5187230110168457, 0.13600417971611023, 0.22031502425670624, 0.13030003011226654, 0.03553033620119095, 0.0003062634204979986, 0.28304359316825867, 0.1824927181005478, 0.07504232972860336, 0.004038387443870306, 0.04506487399339676, 0.2058316171169281, 0.4703691005706787, 0.25056788325309753, 0.4162292182445526, 0.1632958948612213, 0.5234069228172302, 0.18905776739120483, 0.4711938202381134], "min": [0.9544637203216553, -1.207024335861206, 1.4449340105056763, -0.2938082218170166, -1.478024959564209, -0.04987792670726776, -1.0770485401153564, -1.426909327507019, 1.085440993309021, -0.8524547815322876, 0.3659304082393646, -0.593737006187439, 0.7514079213142395, 1.0059826374053955, -0.004308781120926142, -0.004406956490129232, 0.05726316571235657, 0.002617024118080735, 0.015454890206456184, -0.003926990553736687, 0.017878714948892593, 0.010002918541431427, 0.013799008913338184, -0.01990766078233719, 0.5284256935119629, 0.9227173924446106, 0.01877865195274353, -0.003801545361056924, 0.18397952616214752, -0.0019144081743434072, 0.02500184066593647, 0.00975202675908804, 0.023927373811602592, 0.002721622586250305, 0.010079275816679, 0.1950187236070633], "max": [1.158738374710083, -1.1057069301605225, 1.5829209089279175, -0.06861791014671326, -1.3128957748413086, 0.002164584817364812, -0.19167953729629517, -0.8382448554039001, 1.6268739700317383, 0.1680399775505066, 1.1310750246047974, -0.06878481060266495, 0.8998154401779175, 1.2904746532440186, 0.009446593932807446, 0.10722333192825317, 0.6433338522911072, 1.544905424118042, 0.5133667588233948, 0.6749078631401062, 0.4284510612487793, 0.11235011368989944, 0.015217089094221592, 0.9220247268676758, 1.1374911069869995, 1.2383711338043213, 0.04127703607082367, 0.13854023814201355, 0.9546187520027161, 1.2795281410217285, 0.8921414017677307, 1.5909167528152466, 0.7410340905189514, 1.7141587734222412, 0.7295039892196655, 1.91507887840271], "count": [137]}, "action": {"mean": [1.0243128538131714, -1.1642472743988037, 1.5287072658538818, -0.14533555507659912, -1.3735281229019165, -0.027533628046512604, -0.5568791031837463, -1.1955103874206543, 1.407304048538208, -0.29445362091064453, 0.6983391046524048, -0.33653128147125244, 0.8173430562019348, 1.1947665214538574, 0.001084648072719574, 0.02363733947277069, 0.3557433485984802, 0.31959259510040283, 0.27790483832359314, 0.13063904643058777, 0.22046995162963867, 0.03822937235236168, 0.014243175275623798, 0.5338839888572693, 0.8657983541488647, 1.0785958766937256, 0.02069978602230549, 0.026716722175478935, 0.6246299743652344, 0.35903072357177734, 0.43737930059432983, 0.2650635838508606, 0.32416555285453796, 0.40913528203964233, 0.11605100333690643, 1.2293531894683838], "std": [0.06936948001384735, 0.039031755179166794, 0.05055532976984978, 0.07639361917972565, 0.054367125034332275, 0.020578818395733833, 0.2186320722103119, 0.20938147604465485, 0.178559809923172, 0.34191712737083435, 0.22347402572631836, 0.16501484811306, 0.037988368421792984, 0.05991188436746597, 0.00178206292912364, 0.03188589587807655, 0.17500610649585724, 0.5187230110168457, 0.13600417971611023, 0.22031502425670624, 0.13030003011226654, 0.03553033620119095, 0.0003062634204979986, 0.28304359316825867, 0.1824927181005478, 0.07504232972860336, 0.004038387443870306, 0.04506487399339676, 0.2058316171169281, 0.4703691005706787, 0.25056788325309753, 0.4162292182445526, 0.1632958948612213, 0.5234069228172302, 0.18905776739120483, 0.4711938202381134], "min": [0.9544637203216553, -1.207024335861206, 1.4449340105056763, -0.2938082218170166, -1.478024959564209, -0.04987792670726776, -1.0770485401153564, -1.426909327507019, 1.085440993309021, -0.8524547815322876, 0.3659304082393646, -0.593737006187439, 0.7514079213142395, 1.0059826374053955, -0.004308781120926142, -0.004406956490129232, 0.05726316571235657, 0.002617024118080735, 0.015454890206456184, -0.003926990553736687, 0.017878714948892593, 0.010002918541431427, 0.013799008913338184, -0.01990766078233719, 0.5284256935119629, 0.9227173924446106, 0.01877865195274353, -0.003801545361056924, 0.18397952616214752, -0.0019144081743434072, 0.02500184066593647, 0.00975202675908804, 0.023927373811602592, 0.002721622586250305, 0.010079275816679, 0.1950187236070633], "max": [1.158738374710083, -1.1057069301605225, 1.5829209089279175, -0.06861791014671326, -1.3128957748413086, 0.002164584817364812, -0.19167953729629517, -0.8382448554039001, 1.6268739700317383, 0.1680399775505066, 1.1310750246047974, -0.06878481060266495, 0.8998154401779175, 1.2904746532440186, 0.009446593932807446, 0.10722333192825317, 0.6433338522911072, 1.544905424118042, 0.5133667588233948, 0.6749078631401062, 0.4284510612487793, 0.11235011368989944, 0.015217089094221592, 0.9220247268676758, 1.1374911069869995, 1.2383711338043213, 0.04127703607082367, 0.13854023814201355, 0.9546187520027161, 1.2795281410217285, 0.8921414017677307, 1.5909167528152466, 0.7410340905189514, 1.7141587734222412, 0.7295039892196655, 1.91507887840271], "count": [137]}, "timestamp": {"min": [0.0], "max": [4.533333333333333], "mean": [2.2666666666666666], "std": [1.3182479955523458], "count": [137]}, "frame_index": {"min": [0], "max": [136], "mean": [68.0], "std": [39.54743986657038], "count": [137]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [137]}, "index": {"min": [8983], "max": [9119], "mean": [9051.0], "std": [39.54743986657038], "count": [137]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [137]}, "subtask_annotation": {"mean": [2.5839416058394162, 5.0, 5.0, 5.0, 5.0], "std": [1.578331077211258, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [137]}, "scene_annotation": {"mean": [37.0], "std": [0.0], "min": [37], "max": [37], "count": [137]}, "eef_direction_state": {"mean": [4.321167883211679, 3.54014598540146], "std": [1.8121016816563953, 1.4549919032566057], "min": [0, 0], "max": [6, 6], "count": [137]}, "eef_velocity_state": {"mean": [0.48905109489051096, 1.5985401459854014], "std": [0.4998801071025961, 0.5465198991922595], "min": [0, 0], "max": [1, 2], "count": [137]}, "eef_acc_mag_state": {"mean": [0.46715328467153283, 1.1897810218978102], "std": [0.7550423673568314, 0.7971925805241483], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_direction_action": {"mean": [4.321167883211679, 3.54014598540146], "std": [1.8121016816563953, 1.4549919032566057], "min": [0, 0], "max": [6, 6], "count": [137]}, "eef_velocity_action": {"mean": [0.48905109489051096, 1.5985401459854014], "std": [0.4998801071025961, 0.5465198991922595], "min": [0, 0], "max": [1, 2], "count": [137]}, "eef_acc_mag_action": {"mean": [0.46715328467153283, 1.1897810218978102], "std": [0.7550423673568314, 0.7971925805241483], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_sim_pose_state": {"mean": [0.6852155578243998, 0.2347216556626119, 1.1773400465163273, -1.1606717145819956, 0.20583802082873848, -2.044225396139303, 0.7110360628756064, -0.08703297712394245, 1.1902828290524639, 1.462677367772355, 0.7109376027825798, 2.2636189782086733], "std": [0.01052687348586181, 0.022793669216263406, 0.00454874269777561, 0.012796520986500106, 0.01196495949738433, 0.05216343246612457, 0.032815827211925545, 0.06330923879163633, 0.038923082828492724, 0.1870752674978811, 0.24204365931963845, 0.17570364320812504], "min": [0.6677051160875879, 0.210244550227729, 1.170211185024155, -1.1811571199504736, 0.17802352951349754, -2.1000202702620347, 0.6361796849161903, -0.23197425582165215, 1.141436463794128, 1.2242977841462532, 0.41761941345088993, 2.008772030744019], "max": [0.6973755884035269, 0.2778019074556676, 1.1850855023543068, -1.137682242668166, 0.22107876003929894, -1.9441255988314676, 0.7456586118453288, -0.012926921538697372, 1.2916518879093832, 1.9167817026678233, 1.1294019957673087, 2.658801146185009], "count": [137]}, "eef_sim_pose_action": {"mean": [0.6852155578243998, 0.2347216556626119, 1.1773400465163273, -1.1606717145819956, 0.20583802082873848, -2.044225396139303, 0.7110360628756064, -0.08703297712394245, 1.1902828290524639, 1.462677367772355, 0.7109376027825798, 2.2636189782086733], "std": [0.01052687348586181, 0.022793669216263406, 0.00454874269777561, 0.012796520986500106, 0.01196495949738433, 0.05216343246612457, 0.032815827211925545, 0.06330923879163633, 0.038923082828492724, 0.1870752674978811, 0.24204365931963845, 0.17570364320812504], "min": [0.6677051160875879, 0.210244550227729, 1.170211185024155, -1.1811571199504736, 0.17802352951349754, -2.1000202702620347, 0.6361796849161903, -0.23197425582165215, 1.141436463794128, 1.2242977841462532, 0.41761941345088993, 2.008772030744019], "max": [0.6973755884035269, 0.2778019074556676, 1.1850855023543068, -1.137682242668166, 0.22107876003929894, -1.9441255988314676, 0.7456586118453288, -0.012926921538697372, 1.2916518879093832, 1.9167817026678233, 1.1294019957673087, 2.658801146185009], "count": [137]}}} +{"episode_index": 38, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4848750714869281]], [[0.48498133986928105]], [[0.4744270669934641]]], "std": [[[0.21759333368056416]], [[0.21753374225326447]], [[0.22105954296956928]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1411764705882353]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4805786560457516]], [[0.49182292687908497]], [[0.4789671568627451]]], "std": [[[0.3190230318351272]], [[0.3243889147470032]], [[0.3308330649871272]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.1568627450980392]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5379253267973857]], [[0.5559087602124183]], [[0.5330161785130719]]], "std": [[[0.3092735879025836]], [[0.3125131295260302]], [[0.32165600738838107]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4635068484477124]], [[0.48564725285947713]], [[0.4800097242647059]]], "std": [[[0.34184433127793323]], [[0.35138445270675384]], [[0.3649376536454801]]], "count": [100]}, "observation.state": {"mean": [0.9447835087776184, -0.9944562315940857, 1.4582502841949463, 0.0706740990281105, -1.2245423793792725, -0.03567276522517204, -0.5776146054267883, -1.0521708726882935, 1.2956796884536743, -0.1462707221508026, 0.8350746035575867, -0.4662393629550934, 0.7513906359672546, 1.0120900869369507, 0.0034367076586931944, 0.08012263476848602, 0.16497889161109924, 0.021051056683063507, 0.13477496802806854, 0.002915018005296588, 0.07123153656721115, 0.017926987260580063, 0.015226563438773155, 0.2554527819156647, 0.9567673802375793, 1.1286580562591553, 0.020273497328162193, 0.04217527434229851, 0.5712976455688477, 0.5581458210945129, 0.4285373091697693, 0.744534432888031, 0.46723827719688416, 0.8138542771339417, 0.36807873845100403, 1.4949523210525513], "std": [0.051227640360593796, 0.03302502632141113, 0.039977408945560455, 0.06720549613237381, 0.06145714595913887, 0.022641900926828384, 0.14405615627765656, 0.19539278745651245, 0.13559120893478394, 0.07641133666038513, 0.10715360939502716, 0.11157231777906418, 0.04364718124270439, 0.03908419609069824, 0.003193498821929097, 0.03745738044381142, 0.019840266555547714, 0.021070661023259163, 0.023255152627825737, 0.008062051609158516, 0.02185710333287716, 0.0018790088361129165, 0.0007834506686776876, 0.12164024263620377, 0.1905742734670639, 0.10659391433000565, 0.0035828303080052137, 0.03559354320168495, 0.17996913194656372, 0.5281581878662109, 0.21339932084083557, 0.7010449171066284, 0.16593533754348755, 0.7356461882591248, 0.21340888738632202, 0.4109306037425995], "min": [0.898696780204773, -1.0432641506195068, 1.3973926305770874, -0.07512949407100677, -1.3654663562774658, -0.0720154345035553, -0.9749084711074829, -1.3082585334777832, 1.0895912647247314, -0.2572692334651947, 0.6980287432670593, -0.6383874416351318, 0.6880524158477783, 0.939096212387085, -4.363322295830585e-05, 0.036139219999313354, 0.13899701833724976, 0.008301221765577793, 0.08579929172992706, -0.007046767044812441, 0.019951295107603073, 0.01604611985385418, 0.014137166552245617, 0.0088575454428792, 0.7011789679527283, 0.9965993762016296, 0.018443766981363297, 0.001974403625354171, 0.31690332293510437, 0.010351983830332756, 0.06744049489498138, 0.0018653207225725055, 0.02826172672212124, 0.005560813006013632, 0.018051691353321075, 0.4369509518146515], "max": [1.0584611892700195, -0.9390497207641602, 1.5160434246063232, 0.12461137026548386, -1.1575040817260742, -0.005351254250854254, -0.390702486038208, -0.8020523190498352, 1.4802086353302002, 0.05917639657855034, 1.0835336446762085, -0.3160286545753479, 0.8313930630683899, 1.0595893859863281, 0.01762782596051693, 0.16517601907253265, 0.20403443276882172, 0.09756390750408173, 0.1695423573255539, 0.01869683898985386, 0.10298533737659454, 0.02454369328916073, 0.01704968512058258, 0.5149943232536316, 1.2291481494903564, 1.3082115650177002, 0.035844698548316956, 0.10982484370470047, 0.9091092944145203, 1.3663091659545898, 0.7074092030525208, 1.6949983835220337, 0.703896701335907, 1.8060449361801147, 0.7351490259170532, 1.9174296855926514], "count": [101]}, "action": {"mean": [0.9447835087776184, -0.9944562315940857, 1.4582502841949463, 0.0706740990281105, -1.2245423793792725, -0.03567276522517204, -0.5776146054267883, -1.0521708726882935, 1.2956796884536743, -0.1462707221508026, 0.8350746035575867, -0.4662393629550934, 0.7513906359672546, 1.0120900869369507, 0.0034367076586931944, 0.08012263476848602, 0.16497889161109924, 0.021051056683063507, 0.13477496802806854, 0.002915018005296588, 0.07123153656721115, 0.017926987260580063, 0.015226563438773155, 0.2554527819156647, 0.9567673802375793, 1.1286580562591553, 0.020273497328162193, 0.04217527434229851, 0.5712976455688477, 0.5581458210945129, 0.4285373091697693, 0.744534432888031, 0.46723827719688416, 0.8138542771339417, 0.36807873845100403, 1.4949523210525513], "std": [0.051227640360593796, 0.03302502632141113, 0.039977408945560455, 0.06720549613237381, 0.06145714595913887, 0.022641900926828384, 0.14405615627765656, 0.19539278745651245, 0.13559120893478394, 0.07641133666038513, 0.10715360939502716, 0.11157231777906418, 0.04364718124270439, 0.03908419609069824, 0.003193498821929097, 0.03745738044381142, 0.019840266555547714, 0.021070661023259163, 0.023255152627825737, 0.008062051609158516, 0.02185710333287716, 0.0018790088361129165, 0.0007834506686776876, 0.12164024263620377, 0.1905742734670639, 0.10659391433000565, 0.0035828303080052137, 0.03559354320168495, 0.17996913194656372, 0.5281581878662109, 0.21339932084083557, 0.7010449171066284, 0.16593533754348755, 0.7356461882591248, 0.21340888738632202, 0.4109306037425995], "min": [0.898696780204773, -1.0432641506195068, 1.3973926305770874, -0.07512949407100677, -1.3654663562774658, -0.0720154345035553, -0.9749084711074829, -1.3082585334777832, 1.0895912647247314, -0.2572692334651947, 0.6980287432670593, -0.6383874416351318, 0.6880524158477783, 0.939096212387085, -4.363322295830585e-05, 0.036139219999313354, 0.13899701833724976, 0.008301221765577793, 0.08579929172992706, -0.007046767044812441, 0.019951295107603073, 0.01604611985385418, 0.014137166552245617, 0.0088575454428792, 0.7011789679527283, 0.9965993762016296, 0.018443766981363297, 0.001974403625354171, 0.31690332293510437, 0.010351983830332756, 0.06744049489498138, 0.0018653207225725055, 0.02826172672212124, 0.005560813006013632, 0.018051691353321075, 0.4369509518146515], "max": [1.0584611892700195, -0.9390497207641602, 1.5160434246063232, 0.12461137026548386, -1.1575040817260742, -0.005351254250854254, -0.390702486038208, -0.8020523190498352, 1.4802086353302002, 0.05917639657855034, 1.0835336446762085, -0.3160286545753479, 0.8313930630683899, 1.0595893859863281, 0.01762782596051693, 0.16517601907253265, 0.20403443276882172, 0.09756390750408173, 0.1695423573255539, 0.01869683898985386, 0.10298533737659454, 0.02454369328916073, 0.01704968512058258, 0.5149943232536316, 1.2291481494903564, 1.3082115650177002, 0.035844698548316956, 0.10982484370470047, 0.9091092944145203, 1.3663091659545898, 0.7074092030525208, 1.6949983835220337, 0.703896701335907, 1.8060449361801147, 0.7351490259170532, 1.9174296855926514], "count": [101]}, "timestamp": {"min": [0.0], "max": [3.3333333333333335], "mean": [1.6666666666666665], "std": [0.97182531580755], "count": [101]}, "frame_index": {"min": [0], "max": [100], "mean": [50.0], "std": [29.154759474226502], "count": [101]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [101]}, "index": {"min": [9120], "max": [9220], "mean": [9170.0], "std": [29.154759474226502], "count": [101]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [101]}, "subtask_annotation": {"mean": [2.217821782178218, 5.0, 5.0, 5.0, 5.0], "std": [1.6020034511034362, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [101]}, "scene_annotation": {"mean": [38.0], "std": [0.0], "min": [38], "max": [38], "count": [101]}, "eef_direction_state": {"mean": [4.089108910891089, 3.267326732673267], "std": [2.078170415357492, 1.559963753760882], "min": [0, 0], "max": [6, 6], "count": [101]}, "eef_velocity_state": {"mean": [0.6732673267326733, 1.7326732673267327], "std": [0.46901858543869357, 0.46439759998251734], "min": [0, 0], "max": [1, 2], "count": [101]}, "eef_acc_mag_state": {"mean": [0.36633663366336633, 1.1485148514851484], "std": [0.7136958927104993, 0.7883575935601734], "min": [0, 0], "max": [2, 2], "count": [101]}, "eef_direction_action": {"mean": [4.089108910891089, 3.267326732673267], "std": [2.078170415357492, 1.559963753760882], "min": [0, 0], "max": [6, 6], "count": [101]}, "eef_velocity_action": {"mean": [0.6732673267326733, 1.7326732673267327], "std": [0.46901858543869357, 0.46439759998251734], "min": [0, 0], "max": [1, 2], "count": [101]}, "eef_acc_mag_action": {"mean": [0.36633663366336633, 1.1485148514851484], "std": [0.7136958927104993, 0.7883575935601734], "min": [0, 0], "max": [2, 2], "count": [101]}, "eef_sim_pose_state": {"mean": [0.6805393092629454, 0.23349538404449327, 1.2084425263962153, -1.264688158027424, 0.38170966713380383, -2.1402352102917277, 0.690719174005323, -0.12409358919895483, 1.238315581775329, 1.2439987143547635, 0.7019471595829471, 2.081516587146691], "std": [0.010224789249171366, 0.012469794970589391, 0.011383283299868013, 0.03679614323556382, 0.03521920655926379, 0.03393890127128906, 0.02576840026945047, 0.05976139079200855, 0.04164047908106622, 0.12442437677895432, 0.14882677285914922, 0.1490028358611232], "min": [0.6641116021996105, 0.22303358862805023, 1.1911299555064176, -1.314684050374995, 0.3163366578785338, -2.1703037477715448, 0.6423575544954441, -0.22268137967845175, 1.1929690904755221, 0.9747216503028966, 0.5619495052816097, 1.7529330005832402], "max": [0.6941917118414196, 0.2570367989896788, 1.2289758592087525, -1.1995894525648119, 0.4216245616003327, -2.071137408992751, 0.7283937462728809, -0.039929620243036534, 1.330854437035161, 1.4688874693093477, 0.9689385018731356, 2.2543169216135306], "count": [101]}, "eef_sim_pose_action": {"mean": [0.6805393092629454, 0.23349538404449327, 1.2084425263962153, -1.264688158027424, 0.38170966713380383, -2.1402352102917277, 0.690719174005323, -0.12409358919895483, 1.238315581775329, 1.2439987143547635, 0.7019471595829471, 2.081516587146691], "std": [0.010224789249171366, 0.012469794970589391, 0.011383283299868013, 0.03679614323556382, 0.03521920655926379, 0.03393890127128906, 0.02576840026945047, 0.05976139079200855, 0.04164047908106622, 0.12442437677895432, 0.14882677285914922, 0.1490028358611232], "min": [0.6641116021996105, 0.22303358862805023, 1.1911299555064176, -1.314684050374995, 0.3163366578785338, -2.1703037477715448, 0.6423575544954441, -0.22268137967845175, 1.1929690904755221, 0.9747216503028966, 0.5619495052816097, 1.7529330005832402], "max": [0.6941917118414196, 0.2570367989896788, 1.2289758592087525, -1.1995894525648119, 0.4216245616003327, -2.071137408992751, 0.7283937462728809, -0.039929620243036534, 1.330854437035161, 1.4688874693093477, 0.9689385018731356, 2.2543169216135306], "count": [101]}}} +{"episode_index": 39, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4703337622549019]], [[0.47303369076797386]], [[0.46320461397058826]]], "std": [[[0.23036199895229859]], [[0.22847840753315485]], [[0.23364364839829982]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.09803921568627451]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675899652777778]], [[0.476327908496732]], [[0.4632200531045752]]], "std": [[[0.3143043552374033]], [[0.32041201316866574]], [[0.32605944845216006]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.15294117647058825]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5312498590686274]], [[0.54853508374183]], [[0.5229354207516339]]], "std": [[[0.30190321527929725]], [[0.3061818845050913]], [[0.3146890976840549]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43039019199346407]], [[0.45124306168300654]], [[0.4476661683006536]]], "std": [[[0.3369771721399371]], [[0.3462621944618147]], [[0.3620968946135217]]], "count": [100]}, "observation.state": {"mean": [0.9456866979598999, -1.0674411058425903, 1.486793875694275, 0.031150059774518013, -1.2876923084259033, -0.08652476221323013, -0.5309609174728394, -1.1797807216644287, 1.4332929849624634, -0.3011266589164734, 0.7837725281715393, -0.2176431268453598, 0.811558187007904, 1.1005606651306152, 0.012404873967170715, 0.0408012717962265, 0.263303279876709, 0.0016150722512975335, 0.22712869942188263, 0.009713931940495968, 0.14866094291210175, 0.014351872727274895, 0.016003664582967758, 0.46013006567955017, 1.0547858476638794, 1.1456055641174316, 0.01944979839026928, 0.028473246842622757, 0.6189472675323486, 0.6166144609451294, 0.4678058922290802, 0.7319865226745605, 0.5247993469238281, 0.8076534271240234, 0.44757452607154846, 1.4688124656677246], "std": [0.03155119717121124, 0.021788882091641426, 0.021740661934018135, 0.03724830225110054, 0.029317928478121758, 0.01869831047952175, 0.07604213804006577, 0.1277037262916565, 0.1024957075715065, 0.18958687782287598, 0.1333010047674179, 0.15225853025913239, 0.02857762575149536, 0.03290839493274689, 0.0035239323042333126, 0.023839160799980164, 0.05297117307782173, 0.022657986730337143, 0.04344501346349716, 0.004179891664534807, 0.03596658632159233, 0.004122748505324125, 0.0006003379239700735, 0.1728137880563736, 0.16869781911373138, 0.0939541682600975, 0.0035220650024712086, 0.03495819866657257, 0.1355891227722168, 0.5646887421607971, 0.2282341867685318, 0.6760475039482117, 0.14053460955619812, 0.7023069262504578, 0.20391400158405304, 0.34315386414527893], "min": [0.9141346216201782, -1.093142032623291, 1.4224746227264404, -0.08874392509460449, -1.3812847137451172, -0.10414282232522964, -0.8849755525588989, -1.3019522428512573, 1.1258296966552734, -0.6757720112800598, 0.5770652294158936, -0.4593442380428314, 0.751887857913971, 0.9591001868247986, 0.004406956490129232, 0.006937684025615454, 0.026789836585521698, -0.010253808461129665, 0.024019606411457062, 0.007788531482219696, 0.025303397327661514, 0.011868239380419254, 0.01510800700634718, 0.03861144185066223, 0.694880485534668, 0.940017819404602, 0.017562376335263252, -0.003850632579997182, 0.3260384202003479, 0.015718871727585793, 0.036771904677152634, -0.006670429836958647, 0.13347293436527252, 0.022626474499702454, 0.013443001545965672, 0.5636486411094666], "max": [1.0364415645599365, -1.0075722932815552, 1.5125863552093506, 0.06874904036521912, -1.2545181512832642, -0.041485466063022614, -0.46501868963241577, -0.8389601111412048, 1.557087779045105, -0.030470360070466995, 1.0939288139343262, 0.0541456863284111, 0.8902815580368042, 1.1380419731140137, 0.02672535367310047, 0.13785095512866974, 0.31843531131744385, 0.11811515688896179, 0.2754020392894745, 0.03414300084114075, 0.20355446636676788, 0.028639763593673706, 0.018214715644717216, 0.7489317059516907, 1.3339006900787354, 1.3142547607421875, 0.04306599870324135, 0.12991011142730713, 0.8580529093742371, 1.858939290046692, 0.841581404209137, 1.8067702054977417, 0.7773805856704712, 1.8896679878234863, 0.8894961476325989, 1.9303779602050781], "count": [233]}, "action": {"mean": [0.9456866979598999, -1.0674411058425903, 1.486793875694275, 0.031150059774518013, -1.2876923084259033, -0.08652476221323013, -0.5309609174728394, -1.1797807216644287, 1.4332929849624634, -0.3011266589164734, 0.7837725281715393, -0.2176431268453598, 0.811558187007904, 1.1005606651306152, 0.012404873967170715, 0.0408012717962265, 0.263303279876709, 0.0016150722512975335, 0.22712869942188263, 0.009713931940495968, 0.14866094291210175, 0.014351872727274895, 0.016003664582967758, 0.46013006567955017, 1.0547858476638794, 1.1456055641174316, 0.01944979839026928, 0.028473246842622757, 0.6189472675323486, 0.6166144609451294, 0.4678058922290802, 0.7319865226745605, 0.5247993469238281, 0.8076534271240234, 0.44757452607154846, 1.4688124656677246], "std": [0.03155119717121124, 0.021788882091641426, 0.021740661934018135, 0.03724830225110054, 0.029317928478121758, 0.01869831047952175, 0.07604213804006577, 0.1277037262916565, 0.1024957075715065, 0.18958687782287598, 0.1333010047674179, 0.15225853025913239, 0.02857762575149536, 0.03290839493274689, 0.0035239323042333126, 0.023839160799980164, 0.05297117307782173, 0.022657986730337143, 0.04344501346349716, 0.004179891664534807, 0.03596658632159233, 0.004122748505324125, 0.0006003379239700735, 0.1728137880563736, 0.16869781911373138, 0.0939541682600975, 0.0035220650024712086, 0.03495819866657257, 0.1355891227722168, 0.5646887421607971, 0.2282341867685318, 0.6760475039482117, 0.14053460955619812, 0.7023069262504578, 0.20391400158405304, 0.34315386414527893], "min": [0.9141346216201782, -1.093142032623291, 1.4224746227264404, -0.08874392509460449, -1.3812847137451172, -0.10414282232522964, -0.8849755525588989, -1.3019522428512573, 1.1258296966552734, -0.6757720112800598, 0.5770652294158936, -0.4593442380428314, 0.751887857913971, 0.9591001868247986, 0.004406956490129232, 0.006937684025615454, 0.026789836585521698, -0.010253808461129665, 0.024019606411457062, 0.007788531482219696, 0.025303397327661514, 0.011868239380419254, 0.01510800700634718, 0.03861144185066223, 0.694880485534668, 0.940017819404602, 0.017562376335263252, -0.003850632579997182, 0.3260384202003479, 0.015718871727585793, 0.036771904677152634, -0.006670429836958647, 0.13347293436527252, 0.022626474499702454, 0.013443001545965672, 0.5636486411094666], "max": [1.0364415645599365, -1.0075722932815552, 1.5125863552093506, 0.06874904036521912, -1.2545181512832642, -0.041485466063022614, -0.46501868963241577, -0.8389601111412048, 1.557087779045105, -0.030470360070466995, 1.0939288139343262, 0.0541456863284111, 0.8902815580368042, 1.1380419731140137, 0.02672535367310047, 0.13785095512866974, 0.31843531131744385, 0.11811515688896179, 0.2754020392894745, 0.03414300084114075, 0.20355446636676788, 0.028639763593673706, 0.018214715644717216, 0.7489317059516907, 1.3339006900787354, 1.3142547607421875, 0.04306599870324135, 0.12991011142730713, 0.8580529093742371, 1.858939290046692, 0.841581404209137, 1.8067702054977417, 0.7773805856704712, 1.8896679878234863, 0.8894961476325989, 1.9303779602050781], "count": [233]}, "timestamp": {"min": [0.0], "max": [7.733333333333333], "mean": [3.866666666666667], "std": [2.242022896106698], "count": [233]}, "frame_index": {"min": [0], "max": [232], "mean": [116.0], "std": [67.26068688320095], "count": [233]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [233]}, "index": {"min": [9221], "max": [9453], "mean": [9337.0], "std": [67.26068688320095], "count": [233]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [233]}, "subtask_annotation": {"mean": [2.7296137339055795, 5.0, 5.0, 5.0, 5.0], "std": [1.179156724278939, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [233]}, "scene_annotation": {"mean": [39.0], "std": [0.0], "min": [39], "max": [39], "count": [233]}, "eef_direction_state": {"mean": [5.236051502145923, 3.40343347639485], "std": [1.444268184798864, 1.4203868982969312], "min": [0, 0], "max": [6, 6], "count": [233]}, "eef_velocity_state": {"mean": [0.27467811158798283, 1.44206008583691], "std": [0.4463519313304721, 0.5766106799375282], "min": [0, 0], "max": [1, 2], "count": [233]}, "eef_acc_mag_state": {"mean": [0.060085836909871244, 1.2274678111587982], "std": [0.32859956639572485, 0.7777600885887925], "min": [0, 0], "max": [2, 2], "count": [233]}, "eef_direction_action": {"mean": [5.236051502145923, 3.40343347639485], "std": [1.444268184798864, 1.4203868982969312], "min": [0, 0], "max": [6, 6], "count": [233]}, "eef_velocity_action": {"mean": [0.27467811158798283, 1.44206008583691], "std": [0.4463519313304721, 0.5766106799375282], "min": [0, 0], "max": [1, 2], "count": [233]}, "eef_acc_mag_action": {"mean": [0.060085836909871244, 1.2274678111587982], "std": [0.32859956639572485, 0.7777600885887925], "min": [0, 0], "max": [2, 2], "count": [233]}, "eef_sim_pose_state": {"mean": [0.6801074071718707, 0.21934439444337334, 1.2033409282082614, -1.2042738220396236, 0.27535010870444343, -2.1590484612995113, 0.7115972012953404, -0.09297861416229809, 1.2196735383935728, 1.3258066157672237, 0.5945876250687803, 2.229558838932379], "std": [0.005285230969025625, 0.008148424839899231, 0.009717924471961091, 0.020675720758010555, 0.02740589859102064, 0.021436083259330118, 0.018895175112547312, 0.04365152719747826, 0.03533716033196878, 0.1654618637540633, 0.12206251557046513, 0.15109227039127476], "min": [0.6674287087139121, 0.20871543571553533, 1.1909680007388213, -1.2319644438086503, 0.2376616484925551, -2.18989408288744, 0.6408241975448052, -0.19397339643625855, 1.143281829458757, 1.0989685820243014, 0.3554601156242849, 1.977191461754599], "max": [0.686794176535929, 0.2451478597127767, 1.2272787530707039, -1.1564027665605638, 0.3239884842962981, -2.0867556678679673, 0.7309620918236692, -0.04389008881340059, 1.2737492142936275, 1.6527656839024807, 0.9169870646886458, 2.523009597990286], "count": [233]}, "eef_sim_pose_action": {"mean": [0.6801074071718707, 0.21934439444337334, 1.2033409282082614, -1.2042738220396236, 0.27535010870444343, -2.1590484612995113, 0.7115972012953404, -0.09297861416229809, 1.2196735383935728, 1.3258066157672237, 0.5945876250687803, 2.229558838932379], "std": [0.005285230969025625, 0.008148424839899231, 0.009717924471961091, 0.020675720758010555, 0.02740589859102064, 0.021436083259330118, 0.018895175112547312, 0.04365152719747826, 0.03533716033196878, 0.1654618637540633, 0.12206251557046513, 0.15109227039127476], "min": [0.6674287087139121, 0.20871543571553533, 1.1909680007388213, -1.2319644438086503, 0.2376616484925551, -2.18989408288744, 0.6408241975448052, -0.19397339643625855, 1.143281829458757, 1.0989685820243014, 0.3554601156242849, 1.977191461754599], "max": [0.686794176535929, 0.2451478597127767, 1.2272787530707039, -1.1564027665605638, 0.3239884842962981, -2.0867556678679673, 0.7309620918236692, -0.04389008881340059, 1.2737492142936275, 1.6527656839024807, 0.9169870646886458, 2.523009597990286], "count": [233]}}} +{"episode_index": 40, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4730907097513335]], [[0.47345107429945155]], [[0.462669016696717]]], "std": [[[0.22351834044827773]], [[0.22080242665381417]], [[0.22638580933115846]]], "count": [87]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.12941176470588237]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46412203957253395]], [[0.4733296122567801]], [[0.4602961624784013]]], "std": [[[0.31299875886825057]], [[0.31685799115806573]], [[0.32263051498291456]]], "count": [87]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.16862745098039217]], [[0.12549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5597359561640748]], [[0.5790530482307865]], [[0.5541333178386296]]], "std": [[[0.3008500861648474]], [[0.30520646952555913]], [[0.31384844215621216]]], "count": [87]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4516227297911502]], [[0.46954744196529186]], [[0.46814575820749754]]], "std": [[[0.33453514947554935]], [[0.34544592778095984]], [[0.35973616749417653]]], "count": [87]}, "observation.state": {"mean": [0.917942464351654, -1.0131070613861084, 1.4449175596237183, 0.03820090368390083, -1.3000973463058472, -0.02829091064631939, -0.6360945701599121, -1.1100066900253296, 1.3279592990875244, -0.1100226640701294, 1.0038447380065918, -0.31240329146385193, 0.8003420829772949, 1.0879374742507935, 0.019120384007692337, -0.004605326801538467, 0.320654034614563, 0.008184172213077545, 0.31307411193847656, 0.017298966646194458, 0.22277255356311798, 0.018393930047750473, 0.01542853657156229, 0.676735520362854, 1.096836805343628, 1.1226599216461182, 0.019819580018520355, 0.0305390115827322, 0.6806729435920715, 0.3733764588832855, 0.5350897312164307, 0.5064815282821655, 0.6229345202445984, 0.6015810966491699, 0.40845024585723877, 1.4223523139953613], "std": [0.031841445714235306, 0.03184542804956436, 0.03255104646086693, 0.032148707658052444, 0.029952162876725197, 0.021357379853725433, 0.1549697071313858, 0.12657995522022247, 0.09120414406061172, 0.07033135741949081, 0.07076805830001831, 0.05274907872080803, 0.03638732060790062, 0.05198148265480995, 0.004157586023211479, 0.0007301880978047848, 0.021936601027846336, 0.007105452008545399, 0.03874535113573074, 0.0008168063359335065, 0.04770473763346672, 0.006911235395818949, 0.00036732020089402795, 0.1694779098033905, 0.18902048468589783, 0.042136650532484055, 0.003326490055769682, 0.03060147725045681, 0.08578362315893173, 0.37740013003349304, 0.19514764845371246, 0.5192961692810059, 0.09065671265125275, 0.5477204918861389, 0.19238586723804474, 0.1535426378250122], "min": [0.8911983966827393, -1.055876612663269, 1.3933870792388916, -0.06134762614965439, -1.3731021881103516, -0.057674333453178406, -0.9565022587776184, -1.2778358459472656, 1.1305981874465942, -0.2812195420265198, 0.8864114284515381, -0.4119935929775238, 0.7475681304931641, 0.9442231059074402, 0.014017175883054733, -0.007155849598348141, 0.25856178998947144, 0.004821472335606813, 0.23606449365615845, 0.014202617108821869, 0.1413716822862625, 0.01155189797282219, 0.014529865235090256, 0.3806290328502655, 0.8351945877075195, 1.0433632135391235, 0.018129605799913406, -0.001194459735415876, 0.505915641784668, -0.008230318315327168, 0.26342472434043884, -0.005094179883599281, 0.4785038232803345, 0.03401755914092064, 0.05273076146841049, 1.1939797401428223], "max": [1.018446445465088, -0.9591726064682007, 1.4906514883041382, 0.0679384097456932, -1.2607170343399048, 0.00276569789275527, -0.4213755130767822, -0.8230811953544617, 1.4352302551269531, 0.010824368335306644, 1.1298828125, -0.23454785346984863, 0.8659341931343079, 1.1366784572601318, 0.03490658476948738, -0.002956151496618986, 0.3532928228378296, 0.03235404193401337, 0.3709915578365326, 0.01834777370095253, 0.3029346168041229, 0.033855751156806946, 0.016107449308037758, 0.9139580130577087, 1.3675800561904907, 1.1988557577133179, 0.03307398781180382, 0.09154797345399857, 0.8495771288871765, 1.1384947299957275, 0.8614945411682129, 1.2998175621032715, 0.8123853206634521, 1.4687436819076538, 0.6903213262557983, 1.7581738233566284], "count": [87]}, "action": {"mean": [0.917942464351654, -1.0131070613861084, 1.4449175596237183, 0.03820090368390083, -1.3000973463058472, -0.02829091064631939, -0.6360945701599121, -1.1100066900253296, 1.3279592990875244, -0.1100226640701294, 1.0038447380065918, -0.31240329146385193, 0.8003420829772949, 1.0879374742507935, 0.019120384007692337, -0.004605326801538467, 0.320654034614563, 0.008184172213077545, 0.31307411193847656, 0.017298966646194458, 0.22277255356311798, 0.018393930047750473, 0.01542853657156229, 0.676735520362854, 1.096836805343628, 1.1226599216461182, 0.019819580018520355, 0.0305390115827322, 0.6806729435920715, 0.3733764588832855, 0.5350897312164307, 0.5064815282821655, 0.6229345202445984, 0.6015810966491699, 0.40845024585723877, 1.4223523139953613], "std": [0.031841445714235306, 0.03184542804956436, 0.03255104646086693, 0.032148707658052444, 0.029952162876725197, 0.021357379853725433, 0.1549697071313858, 0.12657995522022247, 0.09120414406061172, 0.07033135741949081, 0.07076805830001831, 0.05274907872080803, 0.03638732060790062, 0.05198148265480995, 0.004157586023211479, 0.0007301880978047848, 0.021936601027846336, 0.007105452008545399, 0.03874535113573074, 0.0008168063359335065, 0.04770473763346672, 0.006911235395818949, 0.00036732020089402795, 0.1694779098033905, 0.18902048468589783, 0.042136650532484055, 0.003326490055769682, 0.03060147725045681, 0.08578362315893173, 0.37740013003349304, 0.19514764845371246, 0.5192961692810059, 0.09065671265125275, 0.5477204918861389, 0.19238586723804474, 0.1535426378250122], "min": [0.8911983966827393, -1.055876612663269, 1.3933870792388916, -0.06134762614965439, -1.3731021881103516, -0.057674333453178406, -0.9565022587776184, -1.2778358459472656, 1.1305981874465942, -0.2812195420265198, 0.8864114284515381, -0.4119935929775238, 0.7475681304931641, 0.9442231059074402, 0.014017175883054733, -0.007155849598348141, 0.25856178998947144, 0.004821472335606813, 0.23606449365615845, 0.014202617108821869, 0.1413716822862625, 0.01155189797282219, 0.014529865235090256, 0.3806290328502655, 0.8351945877075195, 1.0433632135391235, 0.018129605799913406, -0.001194459735415876, 0.505915641784668, -0.008230318315327168, 0.26342472434043884, -0.005094179883599281, 0.4785038232803345, 0.03401755914092064, 0.05273076146841049, 1.1939797401428223], "max": [1.018446445465088, -0.9591726064682007, 1.4906514883041382, 0.0679384097456932, -1.2607170343399048, 0.00276569789275527, -0.4213755130767822, -0.8230811953544617, 1.4352302551269531, 0.010824368335306644, 1.1298828125, -0.23454785346984863, 0.8659341931343079, 1.1366784572601318, 0.03490658476948738, -0.002956151496618986, 0.3532928228378296, 0.03235404193401337, 0.3709915578365326, 0.01834777370095253, 0.3029346168041229, 0.033855751156806946, 0.016107449308037758, 0.9139580130577087, 1.3675800561904907, 1.1988557577133179, 0.03307398781180382, 0.09154797345399857, 0.8495771288871765, 1.1384947299957275, 0.8614945411682129, 1.2998175621032715, 0.8123853206634521, 1.4687436819076538, 0.6903213262557983, 1.7581738233566284], "count": [87]}, "timestamp": {"min": [0.0], "max": [2.8666666666666667], "mean": [1.4333333333333331], "std": [0.8371025867483272], "count": [87]}, "frame_index": {"min": [0], "max": [86], "mean": [43.0], "std": [25.113077602449817], "count": [87]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [87]}, "index": {"min": [9454], "max": [9540], "mean": [9497.0], "std": [25.113077602449817], "count": [87]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [87]}, "subtask_annotation": {"mean": [2.2413793103448274, 5.0, 5.0, 5.0, 5.0], "std": [1.653735008038869, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [87]}, "scene_annotation": {"mean": [40.0], "std": [0.0], "min": [40], "max": [40], "count": [87]}, "eef_direction_state": {"mean": [4.67816091954023, 3.0919540229885056], "std": [1.4343427576833563, 1.4592722474367106], "min": [2, 0], "max": [6, 6], "count": [87]}, "eef_velocity_state": {"mean": [0.7011494252873564, 1.7471264367816093], "std": [0.45775420118942284, 0.46034446883909846], "min": [0, 0], "max": [1, 2], "count": [87]}, "eef_acc_mag_state": {"mean": [0.367816091954023, 1.3448275862068966], "std": [0.6800091704712202, 0.7244115520270679], "min": [0, 0], "max": [2, 2], "count": [87]}, "eef_direction_action": {"mean": [4.67816091954023, 3.0919540229885056], "std": [1.4343427576833563, 1.4592722474367106], "min": [2, 0], "max": [6, 6], "count": [87]}, "eef_velocity_action": {"mean": [0.7011494252873564, 1.7471264367816093], "std": [0.45775420118942284, 0.46034446883909846], "min": [0, 0], "max": [1, 2], "count": [87]}, "eef_acc_mag_action": {"mean": [0.367816091954023, 1.3448275862068966], "std": [0.6800091704712202, 0.7244115520270679], "min": [0, 0], "max": [2, 2], "count": [87]}, "eef_sim_pose_state": {"mean": [0.674219299846673, 0.2241670130953451, 1.2280286559125086, -1.1567316887117274, 0.3373457804477131, -2.1253769110866454, 0.6821731459901849, -0.11756760339930797, 1.241789332541101, 1.1584934665251432, 0.5052688081682055, 2.1196837801237813], "std": [0.007314278835280923, 0.006835634909678669, 0.013249241564328528, 0.02988244369137452, 0.024776002653203386, 0.017073788643143732, 0.021122913294156852, 0.0404120722995477, 0.048659486504717894, 0.1375545286042949, 0.07630984409676836, 0.10029230975968746], "min": [0.662640052106747, 0.21650124912867966, 1.212463820205093, -1.1950509174210941, 0.29998783678715735, -2.146368568311652, 0.6398676187831849, -0.21250173926526575, 1.1879953520714346, 0.8672097531198952, 0.41783807634560755, 1.8946556673672954], "max": [0.6843907833229823, 0.24514861704355181, 1.2519158810495346, -1.0987799792306145, 0.3638327460784794, -2.0792512684082674, 0.706284019859925, -0.06318571510443946, 1.3409040751840087, 1.3289334899113987, 0.6606638347699532, 2.2314763744948443], "count": [87]}, "eef_sim_pose_action": {"mean": [0.674219299846673, 0.2241670130953451, 1.2280286559125086, -1.1567316887117274, 0.3373457804477131, -2.1253769110866454, 0.6821731459901849, -0.11756760339930797, 1.241789332541101, 1.1584934665251432, 0.5052688081682055, 2.1196837801237813], "std": [0.007314278835280923, 0.006835634909678669, 0.013249241564328528, 0.02988244369137452, 0.024776002653203386, 0.017073788643143732, 0.021122913294156852, 0.0404120722995477, 0.048659486504717894, 0.1375545286042949, 0.07630984409676836, 0.10029230975968746], "min": [0.662640052106747, 0.21650124912867966, 1.212463820205093, -1.1950509174210941, 0.29998783678715735, -2.146368568311652, 0.6398676187831849, -0.21250173926526575, 1.1879953520714346, 0.8672097531198952, 0.41783807634560755, 1.8946556673672954], "max": [0.6843907833229823, 0.24514861704355181, 1.2519158810495346, -1.0987799792306145, 0.3638327460784794, -2.0792512684082674, 0.706284019859925, -0.06318571510443946, 1.3409040751840087, 1.3289334899113987, 0.6606638347699532, 2.2314763744948443], "count": [87]}}} +{"episode_index": 41, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48146784152028865]], [[0.47873601111451525]], [[0.467314089307598]]], "std": [[[0.2284719811474121]], [[0.23063997743744716]], [[0.23639756846331467]]], "count": [96]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.13333333333333333]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4780010084763072]], [[0.4902887795309096]], [[0.4797129608353758]]], "std": [[[0.31456359646906396]], [[0.319776217632156]], [[0.32570185891702064]]], "count": [96]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.16862745098039217]], [[0.13333333333333333]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5698115000340414]], [[0.5907587358728214]], [[0.5652831967422385]]], "std": [[[0.3022216767871084]], [[0.3054388870428639]], [[0.3157933114031913]]], "count": [96]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43653257974196624]], [[0.45525306585307734]], [[0.45150973796636706]]], "std": [[[0.33755979529962166]], [[0.3454092222629294]], [[0.3595905712745376]]], "count": [96]}, "observation.state": {"mean": [1.0243468284606934, -1.0829683542251587, 1.4872409105300903, -0.0946352407336235, -1.3224314451217651, -0.05144920572638512, -0.687319815158844, -1.0971750020980835, 1.3061312437057495, -0.04534655809402466, 0.9723005294799805, -0.3874995708465576, 0.9752716422080994, 1.0759207010269165, 0.004665990825742483, -0.003692926838994026, 0.22882574796676636, 0.011648357845842838, 0.22836196422576904, 0.008412951603531837, 0.1555849015712738, 0.022758545354008675, 0.02009800262749195, 0.3794209063053131, 0.9787448048591614, 1.0787420272827148, 0.024220364168286324, 0.018624933436512947, 0.6918942928314209, 0.40965959429740906, 0.5646145343780518, 0.5960017442703247, 0.5135957598686218, 0.7966465950012207, 0.35886457562446594, 1.3641432523727417], "std": [0.03687090054154396, 0.04273141175508499, 0.05305973440408707, 0.039087411016225815, 0.05775686725974083, 0.03220250830054283, 0.12514932453632355, 0.18210680782794952, 0.10997266322374344, 0.12549303472042084, 0.12544448673725128, 0.07084576040506363, 0.03669384866952896, 0.040370021015405655, 0.00589928962290287, 0.00013210369797889143, 0.016648517921566963, 0.007477426435798407, 0.042474616318941116, 0.014565655961632729, 0.049460139125585556, 0.029526900500059128, 0.0029192655347287655, 0.28507503867149353, 0.21587209403514862, 0.0798027291893959, 0.008378271013498306, 0.04411308094859123, 0.15622243285179138, 0.40987884998321533, 0.24453604221343994, 0.5901405215263367, 0.25569891929626465, 0.6048312783241272, 0.292228639125824, 0.5556262135505676], "min": [0.9825141429901123, -1.138728380203247, 1.3980602025985718, -0.16675162315368652, -1.4071276187896729, -0.0944986492395401, -0.9803921580314636, -1.3465371131896973, 1.1007477045059204, -0.350906640291214, 0.7128082513809204, -0.49160146713256836, 0.9091801643371582, 1.019529104232788, -0.0004199699033051729, -0.003965170122683048, 0.2031088024377823, 0.007893736474215984, 0.1623428910970688, -0.004843288566917181, 0.08830274641513824, 0.00809396430850029, 0.017147859558463097, 0.016918785870075226, 0.6404663920402527, 0.9432008266448975, 0.02047489397227764, -0.00663225119933486, 0.3469238877296448, 0.008104872889816761, 0.02004510536789894, 0.0009817476384341717, 0.019730115309357643, 0.011611893773078918, 0.010717290453612804, 0.0031024343334138393], "max": [1.0890023708343506, -1.0046635866165161, 1.5570878982543945, -0.05470597743988037, -1.2492012977600098, 0.0015259021893143654, -0.48251888155937195, -0.8333333730697632, 1.4605506658554077, 0.05730477720499039, 1.1585888862609863, -0.2583543062210083, 1.0265971422195435, 1.1278373003005981, 0.023976460099220276, -0.003507021116092801, 0.2528982162475586, 0.038899026811122894, 0.3046357333660126, 0.060126591473817825, 0.2235003113746643, 0.12976522743701935, 0.026343565434217453, 0.7517272233963013, 1.2797900438308716, 1.2100805044174194, 0.058773964643478394, 0.1284562349319458, 0.8848710060119629, 1.0200904607772827, 0.871426522731781, 1.5387641191482544, 0.8479791283607483, 1.691654920578003, 0.8183684945106506, 1.8804395198822021], "count": [96]}, "action": {"mean": [1.0243468284606934, -1.0829683542251587, 1.4872409105300903, -0.0946352407336235, -1.3224314451217651, -0.05144920572638512, -0.687319815158844, -1.0971750020980835, 1.3061312437057495, -0.04534655809402466, 0.9723005294799805, -0.3874995708465576, 0.9752716422080994, 1.0759207010269165, 0.004665990825742483, -0.003692926838994026, 0.22882574796676636, 0.011648357845842838, 0.22836196422576904, 0.008412951603531837, 0.1555849015712738, 0.022758545354008675, 0.02009800262749195, 0.3794209063053131, 0.9787448048591614, 1.0787420272827148, 0.024220364168286324, 0.018624933436512947, 0.6918942928314209, 0.40965959429740906, 0.5646145343780518, 0.5960017442703247, 0.5135957598686218, 0.7966465950012207, 0.35886457562446594, 1.3641432523727417], "std": [0.03687090054154396, 0.04273141175508499, 0.05305973440408707, 0.039087411016225815, 0.05775686725974083, 0.03220250830054283, 0.12514932453632355, 0.18210680782794952, 0.10997266322374344, 0.12549303472042084, 0.12544448673725128, 0.07084576040506363, 0.03669384866952896, 0.040370021015405655, 0.00589928962290287, 0.00013210369797889143, 0.016648517921566963, 0.007477426435798407, 0.042474616318941116, 0.014565655961632729, 0.049460139125585556, 0.029526900500059128, 0.0029192655347287655, 0.28507503867149353, 0.21587209403514862, 0.0798027291893959, 0.008378271013498306, 0.04411308094859123, 0.15622243285179138, 0.40987884998321533, 0.24453604221343994, 0.5901405215263367, 0.25569891929626465, 0.6048312783241272, 0.292228639125824, 0.5556262135505676], "min": [0.9825141429901123, -1.138728380203247, 1.3980602025985718, -0.16675162315368652, -1.4071276187896729, -0.0944986492395401, -0.9803921580314636, -1.3465371131896973, 1.1007477045059204, -0.350906640291214, 0.7128082513809204, -0.49160146713256836, 0.9091801643371582, 1.019529104232788, -0.0004199699033051729, -0.003965170122683048, 0.2031088024377823, 0.007893736474215984, 0.1623428910970688, -0.004843288566917181, 0.08830274641513824, 0.00809396430850029, 0.017147859558463097, 0.016918785870075226, 0.6404663920402527, 0.9432008266448975, 0.02047489397227764, -0.00663225119933486, 0.3469238877296448, 0.008104872889816761, 0.02004510536789894, 0.0009817476384341717, 0.019730115309357643, 0.011611893773078918, 0.010717290453612804, 0.0031024343334138393], "max": [1.0890023708343506, -1.0046635866165161, 1.5570878982543945, -0.05470597743988037, -1.2492012977600098, 0.0015259021893143654, -0.48251888155937195, -0.8333333730697632, 1.4605506658554077, 0.05730477720499039, 1.1585888862609863, -0.2583543062210083, 1.0265971422195435, 1.1278373003005981, 0.023976460099220276, -0.003507021116092801, 0.2528982162475586, 0.038899026811122894, 0.3046357333660126, 0.060126591473817825, 0.2235003113746643, 0.12976522743701935, 0.026343565434217453, 0.7517272233963013, 1.2797900438308716, 1.2100805044174194, 0.058773964643478394, 0.1284562349319458, 0.8848710060119629, 1.0200904607772827, 0.871426522731781, 1.5387641191482544, 0.8479791283607483, 1.691654920578003, 0.8183684945106506, 1.8804395198822021], "count": [96]}, "timestamp": {"min": [0.0], "max": [3.1666666666666665], "mean": [1.583333333333333], "std": [0.923710312132944], "count": [96]}, "frame_index": {"min": [0], "max": [95], "mean": [47.5], "std": [27.711309363988317], "count": [96]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [96]}, "index": {"min": [9541], "max": [9636], "mean": [9588.5], "std": [27.711309363988317], "count": [96]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [96]}, "subtask_annotation": {"mean": [2.2083333333333335, 5.0, 5.0, 5.0, 5.0], "std": [1.7435396627423063, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [96]}, "scene_annotation": {"mean": [41.0], "std": [0.0], "min": [41], "max": [41], "count": [96]}, "eef_direction_state": {"mean": [4.333333333333333, 2.78125], "std": [1.7598926734952398, 1.6595878316116124], "min": [0, 0], "max": [6, 6], "count": [96]}, "eef_velocity_state": {"mean": [0.7395833333333334, 1.5520833333333333], "std": [0.4388619673529356, 0.6101535269003114], "min": [0, 0], "max": [1, 2], "count": [96]}, "eef_acc_mag_state": {"mean": [0.5416666666666666, 1.2291666666666667], "std": [0.7761640004248819, 0.7566258248889535], "min": [0, 0], "max": [2, 2], "count": [96]}, "eef_direction_action": {"mean": [4.333333333333333, 2.78125], "std": [1.7598926734952398, 1.6595878316116124], "min": [0, 0], "max": [6, 6], "count": [96]}, "eef_velocity_action": {"mean": [0.7395833333333334, 1.5520833333333333], "std": [0.4388619673529356, 0.6101535269003114], "min": [0, 0], "max": [1, 2], "count": [96]}, "eef_acc_mag_action": {"mean": [0.5416666666666666, 1.2291666666666667], "std": [0.7761640004248819, 0.7566258248889535], "min": [0, 0], "max": [2, 2], "count": [96]}, "eef_sim_pose_state": {"mean": [0.6826949650578186, 0.24326471719762835, 1.1867292505731601, -1.2138484354919836, 0.2411968507237858, -2.071590376547712, 0.685245789984319, -0.1298321138412011, 1.2156820508094792, 1.248576556902811, 0.5367907207887105, 2.1056279363249257], "std": [0.012642615887312551, 0.008137517314309284, 0.0167687972884186, 0.04174405798102274, 0.03550107254937159, 0.016006854629056648, 0.023441989525858395, 0.05101180858568003, 0.03317758296298993, 0.14764807690053292, 0.1834833191934983, 0.11230325451327515], "min": [0.6634774865024946, 0.23413720697203402, 1.1644866864658487, -1.2710021513412388, 0.19826280796920237, -2.0907841871809083, 0.6346081954481921, -0.2090756682380708, 1.1878491261224928, 0.9997095946941876, 0.3073075904874403, 1.8908193978345573], "max": [0.6990267207682681, 0.25897520339602237, 1.2201053229239847, -1.1429735452825391, 0.2957943896685131, -2.039129895265342, 0.7210674794046644, -0.05193868482829067, 1.3019268704566387, 1.5648581658820457, 0.8710255048766857, 2.3252245942159737], "count": [96]}, "eef_sim_pose_action": {"mean": [0.6826949650578186, 0.24326471719762835, 1.1867292505731601, -1.2138484354919836, 0.2411968507237858, -2.071590376547712, 0.685245789984319, -0.1298321138412011, 1.2156820508094792, 1.248576556902811, 0.5367907207887105, 2.1056279363249257], "std": [0.012642615887312551, 0.008137517314309284, 0.0167687972884186, 0.04174405798102274, 0.03550107254937159, 0.016006854629056648, 0.023441989525858395, 0.05101180858568003, 0.03317758296298993, 0.14764807690053292, 0.1834833191934983, 0.11230325451327515], "min": [0.6634774865024946, 0.23413720697203402, 1.1644866864658487, -1.2710021513412388, 0.19826280796920237, -2.0907841871809083, 0.6346081954481921, -0.2090756682380708, 1.1878491261224928, 0.9997095946941876, 0.3073075904874403, 1.8908193978345573], "max": [0.6990267207682681, 0.25897520339602237, 1.2201053229239847, -1.1429735452825391, 0.2957943896685131, -2.039129895265342, 0.7210674794046644, -0.05193868482829067, 1.3019268704566387, 1.5648581658820457, 0.8710255048766857, 2.3252245942159737], "count": [96]}}} +{"episode_index": 42, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4751267054738562]], [[0.47531537581699346]], [[0.46271241013071895]]], "std": [[[0.23316470512360737]], [[0.23268805114504884]], [[0.2388114481775553]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.13725490196078433]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4782083190359477]], [[0.49017470179738565]], [[0.48059139501633985]]], "std": [[[0.31588599928536865]], [[0.32131153254489025]], [[0.32749016834376615]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.17647058823529413]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5645145649509803]], [[0.5847787540849673]], [[0.5556236499183006]]], "std": [[[0.28836698482310763]], [[0.29297456468362354]], [[0.29939711960298643]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44255794321895425]], [[0.4615448325163399]], [[0.45913860089869285]]], "std": [[[0.34078350878570424]], [[0.34804587935845743]], [[0.3636283295098024]]], "count": [100]}, "observation.state": {"mean": [1.0725891590118408, -1.1346299648284912, 1.4864193201065063, -0.216513991355896, -1.4046388864517212, -0.04687052592635155, -0.7096863985061646, -1.0584429502487183, 1.287713646888733, -0.050273824483156204, 0.8626169562339783, -0.5053170323371887, 0.920561671257019, 1.0943896770477295, 0.0011191405355930328, 0.008103537373244762, 0.3013747036457062, 0.05341457575559616, 0.2874303460121155, 0.015127746388316154, 0.18272164463996887, 0.014289210550487041, 0.01971619203686714, 0.19766302406787872, 0.8665555715560913, 1.182411551475525, 0.020650029182434082, 0.04235437139868736, 0.5161182284355164, 0.8153916597366333, 0.5931429862976074, 0.8550876379013062, 0.6767053604125977, 1.0184253454208374, 0.5970028638839722, 1.4710652828216553], "std": [0.029683107510209084, 0.035176511853933334, 0.031793367117643356, 0.033406928181648254, 0.025589268654584885, 0.04207814857363701, 0.12389621883630753, 0.1616111844778061, 0.10882273316383362, 0.08946477621793747, 0.1614721715450287, 0.10772328078746796, 0.05909498780965805, 0.03821748122572899, 0.003393386723473668, 0.01756836660206318, 0.07865726202726364, 0.08358707278966904, 0.07397884875535965, 0.01029936969280243, 0.05149760842323303, 0.0037633159663528204, 0.004460599739104509, 0.18903277814388275, 0.1594279706478119, 0.11175497621297836, 0.0036403469275683165, 0.04654944688081741, 0.14617827534675598, 0.6526983380317688, 0.2795295715332031, 0.7149737477302551, 0.30634942650794983, 0.7991728186607361, 0.4387001693248749, 0.5068873763084412], "min": [1.0317959785461426, -1.177650809288025, 1.4215686321258545, -0.28461042046546936, -1.4744030237197876, -0.09230516105890274, -1.0938811302185059, -1.2407015562057495, 1.0687514543533325, -0.16083857417106628, 0.5422039031982422, -0.7919068336486816, 0.8353036642074585, 1.0084948539733887, -0.0033215798903256655, -0.002007128670811653, 0.08249395340681076, 0.005942846182733774, 0.0555877685546875, -0.0038069994188845158, 0.030229102820158005, 0.01247365027666092, 0.014568044804036617, -0.010499246418476105, 0.47223564982414246, 0.8939527869224548, 0.019024088978767395, -0.002007128670811653, 0.15802791714668274, 0.010466521605849266, 0.0099367406219244, 0.00029997844831086695, 0.01458460558205843, 0.00904371403157711, 0.0379251129925251, 0.026379859074950218], "max": [1.1301721334457397, -1.063887596130371, 1.529275894165039, -0.16126878559589386, -1.3824435472488403, 0.037146180868148804, -0.5836218595504761, -0.7970012426376343, 1.4044380187988281, 0.14338712394237518, 1.1789978742599487, -0.38633936643600464, 1.063962459564209, 1.142585277557373, 0.011824605986475945, 0.08776582032442093, 0.39534980058670044, 0.35017848014831543, 0.36106500029563904, 0.06014840677380562, 0.27056965231895447, 0.03163409233093262, 0.031045041978359222, 0.567864716053009, 1.095788598060608, 1.3417491912841797, 0.03730641305446625, 0.16001813113689423, 0.683143675327301, 1.5805156230926514, 0.9105055332183838, 1.7039541006088257, 1.0341130495071411, 1.8986128568649292, 1.1338967084884644, 1.9100936651229858], "count": [112]}, "action": {"mean": [1.0725891590118408, -1.1346299648284912, 1.4864193201065063, -0.216513991355896, -1.4046388864517212, -0.04687052592635155, -0.7096863985061646, -1.0584429502487183, 1.287713646888733, -0.050273824483156204, 0.8626169562339783, -0.5053170323371887, 0.920561671257019, 1.0943896770477295, 0.0011191405355930328, 0.008103537373244762, 0.3013747036457062, 0.05341457575559616, 0.2874303460121155, 0.015127746388316154, 0.18272164463996887, 0.014289210550487041, 0.01971619203686714, 0.19766302406787872, 0.8665555715560913, 1.182411551475525, 0.020650029182434082, 0.04235437139868736, 0.5161182284355164, 0.8153916597366333, 0.5931429862976074, 0.8550876379013062, 0.6767053604125977, 1.0184253454208374, 0.5970028638839722, 1.4710652828216553], "std": [0.029683107510209084, 0.035176511853933334, 0.031793367117643356, 0.033406928181648254, 0.025589268654584885, 0.04207814857363701, 0.12389621883630753, 0.1616111844778061, 0.10882273316383362, 0.08946477621793747, 0.1614721715450287, 0.10772328078746796, 0.05909498780965805, 0.03821748122572899, 0.003393386723473668, 0.01756836660206318, 0.07865726202726364, 0.08358707278966904, 0.07397884875535965, 0.01029936969280243, 0.05149760842323303, 0.0037633159663528204, 0.004460599739104509, 0.18903277814388275, 0.1594279706478119, 0.11175497621297836, 0.0036403469275683165, 0.04654944688081741, 0.14617827534675598, 0.6526983380317688, 0.2795295715332031, 0.7149737477302551, 0.30634942650794983, 0.7991728186607361, 0.4387001693248749, 0.5068873763084412], "min": [1.0317959785461426, -1.177650809288025, 1.4215686321258545, -0.28461042046546936, -1.4744030237197876, -0.09230516105890274, -1.0938811302185059, -1.2407015562057495, 1.0687514543533325, -0.16083857417106628, 0.5422039031982422, -0.7919068336486816, 0.8353036642074585, 1.0084948539733887, -0.0033215798903256655, -0.002007128670811653, 0.08249395340681076, 0.005942846182733774, 0.0555877685546875, -0.0038069994188845158, 0.030229102820158005, 0.01247365027666092, 0.014568044804036617, -0.010499246418476105, 0.47223564982414246, 0.8939527869224548, 0.019024088978767395, -0.002007128670811653, 0.15802791714668274, 0.010466521605849266, 0.0099367406219244, 0.00029997844831086695, 0.01458460558205843, 0.00904371403157711, 0.0379251129925251, 0.026379859074950218], "max": [1.1301721334457397, -1.063887596130371, 1.529275894165039, -0.16126878559589386, -1.3824435472488403, 0.037146180868148804, -0.5836218595504761, -0.7970012426376343, 1.4044380187988281, 0.14338712394237518, 1.1789978742599487, -0.38633936643600464, 1.063962459564209, 1.142585277557373, 0.011824605986475945, 0.08776582032442093, 0.39534980058670044, 0.35017848014831543, 0.36106500029563904, 0.06014840677380562, 0.27056965231895447, 0.03163409233093262, 0.031045041978359222, 0.567864716053009, 1.095788598060608, 1.3417491912841797, 0.03730641305446625, 0.16001813113689423, 0.683143675327301, 1.5805156230926514, 0.9105055332183838, 1.7039541006088257, 1.0341130495071411, 1.8986128568649292, 1.1338967084884644, 1.9100936651229858], "count": [112]}, "timestamp": {"min": [0.0], "max": [3.7], "mean": [1.8499999999999999], "std": [1.077677544021814], "count": [112]}, "frame_index": {"min": [0], "max": [111], "mean": [55.5], "std": [32.33032632065442], "count": [112]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [112]}, "index": {"min": [9637], "max": [9748], "mean": [9692.5], "std": [32.33032632065442], "count": [112]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [112]}, "subtask_annotation": {"mean": [2.205357142857143, 5.0, 5.0, 5.0, 5.0], "std": [1.4948625883884012, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [112]}, "scene_annotation": {"mean": [42.0], "std": [0.0], "min": [42], "max": [42], "count": [112]}, "eef_direction_state": {"mean": [4.464285714285714, 2.8035714285714284], "std": [1.5290553306148318, 1.6788563587958873], "min": [1, 0], "max": [6, 6], "count": [112]}, "eef_velocity_state": {"mean": [0.7053571428571429, 1.6964285714285714], "std": [0.45588205040070484, 0.4971218181098235], "min": [0, 0], "max": [1, 2], "count": [112]}, "eef_acc_mag_state": {"mean": [0.5357142857142857, 1.2410714285714286], "std": [0.8337583949949107, 0.8045133368587952], "min": [0, 0], "max": [2, 2], "count": [112]}, "eef_direction_action": {"mean": [4.464285714285714, 2.8035714285714284], "std": [1.5290553306148318, 1.6788563587958873], "min": [1, 0], "max": [6, 6], "count": [112]}, "eef_velocity_action": {"mean": [0.7053571428571429, 1.6964285714285714], "std": [0.45588205040070484, 0.4971218181098235], "min": [0, 0], "max": [1, 2], "count": [112]}, "eef_acc_mag_action": {"mean": [0.5357142857142857, 1.2410714285714286], "std": [0.8337583949949107, 0.8045133368587952], "min": [0, 0], "max": [2, 2], "count": [112]}, "eef_sim_pose_state": {"mean": [0.6790883092912618, 0.2532228390159343, 1.1753151212135065, -1.1670052431013302, 0.15091879846730788, -2.009627199266071, 0.6871158644336379, -0.14310689533906915, 1.1898167067906857, 1.3868476677417685, 0.6813044529814859, 2.138657075851337], "std": [0.0047119323841601415, 0.008010105772243132, 0.01370445389230412, 0.020053123419787842, 0.04835915621218655, 0.017113420913025326, 0.029370099758884046, 0.05945477918780282, 0.03987086945192264, 0.18014403460734568, 0.17273844150130396, 0.1498988072952147], "min": [0.6699938330428998, 0.2393986121354752, 1.1578720117108634, -1.1959275906488307, 0.09583095427992117, -2.038627561976071, 0.6289309083251069, -0.23587150278790323, 1.1324390904532253, 1.0944776067949, 0.4510835875692991, 1.8034107576296576], "max": [0.6860209617527395, 0.27124867646251377, 1.2019166551741445, -1.1356265531893985, 0.23312586619591458, -1.9782504075949898, 0.724249345290988, -0.08058471730141362, 1.2705806901677625, 1.792141126761897, 1.1131768543606766, 2.3449233080779424], "count": [112]}, "eef_sim_pose_action": {"mean": [0.6790883092912618, 0.2532228390159343, 1.1753151212135065, -1.1670052431013302, 0.15091879846730788, -2.009627199266071, 0.6871158644336379, -0.14310689533906915, 1.1898167067906857, 1.3868476677417685, 0.6813044529814859, 2.138657075851337], "std": [0.0047119323841601415, 0.008010105772243132, 0.01370445389230412, 0.020053123419787842, 0.04835915621218655, 0.017113420913025326, 0.029370099758884046, 0.05945477918780282, 0.03987086945192264, 0.18014403460734568, 0.17273844150130396, 0.1498988072952147], "min": [0.6699938330428998, 0.2393986121354752, 1.1578720117108634, -1.1959275906488307, 0.09583095427992117, -2.038627561976071, 0.6289309083251069, -0.23587150278790323, 1.1324390904532253, 1.0944776067949, 0.4510835875692991, 1.8034107576296576], "max": [0.6860209617527395, 0.27124867646251377, 1.2019166551741445, -1.1356265531893985, 0.23312586619591458, -1.9782504075949898, 0.724249345290988, -0.08058471730141362, 1.2705806901677625, 1.792141126761897, 1.1131768543606766, 2.3449233080779424], "count": [112]}}} +{"episode_index": 43, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4834538174019608]], [[0.482982295751634]], [[0.4705726797385621]]], "std": [[[0.22203095642703805]], [[0.22212593781023052]], [[0.22273523902191295]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.12941176470588237]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4920439869281046]], [[0.5042558312908497]], [[0.49390065972222225]]], "std": [[[0.31941643413944015]], [[0.3250772783514842]], [[0.3316162193245725]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.1607843137254902]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5418428513071896]], [[0.5635122406045752]], [[0.5336565870098039]]], "std": [[[0.2999209786031988]], [[0.30371828608997714]], [[0.3101813838111719]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44663711192810457]], [[0.4640121711601307]], [[0.45693340890522877]]], "std": [[[0.34040602903199985]], [[0.34906202336847125]], [[0.3630567792374049]]], "count": [100]}, "observation.state": {"mean": [1.0235568284988403, -1.1423075199127197, 1.5232837200164795, -0.14123541116714478, -1.3513331413269043, -0.08286211639642715, -0.5153507590293884, -1.0431019067764282, 1.3242195844650269, -0.3143411874771118, 0.7559689879417419, -0.3718562424182892, 0.8257545828819275, 1.2010760307312012, 0.0006817813264206052, 0.010796608403325081, 0.1580152064561844, 0.01226813904941082, 0.0837116688489914, 0.010515962727367878, 0.030854562297463417, 0.005988862831145525, 0.01957925222814083, 0.07276053726673126, 1.037063717842102, 1.139502763748169, 0.01953250914812088, 0.018738899379968643, 0.6382835507392883, 0.645541787147522, 0.5382146835327148, 0.7383937239646912, 0.5840257406234741, 0.8469486832618713, 0.4990668296813965, 1.284757137298584], "std": [0.049952976405620575, 0.03621535748243332, 0.0335402637720108, 0.054564666002988815, 0.03277944400906563, 0.027157150208950043, 0.1895524561405182, 0.1576869785785675, 0.10479298233985901, 0.2672942578792572, 0.18352164328098297, 0.14419691264629364, 0.053124114871025085, 0.1109558641910553, 0.0024276410695165396, 0.02014678530395031, 0.05522294342517853, 0.0005829771398566663, 0.04251306131482124, 0.01120658591389656, 0.02137291245162487, 0.0012004183372482657, 0.0020265402272343636, 0.13571444153785706, 0.21521267294883728, 0.09569453448057175, 0.0036807856522500515, 0.032478734850883484, 0.1465928703546524, 0.5425076484680176, 0.25052645802497864, 0.6398236155509949, 0.2621918320655823, 0.7362226247787476, 0.33345863223075867, 0.4689088761806488], "min": [0.9521152973175049, -1.172393560409546, 1.4385919570922852, -0.23562896251678467, -1.429321050643921, -0.10610980540513992, -1.0494391918182373, -1.281877040863037, 1.0847257375717163, -0.7825732231140137, 0.525542140007019, -0.5780785083770752, 0.6964246034622192, 1.0080081224441528, -0.007504915818572044, -0.011017391458153725, 0.06520064920186996, 0.008044877089560032, 0.016814308241009712, -0.014180799946188927, 0.014726215042173862, 0.004346960689872503, 0.015489797107875347, 0.008377579972147942, 0.6103053092956543, 0.9132814407348633, 0.017900532111525536, -0.005023275967687368, 0.1957084685564041, 0.006719517521560192, 0.014695256017148495, 0.004788747522979975, 0.01602170616388321, -0.0027052604127675295, 0.010308350436389446, 0.3463922441005707], "max": [1.1053253412246704, -1.0394254922866821, 1.5602469444274902, -0.05593385174870491, -1.3128957748413086, -0.009918364696204662, -0.28292369842529297, -0.7689951062202454, 1.4460068941116333, 0.1653219610452652, 1.199073076248169, -0.07796406745910645, 0.9314822554588318, 1.3953906297683716, 0.008530296385288239, 0.09551022946834564, 0.28477227687835693, 0.01398445013910532, 0.18310683965682983, 0.01739875040948391, 0.09711121022701263, 0.012173671275377274, 0.021642083302140236, 0.41777727007865906, 1.3232104778289795, 1.2477141618728638, 0.04108068719506264, 0.12758691608905792, 0.8188321590423584, 1.4159801006317139, 0.8499208092689514, 1.6334972381591797, 0.9415942430496216, 1.875274419784546, 1.0010989904403687, 1.930345058441162], "count": [175]}, "action": {"mean": [1.0235568284988403, -1.1423075199127197, 1.5232837200164795, -0.14123541116714478, -1.3513331413269043, -0.08286211639642715, -0.5153507590293884, -1.0431019067764282, 1.3242195844650269, -0.3143411874771118, 0.7559689879417419, -0.3718562424182892, 0.8257545828819275, 1.2010760307312012, 0.0006817813264206052, 0.010796608403325081, 0.1580152064561844, 0.01226813904941082, 0.0837116688489914, 0.010515962727367878, 0.030854562297463417, 0.005988862831145525, 0.01957925222814083, 0.07276053726673126, 1.037063717842102, 1.139502763748169, 0.01953250914812088, 0.018738899379968643, 0.6382835507392883, 0.645541787147522, 0.5382146835327148, 0.7383937239646912, 0.5840257406234741, 0.8469486832618713, 0.4990668296813965, 1.284757137298584], "std": [0.049952976405620575, 0.03621535748243332, 0.0335402637720108, 0.054564666002988815, 0.03277944400906563, 0.027157150208950043, 0.1895524561405182, 0.1576869785785675, 0.10479298233985901, 0.2672942578792572, 0.18352164328098297, 0.14419691264629364, 0.053124114871025085, 0.1109558641910553, 0.0024276410695165396, 0.02014678530395031, 0.05522294342517853, 0.0005829771398566663, 0.04251306131482124, 0.01120658591389656, 0.02137291245162487, 0.0012004183372482657, 0.0020265402272343636, 0.13571444153785706, 0.21521267294883728, 0.09569453448057175, 0.0036807856522500515, 0.032478734850883484, 0.1465928703546524, 0.5425076484680176, 0.25052645802497864, 0.6398236155509949, 0.2621918320655823, 0.7362226247787476, 0.33345863223075867, 0.4689088761806488], "min": [0.9521152973175049, -1.172393560409546, 1.4385919570922852, -0.23562896251678467, -1.429321050643921, -0.10610980540513992, -1.0494391918182373, -1.281877040863037, 1.0847257375717163, -0.7825732231140137, 0.525542140007019, -0.5780785083770752, 0.6964246034622192, 1.0080081224441528, -0.007504915818572044, -0.011017391458153725, 0.06520064920186996, 0.008044877089560032, 0.016814308241009712, -0.014180799946188927, 0.014726215042173862, 0.004346960689872503, 0.015489797107875347, 0.008377579972147942, 0.6103053092956543, 0.9132814407348633, 0.017900532111525536, -0.005023275967687368, 0.1957084685564041, 0.006719517521560192, 0.014695256017148495, 0.004788747522979975, 0.01602170616388321, -0.0027052604127675295, 0.010308350436389446, 0.3463922441005707], "max": [1.1053253412246704, -1.0394254922866821, 1.5602469444274902, -0.05593385174870491, -1.3128957748413086, -0.009918364696204662, -0.28292369842529297, -0.7689951062202454, 1.4460068941116333, 0.1653219610452652, 1.199073076248169, -0.07796406745910645, 0.9314822554588318, 1.3953906297683716, 0.008530296385288239, 0.09551022946834564, 0.28477227687835693, 0.01398445013910532, 0.18310683965682983, 0.01739875040948391, 0.09711121022701263, 0.012173671275377274, 0.021642083302140236, 0.41777727007865906, 1.3232104778289795, 1.2477141618728638, 0.04108068719506264, 0.12758691608905792, 0.8188321590423584, 1.4159801006317139, 0.8499208092689514, 1.6334972381591797, 0.9415942430496216, 1.875274419784546, 1.0010989904403687, 1.930345058441162], "count": [175]}, "timestamp": {"min": [0.0], "max": [5.8], "mean": [2.9], "std": [1.6839107920420118], "count": [175]}, "frame_index": {"min": [0], "max": [174], "mean": [87.0], "std": [50.51732376126036], "count": [175]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [175]}, "index": {"min": [9749], "max": [9923], "mean": [9836.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [175]}, "subtask_annotation": {"mean": [2.6742857142857144, 5.0, 5.0, 5.0, 5.0], "std": [1.297105096996023, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [175]}, "scene_annotation": {"mean": [43.0], "std": [0.0], "min": [43], "max": [43], "count": [175]}, "eef_direction_state": {"mean": [4.868571428571428, 2.942857142857143], "std": [1.5118146954800329, 1.3926922979375937], "min": [2, 0], "max": [6, 6], "count": [175]}, "eef_velocity_state": {"mean": [0.5142857142857142, 1.6571428571428573], "std": [0.4997958767010261, 0.509501557146486], "min": [0, 0], "max": [1, 2], "count": [175]}, "eef_acc_mag_state": {"mean": [0.10857142857142857, 1.2914285714285714], "std": [0.392334717571929, 0.7256017910559983], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_direction_action": {"mean": [4.868571428571428, 2.942857142857143], "std": [1.5118146954800329, 1.3926922979375937], "min": [2, 0], "max": [6, 6], "count": [175]}, "eef_velocity_action": {"mean": [0.5142857142857142, 1.6571428571428573], "std": [0.4997958767010261, 0.509501557146486], "min": [0, 0], "max": [1, 2], "count": [175]}, "eef_acc_mag_action": {"mean": [0.10857142857142857, 1.2914285714285714], "std": [0.392334717571929, 0.7256017910559983], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_sim_pose_state": {"mean": [0.6871607167938628, 0.24071121100397788, 1.1791179491140977, -1.1820569468576863, 0.16781623919806954, -2.059190304970875, 0.696134079524257, -0.12827031823147858, 1.239792195678391, 1.3224077613126215, 0.769039526459356, 2.153368416302912], "std": [0.006252113051896507, 0.012335231778714385, 0.018131173547151273, 0.02942444888428835, 0.04075376038382028, 0.02838690441781566, 0.022703845919856153, 0.057428197738054854, 0.05269651110595494, 0.21584658101621731, 0.1727198535278908, 0.2054462400079242], "min": [0.6756430635547994, 0.21984451388806509, 1.1612163088950198, -1.2088853132510269, 0.12085283846698558, -2.107850165608159, 0.635644042588554, -0.22970793382630292, 1.164888637037193, 0.96033150815678, 0.4795202921962196, 1.697536554285806], "max": [0.6952738859019822, 0.263988337650228, 1.2292753138078587, -1.0980393566332924, 0.25831300718145545, -1.9986275860691105, 0.7219044206264859, -0.048972959301180896, 1.335442721893899, 1.7381115116445955, 1.0304745456061477, 2.440204178903523], "count": [175]}, "eef_sim_pose_action": {"mean": [0.6871607167938628, 0.24071121100397788, 1.1791179491140977, -1.1820569468576863, 0.16781623919806954, -2.059190304970875, 0.696134079524257, -0.12827031823147858, 1.239792195678391, 1.3224077613126215, 0.769039526459356, 2.153368416302912], "std": [0.006252113051896507, 0.012335231778714385, 0.018131173547151273, 0.02942444888428835, 0.04075376038382028, 0.02838690441781566, 0.022703845919856153, 0.057428197738054854, 0.05269651110595494, 0.21584658101621731, 0.1727198535278908, 0.2054462400079242], "min": [0.6756430635547994, 0.21984451388806509, 1.1612163088950198, -1.2088853132510269, 0.12085283846698558, -2.107850165608159, 0.635644042588554, -0.22970793382630292, 1.164888637037193, 0.96033150815678, 0.4795202921962196, 1.697536554285806], "max": [0.6952738859019822, 0.263988337650228, 1.2292753138078587, -1.0980393566332924, 0.25831300718145545, -1.9986275860691105, 0.7219044206264859, -0.048972959301180896, 1.335442721893899, 1.7381115116445955, 1.0304745456061477, 2.440204178903523], "count": [175]}}} +{"episode_index": 44, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4895545931961373]], [[0.48800870355649767]], [[0.476919009082612]]], "std": [[[0.2248638608796374]], [[0.22571613740146354]], [[0.22763150691199793]]], "count": [111]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.1450980392156863]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5136292468939527]], [[0.5269952102838132]], [[0.5163522732291115]]], "std": [[[0.3195845560600532]], [[0.32489678857679544]], [[0.3312299532589134]]], "count": [111]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.03529411764705882]], [[0.14901960784313725]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5380343082052641]], [[0.5612307491314844]], [[0.5296377848436672]]], "std": [[[0.30024406770895007]], [[0.3054637063968088]], [[0.3106899450995128]]], "count": [111]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4222563482600247]], [[0.4470485871901313]], [[0.44107191198551493]]], "std": [[[0.33639003764321995]], [[0.3477485228397193]], [[0.3619219122486521]]], "count": [111]}, "observation.state": {"mean": [0.8846883177757263, -1.3424949645996094, 1.7803561687469482, -0.13426290452480316, -1.2824265956878662, -0.14604038000106812, -0.46204957365989685, -1.3107211589813232, 1.5551183223724365, -0.16857832670211792, 0.6611995100975037, -0.40092071890830994, 0.8874244689941406, 1.2051724195480347, -0.0023930659517645836, 0.03269418701529503, 0.2858434021472931, 0.006307506933808327, 0.2909325361251831, 0.015505232848227024, 0.2806417942047119, 0.01686490699648857, 0.016856804490089417, 0.6195006966590881, 0.8605436086654663, 1.1032129526138306, 0.022777436301112175, 0.005433042533695698, 0.7613182663917542, 0.5095646977424622, 0.7564935684204102, 0.7370266318321228, 0.78270423412323, 1.007441759109497, 0.6789570450782776, 1.5283161401748657], "std": [0.05433974042534828, 0.02583404630422592, 0.04905928298830986, 0.06748510152101517, 0.05086326599121094, 0.027397096157073975, 0.13785101473331451, 0.1274009644985199, 0.11225125938653946, 0.20887474715709686, 0.15699569880962372, 0.1301286220550537, 0.07512828707695007, 0.037804361432790756, 0.0025805840268731117, 0.01611435040831566, 0.04462754353880882, 0.00494619645178318, 0.06292960792779922, 0.010783655568957329, 0.050233274698257446, 0.007375854998826981, 0.0015084099723026156, 0.22916488349437714, 0.28214141726493835, 0.09288734942674637, 0.0018507898785173893, 0.013528822921216488, 0.1376526951789856, 0.5068351030349731, 0.20075470209121704, 0.7234406471252441, 0.2664836347103119, 0.7444429993629456, 0.41223621368408203, 0.3903859257698059], "min": [0.7760404944419861, -1.3995503187179565, 1.595139980316162, -0.2657454013824463, -1.451290488243103, -0.1741197407245636, -0.9706645011901855, -1.4704689979553223, 1.1721312999725342, -0.4465409815311432, 0.4572938084602356, -0.7073987126350403, 0.7986354231834412, 1.0659816265106201, -0.009528406895697117, 0.0034579336643218994, 0.16972999274730682, 0.004270602483302355, 0.15803956985473633, -0.01447532419115305, 0.160008504986763, 0.009659306146204472, 0.015506159514188766, 0.00483237998560071, 0.0996692106127739, 0.9311603903770447, 0.021587541326880455, -0.005023275036364794, 0.37446585297584534, -0.002072578528895974, 0.13932636380195618, 0.00022907447419129312, 0.037082795053720474, 0.010030188597738743, 0.010008372366428375, 0.25751787424087524], "max": [1.0293641090393066, -1.244134783744812, 1.8178502321243286, 0.06438592076301575, -1.233548879623413, -0.041056305170059204, -0.2307092547416687, -0.9874971508979797, 1.6929527521133423, 0.29840925335884094, 1.1546311378479004, -0.22398574650287628, 1.1150363683700562, 1.2519792318344116, 0.010733774863183498, 0.08123962581157684, 0.35179293155670166, 0.05020003393292427, 0.38642680644989014, 0.031012319028377533, 0.3313125967979431, 0.036542829126119614, 0.02313106693327427, 1.055515170097351, 1.2198542356491089, 1.3201234340667725, 0.04108068719506264, 0.06813328713178635, 0.9756336212158203, 1.5329281091690063, 1.1155707836151123, 1.8850429058074951, 1.1781846284866333, 1.934130311012268, 1.327453851699829, 1.9271161556243896], "count": [537]}, "action": {"mean": [0.8846883177757263, -1.3424949645996094, 1.7803561687469482, -0.13426290452480316, -1.2824265956878662, -0.14604038000106812, -0.46204957365989685, -1.3107211589813232, 1.5551183223724365, -0.16857832670211792, 0.6611995100975037, -0.40092071890830994, 0.8874244689941406, 1.2051724195480347, -0.0023930659517645836, 0.03269418701529503, 0.2858434021472931, 0.006307506933808327, 0.2909325361251831, 0.015505232848227024, 0.2806417942047119, 0.01686490699648857, 0.016856804490089417, 0.6195006966590881, 0.8605436086654663, 1.1032129526138306, 0.022777436301112175, 0.005433042533695698, 0.7613182663917542, 0.5095646977424622, 0.7564935684204102, 0.7370266318321228, 0.78270423412323, 1.007441759109497, 0.6789570450782776, 1.5283161401748657], "std": [0.05433974042534828, 0.02583404630422592, 0.04905928298830986, 0.06748510152101517, 0.05086326599121094, 0.027397096157073975, 0.13785101473331451, 0.1274009644985199, 0.11225125938653946, 0.20887474715709686, 0.15699569880962372, 0.1301286220550537, 0.07512828707695007, 0.037804361432790756, 0.0025805840268731117, 0.01611435040831566, 0.04462754353880882, 0.00494619645178318, 0.06292960792779922, 0.010783655568957329, 0.050233274698257446, 0.007375854998826981, 0.0015084099723026156, 0.22916488349437714, 0.28214141726493835, 0.09288734942674637, 0.0018507898785173893, 0.013528822921216488, 0.1376526951789856, 0.5068351030349731, 0.20075470209121704, 0.7234406471252441, 0.2664836347103119, 0.7444429993629456, 0.41223621368408203, 0.3903859257698059], "min": [0.7760404944419861, -1.3995503187179565, 1.595139980316162, -0.2657454013824463, -1.451290488243103, -0.1741197407245636, -0.9706645011901855, -1.4704689979553223, 1.1721312999725342, -0.4465409815311432, 0.4572938084602356, -0.7073987126350403, 0.7986354231834412, 1.0659816265106201, -0.009528406895697117, 0.0034579336643218994, 0.16972999274730682, 0.004270602483302355, 0.15803956985473633, -0.01447532419115305, 0.160008504986763, 0.009659306146204472, 0.015506159514188766, 0.00483237998560071, 0.0996692106127739, 0.9311603903770447, 0.021587541326880455, -0.005023275036364794, 0.37446585297584534, -0.002072578528895974, 0.13932636380195618, 0.00022907447419129312, 0.037082795053720474, 0.010030188597738743, 0.010008372366428375, 0.25751787424087524], "max": [1.0293641090393066, -1.244134783744812, 1.8178502321243286, 0.06438592076301575, -1.233548879623413, -0.041056305170059204, -0.2307092547416687, -0.9874971508979797, 1.6929527521133423, 0.29840925335884094, 1.1546311378479004, -0.22398574650287628, 1.1150363683700562, 1.2519792318344116, 0.010733774863183498, 0.08123962581157684, 0.35179293155670166, 0.05020003393292427, 0.38642680644989014, 0.031012319028377533, 0.3313125967979431, 0.036542829126119614, 0.02313106693327427, 1.055515170097351, 1.2198542356491089, 1.3201234340667725, 0.04108068719506264, 0.06813328713178635, 0.9756336212158203, 1.5329281091690063, 1.1155707836151123, 1.8850429058074951, 1.1781846284866333, 1.934130311012268, 1.327453851699829, 1.9271161556243896], "count": [537]}, "timestamp": {"min": [0.0], "max": [17.866666666666667], "mean": [8.933333333333334], "std": [5.167275949737999], "count": [537]}, "frame_index": {"min": [0], "max": [536], "mean": [268.0], "std": [155.01827849213998], "count": [537]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [537]}, "index": {"min": [9924], "max": [10460], "mean": [10192.0], "std": [155.01827849213998], "count": [537]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [537]}, "subtask_annotation": {"mean": [2.7579143389199254, 5.0, 5.0, 5.0, 5.0], "std": [0.9976964754343928, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [537]}, "scene_annotation": {"mean": [44.0], "std": [0.0], "min": [44], "max": [44], "count": [537]}, "eef_direction_state": {"mean": [5.048417132216015, 4.139664804469274], "std": [1.5599390921610037, 1.5417982316390488], "min": [0, 0], "max": [6, 6], "count": [537]}, "eef_velocity_state": {"mean": [0.30726256983240224, 1.089385474860335], "std": [0.4613591692081, 0.7060651016437665], "min": [0, 0], "max": [1, 2], "count": [537]}, "eef_acc_mag_state": {"mean": [0.18435754189944134, 0.8417132216014898], "std": [0.5119586723746926, 0.8295582542980188], "min": [0, 0], "max": [2, 2], "count": [537]}, "eef_direction_action": {"mean": [5.048417132216015, 4.139664804469274], "std": [1.5599390921610037, 1.5417982316390488], "min": [0, 0], "max": [6, 6], "count": [537]}, "eef_velocity_action": {"mean": [0.30726256983240224, 1.089385474860335], "std": [0.4613591692081, 0.7060651016437665], "min": [0, 0], "max": [1, 2], "count": [537]}, "eef_acc_mag_action": {"mean": [0.18435754189944134, 0.8417132216014898], "std": [0.5119586723746926, 0.8295582542980188], "min": [0, 0], "max": [2, 2], "count": [537]}, "eef_sim_pose_state": {"mean": [0.7354408645113428, 0.21884546219604867, 1.1807206130630674, -1.1063143530345643, 0.11325605558195279, -2.031009956455232, 0.7553057251867737, -0.08224693185512406, 1.2157046005151346, 1.3427526738758835, 0.6506111280660228, 2.1032589636462373], "std": [0.014506434876429178, 0.022653597776016596, 0.010300636305571157, 0.013596958132713081, 0.030965628148273496, 0.05280342472807222, 0.023224841491510488, 0.049661593453440685, 0.05012759706739884, 0.1471045913436719, 0.14180560009027243, 0.16928551304036665], "min": [0.6876815428212758, 0.15146306523277417, 1.1538147538887102, -1.1237007255852496, 0.054100876355616556, -2.203178496893754, 0.6675348052810862, -0.22011744976491163, 1.1435238503517344, 1.0503547468771606, 0.3812919980678724, 1.8244675044883056], "max": [0.7453463116148814, 0.26097573590132467, 1.204563460954687, -1.0359387085101057, 0.18038341126225976, -1.9536485871358886, 0.7783429109145676, -0.012337448845632093, 1.3308909486113332, 1.6339099524593426, 1.089706089223009, 2.360699144769804], "count": [537]}, "eef_sim_pose_action": {"mean": [0.7354408645113428, 0.21884546219604867, 1.1807206130630674, -1.1063143530345643, 0.11325605558195279, -2.031009956455232, 0.7553057251867737, -0.08224693185512406, 1.2157046005151346, 1.3427526738758835, 0.6506111280660228, 2.1032589636462373], "std": [0.014506434876429178, 0.022653597776016596, 0.010300636305571157, 0.013596958132713081, 0.030965628148273496, 0.05280342472807222, 0.023224841491510488, 0.049661593453440685, 0.05012759706739884, 0.1471045913436719, 0.14180560009027243, 0.16928551304036665], "min": [0.6876815428212758, 0.15146306523277417, 1.1538147538887102, -1.1237007255852496, 0.054100876355616556, -2.203178496893754, 0.6675348052810862, -0.22011744976491163, 1.1435238503517344, 1.0503547468771606, 0.3812919980678724, 1.8244675044883056], "max": [0.7453463116148814, 0.26097573590132467, 1.204563460954687, -1.0359387085101057, 0.18038341126225976, -1.9536485871358886, 0.7783429109145676, -0.012337448845632093, 1.3308909486113332, 1.6339099524593426, 1.089706089223009, 2.360699144769804], "count": [537]}}} +{"episode_index": 45, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4836518525326797]], [[0.4850564644607843]], [[0.4739687969771242]]], "std": [[[0.22523460420467512]], [[0.22445111582384564]], [[0.2273126964310113]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.1607843137254902]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49756116830065356]], [[0.5109466850490196]], [[0.4981591094771242]]], "std": [[[0.30643976790147875]], [[0.31241166570253875]], [[0.31810590373648306]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.13333333333333333]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5481002246732025]], [[0.5652132536764706]], [[0.5455131515522875]]], "std": [[[0.3067594529833026]], [[0.30873506552648566]], [[0.31527363007530634]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42502695874183005]], [[0.450428431372549]], [[0.4436524264705882]]], "std": [[[0.3350514188348979]], [[0.3466100262055957]], [[0.3587300966467511]]], "count": [100]}, "observation.state": {"mean": [0.8277229070663452, -1.3774477243423462, 1.7902398109436035, -0.06371565163135529, -1.3234453201293945, -0.17430688440799713, -0.5043894648551941, -1.2536593675613403, 1.4487409591674805, 0.013348869979381561, 0.7383376359939575, -0.6028582453727722, 0.8775076866149902, 1.3248850107192993, -0.0001901845826068893, 0.07348306477069855, 0.29859617352485657, 0.01970294490456581, 0.16814367473125458, 0.011938524432480335, 0.1897960901260376, 0.011685081757605076, 0.01969892531633377, 0.9012463092803955, 0.6981403827667236, 1.1550558805465698, 0.022446176037192345, 0.000849321426358074, 0.8746656179428101, 0.682451069355011, 0.9094936847686768, 1.1584742069244385, 0.921442985534668, 1.4657413959503174, 0.8895935416221619, 1.754997730255127], "std": [0.1078544408082962, 0.09052088111639023, 0.0862928107380867, 0.08113321661949158, 0.04893010854721069, 0.041390787810087204, 0.16332265734672546, 0.1277427226305008, 0.1048867255449295, 0.14215563237667084, 0.13710583746433258, 0.09045427292585373, 0.11872570961713791, 0.06934873014688492, 0.004261112306267023, 0.026456911116838455, 0.04452669993042946, 0.0007150641758926213, 0.06912045925855637, 0.011304105632007122, 0.06997446715831757, 0.004528479650616646, 0.0004244004376232624, 0.10129997879266739, 0.20939117670059204, 0.13626709580421448, 0.0024084593169391155, 0.007483132183551788, 0.13524970412254333, 0.7010204792022705, 0.1702282726764679, 0.6407976150512695, 0.2725493311882019, 0.5511332154273987, 0.3959919214248657, 0.29159536957740784], "min": [0.6152604222297668, -1.4650568962097168, 1.6021019220352173, -0.22199878096580505, -1.4316734075546265, -0.2071889042854309, -1.0328450202941895, -1.4041996002197266, 1.1291676759719849, -0.1639629602432251, 0.5475127696990967, -0.8092884421348572, 0.6736047863960266, 1.169689655303955, -0.005759586580097675, 0.02168571762740612, 0.17434287071228027, 0.01536435168236494, 0.05985933914780617, -0.01394081674516201, 0.11159199476242065, 0.004150611348450184, 0.018707746639847755, 0.6920613050460815, 0.48520150780677795, 0.9758244752883911, 0.02102030999958515, -0.017704183235764503, 0.6424229741096497, -0.0023180153220891953, 0.45345836877822876, -0.0011671888642013073, 0.33080580830574036, -0.00015817044186405838, 0.014654949307441711, 0.738514244556427], "max": [1.0251822471618652, -1.1760276556015015, 1.8773365020751953, 0.10163938999176025, -1.269741415977478, -0.050020981580019, -0.2651255130767822, -0.9261378645896912, 1.5502569675445557, 0.3712233901023865, 1.1690795421600342, -0.4799439311027527, 1.11204195022583, 1.4092332124710083, 0.018915005028247833, 0.14505431056022644, 0.3900701701641083, 0.02382374368607998, 0.30328369140625, 0.01852230541408062, 0.3244948983192444, 0.03811362758278847, 0.02079123631119728, 1.1520863771438599, 1.1087422370910645, 1.435713291168213, 0.04038255661725998, 0.04616395756602287, 1.1643092632293701, 1.8985146284103394, 1.1652528047561646, 1.9046450853347778, 1.447014331817627, 1.9100719690322876, 1.5552629232406616, 1.9357774257659912], "count": [307]}, "action": {"mean": [0.8277229070663452, -1.3774477243423462, 1.7902398109436035, -0.06371565163135529, -1.3234453201293945, -0.17430688440799713, -0.5043894648551941, -1.2536593675613403, 1.4487409591674805, 0.013348869979381561, 0.7383376359939575, -0.6028582453727722, 0.8775076866149902, 1.3248850107192993, -0.0001901845826068893, 0.07348306477069855, 0.29859617352485657, 0.01970294490456581, 0.16814367473125458, 0.011938524432480335, 0.1897960901260376, 0.011685081757605076, 0.01969892531633377, 0.9012463092803955, 0.6981403827667236, 1.1550558805465698, 0.022446176037192345, 0.000849321426358074, 0.8746656179428101, 0.682451069355011, 0.9094936847686768, 1.1584742069244385, 0.921442985534668, 1.4657413959503174, 0.8895935416221619, 1.754997730255127], "std": [0.1078544408082962, 0.09052088111639023, 0.0862928107380867, 0.08113321661949158, 0.04893010854721069, 0.041390787810087204, 0.16332265734672546, 0.1277427226305008, 0.1048867255449295, 0.14215563237667084, 0.13710583746433258, 0.09045427292585373, 0.11872570961713791, 0.06934873014688492, 0.004261112306267023, 0.026456911116838455, 0.04452669993042946, 0.0007150641758926213, 0.06912045925855637, 0.011304105632007122, 0.06997446715831757, 0.004528479650616646, 0.0004244004376232624, 0.10129997879266739, 0.20939117670059204, 0.13626709580421448, 0.0024084593169391155, 0.007483132183551788, 0.13524970412254333, 0.7010204792022705, 0.1702282726764679, 0.6407976150512695, 0.2725493311882019, 0.5511332154273987, 0.3959919214248657, 0.29159536957740784], "min": [0.6152604222297668, -1.4650568962097168, 1.6021019220352173, -0.22199878096580505, -1.4316734075546265, -0.2071889042854309, -1.0328450202941895, -1.4041996002197266, 1.1291676759719849, -0.1639629602432251, 0.5475127696990967, -0.8092884421348572, 0.6736047863960266, 1.169689655303955, -0.005759586580097675, 0.02168571762740612, 0.17434287071228027, 0.01536435168236494, 0.05985933914780617, -0.01394081674516201, 0.11159199476242065, 0.004150611348450184, 0.018707746639847755, 0.6920613050460815, 0.48520150780677795, 0.9758244752883911, 0.02102030999958515, -0.017704183235764503, 0.6424229741096497, -0.0023180153220891953, 0.45345836877822876, -0.0011671888642013073, 0.33080580830574036, -0.00015817044186405838, 0.014654949307441711, 0.738514244556427], "max": [1.0251822471618652, -1.1760276556015015, 1.8773365020751953, 0.10163938999176025, -1.269741415977478, -0.050020981580019, -0.2651255130767822, -0.9261378645896912, 1.5502569675445557, 0.3712233901023865, 1.1690795421600342, -0.4799439311027527, 1.11204195022583, 1.4092332124710083, 0.018915005028247833, 0.14505431056022644, 0.3900701701641083, 0.02382374368607998, 0.30328369140625, 0.01852230541408062, 0.3244948983192444, 0.03811362758278847, 0.02079123631119728, 1.1520863771438599, 1.1087422370910645, 1.435713291168213, 0.04038255661725998, 0.04616395756602287, 1.1643092632293701, 1.8985146284103394, 1.1652528047561646, 1.9046450853347778, 1.447014331817627, 1.9100719690322876, 1.5552629232406616, 1.9357774257659912], "count": [307]}, "timestamp": {"min": [0.0], "max": [10.2], "mean": [5.1], "std": [2.9540932054806035], "count": [307]}, "frame_index": {"min": [0], "max": [306], "mean": [153.0], "std": [88.6227961644181], "count": [307]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [307]}, "index": {"min": [10461], "max": [10767], "mean": [10614.0], "std": [88.6227961644181], "count": [307]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [307]}, "subtask_annotation": {"mean": [2.8273615635179152, 5.0, 5.0, 5.0, 5.0], "std": [0.9547586335953807, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [307]}, "scene_annotation": {"mean": [45.0], "std": [0.0], "min": [45], "max": [45], "count": [307]}, "eef_direction_state": {"mean": [4.495114006514658, 3.8501628664495113], "std": [1.9326971171426777, 1.4450944671809947], "min": [0, 0], "max": [6, 6], "count": [307]}, "eef_velocity_state": {"mean": [0.5602605863192183, 1.3061889250814331], "std": [0.6294488027528147, 0.6437326033634204], "min": [0, 0], "max": [2, 2], "count": [307]}, "eef_acc_mag_state": {"mean": [0.4006514657980456, 1.013029315960912], "std": [0.7212906223648916, 0.8230155933474279], "min": [0, 0], "max": [2, 2], "count": [307]}, "eef_direction_action": {"mean": [4.495114006514658, 3.8501628664495113], "std": [1.9326971171426777, 1.4450944671809947], "min": [0, 0], "max": [6, 6], "count": [307]}, "eef_velocity_action": {"mean": [0.5602605863192183, 1.3061889250814331], "std": [0.6294488027528147, 0.6437326033634204], "min": [0, 0], "max": [2, 2], "count": [307]}, "eef_acc_mag_action": {"mean": [0.4006514657980456, 1.013029315960912], "std": [0.7212906223648916, 0.8230155933474279], "min": [0, 0], "max": [2, 2], "count": [307]}, "eef_sim_pose_state": {"mean": [0.7254483306311472, 0.18834424970736513, 1.196732294106235, -1.0350785910891211, 0.10767911326809418, -2.105533235098935, 0.7395619781628591, -0.09654194874798934, 1.2226939612712682, 1.2593693966390938, 0.6646363626950305, 1.9861581971999802], "std": [0.015040399986259272, 0.017572256491396814, 0.05666986083260114, 0.1060674864195053, 0.05806133489904878, 0.035233324807265834, 0.027393005250411405, 0.053765098079067306, 0.05321625124610318, 0.115276977371003, 0.11416243016837067, 0.13697014111262087], "min": [0.6911867811044963, 0.16934917033756255, 1.1530495243413204, -1.1242990890572122, 0.05047726364780547, -2.168484675659574, 0.6555361647951974, -0.21915717700914528, 1.135459049938646, 0.9572411424214489, 0.45876785276847976, 1.7075759341210484], "max": [0.7399546904903556, 0.2406698226965729, 1.3031931479893435, -0.8324298799799745, 0.22253303212643694, -2.019124644388813, 0.7801508942781995, -0.021395859176700283, 1.3445533824483007, 1.4156926701527262, 0.9268371769666652, 2.1590264936003964], "count": [307]}, "eef_sim_pose_action": {"mean": [0.7254483306311472, 0.18834424970736513, 1.196732294106235, -1.0350785910891211, 0.10767911326809418, -2.105533235098935, 0.7395619781628591, -0.09654194874798934, 1.2226939612712682, 1.2593693966390938, 0.6646363626950305, 1.9861581971999802], "std": [0.015040399986259272, 0.017572256491396814, 0.05666986083260114, 0.1060674864195053, 0.05806133489904878, 0.035233324807265834, 0.027393005250411405, 0.053765098079067306, 0.05321625124610318, 0.115276977371003, 0.11416243016837067, 0.13697014111262087], "min": [0.6911867811044963, 0.16934917033756255, 1.1530495243413204, -1.1242990890572122, 0.05047726364780547, -2.168484675659574, 0.6555361647951974, -0.21915717700914528, 1.135459049938646, 0.9572411424214489, 0.45876785276847976, 1.7075759341210484], "max": [0.7399546904903556, 0.2406698226965729, 1.3031931479893435, -0.8324298799799745, 0.22253303212643694, -2.019124644388813, 0.7801508942781995, -0.021395859176700283, 1.3445533824483007, 1.4156926701527262, 0.9268371769666652, 2.1590264936003964], "count": [307]}}} +{"episode_index": 46, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49305956699346404]], [[0.490811039624183]], [[0.4773031556372549]]], "std": [[[0.21678984425752262]], [[0.217752604581222]], [[0.2228986393035018]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.03529411764705882]], [[0.12549019607843137]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47493744076797384]], [[0.48422197099673203]], [[0.4714745098039216]]], "std": [[[0.3161513125426608]], [[0.3200725325507955]], [[0.3259252605607818]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06274509803921569]], [[0.1411764705882353]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5389318423202615]], [[0.562585071486928]], [[0.53003320874183]]], "std": [[[0.30391792190678574]], [[0.30674552827170265]], [[0.31341519174593263]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42898291258169935]], [[0.4538217912581699]], [[0.4483418075980392]]], "std": [[[0.3390126438909325]], [[0.350135018314849]], [[0.3640470180440871]]], "count": [100]}, "observation.state": {"mean": [0.825910747051239, -1.2493367195129395, 1.675093173980713, 0.030668791383504868, -1.3364382982254028, -0.14362061023712158, -0.38161328434944153, -1.2194454669952393, 1.4624947309494019, -0.3008856773376465, 0.5111202597618103, -0.544456422328949, 0.8506015539169312, 1.2026230096817017, 0.0021566259674727917, 0.008119014091789722, 0.24350038170814514, 0.01677030883729458, 0.1509353667497635, 0.01787557452917099, 0.11075209826231003, 0.013598511926829815, 0.018554987385869026, 0.3399524688720703, 0.6579064130783081, 1.1960225105285645, 0.023622950538992882, 0.0037862686440348625, 0.8029991984367371, 0.8932043313980103, 0.9284737706184387, 1.2546074390411377, 1.0312448740005493, 1.4333302974700928, 1.0163618326187134, 1.731568694114685], "std": [0.05072101205587387, 0.029904162511229515, 0.03161076828837395, 0.06064705550670624, 0.029149852693080902, 0.022587954998016357, 0.1539248526096344, 0.15168556571006775, 0.13168224692344666, 0.24067427217960358, 0.2012537270784378, 0.06915503740310669, 0.09099745750427246, 0.04181508347392082, 0.002824467374011874, 0.009112134575843811, 0.06279564648866653, 0.0007821419858373702, 0.04409417510032654, 0.0003812621580436826, 0.034602873027324677, 0.0003243346291128546, 0.00279429042711854, 0.1504892259836197, 0.2415761649608612, 0.14332720637321472, 0.0016595724737271667, 0.015134756453335285, 0.16257159411907196, 0.6750844717025757, 0.2846663296222687, 0.7381134033203125, 0.32266950607299805, 0.7041947245597839, 0.4770834445953369, 0.2889562249183655], "min": [0.7498140335083008, -1.2701228857040405, 1.5640497207641602, -0.11815145611763, -1.4064477682113647, -0.1626516431570053, -0.879158079624176, -1.4058685302734375, 1.151924729347229, -0.5724040865898132, 0.14049029350280762, -0.6793125867843628, 0.6138323545455933, 1.087418556213379, -0.002099849283695221, -0.008835728280246258, 0.12494146823883057, 0.013586297631263733, 0.06263550370931625, 0.01710422709584236, 0.035561081022024155, 0.012697269208729267, 0.016231562942266464, 0.0020507618319243193, 0.33014538884162903, 0.9760699272155762, 0.022500842809677124, -0.007461281958967447, 0.4009948670864105, -0.001019926741719246, 0.21144117414951324, -0.0020943949930369854, 0.21882066130638123, 0.02284199558198452, 0.012959069572389126, 0.8256934881210327], "max": [0.9683587551116943, -1.1606394052505493, 1.6996047496795654, 0.13032157719135284, -1.2927730083465576, -0.06475546956062317, -0.07846474647521973, -0.8471957445144653, 1.608539342880249, 0.20917972922325134, 1.1745631694793701, -0.4419274926185608, 1.02889883518219, 1.2601276636123657, 0.014573498629033566, 0.029397889971733093, 0.3672499656677246, 0.022536562755703926, 0.26426467299461365, 0.01941678859293461, 0.1879774034023285, 0.014404420740902424, 0.029937850311398506, 0.6077017784118652, 1.1076514720916748, 1.426430344581604, 0.03796090930700302, 0.058168552815914154, 1.1337004899978638, 1.902698040008545, 1.3955707550048828, 1.9086103439331055, 1.518703818321228, 1.9245036840438843, 1.612847924232483, 1.928261637687683], "count": [401]}, "action": {"mean": [0.825910747051239, -1.2493367195129395, 1.675093173980713, 0.030668791383504868, -1.3364382982254028, -0.14362061023712158, -0.38161328434944153, -1.2194454669952393, 1.4624947309494019, -0.3008856773376465, 0.5111202597618103, -0.544456422328949, 0.8506015539169312, 1.2026230096817017, 0.0021566259674727917, 0.008119014091789722, 0.24350038170814514, 0.01677030883729458, 0.1509353667497635, 0.01787557452917099, 0.11075209826231003, 0.013598511926829815, 0.018554987385869026, 0.3399524688720703, 0.6579064130783081, 1.1960225105285645, 0.023622950538992882, 0.0037862686440348625, 0.8029991984367371, 0.8932043313980103, 0.9284737706184387, 1.2546074390411377, 1.0312448740005493, 1.4333302974700928, 1.0163618326187134, 1.731568694114685], "std": [0.05072101205587387, 0.029904162511229515, 0.03161076828837395, 0.06064705550670624, 0.029149852693080902, 0.022587954998016357, 0.1539248526096344, 0.15168556571006775, 0.13168224692344666, 0.24067427217960358, 0.2012537270784378, 0.06915503740310669, 0.09099745750427246, 0.04181508347392082, 0.002824467374011874, 0.009112134575843811, 0.06279564648866653, 0.0007821419858373702, 0.04409417510032654, 0.0003812621580436826, 0.034602873027324677, 0.0003243346291128546, 0.00279429042711854, 0.1504892259836197, 0.2415761649608612, 0.14332720637321472, 0.0016595724737271667, 0.015134756453335285, 0.16257159411907196, 0.6750844717025757, 0.2846663296222687, 0.7381134033203125, 0.32266950607299805, 0.7041947245597839, 0.4770834445953369, 0.2889562249183655], "min": [0.7498140335083008, -1.2701228857040405, 1.5640497207641602, -0.11815145611763, -1.4064477682113647, -0.1626516431570053, -0.879158079624176, -1.4058685302734375, 1.151924729347229, -0.5724040865898132, 0.14049029350280762, -0.6793125867843628, 0.6138323545455933, 1.087418556213379, -0.002099849283695221, -0.008835728280246258, 0.12494146823883057, 0.013586297631263733, 0.06263550370931625, 0.01710422709584236, 0.035561081022024155, 0.012697269208729267, 0.016231562942266464, 0.0020507618319243193, 0.33014538884162903, 0.9760699272155762, 0.022500842809677124, -0.007461281958967447, 0.4009948670864105, -0.001019926741719246, 0.21144117414951324, -0.0020943949930369854, 0.21882066130638123, 0.02284199558198452, 0.012959069572389126, 0.8256934881210327], "max": [0.9683587551116943, -1.1606394052505493, 1.6996047496795654, 0.13032157719135284, -1.2927730083465576, -0.06475546956062317, -0.07846474647521973, -0.8471957445144653, 1.608539342880249, 0.20917972922325134, 1.1745631694793701, -0.4419274926185608, 1.02889883518219, 1.2601276636123657, 0.014573498629033566, 0.029397889971733093, 0.3672499656677246, 0.022536562755703926, 0.26426467299461365, 0.01941678859293461, 0.1879774034023285, 0.014404420740902424, 0.029937850311398506, 0.6077017784118652, 1.1076514720916748, 1.426430344581604, 0.03796090930700302, 0.058168552815914154, 1.1337004899978638, 1.902698040008545, 1.3955707550048828, 1.9086103439331055, 1.518703818321228, 1.9245036840438843, 1.612847924232483, 1.928261637687683], "count": [401]}, "timestamp": {"min": [0.0], "max": [13.333333333333334], "mean": [6.666666666666666], "std": [3.8586123009300755], "count": [401]}, "frame_index": {"min": [0], "max": [400], "mean": [200.0], "std": [115.75836902790225], "count": [401]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [401]}, "index": {"min": [10768], "max": [11168], "mean": [10968.0], "std": [115.75836902790225], "count": [401]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [401]}, "subtask_annotation": {"mean": [2.6184538653366585, 5.0, 5.0, 5.0, 5.0], "std": [1.0947886544882897, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [401]}, "scene_annotation": {"mean": [46.0], "std": [0.0], "min": [46], "max": [46], "count": [401]}, "eef_direction_state": {"mean": [5.551122194513716, 4.019950124688279], "std": [1.2142154625754313, 1.4879737339496037], "min": [0, 0], "max": [6, 6], "count": [401]}, "eef_velocity_state": {"mean": [0.12967581047381546, 1.2793017456359101], "std": [0.33594641634012934, 0.6291311439051216], "min": [0, 0], "max": [1, 2], "count": [401]}, "eef_acc_mag_state": {"mean": [0.08478802992518704, 0.9326683291770573], "std": [0.34998114299947936, 0.849206825008109], "min": [0, 0], "max": [2, 2], "count": [401]}, "eef_direction_action": {"mean": [5.551122194513716, 4.019950124688279], "std": [1.2142154625754313, 1.4879737339496037], "min": [0, 0], "max": [6, 6], "count": [401]}, "eef_velocity_action": {"mean": [0.12967581047381546, 1.2793017456359101], "std": [0.33594641634012934, 0.6291311439051216], "min": [0, 0], "max": [1, 2], "count": [401]}, "eef_acc_mag_action": {"mean": [0.08478802992518704, 0.9326683291770573], "std": [0.34998114299947936, 0.849206825008109], "min": [0, 0], "max": [2, 2], "count": [401]}, "eef_sim_pose_state": {"mean": [0.7062027262431624, 0.1913800212955663, 1.2212931566999592, -1.0409457450696835, 0.20840386422415833, -2.1557784379782268, 0.7478605618656975, -0.08791248607954315, 1.2280792340033535, 1.428255781537045, 0.907314767089899, 2.1488867863743764], "std": [0.0056584943284573135, 0.018509998877588738, 0.007463042657736865, 0.010683222920660344, 0.036487445447343225, 0.03146923422620151, 0.026448870438499427, 0.04340766714525541, 0.04182711354839565, 0.23248414566863246, 0.1949480785854585, 0.20431639639743132], "min": [0.6877681362877022, 0.16337643654411207, 1.204209684391535, -1.0712293170781144, 0.1524272759787031, -2.2069047659772547, 0.6628533293788984, -0.19861098679397082, 1.1581061840446423, 0.9497977007139077, 0.540808515214533, 1.6637951887698763], "max": [0.7112199717524916, 0.23924231746874114, 1.2372599362877312, -1.0145615490984956, 0.2675000710199309, -2.068241306325511, 0.77599401898653, -0.04471936671898294, 1.3578019945915634, 2.2384943297904414, 1.2765132776794679, 2.769845795121814], "count": [401]}, "eef_sim_pose_action": {"mean": [0.7062027262431624, 0.1913800212955663, 1.2212931566999592, -1.0409457450696835, 0.20840386422415833, -2.1557784379782268, 0.7478605618656975, -0.08791248607954315, 1.2280792340033535, 1.428255781537045, 0.907314767089899, 2.1488867863743764], "std": [0.0056584943284573135, 0.018509998877588738, 0.007463042657736865, 0.010683222920660344, 0.036487445447343225, 0.03146923422620151, 0.026448870438499427, 0.04340766714525541, 0.04182711354839565, 0.23248414566863246, 0.1949480785854585, 0.20431639639743132], "min": [0.6877681362877022, 0.16337643654411207, 1.204209684391535, -1.0712293170781144, 0.1524272759787031, -2.2069047659772547, 0.6628533293788984, -0.19861098679397082, 1.1581061840446423, 0.9497977007139077, 0.540808515214533, 1.6637951887698763], "max": [0.7112199717524916, 0.23924231746874114, 1.2372599362877312, -1.0145615490984956, 0.2675000710199309, -2.068241306325511, 0.77599401898653, -0.04471936671898294, 1.3578019945915634, 2.2384943297904414, 1.2765132776794679, 2.769845795121814], "count": [401]}}} +{"episode_index": 47, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48961832107843134]], [[0.48955061070261435]], [[0.47658971405228756]]], "std": [[[0.21118513997195393]], [[0.21067787192666074]], [[0.21839594725788025]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.12549019607843137]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4731553799019608]], [[0.4826551879084967]], [[0.4700976940359477]]], "std": [[[0.3162252790870434]], [[0.3198105095531029]], [[0.32581265949470234]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.13725490196078433]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.564791058006536]], [[0.5891876388888889]], [[0.5550294975490195]]], "std": [[[0.3038918871000821]], [[0.311346939977597]], [[0.31233921237493445]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.430845631127451]], [[0.45742149509803925]], [[0.44900268178104574]]], "std": [[[0.34091246791083046]], [[0.35188326795194497]], [[0.36373549964021146]]], "count": [100]}, "observation.state": {"mean": [0.9198945164680481, -1.1870523691177368, 1.5709118843078613, -0.052075617015361786, -1.395856261253357, 0.0009191872668452561, -0.48897305130958557, -1.1622862815856934, 1.4148938655853271, 0.008082927204668522, 0.6816403269767761, -0.6483243107795715, 0.8720362782478333, 1.0749377012252808, -0.00036877021193504333, 0.07756063342094421, 0.17866826057434082, 0.010461395606398582, 0.13827550411224365, -0.005415734369307756, 0.1695404350757599, 0.013915377669036388, 0.02034844271838665, 0.38607993721961975, 0.7165040373802185, 1.2237671613693237, 0.023053621873259544, 0.011625394225120544, 0.6938490867614746, 0.9281520843505859, 0.8139668107032776, 1.1315659284591675, 0.9751169085502625, 1.1986079216003418, 0.9578646421432495, 1.5770237445831299], "std": [0.03654686361551285, 0.03469591960310936, 0.03388698771595955, 0.041700445115566254, 0.033756256103515625, 0.018523050472140312, 0.2318253219127655, 0.17258375883102417, 0.1578340083360672, 0.1927289068698883, 0.18002010881900787, 0.10162082314491272, 0.07088499516248703, 0.019407764077186584, 0.0023293220438063145, 0.013031295500695705, 0.048111483454704285, 0.0012954651610925794, 0.048074547201395035, 0.0013682960998266935, 0.03308561071753502, 0.0022564404644072056, 0.008740609511733055, 0.180431067943573, 0.16292522847652435, 0.14301277697086334, 0.0034071768168359995, 0.014749400317668915, 0.14812636375427246, 0.643743634223938, 0.26619452238082886, 0.8101596236228943, 0.3236890137195587, 0.8071973323822021, 0.44311457872390747, 0.42130741477012634], "min": [0.8765473365783691, -1.2239165306091309, 1.508032202720642, -0.1600247621536255, -1.4750938415527344, -0.022030211985111237, -0.9644655585289001, -1.350995659828186, 1.1255435943603516, -0.24892471730709076, 0.46302786469459534, -0.8264286518096924, 0.7616453170776367, 1.0326894521713257, -0.0022689278703182936, 0.04999822750687599, 0.09443628787994385, 0.007564911153167486, 0.03873540461063385, -0.006315910257399082, 0.11889509856700897, 0.012451833114027977, 0.015773413702845573, 0.04217151924967766, 0.49432629346847534, 1.0321385860443115, 0.02096576802432537, -0.0019089538836851716, 0.3943135142326355, 0.014049900695681572, 0.26545584201812744, 0.005590507760643959, 0.19419503211975098, 0.00844501331448555, 0.013728601858019829, 0.5585516095161438], "max": [1.0219073295593262, -1.1127896308898926, 1.6131646633148193, -0.008821621537208557, -1.353594422340393, 0.03614480793476105, -0.10966229438781738, -0.8125323057174683, 1.584816336631775, 0.2709430158138275, 1.1241130828857422, -0.5040484070777893, 0.9903870820999146, 1.0947414636611938, 0.010341075249016285, 0.09689849615097046, 0.23287054896354675, 0.016493361443281174, 0.17920167744159698, 0.0007417650194838643, 0.21379190683364868, 0.02454369328916073, 0.045034945011138916, 0.6718972325325012, 1.0993502140045166, 1.4191162586212158, 0.039095375686883926, 0.04682004451751709, 0.8541750311851501, 1.7544540166854858, 1.1469159126281738, 1.9111027717590332, 1.3510158061981201, 1.9108682870864868, 1.4847460985183716, 1.9256654977798462], "count": [121]}, "action": {"mean": [0.9198945164680481, -1.1870523691177368, 1.5709118843078613, -0.052075617015361786, -1.395856261253357, 0.0009191872668452561, -0.48897305130958557, -1.1622862815856934, 1.4148938655853271, 0.008082927204668522, 0.6816403269767761, -0.6483243107795715, 0.8720362782478333, 1.0749377012252808, -0.00036877021193504333, 0.07756063342094421, 0.17866826057434082, 0.010461395606398582, 0.13827550411224365, -0.005415734369307756, 0.1695404350757599, 0.013915377669036388, 0.02034844271838665, 0.38607993721961975, 0.7165040373802185, 1.2237671613693237, 0.023053621873259544, 0.011625394225120544, 0.6938490867614746, 0.9281520843505859, 0.8139668107032776, 1.1315659284591675, 0.9751169085502625, 1.1986079216003418, 0.9578646421432495, 1.5770237445831299], "std": [0.03654686361551285, 0.03469591960310936, 0.03388698771595955, 0.041700445115566254, 0.033756256103515625, 0.018523050472140312, 0.2318253219127655, 0.17258375883102417, 0.1578340083360672, 0.1927289068698883, 0.18002010881900787, 0.10162082314491272, 0.07088499516248703, 0.019407764077186584, 0.0023293220438063145, 0.013031295500695705, 0.048111483454704285, 0.0012954651610925794, 0.048074547201395035, 0.0013682960998266935, 0.03308561071753502, 0.0022564404644072056, 0.008740609511733055, 0.180431067943573, 0.16292522847652435, 0.14301277697086334, 0.0034071768168359995, 0.014749400317668915, 0.14812636375427246, 0.643743634223938, 0.26619452238082886, 0.8101596236228943, 0.3236890137195587, 0.8071973323822021, 0.44311457872390747, 0.42130741477012634], "min": [0.8765473365783691, -1.2239165306091309, 1.508032202720642, -0.1600247621536255, -1.4750938415527344, -0.022030211985111237, -0.9644655585289001, -1.350995659828186, 1.1255435943603516, -0.24892471730709076, 0.46302786469459534, -0.8264286518096924, 0.7616453170776367, 1.0326894521713257, -0.0022689278703182936, 0.04999822750687599, 0.09443628787994385, 0.007564911153167486, 0.03873540461063385, -0.006315910257399082, 0.11889509856700897, 0.012451833114027977, 0.015773413702845573, 0.04217151924967766, 0.49432629346847534, 1.0321385860443115, 0.02096576802432537, -0.0019089538836851716, 0.3943135142326355, 0.014049900695681572, 0.26545584201812744, 0.005590507760643959, 0.19419503211975098, 0.00844501331448555, 0.013728601858019829, 0.5585516095161438], "max": [1.0219073295593262, -1.1127896308898926, 1.6131646633148193, -0.008821621537208557, -1.353594422340393, 0.03614480793476105, -0.10966229438781738, -0.8125323057174683, 1.584816336631775, 0.2709430158138275, 1.1241130828857422, -0.5040484070777893, 0.9903870820999146, 1.0947414636611938, 0.010341075249016285, 0.09689849615097046, 0.23287054896354675, 0.016493361443281174, 0.17920167744159698, 0.0007417650194838643, 0.21379190683364868, 0.02454369328916073, 0.045034945011138916, 0.6718972325325012, 1.0993502140045166, 1.4191162586212158, 0.039095375686883926, 0.04682004451751709, 0.8541750311851501, 1.7544540166854858, 1.1469159126281738, 1.9111027717590332, 1.3510158061981201, 1.9108682870864868, 1.4847460985183716, 1.9256654977798462], "count": [121]}, "timestamp": {"min": [0.0], "max": [4.0], "mean": [2.0], "std": [1.164283279771532], "count": [121]}, "frame_index": {"min": [0], "max": [120], "mean": [60.0], "std": [34.92849839314596], "count": [121]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [121]}, "index": {"min": [11169], "max": [11289], "mean": [11229.0], "std": [34.92849839314596], "count": [121]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [121]}, "subtask_annotation": {"mean": [2.1322314049586777, 5.0, 5.0, 5.0, 5.0], "std": [1.366313425317856, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [121]}, "scene_annotation": {"mean": [47.0], "std": [0.0], "min": [47], "max": [47], "count": [121]}, "eef_direction_state": {"mean": [4.297520661157025, 3.5041322314049586], "std": [1.8747765843717632, 1.753975257994067], "min": [0, 0], "max": [6, 6], "count": [121]}, "eef_velocity_state": {"mean": [0.4628099173553719, 1.578512396694215], "std": [0.49861497947102024, 0.6132431887302194], "min": [0, 0], "max": [1, 2], "count": [121]}, "eef_acc_mag_state": {"mean": [0.38016528925619836, 1.2231404958677685], "std": [0.6712046447684943, 0.7871656793250023], "min": [0, 0], "max": [2, 2], "count": [121]}, "eef_direction_action": {"mean": [4.297520661157025, 3.5041322314049586], "std": [1.8747765843717632, 1.753975257994067], "min": [0, 0], "max": [6, 6], "count": [121]}, "eef_velocity_action": {"mean": [0.4628099173553719, 1.578512396694215], "std": [0.49861497947102024, 0.6132431887302194], "min": [0, 0], "max": [1, 2], "count": [121]}, "eef_acc_mag_action": {"mean": [0.38016528925619836, 1.2231404958677685], "std": [0.6712046447684943, 0.7871656793250023], "min": [0, 0], "max": [2, 2], "count": [121]}, "eef_sim_pose_state": {"mean": [0.687015867544941, 0.21019105911798908, 1.211064574691067, -1.0460818324863221, 0.27078074905008964, -2.0730245450369504, 0.740917664181559, -0.13569156495599802, 1.2301369801885575, 1.267776256878906, 0.7443066801452091, 1.906307606424462], "std": [0.006642155435983937, 0.01601688355068146, 0.004398042714115874, 0.010287194213359972, 0.006456864261127882, 0.03388992775189947, 0.034960421163991166, 0.032537012649089904, 0.07916586122831513, 0.1718263778817771, 0.20702663958654288, 0.11280117002877348], "min": [0.673840881431703, 0.19524692669116692, 1.2051767283696806, -1.0604494983687496, 0.26262233846243443, -2.104198599694815, 0.6692615406377126, -0.21410391261124423, 1.142996567428972, 0.9614259286230993, 0.5477319588072187, 1.6670205267864373], "max": [0.695962925395594, 0.25058022847845923, 1.2189073347447514, -1.0281152769432707, 0.28068181228331657, -1.9905085929086974, 0.7758263286248024, -0.08323879246840138, 1.372088598056995, 1.4973716395643035, 1.1391441859225147, 2.049015291685799], "count": [121]}, "eef_sim_pose_action": {"mean": [0.687015867544941, 0.21019105911798908, 1.211064574691067, -1.0460818324863221, 0.27078074905008964, -2.0730245450369504, 0.740917664181559, -0.13569156495599802, 1.2301369801885575, 1.267776256878906, 0.7443066801452091, 1.906307606424462], "std": [0.006642155435983937, 0.01601688355068146, 0.004398042714115874, 0.010287194213359972, 0.006456864261127882, 0.03388992775189947, 0.034960421163991166, 0.032537012649089904, 0.07916586122831513, 0.1718263778817771, 0.20702663958654288, 0.11280117002877348], "min": [0.673840881431703, 0.19524692669116692, 1.2051767283696806, -1.0604494983687496, 0.26262233846243443, -2.104198599694815, 0.6692615406377126, -0.21410391261124423, 1.142996567428972, 0.9614259286230993, 0.5477319588072187, 1.6670205267864373], "max": [0.695962925395594, 0.25058022847845923, 1.2189073347447514, -1.0281152769432707, 0.28068181228331657, -1.9905085929086974, 0.7758263286248024, -0.08323879246840138, 1.372088598056995, 1.4973716395643035, 1.1391441859225147, 2.049015291685799], "count": [121]}}} +{"episode_index": 48, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.478113431372549]], [[0.48009664215686276]], [[0.46808457924836605]]], "std": [[[0.21224879414941553]], [[0.21236870470199362]], [[0.21432417755820782]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.13725490196078433]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676990277777778]], [[0.47617061683006534]], [[0.46233647467320266]]], "std": [[[0.31509855212160465]], [[0.31904432003218486]], [[0.32468485960355437]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.1411764705882353]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5348752430555556]], [[0.5534577859477123]], [[0.5273014501633987]]], "std": [[[0.3003098240847412]], [[0.3044366707510156]], [[0.3101559417084298]]], "count": [100]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4273617258986928]], [[0.45279587826797385]], [[0.4449844526143791]]], "std": [[[0.33422221950314174]], [[0.3450513130811608]], [[0.3569300400846739]]], "count": [100]}, "observation.state": {"mean": [0.8580247163772583, -1.2273054122924805, 1.6268714666366577, -0.024758320301771164, -1.3823357820510864, -0.06535494327545166, -0.36429843306541443, -1.3032722473144531, 1.542833685874939, -0.25474584102630615, 0.5364017486572266, -0.42480993270874023, 0.6938968896865845, 1.1607722043991089, 0.015736578032374382, 0.06759931147098541, 0.2197342813014984, 0.019231067970395088, 0.20733408629894257, 0.008680090308189392, 0.2945229411125183, 0.011687439866364002, 0.016974957659840584, 0.9132616519927979, 0.8149442672729492, 1.1676379442214966, 0.020770037546753883, 0.007471052464097738, 0.6824333071708679, 0.7477496862411499, 0.8360288739204407, 1.1975146532058716, 1.0256439447402954, 1.4432227611541748, 1.1000562906265259, 1.7216768264770508], "std": [0.06395993381738663, 0.04401922971010208, 0.04447344318032265, 0.06304937601089478, 0.04136708751320839, 0.016812095418572426, 0.1739271730184555, 0.22088205814361572, 0.1828770786523819, 0.3330286145210266, 0.19465042650699615, 0.12018421292304993, 0.07245282828807831, 0.036108002066612244, 0.004122774116694927, 0.013404003344476223, 0.02257690764963627, 0.0006929526571184397, 0.020867066457867622, 0.0005803884123452008, 0.03270526975393295, 0.0030055525712668896, 0.0003842485893983394, 0.07085927575826645, 0.20492933690547943, 0.11265324056148529, 0.0041138166561722755, 0.018639786168932915, 0.15793849527835846, 0.5959917902946472, 0.2446659505367279, 0.6926069855690002, 0.2588399350643158, 0.67514967918396, 0.3027355670928955, 0.29444247484207153], "min": [0.8023384213447571, -1.2636735439300537, 1.5295262336730957, -0.17512905597686768, -1.4762150049209595, -0.07763027399778366, -0.899471640586853, -1.512347936630249, 1.182621955871582, -0.6811484098434448, 0.22786012291908264, -0.6956683397293091, 0.5520803332328796, 1.0575822591781616, 0.009882926009595394, 0.03677735850214958, 0.1645900011062622, 0.01563705876469612, 0.14754527807235718, 0.006495897192507982, 0.1826477348804474, 0.010515608824789524, 0.01622065342962742, 0.7062251567840576, 0.47821518778800964, 0.9991563558578491, 0.019133172929286957, -0.0050505464896559715, 0.3835088312625885, -0.0027761643286794424, 0.21572014689445496, -0.003528837813064456, 0.2356090545654297, 0.01696787215769291, 0.00972157996147871, 0.9786551594734192], "max": [1.0166068077087402, -1.1325139999389648, 1.6702907085418701, 0.03613288700580597, -1.3412561416625977, -0.02684634178876877, -0.0703345537185669, -0.8557807803153992, 1.723542332649231, 0.2801460921764374, 1.161354660987854, -0.235763818025589, 0.8147196769714355, 1.2188506126403809, 0.022362031042575836, 0.09173886477947235, 0.247433140873909, 0.022711096331477165, 0.2503129243850708, 0.010384708642959595, 0.3330797255039215, 0.03165591135621071, 0.01797689124941826, 1.021224856376648, 1.0755428075790405, 1.3740758895874023, 0.04854197055101395, 0.07623888552188873, 1.027584433555603, 1.570785403251648, 1.2565171718597412, 1.906417727470398, 1.4113768339157104, 1.9326304197311401, 1.5068953037261963, 1.9158425331115723], "count": [241]}, "action": {"mean": [0.8580247163772583, -1.2273054122924805, 1.6268714666366577, -0.024758320301771164, -1.3823357820510864, -0.06535494327545166, -0.36429843306541443, -1.3032722473144531, 1.542833685874939, -0.25474584102630615, 0.5364017486572266, -0.42480993270874023, 0.6938968896865845, 1.1607722043991089, 0.015736578032374382, 0.06759931147098541, 0.2197342813014984, 0.019231067970395088, 0.20733408629894257, 0.008680090308189392, 0.2945229411125183, 0.011687439866364002, 0.016974957659840584, 0.9132616519927979, 0.8149442672729492, 1.1676379442214966, 0.020770037546753883, 0.007471052464097738, 0.6824333071708679, 0.7477496862411499, 0.8360288739204407, 1.1975146532058716, 1.0256439447402954, 1.4432227611541748, 1.1000562906265259, 1.7216768264770508], "std": [0.06395993381738663, 0.04401922971010208, 0.04447344318032265, 0.06304937601089478, 0.04136708751320839, 0.016812095418572426, 0.1739271730184555, 0.22088205814361572, 0.1828770786523819, 0.3330286145210266, 0.19465042650699615, 0.12018421292304993, 0.07245282828807831, 0.036108002066612244, 0.004122774116694927, 0.013404003344476223, 0.02257690764963627, 0.0006929526571184397, 0.020867066457867622, 0.0005803884123452008, 0.03270526975393295, 0.0030055525712668896, 0.0003842485893983394, 0.07085927575826645, 0.20492933690547943, 0.11265324056148529, 0.0041138166561722755, 0.018639786168932915, 0.15793849527835846, 0.5959917902946472, 0.2446659505367279, 0.6926069855690002, 0.2588399350643158, 0.67514967918396, 0.3027355670928955, 0.29444247484207153], "min": [0.8023384213447571, -1.2636735439300537, 1.5295262336730957, -0.17512905597686768, -1.4762150049209595, -0.07763027399778366, -0.899471640586853, -1.512347936630249, 1.182621955871582, -0.6811484098434448, 0.22786012291908264, -0.6956683397293091, 0.5520803332328796, 1.0575822591781616, 0.009882926009595394, 0.03677735850214958, 0.1645900011062622, 0.01563705876469612, 0.14754527807235718, 0.006495897192507982, 0.1826477348804474, 0.010515608824789524, 0.01622065342962742, 0.7062251567840576, 0.47821518778800964, 0.9991563558578491, 0.019133172929286957, -0.0050505464896559715, 0.3835088312625885, -0.0027761643286794424, 0.21572014689445496, -0.003528837813064456, 0.2356090545654297, 0.01696787215769291, 0.00972157996147871, 0.9786551594734192], "max": [1.0166068077087402, -1.1325139999389648, 1.6702907085418701, 0.03613288700580597, -1.3412561416625977, -0.02684634178876877, -0.0703345537185669, -0.8557807803153992, 1.723542332649231, 0.2801460921764374, 1.161354660987854, -0.235763818025589, 0.8147196769714355, 1.2188506126403809, 0.022362031042575836, 0.09173886477947235, 0.247433140873909, 0.022711096331477165, 0.2503129243850708, 0.010384708642959595, 0.3330797255039215, 0.03165591135621071, 0.01797689124941826, 1.021224856376648, 1.0755428075790405, 1.3740758895874023, 0.04854197055101395, 0.07623888552188873, 1.027584433555603, 1.570785403251648, 1.2565171718597412, 1.906417727470398, 1.4113768339157104, 1.9326304197311401, 1.5068953037261963, 1.9158425331115723], "count": [241]}, "timestamp": {"min": [0.0], "max": [8.0], "mean": [4.0], "std": [2.3190036174568114], "count": [241]}, "frame_index": {"min": [0], "max": [240], "mean": [120.0], "std": [69.57010852370435], "count": [241]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [241]}, "index": {"min": [11290], "max": [11530], "mean": [11410.0], "std": [69.57010852370435], "count": [241]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [241]}, "subtask_annotation": {"mean": [2.5518672199170123, 5.0, 5.0, 5.0, 5.0], "std": [1.3226429904909198, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [241]}, "scene_annotation": {"mean": [48.0], "std": [0.0], "min": [48], "max": [48], "count": [241]}, "eef_direction_state": {"mean": [5.091286307053942, 3.3900414937759336], "std": [1.5646400050536093, 1.4537633229340128], "min": [2, 0], "max": [6, 6], "count": [241]}, "eef_velocity_state": {"mean": [0.2572614107883817, 1.4522821576763485], "std": [0.4371246702115452, 0.6235397707430134], "min": [0, 0], "max": [1, 2], "count": [241]}, "eef_acc_mag_state": {"mean": [0.25311203319502074, 1.0788381742738589], "std": [0.5958367524593834, 0.818616570804065], "min": [0, 0], "max": [2, 2], "count": [241]}, "eef_direction_action": {"mean": [5.091286307053942, 3.3900414937759336], "std": [1.5646400050536093, 1.4537633229340128], "min": [2, 0], "max": [6, 6], "count": [241]}, "eef_velocity_action": {"mean": [0.2572614107883817, 1.4522821576763485], "std": [0.4371246702115452, 0.6235397707430134], "min": [0, 0], "max": [1, 2], "count": [241]}, "eef_acc_mag_action": {"mean": [0.25311203319502074, 1.0788381742738589], "std": [0.5958367524593834, 0.818616570804065], "min": [0, 0], "max": [2, 2], "count": [241]}, "eef_sim_pose_state": {"mean": [0.6970414609299124, 0.1998471286037446, 1.2236597001076743, -1.0095000467375024, 0.22885106360622445, -2.102457647083674, 0.7606172327851192, -0.07444711455204746, 1.2343860860394589, 1.3861838758074727, 0.7445814858714469, 2.1113079416904155], "std": [0.008905503275358509, 0.023110711602201513, 0.00577982216785165, 0.023023270575501395, 0.00917104396951907, 0.043365118522060576, 0.032466155888252364, 0.06330389214998976, 0.054381545502917794, 0.2005567960616882, 0.26436483192322746, 0.17486172061247165], "min": [0.6750846512789713, 0.17808176801868422, 1.2109165680668377, -1.0550201009989542, 0.20915373704075102, -2.149321955083839, 0.6732323812145111, -0.20628785272974687, 1.1673951716342166, 0.9910129736224601, 0.48423862413417007, 1.800174201555144], "max": [0.7061202591896432, 0.25584818695509004, 1.2339794367948909, -0.9639834693260023, 0.24299577758390356, -1.9953335438415323, 0.8001886576673307, 0.015144284195130753, 1.360842637862146, 1.9149827495049843, 1.2113652380917936, 2.4648623142874415], "count": [241]}, "eef_sim_pose_action": {"mean": [0.6970414609299124, 0.1998471286037446, 1.2236597001076743, -1.0095000467375024, 0.22885106360622445, -2.102457647083674, 0.7606172327851192, -0.07444711455204746, 1.2343860860394589, 1.3861838758074727, 0.7445814858714469, 2.1113079416904155], "std": [0.008905503275358509, 0.023110711602201513, 0.00577982216785165, 0.023023270575501395, 0.00917104396951907, 0.043365118522060576, 0.032466155888252364, 0.06330389214998976, 0.054381545502917794, 0.2005567960616882, 0.26436483192322746, 0.17486172061247165], "min": [0.6750846512789713, 0.17808176801868422, 1.2109165680668377, -1.0550201009989542, 0.20915373704075102, -2.149321955083839, 0.6732323812145111, -0.20628785272974687, 1.1673951716342166, 0.9910129736224601, 0.48423862413417007, 1.800174201555144], "max": [0.7061202591896432, 0.25584818695509004, 1.2339794367948909, -0.9639834693260023, 0.24299577758390356, -1.9953335438415323, 0.8001886576673307, 0.015144284195130753, 1.360842637862146, 1.9149827495049843, 1.2113652380917936, 2.4648623142874415], "count": [241]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..0363ec1ad01903db995e1d143d3d98f6fc9f4ccf --- /dev/null +++ b/meta/info.json @@ -0,0 +1,1338 @@ +{ + "codebase_version": "v2.1", + "robot_type": "Airbot_MMK2", + "total_episodes": 49, + "total_frames": 11531, + "total_tasks": 1, + "total_videos": 196, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:48" + }, + "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_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.images.cam_front_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": [ + 36 + ], + "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", + "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", + "left_hand_joint_1_rad", + "left_hand_joint_2_rad", + "left_hand_joint_3_rad", + "left_hand_joint_4_rad", + "left_hand_joint_5_rad", + "left_hand_joint_6_rad", + "left_hand_joint_7_rad", + "left_hand_joint_8_rad", + "left_hand_joint_9_rad", + "left_hand_joint_10_rad", + "left_hand_joint_11_rad", + "left_hand_joint_12_rad", + "right_hand_joint_1_rad", + "right_hand_joint_2_rad", + "right_hand_joint_3_rad", + "right_hand_joint_4_rad", + "right_hand_joint_5_rad", + "right_hand_joint_6_rad", + "right_hand_joint_7_rad", + "right_hand_joint_8_rad", + "right_hand_joint_9_rad", + "right_hand_joint_10_rad", + "right_hand_joint_11_rad", + "right_hand_joint_12_rad" + ] + }, + "action": { + "dtype": "float32", + "shape": [ + 36 + ], + "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", + "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", + "left_hand_joint_1_rad", + "left_hand_joint_2_rad", + "left_hand_joint_3_rad", + "left_hand_joint_4_rad", + "left_hand_joint_5_rad", + "left_hand_joint_6_rad", + "left_hand_joint_7_rad", + "left_hand_joint_8_rad", + "left_hand_joint_9_rad", + "left_hand_joint_10_rad", + "left_hand_joint_11_rad", + "left_hand_joint_12_rad", + "right_hand_joint_1_rad", + "right_hand_joint_2_rad", + "right_hand_joint_3_rad", + "right_hand_joint_4_rad", + "right_hand_joint_5_rad", + "right_hand_joint_6_rad", + "right_hand_joint_7_rad", + "right_hand_joint_8_rad", + "right_hand_joint_9_rad", + "right_hand_joint_10_rad", + "right_hand_joint_11_rad", + "right_hand_joint_12_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 + }, + "subtask_annotation": { + "names": null, + "shape": [ + 5 + ], + "dtype": "int32" + }, + "scene_annotation": { + "names": null, + "shape": [ + 1 + ], + "dtype": "int32" + }, + "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" + ], + "shape": [ + 12 + ], + "dtype": "float32" + }, + "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" + ], + "shape": [ + 12 + ], + "dtype": "float32" + }, + "eef_direction_state": { + "names": [ + "left_eef_direction", + "right_eef_direction" + ], + "shape": [ + 2 + ], + "dtype": "int32" + }, + "eef_direction_action": { + "names": [ + "left_eef_direction", + "right_eef_direction" + ], + "shape": [ + 2 + ], + "dtype": "int32" + }, + "eef_velocity_state": { + "names": [ + "left_eef_velocity", + "right_eef_velocity" + ], + "shape": [ + 2 + ], + "dtype": "int32" + }, + "eef_velocity_action": { + "names": [ + "left_eef_velocity", + "right_eef_velocity" + ], + "shape": [ + 2 + ], + "dtype": "int32" + }, + "eef_acc_mag_state": { + "names": [ + "left_eef_acc_mag", + "right_eef_acc_mag" + ], + "shape": [ + 2 + ], + "dtype": "int32" + }, + "eef_acc_mag_action": { + "names": [ + "left_eef_acc_mag", + "right_eef_acc_mag" + ], + "shape": [ + 2 + ], + "dtype": "int32" + } + }, + "stats": { + "eef_acc_mag_action": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 2 + ], + "mean": [ + 0.23805394154886828, + 1.0292255658659266 + ], + "std": [ + 0.584803206731502, + 0.8322665901445169 + ], + "count": [ + 11531 + ] + }, + "eef_sim_pose_state": { + "min": [ + 0.6364957168285879, + 0.1514218441072774, + 1.134013300811604, + -1.328875649441265, + 0.027619894579454574, + -2.2852826782264017, + 0.6176611418855079, + -0.2621521130585519, + 1.1048101072916443, + 0.44080986379573817, + 0.2500680199328815, + -3.13021939121056 + ], + "max": [ + 0.7453463116148814, + 0.30171888881984243, + 1.3031931479893435, + -0.8324298799799745, + 0.45139456363790975, + -1.8878217041180196, + 0.8327642579893135, + 0.035326855200931206, + 1.4323372805307208, + 2.38204337085098, + 1.326535823161605, + 3.141497886374764 + ], + "mean": [ + 0.6896731101045492, + 0.2169007092591941, + 1.2000618429894274, + -1.0872903886983762, + 0.21292705703456602, + -2.082472572877367, + 0.7328626555896239, + -0.08895505120881365, + 1.2247904771981397, + 1.3321825653205168, + 0.7381119971353532, + 2.0996738050401573 + ], + "std": [ + 0.0190845815964415, + 0.026720716358656322, + 0.027466329102226447, + 0.08615394135660448, + 0.0754041628201884, + 0.0662768242531444, + 0.043344710466488336, + 0.05691454881586352, + 0.05566972638447366, + 0.2263569707163536, + 0.2199199768300004, + 0.3389159894650179 + ], + "count": [ + 11531 + ] + }, + "observation.images.cam_front_rgb": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4350468846273101 + ] + ], + [ + [ + 0.4579560446478131 + ] + ], + [ + [ + 0.45219918701514883 + ] + ] + ], + "std": [ + [ + [ + 0.33664228606693614 + ] + ], + [ + [ + 0.3465961943838313 + ] + ], + [ + [ + 0.3598648848159247 + ] + ] + ], + "count": [ + 4922 + ] + }, + "observation.state": { + "min": [ + 0.6152604222297668, + -1.4650568962097168, + 1.3252184391021729, + -0.41089683771133423, + -1.6104605197906494, + -0.2071889042854309, + -1.1940661668777466, + -1.6073472499847412, + 1.0108826160430908, + -1.3799043893814087, + 0.1229066550731659, + -1.283069133758545, + 0.42265328764915466, + 0.939096212387085, + -0.014638949185609818, + -0.011017391458153725, + 0.013286319561302662, + -0.01486256904900074, + 0.008879362605512142, + -0.015129822306334972, + 0.012348203919827938, + -0.011655526235699654, + 0.013079061172902584, + -0.021391192451119423, + 0.0996692106127739, + 0.8045753240585327, + 0.017562376335263252, + -0.017704183235764503, + 0.015042556449770927, + -0.008230318315327168, + 0.009481985121965408, + -0.01858230121433735, + 0.011530080810189247, + -0.01072832103818655, + 0.00895572081208229, + -2.1816855223733e-05 + ], + "max": [ + 1.2232133150100708, + -0.9390497207641602, + 1.8773365020751953, + 0.13032157719135284, + -1.1353427171707153, + 0.11444266140460968, + 0.15964752435684204, + -0.6698312759399414, + 1.8527790307998657, + 0.3712233901023865, + 1.2744144201278687, + 0.10035191476345062, + 1.1150363683700562, + 1.4092332124710083, + 0.05757404863834381, + 0.16694074869155884, + 0.6433338522911072, + 1.544905424118042, + 0.6455100178718567, + 0.6749078631401062, + 0.4811381697654724, + 0.12976522743701935, + 0.048149269074201584, + 1.1520863771438599, + 1.3675800561904907, + 1.4691964387893677, + 0.0718693882226944, + 0.16724072396755219, + 1.1643092632293701, + 1.902698040008545, + 1.3955707550048828, + 1.9134154319763184, + 1.518703818321228, + 1.9413352012634277, + 1.612847924232483, + 1.938668131828308 + ], + "mean": [ + 0.9410232526866676, + -1.1930057252283555, + 1.5773847982172395, + -0.0775813150422334, + -1.3766656063465406, + -0.05655875285614322, + -0.4716624468164384, + -1.2322213936116708, + 1.4630127229877465, + -0.20481225344780166, + 0.6780450384921414, + -0.46695888267951, + 0.8409617723362908, + 1.1335047196353591, + 0.003904610666874785, + 0.03626418848020526, + 0.21520759545359672, + 0.014169983686234506, + 0.18613689795411706, + 0.007033318633185936, + 0.14024929075288878, + 0.0117608105092257, + 0.018926018996253208, + 0.3197972744886795, + 0.8873224368317462, + 1.1461032720609134, + 0.0216241970297436, + 0.014486380222721909, + 0.6877577248600514, + 0.6436852919353429, + 0.6466297194427593, + 0.8835008757948286, + 0.6766601261628614, + 1.0724027845092643, + 0.6038208203397509, + 1.5464685384919747 + ], + "std": [ + 0.09003128682429058, + 0.09324521538058632, + 0.10040223882693497, + 0.09848061922721067, + 0.08278603608248986, + 0.05867991739103082, + 0.18253235482409538, + 0.18712427922916425, + 0.17478012582065117, + 0.2615888009307569, + 0.20571014933742013, + 0.18048256773334345, + 0.10076030045863354, + 0.06998447773919789, + 0.007503794850917693, + 0.04233989705502462, + 0.11761317217153675, + 0.06694241871427631, + 0.12259379004042055, + 0.029225771684159574, + 0.09335820377195257, + 0.009231903390323969, + 0.004069647870851854, + 0.2734038020820194, + 0.21809230917573652, + 0.11845209660620842, + 0.0038763592726081815, + 0.028966243885828694, + 0.17112377144372204, + 0.571765283630712, + 0.25915482717493243, + 0.7162162023355979, + 0.314607951807849, + 0.7422776054737571, + 0.4268768345980172, + 0.42227632570481755 + ], + "count": [ + 11531 + ] + }, + "scene_annotation": { + "min": [ + 0 + ], + "max": [ + 48 + ], + "mean": [ + 23.679386002948572 + ], + "std": [ + 13.822761817350601 + ], + "count": [ + 11531 + ] + }, + "observation.images.cam_head_rgb": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4837712114127448 + ] + ], + [ + [ + 0.4841556087879416 + ] + ], + [ + [ + 0.47312259466633727 + ] + ] + ], + "std": [ + [ + [ + 0.2213453297266761 + ] + ], + [ + [ + 0.2206690834220214 + ] + ], + [ + [ + 0.22390150647747656 + ] + ] + ], + "count": [ + 4922 + ] + }, + "eef_sim_pose_action": { + "min": [ + 0.6364957168285879, + 0.1514218441072774, + 1.134013300811604, + -1.328875649441265, + 0.027619894579454574, + -2.2852826782264017, + 0.6176611418855079, + -0.2621521130585519, + 1.1048101072916443, + 0.44080986379573817, + 0.2500680199328815, + -3.13021939121056 + ], + "max": [ + 0.7453463116148814, + 0.30171888881984243, + 1.3031931479893435, + -0.8324298799799745, + 0.45139456363790975, + -1.8878217041180196, + 0.8327642579893135, + 0.035326855200931206, + 1.4323372805307208, + 2.38204337085098, + 1.326535823161605, + 3.141497886374764 + ], + "mean": [ + 0.6896731101045492, + 0.2169007092591941, + 1.2000618429894274, + -1.0872903886983762, + 0.21292705703456602, + -2.082472572877367, + 0.7328626555896239, + -0.08895505120881365, + 1.2247904771981397, + 1.3321825653205168, + 0.7381119971353532, + 2.0996738050401573 + ], + "std": [ + 0.0190845815964415, + 0.026720716358656322, + 0.027466329102226447, + 0.08615394135660448, + 0.0754041628201884, + 0.0662768242531444, + 0.043344710466488336, + 0.05691454881586352, + 0.05566972638447366, + 0.2263569707163536, + 0.2199199768300004, + 0.3389159894650179 + ], + "count": [ + 11531 + ] + }, + "eef_direction_action": { + "min": [ + 0, + 0 + ], + "max": [ + 6, + 6 + ], + "mean": [ + 4.949787529268927, + 3.6165987338478884 + ], + "std": [ + 1.6421177711681187, + 1.6358226123176876 + ], + "count": [ + 11531 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 11530 + ], + "mean": [ + 5765.0 + ], + "std": [ + 3328.712964495437 + ], + "count": [ + 11531 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 587 + ], + "mean": [ + 155.35608360072848 + ], + "std": [ + 123.57556512078396 + ], + "count": [ + 11531 + ] + }, + "eef_velocity_state": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 2 + ], + "mean": [ + 0.3768970600988639, + 1.3671841123926807 + ], + "std": [ + 0.5215007210588473, + 0.6417756828275116 + ], + "count": [ + 11531 + ] + }, + "observation.images.cam_right_wrist_rgb": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.10980392156862745 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5461464164910512 + ] + ], + [ + [ + 0.5653530262453755 + ] + ], + [ + [ + 0.5384233691004507 + ] + ] + ], + "std": [ + [ + [ + 0.30226418953871276 + ] + ], + [ + [ + 0.3064062637937867 + ] + ], + [ + [ + 0.3135773946759016 + ] + ] + ], + "count": [ + 4922 + ] + }, + "eef_acc_mag_state": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 2 + ], + "mean": [ + 0.23805394154886828, + 1.0292255658659266 + ], + "std": [ + 0.584803206731502, + 0.8322665901445169 + ], + "count": [ + 11531 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.566666666666666 + ], + "mean": [ + 5.178536120024282 + ], + "std": [ + 4.119185504026133 + ], + "count": [ + 11531 + ] + }, + "eef_direction_state": { + "min": [ + 0, + 0 + ], + "max": [ + 6, + 6 + ], + "mean": [ + 4.949787529268927, + 3.6165987338478884 + ], + "std": [ + 1.6421177711681187, + 1.6358226123176876 + ], + "count": [ + 11531 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 48 + ], + "mean": [ + 23.679386002948572 + ], + "std": [ + 13.822761817350601 + ], + "count": [ + 11531 + ] + }, + "subtask_annotation": { + "min": [ + 0, + 5, + 5, + 5, + 5 + ], + "max": [ + 4, + 5, + 5, + 5, + 5 + ], + "mean": [ + 2.6786054982221836, + 5.0, + 5.0, + 5.0, + 5.0 + ], + "std": [ + 1.2605606952997868, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "count": [ + 11531 + ] + }, + "action": { + "min": [ + 0.6152604222297668, + -1.4650568962097168, + 1.3252184391021729, + -0.41089683771133423, + -1.6104605197906494, + -0.2071889042854309, + -1.1940661668777466, + -1.6073472499847412, + 1.0108826160430908, + -1.3799043893814087, + 0.1229066550731659, + -1.283069133758545, + 0.42265328764915466, + 0.939096212387085, + -0.014638949185609818, + -0.011017391458153725, + 0.013286319561302662, + -0.01486256904900074, + 0.008879362605512142, + -0.015129822306334972, + 0.012348203919827938, + -0.011655526235699654, + 0.013079061172902584, + -0.021391192451119423, + 0.0996692106127739, + 0.8045753240585327, + 0.017562376335263252, + -0.017704183235764503, + 0.015042556449770927, + -0.008230318315327168, + 0.009481985121965408, + -0.01858230121433735, + 0.011530080810189247, + -0.01072832103818655, + 0.00895572081208229, + -2.1816855223733e-05 + ], + "max": [ + 1.2232133150100708, + -0.9390497207641602, + 1.8773365020751953, + 0.13032157719135284, + -1.1353427171707153, + 0.11444266140460968, + 0.15964752435684204, + -0.6698312759399414, + 1.8527790307998657, + 0.3712233901023865, + 1.2744144201278687, + 0.10035191476345062, + 1.1150363683700562, + 1.4092332124710083, + 0.05757404863834381, + 0.16694074869155884, + 0.6433338522911072, + 1.544905424118042, + 0.6455100178718567, + 0.6749078631401062, + 0.4811381697654724, + 0.12976522743701935, + 0.048149269074201584, + 1.1520863771438599, + 1.3675800561904907, + 1.4691964387893677, + 0.0718693882226944, + 0.16724072396755219, + 1.1643092632293701, + 1.902698040008545, + 1.3955707550048828, + 1.9134154319763184, + 1.518703818321228, + 1.9413352012634277, + 1.612847924232483, + 1.938668131828308 + ], + "mean": [ + 0.9410232526866676, + -1.1930057252283555, + 1.5773847982172395, + -0.0775813150422334, + -1.3766656063465406, + -0.05655875285614322, + -0.4716624468164384, + -1.2322213936116708, + 1.4630127229877465, + -0.20481225344780166, + 0.6780450384921414, + -0.46695888267951, + 0.8409617723362908, + 1.1335047196353591, + 0.003904610666874785, + 0.03626418848020526, + 0.21520759545359672, + 0.014169983686234506, + 0.18613689795411706, + 0.007033318633185936, + 0.14024929075288878, + 0.0117608105092257, + 0.018926018996253208, + 0.3197972744886795, + 0.8873224368317462, + 1.1461032720609134, + 0.0216241970297436, + 0.014486380222721909, + 0.6877577248600514, + 0.6436852919353429, + 0.6466297194427593, + 0.8835008757948286, + 0.6766601261628614, + 1.0724027845092643, + 0.6038208203397509, + 1.5464685384919747 + ], + "std": [ + 0.09003128682429058, + 0.09324521538058632, + 0.10040223882693497, + 0.09848061922721067, + 0.08278603608248986, + 0.05867991739103082, + 0.18253235482409538, + 0.18712427922916425, + 0.17478012582065117, + 0.2615888009307569, + 0.20571014933742013, + 0.18048256773334345, + 0.10076030045863354, + 0.06998447773919789, + 0.007503794850917693, + 0.04233989705502462, + 0.11761317217153675, + 0.06694241871427631, + 0.12259379004042055, + 0.029225771684159574, + 0.09335820377195257, + 0.009231903390323969, + 0.004069647870851854, + 0.2734038020820194, + 0.21809230917573652, + 0.11845209660620842, + 0.0038763592726081815, + 0.028966243885828694, + 0.17112377144372204, + 0.571765283630712, + 0.25915482717493243, + 0.7162162023355979, + 0.314607951807849, + 0.7422776054737571, + 0.4268768345980172, + 0.42227632570481755 + ], + "count": [ + 11531 + ] + }, + "observation.images.cam_left_wrist_rgb": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.09803921568627451 + ] + ], + [ + [ + 0.043137254901960784 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.47706256452787654 + ] + ], + [ + [ + 0.48726935006360655 + ] + ], + [ + [ + 0.4751135937952317 + ] + ] + ], + "std": [ + [ + [ + 0.31532889178131196 + ] + ], + [ + [ + 0.32052811217739213 + ] + ], + [ + [ + 0.3265271800626269 + ] + ] + ], + "count": [ + 4922 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 11531 + ] + }, + "eef_velocity_action": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 2 + ], + "mean": [ + 0.3768970600988639, + 1.3671841123926807 + ], + "std": [ + 0.5215007210588473, + 0.6417756828275116 + ], + "count": [ + 11531 + ] + } + } +} \ No newline at end of file diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b94971b02bd68855a7cc73198b1cb146c3c38fbc --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "take a tissue paper out of tissue box by hand."} diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30c8468ee96f283df6e7afd9ccfb49f1e91b2257 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbb37181379e854668ec9a287e26734c7d6048068c278389d9ffb34886f60cf +size 1414172 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21a247e51ad554ef5d7795f211f56defcf2eb963 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c587d92d54705a4a82b7b398a29ae5ce96bfcd0bdd9e36af252261cba47ab0d +size 6318168 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b18fa20bff3212f9b9509df3d5d3f29a5eeb07e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2188d7a2d5f8813ea27777c4473f8ce91ff905510e8ae891b47ad907700560b1 +size 1581927 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f950747ce99b347bcfa446cbc260b6179e59e2c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16da22d59351a7ace129d3016c939048e50b992b553340f2396baf1ca13e3826 +size 1830795 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0775ae5d08d598dd186526acc672c434c965811 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eff75cb444aacf5ca571483e346c587e2e38807da40e2f9f822eb6247f8e06b +size 3011361 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d6e980f2583759207c161252a423fb7e8dac451 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672eac79218ce2f8fb0c76164aaf39ff062372e90dc01f872394f6f573eefaba +size 2592641 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0494be7dd2f492dc56619e1bbca7727bbb29c23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7901fee7976eb736f7002b20bec95812161512af897c413727b8c9b2170daa88 +size 4642693 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2238e181c21845737b4f15ca178a6608a6390b51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f7256bca34c33a3f587c8b3b5d16c259a0c5741d871884ea28c63e4a4d543b +size 5003096 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..782424dc09424ce9abb2f57ea9f92a5140dc8d83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2633534932a9aa3a3cda32f7a7a895d906d77ca0e21d911bfe7464fe3aa3c336 +size 6835961 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10cce7bc0f207c545cac773d356d2bc0a401044d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac1ab293a12298c3abccbb946d0c37fd2ba214e63a58a8ed95a14b4779e63d1 +size 5072967 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c83cc937cad3bcc060d078b98dbaaa8847782578 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26441168ca9b156ac46fa2230de275f974ff5268b19ac4750e12bef4ea086c60 +size 4809115 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47e58208ea9835efa194736cfbd1062fb60aba88 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827b2e06527e6dffbd1ae1eb8a3faa4d170b9ddeed706f57da216b2dd236b78f +size 4486012 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21481cd8798a8a31e62b0240ab68f47d0c7bf944 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb42db2c254bcf3d5d4147d5f2d0f27e0e369b8c55ce336dcc8bab29e8528f7 +size 2293937 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6b8d3394f91851da802a1d458da6e51ce10fb71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a757904d0473525815e4f0616b8bcde9b38cebdf0118ac52fcb6c61826289d77 +size 2180709 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30335b692db2bfcca02aafb25f5788ec7149f4b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e2c552fc53807fd206bc70fb962e663bd37d3cd169e509e79f5f121fcd24c7 +size 1704201 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c48b8f2365e393575ab8c17781cc9b1d1a657333 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161ada6a4744d2d6954cef321cc52c5b4fffc353c8e57778def82b25c190a98c +size 5010899 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a3a325ca277d6ab4a3461f4fdcab783635b4466 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4f4ee954da70ef7ed431afc3ebe6419c5989f86f4cfc423dfbb36b4502c821 +size 4885225 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71d509e51a198b0eacd6d3611e0e849bc7eee969 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484a7929632dc7f442f2d7281220c117912ca34542ea58fd1aa2a8e33888d26e +size 3071546 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f8f08db9672d93da15b90aa776b847622e7d23e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386d98b6e41f55e09d24676151e252c45c2b44dff0ad05ea13e324c210a326cf +size 4555415 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd3b11acf0ded0ef165cd2f80bc87ef06ae46b27 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9ab4ca43b4d3018ead0243395612399a6cf3b5f4a0d5ebff7749479c24ac2f +size 1839999 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0e3145b4793b041e3a775d0084ef5c61c46ca1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ae70e1ac19e36a47bf0599825215f1a98b3d22bf49097959a50096a49463c3 +size 5123386 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6add6222c27f346f69871d521800531bca5225a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5596ef9185aad26f21f4b880e8d4f466757fc961ae294829598d14e306ab84f8 +size 7029800 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ff76859cef9c9b61ae6477426121301f93e4982 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efdc68726d546c96fc263d4174011e4f3ab6f9facb70001fb0ed71a465e3d3d +size 9755638 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4956a69504d7425c54fc2adb2394112efa6a7689 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bbc5dc7b0162b0215702105be3588b5f466e217ceb043655229b1fd34a1035 +size 2874635 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab0c12b3631c21b7d517a9ce0bafa7b18acb50a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ba28319ca780fe12b7b0425a6bd3f3e8acd4f91adcc5e1ad6560b1975e3a3c +size 2356418 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3de7d0783ed38cb84b3015686067b6ae4e378f66 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40f07f91eea4052aa946a8b7df80a277c054ca2d59168e5fb6c386c8d85b657 +size 8385019 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e10c564798f0a8f19054f47a9c595d102a69339 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8f477ffd45db6234a6bd56777f793f9dd6be86e8d315e644eddd4f1f9a8ff6 +size 2866619 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09f8e5dd5e525b57d0b64dafe8d611f024766fbb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af286f93c0a2deac5c35e0a3190deee327a732281471220dec632a1cc1e6673 +size 2415083 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe6d32183b6e37a64263ed7c39292edd32babe1b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7061dcfb305901083ab76c244b17d66efe662daffb95a1352d639a591efa66 +size 6558983 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..769cb0fd21c0f87c4bf5469f61687ae1265c54f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd18c98979d14905429d64f4e6162a783402350bb1d02e56c32a10fcd11f9fe +size 2207843 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ec82069e97ce32408feeca823dac07acf3bfc95 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a66e640432b527591eb91b1473e03914476948e3e299e6fc6473761cfdd5cd +size 4225913 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bac25bad8d74c8bb58a738ab2083e7fd2656c74 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97aca01c25ffc877b3cc99145f90c9caa218372d163ed7868911043b26fa068f +size 2021267 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d86370472c1057b61113c429d410a3f402a63e10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a970f551989b96e07d151b3bbc5ec5c245a8bfe24a5ac1f6b09db0e6f9f3f21 +size 1685775 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61b614bd3efd61fb9359cdd08a2107ebd71073a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74403ebda78d2f0cf8c69189c72236b1e2294d5d04365d4a090a7d20be12b240 +size 1676767 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e0c3d3b3028954a7c2a1163309817d02d0edfad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308308985739573542351c73317706869d7ff72200cb5055a1de3807b060b08b +size 8053591 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c85f686302ecc59104bd0fa727b5ae9dd5def523 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac506743b9c93497a62969db2f4bea77c1cb7f7164c7b312de8367e85a2994e2 +size 2270429 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e05d3764894edebf49e87945e2469a6d20f532 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c731ae000295c5e70aa5362f953938452ba1c767f9af3038d57715b4502c73be +size 1494186 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fdcc9d6454cb9bf36cf0bb17ff647d857b24496 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802d11b63768152d14e501a8624d89e0158c0d7a0f01f1ee35098eff4e616163 +size 2204401 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afcde5c1c6c70a8ae8958545f042bc389ee09a6a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553e47ead4c62898b2c8c15bac8d2646f9ab86f56dbe393de51892842290d78b +size 1585137 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b7bc010469dd5c7b588918644671d1f6048a05b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164d7110bc093cffebb4bd144afac23084ef2d873683a3cbbe7be21cebc281e9 +size 3636522 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9be5087c976b0781c66189d8b486e35592f16500 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca34be71fe56a9f3582176308410f3105b3fa416a5a63e2e2b9d1cce13da471 +size 1357709 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b43fe25bfbe16f539402fe989e71319fb9396bbd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609192ad47be2d15280de47765cbdd56b878ecde9bfbcd448029500ca908e98e +size 1453136 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e92872a3024cd8ca70f12748b0c5bc71c698760 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21437832ff5a4e610d33e62aaa41b57e06c1d805aca923e9aff6efbbea66d6e5 +size 1693060 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..354c850fffa646f94548d9119a07cd43f6b74e7a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a0e5cf8ceb64b1b8e4b9a77937e71b050c5efb4f434ffa29ca2b9f4fa64aba +size 2709379 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ebc930da27e7261d52b7e51b96b7f34965bbebc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3d6f871a3da1c0b8145d20b090b7df168d9bd0f20238c93a8b65bf466e91af +size 8833908 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e811e1b7b852c49443b916a699fff31ca7f10593 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84925bc4558a76bf7c9f83729234260b1c39bde3611a27ea746b4eaf33db0173 +size 5013516 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6b54f09497248cc9122b1a0b53e1fb19e3b9d6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8232c62dd2a130a908cbff84257f66334e6dbc3241a2df5ab45cf58958814b +size 6764598 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6caa339f055f43c35612114124e92e34fa11a93d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ad837c82c2db05e63f1c960c314edd7ad8b9edd092583aa4e455172c3b62ef +size 1975231 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aae0b05a70f87c16e145c2ef17ae538fb16e723b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83e9cfc29d97804f9b3172f409f6242cdf9effd4374c35b94bc12e139a8f943 +size 3953380 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6ddf840caef6553eda961fd6ab5b2bd5bdcccb0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f380cb0895226930d8d7cdc8d16270516bdb2738e9a6129a42c5971fdbcd152 +size 679829 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d1204843c75035e6a70286fd26df050e706ed7c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ce9b255d3666a40b7d01163e93d5986436504daecf5f19c6da497eb99d1ffa +size 4028826 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdb3bd5c0912cb53c30209b3a09d7051f49836a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca4c841751cfc9e06e9c57a6817b2ecd4c09fe6b27012322823518479fb3b97 +size 882734 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a7107d9f7cc3f06b5db88f92d3978472adb4942 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480ce1c742a74b4d170c862de9d747ef49e7497848d32545a55710a04a7b8ae2 +size 1036732 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc3f962b8c2696b31c74c81b5270774b97b4cf83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a29a93408837851e4ec9c651e35101dbf8aef963010dc06d8bfdd90d87546b +size 1713501 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78252a23bb92739bcca74c4d505a8f3eaa359b98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d4ea5443bf885ed36b7e549ea1519fd94fe907c2b1473b3097c5fb6e959ace +size 1417724 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75f33a75021d38eed3fbd992ac4fb18f6903da9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72ae4011080e161f8bc36aff69d409b70ec9e4c06fa6140f4315fa513fa366e +size 2583331 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9d038b68a1dd210e9e00aec5230537beb2da8f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d9f15a0a870dae156d26a40a11c216cb8fe7876ee02c62c4bbdcb7a2064f5c +size 2891256 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..581a1f42f5a541efe8a49543ae01b79a7608a8c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b67a381a3b624625ffd5e7545f8ab959637c42bbb439a0685c7adadae56e0ef +size 3610117 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f76d58c17d4316382219e65afd0c54304304a21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b91bc5b8381f3314b6dc4dcc991b1cfc7c32ad14d370117684f3b0c4443aa40 +size 2737573 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2002fbcdfc4b8af6f969fdce0f4adcf0e834392 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5a859ab468cb75a1de9aa163f72b4c0cf64cc3e69ffa0b658582f4c149ad1c +size 2974281 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c2ad1cdc0976445e5798a61d1571d518eadf2e8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa193b728af1662a768fa075e4fccd705e3edf27279884417c6b105bc3fe0df4 +size 2303679 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8badac47ae1ae55c2c331b01438c0b1c8dcb444 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23a4256714ca6427c58be735671aceef6a16bf051f7c7f2bd62bee6c3ae64d1 +size 1379674 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fa472c8061092d18f884297ca5ebb9017c5d89a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506e056ec2aa0e0837257abac5bbd91530435ad648f63d306976b842c4bb9ccb +size 1272150 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..221066aea9f177e0b9826c4f9cdc3e4dae15003c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548b47c40da7e14cf62478337214ffd951e1d28752336fc9d6ee23ff4d282d8b +size 894642 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32a2422a93f7cc00ec5fb863a600ca089e38bb0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b178ffa7daeb54507bfb8a9b95c37a9ede36c53a301b9de4acff5cbe671d9360 +size 2723239 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e633f3cb565189abcfcf8f958b658a37ff3a7821 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd780489e495727f4051ed9e1de9670cb07665617e1cf07d10f9d1018e707de +size 2730972 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6bcb98e9eabf1a639a86b9b6260989b6aecb1ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6995cd292e5f57705851c7b39cd0825b102b3f30009e726324745549c16767e +size 1838580 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a2aec3d7e55dfc90f8070fa4e3b9d79628d0b78 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bcae894e7c0ca89a474bea8f3f1689a7dac2b8fd74cab25e81d3adc4f079b0 +size 2589224 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dcd64d8660a9a5cdcc371853f876ee3dd32f5cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eae81b3b597374a571ffd631e86f5af17960dfebd43657e2d5eea91771214ea +size 1115618 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..081ea54a04ee3d154141e1bfd8a1fb62f2b2aca7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4fab5442e130c8312782c0b4c407c481b7204238bebceea46595046254ef31 +size 2995585 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2ad3a45d9fd54ce2961acee2e7cf3937eb427f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21b0662360bf82bf254b6ccd87cc8a300336551e44670bdfd3f7f55e91b879a +size 4123280 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccbaa2c8b68eaa686add9dcf57e4ce14d5e93bea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958e1eb831ad217f21fe7809cf1649ca1905d7aa8de15aaa428eac9400f71721 +size 5693789 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..677172b4e7258f02f1fcdba30eedd1826c8bd3ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327b8bf4ea77dd4c5ca64dcf4e2ec84b371d5fca5b112092e91d3bc90d9dd5e8 +size 1582588 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..601abe2064c8b9f4073e12cb63a6a343e2383ba1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c4ed3276adb4de906dd0aa092adf0276e9c7fdda46bf9579d9ea876ee86771 +size 1301294 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fc0ff8d0ebdb70b6eb8115a133e62c25f0872e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d770854fa7e5bf29269c70d53d2317b0f0b5b79040747a05cfb944771073a331 +size 5072926 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15297f9e692f4ad7baca34d083b100773d7ca6b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf3d59f9fabee01c540eeb0291bff66bc28dac362734bbe96040b85ed77c617 +size 1379748 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..203764bbc6864f64c7b31721b99745895448b529 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7ae79b1a8c94748eb4ba857d07b095ec7068a901dd98bf1124492714ecc7a0 +size 1291410 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..342c26f666c10a80bcfa6c938c6de2ac9a9d5e83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85938ebea9e61dedff0119f25283581373ba58fc4e09dae8ce1fae95763f4a6 +size 3565659 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38afacc781607c277bf484c2af372df357c03cbd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8962c24970d5880420aef17fc6f76825725f228e56ac3d9c1c5ac734427f8c21 +size 1168406 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..238140fef5283e2a9bc4763c44e8aaef59c22a1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3f33cc5b37f6b20c80a7a48140fb0f3591f33dbaaa8de09939e60b1443f6fb +size 2177854 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..862d2f2c466e06c16fd9cf193bd7aa2c96edd4ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb60b37cc438a1ee3cbd34d1a38449754f8652b10ab6b90d0a8c1dab1f37b4ce +size 1083816 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63da7fe1bbeeeb94ae5758e1b762ba1a8b4438aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5677ce29687c01333fb10085dfc9c22286f8e9c49838bb87519352523b715770 +size 788739 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2cd7d3387f283d897f54f902816b782a42e32e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffe52103f9135b8fd6acd9a2006e517c8baa927970779e0f4b1c11157daef36 +size 855963 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d586045fa2bb754db4df68cb3c9e938c824476 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddea72b8b2644e1f9662ae5bbedf3da82a8def187caee4981e26ccd7297833bb +size 4586868 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7056f5cd872c55c41e505776d6e6ec89cee829b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe296b8b55b272e8fc1c4b8fc26b2c9b4ef64add8173e58e978a613ade4c3f44 +size 1170270 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4aef19342e11ebb7c2eae52cfd9460df4f735987 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4ee434557e54aaeeb8882db03ae44f90e1bde490d71c8b1a94fa9e33e86874 +size 717773 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c45479131c8b9681a606f001249c6a32bec213c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102a9e4dccd83f0fdb2687fb99f09965d626137d9be8533569c7f91adcd98794 +size 1177181 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60d447d6b169013f521ccc3e2712f444e81b06ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f6fa5ca22a91653f37a4cf0fcaaa268c8f3e57c0c86685c7d6a6f296ef0b13 +size 770173 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d41fdc5802fcfe18d95fb61345abd5a0cea492ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866b9e88207f5d620ffa0f3216c6aefe6ff7e15cca88485387ff7e1ce78351bc +size 2002118 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46c164f448cad5ff0ebf0aee96fe592dcc898433 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94917fd37caa6b0595db865e31dbb93eb703b96580eede9f5e7273f8d56c45a +size 658328 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e34429930c43c58e99db6aa3e5a63b985474895c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fe8bde124138a7f87510d488391b909b56af26d9579571d096de792330ac91 +size 701405 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63d57db6dc73910920a375e21fd86a1a41a7294f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ce16da13f3b580145721193d84a9b8e942aa340ef9884cef7ffc64852f0ba7 +size 751192 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e36692fb3393fb2e0c5ee5a3637f5b8f4f5e4dbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243f12467c0eb8937cc11f6a06c76f104d3c2c4da3f12c0e853dd221fcb27c4f +size 1362831 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67ea68a731e2947335da21411a87de556355b3b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b84287f1a0819e9c59ad622127ca757bc817d11604733e79b6d1461c484ac5 +size 5232032 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..575a87cd7e545ef3042f33e375652a10368bd044 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16476fdf2946c52967e454801bda2446676964845bc2d86bc661e8e514524c4 +size 3047492 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e04447b4b14f4c4a4d1a04c3725b5631956a2194 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ad156ecbab6e1fce2bed01559abcb2845b32285c59b3ba61b5558b2e7b2af7 +size 3858948 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d126721132e87c7ca8a0fd0b799a4857f8245fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f5fb2bb3996ede5913ef272abdfd7faf4d065f4202d53b4aea578ab49274bd +size 998815 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ddda8ca36634ae2bab60b19b7d3f694fc2de0da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f9346c3c0c34a0805b612d7844143caadb9e6921c52adaddc51cf073107cae +size 2271576 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..5add484bd39f2244b203ece12c5447fee7c806bf --- /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:cad89e0cd8bf067410147cef00d0356b47c2a262ef845fde174d6e976e7bd917 +size 485471 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..4e2ea81f51b5966175b508037a510f4487521e12 --- /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:1da0ec6d81ced7ad5be046e026310d172593642129e6853fa047cd6b4e4344cd +size 1884540 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..e18b2f9a0557a98c70c92456759a8ea55779dcb0 --- /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:6e95c4ddcbb6730849e3b9d5fc88167781de5f360aeb3fc72e6df5450eb73f51 +size 482914 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..597d13b47383cf36585428ffe93db1a5eba7036c --- /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:67d13e8f1c22146fdd640f269938e2a42a9d50a3ed0bbaac2d4d886d09fc6eb0 +size 553340 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..1c00adc6afdfdd25fbe14c79d81009bb32f5188c --- /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:f0968dfe74a1343b2aaf94c01c83e1a7f766181be39fa9afb28b79d37150e898 +size 843268 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..e7b270d884e96ec7c879373e84aae9f1e4bdf0e4 --- /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:f0b48a9c3001ab9bcdaeed6ad1b16c9e9d2e1096e102af9d065bc22a2080f752 +size 831093 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..e8d7584a4db308d6a816b3e44ce09ec53fd55deb --- /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:ca3b2a7e5cac203a8fa1b36eac93fa41bbccafe14179f8ca6869492e8fff96a1 +size 1281534 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..ef562e06bde50d51f7ac704c91d12765785c43d1 --- /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:07bcca3a2c2d297f8cdd82d82aa2326e4c5f6979ede5c564ce17d62f9b240180 +size 1396701 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..b4160baae41ddbdf7aff320f5ba03800f24f8faa --- /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:d7744199b6cd7bd4a8616424e3cfadeb989525834dacd4c6ae1a32d5b2e50bcf +size 2166337 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..5f3032c9cca792428050b92bc58896f62cd6889f --- /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:a246661e77f4a0122e4bf371f746f8d8706187673ccbc4a6e1ff87cf6f17b106 +size 1416418 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..9a46b0d257e1c6c9a1bb1993950f8ae724def996 --- /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:fdc62935ebc52ad854324edfa89089911ed3ef330509c29b6383476bbe80611b +size 1401355 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..6f9bedfe648c84f96c2d25a52c28b8b45b186d78 --- /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:b023f9e4c8be85818a0e04d2b93854c214290a66e50af9f6736e2858d08773e6 +size 1356939 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..45ed48e10ceaea2a0c9dfaa5bc85412d165f6077 --- /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:ac795847a5355ff6a14ce62366dcae0e8337c208a1a1b75f8a9d28ef60fa5041 +size 755179 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..4f1b9dbe67acab0238229192e6385a418e845785 --- /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:754d5fab93457a4f6cdc1851df4a3828cfd0d2607b2455d414705a7d27319d44 +size 681811 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..937abbb0c844bb6d460492c970fc54969ab9d7a0 --- /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:3109257199850131f900ffeb7cea394da397bd6cb1e7e7195d4928cd8b618aee +size 556296 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..6dad00726c0c62f800fcfd77b04de70df7d5054c --- /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:b9fd4796982878d806410d325a57bf95d2c8f40e3619af3b9d88a1753065b97b +size 1506906 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..79ea809ddd6bdda1c267a4ee7870ba7b5d5da40e --- /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:18b8c55a4899cec1648a443e8671d42d6f28fb05898c82551a7c9ce25995c9e9 +size 1316153 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..c563d318f13955c2c30a6b49ead27444224766e8 --- /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:bc70352373fbcfa632e22cba77dc706edbcd75f2daa96cd5523cf15968b1f54b +size 907509 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..967a6121cc993e9c0b92a581cb4cc23c52e0625d --- /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:30155f41857272d23316387c3e8c320b6506d336cf04649349a8a23e0f653ec0 +size 1315491 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..564b347c9832ff3437738fe64f4b5a0b922c1ab5 --- /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:89fbab5e86debd77aea3cd5894c2da2da8f10613e7e12813c1c601b6ebe2ac75 +size 587414 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..2bd65d9702d236d3363de1491d0927a79e46b1d1 --- /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:40c57d5ca383129dc970561371245e0e78c132aaeeacdcad47ee0fe7c451c77c +size 1627296 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..289a4a2ea0c44660a402c279783158b6d6199e18 --- /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:43951aeaf2c68b9b34e81eb85d8f69b971e10b2bead863773b84c70d15c9cbe2 +size 1873518 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..f1ac88440e6330d6d77b6fc405187c77e872370a --- /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:0369f4a76b4225fbfdcbb91f581d47fdff179bb163de34522056b8b0a0a85bbf +size 3011678 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..acc4cded8aaea9de97a3410b9fb02ea5bcb006c6 --- /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:c0448a2819a66023beeaf1eb274a8bc4f6944953541b29a13f41d567c37b0a67 +size 898955 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..acaa71699280a45b9957d8e07ac87703787cdfd6 --- /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:7dd8261298b94b1101c6559f9959bd54a11a3607bfdfd0b564ed596c2fbfef63 +size 724381 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..e94423360743b1bfadee53175edb4854638674b8 --- /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:99a585945170327a70df9b5514882ed476b76bff369d0c0711d0e04570b58ddd +size 2676725 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..eeed36b2f476d7f88de7c1c1ee63009d7fa87b32 --- /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:bad96bfb83cb1b87579c7fec28f88ffc263491c12fd9fff714260f6dccbd9bde +size 838647 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..84ef8bc97aac24d1fa5e505d1ea63b78adfb0a1c --- /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:e92570f6c3775b5e24dc8387da2f83dd697159c0af357fb926c509883f518de3 +size 829783 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..2b7006789086defffccf3c07a01edc03caaaed4f --- /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:af07107d1a25b563f4c16a7afc2361ab22789eb413fe7be71f19ce231647b5d1 +size 1948810 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..71394bb2329bcf49ad75b03c12990e626a09ddbd --- /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:2918205e7c0e2f5931aa298b48262ad7dcd39987cae130c36252b3ca62db79b5 +size 736005 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..5d99758f361d02b757462b69436771789cae6422 --- /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:6e8d1db3a74796ebbe6f66effd3607c8be96d1ebf1114b6517ba9fec01313ad8 +size 1380743 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..e447f13a3459b4b1914f6a3275c73a49e92f0e21 --- /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:1e82cee48cfec362cccd6673562e94db5c2c5e2a944659f6cce3784b3dae15a8 +size 649603 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..8a0dd13a65e007fa903074a5d9239e98b0eb3fbe --- /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:fe0f8163b5ecc677191999488872f0a642c2a9ad6691c347667e2fcc8cb524ae +size 568042 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..ef98191bc4ca9e838cbb46370912b801c817bdec --- /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:f677733de72d15e2d4a29ccc3e1b9304bb62347c6c700ddb7919469286d9ef8c +size 597424 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..a0a594a0ab790eaed74128c047b9b56eb2af2be9 --- /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:e7df2bc7eb6249665f7d5dd1ea557e9b8d776f9cbaa7f0d036c860f0826529f1 +size 2487188 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..7677d44a39b742c8ac97c4199400e4ad7732b0cc --- /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:dba2e5a899b97f7c45090046e546f6fdd0759f7348846b43050ba97de58e6693 +size 796413 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..147ad4cdb2f489f822d16c3146d8f236e2ac4b03 --- /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:5f9724e0c9f2d6519134fc8396b3336c4579af39adffa137b753596abea29219 +size 507431 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..d00a2ef163a5757048145cd1f0b6b2e2f3ff40c1 --- /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:0f3106a55c1322ab024fca111041db8a80258d71529401bed007f31950b88428 +size 709163 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..ee24b57ec32be262f9f8bdcf603996d0a511ccc4 --- /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:dec9718cccf3819738ca3787344e3cb4b5b6a637e1c7e26babb30703e19b0129 +size 560555 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..1fbcc9242841d1f2d7e242f5a96e7f55ec88bcbe --- /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:715fee7cf2d92c8b1b869a233734f18d76ae6b7ba3f291ad30473baae5ca64e3 +size 1243657 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..2fb415eb912f826f52a6895cffdbfe6d0eb4101c --- /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:7ed7f6e77769ee51918c27da8c62135f63e6fef2b9dabd1dac59f7c8c4fab333 +size 444468 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..877abe90a8f01366943beb81122d00778b235113 --- /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:4b8fe55211304029378c6c035ad28c8d337cf7daf802d002021efa6a842045e5 +size 484242 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..2ecf14ea88b5feae2b05ac322c22cb67c3e861e5 --- /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:45cb036945060d9d537bc75012415ba03b11f0af4ca5fc763c13fc4a5cd6b84c +size 515957 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..bcb0a30c2cec2fdd21d0df99fdc278fdd1582d9f --- /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:934a1d495813a390dfe44e80bf7b070fe4d631cbea6c107f3a4303de2963e907 +size 872611 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..a4d344008b9ae435f353d4f02d99cf030019606d --- /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:d66680ebecbfb93b4850a4155cd2882c450e86c91574e429190feec75a613d29 +size 2628667 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..5c9e2049983da1c9973a47bf1502dc9f800dcc2c --- /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:8920ea933b312ccdfb47a290e9cf265d68e6081f3f6d1f530babce58ed440948 +size 1515259 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..b2eff7b24609c245d8e644a1b3a06ab9328d1c48 --- /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:1c62f618ecd4df15f8beef145731d457762269c8e458ad12df96ed9304260a45 +size 1919406 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..a647652c6887ceb5144b39f32e428c1181d68c6f --- /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:1435033a1fa819a1e76d60509723a28b4a12291549321e2eb4c96eef4cd9ec3e +size 574068 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..46d9a55015a1c7dbb14a969ab8500a3fb0c3cd3e --- /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:be426aeec7371a565a1bdbfd917c26dec7fa61d0e03f49dc6930b96ccbb78143 +size 1208375 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..9f1416156a5b79c280266d3030f4b271ea7bee38 --- /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:aa02b6f69ff3ac68e62582114e4e7131d8f033447158a14776a2eb6036badc1f +size 569138 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..13601a05b88c44381ceeb68659608931427412cd --- /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:46d3610b7ac8b44b885d4dbd24a5fab7909583850cf1c67ecd1e40d236d8785a +size 2577560 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..2b244f1a4061b3beaa9a12167b38ae85f80a8fa0 --- /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:c2a52f427d585ba67914b5cba9adf8656940f2e97d49e46e5604b28cf9550d82 +size 635536 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..797c3d05cea8d36dbdd61ba9064f0d9a51d3ab7e --- /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:54bda30ee7923544aa0851059331773fee365d36afe3d3d8d2564c5b59853abc +size 744770 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..0af3ab2b8a307b765e64f2093f2f7641811ee035 --- /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:ae024ec3b757208a99af24be4cf0c69a9f08a011c7e6ff787d1756133488b53e +size 1142486 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..008d1801c118bf7f664d01ebce584c77af4fd3cd --- /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:a100f170cf92fad74fb814e7166e5ec246a3a6678ae60ed9f8050c67ed090b0b +size 1067410 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..43632fd9f8afce585e90496ee31f68aaff2d7daf --- /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:817ee6497e8a87407c786c885350235d12eaadbea4e3bf22f2fd040ab85ac210 +size 1846005 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..64a5b33977f319a69456d140c4d43ae4ab50229c --- /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:5677daf8b88aa49010e56af006d2be10cfcedb5984eab20548b5c52196966355 +size 1938434 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..0841af786350149d6ceb8de487b9c519bd3bdca1 --- /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:14b981de870a44bd7532ba37b7f799232c560d8cfc9f1ef839bc111333f364ec +size 3051654 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..8b11ffc778070f314ccd22ba9a477655e4df8b75 --- /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:fa67dd241fe072bed2756343f10c1aca6e869d5c0522996500165432a4426e1d +size 1866224 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..454b28d31e32cd7b09255e3169ec0a8191404390 --- /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:079dbbd919891d7fd3d3af24e1c1b9dc96a0bf0c8c0fedd49c8806de4ef80156 +size 2106175 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..0d554db1359aa867046481c5fe358844ef6810b8 --- /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:a982da7c2c3342a88d8d9485565d2e8c7e784bb39de23a6c733ecd064eec52cb +size 1730404 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..a432a78b458f7a59db4d3a55ed703e980a3564a7 --- /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:21e6234bbc9710f9d7e1dade17efee5232c2ee6a62c7f9db885ed831f6d5182f +size 897878 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..223b2d74028e62ca47d1f4bbe14a6971b0874793 --- /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:bba5b6ffff4f2b678a82a4cad589bf82d422043123c74fe767fb5ffb35fc07b3 +size 881258 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..7c15b5611ff6a204bbf405a36f2dc4ec567786bd --- /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:9ef29581ab18cbd9e68c956a1ba6da1a750ba0ea1e0b4acfee35baa09cf1ae55 +size 653312 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..951771995f69073bcc134d87a14e8b907daac9fe --- /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:b636489e3c98af11ce44770b8207810188d0d2ec29a8316b0371da49142eab27 +size 1893240 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..2368640203f15ac36efdcce8e2b15f0dc10e3a98 --- /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:3a62d4fda9214785181b23c1d39484ffd5cd96d7778dd822f42d144a24e944ad +size 1983715 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..c16995352fe409ad00fda21c03d70f8e92d7ba87 --- /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:39877ad8ab950118ad40ec0e4fa8958bc935d1f6605b9fb546453a001f699eb0 +size 1164487 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..3fffa1670662682a12c90c3856800604d5ba27cd --- /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:af573201cf80e7fbb560ad1147aa5388cca666e114ac418dc57c957547ee6a2b +size 1690265 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..39d87f4b8726bc2a698c381906121cd403178fea --- /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:fdc15dfe14b8975f4d12c83577aaf9b12c0c03dca7ddca9c8908c9ff63c83cae +size 762448 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..c08ad1d1984db8de6310ab5647c6e1574e32d632 --- /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:e9e1c1f53324a2402159f99a6b6099c773c2e31e7920fc9d27d4c185bede792a +size 2043246 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..8a8a1a1bdca95abb38f5522e1e25810dddee7c0f --- /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:c85e54e1e0f3c1ebb6ecfd667790fab61ae3007078532d6f2c9dc902be97fa14 +size 2703670 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..c3538753d6605b96e2a613324c5fd7cb0a2c83b8 --- /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:adf1510a1c8bdb570508df938de235261e22defb49ab4c645118b061e3471d59 +size 3072833 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..1de4b6a1f87f755927abe5ddbb812b4cbd599cfc --- /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:d633105d43ca649caf27d0adf1a8525fe024f41ee2ea2893aa5acdb5fe02ded8 +size 1127954 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..13bc77b3dd180eb2eef4d73dc9edcb82c03dbca4 --- /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:ee24e536904927a2028aee0bcdc0b363be38c926214b0a781c73f8fdc1cf6c63 +size 1031763 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..23532285c44d43afd7e6067f8ff37adf52f5bb28 --- /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:229cba0bbfab0d912457056f5c0dfdc677111f3451799aae0c4ddb79854f0f9c +size 3154982 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..a080fb503b03a282cff972e9c662c60cbf6ed403 --- /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:50781a76a0a7835b36922b752b4fb35d57ff87f4e4fe7d874e1bdec718fb4d0a +size 1219249 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..f150c50db5a3cc77094ef76aef28f99c9515906d --- /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:ae89701be299795bf8b0f01efb701416ef463fc3b4e0e338893728dbb867c55c +size 967505 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..326641d1b8077ee9d559c9f9ea8724d622c57bd0 --- /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:1d6910692db8cc938b8350cf0d75078d02ffa033a2bd974ce709d2007b6cfd5b +size 2584500 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..2efa073d9904893ded17766cfc3cb109b5cae1cd --- /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:0bf8a2ae93eda9d46707825c9f73fc0ef4c8d84ea18d529e2c28b0806fe3d868 +size 916866 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..2b9f9efc98baefd45a4b0113407bb4a140674e34 --- /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:d841fb79429008484356b9e78f803132a8f3864804ff42928e010e3f6094d96d +size 1665514 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..ec619d460ec69d70d828cf2c40552c7c96b2e869 --- /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:e9d57ac0a1bd99e13b825685dc44e4bd66e2965ca820dd43827d9af1d162b6f0 +size 768572 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..0d5a0264d788a712d087463f34e6b997d8dbc37f --- /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:2dde38b53ca058c2e1fc75f7a059822a21462f3fbdabd504052d41dc024a7524 +size 602742 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..a3fee8c9d26cc3dbcd7796f430b01c9d0f1ac18d --- /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:1acc5fc22506890185f3401e357da63e291f20bdd6b541cd3804d6782b09b7e9 +size 644662 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..e7af1c36e3dda502f7a5879bdb908ef8a7249501 --- /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:04edb02b4bb79134722dad14effb161ae2ffa7d3230eb2e33ca3e640e25e680a +size 3394772 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..0da0fc603882798cdb60071b45e9786ee60dabc1 --- /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:1e6a88875aa9024e432492660e70a0cd3dc7e4d1412aa922cffe32ece1da0905 +size 870315 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..98bf7fd1053236530b43ab86b06d0e5b4a9f7071 --- /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:379ee041ba96f7bb0dc7072eee863de36d6bfa2a584345a4296a7f85b25dce81 +size 556645 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..88741e4baa23306a550caae87f8980d0c71609b0 --- /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:3ca70d02fbeedd37fb9e368739dcc2c0f6e7a6063cd6cb615ad953f9379021b8 +size 902466 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..aa33c1278ef3f768c0a1299151e4180018d8a0b7 --- /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:d03ca80b93ed83152c61d511d5dc4afd249718843644d8ff12304ea5ab7d7501 +size 627580 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..c0fc37219bb090c19050ec4215a49f80e3a7f213 --- /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:44b902ed1bdbac10ac7e8b15af617bd4ad3e975d8588622843490621d1443554 +size 1357249 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..5d1eecef20f01a7210806c302e092d761b3a0b2b --- /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:9f7dc448aa0bc149a8ed0c22b286c88edf2965bd3900d1f46bc2182799208d38 +size 481586 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..53841f1c305af41e1d5348561bdb95daaa319f02 --- /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:afead2c788f4d724005cefe7aadb8581cddc57fa5e52db485abd71d5d4edb83c +size 503125 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..48aae3eed73b9f672c7c9405afd797fcffbb07c0 --- /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:59f2359f0232e1d6b89e0f173fea72510c8a7408ae68208a6174f05aad2368ac +size 666652 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..9611834f5e208bf1fe319db6e62010c5b0c84542 --- /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:fbe54486166aa9a844f6d1ba93d22a9b3d75e5b137fa5837a5d8c9ca0c5cb791 +size 1027190 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..68aa41fec7d061f0422f98ff8d63fd8a00387c39 --- /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:0694f47bcc81ada41068beffc9e439a43e3d479e483befb969b1284406f4bb7d +size 3314178 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..3f6df06f2b7082dcc592954fdd846fc0a0a54bac --- /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:677791645225970613b2a6ed8ba60c21ed165910b0ba59c9b6f5c20fb6075fd5 +size 2010626 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..4b59f2410a9727a61f20147ecbb3799db911fdaa --- /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:85e5f8d6a65bbd40cd5c8a2fd100b74144ccc4ab0e2fd5d49c6c77a61e9d58a1 +size 2791038 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..8eb23f08ef7d5df33fa609825d3c5a9a292a25a5 --- /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:03887e68acf474335d8cd1a4b1e629aa749085974aeb71281b015c3220c4f233 +size 799107 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..04323457341a462982b0b72496fb9211fc411f41 --- /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:d6017e2525471dd4d6fe77de327f2b2c1096e3b13de4cdb485bc23b52b64bcc9 +size 1540405