diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5d71b26cdbce1309fed0b2b81bb941dea872cafb --- /dev/null +++ b/README.md @@ -0,0 +1,588 @@ +--- +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_stack_cup + +## 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:** 99 +- **Total Frames:** 67637 +- **FPS:** 30 +- **Dataset Size:** 2.37 GB +- **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->kitchen` +- **Objects:** `cup(unknown)` + +- **Task Description:** pick up the cup by hand and stack it on top of another cup. + + +### Primary Task Instruction +> pick up the cup by hand and stack it on top of another cup. + +### 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->kitchen` + +### Objects +- `cup(unknown)` + + +## Task Descriptions + +- **Standardized Task Description:** `pick up the cup by hand and stack it on top of another cup.` +- **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 purple cup on the pink cup with the left gripper** (Index: 0) +2. **End** (Index: 1) +3. **Grasp the white cup with the right gripper** (Index: 2) +4. **Place the white cup on the purple cup with the right gripper** (Index: 3) +5. **Grasp the purple cup with the left 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** | 99 | +| **Total Frames** | 67637 | +| **Total Tasks** | 6 | +| **Total Videos** | 396 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **State Dimensions** | 36 | +| **Action Dimensions** | 36 | +| **Camera Views** | 4 | +| **Dataset Size** | 2.37 GB | + + +## Data Splits + +The dataset is organized into the following splits: + +- **Training**: Episodes 0:98 + + +## 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_stack_cup_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 +| `-- ... (87 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..01d252f4163668569f6d6dabeb34b690b5c4ee10 --- /dev/null +++ b/annotations/scene_annotations.jsonl @@ -0,0 +1,99 @@ +{"scene_index": 0, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 1, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 2, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 3, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 4, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 5, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 6, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 7, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 8, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 9, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 10, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 11, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 12, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 13, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 14, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 15, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 16, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 17, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 18, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 19, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 20, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 21, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 22, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 23, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 24, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 25, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 26, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 27, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 28, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 29, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 30, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 31, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 32, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 33, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 34, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 35, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 36, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 37, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 38, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 39, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 40, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 41, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 42, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 43, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 44, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 45, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 46, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 47, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 48, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 49, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 50, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 51, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 52, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 53, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 54, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 55, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 56, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 57, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 58, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 59, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 60, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 61, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 62, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 63, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 64, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 65, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 66, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 67, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 68, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 69, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 70, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 71, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 72, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 73, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 74, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 75, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 76, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 77, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 78, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 79, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 80, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 81, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 82, "scene": "The purple cup is in the back-left, the red cup is in the center, and the yellow cup is in the back-right"} +{"scene_index": 83, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 84, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 85, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 86, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 87, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 88, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 89, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 90, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 91, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 92, "scene": "The purple cup is in the back-left, the red cup is in the center, and the yellow cup is in the back-right"} +{"scene_index": 93, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 94, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 95, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 96, "scene": "The purple cup is on the left, the red cup is in the center, and the yellow cup is on the right"} +{"scene_index": 97, "scene": "The purple cup is in the front-left, the red cup is in the center, and the yellow cup is in the front-right"} +{"scene_index": 98, "scene": "The red cup is in the center. The purple cup is in the back-left. The yellow cup is in the back-right"} diff --git a/annotations/subtask_annotations.jsonl b/annotations/subtask_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..593e1ef7d59f1e42083d1d9705e55d6e0ab45df7 --- /dev/null +++ b/annotations/subtask_annotations.jsonl @@ -0,0 +1,6 @@ +{"subtask_index": 0, "subtask": "Place the purple cup on the pink cup with the left gripper"} +{"subtask_index": 1, "subtask": "End"} +{"subtask_index": 2, "subtask": "Grasp the white cup with the right gripper"} +{"subtask_index": 3, "subtask": "Place the white cup on the purple cup with the right gripper"} +{"subtask_index": 4, "subtask": "Grasp the purple cup with the left 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..7735fa6373425a10532591aa05b1e595b58b7877 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca98b020bae80a318daa4ddce3bfc6d5a4256e0b0fa13d3f1f26054c6a903314 +size 291638 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1404b7c5cbb8524a0d9e30ac8543c2e0b1918cdd --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6600bd4ac261cdf70cc6a159b45555ad42de65348cf3ca3bb2e7d5ab27c72c +size 401890 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc2cdd48c5b05d7e0e45e4479d0457a17cba4d82 --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14de7dec35934e03d0c2e9ea0272b9ed14531a080b3331974642ffdf648d798d +size 294774 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a33226019d1feaef3caadc006b495fa0b5c15e16 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82d67fde7f7366bee859d46b0e5cfd2666637ca3d0676e67acfcc51bec8221f +size 274166 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dc5b90bbc406791852e3e4f0113913ce0b7eb6b --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5622f41f3fefeff67ef02c9b25f333138bb15079f305bd145e660c074f9f2e0 +size 326188 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b973ea0121c67461431e84858fe85694a5fda0d --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39881976c727ed38fb7c67471caa41ffb99266e25ab015c4795392df179ace3b +size 339092 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd8124f9607ef16a0bc156ae7b767cb9b0096790 --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bdc786728ab579f93844002bf33f4e097e3f8d017f4b4bc0c0ded4583a042a +size 295421 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..874fe6c8d3efed618beaaa85d180954d8e43e6d2 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98eb340ae8162380908d169f7526262332227aab8b927670f605f8e1a4b244f8 +size 286949 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0abd5da171183b857e40b493e9d0ca3f6b76873 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b35a9c58f23089f44a756ec67a9530c609c424837db2d4cf356c75b42aee2db +size 341582 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe82fbe285723df7fb2ec5e5794aa47c8fb5f611 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f003ebca307b3b6e127625842404b7482e1ecc501249d2a2e37636998b193b +size 390668 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bbec54f2b6f5ef77da0924e7eb4825dbfa707e3 --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79813e854b877e5dc0952009bd096717a6cb242bbdd2d5a5f823fe2b53ad1816 +size 292957 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3638e2c7e7ded3fa8ba75eb85d65d1898578363 --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb701a85b2674589586b667c90bfbf44ba7ff06581d90a676350c73823891b9 +size 342717 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67280eea0ac66e841ecd0925253c82aaec08e317 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a5185a5e016694985c2a1683de994aa02a86eac3f79f783cff6c260b8f58d5 +size 390784 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e864184cf87aa54be72022fcbeffa1450b1f1076 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3634ef2a7907e3b9af94c302d81e97d75c87446410715a704ae3d85e162147 +size 341850 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a17a25c6bed6fe6e2dc274ec2fd53be7b1bdbae --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed018e9e7b06f486bfd4fd8e38849d52f3f57102fa4971c83159057aa95b81c +size 367566 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fcc76ecd50df346a2332f366c39f0c95f22d409 --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19827ab5c44ad61f69e30f1875ff12531daf8e9609e05d11df295c6325b2128d +size 296634 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd23c1535141e2ba5db4310b58d2a7d02dffd6bf --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d6fcd0dfdeac58b89051e3f9c6c4991dbc6eec6c0554901f8759a72346a98a +size 326754 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7550292fed877fbf92dbdb555f3b7ed506358dc --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9d1ddc2e4600bbd5dd9307f17751b593ed5da09007b5816792bba04d847f60 +size 458683 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e896f0e3f688cbbf7a9b068f27d93e19227d309 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a453994961aad86316109ef81330221f9aae54017152e6b0d061059c883dedc0 +size 330809 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3a642258dc74efde6deb2396fea641e408a4570 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb2bae3b9f0467e1b0046ddb12a7d33fec4f628e38ccc7e9a40dd271b4fa43f +size 441559 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96bc29652626bb79780aa0a658fda7e3df1018ce --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acc2b1b25e276a564bd97ea857e31af94437a714cf5ae51d15146b7361583ce +size 433484 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a422a477a2003eea65dc81546ad043291a7f51f1 --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e87e40ab991803afc6868f6bb9d16f3ab9b1da159a4eb0ce41abf9676c0692 +size 288367 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46372f4b46cc6694416ec83798ba89e4f1339334 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febed1a42018c24722b63ca93fb7a6b317389893076b288ee3d81bc084725bc1 +size 328141 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ef6fdbc6e333c1f3a8a6944dc4d2d621296e1d8 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0259d42cc795c0e3f3fde30dfe6a75c8f8077b07174540d5a128330affe4e6a +size 354116 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..489ce7018cbd69a052ab117914cb794f04e10c3c --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da37320eddaaae56465a979a50e2f0226d3886b3056fd90b8d44741cb618afb +size 300734 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e646ed844b75b6fa78694122b1b968b023931ac --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7abfdab83275efcd2122915ff1d0e914307f09b6eb33e1a065a93ada948dcb +size 341201 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5e798a69a8a9db1b4d8203bd0890bdfcba53dcc --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45faf5f27f0f0672e7ae01913376deb3bdaab0d3668176ac866b7dbcb9410b59 +size 376216 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d7aa6e17145c5f1130a1d065f217044f11b91fd --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9aa7ef49e725f8724d3cc27a417aaff2a6e3f3f9aa6cd474cfefd7a2ccb242d +size 320590 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59bae17bf3afa7aea4a6487c5b9cc26c9e8f1039 --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c545e8c182ef21e2037f086e4b55e3590382bf0e09406b8da852cac99a5aae44 +size 346750 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ede74e82046a3120f387717cfefd2b28ca861649 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e949687063e35cdf72001032599da13a4fd9c3cc1d276f5a52658507f09c160 +size 339313 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01831542af3c8d5c2471a6925d95304df20802ad --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25d247615a5c0cc300f94ae4dba410e719fde118251a6f4696bfc6178329a78 +size 341089 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee20d6f910ce8bdd310f41d72aff7194cc4f9e68 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa8c0f12ab9b9e3ddd4a583baf6eb71290621b9d794a7bc8576962b620f367d +size 316778 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e213d7e432e1e545d624bfb96d8ba5857de2959a --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0e9d6d1e2511803d5d505991323936c8c7634d33af504add2ad0f2c8b7a601 +size 343206 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3312607c2297074ca17a6c4b6b4d67f22f815284 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1b8b8ce6ed992ffcc15498b959fe7d16350d84fb92e9a2ab1957180ef4cf5f +size 295822 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..140df837c0f1d9390b219d9903f769bf7055db93 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa9e71e69b55de45fd6cd79ecaf434b5a2f7c8ebe2cb9a3cf36fa07c7aae8de +size 386478 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09be9e60ed984a6ed7cf42459278eb9dc569948b --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0117775c57c99f7aafb273d3fe5b4eb75df39ff5977df5aae95bd9bbcfaa9ec +size 405529 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..950d5b5f90e79215a15ce8b743d9cc6625429fa2 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fafd09edd4e0692c3f529d30a73e0dc5e827b56fe3f66d6ee987b6552d88d42 +size 330657 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bffb881477e5732121e76fb602fa4acb9d08d1dd --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68eceaa989b90b4938a41aed7a2edad6946d3d2c7670c6d0efd463d54684215c +size 341477 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fb335abf34596d5eb3ef4f1ee665f62d97bd224 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de32be8ac69d72c2741d917ba152b4d3952e5f39011e8ea38871553d42fa0bed +size 343783 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55a2cdf8b64fe9fbd5d9606d16414b027ecd1743 --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f438da985061c4107417ae3477d0d206c03285ee0efeb9aed3d85ffc66e2f423 +size 504781 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b2b4676317460927bb3d08ad87ae16960944d84 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb36461812103275808ce01a9b660c49408c38f01a8fe5e4c351ecd6ecba00e +size 306377 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b8707beab6926d299a8ff0960743f3c6655effa --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c2be86a5b6b7ee6f4ea57d5e057986a98b4b2da1b4990ac9116b56f0400da2 +size 420590 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04b26c02e8635f61292d991e1587a5eba4b00ffb --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48a2c177943806694ac21668a98435554c3ca8633343e55dff711ed36742d7d +size 308889 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93580da89c15bd567fae42d0eb44b0265d589db6 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb2ab51cf3bcbf540262df2eb7ca5ac7a00f5d4c0d7157cd2635689245fdeb2 +size 293978 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de2258fef2ea46fc62a0b271c733f9835b61ed09 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c8078b3ca6c084909b36a2c53b387be4f840432db2c68754bf39feeba46678 +size 342270 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73f521c1857f82198c98347f19fc944fa147dd33 --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f128643a3b819c3130b3c79a009f4f91f9d9126933959bf3f6d2ee76939513f1 +size 330639 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..447e7ed647498e7fe31604164a5c931600bb38cc --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366f67b94e20a02e9c518685835c9e65a5660329a6a00ffd602fe7ba0991adff +size 361362 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25b45a64476bae2279407a444669cd6175459c7c --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f261f16d0e28d8d36f0f13d9c2605ce806cce2542501a955cce0840b112a8a3 +size 387532 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a144710e7ab3c98c522ba994189d59f6971ba0a --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd6082c98c2668f74f8c3c65e6b032a660e7da089a122915aba525825991e0d +size 350081 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9e645798cdb32ee9383e977a37b0a2d200719c3 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddcf9cb3adee1a68b231ddf0bef9058542554cf9f868e8e8630fe7b1b357cc2 +size 398009 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b726d2705229f6cf1ca75a147211475a673a9196 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12312cd728ecbd85c854fd2b26336f9b5b59b09f2f6d1e48b6ec021a1927b22b +size 471123 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1260d37e80a8fd75b6e6c917196bb4bc3ea3d482 --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabb07d9575e7915a3956c8bbaaa805db3f7302b29a6a60207a1a25544c809bb +size 345790 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d29d44187c50db2295b5c21b2e32b68a156aa19b --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c507f9d4ae6a8958096bfe2b59e70081bb15a97a8d59b44a01ee4452044a862 +size 311467 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0485fffcabcbb7332bff65b73ab2e3f085aa3406 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e852b9c07f936faeabb87b4748403439d66947768ecdc92b880fdc811caf4fd +size 288642 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..331f2066e50afe84e0abb671a570b0b745532766 --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd92702003050e1e639f5ae6504614d134c28191787f8f75c38c9fbd55865a6c +size 340563 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9031412722fed6e469ee04acbe58374a83e2a8f3 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012cc5052aa0d64efd281fd3c69868636a64fdc1b8bdfc53cd4d5c8239afcb5a +size 327036 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcedff651160231a103d5c05e30801f193c65d5a --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde8dd3575de1be1f243e9e2085c2b15885d0288bdcfbb9996bdbb44de56fc61 +size 299361 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c850c59f0ddb9e028d11e1d2bedc6ff918af287 --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe89d5a4f9e4fd68d8262a995f3962f42435f81171a2e44d52bbd1a8ca862f5 +size 401179 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd3473b68a45506e8726d946701b239bbbabe722 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9d75881a0613c6097f8460af3e768cd7098d983e36dfddb5be10dbd3daaa23 +size 314540 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3adc5f4afd1c2ec6c043127c5c89c6efd83929f5 --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710df5cd101e68bd5ffd92057c99568d80f167d6488912117b44fdcbfd603957 +size 316695 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..875a545a0fe9d47d38ceab7b85faae67802ef0a3 --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141800aa42bb7b5fbdab3103f125c61b8a731a11b07d3bfe7e849c9047b94a7e +size 319048 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c25fab6538cbc76197fcd4d70be5368123cf1f1 --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd30ac0830f5ab8443e8755d638168816c8ad1f2786174b6c02e3eaeadc4f3e6 +size 347939 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b66076f80950db2dcfeb4cdbb29b867d349bcc71 --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448dc91fbc91808fea62adf7ecdc96c2250713f230c48f9bf224f0ddd2d6c9b7 +size 323139 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11dd386de9edc37f17e56cd8935a345af3d606ba --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20453abbbc8e32b58b1b5c145481d479a9b2f65d4e9b482ceda48d646fde854 +size 321679 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..458e6c2fec70de5483065bd71d7e6a65d3130192 --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a2d0d45d904ba2e5457e77bfd660184d75e416f5ab22fddfb92239d8929d7a +size 338726 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab8728c629f60afedb9ad8ff6e01e9592f18ead4 --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98403bce35f2304e26f7c35a3283eb1a65185620564fee09acfcaa7ef53289a +size 294913 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9036d428c1691fefd27d184621eb948c2bbbaad --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16333b3fc880393c2fa690659d9215d911f553aa1006e07ad39fbdcf17398aa9 +size 305240 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b953145f6333683753c44359261a73688f728d7b --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38bd57bade55cc554d3df5ba1e2958cc1a46dc28d809e6fd7c6d6b86c0429d2 +size 332746 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8288315f62499887173165ffc9629a7c7c22fdd --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3acf856296a65d46bc3cc49405215b998598b2faeabcb6dbfe4b07935922382 +size 348527 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b512233a871ccfbad9a5b34dd0c5c20a5ef1a47 --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6763e2dc44347ca3de5b3c62e8f8ac6c0b9a52d7032c5fbb8ffd1844052fe079 +size 440882 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c2605da7053c796649b2fc402ff4a0e13e1cf7a --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4802f823fd742abcf254b0f5b9a4d9e4f78b785b78408de64fdbdc89ebd05c0 +size 442938 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7ecf7c6f3e6e4819f8b33175db8b415485a27d0 --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f642cb2414317005754763a4e906ea6143b40aff83fd240a8d5d4be2d6dfab9 +size 357641 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0d1b9abd14611dbbd2558e77ccc333d0b013137 --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81a8532d6460b66ad9b4f0702a3c27e775b86a65452e5fa5cecfa06d4607239 +size 340641 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a13216b53e77eb7a6db38308606db9a2ec82ad2b --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5058a61d70385980d0c8ac4985812a7aecfe7073d25eaadbbd3893b957b8b9 +size 366303 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84d708db2769b0c99ad672a8b3ca079dcf2b94c1 --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffed647e92969eb2edce7d43688d7045154b040392a7e430aabf9641f2649f3 +size 467214 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3875fa9c2095e7061bfb10d40f71792905014dbe --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136c41084e57db0d6b5005fb4a7064061b76696ad2ecfb670dca6e9b478c181e +size 339056 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..373a2b99946ebbc9e6c5864782f47446479c96c7 --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eef452af453fdbc478db4569eaac2de2c47d0db6a19443842d6ade3479e6188 +size 355020 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5998ea2df7fd2cfa776367d1204b9958acc66d70 --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49de0191827f0092ea04b2d66f54aae9e2f98edc64427618d50c8c2fd8367872 +size 359036 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88ca0328338b663baf069adc44be4c72acff61d7 --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3baa3712d4e5a7f4723bf8c610abe73706228f5988e154f7a145b44331ce9f9 +size 299207 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6322bb131c2d09ae60ea590c038dc648b883a8fb --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985f4d065691f8a45202b315001b05b59f179b2e5e52cc8ab7a11f3cc8ad2051 +size 498760 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7817d42835282131b9581174984aca2d481b4ff6 --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979b925d43339797afd85d1febcae026eb6c4c0221c314fb7b366a2855f26433 +size 370042 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..710700fadbb7ab06306592a9a8391ba0daf07e0d --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5387d8d00de00a7c0dd3a6d0c0a2ebb323d2c76498107b102705c5309bc4da7f +size 430363 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2094b26e47d3e21271bcbcf76d65d55dcb83488b --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cab9d437ee53875b1777cf18eef0af2efb3fc402502e715ffde8c06f1a78b0 +size 374048 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22752b385759308a263c492c15f98db5191d57d3 --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd12cfdd08922fcdf9947067eba1368c26049bbc9b805e27685bc469b520f26 +size 324012 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0996e5cbb4ab71792b6b5e2ec18e62c1810fc335 --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fec146d1bd0aa9908d8b706bda863056d99fe1d6e8e2ba2be44143bc0615fd +size 335134 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6c70f90189819ad0011f0090cf902c6bf45d97c --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98a65fd40ecfad63ef882ac25abb49a864b125c8213cff36f1ae8120c95470c +size 395372 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2ce6a604efd4846b3615fa9b73426bb553a2c7d --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d283baaedef0ef2adc3e63523da5887010fce04ed797de8eccba5e877bc59614 +size 326099 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b271cf7f6b762a2841832f7fd66b3196cb965835 --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c2092a48deac4b70b1c4f114a6f499adea0d1a3f9aef2d294892126b1bf549 +size 335636 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5259220c2b04d7a47d201d2232ae75dc0d973ed --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6548ad729f59e9877ac677769fd41c3d8363e7a6df5a63f5a6246f0b3c5d30 +size 372870 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..924432af9757fe52feae2e2c16ef5ea83c7ed396 --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96dd04ded7705f795162908640feec1b2274a467f6794f33a045b8d5635a469 +size 315295 diff --git a/data/chunk-000/episode_000090.parquet b/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71196e62169968b92707fa12df6f53b16db92291 --- /dev/null +++ b/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997a3e74bfb9f4dc5b8186a0005b122f6f3512bb6a2e5e6790a857c18211e8d2 +size 352513 diff --git a/data/chunk-000/episode_000091.parquet b/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3fd488e2f989d05275752d79a09c62ea7d8c140 --- /dev/null +++ b/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7bf26d5a92e7ad0562089a3f82f07acf6f668b8d9acd6d26cd94620a282691 +size 306831 diff --git a/data/chunk-000/episode_000092.parquet b/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c82ec1699435ed41862557396933cb11cb2507c --- /dev/null +++ b/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92058673e0e301655d121d6086efb4b53dbc00857bd8019163f17f85b1e39d0 +size 369690 diff --git a/data/chunk-000/episode_000093.parquet b/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7ec10ebca719acce0815bf24ca7c37473b60c22 --- /dev/null +++ b/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8968de234c46347797eff7f3e746c464d32ecdc7573e5e29e5573db6ffa008ca +size 333761 diff --git a/data/chunk-000/episode_000094.parquet b/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..791b9554659508ecbc54802b67278cde6395fb1f --- /dev/null +++ b/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae786f4704d3a4592c1f5d9ee10a21bf767988e6ab05dff37a3b22aef56bf779 +size 276217 diff --git a/data/chunk-000/episode_000095.parquet b/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8225269de4d4a4321cf4d0200bee9bc03af7c55c --- /dev/null +++ b/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa33c06c201856208b1bd955b2e23827a117ab4650a63983a9eb56e6a5e0a0c +size 327946 diff --git a/data/chunk-000/episode_000096.parquet b/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16d739d7c6ef143c5d57527871db690c401ace85 --- /dev/null +++ b/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fe587ae8faf023c901d193c0b4304ea7ea03f02bfb55b357d3e13a949e56e8 +size 348779 diff --git a/data/chunk-000/episode_000097.parquet b/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33d43275f475036c95102c347b757092f9d5acb7 --- /dev/null +++ b/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9391c33efc41c5c53fcf88a39043d3a01bd7e510cc8f551f65015e966b2d114 +size 312927 diff --git a/data/chunk-000/episode_000098.parquet b/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aa42b7a49fd2fc6ea369adf24a81db684f2e596 --- /dev/null +++ b/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c152ed8d5105886d429218c3f2a64ec526f6ee0bca38ec8e0678d5a94be06141 +size 320329 diff --git a/info.yaml b/info.yaml new file mode 100644 index 0000000000000000000000000000000000000000..07e8ba65b1977479519a404163fc61b0c133a27a --- /dev/null +++ b/info.yaml @@ -0,0 +1,426 @@ +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_stack_cup +dataset_uuid: 00000000-0000-0000-0000-000000000000 +scene_type: + level1: household + level2: kitchen + level3: null + level4: null + level5: null +env_type: Due to some reasons, this dataset temporarily cannot provide the environment + type information. +objects: +- object_name: cup + level1: kitchen_supplies + level2: cup + level3: null + level4: null + level5: null +task_operation_type: Due to some reasons, this dataset temporarily cannot provide + the operation type information. +task_instruction: +- pick up the cup by hand and stack it on top of another cup. +sub_tasks: +- subtask: Place the purple cup on the pink cup with the left gripper + subtask_index: 0 +- subtask: End + subtask_index: 1 +- subtask: Grasp the white cup with the right gripper + subtask_index: 2 +- subtask: Place the white cup on the purple cup with the right gripper + subtask_index: 3 +- subtask: Grasp the purple cup with the left 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: 99 + total_frames: 67637 + fps: 30 + total_tasks: 6 + total_videos: 396 + total_chunks: 1 + chunks_size: 1000 + state_dim: 36 + action_dim: 36 + camera_views: 4 + dataset_size: 2.37 GB +frame_num: 67637 +dataset_size: 2.37 GB +data_structure: "Airbot_MMK2_stack_cup_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\ + | `-- ... (87 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:98 +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..cd337a1a5d7b8877f31530bdb108c88b350f1c78 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,99 @@ +{"episode_index": 0, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 566} +{"episode_index": 1, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 789} +{"episode_index": 2, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 571} +{"episode_index": 3, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 523} +{"episode_index": 4, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 656} +{"episode_index": 5, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 661} +{"episode_index": 6, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 594} +{"episode_index": 7, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 565} +{"episode_index": 8, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 664} +{"episode_index": 9, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 770} +{"episode_index": 10, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 558} +{"episode_index": 11, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 654} +{"episode_index": 12, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 782} +{"episode_index": 13, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 648} +{"episode_index": 14, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 700} +{"episode_index": 15, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 576} +{"episode_index": 16, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 623} +{"episode_index": 17, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 899} +{"episode_index": 18, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 632} +{"episode_index": 19, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 864} +{"episode_index": 20, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 849} +{"episode_index": 21, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 566} +{"episode_index": 22, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 630} +{"episode_index": 23, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 691} +{"episode_index": 24, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 583} +{"episode_index": 25, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 655} +{"episode_index": 26, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 743} +{"episode_index": 27, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 633} +{"episode_index": 28, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 671} +{"episode_index": 29, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 658} +{"episode_index": 30, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 655} +{"episode_index": 31, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 595} +{"episode_index": 32, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 649} +{"episode_index": 33, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 587} +{"episode_index": 34, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 784} +{"episode_index": 35, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 780} +{"episode_index": 36, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 635} +{"episode_index": 37, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 672} +{"episode_index": 38, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 670} +{"episode_index": 39, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 996} +{"episode_index": 40, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 608} +{"episode_index": 41, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 858} +{"episode_index": 42, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 602} +{"episode_index": 43, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 574} +{"episode_index": 44, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 670} +{"episode_index": 45, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 641} +{"episode_index": 46, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 705} +{"episode_index": 47, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 778} +{"episode_index": 48, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 668} +{"episode_index": 49, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 772} +{"episode_index": 50, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 933} +{"episode_index": 51, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 662} +{"episode_index": 52, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 612} +{"episode_index": 53, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 556} +{"episode_index": 54, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 655} +{"episode_index": 55, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 642} +{"episode_index": 56, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 593} +{"episode_index": 57, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 791} +{"episode_index": 58, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 626} +{"episode_index": 59, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 633} +{"episode_index": 60, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 630} +{"episode_index": 61, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 681} +{"episode_index": 62, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 620} +{"episode_index": 63, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 616} +{"episode_index": 64, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 661} +{"episode_index": 65, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 575} +{"episode_index": 66, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 604} +{"episode_index": 67, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 636} +{"episode_index": 68, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 669} +{"episode_index": 69, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 880} +{"episode_index": 70, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 879} +{"episode_index": 71, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 693} +{"episode_index": 72, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 658} +{"episode_index": 73, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 704} +{"episode_index": 74, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 960} +{"episode_index": 75, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 674} +{"episode_index": 76, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 702} +{"episode_index": 77, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 694} +{"episode_index": 78, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 592} +{"episode_index": 79, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 996} +{"episode_index": 80, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 714} +{"episode_index": 81, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 871} +{"episode_index": 82, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 729} +{"episode_index": 83, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 655} +{"episode_index": 84, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 690} +{"episode_index": 85, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 801} +{"episode_index": 86, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 625} +{"episode_index": 87, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 655} +{"episode_index": 88, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 723} +{"episode_index": 89, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 635} +{"episode_index": 90, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 701} +{"episode_index": 91, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 623} +{"episode_index": 92, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 731} +{"episode_index": 93, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 647} +{"episode_index": 94, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 548} +{"episode_index": 95, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 629} +{"episode_index": 96, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 698} +{"episode_index": 97, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 627} +{"episode_index": 98, "tasks": ["pick up the cup by hand and stack it on top of another cup."], "length": 635} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..58b678d6b305b61f948d9decc3e5d891376bdba4 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,99 @@ +{"episode_index": 0, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4787676393114717]], [[0.4665962397171512]], [[0.46422286842179405]]], "std": [[[0.18222654431088417]], [[0.18791075524019188]], [[0.18782474739027205]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13725490196078433]], [[0.15294117647058825]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5549041723011043]], [[0.5615122584234843]], [[0.5611722887790173]]], "std": [[[0.273202552490724]], [[0.27895398589473613]], [[0.28417547449984265]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.027450980392156862]], [[0.13725490196078433]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5916499658412215]], [[0.618241236688641]], [[0.6029513659989858]]], "std": [[[0.2810256019252925]], [[0.27742525473606344]], [[0.28887692788369324]]], "count": [116]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44045372189824206]], [[0.47270969440218613]], [[0.46074666687795807]]], "std": [[[0.31074798702124096]], [[0.30664749647362743]], [[0.3199742929539874]]], "count": [116]}, "observation.state": {"mean": [0.08365602046251297, -1.1379015445709229, 1.2742197513580322, -0.0031663193367421627, 0.13966643810272217, 1.2223516702651978, -0.09058263152837753, -0.522604763507843, 0.9920634031295776, -1.4388446807861328, 0.5357898473739624, 0.44339340925216675, 0.5699018239974976, 0.9224649667739868, -0.03340882062911987, 0.0012558915186673403, 0.13397078216075897, 0.17418649792671204, 0.183035746216774, 0.1439649909734726, 0.28678762912750244, 0.2341477870941162, 0.3007749021053314, 0.20501363277435303, 0.4747507572174072, 0.9164338111877441, 0.012495840899646282, -0.06558690220117569, 0.1656346470117569, 0.09237251430749893, 0.23754902184009552, 0.08414427191019058, 0.3011704981327057, 0.13427698612213135, 0.3291056156158447, 0.13126635551452637], "std": [0.11656706035137177, 0.1464398354291916, 0.10822641104459763, 0.25811827182769775, 0.16444946825504303, 0.25688841938972473, 0.20174957811832428, 0.46122676134109497, 0.4142225980758667, 0.33617594838142395, 0.0949859693646431, 0.28756794333457947, 0.34214648604393005, 0.04046795889735222, 0.014173836447298527, 0.00548921711742878, 0.18785396218299866, 0.3385462164878845, 0.20764614641666412, 0.26889142394065857, 0.3460151255130768, 0.4162873923778534, 0.29427558183670044, 0.325519323348999, 0.4760412573814392, 0.08551594614982605, 0.0051188478246331215, 0.00862144399434328, 0.2044210582971573, 0.16808253526687622, 0.22909153997898102, 0.15424782037734985, 0.3378913402557373, 0.2889484763145447, 0.3549489974975586, 0.21972355246543884], "min": [-0.09677557647228241, -1.4497978687286377, 0.8570638298988342, -0.09277008473873138, -0.19239480793476105, 0.054264895617961884, -0.2525010406970978, -1.1659561395645142, 0.5743114352226257, -1.9383845329284668, 0.32799744606018066, 0.13677090406417847, 0.015048010274767876, 0.8385871052742004, -0.04295691102743149, -0.008933903649449348, 0.011126473546028137, -0.010422888211905956, 0.01364083867520094, -0.007843073457479477, 0.021074850112199783, -0.002623448148369789, 0.024892758578062057, 0.016051575541496277, 0.03130684420466423, 0.7329728603363037, 0.003076142631471157, -0.08433212339878082, -0.01687515154480934, -0.00013635384675581008, 0.021298469975590706, -0.004401502199470997, 0.02526364102959633, -0.006523168180137873, 0.0866992250084877, 0.019487692043185234], "max": [0.3290226459503174, -0.830439567565918, 1.35464346408844, 1.2041871547698975, 0.30663853883743286, 1.387951135635376, 0.38502803444862366, -0.08335240930318832, 1.6220102310180664, -1.0436694622039795, 0.6837472319602966, 0.8584511280059814, 1.0254790782928467, 1.0009831190109253, 0.01110465731471777, 0.008399397134780884, 0.49258100986480713, 0.8838784098625183, 0.5787839293479919, 0.780767560005188, 0.9442558288574219, 1.1213250160217285, 0.8639379739761353, 0.8877289891242981, 1.1157780885696411, 1.0373691320419312, 0.046185776591300964, -0.06016476824879646, 0.5988497138023376, 0.47880926728248596, 0.7008423805236816, 0.4413610100746155, 1.0133599042892456, 0.8330729603767395, 1.1825915575027466, 0.9767626523971558], "count": [566]}, "action": {"mean": [0.08365602046251297, -1.1379015445709229, 1.2742197513580322, -0.0031663193367421627, 0.13966643810272217, 1.2223516702651978, -0.09058263152837753, -0.522604763507843, 0.9920634031295776, -1.4388446807861328, 0.5357898473739624, 0.44339340925216675, 0.5699018239974976, 0.9224649667739868, -0.03340882062911987, 0.0012558915186673403, 0.13397078216075897, 0.17418649792671204, 0.183035746216774, 0.1439649909734726, 0.28678762912750244, 0.2341477870941162, 0.3007749021053314, 0.20501363277435303, 0.4747507572174072, 0.9164338111877441, 0.012495840899646282, -0.06558690220117569, 0.1656346470117569, 0.09237251430749893, 0.23754902184009552, 0.08414427191019058, 0.3011704981327057, 0.13427698612213135, 0.3291056156158447, 0.13126635551452637], "std": [0.11656706035137177, 0.1464398354291916, 0.10822641104459763, 0.25811827182769775, 0.16444946825504303, 0.25688841938972473, 0.20174957811832428, 0.46122676134109497, 0.4142225980758667, 0.33617594838142395, 0.0949859693646431, 0.28756794333457947, 0.34214648604393005, 0.04046795889735222, 0.014173836447298527, 0.00548921711742878, 0.18785396218299866, 0.3385462164878845, 0.20764614641666412, 0.26889142394065857, 0.3460151255130768, 0.4162873923778534, 0.29427558183670044, 0.325519323348999, 0.4760412573814392, 0.08551594614982605, 0.0051188478246331215, 0.00862144399434328, 0.2044210582971573, 0.16808253526687622, 0.22909153997898102, 0.15424782037734985, 0.3378913402557373, 0.2889484763145447, 0.3549489974975586, 0.21972355246543884], "min": [-0.09677557647228241, -1.4497978687286377, 0.8570638298988342, -0.09277008473873138, -0.19239480793476105, 0.054264895617961884, -0.2525010406970978, -1.1659561395645142, 0.5743114352226257, -1.9383845329284668, 0.32799744606018066, 0.13677090406417847, 0.015048010274767876, 0.8385871052742004, -0.04295691102743149, -0.008933903649449348, 0.011126473546028137, -0.010422888211905956, 0.01364083867520094, -0.007843073457479477, 0.021074850112199783, -0.002623448148369789, 0.024892758578062057, 0.016051575541496277, 0.03130684420466423, 0.7329728603363037, 0.003076142631471157, -0.08433212339878082, -0.01687515154480934, -0.00013635384675581008, 0.021298469975590706, -0.004401502199470997, 0.02526364102959633, -0.006523168180137873, 0.0866992250084877, 0.019487692043185234], "max": [0.3290226459503174, -0.830439567565918, 1.35464346408844, 1.2041871547698975, 0.30663853883743286, 1.387951135635376, 0.38502803444862366, -0.08335240930318832, 1.6220102310180664, -1.0436694622039795, 0.6837472319602966, 0.8584511280059814, 1.0254790782928467, 1.0009831190109253, 0.01110465731471777, 0.008399397134780884, 0.49258100986480713, 0.8838784098625183, 0.5787839293479919, 0.780767560005188, 0.9442558288574219, 1.1213250160217285, 0.8639379739761353, 0.8877289891242981, 1.1157780885696411, 1.0373691320419312, 0.046185776591300964, -0.06016476824879646, 0.5988497138023376, 0.47880926728248596, 0.7008423805236816, 0.4413610100746155, 1.0133599042892456, 0.8330729603767395, 1.1825915575027466, 0.9767626523971558], "count": [566]}, "timestamp": {"min": [0.0], "max": [18.833333333333332], "mean": [9.416666666666666], "std": [5.446329038903176], "count": [566]}, "frame_index": {"min": [0], "max": [565], "mean": [282.5], "std": [163.3898711670953], "count": [566]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [566]}, "index": {"min": [0], "max": [565], "mean": [282.5], "std": [163.3898711670953], "count": [566]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [566]}, "subtask_annotation": {"mean": [2.1307420494699647, 5.0, 5.0, 5.0, 5.0], "std": [1.4635289943171963, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [566]}, "scene_annotation": {"mean": [0.0], "std": [0.0], "min": [0], "max": [0], "count": [566]}, "eef_direction_state": {"mean": [4.614840989399293, 4.568904593639576], "std": [1.8571014192632, 2.0969491219085157], "min": [0, 0], "max": [6, 6], "count": [566]}, "eef_velocity_state": {"mean": [0.6042402826855123, 0.588339222614841], "std": [0.6974838971526178, 0.7853371795825865], "min": [0, 0], "max": [2, 2], "count": [566]}, "eef_acc_mag_state": {"mean": [0.3621908127208481, 0.42402826855123676], "std": [0.6916346226317849, 0.7403480410021555], "min": [0, 0], "max": [2, 2], "count": [566]}, "eef_direction_action": {"mean": [4.614840989399293, 4.568904593639576], "std": [1.8571014192632, 2.0969491219085157], "min": [0, 0], "max": [6, 6], "count": [566]}, "eef_velocity_action": {"mean": [0.6042402826855123, 0.588339222614841], "std": [0.6974838971526178, 0.7853371795825865], "min": [0, 0], "max": [2, 2], "count": [566]}, "eef_acc_mag_action": {"mean": [0.3621908127208481, 0.42402826855123676], "std": [0.6916346226317849, 0.7403480410021555], "min": [0, 0], "max": [2, 2], "count": [566]}, "eef_sim_pose_state": {"mean": [0.7274470271225312, 0.07039161330573344, 1.2369106700341577, -2.156759824980973, 1.1514927209655992, -2.777484265188058, 0.601499141473817, -0.1656616185327462, 1.3145554697923283, 1.6006544073249904, 1.0179626302873523, 2.414716581216315], "std": [0.0269688341783213, 0.07274547479902468, 0.03584891858125155, 0.2610989753224906, 0.03651856506247375, 0.16004627998991114, 0.1067572800593574, 0.055327970502955175, 0.04746188795581171, 0.14825514498882256, 0.041327598802046714, 0.08976222916569965], "min": [0.6500699509758473, -0.09220930241005137, 1.170659824707863, -2.526582765432252, 1.0813583804746605, -3.0800646308297215, 0.4882716310525934, -0.29601133118028944, 1.233235941791103, 1.1923185769236675, 0.9117047241621217, 2.172734458648094], "max": [0.7539027727902852, 0.13440363514293596, 1.3225636807673062, -1.7696956577327776, 1.2951449605906973, -2.476837957330345, 0.7423324639493994, -0.05645934277669665, 1.4482541345002728, 1.9109363035513207, 1.1101919518772645, 2.573148824499341], "count": [566]}, "eef_sim_pose_action": {"mean": [0.7274470271225312, 0.07039161330573344, 1.2369106700341577, -2.156759824980973, 1.1514927209655992, -2.777484265188058, 0.601499141473817, -0.1656616185327462, 1.3145554697923283, 1.6006544073249904, 1.0179626302873523, 2.414716581216315], "std": [0.0269688341783213, 0.07274547479902468, 0.03584891858125155, 0.2610989753224906, 0.03651856506247375, 0.16004627998991114, 0.1067572800593574, 0.055327970502955175, 0.04746188795581171, 0.14825514498882256, 0.041327598802046714, 0.08976222916569965], "min": [0.6500699509758473, -0.09220930241005137, 1.170659824707863, -2.526582765432252, 1.0813583804746605, -3.0800646308297215, 0.4882716310525934, -0.29601133118028944, 1.233235941791103, 1.1923185769236675, 0.9117047241621217, 2.172734458648094], "max": [0.7539027727902852, 0.13440363514293596, 1.3225636807673062, -1.7696956577327776, 1.2951449605906973, -2.476837957330345, 0.7423324639493994, -0.05645934277669665, 1.4482541345002728, 1.9109363035513207, 1.1101919518772645, 2.573148824499341], "count": [566]}}} +{"episode_index": 1, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48158938488120473]], [[0.47135304468071015]], [[0.4693817374359654]]], "std": [[[0.18434810580166125]], [[0.18740148471161247]], [[0.18646714866445446]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.1803921568627451]], [[0.1450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6431413757507508]], [[0.6464514578917152]], [[0.6446674325980392]]], "std": [[[0.2658487045948569]], [[0.27063032192287334]], [[0.280542610779679]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5831946914745628]], [[0.5927443583289173]], [[0.5743293932719484]]], "std": [[[0.2579176661895567]], [[0.2651735517348491]], [[0.28026907864379913]]], "count": [148]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4543340689034623]], [[0.47692629946122594]], [[0.4748567349518636]]], "std": [[[0.31818150774762793]], [[0.3220119964351789]], [[0.3302725232164537]]], "count": [148]}, "observation.state": {"mean": [0.21293197572231293, -1.0957523584365845, 1.4972504377365112, 1.3434522151947021, -0.7562980651855469, -0.04002855718135834, -1.2060223817825317, -0.8958120346069336, 0.9595403671264648, 0.5072556138038635, 1.518088936805725, 0.2554248869419098, 0.42946699261665344, 0.8835787177085876, -0.028333518654108047, 0.058931030333042145, 0.14823293685913086, 0.15048785507678986, 0.15081174671649933, 0.16776862740516663, 0.1673051118850708, 0.191449835896492, 0.20738285779953003, 0.3830280303955078, 0.5892966389656067, 0.8707460165023804, 0.012929442338645458, -0.003568772692233324, 0.2385379672050476, 0.04321671649813652, 0.275714635848999, 0.023933857679367065, 0.2803729772567749, 0.042729929089546204, 0.29257747530937195, 0.1203244999051094], "std": [0.130498468875885, 0.13302157819271088, 0.14484132826328278, 0.1989443153142929, 0.05417066439986229, 0.16672275960445404, 0.20091699063777924, 0.2476428896188736, 0.1520465612411499, 0.1318293660879135, 0.10800588876008987, 0.10292915254831314, 0.521406352519989, 0.03566397354006767, 0.011896449141204357, 0.04426977038383484, 0.22653590142726898, 0.3028745651245117, 0.20786860585212708, 0.35053303837776184, 0.2575576603412628, 0.37081727385520935, 0.33378899097442627, 0.5218800902366638, 0.5440279245376587, 0.11504454910755157, 0.00647892989218235, 0.009244566783308983, 0.255305677652359, 0.04875608906149864, 0.30597278475761414, 0.020155660808086395, 0.32446691393852234, 0.0715731680393219, 0.300434410572052, 0.1941589117050171], "min": [-0.05921348184347153, -1.419816255569458, 1.029411792755127, 0.7550831437110901, -0.9197375774383545, -0.4444783329963684, -1.4464479684829712, -1.2136644124984741, 0.6971443891525269, 0.12929567694664001, 1.35389244556427, 0.031638626009225845, 0.016373369842767715, 0.8221264481544495, -0.038462694734334946, 0.0037524576764553785, 0.018009616062045097, -0.008726646192371845, 0.012675453908741474, -0.010848311707377434, 0.014246249571442604, 0.0025470899417996407, 0.014922565780580044, -0.009385992772877216, 0.011170106939971447, 0.6007750630378723, -0.0003272492322139442, -0.008623016998171806, 0.0015707963611930609, -0.004067586734890938, 0.003643374890089035, 0.0024434609804302454, -0.000709039974026382, -0.013924455270171165, 0.010428342968225479, 0.0016253378707915545], "max": [0.49151933193206787, -0.7555369138717651, 1.6371500492095947, 1.9654912948608398, -0.6190274953842163, 0.5388938188552856, -0.7714508771896362, -0.6036850214004517, 1.209062933921814, 0.7291905283927917, 1.6450655460357666, 0.46078670024871826, 1.1779663562774658, 0.9601492881774902, 0.009053895249962807, 0.1705186814069748, 0.6271077394485474, 0.9146670699119568, 0.6004423499107361, 0.9264753460884094, 0.7106326222419739, 1.0544352531433105, 0.9499717950820923, 1.371354341506958, 1.282528042793274, 1.0027570724487305, 0.032703105360269547, 0.02828524261713028, 0.7102780938148499, 0.1373683214187622, 0.839896023273468, 0.18365226686000824, 0.9229192137718201, 0.21010491251945496, 0.8911324143409729, 0.5826181769371033], "count": [789]}, "action": {"mean": [0.21293197572231293, -1.0957523584365845, 1.4972504377365112, 1.3434522151947021, -0.7562980651855469, -0.04002855718135834, -1.2060223817825317, -0.8958120346069336, 0.9595403671264648, 0.5072556138038635, 1.518088936805725, 0.2554248869419098, 0.42946699261665344, 0.8835787177085876, -0.028333518654108047, 0.058931030333042145, 0.14823293685913086, 0.15048785507678986, 0.15081174671649933, 0.16776862740516663, 0.1673051118850708, 0.191449835896492, 0.20738285779953003, 0.3830280303955078, 0.5892966389656067, 0.8707460165023804, 0.012929442338645458, -0.003568772692233324, 0.2385379672050476, 0.04321671649813652, 0.275714635848999, 0.023933857679367065, 0.2803729772567749, 0.042729929089546204, 0.29257747530937195, 0.1203244999051094], "std": [0.130498468875885, 0.13302157819271088, 0.14484132826328278, 0.1989443153142929, 0.05417066439986229, 0.16672275960445404, 0.20091699063777924, 0.2476428896188736, 0.1520465612411499, 0.1318293660879135, 0.10800588876008987, 0.10292915254831314, 0.521406352519989, 0.03566397354006767, 0.011896449141204357, 0.04426977038383484, 0.22653590142726898, 0.3028745651245117, 0.20786860585212708, 0.35053303837776184, 0.2575576603412628, 0.37081727385520935, 0.33378899097442627, 0.5218800902366638, 0.5440279245376587, 0.11504454910755157, 0.00647892989218235, 0.009244566783308983, 0.255305677652359, 0.04875608906149864, 0.30597278475761414, 0.020155660808086395, 0.32446691393852234, 0.0715731680393219, 0.300434410572052, 0.1941589117050171], "min": [-0.05921348184347153, -1.419816255569458, 1.029411792755127, 0.7550831437110901, -0.9197375774383545, -0.4444783329963684, -1.4464479684829712, -1.2136644124984741, 0.6971443891525269, 0.12929567694664001, 1.35389244556427, 0.031638626009225845, 0.016373369842767715, 0.8221264481544495, -0.038462694734334946, 0.0037524576764553785, 0.018009616062045097, -0.008726646192371845, 0.012675453908741474, -0.010848311707377434, 0.014246249571442604, 0.0025470899417996407, 0.014922565780580044, -0.009385992772877216, 0.011170106939971447, 0.6007750630378723, -0.0003272492322139442, -0.008623016998171806, 0.0015707963611930609, -0.004067586734890938, 0.003643374890089035, 0.0024434609804302454, -0.000709039974026382, -0.013924455270171165, 0.010428342968225479, 0.0016253378707915545], "max": [0.49151933193206787, -0.7555369138717651, 1.6371500492095947, 1.9654912948608398, -0.6190274953842163, 0.5388938188552856, -0.7714508771896362, -0.6036850214004517, 1.209062933921814, 0.7291905283927917, 1.6450655460357666, 0.46078670024871826, 1.1779663562774658, 0.9601492881774902, 0.009053895249962807, 0.1705186814069748, 0.6271077394485474, 0.9146670699119568, 0.6004423499107361, 0.9264753460884094, 0.7106326222419739, 1.0544352531433105, 0.9499717950820923, 1.371354341506958, 1.282528042793274, 1.0027570724487305, 0.032703105360269547, 0.02828524261713028, 0.7102780938148499, 0.1373683214187622, 0.839896023273468, 0.18365226686000824, 0.9229192137718201, 0.21010491251945496, 0.8911324143409729, 0.5826181769371033], "count": [789]}, "timestamp": {"min": [0.0], "max": [26.266666666666666], "mean": [13.133333333333335], "std": [7.5921499419295415], "count": [789]}, "frame_index": {"min": [0], "max": [788], "mean": [394.0], "std": [227.76449825788623], "count": [789]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [789]}, "index": {"min": [566], "max": [1354], "mean": [960.0], "std": [227.76449825788623], "count": [789]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [789]}, "subtask_annotation": {"mean": [2.1482889733840302, 5.0, 5.0, 5.0, 5.0], "std": [1.365726680720199, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [789]}, "scene_annotation": {"mean": [1.0], "std": [0.0], "min": [1], "max": [1], "count": [789]}, "eef_direction_state": {"mean": [4.525982256020279, 4.847908745247148], "std": [1.97150723184347, 1.6118025749044205], "min": [0, 1], "max": [6, 6], "count": [789]}, "eef_velocity_state": {"mean": [0.5880861850443599, 0.5196451204055766], "std": [0.6876863822844548, 0.6838212737185128], "min": [0, 0], "max": [2, 2], "count": [789]}, "eef_acc_mag_state": {"mean": [0.311787072243346, 0.30798479087452474], "std": [0.6499491841578838, 0.650786494844977], "min": [0, 0], "max": [2, 2], "count": [789]}, "eef_direction_action": {"mean": [4.525982256020279, 4.847908745247148], "std": [1.97150723184347, 1.6118025749044205], "min": [0, 1], "max": [6, 6], "count": [789]}, "eef_velocity_action": {"mean": [0.5880861850443599, 0.5196451204055766], "std": [0.6876863822844548, 0.6838212737185128], "min": [0, 0], "max": [2, 2], "count": [789]}, "eef_acc_mag_action": {"mean": [0.311787072243346, 0.30798479087452474], "std": [0.6499491841578838, 0.650786494844977], "min": [0, 0], "max": [2, 2], "count": [789]}, "eef_sim_pose_state": {"mean": [0.6753062753991634, 0.07970227446721455, 1.2507299446917926, -1.762636747153924, 1.2807142089025207, -1.7202140997093236, 0.6035667899628644, -0.25794529600265165, 1.1854426219414251, 1.2649419616378665, -0.3597723985349911, 1.9496590245526169], "std": [0.04610303407406608, 0.07198993711115213, 0.038775471828943905, 0.24320496308698233, 0.05427423186320367, 2.2470258710347104, 0.03600151599723043, 0.04527434210756751, 0.07304378170626961, 0.12910532738072386, 0.13816976527934247, 0.13788738776082987], "min": [0.5530462412334605, -0.09831625207456532, 1.1537892167514552, -2.5817745253843167, 1.1341102593638772, -3.1401785879125224, 0.5419817208841528, -0.348243432205036, 1.0519321526398024, 1.0569077772330828, -0.5413360900122284, 1.6616180008310493], "max": [0.722088600765675, 0.13693621007213022, 1.324892755150295, -1.1102741543795944, 1.3875043609206141, 3.1399406304317505, 0.6559640741209447, -0.14820356370023158, 1.2574530294862583, 1.4792016969822268, 0.09179188680264394, 2.2290392147231377], "count": [789]}, "eef_sim_pose_action": {"mean": [0.6753062753991634, 0.07970227446721455, 1.2507299446917926, -1.762636747153924, 1.2807142089025207, -1.7202140997093236, 0.6035667899628644, -0.25794529600265165, 1.1854426219414251, 1.2649419616378665, -0.3597723985349911, 1.9496590245526169], "std": [0.04610303407406608, 0.07198993711115213, 0.038775471828943905, 0.24320496308698233, 0.05427423186320367, 2.2470258710347104, 0.03600151599723043, 0.04527434210756751, 0.07304378170626961, 0.12910532738072386, 0.13816976527934247, 0.13788738776082987], "min": [0.5530462412334605, -0.09831625207456532, 1.1537892167514552, -2.5817745253843167, 1.1341102593638772, -3.1401785879125224, 0.5419817208841528, -0.348243432205036, 1.0519321526398024, 1.0569077772330828, -0.5413360900122284, 1.6616180008310493], "max": [0.722088600765675, 0.13693621007213022, 1.324892755150295, -1.1102741543795944, 1.3875043609206141, 3.1399406304317505, 0.6559640741209447, -0.14820356370023158, 1.2574530294862583, 1.4792016969822268, 0.09179188680264394, 2.2290392147231377], "count": [789]}}} +{"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.46569485646270004]], [[0.4550571279158215]], [[0.45149870055780933]]], "std": [[[0.1907978184954386]], [[0.1926546241639155]], [[0.19175177400216592]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.1607843137254902]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5728675977574939]], [[0.5795208139649538]], [[0.579278452149538]]], "std": [[[0.27677076752123914]], [[0.2822309508573436]], [[0.2889996602880489]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.1411764705882353]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6038198230082262]], [[0.6143065539074826]], [[0.6016035504000451]]], "std": [[[0.27232061635925014]], [[0.27367216591225796]], [[0.28244788067867305]]], "count": [116]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634045755155511]], [[0.4876217813274735]], [[0.48531447909623615]]], "std": [[[0.3230599511371414]], [[0.32378958808526626]], [[0.33243620540800667]]], "count": [116]}, "observation.state": {"mean": [0.24958963692188263, -0.931852400302887, 1.312016248703003, 1.2253341674804688, -0.5386517643928528, -0.03669428825378418, -0.22670821845531464, -0.6955341696739197, 1.0990087985992432, -1.2951887845993042, 0.6324590444564819, 0.3526482880115509, 0.4284088611602783, 0.8301021456718445, -0.03442785516381264, 0.011512798257172108, 0.16246898472309113, 0.13879957795143127, 0.19161657989025116, 0.14326539635658264, 0.24292628467082977, 0.14955855906009674, 0.27953237295150757, 0.2047416716814041, 0.43904945254325867, 0.888594925403595, 0.015236248262226582, 0.010079015977680683, 0.22441376745700836, 0.16623318195343018, 0.2659075856208801, 0.11475611478090286, 0.3236885070800781, 0.07000723481178284, 0.33539748191833496, 0.33253008127212524], "std": [0.16014379262924194, 0.14375780522823334, 0.11936984211206436, 0.34555116295814514, 0.07602591067552567, 0.3186977803707123, 0.28682345151901245, 0.3084423840045929, 0.24397042393684387, 0.40692490339279175, 0.23889987170696259, 0.35426053404808044, 0.42307141423225403, 0.05298812314867973, 0.015178116038441658, 0.026413405314087868, 0.24291107058525085, 0.24608072638511658, 0.2449927031993866, 0.27070358395576477, 0.3421081006526947, 0.2921977937221527, 0.4014311730861664, 0.3421415686607361, 0.517641007900238, 0.10640585422515869, 0.0047584762796759605, 0.03677858039736748, 0.21948714554309845, 0.30270206928253174, 0.2454221099615097, 0.20949764549732208, 0.3227504789829254, 0.13818493485450745, 0.3377843201160431, 0.5453100204467773], "min": [-0.13362373411655426, -1.2678101062774658, 0.9324454665184021, 0.6260967254638672, -0.6759985089302063, -0.9780675172805786, -1.2108629941940308, -1.2914377450942993, 0.8786454796791077, -1.8875648975372314, 0.3030942380428314, -0.564023494720459, 0.014802573248744011, 0.7225335836410522, -0.04616940766572952, -0.002770710038021207, 0.017044231295585632, 0.0025798147544264793, 0.01710422709584236, -0.004908738657832146, 0.014006267301738262, 0.002356194658204913, 0.015969762578606606, -0.0197331290692091, 0.01920953020453453, 0.6867543458938599, 0.0051541756838560104, -0.0037688203155994415, 0.011268281377851963, 0.0003054326225537807, 0.008290314115583897, 0.00022907447419129312, 0.013395402580499649, -0.007112216670066118, 0.015260722488164902, 0.010821041651070118], "max": [0.5743233561515808, -0.6409504413604736, 1.4022802114486694, 2.4046311378479004, -0.24034151434898376, 0.533720076084137, 0.1491926908493042, -0.4087271988391876, 1.5809299945831299, -0.17164015769958496, 1.3872716426849365, 0.9380602836608887, 1.036321997642517, 0.9424450993537903, 0.0020071284379810095, 0.14504776895046234, 0.6302165389060974, 0.6337399482727051, 0.6660013198852539, 0.6854344010353088, 0.9941394925117493, 0.8411941528320312, 1.0719267129898071, 0.904298722743988, 1.155091643333435, 1.0118001699447632, 0.019514961168169975, 0.1658826321363449, 0.6395813822746277, 0.7653486728668213, 0.7269405126571655, 0.543910026550293, 0.9349837899208069, 0.34173545241355896, 0.9926778674125671, 1.423561453819275], "count": [571]}, "action": {"mean": [0.24958963692188263, -0.931852400302887, 1.312016248703003, 1.2253341674804688, -0.5386517643928528, -0.03669428825378418, -0.22670821845531464, -0.6955341696739197, 1.0990087985992432, -1.2951887845993042, 0.6324590444564819, 0.3526482880115509, 0.4284088611602783, 0.8301021456718445, -0.03442785516381264, 0.011512798257172108, 0.16246898472309113, 0.13879957795143127, 0.19161657989025116, 0.14326539635658264, 0.24292628467082977, 0.14955855906009674, 0.27953237295150757, 0.2047416716814041, 0.43904945254325867, 0.888594925403595, 0.015236248262226582, 0.010079015977680683, 0.22441376745700836, 0.16623318195343018, 0.2659075856208801, 0.11475611478090286, 0.3236885070800781, 0.07000723481178284, 0.33539748191833496, 0.33253008127212524], "std": [0.16014379262924194, 0.14375780522823334, 0.11936984211206436, 0.34555116295814514, 0.07602591067552567, 0.3186977803707123, 0.28682345151901245, 0.3084423840045929, 0.24397042393684387, 0.40692490339279175, 0.23889987170696259, 0.35426053404808044, 0.42307141423225403, 0.05298812314867973, 0.015178116038441658, 0.026413405314087868, 0.24291107058525085, 0.24608072638511658, 0.2449927031993866, 0.27070358395576477, 0.3421081006526947, 0.2921977937221527, 0.4014311730861664, 0.3421415686607361, 0.517641007900238, 0.10640585422515869, 0.0047584762796759605, 0.03677858039736748, 0.21948714554309845, 0.30270206928253174, 0.2454221099615097, 0.20949764549732208, 0.3227504789829254, 0.13818493485450745, 0.3377843201160431, 0.5453100204467773], "min": [-0.13362373411655426, -1.2678101062774658, 0.9324454665184021, 0.6260967254638672, -0.6759985089302063, -0.9780675172805786, -1.2108629941940308, -1.2914377450942993, 0.8786454796791077, -1.8875648975372314, 0.3030942380428314, -0.564023494720459, 0.014802573248744011, 0.7225335836410522, -0.04616940766572952, -0.002770710038021207, 0.017044231295585632, 0.0025798147544264793, 0.01710422709584236, -0.004908738657832146, 0.014006267301738262, 0.002356194658204913, 0.015969762578606606, -0.0197331290692091, 0.01920953020453453, 0.6867543458938599, 0.0051541756838560104, -0.0037688203155994415, 0.011268281377851963, 0.0003054326225537807, 0.008290314115583897, 0.00022907447419129312, 0.013395402580499649, -0.007112216670066118, 0.015260722488164902, 0.010821041651070118], "max": [0.5743233561515808, -0.6409504413604736, 1.4022802114486694, 2.4046311378479004, -0.24034151434898376, 0.533720076084137, 0.1491926908493042, -0.4087271988391876, 1.5809299945831299, -0.17164015769958496, 1.3872716426849365, 0.9380602836608887, 1.036321997642517, 0.9424450993537903, 0.0020071284379810095, 0.14504776895046234, 0.6302165389060974, 0.6337399482727051, 0.6660013198852539, 0.6854344010353088, 0.9941394925117493, 0.8411941528320312, 1.0719267129898071, 0.904298722743988, 1.155091643333435, 1.0118001699447632, 0.019514961168169975, 0.1658826321363449, 0.6395813822746277, 0.7653486728668213, 0.7269405126571655, 0.543910026550293, 0.9349837899208069, 0.34173545241355896, 0.9926778674125671, 1.423561453819275], "count": [571]}, "timestamp": {"min": [0.0], "max": [19.0], "mean": [9.5], "std": [5.494441635770544], "count": [571]}, "frame_index": {"min": [0], "max": [570], "mean": [285.0], "std": [164.83324907311632], "count": [571]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [571]}, "index": {"min": [1355], "max": [1925], "mean": [1640.0], "std": [164.83324907311632], "count": [571]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [571]}, "subtask_annotation": {"mean": [2.1646234676007006, 5.0, 5.0, 5.0, 5.0], "std": [1.452412326357079, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [571]}, "scene_annotation": {"mean": [2.0], "std": [0.0], "min": [2], "max": [2], "count": [571]}, "eef_direction_state": {"mean": [4.8756567425569175, 4.322241681260945], "std": [1.4949838068352919, 2.0341685180446203], "min": [0, 0], "max": [6, 6], "count": [571]}, "eef_velocity_state": {"mean": [0.5884413309982487, 0.7197898423817863], "std": [0.6854552385357158, 0.7499753350072533], "min": [0, 0], "max": [2, 2], "count": [571]}, "eef_acc_mag_state": {"mean": [0.38178633975481613, 0.4991243432574431], "std": [0.7037186414528783, 0.7792734976813274], "min": [0, 0], "max": [2, 2], "count": [571]}, "eef_direction_action": {"mean": [4.8756567425569175, 4.322241681260945], "std": [1.4949838068352919, 2.0341685180446203], "min": [0, 0], "max": [6, 6], "count": [571]}, "eef_velocity_action": {"mean": [0.5884413309982487, 0.7197898423817863], "std": [0.6854552385357158, 0.7499753350072533], "min": [0, 0], "max": [2, 2], "count": [571]}, "eef_acc_mag_action": {"mean": [0.38178633975481613, 0.4991243432574431], "std": [0.7037186414528783, 0.7792734976813274], "min": [0, 0], "max": [2, 2], "count": [571]}, "eef_sim_pose_state": {"mean": [0.681031798942371, 0.1266782217469123, 1.24566020671878, -1.786386831950344, 1.200542425717931, -2.66218492465363, 0.6105644974387617, -0.14139782630532727, 1.265552652027226, 1.7227784935376227, 0.9631456738456381, 2.6437293397253185], "std": [0.022388470569197228, 0.0662711981652974, 0.037482270988013634, 0.17431167257177413, 0.04353036869233251, 0.096251191300171, 0.047735582845720693, 0.06813423224907392, 0.055789449138127514, 0.17302177481839556, 0.08368405634722031, 0.20114027274816468], "min": [0.6265980229768869, -0.04298369931560567, 1.1632528762147547, -2.2771834318352773, 1.124269071759922, -3.0227441316149855, 0.5605607102094706, -0.257891192212107, 1.1430427119018476, 1.2711567123362797, 0.7791266948719455, 2.1074485871803694], "max": [0.7023146384127388, 0.18819659442155107, 1.3243513457000384, -1.4140375587810183, 1.3425224557336048, -2.3715146666521196, 0.6843332560157073, 0.02028583083225649, 1.351075005397447, 2.034484197875475, 1.197030322380762, 3.110944304888604], "count": [571]}, "eef_sim_pose_action": {"mean": [0.681031798942371, 0.1266782217469123, 1.24566020671878, -1.786386831950344, 1.200542425717931, -2.66218492465363, 0.6105644974387617, -0.14139782630532727, 1.265552652027226, 1.7227784935376227, 0.9631456738456381, 2.6437293397253185], "std": [0.022388470569197228, 0.0662711981652974, 0.037482270988013634, 0.17431167257177413, 0.04353036869233251, 0.096251191300171, 0.047735582845720693, 0.06813423224907392, 0.055789449138127514, 0.17302177481839556, 0.08368405634722031, 0.20114027274816468], "min": [0.6265980229768869, -0.04298369931560567, 1.1632528762147547, -2.2771834318352773, 1.124269071759922, -3.0227441316149855, 0.5605607102094706, -0.257891192212107, 1.1430427119018476, 1.2711567123362797, 0.7791266948719455, 2.1074485871803694], "max": [0.7023146384127388, 0.18819659442155107, 1.3243513457000384, -1.4140375587810183, 1.3425224557336048, -2.3715146666521196, 0.6843332560157073, 0.02028583083225649, 1.351075005397447, 2.034484197875475, 1.197030322380762, 3.110944304888604], "count": [571]}}} +{"episode_index": 3, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46262892756490975]], [[0.45450788323739283]], [[0.44983085424536784]]], "std": [[[0.19567104681246839]], [[0.1954238604137231]], [[0.19430668234190118]]], "count": [109]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.15294117647058825]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.568217031690352]], [[0.5754825976644481]], [[0.5749198297055825]]], "std": [[[0.2820445620344094]], [[0.28632009329146996]], [[0.29312921206927284]]], "count": [109]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0196078431372549]], [[0.10588235294117647]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5755107483360317]], [[0.5869783421778497]], [[0.57681780670984]]], "std": [[[0.26917725380504387]], [[0.27203440695713077]], [[0.2773203642792803]]], "count": [109]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47215792333753076]], [[0.4963620930023385]], [[0.49550908436769203]]], "std": [[[0.324207165519807]], [[0.32427211665783573]], [[0.3345749220009068]]], "count": [109]}, "observation.state": {"mean": [0.28540611267089844, -0.8908090591430664, 1.2510567903518677, 1.159513235092163, -0.5234239101409912, -0.002665058011189103, -0.33330199122428894, -0.6489612460136414, 1.226920485496521, -1.2988289594650269, 0.9865378141403198, 0.35748031735420227, 0.4909394383430481, 0.8493524193763733, -0.03533666208386421, 0.02637663297355175, 0.14952227473258972, 0.1207621842622757, 0.16077879071235657, 0.11347510665655136, 0.23291464149951935, 0.10656623542308807, 0.26825854182243347, 0.28201693296432495, 0.43407267332077026, 0.9239890575408936, 0.013477695174515247, 0.013895884156227112, 0.2126883566379547, 0.15469583868980408, 0.2422395646572113, 0.1152506023645401, 0.2792537212371826, 0.10022398829460144, 0.3082192540168762, 0.28146761655807495], "std": [0.15186262130737305, 0.1322382688522339, 0.09902586042881012, 0.30129262804985046, 0.08061015605926514, 0.2809252440929413, 0.2060270607471466, 0.3443947434425354, 0.14698904752731323, 0.25962403416633606, 0.27412524819374084, 0.3079550564289093, 0.3901810646057129, 0.07294321060180664, 0.015303367748856544, 0.0263545960187912, 0.22275856137275696, 0.23612891137599945, 0.2321549355983734, 0.23385366797447205, 0.3197876811027527, 0.18979428708553314, 0.38094499707221985, 0.3310762047767639, 0.5087116956710815, 0.12775106728076935, 0.004870162345468998, 0.040793634951114655, 0.24308641254901886, 0.27065491676330566, 0.2620508074760437, 0.19084568321704865, 0.3036748170852661, 0.18985146284103394, 0.3237687349319458, 0.46912604570388794], "min": [-0.021131625398993492, -1.2117332220077515, 0.9349370002746582, 0.6462076306343079, -0.6579141616821289, -0.6038280725479126, -0.7723883986473083, -1.3029059171676636, 1.1221580505371094, -1.7362620830535889, 0.5346141457557678, -0.18767404556274414, 0.01808597333729267, 0.6510459184646606, -0.046731188893318176, -0.004750567954033613, 0.016722435131669044, -0.009817477315664291, 0.011573715135455132, -0.010706503875553608, 0.01401172112673521, 0.0008508481550961733, 0.01655881106853485, -0.01831504888832569, 0.01895318552851677, 0.6747224926948547, 0.0033106713090091944, -0.0022471114061772823, 0.010406525805592537, 0.01705513894557953, 0.01074468344449997, -0.005165083799511194, 0.015315264463424683, 0.003866995219141245, 0.019400425255298615, -0.009446593932807446], "max": [0.5651560425758362, -0.6635648012161255, 1.319273591041565, 1.961678385734558, -0.26636528968811035, 0.4874184727668762, 0.17410781979560852, -0.3405623137950897, 1.6308079957962036, -0.7594914436340332, 1.2478423118591309, 0.6659609079360962, 1.078924298286438, 0.9836413264274597, 0.010341075249016285, 0.09909652173519135, 0.5959863066673279, 0.6207264065742493, 0.6211026906967163, 0.6483734846115112, 0.8872599601745605, 0.573340654373169, 1.067252516746521, 1.0109219551086426, 1.12674081325531, 1.061029314994812, 0.037459127604961395, 0.1662425994873047, 0.7136978507041931, 0.739185094833374, 0.7815583944320679, 0.5346325039863586, 0.9041678309440613, 0.5087580680847168, 0.9877636432647705, 1.4362696409225464], "count": [523]}, "action": {"mean": [0.28540611267089844, -0.8908090591430664, 1.2510567903518677, 1.159513235092163, -0.5234239101409912, -0.002665058011189103, -0.33330199122428894, -0.6489612460136414, 1.226920485496521, -1.2988289594650269, 0.9865378141403198, 0.35748031735420227, 0.4909394383430481, 0.8493524193763733, -0.03533666208386421, 0.02637663297355175, 0.14952227473258972, 0.1207621842622757, 0.16077879071235657, 0.11347510665655136, 0.23291464149951935, 0.10656623542308807, 0.26825854182243347, 0.28201693296432495, 0.43407267332077026, 0.9239890575408936, 0.013477695174515247, 0.013895884156227112, 0.2126883566379547, 0.15469583868980408, 0.2422395646572113, 0.1152506023645401, 0.2792537212371826, 0.10022398829460144, 0.3082192540168762, 0.28146761655807495], "std": [0.15186262130737305, 0.1322382688522339, 0.09902586042881012, 0.30129262804985046, 0.08061015605926514, 0.2809252440929413, 0.2060270607471466, 0.3443947434425354, 0.14698904752731323, 0.25962403416633606, 0.27412524819374084, 0.3079550564289093, 0.3901810646057129, 0.07294321060180664, 0.015303367748856544, 0.0263545960187912, 0.22275856137275696, 0.23612891137599945, 0.2321549355983734, 0.23385366797447205, 0.3197876811027527, 0.18979428708553314, 0.38094499707221985, 0.3310762047767639, 0.5087116956710815, 0.12775106728076935, 0.004870162345468998, 0.040793634951114655, 0.24308641254901886, 0.27065491676330566, 0.2620508074760437, 0.19084568321704865, 0.3036748170852661, 0.18985146284103394, 0.3237687349319458, 0.46912604570388794], "min": [-0.021131625398993492, -1.2117332220077515, 0.9349370002746582, 0.6462076306343079, -0.6579141616821289, -0.6038280725479126, -0.7723883986473083, -1.3029059171676636, 1.1221580505371094, -1.7362620830535889, 0.5346141457557678, -0.18767404556274414, 0.01808597333729267, 0.6510459184646606, -0.046731188893318176, -0.004750567954033613, 0.016722435131669044, -0.009817477315664291, 0.011573715135455132, -0.010706503875553608, 0.01401172112673521, 0.0008508481550961733, 0.01655881106853485, -0.01831504888832569, 0.01895318552851677, 0.6747224926948547, 0.0033106713090091944, -0.0022471114061772823, 0.010406525805592537, 0.01705513894557953, 0.01074468344449997, -0.005165083799511194, 0.015315264463424683, 0.003866995219141245, 0.019400425255298615, -0.009446593932807446], "max": [0.5651560425758362, -0.6635648012161255, 1.319273591041565, 1.961678385734558, -0.26636528968811035, 0.4874184727668762, 0.17410781979560852, -0.3405623137950897, 1.6308079957962036, -0.7594914436340332, 1.2478423118591309, 0.6659609079360962, 1.078924298286438, 0.9836413264274597, 0.010341075249016285, 0.09909652173519135, 0.5959863066673279, 0.6207264065742493, 0.6211026906967163, 0.6483734846115112, 0.8872599601745605, 0.573340654373169, 1.067252516746521, 1.0109219551086426, 1.12674081325531, 1.061029314994812, 0.037459127604961395, 0.1662425994873047, 0.7136978507041931, 0.739185094833374, 0.7815583944320679, 0.5346325039863586, 0.9041678309440613, 0.5087580680847168, 0.9877636432647705, 1.4362696409225464], "count": [523]}, "timestamp": {"min": [0.0], "max": [17.4], "mean": [8.700000000000001], "std": [5.032560647092756], "count": [523]}, "frame_index": {"min": [0], "max": [522], "mean": [261.0], "std": [150.9768194127827], "count": [523]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [523]}, "index": {"min": [1926], "max": [2448], "mean": [2187.0], "std": [150.9768194127827], "count": [523]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [523]}, "subtask_annotation": {"mean": [2.196940726577438, 5.0, 5.0, 5.0, 5.0], "std": [1.4321593860331772, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [523]}, "scene_annotation": {"mean": [3.0], "std": [0.0], "min": [3], "max": [3], "count": [523]}, "eef_direction_state": {"mean": [4.732313575525812, 4.393881453154876], "std": [1.5938000698533814, 2.0901574042340405], "min": [0, 0], "max": [6, 6], "count": [523]}, "eef_velocity_state": {"mean": [0.6328871892925431, 0.7093690248565966], "std": [0.6989671981298575, 0.7965317888127884], "min": [0, 0], "max": [2, 2], "count": [523]}, "eef_acc_mag_state": {"mean": [0.2982791586998088, 0.44550669216061184], "std": [0.6388751635896316, 0.7512856294323375], "min": [0, 0], "max": [2, 2], "count": [523]}, "eef_direction_action": {"mean": [4.732313575525812, 4.393881453154876], "std": [1.5938000698533814, 2.0901574042340405], "min": [0, 0], "max": [6, 6], "count": [523]}, "eef_velocity_action": {"mean": [0.6328871892925431, 0.7093690248565966], "std": [0.6989671981298575, 0.7965317888127884], "min": [0, 0], "max": [2, 2], "count": [523]}, "eef_acc_mag_action": {"mean": [0.2982791586998088, 0.44550669216061184], "std": [0.6388751635896316, 0.7512856294323375], "min": [0, 0], "max": [2, 2], "count": [523]}, "eef_sim_pose_state": {"mean": [0.6678271996795315, 0.1281235080945714, 1.237953147494918, -1.8033175184220318, 1.1713039065523516, -2.676872346252627, 0.5662149163565847, -0.16724065219469916, 1.25844198838654, 1.7901783837907215, 0.9195887346306241, 2.4943524205759706], "std": [0.022465906251941482, 0.06532412645010578, 0.036456270717962105, 0.09198621698512272, 0.04107542960564554, 0.11390320162809195, 0.07151401452720751, 0.08887032930411573, 0.052745681871476116, 0.1490531095280988, 0.16194822412697504, 1.4676064298911717], "min": [0.6199088589217938, -0.038671516542220535, 1.1568233250954465, -1.9642009109526795, 1.1053220212807484, -2.9569375309689296, 0.4898350491862672, -0.25599498034709856, 1.149186388598992, 1.2606319787084002, 0.7357162333931111, -3.1333307636673373], "max": [0.6917432720420257, 0.18305330063973146, 1.3049622987763, -1.6181791050615209, 1.3249321294685665, -2.549653058469633, 0.6903626364769427, 0.04042962506150513, 1.3623746936408212, 2.0366926463798585, 1.1804115045623433, 3.139335418646387], "count": [523]}, "eef_sim_pose_action": {"mean": [0.6678271996795315, 0.1281235080945714, 1.237953147494918, -1.8033175184220318, 1.1713039065523516, -2.676872346252627, 0.5662149163565847, -0.16724065219469916, 1.25844198838654, 1.7901783837907215, 0.9195887346306241, 2.4943524205759706], "std": [0.022465906251941482, 0.06532412645010578, 0.036456270717962105, 0.09198621698512272, 0.04107542960564554, 0.11390320162809195, 0.07151401452720751, 0.08887032930411573, 0.052745681871476116, 0.1490531095280988, 0.16194822412697504, 1.4676064298911717], "min": [0.6199088589217938, -0.038671516542220535, 1.1568233250954465, -1.9642009109526795, 1.1053220212807484, -2.9569375309689296, 0.4898350491862672, -0.25599498034709856, 1.149186388598992, 1.2606319787084002, 0.7357162333931111, -3.1333307636673373], "max": [0.6917432720420257, 0.18305330063973146, 1.3049622987763, -1.6181791050615209, 1.3249321294685665, -2.549653058469633, 0.6903626364769427, 0.04042962506150513, 1.3623746936408212, 2.0366926463798585, 1.1804115045623433, 3.139335418646387], "count": [523]}}} +{"episode_index": 4, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605645567335461]], [[0.45149408471398894]], [[0.44986584523990475]]], "std": [[[0.19597565452854776]], [[0.1976511764995202]], [[0.19500013087557277]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.17254901960784313]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5803358001469322]], [[0.587056641713533]], [[0.5876520146172164]]], "std": [[[0.2749802534984006]], [[0.27989380686284543]], [[0.2857137972419644]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06274509803921569]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5766694453944368]], [[0.6015504271799159]], [[0.588348914792015]]], "std": [[[0.2772937460263398]], [[0.27275032576622893]], [[0.27947225542787013]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4181341990930739]], [[0.43953663804022897]], [[0.43426131757612607]]], "std": [[[0.3175553525829067]], [[0.3160622660981981]], [[0.3230850942805458]]], "count": [129]}, "observation.state": {"mean": [0.3587455153465271, -0.8628973364830017, 1.2522639036178589, 1.1638866662979126, -0.594483494758606, 0.0009234283352270722, -0.44707122445106506, -0.7763455510139465, 1.3861089944839478, -1.2718688249588013, 1.0542054176330566, 0.41080763936042786, 0.41944336891174316, 0.8441681265830994, -0.033319056034088135, 0.014399224892258644, 0.13585706055164337, 0.10980653762817383, 0.1475096046924591, 0.11950300633907318, 0.20633704960346222, 0.13304394483566284, 0.2252299189567566, 0.1938481479883194, 0.42419376969337463, 0.8795713782310486, 0.014317058958113194, 0.023402269929647446, 0.19397109746932983, 0.14698100090026855, 0.21801495552062988, 0.10824046283960342, 0.26078158617019653, 0.07568694651126862, 0.29044726490974426, 0.29402056336402893], "std": [0.19264282286167145, 0.11998354643583298, 0.11716103553771973, 0.34190306067466736, 0.0628693625330925, 0.3151153326034546, 0.28337517380714417, 0.3146620988845825, 0.13469107449054718, 0.27539297938346863, 0.27231013774871826, 0.11069553345441818, 0.40832993388175964, 0.06962309032678604, 0.020456518977880478, 0.036755770444869995, 0.20252028107643127, 0.2274225503206253, 0.21943092346191406, 0.24887849390506744, 0.3261246979236603, 0.24693262577056885, 0.3570667803287506, 0.3618892431259155, 0.5003722310066223, 0.08253511786460876, 0.004383905790746212, 0.049729131162166595, 0.2269616276025772, 0.26293665170669556, 0.23978079855442047, 0.19369520246982574, 0.2906681001186371, 0.14980246126651764, 0.30351412296295166, 0.48020365834236145], "min": [-0.10050688683986664, -1.144068956375122, 0.8742942810058594, 0.6579380035400391, -0.7295004725456238, -0.9072322845458984, -0.6867632865905762, -1.4171459674835205, 1.178723692893982, -1.7764004468917847, 0.54726243019104, -0.0028491453267633915, 0.017813267186284065, 0.6645668148994446, -0.04824744910001755, -0.0019580412190407515, 0.014606224372982979, -0.00445604370906949, 0.011208285577595234, -0.007090399973094463, 0.014595315791666508, -0.008443029597401619, 0.015402530319988728, -0.015827955678105354, 0.01996220275759697, 0.671139121055603, 0.003774274606257677, -0.0023998275864869356, 0.008372126147150993, 0.01776963472366333, -0.0071667577140033245, 0.0020671242382377386, 0.0187186561524868, 0.0005017821677029133, 0.01860957220196724, -0.013809917494654655], "max": [0.6180261373519897, -0.6182883977890015, 1.3579933643341064, 2.19357967376709, -0.36451178789138794, 0.43571925163269043, 0.14567597210407257, -0.46177613735198975, 1.8108525276184082, -0.7797956466674805, 1.3088129758834839, 0.6402828693389893, 1.0892490148544312, 0.9473483562469482, 0.03361940383911133, 0.1640664041042328, 0.5556473731994629, 0.6006495952606201, 0.6023404002189636, 0.6668193936347961, 0.9522135257720947, 0.9122072458267212, 0.9854128956794739, 1.0403144359588623, 1.144036054611206, 0.9743387699127197, 0.04365504905581474, 0.16640621423721313, 0.6711500287055969, 0.7199046611785889, 0.72028648853302, 0.5354179739952087, 0.8785005211830139, 0.40659624338150024, 0.947648286819458, 1.4279792308807373], "count": [656]}, "action": {"mean": [0.3587455153465271, -0.8628973364830017, 1.2522639036178589, 1.1638866662979126, -0.594483494758606, 0.0009234283352270722, -0.44707122445106506, -0.7763455510139465, 1.3861089944839478, -1.2718688249588013, 1.0542054176330566, 0.41080763936042786, 0.41944336891174316, 0.8441681265830994, -0.033319056034088135, 0.014399224892258644, 0.13585706055164337, 0.10980653762817383, 0.1475096046924591, 0.11950300633907318, 0.20633704960346222, 0.13304394483566284, 0.2252299189567566, 0.1938481479883194, 0.42419376969337463, 0.8795713782310486, 0.014317058958113194, 0.023402269929647446, 0.19397109746932983, 0.14698100090026855, 0.21801495552062988, 0.10824046283960342, 0.26078158617019653, 0.07568694651126862, 0.29044726490974426, 0.29402056336402893], "std": [0.19264282286167145, 0.11998354643583298, 0.11716103553771973, 0.34190306067466736, 0.0628693625330925, 0.3151153326034546, 0.28337517380714417, 0.3146620988845825, 0.13469107449054718, 0.27539297938346863, 0.27231013774871826, 0.11069553345441818, 0.40832993388175964, 0.06962309032678604, 0.020456518977880478, 0.036755770444869995, 0.20252028107643127, 0.2274225503206253, 0.21943092346191406, 0.24887849390506744, 0.3261246979236603, 0.24693262577056885, 0.3570667803287506, 0.3618892431259155, 0.5003722310066223, 0.08253511786460876, 0.004383905790746212, 0.049729131162166595, 0.2269616276025772, 0.26293665170669556, 0.23978079855442047, 0.19369520246982574, 0.2906681001186371, 0.14980246126651764, 0.30351412296295166, 0.48020365834236145], "min": [-0.10050688683986664, -1.144068956375122, 0.8742942810058594, 0.6579380035400391, -0.7295004725456238, -0.9072322845458984, -0.6867632865905762, -1.4171459674835205, 1.178723692893982, -1.7764004468917847, 0.54726243019104, -0.0028491453267633915, 0.017813267186284065, 0.6645668148994446, -0.04824744910001755, -0.0019580412190407515, 0.014606224372982979, -0.00445604370906949, 0.011208285577595234, -0.007090399973094463, 0.014595315791666508, -0.008443029597401619, 0.015402530319988728, -0.015827955678105354, 0.01996220275759697, 0.671139121055603, 0.003774274606257677, -0.0023998275864869356, 0.008372126147150993, 0.01776963472366333, -0.0071667577140033245, 0.0020671242382377386, 0.0187186561524868, 0.0005017821677029133, 0.01860957220196724, -0.013809917494654655], "max": [0.6180261373519897, -0.6182883977890015, 1.3579933643341064, 2.19357967376709, -0.36451178789138794, 0.43571925163269043, 0.14567597210407257, -0.46177613735198975, 1.8108525276184082, -0.7797956466674805, 1.3088129758834839, 0.6402828693389893, 1.0892490148544312, 0.9473483562469482, 0.03361940383911133, 0.1640664041042328, 0.5556473731994629, 0.6006495952606201, 0.6023404002189636, 0.6668193936347961, 0.9522135257720947, 0.9122072458267212, 0.9854128956794739, 1.0403144359588623, 1.144036054611206, 0.9743387699127197, 0.04365504905581474, 0.16640621423721313, 0.6711500287055969, 0.7199046611785889, 0.72028648853302, 0.5354179739952087, 0.8785005211830139, 0.40659624338150024, 0.947648286819458, 1.4279792308807373], "count": [656]}, "timestamp": {"min": [0.0], "max": [21.833333333333332], "mean": [10.916666666666668], "std": [6.312355608909668], "count": [656]}, "frame_index": {"min": [0], "max": [655], "mean": [327.5], "std": [189.37066826729], "count": [656]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [656]}, "index": {"min": [2449], "max": [3104], "mean": [2776.5], "std": [189.37066826729], "count": [656]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [656]}, "subtask_annotation": {"mean": [2.198170731707317, 4.990853658536586, 5.0, 5.0, 5.0], "std": [1.4154191209404539, 0.16539458524413092, 0.0, 0.0, 0.0], "min": [0, 2, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [656]}, "scene_annotation": {"mean": [4.0], "std": [0.0], "min": [4], "max": [4], "count": [656]}, "eef_direction_state": {"mean": [4.324695121951219, 4.625], "std": [1.8982661934501504, 1.8633786190811519], "min": [0, 0], "max": [6, 6], "count": [656]}, "eef_velocity_state": {"mean": [0.6753048780487805, 0.6539634146341463], "std": [0.6507968134642549, 0.7813076272618937], "min": [0, 0], "max": [2, 2], "count": [656]}, "eef_acc_mag_state": {"mean": [0.4268292682926829, 0.4329268292682927], "std": [0.7246611959388121, 0.7418754872271246], "min": [0, 0], "max": [2, 2], "count": [656]}, "eef_direction_action": {"mean": [4.324695121951219, 4.625], "std": [1.8982661934501504, 1.8633786190811519], "min": [0, 0], "max": [6, 6], "count": [656]}, "eef_velocity_action": {"mean": [0.6753048780487805, 0.6539634146341463], "std": [0.6507968134642549, 0.7813076272618937], "min": [0, 0], "max": [2, 2], "count": [656]}, "eef_acc_mag_action": {"mean": [0.4268292682926829, 0.4329268292682927], "std": [0.7246611959388121, 0.7418754872271246], "min": [0, 0], "max": [2, 2], "count": [656]}, "eef_sim_pose_state": {"mean": [0.6561104820772151, 0.13864376971629624, 1.219096699671481, -1.9254321793149634, 1.1657813294992536, -2.6752516714066537, 0.5949393405493018, -0.1697614661749374, 1.2497242951412664, 1.807610488843345, 0.8708033907586841, 2.295372087914178], "std": [0.026163788436136357, 0.06022439794367332, 0.038153812061370404, 0.1349690307970856, 0.06797334127130948, 0.8877009684816526, 0.05233232975770098, 0.10071248289623892, 0.050487861016330515, 0.20045297210855914, 0.1698289999595223, 1.7156071873984098], "min": [0.5850507863417621, -0.017695425842547907, 1.1497045887582114, -2.3788069614383045, 1.0318674117942002, -3.119711102855048, 0.53015514955515, -0.25301647690864715, 1.1497188316474893, 1.0399093203151295, 0.7216834427483954, -3.1371619164987115], "max": [0.693555347511193, 0.19557667068508283, 1.3047551347405593, -1.6934465945305885, 1.339024402166459, 3.1409230216421467, 0.686523293240488, 0.05889604638732887, 1.3535036796932725, 2.1691272576880083, 1.2696257777852877, 3.1340134300920615], "count": [656]}, "eef_sim_pose_action": {"mean": [0.6561104820772151, 0.13864376971629624, 1.219096699671481, -1.9254321793149634, 1.1657813294992536, -2.6752516714066537, 0.5949393405493018, -0.1697614661749374, 1.2497242951412664, 1.807610488843345, 0.8708033907586841, 2.295372087914178], "std": [0.026163788436136357, 0.06022439794367332, 0.038153812061370404, 0.1349690307970856, 0.06797334127130948, 0.8877009684816526, 0.05233232975770098, 0.10071248289623892, 0.050487861016330515, 0.20045297210855914, 0.1698289999595223, 1.7156071873984098], "min": [0.5850507863417621, -0.017695425842547907, 1.1497045887582114, -2.3788069614383045, 1.0318674117942002, -3.119711102855048, 0.53015514955515, -0.25301647690864715, 1.1497188316474893, 1.0399093203151295, 0.7216834427483954, -3.1371619164987115], "max": [0.693555347511193, 0.19557667068508283, 1.3047551347405593, -1.6934465945305885, 1.339024402166459, 3.1409230216421467, 0.686523293240488, 0.05889604638732887, 1.3535036796932725, 2.1691272576880083, 1.2696257777852877, 3.1340134300920615], "count": [656]}}} +{"episode_index": 5, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46488927381850176]], [[0.45533809860482655]], [[0.4544881096028155]]], "std": [[[0.19119876652830922]], [[0.1922635492518611]], [[0.19053199746724173]]], "count": [130]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.16862745098039217]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6159044777526396]], [[0.625380059074912]], [[0.6278358235922574]]], "std": [[[0.27456527217768645]], [[0.2795101087729146]], [[0.2890790985949565]]], "count": [130]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.13725490196078433]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5958061698717949]], [[0.6092605722096531]], [[0.5936874308697838]]], "std": [[[0.2784518985996321]], [[0.2817891081123597]], [[0.2908658985873295]]], "count": [130]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.425315466314731]], [[0.44863037173202613]], [[0.44340777557818]]], "std": [[[0.32130336391369474]], [[0.32146043217180087]], [[0.328618277444753]]], "count": [130]}, "observation.state": {"mean": [0.3926796019077301, -0.8380091786384583, 1.2579818964004517, 0.9964728951454163, -0.6636107563972473, 0.232977494597435, -0.3492569625377655, -0.7438138127326965, 1.287418246269226, -1.426762342453003, 0.6607848405838013, 0.9725189208984375, 0.4396158754825592, 0.8240529894828796, -0.03198663517832756, 0.007953096181154251, 0.15011736750602722, 0.12941974401474, 0.18891069293022156, 0.1258179247379303, 0.28756093978881836, 0.18462921679019928, 0.26277729868888855, 0.22864806652069092, 0.46915000677108765, 0.9276247620582581, 0.016695909202098846, 0.009211395867168903, 0.13720208406448364, 0.1398097425699234, 0.20799268782138824, 0.0727495402097702, 0.27623313665390015, 0.11999907344579697, 0.27765142917633057, 0.24090608954429626], "std": [0.16867223381996155, 0.14292989671230316, 0.12558963894844055, 0.22354044020175934, 0.12420953065156937, 0.24075056612491608, 0.19345660507678986, 0.2616674602031708, 0.13732416927814484, 0.14943954348564148, 0.15093649923801422, 0.4889473021030426, 0.355345755815506, 0.03206288442015648, 0.018781226128339767, 0.013508751057088375, 0.21578745543956757, 0.24382629990577698, 0.25612619519233704, 0.24638763070106506, 0.42448338866233826, 0.4140929877758026, 0.35527539253234863, 0.36637356877326965, 0.5024771690368652, 0.08880680054426193, 0.005533808842301369, 0.043069902807474136, 0.1326034665107727, 0.2820368707180023, 0.22571557760238647, 0.16818003356456757, 0.34007906913757324, 0.2832481861114502, 0.30758529901504517, 0.42135223746299744], "min": [0.12874799966812134, -1.1448677778244019, 0.7827639579772949, 0.5494558811187744, -0.8464704155921936, -0.002455748850479722, -0.4676175117492676, -1.3878319263458252, 1.172548532485962, -1.8052853345870972, 0.4136744737625122, 0.32099974155426025, 0.01286089513450861, 0.7231771945953369, -0.04600033164024353, -0.003539745695888996, 0.012337296269834042, -0.00694859167560935, 0.014982560649514198, -0.008263043127954006, 0.01508061308413744, -0.05210353061556816, 0.015233451500535011, -0.012866348959505558, 0.012195488438010216, 0.6750605702400208, 0.0037633662577718496, -0.009539316408336163, -0.016406094655394554, 0.014758939854800701, 0.010090184397995472, -0.0060377479530870914, 0.014257158152759075, -0.007548549212515354, 0.01572977937757969, 0.019024087116122246], "max": [0.7153500914573669, -0.5991669297218323, 1.3987993001937866, 1.2633159160614014, -0.10000620037317276, 0.6506780982017517, 0.18636272847652435, -0.5203803181648254, 1.7066142559051514, -1.145952582359314, 0.9966763854026794, 1.441298007965088, 1.0030461549758911, 0.8845655918121338, 0.010341075249016285, 0.09444957971572876, 0.5729916095733643, 0.6438847184181213, 0.6851835250854492, 0.6441410183906555, 1.1328823566436768, 1.0408271551132202, 0.9822276830673218, 1.0076713562011719, 1.1827878952026367, 1.0422016382217407, 0.05144358053803444, 0.1659153699874878, 0.4363159239292145, 0.8437303304672241, 0.7309984564781189, 0.483957976102829, 1.104493498802185, 0.9137235283851624, 1.0738683938980103, 1.3351877927780151], "count": [661]}, "action": {"mean": [0.3926796019077301, -0.8380091786384583, 1.2579818964004517, 0.9964728951454163, -0.6636107563972473, 0.232977494597435, -0.3492569625377655, -0.7438138127326965, 1.287418246269226, -1.426762342453003, 0.6607848405838013, 0.9725189208984375, 0.4396158754825592, 0.8240529894828796, -0.03198663517832756, 0.007953096181154251, 0.15011736750602722, 0.12941974401474, 0.18891069293022156, 0.1258179247379303, 0.28756093978881836, 0.18462921679019928, 0.26277729868888855, 0.22864806652069092, 0.46915000677108765, 0.9276247620582581, 0.016695909202098846, 0.009211395867168903, 0.13720208406448364, 0.1398097425699234, 0.20799268782138824, 0.0727495402097702, 0.27623313665390015, 0.11999907344579697, 0.27765142917633057, 0.24090608954429626], "std": [0.16867223381996155, 0.14292989671230316, 0.12558963894844055, 0.22354044020175934, 0.12420953065156937, 0.24075056612491608, 0.19345660507678986, 0.2616674602031708, 0.13732416927814484, 0.14943954348564148, 0.15093649923801422, 0.4889473021030426, 0.355345755815506, 0.03206288442015648, 0.018781226128339767, 0.013508751057088375, 0.21578745543956757, 0.24382629990577698, 0.25612619519233704, 0.24638763070106506, 0.42448338866233826, 0.4140929877758026, 0.35527539253234863, 0.36637356877326965, 0.5024771690368652, 0.08880680054426193, 0.005533808842301369, 0.043069902807474136, 0.1326034665107727, 0.2820368707180023, 0.22571557760238647, 0.16818003356456757, 0.34007906913757324, 0.2832481861114502, 0.30758529901504517, 0.42135223746299744], "min": [0.12874799966812134, -1.1448677778244019, 0.7827639579772949, 0.5494558811187744, -0.8464704155921936, -0.002455748850479722, -0.4676175117492676, -1.3878319263458252, 1.172548532485962, -1.8052853345870972, 0.4136744737625122, 0.32099974155426025, 0.01286089513450861, 0.7231771945953369, -0.04600033164024353, -0.003539745695888996, 0.012337296269834042, -0.00694859167560935, 0.014982560649514198, -0.008263043127954006, 0.01508061308413744, -0.05210353061556816, 0.015233451500535011, -0.012866348959505558, 0.012195488438010216, 0.6750605702400208, 0.0037633662577718496, -0.009539316408336163, -0.016406094655394554, 0.014758939854800701, 0.010090184397995472, -0.0060377479530870914, 0.014257158152759075, -0.007548549212515354, 0.01572977937757969, 0.019024087116122246], "max": [0.7153500914573669, -0.5991669297218323, 1.3987993001937866, 1.2633159160614014, -0.10000620037317276, 0.6506780982017517, 0.18636272847652435, -0.5203803181648254, 1.7066142559051514, -1.145952582359314, 0.9966763854026794, 1.441298007965088, 1.0030461549758911, 0.8845655918121338, 0.010341075249016285, 0.09444957971572876, 0.5729916095733643, 0.6438847184181213, 0.6851835250854492, 0.6441410183906555, 1.1328823566436768, 1.0408271551132202, 0.9822276830673218, 1.0076713562011719, 1.1827878952026367, 1.0422016382217407, 0.05144358053803444, 0.1659153699874878, 0.4363159239292145, 0.8437303304672241, 0.7309984564781189, 0.483957976102829, 1.104493498802185, 0.9137235283851624, 1.0738683938980103, 1.3351877927780151], "count": [661]}, "timestamp": {"min": [0.0], "max": [22.0], "mean": [11.0], "std": [6.3604681868204915], "count": [661]}, "frame_index": {"min": [0], "max": [660], "mean": [330.0], "std": [190.81404560461476], "count": [661]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [661]}, "index": {"min": [3105], "max": [3765], "mean": [3435.0], "std": [190.81404560461476], "count": [661]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [661]}, "subtask_annotation": {"mean": [2.2057488653555217, 5.0, 5.0, 5.0, 5.0], "std": [1.42062724758056, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [661]}, "scene_annotation": {"mean": [5.0], "std": [0.0], "min": [5], "max": [5], "count": [661]}, "eef_direction_state": {"mean": [4.645990922844176, 4.597579425113464], "std": [1.7347397647355662, 1.9090342296525626], "min": [0, 0], "max": [6, 6], "count": [661]}, "eef_velocity_state": {"mean": [0.5521936459909228, 0.583963691376702], "std": [0.6265064377245471, 0.7447141164043068], "min": [0, 0], "max": [2, 2], "count": [661]}, "eef_acc_mag_state": {"mean": [0.3146747352496218, 0.3555219364599092], "std": [0.662991495608911, 0.6973608612835295], "min": [0, 0], "max": [2, 2], "count": [661]}, "eef_direction_action": {"mean": [4.645990922844176, 4.597579425113464], "std": [1.7347397647355662, 1.9090342296525626], "min": [0, 0], "max": [6, 6], "count": [661]}, "eef_velocity_action": {"mean": [0.5521936459909228, 0.583963691376702], "std": [0.6265064377245471, 0.7447141164043068], "min": [0, 0], "max": [2, 2], "count": [661]}, "eef_acc_mag_action": {"mean": [0.3146747352496218, 0.3555219364599092], "std": [0.662991495608911, 0.6973608612835295], "min": [0, 0], "max": [2, 2], "count": [661]}, "eef_sim_pose_state": {"mean": [0.6511499480434851, 0.14840109473003396, 1.2346610093127983, -1.7698140900933255, 1.266277885510927, -2.6873628400169007, 0.6377832676478431, -0.19574076695392248, 1.2143967980568724, 1.9029810459749872, 0.4556031480123186, 2.224750065386159], "std": [0.018198278180825384, 0.06535615806631194, 0.039551060857078726, 0.2242507884258323, 0.038243552088375404, 0.1317145786938155, 0.02192947385531867, 0.09617002811287764, 0.05569726947529096, 0.14186881478891233, 0.4378939302727513, 1.3359833760353996], "min": [0.6070639490381631, -0.00813092378991176, 1.1494555248888871, -2.0776807899004255, 1.185352880503363, -2.9903408292878395, 0.5791841104116467, -0.2864399514295377, 1.1385157326465973, 1.4087313741944882, 0.024397370324639844, -3.1401048315775344], "max": [0.6835970844035386, 0.21058430079000998, 1.310099233524471, -1.2140009049384506, 1.4023149653374452, -2.315920094716242, 0.6833361920073152, 0.029333201172687895, 1.3611976055101136, 2.1231621256717124, 1.12051612675371, 3.13581183023633], "count": [661]}, "eef_sim_pose_action": {"mean": [0.6511499480434851, 0.14840109473003396, 1.2346610093127983, -1.7698140900933255, 1.266277885510927, -2.6873628400169007, 0.6377832676478431, -0.19574076695392248, 1.2143967980568724, 1.9029810459749872, 0.4556031480123186, 2.224750065386159], "std": [0.018198278180825384, 0.06535615806631194, 0.039551060857078726, 0.2242507884258323, 0.038243552088375404, 0.1317145786938155, 0.02192947385531867, 0.09617002811287764, 0.05569726947529096, 0.14186881478891233, 0.4378939302727513, 1.3359833760353996], "min": [0.6070639490381631, -0.00813092378991176, 1.1494555248888871, -2.0776807899004255, 1.185352880503363, -2.9903408292878395, 0.5791841104116467, -0.2864399514295377, 1.1385157326465973, 1.4087313741944882, 0.024397370324639844, -3.1401048315775344], "max": [0.6835970844035386, 0.21058430079000998, 1.310099233524471, -1.2140009049384506, 1.4023149653374452, -2.315920094716242, 0.6833361920073152, 0.029333201172687895, 1.3611976055101136, 2.1231621256717124, 1.12051612675371, 3.13581183023633], "count": [661]}}} +{"episode_index": 6, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649849485974945]], [[0.45429804432189547]], [[0.45061499693627455]]], "std": [[[0.18961984100281293]], [[0.19110514866776623]], [[0.19020359392618547]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13333333333333333]], [[0.14901960784313725]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5614496612881263]], [[0.5696142803649238]], [[0.5690947201797386]]], "std": [[[0.2784374491909081]], [[0.28179328042851864]], [[0.28713096874180644]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5859702801606753]], [[0.5997037411492374]], [[0.587165240332244]]], "std": [[[0.2842374833392167]], [[0.2877995260741054]], [[0.2972903346117863]]], "count": [120]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45392803989651415]], [[0.4759643212145969]], [[0.4731932138480392]]], "std": [[[0.3220173152728453]], [[0.32302435559715714]], [[0.3320067398679188]]], "count": [120]}, "observation.state": {"mean": [0.2478610724210739, -0.8932622671127319, 1.2701107263565063, 1.2998796701431274, -0.4931419789791107, -0.13956613838672638, -0.25724828243255615, -0.7172371745109558, 1.268195629119873, -1.6269117593765259, 0.8362115025520325, 0.6074183583259583, 0.4860932230949402, 0.8111370205879211, -0.0313253328204155, 0.009247435256838799, 0.17868399620056152, 0.21335537731647491, 0.19154927134513855, 0.19183385372161865, 0.2665082812309265, 0.17535869777202606, 0.30106568336486816, 0.2610641419887543, 0.4962220788002014, 0.8751614093780518, 0.014687547460198402, 0.013086291961371899, 0.19843539595603943, 0.16647936403751373, 0.24357178807258606, 0.09799360483884811, 0.307193398475647, 0.083957739174366, 0.3306177854537964, 0.34674614667892456], "std": [0.18084564805030823, 0.12661728262901306, 0.11257384717464447, 0.39673560857772827, 0.10430546849966049, 0.3793872892856598, 0.18393713235855103, 0.3595605194568634, 0.19629570841789246, 0.20024849474430084, 0.19033294916152954, 0.1628987193107605, 0.40949347615242004, 0.042889535427093506, 0.01916184090077877, 0.026510683819651604, 0.23946613073349, 0.33984535932540894, 0.25397157669067383, 0.31163501739501953, 0.3719860017299652, 0.33732542395591736, 0.42403101921081543, 0.39212092757225037, 0.5452020764350891, 0.10001686215400696, 0.005242392420768738, 0.04318614676594734, 0.21248453855514526, 0.2853270471096039, 0.24998560547828674, 0.16120825707912445, 0.33225536346435547, 0.14693841338157654, 0.3415316641330719, 0.5452606081962585], "min": [-0.05378805100917816, -1.1555371284484863, 0.8980411291122437, 0.5311808586120605, -0.6593685746192932, -0.6705029010772705, -0.4738680124282837, -1.4146901369094849, 1.089160442352295, -1.849631905555725, 0.4281228482723236, 0.288943886756897, 0.019285889342427254, 0.7040985226631165, -0.044287726283073425, -0.004128794185817242, 0.016280649229884148, -0.009522952139377594, 0.01277362834662199, -0.008759371004998684, 0.01745329238474369, -0.05520694702863693, 0.015042556449770927, -0.0135372094810009, 0.01486256904900074, 0.7044912576675415, 0.004750567954033613, -0.004728751257061958, 0.011247816495597363, 0.008819366805255413, 0.01048288308084011, 0.001636246219277382, 0.01460077054798603, 0.0013962633674964309, 0.014366241171956062, 0.015849770978093147], "max": [0.6033512353897095, -0.7189145088195801, 1.3645738363265991, 1.8794108629226685, -0.06618601083755493, 0.6368734240531921, 0.18234531581401825, -0.42620354890823364, 1.7507939338684082, -1.000598430633545, 1.0693594217300415, 0.7768153548240662, 1.0606801509857178, 0.8831421136856079, 0.01889318786561489, 0.16778068244457245, 0.5741478800773621, 0.8227154612541199, 0.6126487255096436, 0.7833419442176819, 0.896084725856781, 0.8033859729766846, 1.0685505867004395, 1.010567545890808, 1.2020845413208008, 0.9995064735412598, 0.039095375686883926, 0.16580627858638763, 0.5930301547050476, 0.7288931608200073, 0.7130979299545288, 0.4864014685153961, 0.9241300225257874, 0.37570396065711975, 0.9898689389228821, 1.4567281007766724], "count": [594]}, "action": {"mean": [0.2478610724210739, -0.8932622671127319, 1.2701107263565063, 1.2998796701431274, -0.4931419789791107, -0.13956613838672638, -0.25724828243255615, -0.7172371745109558, 1.268195629119873, -1.6269117593765259, 0.8362115025520325, 0.6074183583259583, 0.4860932230949402, 0.8111370205879211, -0.0313253328204155, 0.009247435256838799, 0.17868399620056152, 0.21335537731647491, 0.19154927134513855, 0.19183385372161865, 0.2665082812309265, 0.17535869777202606, 0.30106568336486816, 0.2610641419887543, 0.4962220788002014, 0.8751614093780518, 0.014687547460198402, 0.013086291961371899, 0.19843539595603943, 0.16647936403751373, 0.24357178807258606, 0.09799360483884811, 0.307193398475647, 0.083957739174366, 0.3306177854537964, 0.34674614667892456], "std": [0.18084564805030823, 0.12661728262901306, 0.11257384717464447, 0.39673560857772827, 0.10430546849966049, 0.3793872892856598, 0.18393713235855103, 0.3595605194568634, 0.19629570841789246, 0.20024849474430084, 0.19033294916152954, 0.1628987193107605, 0.40949347615242004, 0.042889535427093506, 0.01916184090077877, 0.026510683819651604, 0.23946613073349, 0.33984535932540894, 0.25397157669067383, 0.31163501739501953, 0.3719860017299652, 0.33732542395591736, 0.42403101921081543, 0.39212092757225037, 0.5452020764350891, 0.10001686215400696, 0.005242392420768738, 0.04318614676594734, 0.21248453855514526, 0.2853270471096039, 0.24998560547828674, 0.16120825707912445, 0.33225536346435547, 0.14693841338157654, 0.3415316641330719, 0.5452606081962585], "min": [-0.05378805100917816, -1.1555371284484863, 0.8980411291122437, 0.5311808586120605, -0.6593685746192932, -0.6705029010772705, -0.4738680124282837, -1.4146901369094849, 1.089160442352295, -1.849631905555725, 0.4281228482723236, 0.288943886756897, 0.019285889342427254, 0.7040985226631165, -0.044287726283073425, -0.004128794185817242, 0.016280649229884148, -0.009522952139377594, 0.01277362834662199, -0.008759371004998684, 0.01745329238474369, -0.05520694702863693, 0.015042556449770927, -0.0135372094810009, 0.01486256904900074, 0.7044912576675415, 0.004750567954033613, -0.004728751257061958, 0.011247816495597363, 0.008819366805255413, 0.01048288308084011, 0.001636246219277382, 0.01460077054798603, 0.0013962633674964309, 0.014366241171956062, 0.015849770978093147], "max": [0.6033512353897095, -0.7189145088195801, 1.3645738363265991, 1.8794108629226685, -0.06618601083755493, 0.6368734240531921, 0.18234531581401825, -0.42620354890823364, 1.7507939338684082, -1.000598430633545, 1.0693594217300415, 0.7768153548240662, 1.0606801509857178, 0.8831421136856079, 0.01889318786561489, 0.16778068244457245, 0.5741478800773621, 0.8227154612541199, 0.6126487255096436, 0.7833419442176819, 0.896084725856781, 0.8033859729766846, 1.0685505867004395, 1.010567545890808, 1.2020845413208008, 0.9995064735412598, 0.039095375686883926, 0.16580627858638763, 0.5930301547050476, 0.7288931608200073, 0.7130979299545288, 0.4864014685153961, 0.9241300225257874, 0.37570396065711975, 0.9898689389228821, 1.4567281007766724], "count": [594]}, "timestamp": {"min": [0.0], "max": [19.766666666666666], "mean": [9.883333333333333], "std": [5.715759565220305], "count": [594]}, "frame_index": {"min": [0], "max": [593], "mean": [296.5], "std": [171.47278695660916], "count": [594]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [594]}, "index": {"min": [3766], "max": [4359], "mean": [4062.5], "std": [171.47278695660916], "count": [594]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [594]}, "subtask_annotation": {"mean": [2.074074074074074, 5.0, 5.0, 5.0, 5.0], "std": [1.4956394197714564, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [594]}, "scene_annotation": {"mean": [6.0], "std": [0.0], "min": [6], "max": [6], "count": [594]}, "eef_direction_state": {"mean": [4.723905723905724, 4.67003367003367], "std": [1.5584679835525794, 1.8364650017275121], "min": [0, 0], "max": [6, 6], "count": [594]}, "eef_velocity_state": {"mean": [0.6212121212121212, 0.6077441077441077], "std": [0.651045167575525, 0.758347904293777], "min": [0, 0], "max": [2, 2], "count": [594]}, "eef_acc_mag_state": {"mean": [0.3468013468013468, 0.33164983164983164], "std": [0.6723982437866293, 0.6611705047146956], "min": [0, 0], "max": [2, 2], "count": [594]}, "eef_direction_action": {"mean": [4.723905723905724, 4.67003367003367], "std": [1.5584679835525794, 1.8364650017275121], "min": [0, 0], "max": [6, 6], "count": [594]}, "eef_velocity_action": {"mean": [0.6212121212121212, 0.6077441077441077], "std": [0.651045167575525, 0.758347904293777], "min": [0, 0], "max": [2, 2], "count": [594]}, "eef_acc_mag_action": {"mean": [0.3468013468013468, 0.33164983164983164], "std": [0.6723982437866293, 0.6611705047146956], "min": [0, 0], "max": [2, 2], "count": [594]}, "eef_sim_pose_state": {"mean": [0.6753769888862953, 0.13886402777851642, 1.2366992774179117, -1.9132560562379217, 1.1591110887245806, -2.740503059748307, 0.5949476132884195, -0.1718658995702378, 1.221196888150262, 2.0622629906340495, 0.8634195484612119, 2.3674272922458752], "std": [0.02410917723950505, 0.07724781800961401, 0.03896687240817112, 0.060229230498952624, 0.0313328471833715, 0.14641206837843027, 0.05310468185662792, 0.10751690444081795, 0.05595547091099071, 0.2159664852467129, 0.12789144872873565, 1.8279671849795909], "min": [0.6305704534608184, -0.022882933478126505, 1.1468410927066448, -2.0469699110444712, 1.0826244420084512, -3.0868908952571603, 0.5416787646356904, -0.26916453794442424, 1.1538805646053094, 1.5640588511798355, 0.6443449893054658, -3.1395280006858743], "max": [0.7071072628468317, 0.21328700030282355, 1.300176551485639, -1.7633746182570222, 1.2228953545859436, -2.4400501522831775, 0.6889550250369596, 0.0559353701820495, 1.365357682777412, 2.3167600454760415, 1.1073140171568938, 3.140801664333375], "count": [594]}, "eef_sim_pose_action": {"mean": [0.6753769888862953, 0.13886402777851642, 1.2366992774179117, -1.9132560562379217, 1.1591110887245806, -2.740503059748307, 0.5949476132884195, -0.1718658995702378, 1.221196888150262, 2.0622629906340495, 0.8634195484612119, 2.3674272922458752], "std": [0.02410917723950505, 0.07724781800961401, 0.03896687240817112, 0.060229230498952624, 0.0313328471833715, 0.14641206837843027, 0.05310468185662792, 0.10751690444081795, 0.05595547091099071, 0.2159664852467129, 0.12789144872873565, 1.8279671849795909], "min": [0.6305704534608184, -0.022882933478126505, 1.1468410927066448, -2.0469699110444712, 1.0826244420084512, -3.0868908952571603, 0.5416787646356904, -0.26916453794442424, 1.1538805646053094, 1.5640588511798355, 0.6443449893054658, -3.1395280006858743], "max": [0.7071072628468317, 0.21328700030282355, 1.300176551485639, -1.7633746182570222, 1.2228953545859436, -2.4400501522831775, 0.6889550250369596, 0.0559353701820495, 1.365357682777412, 2.3167600454760415, 1.1073140171568938, 3.140801664333375], "count": [594]}}} +{"episode_index": 7, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634782715260017]], [[0.45380617007672636]], [[0.45233243641659565]]], "std": [[[0.1897653690236747]], [[0.19043323065428142]], [[0.18932720760300437]]], "count": [115]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13333333333333333]], [[0.1568627450980392]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.567061091574311]], [[0.5763636100454674]], [[0.5763616172918442]]], "std": [[[0.27916954585269377]], [[0.2825771600468903]], [[0.289678495568483]]], "count": [115]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.09803921568627451]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5589127237851662]], [[0.5852122762148337]], [[0.5710346440750212]]], "std": [[[0.28631484833485626]], [[0.2814824323848813]], [[0.29004951880745533]]], "count": [115]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43323547705314014]], [[0.4569140469593635]], [[0.4507837276214834]]], "std": [[[0.32669343345052426]], [[0.32610439957791576]], [[0.33247873431114]]], "count": [115]}, "observation.state": {"mean": [0.19383865594863892, -0.8630688786506653, 1.2487905025482178, 1.4904861450195312, -0.49461647868156433, -0.2960949242115021, -0.14400780200958252, -0.7834421396255493, 1.2495224475860596, -1.5468958616256714, 0.7336582541465759, 0.7136020064353943, 0.5645098686218262, 0.8450067639350891, -0.032335855066776276, 0.0068410588428378105, 0.19085979461669922, 0.17125853896141052, 0.1881246566772461, 0.11922900378704071, 0.21410667896270752, 0.17133620381355286, 0.24775689840316772, 0.33834412693977356, 0.49520429968833923, 0.8870411515235901, 0.015203270129859447, 0.013666232116520405, 0.17856763303279877, 0.1780581921339035, 0.2422397881746292, 0.09899929165840149, 0.3134656548500061, 0.18244735896587372, 0.32871103286743164, 0.3930891156196594], "std": [0.14907121658325195, 0.1504276841878891, 0.06555117666721344, 0.31233707070350647, 0.050115372985601425, 0.2833240032196045, 0.12450022995471954, 0.3315597474575043, 0.2379339188337326, 0.07805812358856201, 0.18482021987438202, 0.1283549815416336, 0.3454532325267792, 0.03164663538336754, 0.015600865706801414, 0.014512171037495136, 0.288912296295166, 0.30732131004333496, 0.2822505235671997, 0.21790510416030884, 0.31637975573539734, 0.27742576599121094, 0.34426066279411316, 0.58103346824646, 0.49917498230934143, 0.0845879390835762, 0.006029149983078241, 0.05188506096601486, 0.192635178565979, 0.28698331117630005, 0.2702511250972748, 0.156359001994133, 0.3700399100780487, 0.310194194316864, 0.34018152952194214, 0.555348813533783], "min": [-0.070848748087883, -1.1942092180252075, 1.0685487985610962, 0.8231527209281921, -0.6066533923149109, -0.7315270900726318, -0.3853975832462311, -1.4117099046707153, 1.0142343044281006, -1.6709582805633545, 0.41342413425445557, 0.5265793204307556, 0.01777508668601513, 0.747322678565979, -0.04469133913516998, -0.001478075748309493, 0.01632973738014698, -0.01272999495267868, 0.016438819468021393, -0.01006836723536253, 0.014884386211633682, 0.008486663922667503, 0.015887951478362083, -0.0008944811997935176, 0.020703967660665512, 0.7124707102775574, 0.004008803516626358, -0.009326603263616562, -0.0013962633674964309, 0.005448699463158846, 0.010897398926317692, -0.010815586894750595, 0.013837187550961971, 0.005841398611664772, 0.01486256904900074, 0.014180799946188927], "max": [0.5409204363822937, -0.7070649266242981, 1.3341153860092163, 2.011747121810913, -0.3865897059440613, 0.284640371799469, 0.12386034429073334, -0.4886934757232666, 1.746645450592041, -1.2951929569244385, 1.073388695716858, 0.8531700372695923, 1.0395780801773071, 0.9052859544754028, 0.021816615015268326, 0.09998009353876114, 0.7853054404258728, 0.8405505418777466, 0.7609689831733704, 0.6318582892417908, 0.8188102841377258, 0.7657195925712585, 0.945357620716095, 1.5584590435028076, 1.13186776638031, 0.9917942881584167, 0.0518362782895565, 0.17075319588184357, 0.5327889919281006, 0.7289640307426453, 0.7412740588188171, 0.4064217507839203, 1.0031170845031738, 0.8023551106452942, 0.9792714715003967, 1.4337060451507568], "count": [565]}, "action": {"mean": [0.19383865594863892, -0.8630688786506653, 1.2487905025482178, 1.4904861450195312, -0.49461647868156433, -0.2960949242115021, -0.14400780200958252, -0.7834421396255493, 1.2495224475860596, -1.5468958616256714, 0.7336582541465759, 0.7136020064353943, 0.5645098686218262, 0.8450067639350891, -0.032335855066776276, 0.0068410588428378105, 0.19085979461669922, 0.17125853896141052, 0.1881246566772461, 0.11922900378704071, 0.21410667896270752, 0.17133620381355286, 0.24775689840316772, 0.33834412693977356, 0.49520429968833923, 0.8870411515235901, 0.015203270129859447, 0.013666232116520405, 0.17856763303279877, 0.1780581921339035, 0.2422397881746292, 0.09899929165840149, 0.3134656548500061, 0.18244735896587372, 0.32871103286743164, 0.3930891156196594], "std": [0.14907121658325195, 0.1504276841878891, 0.06555117666721344, 0.31233707070350647, 0.050115372985601425, 0.2833240032196045, 0.12450022995471954, 0.3315597474575043, 0.2379339188337326, 0.07805812358856201, 0.18482021987438202, 0.1283549815416336, 0.3454532325267792, 0.03164663538336754, 0.015600865706801414, 0.014512171037495136, 0.288912296295166, 0.30732131004333496, 0.2822505235671997, 0.21790510416030884, 0.31637975573539734, 0.27742576599121094, 0.34426066279411316, 0.58103346824646, 0.49917498230934143, 0.0845879390835762, 0.006029149983078241, 0.05188506096601486, 0.192635178565979, 0.28698331117630005, 0.2702511250972748, 0.156359001994133, 0.3700399100780487, 0.310194194316864, 0.34018152952194214, 0.555348813533783], "min": [-0.070848748087883, -1.1942092180252075, 1.0685487985610962, 0.8231527209281921, -0.6066533923149109, -0.7315270900726318, -0.3853975832462311, -1.4117099046707153, 1.0142343044281006, -1.6709582805633545, 0.41342413425445557, 0.5265793204307556, 0.01777508668601513, 0.747322678565979, -0.04469133913516998, -0.001478075748309493, 0.01632973738014698, -0.01272999495267868, 0.016438819468021393, -0.01006836723536253, 0.014884386211633682, 0.008486663922667503, 0.015887951478362083, -0.0008944811997935176, 0.020703967660665512, 0.7124707102775574, 0.004008803516626358, -0.009326603263616562, -0.0013962633674964309, 0.005448699463158846, 0.010897398926317692, -0.010815586894750595, 0.013837187550961971, 0.005841398611664772, 0.01486256904900074, 0.014180799946188927], "max": [0.5409204363822937, -0.7070649266242981, 1.3341153860092163, 2.011747121810913, -0.3865897059440613, 0.284640371799469, 0.12386034429073334, -0.4886934757232666, 1.746645450592041, -1.2951929569244385, 1.073388695716858, 0.8531700372695923, 1.0395780801773071, 0.9052859544754028, 0.021816615015268326, 0.09998009353876114, 0.7853054404258728, 0.8405505418777466, 0.7609689831733704, 0.6318582892417908, 0.8188102841377258, 0.7657195925712585, 0.945357620716095, 1.5584590435028076, 1.13186776638031, 0.9917942881584167, 0.0518362782895565, 0.17075319588184357, 0.5327889919281006, 0.7289640307426453, 0.7412740588188171, 0.4064217507839203, 1.0031170845031738, 0.8023551106452942, 0.9792714715003967, 1.4337060451507568], "count": [565]}, "timestamp": {"min": [0.0], "max": [18.8], "mean": [9.4], "std": [5.436706519371611], "count": [565]}, "frame_index": {"min": [0], "max": [564], "mean": [282.0], "std": [163.10119558114832], "count": [565]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [565]}, "index": {"min": [4360], "max": [4924], "mean": [4642.0], "std": [163.10119558114832], "count": [565]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [565]}, "subtask_annotation": {"mean": [2.079646017699115, 5.0, 5.0, 5.0, 5.0], "std": [1.4263114934916794, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [565]}, "scene_annotation": {"mean": [7.0], "std": [0.0], "min": [7], "max": [7], "count": [565]}, "eef_direction_state": {"mean": [4.789380530973451, 4.734513274336283], "std": [1.6573442254839041, 1.7690440352055592], "min": [0, 0], "max": [6, 6], "count": [565]}, "eef_velocity_state": {"mean": [0.5964601769911504, 0.6601769911504425], "std": [0.7139481654345793, 0.7743155496592071], "min": [0, 0], "max": [2, 2], "count": [565]}, "eef_acc_mag_state": {"mean": [0.40176991150442476, 0.3345132743362832], "std": [0.7161823939441454, 0.6728318060290576], "min": [0, 0], "max": [2, 2], "count": [565]}, "eef_direction_action": {"mean": [4.789380530973451, 4.734513274336283], "std": [1.6573442254839041, 1.7690440352055592], "min": [0, 0], "max": [6, 6], "count": [565]}, "eef_velocity_action": {"mean": [0.5964601769911504, 0.6601769911504425], "std": [0.7139481654345793, 0.7743155496592071], "min": [0, 0], "max": [2, 2], "count": [565]}, "eef_acc_mag_action": {"mean": [0.40176991150442476, 0.3345132743362832], "std": [0.7161823939441454, 0.6728318060290576], "min": [0, 0], "max": [2, 2], "count": [565]}, "eef_sim_pose_state": {"mean": [0.6670724593760998, 0.14016963116074765, 1.2388682308650614, -1.9929483846975444, 1.1543398616695828, -2.233477041899088, 0.6192124864754986, -0.1352152459280344, 1.261513368256658, 1.7619809111595082, 0.8000345456922421, 2.395485462305678], "std": [0.023028183630414166, 0.08085543184738744, 0.03514327452112554, 0.11711808743120024, 0.05087106185775346, 1.7430626425918876, 0.03939402623156578, 0.08248473286063417, 0.04939433354361609, 0.15176845996326227, 0.11289514892498775, 1.3817284530329608], "min": [0.6155306994403221, -0.03245687017366755, 1.145644514426495, -2.228260302281284, 1.0418849863566249, -3.141129560004803, 0.5132366379892596, -0.2030825159082551, 1.1488652284319816, 1.476705475090549, 0.6831730549306334, -3.1400076521128044], "max": [0.7022684342882706, 0.21997784924273964, 1.2959862114131293, -1.6555100707065047, 1.2240689654743178, 3.135372857041779, 0.6840944696078949, 0.04240635638950499, 1.3567680911150528, 2.0895557611948696, 1.0293324999498035, 3.1403704257192806], "count": [565]}, "eef_sim_pose_action": {"mean": [0.6670724593760998, 0.14016963116074765, 1.2388682308650614, -1.9929483846975444, 1.1543398616695828, -2.233477041899088, 0.6192124864754986, -0.1352152459280344, 1.261513368256658, 1.7619809111595082, 0.8000345456922421, 2.395485462305678], "std": [0.023028183630414166, 0.08085543184738744, 0.03514327452112554, 0.11711808743120024, 0.05087106185775346, 1.7430626425918876, 0.03939402623156578, 0.08248473286063417, 0.04939433354361609, 0.15176845996326227, 0.11289514892498775, 1.3817284530329608], "min": [0.6155306994403221, -0.03245687017366755, 1.145644514426495, -2.228260302281284, 1.0418849863566249, -3.141129560004803, 0.5132366379892596, -0.2030825159082551, 1.1488652284319816, 1.476705475090549, 0.6831730549306334, -3.1400076521128044], "max": [0.7022684342882706, 0.21997784924273964, 1.2959862114131293, -1.6555100707065047, 1.2240689654743178, 3.135372857041779, 0.6840944696078949, 0.04240635638950499, 1.3567680911150528, 2.0895557611948696, 1.0293324999498035, 3.1403704257192806], "count": [565]}}} +{"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.46352680524132733]], [[0.452085016025641]], [[0.4493496512066365]]], "std": [[[0.18995271588913995]], [[0.19154250205431397]], [[0.19078724846924972]]], "count": [130]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1411764705882353]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5862872941804927]], [[0.593967626633987]], [[0.5928376712543991]]], "std": [[[0.2799900874576194]], [[0.28184159978394296]], [[0.28923237405947266]]], "count": [130]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.027450980392156862]], [[0.10980392156862745]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6069009819632981]], [[0.6174467760180996]], [[0.6040190375188538]]], "std": [[[0.27658295397475063]], [[0.27751948665793774]], [[0.2877959214550012]]], "count": [130]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4559304974233283]], [[0.4756694648692811]], [[0.47099566836349926]]], "std": [[[0.33211933033792823]], [[0.3301463769222158]], [[0.33745319563497206]]], "count": [130]}, "observation.state": {"mean": [0.28451529145240784, -0.9233081936836243, 1.2760921716690063, 1.0755586624145508, -0.5716135501861572, 0.013526860624551773, -0.4571165442466736, -0.6949651837348938, 1.1407344341278076, -1.03825044631958, 0.7302799224853516, 0.15857967734336853, 0.7577820420265198, 0.875490665435791, -0.01669972576200962, 0.035401493310928345, 0.22772131860256195, 0.3008786737918854, 0.22799599170684814, 0.3026288151741028, 0.3099544048309326, 0.28341078758239746, 0.4023703634738922, 0.47885558009147644, 0.4357803165912628, 0.9314333200454712, 0.01308121345937252, 0.010600990615785122, 0.22651518881320953, 0.02129879593849182, 0.25140973925590515, 0.05573973059654236, 0.28051573038101196, 0.10317160189151764, 0.3386242985725403, 0.30220329761505127], "std": [0.1617242991924286, 0.0960565060377121, 0.1228061318397522, 0.2727595567703247, 0.10235638171434402, 0.3024558126926422, 0.19421999156475067, 0.3012949526309967, 0.26981303095817566, 0.18136939406394958, 0.14923985302448273, 0.18706321716308594, 0.3232943117618561, 0.049656033515930176, 0.024058496579527855, 0.04126577824354172, 0.250572144985199, 0.37679633498191833, 0.25319573283195496, 0.3759166896343231, 0.32993075251579285, 0.3934491276741028, 0.445945143699646, 0.4000648558139801, 0.5640307664871216, 0.11052197962999344, 0.0056158434599637985, 0.040784385055303574, 0.22415269911289215, 0.017799802124500275, 0.20910011231899261, 0.08238888531923294, 0.23438116908073425, 0.1898311823606491, 0.32098427414894104, 0.4905039966106415], "min": [-0.035846780985593796, -1.1259846687316895, 0.9580639004707336, 0.5603876113891602, -0.6691558361053467, -0.659296989440918, -0.737811803817749, -1.3648003339767456, 0.8851901888847351, -1.5086761713027954, 0.509985089302063, -0.18526598811149597, 0.03131775185465813, 0.6926829814910889, -0.04773475602269173, -0.0013344496255740523, 0.01538071408867836, -0.009512043558061123, 0.01140463538467884, -0.004690572619438171, 0.014911657199263573, -0.05821763724088669, 0.012653637677431107, -0.016024304553866386, 0.027254408225417137, 0.6310455799102783, -0.00027270769351162016, -0.005105087999254465, 0.015631604939699173, 0.002694352064281702, 0.01114829070866108, -0.010401071049273014, 0.011617348529398441, 0.00851393397897482, 0.01438805740326643, 0.01727875880897045], "max": [0.5964370369911194, -0.768172562122345, 1.4227368831634521, 1.6873974800109863, -0.1996428370475769, 0.31843671202659607, 0.059939347207546234, -0.45204854011535645, 1.7661125659942627, -0.7226100564002991, 1.1091163158416748, 0.6060215830802917, 1.0906561613082886, 0.946306586265564, 0.02310379594564438, 0.16849517822265625, 0.5449463129043579, 0.7842146754264832, 0.549058735370636, 0.807149350643158, 0.7249770164489746, 0.7985862493515015, 1.00365149974823, 1.4396347999572754, 1.3355531692504883, 1.0208593606948853, 0.03545200079679489, 0.16533176600933075, 0.7054184079170227, 0.2001456320285797, 0.6901141405105591, 0.2765747010707855, 0.7780077457427979, 0.5227097272872925, 1.101144552230835, 1.4074498414993286], "count": [664]}, "action": {"mean": [0.28451529145240784, -0.9233081936836243, 1.2760921716690063, 1.0755586624145508, -0.5716135501861572, 0.013526860624551773, -0.4571165442466736, -0.6949651837348938, 1.1407344341278076, -1.03825044631958, 0.7302799224853516, 0.15857967734336853, 0.7577820420265198, 0.875490665435791, -0.01669972576200962, 0.035401493310928345, 0.22772131860256195, 0.3008786737918854, 0.22799599170684814, 0.3026288151741028, 0.3099544048309326, 0.28341078758239746, 0.4023703634738922, 0.47885558009147644, 0.4357803165912628, 0.9314333200454712, 0.01308121345937252, 0.010600990615785122, 0.22651518881320953, 0.02129879593849182, 0.25140973925590515, 0.05573973059654236, 0.28051573038101196, 0.10317160189151764, 0.3386242985725403, 0.30220329761505127], "std": [0.1617242991924286, 0.0960565060377121, 0.1228061318397522, 0.2727595567703247, 0.10235638171434402, 0.3024558126926422, 0.19421999156475067, 0.3012949526309967, 0.26981303095817566, 0.18136939406394958, 0.14923985302448273, 0.18706321716308594, 0.3232943117618561, 0.049656033515930176, 0.024058496579527855, 0.04126577824354172, 0.250572144985199, 0.37679633498191833, 0.25319573283195496, 0.3759166896343231, 0.32993075251579285, 0.3934491276741028, 0.445945143699646, 0.4000648558139801, 0.5640307664871216, 0.11052197962999344, 0.0056158434599637985, 0.040784385055303574, 0.22415269911289215, 0.017799802124500275, 0.20910011231899261, 0.08238888531923294, 0.23438116908073425, 0.1898311823606491, 0.32098427414894104, 0.4905039966106415], "min": [-0.035846780985593796, -1.1259846687316895, 0.9580639004707336, 0.5603876113891602, -0.6691558361053467, -0.659296989440918, -0.737811803817749, -1.3648003339767456, 0.8851901888847351, -1.5086761713027954, 0.509985089302063, -0.18526598811149597, 0.03131775185465813, 0.6926829814910889, -0.04773475602269173, -0.0013344496255740523, 0.01538071408867836, -0.009512043558061123, 0.01140463538467884, -0.004690572619438171, 0.014911657199263573, -0.05821763724088669, 0.012653637677431107, -0.016024304553866386, 0.027254408225417137, 0.6310455799102783, -0.00027270769351162016, -0.005105087999254465, 0.015631604939699173, 0.002694352064281702, 0.01114829070866108, -0.010401071049273014, 0.011617348529398441, 0.00851393397897482, 0.01438805740326643, 0.01727875880897045], "max": [0.5964370369911194, -0.768172562122345, 1.4227368831634521, 1.6873974800109863, -0.1996428370475769, 0.31843671202659607, 0.059939347207546234, -0.45204854011535645, 1.7661125659942627, -0.7226100564002991, 1.1091163158416748, 0.6060215830802917, 1.0906561613082886, 0.946306586265564, 0.02310379594564438, 0.16849517822265625, 0.5449463129043579, 0.7842146754264832, 0.549058735370636, 0.807149350643158, 0.7249770164489746, 0.7985862493515015, 1.00365149974823, 1.4396347999572754, 1.3355531692504883, 1.0208593606948853, 0.03545200079679489, 0.16533176600933075, 0.7054184079170227, 0.2001456320285797, 0.6901141405105591, 0.2765747010707855, 0.7780077457427979, 0.5227097272872925, 1.101144552230835, 1.4074498414993286], "count": [664]}, "timestamp": {"min": [0.0], "max": [22.1], "mean": [11.049999999999999], "std": [6.389335733165938], "count": [664]}, "frame_index": {"min": [0], "max": [663], "mean": [331.5], "std": [191.68007199497814], "count": [664]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [664]}, "index": {"min": [4925], "max": [5588], "mean": [5256.5], "std": [191.68007199497814], "count": [664]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [664]}, "subtask_annotation": {"mean": [1.7183734939759037, 5.0, 5.0, 5.0, 5.0], "std": [1.5888996739112529, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [664]}, "scene_annotation": {"mean": [8.0], "std": [0.0], "min": [8], "max": [8], "count": [664]}, "eef_direction_state": {"mean": [4.47289156626506, 4.855421686746988], "std": [1.7387816189397236, 1.6764314517873158], "min": [0, 0], "max": [6, 6], "count": [664]}, "eef_velocity_state": {"mean": [0.6475903614457831, 0.5707831325301205], "std": [0.6006223486436626, 0.7451380489578074], "min": [0, 0], "max": [2, 2], "count": [664]}, "eef_acc_mag_state": {"mean": [0.40963855421686746, 0.375], "std": [0.7182835057678536, 0.7045730570856966], "min": [0, 0], "max": [2, 2], "count": [664]}, "eef_direction_action": {"mean": [4.47289156626506, 4.855421686746988], "std": [1.7387816189397236, 1.6764314517873158], "min": [0, 0], "max": [6, 6], "count": [664]}, "eef_velocity_action": {"mean": [0.6475903614457831, 0.5707831325301205], "std": [0.6006223486436626, 0.7451380489578074], "min": [0, 0], "max": [2, 2], "count": [664]}, "eef_acc_mag_action": {"mean": [0.40963855421686746, 0.375], "std": [0.7182835057678536, 0.7045730570856966], "min": [0, 0], "max": [2, 2], "count": [664]}, "eef_sim_pose_state": {"mean": [0.6665282621374053, 0.11639762773447423, 1.2491449123302014, -1.669413901875361, 1.1171784436413101, -2.5956948443890133, 0.6045061342225042, -0.15407006629773198, 1.2341199398307392, 1.7779304241940554, 0.9073158223534588, 2.720158626765965], "std": [0.0248634347831468, 0.06643501801135018, 0.041521474745743504, 0.16148203101689892, 0.17875829454385217, 0.17737925383260583, 0.045166216774953936, 0.06856426627350438, 0.04559151043101152, 0.1783428752012694, 0.04196026961817275, 0.11153563232247499], "min": [0.6173517553855673, -0.004619288298023938, 1.1497570981089544, -1.9672365888539325, 0.3374825082580126, -2.869266334887929, 0.5411806656612238, -0.23224563559852548, 1.1544325671148805, 1.2747625309977444, 0.7884643921640477, 2.48538389394898], "max": [0.7059425590065946, 0.20332095411982035, 1.313217795020639, -1.1661647011967269, 1.4079277488692448, -2.138554812590192, 0.6950643551487684, 0.03068885249278716, 1.3671871563844702, 1.9153541108490804, 1.022023025200581, 3.032534899127229], "count": [664]}, "eef_sim_pose_action": {"mean": [0.6665282621374053, 0.11639762773447423, 1.2491449123302014, -1.669413901875361, 1.1171784436413101, -2.5956948443890133, 0.6045061342225042, -0.15407006629773198, 1.2341199398307392, 1.7779304241940554, 0.9073158223534588, 2.720158626765965], "std": [0.0248634347831468, 0.06643501801135018, 0.041521474745743504, 0.16148203101689892, 0.17875829454385217, 0.17737925383260583, 0.045166216774953936, 0.06856426627350438, 0.04559151043101152, 0.1783428752012694, 0.04196026961817275, 0.11153563232247499], "min": [0.6173517553855673, -0.004619288298023938, 1.1497570981089544, -1.9672365888539325, 0.3374825082580126, -2.869266334887929, 0.5411806656612238, -0.23224563559852548, 1.1544325671148805, 1.2747625309977444, 0.7884643921640477, 2.48538389394898], "max": [0.7059425590065946, 0.20332095411982035, 1.313217795020639, -1.1661647011967269, 1.4079277488692448, -2.138554812590192, 0.6950643551487684, 0.03068885249278716, 1.3671871563844702, 1.9153541108490804, 1.022023025200581, 3.032534899127229], "count": [664]}}} +{"episode_index": 9, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682714936431193]], [[0.4586488620847882]], [[0.454149565762378]]], "std": [[[0.19505229040552344]], [[0.1956471198015429]], [[0.19415464833245147]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.1568627450980392]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6240208850949055]], [[0.633907447510968]], [[0.6349544512154176]]], "std": [[[0.2769659366278287]], [[0.27683733282669215]], [[0.2862532788475874]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.10980392156862745]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5966246376689945]], [[0.6033207300899812]], [[0.5931479177858359]]], "std": [[[0.2692770858323711]], [[0.27142724070961777]], [[0.2792950159056888]]], "count": [146]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4391067379577402]], [[0.46282233749664253]], [[0.45940836802757634]]], "std": [[[0.31958741638117044]], [[0.31831428550566787]], [[0.3270442349241679]]], "count": [146]}, "observation.state": {"mean": [0.4133613407611847, -0.972689688205719, 1.2849249839782715, 0.7711020112037659, -0.7109814286231995, 0.4967997670173645, -0.2391427755355835, -0.6142047047615051, 1.1658762693405151, -1.6640105247497559, 0.8500390648841858, 0.6773557066917419, 0.6081538796424866, 0.8879610300064087, -0.03541860729455948, 0.009122194722294807, 0.29712170362472534, 0.3565976619720459, 0.34066757559776306, 0.26378804445266724, 0.5237117409706116, 0.24949145317077637, 0.5495777726173401, 0.2514522075653076, 0.31672972440719604, 0.9456980228424072, 0.015067475847899914, 0.008901570923626423, 0.10896778851747513, 0.1132492646574974, 0.14320208132266998, 0.08541199564933777, 0.17484474182128906, 0.08911404013633728, 0.20538228750228882, 0.21901287138462067], "std": [0.09221389889717102, 0.12049339711666107, 0.12988179922103882, 0.15379507839679718, 0.08352974057197571, 0.0015303114196285605, 0.1460959017276764, 0.27234217524528503, 0.15101942420005798, 0.173604354262352, 0.184587761759758, 0.1432567536830902, 0.38115885853767395, 0.0445474348962307, 0.015629267320036888, 0.02904713898897171, 0.27930694818496704, 0.37101981043815613, 0.2944800555706024, 0.2717430889606476, 0.480252206325531, 0.3030543625354767, 0.513861358165741, 0.26935213804244995, 0.46156102418899536, 0.0861748680472374, 0.003790722694247961, 0.041549503803253174, 0.16465096175670624, 0.25305190682411194, 0.19087941944599152, 0.19841746985912323, 0.2450082153081894, 0.22458139061927795, 0.28795531392097473, 0.4742763936519623], "min": [0.24758955836296082, -1.187974452972412, 0.9866865277290344, 0.26494669914245605, -0.8325942158699036, 0.49266374111175537, -0.6704432964324951, -1.2937147617340088, 1.0188496112823486, -1.8438620567321777, 0.3598029613494873, -0.017893588170409203, 0.020954858511686325, 0.7277259230613708, -0.04413501173257828, -0.00465239305049181, 0.011770064011216164, -0.0050396379083395, 0.016286103054881096, -0.007075370755046606, 0.018325956538319588, -0.05564873293042183, 0.015173455700278282, -0.008235772140324116, 0.012784536927938461, 0.7096781134605408, 0.0049687339924275875, -0.007903069257736206, 0.00934841949492693, 0.007079491391777992, 0.010144726373255253, -0.0019744038581848145, 0.014840752817690372, -0.006135923322290182, 0.013886275701224804, 0.010588331148028374], "max": [0.6110284924507141, -0.5951495170593262, 1.4482122659683228, 1.0328211784362793, -0.5573953986167908, 0.5007224082946777, 0.19147688150405884, -0.4054250717163086, 1.6243705749511719, -0.7481808662414551, 1.0660452842712402, 0.9047050476074219, 0.9765171408653259, 0.9904525279998779, 0.01470439787954092, 0.15740688145160675, 0.6122996807098389, 0.8269969820976257, 0.6708390712738037, 0.7022059559822083, 1.0642307996749878, 0.9389817118644714, 1.1941105127334595, 0.839263379573822, 1.1172069311141968, 1.0322641134262085, 0.037459127604961395, 0.1656644642353058, 0.5226007103919983, 0.7807402610778809, 0.6212390661239624, 0.6070473194122314, 0.7862381339073181, 0.6760532855987549, 0.983083963394165, 1.565920352935791], "count": [770]}, "action": {"mean": [0.4133613407611847, -0.972689688205719, 1.2849249839782715, 0.7711020112037659, -0.7109814286231995, 0.4967997670173645, -0.2391427755355835, -0.6142047047615051, 1.1658762693405151, -1.6640105247497559, 0.8500390648841858, 0.6773557066917419, 0.6081538796424866, 0.8879610300064087, -0.03541860729455948, 0.009122194722294807, 0.29712170362472534, 0.3565976619720459, 0.34066757559776306, 0.26378804445266724, 0.5237117409706116, 0.24949145317077637, 0.5495777726173401, 0.2514522075653076, 0.31672972440719604, 0.9456980228424072, 0.015067475847899914, 0.008901570923626423, 0.10896778851747513, 0.1132492646574974, 0.14320208132266998, 0.08541199564933777, 0.17484474182128906, 0.08911404013633728, 0.20538228750228882, 0.21901287138462067], "std": [0.09221389889717102, 0.12049339711666107, 0.12988179922103882, 0.15379507839679718, 0.08352974057197571, 0.0015303114196285605, 0.1460959017276764, 0.27234217524528503, 0.15101942420005798, 0.173604354262352, 0.184587761759758, 0.1432567536830902, 0.38115885853767395, 0.0445474348962307, 0.015629267320036888, 0.02904713898897171, 0.27930694818496704, 0.37101981043815613, 0.2944800555706024, 0.2717430889606476, 0.480252206325531, 0.3030543625354767, 0.513861358165741, 0.26935213804244995, 0.46156102418899536, 0.0861748680472374, 0.003790722694247961, 0.041549503803253174, 0.16465096175670624, 0.25305190682411194, 0.19087941944599152, 0.19841746985912323, 0.2450082153081894, 0.22458139061927795, 0.28795531392097473, 0.4742763936519623], "min": [0.24758955836296082, -1.187974452972412, 0.9866865277290344, 0.26494669914245605, -0.8325942158699036, 0.49266374111175537, -0.6704432964324951, -1.2937147617340088, 1.0188496112823486, -1.8438620567321777, 0.3598029613494873, -0.017893588170409203, 0.020954858511686325, 0.7277259230613708, -0.04413501173257828, -0.00465239305049181, 0.011770064011216164, -0.0050396379083395, 0.016286103054881096, -0.007075370755046606, 0.018325956538319588, -0.05564873293042183, 0.015173455700278282, -0.008235772140324116, 0.012784536927938461, 0.7096781134605408, 0.0049687339924275875, -0.007903069257736206, 0.00934841949492693, 0.007079491391777992, 0.010144726373255253, -0.0019744038581848145, 0.014840752817690372, -0.006135923322290182, 0.013886275701224804, 0.010588331148028374], "max": [0.6110284924507141, -0.5951495170593262, 1.4482122659683228, 1.0328211784362793, -0.5573953986167908, 0.5007224082946777, 0.19147688150405884, -0.4054250717163086, 1.6243705749511719, -0.7481808662414551, 1.0660452842712402, 0.9047050476074219, 0.9765171408653259, 0.9904525279998779, 0.01470439787954092, 0.15740688145160675, 0.6122996807098389, 0.8269969820976257, 0.6708390712738037, 0.7022059559822083, 1.0642307996749878, 0.9389817118644714, 1.1941105127334595, 0.839263379573822, 1.1172069311141968, 1.0322641134262085, 0.037459127604961395, 0.1656644642353058, 0.5226007103919983, 0.7807402610778809, 0.6212390661239624, 0.6070473194122314, 0.7862381339073181, 0.6760532855987549, 0.983083963394165, 1.565920352935791], "count": [770]}, "timestamp": {"min": [0.0], "max": [25.633333333333333], "mean": [12.816666666666665], "std": [7.409322206218025], "count": [770]}, "frame_index": {"min": [0], "max": [769], "mean": [384.5], "std": [222.27966618654077], "count": [770]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [770]}, "index": {"min": [5589], "max": [6358], "mean": [5973.5], "std": [222.27966618654077], "count": [770]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [770]}, "subtask_annotation": {"mean": [1.3363636363636364, 5.0, 5.0, 5.0, 5.0], "std": [1.5872388089382747, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [770]}, "scene_annotation": {"mean": [9.0], "std": [0.0], "min": [9], "max": [9], "count": [770]}, "eef_direction_state": {"mean": [4.212987012987013, 4.796103896103896], "std": [1.8308574848145496, 1.9503540510047097], "min": [0, 0], "max": [6, 6], "count": [770]}, "eef_velocity_state": {"mean": [0.712987012987013, 0.5077922077922078], "std": [0.6025596159222978, 0.7211582015255696], "min": [0, 0], "max": [2, 2], "count": [770]}, "eef_acc_mag_state": {"mean": [0.5415584415584416, 0.35974025974025975], "std": [0.7755769782439353, 0.7000481876289166], "min": [0, 0], "max": [2, 2], "count": [770]}, "eef_direction_action": {"mean": [4.212987012987013, 4.796103896103896], "std": [1.8308574848145496, 1.9503540510047097], "min": [0, 0], "max": [6, 6], "count": [770]}, "eef_velocity_action": {"mean": [0.712987012987013, 0.5077922077922078], "std": [0.6025596159222978, 0.7211582015255696], "min": [0, 0], "max": [2, 2], "count": [770]}, "eef_acc_mag_action": {"mean": [0.5415584415584416, 0.35974025974025975], "std": [0.7755769782439353, 0.7000481876289166], "min": [0, 0], "max": [2, 2], "count": [770]}, "eef_sim_pose_state": {"mean": [0.6563063606680173, 0.09774498568967159, 1.2438847313149548, -1.2296995144213216, 1.293900791336319, -2.2269488648497506, 0.5743529223638415, -0.1780761191324865, 1.2218393556714435, 2.0312869343501285, 0.8180414626517425, 2.8282105853494004], "std": [0.03191394961672732, 0.061743237186427075, 0.0329053139294516, 0.36808836649452564, 0.15155846979307355, 0.26718906214338084, 0.0630962149046245, 0.0642586221210618, 0.04419462565041832, 0.15526965438989176, 0.04699415294116561, 1.0132100654101195], "min": [0.5889524702922547, -0.024223706248055282, 1.1537085099433948, -1.880058918496252, 0.8230582278378851, -2.787636208138576, 0.4999860546831252, -0.22447932748703536, 1.135938884127811, 1.5630165883570566, 0.7351193256731952, -3.1392283692691296], "max": [0.6919940712853172, 0.18394964239683115, 1.2985550623868811, -0.29826684035470696, 1.4758660026430483, -1.6622008145476008, 0.718808715584819, 0.025516377811500873, 1.3650700842449557, 2.2196439613192522, 1.0306036193910395, 3.139925203310772], "count": [770]}, "eef_sim_pose_action": {"mean": [0.6563063606680173, 0.09774498568967159, 1.2438847313149548, -1.2296995144213216, 1.293900791336319, -2.2269488648497506, 0.5743529223638415, -0.1780761191324865, 1.2218393556714435, 2.0312869343501285, 0.8180414626517425, 2.8282105853494004], "std": [0.03191394961672732, 0.061743237186427075, 0.0329053139294516, 0.36808836649452564, 0.15155846979307355, 0.26718906214338084, 0.0630962149046245, 0.0642586221210618, 0.04419462565041832, 0.15526965438989176, 0.04699415294116561, 1.0132100654101195], "min": [0.5889524702922547, -0.024223706248055282, 1.1537085099433948, -1.880058918496252, 0.8230582278378851, -2.787636208138576, 0.4999860546831252, -0.22447932748703536, 1.135938884127811, 1.5630165883570566, 0.7351193256731952, -3.1392283692691296], "max": [0.6919940712853172, 0.18394964239683115, 1.2985550623868811, -0.29826684035470696, 1.4758660026430483, -1.6622008145476008, 0.718808715584819, 0.025516377811500873, 1.3650700842449557, 2.2196439613192522, 1.0306036193910395, 3.139925203310772], "count": [770]}}} +{"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.4712731230650155]], [[0.4593187134502924]], [[0.45559539473684213]]], "std": [[[0.18019204638139943]], [[0.18230473289211185]], [[0.1821861801129405]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.1568627450980392]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5729843158754729]], [[0.5713985441033138]], [[0.5644694129113634]]], "std": [[[0.28532348336807284]], [[0.28607890155163496]], [[0.2919187372990822]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.12549019607843137]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5822489590499943]], [[0.6110708688080495]], [[0.6014987583849329]]], "std": [[[0.2976009955025874]], [[0.2925299101891347]], [[0.3000945829492418]]], "count": [114]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.437051979417498]], [[0.4597795353887169]], [[0.45353167103829833]]], "std": [[[0.3370668121752063]], [[0.33713200613400496]], [[0.34465204222604756]]], "count": [114]}, "observation.state": {"mean": [0.20742788910865784, -0.9434266686439514, 1.3252443075180054, 1.1971940994262695, -0.437168687582016, 0.005465607158839703, -0.239761620759964, -0.9402081966400146, 1.3071022033691406, -1.7019455432891846, 0.3630326986312866, 0.9141014814376831, 0.5289790034294128, 0.8777666687965393, -0.03832998871803284, 0.003278506686910987, 0.2360745519399643, 0.1634666919708252, 0.29523658752441406, 0.15104347467422485, 0.36534085869789124, 0.14717316627502441, 0.4645523130893707, 0.08251921087503433, 0.5370729565620422, 0.866061806678772, 0.01231448445469141, -0.0018903441959992051, 0.2470245659351349, 0.20811699330806732, 0.3305598199367523, 0.12610216438770294, 0.4218270778656006, 0.15719924867153168, 0.4812181890010834, 0.14867722988128662], "std": [0.12239782512187958, 0.14178508520126343, 0.10165927559137344, 0.2024679034948349, 0.0893692597746849, 0.18586406111717224, 0.21750874817371368, 0.2874166965484619, 0.28979799151420593, 0.26138460636138916, 0.3680187463760376, 0.20716603100299835, 0.36509478092193604, 0.015050345100462437, 0.013740487396717072, 0.005537125281989574, 0.20371174812316895, 0.3144765794277191, 0.193288192152977, 0.2681759297847748, 0.2826228439807892, 0.26728522777557373, 0.41677042841911316, 0.1481069028377533, 0.5034656524658203, 0.11121146380901337, 0.0048035383224487305, 0.011767806485295296, 0.22677193582057953, 0.3067106008529663, 0.2813032567501068, 0.18908549845218658, 0.38411304354667664, 0.24096012115478516, 0.44793176651000977, 0.2296014428138733], "min": [0.04761291667819023, -1.2624695301055908, 0.9513523578643799, 0.6954299211502075, -0.5769937038421631, -0.27679628133773804, -0.8104876279830933, -1.4547808170318604, 1.0820554494857788, -1.9248422384262085, -0.02670328877866268, 0.48039692640304565, 0.026854800060391426, 0.835898220539093, -0.04762567579746246, -0.007177666295319796, 0.018560484051704407, -0.007288428023457527, 0.05772131308913231, -0.009042986668646336, 0.0773453563451767, 0.002677989425137639, 0.11208831518888474, -0.010995574295520782, 0.01690787635743618, 0.7231662273406982, 0.00366519158706069, -0.010930124670267105, -0.010902853682637215, -0.001194459735415876, 0.008088510483503342, 0.003654283005744219, 0.020327631384134293, -0.0013089969288557768, 0.1245783269405365, 0.013788100332021713], "max": [0.5251726508140564, -0.7937433123588562, 1.4146662950515747, 1.433620810508728, -0.12706711888313293, 0.4200403392314911, 0.16433250904083252, -0.6896243691444397, 1.8240134716033936, -0.5369457006454468, 1.0398188829421997, 1.063565731048584, 1.0286097526550293, 0.912938117980957, 0.005628686398267746, 0.008323038928210735, 0.61238694190979, 0.8350254893302917, 0.6415066719055176, 0.7221081256866455, 0.8900960683822632, 0.7354544401168823, 1.324753999710083, 0.6399523019790649, 1.107291340827942, 0.999375581741333, 0.03615013137459755, 0.046103961765766144, 0.6031694412231445, 0.7201991677284241, 0.7711682915687561, 0.46444302797317505, 1.0511736869812012, 0.7023313641548157, 1.3241159915924072, 0.9644798636436462], "count": [558]}, "action": {"mean": [0.20742788910865784, -0.9434266686439514, 1.3252443075180054, 1.1971940994262695, -0.437168687582016, 0.005465607158839703, -0.239761620759964, -0.9402081966400146, 1.3071022033691406, -1.7019455432891846, 0.3630326986312866, 0.9141014814376831, 0.5289790034294128, 0.8777666687965393, -0.03832998871803284, 0.003278506686910987, 0.2360745519399643, 0.1634666919708252, 0.29523658752441406, 0.15104347467422485, 0.36534085869789124, 0.14717316627502441, 0.4645523130893707, 0.08251921087503433, 0.5370729565620422, 0.866061806678772, 0.01231448445469141, -0.0018903441959992051, 0.2470245659351349, 0.20811699330806732, 0.3305598199367523, 0.12610216438770294, 0.4218270778656006, 0.15719924867153168, 0.4812181890010834, 0.14867722988128662], "std": [0.12239782512187958, 0.14178508520126343, 0.10165927559137344, 0.2024679034948349, 0.0893692597746849, 0.18586406111717224, 0.21750874817371368, 0.2874166965484619, 0.28979799151420593, 0.26138460636138916, 0.3680187463760376, 0.20716603100299835, 0.36509478092193604, 0.015050345100462437, 0.013740487396717072, 0.005537125281989574, 0.20371174812316895, 0.3144765794277191, 0.193288192152977, 0.2681759297847748, 0.2826228439807892, 0.26728522777557373, 0.41677042841911316, 0.1481069028377533, 0.5034656524658203, 0.11121146380901337, 0.0048035383224487305, 0.011767806485295296, 0.22677193582057953, 0.3067106008529663, 0.2813032567501068, 0.18908549845218658, 0.38411304354667664, 0.24096012115478516, 0.44793176651000977, 0.2296014428138733], "min": [0.04761291667819023, -1.2624695301055908, 0.9513523578643799, 0.6954299211502075, -0.5769937038421631, -0.27679628133773804, -0.8104876279830933, -1.4547808170318604, 1.0820554494857788, -1.9248422384262085, -0.02670328877866268, 0.48039692640304565, 0.026854800060391426, 0.835898220539093, -0.04762567579746246, -0.007177666295319796, 0.018560484051704407, -0.007288428023457527, 0.05772131308913231, -0.009042986668646336, 0.0773453563451767, 0.002677989425137639, 0.11208831518888474, -0.010995574295520782, 0.01690787635743618, 0.7231662273406982, 0.00366519158706069, -0.010930124670267105, -0.010902853682637215, -0.001194459735415876, 0.008088510483503342, 0.003654283005744219, 0.020327631384134293, -0.0013089969288557768, 0.1245783269405365, 0.013788100332021713], "max": [0.5251726508140564, -0.7937433123588562, 1.4146662950515747, 1.433620810508728, -0.12706711888313293, 0.4200403392314911, 0.16433250904083252, -0.6896243691444397, 1.8240134716033936, -0.5369457006454468, 1.0398188829421997, 1.063565731048584, 1.0286097526550293, 0.912938117980957, 0.005628686398267746, 0.008323038928210735, 0.61238694190979, 0.8350254893302917, 0.6415066719055176, 0.7221081256866455, 0.8900960683822632, 0.7354544401168823, 1.324753999710083, 0.6399523019790649, 1.107291340827942, 0.999375581741333, 0.03615013137459755, 0.046103961765766144, 0.6031694412231445, 0.7201991677284241, 0.7711682915687561, 0.46444302797317505, 1.0511736869812012, 0.7023313641548157, 1.3241159915924072, 0.9644798636436462], "count": [558]}, "timestamp": {"min": [0.0], "max": [18.566666666666666], "mean": [9.283333333333333], "std": [5.369348881140748], "count": [558]}, "frame_index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [558]}, "index": {"min": [6359], "max": [6916], "mean": [6637.5], "std": [161.08046643422244], "count": [558]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [558]}, "subtask_annotation": {"mean": [2.14336917562724, 5.0, 5.0, 5.0, 5.0], "std": [1.4643496274630854, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [558]}, "scene_annotation": {"mean": [10.0], "std": [0.0], "min": [10], "max": [10], "count": [558]}, "eef_direction_state": {"mean": [4.897849462365591, 4.415770609318996], "std": [1.4757158638002665, 1.7605499805794267], "min": [0, 0], "max": [6, 6], "count": [558]}, "eef_velocity_state": {"mean": [0.6344086021505376, 0.7204301075268817], "std": [0.7374023899182723, 0.7139007601160346], "min": [0, 0], "max": [2, 2], "count": [558]}, "eef_acc_mag_state": {"mean": [0.2831541218637993, 0.47491039426523296], "std": [0.6239854112483356, 0.7467357225167697], "min": [0, 0], "max": [2, 2], "count": [558]}, "eef_direction_action": {"mean": [4.897849462365591, 4.415770609318996], "std": [1.4757158638002665, 1.7605499805794267], "min": [0, 0], "max": [6, 6], "count": [558]}, "eef_velocity_action": {"mean": [0.6344086021505376, 0.7204301075268817], "std": [0.7374023899182723, 0.7139007601160346], "min": [0, 0], "max": [2, 2], "count": [558]}, "eef_acc_mag_action": {"mean": [0.2831541218637993, 0.47491039426523296], "std": [0.6239854112483356, 0.7467357225167697], "min": [0, 0], "max": [2, 2], "count": [558]}, "eef_sim_pose_state": {"mean": [0.6991781226850459, 0.13741145253912188, 1.2564904050206918, -1.7321915226901006, 1.2243332841619816, -2.5282141689718296, 0.6841495739826204, -0.14998577274000663, 1.2172460893304142, 1.9399838051377598, 0.8052522517136076, 1.9942555233375394], "std": [0.023804477641128745, 0.0785810937006254, 0.03757987157568907, 0.10758808144443556, 0.056173533550326754, 0.1786856175256648, 0.018639150271201537, 0.10583787024572767, 0.06835195148128899, 0.1824289671103076, 0.17186643172659097, 1.6392368168183107], "min": [0.6458539253669351, -0.02956881675718273, 1.154117912341558, -1.9974513896918797, 1.0883635250892265, -2.8808240281543105, 0.6649145615926663, -0.3540054096100204, 1.145573192319173, 1.5207805893861304, 0.37742621918638664, -3.13926042887712], "max": [0.7232243621471324, 0.20474976518008636, 1.3041382215273583, -1.5119395267243987, 1.2835373211350394, -2.342032078338609, 0.7559555119844642, 0.04440740263414092, 1.369758308533308, 2.1207822190248997, 1.1123632586825956, 3.13769456460317], "count": [558]}, "eef_sim_pose_action": {"mean": [0.6991781226850459, 0.13741145253912188, 1.2564904050206918, -1.7321915226901006, 1.2243332841619816, -2.5282141689718296, 0.6841495739826204, -0.14998577274000663, 1.2172460893304142, 1.9399838051377598, 0.8052522517136076, 1.9942555233375394], "std": [0.023804477641128745, 0.0785810937006254, 0.03757987157568907, 0.10758808144443556, 0.056173533550326754, 0.1786856175256648, 0.018639150271201537, 0.10583787024572767, 0.06835195148128899, 0.1824289671103076, 0.17186643172659097, 1.6392368168183107], "min": [0.6458539253669351, -0.02956881675718273, 1.154117912341558, -1.9974513896918797, 1.0883635250892265, -2.8808240281543105, 0.6649145615926663, -0.3540054096100204, 1.145573192319173, 1.5207805893861304, 0.37742621918638664, -3.13926042887712], "max": [0.7232243621471324, 0.20474976518008636, 1.3041382215273583, -1.5119395267243987, 1.2835373211350394, -2.342032078338609, 0.7559555119844642, 0.04440740263414092, 1.369758308533308, 2.1207822190248997, 1.1123632586825956, 3.13769456460317], "count": [558]}}} +{"episode_index": 11, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4715081335182652]], [[0.4613549504103967]], [[0.4583205321857425]]], "std": [[[0.18052948256512108]], [[0.18135603039211984]], [[0.18074128077180096]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.12156862745098039]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5377684124360339]], [[0.5413561584840655]], [[0.5377758461265644]]], "std": [[[0.2844387969565034]], [[0.2903022542926131]], [[0.29722922938313445]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.047058823529411764]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5672184206693013]], [[0.5818147673151948]], [[0.5708826426888586]]], "std": [[[0.2973539282101059]], [[0.2974442671387986]], [[0.3036690738530987]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43950286897704816]], [[0.4616050137432234]], [[0.45672903841769263]]], "std": [[[0.33417305435111666]], [[0.3341893701644468]], [[0.3418417525979636]]], "count": [129]}, "observation.state": {"mean": [0.30366477370262146, -0.9505925178527832, 1.3925690650939941, 1.0795347690582275, -0.5330880284309387, 0.0204699095338583, -0.33639124035835266, -0.8828443884849548, 1.3600027561187744, -1.4000656604766846, 0.6724991798400879, 0.7673507928848267, 0.6757633686065674, 0.91563880443573, -0.03394060581922531, 0.0005989117780700326, 0.33854755759239197, 0.1524643898010254, 0.4009684920310974, 0.10452039539813995, 0.5064682364463806, 0.06556770205497742, 0.5445008873939514, 0.11148244887590408, 0.5983620882034302, 0.8676967024803162, 0.01334154512733221, -0.0013103459496051073, 0.22276416420936584, 0.19175054132938385, 0.2824947237968445, 0.09709702432155609, 0.35701191425323486, 0.08263719081878662, 0.4021589159965515, 0.37755444645881653], "std": [0.1326095312833786, 0.11845658719539642, 0.07240708917379379, 0.22344112396240234, 0.050081487745046616, 0.20154155790805817, 0.3175879418849945, 0.28730663657188416, 0.1730707883834839, 0.35330262780189514, 0.21687154471874237, 0.3565835654735565, 0.2504597306251526, 0.055338166654109955, 0.018668485805392265, 0.0035267132334411144, 0.16574586927890778, 0.31439289450645447, 0.1727369874715805, 0.20175853371620178, 0.2894723415374756, 0.175938218832016, 0.28882160782814026, 0.19144852459430695, 0.513680636882782, 0.1182592585682869, 0.005430418532341719, 0.009211416356265545, 0.25867944955825806, 0.27609607577323914, 0.31191161274909973, 0.14100949466228485, 0.3903715908527374, 0.1324269324541092, 0.39056023955345154, 0.5607259273529053], "min": [-0.03490501269698143, -1.2073224782943726, 1.1860432624816895, 0.6751521229743958, -0.6901965737342834, -0.49695533514022827, -1.3427939414978027, -1.3593881130218506, 1.0764405727386475, -1.6917964220046997, 0.29954174160957336, -0.5641188621520996, 0.014355332590639591, 0.7898378372192383, -0.04458225518465042, -0.00560141634196043, 0.012391837313771248, -0.012541777454316616, 0.016864243894815445, -0.011181015521287918, 0.02148391120135784, -0.0023343777284026146, 0.020202185958623886, -0.0040033492259681225, 0.013548118062317371, 0.7049056887626648, 0.004188790451735258, -0.0054541537538170815, 0.00026179940323345363, 0.011459177359938622, -0.007766714785248041, -0.01048288308084011, 0.019493144005537033, -0.006424993276596069, 0.0786089077591896, 0.007777623366564512], "max": [0.5910963416099548, -0.7738231420516968, 1.4872777462005615, 1.8335622549057007, -0.38056090474128723, 0.3807245194911957, 0.1099245622754097, -0.41290080547332764, 1.701690912246704, -0.10515611618757248, 1.4344673156738281, 1.0252631902694702, 1.0287461280822754, 1.0622103214263916, 0.021445732563734055, 0.007761260494589806, 0.5969516634941101, 0.8896979093551636, 0.6362488865852356, 0.6117705702781677, 1.086909294128418, 0.8169886469841003, 1.1489284038543701, 0.6526768207550049, 1.132271409034729, 1.0263299942016602, 0.04036073759198189, 0.059946607798337936, 0.6268459558486938, 0.648542582988739, 0.7685285210609436, 0.3630666732788086, 0.9702121615409851, 0.32000067830085754, 1.015078067779541, 1.3333988189697266], "count": [654]}, "action": {"mean": [0.30366477370262146, -0.9505925178527832, 1.3925690650939941, 1.0795347690582275, -0.5330880284309387, 0.0204699095338583, -0.33639124035835266, -0.8828443884849548, 1.3600027561187744, -1.4000656604766846, 0.6724991798400879, 0.7673507928848267, 0.6757633686065674, 0.91563880443573, -0.03394060581922531, 0.0005989117780700326, 0.33854755759239197, 0.1524643898010254, 0.4009684920310974, 0.10452039539813995, 0.5064682364463806, 0.06556770205497742, 0.5445008873939514, 0.11148244887590408, 0.5983620882034302, 0.8676967024803162, 0.01334154512733221, -0.0013103459496051073, 0.22276416420936584, 0.19175054132938385, 0.2824947237968445, 0.09709702432155609, 0.35701191425323486, 0.08263719081878662, 0.4021589159965515, 0.37755444645881653], "std": [0.1326095312833786, 0.11845658719539642, 0.07240708917379379, 0.22344112396240234, 0.050081487745046616, 0.20154155790805817, 0.3175879418849945, 0.28730663657188416, 0.1730707883834839, 0.35330262780189514, 0.21687154471874237, 0.3565835654735565, 0.2504597306251526, 0.055338166654109955, 0.018668485805392265, 0.0035267132334411144, 0.16574586927890778, 0.31439289450645447, 0.1727369874715805, 0.20175853371620178, 0.2894723415374756, 0.175938218832016, 0.28882160782814026, 0.19144852459430695, 0.513680636882782, 0.1182592585682869, 0.005430418532341719, 0.009211416356265545, 0.25867944955825806, 0.27609607577323914, 0.31191161274909973, 0.14100949466228485, 0.3903715908527374, 0.1324269324541092, 0.39056023955345154, 0.5607259273529053], "min": [-0.03490501269698143, -1.2073224782943726, 1.1860432624816895, 0.6751521229743958, -0.6901965737342834, -0.49695533514022827, -1.3427939414978027, -1.3593881130218506, 1.0764405727386475, -1.6917964220046997, 0.29954174160957336, -0.5641188621520996, 0.014355332590639591, 0.7898378372192383, -0.04458225518465042, -0.00560141634196043, 0.012391837313771248, -0.012541777454316616, 0.016864243894815445, -0.011181015521287918, 0.02148391120135784, -0.0023343777284026146, 0.020202185958623886, -0.0040033492259681225, 0.013548118062317371, 0.7049056887626648, 0.004188790451735258, -0.0054541537538170815, 0.00026179940323345363, 0.011459177359938622, -0.007766714785248041, -0.01048288308084011, 0.019493144005537033, -0.006424993276596069, 0.0786089077591896, 0.007777623366564512], "max": [0.5910963416099548, -0.7738231420516968, 1.4872777462005615, 1.8335622549057007, -0.38056090474128723, 0.3807245194911957, 0.1099245622754097, -0.41290080547332764, 1.701690912246704, -0.10515611618757248, 1.4344673156738281, 1.0252631902694702, 1.0287461280822754, 1.0622103214263916, 0.021445732563734055, 0.007761260494589806, 0.5969516634941101, 0.8896979093551636, 0.6362488865852356, 0.6117705702781677, 1.086909294128418, 0.8169886469841003, 1.1489284038543701, 0.6526768207550049, 1.132271409034729, 1.0263299942016602, 0.04036073759198189, 0.059946607798337936, 0.6268459558486938, 0.648542582988739, 0.7685285210609436, 0.3630666732788086, 0.9702121615409851, 0.32000067830085754, 1.015078067779541, 1.3333988189697266], "count": [654]}, "timestamp": {"min": [0.0], "max": [21.766666666666666], "mean": [10.883333333333333], "std": [6.293110577507814], "count": [654]}, "frame_index": {"min": [0], "max": [653], "mean": [326.5], "std": [188.79331732523443], "count": [654]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [654]}, "index": {"min": [6917], "max": [7570], "mean": [7243.5], "std": [188.79331732523443], "count": [654]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [654]}, "subtask_annotation": {"mean": [2.007645259938838, 5.0, 5.0, 5.0, 5.0], "std": [1.4201271498939623, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [654]}, "scene_annotation": {"mean": [11.0], "std": [0.0], "min": [11], "max": [11], "count": [654]}, "eef_direction_state": {"mean": [4.995412844036697, 4.203363914373089], "std": [1.40824691944798, 1.9707154972066063], "min": [1, 0], "max": [6, 6], "count": [654]}, "eef_velocity_state": {"mean": [0.5137614678899083, 0.7874617737003058], "std": [0.6697666611673829, 0.7834851045739226], "min": [0, 0], "max": [2, 2], "count": [654]}, "eef_acc_mag_state": {"mean": [0.35015290519877673, 0.5152905198776758], "std": [0.6826990246597495, 0.7656093242057191], "min": [0, 0], "max": [2, 2], "count": [654]}, "eef_direction_action": {"mean": [4.995412844036697, 4.203363914373089], "std": [1.40824691944798, 1.9707154972066063], "min": [1, 0], "max": [6, 6], "count": [654]}, "eef_velocity_action": {"mean": [0.5137614678899083, 0.7874617737003058], "std": [0.6697666611673829, 0.7834851045739226], "min": [0, 0], "max": [2, 2], "count": [654]}, "eef_acc_mag_action": {"mean": [0.35015290519877673, 0.5152905198776758], "std": [0.6826990246597495, 0.7656093242057191], "min": [0, 0], "max": [2, 2], "count": [654]}, "eef_sim_pose_state": {"mean": [0.704973742174486, 0.15424901231927837, 1.239871628083506, -1.7288474896370496, 1.1529540534820928, -2.5282932609116266, 0.6600268974763395, -0.15301413660712407, 1.2287213192906177, 1.8097645892872565, 0.6453998007067622, 2.623551745693855], "std": [0.020189170905982923, 0.06976724057906301, 0.031707494321709224, 0.10295442692546594, 0.07147596437157284, 0.09687873174624033, 0.0414696595538422, 0.09683569298331576, 0.06903228132439633, 0.22534581538361761, 0.22773380575032087, 0.1338679832843853], "min": [0.6719680533524162, -0.002957523812294499, 1.1561369822460923, -1.9100348866625894, 0.9922039875369335, -2.715058674984838, 0.5775869665703814, -0.30352125421272713, 1.1457742960408672, 1.3613261212344674, 0.3620024137274138, 2.20026177496577], "max": [0.7306418204661284, 0.2213522111431084, 1.3075117526309927, -1.4898274901088588, 1.3152966195229499, -2.3958384338276058, 0.7360462487152433, 0.03731123376037235, 1.370156506216962, 2.058333924621062, 1.2325570621137847, 2.9275891238286027], "count": [654]}, "eef_sim_pose_action": {"mean": [0.704973742174486, 0.15424901231927837, 1.239871628083506, -1.7288474896370496, 1.1529540534820928, -2.5282932609116266, 0.6600268974763395, -0.15301413660712407, 1.2287213192906177, 1.8097645892872565, 0.6453998007067622, 2.623551745693855], "std": [0.020189170905982923, 0.06976724057906301, 0.031707494321709224, 0.10295442692546594, 0.07147596437157284, 0.09687873174624033, 0.0414696595538422, 0.09683569298331576, 0.06903228132439633, 0.22534581538361761, 0.22773380575032087, 0.1338679832843853], "min": [0.6719680533524162, -0.002957523812294499, 1.1561369822460923, -1.9100348866625894, 0.9922039875369335, -2.715058674984838, 0.5775869665703814, -0.30352125421272713, 1.1457742960408672, 1.3613261212344674, 0.3620024137274138, 2.20026177496577], "max": [0.7306418204661284, 0.2213522111431084, 1.3075117526309927, -1.4898274901088588, 1.3152966195229499, -2.3958384338276058, 0.7360462487152433, 0.03731123376037235, 1.370156506216962, 2.058333924621062, 1.2325570621137847, 2.9275891238286027], "count": [654]}}} +{"episode_index": 12, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4851226462807345]], [[0.476687695911698]], [[0.4736376189364635]]], "std": [[[0.1822404469307563]], [[0.18408774240990916]], [[0.18358237376352746]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5659321770374816]], [[0.5738807217331376]], [[0.5685535241874528]]], "std": [[[0.2770561681926073]], [[0.28119237629928184]], [[0.2887964875056677]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.0784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5868397636832511]], [[0.5961372924169668]], [[0.5805862164310168]]], "std": [[[0.25967236207493344]], [[0.26537119640491585]], [[0.27822210183121565]]], "count": [147]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46502866563291984]], [[0.4857713988373127]], [[0.48284421268507405]]], "std": [[[0.32920763670310865]], [[0.3303453165636435]], [[0.33807443787166414]]], "count": [147]}, "observation.state": {"mean": [0.17322532832622528, -1.0660810470581055, 1.3955599069595337, 1.4028199911117554, -0.5009111762046814, -0.18771032989025116, -1.0278079509735107, -0.9283525943756104, 1.0733704566955566, 0.28804221749305725, 1.3904871940612793, -0.30461135506629944, 0.3477060794830322, 0.8492129445075989, -0.028887111693620682, 0.009041674435138702, 0.10837069898843765, 0.0907246395945549, 0.11910723149776459, 0.08973798155784607, 0.1519259512424469, 0.11577560007572174, 0.16366654634475708, 0.16525092720985413, 0.6375414729118347, 0.90523761510849, 0.015549690462648869, 0.014421405270695686, 0.19817772507667542, 0.34409019351005554, 0.17498286068439484, 0.22855494916439056, 0.18954341113567352, 0.26078516244888306, 0.22508254647254944, 0.28721702098846436], "std": [0.09460601955652237, 0.1405530571937561, 0.15603774785995483, 0.1953454166650772, 0.07471273839473724, 0.20168636739253998, 0.18887795507907867, 0.2248801589012146, 0.1923069953918457, 0.3602595925331116, 0.14685983955860138, 0.2088676542043686, 0.3835713565349579, 0.022034751251339912, 0.009531027637422085, 0.02564501017332077, 0.20005051791667938, 0.23077404499053955, 0.2137475460767746, 0.22363869845867157, 0.28983139991760254, 0.23676137626171112, 0.31769314408302307, 0.35486775636672974, 0.5194968581199646, 0.1262860894203186, 0.0034605280961841345, 0.03293737769126892, 0.2418387234210968, 0.7046810984611511, 0.15799257159233093, 0.45416131615638733, 0.15554332733154297, 0.5478029251098633, 0.17938733100891113, 0.5754799246788025], "min": [0.046683069318532944, -1.3924095630645752, 0.827867865562439, 0.4900530278682709, -0.70351243019104, -0.40981072187423706, -1.4251210689544678, -1.283402919769287, 0.5023913979530334, -0.1603747010231018, 1.0936903953552246, -0.5364022850990295, 0.02442369982600212, 0.7887415289878845, -0.03547927364706993, -0.008061239495873451, 0.017835084348917007, -0.006610434502363205, 0.015091643668711185, -0.0077339899726212025, 0.014306245371699333, 0.006108652800321579, 0.015609788708388805, 0.002498002490028739, 0.033968470990657806, 0.6907195448875427, 0.007363107521086931, -0.006435900926589966, 0.004319689702242613, 0.008803004398941994, -0.0022852905094623566, 0.013466306030750275, -0.008268496952950954, -0.0005895334179513156, 0.00760309025645256, -0.00887402892112732], "max": [0.5442702174186707, -0.5822270512580872, 1.516603708267212, 1.6809825897216797, -0.35207808017730713, 0.7372134327888489, -0.6323434114456177, -0.5901903510093689, 1.3957833051681519, 0.8495579361915588, 1.6382229328155518, 0.13107261061668396, 1.1193124055862427, 0.9043750762939453, 0.005803219508379698, 0.15878131985664368, 0.6174538731575012, 0.7059202194213867, 0.6585018634796143, 0.6987589597702026, 0.8834311366081238, 0.7447592616081238, 1.0093239545822144, 1.188400149345398, 1.3460088968276978, 1.0791643857955933, 0.03488476946949959, 0.09413324296474457, 0.7545003890991211, 1.9377409219741821, 0.5780476331710815, 1.3218088150024414, 0.6314164400100708, 1.6267123222351074, 0.6857998371124268, 1.7167495489120483], "count": [782]}, "action": {"mean": [0.17322532832622528, -1.0660810470581055, 1.3955599069595337, 1.4028199911117554, -0.5009111762046814, -0.18771032989025116, -1.0278079509735107, -0.9283525943756104, 1.0733704566955566, 0.28804221749305725, 1.3904871940612793, -0.30461135506629944, 0.3477060794830322, 0.8492129445075989, -0.028887111693620682, 0.009041674435138702, 0.10837069898843765, 0.0907246395945549, 0.11910723149776459, 0.08973798155784607, 0.1519259512424469, 0.11577560007572174, 0.16366654634475708, 0.16525092720985413, 0.6375414729118347, 0.90523761510849, 0.015549690462648869, 0.014421405270695686, 0.19817772507667542, 0.34409019351005554, 0.17498286068439484, 0.22855494916439056, 0.18954341113567352, 0.26078516244888306, 0.22508254647254944, 0.28721702098846436], "std": [0.09460601955652237, 0.1405530571937561, 0.15603774785995483, 0.1953454166650772, 0.07471273839473724, 0.20168636739253998, 0.18887795507907867, 0.2248801589012146, 0.1923069953918457, 0.3602595925331116, 0.14685983955860138, 0.2088676542043686, 0.3835713565349579, 0.022034751251339912, 0.009531027637422085, 0.02564501017332077, 0.20005051791667938, 0.23077404499053955, 0.2137475460767746, 0.22363869845867157, 0.28983139991760254, 0.23676137626171112, 0.31769314408302307, 0.35486775636672974, 0.5194968581199646, 0.1262860894203186, 0.0034605280961841345, 0.03293737769126892, 0.2418387234210968, 0.7046810984611511, 0.15799257159233093, 0.45416131615638733, 0.15554332733154297, 0.5478029251098633, 0.17938733100891113, 0.5754799246788025], "min": [0.046683069318532944, -1.3924095630645752, 0.827867865562439, 0.4900530278682709, -0.70351243019104, -0.40981072187423706, -1.4251210689544678, -1.283402919769287, 0.5023913979530334, -0.1603747010231018, 1.0936903953552246, -0.5364022850990295, 0.02442369982600212, 0.7887415289878845, -0.03547927364706993, -0.008061239495873451, 0.017835084348917007, -0.006610434502363205, 0.015091643668711185, -0.0077339899726212025, 0.014306245371699333, 0.006108652800321579, 0.015609788708388805, 0.002498002490028739, 0.033968470990657806, 0.6907195448875427, 0.007363107521086931, -0.006435900926589966, 0.004319689702242613, 0.008803004398941994, -0.0022852905094623566, 0.013466306030750275, -0.008268496952950954, -0.0005895334179513156, 0.00760309025645256, -0.00887402892112732], "max": [0.5442702174186707, -0.5822270512580872, 1.516603708267212, 1.6809825897216797, -0.35207808017730713, 0.7372134327888489, -0.6323434114456177, -0.5901903510093689, 1.3957833051681519, 0.8495579361915588, 1.6382229328155518, 0.13107261061668396, 1.1193124055862427, 0.9043750762939453, 0.005803219508379698, 0.15878131985664368, 0.6174538731575012, 0.7059202194213867, 0.6585018634796143, 0.6987589597702026, 0.8834311366081238, 0.7447592616081238, 1.0093239545822144, 1.188400149345398, 1.3460088968276978, 1.0791643857955933, 0.03488476946949959, 0.09413324296474457, 0.7545003890991211, 1.9377409219741821, 0.5780476331710815, 1.3218088150024414, 0.6314164400100708, 1.6267123222351074, 0.6857998371124268, 1.7167495489120483], "count": [782]}, "timestamp": {"min": [0.0], "max": [26.033333333333335], "mean": [13.016666666666666], "std": [7.524792355939132], "count": [782]}, "frame_index": {"min": [0], "max": [781], "mean": [390.5], "std": [225.74377067817397], "count": [782]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [782]}, "index": {"min": [7571], "max": [8352], "mean": [7961.5], "std": [225.74377067817397], "count": [782]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [782]}, "subtask_annotation": {"mean": [2.0946291560102304, 5.0, 5.0, 5.0, 5.0], "std": [1.2454507716578282, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [782]}, "scene_annotation": {"mean": [12.0], "std": [0.0], "min": [12], "max": [12], "count": [782]}, "eef_direction_state": {"mean": [4.664961636828645, 4.419437340153452], "std": [1.8381506707976527, 1.8326481309583003], "min": [0, 0], "max": [6, 6], "count": [782]}, "eef_velocity_state": {"mean": [0.5741687979539642, 0.6675191815856778], "std": [0.7321605641605181, 0.6628186993052428], "min": [0, 0], "max": [2, 2], "count": [782]}, "eef_acc_mag_state": {"mean": [0.3721227621483376, 0.329923273657289], "std": [0.694067182246545, 0.6582933403812541], "min": [0, 0], "max": [2, 2], "count": [782]}, "eef_direction_action": {"mean": [4.664961636828645, 4.419437340153452], "std": [1.8381506707976527, 1.8326481309583003], "min": [0, 0], "max": [6, 6], "count": [782]}, "eef_velocity_action": {"mean": [0.5741687979539642, 0.6675191815856778], "std": [0.7321605641605181, 0.6628186993052428], "min": [0, 0], "max": [2, 2], "count": [782]}, "eef_acc_mag_action": {"mean": [0.3721227621483376, 0.329923273657289], "std": [0.694067182246545, 0.6582933403812541], "min": [0, 0], "max": [2, 2], "count": [782]}, "eef_sim_pose_state": {"mean": [0.6981766612924739, 0.08261328463014929, 1.2499739025846441, -1.8254906000043718, 1.1930317642592385, -2.751183910956044, 0.6183808619702346, -0.22571355089099168, 1.2018976232969951, 1.2119234278824718, 0.2874594522458364, 1.917478256200385], "std": [0.0437489491074636, 0.05575721542183151, 0.029368319102767812, 0.1598420236620114, 0.033221099467392455, 0.1692171345909043, 0.03424523468123125, 0.05142362837976316, 0.06891059791941924, 0.2151394399804005, 0.553310050278727, 0.16846763848334445], "min": [0.5796600863641703, -0.08613984258449531, 1.164746849371508, -2.1465872556572068, 1.1074805859740309, -3.118017475650613, 0.5280471402402207, -0.3198779511997229, 1.0717883028532587, 0.9805411634911956, -0.44161380905347625, 1.5729765460746439], "max": [0.739850482237983, 0.13653358436994767, 1.3149561836242156, -1.4010605064237023, 1.2889816778210732, -2.409410522870853, 0.6637747147912194, -0.10314985766435694, 1.2776502775678358, 1.7940826648676766, 0.9473775501359007, 2.193727173469514], "count": [782]}, "eef_sim_pose_action": {"mean": [0.6981766612924739, 0.08261328463014929, 1.2499739025846441, -1.8254906000043718, 1.1930317642592385, -2.751183910956044, 0.6183808619702346, -0.22571355089099168, 1.2018976232969951, 1.2119234278824718, 0.2874594522458364, 1.917478256200385], "std": [0.0437489491074636, 0.05575721542183151, 0.029368319102767812, 0.1598420236620114, 0.033221099467392455, 0.1692171345909043, 0.03424523468123125, 0.05142362837976316, 0.06891059791941924, 0.2151394399804005, 0.553310050278727, 0.16846763848334445], "min": [0.5796600863641703, -0.08613984258449531, 1.164746849371508, -2.1465872556572068, 1.1074805859740309, -3.118017475650613, 0.5280471402402207, -0.3198779511997229, 1.0717883028532587, 0.9805411634911956, -0.44161380905347625, 1.5729765460746439], "max": [0.739850482237983, 0.13653358436994767, 1.3149561836242156, -1.4010605064237023, 1.2889816778210732, -2.409410522870853, 0.6637747147912194, -0.10314985766435694, 1.2776502775678358, 1.7940826648676766, 0.9473775501359007, 2.193727173469514], "count": [782]}}} +{"episode_index": 13, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708248857485703]], [[0.45996429164113567]], [[0.4574552552466299]]], "std": [[[0.18225296594369716]], [[0.1841747482007764]], [[0.1842806113868257]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.1450980392156863]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5565576905892565]], [[0.5653159450954861]], [[0.5627666909211602]]], "std": [[[0.2833268747751558]], [[0.2882303334661794]], [[0.29519554459260394]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.03529411764705882]], [[0.07450980392156863]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5612952617570466]], [[0.5856024177900326]], [[0.572259862962112]]], "std": [[[0.29138441544106775]], [[0.28553508029155916]], [[0.2940222564688114]]], "count": [128]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40715180281096813]], [[0.4317698854932598]], [[0.4245360290926266]]], "std": [[[0.33065185308647876]], [[0.3329646992778934]], [[0.3380129981951604]]], "count": [128]}, "observation.state": {"mean": [0.2405327409505844, -0.8973808884620667, 1.3082407712936401, 1.1887089014053345, -0.5067877769470215, -0.03897802531719208, -0.2517302334308624, -0.8017584681510925, 1.2249946594238281, -1.0245952606201172, 0.5867963433265686, 0.09044791758060455, 0.6922962069511414, 0.9396558403968811, -0.03582132235169411, 0.00258571095764637, 0.23267973959445953, 0.09579849988222122, 0.3119972348213196, 0.09069717675447464, 0.3903590142726898, 0.14981277287006378, 0.4454139769077301, 0.10037408024072647, 0.4418726861476898, 0.8858738541603088, 0.014216930605471134, -0.002330019837245345, 0.1672971099615097, 0.17289501428604126, 0.23356395959854126, 0.11268220096826553, 0.32163628935813904, 0.09267299622297287, 0.3927064538002014, 0.04201029986143112], "std": [0.16585682332515717, 0.15120059251785278, 0.10533411800861359, 0.3355279564857483, 0.06801857799291611, 0.2952682077884674, 0.21879646182060242, 0.33983954787254333, 0.31675973534584045, 0.426047682762146, 0.2769290506839752, 0.3509717583656311, 0.26458612084388733, 0.051566846668720245, 0.020387956872582436, 0.005098406225442886, 0.20613965392112732, 0.18328478932380676, 0.20315904915332794, 0.17857328057289124, 0.2905288338661194, 0.2969129681587219, 0.36792171001434326, 0.15974552929401398, 0.4678056240081787, 0.07840760797262192, 0.005229677073657513, 0.00421105744317174, 0.2030620127916336, 0.30903923511505127, 0.25271570682525635, 0.2090287208557129, 0.37141770124435425, 0.1682814359664917, 0.4575454890727997, 0.09107635915279388], "min": [-0.17158055305480957, -1.2136644124984741, 0.9626535177230835, 0.5581583380699158, -0.699042022228241, -1.0215437412261963, -0.8508812189102173, -1.4559013843536377, 1.0023865699768066, -1.6763585805892944, 0.11038948595523834, -0.6330944299697876, 0.016078844666481018, 0.8413577675819397, -0.04818199202418327, -0.006735880393534899, 0.014540773816406727, -0.04239514097571373, 0.016826065257191658, -0.0060322945937514305, 0.03088141791522503, 0.000839939690195024, 0.0309632308781147, 0.005928665865212679, 0.03499384969472885, 0.7457901239395142, 0.003032509470358491, -0.009042988531291485, 0.002645264845341444, 0.01831504888832569, 0.01205368060618639, -0.003337942063808441, 0.02054034359753132, -0.004510585684329271, 0.0507018156349659, 0.012555462308228016], "max": [0.6032916307449341, -0.660095751285553, 1.38392174243927, 2.343630790710449, -0.3073858618736267, 0.5240281820297241, 0.13444629311561584, -0.5133230090141296, 1.8673228025436401, 0.04215516895055771, 1.088814616203308, 0.6472448110580444, 1.0370800495147705, 1.0195013284683228, 0.01725694164633751, 0.007504915818572044, 0.6414903402328491, 0.4999931752681732, 0.6838746070861816, 0.527596652507782, 0.9417633414268494, 0.8219846487045288, 1.2149345874786377, 0.5308964252471924, 1.0808387994766235, 0.9720501899719238, 0.03636829927563667, 0.006528622005134821, 0.5814236998558044, 0.8736900091171265, 0.7220808863639832, 0.6108488440513611, 1.04566490650177, 0.5036256909370422, 1.352024793624878, 0.6275331377983093], "count": [648]}, "action": {"mean": [0.2405327409505844, -0.8973808884620667, 1.3082407712936401, 1.1887089014053345, -0.5067877769470215, -0.03897802531719208, -0.2517302334308624, -0.8017584681510925, 1.2249946594238281, -1.0245952606201172, 0.5867963433265686, 0.09044791758060455, 0.6922962069511414, 0.9396558403968811, -0.03582132235169411, 0.00258571095764637, 0.23267973959445953, 0.09579849988222122, 0.3119972348213196, 0.09069717675447464, 0.3903590142726898, 0.14981277287006378, 0.4454139769077301, 0.10037408024072647, 0.4418726861476898, 0.8858738541603088, 0.014216930605471134, -0.002330019837245345, 0.1672971099615097, 0.17289501428604126, 0.23356395959854126, 0.11268220096826553, 0.32163628935813904, 0.09267299622297287, 0.3927064538002014, 0.04201029986143112], "std": [0.16585682332515717, 0.15120059251785278, 0.10533411800861359, 0.3355279564857483, 0.06801857799291611, 0.2952682077884674, 0.21879646182060242, 0.33983954787254333, 0.31675973534584045, 0.426047682762146, 0.2769290506839752, 0.3509717583656311, 0.26458612084388733, 0.051566846668720245, 0.020387956872582436, 0.005098406225442886, 0.20613965392112732, 0.18328478932380676, 0.20315904915332794, 0.17857328057289124, 0.2905288338661194, 0.2969129681587219, 0.36792171001434326, 0.15974552929401398, 0.4678056240081787, 0.07840760797262192, 0.005229677073657513, 0.00421105744317174, 0.2030620127916336, 0.30903923511505127, 0.25271570682525635, 0.2090287208557129, 0.37141770124435425, 0.1682814359664917, 0.4575454890727997, 0.09107635915279388], "min": [-0.17158055305480957, -1.2136644124984741, 0.9626535177230835, 0.5581583380699158, -0.699042022228241, -1.0215437412261963, -0.8508812189102173, -1.4559013843536377, 1.0023865699768066, -1.6763585805892944, 0.11038948595523834, -0.6330944299697876, 0.016078844666481018, 0.8413577675819397, -0.04818199202418327, -0.006735880393534899, 0.014540773816406727, -0.04239514097571373, 0.016826065257191658, -0.0060322945937514305, 0.03088141791522503, 0.000839939690195024, 0.0309632308781147, 0.005928665865212679, 0.03499384969472885, 0.7457901239395142, 0.003032509470358491, -0.009042988531291485, 0.002645264845341444, 0.01831504888832569, 0.01205368060618639, -0.003337942063808441, 0.02054034359753132, -0.004510585684329271, 0.0507018156349659, 0.012555462308228016], "max": [0.6032916307449341, -0.660095751285553, 1.38392174243927, 2.343630790710449, -0.3073858618736267, 0.5240281820297241, 0.13444629311561584, -0.5133230090141296, 1.8673228025436401, 0.04215516895055771, 1.088814616203308, 0.6472448110580444, 1.0370800495147705, 1.0195013284683228, 0.01725694164633751, 0.007504915818572044, 0.6414903402328491, 0.4999931752681732, 0.6838746070861816, 0.527596652507782, 0.9417633414268494, 0.8219846487045288, 1.2149345874786377, 0.5308964252471924, 1.0808387994766235, 0.9720501899719238, 0.03636829927563667, 0.006528622005134821, 0.5814236998558044, 0.8736900091171265, 0.7220808863639832, 0.6108488440513611, 1.04566490650177, 0.5036256909370422, 1.352024793624878, 0.6275331377983093], "count": [648]}, "timestamp": {"min": [0.0], "max": [21.566666666666666], "mean": [10.783333333333333], "std": [6.235375482471557], "count": [648]}, "frame_index": {"min": [0], "max": [647], "mean": [323.5], "std": [187.06126447414672], "count": [648]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [648]}, "index": {"min": [8353], "max": [9000], "mean": [8676.5], "std": [187.06126447414672], "count": [648]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [648]}, "subtask_annotation": {"mean": [2.044753086419753, 5.0, 5.0, 5.0, 5.0], "std": [1.4303274685989864, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [648]}, "scene_annotation": {"mean": [13.0], "std": [0.0], "min": [13], "max": [13], "count": [648]}, "eef_direction_state": {"mean": [4.912037037037037, 4.695987654320987], "std": [1.5173818577839926, 1.636349052638162], "min": [0, 0], "max": [6, 6], "count": [648]}, "eef_velocity_state": {"mean": [0.5648148148148148, 0.6635802469135802], "std": [0.6975240358018255, 0.737718887612806], "min": [0, 0], "max": [2, 2], "count": [648]}, "eef_acc_mag_state": {"mean": [0.2716049382716049, 0.42746913580246915], "std": [0.6188868078762558, 0.7271106456535413], "min": [0, 0], "max": [2, 2], "count": [648]}, "eef_direction_action": {"mean": [4.912037037037037, 4.695987654320987], "std": [1.5173818577839926, 1.636349052638162], "min": [0, 0], "max": [6, 6], "count": [648]}, "eef_velocity_action": {"mean": [0.5648148148148148, 0.6635802469135802], "std": [0.6975240358018255, 0.737718887612806], "min": [0, 0], "max": [2, 2], "count": [648]}, "eef_acc_mag_action": {"mean": [0.2716049382716049, 0.42746913580246915], "std": [0.6188868078762558, 0.7271106456535413], "min": [0, 0], "max": [2, 2], "count": [648]}, "eef_sim_pose_state": {"mean": [0.6875832195665521, 0.14934724765269428, 1.2541718854867325, -1.7267901957436653, 1.182472461299809, -2.5381614450861427, 0.6526530580037349, -0.1552592059280363, 1.2743379326750657, 1.6009397358238018, 0.9907542001052119, 2.43492093913891], "std": [0.022979439291992303, 0.07757489731553086, 0.03716790383122401, 0.10132655185237052, 0.054715665321354384, 0.08687168917027455, 0.026513844404587747, 0.09120043599484773, 0.05762288637261191, 0.22468348996371107, 0.09076301806024845, 0.35830826228367496], "min": [0.6279096881484427, -0.016968709041575825, 1.1598498198257379, -1.9391509283546693, 1.0991007066562037, -2.7341932476182267, 0.6115761810520852, -0.2779024880368621, 1.1418129177927396, 1.38242751606749, 0.6946124956682094, 1.9843629766219364], "max": [0.7093164833533467, 0.21835951873387174, 1.3110527686178621, -1.5106154477306761, 1.2680091303854315, -2.434137651559725, 0.7043827029687132, 0.03250728737829375, 1.357545526845018, 2.0867680325434024, 1.106228281051493, 3.10679987047729], "count": [648]}, "eef_sim_pose_action": {"mean": [0.6875832195665521, 0.14934724765269428, 1.2541718854867325, -1.7267901957436653, 1.182472461299809, -2.5381614450861427, 0.6526530580037349, -0.1552592059280363, 1.2743379326750657, 1.6009397358238018, 0.9907542001052119, 2.43492093913891], "std": [0.022979439291992303, 0.07757489731553086, 0.03716790383122401, 0.10132655185237052, 0.054715665321354384, 0.08687168917027455, 0.026513844404587747, 0.09120043599484773, 0.05762288637261191, 0.22468348996371107, 0.09076301806024845, 0.35830826228367496], "min": [0.6279096881484427, -0.016968709041575825, 1.1598498198257379, -1.9391509283546693, 1.0991007066562037, -2.7341932476182267, 0.6115761810520852, -0.2779024880368621, 1.1418129177927396, 1.38242751606749, 0.6946124956682094, 1.9843629766219364], "max": [0.7093164833533467, 0.21835951873387174, 1.3110527686178621, -1.5106154477306761, 1.2680091303854315, -2.434137651559725, 0.7043827029687132, 0.03250728737829375, 1.357545526845018, 2.0867680325434024, 1.106228281051493, 3.10679987047729], "count": [648]}}} +{"episode_index": 14, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4724476853854287]], [[0.4631697679378124]], [[0.45972793066368706]]], "std": [[[0.1858438985124884]], [[0.18719259829299106]], [[0.1861065842592482]]], "count": [136]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13333333333333333]], [[0.13725490196078433]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5620275104527105]], [[0.5696054327061707]], [[0.5677731206146674]]], "std": [[[0.2812431528980371]], [[0.285316970485993]], [[0.2925648536037468]]], "count": [136]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.10196078431372549]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5720825238490004]], [[0.5852109480127835]], [[0.5697017988874471]]], "std": [[[0.28147986930425634]], [[0.28336915851011757]], [[0.2903074885896383]]], "count": [136]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43339132485101883]], [[0.4594288960375817]], [[0.45350444090013453]]], "std": [[[0.3264245906602408]], [[0.32712992539110136]], [[0.33392690120756513]]], "count": [136]}, "observation.state": {"mean": [0.2645479440689087, -0.9487029314041138, 1.3355350494384766, 1.1283560991287231, -0.5345792174339294, 0.040881842374801636, -0.3066110908985138, -0.9012255072593689, 1.3421210050582886, -1.0704289674758911, 0.9290376305580139, 0.17379234731197357, 0.5838425755500793, 0.9917694330215454, -0.037630315870046616, 0.003035129513591528, 0.2504725158214569, 0.07772515714168549, 0.2918485105037689, 0.10714876651763916, 0.3555770218372345, 0.12362734973430634, 0.21698807179927826, 0.6559726595878601, 0.6301021575927734, 0.881413996219635, 0.013003931380808353, 0.0016134781762957573, 0.2725011706352234, 0.22183948755264282, 0.3076942563056946, 0.1341223120689392, 0.3752487599849701, 0.10645300894975662, 0.3829907178878784, 0.5626108050346375], "std": [0.12328588217496872, 0.09629308432340622, 0.08097409456968307, 0.21312682330608368, 0.0545695424079895, 0.1946137398481369, 0.4581073820590973, 0.3223572373390198, 0.2913306653499603, 0.7372065782546997, 0.14561975002288818, 0.5430337190628052, 0.2982126474380493, 0.046834927052259445, 0.019499188289046288, 0.0034674061462283134, 0.15904393792152405, 0.15197910368442535, 0.15461711585521698, 0.19308438897132874, 0.2469710111618042, 0.24411089718341827, 0.3736940324306488, 0.20992496609687805, 0.532899796962738, 0.09736347943544388, 0.004738541319966316, 0.006187218241393566, 0.2560155987739563, 0.31282758712768555, 0.27413609623908997, 0.19279438257217407, 0.32786959409713745, 0.15845485031604767, 0.4321928918361664, 0.5071860551834106], "min": [0.018263142555952072, -1.1869611740112305, 1.0706111192703247, 0.7642266750335693, -0.6400206089019775, -0.49560827016830444, -0.839448869228363, -1.4389853477478027, 1.009515404701233, -1.8245975971221924, 0.612387478351593, -0.4953698515892029, 0.025201305747032166, 0.9140016436576843, -0.04878195375204086, -0.003981532528996468, 0.019373154267668724, -0.01316087320446968, 0.01840776950120926, -0.00865574274212122, 0.04528583958745003, 0.0054323370568454266, 0.016078844666481018, 0.2902700901031494, 0.02295592799782753, 0.726826012134552, 0.004592397715896368, -0.005535965785384178, 0.035326551645994186, -0.0006217735353857279, 0.02368193492293358, -0.0047669303603470325, 0.08551568537950516, -0.004886921960860491, 0.02048579975962639, 0.0541488379240036], "max": [0.530787467956543, -0.8292086124420166, 1.4432650804519653, 1.812330722808838, -0.33407720923423767, 0.37053197622299194, 0.3641541600227356, -0.5411350131034851, 1.822165608406067, -0.07838130742311478, 1.10685133934021, 0.6849870085716248, 1.0848640203475952, 1.1442359685897827, 0.020638518035411835, 0.00566686550155282, 0.5663429498672485, 0.4581707715988159, 0.5875978469848633, 0.5615160465240479, 0.8914269208908081, 0.7325801253318787, 1.102197289466858, 1.389914631843567, 1.2614531517028809, 1.002436637878418, 0.037088245153427124, 0.010766499675810337, 0.6840654015541077, 0.7247043251991272, 0.7145922780036926, 0.5510222911834717, 0.8590620160102844, 0.3503094017505646, 1.0743811130523682, 1.3899421691894531], "count": [700]}, "action": {"mean": [0.2645479440689087, -0.9487029314041138, 1.3355350494384766, 1.1283560991287231, -0.5345792174339294, 0.040881842374801636, -0.3066110908985138, -0.9012255072593689, 1.3421210050582886, -1.0704289674758911, 0.9290376305580139, 0.17379234731197357, 0.5838425755500793, 0.9917694330215454, -0.037630315870046616, 0.003035129513591528, 0.2504725158214569, 0.07772515714168549, 0.2918485105037689, 0.10714876651763916, 0.3555770218372345, 0.12362734973430634, 0.21698807179927826, 0.6559726595878601, 0.6301021575927734, 0.881413996219635, 0.013003931380808353, 0.0016134781762957573, 0.2725011706352234, 0.22183948755264282, 0.3076942563056946, 0.1341223120689392, 0.3752487599849701, 0.10645300894975662, 0.3829907178878784, 0.5626108050346375], "std": [0.12328588217496872, 0.09629308432340622, 0.08097409456968307, 0.21312682330608368, 0.0545695424079895, 0.1946137398481369, 0.4581073820590973, 0.3223572373390198, 0.2913306653499603, 0.7372065782546997, 0.14561975002288818, 0.5430337190628052, 0.2982126474380493, 0.046834927052259445, 0.019499188289046288, 0.0034674061462283134, 0.15904393792152405, 0.15197910368442535, 0.15461711585521698, 0.19308438897132874, 0.2469710111618042, 0.24411089718341827, 0.3736940324306488, 0.20992496609687805, 0.532899796962738, 0.09736347943544388, 0.004738541319966316, 0.006187218241393566, 0.2560155987739563, 0.31282758712768555, 0.27413609623908997, 0.19279438257217407, 0.32786959409713745, 0.15845485031604767, 0.4321928918361664, 0.5071860551834106], "min": [0.018263142555952072, -1.1869611740112305, 1.0706111192703247, 0.7642266750335693, -0.6400206089019775, -0.49560827016830444, -0.839448869228363, -1.4389853477478027, 1.009515404701233, -1.8245975971221924, 0.612387478351593, -0.4953698515892029, 0.025201305747032166, 0.9140016436576843, -0.04878195375204086, -0.003981532528996468, 0.019373154267668724, -0.01316087320446968, 0.01840776950120926, -0.00865574274212122, 0.04528583958745003, 0.0054323370568454266, 0.016078844666481018, 0.2902700901031494, 0.02295592799782753, 0.726826012134552, 0.004592397715896368, -0.005535965785384178, 0.035326551645994186, -0.0006217735353857279, 0.02368193492293358, -0.0047669303603470325, 0.08551568537950516, -0.004886921960860491, 0.02048579975962639, 0.0541488379240036], "max": [0.530787467956543, -0.8292086124420166, 1.4432650804519653, 1.812330722808838, -0.33407720923423767, 0.37053197622299194, 0.3641541600227356, -0.5411350131034851, 1.822165608406067, -0.07838130742311478, 1.10685133934021, 0.6849870085716248, 1.0848640203475952, 1.1442359685897827, 0.020638518035411835, 0.00566686550155282, 0.5663429498672485, 0.4581707715988159, 0.5875978469848633, 0.5615160465240479, 0.8914269208908081, 0.7325801253318787, 1.102197289466858, 1.389914631843567, 1.2614531517028809, 1.002436637878418, 0.037088245153427124, 0.010766499675810337, 0.6840654015541077, 0.7247043251991272, 0.7145922780036926, 0.5510222911834717, 0.8590620160102844, 0.3503094017505646, 1.0743811130523682, 1.3899421691894531], "count": [700]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.735746267324637], "count": [700]}, "frame_index": {"min": [0], "max": [699], "mean": [349.5], "std": [202.0723880197391], "count": [700]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [700]}, "index": {"min": [9001], "max": [9700], "mean": [9350.5], "std": [202.0723880197391], "count": [700]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [700]}, "subtask_annotation": {"mean": [2.2314285714285713, 5.0, 5.0, 5.0, 5.0], "std": [1.4043343982260097, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [5, 5, 5, 5, 5], "count": [700]}, "scene_annotation": {"mean": [14.0], "std": [0.0], "min": [14], "max": [14], "count": [700]}, "eef_direction_state": {"mean": [4.918571428571428, 4.372857142857143], "std": [1.587612120417936, 1.774294340903808], "min": [0, 0], "max": [6, 6], "count": [700]}, "eef_velocity_state": {"mean": [0.51, 0.8057142857142857], "std": [0.670745853509363, 0.722670783430804], "min": [0, 0], "max": [2, 2], "count": [700]}, "eef_acc_mag_state": {"mean": [0.26, 0.4514285714285714], "std": [0.5960345148203603, 0.7438784188567501], "min": [0, 0], "max": [2, 2], "count": [700]}, "eef_direction_action": {"mean": [4.918571428571428, 4.372857142857143], "std": [1.587612120417936, 1.774294340903808], "min": [0, 0], "max": [6, 6], "count": [700]}, "eef_velocity_action": {"mean": [0.51, 0.8057142857142857], "std": [0.670745853509363, 0.722670783430804], "min": [0, 0], "max": [2, 2], "count": [700]}, "eef_acc_mag_action": {"mean": [0.26, 0.4514285714285714], "std": [0.5960345148203603, 0.7438784188567501], "min": [0, 0], "max": [2, 2], "count": [700]}, "eef_sim_pose_state": {"mean": [0.6893581545198658, 0.12790392632709768, 1.250477043313124, -1.682146900784898, 1.2031259725324106, -2.5519692135114664, 0.6373482573960907, -0.1353946981962491, 1.2918995937762878, 1.5136522980465377, 0.9959044694155001, 2.3964533334942], "std": [0.021798924449063305, 0.062211162752632096, 0.03404592900722078, 0.13983342361999831, 0.04157472985010925, 0.1618634642809257, 0.02554055025184659, 0.09889460526745165, 0.07403374393998996, 0.3672266357587893, 0.11916786043366295, 0.9552067216483439], "min": [0.6436470478130734, -0.021793864913001282, 1.1594446457632401, -2.0502869468989044, 1.088376304114281, -2.9343866025764127, 0.5799487390316749, -0.25892878938982, 1.1586947144804471, 0.23218593522350284, 0.8320421843666592, -3.134861679382382], "max": [0.7134916400021418, 0.18170262736415976, 1.3158290645236832, -1.475648106833098, 1.2713654370360414, -2.3669860463144587, 0.692868605147796, 0.025862593322797223, 1.4672469728222772, 2.174244092297669, 1.4540917534985476, 3.137330841195177], "count": [700]}, "eef_sim_pose_action": {"mean": [0.6893581545198658, 0.12790392632709768, 1.250477043313124, -1.682146900784898, 1.2031259725324106, -2.5519692135114664, 0.6373482573960907, -0.1353946981962491, 1.2918995937762878, 1.5136522980465377, 0.9959044694155001, 2.3964533334942], "std": [0.021798924449063305, 0.062211162752632096, 0.03404592900722078, 0.13983342361999831, 0.04157472985010925, 0.1618634642809257, 0.02554055025184659, 0.09889460526745165, 0.07403374393998996, 0.3672266357587893, 0.11916786043366295, 0.9552067216483439], "min": [0.6436470478130734, -0.021793864913001282, 1.1594446457632401, -2.0502869468989044, 1.088376304114281, -2.9343866025764127, 0.5799487390316749, -0.25892878938982, 1.1586947144804471, 0.23218593522350284, 0.8320421843666592, -3.134861679382382], "max": [0.7134916400021418, 0.18170262736415976, 1.3158290645236832, -1.475648106833098, 1.2713654370360414, -2.3669860463144587, 0.692868605147796, 0.025862593322797223, 1.4672469728222772, 2.174244092297669, 1.4540917534985476, 3.137330841195177], "count": [700]}}} +{"episode_index": 15, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44786647568571586]], [[0.4404061976286241]], [[0.43729686889000613]]], "std": [[[0.19715853139679612]], [[0.19852317335051414]], [[0.19737450210213367]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1568627450980392]], [[0.1607843137254902]], [[0.12549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5564049599184403]], [[0.561325983883582]], [[0.5595375118708452]]], "std": [[[0.2835377843494851]], [[0.2898315126882741]], [[0.2967202160557127]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.10588235294117647]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5472241233031675]], [[0.5580420105720351]], [[0.546443747905145]]], "std": [[[0.2815211736085311]], [[0.28389358739811266]], [[0.29379573118396485]]], "count": [117]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40868604407574993]], [[0.4329905644237752]], [[0.42535079220434613]]], "std": [[[0.32330108714363176]], [[0.32519434953355986]], [[0.3305097765133362]]], "count": [117]}, "observation.state": {"mean": [0.30734434723854065, -0.9182106852531433, 1.2420367002487183, 0.8756660223007202, -0.4420919120311737, 0.15429383516311646, -0.16346675157546997, -0.8187541961669922, 1.080801010131836, -1.3924087285995483, 0.4001304805278778, 0.344747394323349, 0.4921853244304657, 0.953777551651001, -0.03856060653924942, -5.090081685921177e-05, 0.2928197383880615, 0.1106102392077446, 0.315762460231781, 0.11725428700447083, 0.38494113087654114, 0.08590742200613022, 0.270176500082016, 0.6171920895576477, 0.45508304238319397, 0.9230736494064331, 0.013929631561040878, 0.0009476228151470423, 0.22232092916965485, 0.12762466073036194, 0.2799091339111328, 0.0708552896976471, 0.3335753083229065, 0.07258040457963943, 0.29172369837760925, 0.33495548367500305], "std": [0.13069824874401093, 0.11762380599975586, 0.07997772842645645, 0.1777886152267456, 0.07225443422794342, 0.1873534470796585, 0.13536754250526428, 0.19802772998809814, 0.1819838285446167, 0.18433877825737, 0.15998412668704987, 0.2429049164056778, 0.44282448291778564, 0.05880967155098915, 0.013978715986013412, 0.003587807063013315, 0.2522256374359131, 0.17128165066242218, 0.2416801154613495, 0.22104158997535706, 0.32912853360176086, 0.1572781205177307, 0.3852609395980835, 0.3273395001888275, 0.48727574944496155, 0.11018422991037369, 0.004833933897316456, 0.004085869994014502, 0.22943128645420074, 0.21673379838466644, 0.26998868584632874, 0.1169051006436348, 0.3492470979690552, 0.1467084437608719, 0.34230780601501465, 0.4664445221424103], "min": [0.08424648642539978, -1.1632143259048462, 1.0149157047271729, 0.4476734697818756, -0.6519178748130798, -0.023866062983870506, -0.392168790102005, -1.2522172927856445, 0.9380364418029785, -1.7995750904083252, 0.15433070063591003, 0.15595197677612305, 0.02590247429907322, 0.8380034565925598, -0.04733114689588547, -0.005945027340203524, 0.017780540511012077, -0.007201907224953175, 0.01604611985385418, -0.011295553296804428, 0.02010401152074337, -5.454152051243e-05, 0.01575159654021263, 0.11597713083028793, 0.02226385660469532, 0.720395565032959, 0.00331612559966743, -0.0072322082705795765, 0.010810133069753647, 0.017671460285782814, 0.009233882650732994, -0.008224863559007645, 0.01794416643679142, -0.008355763740837574, 0.02347467839717865, 0.008399397134780884], "max": [0.6139848828315735, -0.7550355195999146, 1.3712496757507324, 1.1909905672073364, -0.26175183057785034, 0.578650712966919, 0.14192081987857819, -0.544812798500061, 1.4699087142944336, -1.1805833578109741, 0.7350914478302002, 0.8103494048118591, 1.070263147354126, 1.035231113433838, 0.007068582810461521, 0.005803219508379698, 0.6872397661209106, 0.46455755829811096, 0.687326967716217, 0.5584726333618164, 0.9462521076202393, 0.7331200838088989, 0.9685977101325989, 1.291478157043457, 1.0974030494689941, 1.040225863456726, 0.0354301817715168, 0.004930554423481226, 0.6824892163276672, 0.616155743598938, 0.8016188144683838, 0.3637375235557556, 1.0210285186767578, 0.5000095367431641, 1.0305132865905762, 1.411529541015625], "count": [576]}, "action": {"mean": [0.30734434723854065, -0.9182106852531433, 1.2420367002487183, 0.8756660223007202, -0.4420919120311737, 0.15429383516311646, -0.16346675157546997, -0.8187541961669922, 1.080801010131836, -1.3924087285995483, 0.4001304805278778, 0.344747394323349, 0.4921853244304657, 0.953777551651001, -0.03856060653924942, -5.090081685921177e-05, 0.2928197383880615, 0.1106102392077446, 0.315762460231781, 0.11725428700447083, 0.38494113087654114, 0.08590742200613022, 0.270176500082016, 0.6171920895576477, 0.45508304238319397, 0.9230736494064331, 0.013929631561040878, 0.0009476228151470423, 0.22232092916965485, 0.12762466073036194, 0.2799091339111328, 0.0708552896976471, 0.3335753083229065, 0.07258040457963943, 0.29172369837760925, 0.33495548367500305], "std": [0.13069824874401093, 0.11762380599975586, 0.07997772842645645, 0.1777886152267456, 0.07225443422794342, 0.1873534470796585, 0.13536754250526428, 0.19802772998809814, 0.1819838285446167, 0.18433877825737, 0.15998412668704987, 0.2429049164056778, 0.44282448291778564, 0.05880967155098915, 0.013978715986013412, 0.003587807063013315, 0.2522256374359131, 0.17128165066242218, 0.2416801154613495, 0.22104158997535706, 0.32912853360176086, 0.1572781205177307, 0.3852609395980835, 0.3273395001888275, 0.48727574944496155, 0.11018422991037369, 0.004833933897316456, 0.004085869994014502, 0.22943128645420074, 0.21673379838466644, 0.26998868584632874, 0.1169051006436348, 0.3492470979690552, 0.1467084437608719, 0.34230780601501465, 0.4664445221424103], "min": [0.08424648642539978, -1.1632143259048462, 1.0149157047271729, 0.4476734697818756, -0.6519178748130798, -0.023866062983870506, -0.392168790102005, -1.2522172927856445, 0.9380364418029785, -1.7995750904083252, 0.15433070063591003, 0.15595197677612305, 0.02590247429907322, 0.8380034565925598, -0.04733114689588547, -0.005945027340203524, 0.017780540511012077, -0.007201907224953175, 0.01604611985385418, -0.011295553296804428, 0.02010401152074337, -5.454152051243e-05, 0.01575159654021263, 0.11597713083028793, 0.02226385660469532, 0.720395565032959, 0.00331612559966743, -0.0072322082705795765, 0.010810133069753647, 0.017671460285782814, 0.009233882650732994, -0.008224863559007645, 0.01794416643679142, -0.008355763740837574, 0.02347467839717865, 0.008399397134780884], "max": [0.6139848828315735, -0.7550355195999146, 1.3712496757507324, 1.1909905672073364, -0.26175183057785034, 0.578650712966919, 0.14192081987857819, -0.544812798500061, 1.4699087142944336, -1.1805833578109741, 0.7350914478302002, 0.8103494048118591, 1.070263147354126, 1.035231113433838, 0.007068582810461521, 0.005803219508379698, 0.6872397661209106, 0.46455755829811096, 0.687326967716217, 0.5584726333618164, 0.9462521076202393, 0.7331200838088989, 0.9685977101325989, 1.291478157043457, 1.0974030494689941, 1.040225863456726, 0.0354301817715168, 0.004930554423481226, 0.6824892163276672, 0.616155743598938, 0.8016188144683838, 0.3637375235557556, 1.0210285186767578, 0.5000095367431641, 1.0305132865905762, 1.411529541015625], "count": [576]}, "timestamp": {"min": [0.0], "max": [19.166666666666668], "mean": [9.583333333333334], "std": [5.542554231345635], "count": [576]}, "frame_index": {"min": [0], "max": [575], "mean": [287.5], "std": [166.27662694036906], "count": [576]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [576]}, "index": {"min": [9701], "max": [10276], "mean": [9988.5], "std": [166.27662694036906], "count": [576]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [576]}, "subtask_annotation": {"mean": [1.9635416666666667, 5.0, 5.0, 5.0, 5.0], "std": [1.4908484575113123, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [576]}, "scene_annotation": {"mean": [15.0], "std": [0.0], "min": [15], "max": [15], "count": [576]}, "eef_direction_state": {"mean": [4.788194444444445, 4.810763888888889], "std": [1.577929221751729, 1.7130895497208147], "min": [0, 0], "max": [6, 6], "count": [576]}, "eef_velocity_state": {"mean": [0.5711805555555556, 0.5902777777777778], "std": [0.6442609854707081, 0.7351605497784931], "min": [0, 0], "max": [2, 2], "count": [576]}, "eef_acc_mag_state": {"mean": [0.3298611111111111, 0.3385416666666667], "std": [0.6735663644931721, 0.6627284393890163], "min": [0, 0], "max": [2, 2], "count": [576]}, "eef_direction_action": {"mean": [4.788194444444445, 4.810763888888889], "std": [1.577929221751729, 1.7130895497208147], "min": [0, 0], "max": [6, 6], "count": [576]}, "eef_velocity_action": {"mean": [0.5711805555555556, 0.5902777777777778], "std": [0.6442609854707081, 0.7351605497784931], "min": [0, 0], "max": [2, 2], "count": [576]}, "eef_acc_mag_action": {"mean": [0.3298611111111111, 0.3385416666666667], "std": [0.6735663644931721, 0.6627284393890163], "min": [0, 0], "max": [2, 2], "count": [576]}, "eef_sim_pose_state": {"mean": [0.6859039974898804, 0.12960766030956172, 1.2456788382925417, -1.6435844601497787, 1.0740534869859182, -2.438009886545931, 0.636378724874247, -0.10199146219460105, 1.2564779708008667, 1.8054662746839856, 1.032399747135637, 2.683999817070053], "std": [0.020166028447953496, 0.06745891508894944, 0.037681487102650714, 0.1551384666769901, 0.09233882315479923, 0.065805685573309, 0.026013519100674537, 0.04892877680322216, 0.048635013769765485, 0.1269057534742217, 0.12968446754485927, 0.10804226030144619], "min": [0.6503229155387754, -0.010496675169673536, 1.1597763445084435, -1.8196040708408305, 0.8623376900273687, -2.5697280639212265, 0.5883471844593772, -0.19605292392212237, 1.1481819985859758, 1.5249383379439134, 0.8209805164803781, 2.3853584206592537], "max": [0.7130865172921432, 0.19971408044996236, 1.311536260405711, -1.3654327753575894, 1.3136648531212267, -2.2915213024147247, 0.6819522442371732, 0.03214236437838838, 1.3555928814375127, 2.0751465230871333, 1.1632701194489266, 2.978217670240508], "count": [576]}, "eef_sim_pose_action": {"mean": [0.6859039974898804, 0.12960766030956172, 1.2456788382925417, -1.6435844601497787, 1.0740534869859182, -2.438009886545931, 0.636378724874247, -0.10199146219460105, 1.2564779708008667, 1.8054662746839856, 1.032399747135637, 2.683999817070053], "std": [0.020166028447953496, 0.06745891508894944, 0.037681487102650714, 0.1551384666769901, 0.09233882315479923, 0.065805685573309, 0.026013519100674537, 0.04892877680322216, 0.048635013769765485, 0.1269057534742217, 0.12968446754485927, 0.10804226030144619], "min": [0.6503229155387754, -0.010496675169673536, 1.1597763445084435, -1.8196040708408305, 0.8623376900273687, -2.5697280639212265, 0.5883471844593772, -0.19605292392212237, 1.1481819985859758, 1.5249383379439134, 0.8209805164803781, 2.3853584206592537], "max": [0.7130865172921432, 0.19971408044996236, 1.311536260405711, -1.3654327753575894, 1.3136648531212267, -2.2915213024147247, 0.6819522442371732, 0.03214236437838838, 1.3555928814375127, 2.0751465230871333, 1.1632701194489266, 2.978217670240508], "count": [576]}}} +{"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.46918020635673624]], [[0.4589378096668775]], [[0.45607087583017075]]], "std": [[[0.19213695350041182]], [[0.19392497108540482]], [[0.19329539940129853]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.14901960784313725]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5656319872707147]], [[0.5718348058981657]], [[0.5687116507221168]]], "std": [[[0.2884608260678698]], [[0.2927233070265241]], [[0.29894423359577393]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.09411764705882353]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5437026654411765]], [[0.5722243668300653]], [[0.555858816611322]]], "std": [[[0.30574215607297683]], [[0.29741037043883817]], [[0.3083522479675817]]], "count": [124]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4370210244043854]], [[0.46149753254796544]], [[0.455762460797491]]], "std": [[[0.3418297724665524]], [[0.3419195255957558]], [[0.3471943444975121]]], "count": [124]}, "observation.state": {"mean": [0.3439003527164459, -0.9327030181884766, 1.2121082544326782, 0.5285545587539673, -0.39484432339668274, 0.5033600926399231, -0.0598367340862751, -0.7363508939743042, 1.0945658683776855, 1.7487218379974365, -0.3390200436115265, -2.7663116455078125, 0.5544602274894714, 0.9466280341148376, -0.035999417304992676, 0.004191679880023003, 0.20029811561107635, 0.043892793357372284, 0.2519446313381195, 0.10827178508043289, 0.3841274678707123, 0.15399004518985748, 0.25815296173095703, 0.4420284628868103, 0.5282031893730164, 0.8905264139175415, 0.013546724803745747, 0.0039043796714395285, 0.23781678080558777, 0.1627883017063141, 0.27142906188964844, 0.10499289631843567, 0.31572243571281433, 0.06993408501148224, 0.3352936804294586, 0.291297972202301], "std": [0.12388256937265396, 0.11175175756216049, 0.07960706204175949, 0.07888156175613403, 0.090656578540802, 0.0822979137301445, 0.15363429486751556, 0.27360275387763977, 0.20649470388889313, 0.18711422383785248, 0.2467491626739502, 0.204682856798172, 0.2994471788406372, 0.04193444177508354, 0.01795034483075142, 0.0012404375011101365, 0.20324645936489105, 0.07942764461040497, 0.19525893032550812, 0.18490007519721985, 0.39605462551116943, 0.3278057873249054, 0.3559393584728241, 0.27322253584861755, 0.5196899771690369, 0.11109233647584915, 0.00498451292514801, 0.002878042869269848, 0.2636094093322754, 0.27598658204078674, 0.2744564414024353, 0.17359015345573425, 0.3308373987674713, 0.11838086694478989, 0.38913851976394653, 0.4493650496006012], "min": [0.1314779371023178, -1.180702567100525, 0.9485747218132019, 0.3512674570083618, -0.6601076722145081, 0.44308385252952576, -0.37448978424072266, -1.2500476837158203, 0.8962410092353821, 1.3943288326263428, -0.8695735335350037, -3.0132999420166016, 0.022503839805722237, 0.7871379852294922, -0.048345617949962616, 0.00028361601289361715, 0.005508695729076862, -0.03203224390745163, 0.016515178605914116, -0.0027761643286794424, 0.03064689040184021, -0.05455790087580681, 0.019454965367913246, 0.1805761307477951, 0.03395247086882591, 0.707207441329956, 0.0038833573926240206, -0.004554218612611294, 0.012828170321881771, 0.009839292615652084, 0.008824821561574936, -0.00560141634196043, 0.01458986196666956, -0.004128794185817242, 0.034055739641189575, 0.016929693520069122], "max": [0.6178592443466187, -0.8127098083496094, 1.3115606307983398, 0.6445757746696472, -0.2316867858171463, 0.6734473705291748, 0.14888274669647217, -0.4690241813659668, 1.5073291063308716, 1.9994206428527832, -0.057972364127635956, -2.2970311641693115, 1.013196349143982, 1.039905309677124, 0.011279189959168434, 0.0074012866243720055, 0.5805237889289856, 0.21794798970222473, 0.6156266927719116, 0.5055018663406372, 1.2792718410491943, 1.0812751054763794, 1.0129836797714233, 1.1472594738006592, 1.2463178634643555, 1.0093892812728882, 0.03475387021899223, 0.008852091617882252, 0.7040112614631653, 0.7083418369293213, 0.7622507214546204, 0.5512513518333435, 0.9152669906616211, 0.3194825351238251, 1.2084660530090332, 1.5660512447357178], "count": [623]}, "action": {"mean": [0.3439003527164459, -0.9327030181884766, 1.2121082544326782, 0.5285545587539673, -0.39484432339668274, 0.5033600926399231, -0.0598367340862751, -0.7363508939743042, 1.0945658683776855, 1.7487218379974365, -0.3390200436115265, -2.7663116455078125, 0.5544602274894714, 0.9466280341148376, -0.035999417304992676, 0.004191679880023003, 0.20029811561107635, 0.043892793357372284, 0.2519446313381195, 0.10827178508043289, 0.3841274678707123, 0.15399004518985748, 0.25815296173095703, 0.4420284628868103, 0.5282031893730164, 0.8905264139175415, 0.013546724803745747, 0.0039043796714395285, 0.23781678080558777, 0.1627883017063141, 0.27142906188964844, 0.10499289631843567, 0.31572243571281433, 0.06993408501148224, 0.3352936804294586, 0.291297972202301], "std": [0.12388256937265396, 0.11175175756216049, 0.07960706204175949, 0.07888156175613403, 0.090656578540802, 0.0822979137301445, 0.15363429486751556, 0.27360275387763977, 0.20649470388889313, 0.18711422383785248, 0.2467491626739502, 0.204682856798172, 0.2994471788406372, 0.04193444177508354, 0.01795034483075142, 0.0012404375011101365, 0.20324645936489105, 0.07942764461040497, 0.19525893032550812, 0.18490007519721985, 0.39605462551116943, 0.3278057873249054, 0.3559393584728241, 0.27322253584861755, 0.5196899771690369, 0.11109233647584915, 0.00498451292514801, 0.002878042869269848, 0.2636094093322754, 0.27598658204078674, 0.2744564414024353, 0.17359015345573425, 0.3308373987674713, 0.11838086694478989, 0.38913851976394653, 0.4493650496006012], "min": [0.1314779371023178, -1.180702567100525, 0.9485747218132019, 0.3512674570083618, -0.6601076722145081, 0.44308385252952576, -0.37448978424072266, -1.2500476837158203, 0.8962410092353821, 1.3943288326263428, -0.8695735335350037, -3.0132999420166016, 0.022503839805722237, 0.7871379852294922, -0.048345617949962616, 0.00028361601289361715, 0.005508695729076862, -0.03203224390745163, 0.016515178605914116, -0.0027761643286794424, 0.03064689040184021, -0.05455790087580681, 0.019454965367913246, 0.1805761307477951, 0.03395247086882591, 0.707207441329956, 0.0038833573926240206, -0.004554218612611294, 0.012828170321881771, 0.009839292615652084, 0.008824821561574936, -0.00560141634196043, 0.01458986196666956, -0.004128794185817242, 0.034055739641189575, 0.016929693520069122], "max": [0.6178592443466187, -0.8127098083496094, 1.3115606307983398, 0.6445757746696472, -0.2316867858171463, 0.6734473705291748, 0.14888274669647217, -0.4690241813659668, 1.5073291063308716, 1.9994206428527832, -0.057972364127635956, -2.2970311641693115, 1.013196349143982, 1.039905309677124, 0.011279189959168434, 0.0074012866243720055, 0.5805237889289856, 0.21794798970222473, 0.6156266927719116, 0.5055018663406372, 1.2792718410491943, 1.0812751054763794, 1.0129836797714233, 1.1472594738006592, 1.2463178634643555, 1.0093892812728882, 0.03475387021899223, 0.008852091617882252, 0.7040112614631653, 0.7083418369293213, 0.7622507214546204, 0.5512513518333435, 0.9152669906616211, 0.3194825351238251, 1.2084660530090332, 1.5660512447357178], "count": [623]}, "timestamp": {"min": [0.0], "max": [20.733333333333334], "mean": [10.366666666666667], "std": [5.994812572364358], "count": [623]}, "frame_index": {"min": [0], "max": [622], "mean": [311.0], "std": [179.84437717093076], "count": [623]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [623]}, "index": {"min": [10277], "max": [10899], "mean": [10588.0], "std": [179.84437717093076], "count": [623]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [623]}, "subtask_annotation": {"mean": [2.1797752808988764, 5.0, 5.0, 5.0, 5.0], "std": [1.4477885768666243, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [623]}, "scene_annotation": {"mean": [16.0], "std": [0.0], "min": [16], "max": [16], "count": [623]}, "eef_direction_state": {"mean": [5.004815409309791, 4.593900481540931], "std": [1.4473008884100078, 1.745554694284351], "min": [0, 0], "max": [6, 6], "count": [623]}, "eef_velocity_state": {"mean": [0.5024077046548957, 0.6468699839486356], "std": [0.6356786144520004, 0.703478397884433], "min": [0, 0], "max": [2, 2], "count": [623]}, "eef_acc_mag_state": {"mean": [0.35152487961476725, 0.36597110754414125], "std": [0.6869758925823745, 0.6991838712689198], "min": [0, 0], "max": [2, 2], "count": [623]}, "eef_direction_action": {"mean": [5.004815409309791, 4.593900481540931], "std": [1.4473008884100078, 1.745554694284351], "min": [0, 0], "max": [6, 6], "count": [623]}, "eef_velocity_action": {"mean": [0.5024077046548957, 0.6468699839486356], "std": [0.6356786144520004, 0.703478397884433], "min": [0, 0], "max": [2, 2], "count": [623]}, "eef_acc_mag_action": {"mean": [0.35152487961476725, 0.36597110754414125], "std": [0.6869758925823745, 0.6991838712689198], "min": [0, 0], "max": [2, 2], "count": [623]}, "eef_sim_pose_state": {"mean": [0.6955872421886963, 0.13264769801638318, 1.2415637461122107, -1.5812841718551423, 1.0947384334604717, -2.295017718499747, 0.6507403343896009, -0.15827633599709995, 1.289729368705436, 1.617275076838178, 1.0151550900094386, 2.357256530178367], "std": [0.02176958863975581, 0.06687541700010546, 0.035397790069558156, 0.09586769845061026, 0.06743576904946721, 0.0968240405940411, 0.028516470963803792, 0.07857765542792373, 0.06287550024582007, 0.2337989139426656, 0.11610774235893206, 0.3613130928235882], "min": [0.6428631086109502, -0.017177160385818013, 1.1532808478215293, -1.7366061493000289, 0.9379350022106898, -2.4935580480704336, 0.6217430738232567, -0.26378355621717225, 1.1507906140393362, 1.0871117668874926, 0.7789156116482268, 1.5500556734160646], "max": [0.722906470511125, 0.19110946479151847, 1.3002398445507806, -1.3821823243824574, 1.2593245300205025, -2.1597695118173768, 0.7057490165771169, 0.012513297615009578, 1.3661826841070852, 2.0716386899266848, 1.2910052255573992, 3.092733927931336], "count": [623]}, "eef_sim_pose_action": {"mean": [0.6955872421886963, 0.13264769801638318, 1.2415637461122107, -1.5812841718551423, 1.0947384334604717, -2.295017718499747, 0.6507403343896009, -0.15827633599709995, 1.289729368705436, 1.617275076838178, 1.0151550900094386, 2.357256530178367], "std": [0.02176958863975581, 0.06687541700010546, 0.035397790069558156, 0.09586769845061026, 0.06743576904946721, 0.0968240405940411, 0.028516470963803792, 0.07857765542792373, 0.06287550024582007, 0.2337989139426656, 0.11610774235893206, 0.3613130928235882], "min": [0.6428631086109502, -0.017177160385818013, 1.1532808478215293, -1.7366061493000289, 0.9379350022106898, -2.4935580480704336, 0.6217430738232567, -0.26378355621717225, 1.1507906140393362, 1.0871117668874926, 0.7789156116482268, 1.5500556734160646], "max": [0.722906470511125, 0.19110946479151847, 1.3002398445507806, -1.3821823243824574, 1.2593245300205025, -2.1597695118173768, 0.7057490165771169, 0.012513297615009578, 1.3661826841070852, 2.0716386899266848, 1.2910052255573992, 3.092733927931336], "count": [623]}}} +{"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.4584321521799777]], [[0.44921708861390086]], [[0.4492234539395026]]], "std": [[[0.18944594812187307]], [[0.19430838637377382]], [[0.19147770729533367]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1450980392156863]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5224347862366492]], [[0.5293393038617885]], [[0.5250650717858282]]], "std": [[[0.288843856205019]], [[0.2956635352217969]], [[0.30062513799052343]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.10196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5493989070221584]], [[0.5670271949226845]], [[0.5554542658018492]]], "std": [[[0.2552698971857828]], [[0.25678323055340013]], [[0.2627516339304515]]], "count": [164]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4423611472282002]], [[0.46909923606129444]], [[0.46871105706001914]]], "std": [[[0.3247988503991601]], [[0.32558743416380154]], [[0.33471186500483163]]], "count": [164]}, "observation.state": {"mean": [0.3392844498157501, -0.792504608631134, 1.107198715209961, 0.41578593850135803, -0.29630792140960693, 0.6178891062736511, -0.18230077624320984, -0.7852647304534912, 1.0577410459518433, -1.356245994567871, 0.5346556901931763, 0.39020487666130066, 0.4884602129459381, 1.032984733581543, -0.039234936237335205, 0.0029521514661610126, 0.2500489354133606, 0.10639521479606628, 0.2987130582332611, 0.11951322853565216, 0.3430216610431671, 0.08920696377754211, 0.2396063208580017, 0.6089208126068115, 0.6319197416305542, 0.9426363110542297, 0.014110326766967773, -0.0006240808288566768, 0.2023477554321289, 0.10727043449878693, 0.25730273127555847, 0.05901922285556793, 0.3053954243659973, 0.10863564163446426, 0.2326420694589615, 0.4294293522834778], "std": [0.14976420998573303, 0.12982259690761566, 0.06710515171289444, 0.1339646577835083, 0.13489121198654175, 0.0886140912771225, 0.17917050421237946, 0.30638739466667175, 0.35157474875450134, 0.11127358675003052, 0.268728643655777, 0.07302858680486679, 0.31685733795166016, 0.05560094490647316, 0.014329769648611546, 0.0019554197788238525, 0.19072198867797852, 0.23063163459300995, 0.1784079372882843, 0.24637505412101746, 0.2460772544145584, 0.19242434203624725, 0.3675391376018524, 0.1870555281639099, 0.48626837134361267, 0.12380500137805939, 0.0041982755064964294, 0.005128436256200075, 0.2126290202140808, 0.22584329545497894, 0.2721005380153656, 0.11447380483150482, 0.35796797275543213, 0.23735132813453674, 0.31737759709358215, 0.40951859951019287], "min": [0.022161345928907394, -1.1190584897994995, 0.883306622505188, 0.1811770498752594, -0.6532053351402283, 0.1799849271774292, -0.6517191529273987, -1.4607652425765991, 0.5882710814476013, -1.6186484098434448, 0.16844528913497925, 0.28471189737319946, 0.02549687959253788, 0.9176974296569824, -0.047625672072172165, -0.005846852902323008, 0.007395832799375057, -0.010782862082123756, 0.014573498629033566, -0.009970192797482014, 0.019313158467411995, 0.0024598236195743084, 0.015463617630302906, 0.026741715148091316, 0.03534292057156563, 0.7112216353416443, 0.004265148192644119, -0.011568259447813034, -0.027947083115577698, -0.01191187184303999, 0.009119344875216484, -0.009615672752261162, 0.013809917494654655, 0.00931569468230009, 0.01852230541408062, 0.0022689278703182936], "max": [0.6906614899635315, -0.6602960228919983, 1.2567235231399536, 1.0766193866729736, 0.08934872597455978, 0.7559176683425903, 0.058294229209423065, -0.40828612446784973, 1.8246572017669678, -0.9704380035400391, 1.1380250453948975, 0.591763973236084, 1.0093892812728882, 1.1027318239212036, 0.0038179075345396996, 0.00703585846349597, 0.7082710266113281, 0.7642250657081604, 0.6773677468299866, 0.7447428703308105, 0.8577529191970825, 0.690185010433197, 1.1127456426620483, 0.9849111437797546, 1.246579647064209, 1.0861564874649048, 0.0339902862906456, 0.005917757283896208, 0.6375033259391785, 0.6813983917236328, 0.8525878190994263, 0.4449716806411743, 1.1751247644424438, 0.9403234124183655, 1.0460140705108643, 1.5452818870544434], "count": [899]}, "action": {"mean": [0.3392844498157501, -0.792504608631134, 1.107198715209961, 0.41578593850135803, -0.29630792140960693, 0.6178891062736511, -0.18230077624320984, -0.7852647304534912, 1.0577410459518433, -1.356245994567871, 0.5346556901931763, 0.39020487666130066, 0.4884602129459381, 1.032984733581543, -0.039234936237335205, 0.0029521514661610126, 0.2500489354133606, 0.10639521479606628, 0.2987130582332611, 0.11951322853565216, 0.3430216610431671, 0.08920696377754211, 0.2396063208580017, 0.6089208126068115, 0.6319197416305542, 0.9426363110542297, 0.014110326766967773, -0.0006240808288566768, 0.2023477554321289, 0.10727043449878693, 0.25730273127555847, 0.05901922285556793, 0.3053954243659973, 0.10863564163446426, 0.2326420694589615, 0.4294293522834778], "std": [0.14976420998573303, 0.12982259690761566, 0.06710515171289444, 0.1339646577835083, 0.13489121198654175, 0.0886140912771225, 0.17917050421237946, 0.30638739466667175, 0.35157474875450134, 0.11127358675003052, 0.268728643655777, 0.07302858680486679, 0.31685733795166016, 0.05560094490647316, 0.014329769648611546, 0.0019554197788238525, 0.19072198867797852, 0.23063163459300995, 0.1784079372882843, 0.24637505412101746, 0.2460772544145584, 0.19242434203624725, 0.3675391376018524, 0.1870555281639099, 0.48626837134361267, 0.12380500137805939, 0.0041982755064964294, 0.005128436256200075, 0.2126290202140808, 0.22584329545497894, 0.2721005380153656, 0.11447380483150482, 0.35796797275543213, 0.23735132813453674, 0.31737759709358215, 0.40951859951019287], "min": [0.022161345928907394, -1.1190584897994995, 0.883306622505188, 0.1811770498752594, -0.6532053351402283, 0.1799849271774292, -0.6517191529273987, -1.4607652425765991, 0.5882710814476013, -1.6186484098434448, 0.16844528913497925, 0.28471189737319946, 0.02549687959253788, 0.9176974296569824, -0.047625672072172165, -0.005846852902323008, 0.007395832799375057, -0.010782862082123756, 0.014573498629033566, -0.009970192797482014, 0.019313158467411995, 0.0024598236195743084, 0.015463617630302906, 0.026741715148091316, 0.03534292057156563, 0.7112216353416443, 0.004265148192644119, -0.011568259447813034, -0.027947083115577698, -0.01191187184303999, 0.009119344875216484, -0.009615672752261162, 0.013809917494654655, 0.00931569468230009, 0.01852230541408062, 0.0022689278703182936], "max": [0.6906614899635315, -0.6602960228919983, 1.2567235231399536, 1.0766193866729736, 0.08934872597455978, 0.7559176683425903, 0.058294229209423065, -0.40828612446784973, 1.8246572017669678, -0.9704380035400391, 1.1380250453948975, 0.591763973236084, 1.0093892812728882, 1.1027318239212036, 0.0038179075345396996, 0.00703585846349597, 0.7082710266113281, 0.7642250657081604, 0.6773677468299866, 0.7447428703308105, 0.8577529191970825, 0.690185010433197, 1.1127456426620483, 0.9849111437797546, 1.246579647064209, 1.0861564874649048, 0.0339902862906456, 0.005917757283896208, 0.6375033259391785, 0.6813983917236328, 0.8525878190994263, 0.4449716806411743, 1.1751247644424438, 0.9403234124183655, 1.0460140705108643, 1.5452818870544434], "count": [899]}, "timestamp": {"min": [0.0], "max": [29.933333333333334], "mean": [14.966666666666669], "std": [8.650626181573987], "count": [899]}, "frame_index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [899]}, "index": {"min": [10900], "max": [11798], "mean": [11349.0], "std": [259.5187854472196], "count": [899]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}, "subtask_annotation": {"mean": [2.007786429365962, 5.0, 5.0, 5.0, 5.0], "std": [1.2598645225268241, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [899]}, "scene_annotation": {"mean": [17.0], "std": [0.0], "min": [17], "max": [17], "count": [899]}, "eef_direction_state": {"mean": [4.987764182424916, 4.5550611790878754], "std": [1.4896250045120485, 1.9453102304796637], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_state": {"mean": [0.4549499443826474, 0.6184649610678532], "std": [0.5974784545172748, 0.7169747666893681], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_acc_mag_state": {"mean": [0.2413793103448276, 0.38153503893214685], "std": [0.5859123777585346, 0.7107418938342024], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_direction_action": {"mean": [4.987764182424916, 4.5550611790878754], "std": [1.4896250045120485, 1.9453102304796637], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_action": {"mean": [0.4549499443826474, 0.6184649610678532], "std": [0.5974784545172748, 0.7169747666893681], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_acc_mag_action": {"mean": [0.2413793103448276, 0.38153503893214685], "std": [0.5859123777585346, 0.7107418938342024], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_sim_pose_state": {"mean": [0.6846621076573873, 0.1790690770392974, 1.2441525433326703, -1.7066335019727759, 1.1193786106554056, -2.287062587902007, 0.5975021969222835, -0.09295454014283057, 1.26088359580235, 1.6822914923623715, 0.9598782653082218, 2.6921291692423392], "std": [0.01359648075037348, 0.07286289089183223, 0.03219792158704986, 0.08932875342407828, 0.056892531112612194, 0.0984772976962194, 0.09201435893301031, 0.05295389744447576, 0.08116294703627801, 0.34795391463049663, 0.07493720682889694, 0.11218788749359956], "min": [0.647691832189745, -0.0012268289675974597, 1.1483426401735535, -1.932354884183791, 0.9962143176022726, -2.533633448839696, 0.48282731668569523, -0.2076215997570417, 1.1417626482080931, 1.2219058360915844, 0.7460723251481194, 2.4172396214637955], "max": [0.7025129234605563, 0.24466060731727224, 1.3117652600437077, -1.5143974254872035, 1.2756436543447842, -2.1789789407940394, 0.7116511720723311, 0.05420857195063955, 1.3768933177146638, 2.195234288578215, 1.1627154076976471, 3.014511940694332], "count": [899]}, "eef_sim_pose_action": {"mean": [0.6846621076573873, 0.1790690770392974, 1.2441525433326703, -1.7066335019727759, 1.1193786106554056, -2.287062587902007, 0.5975021969222835, -0.09295454014283057, 1.26088359580235, 1.6822914923623715, 0.9598782653082218, 2.6921291692423392], "std": [0.01359648075037348, 0.07286289089183223, 0.03219792158704986, 0.08932875342407828, 0.056892531112612194, 0.0984772976962194, 0.09201435893301031, 0.05295389744447576, 0.08116294703627801, 0.34795391463049663, 0.07493720682889694, 0.11218788749359956], "min": [0.647691832189745, -0.0012268289675974597, 1.1483426401735535, -1.932354884183791, 0.9962143176022726, -2.533633448839696, 0.48282731668569523, -0.2076215997570417, 1.1417626482080931, 1.2219058360915844, 0.7460723251481194, 2.4172396214637955], "max": [0.7025129234605563, 0.24466060731727224, 1.3117652600437077, -1.5143974254872035, 1.2756436543447842, -2.1789789407940394, 0.7116511720723311, 0.05420857195063955, 1.3768933177146638, 2.195234288578215, 1.1627154076976471, 3.014511940694332], "count": [899]}}} +{"episode_index": 18, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4702640201914099]], [[0.4629437522694263]], [[0.45880523459383754]]], "std": [[[0.1842253147441728]], [[0.18580531209810733]], [[0.18536516573848552]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.1450980392156863]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5715451777933395]], [[0.5786052965167549]], [[0.5776363876569146]]], "std": [[[0.2849162894769166]], [[0.2890578681446443]], [[0.29545676612210325]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.13725490196078433]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5917266492245047]], [[0.6020528857376284]], [[0.586207415836705]]], "std": [[[0.26524895200081106]], [[0.26953998020752373]], [[0.27479515494837164]]], "count": [126]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.436994344265484]], [[0.4623546286570184]], [[0.45690651746809835]]], "std": [[[0.32985673032792645]], [[0.3292630920585368]], [[0.33477280609934457]]], "count": [126]}, "observation.state": {"mean": [0.23920896649360657, -0.9484928250312805, 1.3420547246932983, 1.162168264389038, -0.47728970646858215, 0.06185060739517212, -0.04465283453464508, -0.842825710773468, 1.2275327444076538, -1.5663235187530518, 0.6629607081413269, 0.7776180505752563, 0.49393564462661743, 0.94004225730896, -0.035924460738897324, -0.0007718726992607117, 0.2848353683948517, 0.17848899960517883, 0.34036538004875183, 0.10671941190958023, 0.43024328351020813, 0.18402127921581268, 0.41242435574531555, 0.4580044448375702, 0.5072221159934998, 0.9037766456604004, 0.014267874881625175, 0.00028299872064962983, 0.27064454555511475, 0.10612845420837402, 0.3136553466320038, 0.02737249620258808, 0.35249239206314087, 0.06655535846948624, 0.3431524336338043, 0.24573905766010284], "std": [0.15203721821308136, 0.1533070206642151, 0.11588837951421738, 0.3746233880519867, 0.09815706312656403, 0.31669357419013977, 0.1528853476047516, 0.2733599841594696, 0.22737710177898407, 0.12752118706703186, 0.14007817208766937, 0.14899496734142303, 0.41441601514816284, 0.041570164263248444, 0.02318117767572403, 0.0029239479918032885, 0.22760725021362305, 0.30449679493904114, 0.21400810778141022, 0.16763119399547577, 0.2866227924823761, 0.30294013023376465, 0.42133691906929016, 0.25811630487442017, 0.540485680103302, 0.11803943663835526, 0.005123877432197332, 0.004902868531644344, 0.2281576693058014, 0.18199481070041656, 0.25428465008735657, 0.03748929873108864, 0.30752938985824585, 0.11225578933954239, 0.3743613064289093, 0.2734428942203522], "min": [0.024736568331718445, -1.267833948135376, 0.9960803389549255, 0.4054131507873535, -0.6804450750350952, -0.36344021558761597, -0.37018173933029175, -1.3581483364105225, 1.0206021070480347, -1.7078421115875244, 0.36444029211997986, 0.5444609522819519, 0.024993842467665672, 0.855331301689148, -0.05106178671121597, -0.005797765217721462, 0.018707746639847755, -0.006539530586451292, 0.021816615015268326, -0.00760309025645256, 0.07666904479265213, -0.0007690355996601284, 0.020169461145997047, 0.08069238811731339, 0.032130420207977295, 0.6903649568557739, 0.004336052108556032, -0.007744898553937674, 0.01546798087656498, 2.1816627850057557e-05, 0.01107738632708788, -0.022482022643089294, 0.015091643668711185, -0.015877041965723038, 0.031155096367001534, 0.01667334884405136], "max": [0.5998583436012268, -0.7563748955726624, 1.4876115322113037, 1.71890127658844, -0.17806562781333923, 0.7027137279510498, 0.11414463818073273, -0.616226077079773, 1.7191433906555176, -1.2469927072525024, 0.8548509478569031, 0.9214780330657959, 0.9929177761077881, 1.046314001083374, 0.018075065687298775, 0.0024270983412861824, 0.6450573205947876, 0.7570037841796875, 0.6585890650749207, 0.5102306604385376, 0.8780969381332397, 0.7852672338485718, 1.192490816116333, 1.0248409509658813, 1.2642184495925903, 1.0147125720977783, 0.05035274848341942, 0.011584622785449028, 0.7129069566726685, 0.5204244256019592, 0.8060966730117798, 0.2584778070449829, 0.9877090454101562, 0.31895890831947327, 1.1785773038864136, 0.913718044757843], "count": [632]}, "action": {"mean": [0.23920896649360657, -0.9484928250312805, 1.3420547246932983, 1.162168264389038, -0.47728970646858215, 0.06185060739517212, -0.04465283453464508, -0.842825710773468, 1.2275327444076538, -1.5663235187530518, 0.6629607081413269, 0.7776180505752563, 0.49393564462661743, 0.94004225730896, -0.035924460738897324, -0.0007718726992607117, 0.2848353683948517, 0.17848899960517883, 0.34036538004875183, 0.10671941190958023, 0.43024328351020813, 0.18402127921581268, 0.41242435574531555, 0.4580044448375702, 0.5072221159934998, 0.9037766456604004, 0.014267874881625175, 0.00028299872064962983, 0.27064454555511475, 0.10612845420837402, 0.3136553466320038, 0.02737249620258808, 0.35249239206314087, 0.06655535846948624, 0.3431524336338043, 0.24573905766010284], "std": [0.15203721821308136, 0.1533070206642151, 0.11588837951421738, 0.3746233880519867, 0.09815706312656403, 0.31669357419013977, 0.1528853476047516, 0.2733599841594696, 0.22737710177898407, 0.12752118706703186, 0.14007817208766937, 0.14899496734142303, 0.41441601514816284, 0.041570164263248444, 0.02318117767572403, 0.0029239479918032885, 0.22760725021362305, 0.30449679493904114, 0.21400810778141022, 0.16763119399547577, 0.2866227924823761, 0.30294013023376465, 0.42133691906929016, 0.25811630487442017, 0.540485680103302, 0.11803943663835526, 0.005123877432197332, 0.004902868531644344, 0.2281576693058014, 0.18199481070041656, 0.25428465008735657, 0.03748929873108864, 0.30752938985824585, 0.11225578933954239, 0.3743613064289093, 0.2734428942203522], "min": [0.024736568331718445, -1.267833948135376, 0.9960803389549255, 0.4054131507873535, -0.6804450750350952, -0.36344021558761597, -0.37018173933029175, -1.3581483364105225, 1.0206021070480347, -1.7078421115875244, 0.36444029211997986, 0.5444609522819519, 0.024993842467665672, 0.855331301689148, -0.05106178671121597, -0.005797765217721462, 0.018707746639847755, -0.006539530586451292, 0.021816615015268326, -0.00760309025645256, 0.07666904479265213, -0.0007690355996601284, 0.020169461145997047, 0.08069238811731339, 0.032130420207977295, 0.6903649568557739, 0.004336052108556032, -0.007744898553937674, 0.01546798087656498, 2.1816627850057557e-05, 0.01107738632708788, -0.022482022643089294, 0.015091643668711185, -0.015877041965723038, 0.031155096367001534, 0.01667334884405136], "max": [0.5998583436012268, -0.7563748955726624, 1.4876115322113037, 1.71890127658844, -0.17806562781333923, 0.7027137279510498, 0.11414463818073273, -0.616226077079773, 1.7191433906555176, -1.2469927072525024, 0.8548509478569031, 0.9214780330657959, 0.9929177761077881, 1.046314001083374, 0.018075065687298775, 0.0024270983412861824, 0.6450573205947876, 0.7570037841796875, 0.6585890650749207, 0.5102306604385376, 0.8780969381332397, 0.7852672338485718, 1.192490816116333, 1.0248409509658813, 1.2642184495925903, 1.0147125720977783, 0.05035274848341942, 0.011584622785449028, 0.7129069566726685, 0.5204244256019592, 0.8060966730117798, 0.2584778070449829, 0.9877090454101562, 0.31895890831947327, 1.1785773038864136, 0.913718044757843], "count": [632]}, "timestamp": {"min": [0.0], "max": [21.033333333333335], "mean": [10.516666666666667], "std": [6.081415222718403], "count": [632]}, "frame_index": {"min": [0], "max": [631], "mean": [315.5], "std": [182.44245668155207], "count": [632]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [632]}, "index": {"min": [11799], "max": [12430], "mean": [12114.5], "std": [182.44245668155207], "count": [632]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [632]}, "subtask_annotation": {"mean": [1.893987341772152, 5.0, 5.0, 5.0, 5.0], "std": [1.4946619955201959, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [632]}, "scene_annotation": {"mean": [18.0], "std": [0.0], "min": [18], "max": [18], "count": [632]}, "eef_direction_state": {"mean": [4.830696202531645, 4.92879746835443], "std": [1.5795791849027454, 1.699681599964951], "min": [0, 0], "max": [6, 6], "count": [632]}, "eef_velocity_state": {"mean": [0.5506329113924051, 0.5759493670886076], "std": [0.6660621892357355, 0.7592826711123437], "min": [0, 0], "max": [2, 2], "count": [632]}, "eef_acc_mag_state": {"mean": [0.2689873417721519, 0.2974683544303797], "std": [0.6114313874932511, 0.6390211429604329], "min": [0, 0], "max": [2, 2], "count": [632]}, "eef_direction_action": {"mean": [4.830696202531645, 4.92879746835443], "std": [1.5795791849027454, 1.699681599964951], "min": [0, 0], "max": [6, 6], "count": [632]}, "eef_velocity_action": {"mean": [0.5506329113924051, 0.5759493670886076], "std": [0.6660621892357355, 0.7592826711123437], "min": [0, 0], "max": [2, 2], "count": [632]}, "eef_acc_mag_action": {"mean": [0.2689873417721519, 0.2974683544303797], "std": [0.6114313874932511, 0.6390211429604329], "min": [0, 0], "max": [2, 2], "count": [632]}, "eef_sim_pose_state": {"mean": [0.6967544733975695, 0.14166948160326276, 1.2468224135786201, -1.8348288640621826, 1.248451225033731, -2.216812996064589, 0.629142845318854, -0.10555747931252854, 1.2866538974800201, 1.647864251277882, 0.7794649704183055, 2.6851773415913995], "std": [0.02681441400563658, 0.09062999493688056, 0.03641223921057198, 0.11398052984612927, 0.04478915229953384, 1.4233122350890266, 0.057137327656935716, 0.05505201286033218, 0.05590291389208344, 0.14655412228823775, 0.04360078587559821, 0.04394325021170491], "min": [0.646474128376834, -0.026007922080674206, 1.1548078430445947, -2.0081902630144652, 1.1677633245107688, -3.140260607533928, 0.5699043584359311, -0.22112317171761914, 1.162490274198216, 1.3919739292744744, 0.6653776062884349, 2.5405221607561996], "max": [0.7281104835003879, 0.22770769192306015, 1.3013724403780984, -1.5178714476266677, 1.3288919801438186, 3.137335869253031, 0.7100904812669918, 0.03818353640185185, 1.3717721357057382, 1.9695006214343824, 0.8950439658490166, 2.7912751581510515], "count": [632]}, "eef_sim_pose_action": {"mean": [0.6967544733975695, 0.14166948160326276, 1.2468224135786201, -1.8348288640621826, 1.248451225033731, -2.216812996064589, 0.629142845318854, -0.10555747931252854, 1.2866538974800201, 1.647864251277882, 0.7794649704183055, 2.6851773415913995], "std": [0.02681441400563658, 0.09062999493688056, 0.03641223921057198, 0.11398052984612927, 0.04478915229953384, 1.4233122350890266, 0.057137327656935716, 0.05505201286033218, 0.05590291389208344, 0.14655412228823775, 0.04360078587559821, 0.04394325021170491], "min": [0.646474128376834, -0.026007922080674206, 1.1548078430445947, -2.0081902630144652, 1.1677633245107688, -3.140260607533928, 0.5699043584359311, -0.22112317171761914, 1.162490274198216, 1.3919739292744744, 0.6653776062884349, 2.5405221607561996], "max": [0.7281104835003879, 0.22770769192306015, 1.3013724403780984, -1.5178714476266677, 1.3288919801438186, 3.137335869253031, 0.7100904812669918, 0.03818353640185185, 1.3717721357057382, 1.9695006214343824, 0.8950439658490166, 2.7912751581510515], "count": [632]}}} +{"episode_index": 19, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46161921167838205]], [[0.4512390746392897]], [[0.4504187515414971]]], "std": [[[0.1912679008582171]], [[0.1935504882796397]], [[0.1925647469648553]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0392156862745098]], [[0.15294117647058825]], [[0.11764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5582415808566614]], [[0.5661359728902043]], [[0.5657975333477206]]], "std": [[[0.28049075334043394]], [[0.2865860430873463]], [[0.29159157578260436]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.1450980392156863]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.556464834597361]], [[0.5869543048875735]], [[0.5786417213898137]]], "std": [[[0.28397203817045885]], [[0.2799431243965395]], [[0.2888812875225932]]], "count": [159]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45013845213137665]], [[0.47404964262958854]], [[0.469269329089078]]], "std": [[[0.33686456509152096]], [[0.3363477671830528]], [[0.34210719161046055]]], "count": [159]}, "observation.state": {"mean": [0.3447486460208893, -0.8867872953414917, 1.1472710371017456, 0.18882595002651215, -0.2338680922985077, 0.9308475852012634, -0.2265019416809082, -0.8136714696884155, 1.1403979063034058, -1.2683684825897217, 0.49471133947372437, 0.6093642711639404, 0.7570496797561646, 0.9521651864051819, -0.03615526854991913, 0.004083264619112015, 0.2371731400489807, 0.13102199137210846, 0.23984554409980774, 0.1099250316619873, 0.267080157995224, 0.12729336321353912, 0.351812481880188, 0.18652476370334625, 0.3280901312828064, 0.9100121259689331, 0.014937364496290684, -7.032917346805334e-05, 0.21836644411087036, 0.11069297045469284, 0.2423650622367859, 0.05051741749048233, 0.2757515013217926, 0.07133296877145767, 0.29769667983055115, 0.17554369568824768], "std": [0.17868870496749878, 0.11669982224702835, 0.08003999292850494, 0.27855512499809265, 0.1946427971124649, 0.23314949870109558, 0.1228526383638382, 0.24677211046218872, 0.2273274064064026, 0.20796191692352295, 0.11734138429164886, 0.2919524312019348, 0.3217516243457794, 0.05754882097244263, 0.01948549970984459, 0.0034803790040314198, 0.3061378002166748, 0.22534462809562683, 0.2886796295642853, 0.1826932281255722, 0.3107225000858307, 0.23672261834144592, 0.44567254185676575, 0.17732183635234833, 0.4783162474632263, 0.1013714000582695, 0.004425903782248497, 0.003728579031303525, 0.21739210188388824, 0.2327079325914383, 0.23506973683834076, 0.10596083104610443, 0.28092414140701294, 0.14058905839920044, 0.32873478531837463, 0.36720460653305054], "min": [-0.04363126680254936, -1.1271052360534668, 0.9984288215637207, -0.11035372316837311, -0.8217340707778931, 0.21113479137420654, -0.46170830726623535, -1.4171816110610962, 0.9250186085700989, -1.7128251791000366, 0.2632538974285126, -0.2335345596075058, 0.021469930186867714, 0.809881865978241, -0.04951826110482216, -0.006981316953897476, 0.014126257970929146, -0.013760830275714397, 0.013662654906511307, -0.0033106713090091944, 0.012435471639037132, -0.05334162712097168, 0.015129822306334972, 0.013444488868117332, 0.02099849283695221, 0.6305056214332581, 0.002868885174393654, -0.005759586114436388, 0.011960959993302822, 0.00934623833745718, 0.011857330799102783, 0.0023943735286593437, 0.01708240993320942, -0.006844963412731886, 0.05657593533396721, 0.009086620062589645], "max": [0.620088517665863, -0.7343881130218506, 1.248915195465088, 1.142376184463501, 0.09402179718017578, 1.106708288192749, 0.14699921011924744, -0.6245708465576172, 1.766780138015747, -0.714742124080658, 0.783538818359375, 0.7889271974563599, 1.10010826587677, 1.1032171249389648, 0.006534076761454344, 0.011813697405159473, 0.9774607419967651, 0.8013242483139038, 0.9427614212036133, 0.520179033279419, 0.8030315041542053, 0.6588072776794434, 1.2028045654296875, 0.697968065738678, 1.1885038614273071, 0.9995936751365662, 0.03128502517938614, 0.008464846760034561, 0.7518660426139832, 0.728091299533844, 0.819901168346405, 0.5258949995040894, 0.983083963394165, 0.48625418543815613, 1.1893656253814697, 1.3808444738388062], "count": [864]}, "action": {"mean": [0.3447486460208893, -0.8867872953414917, 1.1472710371017456, 0.18882595002651215, -0.2338680922985077, 0.9308475852012634, -0.2265019416809082, -0.8136714696884155, 1.1403979063034058, -1.2683684825897217, 0.49471133947372437, 0.6093642711639404, 0.7570496797561646, 0.9521651864051819, -0.03615526854991913, 0.004083264619112015, 0.2371731400489807, 0.13102199137210846, 0.23984554409980774, 0.1099250316619873, 0.267080157995224, 0.12729336321353912, 0.351812481880188, 0.18652476370334625, 0.3280901312828064, 0.9100121259689331, 0.014937364496290684, -7.032917346805334e-05, 0.21836644411087036, 0.11069297045469284, 0.2423650622367859, 0.05051741749048233, 0.2757515013217926, 0.07133296877145767, 0.29769667983055115, 0.17554369568824768], "std": [0.17868870496749878, 0.11669982224702835, 0.08003999292850494, 0.27855512499809265, 0.1946427971124649, 0.23314949870109558, 0.1228526383638382, 0.24677211046218872, 0.2273274064064026, 0.20796191692352295, 0.11734138429164886, 0.2919524312019348, 0.3217516243457794, 0.05754882097244263, 0.01948549970984459, 0.0034803790040314198, 0.3061378002166748, 0.22534462809562683, 0.2886796295642853, 0.1826932281255722, 0.3107225000858307, 0.23672261834144592, 0.44567254185676575, 0.17732183635234833, 0.4783162474632263, 0.1013714000582695, 0.004425903782248497, 0.003728579031303525, 0.21739210188388824, 0.2327079325914383, 0.23506973683834076, 0.10596083104610443, 0.28092414140701294, 0.14058905839920044, 0.32873478531837463, 0.36720460653305054], "min": [-0.04363126680254936, -1.1271052360534668, 0.9984288215637207, -0.11035372316837311, -0.8217340707778931, 0.21113479137420654, -0.46170830726623535, -1.4171816110610962, 0.9250186085700989, -1.7128251791000366, 0.2632538974285126, -0.2335345596075058, 0.021469930186867714, 0.809881865978241, -0.04951826110482216, -0.006981316953897476, 0.014126257970929146, -0.013760830275714397, 0.013662654906511307, -0.0033106713090091944, 0.012435471639037132, -0.05334162712097168, 0.015129822306334972, 0.013444488868117332, 0.02099849283695221, 0.6305056214332581, 0.002868885174393654, -0.005759586114436388, 0.011960959993302822, 0.00934623833745718, 0.011857330799102783, 0.0023943735286593437, 0.01708240993320942, -0.006844963412731886, 0.05657593533396721, 0.009086620062589645], "max": [0.620088517665863, -0.7343881130218506, 1.248915195465088, 1.142376184463501, 0.09402179718017578, 1.106708288192749, 0.14699921011924744, -0.6245708465576172, 1.766780138015747, -0.714742124080658, 0.783538818359375, 0.7889271974563599, 1.10010826587677, 1.1032171249389648, 0.006534076761454344, 0.011813697405159473, 0.9774607419967651, 0.8013242483139038, 0.9427614212036133, 0.520179033279419, 0.8030315041542053, 0.6588072776794434, 1.2028045654296875, 0.697968065738678, 1.1885038614273071, 0.9995936751365662, 0.03128502517938614, 0.008464846760034561, 0.7518660426139832, 0.728091299533844, 0.819901168346405, 0.5258949995040894, 0.983083963394165, 0.48625418543815613, 1.1893656253814697, 1.3808444738388062], "count": [864]}, "timestamp": {"min": [0.0], "max": [28.766666666666666], "mean": [14.383333333333335], "std": [8.31383830774976], "count": [864]}, "frame_index": {"min": [0], "max": [863], "mean": [431.5], "std": [249.4151492324928], "count": [864]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [864]}, "index": {"min": [12431], "max": [13294], "mean": [12862.5], "std": [249.4151492324928], "count": [864]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [864]}, "subtask_annotation": {"mean": [2.5208333333333335, 5.0, 5.0, 5.0, 5.0], "std": [1.6164751461585025, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [864]}, "scene_annotation": {"mean": [19.0], "std": [0.0], "min": [19], "max": [19], "count": [864]}, "eef_direction_state": {"mean": [4.527777777777778, 4.832175925925926], "std": [1.6782008296659157, 1.814507352427382], "min": [0, 0], "max": [6, 6], "count": [864]}, "eef_velocity_state": {"mean": [0.7094907407407407, 0.5057870370370371], "std": [0.7136906684864551, 0.6905203560027648], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_acc_mag_state": {"mean": [0.4444444444444444, 0.2800925925925926], "std": [0.7417238846010337, 0.6293529825239564], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_direction_action": {"mean": [4.527777777777778, 4.832175925925926], "std": [1.6782008296659157, 1.814507352427382], "min": [0, 0], "max": [6, 6], "count": [864]}, "eef_velocity_action": {"mean": [0.7094907407407407, 0.5057870370370371], "std": [0.7136906684864551, 0.6905203560027648], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_acc_mag_action": {"mean": [0.4444444444444444, 0.2800925925925926], "std": [0.7417238846010337, 0.6293529825239564], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_sim_pose_state": {"mean": [0.693535959439667, 0.16055470505040473, 1.219729572074171, -1.8738421370192566, 1.179865608000633, -2.442780937442823, 0.63876437422524, -0.11476243791859383, 1.2517280563320796, 1.7070260660309704, 0.6603978588704471, 2.5847112996232187], "std": [0.030392292882700615, 0.08583979768299246, 0.04850571193308728, 0.2634685804545712, 0.06455179651545025, 0.14006104249897375, 0.04169437049633523, 0.060743941946853626, 0.04258701734234438, 0.11206728987993435, 0.17724681863546832, 0.11957372299398963], "min": [0.5560786045808125, -0.011495622924523496, 1.141848253987061, -2.3468926096635268, 1.0467432663437668, -2.73233781068165, 0.5806839960364034, -0.22567691408554927, 1.1594306037845807, 1.3353813032063293, 0.5144957478989878, 2.323179481468384], "max": [0.7280971545917958, 0.26782479219562033, 1.3177338926173703, -0.7942995172518776, 1.3711702279652767, -2.110640294883778, 0.7326872758313843, 0.06635569176229325, 1.3902904028040384, 1.9662275936578328, 1.0188128399353347, 3.015110587294963], "count": [864]}, "eef_sim_pose_action": {"mean": [0.693535959439667, 0.16055470505040473, 1.219729572074171, -1.8738421370192566, 1.179865608000633, -2.442780937442823, 0.63876437422524, -0.11476243791859383, 1.2517280563320796, 1.7070260660309704, 0.6603978588704471, 2.5847112996232187], "std": [0.030392292882700615, 0.08583979768299246, 0.04850571193308728, 0.2634685804545712, 0.06455179651545025, 0.14006104249897375, 0.04169437049633523, 0.060743941946853626, 0.04258701734234438, 0.11206728987993435, 0.17724681863546832, 0.11957372299398963], "min": [0.5560786045808125, -0.011495622924523496, 1.141848253987061, -2.3468926096635268, 1.0467432663437668, -2.73233781068165, 0.5806839960364034, -0.22567691408554927, 1.1594306037845807, 1.3353813032063293, 0.5144957478989878, 2.323179481468384], "max": [0.7280971545917958, 0.26782479219562033, 1.3177338926173703, -0.7942995172518776, 1.3711702279652767, -2.110640294883778, 0.7326872758313843, 0.06635569176229325, 1.3902904028040384, 1.9662275936578328, 1.0188128399353347, 3.015110587294963], "count": [864]}}} +{"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.4608056869510012]], [[0.4538666765538487]], [[0.45391270919195703]]], "std": [[[0.18898708388216923]], [[0.19068386318316094]], [[0.1884541931758397]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.1607843137254902]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5675498196890221]], [[0.5727464106927272]], [[0.5715060389867199]]], "std": [[[0.28377171691923153]], [[0.28963277588406505]], [[0.29588243469777037]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.058823529411764705]], [[0.11764705882352941]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5722389445693352]], [[0.5866036540943341]], [[0.5756871721618584]]], "std": [[[0.28498139873624756]], [[0.288478075850198]], [[0.2968838718293115]]], "count": [157]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.457119962740935]], [[0.47701393182007407]], [[0.47717023255692936]]], "std": [[[0.3304335864970166]], [[0.3337798709465254]], [[0.3380934146868807]]], "count": [157]}, "observation.state": {"mean": [0.3407692611217499, -0.9104493260383606, 1.250359058380127, 0.6315205693244934, -0.4521501660346985, 0.44970494508743286, -0.24961555004119873, -0.8903587460517883, 1.0957262516021729, -0.43254387378692627, 0.41799092292785645, -0.44542041420936584, 0.5369269847869873, 0.9375666975975037, -0.0389736145734787, 0.006486150436103344, 0.3134199380874634, 0.14294123649597168, 0.37743985652923584, 0.11918175220489502, 0.4330238401889801, 0.12128671258687973, 0.5691242218017578, 0.02907332219183445, 0.6444957852363586, 0.8915258646011353, 0.01295972615480423, 0.0021537591237574816, 0.29451820254325867, 0.02140549011528492, 0.3290408253669739, 0.007061876356601715, 0.3626773953437805, 0.09729904681444168, 0.3821665048599243, 0.32517310976982117], "std": [0.12172944098711014, 0.10877726972103119, 0.08439885079860687, 0.14396549761295319, 0.06462863087654114, 0.10332687199115753, 0.19092518091201782, 0.24240198731422424, 0.28794118762016296, 0.6186882257461548, 0.20529384911060333, 0.571124255657196, 0.3475199043750763, 0.03249313682317734, 0.020228860899806023, 0.0051155961118638515, 0.2544902265071869, 0.26032012701034546, 0.21602636575698853, 0.2154323160648346, 0.23742017149925232, 0.2203119397163391, 0.38403022289276123, 0.021288961172103882, 0.5772568583488464, 0.103099025785923, 0.005576778668910265, 0.0085651446133852, 0.2746441066265106, 0.023423364385962486, 0.2969273328781128, 0.019897587597370148, 0.32672759890556335, 0.1593666970729828, 0.39252716302871704, 0.43335479497909546], "min": [0.12169069796800613, -1.1427338123321533, 0.9477163553237915, 0.41192206740379333, -0.5984874367713928, 0.1391431987285614, -0.465912789106369, -1.4509422779083252, 0.8052471876144409, -1.6969701051712036, 0.1690055876970291, -0.8351811170578003, 0.02587616816163063, 0.8028842210769653, -0.05093089118599892, -0.00658861780539155, -0.012190033681690693, -0.014218978583812714, 0.014366241171956062, -0.014688036404550076, 0.02033308520913124, -0.007843073457479477, 0.041713371872901917, 0.011142836883664131, 0.025209099054336548, 0.7383615374565125, 0.002923426451161504, -0.003605195553973317, 0.01926952600479126, -0.006544984877109528, 0.01845685765147209, -0.03297581523656845, 0.03631920740008354, -0.017126044258475304, 0.030515991151332855, 0.02085123024880886], "max": [0.6326414346694946, -0.7681248784065247, 1.3353074789047241, 1.1481937170028687, -0.212517648935318, 0.6390788555145264, 0.17141366004943848, -0.6422140598297119, 1.7031810283660889, 0.15057554841041565, 0.8283383846282959, 0.7165660858154297, 1.0539062023162842, 1.026858925819397, 0.019133172929286957, 0.015675237402319908, 0.819437563419342, 0.6791621446609497, 0.8239589929580688, 0.6031748652458191, 0.8336673974990845, 0.5888631939888, 1.2642183303833008, 0.14446963369846344, 1.2657508850097656, 1.0237282514572144, 0.03490658476948738, 0.05379977449774742, 0.7412577271461487, 0.2010619342327118, 0.8090037703514099, 0.18072883784770966, 0.9231100678443909, 0.3868522346019745, 1.103926181793213, 1.4369240999221802], "count": [849]}, "action": {"mean": [0.3407692611217499, -0.9104493260383606, 1.250359058380127, 0.6315205693244934, -0.4521501660346985, 0.44970494508743286, -0.24961555004119873, -0.8903587460517883, 1.0957262516021729, -0.43254387378692627, 0.41799092292785645, -0.44542041420936584, 0.5369269847869873, 0.9375666975975037, -0.0389736145734787, 0.006486150436103344, 0.3134199380874634, 0.14294123649597168, 0.37743985652923584, 0.11918175220489502, 0.4330238401889801, 0.12128671258687973, 0.5691242218017578, 0.02907332219183445, 0.6444957852363586, 0.8915258646011353, 0.01295972615480423, 0.0021537591237574816, 0.29451820254325867, 0.02140549011528492, 0.3290408253669739, 0.007061876356601715, 0.3626773953437805, 0.09729904681444168, 0.3821665048599243, 0.32517310976982117], "std": [0.12172944098711014, 0.10877726972103119, 0.08439885079860687, 0.14396549761295319, 0.06462863087654114, 0.10332687199115753, 0.19092518091201782, 0.24240198731422424, 0.28794118762016296, 0.6186882257461548, 0.20529384911060333, 0.571124255657196, 0.3475199043750763, 0.03249313682317734, 0.020228860899806023, 0.0051155961118638515, 0.2544902265071869, 0.26032012701034546, 0.21602636575698853, 0.2154323160648346, 0.23742017149925232, 0.2203119397163391, 0.38403022289276123, 0.021288961172103882, 0.5772568583488464, 0.103099025785923, 0.005576778668910265, 0.0085651446133852, 0.2746441066265106, 0.023423364385962486, 0.2969273328781128, 0.019897587597370148, 0.32672759890556335, 0.1593666970729828, 0.39252716302871704, 0.43335479497909546], "min": [0.12169069796800613, -1.1427338123321533, 0.9477163553237915, 0.41192206740379333, -0.5984874367713928, 0.1391431987285614, -0.465912789106369, -1.4509422779083252, 0.8052471876144409, -1.6969701051712036, 0.1690055876970291, -0.8351811170578003, 0.02587616816163063, 0.8028842210769653, -0.05093089118599892, -0.00658861780539155, -0.012190033681690693, -0.014218978583812714, 0.014366241171956062, -0.014688036404550076, 0.02033308520913124, -0.007843073457479477, 0.041713371872901917, 0.011142836883664131, 0.025209099054336548, 0.7383615374565125, 0.002923426451161504, -0.003605195553973317, 0.01926952600479126, -0.006544984877109528, 0.01845685765147209, -0.03297581523656845, 0.03631920740008354, -0.017126044258475304, 0.030515991151332855, 0.02085123024880886], "max": [0.6326414346694946, -0.7681248784065247, 1.3353074789047241, 1.1481937170028687, -0.212517648935318, 0.6390788555145264, 0.17141366004943848, -0.6422140598297119, 1.7031810283660889, 0.15057554841041565, 0.8283383846282959, 0.7165660858154297, 1.0539062023162842, 1.026858925819397, 0.019133172929286957, 0.015675237402319908, 0.819437563419342, 0.6791621446609497, 0.8239589929580688, 0.6031748652458191, 0.8336673974990845, 0.5888631939888, 1.2642183303833008, 0.14446963369846344, 1.2657508850097656, 1.0237282514572144, 0.03490658476948738, 0.05379977449774742, 0.7412577271461487, 0.2010619342327118, 0.8090037703514099, 0.18072883784770966, 0.9231100678443909, 0.3868522346019745, 1.103926181793213, 1.4369240999221802], "count": [849]}, "timestamp": {"min": [0.0], "max": [28.266666666666666], "mean": [14.133333333333335], "std": [8.169500642067467], "count": [849]}, "frame_index": {"min": [0], "max": [848], "mean": [424.0], "std": [245.085019262024], "count": [849]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [849]}, "index": {"min": [13295], "max": [14143], "mean": [13719.0], "std": [245.085019262024], "count": [849]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [849]}, "subtask_annotation": {"mean": [1.9316843345111896, 5.0, 5.0, 5.0, 5.0], "std": [1.4025207373198003, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [849]}, "scene_annotation": {"mean": [20.0], "std": [0.0], "min": [20], "max": [20], "count": [849]}, "eef_direction_state": {"mean": [5.030624263839812, 4.3250883392226145], "std": [1.5828898774465356, 1.9427239198983728], "min": [0, 0], "max": [6, 6], "count": [849]}, "eef_velocity_state": {"mean": [0.43227326266195526, 0.6136631330977621], "std": [0.6405567666209631, 0.6208788820432962], "min": [0, 0], "max": [2, 2], "count": [849]}, "eef_acc_mag_state": {"mean": [0.24852767962308597, 0.42285041224970554], "std": [0.5910210162892335, 0.7306165829534916], "min": [0, 0], "max": [2, 2], "count": [849]}, "eef_direction_action": {"mean": [5.030624263839812, 4.3250883392226145], "std": [1.5828898774465356, 1.9427239198983728], "min": [0, 0], "max": [6, 6], "count": [849]}, "eef_velocity_action": {"mean": [0.43227326266195526, 0.6136631330977621], "std": [0.6405567666209631, 0.6208788820432962], "min": [0, 0], "max": [2, 2], "count": [849]}, "eef_acc_mag_action": {"mean": [0.24852767962308597, 0.42285041224970554], "std": [0.5910210162892335, 0.7306165829534916], "min": [0, 0], "max": [2, 2], "count": [849]}, "eef_sim_pose_state": {"mean": [0.6959748652101759, 0.14941680833102683, 1.2533426964716299, -1.5159619496527443, 1.1591273270619715, -2.2464531665749337, 0.6576389058305158, -0.10290025630890973, 1.2668943403071913, 1.560713631644517, 0.9171459565720819, 2.351353805247885], "std": [0.026765184941437443, 0.07797403592520666, 0.03567898659864983, 0.15793698296668018, 0.07277668165018622, 0.17832857226937032, 0.028331420080891283, 0.059597780381991705, 0.07003198627017512, 0.24169960941541602, 0.0795405724469483, 0.20269911823866835], "min": [0.6311378943670369, -0.012713364861762472, 1.147022154411592, -1.9288157880476036, 0.9712422539763894, -2.609258072651519, 0.61435824868122, -0.15967372644041922, 1.1542757263169794, 0.9484701908497611, 0.7397418613973579, 2.0962770439960874], "max": [0.7236295209828313, 0.21342791223356986, 1.3106157785801236, -1.3078189064435857, 1.3036200532752575, -2.057197500105059, 0.7193943183113488, 0.05908399414909793, 1.3908273431051932, 1.9137783918820042, 1.0344492825022193, 2.9600265142537863], "count": [849]}, "eef_sim_pose_action": {"mean": [0.6959748652101759, 0.14941680833102683, 1.2533426964716299, -1.5159619496527443, 1.1591273270619715, -2.2464531665749337, 0.6576389058305158, -0.10290025630890973, 1.2668943403071913, 1.560713631644517, 0.9171459565720819, 2.351353805247885], "std": [0.026765184941437443, 0.07797403592520666, 0.03567898659864983, 0.15793698296668018, 0.07277668165018622, 0.17832857226937032, 0.028331420080891283, 0.059597780381991705, 0.07003198627017512, 0.24169960941541602, 0.0795405724469483, 0.20269911823866835], "min": [0.6311378943670369, -0.012713364861762472, 1.147022154411592, -1.9288157880476036, 0.9712422539763894, -2.609258072651519, 0.61435824868122, -0.15967372644041922, 1.1542757263169794, 0.9484701908497611, 0.7397418613973579, 2.0962770439960874], "max": [0.7236295209828313, 0.21342791223356986, 1.3106157785801236, -1.3078189064435857, 1.3036200532752575, -2.057197500105059, 0.7193943183113488, 0.05908399414909793, 1.3908273431051932, 1.9137783918820042, 1.0344492825022193, 2.9600265142537863], "count": [849]}}} +{"episode_index": 21, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4588618523918188]], [[0.45271413680414696]], [[0.4521203128521524]]], "std": [[[0.1879344410421515]], [[0.1893855420268419]], [[0.18690112937134687]]], "count": [116]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.16470588235294117]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5725054530792202]], [[0.5780450578938472]], [[0.5779486385789948]]], "std": [[[0.2783687903253077]], [[0.2837805037965656]], [[0.29202687875548505]]], "count": [116]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0196078431372549]], [[0.11764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5975829001859364]], [[0.6196712252789046]], [[0.6114436468193599]]], "std": [[[0.2761424865608424]], [[0.2737498055036272]], [[0.28374177090697633]]], "count": [116]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42351975926865]], [[0.44538388480392155]], [[0.44151688570543157]]], "std": [[[0.3261608845528345]], [[0.3269173905491944]], [[0.332084790911598]]], "count": [116]}, "observation.state": {"mean": [0.3362778425216675, -0.9611883163452148, 1.3131722211837769, 0.7691274285316467, -0.5059044361114502, 0.3586171567440033, -0.14862222969532013, -0.7682860493659973, 1.0974664688110352, -1.607730507850647, 0.44914400577545166, 0.515806257724762, 0.3535636067390442, 0.9075810313224792, -0.03341041877865791, 0.002179788425564766, 0.2852078080177307, 0.1683780550956726, 0.3185521066188812, 0.13141486048698425, 0.382030189037323, 0.13527242839336395, 0.42048442363739014, 0.2918277382850647, 0.46129944920539856, 0.8686618208885193, 0.013802148401737213, 0.0023071058094501495, 0.20962870121002197, 0.16644379496574402, 0.28686413168907166, 0.040221795439720154, 0.3612971901893616, 0.1529158055782318, 0.3698682487010956, 0.12326979637145996], "std": [0.11292015016078949, 0.11489164084196091, 0.11201948672533035, 0.129640594124794, 0.11257059127092361, 0.0998176708817482, 0.1542966365814209, 0.32821160554885864, 0.32043594121932983, 0.20985697209835052, 0.206974595785141, 0.14711055159568787, 0.40879952907562256, 0.042586181312799454, 0.025003865361213684, 0.005730972625315189, 0.19072280824184418, 0.32378607988357544, 0.1896015703678131, 0.2584366798400879, 0.2538200318813324, 0.2677021324634552, 0.26948100328445435, 0.5431947708129883, 0.49452802538871765, 0.09659476578235626, 0.005130853969603777, 0.007591791916638613, 0.19472014904022217, 0.2919706404209137, 0.30760496854782104, 0.07159208506345749, 0.4284931719303131, 0.28667908906936646, 0.4380999505519867, 0.18804384768009186], "min": [0.12345501780509949, -1.1965457201004028, 0.9614375829696655, 0.4580448567867279, -0.6238675117492676, 0.2790493667125702, -0.6040948629379272, -1.3890478610992432, 0.8260852694511414, -1.8328827619552612, 0.08257753401994705, -0.0967278927564621, 0.024123722687363625, 0.7808330059051514, -0.05172174051403999, -0.009326603263616562, 0.013689926825463772, -0.006703155115246773, 0.012959069572389126, -0.01006836723536253, 0.03874630853533745, 0.0015980669995769858, 0.07871980220079422, 0.014393512159585953, 0.013084514997899532, 0.6963263154029846, 0.003556108335033059, -0.011862784624099731, -0.021047579124569893, 0.011420998722314835, 0.011770064011216164, -0.0123154791072011, 0.012871803715825081, 0.004057890735566616, 0.03217405080795288, 0.010368346236646175], "max": [0.5661216378211975, -0.7822155952453613, 1.407454013824463, 0.9800226092338562, -0.27765458822250366, 0.6007524728775024, 0.18782901763916016, -0.41487929224967957, 1.7097376585006714, -0.7663486003875732, 0.8494983911514282, 0.7489557266235352, 0.9505608677864075, 0.9443758130073547, 0.025241823866963387, 0.008219409734010696, 0.6434701681137085, 1.003482460975647, 0.6506805419921875, 0.9040041565895081, 0.8740172386169434, 0.9447412490844727, 1.0160815715789795, 1.584818959236145, 1.2018883228302002, 0.9712866544723511, 0.038549959659576416, 0.008443029597401619, 0.5782275795936584, 0.8054530620574951, 0.893183171749115, 0.3296163082122803, 1.2392001152038574, 0.8645270466804504, 1.3116803169250488, 0.645368218421936], "count": [566]}, "action": {"mean": [0.3362778425216675, -0.9611883163452148, 1.3131722211837769, 0.7691274285316467, -0.5059044361114502, 0.3586171567440033, -0.14862222969532013, -0.7682860493659973, 1.0974664688110352, -1.607730507850647, 0.44914400577545166, 0.515806257724762, 0.3535636067390442, 0.9075810313224792, -0.03341041877865791, 0.002179788425564766, 0.2852078080177307, 0.1683780550956726, 0.3185521066188812, 0.13141486048698425, 0.382030189037323, 0.13527242839336395, 0.42048442363739014, 0.2918277382850647, 0.46129944920539856, 0.8686618208885193, 0.013802148401737213, 0.0023071058094501495, 0.20962870121002197, 0.16644379496574402, 0.28686413168907166, 0.040221795439720154, 0.3612971901893616, 0.1529158055782318, 0.3698682487010956, 0.12326979637145996], "std": [0.11292015016078949, 0.11489164084196091, 0.11201948672533035, 0.129640594124794, 0.11257059127092361, 0.0998176708817482, 0.1542966365814209, 0.32821160554885864, 0.32043594121932983, 0.20985697209835052, 0.206974595785141, 0.14711055159568787, 0.40879952907562256, 0.042586181312799454, 0.025003865361213684, 0.005730972625315189, 0.19072280824184418, 0.32378607988357544, 0.1896015703678131, 0.2584366798400879, 0.2538200318813324, 0.2677021324634552, 0.26948100328445435, 0.5431947708129883, 0.49452802538871765, 0.09659476578235626, 0.005130853969603777, 0.007591791916638613, 0.19472014904022217, 0.2919706404209137, 0.30760496854782104, 0.07159208506345749, 0.4284931719303131, 0.28667908906936646, 0.4380999505519867, 0.18804384768009186], "min": [0.12345501780509949, -1.1965457201004028, 0.9614375829696655, 0.4580448567867279, -0.6238675117492676, 0.2790493667125702, -0.6040948629379272, -1.3890478610992432, 0.8260852694511414, -1.8328827619552612, 0.08257753401994705, -0.0967278927564621, 0.024123722687363625, 0.7808330059051514, -0.05172174051403999, -0.009326603263616562, 0.013689926825463772, -0.006703155115246773, 0.012959069572389126, -0.01006836723536253, 0.03874630853533745, 0.0015980669995769858, 0.07871980220079422, 0.014393512159585953, 0.013084514997899532, 0.6963263154029846, 0.003556108335033059, -0.011862784624099731, -0.021047579124569893, 0.011420998722314835, 0.011770064011216164, -0.0123154791072011, 0.012871803715825081, 0.004057890735566616, 0.03217405080795288, 0.010368346236646175], "max": [0.5661216378211975, -0.7822155952453613, 1.407454013824463, 0.9800226092338562, -0.27765458822250366, 0.6007524728775024, 0.18782901763916016, -0.41487929224967957, 1.7097376585006714, -0.7663486003875732, 0.8494983911514282, 0.7489557266235352, 0.9505608677864075, 0.9443758130073547, 0.025241823866963387, 0.008219409734010696, 0.6434701681137085, 1.003482460975647, 0.6506805419921875, 0.9040041565895081, 0.8740172386169434, 0.9447412490844727, 1.0160815715789795, 1.584818959236145, 1.2018883228302002, 0.9712866544723511, 0.038549959659576416, 0.008443029597401619, 0.5782275795936584, 0.8054530620574951, 0.893183171749115, 0.3296163082122803, 1.2392001152038574, 0.8645270466804504, 1.3116803169250488, 0.645368218421936], "count": [566]}, "timestamp": {"min": [0.0], "max": [18.833333333333332], "mean": [9.416666666666666], "std": [5.446329038903176], "count": [566]}, "frame_index": {"min": [0], "max": [565], "mean": [282.5], "std": [163.3898711670953], "count": [566]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [566]}, "index": {"min": [14144], "max": [14709], "mean": [14426.5], "std": [163.3898711670953], "count": [566]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [566]}, "subtask_annotation": {"mean": [2.1519434628975267, 5.0, 5.0, 5.0, 5.0], "std": [1.4542085034003427, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [566]}, "scene_annotation": {"mean": [21.0], "std": [0.0], "min": [21], "max": [21], "count": [566]}, "eef_direction_state": {"mean": [4.602473498233215, 4.415194346289753], "std": [1.7890304425049108, 2.1479834115004497], "min": [0, 0], "max": [6, 6], "count": [566]}, "eef_velocity_state": {"mean": [0.5724381625441696, 0.6431095406360424], "std": [0.638198152785272, 0.7494498891925612], "min": [0, 0], "max": [2, 2], "count": [566]}, "eef_acc_mag_state": {"mean": [0.36042402826855124, 0.40636042402826855], "std": [0.6835697950633823, 0.7164610495104008], "min": [0, 0], "max": [2, 2], "count": [566]}, "eef_direction_action": {"mean": [4.602473498233215, 4.415194346289753], "std": [1.7890304425049108, 2.1479834115004497], "min": [0, 0], "max": [6, 6], "count": [566]}, "eef_velocity_action": {"mean": [0.5724381625441696, 0.6431095406360424], "std": [0.638198152785272, 0.7494498891925612], "min": [0, 0], "max": [2, 2], "count": [566]}, "eef_acc_mag_action": {"mean": [0.36042402826855124, 0.40636042402826855], "std": [0.6835697950633823, 0.7164610495104008], "min": [0, 0], "max": [2, 2], "count": [566]}, "eef_sim_pose_state": {"mean": [0.6976577048801672, 0.13120877906452774, 1.2469365647559725, -1.5463781438015431, 1.1913055547387978, -2.351770190813955, 0.6305334407021954, -0.12081134739577172, 1.2488348358809482, 1.9489938646660108, 1.0526838273668389, 2.798940708425975], "std": [0.021032214390345617, 0.06353091657308524, 0.036730073362826396, 0.15074771070537152, 0.08517124454204039, 0.1351573613816054, 0.0644295111164892, 0.06240175141396706, 0.04930886679005025, 0.14697817363371152, 0.0713099439112816, 0.1347428299970323], "min": [0.6343931988306195, -0.008740120858453826, 1.1577437403514435, -1.9049151168129401, 1.018492268138211, -2.6851691147482426, 0.5554006729282832, -0.27052328811988013, 1.1491903713039648, 1.5472981069108664, 0.9066991948581489, 2.384851455965897], "max": [0.7299899993418337, 0.19857042311584622, 1.3017350158593564, -1.33733324249825, 1.310646690408654, -2.15473886498995, 0.7203121758403532, 0.023212047070501368, 1.3641611353379264, 2.1388325459574316, 1.1301153660960472, 2.995719884800017], "count": [566]}, "eef_sim_pose_action": {"mean": [0.6976577048801672, 0.13120877906452774, 1.2469365647559725, -1.5463781438015431, 1.1913055547387978, -2.351770190813955, 0.6305334407021954, -0.12081134739577172, 1.2488348358809482, 1.9489938646660108, 1.0526838273668389, 2.798940708425975], "std": [0.021032214390345617, 0.06353091657308524, 0.036730073362826396, 0.15074771070537152, 0.08517124454204039, 0.1351573613816054, 0.0644295111164892, 0.06240175141396706, 0.04930886679005025, 0.14697817363371152, 0.0713099439112816, 0.1347428299970323], "min": [0.6343931988306195, -0.008740120858453826, 1.1577437403514435, -1.9049151168129401, 1.018492268138211, -2.6851691147482426, 0.5554006729282832, -0.27052328811988013, 1.1491903713039648, 1.5472981069108664, 0.9066991948581489, 2.384851455965897], "max": [0.7299899993418337, 0.19857042311584622, 1.3017350158593564, -1.33733324249825, 1.310646690408654, -2.15473886498995, 0.7203121758403532, 0.023212047070501368, 1.3641611353379264, 2.1388325459574316, 1.1301153660960472, 2.995719884800017], "count": [566]}}} +{"episode_index": 22, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.043137254901960784]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46760493627450983]], [[0.46088444444444443]], [[0.45936934150326797]]], "std": [[[0.18632568904078306]], [[0.18675546484123826]], [[0.18556759621027716]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.15294117647058825]], [[0.16470588235294117]], [[0.12549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5721109346405229]], [[0.5772280931372549]], [[0.5770937516339869]]], "std": [[[0.2805258633993271]], [[0.285516549316498]], [[0.2925905720198078]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.13333333333333333]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5870387418300654]], [[0.611097318627451]], [[0.6019389542483661]]], "std": [[[0.27712768157858686]], [[0.27442535648993416]], [[0.279577033494347]]], "count": [125]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44823399183006535]], [[0.47045887908496736]], [[0.4678268954248366]]], "std": [[[0.33059711062113095]], [[0.3306384630727745]], [[0.33615176371060523]]], "count": [125]}, "observation.state": {"mean": [0.2885656952857971, -0.9457197785377502, 1.2211939096450806, 0.7027633190155029, -0.3844092786312103, 0.4259023070335388, -0.15749838948249817, -0.6616241931915283, 1.0205261707305908, -1.1338558197021484, 0.444160521030426, 0.25645503401756287, 0.5042324662208557, 0.9097511172294617, -0.03283169865608215, 0.00039831604226492345, 0.23398536443710327, 0.14577628672122955, 0.24838969111442566, 0.1071561649441719, 0.3161696195602417, 0.11384053528308868, 0.4330849349498749, 0.1331307590007782, 0.42147308588027954, 0.8569141030311584, 0.014652504585683346, 6.442480662371963e-05, 0.2649613618850708, 0.10970047116279602, 0.32371407747268677, 0.015466800890862942, 0.3828096091747284, 0.05907193198800087, 0.3798260986804962, 0.20879831910133362], "std": [0.1138637363910675, 0.11338774114847183, 0.09562588483095169, 0.19351306557655334, 0.12068872153759003, 0.19009409844875336, 0.12610845267772675, 0.32048729062080383, 0.26813527941703796, 0.3423122763633728, 0.1469206064939499, 0.31992077827453613, 0.4323769509792328, 0.03875303640961647, 0.023358909413218498, 0.0029483952093869448, 0.25107747316360474, 0.21568143367767334, 0.2524980306625366, 0.19797736406326294, 0.32938188314437866, 0.23373249173164368, 0.4663567841053009, 0.1715303361415863, 0.4551053047180176, 0.09404651820659637, 0.005204485263675451, 0.003101856680586934, 0.20784102380275726, 0.20864419639110565, 0.2633075714111328, 0.017068833112716675, 0.35079964995384216, 0.1217014342546463, 0.3254762291908264, 0.39402803778648376], "min": [0.07252803444862366, -1.176613688468933, 0.9869248867034912, 0.41013389825820923, -0.5043345093727112, 0.2058895081281662, -0.4648279547691345, -1.308151125907898, 0.8158331513404846, -1.622117519378662, 0.15763284265995026, -0.4577229619026184, 0.025787238031625748, 0.8110709190368652, -0.04859651252627373, -0.004177881870418787, 0.014393512159585953, -0.029501518234610558, 0.01201004721224308, -0.011699160560965538, 0.015975216403603554, -0.05490696430206299, 0.02551453188061714, 0.007679448463022709, 0.03623740002512932, 0.6766641736030579, 0.003108867909759283, -0.006490442901849747, 0.010995574295520782, 0.009773843921720982, 0.019602229818701744, 0.00018544124031905085, 0.023998277261853218, -0.007995789870619774, 0.08695556968450546, 0.00779943959787488], "max": [0.521381676197052, -0.7840381860733032, 1.347884178161621, 0.9789735674858093, 0.05332312732934952, 0.7139315009117126, 0.07075179368257523, -0.41149288415908813, 1.5796544551849365, -0.3240754008293152, 0.7714031934738159, 0.7563587427139282, 1.049788236618042, 1.0231447219848633, 0.013586297631263733, 0.0055036041885614395, 0.6767623424530029, 0.5708807706832886, 0.6410267353057861, 0.5375887155532837, 0.8430812954902649, 0.5874014496803284, 1.2639402151107788, 0.5624759793281555, 1.1184778213500977, 0.9478228688240051, 0.04256421700119972, 0.003572470974177122, 0.6972644925117493, 0.6115742921829224, 0.877333402633667, 0.1794198453426361, 1.1478757858276367, 0.3877030909061432, 1.2599477767944336, 1.293054461479187], "count": [630]}, "action": {"mean": [0.2885656952857971, -0.9457197785377502, 1.2211939096450806, 0.7027633190155029, -0.3844092786312103, 0.4259023070335388, -0.15749838948249817, -0.6616241931915283, 1.0205261707305908, -1.1338558197021484, 0.444160521030426, 0.25645503401756287, 0.5042324662208557, 0.9097511172294617, -0.03283169865608215, 0.00039831604226492345, 0.23398536443710327, 0.14577628672122955, 0.24838969111442566, 0.1071561649441719, 0.3161696195602417, 0.11384053528308868, 0.4330849349498749, 0.1331307590007782, 0.42147308588027954, 0.8569141030311584, 0.014652504585683346, 6.442480662371963e-05, 0.2649613618850708, 0.10970047116279602, 0.32371407747268677, 0.015466800890862942, 0.3828096091747284, 0.05907193198800087, 0.3798260986804962, 0.20879831910133362], "std": [0.1138637363910675, 0.11338774114847183, 0.09562588483095169, 0.19351306557655334, 0.12068872153759003, 0.19009409844875336, 0.12610845267772675, 0.32048729062080383, 0.26813527941703796, 0.3423122763633728, 0.1469206064939499, 0.31992077827453613, 0.4323769509792328, 0.03875303640961647, 0.023358909413218498, 0.0029483952093869448, 0.25107747316360474, 0.21568143367767334, 0.2524980306625366, 0.19797736406326294, 0.32938188314437866, 0.23373249173164368, 0.4663567841053009, 0.1715303361415863, 0.4551053047180176, 0.09404651820659637, 0.005204485263675451, 0.003101856680586934, 0.20784102380275726, 0.20864419639110565, 0.2633075714111328, 0.017068833112716675, 0.35079964995384216, 0.1217014342546463, 0.3254762291908264, 0.39402803778648376], "min": [0.07252803444862366, -1.176613688468933, 0.9869248867034912, 0.41013389825820923, -0.5043345093727112, 0.2058895081281662, -0.4648279547691345, -1.308151125907898, 0.8158331513404846, -1.622117519378662, 0.15763284265995026, -0.4577229619026184, 0.025787238031625748, 0.8110709190368652, -0.04859651252627373, -0.004177881870418787, 0.014393512159585953, -0.029501518234610558, 0.01201004721224308, -0.011699160560965538, 0.015975216403603554, -0.05490696430206299, 0.02551453188061714, 0.007679448463022709, 0.03623740002512932, 0.6766641736030579, 0.003108867909759283, -0.006490442901849747, 0.010995574295520782, 0.009773843921720982, 0.019602229818701744, 0.00018544124031905085, 0.023998277261853218, -0.007995789870619774, 0.08695556968450546, 0.00779943959787488], "max": [0.521381676197052, -0.7840381860733032, 1.347884178161621, 0.9789735674858093, 0.05332312732934952, 0.7139315009117126, 0.07075179368257523, -0.41149288415908813, 1.5796544551849365, -0.3240754008293152, 0.7714031934738159, 0.7563587427139282, 1.049788236618042, 1.0231447219848633, 0.013586297631263733, 0.0055036041885614395, 0.6767623424530029, 0.5708807706832886, 0.6410267353057861, 0.5375887155532837, 0.8430812954902649, 0.5874014496803284, 1.2639402151107788, 0.5624759793281555, 1.1184778213500977, 0.9478228688240051, 0.04256421700119972, 0.003572470974177122, 0.6972644925117493, 0.6115742921829224, 0.877333402633667, 0.1794198453426361, 1.1478757858276367, 0.3877030909061432, 1.2599477767944336, 1.293054461479187], "count": [630]}, "timestamp": {"min": [0.0], "max": [20.966666666666665], "mean": [10.483333333333333], "std": [6.062170189577937], "count": [630]}, "frame_index": {"min": [0], "max": [629], "mean": [314.5], "std": [181.86510568733812], "count": [630]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [630]}, "index": {"min": [14710], "max": [15339], "mean": [15024.5], "std": [181.86510568733812], "count": [630]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [630]}, "subtask_annotation": {"mean": [2.019047619047619, 5.0, 5.0, 5.0, 5.0], "std": [1.556232441003217, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [630]}, "scene_annotation": {"mean": [22.0], "std": [0.0], "min": [22], "max": [22], "count": [630]}, "eef_direction_state": {"mean": [4.465079365079365, 4.887301587301588], "std": [1.893485802894944, 1.7168624080259687], "min": [0, 0], "max": [6, 6], "count": [630]}, "eef_velocity_state": {"mean": [0.5555555555555556, 0.553968253968254], "std": [0.5876446874256654, 0.759767173364543], "min": [0, 0], "max": [2, 2], "count": [630]}, "eef_acc_mag_state": {"mean": [0.38095238095238093, 0.37936507936507935], "std": [0.6907224519797618, 0.7108364690733566], "min": [0, 0], "max": [2, 2], "count": [630]}, "eef_direction_action": {"mean": [4.465079365079365, 4.887301587301588], "std": [1.893485802894944, 1.7168624080259687], "min": [0, 0], "max": [6, 6], "count": [630]}, "eef_velocity_action": {"mean": [0.5555555555555556, 0.553968253968254], "std": [0.5876446874256654, 0.759767173364543], "min": [0, 0], "max": [2, 2], "count": [630]}, "eef_acc_mag_action": {"mean": [0.38095238095238093, 0.37936507936507935], "std": [0.6907224519797618, 0.7108364690733566], "min": [0, 0], "max": [2, 2], "count": [630]}, "eef_sim_pose_state": {"mean": [0.6898265703205496, 0.11748498753493353, 1.249763429850444, -1.6014097936668625, 1.16968860489466, -2.3729966985541933, 0.6218010961059913, -0.14398544724697712, 1.2842149813487187, 1.6024092343710292, 0.9048159256975199, 2.427725629373925], "std": [0.02090943908239246, 0.06822012044593549, 0.04131273245800994, 0.2205154642623662, 0.04685310913547932, 0.1676618652938189, 0.05365332268594493, 0.063082180857986, 0.051883394397992035, 0.14776154896750052, 0.05706031216358033, 0.14815873841163488], "min": [0.6465853328327552, -0.01886532284473072, 1.1600283870066839, -2.122643384604822, 1.0731073271057805, -2.6944594057759, 0.5727589503595809, -0.25003069700680813, 1.1482017593216363, 1.3609156442959742, 0.7557668280465748, 2.2023737667264416], "max": [0.7191548626746491, 0.19426920152383986, 1.3147463613101997, -1.2367688296078794, 1.2477051653270692, -2.131077828444884, 0.7075143721106374, 0.020138774800932957, 1.349574555542154, 1.9844028555593685, 0.9894875055767081, 2.842926236097651], "count": [630]}, "eef_sim_pose_action": {"mean": [0.6898265703205496, 0.11748498753493353, 1.249763429850444, -1.6014097936668625, 1.16968860489466, -2.3729966985541933, 0.6218010961059913, -0.14398544724697712, 1.2842149813487187, 1.6024092343710292, 0.9048159256975199, 2.427725629373925], "std": [0.02090943908239246, 0.06822012044593549, 0.04131273245800994, 0.2205154642623662, 0.04685310913547932, 0.1676618652938189, 0.05365332268594493, 0.063082180857986, 0.051883394397992035, 0.14776154896750052, 0.05706031216358033, 0.14815873841163488], "min": [0.6465853328327552, -0.01886532284473072, 1.1600283870066839, -2.122643384604822, 1.0731073271057805, -2.6944594057759, 0.5727589503595809, -0.25003069700680813, 1.1482017593216363, 1.3609156442959742, 0.7557668280465748, 2.2023737667264416], "max": [0.7191548626746491, 0.19426920152383986, 1.3147463613101997, -1.2367688296078794, 1.2477051653270692, -2.131077828444884, 0.7075143721106374, 0.020138774800932957, 1.349574555542154, 1.9844028555593685, 0.9894875055767081, 2.842926236097651], "count": [630]}}} +{"episode_index": 23, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4815288508438201]], [[0.47204273363574284]], [[0.47076442694615156]]], "std": [[[0.19196460722457215]], [[0.19498247384781323]], [[0.19280336276281074]]], "count": [134]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1411764705882353]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.572902724429324]], [[0.580430511352551]], [[0.5802794193859135]]], "std": [[[0.2863558167215796]], [[0.29031395828928463]], [[0.2986272437586072]]], "count": [134]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.058823529411764705]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5520229017290995]], [[0.5643252228441127]], [[0.5489239159594186]]], "std": [[[0.2886089227532166]], [[0.29223077863344016]], [[0.30217756064356627]]], "count": [134]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4283138489537606]], [[0.44352593801824214]], [[0.43712893101892497]]], "std": [[[0.3202793547344299]], [[0.32359531235895694]], [[0.3274152586303015]]], "count": [134]}, "observation.state": {"mean": [0.34565410017967224, -1.0083001852035522, 1.3175534009933472, 0.8292227387428284, -0.5618458986282349, 0.28365981578826904, -0.2665979862213135, -0.5782089233398438, 0.8579493761062622, -0.7429450154304504, 0.3706569969654083, -0.24375365674495697, 0.5034956336021423, 0.8676832914352417, -0.028215326368808746, 0.004028107039630413, 0.11877773702144623, 0.15260982513427734, 0.1405039280653, 0.16656562685966492, 0.1754268854856491, 0.13950131833553314, 0.1718873828649521, 0.33263155817985535, 0.5643684267997742, 0.855696976184845, 0.013303639367222786, 0.01654021628201008, 0.2313632369041443, 0.18107153475284576, 0.23990143835544586, 0.13452205061912537, 0.24943679571151733, 0.11301639676094055, 0.23860681056976318, 0.30496349930763245], "std": [0.09800119698047638, 0.1341530680656433, 0.10834205895662308, 0.15825094282627106, 0.12292883545160294, 0.12591969966888428, 0.35949981212615967, 0.21835793554782867, 0.1910431832075119, 0.5740470886230469, 0.22817857563495636, 0.49227750301361084, 0.3483835458755493, 0.03263495862483978, 0.017407797276973724, 0.025946876034140587, 0.1731368899345398, 0.3301829993724823, 0.17594470083713531, 0.3365664780139923, 0.2561231553554535, 0.38026565313339233, 0.22576016187667847, 0.6237891912460327, 0.5595426559448242, 0.11744094640016556, 0.004491686355322599, 0.040464915335178375, 0.3204575181007385, 0.31138068437576294, 0.2935096323490143, 0.23769274353981018, 0.3103496730327606, 0.21010316908359528, 0.27577024698257446, 0.4539638161659241], "min": [0.07894159853458405, -1.3154468536376953, 0.8671702146530151, 0.6009074449539185, -0.6752832531929016, -0.12884336709976196, -1.096193790435791, -1.0293283462524414, 0.6727321147918701, -1.7583400011062622, 0.11605201661586761, -1.0550183057785034, 0.019334975630044937, 0.7860963344573975, -0.04268966615200043, -0.005339616443961859, 0.017726000398397446, -0.009970192797482014, 0.014573498629033566, -0.010493791662156582, 0.01863138936460018, -0.057852212339639664, 0.01629701256752014, 0.00773399043828249, 0.023060161620378494, 0.6693119406700134, 0.004341506399214268, -0.002296198857948184, 0.011399181559681892, 0.011944596655666828, 0.011584622785449028, 0.005094179883599281, 0.012669999152421951, -0.003403392154723406, 0.011400020681321621, 0.02215477265417576], "max": [0.498838871717453, -0.7689593434333801, 1.4205195903778076, 1.4864671230316162, -0.08809700608253479, 0.4378385543823242, 0.05940289795398712, -0.3710951805114746, 1.2437533140182495, 0.27586641907691956, 1.0878609418869019, 0.8405813574790955, 1.1203486919403076, 0.8982449173927307, 0.03364122286438942, 0.15031646192073822, 0.5060527324676514, 0.8995863199234009, 0.5337544083595276, 0.96217280626297, 0.7448629140853882, 1.0053478479385376, 0.6798548102378845, 1.7281759977340698, 1.2724103927612305, 1.0073494911193848, 0.039269909262657166, 0.16567538678646088, 0.8536568284034729, 0.7899305820465088, 0.8048803806304932, 0.6387032270431519, 0.8469210267066956, 0.5262603759765625, 0.8198574781417847, 1.3276283740997314], "count": [691]}, "action": {"mean": [0.34565410017967224, -1.0083001852035522, 1.3175534009933472, 0.8292227387428284, -0.5618458986282349, 0.28365981578826904, -0.2665979862213135, -0.5782089233398438, 0.8579493761062622, -0.7429450154304504, 0.3706569969654083, -0.24375365674495697, 0.5034956336021423, 0.8676832914352417, -0.028215326368808746, 0.004028107039630413, 0.11877773702144623, 0.15260982513427734, 0.1405039280653, 0.16656562685966492, 0.1754268854856491, 0.13950131833553314, 0.1718873828649521, 0.33263155817985535, 0.5643684267997742, 0.855696976184845, 0.013303639367222786, 0.01654021628201008, 0.2313632369041443, 0.18107153475284576, 0.23990143835544586, 0.13452205061912537, 0.24943679571151733, 0.11301639676094055, 0.23860681056976318, 0.30496349930763245], "std": [0.09800119698047638, 0.1341530680656433, 0.10834205895662308, 0.15825094282627106, 0.12292883545160294, 0.12591969966888428, 0.35949981212615967, 0.21835793554782867, 0.1910431832075119, 0.5740470886230469, 0.22817857563495636, 0.49227750301361084, 0.3483835458755493, 0.03263495862483978, 0.017407797276973724, 0.025946876034140587, 0.1731368899345398, 0.3301829993724823, 0.17594470083713531, 0.3365664780139923, 0.2561231553554535, 0.38026565313339233, 0.22576016187667847, 0.6237891912460327, 0.5595426559448242, 0.11744094640016556, 0.004491686355322599, 0.040464915335178375, 0.3204575181007385, 0.31138068437576294, 0.2935096323490143, 0.23769274353981018, 0.3103496730327606, 0.21010316908359528, 0.27577024698257446, 0.4539638161659241], "min": [0.07894159853458405, -1.3154468536376953, 0.8671702146530151, 0.6009074449539185, -0.6752832531929016, -0.12884336709976196, -1.096193790435791, -1.0293283462524414, 0.6727321147918701, -1.7583400011062622, 0.11605201661586761, -1.0550183057785034, 0.019334975630044937, 0.7860963344573975, -0.04268966615200043, -0.005339616443961859, 0.017726000398397446, -0.009970192797482014, 0.014573498629033566, -0.010493791662156582, 0.01863138936460018, -0.057852212339639664, 0.01629701256752014, 0.00773399043828249, 0.023060161620378494, 0.6693119406700134, 0.004341506399214268, -0.002296198857948184, 0.011399181559681892, 0.011944596655666828, 0.011584622785449028, 0.005094179883599281, 0.012669999152421951, -0.003403392154723406, 0.011400020681321621, 0.02215477265417576], "max": [0.498838871717453, -0.7689593434333801, 1.4205195903778076, 1.4864671230316162, -0.08809700608253479, 0.4378385543823242, 0.05940289795398712, -0.3710951805114746, 1.2437533140182495, 0.27586641907691956, 1.0878609418869019, 0.8405813574790955, 1.1203486919403076, 0.8982449173927307, 0.03364122286438942, 0.15031646192073822, 0.5060527324676514, 0.8995863199234009, 0.5337544083595276, 0.96217280626297, 0.7448629140853882, 1.0053478479385376, 0.6798548102378845, 1.7281759977340698, 1.2724103927612305, 1.0073494911193848, 0.039269909262657166, 0.16567538678646088, 0.8536568284034729, 0.7899305820465088, 0.8048803806304932, 0.6387032270431519, 0.8469210267066956, 0.5262603759765625, 0.8198574781417847, 1.3276283740997314], "count": [691]}, "timestamp": {"min": [0.0], "max": [23.0], "mean": [11.5], "std": [6.649143637425132], "count": [691]}, "frame_index": {"min": [0], "max": [690], "mean": [345.0], "std": [199.47430912275394], "count": [691]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [691]}, "index": {"min": [15340], "max": [16030], "mean": [15685.0], "std": [199.47430912275394], "count": [691]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [691]}, "subtask_annotation": {"mean": [2.308248914616498, 5.0, 5.0, 5.0, 5.0], "std": [1.369157357127727, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [691]}, "scene_annotation": {"mean": [23.0], "std": [0.0], "min": [23], "max": [23], "count": [691]}, "eef_direction_state": {"mean": [4.678726483357453, 4.855282199710564], "std": [1.6844729233162132, 1.5939139949829157], "min": [0, 0], "max": [6, 6], "count": [691]}, "eef_velocity_state": {"mean": [0.597684515195369, 0.613603473227207], "std": [0.656875354898552, 0.7276154255204965], "min": [0, 0], "max": [2, 2], "count": [691]}, "eef_acc_mag_state": {"mean": [0.2662807525325615, 0.34876989869753977], "std": [0.6050969490129575, 0.6729704487654468], "min": [0, 0], "max": [2, 2], "count": [691]}, "eef_direction_action": {"mean": [4.678726483357453, 4.855282199710564], "std": [1.6844729233162132, 1.5939139949829157], "min": [0, 0], "max": [6, 6], "count": [691]}, "eef_velocity_action": {"mean": [0.597684515195369, 0.613603473227207], "std": [0.656875354898552, 0.7276154255204965], "min": [0, 0], "max": [2, 2], "count": [691]}, "eef_acc_mag_action": {"mean": [0.2662807525325615, 0.34876989869753977], "std": [0.6050969490129575, 0.6729704487654468], "min": [0, 0], "max": [2, 2], "count": [691]}, "eef_sim_pose_state": {"mean": [0.6843826821792921, 0.101125852158518, 1.2431011356798485, -1.5141407722657498, 1.1553138437664852, -2.4180793881275258, 0.6105412745847988, -0.16979358504068948, 1.2742573298227076, 1.5407731679425043, 1.047748001109644, 2.2029512084378986], "std": [0.026425621705672902, 0.06803161502050944, 0.037132238562306255, 0.2190389301989302, 0.06763252640628403, 0.20115139831858256, 0.0340887001322135, 0.054101526876206465, 0.07571210246539344, 0.24354338534735662, 0.19381270227557096, 0.2544758908933214], "min": [0.6147660172243514, -0.07333928447895086, 1.163734600769104, -2.088420037295748, 0.9962264920323523, -2.8323993597060415, 0.5737606074061661, -0.27218235851316785, 1.120134497139218, 1.274977024697884, 0.7555973835015939, 1.879333179789031], "max": [0.7078301528645721, 0.16445189825798584, 1.3114385606887062, -1.1418011822066823, 1.3445477340954626, -2.2058253357360056, 0.6820768739968568, -0.026983991598807294, 1.3437998010358707, 2.0014156020856775, 1.293247000413889, 2.9100057870767455], "count": [691]}, "eef_sim_pose_action": {"mean": [0.6843826821792921, 0.101125852158518, 1.2431011356798485, -1.5141407722657498, 1.1553138437664852, -2.4180793881275258, 0.6105412745847988, -0.16979358504068948, 1.2742573298227076, 1.5407731679425043, 1.047748001109644, 2.2029512084378986], "std": [0.026425621705672902, 0.06803161502050944, 0.037132238562306255, 0.2190389301989302, 0.06763252640628403, 0.20115139831858256, 0.0340887001322135, 0.054101526876206465, 0.07571210246539344, 0.24354338534735662, 0.19381270227557096, 0.2544758908933214], "min": [0.6147660172243514, -0.07333928447895086, 1.163734600769104, -2.088420037295748, 0.9962264920323523, -2.8323993597060415, 0.5737606074061661, -0.27218235851316785, 1.120134497139218, 1.274977024697884, 0.7555973835015939, 1.879333179789031], "max": [0.7078301528645721, 0.16445189825798584, 1.3114385606887062, -1.1418011822066823, 1.3445477340954626, -2.2058253357360056, 0.6820768739968568, -0.026983991598807294, 1.3437998010358707, 2.0014156020856775, 1.293247000413889, 2.9100057870767455], "count": [691]}}} +{"episode_index": 24, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46406941328791407]], [[0.45618827372050513]], [[0.45305652140799824]]], "std": [[[0.1862871202917463]], [[0.18664796519568141]], [[0.18541399004542852]]], "count": [118]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.16862745098039217]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5931838564168606]], [[0.5992472789963442]], [[0.6006557393790849]]], "std": [[[0.2758635466480666]], [[0.2798530860018687]], [[0.2883513409135174]]], "count": [118]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.027450980392156862]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5786529456768583]], [[0.5910649042455965]], [[0.5866957685969868]]], "std": [[[0.27002096827925204]], [[0.27272248359028506]], [[0.2800323297324415]]], "count": [118]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41341686226044094]], [[0.4364338443004321]], [[0.43256369087182894]]], "std": [[[0.31954526137582895]], [[0.3198363917777466]], [[0.3250434420371443]]], "count": [118]}, "observation.state": {"mean": [0.29898884892463684, -0.9156500697135925, 1.2995171546936035, 1.0743920803070068, -0.5253506302833557, 0.09575746953487396, -0.09326456487178802, -0.6730164289474487, 1.0617843866348267, -1.6466552019119263, 0.5609471797943115, 0.5120715498924255, 0.5129767060279846, 0.948286771774292, -0.03131047636270523, 0.002250527497380972, 0.27241799235343933, 0.11420753598213196, 0.3072076737880707, 0.06239914149045944, 0.38518309593200684, 0.10350300371646881, 0.4394751191139221, 0.24072106182575226, 0.46811577677726746, 0.8507527112960815, 0.012949134223163128, 0.004406152758747339, 0.24187685549259186, 0.12539593875408173, 0.27681776881217957, 0.0505918450653553, 0.33982986211776733, 0.07615145295858383, 0.38548970222473145, 0.13446995615959167], "std": [0.12153270840644836, 0.14865876734256744, 0.11576969176530838, 0.24131716787815094, 0.09198653697967529, 0.20397652685642242, 0.12460681796073914, 0.3668545186519623, 0.29275617003440857, 0.18106767535209656, 0.21505430340766907, 0.10892032086849213, 0.37114864587783813, 0.04166776314377785, 0.02329973690211773, 0.0024312513414770365, 0.19985653460025787, 0.21780112385749817, 0.20038485527038574, 0.12487118691205978, 0.27788883447647095, 0.22100122272968292, 0.33075860142707825, 0.31858107447624207, 0.5317066311836243, 0.08076739311218262, 0.0047970362938940525, 0.003065522527322173, 0.19270049035549164, 0.23660990595817566, 0.2312094271183014, 0.11114531755447388, 0.32144463062286377, 0.1786002665758133, 0.37422269582748413, 0.2284976989030838], "min": [0.10695620626211166, -1.2570096254348755, 0.9372496604919434, 0.5400739908218384, -0.6731135845184326, -0.22074320912361145, -0.34131333231925964, -1.3607113361358643, 0.8286960124969482, -1.7855321168899536, 0.11167696863412857, 0.2017648071050644, 0.022132957354187965, 0.8171358704566956, -0.04822562634944916, -0.0024107361678034067, 0.015435255132615566, -0.013799008913338184, 0.014813481830060482, -0.009086620062589645, 0.022225676104426384, 0.0018271415028721094, 0.07048948854207993, 0.0022907445672899485, 0.02911427430808544, 0.6838309168815613, 0.003490658476948738, -0.005208716727793217, 0.016002487391233444, -0.0005890485481359065, 0.011410090140998363, -0.003670645644888282, 0.022820180281996727, -0.009435685351490974, 0.07439465820789337, 0.016580628231167793], "max": [0.5163271427154541, -0.6547900438308716, 1.443825364112854, 1.5548228025436401, -0.31464579701423645, 0.5866259336471558, 0.17814907431602478, -0.37975889444351196, 1.6589775085449219, -1.1456305980682373, 0.8985894918441772, 0.7004606127738953, 0.9876382350921631, 0.9964029788970947, 0.020687606185674667, 0.006419539451599121, 0.6285803318023682, 0.6883633732795715, 0.6449755430221558, 0.5907829999923706, 0.8985936641693115, 0.7391687631607056, 1.1118674278259277, 0.9705666899681091, 1.2179181575775146, 0.9463120698928833, 0.04345869645476341, 0.018369590863585472, 0.6415557861328125, 0.6775477528572083, 0.7287513017654419, 0.4274856746196747, 1.0078457593917847, 0.5288020372390747, 1.2610440254211426, 0.8927959203720093], "count": [583]}, "action": {"mean": [0.29898884892463684, -0.9156500697135925, 1.2995171546936035, 1.0743920803070068, -0.5253506302833557, 0.09575746953487396, -0.09326456487178802, -0.6730164289474487, 1.0617843866348267, -1.6466552019119263, 0.5609471797943115, 0.5120715498924255, 0.5129767060279846, 0.948286771774292, -0.03131047636270523, 0.002250527497380972, 0.27241799235343933, 0.11420753598213196, 0.3072076737880707, 0.06239914149045944, 0.38518309593200684, 0.10350300371646881, 0.4394751191139221, 0.24072106182575226, 0.46811577677726746, 0.8507527112960815, 0.012949134223163128, 0.004406152758747339, 0.24187685549259186, 0.12539593875408173, 0.27681776881217957, 0.0505918450653553, 0.33982986211776733, 0.07615145295858383, 0.38548970222473145, 0.13446995615959167], "std": [0.12153270840644836, 0.14865876734256744, 0.11576969176530838, 0.24131716787815094, 0.09198653697967529, 0.20397652685642242, 0.12460681796073914, 0.3668545186519623, 0.29275617003440857, 0.18106767535209656, 0.21505430340766907, 0.10892032086849213, 0.37114864587783813, 0.04166776314377785, 0.02329973690211773, 0.0024312513414770365, 0.19985653460025787, 0.21780112385749817, 0.20038485527038574, 0.12487118691205978, 0.27788883447647095, 0.22100122272968292, 0.33075860142707825, 0.31858107447624207, 0.5317066311836243, 0.08076739311218262, 0.0047970362938940525, 0.003065522527322173, 0.19270049035549164, 0.23660990595817566, 0.2312094271183014, 0.11114531755447388, 0.32144463062286377, 0.1786002665758133, 0.37422269582748413, 0.2284976989030838], "min": [0.10695620626211166, -1.2570096254348755, 0.9372496604919434, 0.5400739908218384, -0.6731135845184326, -0.22074320912361145, -0.34131333231925964, -1.3607113361358643, 0.8286960124969482, -1.7855321168899536, 0.11167696863412857, 0.2017648071050644, 0.022132957354187965, 0.8171358704566956, -0.04822562634944916, -0.0024107361678034067, 0.015435255132615566, -0.013799008913338184, 0.014813481830060482, -0.009086620062589645, 0.022225676104426384, 0.0018271415028721094, 0.07048948854207993, 0.0022907445672899485, 0.02911427430808544, 0.6838309168815613, 0.003490658476948738, -0.005208716727793217, 0.016002487391233444, -0.0005890485481359065, 0.011410090140998363, -0.003670645644888282, 0.022820180281996727, -0.009435685351490974, 0.07439465820789337, 0.016580628231167793], "max": [0.5163271427154541, -0.6547900438308716, 1.443825364112854, 1.5548228025436401, -0.31464579701423645, 0.5866259336471558, 0.17814907431602478, -0.37975889444351196, 1.6589775085449219, -1.1456305980682373, 0.8985894918441772, 0.7004606127738953, 0.9876382350921631, 0.9964029788970947, 0.020687606185674667, 0.006419539451599121, 0.6285803318023682, 0.6883633732795715, 0.6449755430221558, 0.5907829999923706, 0.8985936641693115, 0.7391687631607056, 1.1118674278259277, 0.9705666899681091, 1.2179181575775146, 0.9463120698928833, 0.04345869645476341, 0.018369590863585472, 0.6415557861328125, 0.6775477528572083, 0.7287513017654419, 0.4274856746196747, 1.0078457593917847, 0.5288020372390747, 1.2610440254211426, 0.8927959203720093], "count": [583]}, "timestamp": {"min": [0.0], "max": [19.4], "mean": [9.700000000000001], "std": [5.609911863043047], "count": [583]}, "frame_index": {"min": [0], "max": [582], "mean": [291.0], "std": [168.2973558912914], "count": [583]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [583]}, "index": {"min": [16031], "max": [16613], "mean": [16322.0], "std": [168.2973558912914], "count": [583]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [583]}, "subtask_annotation": {"mean": [2.1526586620926245, 5.0, 5.0, 5.0, 5.0], "std": [1.4963726175047773, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [583]}, "scene_annotation": {"mean": [24.0], "std": [0.0], "min": [24], "max": [24], "count": [583]}, "eef_direction_state": {"mean": [4.154373927958834, 4.499142367066895], "std": [2.0533645345227525, 2.1375309858761584], "min": [0, 0], "max": [6, 6], "count": [583]}, "eef_velocity_state": {"mean": [0.6689536878216124, 0.5951972555746141], "std": [0.6768761636432119, 0.7574292446002201], "min": [0, 0], "max": [2, 2], "count": [583]}, "eef_acc_mag_state": {"mean": [0.37392795883361923, 0.38421955403087477], "std": [0.6960852368084679, 0.7172642181630784], "min": [0, 0], "max": [2, 2], "count": [583]}, "eef_direction_action": {"mean": [4.154373927958834, 4.499142367066895], "std": [2.0533645345227525, 2.1375309858761584], "min": [0, 0], "max": [6, 6], "count": [583]}, "eef_velocity_action": {"mean": [0.6689536878216124, 0.5951972555746141], "std": [0.6768761636432119, 0.7574292446002201], "min": [0, 0], "max": [2, 2], "count": [583]}, "eef_acc_mag_action": {"mean": [0.37392795883361923, 0.38421955403087477], "std": [0.6960852368084679, 0.7172642181630784], "min": [0, 0], "max": [2, 2], "count": [583]}, "eef_sim_pose_state": {"mean": [0.6799767450529871, 0.13490413530753673, 1.2379072449270911, -1.7777328318490908, 1.195369335736979, -2.6280376991748082, 0.6038966201426921, -0.1325243392245173, 1.2619530003850594, 1.9310792076867347, 1.0793447800390703, 2.844707442169984], "std": [0.02715130704509949, 0.071781960933933, 0.03954303411342181, 0.18201291624916455, 0.061548953936560916, 0.13568510215869906, 0.06926077863663238, 0.0684084377275516, 0.04933312032179948, 0.20596132196715522, 0.06868491478852878, 0.1780687739813336], "min": [0.6067858395266681, -0.024057028600497354, 1.1518348999992511, -2.044957710112492, 1.0878574615884404, -2.8890910986532585, 0.5394954107745185, -0.20084040358062086, 1.158758293429944, 1.3336334719057907, 0.9020446942013054, 2.1649363654221183], "max": [0.7100334509589054, 0.20788897094436368, 1.3004217583919158, -1.3616527319166523, 1.302151905178174, -2.2322159685445064, 0.7131056434209766, 0.03758931970628682, 1.3687231513243148, 2.1458162464789616, 1.1393676140336555, 3.0193250763083435], "count": [583]}, "eef_sim_pose_action": {"mean": [0.6799767450529871, 0.13490413530753673, 1.2379072449270911, -1.7777328318490908, 1.195369335736979, -2.6280376991748082, 0.6038966201426921, -0.1325243392245173, 1.2619530003850594, 1.9310792076867347, 1.0793447800390703, 2.844707442169984], "std": [0.02715130704509949, 0.071781960933933, 0.03954303411342181, 0.18201291624916455, 0.061548953936560916, 0.13568510215869906, 0.06926077863663238, 0.0684084377275516, 0.04933312032179948, 0.20596132196715522, 0.06868491478852878, 0.1780687739813336], "min": [0.6067858395266681, -0.024057028600497354, 1.1518348999992511, -2.044957710112492, 1.0878574615884404, -2.8890910986532585, 0.5394954107745185, -0.20084040358062086, 1.158758293429944, 1.3336334719057907, 0.9020446942013054, 2.1649363654221183], "max": [0.7100334509589054, 0.20788897094436368, 1.3004217583919158, -1.3616527319166523, 1.302151905178174, -2.2322159685445064, 0.7131056434209766, 0.03758931970628682, 1.3687231513243148, 2.1458162464789616, 1.1393676140336555, 3.0193250763083435], "count": [583]}}} +{"episode_index": 25, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45801292781324415]], [[0.4523614420251305]], [[0.4515462852130516]]], "std": [[[0.20216242797926073]], [[0.20263659998238245]], [[0.1998545031766836]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1607843137254902]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5899471250063333]], [[0.598619569210113]], [[0.5992010722247555]]], "std": [[[0.2807943983929418]], [[0.28563532289526855]], [[0.2931185157887345]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.11372549019607843]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5614747254521963]], [[0.5812418664817348]], [[0.5747170542635659]]], "std": [[[0.2487575799913226]], [[0.25089414122019144]], [[0.25513212859814804]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4685477545346304]], [[0.4933357415640675]], [[0.49276915976338853]]], "std": [[[0.3234843628968985]], [[0.3234563885133329]], [[0.3312387645791753]]], "count": [129]}, "observation.state": {"mean": [0.3730086386203766, -0.8797817826271057, 1.1407995223999023, 0.5551148653030396, -0.41451671719551086, 0.5419057607650757, -0.21128174662590027, -0.6869515776634216, 0.9527488946914673, -1.0712469816207886, 0.5631819367408752, 0.07435103505849838, 0.5620355010032654, 0.8908853530883789, -0.02959984913468361, 0.0004011823039036244, 0.2105686515569687, 0.15796996653079987, 0.22452199459075928, 0.12324124574661255, 0.2737372815608978, 0.15615829825401306, 0.36513829231262207, 0.17022937536239624, 0.47246718406677246, 0.8362428545951843, 0.014690626412630081, 0.0024725294206291437, 0.21192114055156708, 0.10329561680555344, 0.2362602800130844, 0.07346806675195694, 0.2754560112953186, 0.07379419356584549, 0.3512505292892456, 0.07525397837162018], "std": [0.12496992200613022, 0.12813535332679749, 0.103417307138443, 0.027641993016004562, 0.07091975957155228, 0.05469979718327522, 0.15601573884487152, 0.29206717014312744, 0.2861779034137726, 0.31596454977989197, 0.137592151761055, 0.2723888158798218, 0.33245497941970825, 0.062106337398290634, 0.02465960942208767, 0.0032894513569772243, 0.26013845205307007, 0.2785818576812744, 0.25522851943969727, 0.23441317677497864, 0.31750282645225525, 0.28014805912971497, 0.42418012022972107, 0.17025673389434814, 0.4804834723472595, 0.06791641563177109, 0.005106458906084299, 0.007858204655349255, 0.23173432052135468, 0.20644772052764893, 0.2385282665491104, 0.14249959588050842, 0.29233819246292114, 0.15785358846187592, 0.4214915335178375, 0.14493384957313538], "min": [0.10656280815601349, -1.1263065338134766, 0.8081559538841248, 0.4949287474155426, -0.5701152086257935, 0.49235379695892334, -0.523861289024353, -1.2882429361343384, 0.7072675824165344, -1.6880292892456055, 0.3235270380973816, -0.31925925612449646, 0.02560725063085556, 0.7495916485786438, -0.048727408051490784, -0.005061454605311155, -0.011361002922058105, 0.0024107361678034067, 0.01470439787954092, -0.007952156476676464, 0.014578953385353088, 0.002241657115519047, 0.04150065407156944, 0.00816486869007349, 0.021297864615917206, 0.6983171105384827, 0.0030216011218726635, -0.005912302993237972, 0.011699159629642963, -0.0011126473546028137, 0.011290098540484905, -0.009321149438619614, 0.016771523281931877, -0.008579383604228497, 0.026768987998366356, 0.011028299108147621], "max": [0.5640115737915039, -0.6517509818077087, 1.246256709098816, 0.6375409960746765, -0.23870831727981567, 0.7552500367164612, 0.15317435562610626, -0.46072709560394287, 1.541983723640442, -0.5322179794311523, 0.9366893768310547, 0.6769402623176575, 0.9715375304222107, 1.044274091720581, 0.014715306460857391, 0.007750352844595909, 0.7115816473960876, 0.7326346635818481, 0.7058112025260925, 0.6917885541915894, 0.8438284993171692, 0.732645571231842, 1.1641401052474976, 0.5043728947639465, 1.182918667793274, 0.9179820418357849, 0.04092797264456749, 0.05057636648416519, 0.7692484259605408, 0.6690065264701843, 0.7702192068099976, 0.5350033640861511, 0.940754234790802, 0.4826489984989166, 1.3708471059799194, 0.8139125108718872], "count": [655]}, "action": {"mean": [0.3730086386203766, -0.8797817826271057, 1.1407995223999023, 0.5551148653030396, -0.41451671719551086, 0.5419057607650757, -0.21128174662590027, -0.6869515776634216, 0.9527488946914673, -1.0712469816207886, 0.5631819367408752, 0.07435103505849838, 0.5620355010032654, 0.8908853530883789, -0.02959984913468361, 0.0004011823039036244, 0.2105686515569687, 0.15796996653079987, 0.22452199459075928, 0.12324124574661255, 0.2737372815608978, 0.15615829825401306, 0.36513829231262207, 0.17022937536239624, 0.47246718406677246, 0.8362428545951843, 0.014690626412630081, 0.0024725294206291437, 0.21192114055156708, 0.10329561680555344, 0.2362602800130844, 0.07346806675195694, 0.2754560112953186, 0.07379419356584549, 0.3512505292892456, 0.07525397837162018], "std": [0.12496992200613022, 0.12813535332679749, 0.103417307138443, 0.027641993016004562, 0.07091975957155228, 0.05469979718327522, 0.15601573884487152, 0.29206717014312744, 0.2861779034137726, 0.31596454977989197, 0.137592151761055, 0.2723888158798218, 0.33245497941970825, 0.062106337398290634, 0.02465960942208767, 0.0032894513569772243, 0.26013845205307007, 0.2785818576812744, 0.25522851943969727, 0.23441317677497864, 0.31750282645225525, 0.28014805912971497, 0.42418012022972107, 0.17025673389434814, 0.4804834723472595, 0.06791641563177109, 0.005106458906084299, 0.007858204655349255, 0.23173432052135468, 0.20644772052764893, 0.2385282665491104, 0.14249959588050842, 0.29233819246292114, 0.15785358846187592, 0.4214915335178375, 0.14493384957313538], "min": [0.10656280815601349, -1.1263065338134766, 0.8081559538841248, 0.4949287474155426, -0.5701152086257935, 0.49235379695892334, -0.523861289024353, -1.2882429361343384, 0.7072675824165344, -1.6880292892456055, 0.3235270380973816, -0.31925925612449646, 0.02560725063085556, 0.7495916485786438, -0.048727408051490784, -0.005061454605311155, -0.011361002922058105, 0.0024107361678034067, 0.01470439787954092, -0.007952156476676464, 0.014578953385353088, 0.002241657115519047, 0.04150065407156944, 0.00816486869007349, 0.021297864615917206, 0.6983171105384827, 0.0030216011218726635, -0.005912302993237972, 0.011699159629642963, -0.0011126473546028137, 0.011290098540484905, -0.009321149438619614, 0.016771523281931877, -0.008579383604228497, 0.026768987998366356, 0.011028299108147621], "max": [0.5640115737915039, -0.6517509818077087, 1.246256709098816, 0.6375409960746765, -0.23870831727981567, 0.7552500367164612, 0.15317435562610626, -0.46072709560394287, 1.541983723640442, -0.5322179794311523, 0.9366893768310547, 0.6769402623176575, 0.9715375304222107, 1.044274091720581, 0.014715306460857391, 0.007750352844595909, 0.7115816473960876, 0.7326346635818481, 0.7058112025260925, 0.6917885541915894, 0.8438284993171692, 0.732645571231842, 1.1641401052474976, 0.5043728947639465, 1.182918667793274, 0.9179820418357849, 0.04092797264456749, 0.05057636648416519, 0.7692484259605408, 0.6690065264701843, 0.7702192068099976, 0.5350033640861511, 0.940754234790802, 0.4826489984989166, 1.3708471059799194, 0.8139125108718872], "count": [655]}, "timestamp": {"min": [0.0], "max": [21.8], "mean": [10.9], "std": [6.3027330932258625], "count": [655]}, "frame_index": {"min": [0], "max": [654], "mean": [327.0], "std": [189.08199279677586], "count": [655]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [655]}, "index": {"min": [16614], "max": [17268], "mean": [16941.0], "std": [189.08199279677586], "count": [655]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [655]}, "subtask_annotation": {"mean": [2.2213740458015265, 5.0, 5.0, 5.0, 5.0], "std": [1.5367760262140486, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [655]}, "scene_annotation": {"mean": [25.0], "std": [0.0], "min": [25], "max": [25], "count": [655]}, "eef_direction_state": {"mean": [4.685496183206107, 4.949618320610687], "std": [1.8097328948628688, 1.714481384911002], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_state": {"mean": [0.5328244274809161, 0.5465648854961832], "std": [0.6288779233338796, 0.7437575027447518], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_state": {"mean": [0.3053435114503817, 0.36793893129770994], "std": [0.6502275558343388, 0.6993199723671052], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_direction_action": {"mean": [4.685496183206107, 4.949618320610687], "std": [1.8097328948628688, 1.714481384911002], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_action": {"mean": [0.5328244274809161, 0.5465648854961832], "std": [0.6288779233338796, 0.7437575027447518], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_action": {"mean": [0.3053435114503817, 0.36793893129770994], "std": [0.6502275558343388, 0.6993199723671052], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_sim_pose_state": {"mean": [0.6712756053908137, 0.12880153372220368, 1.236654964138417, -1.6158137029024875, 1.147991310048924, -2.36686767158182, 0.5822612855178875, -0.09706934035276746, 1.283516048565714, 1.5472028116772523, 1.0138361767061888, 2.558508198001414], "std": [0.029888500051415606, 0.07411547270560283, 0.046595185872417, 0.19552376998192228, 0.05227795267593081, 0.20193672971957444, 0.06404908729666167, 0.05165805024020221, 0.05399744877300984, 0.16493234647881896, 0.060875670381392626, 0.16661004762471948], "min": [0.5720972136477092, -0.01601854041092754, 1.1466547988636082, -1.975028889807977, 1.07398040372437, -2.7216630316503396, 0.5177289509499765, -0.22586838766299155, 1.1493212376645923, 1.319824137091, 0.8741158670280229, 2.267516160611247], "max": [0.7045222412905032, 0.21268968332255955, 1.309076956079085, -1.276176792045194, 1.3021687736930279, -2.1611978604347724, 0.6779487320249146, 0.04048918776922161, 1.3637199662627792, 1.9226994183455197, 1.1046688932131392, 3.0385784296255927], "count": [655]}, "eef_sim_pose_action": {"mean": [0.6712756053908137, 0.12880153372220368, 1.236654964138417, -1.6158137029024875, 1.147991310048924, -2.36686767158182, 0.5822612855178875, -0.09706934035276746, 1.283516048565714, 1.5472028116772523, 1.0138361767061888, 2.558508198001414], "std": [0.029888500051415606, 0.07411547270560283, 0.046595185872417, 0.19552376998192228, 0.05227795267593081, 0.20193672971957444, 0.06404908729666167, 0.05165805024020221, 0.05399744877300984, 0.16493234647881896, 0.060875670381392626, 0.16661004762471948], "min": [0.5720972136477092, -0.01601854041092754, 1.1466547988636082, -1.975028889807977, 1.07398040372437, -2.7216630316503396, 0.5177289509499765, -0.22586838766299155, 1.1493212376645923, 1.319824137091, 0.8741158670280229, 2.267516160611247], "max": [0.7045222412905032, 0.21268968332255955, 1.309076956079085, -1.276176792045194, 1.3021687736930279, -2.1611978604347724, 0.6779487320249146, 0.04048918776922161, 1.3637199662627792, 1.9226994183455197, 1.1046688932131392, 3.0385784296255927], "count": [655]}}} +{"episode_index": 26, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4553990063748504]], [[0.44802793312160544]], [[0.44716613447022]]], "std": [[[0.19481514268172498]], [[0.19564892402334583]], [[0.19371488834865036]]], "count": [142]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.1450980392156863]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5564101882537051]], [[0.5623500256029642]], [[0.561686146494983]]], "std": [[[0.28324309570291323]], [[0.2891559615433109]], [[0.295025529347172]]], "count": [142]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.13333333333333333]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5965657679738562]], [[0.6048773546096843]], [[0.5918330053852526]]], "std": [[[0.25715710031492905]], [[0.2617869665225987]], [[0.2700411611154476]]], "count": [142]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44165064323851605]], [[0.4618698074887232]], [[0.45897900700773264]]], "std": [[[0.3267196414602556]], [[0.32545978539870163]], [[0.33029119618257413]]], "count": [142]}, "observation.state": {"mean": [0.3664098083972931, -0.7365149259567261, 0.9581672549247742, 2.8270537853240967, 0.21228647232055664, -1.714996337890625, -0.09958583116531372, -0.8086351752281189, 1.126451015472412, -1.604995608329773, 0.5834956169128418, 0.70439612865448, 0.6317902207374573, 0.9499961733818054, -0.0233187023550272, 0.004755406640470028, 0.1637415885925293, 0.021036971360445023, 0.18980194628238678, 0.026800652965903282, 0.2522001266479492, 0.10672242194414139, 0.30593523383140564, 0.1374332159757614, 0.3512595295906067, 0.8876425623893738, 0.013843599706888199, -0.0010714544914662838, 0.2728881239891052, 0.09954088181257248, 0.3121461570262909, 0.04197915270924568, 0.3556765913963318, 0.06748300790786743, 0.3168445825576782, 0.13267137110233307], "std": [0.16876903176307678, 0.12760643661022186, 0.07708346098661423, 0.4068337678909302, 0.1389952003955841, 0.4821639358997345, 0.11696887016296387, 0.23025725781917572, 0.15036091208457947, 0.22060133516788483, 0.19656147062778473, 0.23462575674057007, 0.3484150469303131, 0.04922855272889137, 0.027359355241060257, 0.0037704564165323973, 0.22432033717632294, 0.040225956588983536, 0.24485048651695251, 0.06290463358163834, 0.3325331211090088, 0.21488747000694275, 0.40059566497802734, 0.1959683895111084, 0.45478248596191406, 0.09566055238246918, 0.004290434531867504, 0.002147538820281625, 0.18734130263328552, 0.2076699137687683, 0.2318626195192337, 0.07454486191272736, 0.31905698776245117, 0.15085555613040924, 0.28563809394836426, 0.21547888219356537], "min": [-0.23748044669628143, -1.0126268863677979, 0.8188134431838989, 1.352819561958313, -0.47013282775878906, -1.987797498703003, -0.40242278575897217, -1.3286197185516357, 1.021734595298767, -1.8064059019088745, 0.12862879037857056, 0.2516308128833771, 0.017322393134236336, 0.8742027282714844, -0.047603853046894073, -0.0025852688122540712, 0.014731669798493385, -0.038266345858573914, 0.012348203919827938, -0.012184579856693745, 0.014698944985866547, -0.005863215308636427, 0.017807813361287117, 0.011660980060696602, 0.027668923139572144, 0.6878125071525574, 0.0022798364516347647, -0.007761260494589806, 0.01313360221683979, 0.01322086900472641, 0.013117239810526371, -0.009572039358317852, 0.013122694566845894, -0.007886706851422787, 0.02724895253777504, 0.02087850123643875], "max": [0.5163271427154541, -0.5762717723846436, 1.0728999376296997, 2.995885133743286, 0.34114643931388855, -0.02132686786353588, 0.15470024943351746, -0.6250962018966675, 1.540004849433899, -1.1488749980926514, 0.7451528906822205, 0.8569847941398621, 1.065185308456421, 1.0552279949188232, 0.01606793701648712, 0.008263043127954006, 0.6158121824264526, 0.12782354652881622, 0.6817092299461365, 0.24447698891162872, 0.9531897306442261, 0.6469390392303467, 1.2007865905761719, 0.5996406078338623, 1.0861784219741821, 0.9938668012619019, 0.032332222908735275, 0.0024216442834585905, 0.6982190012931824, 0.702080488204956, 0.849669873714447, 0.41668644547462463, 1.1533572673797607, 0.5603379607200623, 1.060489296913147, 0.7650377750396729], "count": [743]}, "action": {"mean": [0.3664098083972931, -0.7365149259567261, 0.9581672549247742, 2.8270537853240967, 0.21228647232055664, -1.714996337890625, -0.09958583116531372, -0.8086351752281189, 1.126451015472412, -1.604995608329773, 0.5834956169128418, 0.70439612865448, 0.6317902207374573, 0.9499961733818054, -0.0233187023550272, 0.004755406640470028, 0.1637415885925293, 0.021036971360445023, 0.18980194628238678, 0.026800652965903282, 0.2522001266479492, 0.10672242194414139, 0.30593523383140564, 0.1374332159757614, 0.3512595295906067, 0.8876425623893738, 0.013843599706888199, -0.0010714544914662838, 0.2728881239891052, 0.09954088181257248, 0.3121461570262909, 0.04197915270924568, 0.3556765913963318, 0.06748300790786743, 0.3168445825576782, 0.13267137110233307], "std": [0.16876903176307678, 0.12760643661022186, 0.07708346098661423, 0.4068337678909302, 0.1389952003955841, 0.4821639358997345, 0.11696887016296387, 0.23025725781917572, 0.15036091208457947, 0.22060133516788483, 0.19656147062778473, 0.23462575674057007, 0.3484150469303131, 0.04922855272889137, 0.027359355241060257, 0.0037704564165323973, 0.22432033717632294, 0.040225956588983536, 0.24485048651695251, 0.06290463358163834, 0.3325331211090088, 0.21488747000694275, 0.40059566497802734, 0.1959683895111084, 0.45478248596191406, 0.09566055238246918, 0.004290434531867504, 0.002147538820281625, 0.18734130263328552, 0.2076699137687683, 0.2318626195192337, 0.07454486191272736, 0.31905698776245117, 0.15085555613040924, 0.28563809394836426, 0.21547888219356537], "min": [-0.23748044669628143, -1.0126268863677979, 0.8188134431838989, 1.352819561958313, -0.47013282775878906, -1.987797498703003, -0.40242278575897217, -1.3286197185516357, 1.021734595298767, -1.8064059019088745, 0.12862879037857056, 0.2516308128833771, 0.017322393134236336, 0.8742027282714844, -0.047603853046894073, -0.0025852688122540712, 0.014731669798493385, -0.038266345858573914, 0.012348203919827938, -0.012184579856693745, 0.014698944985866547, -0.005863215308636427, 0.017807813361287117, 0.011660980060696602, 0.027668923139572144, 0.6878125071525574, 0.0022798364516347647, -0.007761260494589806, 0.01313360221683979, 0.01322086900472641, 0.013117239810526371, -0.009572039358317852, 0.013122694566845894, -0.007886706851422787, 0.02724895253777504, 0.02087850123643875], "max": [0.5163271427154541, -0.5762717723846436, 1.0728999376296997, 2.995885133743286, 0.34114643931388855, -0.02132686786353588, 0.15470024943351746, -0.6250962018966675, 1.540004849433899, -1.1488749980926514, 0.7451528906822205, 0.8569847941398621, 1.065185308456421, 1.0552279949188232, 0.01606793701648712, 0.008263043127954006, 0.6158121824264526, 0.12782354652881622, 0.6817092299461365, 0.24447698891162872, 0.9531897306442261, 0.6469390392303467, 1.2007865905761719, 0.5996406078338623, 1.0861784219741821, 0.9938668012619019, 0.032332222908735275, 0.0024216442834585905, 0.6982190012931824, 0.702080488204956, 0.849669873714447, 0.41668644547462463, 1.1533572673797607, 0.5603379607200623, 1.060489296913147, 0.7650377750396729], "count": [743]}, "timestamp": {"min": [0.0], "max": [24.733333333333334], "mean": [12.366666666666665], "std": [7.149514358021499], "count": [743]}, "frame_index": {"min": [0], "max": [742], "mean": [371.0], "std": [214.48543074064494], "count": [743]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [743]}, "index": {"min": [17269], "max": [18011], "mean": [17640.0], "std": [214.48543074064494], "count": [743]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [743]}, "subtask_annotation": {"mean": [2.5329744279946165, 5.0, 5.0, 5.0, 5.0], "std": [1.5289675465590729, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [743]}, "scene_annotation": {"mean": [26.0], "std": [0.0], "min": [26], "max": [26], "count": [743]}, "eef_direction_state": {"mean": [4.588156123822342, 5.121130551816958], "std": [1.5573279104216353, 1.6029491034272687], "min": [0, 0], "max": [6, 6], "count": [743]}, "eef_velocity_state": {"mean": [0.6837146702557201, 0.4535666218034993], "std": [0.6340208456500765, 0.7077232546586876], "min": [0, 0], "max": [2, 2], "count": [743]}, "eef_acc_mag_state": {"mean": [0.40242261103633914, 0.2759084791386272], "std": [0.7139031147156537, 0.6337722329877659], "min": [0, 0], "max": [2, 2], "count": [743]}, "eef_direction_action": {"mean": [4.588156123822342, 5.121130551816958], "std": [1.5573279104216353, 1.6029491034272687], "min": [0, 0], "max": [6, 6], "count": [743]}, "eef_velocity_action": {"mean": [0.6837146702557201, 0.4535666218034993], "std": [0.6340208456500765, 0.7077232546586876], "min": [0, 0], "max": [2, 2], "count": [743]}, "eef_acc_mag_action": {"mean": [0.40242261103633914, 0.2759084791386272], "std": [0.7139031147156537, 0.6337722329877659], "min": [0, 0], "max": [2, 2], "count": [743]}, "eef_sim_pose_state": {"mean": [0.6634452765916348, 0.1818088932711484, 1.2167869386090582, -1.9616283655713174, 1.166359043141748, -2.311152192356042, 0.6156698666328182, -0.09824856454540874, 1.2580417969459816, 1.8014856951699958, 0.8517893090528333, 2.7891310960135507], "std": [0.014573090082820237, 0.07715520768000816, 0.03655119627812541, 0.7173104377519953, 0.07153396581753356, 1.0283526530369738, 0.04651563999271198, 0.053963073623482447, 0.040847267325166685, 0.10367197825301457, 0.07198627358412035, 0.10281433093505203], "min": [0.635657895146763, 0.026379596973625796, 1.1464803546890232, -3.138375261981964, 1.0360351444369025, -3.135513137476543, 0.5767259595452161, -0.21801049303305872, 1.1529129642059954, 1.4789230009751386, 0.7797304039212198, 2.3852020923658626], "max": [0.6870762669534853, 0.2706761652369766, 1.3088997892916976, 3.107235261639289, 1.4063033953769275, 3.1344188258481194, 0.7062257720383519, 0.05629538249326782, 1.3538014427981673, 2.0622221714514977, 1.0262408882910994, 2.955222163937036], "count": [743]}, "eef_sim_pose_action": {"mean": [0.6634452765916348, 0.1818088932711484, 1.2167869386090582, -1.9616283655713174, 1.166359043141748, -2.311152192356042, 0.6156698666328182, -0.09824856454540874, 1.2580417969459816, 1.8014856951699958, 0.8517893090528333, 2.7891310960135507], "std": [0.014573090082820237, 0.07715520768000816, 0.03655119627812541, 0.7173104377519953, 0.07153396581753356, 1.0283526530369738, 0.04651563999271198, 0.053963073623482447, 0.040847267325166685, 0.10367197825301457, 0.07198627358412035, 0.10281433093505203], "min": [0.635657895146763, 0.026379596973625796, 1.1464803546890232, -3.138375261981964, 1.0360351444369025, -3.135513137476543, 0.5767259595452161, -0.21801049303305872, 1.1529129642059954, 1.4789230009751386, 0.7797304039212198, 2.3852020923658626], "max": [0.6870762669534853, 0.2706761652369766, 1.3088997892916976, 3.107235261639289, 1.4063033953769275, 3.1344188258481194, 0.7062257720383519, 0.05629538249326782, 1.3538014427981673, 2.0622221714514977, 1.0262408882910994, 2.955222163937036], "count": [743]}}} +{"episode_index": 27, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4510918355768233]], [[0.4455289643635232]], [[0.44556847021215895]]], "std": [[[0.20354608988546438]], [[0.20371890289284506]], [[0.20177973417995362]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5526590770567487]], [[0.5574140373742089]], [[0.5548375431190995]]], "std": [[[0.2883536456684165]], [[0.29504420705020745]], [[0.3008418686009362]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.058823529411764705]], [[0.12549019607843137]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5849719969006121]], [[0.6071670573321921]], [[0.6037458664021164]]], "std": [[[0.2659442537802608]], [[0.26613584608065305]], [[0.27219730364144595]]], "count": [126]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46628963553013797]], [[0.4850356154035689]], [[0.4839644818575578]]], "std": [[[0.3320978816033698]], [[0.3320745742570545]], [[0.33848465560809204]]], "count": [126]}, "observation.state": {"mean": [0.30446857213974, -0.8833259344100952, 1.12814199924469, 0.4061249792575836, -0.2746957838535309, 0.6516231894493103, -0.3277364671230316, -0.8721644878387451, 1.0805505514144897, -0.7553257942199707, 0.518303632736206, -0.1738540679216385, 0.6808669567108154, 0.9332507848739624, -0.02913801372051239, 0.003704662434756756, 0.3195110559463501, 0.18132320046424866, 0.35169175267219543, 0.16260115802288055, 0.4217701852321625, 0.15288668870925903, 0.5946332216262817, 0.07497508823871613, 0.3552476167678833, 0.8218254446983337, 0.0132093895226717, -0.0006622737855650485, 0.22647349536418915, 0.11806696653366089, 0.26438263058662415, 0.03255905210971832, 0.3313443660736084, 0.053863104432821274, 0.37665122747421265, 0.0478992760181427], "std": [0.1752011775970459, 0.10948911309242249, 0.06826195865869522, 0.18640539050102234, 0.11983377486467361, 0.13328920304775238, 0.15081459283828735, 0.25194090604782104, 0.27114513516426086, 0.37884438037872314, 0.13272103667259216, 0.363036572933197, 0.3268831670284271, 0.045773886144161224, 0.028907038271427155, 0.0038541192188858986, 0.24326522648334503, 0.266451358795166, 0.24500104784965515, 0.24176466464996338, 0.31781286001205444, 0.24025030434131622, 0.49497443437576294, 0.11492975056171417, 0.4898604154586792, 0.066957026720047, 0.004872834775596857, 0.002873494289815426, 0.19604067504405975, 0.23781563341617584, 0.2195826917886734, 0.0630100890994072, 0.31484323740005493, 0.11962240189313889, 0.4228982925415039, 0.0904628187417984], "min": [0.027180131524801254, -1.0828183889389038, 1.0015878677368164, 0.16690747439861298, -0.5013899803161621, 0.021839475259184837, -0.5277760028839111, -1.4374117851257324, 0.8383402228355408, -1.6050583124160767, 0.3338983952999115, -0.6016465425491333, 0.02868884801864624, 0.7340364456176758, -0.04909283667802811, -0.0020180370192974806, -0.0010799224255606532, -0.05041274428367615, 0.013035427778959274, 0.000774489832110703, 0.014633494429290295, -0.004216060973703861, 0.019433150067925453, 0.0014726216904819012, 0.01762782596051693, 0.6823037266731262, 0.0023125610314309597, -0.006757696159183979, 0.018184149637818336, 0.016166111454367638, 0.019722219556570053, -0.0017725999932736158, 0.03608468547463417, -0.0067849671468138695, 0.10872310400009155, 0.0011671888642013073], "max": [0.6146167516708374, -0.7343404293060303, 1.2080496549606323, 1.2222952842712402, -0.039399269968271255, 0.8006814122200012, 0.10272420942783356, -0.6808861494064331, 1.6472233533859253, -0.22914759814739227, 0.8350738286972046, 0.6748421788215637, 1.0151488780975342, 1.0319695472717285, 0.03346668928861618, 0.008213954977691174, 0.7292695045471191, 0.6314492225646973, 0.749826192855835, 0.5961608290672302, 0.8425085544586182, 0.5685628056526184, 1.4249850511550903, 0.5602124929428101, 1.1490811109542847, 0.8866599798202515, 0.03998985514044762, 0.009015715681016445, 0.6674903035163879, 0.7518168687820435, 0.7547240257263184, 0.3444516658782959, 1.0761045217514038, 0.37176603078842163, 1.404335618019104, 0.5587999224662781], "count": [633]}, "action": {"mean": [0.30446857213974, -0.8833259344100952, 1.12814199924469, 0.4061249792575836, -0.2746957838535309, 0.6516231894493103, -0.3277364671230316, -0.8721644878387451, 1.0805505514144897, -0.7553257942199707, 0.518303632736206, -0.1738540679216385, 0.6808669567108154, 0.9332507848739624, -0.02913801372051239, 0.003704662434756756, 0.3195110559463501, 0.18132320046424866, 0.35169175267219543, 0.16260115802288055, 0.4217701852321625, 0.15288668870925903, 0.5946332216262817, 0.07497508823871613, 0.3552476167678833, 0.8218254446983337, 0.0132093895226717, -0.0006622737855650485, 0.22647349536418915, 0.11806696653366089, 0.26438263058662415, 0.03255905210971832, 0.3313443660736084, 0.053863104432821274, 0.37665122747421265, 0.0478992760181427], "std": [0.1752011775970459, 0.10948911309242249, 0.06826195865869522, 0.18640539050102234, 0.11983377486467361, 0.13328920304775238, 0.15081459283828735, 0.25194090604782104, 0.27114513516426086, 0.37884438037872314, 0.13272103667259216, 0.363036572933197, 0.3268831670284271, 0.045773886144161224, 0.028907038271427155, 0.0038541192188858986, 0.24326522648334503, 0.266451358795166, 0.24500104784965515, 0.24176466464996338, 0.31781286001205444, 0.24025030434131622, 0.49497443437576294, 0.11492975056171417, 0.4898604154586792, 0.066957026720047, 0.004872834775596857, 0.002873494289815426, 0.19604067504405975, 0.23781563341617584, 0.2195826917886734, 0.0630100890994072, 0.31484323740005493, 0.11962240189313889, 0.4228982925415039, 0.0904628187417984], "min": [0.027180131524801254, -1.0828183889389038, 1.0015878677368164, 0.16690747439861298, -0.5013899803161621, 0.021839475259184837, -0.5277760028839111, -1.4374117851257324, 0.8383402228355408, -1.6050583124160767, 0.3338983952999115, -0.6016465425491333, 0.02868884801864624, 0.7340364456176758, -0.04909283667802811, -0.0020180370192974806, -0.0010799224255606532, -0.05041274428367615, 0.013035427778959274, 0.000774489832110703, 0.014633494429290295, -0.004216060973703861, 0.019433150067925453, 0.0014726216904819012, 0.01762782596051693, 0.6823037266731262, 0.0023125610314309597, -0.006757696159183979, 0.018184149637818336, 0.016166111454367638, 0.019722219556570053, -0.0017725999932736158, 0.03608468547463417, -0.0067849671468138695, 0.10872310400009155, 0.0011671888642013073], "max": [0.6146167516708374, -0.7343404293060303, 1.2080496549606323, 1.2222952842712402, -0.039399269968271255, 0.8006814122200012, 0.10272420942783356, -0.6808861494064331, 1.6472233533859253, -0.22914759814739227, 0.8350738286972046, 0.6748421788215637, 1.0151488780975342, 1.0319695472717285, 0.03346668928861618, 0.008213954977691174, 0.7292695045471191, 0.6314492225646973, 0.749826192855835, 0.5961608290672302, 0.8425085544586182, 0.5685628056526184, 1.4249850511550903, 0.5602124929428101, 1.1490811109542847, 0.8866599798202515, 0.03998985514044762, 0.009015715681016445, 0.6674903035163879, 0.7518168687820435, 0.7547240257263184, 0.3444516658782959, 1.0761045217514038, 0.37176603078842163, 1.404335618019104, 0.5587999224662781], "count": [633]}, "timestamp": {"min": [0.0], "max": [21.066666666666666], "mean": [10.533333333333333], "std": [6.091037739231365], "count": [633]}, "frame_index": {"min": [0], "max": [632], "mean": [316.0], "std": [182.73113217694095], "count": [633]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [633]}, "index": {"min": [18012], "max": [18644], "mean": [18328.0], "std": [182.73113217694095], "count": [633]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [633]}, "subtask_annotation": {"mean": [2.004739336492891, 5.0, 5.0, 5.0, 5.0], "std": [1.6325025042937429, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [633]}, "scene_annotation": {"mean": [27.0], "std": [0.0], "min": [27], "max": [27], "count": [633]}, "eef_direction_state": {"mean": [4.649289099526066, 4.774091627172196], "std": [1.6126191642387555, 1.8208443359798436], "min": [0, 0], "max": [6, 6], "count": [633]}, "eef_velocity_state": {"mean": [0.6145339652448657, 0.584518167456556], "std": [0.6578560221239786, 0.7517523268247153], "min": [0, 0], "max": [2, 2], "count": [633]}, "eef_acc_mag_state": {"mean": [0.37282780410742494, 0.4439178515007899], "std": [0.6861443414008539, 0.7544068359554416], "min": [0, 0], "max": [2, 2], "count": [633]}, "eef_direction_action": {"mean": [4.649289099526066, 4.774091627172196], "std": [1.6126191642387555, 1.8208443359798436], "min": [0, 0], "max": [6, 6], "count": [633]}, "eef_velocity_action": {"mean": [0.6145339652448657, 0.584518167456556], "std": [0.6578560221239786, 0.7517523268247153], "min": [0, 0], "max": [2, 2], "count": [633]}, "eef_acc_mag_action": {"mean": [0.37282780410742494, 0.4439178515007899], "std": [0.6861443414008539, 0.7544068359554416], "min": [0, 0], "max": [2, 2], "count": [633]}, "eef_sim_pose_state": {"mean": [0.6891606384280562, 0.14148248696120558, 1.2425522511515443, -1.678744369694076, 1.117169274089016, -2.315298847604281, 0.629363651078928, -0.08201495234714892, 1.250717987276959, 1.584367575794876, 0.9497356677817861, 2.517003335974978], "std": [0.018039546334144653, 0.07030814539128778, 0.048889666351284465, 0.13970212329956286, 0.05014437991500996, 0.15815393543468775, 0.04558254787228284, 0.061294179264132664, 0.04453219370688938, 0.11135355993788662, 0.07609591733253865, 0.15710682663330644], "min": [0.6534340373217616, 0.00895300942356042, 1.1495373586183044, -1.968777856096302, 1.028245016697264, -2.535595281820577, 0.5793223628479148, -0.18049311254469755, 1.1524222325830316, 1.368992477619801, 0.7379011583145259, 2.3123860147468482], "max": [0.7126790871385034, 0.21279278071936278, 1.3075986093975123, -1.515680580031395, 1.2589847456546717, -2.082657633975074, 0.699225407501875, 0.06645045290936233, 1.3617904804276317, 1.8291216565702668, 1.0398946156462818, 2.926282082454498], "count": [633]}, "eef_sim_pose_action": {"mean": [0.6891606384280562, 0.14148248696120558, 1.2425522511515443, -1.678744369694076, 1.117169274089016, -2.315298847604281, 0.629363651078928, -0.08201495234714892, 1.250717987276959, 1.584367575794876, 0.9497356677817861, 2.517003335974978], "std": [0.018039546334144653, 0.07030814539128778, 0.048889666351284465, 0.13970212329956286, 0.05014437991500996, 0.15815393543468775, 0.04558254787228284, 0.061294179264132664, 0.04453219370688938, 0.11135355993788662, 0.07609591733253865, 0.15710682663330644], "min": [0.6534340373217616, 0.00895300942356042, 1.1495373586183044, -1.968777856096302, 1.028245016697264, -2.535595281820577, 0.5793223628479148, -0.18049311254469755, 1.1524222325830316, 1.368992477619801, 0.7379011583145259, 2.3123860147468482], "max": [0.7126790871385034, 0.21279278071936278, 1.3075986093975123, -1.515680580031395, 1.2589847456546717, -2.082657633975074, 0.699225407501875, 0.06645045290936233, 1.3617904804276317, 1.8291216565702668, 1.0398946156462818, 2.926282082454498], "count": [633]}}} +{"episode_index": 28, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4624691195180362]], [[0.4542762685226762]], [[0.45396645025694754]]], "std": [[[0.19270956876896023]], [[0.19261976907938086]], [[0.19095289320519937]]], "count": [131]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.13333333333333333]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5671852875692261]], [[0.573606254365614]], [[0.5713487720151674]]], "std": [[[0.2853272674486333]], [[0.2900496363706252]], [[0.29593511520884225]]], "count": [131]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.12549019607843137]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5621933405677793]], [[0.5907982400339271]], [[0.5846843583171182]]], "std": [[[0.28570636614841083]], [[0.2817868532947484]], [[0.2892633323835129]]], "count": [131]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44395484863792845]], [[0.46352129951853516]], [[0.46075477722895775]]], "std": [[[0.33522859340780015]], [[0.33428397520003345]], [[0.33972246679320045]]], "count": [131]}, "observation.state": {"mean": [0.3397512435913086, -0.8595866560935974, 1.208931565284729, 0.8342833518981934, -0.44308140873908997, 0.2639288306236267, -0.2026205211877823, -0.886979341506958, 1.3279340267181396, -1.4699128866195679, 0.6819791793823242, 0.8016220331192017, 0.5428081154823303, 0.931410014629364, -0.03608696535229683, 0.0010891520651057363, 0.28307393193244934, 0.0736539214849472, 0.31924012303352356, 0.1390085220336914, 0.43373313546180725, 0.126264750957489, 0.5002562999725342, 0.21007785201072693, 0.4041596055030823, 0.8476965427398682, 0.01591343805193901, -0.0017826679395511746, 0.2715741991996765, 0.1087241917848587, 0.31722700595855713, 0.04369134083390236, 0.3846328556537628, 0.03178197517991066, 0.40480002760887146, 0.11042407155036926], "std": [0.16231591999530792, 0.12395882606506348, 0.09087488800287247, 0.25635412335395813, 0.08097678422927856, 0.1990990787744522, 0.1223839819431305, 0.29517585039138794, 0.14337411522865295, 0.10255959630012512, 0.12041892111301422, 0.14378945529460907, 0.43945232033729553, 0.04774991422891617, 0.020385771989822388, 0.0035059216897934675, 0.21572531759738922, 0.19180691242218018, 0.24057041108608246, 0.2133147418498993, 0.3642193675041199, 0.2816885709762573, 0.4326578378677368, 0.23769459128379822, 0.496798574924469, 0.09325607866048813, 0.006016592029482126, 0.0041336072608828545, 0.2371257096529007, 0.19033494591712952, 0.27059727907180786, 0.06465079635381699, 0.3506438732147217, 0.039815884083509445, 0.3822041153907776, 0.17633508145809174], "min": [0.09552386403083801, -1.0759518146514893, 0.9229204654693604, 0.37063926458358765, -0.6378747820854187, -0.004720759578049183, -0.3536635935306549, -1.412258267402649, 1.1982742547988892, -1.6830462217330933, 0.42749103903770447, 0.6716353893280029, 0.02235112152993679, 0.7610617280006409, -0.04916374385356903, -0.007864889688789845, 0.012097313068807125, -0.06129378080368042, 0.014093534089624882, -0.010951940901577473, 0.013373585417866707, -0.05841398611664772, 0.04002803564071655, 4.3633230234263465e-05, 0.012511828914284706, 0.6646867990493774, 0.003605195553973317, -0.004603306297212839, 0.010859220288693905, 0.008519388735294342, 0.014666219241917133, 0.012013043276965618, 0.021298469975590706, -0.006537227891385555, 0.054770611226558685, 0.0013199052773416042], "max": [0.6658655405044556, -0.687041699886322, 1.3047536611557007, 1.4057776927947998, -0.23305770754814148, 0.6644469499588013, 0.1202959269285202, -0.6457903981208801, 1.6403448581695557, -1.362342357635498, 0.7895351648330688, 1.3562052249908447, 1.0739010572433472, 1.0441160202026367, 0.008268496952950954, 0.008132142946124077, 0.5798147916793823, 0.40862521529197693, 0.6489134430885315, 0.5423719882965088, 1.0642800331115723, 0.780674934387207, 1.2668144702911377, 0.8758662343025208, 1.1399238109588623, 0.9268897771835327, 0.0443531796336174, 0.009915651753544807, 0.7442901730537415, 0.5596343278884888, 0.860447347164154, 0.323044091463089, 1.1088240146636963, 0.24414974451065063, 1.217536211013794, 0.6323654651641846], "count": [671]}, "action": {"mean": [0.3397512435913086, -0.8595866560935974, 1.208931565284729, 0.8342833518981934, -0.44308140873908997, 0.2639288306236267, -0.2026205211877823, -0.886979341506958, 1.3279340267181396, -1.4699128866195679, 0.6819791793823242, 0.8016220331192017, 0.5428081154823303, 0.931410014629364, -0.03608696535229683, 0.0010891520651057363, 0.28307393193244934, 0.0736539214849472, 0.31924012303352356, 0.1390085220336914, 0.43373313546180725, 0.126264750957489, 0.5002562999725342, 0.21007785201072693, 0.4041596055030823, 0.8476965427398682, 0.01591343805193901, -0.0017826679395511746, 0.2715741991996765, 0.1087241917848587, 0.31722700595855713, 0.04369134083390236, 0.3846328556537628, 0.03178197517991066, 0.40480002760887146, 0.11042407155036926], "std": [0.16231591999530792, 0.12395882606506348, 0.09087488800287247, 0.25635412335395813, 0.08097678422927856, 0.1990990787744522, 0.1223839819431305, 0.29517585039138794, 0.14337411522865295, 0.10255959630012512, 0.12041892111301422, 0.14378945529460907, 0.43945232033729553, 0.04774991422891617, 0.020385771989822388, 0.0035059216897934675, 0.21572531759738922, 0.19180691242218018, 0.24057041108608246, 0.2133147418498993, 0.3642193675041199, 0.2816885709762573, 0.4326578378677368, 0.23769459128379822, 0.496798574924469, 0.09325607866048813, 0.006016592029482126, 0.0041336072608828545, 0.2371257096529007, 0.19033494591712952, 0.27059727907180786, 0.06465079635381699, 0.3506438732147217, 0.039815884083509445, 0.3822041153907776, 0.17633508145809174], "min": [0.09552386403083801, -1.0759518146514893, 0.9229204654693604, 0.37063926458358765, -0.6378747820854187, -0.004720759578049183, -0.3536635935306549, -1.412258267402649, 1.1982742547988892, -1.6830462217330933, 0.42749103903770447, 0.6716353893280029, 0.02235112152993679, 0.7610617280006409, -0.04916374385356903, -0.007864889688789845, 0.012097313068807125, -0.06129378080368042, 0.014093534089624882, -0.010951940901577473, 0.013373585417866707, -0.05841398611664772, 0.04002803564071655, 4.3633230234263465e-05, 0.012511828914284706, 0.6646867990493774, 0.003605195553973317, -0.004603306297212839, 0.010859220288693905, 0.008519388735294342, 0.014666219241917133, 0.012013043276965618, 0.021298469975590706, -0.006537227891385555, 0.054770611226558685, 0.0013199052773416042], "max": [0.6658655405044556, -0.687041699886322, 1.3047536611557007, 1.4057776927947998, -0.23305770754814148, 0.6644469499588013, 0.1202959269285202, -0.6457903981208801, 1.6403448581695557, -1.362342357635498, 0.7895351648330688, 1.3562052249908447, 1.0739010572433472, 1.0441160202026367, 0.008268496952950954, 0.008132142946124077, 0.5798147916793823, 0.40862521529197693, 0.6489134430885315, 0.5423719882965088, 1.0642800331115723, 0.780674934387207, 1.2668144702911377, 0.8758662343025208, 1.1399238109588623, 0.9268897771835327, 0.0443531796336174, 0.009915651753544807, 0.7442901730537415, 0.5596343278884888, 0.860447347164154, 0.323044091463089, 1.1088240146636963, 0.24414974451065063, 1.217536211013794, 0.6323654651641846], "count": [671]}, "timestamp": {"min": [0.0], "max": [22.333333333333332], "mean": [11.166666666666668], "std": [6.456693340161734], "count": [671]}, "frame_index": {"min": [0], "max": [670], "mean": [335.0], "std": [193.70080020485202], "count": [671]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [671]}, "index": {"min": [18645], "max": [19315], "mean": [18980.0], "std": [193.70080020485202], "count": [671]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [671]}, "subtask_annotation": {"mean": [1.9418777943368106, 5.0, 5.0, 5.0, 5.0], "std": [1.5807774285639997, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [671]}, "scene_annotation": {"mean": [28.0], "std": [0.0], "min": [28], "max": [28], "count": [671]}, "eef_direction_state": {"mean": [4.560357675111773, 4.834575260804769], "std": [1.7721582126008937, 1.6124690428753994], "min": [0, 0], "max": [6, 6], "count": [671]}, "eef_velocity_state": {"mean": [0.6065573770491803, 0.5692995529061102], "std": [0.6732388821662649, 0.6933015365273713], "min": [0, 0], "max": [2, 2], "count": [671]}, "eef_acc_mag_state": {"mean": [0.33383010432190763, 0.3710879284649776], "std": [0.6610541829792915, 0.695524446769473], "min": [0, 0], "max": [2, 2], "count": [671]}, "eef_direction_action": {"mean": [4.560357675111773, 4.834575260804769], "std": [1.7721582126008937, 1.6124690428753994], "min": [0, 0], "max": [6, 6], "count": [671]}, "eef_velocity_action": {"mean": [0.6065573770491803, 0.5692995529061102], "std": [0.6732388821662649, 0.6933015365273713], "min": [0, 0], "max": [2, 2], "count": [671]}, "eef_acc_mag_action": {"mean": [0.33383010432190763, 0.3710879284649776], "std": [0.6610541829792915, 0.695524446769473], "min": [0, 0], "max": [2, 2], "count": [671]}, "eef_sim_pose_state": {"mean": [0.6795543244721918, 0.15153195180257215, 1.2424316988446296, -1.6961257136079018, 1.162755241985838, -2.446091649787003, 0.647753025539913, -0.12189454309950283, 1.251090962962074, 1.7382204341617045, 0.6494619433286731, 2.691155546842633], "std": [0.020674571656098133, 0.07673468046771681, 0.04004424420134811, 0.13886983904999556, 0.08103287735353495, 0.14341316944914936, 0.03630540965970771, 0.09363532454441001, 0.04745515395265255, 0.11784824122405697, 0.17083037518802377, 0.10386929152307565], "min": [0.604577384288991, 0.024631354150819407, 1.1485136071359616, -2.0449711626087383, 1.0504429031068843, -3.0150650930701772, 0.6058308318281164, -0.20135513291230953, 1.1462223770891535, 1.4727768729125639, 0.12330939872653368, 2.4967504402831913], "max": [0.7092764697976752, 0.23485131744150234, 1.3125323693728317, -1.40202292816796, 1.3975654285958186, -2.1864342454724253, 0.7229121171506869, 0.07272675429390152, 1.364297465767466, 1.9914927417856068, 0.9109102190073486, 2.93832407270276], "count": [671]}, "eef_sim_pose_action": {"mean": [0.6795543244721918, 0.15153195180257215, 1.2424316988446296, -1.6961257136079018, 1.162755241985838, -2.446091649787003, 0.647753025539913, -0.12189454309950283, 1.251090962962074, 1.7382204341617045, 0.6494619433286731, 2.691155546842633], "std": [0.020674571656098133, 0.07673468046771681, 0.04004424420134811, 0.13886983904999556, 0.08103287735353495, 0.14341316944914936, 0.03630540965970771, 0.09363532454441001, 0.04745515395265255, 0.11784824122405697, 0.17083037518802377, 0.10386929152307565], "min": [0.604577384288991, 0.024631354150819407, 1.1485136071359616, -2.0449711626087383, 1.0504429031068843, -3.0150650930701772, 0.6058308318281164, -0.20135513291230953, 1.1462223770891535, 1.4727768729125639, 0.12330939872653368, 2.4967504402831913], "max": [0.7092764697976752, 0.23485131744150234, 1.3125323693728317, -1.40202292816796, 1.3975654285958186, -2.1864342454724253, 0.7229121171506869, 0.07272675429390152, 1.364297465767466, 1.9914927417856068, 0.9109102190073486, 2.93832407270276], "count": [671]}}} +{"episode_index": 29, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45518712791964333]], [[0.44600566195470437]], [[0.4459812329001368]]], "std": [[[0.19316155594768514]], [[0.19391129388738312]], [[0.1923395178115599]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00392156862745098]], [[0.1411764705882353]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5100970575568728]], [[0.5170807493540052]], [[0.5134993888382227]]], "std": [[[0.28572888816070535]], [[0.2940811648027723]], [[0.29753580035128613]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.03137254901960784]], [[0.12156862745098039]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5796834197826417]], [[0.600558517948523]], [[0.5985296650960126]]], "std": [[[0.26903696507403047]], [[0.26821227842395007]], [[0.27343463079791336]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43998204197699753]], [[0.45952085233318135]], [[0.45648079432031213]]], "std": [[[0.3324660721712626]], [[0.3318204333786627]], [[0.3374810383956272]]], "count": [129]}, "observation.state": {"mean": [0.32299724221229553, -0.76114422082901, 1.0165351629257202, 2.2560598850250244, 0.263990581035614, -1.1365150213241577, -0.2076515108346939, -0.9008773565292358, 1.3639084100723267, -1.509882926940918, 0.8113101124763489, 0.5615174174308777, 0.6121019124984741, 0.9142614603042603, -0.03239000588655472, 0.003791205119341612, 0.19002720713615417, 0.02638840675354004, 0.22379635274410248, 0.09005939215421677, 0.3686244487762451, 0.15725797414779663, 0.3484107553958893, 0.31865623593330383, 0.4046487510204315, 0.8491981029510498, 0.014624220319092274, -0.003317959373816848, 0.2522881329059601, 0.13890351355075836, 0.31625550985336304, 0.019360940903425217, 0.37602514028549194, 0.08986377716064453, 0.41769298911094666, 0.06878365576267242], "std": [0.22006118297576904, 0.19011405110359192, 0.06989942491054535, 1.3364760875701904, 0.24705423414707184, 1.4730466604232788, 0.14413712918758392, 0.21027645468711853, 0.06940542161464691, 0.12358641624450684, 0.15496909618377686, 0.12156593054533005, 0.39286181330680847, 0.046513497829437256, 0.02290240488946438, 0.004349447786808014, 0.2384166568517685, 0.11188764870166779, 0.2505374848842621, 0.1720139980316162, 0.446342408657074, 0.2972121238708496, 0.4651497006416321, 0.22527451813220978, 0.43486881256103516, 0.10876894742250443, 0.006500918418169022, 0.0034441056195646524, 0.23192019760608673, 0.24161610007286072, 0.307807058095932, 0.01878056861460209, 0.3895476460456848, 0.18612486124038696, 0.46125200390815735, 0.10127610713243484], "min": [-0.19442139565944672, -1.0248340368270874, 0.8506428003311157, -0.593751847743988, -0.33159762620925903, -2.121957778930664, -0.3612692654132843, -1.300605058670044, 1.3074597120285034, -1.8057740926742554, 0.5245527029037476, 0.41348373889923096, 0.015402530319988728, 0.8139506578445435, -0.050701819360256195, -0.003932444844394922, 0.0010417434386909008, -0.061157431453466415, 0.013209960423409939, -0.011361002922058105, 0.013286319561302662, -0.001238092896528542, 0.016547903418540955, 0.0037291867192834616, 0.019052209332585335, 0.6596472263336182, 0.0038069994188845158, -0.010488337837159634, 0.030308732762932777, 0.013035427778959274, 0.034982942044734955, 0.003752457909286022, 0.07987608015537262, -0.0028416141867637634, 0.056569766253232956, 0.01875137910246849], "max": [0.6698710918426514, -0.5144197940826416, 1.1095216274261475, 2.998636245727539, 0.6031008958816528, 1.885442852973938, 0.1344224512577057, -0.7420176267623901, 1.5600323677062988, -1.3161859512329102, 0.9507800936698914, 0.8378753066062927, 1.0901763439178467, 1.0537261962890625, 0.017331648617982864, 0.008704829961061478, 0.5748242139816284, 0.23392319679260254, 0.6409176588058472, 0.47654032707214355, 1.38889479637146, 0.9144870042800903, 1.2509374618530273, 0.8979772925376892, 1.0671815872192383, 0.9723228812217712, 0.06291911751031876, -0.00032724920311011374, 0.7142705321311951, 0.6594890356063843, 0.9333038926124573, 0.11868784576654434, 1.1948578357696533, 0.5141412615776062, 1.4111206531524658, 0.43152177333831787], "count": [658]}, "action": {"mean": [0.32299724221229553, -0.76114422082901, 1.0165351629257202, 2.2560598850250244, 0.263990581035614, -1.1365150213241577, -0.2076515108346939, -0.9008773565292358, 1.3639084100723267, -1.509882926940918, 0.8113101124763489, 0.5615174174308777, 0.6121019124984741, 0.9142614603042603, -0.03239000588655472, 0.003791205119341612, 0.19002720713615417, 0.02638840675354004, 0.22379635274410248, 0.09005939215421677, 0.3686244487762451, 0.15725797414779663, 0.3484107553958893, 0.31865623593330383, 0.4046487510204315, 0.8491981029510498, 0.014624220319092274, -0.003317959373816848, 0.2522881329059601, 0.13890351355075836, 0.31625550985336304, 0.019360940903425217, 0.37602514028549194, 0.08986377716064453, 0.41769298911094666, 0.06878365576267242], "std": [0.22006118297576904, 0.19011405110359192, 0.06989942491054535, 1.3364760875701904, 0.24705423414707184, 1.4730466604232788, 0.14413712918758392, 0.21027645468711853, 0.06940542161464691, 0.12358641624450684, 0.15496909618377686, 0.12156593054533005, 0.39286181330680847, 0.046513497829437256, 0.02290240488946438, 0.004349447786808014, 0.2384166568517685, 0.11188764870166779, 0.2505374848842621, 0.1720139980316162, 0.446342408657074, 0.2972121238708496, 0.4651497006416321, 0.22527451813220978, 0.43486881256103516, 0.10876894742250443, 0.006500918418169022, 0.0034441056195646524, 0.23192019760608673, 0.24161610007286072, 0.307807058095932, 0.01878056861460209, 0.3895476460456848, 0.18612486124038696, 0.46125200390815735, 0.10127610713243484], "min": [-0.19442139565944672, -1.0248340368270874, 0.8506428003311157, -0.593751847743988, -0.33159762620925903, -2.121957778930664, -0.3612692654132843, -1.300605058670044, 1.3074597120285034, -1.8057740926742554, 0.5245527029037476, 0.41348373889923096, 0.015402530319988728, 0.8139506578445435, -0.050701819360256195, -0.003932444844394922, 0.0010417434386909008, -0.061157431453466415, 0.013209960423409939, -0.011361002922058105, 0.013286319561302662, -0.001238092896528542, 0.016547903418540955, 0.0037291867192834616, 0.019052209332585335, 0.6596472263336182, 0.0038069994188845158, -0.010488337837159634, 0.030308732762932777, 0.013035427778959274, 0.034982942044734955, 0.003752457909286022, 0.07987608015537262, -0.0028416141867637634, 0.056569766253232956, 0.01875137910246849], "max": [0.6698710918426514, -0.5144197940826416, 1.1095216274261475, 2.998636245727539, 0.6031008958816528, 1.885442852973938, 0.1344224512577057, -0.7420176267623901, 1.5600323677062988, -1.3161859512329102, 0.9507800936698914, 0.8378753066062927, 1.0901763439178467, 1.0537261962890625, 0.017331648617982864, 0.008704829961061478, 0.5748242139816284, 0.23392319679260254, 0.6409176588058472, 0.47654032707214355, 1.38889479637146, 0.9144870042800903, 1.2509374618530273, 0.8979772925376892, 1.0671815872192383, 0.9723228812217712, 0.06291911751031876, -0.00032724920311011374, 0.7142705321311951, 0.6594890356063843, 0.9333038926124573, 0.11868784576654434, 1.1948578357696533, 0.5141412615776062, 1.4111206531524658, 0.43152177333831787], "count": [658]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.950000000000001], "std": [6.331600640175174], "count": [658]}, "frame_index": {"min": [0], "max": [657], "mean": [328.5], "std": [189.9480192052552], "count": [658]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [658]}, "index": {"min": [19316], "max": [19973], "mean": [19644.5], "std": [189.9480192052552], "count": [658]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [658]}, "subtask_annotation": {"mean": [2.2006079027355625, 5.0, 5.0, 5.0, 5.0], "std": [1.5976425246385186, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [658]}, "scene_annotation": {"mean": [29.0], "std": [0.0], "min": [29], "max": [29], "count": [658]}, "eef_direction_state": {"mean": [4.227963525835866, 5.022796352583587], "std": [1.6091519558160836, 1.6076649866460377], "min": [0, 0], "max": [6, 6], "count": [658]}, "eef_velocity_state": {"mean": [0.7735562310030395, 0.46656534954407297], "std": [0.561234904170033, 0.6749585574241392], "min": [0, 0], "max": [2, 2], "count": [658]}, "eef_acc_mag_state": {"mean": [0.4148936170212766, 0.35106382978723405], "std": [0.726960239140055, 0.6862791789259516], "min": [0, 0], "max": [2, 2], "count": [658]}, "eef_direction_action": {"mean": [4.227963525835866, 5.022796352583587], "std": [1.6091519558160836, 1.6076649866460377], "min": [0, 0], "max": [6, 6], "count": [658]}, "eef_velocity_action": {"mean": [0.7735562310030395, 0.46656534954407297], "std": [0.561234904170033, 0.6749585574241392], "min": [0, 0], "max": [2, 2], "count": [658]}, "eef_acc_mag_action": {"mean": [0.4148936170212766, 0.35106382978723405], "std": [0.726960239140055, 0.6862791789259516], "min": [0, 0], "max": [2, 2], "count": [658]}, "eef_sim_pose_state": {"mean": [0.6700288534084944, 0.18302347695189042, 1.2295782267172977, -1.9665097496265718, 1.1338412742166168, -2.4816823572967084, 0.6341169653061929, -0.11847527713166334, 1.2475136566205536, 1.8060788449934235, 0.8930018579312213, 2.887312390516751], "std": [0.019020187077963036, 0.08177723116134161, 0.04557336147550046, 0.4897262425358401, 0.14278799130106332, 0.37883170259568477, 0.03252800178283811, 0.07340352850787117, 0.04342141169634068, 0.10802260483929717, 0.047455864264984556, 0.07417159137498466], "min": [0.6268337485438312, 0.04514370100984552, 1.140193001524506, -2.7625899316453784, 0.89268979764203, -3.115326899927241, 0.6065537802286463, -0.17509986651922457, 1.1555871954394845, 1.5652867672974087, 0.719314948781081, 2.6427906418456413], "max": [0.704680776865259, 0.3106841531938914, 1.325247512916017, -1.397294979793719, 1.4160640523187875, -1.9384530936976905, 0.6949614339152882, 0.04609977795185255, 1.3512256742385573, 2.0603082470571104, 1.006330884114254, 2.9711066469940177], "count": [658]}, "eef_sim_pose_action": {"mean": [0.6700288534084944, 0.18302347695189042, 1.2295782267172977, -1.9665097496265718, 1.1338412742166168, -2.4816823572967084, 0.6341169653061929, -0.11847527713166334, 1.2475136566205536, 1.8060788449934235, 0.8930018579312213, 2.887312390516751], "std": [0.019020187077963036, 0.08177723116134161, 0.04557336147550046, 0.4897262425358401, 0.14278799130106332, 0.37883170259568477, 0.03252800178283811, 0.07340352850787117, 0.04342141169634068, 0.10802260483929717, 0.047455864264984556, 0.07417159137498466], "min": [0.6268337485438312, 0.04514370100984552, 1.140193001524506, -2.7625899316453784, 0.89268979764203, -3.115326899927241, 0.6065537802286463, -0.17509986651922457, 1.1555871954394845, 1.5652867672974087, 0.719314948781081, 2.6427906418456413], "max": [0.704680776865259, 0.3106841531938914, 1.325247512916017, -1.397294979793719, 1.4160640523187875, -1.9384530936976905, 0.6949614339152882, 0.04609977795185255, 1.3512256742385573, 2.0603082470571104, 1.006330884114254, 2.9711066469940177], "count": [658]}}} +{"episode_index": 30, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4560497416020672]], [[0.44797494078380706]], [[0.4488510902746112]]], "std": [[[0.19446718918035533]], [[0.19477686460638285]], [[0.19341475594601218]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13333333333333333]], [[0.15294117647058825]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5520658819729442]], [[0.5585078532705071]], [[0.5568825413563359]]], "std": [[[0.2893352383652261]], [[0.29375415720387876]], [[0.3007029938687191]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5662717009930588]], [[0.5909215432943203]], [[0.5854116063738156]]], "std": [[[0.28139536406463395]], [[0.27909719342617195]], [[0.2852164443664357]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4130812481000152]], [[0.43342727808177534]], [[0.4285719888407559]]], "std": [[[0.3310225707725537]], [[0.3309971692896718]], [[0.3356412974117599]]], "count": [129]}, "observation.state": {"mean": [0.338511198759079, -0.8224431276321411, 1.083958387374878, 0.5275018215179443, -0.44463348388671875, 0.5385529398918152, -0.33711010217666626, -0.8569856882095337, 1.3576017618179321, -1.2093554735183716, 0.7941962480545044, 0.36543211340904236, 0.59927898645401, 0.9271557331085205, -0.03747605159878731, 0.002098086290061474, 0.24511459469795227, 0.03376232832670212, 0.2830100655555725, 0.08906388282775879, 0.41505196690559387, 0.191891148686409, 0.40477317571640015, 0.23071281611919403, 0.4030473232269287, 0.8579301238059998, 0.013525569811463356, -0.002811731304973364, 0.2593937814235687, 0.1183481365442276, 0.3107602000236511, 0.006490637548267841, 0.3764065206050873, 0.08707965165376663, 0.4144604802131653, 0.10307159274816513], "std": [0.15944631397724152, 0.1757984459400177, 0.07673430442810059, 0.42350926995277405, 0.07235284149646759, 0.35109207034111023, 0.19918301701545715, 0.19981224834918976, 0.07147261500358582, 0.2410445213317871, 0.15443545579910278, 0.2541396915912628, 0.3395291268825531, 0.02792522683739662, 0.016323745250701904, 0.0045821648091077805, 0.21370097994804382, 0.13688942790031433, 0.21815547347068787, 0.16911424696445465, 0.3900188207626343, 0.3534749448299408, 0.3373929560184479, 0.25588759779930115, 0.4835715889930725, 0.10586925595998764, 0.005065505858510733, 0.0024048304185271263, 0.21764428913593292, 0.220379039645195, 0.2694384455680847, 0.005178092513233423, 0.3447408676147461, 0.19140185415744781, 0.40536069869995117, 0.16727887094020844], "min": [-0.13790340721607208, -1.114099383354187, 0.8896486759185791, 0.15868191421031952, -0.6380059123039246, -0.9071965217590332, -0.5379639267921448, -1.2159295082092285, 1.2777881622314453, -1.7067930698394775, 0.5215485692024231, 0.15655994415283203, 0.017873262986540794, 0.8631471395492554, -0.04898921027779579, -0.004177881870418787, 0.008590292185544968, -0.06073200702667236, 0.014769848436117172, -0.006062639411538839, 0.022918354719877243, 0.0005126904579810798, 0.0388772077858448, 0.015773413702845573, 0.02208932302892208, 0.6781259179115295, 0.0031088676769286394, -0.008290314115583897, 0.023856468498706818, 0.0028143436647951603, 0.019722219556570053, 0.0026016314513981342, 0.07525641471147537, -0.0058686695992946625, 0.07526732236146927, 0.007668539881706238], "max": [0.652394711971283, -0.5673113465309143, 1.1634169816970825, 2.245579719543457, -0.2461947798728943, 0.8175140023231506, 0.12728169560432434, -0.6921873688697815, 1.5690923929214478, -1.001075267791748, 0.9746613502502441, 0.8580934405326843, 0.9884017109870911, 1.030644178390503, 0.00818123109638691, 0.007450374308973551, 0.6191992163658142, 0.2909463942050934, 0.6282094717025757, 0.5327508449554443, 1.1249629259109497, 1.0002317428588867, 1.032002329826355, 0.7568566203117371, 1.1300241947174072, 0.9755244851112366, 0.04254240170121193, -8.181227894965559e-05, 0.6960427761077881, 0.6246479153633118, 0.8517970442771912, 0.020774872973561287, 1.1202176809310913, 0.5346543788909912, 1.2824678421020508, 0.5450008511543274], "count": [655]}, "action": {"mean": [0.338511198759079, -0.8224431276321411, 1.083958387374878, 0.5275018215179443, -0.44463348388671875, 0.5385529398918152, -0.33711010217666626, -0.8569856882095337, 1.3576017618179321, -1.2093554735183716, 0.7941962480545044, 0.36543211340904236, 0.59927898645401, 0.9271557331085205, -0.03747605159878731, 0.002098086290061474, 0.24511459469795227, 0.03376232832670212, 0.2830100655555725, 0.08906388282775879, 0.41505196690559387, 0.191891148686409, 0.40477317571640015, 0.23071281611919403, 0.4030473232269287, 0.8579301238059998, 0.013525569811463356, -0.002811731304973364, 0.2593937814235687, 0.1183481365442276, 0.3107602000236511, 0.006490637548267841, 0.3764065206050873, 0.08707965165376663, 0.4144604802131653, 0.10307159274816513], "std": [0.15944631397724152, 0.1757984459400177, 0.07673430442810059, 0.42350926995277405, 0.07235284149646759, 0.35109207034111023, 0.19918301701545715, 0.19981224834918976, 0.07147261500358582, 0.2410445213317871, 0.15443545579910278, 0.2541396915912628, 0.3395291268825531, 0.02792522683739662, 0.016323745250701904, 0.0045821648091077805, 0.21370097994804382, 0.13688942790031433, 0.21815547347068787, 0.16911424696445465, 0.3900188207626343, 0.3534749448299408, 0.3373929560184479, 0.25588759779930115, 0.4835715889930725, 0.10586925595998764, 0.005065505858510733, 0.0024048304185271263, 0.21764428913593292, 0.220379039645195, 0.2694384455680847, 0.005178092513233423, 0.3447408676147461, 0.19140185415744781, 0.40536069869995117, 0.16727887094020844], "min": [-0.13790340721607208, -1.114099383354187, 0.8896486759185791, 0.15868191421031952, -0.6380059123039246, -0.9071965217590332, -0.5379639267921448, -1.2159295082092285, 1.2777881622314453, -1.7067930698394775, 0.5215485692024231, 0.15655994415283203, 0.017873262986540794, 0.8631471395492554, -0.04898921027779579, -0.004177881870418787, 0.008590292185544968, -0.06073200702667236, 0.014769848436117172, -0.006062639411538839, 0.022918354719877243, 0.0005126904579810798, 0.0388772077858448, 0.015773413702845573, 0.02208932302892208, 0.6781259179115295, 0.0031088676769286394, -0.008290314115583897, 0.023856468498706818, 0.0028143436647951603, 0.019722219556570053, 0.0026016314513981342, 0.07525641471147537, -0.0058686695992946625, 0.07526732236146927, 0.007668539881706238], "max": [0.652394711971283, -0.5673113465309143, 1.1634169816970825, 2.245579719543457, -0.2461947798728943, 0.8175140023231506, 0.12728169560432434, -0.6921873688697815, 1.5690923929214478, -1.001075267791748, 0.9746613502502441, 0.8580934405326843, 0.9884017109870911, 1.030644178390503, 0.00818123109638691, 0.007450374308973551, 0.6191992163658142, 0.2909463942050934, 0.6282094717025757, 0.5327508449554443, 1.1249629259109497, 1.0002317428588867, 1.032002329826355, 0.7568566203117371, 1.1300241947174072, 0.9755244851112366, 0.04254240170121193, -8.181227894965559e-05, 0.6960427761077881, 0.6246479153633118, 0.8517970442771912, 0.020774872973561287, 1.1202176809310913, 0.5346543788909912, 1.2824678421020508, 0.5450008511543274], "count": [655]}, "timestamp": {"min": [0.0], "max": [21.8], "mean": [10.9], "std": [6.3027330932258625], "count": [655]}, "frame_index": {"min": [0], "max": [654], "mean": [327.0], "std": [189.08199279677586], "count": [655]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [655]}, "index": {"min": [19974], "max": [20628], "mean": [20301.0], "std": [189.08199279677586], "count": [655]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [655]}, "subtask_annotation": {"mean": [1.9862595419847329, 5.0, 5.0, 5.0, 5.0], "std": [1.547653400197127, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [655]}, "scene_annotation": {"mean": [30.0], "std": [0.0], "min": [30], "max": [30], "count": [655]}, "eef_direction_state": {"mean": [4.868702290076336, 4.9541984732824424], "std": [1.6179849860816244, 1.6617042452784183], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_state": {"mean": [0.5343511450381679, 0.5083969465648855], "std": [0.6596055948969036, 0.7029966574946808], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_state": {"mean": [0.33129770992366414, 0.3267175572519084], "std": [0.6734987795276922, 0.6723349341939222], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_direction_action": {"mean": [4.868702290076336, 4.9541984732824424], "std": [1.6179849860816244, 1.6617042452784183], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_action": {"mean": [0.5343511450381679, 0.5083969465648855], "std": [0.6596055948969036, 0.7029966574946808], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_action": {"mean": [0.33129770992366414, 0.3267175572519084], "std": [0.6734987795276922, 0.6723349341939222], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_sim_pose_state": {"mean": [0.6614232063039678, 0.13647149443985784, 1.2555874748753661, -1.5285674773406879, 1.1155173493008437, -2.268863705244908, 0.6479645275858996, -0.14899663403684305, 1.2529748911515732, 1.6706533602970772, 0.8845876834778017, 2.667058476787108], "std": [0.01824648763818014, 0.07421220465225485, 0.04383235831146589, 0.1661815491796607, 0.09518426701473218, 0.15561014677353918, 0.03155154399178146, 0.07160316744313203, 0.04458262820343471, 0.11196977167869916, 0.08513612034451942, 0.07555673907583603], "min": [0.6108474329943561, 0.005415838418115521, 1.147771544763467, -1.959269458077667, 0.9453362992297838, -2.748038089772366, 0.6167443128030341, -0.20719569731820833, 1.1568397426783188, 1.490521226847806, 0.5548174454245376, 2.5463448849826875], "max": [0.6857546773270937, 0.2149457671364488, 1.3075196013269244, -1.3240624959892493, 1.2911269198569406, -2.078835921441867, 0.7138602280508253, 0.0009683800603019488, 1.3531808600262918, 1.96243614904707, 0.9651180489016227, 2.8253445963061083], "count": [655]}, "eef_sim_pose_action": {"mean": [0.6614232063039678, 0.13647149443985784, 1.2555874748753661, -1.5285674773406879, 1.1155173493008437, -2.268863705244908, 0.6479645275858996, -0.14899663403684305, 1.2529748911515732, 1.6706533602970772, 0.8845876834778017, 2.667058476787108], "std": [0.01824648763818014, 0.07421220465225485, 0.04383235831146589, 0.1661815491796607, 0.09518426701473218, 0.15561014677353918, 0.03155154399178146, 0.07160316744313203, 0.04458262820343471, 0.11196977167869916, 0.08513612034451942, 0.07555673907583603], "min": [0.6108474329943561, 0.005415838418115521, 1.147771544763467, -1.959269458077667, 0.9453362992297838, -2.748038089772366, 0.6167443128030341, -0.20719569731820833, 1.1568397426783188, 1.490521226847806, 0.5548174454245376, 2.5463448849826875], "max": [0.6857546773270937, 0.2149457671364488, 1.3075196013269244, -1.3240624959892493, 1.2911269198569406, -2.078835921441867, 0.7138602280508253, 0.0009683800603019488, 1.3531808600262918, 1.96243614904707, 0.9651180489016227, 2.8253445963061083], "count": [655]}}} +{"episode_index": 31, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4569766544117647]], [[0.450594315087146]], [[0.44999625204248367]]], "std": [[[0.2117625396418957]], [[0.21216665629210538]], [[0.20992390972012323]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.1568627450980392]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5689489821623094]], [[0.5749885910266884]], [[0.574934344362745]]], "std": [[[0.2803174747560034]], [[0.2851991688238098]], [[0.2923145583624468]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0392156862745098]], [[0.10588235294117647]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5736904105392158]], [[0.5909017361111111]], [[0.5812142514297386]]], "std": [[[0.2643901084893544]], [[0.2652220872467351]], [[0.27111678613726936]]], "count": [120]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4666836567265795]], [[0.4867831665305011]], [[0.48685957584422657]]], "std": [[[0.32409581459452197]], [[0.3239939301944578]], [[0.33115542219069183]]], "count": [120]}, "observation.state": {"mean": [0.34240731596946716, -0.7741852402687073, 1.0033529996871948, 0.4667050242424011, -0.3191860318183899, 0.6606315970420837, -0.19132737815380096, -0.7813609838485718, 0.9268932342529297, -0.7732310891151428, 0.40215402841567993, -0.2573569715023041, 0.44176599383354187, 0.947462797164917, -0.03586637228727341, 0.0012948964722454548, 0.2393902987241745, 0.19403265416622162, 0.2692035436630249, 0.18233007192611694, 0.36428067088127136, 0.20713363587856293, 0.3730405271053314, 0.4360959231853485, 0.42786821722984314, 0.8724395036697388, 0.013010876253247261, 0.001584591343998909, 0.2534221410751343, 0.13915316760540009, 0.30152711272239685, 0.05614075809717178, 0.36322078108787537, 0.09186028689146042, 0.37714967131614685, 0.2342919409275055], "std": [0.15646232664585114, 0.20936794579029083, 0.05504238232970238, 0.46730634570121765, 0.11145176738500595, 0.3903297483921051, 0.130231112241745, 0.20759102702140808, 0.25930115580558777, 0.422061026096344, 0.3228025436401367, 0.4178161919116974, 0.44982650876045227, 0.04205390810966492, 0.01862887479364872, 0.003734011435881257, 0.20988985896110535, 0.31325531005859375, 0.21483764052391052, 0.2892485558986664, 0.3240354657173157, 0.3405747413635254, 0.34076425433158875, 0.47046396136283875, 0.49198421835899353, 0.0947914719581604, 0.004643511958420277, 0.003411647165194154, 0.21166206896305084, 0.2575327754020691, 0.24506776034832, 0.09596242010593414, 0.3262758255004883, 0.17673847079277039, 0.3374462425708771, 0.4501763582229614], "min": [0.09170910716056824, -1.1017013788223267, 0.8995789289474487, -0.02218518778681755, -0.5663600564002991, -0.3493362367153168, -0.4729343056678772, -1.194578766822815, 0.6384470462799072, -1.6170986890792847, 0.06858214735984802, -0.8103136420249939, 0.019002271816134453, 0.8645760416984558, -0.04948553442955017, -0.007461282890290022, 0.004925100598484278, 0.00039269906119443476, 0.015604334883391857, -0.01327541097998619, 0.019722219556570053, -0.0008508480968885124, 0.04584761708974838, 0.06476262211799622, 0.020343994721770287, 0.7085927128791809, 0.0030325097031891346, -0.005645049270242453, 0.012222758494317532, 0.010548333637416363, 0.01144826877862215, -0.006332273129373789, 0.018358681350946426, -0.0018489580834284425, 0.07950520515441895, 0.010499246418476105], "max": [0.6596904397010803, -0.532313346862793, 1.122873306274414, 1.657785415649414, -0.11791171133518219, 1.040462613105774, 0.11096170544624329, -0.5470240116119385, 1.445351243019104, -0.10616941004991531, 1.0801479816436768, 0.6546239852905273, 1.0220921039581299, 1.0109710693359375, 0.008159413933753967, 0.005830490030348301, 0.5662392973899841, 0.8033259510993958, 0.600622296333313, 0.7926958203315735, 0.8748353719711304, 0.8411123752593994, 1.027448058128357, 1.4655966758728027, 1.1507173776626587, 0.9701139330863953, 0.03617194667458534, 0.00557414535433054, 0.6605907082557678, 0.746357262134552, 0.7764151692390442, 0.39573702216148376, 1.0213830471038818, 0.5090252757072449, 1.1260974407196045, 1.3443562984466553], "count": [595]}, "action": {"mean": [0.34240731596946716, -0.7741852402687073, 1.0033529996871948, 0.4667050242424011, -0.3191860318183899, 0.6606315970420837, -0.19132737815380096, -0.7813609838485718, 0.9268932342529297, -0.7732310891151428, 0.40215402841567993, -0.2573569715023041, 0.44176599383354187, 0.947462797164917, -0.03586637228727341, 0.0012948964722454548, 0.2393902987241745, 0.19403265416622162, 0.2692035436630249, 0.18233007192611694, 0.36428067088127136, 0.20713363587856293, 0.3730405271053314, 0.4360959231853485, 0.42786821722984314, 0.8724395036697388, 0.013010876253247261, 0.001584591343998909, 0.2534221410751343, 0.13915316760540009, 0.30152711272239685, 0.05614075809717178, 0.36322078108787537, 0.09186028689146042, 0.37714967131614685, 0.2342919409275055], "std": [0.15646232664585114, 0.20936794579029083, 0.05504238232970238, 0.46730634570121765, 0.11145176738500595, 0.3903297483921051, 0.130231112241745, 0.20759102702140808, 0.25930115580558777, 0.422061026096344, 0.3228025436401367, 0.4178161919116974, 0.44982650876045227, 0.04205390810966492, 0.01862887479364872, 0.003734011435881257, 0.20988985896110535, 0.31325531005859375, 0.21483764052391052, 0.2892485558986664, 0.3240354657173157, 0.3405747413635254, 0.34076425433158875, 0.47046396136283875, 0.49198421835899353, 0.0947914719581604, 0.004643511958420277, 0.003411647165194154, 0.21166206896305084, 0.2575327754020691, 0.24506776034832, 0.09596242010593414, 0.3262758255004883, 0.17673847079277039, 0.3374462425708771, 0.4501763582229614], "min": [0.09170910716056824, -1.1017013788223267, 0.8995789289474487, -0.02218518778681755, -0.5663600564002991, -0.3493362367153168, -0.4729343056678772, -1.194578766822815, 0.6384470462799072, -1.6170986890792847, 0.06858214735984802, -0.8103136420249939, 0.019002271816134453, 0.8645760416984558, -0.04948553442955017, -0.007461282890290022, 0.004925100598484278, 0.00039269906119443476, 0.015604334883391857, -0.01327541097998619, 0.019722219556570053, -0.0008508480968885124, 0.04584761708974838, 0.06476262211799622, 0.020343994721770287, 0.7085927128791809, 0.0030325097031891346, -0.005645049270242453, 0.012222758494317532, 0.010548333637416363, 0.01144826877862215, -0.006332273129373789, 0.018358681350946426, -0.0018489580834284425, 0.07950520515441895, 0.010499246418476105], "max": [0.6596904397010803, -0.532313346862793, 1.122873306274414, 1.657785415649414, -0.11791171133518219, 1.040462613105774, 0.11096170544624329, -0.5470240116119385, 1.445351243019104, -0.10616941004991531, 1.0801479816436768, 0.6546239852905273, 1.0220921039581299, 1.0109710693359375, 0.008159413933753967, 0.005830490030348301, 0.5662392973899841, 0.8033259510993958, 0.600622296333313, 0.7926958203315735, 0.8748353719711304, 0.8411123752593994, 1.027448058128357, 1.4655966758728027, 1.1507173776626587, 0.9701139330863953, 0.03617194667458534, 0.00557414535433054, 0.6605907082557678, 0.746357262134552, 0.7764151692390442, 0.39573702216148376, 1.0213830471038818, 0.5090252757072449, 1.1260974407196045, 1.3443562984466553], "count": [595]}, "timestamp": {"min": [0.0], "max": [19.8], "mean": [9.899999999999999], "std": [5.725382083319854], "count": [595]}, "frame_index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [595]}, "index": {"min": [20629], "max": [21223], "mean": [20926.0], "std": [171.76146249959564], "count": [595]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [595]}, "subtask_annotation": {"mean": [2.0521008403361343, 5.0, 5.0, 5.0, 5.0], "std": [1.5499443600474903, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [595]}, "scene_annotation": {"mean": [31.0], "std": [0.0], "min": [31], "max": [31], "count": [595]}, "eef_direction_state": {"mean": [4.436974789915967, 4.640336134453782], "std": [1.7974709378662235, 1.8219169573881997], "min": [0, 0], "max": [6, 6], "count": [595]}, "eef_velocity_state": {"mean": [0.692436974789916, 0.6823529411764706], "std": [0.6745256240176465, 0.7040873535882789], "min": [0, 0], "max": [2, 2], "count": [595]}, "eef_acc_mag_state": {"mean": [0.3663865546218487, 0.5546218487394958], "std": [0.7030877051718072, 0.7832004904634129], "min": [0, 0], "max": [2, 2], "count": [595]}, "eef_direction_action": {"mean": [4.436974789915967, 4.640336134453782], "std": [1.7974709378662235, 1.8219169573881997], "min": [0, 0], "max": [6, 6], "count": [595]}, "eef_velocity_action": {"mean": [0.692436974789916, 0.6823529411764706], "std": [0.6745256240176465, 0.7040873535882789], "min": [0, 0], "max": [2, 2], "count": [595]}, "eef_acc_mag_action": {"mean": [0.3663865546218487, 0.5546218487394958], "std": [0.7030877051718072, 0.7832004904634129], "min": [0, 0], "max": [2, 2], "count": [595]}, "eef_sim_pose_state": {"mean": [0.6496728508289353, 0.14030453747160732, 1.236866687579376, -1.8118859480184641, 1.170264062211347, -2.487225846919666, 0.5959297466885201, -0.07959282491814905, 1.2779735743740346, 1.4782913642057753, 1.0049969220097903, 2.4226265151655753], "std": [0.015662529427617485, 0.08763929931402527, 0.039781624294534135, 0.18260336148885672, 0.09029290248088735, 0.12886040699480375, 0.05469246683784999, 0.04621655652565803, 0.061549472196254736, 0.5396715181787493, 0.08841403793440483, 0.33994348000824337], "min": [0.6281902005593265, -0.015679318449105195, 1.143666646843524, -2.106674797465778, 1.0543255712287403, -2.7731681593824575, 0.48308841573432715, -0.1416417725751537, 1.1427160292599692, -0.06056900360314288, 0.8077212649702998, 1.5002434487756422], "max": [0.6824109822704799, 0.2410706555959807, 1.2914703921227917, -1.5231716779431017, 1.301666970280889, -2.1715411060406677, 0.6758723793032473, 0.027681298979076396, 1.3636060636065066, 2.1006106102357505, 1.174491647260631, 2.973002799503536], "count": [595]}, "eef_sim_pose_action": {"mean": [0.6496728508289353, 0.14030453747160732, 1.236866687579376, -1.8118859480184641, 1.170264062211347, -2.487225846919666, 0.5959297466885201, -0.07959282491814905, 1.2779735743740346, 1.4782913642057753, 1.0049969220097903, 2.4226265151655753], "std": [0.015662529427617485, 0.08763929931402527, 0.039781624294534135, 0.18260336148885672, 0.09029290248088735, 0.12886040699480375, 0.05469246683784999, 0.04621655652565803, 0.061549472196254736, 0.5396715181787493, 0.08841403793440483, 0.33994348000824337], "min": [0.6281902005593265, -0.015679318449105195, 1.143666646843524, -2.106674797465778, 1.0543255712287403, -2.7731681593824575, 0.48308841573432715, -0.1416417725751537, 1.1427160292599692, -0.06056900360314288, 0.8077212649702998, 1.5002434487756422], "max": [0.6824109822704799, 0.2410706555959807, 1.2914703921227917, -1.5231716779431017, 1.301666970280889, -2.1715411060406677, 0.6758723793032473, 0.027681298979076396, 1.3636060636065066, 2.1006106102357505, 1.174491647260631, 2.973002799503536], "count": [595]}}} +{"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.4565939079733456]], [[0.44882213477839056]], [[0.4485900288500817]]], "std": [[[0.20045318466725495]], [[0.2032986209858045]], [[0.20085529459318777]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.14901960784313725]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5513648641748367]], [[0.556446328954759]], [[0.5545488648258783]]], "std": [[[0.2860967132413045]], [[0.2927715731430499]], [[0.29939726700090646]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.1450980392156863]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5774035836014093]], [[0.5960092246859681]], [[0.5852048531326594]]], "std": [[[0.27873933857539046]], [[0.2797753075502373]], [[0.2883306686010859]]], "count": [128]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45742718864889703]], [[0.47771781492544935]], [[0.4754601013582516]]], "std": [[[0.3292715802693212]], [[0.32865053534142935]], [[0.3347798233683636]]], "count": [128]}, "observation.state": {"mean": [0.37594151496887207, -0.8689249753952026, 1.1304069757461548, 0.47540077567100525, -0.41897323727607727, 0.5369135737419128, -0.19387951493263245, -0.7501317858695984, 0.9270464181900024, -0.5296351909637451, 0.28451424837112427, -0.40335482358932495, 0.5162590742111206, 0.9410727024078369, -0.03754734992980957, -0.00019548447744455189, 0.25962305068969727, 0.023866109549999237, 0.2734338045120239, 0.10575461387634277, 0.3640040457248688, 0.1396237462759018, 0.3960209786891937, 0.3795696794986725, 0.48968300223350525, 0.849981963634491, 0.012771527282893658, 0.0033536578994244337, 0.25973227620124817, 0.1269291192293167, 0.29749783873558044, 0.017559869214892387, 0.3296409845352173, 0.0788160040974617, 0.3780681788921356, 0.14870350062847137], "std": [0.13547569513320923, 0.15393973886966705, 0.06865321099758148, 0.17207109928131104, 0.0954585149884224, 0.11709805577993393, 0.1782221496105194, 0.23151849210262299, 0.3130365312099457, 0.5297427773475647, 0.27487945556640625, 0.5279498100280762, 0.48416629433631897, 0.04195168614387512, 0.02049379050731659, 0.0021999140735715628, 0.20252621173858643, 0.11443572491407394, 0.19655939936637878, 0.17676863074302673, 0.3123888373374939, 0.23296098411083221, 0.3137032091617584, 0.5653042793273926, 0.5566737651824951, 0.10643091797828674, 0.004583653993904591, 0.005200230982154608, 0.26546043157577515, 0.2580636143684387, 0.2769184708595276, 0.05317002162337303, 0.29344603419303894, 0.16493955254554749, 0.364195853471756, 0.2715437114238739], "min": [0.10746881365776062, -1.1514838933944702, 1.004340410232544, 0.2448834627866745, -0.6724936962127686, 0.07615205645561218, -0.6534590721130371, -1.2114709615707397, 0.598666250705719, -1.642228364944458, -0.1471780240535736, -0.7159222960472107, 0.01261545717716217, 0.7542658448219299, -0.051945365965366364, -0.0034415710251778364, 0.010651962831616402, -0.062340982258319855, 0.012424563057720661, -0.005257804412394762, 0.029796043410897255, 0.006664975546300411, 0.022482022643089294, 0.01012290921062231, 0.020442167297005653, 0.6580272912979126, 0.002868885174393654, -0.0065340762957930565, 0.012811806984245777, 0.004303327761590481, 0.011731885373592377, -0.0030652345158159733, 0.015882495790719986, -0.005192354787141085, 0.052659858018159866, 0.005901394411921501], "max": [0.6471136808395386, -0.709067702293396, 1.2775378227233887, 1.195353627204895, -0.3022955358028412, 0.7326357364654541, 0.10500114411115646, -0.5279025435447693, 1.4835107326507568, -0.04702877998352051, 0.9663008451461792, 0.7084954380989075, 1.069166898727417, 0.9919142723083496, 0.01708240993320942, 0.00717221200466156, 0.5874778032302856, 0.2264019250869751, 0.5770713090896606, 0.4967697560787201, 0.938147246837616, 0.6703482866287231, 0.9760262966156006, 1.4810590744018555, 1.261971354484558, 0.957313060760498, 0.03490658476948738, 0.011208285577595234, 0.8478536605834961, 0.734816312789917, 0.8551676273345947, 0.3016147017478943, 0.9487500786781311, 0.6187464594841003, 1.2054662704467773, 0.9055259227752686], "count": [649]}, "action": {"mean": [0.37594151496887207, -0.8689249753952026, 1.1304069757461548, 0.47540077567100525, -0.41897323727607727, 0.5369135737419128, -0.19387951493263245, -0.7501317858695984, 0.9270464181900024, -0.5296351909637451, 0.28451424837112427, -0.40335482358932495, 0.5162590742111206, 0.9410727024078369, -0.03754734992980957, -0.00019548447744455189, 0.25962305068969727, 0.023866109549999237, 0.2734338045120239, 0.10575461387634277, 0.3640040457248688, 0.1396237462759018, 0.3960209786891937, 0.3795696794986725, 0.48968300223350525, 0.849981963634491, 0.012771527282893658, 0.0033536578994244337, 0.25973227620124817, 0.1269291192293167, 0.29749783873558044, 0.017559869214892387, 0.3296409845352173, 0.0788160040974617, 0.3780681788921356, 0.14870350062847137], "std": [0.13547569513320923, 0.15393973886966705, 0.06865321099758148, 0.17207109928131104, 0.0954585149884224, 0.11709805577993393, 0.1782221496105194, 0.23151849210262299, 0.3130365312099457, 0.5297427773475647, 0.27487945556640625, 0.5279498100280762, 0.48416629433631897, 0.04195168614387512, 0.02049379050731659, 0.0021999140735715628, 0.20252621173858643, 0.11443572491407394, 0.19655939936637878, 0.17676863074302673, 0.3123888373374939, 0.23296098411083221, 0.3137032091617584, 0.5653042793273926, 0.5566737651824951, 0.10643091797828674, 0.004583653993904591, 0.005200230982154608, 0.26546043157577515, 0.2580636143684387, 0.2769184708595276, 0.05317002162337303, 0.29344603419303894, 0.16493955254554749, 0.364195853471756, 0.2715437114238739], "min": [0.10746881365776062, -1.1514838933944702, 1.004340410232544, 0.2448834627866745, -0.6724936962127686, 0.07615205645561218, -0.6534590721130371, -1.2114709615707397, 0.598666250705719, -1.642228364944458, -0.1471780240535736, -0.7159222960472107, 0.01261545717716217, 0.7542658448219299, -0.051945365965366364, -0.0034415710251778364, 0.010651962831616402, -0.062340982258319855, 0.012424563057720661, -0.005257804412394762, 0.029796043410897255, 0.006664975546300411, 0.022482022643089294, 0.01012290921062231, 0.020442167297005653, 0.6580272912979126, 0.002868885174393654, -0.0065340762957930565, 0.012811806984245777, 0.004303327761590481, 0.011731885373592377, -0.0030652345158159733, 0.015882495790719986, -0.005192354787141085, 0.052659858018159866, 0.005901394411921501], "max": [0.6471136808395386, -0.709067702293396, 1.2775378227233887, 1.195353627204895, -0.3022955358028412, 0.7326357364654541, 0.10500114411115646, -0.5279025435447693, 1.4835107326507568, -0.04702877998352051, 0.9663008451461792, 0.7084954380989075, 1.069166898727417, 0.9919142723083496, 0.01708240993320942, 0.00717221200466156, 0.5874778032302856, 0.2264019250869751, 0.5770713090896606, 0.4967697560787201, 0.938147246837616, 0.6703482866287231, 0.9760262966156006, 1.4810590744018555, 1.261971354484558, 0.957313060760498, 0.03490658476948738, 0.011208285577595234, 0.8478536605834961, 0.734816312789917, 0.8551676273345947, 0.3016147017478943, 0.9487500786781311, 0.6187464594841003, 1.2054662704467773, 0.9055259227752686], "count": [649]}, "timestamp": {"min": [0.0], "max": [21.6], "mean": [10.799999999999999], "std": [6.244997998398398], "count": [649]}, "frame_index": {"min": [0], "max": [648], "mean": [324.0], "std": [187.34993995195194], "count": [649]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [649]}, "index": {"min": [21224], "max": [21872], "mean": [21548.0], "std": [187.34993995195194], "count": [649]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [649]}, "subtask_annotation": {"mean": [1.9938366718027736, 5.0, 5.0, 5.0, 5.0], "std": [1.533385705107305, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [649]}, "scene_annotation": {"mean": [32.0], "std": [0.0], "min": [32], "max": [32], "count": [649]}, "eef_direction_state": {"mean": [4.736517719568567, 4.762711864406779], "std": [1.4496928796719895, 1.5767267429908818], "min": [0, 0], "max": [6, 6], "count": [649]}, "eef_velocity_state": {"mean": [0.6425269645608629, 0.7318952234206472], "std": [0.6390794802625382, 0.7604938879325299], "min": [0, 0], "max": [2, 2], "count": [649]}, "eef_acc_mag_state": {"mean": [0.300462249614792, 0.5208012326656395], "std": [0.628557501019599, 0.7830732228571954], "min": [0, 0], "max": [2, 2], "count": [649]}, "eef_direction_action": {"mean": [4.736517719568567, 4.762711864406779], "std": [1.4496928796719895, 1.5767267429908818], "min": [0, 0], "max": [6, 6], "count": [649]}, "eef_velocity_action": {"mean": [0.6425269645608629, 0.7318952234206472], "std": [0.6390794802625382, 0.7604938879325299], "min": [0, 0], "max": [2, 2], "count": [649]}, "eef_acc_mag_action": {"mean": [0.300462249614792, 0.5208012326656395], "std": [0.628557501019599, 0.7830732228571954], "min": [0, 0], "max": [2, 2], "count": [649]}, "eef_sim_pose_state": {"mean": [0.6752949867981168, 0.1356173240755305, 1.2394172042169243, -1.5991973012257574, 1.071376810953564, -2.3194815524472663, 0.6207283246266251, -0.10768926766367509, 1.2664086618988435, 1.6731121567742193, 0.9554884455845667, 2.454562303072757], "std": [0.013170946460212376, 0.066208654748926, 0.040971568153943885, 0.16071757801940276, 0.10371041826281589, 0.10533571121811584, 0.046451721927278665, 0.05968414562990026, 0.052447764276974326, 0.15414795965608022, 0.11321934808836623, 0.20425686896530146], "min": [0.6410543914397203, 0.0005697883088467415, 1.151108086161178, -1.9113166633776246, 0.8411694594237642, -2.569735541984437, 0.5567036720257413, -0.223535583090521, 1.1458295556536782, 1.2951567807985382, 0.768072746585962, 2.1780781661261255], "max": [0.7057334194038857, 0.20527858558528078, 1.309116793367614, -1.3183314645263904, 1.2919092425440075, -2.1074589796655467, 0.701804964663741, 0.014296732916648708, 1.3725206793382605, 1.9877431891926516, 1.1124675497253427, 2.9900530530608647], "count": [649]}, "eef_sim_pose_action": {"mean": [0.6752949867981168, 0.1356173240755305, 1.2394172042169243, -1.5991973012257574, 1.071376810953564, -2.3194815524472663, 0.6207283246266251, -0.10768926766367509, 1.2664086618988435, 1.6731121567742193, 0.9554884455845667, 2.454562303072757], "std": [0.013170946460212376, 0.066208654748926, 0.040971568153943885, 0.16071757801940276, 0.10371041826281589, 0.10533571121811584, 0.046451721927278665, 0.05968414562990026, 0.052447764276974326, 0.15414795965608022, 0.11321934808836623, 0.20425686896530146], "min": [0.6410543914397203, 0.0005697883088467415, 1.151108086161178, -1.9113166633776246, 0.8411694594237642, -2.569735541984437, 0.5567036720257413, -0.223535583090521, 1.1458295556536782, 1.2951567807985382, 0.768072746585962, 2.1780781661261255], "max": [0.7057334194038857, 0.20527858558528078, 1.309116793367614, -1.3183314645263904, 1.2919092425440075, -2.1074589796655467, 0.701804964663741, 0.014296732916648708, 1.3725206793382605, 1.9877431891926516, 1.1124675497253427, 2.9900530530608647], "count": [649]}}} +{"episode_index": 33, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46771584074806394]], [[0.4582861811391223]], [[0.45817796898171037]]], "std": [[[0.19780744705761388]], [[0.20077058823551375]], [[0.19842616466423182]]], "count": [119]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.15294117647058825]], [[0.16470588235294117]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5811558209067941]], [[0.5914449387598176]], [[0.59265229890976]]], "std": [[[0.2804896411039226]], [[0.2832359925225765]], [[0.29171719770164456]]], "count": [119]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0196078431372549]], [[0.12941176470588237]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5500420305377053]], [[0.5672987072279893]], [[0.5530041227275223]]], "std": [[[0.29398533254750864]], [[0.294817694996778]], [[0.3030043223814457]]], "count": [119]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45244431571648264]], [[0.47049545676113586]], [[0.46833556976712254]]], "std": [[[0.3390953305467445]], [[0.33981192997416354]], [[0.34537535913930745]]], "count": [119]}, "observation.state": {"mean": [0.3372383117675781, -0.8963437676429749, 1.2107897996902466, 0.9004490375518799, -0.5285971164703369, 0.23927709460258484, -0.331261545419693, -0.793219804763794, 1.2692283391952515, -1.0137405395507812, 0.6363192796707153, 0.3259057104587555, 0.48922210931777954, 0.9113054275512695, -0.03441893309354782, 0.03417326509952545, 0.18530170619487762, 0.2681804299354553, 0.18031013011932373, 0.19534413516521454, 0.19750098884105682, 0.17179709672927856, 0.20265483856201172, 0.3238733410835266, 0.5538408756256104, 0.8637261390686035, 0.015081403777003288, 0.0033576556015759706, 0.23230037093162537, 0.14057785272598267, 0.2737880349159241, 0.05593939498066902, 0.33522602915763855, 0.06925172358751297, 0.37073108553886414, 0.2317160665988922], "std": [0.1279836744070053, 0.12549027800559998, 0.09895963966846466, 0.23403698205947876, 0.08731604367494583, 0.17696872353553772, 0.17256292700767517, 0.23508764803409576, 0.13004672527313232, 0.26434844732284546, 0.14863649010658264, 0.19805480539798737, 0.467496782541275, 0.0935138538479805, 0.0198232289403677, 0.04668727517127991, 0.2500602602958679, 0.4530634582042694, 0.2479165494441986, 0.32533881068229675, 0.25766363739967346, 0.3398202359676361, 0.25446972250938416, 0.521389365196228, 0.5435909032821655, 0.10270033031702042, 0.005761993117630482, 0.004251120612025261, 0.2485256791114807, 0.24376565217971802, 0.2755068242549896, 0.07980628311634064, 0.34605878591537476, 0.11262401938438416, 0.3916090726852417, 0.43476587533950806], "min": [0.11294060945510864, -1.1985843181610107, 0.9094496369361877, 0.41690507531166077, -0.6185983419418335, 0.046373121440410614, -0.5029755234718323, -1.2656643390655518, 1.0981370210647583, -1.6242156028747559, 0.33729591965675354, 0.001406691037118435, 0.0221765898168087, 0.7062475085258484, -0.046872999519109726, -0.007984881289303303, 0.017098773270845413, -0.016462333500385284, 0.010264717042446136, -0.006179556250572205, 0.01926952600479126, -0.05043456330895424, 0.01581704616546631, -0.017289668321609497, 0.02609267272055149, 0.6866179704666138, 0.0030652345158159733, -0.00542142940685153, 0.016051575541496277, 0.012380929663777351, 0.017780540511012077, -0.0017725999932736158, 0.011257372796535492, -0.010171996429562569, 0.021642083302140236, 0.014802573248744011], "max": [0.612530529499054, -0.7532234787940979, 1.295288324356079, 1.201063871383667, -0.32136932015419006, 0.6105754375457764, 0.06539921462535858, -0.5998584032058716, 1.5305871963500977, -0.8086327910423279, 0.9162089228630066, 0.6286478638648987, 1.141227126121521, 1.1301170587539673, 0.02833978272974491, 0.1686151623725891, 0.6093708276748657, 1.0513536930084229, 0.5984951853752136, 0.7620325088500977, 0.6318964958190918, 0.7613780498504639, 0.6378905773162842, 1.2206615209579468, 1.2385839223861694, 0.9927868843078613, 0.03634648025035858, 0.01280089933425188, 0.7033349871635437, 0.6511169075965881, 0.7893142104148865, 0.32364949584007263, 1.0204613208770752, 0.413239449262619, 1.2203179597854614, 1.2951871156692505], "count": [587]}, "action": {"mean": [0.3372383117675781, -0.8963437676429749, 1.2107897996902466, 0.9004490375518799, -0.5285971164703369, 0.23927709460258484, -0.331261545419693, -0.793219804763794, 1.2692283391952515, -1.0137405395507812, 0.6363192796707153, 0.3259057104587555, 0.48922210931777954, 0.9113054275512695, -0.03441893309354782, 0.03417326509952545, 0.18530170619487762, 0.2681804299354553, 0.18031013011932373, 0.19534413516521454, 0.19750098884105682, 0.17179709672927856, 0.20265483856201172, 0.3238733410835266, 0.5538408756256104, 0.8637261390686035, 0.015081403777003288, 0.0033576556015759706, 0.23230037093162537, 0.14057785272598267, 0.2737880349159241, 0.05593939498066902, 0.33522602915763855, 0.06925172358751297, 0.37073108553886414, 0.2317160665988922], "std": [0.1279836744070053, 0.12549027800559998, 0.09895963966846466, 0.23403698205947876, 0.08731604367494583, 0.17696872353553772, 0.17256292700767517, 0.23508764803409576, 0.13004672527313232, 0.26434844732284546, 0.14863649010658264, 0.19805480539798737, 0.467496782541275, 0.0935138538479805, 0.0198232289403677, 0.04668727517127991, 0.2500602602958679, 0.4530634582042694, 0.2479165494441986, 0.32533881068229675, 0.25766363739967346, 0.3398202359676361, 0.25446972250938416, 0.521389365196228, 0.5435909032821655, 0.10270033031702042, 0.005761993117630482, 0.004251120612025261, 0.2485256791114807, 0.24376565217971802, 0.2755068242549896, 0.07980628311634064, 0.34605878591537476, 0.11262401938438416, 0.3916090726852417, 0.43476587533950806], "min": [0.11294060945510864, -1.1985843181610107, 0.9094496369361877, 0.41690507531166077, -0.6185983419418335, 0.046373121440410614, -0.5029755234718323, -1.2656643390655518, 1.0981370210647583, -1.6242156028747559, 0.33729591965675354, 0.001406691037118435, 0.0221765898168087, 0.7062475085258484, -0.046872999519109726, -0.007984881289303303, 0.017098773270845413, -0.016462333500385284, 0.010264717042446136, -0.006179556250572205, 0.01926952600479126, -0.05043456330895424, 0.01581704616546631, -0.017289668321609497, 0.02609267272055149, 0.6866179704666138, 0.0030652345158159733, -0.00542142940685153, 0.016051575541496277, 0.012380929663777351, 0.017780540511012077, -0.0017725999932736158, 0.011257372796535492, -0.010171996429562569, 0.021642083302140236, 0.014802573248744011], "max": [0.612530529499054, -0.7532234787940979, 1.295288324356079, 1.201063871383667, -0.32136932015419006, 0.6105754375457764, 0.06539921462535858, -0.5998584032058716, 1.5305871963500977, -0.8086327910423279, 0.9162089228630066, 0.6286478638648987, 1.141227126121521, 1.1301170587539673, 0.02833978272974491, 0.1686151623725891, 0.6093708276748657, 1.0513536930084229, 0.5984951853752136, 0.7620325088500977, 0.6318964958190918, 0.7613780498504639, 0.6378905773162842, 1.2206615209579468, 1.2385839223861694, 0.9927868843078613, 0.03634648025035858, 0.01280089933425188, 0.7033349871635437, 0.6511169075965881, 0.7893142104148865, 0.32364949584007263, 1.0204613208770752, 0.413239449262619, 1.2203179597854614, 1.2951871156692505], "count": [587]}, "timestamp": {"min": [0.0], "max": [19.533333333333335], "mean": [9.766666666666666], "std": [5.648401937224762], "count": [587]}, "frame_index": {"min": [0], "max": [586], "mean": [293.0], "std": [169.45205811674285], "count": [587]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [587]}, "index": {"min": [21873], "max": [22459], "mean": [22166.0], "std": [169.45205811674285], "count": [587]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [587]}, "subtask_annotation": {"mean": [2.03236797274276, 5.0, 5.0, 5.0, 5.0], "std": [1.4641572329932813, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [587]}, "scene_annotation": {"mean": [33.0], "std": [0.0], "min": [33], "max": [33], "count": [587]}, "eef_direction_state": {"mean": [4.800681431005111, 4.819420783645656], "std": [1.528647355794504, 1.7072141762897763], "min": [0, 0], "max": [6, 6], "count": [587]}, "eef_velocity_state": {"mean": [0.6320272572402045, 0.5724020442930153], "std": [0.7059227261809968, 0.7356496660811875], "min": [0, 0], "max": [2, 2], "count": [587]}, "eef_acc_mag_state": {"mean": [0.34582623509369675, 0.3730834752981261], "std": [0.6817120374493646, 0.7044452659541632], "min": [0, 0], "max": [2, 2], "count": [587]}, "eef_direction_action": {"mean": [4.800681431005111, 4.819420783645656], "std": [1.528647355794504, 1.7072141762897763], "min": [0, 0], "max": [6, 6], "count": [587]}, "eef_velocity_action": {"mean": [0.6320272572402045, 0.5724020442930153], "std": [0.7059227261809968, 0.7356496660811875], "min": [0, 0], "max": [2, 2], "count": [587]}, "eef_acc_mag_action": {"mean": [0.34582623509369675, 0.3730834752981261], "std": [0.6817120374493646, 0.7044452659541632], "min": [0, 0], "max": [2, 2], "count": [587]}, "eef_sim_pose_state": {"mean": [0.6607268418184683, 0.11791581106003926, 1.2420149501708073, -1.6555237482498755, 1.1765087532484078, -2.5406421281916822, 0.6568621084944121, -0.17341399922717746, 1.2607528269738344, 1.635142763970151, 0.7692720652837826, 2.48144199890971], "std": [0.026688514260668983, 0.07485905880466179, 0.037826307718850635, 0.16399910074397978, 0.06884993635364742, 0.11848959752195623, 0.014844207068097985, 0.09055992467519322, 0.052263117949908885, 0.16275701208652213, 0.1494853868052948, 0.22965831041247348], "min": [0.604720795400517, -0.037286473448213064, 1.1513783290157205, -1.9093058717506077, 0.9957479332712316, -2.7936326857418683, 0.5982160949287602, -0.2499357439240306, 1.1502325273715097, 1.285560773898475, 0.605745501659559, 2.278567058202392], "max": [0.6940975168478913, 0.19087217884161006, 1.315306863369223, -1.282477201738939, 1.3060353638023723, -2.2632620986133385, 0.6885715101374332, 0.020850444608337515, 1.35741669051611, 1.9745443970224055, 1.0169829562665997, 3.0268782745851843], "count": [587]}, "eef_sim_pose_action": {"mean": [0.6607268418184683, 0.11791581106003926, 1.2420149501708073, -1.6555237482498755, 1.1765087532484078, -2.5406421281916822, 0.6568621084944121, -0.17341399922717746, 1.2607528269738344, 1.635142763970151, 0.7692720652837826, 2.48144199890971], "std": [0.026688514260668983, 0.07485905880466179, 0.037826307718850635, 0.16399910074397978, 0.06884993635364742, 0.11848959752195623, 0.014844207068097985, 0.09055992467519322, 0.052263117949908885, 0.16275701208652213, 0.1494853868052948, 0.22965831041247348], "min": [0.604720795400517, -0.037286473448213064, 1.1513783290157205, -1.9093058717506077, 0.9957479332712316, -2.7936326857418683, 0.5982160949287602, -0.2499357439240306, 1.1502325273715097, 1.285560773898475, 0.605745501659559, 2.278567058202392], "max": [0.6940975168478913, 0.19087217884161006, 1.315306863369223, -1.282477201738939, 1.3060353638023723, -2.2632620986133385, 0.6885715101374332, 0.020850444608337515, 1.35741669051611, 1.9745443970224055, 1.0169829562665997, 3.0268782745851843], "count": [587]}}} +{"episode_index": 34, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46926610801978447]], [[0.45999976953055993]], [[0.4574964946564211]]], "std": [[[0.18952950349998973]], [[0.1910381094880921]], [[0.18919838004944042]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.16862745098039217]], [[0.11764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6062623335651829]], [[0.6155574903948067]], [[0.6166610650172231]]], "std": [[[0.2776941588984398]], [[0.27954832361090615]], [[0.28874638630460314]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.08235294117647059]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5607854094903727]], [[0.5758360382441264]], [[0.5648628775834658]]], "std": [[[0.28689887653020407]], [[0.2890899733748517]], [[0.2961259911530155]]], "count": [148]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4468768727367073]], [[0.4699878292814874]], [[0.4664949972950892]]], "std": [[[0.31774814067091994]], [[0.31738432438619385]], [[0.3258510915804966]]], "count": [148]}, "observation.state": {"mean": [0.31508129835128784, -0.9383169412612915, 1.4028252363204956, 1.1313059329986572, -0.7374966740608215, 0.04101377725601196, -0.2016553282737732, -0.6601331233978271, 0.9595425128936768, -0.9981041550636292, 0.3942221403121948, 0.14321401715278625, 0.4713987112045288, 0.9360145330429077, -0.032439909875392914, 0.009193840436637402, 0.11221516877412796, 0.11097755283117294, 0.12355917692184448, 0.11254610121250153, 0.15309256315231323, 0.13081467151641846, 0.14860208332538605, 0.25834473967552185, 0.6056348085403442, 0.887432873249054, 0.016096346080303192, 0.022555772215127945, 0.2570822834968567, 0.20145879685878754, 0.26256272196769714, 0.1374599039554596, 0.2504223883152008, 0.16752423346042633, 0.2273535281419754, 0.36365267634391785], "std": [0.1524730920791626, 0.11601494252681732, 0.1037021279335022, 0.25744539499282837, 0.07183307409286499, 0.20876003801822662, 0.18548816442489624, 0.4093005657196045, 0.30597594380378723, 0.3368651866912842, 0.27775418758392334, 0.2562626302242279, 0.32202887535095215, 0.02972320467233658, 0.019417831674218178, 0.02169668674468994, 0.18300525844097137, 0.2557883858680725, 0.20429910719394684, 0.26395657658576965, 0.2632995843887329, 0.3816507160663605, 0.2774360775947571, 0.4461272656917572, 0.5527207851409912, 0.07360482215881348, 0.005779924802482128, 0.04753219708800316, 0.28494590520858765, 0.31047675013542175, 0.26021313667297363, 0.2265283316373825, 0.23975560069084167, 0.28549155592918396, 0.26562708616256714, 0.34066104888916016], "min": [-0.04645948112010956, -1.2419532537460327, 0.9829552173614502, 0.519855797290802, -0.8854882121086121, -0.41937726736068726, -0.38598334789276123, -1.3802858591079712, 0.6237006187438965, -1.8085517883300781, -0.01516365259885788, -0.10115062445402145, 0.020698513835668564, 0.8786696195602417, -0.044429536908864975, -0.004194244276732206, 0.016951510682702065, -0.008617563173174858, 0.01508061308413744, -0.010537425056099892, 0.01508061308413744, -0.055143680423498154, 0.014726215042173862, -0.007832164876163006, 0.025225462391972542, 0.7646560072898865, 0.005290529225021601, -0.006092289928346872, 0.011497355997562408, 0.019274979829788208, -0.01653699390590191, 0.001881683012470603, -0.016138840466737747, 0.001194459735415876, 0.01794416643679142, -0.008203047327697277], "max": [0.5849927663803101, -0.6879911422729492, 1.5102735757827759, 1.7776994705200195, -0.5097824335098267, 0.638113260269165, 0.18909266591072083, -0.19045166671276093, 1.5767338275909424, -0.710295557975769, 0.9701995849609375, 0.7595535516738892, 1.070104956626892, 1.02159583568573, 0.02159844897687435, 0.14110442996025085, 0.5277166366577148, 0.7091927528381348, 0.5884649753570557, 0.7364088892936707, 0.7529786229133606, 1.0175814628601074, 0.8026823401451111, 1.308478832244873, 1.254744529724121, 1.0106983184814453, 0.057246796786785126, 0.16584990918636322, 0.7867617011070251, 0.7752752304077148, 0.7262750864028931, 0.5632504224777222, 0.6739752292633057, 0.6907140612602234, 0.7154104113578796, 0.9608418941497803], "count": [784]}, "action": {"mean": [0.31508129835128784, -0.9383169412612915, 1.4028252363204956, 1.1313059329986572, -0.7374966740608215, 0.04101377725601196, -0.2016553282737732, -0.6601331233978271, 0.9595425128936768, -0.9981041550636292, 0.3942221403121948, 0.14321401715278625, 0.4713987112045288, 0.9360145330429077, -0.032439909875392914, 0.009193840436637402, 0.11221516877412796, 0.11097755283117294, 0.12355917692184448, 0.11254610121250153, 0.15309256315231323, 0.13081467151641846, 0.14860208332538605, 0.25834473967552185, 0.6056348085403442, 0.887432873249054, 0.016096346080303192, 0.022555772215127945, 0.2570822834968567, 0.20145879685878754, 0.26256272196769714, 0.1374599039554596, 0.2504223883152008, 0.16752423346042633, 0.2273535281419754, 0.36365267634391785], "std": [0.1524730920791626, 0.11601494252681732, 0.1037021279335022, 0.25744539499282837, 0.07183307409286499, 0.20876003801822662, 0.18548816442489624, 0.4093005657196045, 0.30597594380378723, 0.3368651866912842, 0.27775418758392334, 0.2562626302242279, 0.32202887535095215, 0.02972320467233658, 0.019417831674218178, 0.02169668674468994, 0.18300525844097137, 0.2557883858680725, 0.20429910719394684, 0.26395657658576965, 0.2632995843887329, 0.3816507160663605, 0.2774360775947571, 0.4461272656917572, 0.5527207851409912, 0.07360482215881348, 0.005779924802482128, 0.04753219708800316, 0.28494590520858765, 0.31047675013542175, 0.26021313667297363, 0.2265283316373825, 0.23975560069084167, 0.28549155592918396, 0.26562708616256714, 0.34066104888916016], "min": [-0.04645948112010956, -1.2419532537460327, 0.9829552173614502, 0.519855797290802, -0.8854882121086121, -0.41937726736068726, -0.38598334789276123, -1.3802858591079712, 0.6237006187438965, -1.8085517883300781, -0.01516365259885788, -0.10115062445402145, 0.020698513835668564, 0.8786696195602417, -0.044429536908864975, -0.004194244276732206, 0.016951510682702065, -0.008617563173174858, 0.01508061308413744, -0.010537425056099892, 0.01508061308413744, -0.055143680423498154, 0.014726215042173862, -0.007832164876163006, 0.025225462391972542, 0.7646560072898865, 0.005290529225021601, -0.006092289928346872, 0.011497355997562408, 0.019274979829788208, -0.01653699390590191, 0.001881683012470603, -0.016138840466737747, 0.001194459735415876, 0.01794416643679142, -0.008203047327697277], "max": [0.5849927663803101, -0.6879911422729492, 1.5102735757827759, 1.7776994705200195, -0.5097824335098267, 0.638113260269165, 0.18909266591072083, -0.19045166671276093, 1.5767338275909424, -0.710295557975769, 0.9701995849609375, 0.7595535516738892, 1.070104956626892, 1.02159583568573, 0.02159844897687435, 0.14110442996025085, 0.5277166366577148, 0.7091927528381348, 0.5884649753570557, 0.7364088892936707, 0.7529786229133606, 1.0175814628601074, 0.8026823401451111, 1.308478832244873, 1.254744529724121, 1.0106983184814453, 0.057246796786785126, 0.16584990918636322, 0.7867617011070251, 0.7752752304077148, 0.7262750864028931, 0.5632504224777222, 0.6739752292633057, 0.6907140612602234, 0.7154104113578796, 0.9608418941497803], "count": [784]}, "timestamp": {"min": [0.0], "max": [26.1], "mean": [13.05], "std": [7.544037380607283], "count": [784]}, "frame_index": {"min": [0], "max": [783], "mean": [391.5], "std": [226.3211214182185], "count": [784]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [784]}, "index": {"min": [22460], "max": [23243], "mean": [22851.5], "std": [226.3211214182185], "count": [784]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [784]}, "subtask_annotation": {"mean": [2.11734693877551, 5.0, 5.0, 5.0, 5.0], "std": [1.319595292798651, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [784]}, "scene_annotation": {"mean": [34.0], "std": [0.0], "min": [34], "max": [34], "count": [784]}, "eef_direction_state": {"mean": [4.716836734693878, 4.535714285714286], "std": [1.7405494657527614, 1.8367701243748227], "min": [0, 0], "max": [6, 6], "count": [784]}, "eef_velocity_state": {"mean": [0.514030612244898, 0.6619897959183674], "std": [0.6525515689072352, 0.7083929209895591], "min": [0, 0], "max": [2, 2], "count": [784]}, "eef_acc_mag_state": {"mean": [0.3022959183673469, 0.3252551020408163], "std": [0.6481487248889498, 0.658596944210151], "min": [0, 0], "max": [2, 2], "count": [784]}, "eef_direction_action": {"mean": [4.716836734693878, 4.535714285714286], "std": [1.7405494657527614, 1.8367701243748227], "min": [0, 0], "max": [6, 6], "count": [784]}, "eef_velocity_action": {"mean": [0.514030612244898, 0.6619897959183674], "std": [0.6525515689072352, 0.7083929209895591], "min": [0, 0], "max": [2, 2], "count": [784]}, "eef_acc_mag_action": {"mean": [0.3022959183673469, 0.3252551020408163], "std": [0.6481487248889498, 0.658596944210151], "min": [0, 0], "max": [2, 2], "count": [784]}, "eef_sim_pose_state": {"mean": [0.6728947708161361, 0.1372172462738789, 1.2466414035878044, -1.6658030711654355, 1.2115211807852948, -2.644772039461071, 0.6071950797028927, -0.12937203307589043, 1.2788832274700725, 1.6751599727608661, 0.8898140515171036, 1.9722741700780582], "std": [0.02245533544421943, 0.05360576403633177, 0.034511083166816905, 0.17294579921625822, 0.039489926507957136, 0.18958134395542203, 0.055779982075309244, 0.08486756089305485, 0.06972165754705957, 0.2543121772490533, 0.1156715733748609, 1.497279587266143], "min": [0.6049001672327934, -0.015010695505119132, 1.1606618598268668, -1.9702313682021932, 1.1283317659429066, -3.1083162892140943, 0.5391038493806178, -0.22581865252242414, 1.14190415558195, 1.1758212763999305, 0.7403218223964596, -3.139606197619952], "max": [0.6978314071287866, 0.17987879364212292, 1.3150650188368054, -1.0401809804087239, 1.3076624386523488, -2.1211359676322363, 0.6891180406121218, 0.06682607783508474, 1.4055994270779402, 2.1301074103862696, 1.1487631142776777, 3.138815998175447], "count": [784]}, "eef_sim_pose_action": {"mean": [0.6728947708161361, 0.1372172462738789, 1.2466414035878044, -1.6658030711654355, 1.2115211807852948, -2.644772039461071, 0.6071950797028927, -0.12937203307589043, 1.2788832274700725, 1.6751599727608661, 0.8898140515171036, 1.9722741700780582], "std": [0.02245533544421943, 0.05360576403633177, 0.034511083166816905, 0.17294579921625822, 0.039489926507957136, 0.18958134395542203, 0.055779982075309244, 0.08486756089305485, 0.06972165754705957, 0.2543121772490533, 0.1156715733748609, 1.497279587266143], "min": [0.6049001672327934, -0.015010695505119132, 1.1606618598268668, -1.9702313682021932, 1.1283317659429066, -3.1083162892140943, 0.5391038493806178, -0.22581865252242414, 1.14190415558195, 1.1758212763999305, 0.7403218223964596, -3.139606197619952], "max": [0.6978314071287866, 0.17987879364212292, 1.3150650188368054, -1.0401809804087239, 1.3076624386523488, -2.1211359676322363, 0.6891180406121218, 0.06682607783508474, 1.4055994270779402, 2.1301074103862696, 1.1487631142776777, 3.138815998175447], "count": [784]}}} +{"episode_index": 35, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46140335300786983]], [[0.45331659608287755]], [[0.4492438767173536]]], "std": [[[0.1978343772093511]], [[0.2005616785971759]], [[0.19909103456571087]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.16862745098039217]], [[0.12941176470588237]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.577745517651505]], [[0.5814811563514295]], [[0.5837593203948246]]], "std": [[[0.2785114945382775]], [[0.28311134559820883]], [[0.28903208827789706]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.10196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5953427690520652]], [[0.6050032888155262]], [[0.5973045190298342]]], "std": [[[0.27281136570632847]], [[0.27765011602814377]], [[0.28840606960628923]]], "count": [147]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4615895997287804]], [[0.4817908413365346]], [[0.4829991385443066]]], "std": [[[0.32902867539040437]], [[0.3288883263094412]], [[0.3361017626187132]]], "count": [147]}, "observation.state": {"mean": [0.26804226636886597, -0.9491152763366699, 1.2742483615875244, 1.1439027786254883, -0.4542613923549652, -0.02738434262573719, -0.18267446756362915, -0.7359729409217834, 0.861806333065033, 0.28948307037353516, 0.07173501700162888, -1.428777813911438, 0.47797009348869324, 0.9106313586235046, -0.032470040023326874, -0.0009346978622488678, 0.17437975108623505, 0.19350332021713257, 0.2076493352651596, 0.1258912831544876, 0.34133806824684143, 0.19589002430438995, 0.34385165572166443, 0.22784075140953064, 0.547950029373169, 0.8613641262054443, 0.013972249813377857, 0.0006970114191062748, 0.22964854538440704, 0.13161708414554596, 0.3165467381477356, 0.02239682525396347, 0.41266652941703796, 0.10175368189811707, 0.3960631489753723, 0.19404681026935577], "std": [0.14975759387016296, 0.09968386590480804, 0.06223431974649429, 0.2667522430419922, 0.05093517526984215, 0.2168581187725067, 0.17184612154960632, 0.21018323302268982, 0.22097107768058777, 0.22298960387706757, 0.2615593671798706, 0.079706110060215, 0.4195026159286499, 0.03285817801952362, 0.015418863855302334, 0.003911394625902176, 0.18289639055728912, 0.33324676752090454, 0.21499061584472656, 0.2274673581123352, 0.4047497808933258, 0.3424327075481415, 0.37052127718925476, 0.30945417284965515, 0.5338793396949768, 0.08333738148212433, 0.004778371192514896, 0.0038928871508687735, 0.22369970381259918, 0.24369604885578156, 0.31614235043525696, 0.02794618159532547, 0.4492744207382202, 0.19923119246959686, 0.41598260402679443, 0.384014755487442], "min": [0.054741740226745605, -1.1682689189910889, 1.0846065282821655, 0.5345306992530823, -0.5974741578102112, -0.3865301012992859, -0.5105811953544617, -1.1836470365524292, 0.5982370972633362, -0.08017344772815704, -0.40800002217292786, -1.5633821487426758, 0.02177843637764454, 0.794277548789978, -0.042749661952257156, -0.007161303423345089, 0.01754055917263031, -0.0131772356107831, 0.0124572878703475, -0.003228859044611454, 0.01618247479200363, 0.002803435083478689, 0.01995674893260002, 0.008072147145867348, 0.02154390700161457, 0.7093999981880188, 0.0040033492259681225, -0.009686577133834362, 0.013569935224950314, -0.014044445939362049, 0.02468550205230713, -0.0019962203223258257, 0.045378562062978745, 0.0035451999865472317, 0.07896523922681808, 0.011628256179392338], "max": [0.647173285484314, -0.83282071352005, 1.3712139129638672, 1.5115253925323486, -0.35634586215019226, 0.41641631722450256, 0.21592707931995392, -0.5265197157859802, 1.2636139392852783, 0.7373326420783997, 0.5326709747314453, -1.0971660614013672, 1.0596330165863037, 0.9872018694877625, 0.009817477315664291, 0.005863215308636427, 0.47898921370506287, 0.8528278470039368, 0.5683119297027588, 0.7336928248405457, 1.02810800075531, 0.9493391513824463, 1.0309714078903198, 0.9317386150360107, 1.2141329050064087, 0.9566149711608887, 0.03346668928861618, 0.005305992439389229, 0.8002552390098572, 0.665804922580719, 0.9421451091766357, 0.18107791244983673, 1.3294936418533325, 0.6910794973373413, 1.3933125734329224, 1.309051513671875], "count": [780]}, "action": {"mean": [0.26804226636886597, -0.9491152763366699, 1.2742483615875244, 1.1439027786254883, -0.4542613923549652, -0.02738434262573719, -0.18267446756362915, -0.7359729409217834, 0.861806333065033, 0.28948307037353516, 0.07173501700162888, -1.428777813911438, 0.47797009348869324, 0.9106313586235046, -0.032470040023326874, -0.0009346978622488678, 0.17437975108623505, 0.19350332021713257, 0.2076493352651596, 0.1258912831544876, 0.34133806824684143, 0.19589002430438995, 0.34385165572166443, 0.22784075140953064, 0.547950029373169, 0.8613641262054443, 0.013972249813377857, 0.0006970114191062748, 0.22964854538440704, 0.13161708414554596, 0.3165467381477356, 0.02239682525396347, 0.41266652941703796, 0.10175368189811707, 0.3960631489753723, 0.19404681026935577], "std": [0.14975759387016296, 0.09968386590480804, 0.06223431974649429, 0.2667522430419922, 0.05093517526984215, 0.2168581187725067, 0.17184612154960632, 0.21018323302268982, 0.22097107768058777, 0.22298960387706757, 0.2615593671798706, 0.079706110060215, 0.4195026159286499, 0.03285817801952362, 0.015418863855302334, 0.003911394625902176, 0.18289639055728912, 0.33324676752090454, 0.21499061584472656, 0.2274673581123352, 0.4047497808933258, 0.3424327075481415, 0.37052127718925476, 0.30945417284965515, 0.5338793396949768, 0.08333738148212433, 0.004778371192514896, 0.0038928871508687735, 0.22369970381259918, 0.24369604885578156, 0.31614235043525696, 0.02794618159532547, 0.4492744207382202, 0.19923119246959686, 0.41598260402679443, 0.384014755487442], "min": [0.054741740226745605, -1.1682689189910889, 1.0846065282821655, 0.5345306992530823, -0.5974741578102112, -0.3865301012992859, -0.5105811953544617, -1.1836470365524292, 0.5982370972633362, -0.08017344772815704, -0.40800002217292786, -1.5633821487426758, 0.02177843637764454, 0.794277548789978, -0.042749661952257156, -0.007161303423345089, 0.01754055917263031, -0.0131772356107831, 0.0124572878703475, -0.003228859044611454, 0.01618247479200363, 0.002803435083478689, 0.01995674893260002, 0.008072147145867348, 0.02154390700161457, 0.7093999981880188, 0.0040033492259681225, -0.009686577133834362, 0.013569935224950314, -0.014044445939362049, 0.02468550205230713, -0.0019962203223258257, 0.045378562062978745, 0.0035451999865472317, 0.07896523922681808, 0.011628256179392338], "max": [0.647173285484314, -0.83282071352005, 1.3712139129638672, 1.5115253925323486, -0.35634586215019226, 0.41641631722450256, 0.21592707931995392, -0.5265197157859802, 1.2636139392852783, 0.7373326420783997, 0.5326709747314453, -1.0971660614013672, 1.0596330165863037, 0.9872018694877625, 0.009817477315664291, 0.005863215308636427, 0.47898921370506287, 0.8528278470039368, 0.5683119297027588, 0.7336928248405457, 1.02810800075531, 0.9493391513824463, 1.0309714078903198, 0.9317386150360107, 1.2141329050064087, 0.9566149711608887, 0.03346668928861618, 0.005305992439389229, 0.8002552390098572, 0.665804922580719, 0.9421451091766357, 0.18107791244983673, 1.3294936418533325, 0.6910794973373413, 1.3933125734329224, 1.309051513671875], "count": [780]}, "timestamp": {"min": [0.0], "max": [25.966666666666665], "mean": [12.983333333333333], "std": [7.505547331190493], "count": [780]}, "frame_index": {"min": [0], "max": [779], "mean": [389.5], "std": [225.1664199357148], "count": [780]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [780]}, "index": {"min": [23244], "max": [24023], "mean": [23633.5], "std": [225.1664199357148], "count": [780]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [780]}, "subtask_annotation": {"mean": [1.9897435897435898, 5.0, 5.0, 5.0, 5.0], "std": [1.4754043116961981, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [780]}, "scene_annotation": {"mean": [35.0], "std": [0.0], "min": [35], "max": [35], "count": [780]}, "eef_direction_state": {"mean": [4.902564102564103, 4.898717948717949], "std": [1.5886596801153337, 1.4750048752412792], "min": [0, 0], "max": [6, 6], "count": [780]}, "eef_velocity_state": {"mean": [0.4782051282051282, 0.5576923076923077], "std": [0.6290300705986057, 0.6288000845666984], "min": [0, 0], "max": [2, 2], "count": [780]}, "eef_acc_mag_state": {"mean": [0.24358974358974358, 0.382051282051282], "std": [0.5880410206321413, 0.7017822713238847], "min": [0, 0], "max": [2, 2], "count": [780]}, "eef_direction_action": {"mean": [4.902564102564103, 4.898717948717949], "std": [1.5886596801153337, 1.4750048752412792], "min": [0, 0], "max": [6, 6], "count": [780]}, "eef_velocity_action": {"mean": [0.4782051282051282, 0.5576923076923077], "std": [0.6290300705986057, 0.6288000845666984], "min": [0, 0], "max": [2, 2], "count": [780]}, "eef_acc_mag_action": {"mean": [0.24358974358974358, 0.382051282051282], "std": [0.5880410206321413, 0.7017822713238847], "min": [0, 0], "max": [2, 2], "count": [780]}, "eef_sim_pose_state": {"mean": [0.6835255496223699, 0.1152512190942407, 1.2383629450286633, -1.771965867316246, 1.1358206653759815, -2.614871570924029, 0.6305501874371968, -0.11379186791994572, 1.2645034219742626, 1.6907353895100417, 1.1402933978680845, 2.347531217627344], "std": [0.021955203141001994, 0.0666282463275911, 0.03569900852676519, 0.09105380264929232, 0.05492433249621675, 0.0948949652516238, 0.040373837447827056, 0.05019555047792394, 0.050099287781227415, 0.3230437488838675, 0.2486453276910288, 0.3259606606573979], "min": [0.6287502749276821, -0.017629123613216363, 1.1427898267458763, -1.9505513251072613, 1.029760171124673, -2.796700158252641, 0.5713628955314792, -0.20357961056466908, 1.149241928516111, 1.2738802199771988, 0.7179067849570471, 1.839802335145567], "max": [0.7090118566722883, 0.17759466694887902, 1.297040110113729, -1.555064349981305, 1.299241192003603, -2.381371186008624, 0.6863311441055534, 0.003826767507342732, 1.3490187673853227, 2.257294520178842, 1.4052236782806924, 2.7953077993470856], "count": [780]}, "eef_sim_pose_action": {"mean": [0.6835255496223699, 0.1152512190942407, 1.2383629450286633, -1.771965867316246, 1.1358206653759815, -2.614871570924029, 0.6305501874371968, -0.11379186791994572, 1.2645034219742626, 1.6907353895100417, 1.1402933978680845, 2.347531217627344], "std": [0.021955203141001994, 0.0666282463275911, 0.03569900852676519, 0.09105380264929232, 0.05492433249621675, 0.0948949652516238, 0.040373837447827056, 0.05019555047792394, 0.050099287781227415, 0.3230437488838675, 0.2486453276910288, 0.3259606606573979], "min": [0.6287502749276821, -0.017629123613216363, 1.1427898267458763, -1.9505513251072613, 1.029760171124673, -2.796700158252641, 0.5713628955314792, -0.20357961056466908, 1.149241928516111, 1.2738802199771988, 0.7179067849570471, 1.839802335145567], "max": [0.7090118566722883, 0.17759466694887902, 1.297040110113729, -1.555064349981305, 1.299241192003603, -2.381371186008624, 0.6863311441055534, 0.003826767507342732, 1.3490187673853227, 2.257294520178842, 1.4052236782806924, 2.7953077993470856], "count": [780]}}} +{"episode_index": 36, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4711453454066812]], [[0.4602568228680361]], [[0.4559130744890549]]], "std": [[[0.19671877428745993]], [[0.1999809333588076]], [[0.19920258261157353]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.14901960784313725]], [[0.1607843137254902]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5938846239884843]], [[0.5984298779697064]], [[0.6023049022849881]]], "std": [[[0.2758839279423585]], [[0.2825063225274721]], [[0.28982935349126676]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.10980392156862745]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.595964115507314]], [[0.6098709506950929]], [[0.5990401672242971]]], "std": [[[0.2845190054760816]], [[0.2850043913069097]], [[0.2928095109557127]]], "count": [126]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4529673316085694]], [[0.4759388535506795]], [[0.4760375752152713]]], "std": [[[0.32585542187255173]], [[0.32704167513388394]], [[0.335472527708085]]], "count": [126]}, "observation.state": {"mean": [0.3808880150318146, -0.9224008917808533, 1.2842514514923096, 0.9277754426002502, -0.5843798518180847, 0.18010126054286957, -0.4629116654396057, -0.6657435894012451, 1.0946602821350098, -1.048738718032837, 0.6159027814865112, 0.20099686086177826, 0.5082869529724121, 0.9390501976013184, -0.0366395004093647, 0.003652161220088601, 0.31872987747192383, 0.14775513112545013, 0.3425210416316986, 0.1310712844133377, 0.39445745944976807, 0.13455933332443237, 0.4904382526874542, 0.2694789469242096, 0.5323862433433533, 0.813477635383606, 0.01345987431704998, 0.000529626791831106, 0.22366011142730713, 0.13811080157756805, 0.2731224298477173, 0.07679253816604614, 0.35856327414512634, 0.06744401901960373, 0.4515661597251892, 0.05044233798980713], "std": [0.14513592422008514, 0.09788186848163605, 0.0676218643784523, 0.1628338247537613, 0.06504768878221512, 0.12510553002357483, 0.3711193799972534, 0.36221736669540405, 0.14590680599212646, 0.4933741092681885, 0.20727470517158508, 0.3852314054965973, 0.3621606230735779, 0.06472474336624146, 0.02204076386988163, 0.003308993298560381, 0.18535637855529785, 0.2657628357410431, 0.18509888648986816, 0.22849225997924805, 0.23460274934768677, 0.2477542757987976, 0.3124174475669861, 0.5032360553741455, 0.5208250880241394, 0.07156528532505035, 0.005123506300151348, 0.0016599103109911084, 0.23666758835315704, 0.2345714420080185, 0.285285085439682, 0.12045745551586151, 0.37699583172798157, 0.11118170619010925, 0.5029361844062805, 0.0676664188504219], "min": [0.0664721131324768, -1.1428887844085693, 1.1372978687286377, 0.7100213766098022, -0.6615262627601624, -0.05875915288925171, -0.8144980072975159, -1.2800769805908203, 0.968137264251709, -2.006108283996582, 0.23997196555137634, -0.1219768077135086, 0.024467334151268005, 0.7499679923057556, -0.052665308117866516, -0.0007853981805965304, 0.01502074021846056, -0.0016635168576613069, 0.015369805507361889, -0.0018598665483295918, 0.012386384420096874, -0.0341375507414341, 0.03761184960603714, 0.012097313068807125, 0.02030036225914955, 0.6562710404396057, 0.002836159896105528, -0.005268712528049946, 0.012495466507971287, 0.014944381080567837, 0.013329952023923397, -0.002121665747836232, 0.045209482312202454, -0.010733774863183498, 0.05559419095516205, 0.01272999495267868], "max": [0.5693522691726685, -0.8314259648323059, 1.3570396900177002, 1.2237259149551392, -0.4564712643623352, 0.3649052083492279, 0.1974135935306549, -0.3420881927013397, 1.3715119361877441, -0.5916924476623535, 0.8064392805099487, 1.0150706768035889, 1.0329185724258423, 1.019212245941162, 0.017475109547376633, 0.009702940471470356, 0.6896941065788269, 0.7400469183921814, 0.7114180326461792, 0.7711846232414246, 0.7856708765029907, 0.7918994426727295, 1.236647605895996, 1.5545430183410645, 1.1800227165222168, 0.9037532806396484, 0.03726277872920036, 0.006289531476795673, 0.6440755724906921, 0.6317710280418396, 0.7595563530921936, 0.3859032094478607, 1.040587067604065, 0.31543004512786865, 1.4300137758255005, 0.4135885238647461], "count": [635]}, "action": {"mean": [0.3808880150318146, -0.9224008917808533, 1.2842514514923096, 0.9277754426002502, -0.5843798518180847, 0.18010126054286957, -0.4629116654396057, -0.6657435894012451, 1.0946602821350098, -1.048738718032837, 0.6159027814865112, 0.20099686086177826, 0.5082869529724121, 0.9390501976013184, -0.0366395004093647, 0.003652161220088601, 0.31872987747192383, 0.14775513112545013, 0.3425210416316986, 0.1310712844133377, 0.39445745944976807, 0.13455933332443237, 0.4904382526874542, 0.2694789469242096, 0.5323862433433533, 0.813477635383606, 0.01345987431704998, 0.000529626791831106, 0.22366011142730713, 0.13811080157756805, 0.2731224298477173, 0.07679253816604614, 0.35856327414512634, 0.06744401901960373, 0.4515661597251892, 0.05044233798980713], "std": [0.14513592422008514, 0.09788186848163605, 0.0676218643784523, 0.1628338247537613, 0.06504768878221512, 0.12510553002357483, 0.3711193799972534, 0.36221736669540405, 0.14590680599212646, 0.4933741092681885, 0.20727470517158508, 0.3852314054965973, 0.3621606230735779, 0.06472474336624146, 0.02204076386988163, 0.003308993298560381, 0.18535637855529785, 0.2657628357410431, 0.18509888648986816, 0.22849225997924805, 0.23460274934768677, 0.2477542757987976, 0.3124174475669861, 0.5032360553741455, 0.5208250880241394, 0.07156528532505035, 0.005123506300151348, 0.0016599103109911084, 0.23666758835315704, 0.2345714420080185, 0.285285085439682, 0.12045745551586151, 0.37699583172798157, 0.11118170619010925, 0.5029361844062805, 0.0676664188504219], "min": [0.0664721131324768, -1.1428887844085693, 1.1372978687286377, 0.7100213766098022, -0.6615262627601624, -0.05875915288925171, -0.8144980072975159, -1.2800769805908203, 0.968137264251709, -2.006108283996582, 0.23997196555137634, -0.1219768077135086, 0.024467334151268005, 0.7499679923057556, -0.052665308117866516, -0.0007853981805965304, 0.01502074021846056, -0.0016635168576613069, 0.015369805507361889, -0.0018598665483295918, 0.012386384420096874, -0.0341375507414341, 0.03761184960603714, 0.012097313068807125, 0.02030036225914955, 0.6562710404396057, 0.002836159896105528, -0.005268712528049946, 0.012495466507971287, 0.014944381080567837, 0.013329952023923397, -0.002121665747836232, 0.045209482312202454, -0.010733774863183498, 0.05559419095516205, 0.01272999495267868], "max": [0.5693522691726685, -0.8314259648323059, 1.3570396900177002, 1.2237259149551392, -0.4564712643623352, 0.3649052083492279, 0.1974135935306549, -0.3420881927013397, 1.3715119361877441, -0.5916924476623535, 0.8064392805099487, 1.0150706768035889, 1.0329185724258423, 1.019212245941162, 0.017475109547376633, 0.009702940471470356, 0.6896941065788269, 0.7400469183921814, 0.7114180326461792, 0.7711846232414246, 0.7856708765029907, 0.7918994426727295, 1.236647605895996, 1.5545430183410645, 1.1800227165222168, 0.9037532806396484, 0.03726277872920036, 0.006289531476795673, 0.6440755724906921, 0.6317710280418396, 0.7595563530921936, 0.3859032094478607, 1.040587067604065, 0.31543004512786865, 1.4300137758255005, 0.4135885238647461], "count": [635]}, "timestamp": {"min": [0.0], "max": [21.133333333333333], "mean": [10.566666666666666], "std": [6.1102827721436554], "count": [635]}, "frame_index": {"min": [0], "max": [634], "mean": [317.0], "std": [183.30848316430968], "count": [635]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [635]}, "index": {"min": [24024], "max": [24658], "mean": [24341.0], "std": [183.30848316430968], "count": [635]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [635]}, "subtask_annotation": {"mean": [2.1511811023622047, 5.0, 5.0, 5.0, 5.0], "std": [1.4577982611978753, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [635]}, "scene_annotation": {"mean": [36.0], "std": [0.0], "min": [36], "max": [36], "count": [635]}, "eef_direction_state": {"mean": [4.932283464566929, 4.582677165354331], "std": [1.5101171613181714, 1.8572731890939975], "min": [0, 0], "max": [6, 6], "count": [635]}, "eef_velocity_state": {"mean": [0.5669291338582677, 0.6047244094488189], "std": [0.6826367496596321, 0.7184693120769354], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_acc_mag_state": {"mean": [0.23622047244094488, 0.33385826771653543], "std": [0.5703527422608801, 0.660734555733471], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_direction_action": {"mean": [4.932283464566929, 4.582677165354331], "std": [1.5101171613181714, 1.8572731890939975], "min": [0, 0], "max": [6, 6], "count": [635]}, "eef_velocity_action": {"mean": [0.5669291338582677, 0.6047244094488189], "std": [0.6826367496596321, 0.7184693120769354], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_acc_mag_action": {"mean": [0.23622047244094488, 0.33385826771653543], "std": [0.5703527422608801, 0.660734555733471], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_sim_pose_state": {"mean": [0.670958753068061, 0.12713080055261017, 1.231652918426579, -1.672157139576944, 1.1575355965793186, -2.5623008740809605, 0.6170075752248071, -0.1666635175803693, 1.2535624692562095, 1.835912133383029, 0.9544846232348765, 2.6256379510871093], "std": [0.022514392940711784, 0.06830687161484421, 0.038220765411419326, 0.14032787811242642, 0.039943483821478915, 0.10918977093652824, 0.035454003851811466, 0.12016470386142222, 0.05005737735306579, 0.1366986919363082, 0.060585503185918155, 0.16790810960453972], "min": [0.61931836731089, -0.02166894366023142, 1.1526421566264458, -1.9082296460312194, 1.0589567827312738, -2.763633122737242, 0.5808275240416956, -0.2715886860720155, 1.15496399589176, 1.42582741563929, 0.7788804975013726, 2.203299899702267], "max": [0.7051595504015218, 0.19500046980480185, 1.3222870166904783, -1.303465716148461, 1.314103348056185, -2.3182840765218504, 0.6860177337083417, 0.05707111691140335, 1.3593030162168045, 2.041035109736519, 1.1054764583687615, 2.9721807021316833], "count": [635]}, "eef_sim_pose_action": {"mean": [0.670958753068061, 0.12713080055261017, 1.231652918426579, -1.672157139576944, 1.1575355965793186, -2.5623008740809605, 0.6170075752248071, -0.1666635175803693, 1.2535624692562095, 1.835912133383029, 0.9544846232348765, 2.6256379510871093], "std": [0.022514392940711784, 0.06830687161484421, 0.038220765411419326, 0.14032787811242642, 0.039943483821478915, 0.10918977093652824, 0.035454003851811466, 0.12016470386142222, 0.05005737735306579, 0.1366986919363082, 0.060585503185918155, 0.16790810960453972], "min": [0.61931836731089, -0.02166894366023142, 1.1526421566264458, -1.9082296460312194, 1.0589567827312738, -2.763633122737242, 0.5808275240416956, -0.2715886860720155, 1.15496399589176, 1.42582741563929, 0.7788804975013726, 2.203299899702267], "max": [0.7051595504015218, 0.19500046980480185, 1.3222870166904783, -1.303465716148461, 1.314103348056185, -2.3182840765218504, 0.6860177337083417, 0.05707111691140335, 1.3593030162168045, 2.041035109736519, 1.1054764583687615, 2.9721807021316833], "count": [635]}}} +{"episode_index": 37, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46677612196278]], [[0.4589693674225415]], [[0.456853755051639]]], "std": [[[0.19706935360197597]], [[0.1999260614856415]], [[0.19761789331850396]]], "count": [131]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1568627450980392]], [[0.16470588235294117]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6035086314423989]], [[0.6096686935588486]], [[0.6120580891707827]]], "std": [[[0.27951743665017686]], [[0.28408717123120114]], [[0.29411405870561497]]], "count": [131]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.10980392156862745]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6030784547597664]], [[0.6150034270069351]], [[0.6057684727835154]]], "std": [[[0.2692280832280639]], [[0.2722646525561255]], [[0.2793705775293018]]], "count": [131]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4648079971810607]], [[0.4868145705483211]], [[0.48659802518335576]]], "std": [[[0.32852179915078694]], [[0.32964779606178074]], [[0.33813031394582677]]], "count": [131]}, "observation.state": {"mean": [0.32816219329833984, -0.8689913749694824, 1.167926549911499, 0.953107476234436, -0.4532991945743561, 0.16913580894470215, -0.25191187858581543, -0.6849337816238403, 1.008841633796692, -1.2012412548065186, 0.4862857162952423, 0.11302053183317184, 0.5585445761680603, 0.8593684434890747, -0.03535747528076172, -0.0010266659082844853, 0.14509069919586182, 0.1299322247505188, 0.1480872631072998, 0.1387772262096405, 0.20189975202083588, 0.11339454352855682, 0.20494472980499268, 0.33463025093078613, 0.5903376340866089, 0.8337562084197998, 0.012244397774338722, 0.0017298103775829077, 0.2703694701194763, 0.20582489669322968, 0.3102256953716278, 0.14550884068012238, 0.3797740340232849, 0.13545289635658264, 0.4973906874656677, 0.14267627894878387], "std": [0.13430218398571014, 0.11810199171304703, 0.05964837968349457, 0.2611837089061737, 0.06121879443526268, 0.2320735901594162, 0.17812080681324005, 0.36931470036506653, 0.30800169706344604, 0.2779039442539215, 0.16045095026493073, 0.27005207538604736, 0.37126874923706055, 0.08087548613548279, 0.019585207104682922, 0.00579148018732667, 0.2216491550207138, 0.23392640054225922, 0.23326514661312103, 0.2564983665943146, 0.3240745961666107, 0.27664780616760254, 0.33159077167510986, 0.6218210458755493, 0.5773888826370239, 0.08828756958246231, 0.006328105460852385, 0.003915096633136272, 0.21151599287986755, 0.319243460893631, 0.23456697165966034, 0.22127695381641388, 0.3091265857219696, 0.20617394149303436, 0.4589819610118866, 0.2151491940021515], "min": [0.029480906203389168, -1.1632143259048462, 1.0637922286987305, 0.5895585417747498, -0.5323491096496582, -0.37525272369384766, -0.42896926403045654, -1.3090333938598633, 0.6813629865646362, -1.7161750793457031, 0.2216968983411789, -0.14732109010219574, 0.02845432050526142, 0.6747224926948547, -0.0472329743206501, -0.005879577714949846, 0.010951940901577473, -0.00011999140406260267, 0.012560916133224964, -0.005530512426048517, 0.01797143742442131, -0.05308528244495392, 0.015555246733129025, -0.018216874450445175, 0.01982039585709572, 0.6893395781517029, 0.0012762719998136163, -0.0033488506451249123, 0.012517283670604229, 0.011671888642013073, 0.010171996429562569, 0.002612539567053318, 0.032217685133218765, -0.000665406696498394, 0.04453862085938454, -0.014529865235090256], "max": [0.5350194573402405, -0.7575807571411133, 1.2674763202667236, 1.5336151123046875, -0.2564111649990082, 0.4743290841579437, 0.1443050503730774, -0.3278782367706299, 1.5014519691467285, -0.7779240012168884, 0.756775975227356, 0.6024690866470337, 1.0990992784500122, 1.0400307178497314, 0.007864889688789845, 0.0391826406121254, 0.5672320127487183, 0.589474081993103, 0.5925828814506531, 0.6491861343383789, 0.8435721397399902, 0.8150033354759216, 0.9311767816543579, 1.6412529945373535, 1.263007640838623, 0.9484118819236755, 0.04182245209813118, 0.008933904580771923, 0.6245115399360657, 0.8059821128845215, 0.6954700946807861, 0.602553129196167, 0.9779898524284363, 0.5098815560340881, 1.338618516921997, 0.8716774582862854], "count": [672]}, "action": {"mean": [0.32816219329833984, -0.8689913749694824, 1.167926549911499, 0.953107476234436, -0.4532991945743561, 0.16913580894470215, -0.25191187858581543, -0.6849337816238403, 1.008841633796692, -1.2012412548065186, 0.4862857162952423, 0.11302053183317184, 0.5585445761680603, 0.8593684434890747, -0.03535747528076172, -0.0010266659082844853, 0.14509069919586182, 0.1299322247505188, 0.1480872631072998, 0.1387772262096405, 0.20189975202083588, 0.11339454352855682, 0.20494472980499268, 0.33463025093078613, 0.5903376340866089, 0.8337562084197998, 0.012244397774338722, 0.0017298103775829077, 0.2703694701194763, 0.20582489669322968, 0.3102256953716278, 0.14550884068012238, 0.3797740340232849, 0.13545289635658264, 0.4973906874656677, 0.14267627894878387], "std": [0.13430218398571014, 0.11810199171304703, 0.05964837968349457, 0.2611837089061737, 0.06121879443526268, 0.2320735901594162, 0.17812080681324005, 0.36931470036506653, 0.30800169706344604, 0.2779039442539215, 0.16045095026493073, 0.27005207538604736, 0.37126874923706055, 0.08087548613548279, 0.019585207104682922, 0.00579148018732667, 0.2216491550207138, 0.23392640054225922, 0.23326514661312103, 0.2564983665943146, 0.3240745961666107, 0.27664780616760254, 0.33159077167510986, 0.6218210458755493, 0.5773888826370239, 0.08828756958246231, 0.006328105460852385, 0.003915096633136272, 0.21151599287986755, 0.319243460893631, 0.23456697165966034, 0.22127695381641388, 0.3091265857219696, 0.20617394149303436, 0.4589819610118866, 0.2151491940021515], "min": [0.029480906203389168, -1.1632143259048462, 1.0637922286987305, 0.5895585417747498, -0.5323491096496582, -0.37525272369384766, -0.42896926403045654, -1.3090333938598633, 0.6813629865646362, -1.7161750793457031, 0.2216968983411789, -0.14732109010219574, 0.02845432050526142, 0.6747224926948547, -0.0472329743206501, -0.005879577714949846, 0.010951940901577473, -0.00011999140406260267, 0.012560916133224964, -0.005530512426048517, 0.01797143742442131, -0.05308528244495392, 0.015555246733129025, -0.018216874450445175, 0.01982039585709572, 0.6893395781517029, 0.0012762719998136163, -0.0033488506451249123, 0.012517283670604229, 0.011671888642013073, 0.010171996429562569, 0.002612539567053318, 0.032217685133218765, -0.000665406696498394, 0.04453862085938454, -0.014529865235090256], "max": [0.5350194573402405, -0.7575807571411133, 1.2674763202667236, 1.5336151123046875, -0.2564111649990082, 0.4743290841579437, 0.1443050503730774, -0.3278782367706299, 1.5014519691467285, -0.7779240012168884, 0.756775975227356, 0.6024690866470337, 1.0990992784500122, 1.0400307178497314, 0.007864889688789845, 0.0391826406121254, 0.5672320127487183, 0.589474081993103, 0.5925828814506531, 0.6491861343383789, 0.8435721397399902, 0.8150033354759216, 0.9311767816543579, 1.6412529945373535, 1.263007640838623, 0.9484118819236755, 0.04182245209813118, 0.008933904580771923, 0.6245115399360657, 0.8059821128845215, 0.6954700946807861, 0.602553129196167, 0.9779898524284363, 0.5098815560340881, 1.338618516921997, 0.8716774582862854], "count": [672]}, "timestamp": {"min": [0.0], "max": [22.366666666666667], "mean": [11.183333333333334], "std": [6.4663158553182924], "count": [672]}, "frame_index": {"min": [0], "max": [671], "mean": [335.5], "std": [193.98947565954876], "count": [672]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [672]}, "index": {"min": [24659], "max": [25330], "mean": [24994.5], "std": [193.98947565954876], "count": [672]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [672]}, "subtask_annotation": {"mean": [2.1636904761904763, 5.0, 5.0, 5.0, 5.0], "std": [1.4236491339427468, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [672]}, "scene_annotation": {"mean": [37.0], "std": [0.0], "min": [37], "max": [37], "count": [672]}, "eef_direction_state": {"mean": [4.467261904761905, 4.373511904761905], "std": [1.768305518737196, 1.9354341951272285], "min": [0, 0], "max": [6, 6], "count": [672]}, "eef_velocity_state": {"mean": [0.6101190476190477, 0.6398809523809523], "std": [0.6097559895401123, 0.6779380398146005], "min": [0, 0], "max": [2, 2], "count": [672]}, "eef_acc_mag_state": {"mean": [0.31547619047619047, 0.37351190476190477], "std": [0.6559242928909832, 0.6935593495057557], "min": [0, 0], "max": [2, 2], "count": [672]}, "eef_direction_action": {"mean": [4.467261904761905, 4.373511904761905], "std": [1.768305518737196, 1.9354341951272285], "min": [0, 0], "max": [6, 6], "count": [672]}, "eef_velocity_action": {"mean": [0.6101190476190477, 0.6398809523809523], "std": [0.6097559895401123, 0.6779380398146005], "min": [0, 0], "max": [2, 2], "count": [672]}, "eef_acc_mag_action": {"mean": [0.31547619047619047, 0.37351190476190477], "std": [0.6559242928909832, 0.6935593495057557], "min": [0, 0], "max": [2, 2], "count": [672]}, "eef_sim_pose_state": {"mean": [0.6624439902071761, 0.1206056967864936, 1.2345394753277106, -1.7535026721498161, 1.1495602604740636, -2.5882441979232484, 0.604470897935661, -0.12148999530530717, 1.257268883372498, 1.856620786693967, 1.0869378978256967, 2.7426605041206984], "std": [0.016070714216435383, 0.055834788561030996, 0.03538501283514143, 0.10995762366776142, 0.06363746040290125, 0.10694787164941012, 0.05930869829782249, 0.07741504343971527, 0.0522474176246221, 0.26617985373179165, 0.09632453838647638, 0.19622668042729646], "min": [0.6380765695537334, -0.014769200462588894, 1.1508300865913372, -1.9866089852955728, 1.0333449127380603, -2.8590233337208386, 0.5276388822440832, -0.19382054504344512, 1.156474681081876, 1.1559702131968712, 0.841200829609785, 2.3193299544214234], "max": [0.6966846519886727, 0.19147060152061254, 1.3080712655773903, -1.5184551333443215, 1.3078529180812515, -2.367801337132253, 0.6928420598920646, 0.040581094741740625, 1.3696087424009826, 2.1448010575223893, 1.2368116811953045, 3.0598735514264117], "count": [672]}, "eef_sim_pose_action": {"mean": [0.6624439902071761, 0.1206056967864936, 1.2345394753277106, -1.7535026721498161, 1.1495602604740636, -2.5882441979232484, 0.604470897935661, -0.12148999530530717, 1.257268883372498, 1.856620786693967, 1.0869378978256967, 2.7426605041206984], "std": [0.016070714216435383, 0.055834788561030996, 0.03538501283514143, 0.10995762366776142, 0.06363746040290125, 0.10694787164941012, 0.05930869829782249, 0.07741504343971527, 0.0522474176246221, 0.26617985373179165, 0.09632453838647638, 0.19622668042729646], "min": [0.6380765695537334, -0.014769200462588894, 1.1508300865913372, -1.9866089852955728, 1.0333449127380603, -2.8590233337208386, 0.5276388822440832, -0.19382054504344512, 1.156474681081876, 1.1559702131968712, 0.841200829609785, 2.3193299544214234], "max": [0.6966846519886727, 0.19147060152061254, 1.3080712655773903, -1.5184551333443215, 1.3078529180812515, -2.367801337132253, 0.6928420598920646, 0.040581094741740625, 1.3696087424009826, 2.1448010575223893, 1.2368116811953045, 3.0598735514264117], "count": [672]}}} +{"episode_index": 38, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4672670851419448]], [[0.45703909407274357]], [[0.4561267150626154]]], "std": [[[0.19030654761786353]], [[0.19287458701798615]], [[0.1912270756507883]]], "count": [131]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.15294117647058825]], [[0.1607843137254902]], [[0.12156862745098039]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5984170845182857]], [[0.6053211142917727]], [[0.6068054074365116]]], "std": [[[0.27509577393471485]], [[0.2813006077312204]], [[0.2916512859444446]]], "count": [131]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.050980392156862744]], [[0.09411764705882353]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5814288872673752]], [[0.5926951148780123]], [[0.580137354687422]]], "std": [[[0.28366319903225534]], [[0.28532526228569566]], [[0.29251165501944504]]], "count": [131]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4175088777877563]], [[0.4394779162301053]], [[0.4334505017337724]]], "std": [[[0.3281665787741822]], [[0.3269814688853925]], [[0.3321440347853388]]], "count": [131]}, "observation.state": {"mean": [0.33119717240333557, -0.9283962845802307, 1.3168681859970093, 1.1215736865997314, -0.5144649147987366, 0.03603149205446243, -0.061374977231025696, -0.7572652697563171, 1.0867700576782227, -1.4999579191207886, 0.3956829905509949, 0.47936907410621643, 0.36678656935691833, 0.858718752861023, -0.030727654695510864, 0.0016990917501971126, 0.19360804557800293, 0.13134145736694336, 0.20025159418582916, 0.0905463919043541, 0.2550703287124634, 0.11612684279680252, 0.2751072347164154, 0.23086288571357727, 0.5014111995697021, 0.8238261342048645, 0.013386526145040989, -3.344866127008572e-05, 0.2140873223543167, 0.16937652230262756, 0.273883193731308, 0.09140648692846298, 0.3642852306365967, 0.09638519585132599, 0.4053287208080292, 0.15202169120311737], "std": [0.1393844485282898, 0.1348835527896881, 0.0543471984565258, 0.2021946907043457, 0.04825395345687866, 0.19119854271411896, 0.1772761344909668, 0.31140920519828796, 0.18916845321655273, 0.3923254609107971, 0.1631491780281067, 0.3942182660102844, 0.4224671423435211, 0.04306398704648018, 0.017140919342637062, 0.002707309555262327, 0.27981141209602356, 0.24710124731063843, 0.2978685796260834, 0.1642429083585739, 0.3743557333946228, 0.22313857078552246, 0.3686882257461548, 0.42977839708328247, 0.5089370012283325, 0.07347693294286728, 0.004834147170186043, 0.003641274757683277, 0.22426432371139526, 0.28674954175949097, 0.2832622230052948, 0.16013692319393158, 0.3876631259918213, 0.1784556657075882, 0.4421630799770355, 0.20758594572544098], "min": [-0.004851892124861479, -1.241845965385437, 1.1742651462554932, 0.8212453126907349, -0.5764214992523193, -0.4500219225883484, -0.41728657484054565, -1.268131971359253, 0.893940269947052, -2.1926021575927734, 0.08722677081823349, 0.12085622549057007, 0.020834868773818016, 0.746651828289032, -0.04300054535269737, -0.004128794185817242, 0.0174260213971138, -0.01011200062930584, 0.011491052806377411, -0.005257804412394762, 0.01684630662202835, 0.0011126473546028137, 0.02042580582201481, 0.007063128985464573, 0.020098555833101273, 0.6962118148803711, 0.003648828947916627, -0.006550438702106476, 0.00278707267716527, 0.01918226107954979, 0.011486447416245937, 0.004336052108556032, 0.019629498943686485, -0.014218978583812714, 0.02436915971338749, 0.018162332475185394], "max": [0.5033450722694397, -0.8073930144309998, 1.3609139919281006, 1.5750648975372314, -0.4055323600769043, 0.2607385218143463, 0.26311084628105164, -0.45719844102859497, 1.4148451089859009, -0.9661702513694763, 0.6469467878341675, 1.1558709144592285, 1.0320568084716797, 0.9672015309333801, 0.04651302471756935, 0.006883142050355673, 0.7561475038528442, 0.7060292959213257, 0.8015533685684204, 0.5891740322113037, 1.046008586883545, 0.7290840148925781, 1.161778450012207, 1.4730961322784424, 1.1352603435516357, 0.9205302596092224, 0.03433935344219208, 0.003981532528996468, 0.6184356212615967, 0.776791512966156, 0.745015561580658, 0.4820108413696289, 1.113094687461853, 0.5033475160598755, 1.3075079917907715, 0.6407267451286316], "count": [670]}, "action": {"mean": [0.33119717240333557, -0.9283962845802307, 1.3168681859970093, 1.1215736865997314, -0.5144649147987366, 0.03603149205446243, -0.061374977231025696, -0.7572652697563171, 1.0867700576782227, -1.4999579191207886, 0.3956829905509949, 0.47936907410621643, 0.36678656935691833, 0.858718752861023, -0.030727654695510864, 0.0016990917501971126, 0.19360804557800293, 0.13134145736694336, 0.20025159418582916, 0.0905463919043541, 0.2550703287124634, 0.11612684279680252, 0.2751072347164154, 0.23086288571357727, 0.5014111995697021, 0.8238261342048645, 0.013386526145040989, -3.344866127008572e-05, 0.2140873223543167, 0.16937652230262756, 0.273883193731308, 0.09140648692846298, 0.3642852306365967, 0.09638519585132599, 0.4053287208080292, 0.15202169120311737], "std": [0.1393844485282898, 0.1348835527896881, 0.0543471984565258, 0.2021946907043457, 0.04825395345687866, 0.19119854271411896, 0.1772761344909668, 0.31140920519828796, 0.18916845321655273, 0.3923254609107971, 0.1631491780281067, 0.3942182660102844, 0.4224671423435211, 0.04306398704648018, 0.017140919342637062, 0.002707309555262327, 0.27981141209602356, 0.24710124731063843, 0.2978685796260834, 0.1642429083585739, 0.3743557333946228, 0.22313857078552246, 0.3686882257461548, 0.42977839708328247, 0.5089370012283325, 0.07347693294286728, 0.004834147170186043, 0.003641274757683277, 0.22426432371139526, 0.28674954175949097, 0.2832622230052948, 0.16013692319393158, 0.3876631259918213, 0.1784556657075882, 0.4421630799770355, 0.20758594572544098], "min": [-0.004851892124861479, -1.241845965385437, 1.1742651462554932, 0.8212453126907349, -0.5764214992523193, -0.4500219225883484, -0.41728657484054565, -1.268131971359253, 0.893940269947052, -2.1926021575927734, 0.08722677081823349, 0.12085622549057007, 0.020834868773818016, 0.746651828289032, -0.04300054535269737, -0.004128794185817242, 0.0174260213971138, -0.01011200062930584, 0.011491052806377411, -0.005257804412394762, 0.01684630662202835, 0.0011126473546028137, 0.02042580582201481, 0.007063128985464573, 0.020098555833101273, 0.6962118148803711, 0.003648828947916627, -0.006550438702106476, 0.00278707267716527, 0.01918226107954979, 0.011486447416245937, 0.004336052108556032, 0.019629498943686485, -0.014218978583812714, 0.02436915971338749, 0.018162332475185394], "max": [0.5033450722694397, -0.8073930144309998, 1.3609139919281006, 1.5750648975372314, -0.4055323600769043, 0.2607385218143463, 0.26311084628105164, -0.45719844102859497, 1.4148451089859009, -0.9661702513694763, 0.6469467878341675, 1.1558709144592285, 1.0320568084716797, 0.9672015309333801, 0.04651302471756935, 0.006883142050355673, 0.7561475038528442, 0.7060292959213257, 0.8015533685684204, 0.5891740322113037, 1.046008586883545, 0.7290840148925781, 1.161778450012207, 1.4730961322784424, 1.1352603435516357, 0.9205302596092224, 0.03433935344219208, 0.003981532528996468, 0.6184356212615967, 0.776791512966156, 0.745015561580658, 0.4820108413696289, 1.113094687461853, 0.5033475160598755, 1.3075079917907715, 0.6407267451286316], "count": [670]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.447070824973324], "count": [670]}, "frame_index": {"min": [0], "max": [669], "mean": [334.5], "std": [193.41212474919973], "count": [670]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [670]}, "index": {"min": [25331], "max": [26000], "mean": [25665.5], "std": [193.41212474919973], "count": [670]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [670]}, "subtask_annotation": {"mean": [2.1283582089552238, 5.0, 5.0, 5.0, 5.0], "std": [1.4418899258450881, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [670]}, "scene_annotation": {"mean": [38.0], "std": [0.0], "min": [38], "max": [38], "count": [670]}, "eef_direction_state": {"mean": [5.01044776119403, 4.853731343283582], "std": [1.466505067479378, 1.5139479237686004], "min": [0, 0], "max": [6, 6], "count": [670]}, "eef_velocity_state": {"mean": [0.5074626865671642, 0.655223880597015], "std": [0.6595596524764606, 0.7179538882813961], "min": [0, 0], "max": [2, 2], "count": [670]}, "eef_acc_mag_state": {"mean": [0.25671641791044775, 0.3656716417910448], "std": [0.6008014251123354, 0.6990510067880134], "min": [0, 0], "max": [2, 2], "count": [670]}, "eef_direction_action": {"mean": [5.01044776119403, 4.853731343283582], "std": [1.466505067479378, 1.5139479237686004], "min": [0, 0], "max": [6, 6], "count": [670]}, "eef_velocity_action": {"mean": [0.5074626865671642, 0.655223880597015], "std": [0.6595596524764606, 0.7179538882813961], "min": [0, 0], "max": [2, 2], "count": [670]}, "eef_acc_mag_action": {"mean": [0.25671641791044775, 0.3656716417910448], "std": [0.6008014251123354, 0.6990510067880134], "min": [0, 0], "max": [2, 2], "count": [670]}, "eef_sim_pose_state": {"mean": [0.6826924354012831, 0.13725123952097698, 1.2245032816531067, -1.88803385143718, 1.1786871206489191, -2.7248796212409894, 0.6417503733506169, -0.13350830474656616, 1.2866561764835613, 1.723857205883025, 1.0211238787070944, 2.518016001453612], "std": [0.01739471818758983, 0.08104588805763385, 0.03789274208604745, 0.14735796451090405, 0.05739607645033287, 0.06845460189463222, 0.029236796942559935, 0.08950068775837712, 0.052933726644336765, 0.16261082045822217, 0.08843067572546091, 0.255403700336386], "min": [0.635930514729211, -0.03985244494831447, 1.1525197160190161, -2.041564863070272, 1.0775190928632803, -2.8711531497078764, 0.5992799553734389, -0.2232957958515448, 1.1442040792083168, 1.3866834118376943, 0.8222721098372876, 2.058346319232455], "max": [0.6997905505872809, 0.21634135654687364, 1.3132796231955581, -1.5639531035720475, 1.270446739562849, -2.5311900804587135, 0.6879479579458038, 0.029458476112617316, 1.3671850929228981, 2.0926999106241815, 1.1578128118547575, 2.9553697900586173], "count": [670]}, "eef_sim_pose_action": {"mean": [0.6826924354012831, 0.13725123952097698, 1.2245032816531067, -1.88803385143718, 1.1786871206489191, -2.7248796212409894, 0.6417503733506169, -0.13350830474656616, 1.2866561764835613, 1.723857205883025, 1.0211238787070944, 2.518016001453612], "std": [0.01739471818758983, 0.08104588805763385, 0.03789274208604745, 0.14735796451090405, 0.05739607645033287, 0.06845460189463222, 0.029236796942559935, 0.08950068775837712, 0.052933726644336765, 0.16261082045822217, 0.08843067572546091, 0.255403700336386], "min": [0.635930514729211, -0.03985244494831447, 1.1525197160190161, -2.041564863070272, 1.0775190928632803, -2.8711531497078764, 0.5992799553734389, -0.2232957958515448, 1.1442040792083168, 1.3866834118376943, 0.8222721098372876, 2.058346319232455], "max": [0.6997905505872809, 0.21634135654687364, 1.3132796231955581, -1.5639531035720475, 1.270446739562849, -2.5311900804587135, 0.6879479579458038, 0.029458476112617316, 1.3671850929228981, 2.0926999106241815, 1.1578128118547575, 2.9553697900586173], "count": [670]}}} +{"episode_index": 39, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46341319098260775]], [[0.45543063633174546]], [[0.45403768324655663]]], "std": [[[0.19078826797669282]], [[0.1941677460796796]], [[0.1919557723597697]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13725490196078433]], [[0.1411764705882353]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5733199210239651]], [[0.578415708891843]], [[0.5798956371625863]]], "std": [[[0.2761530770557471]], [[0.28128142153347085]], [[0.2867002171244085]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5935065255622023]], [[0.6088758193013551]], [[0.6000520014031978]]], "std": [[[0.2798452772507061]], [[0.2801002459030191]], [[0.2909444673370358]]], "count": [177]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4588137878032569]], [[0.4768672385620915]], [[0.47653766247553636]]], "std": [[[0.3291103933879172]], [[0.32919773519432]], [[0.33811854959815174]]], "count": [177]}, "observation.state": {"mean": [0.3105776011943817, -0.7941736578941345, 1.0129166841506958, 0.3261468708515167, -0.21900194883346558, 0.8425664901733398, -0.038162633776664734, -0.774213433265686, 0.976228654384613, -0.3258347809314728, -0.012122057378292084, -0.7768058776855469, 0.4044266641139984, 0.9866968989372253, -0.03581739217042923, 0.00613801833242178, 0.1924217939376831, 0.13459955155849457, 0.21769000589847565, 0.08628556877374649, 0.2684159278869629, 0.13496646285057068, 0.2670426666736603, 0.4325374662876129, 0.697272777557373, 0.8708938360214233, 0.013573819771409035, 0.008217884227633476, 0.3049470782279968, 0.2201988846063614, 0.34003767371177673, 0.13975752890110016, 0.3760262727737427, 0.15413479506969452, 0.4360441565513611, 0.5032528638839722], "std": [0.12992289662361145, 0.13274210691452026, 0.07687637209892273, 0.21847565472126007, 0.09010612219572067, 0.19792239367961884, 0.2965914011001587, 0.3332592844963074, 0.24435578286647797, 0.5778326988220215, 0.3217659890651703, 0.503948450088501, 0.4564158022403717, 0.045667614787817, 0.02156984992325306, 0.005883474834263325, 0.19349370896816254, 0.27328890562057495, 0.19377194344997406, 0.1749066561460495, 0.2605399787425995, 0.2887307107448578, 0.4331391751766205, 0.23344169557094574, 0.5710086822509766, 0.10731154680252075, 0.005692311096936464, 0.01774836890399456, 0.24198485910892487, 0.29652079939842224, 0.2556249499320984, 0.17847919464111328, 0.2899407148361206, 0.19703657925128937, 0.36455467343330383, 0.5939334034919739], "min": [0.05402525141835213, -1.0732696056365967, 0.7351868152618408, 0.16273507475852966, -0.4771186113357544, -0.24053224921226501, -0.3970683515071869, -1.3247811794281006, 0.638220489025116, -1.137941598892212, -0.6306028962135315, -1.532315731048584, 0.018533214926719666, 0.9020570516586304, -0.048978302627801895, -0.0017725999932736158, 0.00931569468230009, 0.002541635651141405, 0.012293661944568157, 0.0015162547351792455, 0.017671460285782814, -3.2724761695135385e-05, 0.015326173044741154, 0.016700420528650284, 0.018653204664587975, 0.7255585193634033, 0.0030652345158159733, -0.004385140258818865, 0.015827955678105354, 0.011780972592532635, 0.010581058450043201, -0.0012271846644580364, 0.016994023695588112, -0.0005479606334120035, 0.0188799686729908, 0.0034579336643218994], "max": [0.609752893447876, -0.6269193291664124, 1.1530098915100098, 1.559281349182129, -0.10339179635047913, 0.9660629630088806, 0.5315980911254883, -0.37868601083755493, 1.3712496757507324, 0.5401455163955688, 0.36987629532814026, -0.04854276031255722, 1.0554605722427368, 1.0451468229293823, 0.021423915401101112, 0.03384847939014435, 0.6002624034881592, 0.8238117098808289, 0.6118524670600891, 0.544193685054779, 0.7894614934921265, 0.8515625596046448, 1.2152891159057617, 0.8217228055000305, 1.273861289024353, 1.0010935068130493, 0.03344487026333809, 0.1665571928024292, 0.7636905908584595, 0.6680575013160706, 0.7030894756317139, 0.47784388065338135, 0.8032495975494385, 0.45361652970314026, 1.0221848487854004, 1.4412602186203003], "count": [996]}, "action": {"mean": [0.3105776011943817, -0.7941736578941345, 1.0129166841506958, 0.3261468708515167, -0.21900194883346558, 0.8425664901733398, -0.038162633776664734, -0.774213433265686, 0.976228654384613, -0.3258347809314728, -0.012122057378292084, -0.7768058776855469, 0.4044266641139984, 0.9866968989372253, -0.03581739217042923, 0.00613801833242178, 0.1924217939376831, 0.13459955155849457, 0.21769000589847565, 0.08628556877374649, 0.2684159278869629, 0.13496646285057068, 0.2670426666736603, 0.4325374662876129, 0.697272777557373, 0.8708938360214233, 0.013573819771409035, 0.008217884227633476, 0.3049470782279968, 0.2201988846063614, 0.34003767371177673, 0.13975752890110016, 0.3760262727737427, 0.15413479506969452, 0.4360441565513611, 0.5032528638839722], "std": [0.12992289662361145, 0.13274210691452026, 0.07687637209892273, 0.21847565472126007, 0.09010612219572067, 0.19792239367961884, 0.2965914011001587, 0.3332592844963074, 0.24435578286647797, 0.5778326988220215, 0.3217659890651703, 0.503948450088501, 0.4564158022403717, 0.045667614787817, 0.02156984992325306, 0.005883474834263325, 0.19349370896816254, 0.27328890562057495, 0.19377194344997406, 0.1749066561460495, 0.2605399787425995, 0.2887307107448578, 0.4331391751766205, 0.23344169557094574, 0.5710086822509766, 0.10731154680252075, 0.005692311096936464, 0.01774836890399456, 0.24198485910892487, 0.29652079939842224, 0.2556249499320984, 0.17847919464111328, 0.2899407148361206, 0.19703657925128937, 0.36455467343330383, 0.5939334034919739], "min": [0.05402525141835213, -1.0732696056365967, 0.7351868152618408, 0.16273507475852966, -0.4771186113357544, -0.24053224921226501, -0.3970683515071869, -1.3247811794281006, 0.638220489025116, -1.137941598892212, -0.6306028962135315, -1.532315731048584, 0.018533214926719666, 0.9020570516586304, -0.048978302627801895, -0.0017725999932736158, 0.00931569468230009, 0.002541635651141405, 0.012293661944568157, 0.0015162547351792455, 0.017671460285782814, -3.2724761695135385e-05, 0.015326173044741154, 0.016700420528650284, 0.018653204664587975, 0.7255585193634033, 0.0030652345158159733, -0.004385140258818865, 0.015827955678105354, 0.011780972592532635, 0.010581058450043201, -0.0012271846644580364, 0.016994023695588112, -0.0005479606334120035, 0.0188799686729908, 0.0034579336643218994], "max": [0.609752893447876, -0.6269193291664124, 1.1530098915100098, 1.559281349182129, -0.10339179635047913, 0.9660629630088806, 0.5315980911254883, -0.37868601083755493, 1.3712496757507324, 0.5401455163955688, 0.36987629532814026, -0.04854276031255722, 1.0554605722427368, 1.0451468229293823, 0.021423915401101112, 0.03384847939014435, 0.6002624034881592, 0.8238117098808289, 0.6118524670600891, 0.544193685054779, 0.7894614934921265, 0.8515625596046448, 1.2152891159057617, 0.8217228055000305, 1.273861289024353, 1.0010935068130493, 0.03344487026333809, 0.1665571928024292, 0.7636905908584595, 0.6680575013160706, 0.7030894756317139, 0.47784388065338135, 0.8032495975494385, 0.45361652970314026, 1.0221848487854004, 1.4412602186203003], "count": [996]}, "timestamp": {"min": [0.0], "max": [33.166666666666664], "mean": [16.583333333333332], "std": [9.584009637972029], "count": [996]}, "frame_index": {"min": [0], "max": [995], "mean": [497.5], "std": [287.52028913916087], "count": [996]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [996]}, "index": {"min": [26001], "max": [26996], "mean": [26498.5], "std": [287.52028913916087], "count": [996]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [996]}, "subtask_annotation": {"mean": [2.3072289156626504, 5.0, 5.0, 5.0, 5.0], "std": [1.3488013240854282, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [996]}, "scene_annotation": {"mean": [39.0], "std": [0.0], "min": [39], "max": [39], "count": [996]}, "eef_direction_state": {"mean": [5.046184738955823, 4.036144578313253], "std": [1.6537275353129426, 1.9850593537049743], "min": [0, 0], "max": [6, 6], "count": [996]}, "eef_velocity_state": {"mean": [0.3885542168674699, 0.6877510040160643], "std": [0.5983826243573667, 0.6569756695422437], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_acc_mag_state": {"mean": [0.19176706827309237, 0.536144578313253], "std": [0.5362113205453211, 0.7759556843512585], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_direction_action": {"mean": [5.046184738955823, 4.036144578313253], "std": [1.6537275353129426, 1.9850593537049743], "min": [0, 0], "max": [6, 6], "count": [996]}, "eef_velocity_action": {"mean": [0.3885542168674699, 0.6877510040160643], "std": [0.5983826243573667, 0.6569756695422437], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_acc_mag_action": {"mean": [0.19176706827309237, 0.536144578313253], "std": [0.5362113205453211, 0.7759556843512585], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_sim_pose_state": {"mean": [0.6659432954810663, 0.1462226793343875, 1.2335048901164454, -1.868352529322218, 1.2060374715660795, -2.486593027053541, 0.6393384291475228, -0.11403096206509206, 1.301767101184505, 1.8366940845208244, 1.0974079854923156, 2.5180492584066174], "std": [0.020145588244269135, 0.06506974403314797, 0.037952014830463704, 0.19733647869387289, 0.04849742519072049, 0.1205663043471289, 0.06742231908174706, 0.06460242793115238, 0.08150123406018082, 0.27487942782390273, 0.15610079486988654, 0.5136710431559107], "min": [0.5842689356554884, -0.000891115207271892, 1.145717158497778, -2.11240152337371, 1.081929174680894, -2.760827589517298, 0.5384546910004369, -0.2303988432435821, 1.2055200727438122, 1.084255311447408, 0.8712215390327702, -3.1412766797057756], "max": [0.6905615881371279, 0.20874538776530194, 1.3078304776646872, -1.3750567364981794, 1.3442967403254835, -2.18286559188465, 0.7421214498403956, 0.051531975920816514, 1.4455340510546306, 2.29544285809933, 1.3459813147727457, 3.1413034991235707], "count": [996]}, "eef_sim_pose_action": {"mean": [0.6659432954810663, 0.1462226793343875, 1.2335048901164454, -1.868352529322218, 1.2060374715660795, -2.486593027053541, 0.6393384291475228, -0.11403096206509206, 1.301767101184505, 1.8366940845208244, 1.0974079854923156, 2.5180492584066174], "std": [0.020145588244269135, 0.06506974403314797, 0.037952014830463704, 0.19733647869387289, 0.04849742519072049, 0.1205663043471289, 0.06742231908174706, 0.06460242793115238, 0.08150123406018082, 0.27487942782390273, 0.15610079486988654, 0.5136710431559107], "min": [0.5842689356554884, -0.000891115207271892, 1.145717158497778, -2.11240152337371, 1.081929174680894, -2.760827589517298, 0.5384546910004369, -0.2303988432435821, 1.2055200727438122, 1.084255311447408, 0.8712215390327702, -3.1412766797057756], "max": [0.6905615881371279, 0.20874538776530194, 1.3078304776646872, -1.3750567364981794, 1.3442967403254835, -2.18286559188465, 0.7421214498403956, 0.051531975920816514, 1.4455340510546306, 2.29544285809933, 1.3459813147727457, 3.1413034991235707], "count": [996]}}} +{"episode_index": 40, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46577735923604413]], [[0.4568865199426765]], [[0.45488728838529946]]], "std": [[[0.18630378056559407]], [[0.18896888193932473]], [[0.18750973446489558]]], "count": [122]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.1607843137254902]], [[0.12549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5642484195864138]], [[0.5721457027483124]], [[0.573426068788171]]], "std": [[[0.28084191612098147]], [[0.286533487285522]], [[0.2930165063513164]]], "count": [122]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.08627450980392157]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5552626784661953]], [[0.5663641614432658]], [[0.5558999635031608]]], "std": [[[0.29213844542099104]], [[0.2943698918755777]], [[0.3017770446783867]]], "count": [122]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41138516721579343]], [[0.4284144935979856]], [[0.42518607360977173]]], "std": [[[0.32710745884031267]], [[0.32813233786240137]], [[0.33232242422953284]]], "count": [122]}, "observation.state": {"mean": [0.250061571598053, -0.8506035208702087, 1.1089887619018555, 0.9178857207298279, -0.30417928099632263, 0.21770066022872925, -0.05890173092484474, -0.7810835838317871, 1.0698245763778687, -1.0708656311035156, 0.2660069763660431, 0.05722512677311897, 0.4619799256324768, 0.8931517601013184, -0.03854462876915932, 0.001609272789210081, 0.1882891207933426, 0.14075325429439545, 0.17502063512802124, 0.07310106605291367, 0.18708185851573944, 0.1492673009634018, 0.24963419139385223, 0.17752473056316376, 0.5320853590965271, 0.8542366027832031, 0.01310692261904478, 0.001240842160768807, 0.24342158436775208, 0.1318647712469101, 0.28176480531692505, 0.08774705231189728, 0.3413425385951996, 0.08807425200939178, 0.42286279797554016, 0.14524878561496735], "std": [0.1273241490125656, 0.15930292010307312, 0.05537080392241478, 0.21541887521743774, 0.0669461339712143, 0.1791776865720749, 0.16742292046546936, 0.3313922584056854, 0.2861253023147583, 0.3837069869041443, 0.19722701609134674, 0.3520773947238922, 0.41814154386520386, 0.05185660719871521, 0.020416593179106712, 0.008028101176023483, 0.2869403064250946, 0.25205937027931213, 0.2676860988140106, 0.1423465609550476, 0.29063647985458374, 0.2661583423614502, 0.3927905559539795, 0.3096550703048706, 0.5406278371810913, 0.09935320913791656, 0.005081813782453537, 0.002256501466035843, 0.24443978071212769, 0.24227502942085266, 0.27743208408355713, 0.17120492458343506, 0.3470154404640198, 0.17580218613147736, 0.4438345432281494, 0.33101537823677063], "min": [0.0481732077896595, -1.1766375303268433, 0.9970313310623169, 0.44389447569847107, -0.5020098686218262, -0.03202010318636894, -0.23610952496528625, -1.3856383562088013, 0.7869005799293518, -1.9164615869522095, 0.05885452404618263, -0.20802338421344757, 0.02514364942908287, 0.7837400436401367, -0.052436236292123795, -0.004570581018924713, -0.002356194658204913, 0.0019089538836851716, 0.012915436178445816, -0.004537855740636587, 0.011988230049610138, 0.0008235771674662828, 0.015822499990463257, -0.008639379404485226, 0.026976244524121284, 0.7004333138465881, 0.0031743175350129604, -0.004565126728266478, 0.0014453508192673326, 0.0007526732515543699, 0.010619237087666988, -0.0011235557030886412, 0.02500184066593647, -0.006594072096049786, 0.047800205647945404, 0.009855655953288078], "max": [0.5501592755317688, -0.6593931913375854, 1.2006704807281494, 1.293639063835144, -0.23345111310482025, 0.6185506582260132, 0.36205604672431946, -0.45313361287117004, 1.586044192314148, -0.7547493577003479, 0.7008898258209229, 0.8658660650253296, 1.0632599592208862, 0.9860509634017944, 0.03364122286438942, 0.01606793701648712, 0.7597745656967163, 0.7013878226280212, 0.6973299384117126, 0.5115669369697571, 0.7402432560920715, 0.6705663800239563, 0.9981701374053955, 0.9245826601982117, 1.2580279111862183, 0.9694268107414246, 0.03510293364524841, 0.006784967612475157, 0.6854507923126221, 0.6256241798400879, 0.7804675698280334, 0.4701153337955475, 0.9947067499160767, 0.4565344750881195, 1.414327621459961, 1.4241995811462402], "count": [608]}, "action": {"mean": [0.250061571598053, -0.8506035208702087, 1.1089887619018555, 0.9178857207298279, -0.30417928099632263, 0.21770066022872925, -0.05890173092484474, -0.7810835838317871, 1.0698245763778687, -1.0708656311035156, 0.2660069763660431, 0.05722512677311897, 0.4619799256324768, 0.8931517601013184, -0.03854462876915932, 0.001609272789210081, 0.1882891207933426, 0.14075325429439545, 0.17502063512802124, 0.07310106605291367, 0.18708185851573944, 0.1492673009634018, 0.24963419139385223, 0.17752473056316376, 0.5320853590965271, 0.8542366027832031, 0.01310692261904478, 0.001240842160768807, 0.24342158436775208, 0.1318647712469101, 0.28176480531692505, 0.08774705231189728, 0.3413425385951996, 0.08807425200939178, 0.42286279797554016, 0.14524878561496735], "std": [0.1273241490125656, 0.15930292010307312, 0.05537080392241478, 0.21541887521743774, 0.0669461339712143, 0.1791776865720749, 0.16742292046546936, 0.3313922584056854, 0.2861253023147583, 0.3837069869041443, 0.19722701609134674, 0.3520773947238922, 0.41814154386520386, 0.05185660719871521, 0.020416593179106712, 0.008028101176023483, 0.2869403064250946, 0.25205937027931213, 0.2676860988140106, 0.1423465609550476, 0.29063647985458374, 0.2661583423614502, 0.3927905559539795, 0.3096550703048706, 0.5406278371810913, 0.09935320913791656, 0.005081813782453537, 0.002256501466035843, 0.24443978071212769, 0.24227502942085266, 0.27743208408355713, 0.17120492458343506, 0.3470154404640198, 0.17580218613147736, 0.4438345432281494, 0.33101537823677063], "min": [0.0481732077896595, -1.1766375303268433, 0.9970313310623169, 0.44389447569847107, -0.5020098686218262, -0.03202010318636894, -0.23610952496528625, -1.3856383562088013, 0.7869005799293518, -1.9164615869522095, 0.05885452404618263, -0.20802338421344757, 0.02514364942908287, 0.7837400436401367, -0.052436236292123795, -0.004570581018924713, -0.002356194658204913, 0.0019089538836851716, 0.012915436178445816, -0.004537855740636587, 0.011988230049610138, 0.0008235771674662828, 0.015822499990463257, -0.008639379404485226, 0.026976244524121284, 0.7004333138465881, 0.0031743175350129604, -0.004565126728266478, 0.0014453508192673326, 0.0007526732515543699, 0.010619237087666988, -0.0011235557030886412, 0.02500184066593647, -0.006594072096049786, 0.047800205647945404, 0.009855655953288078], "max": [0.5501592755317688, -0.6593931913375854, 1.2006704807281494, 1.293639063835144, -0.23345111310482025, 0.6185506582260132, 0.36205604672431946, -0.45313361287117004, 1.586044192314148, -0.7547493577003479, 0.7008898258209229, 0.8658660650253296, 1.0632599592208862, 0.9860509634017944, 0.03364122286438942, 0.01606793701648712, 0.7597745656967163, 0.7013878226280212, 0.6973299384117126, 0.5115669369697571, 0.7402432560920715, 0.6705663800239563, 0.9981701374053955, 0.9245826601982117, 1.2580279111862183, 0.9694268107414246, 0.03510293364524841, 0.006784967612475157, 0.6854507923126221, 0.6256241798400879, 0.7804675698280334, 0.4701153337955475, 0.9947067499160767, 0.4565344750881195, 1.414327621459961, 1.4241995811462402], "count": [608]}, "timestamp": {"min": [0.0], "max": [20.233333333333334], "mean": [10.116666666666667], "std": [5.850474814539035], "count": [608]}, "frame_index": {"min": [0], "max": [607], "mean": [303.5], "std": [175.51424443617105], "count": [608]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [608]}, "index": {"min": [26997], "max": [27604], "mean": [27300.5], "std": [175.51424443617105], "count": [608]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [608]}, "subtask_annotation": {"mean": [2.0838815789473686, 5.0, 5.0, 5.0, 5.0], "std": [1.374534633852728, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [608]}, "scene_annotation": {"mean": [40.0], "std": [0.0], "min": [40], "max": [40], "count": [608]}, "eef_direction_state": {"mean": [4.9194078947368425, 4.509868421052632], "std": [1.4950856926473086, 1.8000094980897425], "min": [0, 0], "max": [6, 6], "count": [608]}, "eef_velocity_state": {"mean": [0.5953947368421053, 0.6463815789473685], "std": [0.7260055472991493, 0.7197542063478333], "min": [0, 0], "max": [2, 2], "count": [608]}, "eef_acc_mag_state": {"mean": [0.28289473684210525, 0.3815789473684211], "std": [0.6221541858936006, 0.7018229133207675], "min": [0, 0], "max": [2, 2], "count": [608]}, "eef_direction_action": {"mean": [4.9194078947368425, 4.509868421052632], "std": [1.4950856926473086, 1.8000094980897425], "min": [0, 0], "max": [6, 6], "count": [608]}, "eef_velocity_action": {"mean": [0.5953947368421053, 0.6463815789473685], "std": [0.7260055472991493, 0.7197542063478333], "min": [0, 0], "max": [2, 2], "count": [608]}, "eef_acc_mag_action": {"mean": [0.28289473684210525, 0.3815789473684211], "std": [0.6221541858936006, 0.7018229133207675], "min": [0, 0], "max": [2, 2], "count": [608]}, "eef_sim_pose_state": {"mean": [0.6676841112767544, 0.12496206023257275, 1.2498723929224453, -1.7371295181535724, 1.1609880835664597, -2.4850087703577244, 0.6570974774590113, -0.1338921404519447, 1.3099991787221703, 1.5704683789471594, 1.0412218514181777, 2.2995393608836108], "std": [0.018359042453591358, 0.07685359497959876, 0.03839662830089883, 0.14645590036918257, 0.05168898691103624, 0.10981684743915382, 0.03521654378994725, 0.08436995411138251, 0.06012130336536964, 0.18472877082140826, 0.051658253728788274, 0.1620649251309448], "min": [0.6220632388390425, -0.03991804123659093, 1.152722949660672, -1.929625912386714, 1.0292977645577333, -2.7067783556095097, 0.6138936727101233, -0.22532172805590842, 1.2226262066094138, 1.0323946180766874, 0.9633476139659143, 1.9367299176769852], "max": [0.6957785492328992, 0.19804188292884642, 1.3189975872921575, -1.392621822049377, 1.3302936597371415, -2.2943402346878528, 0.728954256042833, 0.04091006012599341, 1.440720345435166, 1.835690572680578, 1.1688461799116805, 2.5806356653131184], "count": [608]}, "eef_sim_pose_action": {"mean": [0.6676841112767544, 0.12496206023257275, 1.2498723929224453, -1.7371295181535724, 1.1609880835664597, -2.4850087703577244, 0.6570974774590113, -0.1338921404519447, 1.3099991787221703, 1.5704683789471594, 1.0412218514181777, 2.2995393608836108], "std": [0.018359042453591358, 0.07685359497959876, 0.03839662830089883, 0.14645590036918257, 0.05168898691103624, 0.10981684743915382, 0.03521654378994725, 0.08436995411138251, 0.06012130336536964, 0.18472877082140826, 0.051658253728788274, 0.1620649251309448], "min": [0.6220632388390425, -0.03991804123659093, 1.152722949660672, -1.929625912386714, 1.0292977645577333, -2.7067783556095097, 0.6138936727101233, -0.22532172805590842, 1.2226262066094138, 1.0323946180766874, 0.9633476139659143, 1.9367299176769852], "max": [0.6957785492328992, 0.19804188292884642, 1.3189975872921575, -1.392621822049377, 1.3302936597371415, -2.2943402346878528, 0.728954256042833, 0.04091006012599341, 1.440720345435166, 1.835690572680578, 1.1688461799116805, 2.5806356653131184], "count": [608]}}} +{"episode_index": 41, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684672866509473]], [[0.4611841557561843]], [[0.4604690473235708]]], "std": [[[0.17384933021283766]], [[0.17737788592312845]], [[0.1762447111089373]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.03529411764705882]], [[0.1568627450980392]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5568400799929677]], [[0.5644215841399851]], [[0.561528275471581]]], "std": [[[0.2881020800645882]], [[0.2935908271027131]], [[0.2994082704355845]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0392156862745098]], [[0.12941176470588237]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5737817554500703]], [[0.582814599362952]], [[0.568059088535203]]], "std": [[[0.26916554125947545]], [[0.27542051020919656]], [[0.284008429647305]]], "count": [158]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45610038677918424]], [[0.4800639349094068]], [[0.4768387588421445]]], "std": [[[0.31550726218835706]], [[0.31267218550262826]], [[0.3226440274428887]]], "count": [158]}, "observation.state": {"mean": [0.21596719324588776, -0.8352042436599731, 1.2342777252197266, 1.0102113485336304, -0.33471399545669556, 0.13000045716762543, 0.2086283564567566, -0.9436700940132141, 1.1475805044174194, -1.8242274522781372, 0.461662620306015, 0.7642354965209961, 0.3349621891975403, 0.9008061289787292, -0.039440371096134186, 0.00038766622310504317, 0.10442128777503967, 0.042508020997047424, 0.10094039142131805, 0.04272028058767319, 0.12375324964523315, 0.12865057587623596, 0.17578797042369843, 0.11853978037834167, 0.7994904518127441, 0.8453218936920166, 0.011539606377482414, 0.011383121833205223, 0.40291059017181396, 0.24405865371227264, 0.41649359464645386, 0.08551453799009323, 0.39360281825065613, 0.2379269003868103, 0.5098859667778015, 0.17382946610450745], "std": [0.13572677969932556, 0.10503257811069489, 0.07512063533067703, 0.1765328198671341, 0.0904000923037529, 0.12091974914073944, 0.20964577794075012, 0.4021821618080139, 0.3267223536968231, 0.3628445863723755, 0.13105148077011108, 0.43709567189216614, 0.3701176643371582, 0.05207877978682518, 0.018810654059052467, 0.002772293519228697, 0.19333767890930176, 0.05825122073292732, 0.19215786457061768, 0.09902813285589218, 0.23933625221252441, 0.2612573206424713, 0.3626041114330292, 0.2388763725757599, 0.574666440486908, 0.1039251834154129, 0.005459328182041645, 0.020674481987953186, 0.3449767827987671, 0.23477928340435028, 0.34785303473472595, 0.0922882929444313, 0.3085493743419647, 0.2305515855550766, 0.40907835960388184, 0.14610497653484344], "min": [0.05642261728644371, -1.0822819471359253, 1.1039478778839111, 0.5710808038711548, -0.5665150284767151, -0.06514887511730194, -0.13466086983680725, -1.438878059387207, 0.7143368124961853, -2.2590174674987793, 0.16664521396160126, -0.14384013414382935, 0.024592779576778412, 0.7294385433197021, -0.05279621109366417, -0.003937899135053158, -0.009162978269159794, -0.008372126147150993, 0.011028300039470196, -0.005612324457615614, 0.011868239380419254, 0.007908523082733154, 0.01526617631316185, 0.011890054680407047, 0.019313158467411995, 0.6053020358085632, 0.003834269940853119, -0.005432337988168001, 0.01115919928997755, -0.003512475173920393, -0.012217304669320583, -0.0055850534699857235, -0.01696241833269596, 0.001679879380390048, 0.015849770978093147, 0.012468196451663971], "max": [0.5881876349449158, -0.659653902053833, 1.336666464805603, 1.3766975402832031, -0.17336872220039368, 0.4177038073539734, 0.551397442817688, -0.4148308038711548, 1.5532015562057495, -0.9491230845451355, 0.6674749255180359, 1.2343952655792236, 1.0358092784881592, 0.9906761646270752, 0.01257182564586401, 0.007041312754154205, 0.5792311429977417, 0.19460420310497284, 0.5765259265899658, 0.3639011085033417, 0.7206737399101257, 0.8354073166847229, 1.1266372203826904, 0.7853109240531921, 1.3307645320892334, 0.9941504597663879, 0.030521444976329803, 0.16336826980113983, 0.7808166742324829, 0.4960553050041199, 0.8082401752471924, 0.34726598858833313, 0.7344672679901123, 0.4856705963611603, 0.9647852778434753, 0.49741336703300476], "count": [858]}, "action": {"mean": [0.21596719324588776, -0.8352042436599731, 1.2342777252197266, 1.0102113485336304, -0.33471399545669556, 0.13000045716762543, 0.2086283564567566, -0.9436700940132141, 1.1475805044174194, -1.8242274522781372, 0.461662620306015, 0.7642354965209961, 0.3349621891975403, 0.9008061289787292, -0.039440371096134186, 0.00038766622310504317, 0.10442128777503967, 0.042508020997047424, 0.10094039142131805, 0.04272028058767319, 0.12375324964523315, 0.12865057587623596, 0.17578797042369843, 0.11853978037834167, 0.7994904518127441, 0.8453218936920166, 0.011539606377482414, 0.011383121833205223, 0.40291059017181396, 0.24405865371227264, 0.41649359464645386, 0.08551453799009323, 0.39360281825065613, 0.2379269003868103, 0.5098859667778015, 0.17382946610450745], "std": [0.13572677969932556, 0.10503257811069489, 0.07512063533067703, 0.1765328198671341, 0.0904000923037529, 0.12091974914073944, 0.20964577794075012, 0.4021821618080139, 0.3267223536968231, 0.3628445863723755, 0.13105148077011108, 0.43709567189216614, 0.3701176643371582, 0.05207877978682518, 0.018810654059052467, 0.002772293519228697, 0.19333767890930176, 0.05825122073292732, 0.19215786457061768, 0.09902813285589218, 0.23933625221252441, 0.2612573206424713, 0.3626041114330292, 0.2388763725757599, 0.574666440486908, 0.1039251834154129, 0.005459328182041645, 0.020674481987953186, 0.3449767827987671, 0.23477928340435028, 0.34785303473472595, 0.0922882929444313, 0.3085493743419647, 0.2305515855550766, 0.40907835960388184, 0.14610497653484344], "min": [0.05642261728644371, -1.0822819471359253, 1.1039478778839111, 0.5710808038711548, -0.5665150284767151, -0.06514887511730194, -0.13466086983680725, -1.438878059387207, 0.7143368124961853, -2.2590174674987793, 0.16664521396160126, -0.14384013414382935, 0.024592779576778412, 0.7294385433197021, -0.05279621109366417, -0.003937899135053158, -0.009162978269159794, -0.008372126147150993, 0.011028300039470196, -0.005612324457615614, 0.011868239380419254, 0.007908523082733154, 0.01526617631316185, 0.011890054680407047, 0.019313158467411995, 0.6053020358085632, 0.003834269940853119, -0.005432337988168001, 0.01115919928997755, -0.003512475173920393, -0.012217304669320583, -0.0055850534699857235, -0.01696241833269596, 0.001679879380390048, 0.015849770978093147, 0.012468196451663971], "max": [0.5881876349449158, -0.659653902053833, 1.336666464805603, 1.3766975402832031, -0.17336872220039368, 0.4177038073539734, 0.551397442817688, -0.4148308038711548, 1.5532015562057495, -0.9491230845451355, 0.6674749255180359, 1.2343952655792236, 1.0358092784881592, 0.9906761646270752, 0.01257182564586401, 0.007041312754154205, 0.5792311429977417, 0.19460420310497284, 0.5765259265899658, 0.3639011085033417, 0.7206737399101257, 0.8354073166847229, 1.1266372203826904, 0.7853109240531921, 1.3307645320892334, 0.9941504597663879, 0.030521444976329803, 0.16336826980113983, 0.7808166742324829, 0.4960553050041199, 0.8082401752471924, 0.34726598858833313, 0.7344672679901123, 0.4856705963611603, 0.9647852778434753, 0.49741336703300476], "count": [858]}, "timestamp": {"min": [0.0], "max": [28.566666666666666], "mean": [14.283333333333331], "std": [8.256103241889647], "count": [858]}, "frame_index": {"min": [0], "max": [857], "mean": [428.5], "std": [247.68309725668942], "count": [858]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [858]}, "index": {"min": [27605], "max": [28462], "mean": [28033.5], "std": [247.68309725668942], "count": [858]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [858]}, "subtask_annotation": {"mean": [2.444055944055944, 5.0, 5.0, 5.0, 5.0], "std": [1.2542769187643135, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [858]}, "scene_annotation": {"mean": [41.0], "std": [0.0], "min": [41], "max": [41], "count": [858]}, "eef_direction_state": {"mean": [5.145687645687645, 3.888111888111888], "std": [1.3487406905036716, 2.2823072255643813], "min": [2, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.4417249417249417, 0.7016317016317016], "std": [0.6383127590940092, 0.6669152062506494], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.2494172494172494, 0.36596736596736595], "std": [0.5879765672359298, 0.6888102027688897], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [5.145687645687645, 3.888111888111888], "std": [1.3487406905036716, 2.2823072255643813], "min": [2, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.4417249417249417, 0.7016317016317016], "std": [0.6383127590940092, 0.6669152062506494], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.2494172494172494, 0.36596736596736595], "std": [0.5879765672359298, 0.6888102027688897], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.7006609176738186, 0.17942686322336104, 1.2653476933249241, -1.652830382390771, 1.185539661396029, -2.3105095453856044, 0.6282616769008218, -0.052535491503129576, 1.388646785987964, 1.4044472150903695, 1.0829221604156682, 2.4127686917896236], "std": [0.016991968736114155, 0.05714591596286409, 0.03954218609077298, 0.11632307557678039, 0.070481906020734, 0.1580412660127398, 0.06364424710807592, 0.07211319073681464, 0.07899294845110004, 0.19297767592290244, 0.09011079431774834, 0.19113194070556178], "min": [0.65642121236441, 0.01666112615499063, 1.1486739861423523, -1.9945948003697382, 0.999981615881222, -2.725173457894025, 0.5399654454685721, -0.1538424004371863, 1.2384023891533658, 1.147313753138146, 0.9216355526304536, 2.0637585794110254], "max": [0.7188474201195663, 0.2374415846538099, 1.3158618476765567, -1.4072617870851385, 1.3385460996285463, -2.0937827190920335, 0.7068928009194757, 0.04894832992399975, 1.5063830291548523, 1.8615684927474838, 1.208898945700394, 2.803147009939882], "count": [858]}, "eef_sim_pose_action": {"mean": [0.7006609176738186, 0.17942686322336104, 1.2653476933249241, -1.652830382390771, 1.185539661396029, -2.3105095453856044, 0.6282616769008218, -0.052535491503129576, 1.388646785987964, 1.4044472150903695, 1.0829221604156682, 2.4127686917896236], "std": [0.016991968736114155, 0.05714591596286409, 0.03954218609077298, 0.11632307557678039, 0.070481906020734, 0.1580412660127398, 0.06364424710807592, 0.07211319073681464, 0.07899294845110004, 0.19297767592290244, 0.09011079431774834, 0.19113194070556178], "min": [0.65642121236441, 0.01666112615499063, 1.1486739861423523, -1.9945948003697382, 0.999981615881222, -2.725173457894025, 0.5399654454685721, -0.1538424004371863, 1.2384023891533658, 1.147313753138146, 0.9216355526304536, 2.0637585794110254], "max": [0.7188474201195663, 0.2374415846538099, 1.3158618476765567, -1.4072617870851385, 1.3385460996285463, -2.0937827190920335, 0.7068928009194757, 0.04894832992399975, 1.5063830291548523, 1.8615684927474838, 1.208898945700394, 2.803147009939882], "count": [858]}}} +{"episode_index": 42, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47081780370550425]], [[0.4618319289148166]], [[0.4605347813023281]]], "std": [[[0.1752355919222934]], [[0.17828663743363513]], [[0.17697147516891382]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.14901960784313725]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5312847002781829]], [[0.5376590639010425]], [[0.5349734797844757]]], "std": [[[0.28247905979871946]], [[0.2890945892868054]], [[0.2929395946820912]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.050980392156862744]], [[0.10588235294117647]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.578555857708097]], [[0.6034173452438827]], [[0.5911266508669584]]], "std": [[[0.2875740861025812]], [[0.28251073744914473]], [[0.2918699683920926]]], "count": [121]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4409955791200778]], [[0.46161147403176145]], [[0.45625098579376655]]], "std": [[[0.33193707793104094]], [[0.3300615108693109]], [[0.3366793027946454]]], "count": [121]}, "observation.state": {"mean": [0.20786906778812408, -0.8689202070236206, 1.098847508430481, 0.37337324023246765, -0.10292910039424896, 0.7397259473800659, 0.05262388661503792, -0.9791885614395142, 1.3978294134140015, -1.8253462314605713, 0.6051270961761475, 0.761000394821167, 0.4609013497829437, 0.9488946199417114, -0.037696871906518936, -0.001401364803314209, 0.1565869301557541, 0.04314174875617027, 0.1556960493326187, 0.06353257596492767, 0.18889307975769043, 0.1163879856467247, 0.27944597601890564, 0.16468225419521332, 0.5288618803024292, 0.868593156337738, 0.012395716272294521, -0.0005841999663971364, 0.25349774956703186, 0.05413323640823364, 0.3015788197517395, 0.0567634254693985, 0.400215744972229, 0.1850985735654831, 0.4086766242980957, 0.20256586372852325], "std": [0.13338573276996613, 0.10415077954530716, 0.05613932013511658, 0.17316406965255737, 0.10735452175140381, 0.11822191625833511, 0.23607973754405975, 0.28175851702690125, 0.11631054431200027, 0.28949981927871704, 0.09152760356664658, 0.231918066740036, 0.43153804540634155, 0.05529564246535301, 0.02022644877433777, 0.0019134079338982701, 0.23457707464694977, 0.06971929222345352, 0.23683422803878784, 0.11205128580331802, 0.28735026717185974, 0.20323869585990906, 0.44819188117980957, 0.2701212465763092, 0.49476873874664307, 0.07552388310432434, 0.005075175780802965, 0.0031140747014433146, 0.23206830024719238, 0.08009208738803864, 0.26063576340675354, 0.1093343123793602, 0.37025198340415955, 0.34236353635787964, 0.3664155602455139, 0.30682459473609924], "min": [0.001144426641985774, -1.106410264968872, 0.9759336709976196, 0.2388513684272766, -0.38405051827430725, 0.2626935839653015, -0.16726510226726532, -1.3888213634490967, 1.2491536140441895, -2.2490129470825195, 0.2497711181640625, 0.5099102258682251, 0.020114919170737267, 0.7591745257377625, -0.0527089424431324, -0.004897830076515675, 0.01107738632708788, -0.007635815534740686, 0.013406310230493546, -0.003676429856568575, 0.01150826457887888, 6.148307147668675e-05, 0.01678788661956787, 0.0042215147987008095, 0.013711742125451565, 0.7634506225585938, 0.00251981895416975, -0.004216060508042574, 0.01578432135283947, -0.012446379289031029, 0.011464632116258144, -0.01739329658448696, 0.04334961250424385, -0.004886921960860491, 0.06200282275676727, 0.012924162670969963], "max": [0.5098539590835571, -0.7348872423171997, 1.210910677909851, 1.058213233947754, 0.02456940896809101, 0.8098487257957458, 0.4552672207355499, -0.6850823760032654, 1.5812160968780518, -1.5124431848526, 0.7476086020469666, 1.103441834449768, 1.0931596755981445, 0.9950122237205505, 0.026507187634706497, 0.006321364548057318, 0.5986697673797607, 0.2314142882823944, 0.5902376770973206, 0.41319575905799866, 0.7752479910850525, 0.605994701385498, 1.156793236732483, 0.7948829531669617, 1.1520427465438843, 0.9575857520103455, 0.03381575271487236, 0.008203047327697277, 0.6479971408843994, 0.2005874216556549, 0.7864398956298828, 0.32684561610221863, 1.119350552558899, 0.8664087057113647, 1.1802517175674438, 0.9551041722297668], "count": [602]}, "action": {"mean": [0.20786906778812408, -0.8689202070236206, 1.098847508430481, 0.37337324023246765, -0.10292910039424896, 0.7397259473800659, 0.05262388661503792, -0.9791885614395142, 1.3978294134140015, -1.8253462314605713, 0.6051270961761475, 0.761000394821167, 0.4609013497829437, 0.9488946199417114, -0.037696871906518936, -0.001401364803314209, 0.1565869301557541, 0.04314174875617027, 0.1556960493326187, 0.06353257596492767, 0.18889307975769043, 0.1163879856467247, 0.27944597601890564, 0.16468225419521332, 0.5288618803024292, 0.868593156337738, 0.012395716272294521, -0.0005841999663971364, 0.25349774956703186, 0.05413323640823364, 0.3015788197517395, 0.0567634254693985, 0.400215744972229, 0.1850985735654831, 0.4086766242980957, 0.20256586372852325], "std": [0.13338573276996613, 0.10415077954530716, 0.05613932013511658, 0.17316406965255737, 0.10735452175140381, 0.11822191625833511, 0.23607973754405975, 0.28175851702690125, 0.11631054431200027, 0.28949981927871704, 0.09152760356664658, 0.231918066740036, 0.43153804540634155, 0.05529564246535301, 0.02022644877433777, 0.0019134079338982701, 0.23457707464694977, 0.06971929222345352, 0.23683422803878784, 0.11205128580331802, 0.28735026717185974, 0.20323869585990906, 0.44819188117980957, 0.2701212465763092, 0.49476873874664307, 0.07552388310432434, 0.005075175780802965, 0.0031140747014433146, 0.23206830024719238, 0.08009208738803864, 0.26063576340675354, 0.1093343123793602, 0.37025198340415955, 0.34236353635787964, 0.3664155602455139, 0.30682459473609924], "min": [0.001144426641985774, -1.106410264968872, 0.9759336709976196, 0.2388513684272766, -0.38405051827430725, 0.2626935839653015, -0.16726510226726532, -1.3888213634490967, 1.2491536140441895, -2.2490129470825195, 0.2497711181640625, 0.5099102258682251, 0.020114919170737267, 0.7591745257377625, -0.0527089424431324, -0.004897830076515675, 0.01107738632708788, -0.007635815534740686, 0.013406310230493546, -0.003676429856568575, 0.01150826457887888, 6.148307147668675e-05, 0.01678788661956787, 0.0042215147987008095, 0.013711742125451565, 0.7634506225585938, 0.00251981895416975, -0.004216060508042574, 0.01578432135283947, -0.012446379289031029, 0.011464632116258144, -0.01739329658448696, 0.04334961250424385, -0.004886921960860491, 0.06200282275676727, 0.012924162670969963], "max": [0.5098539590835571, -0.7348872423171997, 1.210910677909851, 1.058213233947754, 0.02456940896809101, 0.8098487257957458, 0.4552672207355499, -0.6850823760032654, 1.5812160968780518, -1.5124431848526, 0.7476086020469666, 1.103441834449768, 1.0931596755981445, 0.9950122237205505, 0.026507187634706497, 0.006321364548057318, 0.5986697673797607, 0.2314142882823944, 0.5902376770973206, 0.41319575905799866, 0.7752479910850525, 0.605994701385498, 1.156793236732483, 0.7948829531669617, 1.1520427465438843, 0.9575857520103455, 0.03381575271487236, 0.008203047327697277, 0.6479971408843994, 0.2005874216556549, 0.7864398956298828, 0.32684561610221863, 1.119350552558899, 0.8664087057113647, 1.1802517175674438, 0.9551041722297668], "count": [602]}, "timestamp": {"min": [0.0], "max": [20.033333333333335], "mean": [10.016666666666667], "std": [5.792739708750371], "count": [602]}, "frame_index": {"min": [0], "max": [601], "mean": [300.5], "std": [173.78219126251113], "count": [602]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [602]}, "index": {"min": [28463], "max": [29064], "mean": [28763.5], "std": [173.78219126251113], "count": [602]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [602]}, "subtask_annotation": {"mean": [2.197674418604651, 5.0, 5.0, 5.0, 5.0], "std": [1.4601442290898123, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [602]}, "scene_annotation": {"mean": [42.0], "std": [0.0], "min": [42], "max": [42], "count": [602]}, "eef_direction_state": {"mean": [4.661129568106312, 4.3156146179401995], "std": [1.44722809396777, 2.0443720748396887], "min": [0, 0], "max": [6, 6], "count": [602]}, "eef_velocity_state": {"mean": [0.6578073089700996, 0.707641196013289], "std": [0.6038474451022744, 0.7971552937098272], "min": [0, 0], "max": [2, 2], "count": [602]}, "eef_acc_mag_state": {"mean": [0.3023255813953488, 0.4883720930232558], "std": [0.6405157081618486, 0.7519836499017405], "min": [0, 0], "max": [2, 2], "count": [602]}, "eef_direction_action": {"mean": [4.661129568106312, 4.3156146179401995], "std": [1.44722809396777, 2.0443720748396887], "min": [0, 0], "max": [6, 6], "count": [602]}, "eef_velocity_action": {"mean": [0.6578073089700996, 0.707641196013289], "std": [0.6038474451022744, 0.7971552937098272], "min": [0, 0], "max": [2, 2], "count": [602]}, "eef_acc_mag_action": {"mean": [0.3023255813953488, 0.4883720930232558], "std": [0.6405157081618486, 0.7519836499017405], "min": [0, 0], "max": [2, 2], "count": [602]}, "eef_sim_pose_state": {"mean": [0.6963523206422473, 0.14677727785431774, 1.2447661249295094, -1.8383022614823914, 1.136732012688725, -2.4044456711896203, 0.6809593710894392, -0.1189246644271863, 1.3211173125037166, 1.7231161152279115, 1.051666669196409, 2.629728638436252], "std": [0.013266947024014172, 0.05453591950073115, 0.04032367271766436, 0.16959805379944246, 0.060707223296002255, 0.12620756669353592, 0.033439648230881316, 0.10019988004848113, 0.08169442017374089, 0.16727689176428318, 0.09274469907259493, 0.1015184380247025], "min": [0.6625442690377569, 0.014663738991150643, 1.15678015761156, -2.0559689166258055, 1.0362131739981417, -2.6872709051265464, 0.6448278226718624, -0.2750839264080927, 1.251694042600462, 1.4123102969577555, 0.8501254530302997, 2.2438111036584414], "max": [0.7166979419027251, 0.19475492664201166, 1.3202174807765719, -1.4925275146911843, 1.3288944732410632, -2.1276709203757673, 0.7435354327888115, 0.04911502604173387, 1.4688320784396647, 1.9812062218592128, 1.2163701996647571, 2.8275908342359113], "count": [602]}, "eef_sim_pose_action": {"mean": [0.6963523206422473, 0.14677727785431774, 1.2447661249295094, -1.8383022614823914, 1.136732012688725, -2.4044456711896203, 0.6809593710894392, -0.1189246644271863, 1.3211173125037166, 1.7231161152279115, 1.051666669196409, 2.629728638436252], "std": [0.013266947024014172, 0.05453591950073115, 0.04032367271766436, 0.16959805379944246, 0.060707223296002255, 0.12620756669353592, 0.033439648230881316, 0.10019988004848113, 0.08169442017374089, 0.16727689176428318, 0.09274469907259493, 0.1015184380247025], "min": [0.6625442690377569, 0.014663738991150643, 1.15678015761156, -2.0559689166258055, 1.0362131739981417, -2.6872709051265464, 0.6448278226718624, -0.2750839264080927, 1.251694042600462, 1.4123102969577555, 0.8501254530302997, 2.2438111036584414], "max": [0.7166979419027251, 0.19475492664201166, 1.3202174807765719, -1.4925275146911843, 1.3288944732410632, -2.1276709203757673, 0.7435354327888115, 0.04911502604173387, 1.4688320784396647, 1.9812062218592128, 1.2163701996647571, 2.8275908342359113], "count": [602]}}} +{"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.47504813627730297]], [[0.4659792330037428]], [[0.4639637415507514]]], "std": [[[0.1783484653996533]], [[0.1810409372490717]], [[0.1799565748483468]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.15294117647058825]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.573438748184459]], [[0.5787474617339813]], [[0.5770901049522373]]], "std": [[[0.2824671298716083]], [[0.28867374690318187]], [[0.29621188488538713]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0784313725490196]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.571886537414111]], [[0.6007560174710911]], [[0.5866160060890454]]], "std": [[[0.29696306105604436]], [[0.28834458428323434]], [[0.30009125342269694]]], "count": [117]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44057043775487403]], [[0.4593122556002458]], [[0.453989417490643]]], "std": [[[0.33834965074598705]], [[0.33669412628799533]], [[0.3431608335064336]]], "count": [117]}, "observation.state": {"mean": [0.26265355944633484, -1.04508376121521, 1.2490379810333252, 0.6525656580924988, -0.3526580035686493, 0.4224718511104584, 0.021864930167794228, -0.7703815698623657, 1.114592432975769, -1.5290104150772095, 0.3697264492511749, 0.5357778668403625, 0.5251818299293518, 0.8866097331047058, -0.03430964797735214, 0.00689725112169981, 0.2012462615966797, 0.13124287128448486, 0.18013636767864227, 0.12117870897054672, 0.20172223448753357, 0.13430695235729218, 0.24656470119953156, 0.2609861195087433, 0.554937481880188, 0.8464003801345825, 0.01305469125509262, 0.0063034347258508205, 0.21503226459026337, 0.14836037158966064, 0.28029221296310425, 0.08447865396738052, 0.3712354302406311, 0.1422812044620514, 0.38619136810302734, 0.24603387713432312], "std": [0.11923094838857651, 0.0934126153588295, 0.09129958599805832, 0.11370042711496353, 0.12704835832118988, 0.09171456098556519, 0.2566644251346588, 0.33129918575286865, 0.2951139211654663, 0.6467646360397339, 0.12247411161661148, 0.6175862550735474, 0.42802247405052185, 0.06792242079973221, 0.02045309916138649, 0.008526756428182125, 0.304363489151001, 0.2291986346244812, 0.273273766040802, 0.22895599901676178, 0.3030041754245758, 0.2294902354478836, 0.3740253746509552, 0.4375966787338257, 0.5233827233314514, 0.09393130242824554, 0.004660078790038824, 0.01850413717329502, 0.2161167860031128, 0.2329932302236557, 0.27022436261177063, 0.12818974256515503, 0.39134517312049866, 0.22393254935741425, 0.4126717448234558, 0.3782850205898285], "min": [0.039446957409381866, -1.2669994831085205, 0.9689139723777771, 0.4485556483268738, -0.8362301588058472, 0.2461351752281189, -0.26050010323524475, -1.264329195022583, 0.743829607963562, -2.3907549381256104, 0.21000228822231293, -0.2432025820016861, 0.024085544049739838, 0.7207228541374207, -0.04871650040149689, -0.004930554889142513, 0.00755400350317359, -0.002432552631944418, 0.007630361244082451, -0.014126257970929146, 0.013226322829723358, 0.001287180231884122, 0.013929908163845539, -0.0015326172579079866, 0.02203478291630745, 0.6464153528213501, 0.004232423380017281, -0.005563236773014069, 0.013400855474174023, -0.001287180231884122, 0.009992009960114956, -0.011600985191762447, 0.012070042081177235, 0.008246680721640587, 0.05107269808650017, 0.022885629907250404], "max": [0.503547728061676, -0.8318074345588684, 1.3248764276504517, 0.9293270111083984, -0.201431006193161, 0.6359536647796631, 0.43737363815307617, -0.3766706883907318, 1.5206807851791382, -0.7900835275650024, 0.5861490964889526, 1.3572781085968018, 1.10750412940979, 1.0584876537322998, 0.011813697405159473, 0.02286926656961441, 0.8075420260429382, 0.6591126322746277, 0.6814855933189392, 0.6325291395187378, 0.769766628742218, 0.6108324527740479, 0.9644689559936523, 1.2507901191711426, 1.2350168228149414, 0.979958713054657, 0.028557950630784035, 0.12168217450380325, 0.5893758535385132, 0.5915029644966125, 0.7510915398597717, 0.3801109194755554, 1.0603693723678589, 0.60158771276474, 1.2271465063095093, 1.227681040763855], "count": [574]}, "action": {"mean": [0.26265355944633484, -1.04508376121521, 1.2490379810333252, 0.6525656580924988, -0.3526580035686493, 0.4224718511104584, 0.021864930167794228, -0.7703815698623657, 1.114592432975769, -1.5290104150772095, 0.3697264492511749, 0.5357778668403625, 0.5251818299293518, 0.8866097331047058, -0.03430964797735214, 0.00689725112169981, 0.2012462615966797, 0.13124287128448486, 0.18013636767864227, 0.12117870897054672, 0.20172223448753357, 0.13430695235729218, 0.24656470119953156, 0.2609861195087433, 0.554937481880188, 0.8464003801345825, 0.01305469125509262, 0.0063034347258508205, 0.21503226459026337, 0.14836037158966064, 0.28029221296310425, 0.08447865396738052, 0.3712354302406311, 0.1422812044620514, 0.38619136810302734, 0.24603387713432312], "std": [0.11923094838857651, 0.0934126153588295, 0.09129958599805832, 0.11370042711496353, 0.12704835832118988, 0.09171456098556519, 0.2566644251346588, 0.33129918575286865, 0.2951139211654663, 0.6467646360397339, 0.12247411161661148, 0.6175862550735474, 0.42802247405052185, 0.06792242079973221, 0.02045309916138649, 0.008526756428182125, 0.304363489151001, 0.2291986346244812, 0.273273766040802, 0.22895599901676178, 0.3030041754245758, 0.2294902354478836, 0.3740253746509552, 0.4375966787338257, 0.5233827233314514, 0.09393130242824554, 0.004660078790038824, 0.01850413717329502, 0.2161167860031128, 0.2329932302236557, 0.27022436261177063, 0.12818974256515503, 0.39134517312049866, 0.22393254935741425, 0.4126717448234558, 0.3782850205898285], "min": [0.039446957409381866, -1.2669994831085205, 0.9689139723777771, 0.4485556483268738, -0.8362301588058472, 0.2461351752281189, -0.26050010323524475, -1.264329195022583, 0.743829607963562, -2.3907549381256104, 0.21000228822231293, -0.2432025820016861, 0.024085544049739838, 0.7207228541374207, -0.04871650040149689, -0.004930554889142513, 0.00755400350317359, -0.002432552631944418, 0.007630361244082451, -0.014126257970929146, 0.013226322829723358, 0.001287180231884122, 0.013929908163845539, -0.0015326172579079866, 0.02203478291630745, 0.6464153528213501, 0.004232423380017281, -0.005563236773014069, 0.013400855474174023, -0.001287180231884122, 0.009992009960114956, -0.011600985191762447, 0.012070042081177235, 0.008246680721640587, 0.05107269808650017, 0.022885629907250404], "max": [0.503547728061676, -0.8318074345588684, 1.3248764276504517, 0.9293270111083984, -0.201431006193161, 0.6359536647796631, 0.43737363815307617, -0.3766706883907318, 1.5206807851791382, -0.7900835275650024, 0.5861490964889526, 1.3572781085968018, 1.10750412940979, 1.0584876537322998, 0.011813697405159473, 0.02286926656961441, 0.8075420260429382, 0.6591126322746277, 0.6814855933189392, 0.6325291395187378, 0.769766628742218, 0.6108324527740479, 0.9644689559936523, 1.2507901191711426, 1.2350168228149414, 0.979958713054657, 0.028557950630784035, 0.12168217450380325, 0.5893758535385132, 0.5915029644966125, 0.7510915398597717, 0.3801109194755554, 1.0603693723678589, 0.60158771276474, 1.2271465063095093, 1.227681040763855], "count": [574]}, "timestamp": {"min": [0.0], "max": [19.1], "mean": [9.549999999999999], "std": [5.523309193268511], "count": [574]}, "frame_index": {"min": [0], "max": [573], "mean": [286.5], "std": [165.6992757980553], "count": [574]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [574]}, "index": {"min": [29065], "max": [29638], "mean": [29351.5], "std": [165.6992757980553], "count": [574]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [574]}, "subtask_annotation": {"mean": [2.1114982578397212, 5.0, 5.0, 5.0, 5.0], "std": [1.4655534395385619, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [574]}, "scene_annotation": {"mean": [43.0], "std": [0.0], "min": [43], "max": [43], "count": [574]}, "eef_direction_state": {"mean": [4.362369337979094, 4.200348432055749], "std": [1.9491028838270137, 2.037950023114794], "min": [0, 0], "max": [6, 6], "count": [574]}, "eef_velocity_state": {"mean": [0.6742160278745645, 0.6968641114982579], "std": [0.6910054246429345, 0.7172031860677562], "min": [0, 0], "max": [2, 2], "count": [574]}, "eef_acc_mag_state": {"mean": [0.45993031358885017, 0.397212543554007], "std": [0.7542890106054234, 0.702702027529614], "min": [0, 0], "max": [2, 2], "count": [574]}, "eef_direction_action": {"mean": [4.362369337979094, 4.200348432055749], "std": [1.9491028838270137, 2.037950023114794], "min": [0, 0], "max": [6, 6], "count": [574]}, "eef_velocity_action": {"mean": [0.6742160278745645, 0.6968641114982579], "std": [0.6910054246429345, 0.7172031860677562], "min": [0, 0], "max": [2, 2], "count": [574]}, "eef_acc_mag_action": {"mean": [0.45993031358885017, 0.397212543554007], "std": [0.7542890106054234, 0.702702027529614], "min": [0, 0], "max": [2, 2], "count": [574]}, "eef_sim_pose_state": {"mean": [0.6980005011627333, 0.08083492178367503, 1.251930458591729, -1.5081426501318398, 1.0958301566501059, -2.309870130713876, 0.6624543666020951, -0.14779947226697063, 1.328516179214079, 1.6065928234926978, 1.0031198930844858, 2.3342579907030396], "std": [0.043259523675000904, 0.05475191671053908, 0.04367477301671175, 0.28497712355172694, 0.061915382427150736, 0.17320642662515784, 0.05578902961460097, 0.06167455390347661, 0.06559958229302872, 0.106786037246875, 0.040484632698695844, 0.13102938065192468], "min": [0.535503749396338, -0.04424829768774924, 1.159208833735096, -1.792728272907789, 1.0091260404677382, -2.5737701491827663, 0.566774535338944, -0.2204664096140009, 1.237250404684465, 1.4437661756113864, 0.8997785779495944, 2.1611148317586086], "max": [0.7332513761062196, 0.13434425964774382, 1.3306413614774057, -0.2784107852376241, 1.3252827338016417, -1.6228753925693808, 0.7404899291195235, -0.024657434227640662, 1.4530015950065127, 1.8727890738404172, 1.1303316599911275, 2.5460806847017357], "count": [574]}, "eef_sim_pose_action": {"mean": [0.6980005011627333, 0.08083492178367503, 1.251930458591729, -1.5081426501318398, 1.0958301566501059, -2.309870130713876, 0.6624543666020951, -0.14779947226697063, 1.328516179214079, 1.6065928234926978, 1.0031198930844858, 2.3342579907030396], "std": [0.043259523675000904, 0.05475191671053908, 0.04367477301671175, 0.28497712355172694, 0.061915382427150736, 0.17320642662515784, 0.05578902961460097, 0.06167455390347661, 0.06559958229302872, 0.106786037246875, 0.040484632698695844, 0.13102938065192468], "min": [0.535503749396338, -0.04424829768774924, 1.159208833735096, -1.792728272907789, 1.0091260404677382, -2.5737701491827663, 0.566774535338944, -0.2204664096140009, 1.237250404684465, 1.4437661756113864, 0.8997785779495944, 2.1611148317586086], "max": [0.7332513761062196, 0.13434425964774382, 1.3306413614774057, -0.2784107852376241, 1.3252827338016417, -1.6228753925693808, 0.7404899291195235, -0.024657434227640662, 1.4530015950065127, 1.8727890738404172, 1.1303316599911275, 2.5460806847017357], "count": [574]}}} +{"episode_index": 44, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4537232216359826]], [[0.44576529212193783]], [[0.44381370989871777]]], "std": [[[0.1883833205135954]], [[0.19185204391190486]], [[0.1901732293472258]]], "count": [131]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1450980392156863]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5626150807014918]], [[0.5694938819039066]], [[0.5683219998877413]]], "std": [[[0.2865570947443755]], [[0.2920130138371563]], [[0.298869188408233]]], "count": [131]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.12549019607843137]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5727467008431872]], [[0.5980846835553559]], [[0.5871719724467395]]], "std": [[[0.2886014818107261]], [[0.2835611553146159]], [[0.29249200660950386]]], "count": [131]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45654132521329144]], [[0.4746960753130769]], [[0.4727404985531108]]], "std": [[[0.3303617145232399]], [[0.33181236921326357]], [[0.33901849464709094]]], "count": [131]}, "observation.state": {"mean": [0.37870416045188904, -0.847040057182312, 1.1426076889038086, 0.5253758430480957, -0.4128192067146301, 0.48942551016807556, -0.17844265699386597, -0.8946352601051331, 1.0615906715393066, -0.34766122698783875, 0.48162344098091125, -0.6076247692108154, 0.5622060298919678, 0.8842635750770569, -0.03184731677174568, 0.004142410587519407, 0.22053959965705872, 0.0349770151078701, 0.24587728083133698, 0.0222623348236084, 0.29617199301719666, 0.15048809349536896, 0.3545078635215759, 0.27326786518096924, 0.47581154108047485, 0.887000322341919, 0.01327789481729269, 0.001425843220204115, 0.23883095383644104, 0.13760066032409668, 0.29584652185440063, 0.09013879299163818, 0.3627079129219055, 0.09232493489980698, 0.41756168007850647, 0.1277776062488556], "std": [0.1606966257095337, 0.1255398392677307, 0.08612459897994995, 0.09375762194395065, 0.11342848837375641, 0.03364996239542961, 0.24316418170928955, 0.2607254981994629, 0.32330122590065, 0.680726945400238, 0.25407254695892334, 0.6461518406867981, 0.42354750633239746, 0.08305872231721878, 0.018680673092603683, 0.003525243606418371, 0.2965230643749237, 0.055249977856874466, 0.31591174006462097, 0.03282395005226135, 0.3576905131340027, 0.244498148560524, 0.4166068434715271, 0.34065234661102295, 0.516474723815918, 0.10458306223154068, 0.00495346263051033, 0.00209271302446723, 0.1986766755580902, 0.241372749209404, 0.245525062084198, 0.14739534258842468, 0.34514594078063965, 0.16895578801631927, 0.4052004814147949, 0.16592207551002502], "min": [0.03925621509552002, -1.058022379875183, 0.8776798844337463, 0.3342202603816986, -0.5984519720077515, 0.3564889132976532, -0.4045548141002655, -1.4463883638381958, 0.80357825756073, -1.7682583332061768, -0.05837767943739891, -0.9969863295555115, 0.026827244088053703, 0.7805930376052856, -0.04505131393671036, -0.003468842012807727, 0.0038724495097994804, -0.03928627073764801, 0.004810563754290342, -0.01445896178483963, 0.01676061376929283, -0.036166492849588394, 0.024058273062109947, 0.0018925912445411086, 0.03537018597126007, 0.7099562883377075, 0.003512475173920393, -0.0025171528104692698, 0.0006599525804631412, 0.012828170321881771, 0.01460077054798603, -0.0018707746639847755, 0.022852905094623566, -0.0014398966450244188, 0.05336889624595642, 0.02215477265417576], "max": [0.6317712068557739, -0.6456473469734192, 1.3023813962936401, 0.7963898181915283, -0.16452324390411377, 0.5080538988113403, 0.308041512966156, -0.6893978714942932, 1.7214083671569824, 0.06632906198501587, 0.7962229251861572, 0.7408255338668823, 1.0963939428329468, 1.095412254333496, 0.020354902371764183, 0.00809396430850029, 0.7254734635353088, 0.1342158168554306, 0.7519696354866028, 0.08593564480543137, 0.9010534882545471, 0.5924355983734131, 1.14310884475708, 1.4508923292160034, 1.2115039825439453, 0.9975101947784424, 0.048149269074201584, 0.017011504620313644, 0.6218225955963135, 0.6470644474029541, 0.7728208899497986, 0.4229314625263214, 1.0533661842346191, 0.46582287549972534, 1.303831934928894, 0.5615541934967041], "count": [670]}, "action": {"mean": [0.37870416045188904, -0.847040057182312, 1.1426076889038086, 0.5253758430480957, -0.4128192067146301, 0.48942551016807556, -0.17844265699386597, -0.8946352601051331, 1.0615906715393066, -0.34766122698783875, 0.48162344098091125, -0.6076247692108154, 0.5622060298919678, 0.8842635750770569, -0.03184731677174568, 0.004142410587519407, 0.22053959965705872, 0.0349770151078701, 0.24587728083133698, 0.0222623348236084, 0.29617199301719666, 0.15048809349536896, 0.3545078635215759, 0.27326786518096924, 0.47581154108047485, 0.887000322341919, 0.01327789481729269, 0.001425843220204115, 0.23883095383644104, 0.13760066032409668, 0.29584652185440063, 0.09013879299163818, 0.3627079129219055, 0.09232493489980698, 0.41756168007850647, 0.1277776062488556], "std": [0.1606966257095337, 0.1255398392677307, 0.08612459897994995, 0.09375762194395065, 0.11342848837375641, 0.03364996239542961, 0.24316418170928955, 0.2607254981994629, 0.32330122590065, 0.680726945400238, 0.25407254695892334, 0.6461518406867981, 0.42354750633239746, 0.08305872231721878, 0.018680673092603683, 0.003525243606418371, 0.2965230643749237, 0.055249977856874466, 0.31591174006462097, 0.03282395005226135, 0.3576905131340027, 0.244498148560524, 0.4166068434715271, 0.34065234661102295, 0.516474723815918, 0.10458306223154068, 0.00495346263051033, 0.00209271302446723, 0.1986766755580902, 0.241372749209404, 0.245525062084198, 0.14739534258842468, 0.34514594078063965, 0.16895578801631927, 0.4052004814147949, 0.16592207551002502], "min": [0.03925621509552002, -1.058022379875183, 0.8776798844337463, 0.3342202603816986, -0.5984519720077515, 0.3564889132976532, -0.4045548141002655, -1.4463883638381958, 0.80357825756073, -1.7682583332061768, -0.05837767943739891, -0.9969863295555115, 0.026827244088053703, 0.7805930376052856, -0.04505131393671036, -0.003468842012807727, 0.0038724495097994804, -0.03928627073764801, 0.004810563754290342, -0.01445896178483963, 0.01676061376929283, -0.036166492849588394, 0.024058273062109947, 0.0018925912445411086, 0.03537018597126007, 0.7099562883377075, 0.003512475173920393, -0.0025171528104692698, 0.0006599525804631412, 0.012828170321881771, 0.01460077054798603, -0.0018707746639847755, 0.022852905094623566, -0.0014398966450244188, 0.05336889624595642, 0.02215477265417576], "max": [0.6317712068557739, -0.6456473469734192, 1.3023813962936401, 0.7963898181915283, -0.16452324390411377, 0.5080538988113403, 0.308041512966156, -0.6893978714942932, 1.7214083671569824, 0.06632906198501587, 0.7962229251861572, 0.7408255338668823, 1.0963939428329468, 1.095412254333496, 0.020354902371764183, 0.00809396430850029, 0.7254734635353088, 0.1342158168554306, 0.7519696354866028, 0.08593564480543137, 0.9010534882545471, 0.5924355983734131, 1.14310884475708, 1.4508923292160034, 1.2115039825439453, 0.9975101947784424, 0.048149269074201584, 0.017011504620313644, 0.6218225955963135, 0.6470644474029541, 0.7728208899497986, 0.4229314625263214, 1.0533661842346191, 0.46582287549972534, 1.303831934928894, 0.5615541934967041], "count": [670]}, "timestamp": {"min": [0.0], "max": [22.3], "mean": [11.15], "std": [6.447070824973324], "count": [670]}, "frame_index": {"min": [0], "max": [669], "mean": [334.5], "std": [193.41212474919973], "count": [670]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [670]}, "index": {"min": [29639], "max": [30308], "mean": [29973.5], "std": [193.41212474919973], "count": [670]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [670]}, "subtask_annotation": {"mean": [1.9776119402985075, 5.0, 5.0, 5.0, 5.0], "std": [1.5320770113844424, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [670]}, "scene_annotation": {"mean": [44.0], "std": [0.0], "min": [44], "max": [44], "count": [670]}, "eef_direction_state": {"mean": [4.550746268656717, 4.573134328358209], "std": [1.8373304071866472, 1.979716705917095], "min": [0, 0], "max": [6, 6], "count": [670]}, "eef_velocity_state": {"mean": [0.5850746268656717, 0.5597014925373134], "std": [0.6213259128293417, 0.6987322638643022], "min": [0, 0], "max": [2, 2], "count": [670]}, "eef_acc_mag_state": {"mean": [0.28507462686567164, 0.3283582089552239], "std": [0.635458168554843, 0.6553581611970186], "min": [0, 0], "max": [2, 2], "count": [670]}, "eef_direction_action": {"mean": [4.550746268656717, 4.573134328358209], "std": [1.8373304071866472, 1.979716705917095], "min": [0, 0], "max": [6, 6], "count": [670]}, "eef_velocity_action": {"mean": [0.5850746268656717, 0.5597014925373134], "std": [0.6213259128293417, 0.6987322638643022], "min": [0, 0], "max": [2, 2], "count": [670]}, "eef_acc_mag_action": {"mean": [0.28507462686567164, 0.3283582089552239], "std": [0.635458168554843, 0.6553581611970186], "min": [0, 0], "max": [2, 2], "count": [670]}, "eef_sim_pose_state": {"mean": [0.6773925881397781, 0.14854213895383495, 1.2417598671826762, -1.617651856365905, 1.0899793762725867, -2.3211999143037936, 0.6562456274316186, -0.09585037798026846, 1.3220445176080857, 1.304064546802556, 0.9710937074907395, 2.1119149015138468], "std": [0.01991240248589295, 0.0658778576064152, 0.04337633021696404, 0.1616867599138668, 0.0763149682930474, 0.13280260726814952, 0.039206600038468244, 0.05613909833597146, 0.057090366302645884, 0.22316133956835568, 0.05922575625495671, 0.26051053892487536], "min": [0.597356504150772, 0.020340988549997246, 1.1510170836111233, -2.0181405842882514, 0.8896496578665363, -2.778038088355317, 0.6150915719080009, -0.18158426829062513, 1.2353363552955559, 1.009097866467199, 0.861891464655888, 1.8944830907869927], "max": [0.7044365259802939, 0.22609978005897508, 1.328265597818961, -1.2847485485753292, 1.3468467899801366, -2.0450630588106, 0.724897150315711, 0.0571719771534058, 1.449370540507104, 1.8019764289589757, 1.0959569196035384, 2.731064808759716], "count": [670]}, "eef_sim_pose_action": {"mean": [0.6773925881397781, 0.14854213895383495, 1.2417598671826762, -1.617651856365905, 1.0899793762725867, -2.3211999143037936, 0.6562456274316186, -0.09585037798026846, 1.3220445176080857, 1.304064546802556, 0.9710937074907395, 2.1119149015138468], "std": [0.01991240248589295, 0.0658778576064152, 0.04337633021696404, 0.1616867599138668, 0.0763149682930474, 0.13280260726814952, 0.039206600038468244, 0.05613909833597146, 0.057090366302645884, 0.22316133956835568, 0.05922575625495671, 0.26051053892487536], "min": [0.597356504150772, 0.020340988549997246, 1.1510170836111233, -2.0181405842882514, 0.8896496578665363, -2.778038088355317, 0.6150915719080009, -0.18158426829062513, 1.2353363552955559, 1.009097866467199, 0.861891464655888, 1.8944830907869927], "max": [0.7044365259802939, 0.22609978005897508, 1.328265597818961, -1.2847485485753292, 1.3468467899801366, -2.0450630588106, 0.724897150315711, 0.0571719771534058, 1.449370540507104, 1.8019764289589757, 1.0959569196035384, 2.731064808759716], "count": [670]}}} +{"episode_index": 45, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4587503409500283]], [[0.44840768777983636]], [[0.44672502541042663]]], "std": [[[0.19194164720815374]], [[0.19383454379718978]], [[0.1921796094808684]]], "count": [127]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.1450980392156863]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5695336077016108]], [[0.5770267661854768]], [[0.576174408805517]]], "std": [[[0.28181237091291694]], [[0.28413271077928115]], [[0.29040777522555733]]], "count": [127]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.13725490196078433]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.578314479761721]], [[0.6042939873784159]], [[0.595022546124749]]], "std": [[[0.27427632416934555]], [[0.273355184141939]], [[0.2812353256684041]]], "count": [127]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755788575600844]], [[0.49859182331068913]], [[0.4989654948921826]]], "std": [[[0.32089957107680733]], [[0.32039205323795467]], [[0.3305712083799244]]], "count": [127]}, "observation.state": {"mean": [0.33936601877212524, -0.8997995853424072, 1.3484587669372559, 1.097489356994629, -0.6324783563613892, 0.08361904323101044, -0.08652491867542267, -0.6118592619895935, 0.9088479280471802, -1.323578119277954, 0.45716264843940735, 0.3169286549091339, 0.5135637521743774, 0.892815113067627, -0.03214069455862045, 0.007386831566691399, 0.15058569610118866, 0.14473898708820343, 0.20365245640277863, 0.13806672394275665, 0.26311978697776794, 0.13752204179763794, 0.2483842819929123, 0.28692173957824707, 0.488582044839859, 0.8732466697692871, 0.015602831728756428, 0.018941275775432587, 0.3122296631336212, 0.22013986110687256, 0.3394474685192108, 0.16639086604118347, 0.3541364371776581, 0.16469517350196838, 0.3883018493652344, 0.31494688987731934], "std": [0.09679768979549408, 0.1578528881072998, 0.1304272562265396, 0.15147186815738678, 0.08947625011205673, 0.14959712326526642, 0.20554503798484802, 0.34736931324005127, 0.21247771382331848, 0.5583407282829285, 0.16500821709632874, 0.5135724544525146, 0.29154619574546814, 0.01821208745241165, 0.012842959724366665, 0.030924642458558083, 0.21518650650978088, 0.2872796952724457, 0.21768531203269958, 0.26021164655685425, 0.3034351170063019, 0.25274786353111267, 0.32476356625556946, 0.37673017382621765, 0.4804892838001251, 0.06426763534545898, 0.005431048106402159, 0.04073797166347504, 0.2698393762111664, 0.3410620093345642, 0.2629559636116028, 0.2644878327846527, 0.2805091440677643, 0.26962828636169434, 0.3394344449043274, 0.4107851982116699], "min": [0.10724231600761414, -1.2514305114746094, 0.8285768032073975, 0.45214390754699707, -0.8311517834663391, -0.10284792631864548, -0.5155642032623291, -1.2879568338394165, 0.7012474536895752, -1.855103611946106, 0.05555237457156181, -0.48774033784866333, 0.017780540511012077, 0.8471992015838623, -0.04094978794455528, -0.007319474592804909, 0.017180584371089935, -0.005230533424764872, 0.02667081356048584, -0.007472190540283918, 0.06526985764503479, 0.004134248476475477, 0.0168533343821764, 0.01748056337237358, 0.02048579975962639, 0.774020791053772, 0.006261368747800589, 0.0006108651868999004, 0.017442384734749794, 0.012686362490057945, 0.013951725326478481, 0.003916082438081503, 0.0128172617405653, -0.0023343777284026146, 0.01852230541408062, 0.017589645460247993], "max": [0.5076009035110474, -0.5363200902938843, 1.4790164232254028, 1.3226202726364136, -0.3683980703353882, 0.717674732208252, 0.05893797054886818, -0.2670805752277374, 1.422260046005249, -0.44532501697540283, 0.7238975167274475, 0.8323796391487122, 0.9813659191131592, 0.9303750395774841, 0.013635384850203991, 0.12777991592884064, 0.5949336886405945, 0.768992006778717, 0.646759033203125, 0.6899995803833008, 0.8827493190765381, 0.6700428128242493, 0.9356655478477478, 1.0443941354751587, 1.1146763563156128, 0.9710847735404968, 0.05054909735918045, 0.1660517156124115, 0.7759569883346558, 0.8113272190093994, 0.7861453890800476, 0.6523550152778625, 0.8227972984313965, 0.6496279239654541, 0.9628545045852661, 1.0910379886627197], "count": [641]}, "action": {"mean": [0.33936601877212524, -0.8997995853424072, 1.3484587669372559, 1.097489356994629, -0.6324783563613892, 0.08361904323101044, -0.08652491867542267, -0.6118592619895935, 0.9088479280471802, -1.323578119277954, 0.45716264843940735, 0.3169286549091339, 0.5135637521743774, 0.892815113067627, -0.03214069455862045, 0.007386831566691399, 0.15058569610118866, 0.14473898708820343, 0.20365245640277863, 0.13806672394275665, 0.26311978697776794, 0.13752204179763794, 0.2483842819929123, 0.28692173957824707, 0.488582044839859, 0.8732466697692871, 0.015602831728756428, 0.018941275775432587, 0.3122296631336212, 0.22013986110687256, 0.3394474685192108, 0.16639086604118347, 0.3541364371776581, 0.16469517350196838, 0.3883018493652344, 0.31494688987731934], "std": [0.09679768979549408, 0.1578528881072998, 0.1304272562265396, 0.15147186815738678, 0.08947625011205673, 0.14959712326526642, 0.20554503798484802, 0.34736931324005127, 0.21247771382331848, 0.5583407282829285, 0.16500821709632874, 0.5135724544525146, 0.29154619574546814, 0.01821208745241165, 0.012842959724366665, 0.030924642458558083, 0.21518650650978088, 0.2872796952724457, 0.21768531203269958, 0.26021164655685425, 0.3034351170063019, 0.25274786353111267, 0.32476356625556946, 0.37673017382621765, 0.4804892838001251, 0.06426763534545898, 0.005431048106402159, 0.04073797166347504, 0.2698393762111664, 0.3410620093345642, 0.2629559636116028, 0.2644878327846527, 0.2805091440677643, 0.26962828636169434, 0.3394344449043274, 0.4107851982116699], "min": [0.10724231600761414, -1.2514305114746094, 0.8285768032073975, 0.45214390754699707, -0.8311517834663391, -0.10284792631864548, -0.5155642032623291, -1.2879568338394165, 0.7012474536895752, -1.855103611946106, 0.05555237457156181, -0.48774033784866333, 0.017780540511012077, 0.8471992015838623, -0.04094978794455528, -0.007319474592804909, 0.017180584371089935, -0.005230533424764872, 0.02667081356048584, -0.007472190540283918, 0.06526985764503479, 0.004134248476475477, 0.0168533343821764, 0.01748056337237358, 0.02048579975962639, 0.774020791053772, 0.006261368747800589, 0.0006108651868999004, 0.017442384734749794, 0.012686362490057945, 0.013951725326478481, 0.003916082438081503, 0.0128172617405653, -0.0023343777284026146, 0.01852230541408062, 0.017589645460247993], "max": [0.5076009035110474, -0.5363200902938843, 1.4790164232254028, 1.3226202726364136, -0.3683980703353882, 0.717674732208252, 0.05893797054886818, -0.2670805752277374, 1.422260046005249, -0.44532501697540283, 0.7238975167274475, 0.8323796391487122, 0.9813659191131592, 0.9303750395774841, 0.013635384850203991, 0.12777991592884064, 0.5949336886405945, 0.768992006778717, 0.646759033203125, 0.6899995803833008, 0.8827493190765381, 0.6700428128242493, 0.9356655478477478, 1.0443941354751587, 1.1146763563156128, 0.9710847735404968, 0.05054909735918045, 0.1660517156124115, 0.7759569883346558, 0.8113272190093994, 0.7861453890800476, 0.6523550152778625, 0.8227972984313965, 0.6496279239654541, 0.9628545045852661, 1.0910379886627197], "count": [641]}, "timestamp": {"min": [0.0], "max": [21.333333333333332], "mean": [10.666666666666666], "std": [6.168017869984201], "count": [641]}, "frame_index": {"min": [0], "max": [640], "mean": [320.0], "std": [185.04053609952604], "count": [641]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [641]}, "index": {"min": [30309], "max": [30949], "mean": [30629.0], "std": [185.04053609952604], "count": [641]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [641]}, "subtask_annotation": {"mean": [2.140405616224649, 5.0, 5.0, 5.0, 5.0], "std": [1.3735656223067076, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [641]}, "scene_annotation": {"mean": [45.0], "std": [0.0], "min": [45], "max": [45], "count": [641]}, "eef_direction_state": {"mean": [4.491419656786271, 4.463338533541342], "std": [1.886896604429365, 1.8691136225679217], "min": [0, 0], "max": [6, 6], "count": [641]}, "eef_velocity_state": {"mean": [0.6037441497659907, 0.6302652106084243], "std": [0.6672071556262137, 0.6625399701411443], "min": [0, 0], "max": [2, 2], "count": [641]}, "eef_acc_mag_state": {"mean": [0.33541341653666146, 0.3416536661466459], "std": [0.6736471569844941, 0.675141225318543], "min": [0, 0], "max": [2, 2], "count": [641]}, "eef_direction_action": {"mean": [4.491419656786271, 4.463338533541342], "std": [1.886896604429365, 1.8691136225679217], "min": [0, 0], "max": [6, 6], "count": [641]}, "eef_velocity_action": {"mean": [0.6037441497659907, 0.6302652106084243], "std": [0.6672071556262137, 0.6625399701411443], "min": [0, 0], "max": [2, 2], "count": [641]}, "eef_acc_mag_action": {"mean": [0.33541341653666146, 0.3416536661466459], "std": [0.6736471569844941, 0.675141225318543], "min": [0, 0], "max": [2, 2], "count": [641]}, "eef_sim_pose_state": {"mean": [0.6730976349863063, 0.14975162534184938, 1.2368923306931965, -1.7867278872728016, 1.214101926365875, -2.6846133837717687, 0.5867111967543018, -0.1214196268554497, 1.2793568498963008, 1.6816266953380463, 0.9903875972257608, 2.5631760925470455], "std": [0.030920307724281396, 0.08147784575927103, 0.03264126213856984, 0.2495204622959858, 0.031626184839703635, 0.19459068812287575, 0.053493835086450774, 0.07081578596201914, 0.06108043790312412, 0.22916670002527423, 0.05565887662711685, 0.16187624305634624], "min": [0.5955564070361556, -0.02023490398327754, 1.1608027829286098, -2.197754588616672, 1.1504264931021306, -3.128240656807964, 0.5256547104658352, -0.20588647226936072, 1.142330557592932, 1.1807865361957153, 0.8939694329779679, 2.114768501703858], "max": [0.7029335959756184, 0.22567832147895428, 1.3179337100049442, -1.1462244846928724, 1.342471285191885, -2.2965934098520417, 0.6616852341308312, 0.05311662378175794, 1.3744706376161593, 2.041760002144789, 1.127656863971855, 2.958223367470922], "count": [641]}, "eef_sim_pose_action": {"mean": [0.6730976349863063, 0.14975162534184938, 1.2368923306931965, -1.7867278872728016, 1.214101926365875, -2.6846133837717687, 0.5867111967543018, -0.1214196268554497, 1.2793568498963008, 1.6816266953380463, 0.9903875972257608, 2.5631760925470455], "std": [0.030920307724281396, 0.08147784575927103, 0.03264126213856984, 0.2495204622959858, 0.031626184839703635, 0.19459068812287575, 0.053493835086450774, 0.07081578596201914, 0.06108043790312412, 0.22916670002527423, 0.05565887662711685, 0.16187624305634624], "min": [0.5955564070361556, -0.02023490398327754, 1.1608027829286098, -2.197754588616672, 1.1504264931021306, -3.128240656807964, 0.5256547104658352, -0.20588647226936072, 1.142330557592932, 1.1807865361957153, 0.8939694329779679, 2.114768501703858], "max": [0.7029335959756184, 0.22567832147895428, 1.3179337100049442, -1.1462244846928724, 1.342471285191885, -2.2965934098520417, 0.6616852341308312, 0.05311662378175794, 1.3744706376161593, 2.041760002144789, 1.127656863971855, 2.958223367470922], "count": [641]}}} +{"episode_index": 46, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46167941416762787]], [[0.4550309886822376]], [[0.45105795397202997]]], "std": [[[0.19300101116427842]], [[0.19637655241784205]], [[0.198434988289611]]], "count": [136]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.03137254901960784]], [[0.14901960784313725]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5669953668661092]], [[0.5685948538422723]], [[0.5635266934592464]]], "std": [[[0.27830593398632225]], [[0.2886316965321309]], [[0.2954203456756159]]], "count": [136]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.09803921568627451]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5765782301278355]], [[0.5887898779916378]], [[0.5774157490508459]]], "std": [[[0.28508613376799485]], [[0.28558624480107564]], [[0.2938547989442592]]], "count": [136]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708503159842368]], [[0.5031033376585928]], [[0.4848706341911765]]], "std": [[[0.3119254673055301]], [[0.30970119740957863]], [[0.3234218357898147]]], "count": [136]}, "observation.state": {"mean": [0.21236351132392883, -0.8745025992393494, 1.2939220666885376, 1.2607208490371704, -0.4180252254009247, -0.08873800933361053, -0.044407919049263, -0.9456571340560913, 1.1082546710968018, -0.4809527099132538, 0.45431336760520935, -0.505210280418396, 0.3852115571498871, 0.9107573628425598, -0.0061598303727805614, 0.003351442748680711, 0.2647448480129242, 0.14465002715587616, 0.2552315890789032, 0.08815591782331467, 0.3096003234386444, 0.13883547484874725, 0.45638731122016907, 0.03971322253346443, 0.5795350074768066, 0.897969126701355, 0.0161608699709177, 0.0010405501816421747, 0.2743319571018219, 0.032830819487571716, 0.2841109335422516, 0.09725751727819443, 0.35530734062194824, 0.15277919173240662, 0.3837186396121979, 0.2114514708518982], "std": [0.18115656077861786, 0.07458485662937164, 0.07687660306692123, 0.4208226799964905, 0.06335469335317612, 0.34925752878189087, 0.1568879336118698, 0.3299483060836792, 0.43913906812667847, 0.6746300458908081, 0.3021897077560425, 0.6882148385047913, 0.4683164060115814, 0.027936888858675957, 0.02216685749590397, 0.0019880374893546104, 0.16769935190677643, 0.2760053277015686, 0.1695178598165512, 0.16482679545879364, 0.22883081436157227, 0.2535170316696167, 0.4604937732219696, 0.061753902584314346, 0.48793986439704895, 0.11259885132312775, 0.007944376207888126, 0.003590534208342433, 0.28953883051872253, 0.03335175663232803, 0.31224650144577026, 0.1371822953224182, 0.42310866713523865, 0.23680107295513153, 0.47549617290496826, 0.27002274990081787], "min": [0.027430476620793343, -1.0850476026535034, 1.0995198488235474, 0.33983510732650757, -0.5873888731002808, -0.46689003705978394, -0.19147688150405884, -1.5108338594436646, 0.6726367473602295, -1.5634894371032715, 0.04522869363427162, -1.08224618434906, 0.01759510114789009, 0.8183412551879883, -0.04800746589899063, -0.0014453508192673326, 0.035015664994716644, -0.007548549212515354, 0.03090868890285492, -0.011420998722314835, 0.10675415396690369, -0.00934841949492693, 0.13880325853824615, 0.0131772356107831, 0.018904097378253937, 0.7161849141120911, 0.005312345921993256, -0.0073303827084600925, 0.01889318786561489, -0.012626365758478642, 0.011339186690747738, -0.02928880602121353, 0.015446163713932037, -0.013788101263344288, 0.01844049245119095, 0.0019580412190407515], "max": [0.6844744086265564, -0.7825255393981934, 1.359006643295288, 1.735379934310913, -0.299029141664505, 0.6586294770240784, 0.29823043942451477, -0.6181811094284058, 1.8165626525878906, 0.10250963270664215, 1.017073392868042, 0.591740071773529, 1.1118347644805908, 0.9959394335746765, 0.02543817274272442, 0.006975862663239241, 0.5877014398574829, 0.737123429775238, 0.577393114566803, 0.5034893155097961, 0.7470009922981262, 0.700776994228363, 1.376388430595398, 0.3619758188724518, 1.146217703819275, 1.0449939966201782, 0.03852814435958862, 0.006179556250572205, 0.7054784297943115, 0.0869937539100647, 0.7607126235961914, 0.3297090530395508, 1.0691887140274048, 0.5626941323280334, 1.1475703716278076, 0.7388524413108826], "count": [705]}, "action": {"mean": [0.21236351132392883, -0.8745025992393494, 1.2939220666885376, 1.2607208490371704, -0.4180252254009247, -0.08873800933361053, -0.044407919049263, -0.9456571340560913, 1.1082546710968018, -0.4809527099132538, 0.45431336760520935, -0.505210280418396, 0.3852115571498871, 0.9107573628425598, -0.0061598303727805614, 0.003351442748680711, 0.2647448480129242, 0.14465002715587616, 0.2552315890789032, 0.08815591782331467, 0.3096003234386444, 0.13883547484874725, 0.45638731122016907, 0.03971322253346443, 0.5795350074768066, 0.897969126701355, 0.0161608699709177, 0.0010405501816421747, 0.2743319571018219, 0.032830819487571716, 0.2841109335422516, 0.09725751727819443, 0.35530734062194824, 0.15277919173240662, 0.3837186396121979, 0.2114514708518982], "std": [0.18115656077861786, 0.07458485662937164, 0.07687660306692123, 0.4208226799964905, 0.06335469335317612, 0.34925752878189087, 0.1568879336118698, 0.3299483060836792, 0.43913906812667847, 0.6746300458908081, 0.3021897077560425, 0.6882148385047913, 0.4683164060115814, 0.027936888858675957, 0.02216685749590397, 0.0019880374893546104, 0.16769935190677643, 0.2760053277015686, 0.1695178598165512, 0.16482679545879364, 0.22883081436157227, 0.2535170316696167, 0.4604937732219696, 0.061753902584314346, 0.48793986439704895, 0.11259885132312775, 0.007944376207888126, 0.003590534208342433, 0.28953883051872253, 0.03335175663232803, 0.31224650144577026, 0.1371822953224182, 0.42310866713523865, 0.23680107295513153, 0.47549617290496826, 0.27002274990081787], "min": [0.027430476620793343, -1.0850476026535034, 1.0995198488235474, 0.33983510732650757, -0.5873888731002808, -0.46689003705978394, -0.19147688150405884, -1.5108338594436646, 0.6726367473602295, -1.5634894371032715, 0.04522869363427162, -1.08224618434906, 0.01759510114789009, 0.8183412551879883, -0.04800746589899063, -0.0014453508192673326, 0.035015664994716644, -0.007548549212515354, 0.03090868890285492, -0.011420998722314835, 0.10675415396690369, -0.00934841949492693, 0.13880325853824615, 0.0131772356107831, 0.018904097378253937, 0.7161849141120911, 0.005312345921993256, -0.0073303827084600925, 0.01889318786561489, -0.012626365758478642, 0.011339186690747738, -0.02928880602121353, 0.015446163713932037, -0.013788101263344288, 0.01844049245119095, 0.0019580412190407515], "max": [0.6844744086265564, -0.7825255393981934, 1.359006643295288, 1.735379934310913, -0.299029141664505, 0.6586294770240784, 0.29823043942451477, -0.6181811094284058, 1.8165626525878906, 0.10250963270664215, 1.017073392868042, 0.591740071773529, 1.1118347644805908, 0.9959394335746765, 0.02543817274272442, 0.006975862663239241, 0.5877014398574829, 0.737123429775238, 0.577393114566803, 0.5034893155097961, 0.7470009922981262, 0.700776994228363, 1.376388430595398, 0.3619758188724518, 1.146217703819275, 1.0449939966201782, 0.03852814435958862, 0.006179556250572205, 0.7054784297943115, 0.0869937539100647, 0.7607126235961914, 0.3297090530395508, 1.0691887140274048, 0.5626941323280334, 1.1475703716278076, 0.7388524413108826], "count": [705]}, "timestamp": {"min": [0.0], "max": [23.466666666666665], "mean": [11.733333333333333], "std": [6.783858838503403], "count": [705]}, "frame_index": {"min": [0], "max": [704], "mean": [352.0], "std": [203.5157651551021], "count": [705]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [705]}, "index": {"min": [30950], "max": [31654], "mean": [31302.0], "std": [203.5157651551021], "count": [705]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [705]}, "subtask_annotation": {"mean": [2.1106382978723404, 4.994326241134752, 5.0, 5.0, 5.0], "std": [1.3700806068153863, 0.1505418344558481, 0.0, 0.0, 0.0], "min": [0, 1, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [705]}, "scene_annotation": {"mean": [46.0], "std": [0.0], "min": [46], "max": [46], "count": [705]}, "eef_direction_state": {"mean": [5.04822695035461, 4.357446808510638], "std": [1.3643694325561382, 2.0302406677919835], "min": [0, 0], "max": [6, 6], "count": [705]}, "eef_velocity_state": {"mean": [0.46382978723404256, 0.6354609929078014], "std": [0.5970704599527483, 0.6708874985513509], "min": [0, 0], "max": [2, 2], "count": [705]}, "eef_acc_mag_state": {"mean": [0.24397163120567375, 0.30921985815602837], "std": [0.5859306465781358, 0.6398027964373523], "min": [0, 0], "max": [2, 2], "count": [705]}, "eef_direction_action": {"mean": [5.04822695035461, 4.357446808510638], "std": [1.3643694325561382, 2.0302406677919835], "min": [0, 0], "max": [6, 6], "count": [705]}, "eef_velocity_action": {"mean": [0.46382978723404256, 0.6354609929078014], "std": [0.5970704599527483, 0.6708874985513509], "min": [0, 0], "max": [2, 2], "count": [705]}, "eef_acc_mag_action": {"mean": [0.24397163120567375, 0.30921985815602837], "std": [0.5859306465781358, 0.6398027964373523], "min": [0, 0], "max": [2, 2], "count": [705]}, "eef_sim_pose_state": {"mean": [0.7005370068314245, 0.171200506618143, 1.2518946790125858, -1.826754729826431, 1.1929652425917556, -2.5384456971862424, 0.6411470036108226, -0.06333808493418927, 1.3469329509312264, 1.2531128611502693, 1.0019154854134713, 2.1982310162373575], "std": [0.025885596115388217, 0.06215504445073465, 0.0387625617854892, 0.11332458290487663, 0.04794301883640288, 0.1475748223249184, 0.049751361521923734, 0.05663647030810054, 0.06162733332014334, 0.22039880815077953, 0.09613807158006162, 0.24402544139890073], "min": [0.6444139400910647, 0.016668921093591832, 1.1457654573050808, -1.9966697379072824, 1.0739154985590882, -2.9827868698109326, 0.5845692628615633, -0.16779681486823605, 1.2397986580712304, 0.9532787397385274, 0.7795817468165209, 1.9317902423928355], "max": [0.7224607907895839, 0.21990957840243658, 1.304464456802799, -1.4925927465020892, 1.25129922681854, -2.285612361779062, 0.7202542216755362, 0.06701941344209106, 1.4715458385596034, 1.743362460621877, 1.1392765301158088, 2.6838339062993546], "count": [705]}, "eef_sim_pose_action": {"mean": [0.7005370068314245, 0.171200506618143, 1.2518946790125858, -1.826754729826431, 1.1929652425917556, -2.5384456971862424, 0.6411470036108226, -0.06333808493418927, 1.3469329509312264, 1.2531128611502693, 1.0019154854134713, 2.1982310162373575], "std": [0.025885596115388217, 0.06215504445073465, 0.0387625617854892, 0.11332458290487663, 0.04794301883640288, 0.1475748223249184, 0.049751361521923734, 0.05663647030810054, 0.06162733332014334, 0.22039880815077953, 0.09613807158006162, 0.24402544139890073], "min": [0.6444139400910647, 0.016668921093591832, 1.1457654573050808, -1.9966697379072824, 1.0739154985590882, -2.9827868698109326, 0.5845692628615633, -0.16779681486823605, 1.2397986580712304, 0.9532787397385274, 0.7795817468165209, 1.9317902423928355], "max": [0.7224607907895839, 0.21990957840243658, 1.304464456802799, -1.4925927465020892, 1.25129922681854, -2.285612361779062, 0.7202542216755362, 0.06701941344209106, 1.4715458385596034, 1.743362460621877, 1.1392765301158088, 2.6838339062993546], "count": [705]}}} +{"episode_index": 47, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46849216214263484]], [[0.45870712590591795]], [[0.4556561013294207]]], "std": [[[0.1830310219752245]], [[0.18715751928757485]], [[0.18851030451341613]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5481799025165621]], [[0.5526220696611978]], [[0.5488956707683073]]], "std": [[[0.2885778175474675]], [[0.29585849126990726]], [[0.30059630025473333]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.054901960784313725]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5541902233115468]], [[0.5678039035058468]], [[0.5567048791738918]]], "std": [[[0.30238389440902985]], [[0.304810297427996]], [[0.31391574328728145]]], "count": [147]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4484439873171491]], [[0.4785786203370237]], [[0.46031108971366325]]], "std": [[[0.3182010731105887]], [[0.31751952431971453]], [[0.32771860311290407]]], "count": [147]}, "observation.state": {"mean": [0.28585532307624817, -0.8510761260986328, 1.164044737815857, 0.42358511686325073, -0.2883325219154358, 0.6799606084823608, 0.03729800134897232, -0.8865142464637756, 1.1130731105804443, -0.5303391218185425, 0.23152896761894226, -0.33069953322410583, 0.5540145039558411, 0.9030411243438721, -0.00970672257244587, 0.0006793512147851288, 0.30401697754859924, 0.041997455060482025, 0.3472554385662079, 0.07949647307395935, 0.5177474021911621, 0.14117762446403503, 0.5903239846229553, 0.03044712170958519, 0.5097389221191406, 0.9082594513893127, 0.01733234152197838, 0.0015122395707294345, 0.29888489842414856, 0.028956713154911995, 0.3177947402000427, 0.031435009092092514, 0.3467082977294922, 0.0847453847527504, 0.3830082416534424, 0.18197178840637207], "std": [0.14252443611621857, 0.08759180456399918, 0.06502306461334229, 0.2673143148422241, 0.07137325406074524, 0.21776601672172546, 0.1066315621137619, 0.3495873808860779, 0.43119728565216064, 0.5138596892356873, 0.3856627643108368, 0.48356136679649353, 0.48283305764198303, 0.030504852533340454, 0.02212689444422722, 0.005656559485942125, 0.18887047469615936, 0.08049086481332779, 0.21668903529644012, 0.15746667981147766, 0.42617979645729065, 0.2733077108860016, 0.45038822293281555, 0.052661601454019547, 0.4902592599391937, 0.10599954426288605, 0.006865520495921373, 0.0028683654963970184, 0.2517051696777344, 0.039567481726408005, 0.2626016139984131, 0.057911720126867294, 0.28957125544548035, 0.15896263718605042, 0.34303224086761475, 0.2650410830974579], "min": [-0.016737239435315132, -0.9809882044792175, 1.0260976552963257, 0.22094586491584778, -0.4583905339241028, -0.3839551508426666, -0.192664235830307, -1.5442845821380615, 0.7745860815048218, -1.5410538911819458, -0.013280117884278297, -0.6423094272613525, 0.029857734218239784, 0.7617108225822449, -0.042820557951927185, -0.008770279586315155, 0.02292380854487419, -0.05515240132808685, 0.028214337304234505, -0.008039422333240509, 0.060213860124349594, -0.002694352064281702, 0.16037939488887787, 0.005699590779840946, 0.03429862856864929, 0.7229044437408447, 0.005246895831078291, -0.004156065173447132, 0.026741715148091316, -0.005219625309109688, 0.013008156791329384, -0.039908044040203094, 0.04923464357852936, -0.012555462308228016, 0.0396314412355423, 0.009850201196968555], "max": [0.5784718990325928, -0.7272831201553345, 1.2730077505111694, 1.6997597217559814, -0.11766136437654495, 0.7768630385398865, 0.2892419099807739, -0.6047818064689636, 2.022976875305176, -0.040257591754198074, 1.0651750564575195, 0.5921931266784668, 1.1025408506393433, 0.9892198443412781, 0.01064105425029993, 0.007772169075906277, 0.6145904064178467, 0.2030799686908722, 0.7456701397895813, 0.42018797993659973, 1.2733159065246582, 0.8059166669845581, 1.4203271865844727, 0.36224856972694397, 1.1801481246948242, 1.0229047536849976, 0.04055709019303322, 0.007455828599631786, 0.7761096954345703, 0.11190832406282425, 0.8275478482246399, 0.15404711663722992, 0.9444685578346252, 0.4242240786552429, 1.1037406921386719, 0.7549585103988647], "count": [778]}, "action": {"mean": [0.28585532307624817, -0.8510761260986328, 1.164044737815857, 0.42358511686325073, -0.2883325219154358, 0.6799606084823608, 0.03729800134897232, -0.8865142464637756, 1.1130731105804443, -0.5303391218185425, 0.23152896761894226, -0.33069953322410583, 0.5540145039558411, 0.9030411243438721, -0.00970672257244587, 0.0006793512147851288, 0.30401697754859924, 0.041997455060482025, 0.3472554385662079, 0.07949647307395935, 0.5177474021911621, 0.14117762446403503, 0.5903239846229553, 0.03044712170958519, 0.5097389221191406, 0.9082594513893127, 0.01733234152197838, 0.0015122395707294345, 0.29888489842414856, 0.028956713154911995, 0.3177947402000427, 0.031435009092092514, 0.3467082977294922, 0.0847453847527504, 0.3830082416534424, 0.18197178840637207], "std": [0.14252443611621857, 0.08759180456399918, 0.06502306461334229, 0.2673143148422241, 0.07137325406074524, 0.21776601672172546, 0.1066315621137619, 0.3495873808860779, 0.43119728565216064, 0.5138596892356873, 0.3856627643108368, 0.48356136679649353, 0.48283305764198303, 0.030504852533340454, 0.02212689444422722, 0.005656559485942125, 0.18887047469615936, 0.08049086481332779, 0.21668903529644012, 0.15746667981147766, 0.42617979645729065, 0.2733077108860016, 0.45038822293281555, 0.052661601454019547, 0.4902592599391937, 0.10599954426288605, 0.006865520495921373, 0.0028683654963970184, 0.2517051696777344, 0.039567481726408005, 0.2626016139984131, 0.057911720126867294, 0.28957125544548035, 0.15896263718605042, 0.34303224086761475, 0.2650410830974579], "min": [-0.016737239435315132, -0.9809882044792175, 1.0260976552963257, 0.22094586491584778, -0.4583905339241028, -0.3839551508426666, -0.192664235830307, -1.5442845821380615, 0.7745860815048218, -1.5410538911819458, -0.013280117884278297, -0.6423094272613525, 0.029857734218239784, 0.7617108225822449, -0.042820557951927185, -0.008770279586315155, 0.02292380854487419, -0.05515240132808685, 0.028214337304234505, -0.008039422333240509, 0.060213860124349594, -0.002694352064281702, 0.16037939488887787, 0.005699590779840946, 0.03429862856864929, 0.7229044437408447, 0.005246895831078291, -0.004156065173447132, 0.026741715148091316, -0.005219625309109688, 0.013008156791329384, -0.039908044040203094, 0.04923464357852936, -0.012555462308228016, 0.0396314412355423, 0.009850201196968555], "max": [0.5784718990325928, -0.7272831201553345, 1.2730077505111694, 1.6997597217559814, -0.11766136437654495, 0.7768630385398865, 0.2892419099807739, -0.6047818064689636, 2.022976875305176, -0.040257591754198074, 1.0651750564575195, 0.5921931266784668, 1.1025408506393433, 0.9892198443412781, 0.01064105425029993, 0.007772169075906277, 0.6145904064178467, 0.2030799686908722, 0.7456701397895813, 0.42018797993659973, 1.2733159065246582, 0.8059166669845581, 1.4203271865844727, 0.36224856972694397, 1.1801481246948242, 1.0229047536849976, 0.04055709019303322, 0.007455828599631786, 0.7761096954345703, 0.11190832406282425, 0.8275478482246399, 0.15404711663722992, 0.9444685578346252, 0.4242240786552429, 1.1037406921386719, 0.7549585103988647], "count": [778]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.950000000000001], "std": [7.486302306360746], "count": [778]}, "frame_index": {"min": [0], "max": [777], "mean": [388.5], "std": [224.58906919082239], "count": [778]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [778]}, "index": {"min": [31655], "max": [32432], "mean": [32043.5], "std": [224.58906919082239], "count": [778]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [778]}, "subtask_annotation": {"mean": [2.019280205655527, 5.0, 5.0, 5.0, 5.0], "std": [1.5572662409283717, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [5, 5, 5, 5, 5], "count": [778]}, "scene_annotation": {"mean": [47.0], "std": [0.0], "min": [47], "max": [47], "count": [778]}, "eef_direction_state": {"mean": [5.152956298200514, 4.956298200514139], "std": [1.3341462712740233, 1.6802627636111827], "min": [0, 0], "max": [6, 6], "count": [778]}, "eef_velocity_state": {"mean": [0.4267352185089974, 0.4704370179948586], "std": [0.6129744450225173, 0.676278235029531], "min": [0, 0], "max": [2, 2], "count": [778]}, "eef_acc_mag_state": {"mean": [0.22236503856041132, 0.25578406169665807], "std": [0.5629189080862785, 0.5957205696234167], "min": [0, 0], "max": [2, 2], "count": [778]}, "eef_direction_action": {"mean": [5.152956298200514, 4.956298200514139], "std": [1.3341462712740233, 1.6802627636111827], "min": [0, 0], "max": [6, 6], "count": [778]}, "eef_velocity_action": {"mean": [0.4267352185089974, 0.4704370179948586], "std": [0.6129744450225173, 0.676278235029531], "min": [0, 0], "max": [2, 2], "count": [778]}, "eef_acc_mag_action": {"mean": [0.22236503856041132, 0.25578406169665807], "std": [0.5629189080862785, 0.5957205696234167], "min": [0, 0], "max": [2, 2], "count": [778]}, "eef_sim_pose_state": {"mean": [0.7009357831764842, 0.17088527959066588, 1.2528326343597045, -1.64067833354737, 1.1710228833926855, -2.231002036959694, 0.6618910083614664, -0.10206640264225912, 1.3381391376379175, 1.441030886864518, 0.8790786902493648, 2.239435535501365], "std": [0.018532714371744467, 0.05963663070869598, 0.04346505643960896, 0.17391528458668137, 0.057965195526105955, 0.17647719434965115, 0.041269361486119226, 0.0678756884370304, 0.05474949108973213, 0.19101843095021273, 0.0995160167721432, 0.16319150310334438], "min": [0.6547688590683287, 0.058562429538986605, 1.1546004710646334, -2.015586255890363, 1.0161719530916509, -2.6061744440386003, 0.6249864060289564, -0.19604102023727865, 1.2552540151347393, 0.9289234694525348, 0.5601264292948631, 2.0660824728987803], "max": [0.7265615756556318, 0.23035511115827, 1.317947202218844, -1.3959395229070473, 1.3318515052480957, -2.066214194878392, 0.7441567481876215, 0.06339943195132097, 1.480190878863916, 1.6663805047087177, 1.0760621854567662, 2.7167516862049665], "count": [778]}, "eef_sim_pose_action": {"mean": [0.7009357831764842, 0.17088527959066588, 1.2528326343597045, -1.64067833354737, 1.1710228833926855, -2.231002036959694, 0.6618910083614664, -0.10206640264225912, 1.3381391376379175, 1.441030886864518, 0.8790786902493648, 2.239435535501365], "std": [0.018532714371744467, 0.05963663070869598, 0.04346505643960896, 0.17391528458668137, 0.057965195526105955, 0.17647719434965115, 0.041269361486119226, 0.0678756884370304, 0.05474949108973213, 0.19101843095021273, 0.0995160167721432, 0.16319150310334438], "min": [0.6547688590683287, 0.058562429538986605, 1.1546004710646334, -2.015586255890363, 1.0161719530916509, -2.6061744440386003, 0.6249864060289564, -0.19604102023727865, 1.2552540151347393, 0.9289234694525348, 0.5601264292948631, 2.0660824728987803], "max": [0.7265615756556318, 0.23035511115827, 1.317947202218844, -1.3959395229070473, 1.3318515052480957, -2.066214194878392, 0.7441567481876215, 0.06339943195132097, 1.480190878863916, 1.6663805047087177, 1.0760621854567662, 2.7167516862049665], "count": [778]}}} +{"episode_index": 48, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46977044042807964]], [[0.46226585029686174]], [[0.4594730392156863]]], "std": [[[0.19029719127312228]], [[0.1936516992221724]], [[0.19414782102680012]]], "count": [131]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.03137254901960784]], [[0.15294117647058825]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5570381835304096]], [[0.5635535130718954]], [[0.5606048714014868]]], "std": [[[0.2881745375885857]], [[0.2948778024142316]], [[0.29922550839455436]]], "count": [131]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.1411764705882353]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5767504381205408]], [[0.5921275382926707]], [[0.5782515809759018]]], "std": [[[0.279211404742422]], [[0.28238704326016884]], [[0.28902654758834384]]], "count": [131]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46456446764456416]], [[0.4873463288305144]], [[0.4724183271591079]]], "std": [[[0.3120430833444353]], [[0.3130072716380195]], [[0.3234452644654968]]], "count": [131]}, "observation.state": {"mean": [0.26169031858444214, -0.8208659291267395, 1.1582118272781372, 0.41800183057785034, -0.22296561300754547, 0.6893683075904846, -0.05994792282581329, -1.0286816358566284, 1.2852628231048584, -0.9386534690856934, 0.6552972793579102, 0.007489689160138369, 0.3974572420120239, 0.9621525406837463, -0.03689716011285782, 0.003604266792535782, 0.29626041650772095, 0.04124215245246887, 0.31899604201316833, 0.05611449480056763, 0.3853287398815155, 0.13016699254512787, 0.4865836501121521, 0.09693394601345062, 0.5209631323814392, 0.882595419883728, 0.01608961448073387, -0.002866888651624322, 0.26502254605293274, 0.12410804629325867, 0.30276623368263245, 0.0607183463871479, 0.3605974614620209, 0.11582987755537033, 0.33367249369621277, 0.2015427201986313], "std": [0.15442423522472382, 0.08831122517585754, 0.06269532442092896, 0.25109556317329407, 0.10905684530735016, 0.21238747239112854, 0.15646575391292572, 0.31950342655181885, 0.4445897936820984, 0.5716818571090698, 0.17161114513874054, 0.5048848390579224, 0.4609537720680237, 0.0396619588136673, 0.018279816955327988, 0.0042378962971270084, 0.16037143766880035, 0.08217491209506989, 0.16803771257400513, 0.10148079693317413, 0.22200673818588257, 0.2662797272205353, 0.3076200783252716, 0.16130752861499786, 0.47907230257987976, 0.10318047553300858, 0.005408806726336479, 0.003886639839038253, 0.20804031193256378, 0.24314747750759125, 0.27463316917419434, 0.12703153491020203, 0.3721100091934204, 0.2163127213716507, 0.34889060258865356, 0.32723361253738403], "min": [-0.014162279665470123, -1.0061417818069458, 1.000455379486084, 0.2661864757537842, -0.4982547461986542, -0.31872281432151794, -0.27962160110473633, -1.5668870210647583, 0.745546281337738, -1.6763107776641846, 0.4324740767478943, -0.5581106543540955, 0.013035427778959274, 0.8318021297454834, -0.0493873655796051, -0.0035779247991740704, 0.07092036306858063, -0.06167011708021164, 0.0715748593211174, -0.003032509470358491, 0.1124810129404068, 0.000638136058114469, 0.21332286298274994, -0.003005238948389888, 0.032883092761039734, 0.7066183686256409, 0.006446809507906437, -0.010619238018989563, 0.04728206247091293, -0.003403391921892762, 0.07078945636749268, -0.002219840418547392, 0.0985020250082016, 0.003490658476948738, 0.049812790006399155, 0.012675453908741474], "max": [0.6036850810050964, -0.6906614899635315, 1.2505722045898438, 1.5693904161453247, -0.07488842308521271, 0.8114223480224609, 0.28348401188850403, -0.6773098707199097, 1.965683937072754, -0.2506294250488281, 0.9960207343101501, 0.6178950071334839, 1.100806474685669, 1.0040704011917114, 0.008361217565834522, 0.00805033091455698, 0.5795856714248657, 0.22346757352352142, 0.6164939403533936, 0.34432071447372437, 0.8871999382972717, 0.728718638420105, 1.1768263578414917, 0.6236824989318848, 1.1284644603729248, 1.0176032781600952, 0.04219333454966545, 0.005088725592941046, 0.6821510195732117, 0.6393850445747375, 0.8327838778495789, 0.40835797786712646, 1.1567606925964355, 0.6196082830429077, 1.0639090538024902, 0.9684886336326599], "count": [668]}, "action": {"mean": [0.26169031858444214, -0.8208659291267395, 1.1582118272781372, 0.41800183057785034, -0.22296561300754547, 0.6893683075904846, -0.05994792282581329, -1.0286816358566284, 1.2852628231048584, -0.9386534690856934, 0.6552972793579102, 0.007489689160138369, 0.3974572420120239, 0.9621525406837463, -0.03689716011285782, 0.003604266792535782, 0.29626041650772095, 0.04124215245246887, 0.31899604201316833, 0.05611449480056763, 0.3853287398815155, 0.13016699254512787, 0.4865836501121521, 0.09693394601345062, 0.5209631323814392, 0.882595419883728, 0.01608961448073387, -0.002866888651624322, 0.26502254605293274, 0.12410804629325867, 0.30276623368263245, 0.0607183463871479, 0.3605974614620209, 0.11582987755537033, 0.33367249369621277, 0.2015427201986313], "std": [0.15442423522472382, 0.08831122517585754, 0.06269532442092896, 0.25109556317329407, 0.10905684530735016, 0.21238747239112854, 0.15646575391292572, 0.31950342655181885, 0.4445897936820984, 0.5716818571090698, 0.17161114513874054, 0.5048848390579224, 0.4609537720680237, 0.0396619588136673, 0.018279816955327988, 0.0042378962971270084, 0.16037143766880035, 0.08217491209506989, 0.16803771257400513, 0.10148079693317413, 0.22200673818588257, 0.2662797272205353, 0.3076200783252716, 0.16130752861499786, 0.47907230257987976, 0.10318047553300858, 0.005408806726336479, 0.003886639839038253, 0.20804031193256378, 0.24314747750759125, 0.27463316917419434, 0.12703153491020203, 0.3721100091934204, 0.2163127213716507, 0.34889060258865356, 0.32723361253738403], "min": [-0.014162279665470123, -1.0061417818069458, 1.000455379486084, 0.2661864757537842, -0.4982547461986542, -0.31872281432151794, -0.27962160110473633, -1.5668870210647583, 0.745546281337738, -1.6763107776641846, 0.4324740767478943, -0.5581106543540955, 0.013035427778959274, 0.8318021297454834, -0.0493873655796051, -0.0035779247991740704, 0.07092036306858063, -0.06167011708021164, 0.0715748593211174, -0.003032509470358491, 0.1124810129404068, 0.000638136058114469, 0.21332286298274994, -0.003005238948389888, 0.032883092761039734, 0.7066183686256409, 0.006446809507906437, -0.010619238018989563, 0.04728206247091293, -0.003403391921892762, 0.07078945636749268, -0.002219840418547392, 0.0985020250082016, 0.003490658476948738, 0.049812790006399155, 0.012675453908741474], "max": [0.6036850810050964, -0.6906614899635315, 1.2505722045898438, 1.5693904161453247, -0.07488842308521271, 0.8114223480224609, 0.28348401188850403, -0.6773098707199097, 1.965683937072754, -0.2506294250488281, 0.9960207343101501, 0.6178950071334839, 1.100806474685669, 1.0040704011917114, 0.008361217565834522, 0.00805033091455698, 0.5795856714248657, 0.22346757352352142, 0.6164939403533936, 0.34432071447372437, 0.8871999382972717, 0.728718638420105, 1.1768263578414917, 0.6236824989318848, 1.1284644603729248, 1.0176032781600952, 0.04219333454966545, 0.005088725592941046, 0.6821510195732117, 0.6393850445747375, 0.8327838778495789, 0.40835797786712646, 1.1567606925964355, 0.6196082830429077, 1.0639090538024902, 0.9684886336326599], "count": [668]}, "timestamp": {"min": [0.0], "max": [22.233333333333334], "mean": [11.116666666666665], "std": [6.42782579450038], "count": [668]}, "frame_index": {"min": [0], "max": [667], "mean": [333.5], "std": [192.83477383501142], "count": [668]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [668]}, "index": {"min": [32433], "max": [33100], "mean": [32766.5], "std": [192.83477383501142], "count": [668]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [668]}, "subtask_annotation": {"mean": [2.055389221556886, 5.0, 5.0, 5.0, 5.0], "std": [1.3901657371156324, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [668]}, "scene_annotation": {"mean": [48.0], "std": [0.0], "min": [48], "max": [48], "count": [668]}, "eef_direction_state": {"mean": [5.161676646706587, 4.205089820359281], "std": [1.2870491025787119, 2.188327326735726], "min": [0, 0], "max": [6, 6], "count": [668]}, "eef_velocity_state": {"mean": [0.47754491017964074, 0.6841317365269461], "std": [0.6596396830513848, 0.703234397179228], "min": [0, 0], "max": [2, 2], "count": [668]}, "eef_acc_mag_state": {"mean": [0.2634730538922156, 0.4176646706586826], "std": [0.6014313547060979, 0.7305067112757455], "min": [0, 0], "max": [2, 2], "count": [668]}, "eef_direction_action": {"mean": [5.161676646706587, 4.205089820359281], "std": [1.2870491025787119, 2.188327326735726], "min": [0, 0], "max": [6, 6], "count": [668]}, "eef_velocity_action": {"mean": [0.47754491017964074, 0.6841317365269461], "std": [0.6596396830513848, 0.703234397179228], "min": [0, 0], "max": [2, 2], "count": [668]}, "eef_acc_mag_action": {"mean": [0.2634730538922156, 0.4176646706586826], "std": [0.6014313547060979, 0.7305067112757455], "min": [0, 0], "max": [2, 2], "count": [668]}, "eef_sim_pose_state": {"mean": [0.7052167790401779, 0.19121571928727546, 1.2536083998189502, -1.7102899455015967, 1.1746710579298594, -2.2374304429591088, 0.6515399796559078, -0.05668993298483114, 1.3510395948670642, 1.2549156219213342, 0.9369033491426935, 2.3472113448620373], "std": [0.01744988605765825, 0.05901265550709563, 0.03926617292210413, 0.12105492186298729, 0.05880885612905793, 0.1505517178433934, 0.052010574453087044, 0.052813822108384895, 0.05609710635574626, 0.2275144066246398, 0.10362711983274007, 0.28997650929313795], "min": [0.664548455886629, 0.052215899552840034, 1.1533300075977593, -2.0166276269331957, 1.039577981163827, -2.6084341067253667, 0.5263958152332998, -0.13991368649519545, 1.2546027646947981, 0.9261685613674576, 0.7738815095160572, 2.020902479595442], "max": [0.7217049412375239, 0.24702112928507364, 1.317040619148603, -1.4722947729787947, 1.254548259445186, -2.045996992771522, 0.7286183712273266, 0.07274917472236156, 1.4663300893466702, 1.6927552542203577, 1.0950538486600414, 2.7814193214826703], "count": [668]}, "eef_sim_pose_action": {"mean": [0.7052167790401779, 0.19121571928727546, 1.2536083998189502, -1.7102899455015967, 1.1746710579298594, -2.2374304429591088, 0.6515399796559078, -0.05668993298483114, 1.3510395948670642, 1.2549156219213342, 0.9369033491426935, 2.3472113448620373], "std": [0.01744988605765825, 0.05901265550709563, 0.03926617292210413, 0.12105492186298729, 0.05880885612905793, 0.1505517178433934, 0.052010574453087044, 0.052813822108384895, 0.05609710635574626, 0.2275144066246398, 0.10362711983274007, 0.28997650929313795], "min": [0.664548455886629, 0.052215899552840034, 1.1533300075977593, -2.0166276269331957, 1.039577981163827, -2.6084341067253667, 0.5263958152332998, -0.13991368649519545, 1.2546027646947981, 0.9261685613674576, 0.7738815095160572, 2.020902479595442], "max": [0.7217049412375239, 0.24702112928507364, 1.317040619148603, -1.4722947729787947, 1.254548259445186, -2.045996992771522, 0.7286183712273266, 0.07274917472236156, 1.4663300893466702, 1.6927552542203577, 1.0950538486600414, 2.7814193214826703], "count": [668]}}} +{"episode_index": 49, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47120028510833556]], [[0.46046604440863104]], [[0.4572823999462799]]], "std": [[[0.18888316881295966]], [[0.19386001199685218]], [[0.19531779774832372]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5590687239793177]], [[0.5686912268331991]], [[0.5666350963045036]]], "std": [[[0.2822131183036129]], [[0.28797537112170823]], [[0.29287668171011344]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.027450980392156862]], [[0.13725490196078433]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5552165662212374]], [[0.5738972588750112]], [[0.5589894308465395]]], "std": [[[0.2986150000445412]], [[0.2960870472113085]], [[0.30569644952887526]]], "count": [146]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4503174369348196]], [[0.4716677088929179]], [[0.46395151199749307]]], "std": [[[0.3071225309298518]], [[0.30995750815261364]], [[0.3204956812797442]]], "count": [146]}, "observation.state": {"mean": [0.19646473228931427, -0.8662715554237366, 1.3127739429473877, 1.355726957321167, -0.49104928970336914, -0.18165406584739685, -0.03357621654868126, -0.9004791975021362, 1.1776211261749268, -1.250217318534851, 0.43056318163871765, 0.4684162735939026, 0.5086534023284912, 0.9451447129249573, -0.03355439752340317, 0.0016402024775743484, 0.3014588952064514, 0.10512448847293854, 0.2928655445575714, 0.07007282972335815, 0.32956743240356445, 0.11922170221805573, 0.45625218749046326, 0.05314498767256737, 0.6331034302711487, 0.9249711036682129, 0.017993297427892685, -0.002222033916041255, 0.21746984124183655, 0.02186354622244835, 0.22397176921367645, 0.06807273626327515, 0.28021928668022156, 0.06018298491835594, 0.2597824037075043, 0.20674270391464233], "std": [0.17001089453697205, 0.10119597613811493, 0.055943697690963745, 0.3956826627254486, 0.0596078597009182, 0.30044496059417725, 0.16723689436912537, 0.22685685753822327, 0.17508089542388916, 0.46176770329475403, 0.08170554786920547, 0.4373352527618408, 0.48170188069343567, 0.048315465450286865, 0.014561669901013374, 0.0036610900424420834, 0.17466266453266144, 0.1922561377286911, 0.1942962408065796, 0.13998258113861084, 0.22227714955806732, 0.22355814278125763, 0.39330416917800903, 0.07715839147567749, 0.4515543282032013, 0.08201675862073898, 0.005339506082236767, 0.003474621567875147, 0.21478505432605743, 0.01131436601281166, 0.2330116629600525, 0.12628863751888275, 0.30860137939453125, 0.13299398124217987, 0.29102590680122375, 0.33052191138267517], "min": [0.013375486247241497, -1.1234335899353027, 1.1457499265670776, 0.5072551965713501, -0.6575207710266113, -0.48566925525665283, -0.17224812507629395, -1.3362849950790405, 0.9996566772460938, -1.9047908782958984, 0.26743820309638977, -0.06117913872003555, 0.025683313608169556, 0.8359799981117249, -0.04440772160887718, -0.003228859044611454, 0.16039030253887177, 0.004646939225494862, 0.11355548352003098, -0.006141377612948418, 0.15226906538009644, 0.0017889626324176788, 0.15478888154029846, 0.00724311638623476, 0.02508910745382309, 0.7768461108207703, 0.006501351483166218, -0.008377579972147942, 0.029823314398527145, -0.0005672319675795734, 0.0019471327541396022, -0.01362447626888752, 0.059690263122320175, -0.0085684759542346, 0.025307273492217064, 0.008055785670876503], "max": [0.5868643522262573, -0.7400029301643372, 1.4299253225326538, 1.7294871807098389, -0.39817702770233154, 0.4710388481616974, 0.36471447348594666, -0.6685358881950378, 1.5602469444274902, -0.6682974696159363, 0.5982847809791565, 1.0656280517578125, 1.1816043853759766, 1.0422779321670532, 0.0045378562062978745, 0.009195704013109207, 0.646257221698761, 0.5069636106491089, 0.6770350933074951, 0.37590572237968445, 0.7710155844688416, 0.5917647480964661, 1.2964469194412231, 0.5253931879997253, 1.1456013917922974, 1.0593518018722534, 0.03911719098687172, 0.011617348529398441, 0.6935774683952332, 0.04878740385174751, 0.7271260023117065, 0.38752853870391846, 0.9833893775939941, 0.42811834812164307, 0.9825603365898132, 1.0250318050384521], "count": [772]}, "action": {"mean": [0.19646473228931427, -0.8662715554237366, 1.3127739429473877, 1.355726957321167, -0.49104928970336914, -0.18165406584739685, -0.03357621654868126, -0.9004791975021362, 1.1776211261749268, -1.250217318534851, 0.43056318163871765, 0.4684162735939026, 0.5086534023284912, 0.9451447129249573, -0.03355439752340317, 0.0016402024775743484, 0.3014588952064514, 0.10512448847293854, 0.2928655445575714, 0.07007282972335815, 0.32956743240356445, 0.11922170221805573, 0.45625218749046326, 0.05314498767256737, 0.6331034302711487, 0.9249711036682129, 0.017993297427892685, -0.002222033916041255, 0.21746984124183655, 0.02186354622244835, 0.22397176921367645, 0.06807273626327515, 0.28021928668022156, 0.06018298491835594, 0.2597824037075043, 0.20674270391464233], "std": [0.17001089453697205, 0.10119597613811493, 0.055943697690963745, 0.3956826627254486, 0.0596078597009182, 0.30044496059417725, 0.16723689436912537, 0.22685685753822327, 0.17508089542388916, 0.46176770329475403, 0.08170554786920547, 0.4373352527618408, 0.48170188069343567, 0.048315465450286865, 0.014561669901013374, 0.0036610900424420834, 0.17466266453266144, 0.1922561377286911, 0.1942962408065796, 0.13998258113861084, 0.22227714955806732, 0.22355814278125763, 0.39330416917800903, 0.07715839147567749, 0.4515543282032013, 0.08201675862073898, 0.005339506082236767, 0.003474621567875147, 0.21478505432605743, 0.01131436601281166, 0.2330116629600525, 0.12628863751888275, 0.30860137939453125, 0.13299398124217987, 0.29102590680122375, 0.33052191138267517], "min": [0.013375486247241497, -1.1234335899353027, 1.1457499265670776, 0.5072551965713501, -0.6575207710266113, -0.48566925525665283, -0.17224812507629395, -1.3362849950790405, 0.9996566772460938, -1.9047908782958984, 0.26743820309638977, -0.06117913872003555, 0.025683313608169556, 0.8359799981117249, -0.04440772160887718, -0.003228859044611454, 0.16039030253887177, 0.004646939225494862, 0.11355548352003098, -0.006141377612948418, 0.15226906538009644, 0.0017889626324176788, 0.15478888154029846, 0.00724311638623476, 0.02508910745382309, 0.7768461108207703, 0.006501351483166218, -0.008377579972147942, 0.029823314398527145, -0.0005672319675795734, 0.0019471327541396022, -0.01362447626888752, 0.059690263122320175, -0.0085684759542346, 0.025307273492217064, 0.008055785670876503], "max": [0.5868643522262573, -0.7400029301643372, 1.4299253225326538, 1.7294871807098389, -0.39817702770233154, 0.4710388481616974, 0.36471447348594666, -0.6685358881950378, 1.5602469444274902, -0.6682974696159363, 0.5982847809791565, 1.0656280517578125, 1.1816043853759766, 1.0422779321670532, 0.0045378562062978745, 0.009195704013109207, 0.646257221698761, 0.5069636106491089, 0.6770350933074951, 0.37590572237968445, 0.7710155844688416, 0.5917647480964661, 1.2964469194412231, 0.5253931879997253, 1.1456013917922974, 1.0593518018722534, 0.03911719098687172, 0.011617348529398441, 0.6935774683952332, 0.04878740385174751, 0.7271260023117065, 0.38752853870391846, 0.9833893775939941, 0.42811834812164307, 0.9825603365898132, 1.0250318050384521], "count": [772]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.849999999999998], "std": [7.428567231378546], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [772]}, "index": {"min": [33101], "max": [33872], "mean": [33486.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [772]}, "subtask_annotation": {"mean": [2.1204663212435233, 5.0, 5.0, 5.0, 5.0], "std": [1.338836317142209, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [772]}, "scene_annotation": {"mean": [49.0], "std": [0.0], "min": [49], "max": [49], "count": [772]}, "eef_direction_state": {"mean": [4.8432642487046635, 4.880829015544041], "std": [1.705688051227438, 1.6355174861334434], "min": [0, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.4961139896373057, 0.5284974093264249], "std": [0.6346925553810336, 0.6813323743940497], "min": [0, 0], "max": [2, 2], "count": [772]}, "eef_acc_mag_state": {"mean": [0.2538860103626943, 0.3393782383419689], "std": [0.6131528369942725, 0.6801048585282914], "min": [0, 0], "max": [2, 2], "count": [772]}, "eef_direction_action": {"mean": [4.8432642487046635, 4.880829015544041], "std": [1.705688051227438, 1.6355174861334434], "min": [0, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.4961139896373057, 0.5284974093264249], "std": [0.6346925553810336, 0.6813323743940497], "min": [0, 0], "max": [2, 2], "count": [772]}, "eef_acc_mag_action": {"mean": [0.2538860103626943, 0.3393782383419689], "std": [0.6131528369942725, 0.6801048585282914], "min": [0, 0], "max": [2, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [0.6915669855798966, 0.16797148231507708, 1.250421250109142, -1.870118061000861, 1.180168170988608, -2.640180057656217, 0.6627642668983059, -0.10001428822678805, 1.3271954863298308, 1.4583726945693234, 0.7913073703362938, 2.3640477260463375], "std": [0.019800643973426596, 0.05822127558549951, 0.03978902910996443, 0.13662640465366, 0.06252209710408924, 0.10686568885416171, 0.022174642508706415, 0.06535781893741474, 0.06894058685884454, 0.22221074297052312, 0.07202354435964234, 0.24948430336356847], "min": [0.6415206333755906, 0.01279274971038491, 1.1566941636994759, -1.9962501128269818, 1.0436696552741913, -2.9131261061482747, 0.6376816872973612, -0.1730613870083269, 1.2318497666650008, 1.1327355999009885, 0.6772347432251262, 2.0488935222261606], "max": [0.7241802155622504, 0.2174904165866795, 1.3191010400428058, -1.4411161292009922, 1.3126692689390516, -2.4062077514433895, 0.709889249286113, 0.04111932142088201, 1.4675138941396626, 1.8005590479885027, 0.9340666375922448, 2.737172084131502], "count": [772]}, "eef_sim_pose_action": {"mean": [0.6915669855798966, 0.16797148231507708, 1.250421250109142, -1.870118061000861, 1.180168170988608, -2.640180057656217, 0.6627642668983059, -0.10001428822678805, 1.3271954863298308, 1.4583726945693234, 0.7913073703362938, 2.3640477260463375], "std": [0.019800643973426596, 0.05822127558549951, 0.03978902910996443, 0.13662640465366, 0.06252209710408924, 0.10686568885416171, 0.022174642508706415, 0.06535781893741474, 0.06894058685884454, 0.22221074297052312, 0.07202354435964234, 0.24948430336356847], "min": [0.6415206333755906, 0.01279274971038491, 1.1566941636994759, -1.9962501128269818, 1.0436696552741913, -2.9131261061482747, 0.6376816872973612, -0.1730613870083269, 1.2318497666650008, 1.1327355999009885, 0.6772347432251262, 2.0488935222261606], "max": [0.7241802155622504, 0.2174904165866795, 1.3191010400428058, -1.4411161292009922, 1.3126692689390516, -2.4062077514433895, 0.709889249286113, 0.04111932142088201, 1.4675138941396626, 1.8005590479885027, 0.9340666375922448, 2.737172084131502], "count": [772]}}} +{"episode_index": 50, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4626825068569094]], [[0.4546414869767352]], [[0.4519357286317304]]], "std": [[[0.2026623559967339]], [[0.20627184565165926]], [[0.2066831257708536]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0392156862745098]], [[0.15294117647058825]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5360248830434952]], [[0.5428502178649237]], [[0.539806333644569]]], "std": [[[0.285587739810962]], [[0.29264465850914634]], [[0.29704065913428546]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.09019607843137255]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5723337892448646]], [[0.5863176524081855]], [[0.5749637848194834]]], "std": [[[0.2860461965988484]], [[0.28755465865522783]], [[0.2974675474045082]]], "count": [168]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45772045328548083]], [[0.4797304176879085]], [[0.4744491543145036]]], "std": [[[0.30919957892023375]], [[0.3102731506440594]], [[0.32183965811719206]]], "count": [168]}, "observation.state": {"mean": [0.4077034294605255, -0.8162397146224976, 1.12698495388031, 0.3481541574001312, -0.3268864154815674, 0.6592208743095398, -0.17680999636650085, -0.8819781541824341, 0.9994595050811768, -0.08087117224931717, 0.37196794152259827, -0.5458669662475586, 0.3723829686641693, 0.9466989636421204, -0.03306471183896065, 0.0014239075826480985, 0.232792928814888, 0.03893100470304489, 0.2601067125797272, 0.08145985007286072, 0.3528416156768799, 0.15877850353717804, 0.377440482378006, 0.1334422081708908, 0.6069035530090332, 0.9063964486122131, 0.01678336225450039, -0.0022339033894240856, 0.23261798918247223, 0.062415268272161484, 0.23987379670143127, 0.07837036997079849, 0.2880636155605316, 0.08359193801879883, 0.2564527094364166, 0.28218093514442444], "std": [0.17128805816173553, 0.08664024621248245, 0.07735831290483475, 0.19760948419570923, 0.13541921973228455, 0.14290672540664673, 0.13350988924503326, 0.2237572968006134, 0.3109349012374878, 0.5231595635414124, 0.2281915247440338, 0.43464982509613037, 0.4259891211986542, 0.032557643949985504, 0.020151013508439064, 0.0044158101081848145, 0.1424832046031952, 0.07287023961544037, 0.1554967164993286, 0.17061252892017365, 0.28785669803619385, 0.3465670347213745, 0.25670528411865234, 0.19823794066905975, 0.47056153416633606, 0.08916036039590836, 0.005313545931130648, 0.0019259646069258451, 0.2355162501335144, 0.11156987398862839, 0.2650280296802521, 0.15227863192558289, 0.3066755533218384, 0.1717848926782608, 0.23515376448631287, 0.3886047601699829], "min": [0.021803712472319603, -1.0063563585281372, 0.944748044013977, 0.12754397094249725, -0.6580214500427246, -0.02188715897500515, -0.2904936373233795, -1.4950026273727417, 0.7242313623428345, -1.5163533687591553, 0.14575941860675812, -0.9181997179985046, 0.020027654245495796, 0.8368199467658997, -0.047511134296655655, -0.007024950347840786, 0.010837403126060963, -0.008726646192371845, 0.017895078286528587, -0.007461282890290022, 0.017262397333979607, 0.0053832498379051685, 0.069725900888443, 0.01774708926677704, 0.05497787147760391, 0.6992552876472473, 0.0052141714841127396, -0.010750136338174343, 0.013071546331048012, -0.0004526947741396725, 0.01104466151446104, -0.016744252294301987, 0.0138971833512187, -0.009086620062589645, 0.020431259647011757, 0.009599311277270317], "max": [0.7295719981193542, -0.6426194310188293, 1.2686684131622314, 1.2968738079071045, -0.07887007296085358, 0.7916332483291626, 0.20364834368228912, -0.674091100692749, 1.8555686473846436, 0.3261973559856415, 1.0584396123886108, 0.5740610957145691, 1.0239628553390503, 1.0339112281799316, 0.015097098425030708, 0.008044877089560032, 0.5297619700431824, 0.2219022512435913, 0.5707226991653442, 0.5125268697738647, 1.0546042919158936, 1.06400728225708, 1.0015026330947876, 0.6619760990142822, 1.4198853969573975, 1.1284207105636597, 0.05000368133187294, 0.00445604370906949, 1.1139236688613892, 0.46575748920440674, 1.1528064012527466, 0.7984063029289246, 1.1815825700759888, 0.5694409608840942, 0.8503952622413635, 1.1828259229660034], "count": [933]}, "action": {"mean": [0.4077034294605255, -0.8162397146224976, 1.12698495388031, 0.3481541574001312, -0.3268864154815674, 0.6592208743095398, -0.17680999636650085, -0.8819781541824341, 0.9994595050811768, -0.08087117224931717, 0.37196794152259827, -0.5458669662475586, 0.3723829686641693, 0.9466989636421204, -0.03306471183896065, 0.0014239075826480985, 0.232792928814888, 0.03893100470304489, 0.2601067125797272, 0.08145985007286072, 0.3528416156768799, 0.15877850353717804, 0.377440482378006, 0.1334422081708908, 0.6069035530090332, 0.9063964486122131, 0.01678336225450039, -0.0022339033894240856, 0.23261798918247223, 0.062415268272161484, 0.23987379670143127, 0.07837036997079849, 0.2880636155605316, 0.08359193801879883, 0.2564527094364166, 0.28218093514442444], "std": [0.17128805816173553, 0.08664024621248245, 0.07735831290483475, 0.19760948419570923, 0.13541921973228455, 0.14290672540664673, 0.13350988924503326, 0.2237572968006134, 0.3109349012374878, 0.5231595635414124, 0.2281915247440338, 0.43464982509613037, 0.4259891211986542, 0.032557643949985504, 0.020151013508439064, 0.0044158101081848145, 0.1424832046031952, 0.07287023961544037, 0.1554967164993286, 0.17061252892017365, 0.28785669803619385, 0.3465670347213745, 0.25670528411865234, 0.19823794066905975, 0.47056153416633606, 0.08916036039590836, 0.005313545931130648, 0.0019259646069258451, 0.2355162501335144, 0.11156987398862839, 0.2650280296802521, 0.15227863192558289, 0.3066755533218384, 0.1717848926782608, 0.23515376448631287, 0.3886047601699829], "min": [0.021803712472319603, -1.0063563585281372, 0.944748044013977, 0.12754397094249725, -0.6580214500427246, -0.02188715897500515, -0.2904936373233795, -1.4950026273727417, 0.7242313623428345, -1.5163533687591553, 0.14575941860675812, -0.9181997179985046, 0.020027654245495796, 0.8368199467658997, -0.047511134296655655, -0.007024950347840786, 0.010837403126060963, -0.008726646192371845, 0.017895078286528587, -0.007461282890290022, 0.017262397333979607, 0.0053832498379051685, 0.069725900888443, 0.01774708926677704, 0.05497787147760391, 0.6992552876472473, 0.0052141714841127396, -0.010750136338174343, 0.013071546331048012, -0.0004526947741396725, 0.01104466151446104, -0.016744252294301987, 0.0138971833512187, -0.009086620062589645, 0.020431259647011757, 0.009599311277270317], "max": [0.7295719981193542, -0.6426194310188293, 1.2686684131622314, 1.2968738079071045, -0.07887007296085358, 0.7916332483291626, 0.20364834368228912, -0.674091100692749, 1.8555686473846436, 0.3261973559856415, 1.0584396123886108, 0.5740610957145691, 1.0239628553390503, 1.0339112281799316, 0.015097098425030708, 0.008044877089560032, 0.5297619700431824, 0.2219022512435913, 0.5707226991653442, 0.5125268697738647, 1.0546042919158936, 1.06400728225708, 1.0015026330947876, 0.6619760990142822, 1.4198853969573975, 1.1284207105636597, 0.05000368133187294, 0.00445604370906949, 1.1139236688613892, 0.46575748920440674, 1.1528064012527466, 0.7984063029289246, 1.1815825700759888, 0.5694409608840942, 0.8503952622413635, 1.1828259229660034], "count": [933]}, "timestamp": {"min": [0.0], "max": [31.066666666666666], "mean": [15.533333333333335], "std": [8.977791529142383], "count": [933]}, "frame_index": {"min": [0], "max": [932], "mean": [466.0], "std": [269.33374587427153], "count": [933]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [933]}, "index": {"min": [33873], "max": [34805], "mean": [34339.0], "std": [269.33374587427153], "count": [933]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [933]}, "subtask_annotation": {"mean": [2.27438370846731, 5.0, 5.0, 5.0, 5.0], "std": [1.3321636498417573, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [933]}, "scene_annotation": {"mean": [50.0], "std": [0.0], "min": [50], "max": [50], "count": [933]}, "eef_direction_state": {"mean": [5.218649517684887, 4.62379421221865], "std": [1.2626192592286858, 1.871817203864334], "min": [2, 0], "max": [6, 6], "count": [933]}, "eef_velocity_state": {"mean": [0.4212218649517685, 0.5359056806002144], "std": [0.6189745409904812, 0.6629428364454295], "min": [0, 0], "max": [2, 2], "count": [933]}, "eef_acc_mag_state": {"mean": [0.19614147909967847, 0.30010718113612006], "std": [0.5370577113706893, 0.6448493175286266], "min": [0, 0], "max": [2, 2], "count": [933]}, "eef_direction_action": {"mean": [5.218649517684887, 4.62379421221865], "std": [1.2626192592286858, 1.871817203864334], "min": [2, 0], "max": [6, 6], "count": [933]}, "eef_velocity_action": {"mean": [0.4212218649517685, 0.5359056806002144], "std": [0.6189745409904812, 0.6629428364454295], "min": [0, 0], "max": [2, 2], "count": [933]}, "eef_acc_mag_action": {"mean": [0.19614147909967847, 0.30010718113612006], "std": [0.5370577113706893, 0.6448493175286266], "min": [0, 0], "max": [2, 2], "count": [933]}, "eef_sim_pose_state": {"mean": [0.6884499814028568, 0.1803037450809517, 1.2188882185115137, -1.7804174656767837, 1.0979727512628044, -2.3486179165855376, 0.6475822962830969, -0.08518774983491643, 1.300938341669761, 1.4343827560202276, 0.6503792298815428, 2.2483923143227083], "std": [0.013630998972285067, 0.04163378540408676, 0.040424642871805534, 0.11285515811457858, 0.05930983493627484, 0.09336197438211942, 0.04325484574373351, 0.041925416780671985, 0.06062627789666563, 0.19221259222888415, 0.14781764137190653, 0.13257692116070424], "min": [0.6442119003440518, 0.05629784471684726, 1.146024395563949, -1.923935768030056, 0.9539958318634891, -2.5687188990084753, 0.5816962697871206, -0.18141496106287336, 1.2240093662749931, 0.9543275166742358, 0.37894574512823254, 1.9268123386373501], "max": [0.7156160440481217, 0.21764052849159238, 1.3173477775848703, -1.4343333075442186, 1.2875653661589168, -2.099209719463598, 0.7157373598133231, 0.04259979868391742, 1.4577359079989778, 1.6628396858142018, 1.0529149230312211, 2.787540696443956], "count": [933]}, "eef_sim_pose_action": {"mean": [0.6884499814028568, 0.1803037450809517, 1.2188882185115137, -1.7804174656767837, 1.0979727512628044, -2.3486179165855376, 0.6475822962830969, -0.08518774983491643, 1.300938341669761, 1.4343827560202276, 0.6503792298815428, 2.2483923143227083], "std": [0.013630998972285067, 0.04163378540408676, 0.040424642871805534, 0.11285515811457858, 0.05930983493627484, 0.09336197438211942, 0.04325484574373351, 0.041925416780671985, 0.06062627789666563, 0.19221259222888415, 0.14781764137190653, 0.13257692116070424], "min": [0.6442119003440518, 0.05629784471684726, 1.146024395563949, -1.923935768030056, 0.9539958318634891, -2.5687188990084753, 0.5816962697871206, -0.18141496106287336, 1.2240093662749931, 0.9543275166742358, 0.37894574512823254, 1.9268123386373501], "max": [0.7156160440481217, 0.21764052849159238, 1.3173477775848703, -1.4343333075442186, 1.2875653661589168, -2.099209719463598, 0.7157373598133231, 0.04259979868391742, 1.4577359079989778, 1.6628396858142018, 1.0529149230312211, 2.787540696443956], "count": [933]}}} +{"episode_index": 51, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649743778280543]], [[0.45773878048014077]], [[0.4570742615635998]]], "std": [[[0.1914763469671188]], [[0.19446398076542804]], [[0.19312886652760256]]], "count": [130]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5443987478004023]], [[0.5444010683760684]], [[0.5403801124937154]]], "std": [[[0.2835336328634606]], [[0.2960577137518702]], [[0.301855950547948]]], "count": [130]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0196078431372549]], [[0.08627450980392157]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5414761202237305]], [[0.554557469205631]], [[0.5428551250628457]]], "std": [[[0.2913436352432196]], [[0.29516380256406055]], [[0.3032256853994959]]], "count": [130]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48139346876571143]], [[0.5004055696958271]], [[0.5011518900829562]]], "std": [[[0.3065234395593458]], [[0.3087449817252595]], [[0.3208199843026539]]], "count": [130]}, "observation.state": {"mean": [0.22395861148834229, -0.8245905637741089, 1.0964549779891968, 0.3482600450515747, -0.13756288588047028, 0.6531609296798706, -0.047168880701065063, -0.8071500062942505, 1.0613523721694946, -1.1711264848709106, 0.4057925045490265, 0.23571397364139557, 0.4644947946071625, 0.9976388812065125, -0.03021731972694397, 0.0006403669249266386, 0.2653750777244568, 0.15122726559638977, 0.29653921723365784, 0.11509992927312851, 0.40550896525382996, 0.13321156799793243, 0.454478919506073, 0.14958392083644867, 0.5929509997367859, 0.8820531368255615, 0.014261167496442795, -0.0011132111540064216, 0.25545501708984375, 0.12351850420236588, 0.2893409729003906, 0.07541011273860931, 0.3403434455394745, 0.06324788928031921, 0.388430118560791, 0.10189130157232285], "std": [0.15564633905887604, 0.10607891529798508, 0.04521818086504936, 0.43696537613868713, 0.10990457236766815, 0.35230329632759094, 0.14395776391029358, 0.26425665616989136, 0.2664566934108734, 0.3742859661579132, 0.18732395768165588, 0.340239942073822, 0.49445557594299316, 0.10303114354610443, 0.01429926510900259, 0.0028626401908695698, 0.14309419691562653, 0.2744976580142975, 0.18132449686527252, 0.21079815924167633, 0.30507007241249084, 0.23986318707466125, 0.3828277289867401, 0.1609346568584442, 0.44270241260528564, 0.10364168137311935, 0.004508382640779018, 0.0014106874587014318, 0.19723711907863617, 0.22547240555286407, 0.24025246500968933, 0.1491168737411499, 0.3130722641944885, 0.12462016940116882, 0.37065473198890686, 0.18412449955940247], "min": [-0.1966506391763687, -1.0702296495437622, 1.0019335746765137, 0.1629854291677475, -0.4349775016307831, -0.8347638845443726, -0.2044232040643692, -1.3153276443481445, 0.7698057293891907, -1.7921841144561768, 0.060308899730443954, -0.2114328294992447, 0.01205368060618639, 0.8288131952285767, -0.0394662581384182, -0.007766714785248041, 0.07975064218044281, 0.0012217304902151227, 0.04391684755682945, -0.007657632231712341, 0.09050077199935913, -0.001701695960946381, 0.022487476468086243, 0.012282755225896835, 0.05109451338648796, 0.6784530878067017, 0.004592397715896368, -0.003752457909286022, 0.018080642446875572, 0.0124572878703475, 0.011830059811472893, -0.01470439787954092, 0.027003517374396324, -0.005895940586924553, 0.078343465924263, 0.008726646192371845], "max": [0.5037384629249573, -0.7064569592475891, 1.1739552021026611, 2.1826958656311035, 0.08024099469184875, 0.7846594452857971, 0.3274967670440674, -0.5510295033454895, 1.5097728967666626, -0.6393530368804932, 0.8273727893829346, 0.752937376499176, 1.1396018266677856, 1.1019463539123535, 0.006534076761454344, 0.008252134546637535, 0.5465880632400513, 0.7141233086585999, 0.6289839148521423, 0.6241133809089661, 0.9960430264472961, 0.6405631303787231, 1.2494540214538574, 0.4666355550289154, 1.1444560289382935, 0.9988192319869995, 0.037633661180734634, 0.0024598236195743084, 0.6387795805931091, 0.6226407289505005, 0.7575055956840515, 0.4268747866153717, 0.9845184087753296, 0.3419645428657532, 1.3107913732528687, 0.6860289573669434], "count": [662]}, "action": {"mean": [0.22395861148834229, -0.8245905637741089, 1.0964549779891968, 0.3482600450515747, -0.13756288588047028, 0.6531609296798706, -0.047168880701065063, -0.8071500062942505, 1.0613523721694946, -1.1711264848709106, 0.4057925045490265, 0.23571397364139557, 0.4644947946071625, 0.9976388812065125, -0.03021731972694397, 0.0006403669249266386, 0.2653750777244568, 0.15122726559638977, 0.29653921723365784, 0.11509992927312851, 0.40550896525382996, 0.13321156799793243, 0.454478919506073, 0.14958392083644867, 0.5929509997367859, 0.8820531368255615, 0.014261167496442795, -0.0011132111540064216, 0.25545501708984375, 0.12351850420236588, 0.2893409729003906, 0.07541011273860931, 0.3403434455394745, 0.06324788928031921, 0.388430118560791, 0.10189130157232285], "std": [0.15564633905887604, 0.10607891529798508, 0.04521818086504936, 0.43696537613868713, 0.10990457236766815, 0.35230329632759094, 0.14395776391029358, 0.26425665616989136, 0.2664566934108734, 0.3742859661579132, 0.18732395768165588, 0.340239942073822, 0.49445557594299316, 0.10303114354610443, 0.01429926510900259, 0.0028626401908695698, 0.14309419691562653, 0.2744976580142975, 0.18132449686527252, 0.21079815924167633, 0.30507007241249084, 0.23986318707466125, 0.3828277289867401, 0.1609346568584442, 0.44270241260528564, 0.10364168137311935, 0.004508382640779018, 0.0014106874587014318, 0.19723711907863617, 0.22547240555286407, 0.24025246500968933, 0.1491168737411499, 0.3130722641944885, 0.12462016940116882, 0.37065473198890686, 0.18412449955940247], "min": [-0.1966506391763687, -1.0702296495437622, 1.0019335746765137, 0.1629854291677475, -0.4349775016307831, -0.8347638845443726, -0.2044232040643692, -1.3153276443481445, 0.7698057293891907, -1.7921841144561768, 0.060308899730443954, -0.2114328294992447, 0.01205368060618639, 0.8288131952285767, -0.0394662581384182, -0.007766714785248041, 0.07975064218044281, 0.0012217304902151227, 0.04391684755682945, -0.007657632231712341, 0.09050077199935913, -0.001701695960946381, 0.022487476468086243, 0.012282755225896835, 0.05109451338648796, 0.6784530878067017, 0.004592397715896368, -0.003752457909286022, 0.018080642446875572, 0.0124572878703475, 0.011830059811472893, -0.01470439787954092, 0.027003517374396324, -0.005895940586924553, 0.078343465924263, 0.008726646192371845], "max": [0.5037384629249573, -0.7064569592475891, 1.1739552021026611, 2.1826958656311035, 0.08024099469184875, 0.7846594452857971, 0.3274967670440674, -0.5510295033454895, 1.5097728967666626, -0.6393530368804932, 0.8273727893829346, 0.752937376499176, 1.1396018266677856, 1.1019463539123535, 0.006534076761454344, 0.008252134546637535, 0.5465880632400513, 0.7141233086585999, 0.6289839148521423, 0.6241133809089661, 0.9960430264472961, 0.6405631303787231, 1.2494540214538574, 0.4666355550289154, 1.1444560289382935, 0.9988192319869995, 0.037633661180734634, 0.0024598236195743084, 0.6387795805931091, 0.6226407289505005, 0.7575055956840515, 0.4268747866153717, 0.9845184087753296, 0.3419645428657532, 1.3107913732528687, 0.6860289573669434], "count": [662]}, "timestamp": {"min": [0.0], "max": [22.033333333333335], "mean": [11.016666666666666], "std": [6.370090702302092], "count": [662]}, "frame_index": {"min": [0], "max": [661], "mean": [330.5], "std": [191.10272106906274], "count": [662]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [662]}, "index": {"min": [34806], "max": [35467], "mean": [35136.5], "std": [191.10272106906274], "count": [662]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [662]}, "subtask_annotation": {"mean": [2.0468277945619335, 5.0, 5.0, 5.0, 5.0], "std": [1.446711208499626, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [662]}, "scene_annotation": {"mean": [51.0], "std": [0.0], "min": [51], "max": [51], "count": [662]}, "eef_direction_state": {"mean": [4.900302114803625, 4.54833836858006], "std": [1.5803838779796644, 1.9056099293211213], "min": [0, 0], "max": [6, 6], "count": [662]}, "eef_velocity_state": {"mean": [0.540785498489426, 0.6465256797583081], "std": [0.6713817554431836, 0.766842122920724], "min": [0, 0], "max": [2, 2], "count": [662]}, "eef_acc_mag_state": {"mean": [0.2794561933534743, 0.4954682779456193], "std": [0.6282626072512233, 0.7729239856961423], "min": [0, 0], "max": [2, 2], "count": [662]}, "eef_direction_action": {"mean": [4.900302114803625, 4.54833836858006], "std": [1.5803838779796644, 1.9056099293211213], "min": [0, 0], "max": [6, 6], "count": [662]}, "eef_velocity_action": {"mean": [0.540785498489426, 0.6465256797583081], "std": [0.6713817554431836, 0.766842122920724], "min": [0, 0], "max": [2, 2], "count": [662]}, "eef_acc_mag_action": {"mean": [0.2794561933534743, 0.4954682779456193], "std": [0.6282626072512233, 0.7729239856961423], "min": [0, 0], "max": [2, 2], "count": [662]}, "eef_sim_pose_state": {"mean": [0.6941500720597565, 0.1683340464903153, 1.24469594030276, -1.8017462724288742, 1.047877437336687, -2.3328907792325504, 0.6360861435914218, -0.10010344274068092, 1.3242572625963336, 1.4482186375642236, 0.9528590077137921, 2.3583697628370883], "std": [0.017420810383098614, 0.060629616101352764, 0.03941957965946626, 0.0966814321002957, 0.06888123315099053, 0.14202113489115134, 0.04714538407202689, 0.054293938142077114, 0.048997203349131296, 0.1773446739467424, 0.06815851704659165, 0.1761739138832514], "min": [0.6306688695258792, 0.023923756841089078, 1.1542089116846082, -2.0365998310472375, 0.9814408251132138, -2.6035507416680423, 0.5667195712745942, -0.19528523623900876, 1.2461714054105777, 1.0848619223530467, 0.8589486033754983, 2.1332916436271887], "max": [0.712758430499299, 0.2180238255699074, 1.3319563046545633, -1.685049363325662, 1.3135619414908652, -2.195418871211753, 0.7194323912330098, 0.03819400884186369, 1.451005192953813, 1.7776159283630102, 1.1136492927676143, 2.7552061927766722], "count": [662]}, "eef_sim_pose_action": {"mean": [0.6941500720597565, 0.1683340464903153, 1.24469594030276, -1.8017462724288742, 1.047877437336687, -2.3328907792325504, 0.6360861435914218, -0.10010344274068092, 1.3242572625963336, 1.4482186375642236, 0.9528590077137921, 2.3583697628370883], "std": [0.017420810383098614, 0.060629616101352764, 0.03941957965946626, 0.0966814321002957, 0.06888123315099053, 0.14202113489115134, 0.04714538407202689, 0.054293938142077114, 0.048997203349131296, 0.1773446739467424, 0.06815851704659165, 0.1761739138832514], "min": [0.6306688695258792, 0.023923756841089078, 1.1542089116846082, -2.0365998310472375, 0.9814408251132138, -2.6035507416680423, 0.5667195712745942, -0.19528523623900876, 1.2461714054105777, 1.0848619223530467, 0.8589486033754983, 2.1332916436271887], "max": [0.712758430499299, 0.2180238255699074, 1.3319563046545633, -1.685049363325662, 1.3135619414908652, -2.195418871211753, 0.7194323912330098, 0.03819400884186369, 1.451005192953813, 1.7776159283630102, 1.1136492927676143, 2.7552061927766722], "count": [662]}}} +{"episode_index": 52, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45871814057601357]], [[0.4511566136617248]], [[0.44955482989266166]]], "std": [[[0.2009838838040696]], [[0.20561599292876348]], [[0.2043943800406028]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.16862745098039217]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5772552174663903]], [[0.5791170426165045]], [[0.579214374435411]]], "std": [[[0.27813887796890746]], [[0.2884727668327807]], [[0.294478718419926]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.11372549019607843]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5968777166693235]], [[0.6082121559328338]], [[0.6000381761783304]]], "std": [[[0.2738437230138453]], [[0.2771385846163493]], [[0.2856984722365171]]], "count": [123]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4862019202667517]], [[0.5048937476752219]], [[0.49737137666719805]]], "std": [[[0.3104683782702994]], [[0.31340543533540205]], [[0.3257228475679974]]], "count": [123]}, "observation.state": {"mean": [0.3239913284778595, -0.8364174962043762, 1.0707591772079468, 0.49764642119407654, -0.2721131443977356, 0.5136879682540894, -0.01860860176384449, -0.8380945920944214, 1.1457867622375488, -1.529651165008545, 0.5006020665168762, 0.5367298722267151, 0.4722153842449188, 0.9627724289894104, -0.029427004978060722, 0.004555054008960724, 0.24835412204265594, 0.033891335129737854, 0.2741340398788452, 0.10087702423334122, 0.41431179642677307, 0.19136416912078857, 0.42378079891204834, 0.09522589296102524, 0.4940969944000244, 0.90755295753479, 0.021148325875401497, -0.052294954657554626, 0.1461028903722763, 0.14232595264911652, 0.17905694246292114, 0.0988517627120018, 0.24957208335399628, 0.0928492546081543, 0.33508697152137756, 0.06606593728065491], "std": [0.14881058037281036, 0.09073465317487717, 0.07575403898954391, 0.37187451124191284, 0.07639966160058975, 0.291668176651001, 0.12905658781528473, 0.27846410870552063, 0.28162866830825806, 0.18594865500926971, 0.21532286703586578, 0.1920846402645111, 0.44962912797927856, 0.0736076757311821, 0.01829920895397663, 0.003003888763487339, 0.1939174085855484, 0.06327072530984879, 0.19816474616527557, 0.18916839361190796, 0.3870599865913391, 0.3522844910621643, 0.39559945464134216, 0.13164110481739044, 0.48570165038108826, 0.09004176408052444, 0.007870505563914776, 0.004930242896080017, 0.22180289030075073, 0.2458553910255432, 0.2696591317653656, 0.16708065569400787, 0.34708282351493835, 0.16882364451885223, 0.458312064409256, 0.0954887717962265], "min": [-0.07548447698354721, -1.025978446006775, 0.8858935236930847, 0.20590142905712128, -0.4106464982032776, -0.6566147804260254, -0.13103684782981873, -1.3900253772735596, 0.8669508695602417, -1.8275301456451416, 0.2403295934200287, 0.31409743428230286, 0.020813051611185074, 0.8066365718841553, -0.04058981314301491, -0.0031470467802137136, 0.01814597100019455, -0.05414338782429695, 0.015522520989179611, -0.00761945266276598, 0.019351337105035782, 0.0034143005032092333, 0.0408952422440052, -0.008650287985801697, 0.026332654058933258, 0.7631888389587402, 0.007112216670066118, -0.06260278075933456, 0.01052651647478342, 0.007112216670066118, 0.011660981923341751, -0.008088510483503342, 0.015402530319988728, -0.003272492438554764, 0.019694950431585312, -0.0012217304902151227], "max": [0.5409323573112488, -0.6240940093994141, 1.1530098915100098, 1.9651474952697754, -0.06365872919559479, 0.7598515748977661, 0.30888789892196655, -0.5780785083770752, 1.634849190711975, -1.247091293334961, 0.9673862457275391, 0.8215194940567017, 1.0555424690246582, 1.069750428199768, 0.021271200850605965, 0.007859435863792896, 0.5762750506401062, 0.16136114299297333, 0.6350762248039246, 0.49539533257484436, 1.1124892234802246, 0.9801932573318481, 1.1773337125778198, 0.5214716196060181, 1.0872200727462769, 1.0041152238845825, 0.04819290339946747, -0.049240101128816605, 0.590008556842804, 0.6507242321968079, 0.7175484895706177, 0.4555582106113434, 0.9321476817131042, 0.45003312826156616, 1.3380893468856812, 0.3868522346019745], "count": [612]}, "action": {"mean": [0.3239913284778595, -0.8364174962043762, 1.0707591772079468, 0.49764642119407654, -0.2721131443977356, 0.5136879682540894, -0.01860860176384449, -0.8380945920944214, 1.1457867622375488, -1.529651165008545, 0.5006020665168762, 0.5367298722267151, 0.4722153842449188, 0.9627724289894104, -0.029427004978060722, 0.004555054008960724, 0.24835412204265594, 0.033891335129737854, 0.2741340398788452, 0.10087702423334122, 0.41431179642677307, 0.19136416912078857, 0.42378079891204834, 0.09522589296102524, 0.4940969944000244, 0.90755295753479, 0.021148325875401497, -0.052294954657554626, 0.1461028903722763, 0.14232595264911652, 0.17905694246292114, 0.0988517627120018, 0.24957208335399628, 0.0928492546081543, 0.33508697152137756, 0.06606593728065491], "std": [0.14881058037281036, 0.09073465317487717, 0.07575403898954391, 0.37187451124191284, 0.07639966160058975, 0.291668176651001, 0.12905658781528473, 0.27846410870552063, 0.28162866830825806, 0.18594865500926971, 0.21532286703586578, 0.1920846402645111, 0.44962912797927856, 0.0736076757311821, 0.01829920895397663, 0.003003888763487339, 0.1939174085855484, 0.06327072530984879, 0.19816474616527557, 0.18916839361190796, 0.3870599865913391, 0.3522844910621643, 0.39559945464134216, 0.13164110481739044, 0.48570165038108826, 0.09004176408052444, 0.007870505563914776, 0.004930242896080017, 0.22180289030075073, 0.2458553910255432, 0.2696591317653656, 0.16708065569400787, 0.34708282351493835, 0.16882364451885223, 0.458312064409256, 0.0954887717962265], "min": [-0.07548447698354721, -1.025978446006775, 0.8858935236930847, 0.20590142905712128, -0.4106464982032776, -0.6566147804260254, -0.13103684782981873, -1.3900253772735596, 0.8669508695602417, -1.8275301456451416, 0.2403295934200287, 0.31409743428230286, 0.020813051611185074, 0.8066365718841553, -0.04058981314301491, -0.0031470467802137136, 0.01814597100019455, -0.05414338782429695, 0.015522520989179611, -0.00761945266276598, 0.019351337105035782, 0.0034143005032092333, 0.0408952422440052, -0.008650287985801697, 0.026332654058933258, 0.7631888389587402, 0.007112216670066118, -0.06260278075933456, 0.01052651647478342, 0.007112216670066118, 0.011660981923341751, -0.008088510483503342, 0.015402530319988728, -0.003272492438554764, 0.019694950431585312, -0.0012217304902151227], "max": [0.5409323573112488, -0.6240940093994141, 1.1530098915100098, 1.9651474952697754, -0.06365872919559479, 0.7598515748977661, 0.30888789892196655, -0.5780785083770752, 1.634849190711975, -1.247091293334961, 0.9673862457275391, 0.8215194940567017, 1.0555424690246582, 1.069750428199768, 0.021271200850605965, 0.007859435863792896, 0.5762750506401062, 0.16136114299297333, 0.6350762248039246, 0.49539533257484436, 1.1124892234802246, 0.9801932573318481, 1.1773337125778198, 0.5214716196060181, 1.0872200727462769, 1.0041152238845825, 0.04819290339946747, -0.049240101128816605, 0.590008556842804, 0.6507242321968079, 0.7175484895706177, 0.4555582106113434, 0.9321476817131042, 0.45003312826156616, 1.3380893468856812, 0.3868522346019745], "count": [612]}, "timestamp": {"min": [0.0], "max": [20.366666666666667], "mean": [10.183333333333334], "std": [5.888964884205662], "count": [612]}, "frame_index": {"min": [0], "max": [611], "mean": [305.5], "std": [176.66894652616986], "count": [612]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [612]}, "index": {"min": [35468], "max": [36079], "mean": [35773.5], "std": [176.66894652616986], "count": [612]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [612]}, "subtask_annotation": {"mean": [2.076797385620915, 5.0, 5.0, 5.0, 5.0], "std": [1.4458587034423274, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [612]}, "scene_annotation": {"mean": [52.0], "std": [0.0], "min": [52], "max": [52], "count": [612]}, "eef_direction_state": {"mean": [4.8316993464052285, 4.6568627450980395], "std": [1.572675706217806, 1.9054193337347693], "min": [0, 0], "max": [6, 6], "count": [612]}, "eef_velocity_state": {"mean": [0.5702614379084967, 0.5375816993464052], "std": [0.6787853893925785, 0.7209919874309277], "min": [0, 0], "max": [2, 2], "count": [612]}, "eef_acc_mag_state": {"mean": [0.33986928104575165, 0.32189542483660133], "std": [0.6755622078225252, 0.663702480429362], "min": [0, 0], "max": [2, 2], "count": [612]}, "eef_direction_action": {"mean": [4.8316993464052285, 4.6568627450980395], "std": [1.572675706217806, 1.9054193337347693], "min": [0, 0], "max": [6, 6], "count": [612]}, "eef_velocity_action": {"mean": [0.5702614379084967, 0.5375816993464052], "std": [0.6787853893925785, 0.7209919874309277], "min": [0, 0], "max": [2, 2], "count": [612]}, "eef_acc_mag_action": {"mean": [0.33986928104575165, 0.32189542483660133], "std": [0.6755622078225252, 0.663702480429362], "min": [0, 0], "max": [2, 2], "count": [612]}, "eef_sim_pose_state": {"mean": [0.6732935441450246, 0.1395571131059949, 1.2284223758835555, -1.7882126592980063, 1.0525897950605516, -2.439878141325877, 0.6358050878969881, -0.09848063225815853, 1.308218016390761, 1.5940904105817848, 0.9976875471027913, 2.556477300066315], "std": [0.024778863570689334, 0.05329219677841862, 0.03902831678817552, 0.15671154604735726, 0.0754463268103497, 0.16962924578680416, 0.03754566376047696, 0.05412668555662653, 0.05417718347971978, 0.1940425507206672, 0.0799365970230824, 0.18150955869626398], "min": [0.6000002083887597, 0.025354403465005698, 1.1514688540762787, -2.125049644014529, 0.9094385733675905, -2.7899692965769582, 0.5914557061922738, -0.16620811759865411, 1.233489333875766, 1.112731054756513, 0.8735133471042791, 2.255270173695302], "max": [0.7009298100579748, 0.1983677576154061, 1.3045865489963948, -1.5252922481778326, 1.2896569681288255, -2.1768881527842403, 0.6936495818544662, 0.05091935795408567, 1.4420442960554727, 1.880639572227028, 1.151540237464861, 3.04223743730849], "count": [612]}, "eef_sim_pose_action": {"mean": [0.6732935441450246, 0.1395571131059949, 1.2284223758835555, -1.7882126592980063, 1.0525897950605516, -2.439878141325877, 0.6358050878969881, -0.09848063225815853, 1.308218016390761, 1.5940904105817848, 0.9976875471027913, 2.556477300066315], "std": [0.024778863570689334, 0.05329219677841862, 0.03902831678817552, 0.15671154604735726, 0.0754463268103497, 0.16962924578680416, 0.03754566376047696, 0.05412668555662653, 0.05417718347971978, 0.1940425507206672, 0.0799365970230824, 0.18150955869626398], "min": [0.6000002083887597, 0.025354403465005698, 1.1514688540762787, -2.125049644014529, 0.9094385733675905, -2.7899692965769582, 0.5914557061922738, -0.16620811759865411, 1.233489333875766, 1.112731054756513, 0.8735133471042791, 2.255270173695302], "max": [0.7009298100579748, 0.1983677576154061, 1.3045865489963948, -1.5252922481778326, 1.2896569681288255, -2.1768881527842403, 0.6936495818544662, 0.05091935795408567, 1.4420442960554727, 1.880639572227028, 1.151540237464861, 3.04223743730849], "count": [612]}}} +{"episode_index": 53, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46420380045292975]], [[0.4559342499426671]], [[0.4547827299048274]]], "std": [[[0.19122239200209895]], [[0.19668590978026976]], [[0.19569217970469394]]], "count": [114]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.1450980392156863]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5489668526401789]], [[0.5501435740597409]], [[0.5470453288040362]]], "std": [[[0.27838130863701915]], [[0.2903676510531376]], [[0.29667971349381334]]], "count": [114]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.09803921568627451]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5670342241428735]], [[0.5785570497936017]], [[0.5678758850762528]]], "std": [[[0.27928207334232313]], [[0.2813935844788421]], [[0.2891276246412257]]], "count": [114]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4334533328316707]], [[0.4540133943928449]], [[0.442875134373925]]], "std": [[[0.30316241160640445]], [[0.308300614053513]], [[0.3160621561498384]]], "count": [114]}, "observation.state": {"mean": [0.38235071301460266, -0.8504667282104492, 1.1392070055007935, 0.34281614422798157, -0.3172758221626282, 0.663597047328949, -0.12380030751228333, -0.8520975112915039, 1.1590443849563599, -0.9550651907920837, 0.5570814609527588, 0.018095677718520164, 0.41773521900177, 0.9218314290046692, -0.030197421088814735, -0.0001127329669543542, 0.2638043463230133, 0.016471490263938904, 0.28114011883735657, 0.08313818275928497, 0.404568612575531, 0.21582506597042084, 0.37773531675338745, 0.1820654571056366, 0.4727313220500946, 0.8983038663864136, 0.015850888565182686, -0.0571928434073925, 0.173260897397995, 0.07799230515956879, 0.20601345598697662, 0.10934470593929291, 0.32488760352134705, 0.14663651585578918, 0.3038370609283447, 0.21154220402240753], "std": [0.13234755396842957, 0.07141344249248505, 0.07198764383792877, 0.17341028153896332, 0.08457645028829575, 0.1312117725610733, 0.1723717302083969, 0.31062939763069153, 0.3462370038032532, 0.3059030771255493, 0.24144038558006287, 0.28510162234306335, 0.48609811067581177, 0.04829403758049011, 0.01852923445403576, 0.0025086854584515095, 0.17881636321544647, 0.009359143674373627, 0.17755447328090668, 0.13397081196308136, 0.36329004168510437, 0.37496984004974365, 0.3151339590549469, 0.24488197267055511, 0.4674419164657593, 0.08761958032846451, 0.0061012511141598225, 0.010368234477937222, 0.24421775341033936, 0.10893944650888443, 0.2724912464618683, 0.16168655455112457, 0.45261386036872864, 0.2518484592437744, 0.4259971082210541, 0.3903891146183014], "min": [0.11516985297203064, -1.0042344331741333, 0.9523060321807861, 0.15963560342788696, -0.498075932264328, 0.16207942366600037, -0.2911016047000885, -1.4915693998336792, 0.8521567583084106, -1.552069067955017, 0.278167188167572, -0.18842507898807526, 0.02730894833803177, 0.8078311085700989, -0.041407935321331024, -0.004783293232321739, 0.015740688890218735, -0.008186684921383858, 0.01774236187338829, -0.0014998923288658261, 0.04822017624974251, -0.001510800328105688, 0.035588353872299194, 0.007864889688789845, 0.01408262550830841, 0.7658504843711853, 0.004548764321953058, -0.07965246587991714, -0.008879362605512142, 0.005421428941190243, 0.011219194158911705, 0.005094179883599281, 0.026921704411506653, 0.004783293232321739, 0.029877854511141777, -0.010002918541431427], "max": [0.6131146550178528, -0.7008420825004578, 1.2107199430465698, 1.021567702293396, -0.12589885294437408, 0.8303649425506592, 0.27010852098464966, -0.5750743746757507, 1.843754768371582, -0.6580095291137695, 1.060370922088623, 0.5945296287536621, 1.136967420578003, 0.9850529432296753, 0.01782417483627796, 0.004390593618154526, 0.5763404369354248, 0.045122213661670685, 0.6096216440200806, 0.3709588348865509, 1.1093422174453735, 1.013719916343689, 0.9905452728271484, 0.7631998062133789, 1.0844712257385254, 1.0313150882720947, 0.045465826988220215, -0.049583710730075836, 0.6410103440284729, 0.2941206991672516, 0.7277368307113647, 0.4338124990463257, 1.2276972532272339, 0.8209810256958008, 1.320412516593933, 1.3118113279342651], "count": [556]}, "action": {"mean": [0.38235071301460266, -0.8504667282104492, 1.1392070055007935, 0.34281614422798157, -0.3172758221626282, 0.663597047328949, -0.12380030751228333, -0.8520975112915039, 1.1590443849563599, -0.9550651907920837, 0.5570814609527588, 0.018095677718520164, 0.41773521900177, 0.9218314290046692, -0.030197421088814735, -0.0001127329669543542, 0.2638043463230133, 0.016471490263938904, 0.28114011883735657, 0.08313818275928497, 0.404568612575531, 0.21582506597042084, 0.37773531675338745, 0.1820654571056366, 0.4727313220500946, 0.8983038663864136, 0.015850888565182686, -0.0571928434073925, 0.173260897397995, 0.07799230515956879, 0.20601345598697662, 0.10934470593929291, 0.32488760352134705, 0.14663651585578918, 0.3038370609283447, 0.21154220402240753], "std": [0.13234755396842957, 0.07141344249248505, 0.07198764383792877, 0.17341028153896332, 0.08457645028829575, 0.1312117725610733, 0.1723717302083969, 0.31062939763069153, 0.3462370038032532, 0.3059030771255493, 0.24144038558006287, 0.28510162234306335, 0.48609811067581177, 0.04829403758049011, 0.01852923445403576, 0.0025086854584515095, 0.17881636321544647, 0.009359143674373627, 0.17755447328090668, 0.13397081196308136, 0.36329004168510437, 0.37496984004974365, 0.3151339590549469, 0.24488197267055511, 0.4674419164657593, 0.08761958032846451, 0.0061012511141598225, 0.010368234477937222, 0.24421775341033936, 0.10893944650888443, 0.2724912464618683, 0.16168655455112457, 0.45261386036872864, 0.2518484592437744, 0.4259971082210541, 0.3903891146183014], "min": [0.11516985297203064, -1.0042344331741333, 0.9523060321807861, 0.15963560342788696, -0.498075932264328, 0.16207942366600037, -0.2911016047000885, -1.4915693998336792, 0.8521567583084106, -1.552069067955017, 0.278167188167572, -0.18842507898807526, 0.02730894833803177, 0.8078311085700989, -0.041407935321331024, -0.004783293232321739, 0.015740688890218735, -0.008186684921383858, 0.01774236187338829, -0.0014998923288658261, 0.04822017624974251, -0.001510800328105688, 0.035588353872299194, 0.007864889688789845, 0.01408262550830841, 0.7658504843711853, 0.004548764321953058, -0.07965246587991714, -0.008879362605512142, 0.005421428941190243, 0.011219194158911705, 0.005094179883599281, 0.026921704411506653, 0.004783293232321739, 0.029877854511141777, -0.010002918541431427], "max": [0.6131146550178528, -0.7008420825004578, 1.2107199430465698, 1.021567702293396, -0.12589885294437408, 0.8303649425506592, 0.27010852098464966, -0.5750743746757507, 1.843754768371582, -0.6580095291137695, 1.060370922088623, 0.5945296287536621, 1.136967420578003, 0.9850529432296753, 0.01782417483627796, 0.004390593618154526, 0.5763404369354248, 0.045122213661670685, 0.6096216440200806, 0.3709588348865509, 1.1093422174453735, 1.013719916343689, 0.9905452728271484, 0.7631998062133789, 1.0844712257385254, 1.0313150882720947, 0.045465826988220215, -0.049583710730075836, 0.6410103440284729, 0.2941206991672516, 0.7277368307113647, 0.4338124990463257, 1.2276972532272339, 0.8209810256958008, 1.320412516593933, 1.3118113279342651], "count": [556]}, "timestamp": {"min": [0.0], "max": [18.5], "mean": [9.25], "std": [5.350103841152162], "count": [556]}, "frame_index": {"min": [0], "max": [555], "mean": [277.5], "std": [160.50311523456483], "count": [556]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [556]}, "index": {"min": [36080], "max": [36635], "mean": [36357.5], "std": [160.50311523456483], "count": [556]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [556]}, "subtask_annotation": {"mean": [2.04136690647482, 5.0, 5.0, 5.0, 5.0], "std": [1.4243820830862182, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [556]}, "scene_annotation": {"mean": [53.0], "std": [0.0], "min": [53], "max": [53], "count": [556]}, "eef_direction_state": {"mean": [4.938848920863309, 4.523381294964029], "std": [1.4154344881077063, 1.8769215780127435], "min": [1, 0], "max": [6, 6], "count": [556]}, "eef_velocity_state": {"mean": [0.5863309352517986, 0.6798561151079137], "std": [0.6979622383519799, 0.7598447262922327], "min": [0, 0], "max": [2, 2], "count": [556]}, "eef_acc_mag_state": {"mean": [0.37410071942446044, 0.4064748201438849], "std": [0.6945148018577351, 0.7198829474290038], "min": [0, 0], "max": [2, 2], "count": [556]}, "eef_direction_action": {"mean": [4.938848920863309, 4.523381294964029], "std": [1.4154344881077063, 1.8769215780127435], "min": [1, 0], "max": [6, 6], "count": [556]}, "eef_velocity_action": {"mean": [0.5863309352517986, 0.6798561151079137], "std": [0.6979622383519799, 0.7598447262922327], "min": [0, 0], "max": [2, 2], "count": [556]}, "eef_acc_mag_action": {"mean": [0.37410071942446044, 0.4064748201438849], "std": [0.6945148018577351, 0.7198829474290038], "min": [0, 0], "max": [2, 2], "count": [556]}, "eef_sim_pose_state": {"mean": [0.6923619581401869, 0.1658945175143912, 1.2240017582643659, -1.7468300523310807, 1.0855414683004683, -2.3390354289686597, 0.63839309343177, -0.10190448568173505, 1.3224359716598746, 1.3572047272388361, 0.979832805976203, 2.3362150194307545], "std": [0.018171958998507393, 0.0528180939390496, 0.035409546438631985, 0.12759758001688323, 0.05028736281294328, 0.12799275759668924, 0.043730354286146716, 0.0575886324161211, 0.059601129523481546, 0.1644056900155791, 0.06537952241640516, 0.1546147603898557], "min": [0.6565204494635326, 0.047592571193137895, 1.149783107565278, -2.004937598043175, 0.9821924242651581, -2.6484494111456462, 0.582272061623409, -0.19256010302255147, 1.231598819010032, 0.9063562471057555, 0.8681953139308938, 2.0459015769874593], "max": [0.7136911433964258, 0.2366212787817779, 1.3016469658355525, -1.4391501346859956, 1.2116722427689788, -2.0755171996945183, 0.7016452872430043, 0.055525582105493715, 1.4529275499820604, 1.6228639198686439, 1.131797985161978, 2.759695082273085], "count": [556]}, "eef_sim_pose_action": {"mean": [0.6923619581401869, 0.1658945175143912, 1.2240017582643659, -1.7468300523310807, 1.0855414683004683, -2.3390354289686597, 0.63839309343177, -0.10190448568173505, 1.3224359716598746, 1.3572047272388361, 0.979832805976203, 2.3362150194307545], "std": [0.018171958998507393, 0.0528180939390496, 0.035409546438631985, 0.12759758001688323, 0.05028736281294328, 0.12799275759668924, 0.043730354286146716, 0.0575886324161211, 0.059601129523481546, 0.1644056900155791, 0.06537952241640516, 0.1546147603898557], "min": [0.6565204494635326, 0.047592571193137895, 1.149783107565278, -2.004937598043175, 0.9821924242651581, -2.6484494111456462, 0.582272061623409, -0.19256010302255147, 1.231598819010032, 0.9063562471057555, 0.8681953139308938, 2.0459015769874593], "max": [0.7136911433964258, 0.2366212787817779, 1.3016469658355525, -1.4391501346859956, 1.2116722427689788, -2.0755171996945183, 0.7016452872430043, 0.055525582105493715, 1.4529275499820604, 1.6228639198686439, 1.131797985161978, 2.759695082273085], "count": [556]}}} +{"episode_index": 54, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46213396001165324]], [[0.454291028588438]], [[0.45375829976693516]]], "std": [[[0.1898730942707661]], [[0.19428148019942237]], [[0.19341975166677214]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5460974343871915]], [[0.552318382036277]], [[0.5520405773420479]]], "std": [[[0.28093534603242226]], [[0.2877172142607093]], [[0.2918706860221316]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5919881124284339]], [[0.6058839726782186]], [[0.5960278506105285]]], "std": [[[0.2781009273441536]], [[0.2782807603103932]], [[0.28785697874665156]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.445156387748898]], [[0.4655736449941734]], [[0.4510808601864518]]], "std": [[[0.30108518819046093]], [[0.30394047085016507]], [[0.31548963647740286]]], "count": [129]}, "observation.state": {"mean": [0.26947614550590515, -0.834463894367218, 1.093921184539795, 0.09153225272893906, -0.08233441412448883, 0.9638172388076782, 0.07039577513933182, -0.849276065826416, 1.0712337493896484, -1.7366818189620972, 0.33571764826774597, 0.7353143692016602, 0.4769839644432068, 0.9661309719085693, -0.03013339824974537, 0.002601708984002471, 0.18978841602802277, 0.11059924215078354, 0.2229858636856079, 0.11756572127342224, 0.34659242630004883, 0.1455296277999878, 0.344671368598938, 0.15310217440128326, 0.4809909462928772, 0.8905434608459473, 0.016651935875415802, -0.06852987408638, 0.19568867981433868, 0.19730660319328308, 0.2676863670349121, 0.10868778079748154, 0.3722176253795624, 0.2003551870584488, 0.359817236661911, 0.15309680998325348], "std": [0.16246861219406128, 0.08798132836818695, 0.05523958057165146, 0.22237005829811096, 0.15990984439849854, 0.1761106252670288, 0.16938388347625732, 0.3181271553039551, 0.28972044587135315, 0.15925608575344086, 0.18670402467250824, 0.1217898279428482, 0.4567238688468933, 0.05770057812333107, 0.015065489336848259, 0.005058646202087402, 0.14442123472690582, 0.21160371601581573, 0.17410284280776978, 0.23702079057693481, 0.3574097156524658, 0.38846004009246826, 0.31301483511924744, 0.2468223124742508, 0.4692555367946625, 0.07977098226547241, 0.005520902574062347, 0.010798750445246696, 0.21046006679534912, 0.31014934182167053, 0.2746930718421936, 0.18200333416461945, 0.4210401773452759, 0.35456982254981995, 0.42707768082618713, 0.197220116853714], "min": [0.03490500897169113, -1.0382930040359497, 0.9300850629806519, -0.06376602500677109, -0.41920584440231323, 0.15816929936408997, -0.15506981313228607, -1.3732166290283203, 0.7871748208999634, -2.1226015090942383, 0.06913051754236221, 0.5846589803695679, 0.020251108333468437, 0.847755491733551, -0.041315216571092606, -0.006075927056372166, 0.019373154267668724, -0.010079275816679, 0.0169951431453228, -0.0046796640381217, 0.02177843637764454, -0.06342635303735733, 0.050096407532691956, 0.014966197311878204, 0.021293018013238907, 0.7673776149749756, 0.006506805773824453, -0.08828093856573105, -0.018184149637818336, 0.006615888327360153, 0.012162762694060802, -0.006305002141743898, 0.023551035672426224, -0.006790421437472105, 0.03649374470114708, 0.0190131813287735], "max": [0.5825846791267395, -0.7076967358589172, 1.189631462097168, 1.112644910812378, 0.14360858500003815, 1.0610636472702026, 0.4302924871444702, -0.5415045619010925, 1.5294547080993652, -1.4762150049209595, 0.6376840472221375, 0.9981784820556641, 1.0878310203552246, 1.0238429307937622, 1.6362469978048466e-05, 0.007946701720356941, 0.48070183396339417, 0.6294147968292236, 0.5730569958686829, 0.7560439109802246, 1.1273189783096313, 1.1166998147964478, 1.062092900276184, 0.8239317536354065, 1.0609092712402344, 0.9671414494514465, 0.03324852138757706, -0.061081066727638245, 0.5645594596862793, 0.7843673229217529, 0.748473584651947, 0.4918174147605896, 1.162967562675476, 0.9693558812141418, 1.1815987825393677, 0.6496551632881165], "count": [655]}, "action": {"mean": [0.26947614550590515, -0.834463894367218, 1.093921184539795, 0.09153225272893906, -0.08233441412448883, 0.9638172388076782, 0.07039577513933182, -0.849276065826416, 1.0712337493896484, -1.7366818189620972, 0.33571764826774597, 0.7353143692016602, 0.4769839644432068, 0.9661309719085693, -0.03013339824974537, 0.002601708984002471, 0.18978841602802277, 0.11059924215078354, 0.2229858636856079, 0.11756572127342224, 0.34659242630004883, 0.1455296277999878, 0.344671368598938, 0.15310217440128326, 0.4809909462928772, 0.8905434608459473, 0.016651935875415802, -0.06852987408638, 0.19568867981433868, 0.19730660319328308, 0.2676863670349121, 0.10868778079748154, 0.3722176253795624, 0.2003551870584488, 0.359817236661911, 0.15309680998325348], "std": [0.16246861219406128, 0.08798132836818695, 0.05523958057165146, 0.22237005829811096, 0.15990984439849854, 0.1761106252670288, 0.16938388347625732, 0.3181271553039551, 0.28972044587135315, 0.15925608575344086, 0.18670402467250824, 0.1217898279428482, 0.4567238688468933, 0.05770057812333107, 0.015065489336848259, 0.005058646202087402, 0.14442123472690582, 0.21160371601581573, 0.17410284280776978, 0.23702079057693481, 0.3574097156524658, 0.38846004009246826, 0.31301483511924744, 0.2468223124742508, 0.4692555367946625, 0.07977098226547241, 0.005520902574062347, 0.010798750445246696, 0.21046006679534912, 0.31014934182167053, 0.2746930718421936, 0.18200333416461945, 0.4210401773452759, 0.35456982254981995, 0.42707768082618713, 0.197220116853714], "min": [0.03490500897169113, -1.0382930040359497, 0.9300850629806519, -0.06376602500677109, -0.41920584440231323, 0.15816929936408997, -0.15506981313228607, -1.3732166290283203, 0.7871748208999634, -2.1226015090942383, 0.06913051754236221, 0.5846589803695679, 0.020251108333468437, 0.847755491733551, -0.041315216571092606, -0.006075927056372166, 0.019373154267668724, -0.010079275816679, 0.0169951431453228, -0.0046796640381217, 0.02177843637764454, -0.06342635303735733, 0.050096407532691956, 0.014966197311878204, 0.021293018013238907, 0.7673776149749756, 0.006506805773824453, -0.08828093856573105, -0.018184149637818336, 0.006615888327360153, 0.012162762694060802, -0.006305002141743898, 0.023551035672426224, -0.006790421437472105, 0.03649374470114708, 0.0190131813287735], "max": [0.5825846791267395, -0.7076967358589172, 1.189631462097168, 1.112644910812378, 0.14360858500003815, 1.0610636472702026, 0.4302924871444702, -0.5415045619010925, 1.5294547080993652, -1.4762150049209595, 0.6376840472221375, 0.9981784820556641, 1.0878310203552246, 1.0238429307937622, 1.6362469978048466e-05, 0.007946701720356941, 0.48070183396339417, 0.6294147968292236, 0.5730569958686829, 0.7560439109802246, 1.1273189783096313, 1.1166998147964478, 1.062092900276184, 0.8239317536354065, 1.0609092712402344, 0.9671414494514465, 0.03324852138757706, -0.061081066727638245, 0.5645594596862793, 0.7843673229217529, 0.748473584651947, 0.4918174147605896, 1.162967562675476, 0.9693558812141418, 1.1815987825393677, 0.6496551632881165], "count": [655]}, "timestamp": {"min": [0.0], "max": [21.8], "mean": [10.9], "std": [6.3027330932258625], "count": [655]}, "frame_index": {"min": [0], "max": [654], "mean": [327.0], "std": [189.08199279677586], "count": [655]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [655]}, "index": {"min": [36636], "max": [37290], "mean": [36963.0], "std": [189.08199279677586], "count": [655]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [655]}, "subtask_annotation": {"mean": [2.3938931297709924, 5.0, 5.0, 5.0, 5.0], "std": [1.3981315626368527, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [655]}, "scene_annotation": {"mean": [54.0], "std": [0.0], "min": [54], "max": [54], "count": [655]}, "eef_direction_state": {"mean": [4.957251908396946, 4.8366412213740455], "std": [1.5711147661128626, 1.7313986803627541], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_state": {"mean": [0.5114503816793893, 0.5679389312977099], "std": [0.6853584587671452, 0.7233580697234056], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_state": {"mean": [0.2641221374045801, 0.36946564885496186], "std": [0.6019140845960721, 0.693028879229395], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_direction_action": {"mean": [4.957251908396946, 4.8366412213740455], "std": [1.5711147661128626, 1.7313986803627541], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_action": {"mean": [0.5114503816793893, 0.5679389312977099], "std": [0.6853584587671452, 0.7233580697234056], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_action": {"mean": [0.2641221374045801, 0.36946564885496186], "std": [0.6019140845960721, 0.693028879229395], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_sim_pose_state": {"mean": [0.6960111792782204, 0.17346066679424538, 1.2184735485568943, -1.9782195004880212, 1.083223544001939, -2.4669386690198345, 0.6395573287610887, -0.08530331215609442, 1.3299729723963523, 1.5834349413683495, 1.0086326065945088, 2.463563604325941], "std": [0.01209908975345491, 0.04563166615900206, 0.0397825924476512, 0.17432623688158408, 0.06058565029943066, 0.10297349537827327, 0.051843275056201184, 0.061878240679949265, 0.06683712347475491, 0.15631580677623652, 0.059488071930744436, 0.11961818445283047], "min": [0.6584189961600925, 0.04405356732866533, 1.148081048466664, -2.1778340821322004, 0.960596387806695, -2.600858957119383, 0.5837521574996389, -0.15453005911082418, 1.2356784859641725, 1.2034029919527565, 0.8975294934649369, 2.1997980366161234], "max": [0.7141876791234235, 0.2316062001334092, 1.2933895668852662, -1.6257727095316383, 1.283383425738816, -2.168706218416714, 0.7101667095956137, 0.05798962456923726, 1.4676671421587357, 1.8466934656217435, 1.172290532283113, 2.851497840795869], "count": [655]}, "eef_sim_pose_action": {"mean": [0.6960111792782204, 0.17346066679424538, 1.2184735485568943, -1.9782195004880212, 1.083223544001939, -2.4669386690198345, 0.6395573287610887, -0.08530331215609442, 1.3299729723963523, 1.5834349413683495, 1.0086326065945088, 2.463563604325941], "std": [0.01209908975345491, 0.04563166615900206, 0.0397825924476512, 0.17432623688158408, 0.06058565029943066, 0.10297349537827327, 0.051843275056201184, 0.061878240679949265, 0.06683712347475491, 0.15631580677623652, 0.059488071930744436, 0.11961818445283047], "min": [0.6584189961600925, 0.04405356732866533, 1.148081048466664, -2.1778340821322004, 0.960596387806695, -2.600858957119383, 0.5837521574996389, -0.15453005911082418, 1.2356784859641725, 1.2034029919527565, 0.8975294934649369, 2.1997980366161234], "max": [0.7141876791234235, 0.2316062001334092, 1.2933895668852662, -1.6257727095316383, 1.283383425738816, -2.168706218416714, 0.7101667095956137, 0.05798962456923726, 1.4676671421587357, 1.8466934656217435, 1.172290532283113, 2.851497840795869], "count": [655]}}} +{"episode_index": 55, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4572430652050847]], [[0.4514276060161597]], [[0.4496638522206783]]], "std": [[[0.19617565676273205]], [[0.20031169769994359]], [[0.19963065846410163]]], "count": [127]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.1450980392156863]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5497400899336112]], [[0.5586179671015388]], [[0.5580708178940867]]], "std": [[[0.2788678577831644]], [[0.2864258297696607]], [[0.29050023084707843]]], "count": [127]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.10196078431372549]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5797135312130101]], [[0.5908484557536926]], [[0.580876420089033]]], "std": [[[0.28756367234245656]], [[0.28826582865137723]], [[0.29773966230710974]]], "count": [127]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44495416795327053]], [[0.4670574372137306]], [[0.45264665193505227]]], "std": [[[0.3125721614984364]], [[0.3157651710489064]], [[0.32523101390137127]]], "count": [127]}, "observation.state": {"mean": [0.3003327548503876, -0.8547453880310059, 1.0870277881622314, 0.04685140773653984, -0.1556321680545807, 0.9741879105567932, 0.027279622852802277, -0.8720249533653259, 1.0967637300491333, -0.5520344376564026, 0.18306155502796173, -0.45478203892707825, 0.4474930763244629, 0.9042085409164429, -0.035472944378852844, 0.0022216278593987226, 0.15340714156627655, 0.047981321811676025, 0.17270247638225555, 0.07888252288103104, 0.22603531181812286, 0.13605062663555145, 0.28610873222351074, 0.12815888226032257, 0.511501669883728, 0.932343602180481, 0.01539978850632906, -0.06769099086523056, 0.17931874096393585, 0.02146029658615589, 0.21168634295463562, 0.0835043340921402, 0.31058812141418457, 0.22211924195289612, 0.2772786319255829, 0.17686380445957184], "std": [0.15438024699687958, 0.0832442045211792, 0.05672033503651619, 0.19157996773719788, 0.13585937023162842, 0.1378566175699234, 0.12881383299827576, 0.26356732845306396, 0.3310296833515167, 0.6004184484481812, 0.3978404402732849, 0.5847612619400024, 0.4107326567173004, 0.049081575125455856, 0.02106509916484356, 0.0051439846865832806, 0.18550413846969604, 0.10140974074602127, 0.1834382265806198, 0.17373815178871155, 0.23950636386871338, 0.2813141942024231, 0.3155968189239502, 0.22560282051563263, 0.49568110704421997, 0.0842178538441658, 0.007050541695207357, 0.008169930428266525, 0.2441536784172058, 0.030426237732172012, 0.26073774695396423, 0.10904345661401749, 0.4302825629711151, 0.38225263357162476, 0.397828608751297, 0.2870532274246216], "min": [0.005066472105681896, -1.0638160705566406, 0.9077210426330566, -0.06139371916651726, -0.45716267824172974, 0.266162633895874, -0.07302872836589813, -1.3973926305770874, 0.7669565677642822, -1.6845006942749023, -0.3063010275363922, -0.8155232071876526, 0.023343777284026146, 0.741601288318634, -0.050707269459962845, -0.006223189644515514, 0.005934119690209627, -0.006692246999591589, 0.017469653859734535, -0.005225079134106636, 0.017965983599424362, 0.002339832251891494, 0.04512767121195793, 0.0035451999865472317, 0.017873262986540794, 0.8006916046142578, 0.00517053809016943, -0.08361218124628067, -0.003430662676692009, -0.01110465731471777, 0.013673563487827778, -0.0025743606965988874, 0.011726430617272854, 0.010357437655329704, 0.018729563802480698, -0.002787072444334626], "max": [0.5910963416099548, -0.7181277275085449, 1.1607824563980103, 1.0016117095947266, 0.05534786358475685, 1.0229147672653198, 0.3195453882217407, -0.600990891456604, 1.7247225046157837, 0.03032730519771576, 1.0362902879714966, 0.7047641277313232, 1.0836477279663086, 1.0352147817611694, 0.016209745779633522, 0.007548549212515354, 0.555931031703949, 0.28023988008499146, 0.5696536898612976, 0.530585527420044, 0.8762480616569519, 0.8399178385734558, 1.0200849771499634, 0.691673994064331, 1.065567135810852, 1.047579288482666, 0.07160212844610214, -0.06216099113225937, 0.6267149448394775, 0.2139773666858673, 0.7085382342338562, 0.3050290048122406, 1.1482521295547485, 1.0378273725509644, 1.1112184524536133, 0.9087983965873718], "count": [642]}, "action": {"mean": [0.3003327548503876, -0.8547453880310059, 1.0870277881622314, 0.04685140773653984, -0.1556321680545807, 0.9741879105567932, 0.027279622852802277, -0.8720249533653259, 1.0967637300491333, -0.5520344376564026, 0.18306155502796173, -0.45478203892707825, 0.4474930763244629, 0.9042085409164429, -0.035472944378852844, 0.0022216278593987226, 0.15340714156627655, 0.047981321811676025, 0.17270247638225555, 0.07888252288103104, 0.22603531181812286, 0.13605062663555145, 0.28610873222351074, 0.12815888226032257, 0.511501669883728, 0.932343602180481, 0.01539978850632906, -0.06769099086523056, 0.17931874096393585, 0.02146029658615589, 0.21168634295463562, 0.0835043340921402, 0.31058812141418457, 0.22211924195289612, 0.2772786319255829, 0.17686380445957184], "std": [0.15438024699687958, 0.0832442045211792, 0.05672033503651619, 0.19157996773719788, 0.13585937023162842, 0.1378566175699234, 0.12881383299827576, 0.26356732845306396, 0.3310296833515167, 0.6004184484481812, 0.3978404402732849, 0.5847612619400024, 0.4107326567173004, 0.049081575125455856, 0.02106509916484356, 0.0051439846865832806, 0.18550413846969604, 0.10140974074602127, 0.1834382265806198, 0.17373815178871155, 0.23950636386871338, 0.2813141942024231, 0.3155968189239502, 0.22560282051563263, 0.49568110704421997, 0.0842178538441658, 0.007050541695207357, 0.008169930428266525, 0.2441536784172058, 0.030426237732172012, 0.26073774695396423, 0.10904345661401749, 0.4302825629711151, 0.38225263357162476, 0.397828608751297, 0.2870532274246216], "min": [0.005066472105681896, -1.0638160705566406, 0.9077210426330566, -0.06139371916651726, -0.45716267824172974, 0.266162633895874, -0.07302872836589813, -1.3973926305770874, 0.7669565677642822, -1.6845006942749023, -0.3063010275363922, -0.8155232071876526, 0.023343777284026146, 0.741601288318634, -0.050707269459962845, -0.006223189644515514, 0.005934119690209627, -0.006692246999591589, 0.017469653859734535, -0.005225079134106636, 0.017965983599424362, 0.002339832251891494, 0.04512767121195793, 0.0035451999865472317, 0.017873262986540794, 0.8006916046142578, 0.00517053809016943, -0.08361218124628067, -0.003430662676692009, -0.01110465731471777, 0.013673563487827778, -0.0025743606965988874, 0.011726430617272854, 0.010357437655329704, 0.018729563802480698, -0.002787072444334626], "max": [0.5910963416099548, -0.7181277275085449, 1.1607824563980103, 1.0016117095947266, 0.05534786358475685, 1.0229147672653198, 0.3195453882217407, -0.600990891456604, 1.7247225046157837, 0.03032730519771576, 1.0362902879714966, 0.7047641277313232, 1.0836477279663086, 1.0352147817611694, 0.016209745779633522, 0.007548549212515354, 0.555931031703949, 0.28023988008499146, 0.5696536898612976, 0.530585527420044, 0.8762480616569519, 0.8399178385734558, 1.0200849771499634, 0.691673994064331, 1.065567135810852, 1.047579288482666, 0.07160212844610214, -0.06216099113225937, 0.6267149448394775, 0.2139773666858673, 0.7085382342338562, 0.3050290048122406, 1.1482521295547485, 1.0378273725509644, 1.1112184524536133, 0.9087983965873718], "count": [642]}, "timestamp": {"min": [0.0], "max": [21.366666666666667], "mean": [10.683333333333334], "std": [6.177640386162078], "count": [642]}, "frame_index": {"min": [0], "max": [641], "mean": [320.5], "std": [185.32921158486232], "count": [642]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [642]}, "index": {"min": [37291], "max": [37932], "mean": [37611.5], "std": [185.32921158486232], "count": [642]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [642]}, "subtask_annotation": {"mean": [2.2990654205607477, 5.0, 5.0, 5.0, 5.0], "std": [1.3754520294942139, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [642]}, "scene_annotation": {"mean": [55.0], "std": [0.0], "min": [55], "max": [55], "count": [642]}, "eef_direction_state": {"mean": [5.003115264797508, 4.713395638629284], "std": [1.371717985892129, 1.6037654278353601], "min": [1, 0], "max": [6, 6], "count": [642]}, "eef_velocity_state": {"mean": [0.5389408099688473, 0.6573208722741433], "std": [0.6645525041442915, 0.7326504097437511], "min": [0, 0], "max": [2, 2], "count": [642]}, "eef_acc_mag_state": {"mean": [0.27102803738317754, 0.4205607476635514], "std": [0.6073807736488984, 0.7303485683948802], "min": [0, 0], "max": [2, 2], "count": [642]}, "eef_direction_action": {"mean": [5.003115264797508, 4.713395638629284], "std": [1.371717985892129, 1.6037654278353601], "min": [1, 0], "max": [6, 6], "count": [642]}, "eef_velocity_action": {"mean": [0.5389408099688473, 0.6573208722741433], "std": [0.6645525041442915, 0.7326504097437511], "min": [0, 0], "max": [2, 2], "count": [642]}, "eef_acc_mag_action": {"mean": [0.27102803738317754, 0.4205607476635514], "std": [0.6073807736488984, 0.7303485683948802], "min": [0, 0], "max": [2, 2], "count": [642]}, "eef_sim_pose_state": {"mean": [0.6932774493635763, 0.15938961504277668, 1.2217035194128105, -1.8703367962081021, 1.0690413830336158, -2.39464602265235, 0.6615404119901853, -0.10995947677681149, 1.3232661884220889, 1.5126424994684464, 1.0102357517995926, 2.278292830377197], "std": [0.017847105530713957, 0.0524816977687999, 0.03905862089918697, 0.13216914831149174, 0.061812842200506014, 0.05581835265212501, 0.03937013360228062, 0.05562948629519165, 0.06712279291630496, 0.29821793405965885, 0.17854231223408326, 0.24900185612981765], "min": [0.6422146918916323, 0.01995048098331212, 1.1498328733790384, -1.9895503927244897, 0.9495389824687597, -2.5090568255328467, 0.6115764939173101, -0.19431222272681029, 1.2259617921903188, 0.8776465504878476, 0.6566062847107954, 1.7525919391593985], "max": [0.7137920107845216, 0.21750464973863542, 1.3060513981216588, -1.5858603748031457, 1.286000844379429, -2.212090137830675, 0.7339677998231093, 0.029730084698706416, 1.4599441247276264, 1.9915774715819317, 1.229787433116198, 2.921070812415518], "count": [642]}, "eef_sim_pose_action": {"mean": [0.6932774493635763, 0.15938961504277668, 1.2217035194128105, -1.8703367962081021, 1.0690413830336158, -2.39464602265235, 0.6615404119901853, -0.10995947677681149, 1.3232661884220889, 1.5126424994684464, 1.0102357517995926, 2.278292830377197], "std": [0.017847105530713957, 0.0524816977687999, 0.03905862089918697, 0.13216914831149174, 0.061812842200506014, 0.05581835265212501, 0.03937013360228062, 0.05562948629519165, 0.06712279291630496, 0.29821793405965885, 0.17854231223408326, 0.24900185612981765], "min": [0.6422146918916323, 0.01995048098331212, 1.1498328733790384, -1.9895503927244897, 0.9495389824687597, -2.5090568255328467, 0.6115764939173101, -0.19431222272681029, 1.2259617921903188, 0.8776465504878476, 0.6566062847107954, 1.7525919391593985], "max": [0.7137920107845216, 0.21750464973863542, 1.3060513981216588, -1.5858603748031457, 1.286000844379429, -2.212090137830675, 0.7339677998231093, 0.029730084698706416, 1.4599441247276264, 1.9915774715819317, 1.229787433116198, 2.921070812415518], "count": [642]}}} +{"episode_index": 56, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4602292092184096]], [[0.449576628880719]], [[0.447783095043573]]], "std": [[[0.19955712061712072]], [[0.20207693273520508]], [[0.2002386766259175]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.12549019607843137]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5623179738562092]], [[0.5689327733523966]], [[0.5679126412717865]]], "std": [[[0.282756173338863]], [[0.28691704152993547]], [[0.29329893803160273]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.1411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6051926334422658]], [[0.6150938640386711]], [[0.6027474928513072]]], "std": [[[0.2605219137293448]], [[0.2661629456235809]], [[0.274144336335296]]], "count": [120]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42815946520969494]], [[0.45054369383169934]], [[0.44535735294117645]]], "std": [[[0.311931904919139]], [[0.31259354189685196]], [[0.319549945925583]]], "count": [120]}, "observation.state": {"mean": [0.29911550879478455, -0.8982875347137451, 1.316836953163147, 1.1135369539260864, -0.5644991993904114, 0.05390750989317894, -0.2383936643600464, -0.70970219373703, 0.9894936084747314, -1.271394968032837, 0.5503922700881958, 0.29677683115005493, 0.5928998589515686, 0.85178142786026, -0.03014884889125824, 0.004221552982926369, 0.14126808941364288, 0.14915208518505096, 0.1793428659439087, 0.14970619976520538, 0.2306494116783142, 0.14338229596614838, 0.24181318283081055, 0.24874360859394073, 0.5216073393821716, 0.8842388391494751, 0.015868840739130974, 0.011993540450930595, 0.2695719599723816, 0.21715901792049408, 0.28067293763160706, 0.15387356281280518, 0.3026655316352844, 0.14383888244628906, 0.341012179851532, 0.26104217767715454], "std": [0.10646133869886398, 0.10211504995822906, 0.08239256590604782, 0.15324102342128754, 0.034942105412483215, 0.12319856882095337, 0.1831488013267517, 0.23108655214309692, 0.1254345327615738, 0.3170078992843628, 0.13430096209049225, 0.3113096356391907, 0.3107711374759674, 0.03704085573554039, 0.014550660736858845, 0.02278824709355831, 0.20829220116138458, 0.2851931154727936, 0.21640285849571228, 0.27562323212623596, 0.32331645488739014, 0.26770079135894775, 0.3355095386505127, 0.3988892734050751, 0.5322164297103882, 0.09863416850566864, 0.006087501998990774, 0.03546978905797005, 0.3132242262363434, 0.32438036799430847, 0.3128494918346405, 0.22606654465198517, 0.33277446031570435, 0.21426139771938324, 0.38181278109550476, 0.3282194435596466], "min": [0.07634279131889343, -1.1306339502334595, 1.1257939338684082, 0.9783297777175903, -0.6276703476905823, -0.3313949704170227, -0.523241400718689, -1.1762083768844604, 0.8288065195083618, -1.7892037630081177, 0.29504749178886414, -0.3390312194824219, 0.017529649659991264, 0.7960392236709595, -0.039618972688913345, -0.00483237998560071, 0.017464200034737587, -0.007024950347840786, 0.017780540511012077, -0.007106762379407883, 0.019204074516892433, 0.0010417436715215445, 0.016253378242254257, 0.012402745895087719, 0.01981494203209877, 0.7307857275009155, 0.0042542400769889355, -0.0037688203155994415, 0.011639164760708809, 0.016661660745739937, 0.009937467984855175, 0.0003108867967966944, 0.015631604939699173, 0.006354088895022869, 0.022482022643089294, 0.015211635269224644], "max": [0.4911974370479584, -0.6900892853736877, 1.387641191482544, 1.6746537685394287, -0.4704308807849884, 0.21331636607646942, 0.12830691039562225, -0.44594913721084595, 1.2400935888290405, -0.684259831905365, 0.676403820514679, 0.7742284536361694, 1.0613783597946167, 0.95221346616745, 0.007832164876163006, 0.12421835213899612, 0.5613142848014832, 0.738476037979126, 0.6105489134788513, 0.7226099967956543, 0.9110073447227478, 0.7252388596534729, 0.952753484249115, 1.1395964622497559, 1.2206668853759766, 0.9939813017845154, 0.0394662581384182, 0.16023758053779602, 0.8054039478302002, 0.7790277004241943, 0.8242753744125366, 0.5844180583953857, 0.8707010746002197, 0.5168574452400208, 0.9886526465415955, 0.7843837141990662], "count": [593]}, "action": {"mean": [0.29911550879478455, -0.8982875347137451, 1.316836953163147, 1.1135369539260864, -0.5644991993904114, 0.05390750989317894, -0.2383936643600464, -0.70970219373703, 0.9894936084747314, -1.271394968032837, 0.5503922700881958, 0.29677683115005493, 0.5928998589515686, 0.85178142786026, -0.03014884889125824, 0.004221552982926369, 0.14126808941364288, 0.14915208518505096, 0.1793428659439087, 0.14970619976520538, 0.2306494116783142, 0.14338229596614838, 0.24181318283081055, 0.24874360859394073, 0.5216073393821716, 0.8842388391494751, 0.015868840739130974, 0.011993540450930595, 0.2695719599723816, 0.21715901792049408, 0.28067293763160706, 0.15387356281280518, 0.3026655316352844, 0.14383888244628906, 0.341012179851532, 0.26104217767715454], "std": [0.10646133869886398, 0.10211504995822906, 0.08239256590604782, 0.15324102342128754, 0.034942105412483215, 0.12319856882095337, 0.1831488013267517, 0.23108655214309692, 0.1254345327615738, 0.3170078992843628, 0.13430096209049225, 0.3113096356391907, 0.3107711374759674, 0.03704085573554039, 0.014550660736858845, 0.02278824709355831, 0.20829220116138458, 0.2851931154727936, 0.21640285849571228, 0.27562323212623596, 0.32331645488739014, 0.26770079135894775, 0.3355095386505127, 0.3988892734050751, 0.5322164297103882, 0.09863416850566864, 0.006087501998990774, 0.03546978905797005, 0.3132242262363434, 0.32438036799430847, 0.3128494918346405, 0.22606654465198517, 0.33277446031570435, 0.21426139771938324, 0.38181278109550476, 0.3282194435596466], "min": [0.07634279131889343, -1.1306339502334595, 1.1257939338684082, 0.9783297777175903, -0.6276703476905823, -0.3313949704170227, -0.523241400718689, -1.1762083768844604, 0.8288065195083618, -1.7892037630081177, 0.29504749178886414, -0.3390312194824219, 0.017529649659991264, 0.7960392236709595, -0.039618972688913345, -0.00483237998560071, 0.017464200034737587, -0.007024950347840786, 0.017780540511012077, -0.007106762379407883, 0.019204074516892433, 0.0010417436715215445, 0.016253378242254257, 0.012402745895087719, 0.01981494203209877, 0.7307857275009155, 0.0042542400769889355, -0.0037688203155994415, 0.011639164760708809, 0.016661660745739937, 0.009937467984855175, 0.0003108867967966944, 0.015631604939699173, 0.006354088895022869, 0.022482022643089294, 0.015211635269224644], "max": [0.4911974370479584, -0.6900892853736877, 1.387641191482544, 1.6746537685394287, -0.4704308807849884, 0.21331636607646942, 0.12830691039562225, -0.44594913721084595, 1.2400935888290405, -0.684259831905365, 0.676403820514679, 0.7742284536361694, 1.0613783597946167, 0.95221346616745, 0.007832164876163006, 0.12421835213899612, 0.5613142848014832, 0.738476037979126, 0.6105489134788513, 0.7226099967956543, 0.9110073447227478, 0.7252388596534729, 0.952753484249115, 1.1395964622497559, 1.2206668853759766, 0.9939813017845154, 0.0394662581384182, 0.16023758053779602, 0.8054039478302002, 0.7790277004241943, 0.8242753744125366, 0.5844180583953857, 0.8707010746002197, 0.5168574452400208, 0.9886526465415955, 0.7843837141990662], "count": [593]}, "timestamp": {"min": [0.0], "max": [19.733333333333334], "mean": [9.866666666666667], "std": [5.706137047074843], "count": [593]}, "frame_index": {"min": [0], "max": [592], "mean": [296.0], "std": [171.18411141224527], "count": [593]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [593]}, "index": {"min": [37933], "max": [38525], "mean": [38229.0], "std": [171.18411141224527], "count": [593]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [593]}, "subtask_annotation": {"mean": [2.24283305227656, 5.0, 5.0, 5.0, 5.0], "std": [1.416020145715734, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [593]}, "scene_annotation": {"mean": [56.0], "std": [0.0], "min": [56], "max": [56], "count": [593]}, "eef_direction_state": {"mean": [4.807757166947724, 4.48397976391231], "std": [1.5453156747486996, 1.958290977969455], "min": [0, 0], "max": [6, 6], "count": [593]}, "eef_velocity_state": {"mean": [0.581787521079258, 0.6104553119730185], "std": [0.6599648736470631, 0.6583427210737857], "min": [0, 0], "max": [2, 2], "count": [593]}, "eef_acc_mag_state": {"mean": [0.3962900505902192, 0.3305227655986509], "std": [0.7252049057549363, 0.6737896373879396], "min": [0, 0], "max": [2, 2], "count": [593]}, "eef_direction_action": {"mean": [4.807757166947724, 4.48397976391231], "std": [1.5453156747486996, 1.958290977969455], "min": [0, 0], "max": [6, 6], "count": [593]}, "eef_velocity_action": {"mean": [0.581787521079258, 0.6104553119730185], "std": [0.6599648736470631, 0.6583427210737857], "min": [0, 0], "max": [2, 2], "count": [593]}, "eef_acc_mag_action": {"mean": [0.3962900505902192, 0.3305227655986509], "std": [0.7252049057549363, 0.6737896373879396], "min": [0, 0], "max": [2, 2], "count": [593]}, "eef_sim_pose_state": {"mean": [0.6796223792592538, 0.14483262719869985, 1.2433326359002677, -1.7456833239434726, 1.1953718210482904, -2.612613569213466, 0.5883382709467664, -0.10256984653459775, 1.254857793926382, 1.7545057217032922, 0.9541217966083752, 2.7392747331597573], "std": [0.026318731765134284, 0.06488889195546871, 0.03681296454118952, 0.22181686716253707, 0.041151192798363205, 0.21473126065809567, 0.03818662705817224, 0.056709667246959944, 0.052723853102761384, 0.14235356640452748, 0.07839356533983173, 0.14850571125285694], "min": [0.616677342581097, -0.008620353730087432, 1.1580966208181216, -2.1764591448496313, 1.073684782780592, -3.024548301691272, 0.5449590652973478, -0.1931164458869004, 1.1416646235708945, 1.4203293392703238, 0.8211691453145011, 2.2508571210614567], "max": [0.7049964366242382, 0.20107364149916238, 1.3198487162294126, -1.258292564732208, 1.2972352176237263, -2.3064885433548383, 0.6461805605484805, 0.0428606926197895, 1.3453267614866433, 1.9953424549493284, 1.2228280274767998, 3.014117324089109], "count": [593]}, "eef_sim_pose_action": {"mean": [0.6796223792592538, 0.14483262719869985, 1.2433326359002677, -1.7456833239434726, 1.1953718210482904, -2.612613569213466, 0.5883382709467664, -0.10256984653459775, 1.254857793926382, 1.7545057217032922, 0.9541217966083752, 2.7392747331597573], "std": [0.026318731765134284, 0.06488889195546871, 0.03681296454118952, 0.22181686716253707, 0.041151192798363205, 0.21473126065809567, 0.03818662705817224, 0.056709667246959944, 0.052723853102761384, 0.14235356640452748, 0.07839356533983173, 0.14850571125285694], "min": [0.616677342581097, -0.008620353730087432, 1.1580966208181216, -2.1764591448496313, 1.073684782780592, -3.024548301691272, 0.5449590652973478, -0.1931164458869004, 1.1416646235708945, 1.4203293392703238, 0.8211691453145011, 2.2508571210614567], "max": [0.7049964366242382, 0.20107364149916238, 1.3198487162294126, -1.258292564732208, 1.2972352176237263, -2.3064885433548383, 0.6461805605484805, 0.0428606926197895, 1.3453267614866433, 1.9953424549493284, 1.2228280274767998, 3.014117324089109], "count": [593]}}} +{"episode_index": 57, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679037592665702]], [[0.4607751485941132]], [[0.4597167349322279]]], "std": [[[0.19104533278795413]], [[0.1951849065348761]], [[0.19507901847399967]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.15294117647058825]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5567909442580163]], [[0.5646666186888626]], [[0.564603606011756]]], "std": [[[0.27921838609091404]], [[0.28546305690261314]], [[0.2897473220537376]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.10196078431372549]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5284813846120103]], [[0.5448039010067114]], [[0.5311475564218976]]], "std": [[[0.2997064683790086]], [[0.3011773549345081]], [[0.31064903455654336]]], "count": [149]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40310121808790633]], [[0.4252269569460894]], [[0.41027082785015573]]], "std": [[[0.29957745576568007]], [[0.3047511328109743]], [[0.3111764720618012]]], "count": [149]}, "observation.state": {"mean": [0.1967058777809143, -0.829667329788208, 1.0972516536712646, 0.14531615376472473, -0.023733049631118774, 0.947060763835907, -0.05818802863359451, -0.8964039087295532, 1.1638097763061523, -1.0908308029174805, 0.35546019673347473, 0.2661883533000946, 0.43452632427215576, 0.9346655011177063, -0.03814757615327835, 0.004940665792673826, 0.2038721740245819, 0.07105334848165512, 0.23116382956504822, 0.04737917706370354, 0.295281320810318, 0.08971166610717773, 0.3865000307559967, 0.10839232057332993, 0.6198330521583557, 0.9204609394073486, 0.017093122005462646, -0.06698643416166306, 0.18169276416301727, 0.0027775855269283056, 0.20083767175674438, 0.017343122512102127, 0.2439233511686325, 0.11376418173313141, 0.2538911998271942, 0.1783258020877838], "std": [0.13073694705963135, 0.10265780985355377, 0.05076589435338974, 0.14138126373291016, 0.11863532662391663, 0.10940397530794144, 0.1567566692829132, 0.16306278109550476, 0.2130771428346634, 0.24944213032722473, 0.19765597581863403, 0.19185295701026917, 0.42556634545326233, 0.042949527502059937, 0.019083190709352493, 0.002631688490509987, 0.19778019189834595, 0.11251981556415558, 0.20013800263404846, 0.09364372491836548, 0.2619183361530304, 0.1760246306657791, 0.37900954484939575, 0.24355344474315643, 0.4844745993614197, 0.09017789363861084, 0.005933669395744801, 0.00848056934773922, 0.2627635896205902, 0.011494389735162258, 0.30021923780441284, 0.020644308999180794, 0.36446613073349, 0.21489563584327698, 0.374094158411026, 0.3341234624385834], "min": [-0.02793116308748722, -1.1066486835479736, 0.9365224838256836, 0.015020599588751793, -0.3261735141277313, 0.3726062476634979, -0.26572155952453613, -1.2659265995025635, 0.9363317489624023, -1.5869978666305542, 0.12479019165039062, -0.15405651926994324, 0.019225891679525375, 0.7657522559165955, -0.04768021032214165, -0.000905389548279345, 0.01780235767364502, -0.0012980886967852712, 0.0168533343821764, -0.0061686476692557335, 0.05670683830976486, -0.00890117883682251, 0.11560042947530746, 0.0054541537538170815, 0.03784092143177986, 0.7369543313980103, 0.006223189644515514, -0.08554840832948685, -0.011099203489720821, -0.007472190540283918, -0.01653699390590191, -0.019809486344456673, 0.014775303192436695, 0.0009817476384341717, 0.02151118405163288, 0.012706967070698738], "max": [0.5011515617370605, -0.7192297577857971, 1.1942330598831177, 0.8583557605743408, 0.19313684105873108, 0.999851644039154, 0.3074454367160797, -0.727984607219696, 1.7057082653045654, -0.5961270928382874, 0.8747830390930176, 0.6521562933921814, 1.0929251909255981, 1.0476503372192383, 0.03617194667458534, 0.008219409734010696, 0.6096980571746826, 0.31725722551345825, 0.6401214003562927, 0.38643771409988403, 0.8451756834983826, 0.6046693325042725, 1.3178272247314453, 1.2596259117126465, 1.1132255792617798, 1.0224138498306274, 0.06254823505878448, -0.06078654155135155, 0.7289804220199585, 0.02951788157224655, 0.8189029693603516, 0.05820672959089279, 1.0390108823776245, 0.6323872804641724, 1.1179487705230713, 1.3906073570251465], "count": [791]}, "action": {"mean": [0.1967058777809143, -0.829667329788208, 1.0972516536712646, 0.14531615376472473, -0.023733049631118774, 0.947060763835907, -0.05818802863359451, -0.8964039087295532, 1.1638097763061523, -1.0908308029174805, 0.35546019673347473, 0.2661883533000946, 0.43452632427215576, 0.9346655011177063, -0.03814757615327835, 0.004940665792673826, 0.2038721740245819, 0.07105334848165512, 0.23116382956504822, 0.04737917706370354, 0.295281320810318, 0.08971166610717773, 0.3865000307559967, 0.10839232057332993, 0.6198330521583557, 0.9204609394073486, 0.017093122005462646, -0.06698643416166306, 0.18169276416301727, 0.0027775855269283056, 0.20083767175674438, 0.017343122512102127, 0.2439233511686325, 0.11376418173313141, 0.2538911998271942, 0.1783258020877838], "std": [0.13073694705963135, 0.10265780985355377, 0.05076589435338974, 0.14138126373291016, 0.11863532662391663, 0.10940397530794144, 0.1567566692829132, 0.16306278109550476, 0.2130771428346634, 0.24944213032722473, 0.19765597581863403, 0.19185295701026917, 0.42556634545326233, 0.042949527502059937, 0.019083190709352493, 0.002631688490509987, 0.19778019189834595, 0.11251981556415558, 0.20013800263404846, 0.09364372491836548, 0.2619183361530304, 0.1760246306657791, 0.37900954484939575, 0.24355344474315643, 0.4844745993614197, 0.09017789363861084, 0.005933669395744801, 0.00848056934773922, 0.2627635896205902, 0.011494389735162258, 0.30021923780441284, 0.020644308999180794, 0.36446613073349, 0.21489563584327698, 0.374094158411026, 0.3341234624385834], "min": [-0.02793116308748722, -1.1066486835479736, 0.9365224838256836, 0.015020599588751793, -0.3261735141277313, 0.3726062476634979, -0.26572155952453613, -1.2659265995025635, 0.9363317489624023, -1.5869978666305542, 0.12479019165039062, -0.15405651926994324, 0.019225891679525375, 0.7657522559165955, -0.04768021032214165, -0.000905389548279345, 0.01780235767364502, -0.0012980886967852712, 0.0168533343821764, -0.0061686476692557335, 0.05670683830976486, -0.00890117883682251, 0.11560042947530746, 0.0054541537538170815, 0.03784092143177986, 0.7369543313980103, 0.006223189644515514, -0.08554840832948685, -0.011099203489720821, -0.007472190540283918, -0.01653699390590191, -0.019809486344456673, 0.014775303192436695, 0.0009817476384341717, 0.02151118405163288, 0.012706967070698738], "max": [0.5011515617370605, -0.7192297577857971, 1.1942330598831177, 0.8583557605743408, 0.19313684105873108, 0.999851644039154, 0.3074454367160797, -0.727984607219696, 1.7057082653045654, -0.5961270928382874, 0.8747830390930176, 0.6521562933921814, 1.0929251909255981, 1.0476503372192383, 0.03617194667458534, 0.008219409734010696, 0.6096980571746826, 0.31725722551345825, 0.6401214003562927, 0.38643771409988403, 0.8451756834983826, 0.6046693325042725, 1.3178272247314453, 1.2596259117126465, 1.1132255792617798, 1.0224138498306274, 0.06254823505878448, -0.06078654155135155, 0.7289804220199585, 0.02951788157224655, 0.8189029693603516, 0.05820672959089279, 1.0390108823776245, 0.6323872804641724, 1.1179487705230713, 1.3906073570251465], "count": [791]}, "timestamp": {"min": [0.0], "max": [26.333333333333332], "mean": [13.166666666666668], "std": [7.611394966320781], "count": [791]}, "frame_index": {"min": [0], "max": [790], "mean": [395.0], "std": [228.34184898962346], "count": [791]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [791]}, "index": {"min": [38526], "max": [39316], "mean": [38921.0], "std": [228.34184898962346], "count": [791]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [791]}, "subtask_annotation": {"mean": [2.017699115044248, 5.0, 5.0, 5.0, 5.0], "std": [1.2749419125556547, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [791]}, "scene_annotation": {"mean": [57.0], "std": [0.0], "min": [57], "max": [57], "count": [791]}, "eef_direction_state": {"mean": [5.099873577749684, 4.696586599241466], "std": [1.412026181052243, 1.7473768614994285], "min": [0, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.47281921618204803, 0.5790139064475348], "std": [0.6624911927453295, 0.6828323096809062], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_acc_mag_state": {"mean": [0.2857142857142857, 0.3691529709228824], "std": [0.6294787153935041, 0.6914753940631886], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_direction_action": {"mean": [5.099873577749684, 4.696586599241466], "std": [1.412026181052243, 1.7473768614994285], "min": [0, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.47281921618204803, 0.5790139064475348], "std": [0.6624911927453295, 0.6828323096809062], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_acc_mag_action": {"mean": [0.2857142857142857, 0.3691529709228824], "std": [0.6294787153935041, 0.6914753940631886], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [0.6987769864265136, 0.1764357025170771, 1.2367492869347663, -1.9631935645706735, 1.109478904149731, -2.443244005241264, 0.6695077575873748, -0.10617678388539054, 1.3155169401764422, 1.47370845276781, 0.8390907327122946, 2.3350343253362236], "std": [0.017634566345679014, 0.06930173875560494, 0.035966953627608045, 0.17601411676721593, 0.04497903124982723, 0.07328244488504515, 0.0221660698740572, 0.04122191268991373, 0.06438862910316798, 0.20757002026373492, 0.10715057777759676, 0.16023864455168854], "min": [0.6566993320002052, 0.00799817819097176, 1.1552084549760817, -2.107986568287809, 1.0325870781160793, -2.6461576874888, 0.6286852159647764, -0.18948891127513282, 1.2323732124893423, 1.0198791299213967, 0.6458676614755126, 2.025097025018004], "max": [0.7238661626340117, 0.23157125860855324, 1.3181729334974006, -1.5663875448532374, 1.2416230114605527, -2.25666373417916, 0.7170048966997824, 0.00854484222419144, 1.466707678511768, 1.7664132679466937, 1.0275563118832927, 2.5925305646567285], "count": [791]}, "eef_sim_pose_action": {"mean": [0.6987769864265136, 0.1764357025170771, 1.2367492869347663, -1.9631935645706735, 1.109478904149731, -2.443244005241264, 0.6695077575873748, -0.10617678388539054, 1.3155169401764422, 1.47370845276781, 0.8390907327122946, 2.3350343253362236], "std": [0.017634566345679014, 0.06930173875560494, 0.035966953627608045, 0.17601411676721593, 0.04497903124982723, 0.07328244488504515, 0.0221660698740572, 0.04122191268991373, 0.06438862910316798, 0.20757002026373492, 0.10715057777759676, 0.16023864455168854], "min": [0.6566993320002052, 0.00799817819097176, 1.1552084549760817, -2.107986568287809, 1.0325870781160793, -2.6461576874888, 0.6286852159647764, -0.18948891127513282, 1.2323732124893423, 1.0198791299213967, 0.6458676614755126, 2.025097025018004], "max": [0.7238661626340117, 0.23157125860855324, 1.3181729334974006, -1.5663875448532374, 1.2416230114605527, -2.25666373417916, 0.7170048966997824, 0.00854484222419144, 1.466707678511768, 1.7664132679466937, 1.0275563118832927, 2.5925305646567285], "count": [791]}}} +{"episode_index": 58, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655501683006536]], [[0.4582605490196079]], [[0.4564081176470588]]], "std": [[[0.1890078845302764]], [[0.1929491872450814]], [[0.19283325470463084]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1568627450980392]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5515681486928105]], [[0.5584385915032679]], [[0.55766125]]], "std": [[[0.28349276451459954]], [[0.2896708674798578]], [[0.2935606838181117]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.12156862745098039]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5341856650326797]], [[0.5536853480392157]], [[0.5396565980392157]]], "std": [[[0.29690182196981885]], [[0.29481954181255343]], [[0.3033609880613]]], "count": [125]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41470866830065356]], [[0.43852034150326796]], [[0.42207506699346403]]], "std": [[[0.30115981014445375]], [[0.30554583333570967]], [[0.3129312818022854]]], "count": [125]}, "observation.state": {"mean": [0.2884722352027893, -0.8515343070030212, 1.1337673664093018, 0.2023540437221527, -0.1792471706867218, 0.8392664790153503, -0.0029065029229968786, -0.8731189966201782, 1.1294944286346436, -1.1345887184143066, 0.35115286707878113, 0.2556832730770111, 0.3977355360984802, 0.9247305989265442, -0.03103816881775856, 0.0017954594222828746, 0.21851594746112823, 0.04721829295158386, 0.23826231062412262, 0.08814462274312973, 0.3091343343257904, 0.18474127352237701, 0.2936134338378906, 0.19002693891525269, 0.515010416507721, 0.9060057401657104, 0.01608133688569069, -0.06850630044937134, 0.17658010125160217, 0.03566886484622955, 0.22331759333610535, 0.051987048238515854, 0.30421867966651917, 0.16357260942459106, 0.2774491012096405, 0.16324053704738617], "std": [0.14159928262233734, 0.08877431601285934, 0.06486243009567261, 0.22437582910060883, 0.09423943608999252, 0.17937034368515015, 0.1311614066362381, 0.23735179007053375, 0.2605763077735901, 0.3463831841945648, 0.19427192211151123, 0.2960362434387207, 0.49213314056396484, 0.05954449996352196, 0.02245251275599003, 0.004255840089172125, 0.1886206418275833, 0.08599478751420975, 0.1989055722951889, 0.17497321963310242, 0.28209421038627625, 0.3721234202384949, 0.23791855573654175, 0.3107772469520569, 0.4681973159313202, 0.11104591935873032, 0.0055597261525690556, 0.00972993578761816, 0.25596487522125244, 0.053437091410160065, 0.286520779132843, 0.08674968034029007, 0.42760804295539856, 0.33153948187828064, 0.39622557163238525, 0.27247554063796997], "min": [-0.004971103277057409, -1.0633630752563477, 0.9671478271484375, 0.04870966076850891, -0.396472305059433, -0.016355764120817184, -0.1825360506772995, -1.3205252885818481, 0.8840218782424927, -1.7424253225326538, 0.10246194899082184, -0.027645057067275047, 0.02203478291630745, 0.782780110836029, -0.04508403688669205, -0.005061454605311155, 0.019727673381567, -0.037197329103946686, 0.019727673381567, -0.01068468764424324, 0.06060655787587166, -0.0004254240484442562, 0.09510953724384308, 0.012108221650123596, 0.039848048239946365, 0.597404420375824, 0.004336052108556032, -0.08877180516719818, -0.009484773501753807, -0.009501135908067226, 0.018484126776456833, -0.02609812468290329, 0.016956964507699013, -0.006010477431118488, 0.026365380734205246, 0.011960959993302822], "max": [0.5422675013542175, -0.7259241342544556, 1.193970799446106, 1.2311527729034424, 0.014710650779306889, 0.9119411110877991, 0.3223825991153717, -0.6611924767494202, 1.6129977703094482, -0.7673618793487549, 0.7733820676803589, 0.7411235570907593, 1.1217612028121948, 1.1255245208740234, 0.022129803895950317, 0.007417649496346712, 0.5744642019271851, 0.2335904985666275, 0.6351525783538818, 0.4707261919975281, 0.8905815482139587, 1.000335454940796, 0.8069475293159485, 0.8725501298904419, 1.1417016983032227, 1.0528589487075806, 0.03540836647152901, -0.062111902981996536, 0.6759986877441406, 0.15158183872699738, 0.792308509349823, 0.32339316606521606, 1.1909964084625244, 0.9172632694244385, 1.1562316417694092, 0.8368526101112366], "count": [626]}, "action": {"mean": [0.2884722352027893, -0.8515343070030212, 1.1337673664093018, 0.2023540437221527, -0.1792471706867218, 0.8392664790153503, -0.0029065029229968786, -0.8731189966201782, 1.1294944286346436, -1.1345887184143066, 0.35115286707878113, 0.2556832730770111, 0.3977355360984802, 0.9247305989265442, -0.03103816881775856, 0.0017954594222828746, 0.21851594746112823, 0.04721829295158386, 0.23826231062412262, 0.08814462274312973, 0.3091343343257904, 0.18474127352237701, 0.2936134338378906, 0.19002693891525269, 0.515010416507721, 0.9060057401657104, 0.01608133688569069, -0.06850630044937134, 0.17658010125160217, 0.03566886484622955, 0.22331759333610535, 0.051987048238515854, 0.30421867966651917, 0.16357260942459106, 0.2774491012096405, 0.16324053704738617], "std": [0.14159928262233734, 0.08877431601285934, 0.06486243009567261, 0.22437582910060883, 0.09423943608999252, 0.17937034368515015, 0.1311614066362381, 0.23735179007053375, 0.2605763077735901, 0.3463831841945648, 0.19427192211151123, 0.2960362434387207, 0.49213314056396484, 0.05954449996352196, 0.02245251275599003, 0.004255840089172125, 0.1886206418275833, 0.08599478751420975, 0.1989055722951889, 0.17497321963310242, 0.28209421038627625, 0.3721234202384949, 0.23791855573654175, 0.3107772469520569, 0.4681973159313202, 0.11104591935873032, 0.0055597261525690556, 0.00972993578761816, 0.25596487522125244, 0.053437091410160065, 0.286520779132843, 0.08674968034029007, 0.42760804295539856, 0.33153948187828064, 0.39622557163238525, 0.27247554063796997], "min": [-0.004971103277057409, -1.0633630752563477, 0.9671478271484375, 0.04870966076850891, -0.396472305059433, -0.016355764120817184, -0.1825360506772995, -1.3205252885818481, 0.8840218782424927, -1.7424253225326538, 0.10246194899082184, -0.027645057067275047, 0.02203478291630745, 0.782780110836029, -0.04508403688669205, -0.005061454605311155, 0.019727673381567, -0.037197329103946686, 0.019727673381567, -0.01068468764424324, 0.06060655787587166, -0.0004254240484442562, 0.09510953724384308, 0.012108221650123596, 0.039848048239946365, 0.597404420375824, 0.004336052108556032, -0.08877180516719818, -0.009484773501753807, -0.009501135908067226, 0.018484126776456833, -0.02609812468290329, 0.016956964507699013, -0.006010477431118488, 0.026365380734205246, 0.011960959993302822], "max": [0.5422675013542175, -0.7259241342544556, 1.193970799446106, 1.2311527729034424, 0.014710650779306889, 0.9119411110877991, 0.3223825991153717, -0.6611924767494202, 1.6129977703094482, -0.7673618793487549, 0.7733820676803589, 0.7411235570907593, 1.1217612028121948, 1.1255245208740234, 0.022129803895950317, 0.007417649496346712, 0.5744642019271851, 0.2335904985666275, 0.6351525783538818, 0.4707261919975281, 0.8905815482139587, 1.000335454940796, 0.8069475293159485, 0.8725501298904419, 1.1417016983032227, 1.0528589487075806, 0.03540836647152901, -0.062111902981996536, 0.6759986877441406, 0.15158183872699738, 0.792308509349823, 0.32339316606521606, 1.1909964084625244, 0.9172632694244385, 1.1562316417694092, 0.8368526101112366], "count": [626]}, "timestamp": {"min": [0.0], "max": [20.833333333333332], "mean": [10.416666666666664], "std": [6.023680122833733], "count": [626]}, "frame_index": {"min": [0], "max": [625], "mean": [312.5], "std": [180.710403685012], "count": [626]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [626]}, "index": {"min": [39317], "max": [39942], "mean": [39629.5], "std": [180.710403685012], "count": [626]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [626]}, "subtask_annotation": {"mean": [2.2156549520766773, 5.0, 5.0, 5.0, 5.0], "std": [1.4084901062288404, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [626]}, "scene_annotation": {"mean": [58.0], "std": [0.0], "min": [58], "max": [58], "count": [626]}, "eef_direction_state": {"mean": [5.0718849840255595, 4.964856230031949], "std": [1.2700564600408337, 1.5609178696983355], "min": [2, 0], "max": [6, 6], "count": [626]}, "eef_velocity_state": {"mean": [0.5878594249201278, 0.549520766773163], "std": [0.723485232190066, 0.7227088466628716], "min": [0, 0], "max": [2, 2], "count": [626]}, "eef_acc_mag_state": {"mean": [0.28115015974440893, 0.4057507987220447], "std": [0.6275332964512189, 0.7292817784228643], "min": [0, 0], "max": [2, 2], "count": [626]}, "eef_direction_action": {"mean": [5.0718849840255595, 4.964856230031949], "std": [1.2700564600408337, 1.5609178696983355], "min": [2, 0], "max": [6, 6], "count": [626]}, "eef_velocity_action": {"mean": [0.5878594249201278, 0.549520766773163], "std": [0.723485232190066, 0.7227088466628716], "min": [0, 0], "max": [2, 2], "count": [626]}, "eef_acc_mag_action": {"mean": [0.28115015974440893, 0.4057507987220447], "std": [0.6275332964512189, 0.7292817784228643], "min": [0, 0], "max": [2, 2], "count": [626]}, "eef_sim_pose_state": {"mean": [0.7031142186553735, 0.17498312034752905, 1.2343120252273156, -1.8150670309420132, 1.1056272397994926, -2.3299262282264337, 0.6606358984717565, -0.10245339884651014, 1.335114341352529, 1.4291665484951297, 0.8922362997511274, 2.303847382111636], "std": [0.01949425420161312, 0.06419715611546345, 0.03773008971144232, 0.11923284358029033, 0.07480913426837592, 0.09535816581945772, 0.03375675869444656, 0.05251965387300126, 0.055457977582324555, 0.1792924520668826, 0.08498448022655238, 0.19045964874131058], "min": [0.662328176722075, 0.03094271076757224, 1.1544032316097865, -1.9998423142594999, 0.9440151030095572, -2.5482432632196326, 0.6189229606849447, -0.1631911697754299, 1.2389978300098525, 1.1281266638198322, 0.784404967635584, 2.1031350031982097], "max": [0.7208711215603786, 0.23280391007895468, 1.310220171064486, -1.5562174117281269, 1.221278499157572, -2.1547573285025208, 0.7180230333553994, 0.03172624008865868, 1.4606081795515355, 1.7606509757219129, 1.1362948087318148, 2.7500298171822517], "count": [626]}, "eef_sim_pose_action": {"mean": [0.7031142186553735, 0.17498312034752905, 1.2343120252273156, -1.8150670309420132, 1.1056272397994926, -2.3299262282264337, 0.6606358984717565, -0.10245339884651014, 1.335114341352529, 1.4291665484951297, 0.8922362997511274, 2.303847382111636], "std": [0.01949425420161312, 0.06419715611546345, 0.03773008971144232, 0.11923284358029033, 0.07480913426837592, 0.09535816581945772, 0.03375675869444656, 0.05251965387300126, 0.055457977582324555, 0.1792924520668826, 0.08498448022655238, 0.19045964874131058], "min": [0.662328176722075, 0.03094271076757224, 1.1544032316097865, -1.9998423142594999, 0.9440151030095572, -2.5482432632196326, 0.6189229606849447, -0.1631911697754299, 1.2389978300098525, 1.1281266638198322, 0.784404967635584, 2.1031350031982097], "max": [0.7208711215603786, 0.23280391007895468, 1.310220171064486, -1.5562174117281269, 1.221278499157572, -2.1547573285025208, 0.7180230333553994, 0.03172624008865868, 1.4606081795515355, 1.7606509757219129, 1.1362948087318148, 2.7500298171822517], "count": [626]}}} +{"episode_index": 59, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4621480427819276]], [[0.45449601877788154]], [[0.45301720063025214]]], "std": [[[0.1909125309523823]], [[0.19506729790026825]], [[0.19468069836581112]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.14901960784313725]], [[0.14901960784313725]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5477845325630252]], [[0.5560985628047516]], [[0.5554119187026663]]], "std": [[[0.2797285385497367]], [[0.28697900135977245]], [[0.2915904848197358]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.058823529411764705]], [[0.12941176470588237]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5706574933214026]], [[0.5870145437804751]], [[0.575761728070858]]], "std": [[[0.28349754452752957]], [[0.2841574256855465]], [[0.29252585531247693]]], "count": [126]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42537024879396207]], [[0.44770501672891383]], [[0.43321241992167236]]], "std": [[[0.299515605369523]], [[0.3045239664675446]], [[0.31166014162953837]]], "count": [126]}, "observation.state": {"mean": [0.16257423162460327, -0.8300459384918213, 1.0630784034729004, 0.16074484586715698, 0.044025272130966187, 0.9585098624229431, -0.010232469998300076, -0.8603805899620056, 1.0716496706008911, -0.8692721724510193, 0.3253489136695862, 0.01997462660074234, 0.5711151361465454, 0.8890078067779541, 0.003461117623373866, 0.005571547895669937, 0.2084776759147644, 0.11191240698099136, 0.20684072375297546, 0.0717831626534462, 0.22568848729133606, 0.10025480389595032, 0.31935593485832214, 0.09550172090530396, 0.47982826828956604, 0.9298643469810486, 0.016069723293185234, -0.06552460044622421, 0.21909654140472412, 0.11003703624010086, 0.26107195019721985, 0.08487693220376968, 0.2926226556301117, 0.14493350684642792, 0.3170205056667328, 0.2061748504638672], "std": [0.16795894503593445, 0.11779983341693878, 0.06997741758823395, 0.2893916964530945, 0.14009864628314972, 0.25109636783599854, 0.14755383133888245, 0.2893594205379486, 0.3024716079235077, 0.4454572796821594, 0.25993597507476807, 0.34123295545578003, 0.46142664551734924, 0.07382640242576599, 0.023610398173332214, 0.0017573689110577106, 0.3152160942554474, 0.20112311840057373, 0.3119262754917145, 0.12639427185058594, 0.3213748633861542, 0.19375811517238617, 0.41944411396980286, 0.13251802325248718, 0.4878308176994324, 0.1129206120967865, 0.006541426759213209, 0.006050925701856613, 0.24477946758270264, 0.18495233356952667, 0.27288705110549927, 0.13124816119670868, 0.31309962272644043, 0.2635219693183899, 0.36617860198020935, 0.32317832112312317], "min": [-0.11155775189399719, -1.0952281951904297, 0.8618367314338684, 0.015592812560498714, -0.22281748056411743, -0.08802548050880432, -0.2041013389825821, -1.4513237476348877, 0.8191710710525513, -1.7423657178878784, 0.001966983312740922, -0.28384166955947876, 0.027581656351685524, 0.6915485858917236, -0.039248090237379074, 0.0005617778515443206, 0.0035506542772054672, -0.0030597802251577377, 0.013089969754219055, -0.014835298992693424, 0.011006482876837254, 0.002961605554446578, 0.01618792861700058, -0.0013089969288557768, 0.014126257970929146, 0.7042185664176941, 0.0035779247991740704, -0.07768896967172623, -0.002737985225394368, -0.0016066725365817547, 0.015577062964439392, -0.015129822306334972, 0.014966198243200779, -0.01780235767364502, 0.02718895860016346, 0.010046551935374737], "max": [0.5015449523925781, -0.6186460256576538, 1.1508163213729858, 1.3912293910980225, 0.268160343170166, 1.05483078956604, 0.32665035128593445, -0.6234979629516602, 1.6299734115600586, -0.49978065490722656, 0.843299388885498, 0.6440499424934387, 1.1908599138259888, 1.0942833423614502, 0.02177298069000244, 0.008628470823168755, 0.8731391429901123, 0.5303455591201782, 0.8526642918586731, 0.38979199528694153, 0.9460175037384033, 0.5274003148078918, 1.1621601581573486, 0.539846658706665, 1.1057642698287964, 1.0577459335327148, 0.043480515480041504, -0.06178465485572815, 0.6980771422386169, 0.4732896685600281, 0.8144906163215637, 0.44315001368522644, 0.9750281572341919, 0.686487078666687, 1.0766881704330444, 1.022473931312561], "count": [633]}, "action": {"mean": [0.16257423162460327, -0.8300459384918213, 1.0630784034729004, 0.16074484586715698, 0.044025272130966187, 0.9585098624229431, -0.010232469998300076, -0.8603805899620056, 1.0716496706008911, -0.8692721724510193, 0.3253489136695862, 0.01997462660074234, 0.5711151361465454, 0.8890078067779541, 0.003461117623373866, 0.005571547895669937, 0.2084776759147644, 0.11191240698099136, 0.20684072375297546, 0.0717831626534462, 0.22568848729133606, 0.10025480389595032, 0.31935593485832214, 0.09550172090530396, 0.47982826828956604, 0.9298643469810486, 0.016069723293185234, -0.06552460044622421, 0.21909654140472412, 0.11003703624010086, 0.26107195019721985, 0.08487693220376968, 0.2926226556301117, 0.14493350684642792, 0.3170205056667328, 0.2061748504638672], "std": [0.16795894503593445, 0.11779983341693878, 0.06997741758823395, 0.2893916964530945, 0.14009864628314972, 0.25109636783599854, 0.14755383133888245, 0.2893594205379486, 0.3024716079235077, 0.4454572796821594, 0.25993597507476807, 0.34123295545578003, 0.46142664551734924, 0.07382640242576599, 0.023610398173332214, 0.0017573689110577106, 0.3152160942554474, 0.20112311840057373, 0.3119262754917145, 0.12639427185058594, 0.3213748633861542, 0.19375811517238617, 0.41944411396980286, 0.13251802325248718, 0.4878308176994324, 0.1129206120967865, 0.006541426759213209, 0.006050925701856613, 0.24477946758270264, 0.18495233356952667, 0.27288705110549927, 0.13124816119670868, 0.31309962272644043, 0.2635219693183899, 0.36617860198020935, 0.32317832112312317], "min": [-0.11155775189399719, -1.0952281951904297, 0.8618367314338684, 0.015592812560498714, -0.22281748056411743, -0.08802548050880432, -0.2041013389825821, -1.4513237476348877, 0.8191710710525513, -1.7423657178878784, 0.001966983312740922, -0.28384166955947876, 0.027581656351685524, 0.6915485858917236, -0.039248090237379074, 0.0005617778515443206, 0.0035506542772054672, -0.0030597802251577377, 0.013089969754219055, -0.014835298992693424, 0.011006482876837254, 0.002961605554446578, 0.01618792861700058, -0.0013089969288557768, 0.014126257970929146, 0.7042185664176941, 0.0035779247991740704, -0.07768896967172623, -0.002737985225394368, -0.0016066725365817547, 0.015577062964439392, -0.015129822306334972, 0.014966198243200779, -0.01780235767364502, 0.02718895860016346, 0.010046551935374737], "max": [0.5015449523925781, -0.6186460256576538, 1.1508163213729858, 1.3912293910980225, 0.268160343170166, 1.05483078956604, 0.32665035128593445, -0.6234979629516602, 1.6299734115600586, -0.49978065490722656, 0.843299388885498, 0.6440499424934387, 1.1908599138259888, 1.0942833423614502, 0.02177298069000244, 0.008628470823168755, 0.8731391429901123, 0.5303455591201782, 0.8526642918586731, 0.38979199528694153, 0.9460175037384033, 0.5274003148078918, 1.1621601581573486, 0.539846658706665, 1.1057642698287964, 1.0577459335327148, 0.043480515480041504, -0.06178465485572815, 0.6980771422386169, 0.4732896685600281, 0.8144906163215637, 0.44315001368522644, 0.9750281572341919, 0.686487078666687, 1.0766881704330444, 1.022473931312561], "count": [633]}, "timestamp": {"min": [0.0], "max": [21.066666666666666], "mean": [10.533333333333333], "std": [6.091037739231365], "count": [633]}, "frame_index": {"min": [0], "max": [632], "mean": [316.0], "std": [182.73113217694095], "count": [633]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [633]}, "index": {"min": [39943], "max": [40575], "mean": [40259.0], "std": [182.73113217694095], "count": [633]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [633]}, "subtask_annotation": {"mean": [2.1658767772511847, 5.0, 5.0, 5.0, 5.0], "std": [1.468781473872643, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [633]}, "scene_annotation": {"mean": [59.0], "std": [0.0], "min": [59], "max": [59], "count": [633]}, "eef_direction_state": {"mean": [4.7788309636650865, 4.868878357030016], "std": [1.5703796217032655, 1.6503706815339438], "min": [0, 0], "max": [6, 6], "count": [633]}, "eef_velocity_state": {"mean": [0.6240126382306477, 0.584518167456556], "std": [0.7093541194797527, 0.739036003801445], "min": [0, 0], "max": [2, 2], "count": [633]}, "eef_acc_mag_state": {"mean": [0.3617693522906793, 0.41706161137440756], "std": [0.693179156730873, 0.7241007220019344], "min": [0, 0], "max": [2, 2], "count": [633]}, "eef_direction_action": {"mean": [4.7788309636650865, 4.868878357030016], "std": [1.5703796217032655, 1.6503706815339438], "min": [0, 0], "max": [6, 6], "count": [633]}, "eef_velocity_action": {"mean": [0.6240126382306477, 0.584518167456556], "std": [0.7093541194797527, 0.739036003801445], "min": [0, 0], "max": [2, 2], "count": [633]}, "eef_acc_mag_action": {"mean": [0.3617693522906793, 0.41706161137440756], "std": [0.693179156730873, 0.7241007220019344], "min": [0, 0], "max": [2, 2], "count": [633]}, "eef_sim_pose_state": {"mean": [0.6888197749411503, 0.16282069660134704, 1.2344171885666932, -2.0416475025807324, 1.1106648013035947, -2.5418354039344284, 0.6462352157950435, -0.09299999369213525, 1.3356506973374753, 1.4270280780113611, 0.8726986906286084, 2.299772025642278], "std": [0.02228617310000064, 0.07243501761793501, 0.04267856240245145, 0.17406137544935132, 0.04681041224624163, 0.10764409224710927, 0.029725325937131678, 0.06804063608050478, 0.05885791737238966, 0.17711746515506535, 0.1361008281214759, 0.19681360533107506], "min": [0.646053107414565, -0.0018545334355989096, 1.1476848942030258, -2.20894705009742, 1.0491026817803513, -2.7040893999104747, 0.6127940679675165, -0.1807385792882165, 1.2350075221715582, 1.0359521741657702, 0.7724016188306648, 2.088228446863487], "max": [0.7162381027522123, 0.22443840410615934, 1.3132382184155587, -1.5505909377389129, 1.3034604979186617, -2.0997253048509226, 0.7060122753218259, 0.07683017333836892, 1.4676468815761787, 1.7697010422082804, 1.2154810971306809, 2.8983277070578866], "count": [633]}, "eef_sim_pose_action": {"mean": [0.6888197749411503, 0.16282069660134704, 1.2344171885666932, -2.0416475025807324, 1.1106648013035947, -2.5418354039344284, 0.6462352157950435, -0.09299999369213525, 1.3356506973374753, 1.4270280780113611, 0.8726986906286084, 2.299772025642278], "std": [0.02228617310000064, 0.07243501761793501, 0.04267856240245145, 0.17406137544935132, 0.04681041224624163, 0.10764409224710927, 0.029725325937131678, 0.06804063608050478, 0.05885791737238966, 0.17711746515506535, 0.1361008281214759, 0.19681360533107506], "min": [0.646053107414565, -0.0018545334355989096, 1.1476848942030258, -2.20894705009742, 1.0491026817803513, -2.7040893999104747, 0.6127940679675165, -0.1807385792882165, 1.2350075221715582, 1.0359521741657702, 0.7724016188306648, 2.088228446863487], "max": [0.7162381027522123, 0.22443840410615934, 1.3132382184155587, -1.5505909377389129, 1.3034604979186617, -2.0997253048509226, 0.7060122753218259, 0.07683017333836892, 1.4676468815761787, 1.7697010422082804, 1.2154810971306809, 2.8983277070578866], "count": [633]}}} +{"episode_index": 60, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.458033295751634]], [[0.45033113888888887]], [[0.4482965571895425]]], "std": [[[0.18701418015131216]], [[0.1918997020233967]], [[0.19119345474214738]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.12156862745098039]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5506551568627451]], [[0.5568500849673202]], [[0.5569316160130718]]], "std": [[[0.27835807661195777]], [[0.2847716104086769]], [[0.287928363199675]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5944233137254902]], [[0.6083554950980392]], [[0.5999603888888889]]], "std": [[[0.28627277908180315]], [[0.2861859346094459]], [[0.2950095430367208]]], "count": [125]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4612376764705882]], [[0.4843546486928105]], [[0.471570341503268]]], "std": [[[0.3100844968389972]], [[0.3112996767207112]], [[0.32154620446333526]]], "count": [125]}, "observation.state": {"mean": [0.24880293011665344, -0.8232909440994263, 1.0975240468978882, 0.03147617354989052, -0.05884990841150284, 1.0310744047164917, 0.01767488569021225, -0.8757255673408508, 1.0532041788101196, -1.4402337074279785, 0.17991216480731964, 0.4715223014354706, 0.42697980999946594, 0.8713798522949219, -0.03483039140701294, 0.0034727207385003567, 0.1844654679298401, 0.07882414013147354, 0.20226478576660156, 0.04857533425092697, 0.2546696066856384, 0.1313350796699524, 0.30442994832992554, 0.14728453755378723, 0.5246262550354004, 0.8975249528884888, 0.017302436754107475, -0.06578574329614639, 0.20352020859718323, 0.10921061784029007, 0.24131755530834198, 0.1070481538772583, 0.30153995752334595, 0.16681154072284698, 0.22617265582084656, 0.2647182047367096], "std": [0.1332966387271881, 0.09463732689619064, 0.07896199077367783, 0.26557737588882446, 0.11526065319776535, 0.20528994500637054, 0.12664653360843658, 0.3043045103549957, 0.3518969416618347, 0.13640370965003967, 0.331603467464447, 0.10338743031024933, 0.4120798110961914, 0.07238615304231644, 0.023414993658661842, 0.0018161156913265586, 0.16991625726222992, 0.14863677322864532, 0.1631695032119751, 0.10388506203889847, 0.19992026686668396, 0.2556045949459076, 0.2663341760635376, 0.2465273141860962, 0.49404650926589966, 0.09997736662626266, 0.0075276559218764305, 0.007715545129030943, 0.24671611189842224, 0.17118589580059052, 0.28207308053970337, 0.15924355387687683, 0.3724343180656433, 0.28990355134010315, 0.2727241516113281, 0.41985267400741577], "min": [-0.03081607259809971, -1.060966968536377, 0.8455166816711426, -0.12836651504039764, -0.3681119680404663, 0.20065614581108093, -0.13543574512004852, -1.4154173135757446, 0.6770952343940735, -1.7611773014068604, -0.12668564915657043, 0.3644045293331146, 0.019436927512288094, 0.7693411707878113, -0.04937100410461426, 0.0001690787757979706, 0.01895318552851677, 0.0032070425804704428, 0.015707962214946747, -0.0031743175350129604, 0.020463986322283745, 0.0007308567292056978, 0.049987319856882095, 0.013155419379472733, 0.02004401572048664, 0.6470263004302979, 0.004559672437608242, -0.08099418133497238, 0.003572470974177122, -0.0035179294645786285, 0.01243001688271761, -0.013084514997899532, 0.011699160560965538, 0.005530511494725943, 0.02535090409219265, 0.021871156990528107], "max": [0.533875048160553, -0.6538252234458923, 1.1817039251327515, 1.1303001642227173, 0.0656614750623703, 1.207336187362671, 0.308041512966156, -0.5646792054176331, 1.6453875303268433, -1.164078950881958, 0.838840901851654, 0.7004010677337646, 1.0695486068725586, 1.024448275566101, 0.030150562524795532, 0.0074340119026601315, 0.5364978313446045, 0.4000948965549469, 0.539175808429718, 0.36741364002227783, 0.6619433760643005, 0.6875561475753784, 0.894279420375824, 0.7458992004394531, 1.1901782751083374, 1.007731318473816, 0.041604284197092056, -0.06095017120242119, 0.6579127907752991, 0.43790310621261597, 0.7561802268028259, 0.42438769340515137, 1.0357766151428223, 0.7909504771232605, 0.7592455148696899, 1.1005446910858154], "count": [630]}, "action": {"mean": [0.24880293011665344, -0.8232909440994263, 1.0975240468978882, 0.03147617354989052, -0.05884990841150284, 1.0310744047164917, 0.01767488569021225, -0.8757255673408508, 1.0532041788101196, -1.4402337074279785, 0.17991216480731964, 0.4715223014354706, 0.42697980999946594, 0.8713798522949219, -0.03483039140701294, 0.0034727207385003567, 0.1844654679298401, 0.07882414013147354, 0.20226478576660156, 0.04857533425092697, 0.2546696066856384, 0.1313350796699524, 0.30442994832992554, 0.14728453755378723, 0.5246262550354004, 0.8975249528884888, 0.017302436754107475, -0.06578574329614639, 0.20352020859718323, 0.10921061784029007, 0.24131755530834198, 0.1070481538772583, 0.30153995752334595, 0.16681154072284698, 0.22617265582084656, 0.2647182047367096], "std": [0.1332966387271881, 0.09463732689619064, 0.07896199077367783, 0.26557737588882446, 0.11526065319776535, 0.20528994500637054, 0.12664653360843658, 0.3043045103549957, 0.3518969416618347, 0.13640370965003967, 0.331603467464447, 0.10338743031024933, 0.4120798110961914, 0.07238615304231644, 0.023414993658661842, 0.0018161156913265586, 0.16991625726222992, 0.14863677322864532, 0.1631695032119751, 0.10388506203889847, 0.19992026686668396, 0.2556045949459076, 0.2663341760635376, 0.2465273141860962, 0.49404650926589966, 0.09997736662626266, 0.0075276559218764305, 0.007715545129030943, 0.24671611189842224, 0.17118589580059052, 0.28207308053970337, 0.15924355387687683, 0.3724343180656433, 0.28990355134010315, 0.2727241516113281, 0.41985267400741577], "min": [-0.03081607259809971, -1.060966968536377, 0.8455166816711426, -0.12836651504039764, -0.3681119680404663, 0.20065614581108093, -0.13543574512004852, -1.4154173135757446, 0.6770952343940735, -1.7611773014068604, -0.12668564915657043, 0.3644045293331146, 0.019436927512288094, 0.7693411707878113, -0.04937100410461426, 0.0001690787757979706, 0.01895318552851677, 0.0032070425804704428, 0.015707962214946747, -0.0031743175350129604, 0.020463986322283745, 0.0007308567292056978, 0.049987319856882095, 0.013155419379472733, 0.02004401572048664, 0.6470263004302979, 0.004559672437608242, -0.08099418133497238, 0.003572470974177122, -0.0035179294645786285, 0.01243001688271761, -0.013084514997899532, 0.011699160560965538, 0.005530511494725943, 0.02535090409219265, 0.021871156990528107], "max": [0.533875048160553, -0.6538252234458923, 1.1817039251327515, 1.1303001642227173, 0.0656614750623703, 1.207336187362671, 0.308041512966156, -0.5646792054176331, 1.6453875303268433, -1.164078950881958, 0.838840901851654, 0.7004010677337646, 1.0695486068725586, 1.024448275566101, 0.030150562524795532, 0.0074340119026601315, 0.5364978313446045, 0.4000948965549469, 0.539175808429718, 0.36741364002227783, 0.6619433760643005, 0.6875561475753784, 0.894279420375824, 0.7458992004394531, 1.1901782751083374, 1.007731318473816, 0.041604284197092056, -0.06095017120242119, 0.6579127907752991, 0.43790310621261597, 0.7561802268028259, 0.42438769340515137, 1.0357766151428223, 0.7909504771232605, 0.7592455148696899, 1.1005446910858154], "count": [630]}, "timestamp": {"min": [0.0], "max": [20.966666666666665], "mean": [10.483333333333333], "std": [6.062170189577937], "count": [630]}, "frame_index": {"min": [0], "max": [629], "mean": [314.5], "std": [181.86510568733812], "count": [630]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [630]}, "index": {"min": [40576], "max": [41205], "mean": [40890.5], "std": [181.86510568733812], "count": [630]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [630]}, "subtask_annotation": {"mean": [2.2301587301587302, 5.0, 5.0, 5.0, 5.0], "std": [1.341420109925548, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [630]}, "scene_annotation": {"mean": [60.0], "std": [0.0], "min": [60], "max": [60], "count": [630]}, "eef_direction_state": {"mean": [5.163492063492064, 4.198412698412699], "std": [1.2163961326493486, 1.909956540974216], "min": [2, 0], "max": [6, 6], "count": [630]}, "eef_velocity_state": {"mean": [0.5380952380952381, 0.7111111111111111], "std": [0.7043917947090994, 0.6985497700988192], "min": [0, 0], "max": [2, 2], "count": [630]}, "eef_acc_mag_state": {"mean": [0.31587301587301586, 0.473015873015873], "std": [0.6548249127932708, 0.7528161623870899], "min": [0, 0], "max": [2, 2], "count": [630]}, "eef_direction_action": {"mean": [5.163492063492064, 4.198412698412699], "std": [1.2163961326493486, 1.909956540974216], "min": [2, 0], "max": [6, 6], "count": [630]}, "eef_velocity_action": {"mean": [0.5380952380952381, 0.7111111111111111], "std": [0.7043917947090994, 0.6985497700988192], "min": [0, 0], "max": [2, 2], "count": [630]}, "eef_acc_mag_action": {"mean": [0.31587301587301586, 0.473015873015873], "std": [0.6548249127932708, 0.7528161623870899], "min": [0, 0], "max": [2, 2], "count": [630]}, "eef_sim_pose_state": {"mean": [0.6973699721400469, 0.18147853310833012, 1.224431102541537, -1.9726387445254512, 1.091880338689416, -2.4419336009793717, 0.6538046066967437, -0.0906866752541976, 1.3202383610201816, 1.5528678443103194, 0.982669166819599, 2.338201591586863], "std": [0.020295507740624698, 0.06216943298179727, 0.03886469230184926, 0.19324020521282223, 0.06349140461066029, 0.09640897711601672, 0.03732190514325335, 0.06664752445368077, 0.05884810686052477, 0.20215526550317817, 0.1093624597149855, 0.15937087062425867], "min": [0.6451171255211465, 0.031464681241024195, 1.1519555066215716, -2.14531543835531, 1.0005187404921552, -2.6023343249362516, 0.5997277051347472, -0.1713904187989051, 1.2469616574331956, 1.0930859448451815, 0.6912737576321342, 2.0966808324293957], "max": [0.7212433978266384, 0.23437489297418274, 1.3159592700890401, -1.5235666397605585, 1.3286324794057496, -2.1092797288676857, 0.7192238894537479, 0.05904500354683914, 1.4532696609984066, 1.7718018684277874, 1.1564533542474789, 2.7112658923530515], "count": [630]}, "eef_sim_pose_action": {"mean": [0.6973699721400469, 0.18147853310833012, 1.224431102541537, -1.9726387445254512, 1.091880338689416, -2.4419336009793717, 0.6538046066967437, -0.0906866752541976, 1.3202383610201816, 1.5528678443103194, 0.982669166819599, 2.338201591586863], "std": [0.020295507740624698, 0.06216943298179727, 0.03886469230184926, 0.19324020521282223, 0.06349140461066029, 0.09640897711601672, 0.03732190514325335, 0.06664752445368077, 0.05884810686052477, 0.20215526550317817, 0.1093624597149855, 0.15937087062425867], "min": [0.6451171255211465, 0.031464681241024195, 1.1519555066215716, -2.14531543835531, 1.0005187404921552, -2.6023343249362516, 0.5997277051347472, -0.1713904187989051, 1.2469616574331956, 1.0930859448451815, 0.6912737576321342, 2.0966808324293957], "max": [0.7212433978266384, 0.23437489297418274, 1.3159592700890401, -1.5235666397605585, 1.3286324794057496, -2.1092797288676857, 0.7192238894537479, 0.05904500354683914, 1.4532696609984066, 1.7718018684277874, 1.1564533542474789, 2.7112658923530515], "count": [630]}}} +{"episode_index": 61, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46537038367978767]], [[0.4572152869919898]], [[0.45488318222025653]]], "std": [[[0.1862777972050057]], [[0.19141153876552974]], [[0.19102624648911304]]], "count": [133]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.1568627450980392]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5556849138778318]], [[0.5625802972504792]], [[0.5621811022654676]]], "std": [[[0.27910407466268894]], [[0.2861433319373871]], [[0.2893423299905825]]], "count": [133]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.09803921568627451]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5424862708241192]], [[0.5583981891002014]], [[0.5428890347805789]]], "std": [[[0.2910107875572571]], [[0.29183998284277934]], [[0.29931522001431216]]], "count": [133]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4194813412206988]], [[0.44277931655118186]], [[0.4271047210550887]]], "std": [[[0.2953992079472426]], [[0.2990550028231539]], [[0.3067858492780519]]], "count": [133]}, "observation.state": {"mean": [0.1584199070930481, -0.8184633255004883, 1.0889760255813599, -0.00544758839532733, 0.05271969363093376, 1.087122917175293, 0.04532502591609955, -0.9615687131881714, 1.201094388961792, -1.12959623336792, 0.4537920355796814, 0.3930237591266632, 0.47701093554496765, 0.9249998927116394, -0.037325892597436905, 6.743199628544971e-05, 0.14288929104804993, 0.05444933474063873, 0.1635926365852356, 0.07348034530878067, 0.23805762827396393, 0.12309180200099945, 0.27849918603897095, 0.15796686708927155, 0.6349989771842957, 0.8718113899230957, 0.01333983987569809, -0.06812671571969986, 0.2967088520526886, 0.07334570586681366, 0.3481602966785431, 0.02530660293996334, 0.39689651131629944, 0.12479685246944427, 0.42960700392723083, 0.39412543177604675], "std": [0.1495361030101776, 0.08447246998548508, 0.03975873813033104, 0.2543330788612366, 0.1849682629108429, 0.2152981162071228, 0.20321477949619293, 0.23303842544555664, 0.23202981054782867, 0.41714808344841003, 0.21359005570411682, 0.32512402534484863, 0.4323059320449829, 0.04150624945759773, 0.016500800848007202, 0.0026675714179873466, 0.17751838266849518, 0.10120869427919388, 0.18374444544315338, 0.15349392592906952, 0.27797290682792664, 0.34317106008529663, 0.3096684217453003, 0.27710357308387756, 0.5149573087692261, 0.11771972477436066, 0.0057568238116800785, 0.008594847284257412, 0.2782507836818695, 0.09120212495326996, 0.3251257538795471, 0.061897020787000656, 0.38391637802124023, 0.1858656257390976, 0.4335162937641144, 0.5266534090042114], "min": [-0.05909294635057449, -1.0249890089035034, 0.9792477488517761, -0.12434910237789154, -0.38313257694244385, 0.07285124063491821, -0.21796558797359467, -1.3094267845153809, 0.9372258186340332, -1.7398980855941772, 0.14134861528873444, -0.07126440107822418, 0.025187281891703606, 0.8204902410507202, -0.047080256044864655, -0.004914192948490381, 0.020463986322283745, -0.004188790451735258, 0.019738584756851196, -0.007984881289303303, 0.026648996397852898, -0.05606870353221893, 0.06038839370012283, 0.006114106625318527, 0.025656340643763542, 0.6998006701469421, 0.0038615409284830093, -0.08305585384368896, 0.0006381359999068081, -0.010553788393735886, 0.01458986196666956, -0.014393512159585953, 0.01535344310104847, -0.012871803715825081, 0.021903881803154945, 0.014900748617947102], "max": [0.5449259281158447, -0.6824001669883728, 1.1466439962387085, 1.1963430643081665, 0.19374188780784607, 1.2262022495269775, 0.42435580492019653, -0.7056224942207336, 1.5282626152038574, -0.6095621585845947, 0.8260733485221863, 0.9488546848297119, 1.1633219718933105, 1.0429050922393799, 0.006544984877109528, 0.007292699534446001, 0.5092270970344543, 0.27957990765571594, 0.55680912733078, 0.4774511754512787, 0.895244836807251, 0.9016262292861938, 0.9891435503959656, 0.9006280899047852, 1.1397982835769653, 1.0072349309921265, 0.039095375686883926, -0.06163739040493965, 0.7089636325836182, 0.20714876055717468, 0.8433648943901062, 0.35330918431282043, 0.9992937445640564, 0.49150654673576355, 1.130406141281128, 1.3010339736938477], "count": [681]}, "action": {"mean": [0.1584199070930481, -0.8184633255004883, 1.0889760255813599, -0.00544758839532733, 0.05271969363093376, 1.087122917175293, 0.04532502591609955, -0.9615687131881714, 1.201094388961792, -1.12959623336792, 0.4537920355796814, 0.3930237591266632, 0.47701093554496765, 0.9249998927116394, -0.037325892597436905, 6.743199628544971e-05, 0.14288929104804993, 0.05444933474063873, 0.1635926365852356, 0.07348034530878067, 0.23805762827396393, 0.12309180200099945, 0.27849918603897095, 0.15796686708927155, 0.6349989771842957, 0.8718113899230957, 0.01333983987569809, -0.06812671571969986, 0.2967088520526886, 0.07334570586681366, 0.3481602966785431, 0.02530660293996334, 0.39689651131629944, 0.12479685246944427, 0.42960700392723083, 0.39412543177604675], "std": [0.1495361030101776, 0.08447246998548508, 0.03975873813033104, 0.2543330788612366, 0.1849682629108429, 0.2152981162071228, 0.20321477949619293, 0.23303842544555664, 0.23202981054782867, 0.41714808344841003, 0.21359005570411682, 0.32512402534484863, 0.4323059320449829, 0.04150624945759773, 0.016500800848007202, 0.0026675714179873466, 0.17751838266849518, 0.10120869427919388, 0.18374444544315338, 0.15349392592906952, 0.27797290682792664, 0.34317106008529663, 0.3096684217453003, 0.27710357308387756, 0.5149573087692261, 0.11771972477436066, 0.0057568238116800785, 0.008594847284257412, 0.2782507836818695, 0.09120212495326996, 0.3251257538795471, 0.061897020787000656, 0.38391637802124023, 0.1858656257390976, 0.4335162937641144, 0.5266534090042114], "min": [-0.05909294635057449, -1.0249890089035034, 0.9792477488517761, -0.12434910237789154, -0.38313257694244385, 0.07285124063491821, -0.21796558797359467, -1.3094267845153809, 0.9372258186340332, -1.7398980855941772, 0.14134861528873444, -0.07126440107822418, 0.025187281891703606, 0.8204902410507202, -0.047080256044864655, -0.004914192948490381, 0.020463986322283745, -0.004188790451735258, 0.019738584756851196, -0.007984881289303303, 0.026648996397852898, -0.05606870353221893, 0.06038839370012283, 0.006114106625318527, 0.025656340643763542, 0.6998006701469421, 0.0038615409284830093, -0.08305585384368896, 0.0006381359999068081, -0.010553788393735886, 0.01458986196666956, -0.014393512159585953, 0.01535344310104847, -0.012871803715825081, 0.021903881803154945, 0.014900748617947102], "max": [0.5449259281158447, -0.6824001669883728, 1.1466439962387085, 1.1963430643081665, 0.19374188780784607, 1.2262022495269775, 0.42435580492019653, -0.7056224942207336, 1.5282626152038574, -0.6095621585845947, 0.8260733485221863, 0.9488546848297119, 1.1633219718933105, 1.0429050922393799, 0.006544984877109528, 0.007292699534446001, 0.5092270970344543, 0.27957990765571594, 0.55680912733078, 0.4774511754512787, 0.895244836807251, 0.9016262292861938, 0.9891435503959656, 0.9006280899047852, 1.1397982835769653, 1.0072349309921265, 0.039095375686883926, -0.06163739040493965, 0.7089636325836182, 0.20714876055717468, 0.8433648943901062, 0.35330918431282043, 0.9992937445640564, 0.49150654673576355, 1.130406141281128, 1.3010339736938477], "count": [681]}, "timestamp": {"min": [0.0], "max": [22.666666666666668], "mean": [11.333333333333334], "std": [6.552918490317176], "count": [681]}, "frame_index": {"min": [0], "max": [680], "mean": [340.0], "std": [196.58755470951527], "count": [681]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [681]}, "index": {"min": [41206], "max": [41886], "mean": [41546.0], "std": [196.58755470951527], "count": [681]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [681]}, "subtask_annotation": {"mean": [2.2584434654919234, 5.0, 5.0, 5.0, 5.0], "std": [1.3255170769929785, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [681]}, "scene_annotation": {"mean": [61.0], "std": [0.0], "min": [61], "max": [61], "count": [681]}, "eef_direction_state": {"mean": [5.226138032305434, 4.621145374449339], "std": [1.2899559708732158, 1.8859771211054608], "min": [0, 0], "max": [6, 6], "count": [681]}, "eef_velocity_state": {"mean": [0.4566813509544787, 0.6387665198237885], "std": [0.6647977841146943, 0.73023296413134], "min": [0, 0], "max": [2, 2], "count": [681]}, "eef_acc_mag_state": {"mean": [0.2745961820851689, 0.32599118942731276], "std": [0.6222153990890515, 0.6588714107463456], "min": [0, 0], "max": [2, 2], "count": [681]}, "eef_direction_action": {"mean": [5.226138032305434, 4.621145374449339], "std": [1.2899559708732158, 1.8859771211054608], "min": [0, 0], "max": [6, 6], "count": [681]}, "eef_velocity_action": {"mean": [0.4566813509544787, 0.6387665198237885], "std": [0.6647977841146943, 0.73023296413134], "min": [0, 0], "max": [2, 2], "count": [681]}, "eef_acc_mag_action": {"mean": [0.2745961820851689, 0.32599118942731276], "std": [0.6222153990890515, 0.6588714107463456], "min": [0, 0], "max": [2, 2], "count": [681]}, "eef_sim_pose_state": {"mean": [0.6964627993758659, 0.17694336213697917, 1.2330145110582758, -2.0257706739051264, 1.0688767819663825, -2.49928974293062, 0.6545421905434594, -0.0769049894009573, 1.3619304874155125, 1.3575058462697935, 0.7763241673101545, 2.363065131091126], "std": [0.012066440383551875, 0.04816322592571851, 0.03430435351219082, 0.20473022967646143, 0.06152306969290218, 0.11478422859065616, 0.03290932502637256, 0.058034455162822844, 0.0734938097714644, 0.16287519580807103, 0.1500909314997365, 0.1547692245717751], "min": [0.6651036158149123, 0.04027692670780597, 1.153716132489836, -2.211608372302005, 0.9774605261745832, -2.6061170561796256, 0.6171088237095161, -0.14436699417446572, 1.2331041273669965, 1.0227400962491786, 0.5825326282816743, 2.194535618483689], "max": [0.7141321549383015, 0.2103128157845619, 1.3082676167838394, -1.6126549445767326, 1.3229513098294579, -2.2062984109850943, 0.7251246807332623, 0.028405981784920653, 1.4969091962635768, 1.6960553895991008, 1.125820545186858, 2.6990210771925467], "count": [681]}, "eef_sim_pose_action": {"mean": [0.6964627993758659, 0.17694336213697917, 1.2330145110582758, -2.0257706739051264, 1.0688767819663825, -2.49928974293062, 0.6545421905434594, -0.0769049894009573, 1.3619304874155125, 1.3575058462697935, 0.7763241673101545, 2.363065131091126], "std": [0.012066440383551875, 0.04816322592571851, 0.03430435351219082, 0.20473022967646143, 0.06152306969290218, 0.11478422859065616, 0.03290932502637256, 0.058034455162822844, 0.0734938097714644, 0.16287519580807103, 0.1500909314997365, 0.1547692245717751], "min": [0.6651036158149123, 0.04027692670780597, 1.153716132489836, -2.211608372302005, 0.9774605261745832, -2.6061170561796256, 0.6171088237095161, -0.14436699417446572, 1.2331041273669965, 1.0227400962491786, 0.5825326282816743, 2.194535618483689], "max": [0.7141321549383015, 0.2103128157845619, 1.3082676167838394, -1.6126549445767326, 1.3229513098294579, -2.2062984109850943, 0.7251246807332623, 0.028405981784920653, 1.4969091962635768, 1.6960553895991008, 1.125820545186858, 2.6990210771925467], "count": [681]}}} +{"episode_index": 62, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4531269518896268]], [[0.44776400419038587]], [[0.44646186320630404]]], "std": [[[0.1926002838915687]], [[0.196285390879322]], [[0.1948932327082581]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.13725490196078433]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5433072916666667]], [[0.5502046469797596]], [[0.5492256598539953]]], "std": [[[0.2806341159678016]], [[0.2876862902691612]], [[0.2909735685780042]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.1568627450980392]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896594932663926]], [[0.6139964553025511]], [[0.6018371679316887]]], "std": [[[0.2690278690866006]], [[0.26420532554170983]], [[0.27092834471012534]]], "count": [124]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45086661263967953]], [[0.47497185490459626]], [[0.46111596036263963]]], "std": [[[0.3012514475481448]], [[0.30352884102512845]], [[0.3129912030047931]]], "count": [124]}, "observation.state": {"mean": [0.23892144858837128, -0.787272036075592, 1.038779377937317, -0.41083773970603943, -0.04907942935824394, 1.48068368434906, -0.059199586510658264, -0.9098123908042908, 1.0732389688491821, -0.6825445890426636, 0.4521772265434265, -0.2823721468448639, 0.5260953903198242, 0.9463480114936829, -0.03336752578616142, 0.0020683645270764828, 0.13691765069961548, 0.10411123186349869, 0.14776799082756042, 0.09155822545289993, 0.2050032764673233, 0.08674509078264236, 0.27861103415489197, 0.2733510136604309, 0.47067970037460327, 0.9018142223358154, 0.01353292167186737, -0.0691370889544487, 0.21973411738872528, 0.10162194073200226, 0.2918509840965271, 0.11061033606529236, 0.40434983372688293, 0.16001854836940765, 0.36656373739242554, 0.18210773169994354], "std": [0.16881632804870605, 0.08918383717536926, 0.030088674277067184, 0.3838962912559509, 0.1774783432483673, 0.3732345402240753, 0.15166440606117249, 0.2784133851528168, 0.3311362564563751, 0.5306090116500854, 0.2070838063955307, 0.5272095203399658, 0.38559117913246155, 0.03602202609181404, 0.02274980954825878, 0.004367195535451174, 0.18862281739711761, 0.21322809159755707, 0.18057096004486084, 0.18826794624328613, 0.2376655787229538, 0.1985805779695511, 0.30311980843544006, 0.5126376748085022, 0.4690074026584625, 0.10228694975376129, 0.005092591047286987, 0.012148991227149963, 0.20202060043811798, 0.19608242809772491, 0.2408262938261032, 0.17791669070720673, 0.4168642461299896, 0.30202996730804443, 0.3971041440963745, 0.31249016523361206], "min": [-0.054622530937194824, -0.9994778633117676, 0.9381437301635742, -0.6690842509269714, -0.4203741252422333, 0.20146676898002625, -0.196543350815773, -1.4046883583068848, 0.7725833654403687, -1.5774729251861572, 0.08288748562335968, -0.7093299627304077, 0.07362016290426254, 0.8644997477531433, -0.05072363093495369, -0.0024707315023988485, -0.004537855740636587, -0.001723512657918036, 0.01566978357732296, -0.006523168180137873, 0.018178695812821388, -0.05927574262022972, 0.030799606814980507, -0.009512044489383698, 0.019176805391907692, 0.6293275356292725, 0.002650718903169036, -0.0951804369688034, -0.011791880242526531, -0.0062340982258319855, 0.011388272978365421, 0.0018653207225725055, 0.012686362490057945, -0.007188574876636267, 0.027663469314575195, 0.01140463538467884], "max": [0.5905837416648865, -0.663034200668335, 1.0991979837417603, 1.0865377187728882, 0.1319786161184311, 1.8064689636230469, 0.2691190838813782, -0.6635528802871704, 1.6463292837142944, -0.17251038551330566, 0.8323438763618469, 0.6324983835220337, 1.1703360080718994, 1.0835223197937012, 0.008344855159521103, 0.008792096748948097, 0.5481588244438171, 0.6302220225334167, 0.5343052744865417, 0.6603562235832214, 0.7190756797790527, 0.5876141786575317, 1.0155580043792725, 1.5374987125396729, 1.1563515663146973, 1.012110948562622, 0.038899026811122894, -0.06158830597996712, 0.5896213054656982, 0.4936991333961487, 0.7361962795257568, 0.4906502366065979, 1.25455904006958, 0.9748700261116028, 1.2999430894851685, 1.3543972969055176], "count": [620]}, "action": {"mean": [0.23892144858837128, -0.787272036075592, 1.038779377937317, -0.41083773970603943, -0.04907942935824394, 1.48068368434906, -0.059199586510658264, -0.9098123908042908, 1.0732389688491821, -0.6825445890426636, 0.4521772265434265, -0.2823721468448639, 0.5260953903198242, 0.9463480114936829, -0.03336752578616142, 0.0020683645270764828, 0.13691765069961548, 0.10411123186349869, 0.14776799082756042, 0.09155822545289993, 0.2050032764673233, 0.08674509078264236, 0.27861103415489197, 0.2733510136604309, 0.47067970037460327, 0.9018142223358154, 0.01353292167186737, -0.0691370889544487, 0.21973411738872528, 0.10162194073200226, 0.2918509840965271, 0.11061033606529236, 0.40434983372688293, 0.16001854836940765, 0.36656373739242554, 0.18210773169994354], "std": [0.16881632804870605, 0.08918383717536926, 0.030088674277067184, 0.3838962912559509, 0.1774783432483673, 0.3732345402240753, 0.15166440606117249, 0.2784133851528168, 0.3311362564563751, 0.5306090116500854, 0.2070838063955307, 0.5272095203399658, 0.38559117913246155, 0.03602202609181404, 0.02274980954825878, 0.004367195535451174, 0.18862281739711761, 0.21322809159755707, 0.18057096004486084, 0.18826794624328613, 0.2376655787229538, 0.1985805779695511, 0.30311980843544006, 0.5126376748085022, 0.4690074026584625, 0.10228694975376129, 0.005092591047286987, 0.012148991227149963, 0.20202060043811798, 0.19608242809772491, 0.2408262938261032, 0.17791669070720673, 0.4168642461299896, 0.30202996730804443, 0.3971041440963745, 0.31249016523361206], "min": [-0.054622530937194824, -0.9994778633117676, 0.9381437301635742, -0.6690842509269714, -0.4203741252422333, 0.20146676898002625, -0.196543350815773, -1.4046883583068848, 0.7725833654403687, -1.5774729251861572, 0.08288748562335968, -0.7093299627304077, 0.07362016290426254, 0.8644997477531433, -0.05072363093495369, -0.0024707315023988485, -0.004537855740636587, -0.001723512657918036, 0.01566978357732296, -0.006523168180137873, 0.018178695812821388, -0.05927574262022972, 0.030799606814980507, -0.009512044489383698, 0.019176805391907692, 0.6293275356292725, 0.002650718903169036, -0.0951804369688034, -0.011791880242526531, -0.0062340982258319855, 0.011388272978365421, 0.0018653207225725055, 0.012686362490057945, -0.007188574876636267, 0.027663469314575195, 0.01140463538467884], "max": [0.5905837416648865, -0.663034200668335, 1.0991979837417603, 1.0865377187728882, 0.1319786161184311, 1.8064689636230469, 0.2691190838813782, -0.6635528802871704, 1.6463292837142944, -0.17251038551330566, 0.8323438763618469, 0.6324983835220337, 1.1703360080718994, 1.0835223197937012, 0.008344855159521103, 0.008792096748948097, 0.5481588244438171, 0.6302220225334167, 0.5343052744865417, 0.6603562235832214, 0.7190756797790527, 0.5876141786575317, 1.0155580043792725, 1.5374987125396729, 1.1563515663146973, 1.012110948562622, 0.038899026811122894, -0.06158830597996712, 0.5896213054656982, 0.4936991333961487, 0.7361962795257568, 0.4906502366065979, 1.25455904006958, 0.9748700261116028, 1.2999430894851685, 1.3543972969055176], "count": [620]}, "timestamp": {"min": [0.0], "max": [20.633333333333333], "mean": [10.316666666666666], "std": [5.965945021536823], "count": [620]}, "frame_index": {"min": [0], "max": [619], "mean": [309.5], "std": [178.97835064610467], "count": [620]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [620]}, "index": {"min": [41887], "max": [42506], "mean": [42196.5], "std": [178.97835064610467], "count": [620]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [620]}, "subtask_annotation": {"mean": [2.2838709677419353, 5.0, 5.0, 5.0, 5.0], "std": [1.445816383780715, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [620]}, "scene_annotation": {"mean": [62.0], "std": [0.0], "min": [62], "max": [62], "count": [620]}, "eef_direction_state": {"mean": [4.901612903225806, 4.680645161290323], "std": [1.418198759385946, 1.8124870375222695], "min": [1, 0], "max": [6, 6], "count": [620]}, "eef_velocity_state": {"mean": [0.5903225806451613, 0.6258064516129033], "std": [0.6814854925725757, 0.7374619692481853], "min": [0, 0], "max": [2, 2], "count": [620]}, "eef_acc_mag_state": {"mean": [0.3016129032258065, 0.43870967741935485], "std": [0.6408139822393856, 0.7520627201687612], "min": [0, 0], "max": [2, 2], "count": [620]}, "eef_direction_action": {"mean": [4.901612903225806, 4.680645161290323], "std": [1.418198759385946, 1.8124870375222695], "min": [1, 0], "max": [6, 6], "count": [620]}, "eef_velocity_action": {"mean": [0.5903225806451613, 0.6258064516129033], "std": [0.6814854925725757, 0.7374619692481853], "min": [0, 0], "max": [2, 2], "count": [620]}, "eef_acc_mag_action": {"mean": [0.3016129032258065, 0.43870967741935485], "std": [0.6408139822393856, 0.7520627201687612], "min": [0, 0], "max": [2, 2], "count": [620]}, "eef_sim_pose_state": {"mean": [0.6820968384674706, 0.17094858055778206, 1.2280739172082122, -1.9713700096170237, 1.0922173555591737, -2.481220911259039, 0.6350565397069375, -0.06516294861899477, 1.3479306884224425, 1.239119380945571, 0.9723739673140057, 2.213656693621251], "std": [0.009335575348750248, 0.04662004020069968, 0.03610265962943171, 0.13920413092423278, 0.0626544078753038, 0.07742988618439017, 0.04723486086829058, 0.05545824941885987, 0.05291346020842491, 0.20249817615118842, 0.09730356933459278, 0.2116091637209951], "min": [0.6490311919928031, 0.045631955673936575, 1.1467230898391234, -2.125982932000702, 0.9755068522672516, -2.5719720362012213, 0.5776360017014596, -0.1560827901883753, 1.238615906843961, 1.0279046546678046, 0.6100506355901754, 1.976609477316983], "max": [0.7012478865960785, 0.20863595524434708, 1.3066551696496533, -1.694131489300229, 1.2941175939873504, -2.316026355515198, 0.7207588112235572, 0.06351485916321623, 1.457512121532487, 1.716880511373204, 1.1513146518807154, 2.6304370411152584], "count": [620]}, "eef_sim_pose_action": {"mean": [0.6820968384674706, 0.17094858055778206, 1.2280739172082122, -1.9713700096170237, 1.0922173555591737, -2.481220911259039, 0.6350565397069375, -0.06516294861899477, 1.3479306884224425, 1.239119380945571, 0.9723739673140057, 2.213656693621251], "std": [0.009335575348750248, 0.04662004020069968, 0.03610265962943171, 0.13920413092423278, 0.0626544078753038, 0.07742988618439017, 0.04723486086829058, 0.05545824941885987, 0.05291346020842491, 0.20249817615118842, 0.09730356933459278, 0.2116091637209951], "min": [0.6490311919928031, 0.045631955673936575, 1.1467230898391234, -2.125982932000702, 0.9755068522672516, -2.5719720362012213, 0.5776360017014596, -0.1560827901883753, 1.238615906843961, 1.0279046546678046, 0.6100506355901754, 1.976609477316983], "max": [0.7012478865960785, 0.20863595524434708, 1.3066551696496533, -1.694131489300229, 1.2941175939873504, -2.316026355515198, 0.7207588112235572, 0.06351485916321623, 1.457512121532487, 1.716880511373204, 1.1513146518807154, 2.6304370411152584], "count": [620]}}} +{"episode_index": 63, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46672729189914447]], [[0.45848979754503427]], [[0.4568887211727509]]], "std": [[[0.18453321967143393]], [[0.18900168991723665]], [[0.18879854065891422]]], "count": [123]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13333333333333333]], [[0.1411764705882353]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.557039044649025]], [[0.556923760561135]], [[0.556310502351347]]], "std": [[[0.2828160786974292]], [[0.2954665927457028]], [[0.2993505179755882]]], "count": [123]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.09803921568627451]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5780465337557787]], [[0.5948111001514427]], [[0.5869878165019395]]], "std": [[[0.2835335278367217]], [[0.283986444808315]], [[0.29178066642418304]]], "count": [123]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47978908284180877]], [[0.49890766645411555]], [[0.48949499176364314]]], "std": [[[0.30299220621622414]], [[0.3052918801835582]], [[0.317747088284792]]], "count": [123]}, "observation.state": {"mean": [0.2233269363641739, -0.7736735939979553, 1.0256925821304321, 0.12412579357624054, -0.1252695620059967, 0.8729323148727417, -0.013529201969504356, -0.7816784977912903, 1.0712943077087402, -1.309926152229309, 0.3973695635795593, 0.42891064286231995, 0.6578489542007446, 0.8804255127906799, -0.034040406346321106, 0.005055309273302555, 0.19580569863319397, 0.015541822649538517, 0.20718266069889069, 0.03841390088200569, 0.23392441868782043, 0.10436907410621643, 0.2772761881351471, 0.18861998617649078, 0.5061975717544556, 0.8672659993171692, 0.013988642022013664, -0.06766392290592194, 0.22391869127750397, 0.10558519512414932, 0.2596343755722046, 0.09649309515953064, 0.3275597393512726, 0.08663801103830338, 0.3592286705970764, 0.2656308114528656], "std": [0.1514982432126999, 0.09695115685462952, 0.0627414658665657, 0.5923842191696167, 0.09874359518289566, 0.49145349860191345, 0.135346457362175, 0.4128913879394531, 0.3528456687927246, 0.17155876755714417, 0.26745203137397766, 0.09338224679231644, 0.3299541175365448, 0.04502420872449875, 0.02186339534819126, 0.0020829509012401104, 0.25306883454322815, 0.012593274004757404, 0.2211563140153885, 0.0659615769982338, 0.24497824907302856, 0.1906825453042984, 0.25789475440979004, 0.3281015455722809, 0.48896121978759766, 0.09056560695171356, 0.005984607618302107, 0.008361438289284706, 0.2482481151819229, 0.1635911911725998, 0.2783642113208771, 0.15205058455467224, 0.3640888035297394, 0.1605672687292099, 0.38259682059288025, 0.4639326333999634], "min": [-0.20513847470283508, -0.9959492087364197, 0.8565806150436401, -0.19305840134620667, -0.41962310671806335, -1.1433894634246826, -0.14865624904632568, -1.4425498247146606, 0.727664589881897, -1.6359697580337524, -0.009369993582367897, 0.16245560348033905, 0.013973541557788849, 0.7597526907920837, -0.047674760222435, -0.0013308136258274317, 0.018598664551973343, -0.028067074716091156, 0.025110924616456032, -2.7270711143501103e-05, 0.026109034195542336, 0.007008587941527367, 0.04948008432984352, 0.014257158152759075, 0.029616057872772217, 0.7303658127784729, 0.0032397673930972815, -0.08521570265293121, 0.013439035043120384, 0.004723296966403723, 0.027210773900151253, 0.0008672105032019317, 0.05251259356737137, -0.0035233835224062204, 0.06073745712637901, 0.008890270255506039], "max": [0.5222519636154175, -0.5588616728782654, 1.1354619264602661, 2.5294690132141113, 0.010740920901298523, 1.1982274055480957, 0.2767009139060974, -0.3763256371021271, 1.655937671661377, -1.0690494775772095, 0.844825267791748, 0.6450274586677551, 1.129151701927185, 0.9910033941268921, 0.01693817786872387, 0.009299332275986671, 0.7190756797790527, 0.0782071128487587, 0.6642886400222778, 0.2004837989807129, 0.7383943200111389, 0.513737678527832, 0.8688631057739258, 0.9862092137336731, 1.103833556175232, 0.9956175684928894, 0.035473816096782684, -0.06230825185775757, 0.7008423805236816, 0.4162828326225281, 0.794948399066925, 0.48855581879615784, 1.0424306392669678, 0.5553637742996216, 1.120801329612732, 1.3190761804580688], "count": [616]}, "action": {"mean": [0.2233269363641739, -0.7736735939979553, 1.0256925821304321, 0.12412579357624054, -0.1252695620059967, 0.8729323148727417, -0.013529201969504356, -0.7816784977912903, 1.0712943077087402, -1.309926152229309, 0.3973695635795593, 0.42891064286231995, 0.6578489542007446, 0.8804255127906799, -0.034040406346321106, 0.005055309273302555, 0.19580569863319397, 0.015541822649538517, 0.20718266069889069, 0.03841390088200569, 0.23392441868782043, 0.10436907410621643, 0.2772761881351471, 0.18861998617649078, 0.5061975717544556, 0.8672659993171692, 0.013988642022013664, -0.06766392290592194, 0.22391869127750397, 0.10558519512414932, 0.2596343755722046, 0.09649309515953064, 0.3275597393512726, 0.08663801103830338, 0.3592286705970764, 0.2656308114528656], "std": [0.1514982432126999, 0.09695115685462952, 0.0627414658665657, 0.5923842191696167, 0.09874359518289566, 0.49145349860191345, 0.135346457362175, 0.4128913879394531, 0.3528456687927246, 0.17155876755714417, 0.26745203137397766, 0.09338224679231644, 0.3299541175365448, 0.04502420872449875, 0.02186339534819126, 0.0020829509012401104, 0.25306883454322815, 0.012593274004757404, 0.2211563140153885, 0.0659615769982338, 0.24497824907302856, 0.1906825453042984, 0.25789475440979004, 0.3281015455722809, 0.48896121978759766, 0.09056560695171356, 0.005984607618302107, 0.008361438289284706, 0.2482481151819229, 0.1635911911725998, 0.2783642113208771, 0.15205058455467224, 0.3640888035297394, 0.1605672687292099, 0.38259682059288025, 0.4639326333999634], "min": [-0.20513847470283508, -0.9959492087364197, 0.8565806150436401, -0.19305840134620667, -0.41962310671806335, -1.1433894634246826, -0.14865624904632568, -1.4425498247146606, 0.727664589881897, -1.6359697580337524, -0.009369993582367897, 0.16245560348033905, 0.013973541557788849, 0.7597526907920837, -0.047674760222435, -0.0013308136258274317, 0.018598664551973343, -0.028067074716091156, 0.025110924616456032, -2.7270711143501103e-05, 0.026109034195542336, 0.007008587941527367, 0.04948008432984352, 0.014257158152759075, 0.029616057872772217, 0.7303658127784729, 0.0032397673930972815, -0.08521570265293121, 0.013439035043120384, 0.004723296966403723, 0.027210773900151253, 0.0008672105032019317, 0.05251259356737137, -0.0035233835224062204, 0.06073745712637901, 0.008890270255506039], "max": [0.5222519636154175, -0.5588616728782654, 1.1354619264602661, 2.5294690132141113, 0.010740920901298523, 1.1982274055480957, 0.2767009139060974, -0.3763256371021271, 1.655937671661377, -1.0690494775772095, 0.844825267791748, 0.6450274586677551, 1.129151701927185, 0.9910033941268921, 0.01693817786872387, 0.009299332275986671, 0.7190756797790527, 0.0782071128487587, 0.6642886400222778, 0.2004837989807129, 0.7383943200111389, 0.513737678527832, 0.8688631057739258, 0.9862092137336731, 1.103833556175232, 0.9956175684928894, 0.035473816096782684, -0.06230825185775757, 0.7008423805236816, 0.4162828326225281, 0.794948399066925, 0.48855581879615784, 1.0424306392669678, 0.5553637742996216, 1.120801329612732, 1.3190761804580688], "count": [616]}, "timestamp": {"min": [0.0], "max": [20.5], "mean": [10.25], "std": [5.927454953200591], "count": [616]}, "frame_index": {"min": [0], "max": [615], "mean": [307.5], "std": [177.82364859601773], "count": [616]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [616]}, "index": {"min": [42507], "max": [43122], "mean": [42814.5], "std": [177.82364859601773], "count": [616]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [616]}, "subtask_annotation": {"mean": [2.2240259740259742, 5.0, 5.0, 5.0, 5.0], "std": [1.4079346204384886, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [616]}, "scene_annotation": {"mean": [63.0], "std": [0.0], "min": [63], "max": [63], "count": [616]}, "eef_direction_state": {"mean": [4.724025974025974, 4.545454545454546], "std": [1.5878415961267325, 1.935958130822442], "min": [0, 0], "max": [6, 6], "count": [616]}, "eef_velocity_state": {"mean": [0.6006493506493507, 0.6590909090909091], "std": [0.6367527964589417, 0.7712457149148378], "min": [0, 0], "max": [2, 2], "count": [616]}, "eef_acc_mag_state": {"mean": [0.3068181818181818, 0.42207792207792205], "std": [0.6459305223237387, 0.727765371178509], "min": [0, 0], "max": [2, 2], "count": [616]}, "eef_direction_action": {"mean": [4.724025974025974, 4.545454545454546], "std": [1.5878415961267325, 1.935958130822442], "min": [0, 0], "max": [6, 6], "count": [616]}, "eef_velocity_action": {"mean": [0.6006493506493507, 0.6590909090909091], "std": [0.6367527964589417, 0.7712457149148378], "min": [0, 0], "max": [2, 2], "count": [616]}, "eef_acc_mag_action": {"mean": [0.3068181818181818, 0.42207792207792205], "std": [0.6459305223237387, 0.727765371178509], "min": [0, 0], "max": [2, 2], "count": [616]}, "eef_sim_pose_state": {"mean": [0.6811903936404226, 0.17046999138605348, 1.2428301263444739, -1.8512105656507085, 1.0298331509863652, -2.370669417812279, 0.6276542484240965, -0.10384839255956495, 1.3282644374855583, 1.4756321728243789, 0.9109447805548863, 2.368965500703575], "std": [0.020410040008028065, 0.044401633480320356, 0.03921185206718694, 0.17977600940682129, 0.11247036981822042, 0.18369250177772714, 0.05410280796871063, 0.08768418772521225, 0.05787036480771151, 0.1982052386678282, 0.13585220859453842, 0.11979765247906349], "min": [0.6048333646150694, 0.05302864696541515, 1.1535926105359773, -2.1947235867330503, 0.8322309523405793, -2.8001636510869696, 0.5554591373856803, -0.21407730516550277, 1.2424089844980533, 1.0643111062439365, 0.7213833404147474, 2.1584004725666075], "max": [0.7014836858590635, 0.21087168326136108, 1.316586584718645, -1.534446218605941, 1.3241519505210104, -2.1570570408221914, 0.7165236011874142, 0.07348204162361935, 1.4591469949538365, 1.7451181095852968, 1.2456387724709255, 2.6780781018765483], "count": [616]}, "eef_sim_pose_action": {"mean": [0.6811903936404226, 0.17046999138605348, 1.2428301263444739, -1.8512105656507085, 1.0298331509863652, -2.370669417812279, 0.6276542484240965, -0.10384839255956495, 1.3282644374855583, 1.4756321728243789, 0.9109447805548863, 2.368965500703575], "std": [0.020410040008028065, 0.044401633480320356, 0.03921185206718694, 0.17977600940682129, 0.11247036981822042, 0.18369250177772714, 0.05410280796871063, 0.08768418772521225, 0.05787036480771151, 0.1982052386678282, 0.13585220859453842, 0.11979765247906349], "min": [0.6048333646150694, 0.05302864696541515, 1.1535926105359773, -2.1947235867330503, 0.8322309523405793, -2.8001636510869696, 0.5554591373856803, -0.21407730516550277, 1.2424089844980533, 1.0643111062439365, 0.7213833404147474, 2.1584004725666075], "max": [0.7014836858590635, 0.21087168326136108, 1.316586584718645, -1.534446218605941, 1.3241519505210104, -2.1570570408221914, 0.7165236011874142, 0.07348204162361935, 1.4591469949538365, 1.7451181095852968, 1.2456387724709255, 2.6780781018765483], "count": [616]}}} +{"episode_index": 64, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4673383122800402]], [[0.4573809687657114]], [[0.456199058886375]]], "std": [[[0.18844377707958737]], [[0.19629173683574233]], [[0.19452599916616442]]], "count": [130]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.13333333333333333]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.551775164969834]], [[0.55966606806184]], [[0.5601159832202112]]], "std": [[[0.277038483735693]], [[0.2837203905988707]], [[0.28750613403540265]]], "count": [130]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5909423909627953]], [[0.6036187028657617]], [[0.5931190328054298]]], "std": [[[0.2694109499572164]], [[0.27031419735617446]], [[0.27885697498287737]]], "count": [130]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4694542672197084]], [[0.49552046411513323]], [[0.4835189322523882]]], "std": [[[0.30374239167628314]], [[0.30370293528381714]], [[0.31600418219301635]]], "count": [130]}, "observation.state": {"mean": [0.3404623568058014, -0.8442115187644958, 1.1258342266082764, 0.16801802814006805, -0.1539384424686432, 0.8735991716384888, -0.11029569804668427, -0.8581659197807312, 1.0882456302642822, -0.9290057420730591, 0.5068935751914978, -0.024846863001585007, 0.5582907199859619, 0.9256213903427124, -0.033934224396944046, 0.005206052213907242, 0.16700594127178192, 0.07159755378961563, 0.20037241280078888, 0.06515081971883774, 0.3135969340801239, 0.08782333135604858, 0.33237579464912415, 0.27254995703697205, 0.5023751258850098, 0.8460269570350647, 0.01797770895063877, -0.06558321416378021, 0.22959241271018982, 0.026382263749837875, 0.24818895757198334, 0.0692562460899353, 0.2963090240955353, 0.10249275714159012, 0.2925493121147156, 0.2856636345386505], "std": [0.167209655046463, 0.06589900702238083, 0.05018283426761627, 0.19648051261901855, 0.13782553374767303, 0.14324164390563965, 0.22078461945056915, 0.3134344816207886, 0.3202124834060669, 0.41801127791404724, 0.19456753134727478, 0.47181054949760437, 0.3962162137031555, 0.06689534336328506, 0.020020948722958565, 0.0033761279191821814, 0.19374266266822815, 0.13814355432987213, 0.21132273972034454, 0.1363593190908432, 0.38811078667640686, 0.24694769084453583, 0.32181233167648315, 0.42185699939727783, 0.5250872373580933, 0.08099406212568283, 0.009646384045481682, 0.007518418598920107, 0.27599063515663147, 0.021412141621112823, 0.28676605224609375, 0.09883628040552139, 0.3551786243915558, 0.1856180876493454, 0.384966641664505, 0.5307487845420837], "min": [-0.04577706381678581, -1.0251678228378296, 1.008621335029602, 0.09437943249940872, -0.4435606896877289, 0.18271486461162567, -0.27352988719940186, -1.4505846500396729, 0.8001449704170227, -1.714613437652588, 0.1353999674320221, -0.5288323760032654, 0.02187853306531906, 0.7844818830490112, -0.04752204567193985, -0.0008344855159521103, 0.010564696043729782, -0.010231993161141872, 0.014131712727248669, -0.0038288161158561707, 0.01981494203209877, -0.061337415128946304, 0.02281472645699978, 0.014933472499251366, 0.020900316536426544, 0.6954591274261475, 0.004330598283559084, -0.08202502131462097, 0.006904958747327328, 0.008732100017368793, 0.00854120496660471, -0.004805109463632107, 0.014017175883054733, 0.0019471329869702458, 0.028765207156538963, 0.001832595793530345], "max": [0.5848854780197144, -0.7638136148452759, 1.1860194206237793, 1.1086633205413818, 0.10373750329017639, 0.9466792345046997, 0.3737744987010956, -0.5731670260429382, 1.6453160047531128, -0.42392662167549133, 0.8259780406951904, 0.8407482504844666, 1.1117092370986938, 1.0869256258010864, 0.015795229002833366, 0.00805033091455698, 0.5620178580284119, 0.3900810778141022, 0.6450464129447937, 0.44308456778526306, 1.291990876197815, 0.7629106640815735, 1.1684106588363647, 1.424221396446228, 1.156498908996582, 0.9753226637840271, 0.09038624167442322, -0.060672007501125336, 0.7450592517852783, 0.24377886950969696, 0.7929194569587708, 0.3380647897720337, 1.011745572090149, 0.5997714996337891, 1.3220213651657104, 1.5383987426757812], "count": [661]}, "action": {"mean": [0.3404623568058014, -0.8442115187644958, 1.1258342266082764, 0.16801802814006805, -0.1539384424686432, 0.8735991716384888, -0.11029569804668427, -0.8581659197807312, 1.0882456302642822, -0.9290057420730591, 0.5068935751914978, -0.024846863001585007, 0.5582907199859619, 0.9256213903427124, -0.033934224396944046, 0.005206052213907242, 0.16700594127178192, 0.07159755378961563, 0.20037241280078888, 0.06515081971883774, 0.3135969340801239, 0.08782333135604858, 0.33237579464912415, 0.27254995703697205, 0.5023751258850098, 0.8460269570350647, 0.01797770895063877, -0.06558321416378021, 0.22959241271018982, 0.026382263749837875, 0.24818895757198334, 0.0692562460899353, 0.2963090240955353, 0.10249275714159012, 0.2925493121147156, 0.2856636345386505], "std": [0.167209655046463, 0.06589900702238083, 0.05018283426761627, 0.19648051261901855, 0.13782553374767303, 0.14324164390563965, 0.22078461945056915, 0.3134344816207886, 0.3202124834060669, 0.41801127791404724, 0.19456753134727478, 0.47181054949760437, 0.3962162137031555, 0.06689534336328506, 0.020020948722958565, 0.0033761279191821814, 0.19374266266822815, 0.13814355432987213, 0.21132273972034454, 0.1363593190908432, 0.38811078667640686, 0.24694769084453583, 0.32181233167648315, 0.42185699939727783, 0.5250872373580933, 0.08099406212568283, 0.009646384045481682, 0.007518418598920107, 0.27599063515663147, 0.021412141621112823, 0.28676605224609375, 0.09883628040552139, 0.3551786243915558, 0.1856180876493454, 0.384966641664505, 0.5307487845420837], "min": [-0.04577706381678581, -1.0251678228378296, 1.008621335029602, 0.09437943249940872, -0.4435606896877289, 0.18271486461162567, -0.27352988719940186, -1.4505846500396729, 0.8001449704170227, -1.714613437652588, 0.1353999674320221, -0.5288323760032654, 0.02187853306531906, 0.7844818830490112, -0.04752204567193985, -0.0008344855159521103, 0.010564696043729782, -0.010231993161141872, 0.014131712727248669, -0.0038288161158561707, 0.01981494203209877, -0.061337415128946304, 0.02281472645699978, 0.014933472499251366, 0.020900316536426544, 0.6954591274261475, 0.004330598283559084, -0.08202502131462097, 0.006904958747327328, 0.008732100017368793, 0.00854120496660471, -0.004805109463632107, 0.014017175883054733, 0.0019471329869702458, 0.028765207156538963, 0.001832595793530345], "max": [0.5848854780197144, -0.7638136148452759, 1.1860194206237793, 1.1086633205413818, 0.10373750329017639, 0.9466792345046997, 0.3737744987010956, -0.5731670260429382, 1.6453160047531128, -0.42392662167549133, 0.8259780406951904, 0.8407482504844666, 1.1117092370986938, 1.0869256258010864, 0.015795229002833366, 0.00805033091455698, 0.5620178580284119, 0.3900810778141022, 0.6450464129447937, 0.44308456778526306, 1.291990876197815, 0.7629106640815735, 1.1684106588363647, 1.424221396446228, 1.156498908996582, 0.9753226637840271, 0.09038624167442322, -0.060672007501125336, 0.7450592517852783, 0.24377886950969696, 0.7929194569587708, 0.3380647897720337, 1.011745572090149, 0.5997714996337891, 1.3220213651657104, 1.5383987426757812], "count": [661]}, "timestamp": {"min": [0.0], "max": [22.0], "mean": [11.0], "std": [6.3604681868204915], "count": [661]}, "frame_index": {"min": [0], "max": [660], "mean": [330.0], "std": [190.81404560461476], "count": [661]}, "episode_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [661]}, "index": {"min": [43123], "max": [43783], "mean": [43453.0], "std": [190.81404560461476], "count": [661]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [661]}, "subtask_annotation": {"mean": [2.4523449319213313, 4.993948562783661, 5.0, 5.0, 5.0], "std": [1.3805154080137283, 0.1554642369581256, 0.0, 0.0, 0.0], "min": [0, 1, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [661]}, "scene_annotation": {"mean": [64.0], "std": [0.0], "min": [64], "max": [64], "count": [661]}, "eef_direction_state": {"mean": [4.907715582450832, 4.664145234493192], "std": [1.534953640525365, 1.990689463902041], "min": [0, 0], "max": [6, 6], "count": [661]}, "eef_velocity_state": {"mean": [0.5340393343419062, 0.5809379727685325], "std": [0.6764731389207231, 0.7368820711436102], "min": [0, 0], "max": [2, 2], "count": [661]}, "eef_acc_mag_state": {"mean": [0.3434190620272315, 0.43872919818456885], "std": [0.6770987687868119, 0.7346703980951798], "min": [0, 0], "max": [2, 2], "count": [661]}, "eef_direction_action": {"mean": [4.907715582450832, 4.664145234493192], "std": [1.534953640525365, 1.990689463902041], "min": [0, 0], "max": [6, 6], "count": [661]}, "eef_velocity_action": {"mean": [0.5340393343419062, 0.5809379727685325], "std": [0.6764731389207231, 0.7368820711436102], "min": [0, 0], "max": [2, 2], "count": [661]}, "eef_acc_mag_action": {"mean": [0.3434190620272315, 0.43872919818456885], "std": [0.6770987687868119, 0.7346703980951798], "min": [0, 0], "max": [2, 2], "count": [661]}, "eef_sim_pose_state": {"mean": [0.6979368933295512, 0.18044135909922573, 1.20836671024619, -1.9825638733818431, 1.0966936378617747, -2.47583662441045, 0.6282819016684777, -0.08128160706391392, 1.331708421880927, 1.3223601216511538, 0.9822922287734476, 2.30080656196794], "std": [0.014526020640510466, 0.054915524304718584, 0.042161985713963714, 0.16770227945822544, 0.058094728544226565, 0.08109711224366373, 0.05538879421552627, 0.06133042409434439, 0.06640176212530328, 0.18089793479412675, 0.14886768133088873, 0.1794210394172488], "min": [0.6567996708763821, 0.04288195609284248, 1.1534650425582287, -2.1462551029427206, 0.9783676951582669, -2.5575077726277953, 0.5711277326811992, -0.1910559828030679, 1.2386136961966028, 1.057526867619366, 0.709447493040424, 2.1235919856103145], "max": [0.7118136899540947, 0.23581253496736948, 1.3079584362663907, -1.663581434701762, 1.3216849095643761, -2.163641577809784, 0.7280287983126803, 0.06687659368365254, 1.4890999543624601, 1.6854467851181247, 1.1175725118096373, 2.7766028797618736], "count": [661]}, "eef_sim_pose_action": {"mean": [0.6979368933295512, 0.18044135909922573, 1.20836671024619, -1.9825638733818431, 1.0966936378617747, -2.47583662441045, 0.6282819016684777, -0.08128160706391392, 1.331708421880927, 1.3223601216511538, 0.9822922287734476, 2.30080656196794], "std": [0.014526020640510466, 0.054915524304718584, 0.042161985713963714, 0.16770227945822544, 0.058094728544226565, 0.08109711224366373, 0.05538879421552627, 0.06133042409434439, 0.06640176212530328, 0.18089793479412675, 0.14886768133088873, 0.1794210394172488], "min": [0.6567996708763821, 0.04288195609284248, 1.1534650425582287, -2.1462551029427206, 0.9783676951582669, -2.5575077726277953, 0.5711277326811992, -0.1910559828030679, 1.2386136961966028, 1.057526867619366, 0.709447493040424, 2.1235919856103145], "max": [0.7118136899540947, 0.23581253496736948, 1.3079584362663907, -1.663581434701762, 1.3216849095643761, -2.163641577809784, 0.7280287983126803, 0.06687659368365254, 1.4890999543624601, 1.6854467851181247, 1.1175725118096373, 2.7766028797618736], "count": [661]}}} +{"episode_index": 65, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4552960710993799]], [[0.44878099163454555]], [[0.44803639461482603]]], "std": [[[0.19009414164774488]], [[0.19372258707891135]], [[0.19297935953015136]]], "count": [117]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.12549019607843137]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5504781209848612]], [[0.5572229624043349]], [[0.5561596436651584]]], "std": [[[0.2839034944956516]], [[0.2903733770586791]], [[0.29425271301444217]]], "count": [117]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.09803921568627451]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5654388092843975]], [[0.580794068767108]], [[0.5682005212697615]]], "std": [[[0.287840185590467]], [[0.2888422286289985]], [[0.2973125206034449]]], "count": [117]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4580101286240992]], [[0.4955357312440646]], [[0.4811939486620859]]], "std": [[[0.3062812511039377]], [[0.3008382446971621]], [[0.3155140312885946]]], "count": [117]}, "observation.state": {"mean": [0.22835630178451538, -0.770623505115509, 1.0532437562942505, -0.0065153175964951515, -0.06956305354833603, 1.0832256078720093, -0.050974976271390915, -0.9785869717597961, 1.1243926286697388, -0.5830724835395813, 0.40333083271980286, -0.26297783851623535, 0.5805436372756958, 0.8934181928634644, -0.03277380019426346, 0.00299625750631094, 0.12529069185256958, 0.05395817384123802, 0.13247938454151154, 0.07811950147151947, 0.18266424536705017, 0.12826071679592133, 0.20797699689865112, 0.2143121063709259, 0.5656915307044983, 0.8322843909263611, 0.014758171513676643, -0.067913718521595, 0.29839009046554565, 0.05778278410434723, 0.34355175495147705, 0.03247739374637604, 0.40200749039649963, 0.15021787583827972, 0.35420480370521545, 0.2339058518409729], "std": [0.15809060633182526, 0.09338250756263733, 0.05179484933614731, 0.2515305280685425, 0.12531663477420807, 0.21473774313926697, 0.2309013456106186, 0.2741698920726776, 0.2940845489501953, 0.7723181843757629, 0.16646698117256165, 0.7268980741500854, 0.3718337118625641, 0.07202707976102829, 0.021297261118888855, 0.0036007738672196865, 0.1941748559474945, 0.09532185643911362, 0.2058844417333603, 0.15313071012496948, 0.2792569398880005, 0.34517034888267517, 0.29575037956237793, 0.3576516807079315, 0.516367495059967, 0.09494737535715103, 0.00642256997525692, 0.008148428052663803, 0.2719552218914032, 0.07547644525766373, 0.3139633536338806, 0.06007424741983414, 0.3820139765739441, 0.2455494999885559, 0.3205278515815735, 0.3213965594768524], "min": [-0.029373615980148315, -0.989404559135437, 0.8971351385116577, -0.08875267207622528, -0.3643210530281067, 0.12951095402240753, -0.23010128736495972, -1.416549801826477, 0.8035305738449097, -1.800469160079956, 0.12821154296398163, -0.7836938500404358, 0.017016960307955742, 0.7316638231277466, -0.04710207134485245, -0.003032509470358491, 0.002323469612747431, 0.0024434609804302454, 0.015168001875281334, -0.0029016099870204926, 0.018445948138833046, -0.06122833117842674, 0.01809142716228962, -0.002901609754189849, 0.028148887678980827, 0.62624591588974, 0.0033924838062375784, -0.08474118262529373, -0.0007417649612762034, -0.011475540697574615, 0.017922349274158478, 0.0004472405998967588, 0.0138971833512187, -0.0009490227675996721, 0.01604066602885723, -0.0023616484832018614], "max": [0.5525673031806946, -0.6530384421348572, 1.1249594688415527, 1.1227540969848633, 0.08446107059717178, 1.1989755630493164, 0.35391393303871155, -0.6860361099243164, 1.60403311252594, 0.05130846053361893, 0.6478170156478882, 0.8320339322090149, 1.1192359924316406, 1.0282607078552246, 0.01844049245119095, 0.006484988611191511, 0.529194712638855, 0.26076310873031616, 0.5627977848052979, 0.41305941343307495, 0.7752370834350586, 0.8710447549819946, 0.8783423900604248, 1.0691395998001099, 1.146921157836914, 0.9469283819198608, 0.03562653437256813, -0.06124469265341759, 0.7384378910064697, 0.18281778693199158, 0.8823621273040771, 0.3769802153110504, 1.1359477043151855, 0.6830346584320068, 0.9108655452728271, 0.8239317536354065], "count": [575]}, "action": {"mean": [0.22835630178451538, -0.770623505115509, 1.0532437562942505, -0.0065153175964951515, -0.06956305354833603, 1.0832256078720093, -0.050974976271390915, -0.9785869717597961, 1.1243926286697388, -0.5830724835395813, 0.40333083271980286, -0.26297783851623535, 0.5805436372756958, 0.8934181928634644, -0.03277380019426346, 0.00299625750631094, 0.12529069185256958, 0.05395817384123802, 0.13247938454151154, 0.07811950147151947, 0.18266424536705017, 0.12826071679592133, 0.20797699689865112, 0.2143121063709259, 0.5656915307044983, 0.8322843909263611, 0.014758171513676643, -0.067913718521595, 0.29839009046554565, 0.05778278410434723, 0.34355175495147705, 0.03247739374637604, 0.40200749039649963, 0.15021787583827972, 0.35420480370521545, 0.2339058518409729], "std": [0.15809060633182526, 0.09338250756263733, 0.05179484933614731, 0.2515305280685425, 0.12531663477420807, 0.21473774313926697, 0.2309013456106186, 0.2741698920726776, 0.2940845489501953, 0.7723181843757629, 0.16646698117256165, 0.7268980741500854, 0.3718337118625641, 0.07202707976102829, 0.021297261118888855, 0.0036007738672196865, 0.1941748559474945, 0.09532185643911362, 0.2058844417333603, 0.15313071012496948, 0.2792569398880005, 0.34517034888267517, 0.29575037956237793, 0.3576516807079315, 0.516367495059967, 0.09494737535715103, 0.00642256997525692, 0.008148428052663803, 0.2719552218914032, 0.07547644525766373, 0.3139633536338806, 0.06007424741983414, 0.3820139765739441, 0.2455494999885559, 0.3205278515815735, 0.3213965594768524], "min": [-0.029373615980148315, -0.989404559135437, 0.8971351385116577, -0.08875267207622528, -0.3643210530281067, 0.12951095402240753, -0.23010128736495972, -1.416549801826477, 0.8035305738449097, -1.800469160079956, 0.12821154296398163, -0.7836938500404358, 0.017016960307955742, 0.7316638231277466, -0.04710207134485245, -0.003032509470358491, 0.002323469612747431, 0.0024434609804302454, 0.015168001875281334, -0.0029016099870204926, 0.018445948138833046, -0.06122833117842674, 0.01809142716228962, -0.002901609754189849, 0.028148887678980827, 0.62624591588974, 0.0033924838062375784, -0.08474118262529373, -0.0007417649612762034, -0.011475540697574615, 0.017922349274158478, 0.0004472405998967588, 0.0138971833512187, -0.0009490227675996721, 0.01604066602885723, -0.0023616484832018614], "max": [0.5525673031806946, -0.6530384421348572, 1.1249594688415527, 1.1227540969848633, 0.08446107059717178, 1.1989755630493164, 0.35391393303871155, -0.6860361099243164, 1.60403311252594, 0.05130846053361893, 0.6478170156478882, 0.8320339322090149, 1.1192359924316406, 1.0282607078552246, 0.01844049245119095, 0.006484988611191511, 0.529194712638855, 0.26076310873031616, 0.5627977848052979, 0.41305941343307495, 0.7752370834350586, 0.8710447549819946, 0.8783423900604248, 1.0691395998001099, 1.146921157836914, 0.9469283819198608, 0.03562653437256813, -0.06124469265341759, 0.7384378910064697, 0.18281778693199158, 0.8823621273040771, 0.3769802153110504, 1.1359477043151855, 0.6830346584320068, 0.9108655452728271, 0.8239317536354065], "count": [575]}, "timestamp": {"min": [0.0], "max": [19.133333333333333], "mean": [9.566666666666666], "std": [5.53293171233238], "count": [575]}, "frame_index": {"min": [0], "max": [574], "mean": [287.0], "std": [165.98795136997143], "count": [575]}, "episode_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [575]}, "index": {"min": [43784], "max": [44358], "mean": [44071.0], "std": [165.98795136997143], "count": [575]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [575]}, "subtask_annotation": {"mean": [2.260869565217391, 5.0, 5.0, 5.0, 5.0], "std": [1.4135183148672013, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [575]}, "scene_annotation": {"mean": [65.0], "std": [0.0], "min": [65], "max": [65], "count": [575]}, "eef_direction_state": {"mean": [4.982608695652174, 4.631304347826087], "std": [1.4813777881515278, 1.8376906688365455], "min": [0, 0], "max": [6, 6], "count": [575]}, "eef_velocity_state": {"mean": [0.5478260869565217, 0.6260869565217392], "std": [0.6599535986438363, 0.7605589428059101], "min": [0, 0], "max": [2, 2], "count": [575]}, "eef_acc_mag_state": {"mean": [0.3130434782608696, 0.41043478260869565], "std": [0.6536215816683897, 0.7236830813750115], "min": [0, 0], "max": [2, 2], "count": [575]}, "eef_direction_action": {"mean": [4.982608695652174, 4.631304347826087], "std": [1.4813777881515278, 1.8376906688365455], "min": [0, 0], "max": [6, 6], "count": [575]}, "eef_velocity_action": {"mean": [0.5478260869565217, 0.6260869565217392], "std": [0.6599535986438363, 0.7605589428059101], "min": [0, 0], "max": [2, 2], "count": [575]}, "eef_acc_mag_action": {"mean": [0.3130434782608696, 0.41043478260869565], "std": [0.6536215816683897, 0.7236830813750115], "min": [0, 0], "max": [2, 2], "count": [575]}, "eef_sim_pose_state": {"mean": [0.6893849063690274, 0.18938971543455072, 1.2373580758019562, -1.925436489358903, 1.1135860211648925, -2.3931386372319277, 0.6585288981847253, -0.06480236529249557, 1.3415105052827687, 1.368558776076255, 0.8776588610534451, 2.2618617444579043], "std": [0.01365801796033244, 0.05326934475768429, 0.03806314725999172, 0.12020140221610687, 0.04891530774579828, 0.10319188959133252, 0.031865694911446155, 0.07018400517712106, 0.07514612481260727, 0.13974404345133398, 0.10092181845995056, 0.1997572613557408], "min": [0.6511281601180261, 0.0540434334918411, 1.1509633211277461, -2.1240413932250806, 1.0173184593230253, -2.651704804228084, 0.6231589998436056, -0.1324295986994552, 1.2348576979453592, 1.1174099330041551, 0.7098071624128122, 2.0473089527614428], "max": [0.7024643306420677, 0.23366530089068382, 1.305061004804025, -1.6717046736694994, 1.2733701795208416, -2.2513532905544453, 0.7322724226687346, 0.07283903622136742, 1.4813277344902203, 1.6668795341310978, 1.0803503267859385, 2.6251173769807616], "count": [575]}, "eef_sim_pose_action": {"mean": [0.6893849063690274, 0.18938971543455072, 1.2373580758019562, -1.925436489358903, 1.1135860211648925, -2.3931386372319277, 0.6585288981847253, -0.06480236529249557, 1.3415105052827687, 1.368558776076255, 0.8776588610534451, 2.2618617444579043], "std": [0.01365801796033244, 0.05326934475768429, 0.03806314725999172, 0.12020140221610687, 0.04891530774579828, 0.10319188959133252, 0.031865694911446155, 0.07018400517712106, 0.07514612481260727, 0.13974404345133398, 0.10092181845995056, 0.1997572613557408], "min": [0.6511281601180261, 0.0540434334918411, 1.1509633211277461, -2.1240413932250806, 1.0173184593230253, -2.651704804228084, 0.6231589998436056, -0.1324295986994552, 1.2348576979453592, 1.1174099330041551, 0.7098071624128122, 2.0473089527614428], "max": [0.7024643306420677, 0.23366530089068382, 1.305061004804025, -1.6717046736694994, 1.2733701795208416, -2.2513532905544453, 0.7322724226687346, 0.07283903622136742, 1.4813277344902203, 1.6668795341310978, 1.0803503267859385, 2.6251173769807616], "count": [575]}}} +{"episode_index": 66, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46252462121212123]], [[0.45394403594771243]], [[0.45241405194998113]]], "std": [[[0.1880942627659561]], [[0.19299077032865644]], [[0.1923805381106064]]], "count": [121]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.14901960784313725]], [[0.15294117647058825]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5403684370442392]], [[0.5499511576324745]], [[0.5491417331739858]]], "std": [[[0.2796180225596202]], [[0.28705801012895343]], [[0.2909194417425816]]], "count": [121]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.1411764705882353]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5634718069734781]], [[0.5803434613514827]], [[0.5685734888996921]]], "std": [[[0.2859451736633944]], [[0.28733126662807257]], [[0.29578008620287266]]], "count": [121]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4349527392913088]], [[0.47321944714524933]], [[0.45667329714254845]]], "std": [[[0.31035596519295]], [[0.3055159348068954]], [[0.31753504474238775]]], "count": [121]}, "observation.state": {"mean": [0.3067704439163208, -0.7858592867851257, 1.0497469902038574, -0.04138372465968132, -0.14917458593845367, 1.0890558958053589, 0.04253394529223442, -0.9518711566925049, 1.1531238555908203, -1.158233404159546, 0.3290564715862274, 0.3623604476451874, 0.5072563886642456, 0.95325767993927, -0.033628351986408234, 0.0026460245717316866, 0.1654556393623352, 0.10973352938890457, 0.18491657078266144, 0.11704406887292862, 0.247455894947052, 0.16844893991947174, 0.296491801738739, 0.18222232162952423, 0.5363777875900269, 0.8623661994934082, 0.014197565615177155, -0.06283335387706757, 0.21563397347927094, 0.09806960821151733, 0.2312619835138321, 0.09733786433935165, 0.2674947679042816, 0.0982298031449318, 0.3264051377773285, 0.07837378233671188], "std": [0.1758492887020111, 0.11484315991401672, 0.05317927896976471, 0.4054639935493469, 0.14606323838233948, 0.3169899582862854, 0.17209100723266602, 0.26393747329711914, 0.2677978575229645, 0.4288322925567627, 0.20041316747665405, 0.32090193033218384, 0.4494589567184448, 0.054081935435533524, 0.020268408581614494, 0.002360676880925894, 0.18531905114650726, 0.20290780067443848, 0.19023913145065308, 0.22268913686275482, 0.24477963149547577, 0.32061833143234253, 0.2992766201496124, 0.2939184010028839, 0.48547685146331787, 0.08150345832109451, 0.006962694693356752, 0.002771894447505474, 0.31416064500808716, 0.15944798290729523, 0.3319205939769745, 0.1257755309343338, 0.38457757234573364, 0.16286121308803558, 0.4795588552951813, 0.1309196949005127], "min": [-0.06442168354988098, -1.0579746961593628, 0.890244722366333, -0.24343225359916687, -0.5095559358596802, -0.30639639496803284, -0.2466239482164383, -1.3786406517028809, 0.8836880922317505, -1.9476114511489868, 0.1647259145975113, -0.07714150846004486, 0.016209745779633522, 0.7210609912872314, -0.046649377793073654, -0.0005999569548293948, 0.014682582579553127, -0.014769848436117172, 0.014115349389612675, -0.014606224372982979, 0.01811870001256466, 0.003539745695888996, 0.01653699390590191, -0.009168432094156742, 0.034404803067445755, 0.7243116497993469, 0.0030216011218726635, -0.07225662469863892, 0.014017175883054733, -0.002923426451161504, 0.015533429570496082, -0.0089993542060256, 0.012217304669320583, -0.004488768987357616, 0.01601339690387249, -0.0185768473893404], "max": [0.6277180314064026, -0.5816786885261536, 1.1095216274261475, 1.7548232078552246, 0.10407129675149918, 1.2664331197738647, 0.3477388024330139, -0.6993638873100281, 1.6431701183319092, -0.5387269258499146, 0.6953226327896118, 0.8977550268173218, 1.1371747255325317, 1.1134982109069824, 0.0194386038929224, 0.007515823934227228, 0.5371196269989014, 0.5401575565338135, 0.5642759203910828, 0.5932155847549438, 0.7455719113349915, 0.8454647660255432, 0.9379345178604126, 0.8651432991027832, 1.1244555711746216, 0.9933323264122009, 0.06036657467484474, -0.05988661199808121, 0.8383471369743347, 0.4878849685192108, 0.8826403021812439, 0.39013561606407166, 0.9919633269309998, 0.4345869719982147, 1.220377802848816, 0.42070072889328003], "count": [604]}, "action": {"mean": [0.3067704439163208, -0.7858592867851257, 1.0497469902038574, -0.04138372465968132, -0.14917458593845367, 1.0890558958053589, 0.04253394529223442, -0.9518711566925049, 1.1531238555908203, -1.158233404159546, 0.3290564715862274, 0.3623604476451874, 0.5072563886642456, 0.95325767993927, -0.033628351986408234, 0.0026460245717316866, 0.1654556393623352, 0.10973352938890457, 0.18491657078266144, 0.11704406887292862, 0.247455894947052, 0.16844893991947174, 0.296491801738739, 0.18222232162952423, 0.5363777875900269, 0.8623661994934082, 0.014197565615177155, -0.06283335387706757, 0.21563397347927094, 0.09806960821151733, 0.2312619835138321, 0.09733786433935165, 0.2674947679042816, 0.0982298031449318, 0.3264051377773285, 0.07837378233671188], "std": [0.1758492887020111, 0.11484315991401672, 0.05317927896976471, 0.4054639935493469, 0.14606323838233948, 0.3169899582862854, 0.17209100723266602, 0.26393747329711914, 0.2677978575229645, 0.4288322925567627, 0.20041316747665405, 0.32090193033218384, 0.4494589567184448, 0.054081935435533524, 0.020268408581614494, 0.002360676880925894, 0.18531905114650726, 0.20290780067443848, 0.19023913145065308, 0.22268913686275482, 0.24477963149547577, 0.32061833143234253, 0.2992766201496124, 0.2939184010028839, 0.48547685146331787, 0.08150345832109451, 0.006962694693356752, 0.002771894447505474, 0.31416064500808716, 0.15944798290729523, 0.3319205939769745, 0.1257755309343338, 0.38457757234573364, 0.16286121308803558, 0.4795588552951813, 0.1309196949005127], "min": [-0.06442168354988098, -1.0579746961593628, 0.890244722366333, -0.24343225359916687, -0.5095559358596802, -0.30639639496803284, -0.2466239482164383, -1.3786406517028809, 0.8836880922317505, -1.9476114511489868, 0.1647259145975113, -0.07714150846004486, 0.016209745779633522, 0.7210609912872314, -0.046649377793073654, -0.0005999569548293948, 0.014682582579553127, -0.014769848436117172, 0.014115349389612675, -0.014606224372982979, 0.01811870001256466, 0.003539745695888996, 0.01653699390590191, -0.009168432094156742, 0.034404803067445755, 0.7243116497993469, 0.0030216011218726635, -0.07225662469863892, 0.014017175883054733, -0.002923426451161504, 0.015533429570496082, -0.0089993542060256, 0.012217304669320583, -0.004488768987357616, 0.01601339690387249, -0.0185768473893404], "max": [0.6277180314064026, -0.5816786885261536, 1.1095216274261475, 1.7548232078552246, 0.10407129675149918, 1.2664331197738647, 0.3477388024330139, -0.6993638873100281, 1.6431701183319092, -0.5387269258499146, 0.6953226327896118, 0.8977550268173218, 1.1371747255325317, 1.1134982109069824, 0.0194386038929224, 0.007515823934227228, 0.5371196269989014, 0.5401575565338135, 0.5642759203910828, 0.5932155847549438, 0.7455719113349915, 0.8454647660255432, 0.9379345178604126, 0.8651432991027832, 1.1244555711746216, 0.9933323264122009, 0.06036657467484474, -0.05988661199808121, 0.8383471369743347, 0.4878849685192108, 0.8826403021812439, 0.39013561606407166, 0.9919633269309998, 0.4345869719982147, 1.220377802848816, 0.42070072889328003], "count": [604]}, "timestamp": {"min": [0.0], "max": [20.1], "mean": [10.049999999999999], "std": [5.811984744187365], "count": [604]}, "frame_index": {"min": [0], "max": [603], "mean": [301.5], "std": [174.35954232562094], "count": [604]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [604]}, "index": {"min": [44359], "max": [44962], "mean": [44660.5], "std": [174.35954232562094], "count": [604]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [604]}, "subtask_annotation": {"mean": [2.25, 5.0, 5.0, 5.0, 5.0], "std": [1.4242751148036699, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [604]}, "scene_annotation": {"mean": [66.0], "std": [0.0], "min": [66], "max": [66], "count": [604]}, "eef_direction_state": {"mean": [5.0281456953642385, 4.814569536423841], "std": [1.4930975420793966, 1.636317839840186], "min": [0, 0], "max": [6, 6], "count": [604]}, "eef_velocity_state": {"mean": [0.5198675496688742, 0.640728476821192], "std": [0.6866291467057896, 0.7623574445724486], "min": [0, 0], "max": [2, 2], "count": [604]}, "eef_acc_mag_state": {"mean": [0.29304635761589404, 0.423841059602649], "std": [0.6370601907141078, 0.7318405183333131], "min": [0, 0], "max": [2, 2], "count": [604]}, "eef_direction_action": {"mean": [5.0281456953642385, 4.814569536423841], "std": [1.4930975420793966, 1.636317839840186], "min": [0, 0], "max": [6, 6], "count": [604]}, "eef_velocity_action": {"mean": [0.5198675496688742, 0.640728476821192], "std": [0.6866291467057896, 0.7623574445724486], "min": [0, 0], "max": [2, 2], "count": [604]}, "eef_acc_mag_action": {"mean": [0.29304635761589404, 0.423841059602649], "std": [0.6370601907141078, 0.7318405183333131], "min": [0, 0], "max": [2, 2], "count": [604]}, "eef_sim_pose_state": {"mean": [0.6841627862837721, 0.18248747254223543, 1.2223871821086045, -1.9234831669127401, 1.1064537429072876, -2.4049074840269395, 0.6620467638632027, -0.0748703186319122, 1.348126907148796, 1.4254493155049632, 0.8159572831976264, 2.3354972461748016], "std": [0.01825939147456915, 0.06185823417161352, 0.040316763328371995, 0.1484111409808984, 0.07579466294864508, 0.0664321493256332, 0.032047248977762975, 0.06647626260776857, 0.06264905330752599, 0.12426332453350158, 0.15364892392875504, 0.18431653667798423], "min": [0.6270999698370685, 0.03075419726671974, 1.150652563095801, -2.062542022801042, 1.0554603845847503, -2.551863130743451, 0.6259123871373665, -0.14741183094200067, 1.237212388790324, 1.0781318180515171, 0.6300435038231762, 2.1900569264594862], "max": [0.7046055740776701, 0.2315681098437335, 1.3237465059052298, -1.4245643531307393, 1.4405611482658882, -2.1431650317974102, 0.7319005798904944, 0.06457892427725984, 1.4761793046742484, 1.62215201960492, 1.2236133984896171, 2.836847379500357], "count": [604]}, "eef_sim_pose_action": {"mean": [0.6841627862837721, 0.18248747254223543, 1.2223871821086045, -1.9234831669127401, 1.1064537429072876, -2.4049074840269395, 0.6620467638632027, -0.0748703186319122, 1.348126907148796, 1.4254493155049632, 0.8159572831976264, 2.3354972461748016], "std": [0.01825939147456915, 0.06185823417161352, 0.040316763328371995, 0.1484111409808984, 0.07579466294864508, 0.0664321493256332, 0.032047248977762975, 0.06647626260776857, 0.06264905330752599, 0.12426332453350158, 0.15364892392875504, 0.18431653667798423], "min": [0.6270999698370685, 0.03075419726671974, 1.150652563095801, -2.062542022801042, 1.0554603845847503, -2.551863130743451, 0.6259123871373665, -0.14741183094200067, 1.237212388790324, 1.0781318180515171, 0.6300435038231762, 2.1900569264594862], "max": [0.7046055740776701, 0.2315681098437335, 1.3237465059052298, -1.4245643531307393, 1.4405611482658882, -2.1431650317974102, 0.7319005798904944, 0.06457892427725984, 1.4761793046742484, 1.62215201960492, 1.2236133984896171, 2.836847379500357], "count": [604]}}} +{"episode_index": 67, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45760880602240894]], [[0.4491026558771657]], [[0.44596461964415396]]], "std": [[[0.2016111005908057]], [[0.20443795192867895]], [[0.20223655395188345]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.1450980392156863]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5555150657485216]], [[0.5627900197115884]], [[0.5625007197323373]]], "std": [[[0.2796011266972675]], [[0.2836930369394806]], [[0.29005485146267546]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5861812461095549]], [[0.6088630482285508]], [[0.6014005877814088]]], "std": [[[0.27023325538294446]], [[0.26822768770890376]], [[0.2738810688878367]]], "count": [126]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.467774535740222]], [[0.49169862018881627]], [[0.4876925916199813]]], "std": [[[0.32452922821569086]], [[0.32435701471427936]], [[0.3333081227399306]]], "count": [126]}, "observation.state": {"mean": [0.45602014660835266, -0.8091681003570557, 1.1233664751052856, 0.6210497617721558, -0.5177916288375854, 0.4994286596775055, -0.2594568431377411, -0.8481441736221313, 1.1909940242767334, -1.192840814590454, 0.7489378452301025, 0.10168728232383728, 0.396779865026474, 0.909263551235199, -0.031115712597966194, 0.006838375702500343, 0.1496749073266983, 0.12853087484836578, 0.17496740818023682, 0.12883540987968445, 0.19323696196079254, 0.12287919968366623, 0.22330114245414734, 0.22682540118694305, 0.4526137411594391, 0.909325361251831, 0.012705851346254349, 0.010856715962290764, 0.24424126744270325, 0.1505197137594223, 0.2578842043876648, 0.1164887398481369, 0.2750374972820282, 0.1404968798160553, 0.3243323564529419, 0.261097252368927], "std": [0.1814461201429367, 0.10561830550432205, 0.07699290663003922, 0.261970579624176, 0.11424864828586578, 0.1993253529071808, 0.2285909354686737, 0.24520735442638397, 0.23483535647392273, 0.3271469175815582, 0.2012414187192917, 0.2836633026599884, 0.4779081344604492, 0.04427754506468773, 0.020684003829956055, 0.02105739526450634, 0.22684310376644135, 0.2538710832595825, 0.21645404398441315, 0.2370768040418625, 0.2582707107067108, 0.31213685870170593, 0.34309840202331543, 0.40222403407096863, 0.5292348861694336, 0.10603106766939163, 0.006461337674409151, 0.030353497713804245, 0.2942204475402832, 0.24028337001800537, 0.28815534710884094, 0.17887581884860992, 0.2873079478740692, 0.23842814564704895, 0.3431145250797272, 0.3817833662033081], "min": [-0.00858320016413927, -1.0854648351669312, 0.8932488560676575, 0.4293626546859741, -0.7858157753944397, -0.1815108358860016, -0.6036850810050964, -1.4142729043960571, 0.8983510732650757, -1.7856990098953247, 0.5184729695320129, -0.35276952385902405, 0.018178695812821388, 0.771386444568634, -0.04764748737215996, -0.007155849598348141, 0.013084514997899532, -0.004674209747463465, 0.016166111454367638, -0.009812022559344769, 0.016635170206427574, -0.05481424555182457, 0.014900748617947102, -0.016886061057448387, 0.015102552250027657, 0.7292531132698059, 0.00039269906119443476, -0.006386814173310995, 0.016684256494045258, 0.011039207689464092, 0.01088649034500122, -0.0027652557473629713, 0.01496074441820383, 0.002187115605920553, 0.021647537127137184, 0.01815142296254635], "max": [0.7272831201553345, -0.6478289365768433, 1.2131518125534058, 1.5383955240249634, -0.22172629833221436, 0.725685715675354, 0.1970321238040924, -0.6128150224685669, 1.6592516899108887, -0.6280398964881897, 1.1551437377929688, 0.5941362380981445, 1.1128873825073242, 0.9909270405769348, 0.028907015919685364, 0.13095423579216003, 0.6246369481086731, 0.6846981644630432, 0.6271949410438538, 0.6556983590126038, 0.7259151339530945, 0.8043131232261658, 0.99733567237854, 1.5655003786087036, 1.187565565109253, 1.0293843746185303, 0.03892084211111069, 0.16654257476329803, 0.7904922962188721, 0.6034039855003357, 0.791228711605072, 0.45514369010925293, 0.8173267841339111, 0.5970116853713989, 0.9694539904594421, 0.9799478054046631], "count": [636]}, "action": {"mean": [0.45602014660835266, -0.8091681003570557, 1.1233664751052856, 0.6210497617721558, -0.5177916288375854, 0.4994286596775055, -0.2594568431377411, -0.8481441736221313, 1.1909940242767334, -1.192840814590454, 0.7489378452301025, 0.10168728232383728, 0.396779865026474, 0.909263551235199, -0.031115712597966194, 0.006838375702500343, 0.1496749073266983, 0.12853087484836578, 0.17496740818023682, 0.12883540987968445, 0.19323696196079254, 0.12287919968366623, 0.22330114245414734, 0.22682540118694305, 0.4526137411594391, 0.909325361251831, 0.012705851346254349, 0.010856715962290764, 0.24424126744270325, 0.1505197137594223, 0.2578842043876648, 0.1164887398481369, 0.2750374972820282, 0.1404968798160553, 0.3243323564529419, 0.261097252368927], "std": [0.1814461201429367, 0.10561830550432205, 0.07699290663003922, 0.261970579624176, 0.11424864828586578, 0.1993253529071808, 0.2285909354686737, 0.24520735442638397, 0.23483535647392273, 0.3271469175815582, 0.2012414187192917, 0.2836633026599884, 0.4779081344604492, 0.04427754506468773, 0.020684003829956055, 0.02105739526450634, 0.22684310376644135, 0.2538710832595825, 0.21645404398441315, 0.2370768040418625, 0.2582707107067108, 0.31213685870170593, 0.34309840202331543, 0.40222403407096863, 0.5292348861694336, 0.10603106766939163, 0.006461337674409151, 0.030353497713804245, 0.2942204475402832, 0.24028337001800537, 0.28815534710884094, 0.17887581884860992, 0.2873079478740692, 0.23842814564704895, 0.3431145250797272, 0.3817833662033081], "min": [-0.00858320016413927, -1.0854648351669312, 0.8932488560676575, 0.4293626546859741, -0.7858157753944397, -0.1815108358860016, -0.6036850810050964, -1.4142729043960571, 0.8983510732650757, -1.7856990098953247, 0.5184729695320129, -0.35276952385902405, 0.018178695812821388, 0.771386444568634, -0.04764748737215996, -0.007155849598348141, 0.013084514997899532, -0.004674209747463465, 0.016166111454367638, -0.009812022559344769, 0.016635170206427574, -0.05481424555182457, 0.014900748617947102, -0.016886061057448387, 0.015102552250027657, 0.7292531132698059, 0.00039269906119443476, -0.006386814173310995, 0.016684256494045258, 0.011039207689464092, 0.01088649034500122, -0.0027652557473629713, 0.01496074441820383, 0.002187115605920553, 0.021647537127137184, 0.01815142296254635], "max": [0.7272831201553345, -0.6478289365768433, 1.2131518125534058, 1.5383955240249634, -0.22172629833221436, 0.725685715675354, 0.1970321238040924, -0.6128150224685669, 1.6592516899108887, -0.6280398964881897, 1.1551437377929688, 0.5941362380981445, 1.1128873825073242, 0.9909270405769348, 0.028907015919685364, 0.13095423579216003, 0.6246369481086731, 0.6846981644630432, 0.6271949410438538, 0.6556983590126038, 0.7259151339530945, 0.8043131232261658, 0.99733567237854, 1.5655003786087036, 1.187565565109253, 1.0293843746185303, 0.03892084211111069, 0.16654257476329803, 0.7904922962188721, 0.6034039855003357, 0.791228711605072, 0.45514369010925293, 0.8173267841339111, 0.5970116853713989, 0.9694539904594421, 0.9799478054046631], "count": [636]}, "timestamp": {"min": [0.0], "max": [21.166666666666668], "mean": [10.583333333333334], "std": [6.11990528854334], "count": [636]}, "frame_index": {"min": [0], "max": [635], "mean": [317.5], "std": [183.5971586563002], "count": [636]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [636]}, "index": {"min": [44963], "max": [45598], "mean": [45280.5], "std": [183.5971586563002], "count": [636]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [636]}, "subtask_annotation": {"mean": [2.2641509433962264, 5.0, 5.0, 5.0, 5.0], "std": [1.4272850164198378, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [636]}, "scene_annotation": {"mean": [67.0], "std": [0.0], "min": [67], "max": [67], "count": [636]}, "eef_direction_state": {"mean": [4.745283018867925, 3.55188679245283], "std": [1.5019567159222984, 2.1788317421886765], "min": [0, 0], "max": [6, 6], "count": [636]}, "eef_velocity_state": {"mean": [0.6383647798742138, 0.8317610062893082], "std": [0.6762176291919508, 0.6257051715863726], "min": [0, 0], "max": [2, 2], "count": [636]}, "eef_acc_mag_state": {"mean": [0.3490566037735849, 0.5487421383647799], "std": [0.6688362111153687, 0.7925448558925359], "min": [0, 0], "max": [2, 2], "count": [636]}, "eef_direction_action": {"mean": [4.745283018867925, 3.55188679245283], "std": [1.5019567159222984, 2.1788317421886765], "min": [0, 0], "max": [6, 6], "count": [636]}, "eef_velocity_action": {"mean": [0.6383647798742138, 0.8317610062893082], "std": [0.6762176291919508, 0.6257051715863726], "min": [0, 0], "max": [2, 2], "count": [636]}, "eef_acc_mag_action": {"mean": [0.3490566037735849, 0.5487421383647799], "std": [0.6688362111153687, 0.7925448558925359], "min": [0, 0], "max": [2, 2], "count": [636]}, "eef_sim_pose_state": {"mean": [0.6559351038054784, 0.152474657148979, 1.2268752894303507, -1.659884159634272, 1.1931684766654769, -2.4247307894512002, 0.6056944067600564, -0.09961403786787237, 1.260984043495382, 1.683111265090799, 1.0940795482865746, 2.042320406683816], "std": [0.024597643862447074, 0.06323509728994069, 0.044872640225588616, 0.21894300621509702, 0.05694664596196959, 0.16243351863341576, 0.04980928280138619, 0.06307633210718086, 0.05737438803657978, 0.1458150301751298, 0.09612052080688505, 1.8325988693824113], "min": [0.6029339088140659, -0.018139149557746842, 1.1455070450032199, -1.8926227513956708, 1.0775202874890524, -2.704052374574636, 0.45055713214157533, -0.22082980256172718, 1.1507483114762405, 1.24676093527369, 0.9576366537598817, -3.1407919052520215], "max": [0.6863190279502167, 0.21830831766227668, 1.3165165640116863, -1.0044738237929363, 1.357480749483908, -1.9659425045748324, 0.6723079155031452, 0.058695763887067154, 1.3645973515256042, 1.945571494386812, 1.3658984147099003, 3.1287685894962385], "count": [636]}, "eef_sim_pose_action": {"mean": [0.6559351038054784, 0.152474657148979, 1.2268752894303507, -1.659884159634272, 1.1931684766654769, -2.4247307894512002, 0.6056944067600564, -0.09961403786787237, 1.260984043495382, 1.683111265090799, 1.0940795482865746, 2.042320406683816], "std": [0.024597643862447074, 0.06323509728994069, 0.044872640225588616, 0.21894300621509702, 0.05694664596196959, 0.16243351863341576, 0.04980928280138619, 0.06307633210718086, 0.05737438803657978, 0.1458150301751298, 0.09612052080688505, 1.8325988693824113], "min": [0.6029339088140659, -0.018139149557746842, 1.1455070450032199, -1.8926227513956708, 1.0775202874890524, -2.704052374574636, 0.45055713214157533, -0.22082980256172718, 1.1507483114762405, 1.24676093527369, 0.9576366537598817, -3.1407919052520215], "max": [0.6863190279502167, 0.21830831766227668, 1.3165165640116863, -1.0044738237929363, 1.357480749483908, -1.9659425045748324, 0.6723079155031452, 0.058695763887067154, 1.3645973515256042, 1.945571494386812, 1.3658984147099003, 3.1287685894962385], "count": [636]}}} +{"episode_index": 68, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4511188055056628]], [[0.44352656164246873]], [[0.4421765610188096]]], "std": [[[0.18712687834121092]], [[0.1919557753907506]], [[0.1909864218584367]]], "count": [131]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.15294117647058825]], [[0.15294117647058825]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5768869773736467]], [[0.5789663520306342]], [[0.583966882140897]]], "std": [[[0.2761309258964555]], [[0.28501704425577207]], [[0.2884116086797426]]], "count": [131]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.11372549019607843]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5818597343835753]], [[0.595597781956294]], [[0.5872854643765902]]], "std": [[[0.28298836585244885]], [[0.28368689264770935]], [[0.2915327209723221]]], "count": [131]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4763876540438058]], [[0.5091537662775034]], [[0.5004363088110563]]], "std": [[[0.3133260973703995]], [[0.30879629569669464]], [[0.3220770205494447]]], "count": [131]}, "observation.state": {"mean": [0.3213873505592346, -0.9059138298034668, 1.2519694566726685, 0.8593599200248718, -0.33642175793647766, 0.1849226951599121, -0.03431617096066475, -0.8720136284828186, 1.0655059814453125, -0.4286724030971527, 0.258620023727417, -0.5820033550262451, 0.5709286332130432, 0.9548133015632629, -0.0018286550184711814, 0.004325639922171831, 0.2787458002567291, 0.12524545192718506, 0.3273247182369232, 0.11469251662492752, 0.371237576007843, 0.12298240512609482, 0.4660710096359253, 0.11193954944610596, 0.5539767742156982, 0.8975356817245483, 0.02206594869494438, -0.06723716109991074, 0.25761714577674866, 0.02191205322742462, 0.2887035310268402, 0.03417479619383812, 0.38559210300445557, 0.1434057354927063, 0.41878771781921387, 0.14438876509666443], "std": [0.157789945602417, 0.07793157547712326, 0.07773709297180176, 0.33238688111305237, 0.06188945472240448, 0.30350521206855774, 0.1407555788755417, 0.2974560558795929, 0.3076030910015106, 0.6318215727806091, 0.2985776364803314, 0.5804307460784912, 0.35353100299835205, 0.03760424256324768, 0.022310541942715645, 0.0022338642738759518, 0.15332336723804474, 0.25700268149375916, 0.14681953191757202, 0.22866186499595642, 0.19102366268634796, 0.24207232892513275, 0.34672755002975464, 0.24866357445716858, 0.5174335241317749, 0.12572214007377625, 0.011843387968838215, 0.010747130028903484, 0.29810550808906555, 0.06544028967618942, 0.3423936367034912, 0.07016899436712265, 0.49192413687705994, 0.2266436070203781, 0.5209896564483643, 0.2768574357032776], "min": [-0.01937180384993553, -1.1065890789031982, 1.0442893505096436, 0.33240824937820435, -0.5009846687316895, -0.49860045313835144, -0.210443377494812, -1.3977264165878296, 0.7736085653305054, -1.5955333709716797, -0.07609245181083679, -1.0550779104232788, 0.027461664751172066, 0.8658959865570068, -0.048291079699993134, -0.00429241918027401, -0.0001908952690428123, -0.007101308088749647, 0.01445896178483963, -0.004505131393671036, 0.019138626754283905, 0.002301652915775776, 0.052348967641592026, 0.009850201196968555, 0.027554385364055634, 0.7130379676818848, 0.002879793057218194, -0.08746281266212463, -0.010019280016422272, -0.017404204234480858, 0.011895510368049145, -0.023720113560557365, 0.0187186561524868, 0.0066486140713095665, 0.016815155744552612, -0.003185225883498788], "max": [0.5849331617355347, -0.8168821930885315, 1.32851243019104, 1.6023403406143188, -0.1795438528060913, 0.6783946752548218, 0.30915015935897827, -0.5903334021568298, 1.630104660987854, 0.22189955413341522, 0.8885281085968018, 0.5695787668228149, 1.1243847608566284, 1.062883734703064, 0.04507312551140785, 0.008639379404485226, 0.5793838500976562, 0.7775059938430786, 0.5664302706718445, 0.7534422874450684, 0.7228608131408691, 0.7167249321937561, 1.3426872491836548, 1.4235178232192993, 1.1239484548568726, 1.0555315017700195, 0.03217950835824013, -0.059608448296785355, 0.7390487790107727, 0.7484626173973083, 0.8475754857063293, 0.7326237559318542, 1.3094441890716553, 0.7435756921768188, 1.453477382659912, 1.1344478130340576], "count": [669]}, "action": {"mean": [0.3213873505592346, -0.9059138298034668, 1.2519694566726685, 0.8593599200248718, -0.33642175793647766, 0.1849226951599121, -0.03431617096066475, -0.8720136284828186, 1.0655059814453125, -0.4286724030971527, 0.258620023727417, -0.5820033550262451, 0.5709286332130432, 0.9548133015632629, -0.0018286550184711814, 0.004325639922171831, 0.2787458002567291, 0.12524545192718506, 0.3273247182369232, 0.11469251662492752, 0.371237576007843, 0.12298240512609482, 0.4660710096359253, 0.11193954944610596, 0.5539767742156982, 0.8975356817245483, 0.02206594869494438, -0.06723716109991074, 0.25761714577674866, 0.02191205322742462, 0.2887035310268402, 0.03417479619383812, 0.38559210300445557, 0.1434057354927063, 0.41878771781921387, 0.14438876509666443], "std": [0.157789945602417, 0.07793157547712326, 0.07773709297180176, 0.33238688111305237, 0.06188945472240448, 0.30350521206855774, 0.1407555788755417, 0.2974560558795929, 0.3076030910015106, 0.6318215727806091, 0.2985776364803314, 0.5804307460784912, 0.35353100299835205, 0.03760424256324768, 0.022310541942715645, 0.0022338642738759518, 0.15332336723804474, 0.25700268149375916, 0.14681953191757202, 0.22866186499595642, 0.19102366268634796, 0.24207232892513275, 0.34672755002975464, 0.24866357445716858, 0.5174335241317749, 0.12572214007377625, 0.011843387968838215, 0.010747130028903484, 0.29810550808906555, 0.06544028967618942, 0.3423936367034912, 0.07016899436712265, 0.49192413687705994, 0.2266436070203781, 0.5209896564483643, 0.2768574357032776], "min": [-0.01937180384993553, -1.1065890789031982, 1.0442893505096436, 0.33240824937820435, -0.5009846687316895, -0.49860045313835144, -0.210443377494812, -1.3977264165878296, 0.7736085653305054, -1.5955333709716797, -0.07609245181083679, -1.0550779104232788, 0.027461664751172066, 0.8658959865570068, -0.048291079699993134, -0.00429241918027401, -0.0001908952690428123, -0.007101308088749647, 0.01445896178483963, -0.004505131393671036, 0.019138626754283905, 0.002301652915775776, 0.052348967641592026, 0.009850201196968555, 0.027554385364055634, 0.7130379676818848, 0.002879793057218194, -0.08746281266212463, -0.010019280016422272, -0.017404204234480858, 0.011895510368049145, -0.023720113560557365, 0.0187186561524868, 0.0066486140713095665, 0.016815155744552612, -0.003185225883498788], "max": [0.5849331617355347, -0.8168821930885315, 1.32851243019104, 1.6023403406143188, -0.1795438528060913, 0.6783946752548218, 0.30915015935897827, -0.5903334021568298, 1.630104660987854, 0.22189955413341522, 0.8885281085968018, 0.5695787668228149, 1.1243847608566284, 1.062883734703064, 0.04507312551140785, 0.008639379404485226, 0.5793838500976562, 0.7775059938430786, 0.5664302706718445, 0.7534422874450684, 0.7228608131408691, 0.7167249321937561, 1.3426872491836548, 1.4235178232192993, 1.1239484548568726, 1.0555315017700195, 0.03217950835824013, -0.059608448296785355, 0.7390487790107727, 0.7484626173973083, 0.8475754857063293, 0.7326237559318542, 1.3094441890716553, 0.7435756921768188, 1.453477382659912, 1.1344478130340576], "count": [669]}, "timestamp": {"min": [0.0], "max": [22.266666666666666], "mean": [11.133333333333335], "std": [6.437448309752921], "count": [669]}, "frame_index": {"min": [0], "max": [668], "mean": [334.0], "std": [193.12344929258762], "count": [669]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [669]}, "index": {"min": [45599], "max": [46267], "mean": [45933.0], "std": [193.12344929258762], "count": [669]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [669]}, "subtask_annotation": {"mean": [2.2615844544095665, 5.0, 5.0, 5.0, 5.0], "std": [1.3355117035919237, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [669]}, "scene_annotation": {"mean": [68.0], "std": [0.0], "min": [68], "max": [68], "count": [669]}, "eef_direction_state": {"mean": [4.742899850523169, 4.426008968609866], "std": [1.7280672452253978, 1.948356957541479], "min": [0, 0], "max": [6, 6], "count": [669]}, "eef_velocity_state": {"mean": [0.5620328849028401, 0.6263079222720478], "std": [0.6880092328226639, 0.7239001043570954], "min": [0, 0], "max": [2, 2], "count": [669]}, "eef_acc_mag_state": {"mean": [0.28998505231689087, 0.32286995515695066], "std": [0.6396735198784315, 0.6586892924476618], "min": [0, 0], "max": [2, 2], "count": [669]}, "eef_direction_action": {"mean": [4.742899850523169, 4.426008968609866], "std": [1.7280672452253978, 1.948356957541479], "min": [0, 0], "max": [6, 6], "count": [669]}, "eef_velocity_action": {"mean": [0.5620328849028401, 0.6263079222720478], "std": [0.6880092328226639, 0.7239001043570954], "min": [0, 0], "max": [2, 2], "count": [669]}, "eef_acc_mag_action": {"mean": [0.28998505231689087, 0.32286995515695066], "std": [0.6396735198784315, 0.6586892924476618], "min": [0, 0], "max": [2, 2], "count": [669]}, "eef_sim_pose_state": {"mean": [0.7030480038191821, 0.1604632451984366, 1.2278090895293525, -1.7938523511801174, 1.1045075867229073, -2.4483248125238948, 0.6525768948614021, -0.09509601903472391, 1.3233001300363176, 1.4333099464856542, 1.0333460234417402, 2.239720790759429], "std": [0.027481864259601398, 0.07008492267346268, 0.040828232354986074, 0.11996048399924736, 0.04416936114925493, 0.10719731032978379, 0.03262151141992961, 0.07213259918149956, 0.0650066344191832, 0.2958528869495766, 0.12904540678407322, 0.13534897610952762], "min": [0.6359974010950946, 0.004224540271226623, 1.1517223008615909, -1.9363694255769217, 1.0301886209879392, -2.7149336827912025, 0.6196297632715051, -0.1897234264405558, 1.2336296012773416, 0.8671371696313337, 0.7944140516880531, 1.755585969959628], "max": [0.7277247090677424, 0.2287403733686275, 1.3208470685912421, -1.499157259787551, 1.2599796275970716, -2.233550634057988, 0.7341438129999773, 0.06335612718331698, 1.468181728539159, 1.8444081663654814, 1.2242755488069368, 2.4716365678663577], "count": [669]}, "eef_sim_pose_action": {"mean": [0.7030480038191821, 0.1604632451984366, 1.2278090895293525, -1.7938523511801174, 1.1045075867229073, -2.4483248125238948, 0.6525768948614021, -0.09509601903472391, 1.3233001300363176, 1.4333099464856542, 1.0333460234417402, 2.239720790759429], "std": [0.027481864259601398, 0.07008492267346268, 0.040828232354986074, 0.11996048399924736, 0.04416936114925493, 0.10719731032978379, 0.03262151141992961, 0.07213259918149956, 0.0650066344191832, 0.2958528869495766, 0.12904540678407322, 0.13534897610952762], "min": [0.6359974010950946, 0.004224540271226623, 1.1517223008615909, -1.9363694255769217, 1.0301886209879392, -2.7149336827912025, 0.6196297632715051, -0.1897234264405558, 1.2336296012773416, 0.8671371696313337, 0.7944140516880531, 1.755585969959628], "max": [0.7277247090677424, 0.2287403733686275, 1.3208470685912421, -1.499157259787551, 1.2599796275970716, -2.233550634057988, 0.7341438129999773, 0.06335612718331698, 1.468181728539159, 1.8444081663654814, 1.2242755488069368, 2.4716365678663577], "count": [669]}}} +{"episode_index": 69, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4574910688913247]], [[0.44985572073032115]], [[0.4482592558762636]]], "std": [[[0.19158479704182407]], [[0.19607131373676792]], [[0.19469131154403163]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13725490196078433]], [[0.15294117647058825]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5561518072808833]], [[0.5619772764178135]], [[0.5640948854179353]]], "std": [[[0.27667957004031773]], [[0.2841509266899762]], [[0.28780792189413584]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.058823529411764705]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5964285079974018]], [[0.6101401194535785]], [[0.602447253176633]]], "std": [[[0.27931893688832204]], [[0.28126947205992453]], [[0.2900363266187146]]], "count": [161]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.463860271282426]], [[0.4997089054824828]], [[0.4859040895343644]]], "std": [[[0.3066447510759779]], [[0.30042248801416166]], [[0.31584816933621157]]], "count": [161]}, "observation.state": {"mean": [0.38555842638015747, -0.8530625104904175, 1.1326274871826172, 0.4458351135253906, -0.25081801414489746, 0.5795972347259521, 0.060137081891298294, -0.7771919369697571, 0.9844326376914978, -1.7244924306869507, 0.22280685603618622, 0.5485472679138184, 0.6090487837791443, 0.8796433210372925, -0.027345750480890274, 0.0025166163686662912, 0.12174055725336075, 0.0863485187292099, 0.18368679285049438, 0.11169423907995224, 0.26336172223091125, 0.11571846157312393, 0.25773677229881287, 0.21837252378463745, 0.4759364128112793, 0.9428459405899048, 0.012890796177089214, -0.07017949968576431, 0.21983714401721954, 0.10929900407791138, 0.2769571840763092, 0.1075386255979538, 0.3856131136417389, 0.18273627758026123, 0.4207836091518402, 0.02833346091210842], "std": [0.15023955702781677, 0.04962652176618576, 0.055135853588581085, 0.13994328677654266, 0.11901017278432846, 0.09125950932502747, 0.19219687581062317, 0.3858132064342499, 0.35077956318855286, 0.243220254778862, 0.2416706532239914, 0.22896091639995575, 0.2855038046836853, 0.06009770929813385, 0.020828088745474815, 0.0036949184723198414, 0.1799590140581131, 0.20458243787288666, 0.18753260374069214, 0.24622397124767303, 0.27396631240844727, 0.3380872905254364, 0.2238476276397705, 0.3749220371246338, 0.4542233645915985, 0.11944698542356491, 0.005211550276726484, 0.012368720956146717, 0.21843557059764862, 0.19420461356639862, 0.26614007353782654, 0.17732037603855133, 0.43577736616134644, 0.3388345539569855, 0.5217372179031372, 0.03324155882000923], "min": [0.044227320700883865, -1.0305085182189941, 0.9534385204315186, 0.2776903510093689, -0.47930020093917847, 0.15002718567848206, -0.08028867840766907, -1.365777850151062, 0.6433585286140442, -2.2149782180786133, -0.055290110409259796, 0.33550775051116943, 0.030019663274288177, 0.7277641296386719, -0.03972805663943291, -0.00578140327706933, 0.013951725326478481, -0.009141162037849426, 0.014938927255570889, -0.006621343083679676, 0.017038777470588684, -0.05889395251870155, 0.026908976957201958, 0.013128148391842842, 0.021816615015268326, 0.779987633228302, 0.0027979810256510973, -0.09343510866165161, -0.019722219556570053, -0.0006926775095053017, 0.01277362834662199, -0.01499346923083067, 0.02087850123643875, -0.005530512426048517, 0.055261485278606415, 0.015980670228600502], "max": [0.6399252414703369, -0.7570501565933228, 1.2026493549346924, 1.1130026578903198, -0.05389534309506416, 0.7008301615715027, 0.49836206436157227, -0.40865567326545715, 1.4872658252716064, -1.3336504697799683, 0.7135977149009705, 1.0199658870697021, 1.1270519495010376, 0.9868857860565186, 0.02171844057738781, 0.007305789273232222, 0.534528911113739, 0.7297876477241516, 0.6459081768989563, 0.7970591187477112, 0.979495108127594, 1.0777734518051147, 0.8195411562919617, 1.1621710062026978, 1.0372873544692993, 1.0988428592681885, 0.038179077208042145, -0.06204644963145256, 0.6069055199623108, 0.48149269819259644, 0.7507206201553345, 0.463984876871109, 1.1914764642715454, 0.8699920773506165, 1.3953580856323242, 0.22256766259670258], "count": [880]}, "action": {"mean": [0.38555842638015747, -0.8530625104904175, 1.1326274871826172, 0.4458351135253906, -0.25081801414489746, 0.5795972347259521, 0.060137081891298294, -0.7771919369697571, 0.9844326376914978, -1.7244924306869507, 0.22280685603618622, 0.5485472679138184, 0.6090487837791443, 0.8796433210372925, -0.027345750480890274, 0.0025166163686662912, 0.12174055725336075, 0.0863485187292099, 0.18368679285049438, 0.11169423907995224, 0.26336172223091125, 0.11571846157312393, 0.25773677229881287, 0.21837252378463745, 0.4759364128112793, 0.9428459405899048, 0.012890796177089214, -0.07017949968576431, 0.21983714401721954, 0.10929900407791138, 0.2769571840763092, 0.1075386255979538, 0.3856131136417389, 0.18273627758026123, 0.4207836091518402, 0.02833346091210842], "std": [0.15023955702781677, 0.04962652176618576, 0.055135853588581085, 0.13994328677654266, 0.11901017278432846, 0.09125950932502747, 0.19219687581062317, 0.3858132064342499, 0.35077956318855286, 0.243220254778862, 0.2416706532239914, 0.22896091639995575, 0.2855038046836853, 0.06009770929813385, 0.020828088745474815, 0.0036949184723198414, 0.1799590140581131, 0.20458243787288666, 0.18753260374069214, 0.24622397124767303, 0.27396631240844727, 0.3380872905254364, 0.2238476276397705, 0.3749220371246338, 0.4542233645915985, 0.11944698542356491, 0.005211550276726484, 0.012368720956146717, 0.21843557059764862, 0.19420461356639862, 0.26614007353782654, 0.17732037603855133, 0.43577736616134644, 0.3388345539569855, 0.5217372179031372, 0.03324155882000923], "min": [0.044227320700883865, -1.0305085182189941, 0.9534385204315186, 0.2776903510093689, -0.47930020093917847, 0.15002718567848206, -0.08028867840766907, -1.365777850151062, 0.6433585286140442, -2.2149782180786133, -0.055290110409259796, 0.33550775051116943, 0.030019663274288177, 0.7277641296386719, -0.03972805663943291, -0.00578140327706933, 0.013951725326478481, -0.009141162037849426, 0.014938927255570889, -0.006621343083679676, 0.017038777470588684, -0.05889395251870155, 0.026908976957201958, 0.013128148391842842, 0.021816615015268326, 0.779987633228302, 0.0027979810256510973, -0.09343510866165161, -0.019722219556570053, -0.0006926775095053017, 0.01277362834662199, -0.01499346923083067, 0.02087850123643875, -0.005530512426048517, 0.055261485278606415, 0.015980670228600502], "max": [0.6399252414703369, -0.7570501565933228, 1.2026493549346924, 1.1130026578903198, -0.05389534309506416, 0.7008301615715027, 0.49836206436157227, -0.40865567326545715, 1.4872658252716064, -1.3336504697799683, 0.7135977149009705, 1.0199658870697021, 1.1270519495010376, 0.9868857860565186, 0.02171844057738781, 0.007305789273232222, 0.534528911113739, 0.7297876477241516, 0.6459081768989563, 0.7970591187477112, 0.979495108127594, 1.0777734518051147, 0.8195411562919617, 1.1621710062026978, 1.0372873544692993, 1.0988428592681885, 0.038179077208042145, -0.06204644963145256, 0.6069055199623108, 0.48149269819259644, 0.7507206201553345, 0.463984876871109, 1.1914764642715454, 0.8699920773506165, 1.3953580856323242, 0.22256766259670258], "count": [880]}, "timestamp": {"min": [0.0], "max": [29.3], "mean": [14.65], "std": [8.467798480780651], "count": [880]}, "frame_index": {"min": [0], "max": [879], "mean": [439.5], "std": [254.03395442341954], "count": [880]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [880]}, "index": {"min": [46268], "max": [47147], "mean": [46707.5], "std": [254.03395442341954], "count": [880]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [880]}, "subtask_annotation": {"mean": [2.555681818181818, 5.0, 5.0, 5.0, 5.0], "std": [1.3548195078165532, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [880]}, "scene_annotation": {"mean": [69.0], "std": [0.0], "min": [69], "max": [69], "count": [880]}, "eef_direction_state": {"mean": [4.935227272727273, 4.909090909090909], "std": [1.5496729693659488, 1.751858517250415], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.5056818181818182, 0.4772727272727273], "std": [0.6306306285532164, 0.7051317208874173], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.30227272727272725, 0.2772727272727273], "std": [0.6410178824493378, 0.6071032697698869], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [4.935227272727273, 4.909090909090909], "std": [1.5496729693659488, 1.751858517250415], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.5056818181818182, 0.4772727272727273], "std": [0.6306306285532164, 0.7051317208874173], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.30227272727272725, 0.2772727272727273], "std": [0.6410178824493378, 0.6071032697698869], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.689909463382643, 0.16401338810583246, 1.2049149712872096, -1.9022441740739215, 1.0815486881738279, -2.479398185339794, 0.6322894801359386, -0.10305830284819802, 1.3287129067712298, 1.617506498130831, 1.1842143115678356, 2.3920942789698456], "std": [0.017551187921824044, 0.04036647356381155, 0.037317841580693005, 0.1374148834353534, 0.043153372441032435, 0.0824045239251223, 0.045335900338071854, 0.08383660535706058, 0.07355080640628979, 0.26349569958930064, 0.06348129882201901, 0.18516142427426607], "min": [0.6406187821148905, 0.03643611183856968, 1.1426568081224164, -2.0812492788215993, 1.0084338428656134, -2.6738421016272196, 0.587147736995527, -0.1811397873316369, 1.2568448617173855, 0.9700206980082682, 1.0083088711508053, 2.1126840888106715], "max": [0.7150949589409097, 0.19792144890671814, 1.305446575816481, -1.488483928442709, 1.3057598242669175, -2.1717488027619134, 0.7074690367414477, 0.05511963040026155, 1.488237627925357, 1.9541455301859716, 1.3167995563894301, 2.7673051720508077], "count": [880]}, "eef_sim_pose_action": {"mean": [0.689909463382643, 0.16401338810583246, 1.2049149712872096, -1.9022441740739215, 1.0815486881738279, -2.479398185339794, 0.6322894801359386, -0.10305830284819802, 1.3287129067712298, 1.617506498130831, 1.1842143115678356, 2.3920942789698456], "std": [0.017551187921824044, 0.04036647356381155, 0.037317841580693005, 0.1374148834353534, 0.043153372441032435, 0.0824045239251223, 0.045335900338071854, 0.08383660535706058, 0.07355080640628979, 0.26349569958930064, 0.06348129882201901, 0.18516142427426607], "min": [0.6406187821148905, 0.03643611183856968, 1.1426568081224164, -2.0812492788215993, 1.0084338428656134, -2.6738421016272196, 0.587147736995527, -0.1811397873316369, 1.2568448617173855, 0.9700206980082682, 1.0083088711508053, 2.1126840888106715], "max": [0.7150949589409097, 0.19792144890671814, 1.305446575816481, -1.488483928442709, 1.3057598242669175, -2.1717488027619134, 0.7074690367414477, 0.05511963040026155, 1.488237627925357, 1.9541455301859716, 1.3167995563894301, 2.7673051720508077], "count": [880]}}} +{"episode_index": 70, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45086680469289164]], [[0.44248256023423865]], [[0.4410526224982747]]], "std": [[[0.19230673469836562]], [[0.1964128767038877]], [[0.19434878598844352]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13725490196078433]], [[0.1450980392156863]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5527292821113953]], [[0.558058814649048]], [[0.5607691968091585]]], "std": [[[0.27307111218103464]], [[0.2817428853365253]], [[0.2852804493897737]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.058823529411764705]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5562787190963342]], [[0.5685214346608208]], [[0.5587809569479966]]], "std": [[[0.29721569815827975]], [[0.29826546983700847]], [[0.30687847450382744]]], "count": [161]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4149747582003816]], [[0.44838771794949867]], [[0.43295088143953236]]], "std": [[[0.31246087676356016]], [[0.31016269249455214]], [[0.3189326815518744]]], "count": [161]}, "observation.state": {"mean": [0.3738911747932434, -0.8999288082122803, 1.1371970176696777, 0.39416101574897766, -0.24168220162391663, 0.6806748509407043, -0.0178841520100832, -0.830885648727417, 1.0697354078292847, -0.43133288621902466, 0.2364821434020996, -0.5500843524932861, 0.6161693930625916, 0.8823437094688416, -0.03785466402769089, 0.0026820304337888956, 0.13227345049381256, 0.09188927710056305, 0.15402540564537048, 0.1325961798429489, 0.2666964530944824, 0.133130744099617, 0.25756457448005676, 0.2362164705991745, 0.3847885727882385, 0.9570075273513794, 0.015481759794056416, -0.06742968410253525, 0.19548238813877106, 0.14393572509288788, 0.23626932501792908, 0.09960628300905228, 0.2913955748081207, 0.12485717982053757, 0.2783244550228119, 0.12477679550647736], "std": [0.126358762383461, 0.044849079102277756, 0.046837374567985535, 0.22271808981895447, 0.08791742473840714, 0.16998939216136932, 0.11021427810192108, 0.3391970098018646, 0.3779299557209015, 0.5736830830574036, 0.35318416357040405, 0.5355275273323059, 0.352911114692688, 0.07166115939617157, 0.016025923192501068, 0.0033590933308005333, 0.18415535986423492, 0.20512893795967102, 0.20299462974071503, 0.2750203311443329, 0.3569101095199585, 0.2812884747982025, 0.29926741123199463, 0.3597855567932129, 0.4588688611984253, 0.13212774693965912, 0.005764178466051817, 0.008872528560459614, 0.20199939608573914, 0.25867944955825806, 0.25289857387542725, 0.16182535886764526, 0.3710172772407532, 0.24955694377422333, 0.34937334060668945, 0.20773270726203918], "min": [0.03837405517697334, -1.0386148691177368, 1.0006580352783203, 0.2041490226984024, -0.38308489322662354, -0.1860646903514862, -0.12988050282001495, -1.532029628753662, 0.7655975818634033, -1.6726748943328857, -0.17761263251304626, -0.8742227554321289, 0.0162751954048872, 0.7263296246528625, -0.04812745749950409, -0.003997894935309887, 0.0032834007870405912, -0.03767184540629387, 0.014115351252257824, -0.006872233934700489, 0.01682012528181076, -0.0011562805157154799, 0.02039223164319992, 0.00805033091455698, 0.016406094655394554, 0.6988517045974731, 0.0037960910703986883, -0.08608835935592651, -0.011251918971538544, 0.018342318013310432, 0.016438821330666542, 0.0028470680117607117, 0.011710069142282009, 0.008355763740837574, 0.029992390424013138, 0.018915005028247833], "max": [0.5163271427154541, -0.7691500782966614, 1.2147492170333862, 1.5159125328063965, -0.03385595604777336, 0.8373091220855713, 0.28630930185317993, -0.5147737264633179, 1.9228036403656006, -0.01809624582529068, 1.0674759149551392, 0.6047937273979187, 1.115718126296997, 1.0039515495300293, 0.015620696358382702, 0.007859435863792896, 0.5455790162086487, 0.620415449142456, 0.6579346060752869, 0.8428576588630676, 1.1210741996765137, 1.146828532218933, 0.9052913784980774, 1.3643946647644043, 1.0346421003341675, 1.1052405834197998, 0.04727660492062569, -0.062177352607250214, 0.6016314029693604, 0.7550566792488098, 0.7452555894851685, 0.5181391835212708, 1.0831350088119507, 0.7289422154426575, 1.0418469905853271, 0.6809129118919373], "count": [879]}, "action": {"mean": [0.3738911747932434, -0.8999288082122803, 1.1371970176696777, 0.39416101574897766, -0.24168220162391663, 0.6806748509407043, -0.0178841520100832, -0.830885648727417, 1.0697354078292847, -0.43133288621902466, 0.2364821434020996, -0.5500843524932861, 0.6161693930625916, 0.8823437094688416, -0.03785466402769089, 0.0026820304337888956, 0.13227345049381256, 0.09188927710056305, 0.15402540564537048, 0.1325961798429489, 0.2666964530944824, 0.133130744099617, 0.25756457448005676, 0.2362164705991745, 0.3847885727882385, 0.9570075273513794, 0.015481759794056416, -0.06742968410253525, 0.19548238813877106, 0.14393572509288788, 0.23626932501792908, 0.09960628300905228, 0.2913955748081207, 0.12485717982053757, 0.2783244550228119, 0.12477679550647736], "std": [0.126358762383461, 0.044849079102277756, 0.046837374567985535, 0.22271808981895447, 0.08791742473840714, 0.16998939216136932, 0.11021427810192108, 0.3391970098018646, 0.3779299557209015, 0.5736830830574036, 0.35318416357040405, 0.5355275273323059, 0.352911114692688, 0.07166115939617157, 0.016025923192501068, 0.0033590933308005333, 0.18415535986423492, 0.20512893795967102, 0.20299462974071503, 0.2750203311443329, 0.3569101095199585, 0.2812884747982025, 0.29926741123199463, 0.3597855567932129, 0.4588688611984253, 0.13212774693965912, 0.005764178466051817, 0.008872528560459614, 0.20199939608573914, 0.25867944955825806, 0.25289857387542725, 0.16182535886764526, 0.3710172772407532, 0.24955694377422333, 0.34937334060668945, 0.20773270726203918], "min": [0.03837405517697334, -1.0386148691177368, 1.0006580352783203, 0.2041490226984024, -0.38308489322662354, -0.1860646903514862, -0.12988050282001495, -1.532029628753662, 0.7655975818634033, -1.6726748943328857, -0.17761263251304626, -0.8742227554321289, 0.0162751954048872, 0.7263296246528625, -0.04812745749950409, -0.003997894935309887, 0.0032834007870405912, -0.03767184540629387, 0.014115351252257824, -0.006872233934700489, 0.01682012528181076, -0.0011562805157154799, 0.02039223164319992, 0.00805033091455698, 0.016406094655394554, 0.6988517045974731, 0.0037960910703986883, -0.08608835935592651, -0.011251918971538544, 0.018342318013310432, 0.016438821330666542, 0.0028470680117607117, 0.011710069142282009, 0.008355763740837574, 0.029992390424013138, 0.018915005028247833], "max": [0.5163271427154541, -0.7691500782966614, 1.2147492170333862, 1.5159125328063965, -0.03385595604777336, 0.8373091220855713, 0.28630930185317993, -0.5147737264633179, 1.9228036403656006, -0.01809624582529068, 1.0674759149551392, 0.6047937273979187, 1.115718126296997, 1.0039515495300293, 0.015620696358382702, 0.007859435863792896, 0.5455790162086487, 0.620415449142456, 0.6579346060752869, 0.8428576588630676, 1.1210741996765137, 1.146828532218933, 0.9052913784980774, 1.3643946647644043, 1.0346421003341675, 1.1052405834197998, 0.04727660492062569, -0.062177352607250214, 0.6016314029693604, 0.7550566792488098, 0.7452555894851685, 0.5181391835212708, 1.0831350088119507, 0.7289422154426575, 1.0418469905853271, 0.6809129118919373], "count": [879]}, "timestamp": {"min": [0.0], "max": [29.266666666666666], "mean": [14.633333333333335], "std": [8.458175970074207], "count": [879]}, "frame_index": {"min": [0], "max": [878], "mean": [439.0], "std": [253.7452791022262], "count": [879]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [879]}, "index": {"min": [47148], "max": [48026], "mean": [47587.0], "std": [253.7452791022262], "count": [879]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [879]}, "subtask_annotation": {"mean": [2.739476678043231, 5.0, 5.0, 5.0, 5.0], "std": [1.3698110941865063, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [879]}, "scene_annotation": {"mean": [70.0], "std": [0.0], "min": [70], "max": [70], "count": [879]}, "eef_direction_state": {"mean": [5.147895335608646, 4.744027303754266], "std": [1.3049191983366533, 1.7170118974281487], "min": [0, 0], "max": [6, 6], "count": [879]}, "eef_velocity_state": {"mean": [0.4653014789533561, 0.5540386803185438], "std": [0.6316380776214591, 0.7274741336388668], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_acc_mag_state": {"mean": [0.24118316268486917, 0.36746302616609783], "std": [0.5772213554489751, 0.693139994386684], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_direction_action": {"mean": [5.147895335608646, 4.744027303754266], "std": [1.3049191983366533, 1.7170118974281487], "min": [0, 0], "max": [6, 6], "count": [879]}, "eef_velocity_action": {"mean": [0.4653014789533561, 0.5540386803185438], "std": [0.6316380776214591, 0.7274741336388668], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_acc_mag_action": {"mean": [0.24118316268486917, 0.36746302616609783], "std": [0.5772213554489751, 0.693139994386684], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_sim_pose_state": {"mean": [0.6908670911688125, 0.14099279195072248, 1.1998070511445347, -1.9339566893718454, 1.1092557015504363, -2.5477338439226425, 0.6574796429482561, -0.11787824210816104, 1.3218208716408943, 1.4928053881466816, 0.9978389671894584, 2.2393664917947], "std": [0.013473341546706194, 0.028914365186629053, 0.037238726646507264, 0.13308334060578914, 0.055078912317003424, 0.1237945000576531, 0.03626370710317273, 0.07661130711159748, 0.05111802464027218, 0.2063085312453026, 0.10714833296981142, 0.26202566050163345], "min": [0.6451850332560376, 0.03622767734826299, 1.1539547150018865, -2.1262817969236263, 0.9823682403330811, -2.7584637128399434, 0.6187684942964373, -0.24300648576856987, 1.236902201664515, 1.0312540124002176, 0.7855587346223967, 1.8898155544681305], "max": [0.7178017955792876, 0.17038297732347102, 1.3016421684081296, -1.5814037482110586, 1.3605667266730492, -2.1907311880403944, 0.7497972178336151, 0.0674717929875795, 1.4606376464830877, 1.9037455350674959, 1.2579102129605482, 2.909394101530882], "count": [879]}, "eef_sim_pose_action": {"mean": [0.6908670911688125, 0.14099279195072248, 1.1998070511445347, -1.9339566893718454, 1.1092557015504363, -2.5477338439226425, 0.6574796429482561, -0.11787824210816104, 1.3218208716408943, 1.4928053881466816, 0.9978389671894584, 2.2393664917947], "std": [0.013473341546706194, 0.028914365186629053, 0.037238726646507264, 0.13308334060578914, 0.055078912317003424, 0.1237945000576531, 0.03626370710317273, 0.07661130711159748, 0.05111802464027218, 0.2063085312453026, 0.10714833296981142, 0.26202566050163345], "min": [0.6451850332560376, 0.03622767734826299, 1.1539547150018865, -2.1262817969236263, 0.9823682403330811, -2.7584637128399434, 0.6187684942964373, -0.24300648576856987, 1.236902201664515, 1.0312540124002176, 0.7855587346223967, 1.8898155544681305], "max": [0.7178017955792876, 0.17038297732347102, 1.3016421684081296, -1.5814037482110586, 1.3605667266730492, -2.1907311880403944, 0.7497972178336151, 0.0674717929875795, 1.4606376464830877, 1.9037455350674959, 1.2579102129605482, 2.909394101530882], "count": [879]}}} +{"episode_index": 71, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605987503025902]], [[0.45197171235778266]], [[0.4515990801258775]]], "std": [[[0.19120111762809266]], [[0.19618086657039044]], [[0.19476322500501256]]], "count": [135]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.14901960784313725]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5380750136165577]], [[0.5446371005809731]], [[0.5429514947954491]]], "std": [[[0.28126587960376814]], [[0.288119922853973]], [[0.29175451065288643]]], "count": [135]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.10588235294117647]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5987635636044542]], [[0.6140889403292181]], [[0.6060043482207699]]], "std": [[[0.28269217925628165]], [[0.2831635279386743]], [[0.2921826245586551]]], "count": [135]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613406318082789]], [[0.4999534707092714]], [[0.48588246187363837]]], "std": [[[0.3066626956199434]], [[0.3017151258318088]], [[0.3169960791168367]]], "count": [135]}, "observation.state": {"mean": [0.3513232171535492, -0.8348313570022583, 1.070346474647522, -0.008906547911465168, -0.2016531378030777, 1.012163758277893, 0.009752379730343819, -0.8276739716529846, 0.9843886494636536, -1.9761455059051514, 0.12979693710803986, 0.8253262639045715, 0.6735891699790955, 0.9213327169418335, -0.03105415217578411, -0.0005279308534227312, 0.16373281180858612, 0.02288476936519146, 0.2425592541694641, 0.07206381112337112, 0.3628425896167755, 0.01862700842320919, 0.2722272574901581, 0.21918153762817383, 0.5022046566009521, 0.8697618246078491, 0.01471350435167551, -0.0726742371916771, 0.24854405224323273, 0.17254222929477692, 0.34030818939208984, 0.051174528896808624, 0.3972374200820923, 0.2408069372177124, 0.3078863322734833, 0.22103185951709747], "std": [0.15613581240177155, 0.045304764062166214, 0.043569330126047134, 0.1484815925359726, 0.11794068664312363, 0.09814313799142838, 0.22565926611423492, 0.35847994685173035, 0.35787349939346313, 0.12726646661758423, 0.32304978370666504, 0.12314699590206146, 0.285724014043808, 0.04122144356369972, 0.02195686288177967, 0.0025047468952834606, 0.1956125646829605, 0.03583122789859772, 0.18914015591144562, 0.15520000457763672, 0.3980976641178131, 0.0652284100651741, 0.19137533009052277, 0.35933277010917664, 0.46001866459846497, 0.1077171191573143, 0.005441442131996155, 0.015849975869059563, 0.2409338355064392, 0.26151618361473083, 0.33121562004089355, 0.08209273964166641, 0.41607484221458435, 0.4224867522716522, 0.30743271112442017, 0.3203407824039459], "min": [-0.037193864583969116, -0.9825975894927979, 0.9496356844902039, -0.15456753969192505, -0.4868343472480774, 0.48485541343688965, -0.16654984652996063, -1.3832660913467407, 0.612542450428009, -2.3006789684295654, -0.18067635595798492, 0.6834372878074646, 0.01378264743834734, 0.8088073134422302, -0.046011243015527725, -0.005028729327023029, 0.015827955678105354, -0.008001243695616722, 0.01808597333729267, -0.005715953651815653, 0.015740688890218735, -0.008704829961061478, 0.04986405372619629, 0.013395401649177074, 0.0210244283080101, 0.705603837966919, 0.004352414980530739, -0.10337802767753601, 0.00022907447419129312, -0.00427605677396059, 0.011279189959168434, -0.005045092198997736, 0.01947678253054619, -0.005705045070499182, 0.05696318298578262, 0.015162547118961811], "max": [0.633618950843811, -0.7488842010498047, 1.1240177154541016, 0.7572289705276489, 0.08506904542446136, 1.1175029277801514, 0.49733683466911316, -0.461203932762146, 1.4670238494873047, -1.7993247509002686, 0.6267523765563965, 1.1127523183822632, 1.066357970237732, 1.0264543294906616, 0.021620266139507294, 0.0023289236705750227, 0.5692827701568604, 0.10653053224086761, 0.6104179620742798, 0.42476949095726013, 1.2737195491790771, 0.40285471081733704, 0.6832854747772217, 1.0539770126342773, 1.0527989864349365, 0.9939431548118591, 0.039248090237379074, -0.060933806002140045, 0.6392813324928284, 0.6409557461738586, 0.8809986114501953, 0.3227004408836365, 1.1212103366851807, 1.0937215089797974, 0.8965319991111755, 0.8848655819892883], "count": [693]}, "action": {"mean": [0.3513232171535492, -0.8348313570022583, 1.070346474647522, -0.008906547911465168, -0.2016531378030777, 1.012163758277893, 0.009752379730343819, -0.8276739716529846, 0.9843886494636536, -1.9761455059051514, 0.12979693710803986, 0.8253262639045715, 0.6735891699790955, 0.9213327169418335, -0.03105415217578411, -0.0005279308534227312, 0.16373281180858612, 0.02288476936519146, 0.2425592541694641, 0.07206381112337112, 0.3628425896167755, 0.01862700842320919, 0.2722272574901581, 0.21918153762817383, 0.5022046566009521, 0.8697618246078491, 0.01471350435167551, -0.0726742371916771, 0.24854405224323273, 0.17254222929477692, 0.34030818939208984, 0.051174528896808624, 0.3972374200820923, 0.2408069372177124, 0.3078863322734833, 0.22103185951709747], "std": [0.15613581240177155, 0.045304764062166214, 0.043569330126047134, 0.1484815925359726, 0.11794068664312363, 0.09814313799142838, 0.22565926611423492, 0.35847994685173035, 0.35787349939346313, 0.12726646661758423, 0.32304978370666504, 0.12314699590206146, 0.285724014043808, 0.04122144356369972, 0.02195686288177967, 0.0025047468952834606, 0.1956125646829605, 0.03583122789859772, 0.18914015591144562, 0.15520000457763672, 0.3980976641178131, 0.0652284100651741, 0.19137533009052277, 0.35933277010917664, 0.46001866459846497, 0.1077171191573143, 0.005441442131996155, 0.015849975869059563, 0.2409338355064392, 0.26151618361473083, 0.33121562004089355, 0.08209273964166641, 0.41607484221458435, 0.4224867522716522, 0.30743271112442017, 0.3203407824039459], "min": [-0.037193864583969116, -0.9825975894927979, 0.9496356844902039, -0.15456753969192505, -0.4868343472480774, 0.48485541343688965, -0.16654984652996063, -1.3832660913467407, 0.612542450428009, -2.3006789684295654, -0.18067635595798492, 0.6834372878074646, 0.01378264743834734, 0.8088073134422302, -0.046011243015527725, -0.005028729327023029, 0.015827955678105354, -0.008001243695616722, 0.01808597333729267, -0.005715953651815653, 0.015740688890218735, -0.008704829961061478, 0.04986405372619629, 0.013395401649177074, 0.0210244283080101, 0.705603837966919, 0.004352414980530739, -0.10337802767753601, 0.00022907447419129312, -0.00427605677396059, 0.011279189959168434, -0.005045092198997736, 0.01947678253054619, -0.005705045070499182, 0.05696318298578262, 0.015162547118961811], "max": [0.633618950843811, -0.7488842010498047, 1.1240177154541016, 0.7572289705276489, 0.08506904542446136, 1.1175029277801514, 0.49733683466911316, -0.461203932762146, 1.4670238494873047, -1.7993247509002686, 0.6267523765563965, 1.1127523183822632, 1.066357970237732, 1.0264543294906616, 0.021620266139507294, 0.0023289236705750227, 0.5692827701568604, 0.10653053224086761, 0.6104179620742798, 0.42476949095726013, 1.2737195491790771, 0.40285471081733704, 0.6832854747772217, 1.0539770126342773, 1.0527989864349365, 0.9939431548118591, 0.039248090237379074, -0.060933806002140045, 0.6392813324928284, 0.6409557461738586, 0.8809986114501953, 0.3227004408836365, 1.1212103366851807, 1.0937215089797974, 0.8965319991111755, 0.8848655819892883], "count": [693]}, "timestamp": {"min": [0.0], "max": [23.066666666666666], "mean": [11.533333333333333], "std": [6.668388666492633], "count": [693]}, "frame_index": {"min": [0], "max": [692], "mean": [346.0], "std": [200.05165999477902], "count": [693]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [693]}, "index": {"min": [48027], "max": [48719], "mean": [48373.0], "std": [200.05165999477902], "count": [693]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [693]}, "subtask_annotation": {"mean": [2.318903318903319, 5.0, 5.0, 5.0, 5.0], "std": [1.3625173875387504, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [693]}, "scene_annotation": {"mean": [71.0], "std": [0.0], "min": [71], "max": [71], "count": [693]}, "eef_direction_state": {"mean": [5.181818181818182, 4.646464646464646], "std": [1.3010656688230937, 1.814795628237809], "min": [1, 0], "max": [6, 6], "count": [693]}, "eef_velocity_state": {"mean": [0.4458874458874459, 0.5743145743145743], "std": [0.6526898271151381, 0.6767876754260962], "min": [0, 0], "max": [2, 2], "count": [693]}, "eef_acc_mag_state": {"mean": [0.2987012987012987, 0.29292929292929293], "std": [0.6369670549593993, 0.6143255590868794], "min": [0, 0], "max": [2, 2], "count": [693]}, "eef_direction_action": {"mean": [5.181818181818182, 4.646464646464646], "std": [1.3010656688230937, 1.814795628237809], "min": [1, 0], "max": [6, 6], "count": [693]}, "eef_velocity_action": {"mean": [0.4458874458874459, 0.5743145743145743], "std": [0.6526898271151381, 0.6767876754260962], "min": [0, 0], "max": [2, 2], "count": [693]}, "eef_acc_mag_action": {"mean": [0.2987012987012987, 0.29292929292929293], "std": [0.6369670549593993, 0.6143255590868794], "min": [0, 0], "max": [2, 2], "count": [693]}, "eef_sim_pose_state": {"mean": [0.6894857676269112, 0.16524174162797334, 1.2141096619430691, -1.8675958951747942, 1.0677134369195866, -2.384118443603383, 0.6427968066025502, -0.09830322383197998, 1.3134546068658712, 1.7516199541164401, 1.1697267888202203, 2.4698289394348336], "std": [0.012969021159494961, 0.03556954188062537, 0.03782492027068037, 0.11547987665679836, 0.04545677841009214, 0.07971051185736444, 0.041741634822011334, 0.08486735903060841, 0.07210122559640147, 0.17685755391547256, 0.08203229853964919, 0.1773328564093557], "min": [0.6575775957172298, 0.05788819785007754, 1.1507445905870195, -2.0364214864921824, 1.009063494297886, -2.561968381695123, 0.5961839114753558, -0.19662753566077143, 1.2443727667113127, 1.177942903104093, 0.8984263072797982, 2.2092831849272643], "max": [0.7085512490897234, 0.19129545810248727, 1.3068694165957746, -1.617583799617573, 1.2558867424826663, -2.2185451846665893, 0.7110327314363017, 0.06295422583619306, 1.4845162388176285, 1.947417113194523, 1.2889711796352072, 2.941536016023171], "count": [693]}, "eef_sim_pose_action": {"mean": [0.6894857676269112, 0.16524174162797334, 1.2141096619430691, -1.8675958951747942, 1.0677134369195866, -2.384118443603383, 0.6427968066025502, -0.09830322383197998, 1.3134546068658712, 1.7516199541164401, 1.1697267888202203, 2.4698289394348336], "std": [0.012969021159494961, 0.03556954188062537, 0.03782492027068037, 0.11547987665679836, 0.04545677841009214, 0.07971051185736444, 0.041741634822011334, 0.08486735903060841, 0.07210122559640147, 0.17685755391547256, 0.08203229853964919, 0.1773328564093557], "min": [0.6575775957172298, 0.05788819785007754, 1.1507445905870195, -2.0364214864921824, 1.009063494297886, -2.561968381695123, 0.5961839114753558, -0.19662753566077143, 1.2443727667113127, 1.177942903104093, 0.8984263072797982, 2.2092831849272643], "max": [0.7085512490897234, 0.19129545810248727, 1.3068694165957746, -1.617583799617573, 1.2558867424826663, -2.2185451846665893, 0.7110327314363017, 0.06295422583619306, 1.4845162388176285, 1.947417113194523, 1.2889711796352072, 2.941536016023171], "count": [693]}}} +{"episode_index": 72, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668742795890966]], [[0.45809918712316966]], [[0.4563111082611339]]], "std": [[[0.18796602582738758]], [[0.1931656297907545]], [[0.19180420392937825]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13725490196078433]], [[0.1411764705882353]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5478801283756397]], [[0.5536949669402645]], [[0.5540557503039976]]], "std": [[[0.279551367096518]], [[0.28863882920781436]], [[0.29113024461507153]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5914501776485788]], [[0.607687989246086]], [[0.5997812199169074]]], "std": [[[0.29018890887486365]], [[0.2885401018410099]], [[0.29770883985484964]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42047107273141815]], [[0.45924690144145514]], [[0.44369997181689214]]], "std": [[[0.30280897451779587]], [[0.298563589350024]], [[0.31097379917589413]]], "count": [129]}, "observation.state": {"mean": [0.3559928238391876, -0.8289383053779602, 1.0260132551193237, -0.5403063297271729, -0.231783926486969, 1.5616908073425293, -0.020317457616329193, -0.7664703726768494, 0.9638420343399048, -0.9033369421958923, 0.1884019523859024, -0.10255006700754166, 0.673707127571106, 0.8788091540336609, -0.03491189330816269, 0.003641079645603895, 0.14531245827674866, 0.048438798636198044, 0.18536317348480225, 0.08886907994747162, 0.2602115273475647, 0.15150858461856842, 0.23258642852306366, 0.28016364574432373, 0.5085243582725525, 0.9222347140312195, 0.014249025844037533, -0.06779610365629196, 0.2787768840789795, 0.062461402267217636, 0.3172403872013092, 0.10340555757284164, 0.4429856836795807, 0.0046990676783025265, 0.36211442947387695, 0.1525496542453766], "std": [0.14260417222976685, 0.04651142656803131, 0.052284371107816696, 0.30409860610961914, 0.08226490020751953, 0.2745882272720337, 0.17711107432842255, 0.37185922265052795, 0.32361456751823425, 0.460191935300827, 0.20076489448547363, 0.4584636390209198, 0.3414672315120697, 0.09141391515731812, 0.0173422209918499, 0.003780010621994734, 0.2134319543838501, 0.08841140568256378, 0.20510347187519073, 0.1655411571264267, 0.271006315946579, 0.3628586530685425, 0.20686401426792145, 0.39520615339279175, 0.5051795840263367, 0.08616337925195694, 0.006096563767641783, 0.005501618608832359, 0.2049730271100998, 0.09571618586778641, 0.22827835381031036, 0.15631607174873352, 0.4361817538738251, 0.011587556451559067, 0.3109576404094696, 0.2434179186820984], "min": [0.022709716111421585, -0.9676604270935059, 0.8843066692352295, -0.803733229637146, -0.3778396248817444, 0.7671473026275635, -0.1489185094833374, -1.3226710557937622, 0.649462103843689, -1.7913137674331665, -0.03706273436546326, -0.39768826961517334, 0.028871294111013412, 0.7005696892738342, -0.04680755361914635, -0.002803435083478689, 0.0093593280762434, -0.019918570294976234, 0.01777508668601513, -0.01536435168236494, 0.03682098910212517, -0.05474879965186119, 0.029888762161135674, 0.010722866281867027, 0.02828524261713028, 0.7828128933906555, 0.0030979595612734556, -0.07780349999666214, 0.006212281528860331, -0.005994115024805069, 0.013089969754219055, -0.010771953500807285, 0.02068215049803257, -0.004843288566917181, 0.07426921278238297, 0.010319259017705917], "max": [0.5713549852371216, -0.7369630932807922, 1.0759994983673096, 0.41928932070732117, -0.027895398437976837, 1.7908965349197388, 0.32752060890197754, -0.41213664412498474, 1.4425616264343262, -0.5349240899085999, 0.5434476733207703, 0.7646200656890869, 1.1119874715805054, 1.0479174852371216, 0.011453723534941673, 0.008001243695616722, 0.5498223304748535, 0.22868721187114716, 0.5751732587814331, 0.4240114092826843, 0.7727118134498596, 0.897830069065094, 0.6646268367767334, 1.0839366912841797, 1.1423126459121704, 1.0326186418533325, 0.04271693155169487, -0.062226440757513046, 0.6216862797737122, 0.2365030199289322, 0.7008805871009827, 0.38661226630210876, 1.2150273323059082, 0.02482730895280838, 0.9496663212776184, 0.6973135471343994], "count": [658]}, "action": {"mean": [0.3559928238391876, -0.8289383053779602, 1.0260132551193237, -0.5403063297271729, -0.231783926486969, 1.5616908073425293, -0.020317457616329193, -0.7664703726768494, 0.9638420343399048, -0.9033369421958923, 0.1884019523859024, -0.10255006700754166, 0.673707127571106, 0.8788091540336609, -0.03491189330816269, 0.003641079645603895, 0.14531245827674866, 0.048438798636198044, 0.18536317348480225, 0.08886907994747162, 0.2602115273475647, 0.15150858461856842, 0.23258642852306366, 0.28016364574432373, 0.5085243582725525, 0.9222347140312195, 0.014249025844037533, -0.06779610365629196, 0.2787768840789795, 0.062461402267217636, 0.3172403872013092, 0.10340555757284164, 0.4429856836795807, 0.0046990676783025265, 0.36211442947387695, 0.1525496542453766], "std": [0.14260417222976685, 0.04651142656803131, 0.052284371107816696, 0.30409860610961914, 0.08226490020751953, 0.2745882272720337, 0.17711107432842255, 0.37185922265052795, 0.32361456751823425, 0.460191935300827, 0.20076489448547363, 0.4584636390209198, 0.3414672315120697, 0.09141391515731812, 0.0173422209918499, 0.003780010621994734, 0.2134319543838501, 0.08841140568256378, 0.20510347187519073, 0.1655411571264267, 0.271006315946579, 0.3628586530685425, 0.20686401426792145, 0.39520615339279175, 0.5051795840263367, 0.08616337925195694, 0.006096563767641783, 0.005501618608832359, 0.2049730271100998, 0.09571618586778641, 0.22827835381031036, 0.15631607174873352, 0.4361817538738251, 0.011587556451559067, 0.3109576404094696, 0.2434179186820984], "min": [0.022709716111421585, -0.9676604270935059, 0.8843066692352295, -0.803733229637146, -0.3778396248817444, 0.7671473026275635, -0.1489185094833374, -1.3226710557937622, 0.649462103843689, -1.7913137674331665, -0.03706273436546326, -0.39768826961517334, 0.028871294111013412, 0.7005696892738342, -0.04680755361914635, -0.002803435083478689, 0.0093593280762434, -0.019918570294976234, 0.01777508668601513, -0.01536435168236494, 0.03682098910212517, -0.05474879965186119, 0.029888762161135674, 0.010722866281867027, 0.02828524261713028, 0.7828128933906555, 0.0030979595612734556, -0.07780349999666214, 0.006212281528860331, -0.005994115024805069, 0.013089969754219055, -0.010771953500807285, 0.02068215049803257, -0.004843288566917181, 0.07426921278238297, 0.010319259017705917], "max": [0.5713549852371216, -0.7369630932807922, 1.0759994983673096, 0.41928932070732117, -0.027895398437976837, 1.7908965349197388, 0.32752060890197754, -0.41213664412498474, 1.4425616264343262, -0.5349240899085999, 0.5434476733207703, 0.7646200656890869, 1.1119874715805054, 1.0479174852371216, 0.011453723534941673, 0.008001243695616722, 0.5498223304748535, 0.22868721187114716, 0.5751732587814331, 0.4240114092826843, 0.7727118134498596, 0.897830069065094, 0.6646268367767334, 1.0839366912841797, 1.1423126459121704, 1.0326186418533325, 0.04271693155169487, -0.062226440757513046, 0.6216862797737122, 0.2365030199289322, 0.7008805871009827, 0.38661226630210876, 1.2150273323059082, 0.02482730895280838, 0.9496663212776184, 0.6973135471343994], "count": [658]}, "timestamp": {"min": [0.0], "max": [21.9], "mean": [10.950000000000001], "std": [6.331600640175174], "count": [658]}, "frame_index": {"min": [0], "max": [657], "mean": [328.5], "std": [189.9480192052552], "count": [658]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [658]}, "index": {"min": [48720], "max": [49377], "mean": [49048.5], "std": [189.9480192052552], "count": [658]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [658]}, "subtask_annotation": {"mean": [2.2857142857142856, 5.0, 5.0, 5.0, 5.0], "std": [1.4303939741927338, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [658]}, "scene_annotation": {"mean": [72.0], "std": [0.0], "min": [72], "max": [72], "count": [658]}, "eef_direction_state": {"mean": [4.904255319148936, 4.73404255319149], "std": [1.4715994674376964, 1.7798506848034525], "min": [0, 0], "max": [6, 6], "count": [658]}, "eef_velocity_state": {"mean": [0.5258358662613982, 0.5820668693009119], "std": [0.6500652179972286, 0.7417923634158795], "min": [0, 0], "max": [2, 2], "count": [658]}, "eef_acc_mag_state": {"mean": [0.35714285714285715, 0.34194528875379937], "std": [0.6897770977913384, 0.6707776982062948], "min": [0, 0], "max": [2, 2], "count": [658]}, "eef_direction_action": {"mean": [4.904255319148936, 4.73404255319149], "std": [1.4715994674376964, 1.7798506848034525], "min": [0, 0], "max": [6, 6], "count": [658]}, "eef_velocity_action": {"mean": [0.5258358662613982, 0.5820668693009119], "std": [0.6500652179972286, 0.7417923634158795], "min": [0, 0], "max": [2, 2], "count": [658]}, "eef_acc_mag_action": {"mean": [0.35714285714285715, 0.34194528875379937], "std": [0.6897770977913384, 0.6707776982062948], "min": [0, 0], "max": [2, 2], "count": [658]}, "eef_sim_pose_state": {"mean": [0.6887875730554704, 0.17116653604707951, 1.2124721775033027, -1.9036445784701326, 1.0963639870109159, -2.3539896519405024, 0.6341206976335719, -0.10582015881077084, 1.3225304721607252, 1.5491537739990289, 1.0283657882791228, 2.307744021701364], "std": [0.017145387832836177, 0.045193412013537264, 0.040461289501420215, 0.16062133907124515, 0.07636261086268986, 0.12046772268901783, 0.04793926319443962, 0.08072179687978985, 0.073578490085243, 0.26558798941229844, 0.037909366840815355, 0.08599521294393266], "min": [0.6388929173294888, 0.05829695854655867, 1.1491784289959803, -2.161663678418772, 0.9310501508236033, -2.670997185889625, 0.5830743183282463, -0.18934491551931512, 1.2438116695846322, 1.0067424524542194, 0.9248993650190012, 2.077219347637816], "max": [0.7058923832182933, 0.21669755068115187, 1.3070132868756155, -1.5662093907345846, 1.24139243621299, -2.14162812846305, 0.7190193746541678, 0.048372048217093816, 1.4752387033353378, 1.830018223508129, 1.1051000704028322, 2.502565033893078], "count": [658]}, "eef_sim_pose_action": {"mean": [0.6887875730554704, 0.17116653604707951, 1.2124721775033027, -1.9036445784701326, 1.0963639870109159, -2.3539896519405024, 0.6341206976335719, -0.10582015881077084, 1.3225304721607252, 1.5491537739990289, 1.0283657882791228, 2.307744021701364], "std": [0.017145387832836177, 0.045193412013537264, 0.040461289501420215, 0.16062133907124515, 0.07636261086268986, 0.12046772268901783, 0.04793926319443962, 0.08072179687978985, 0.073578490085243, 0.26558798941229844, 0.037909366840815355, 0.08599521294393266], "min": [0.6388929173294888, 0.05829695854655867, 1.1491784289959803, -2.161663678418772, 0.9310501508236033, -2.670997185889625, 0.5830743183282463, -0.18934491551931512, 1.2438116695846322, 1.0067424524542194, 0.9248993650190012, 2.077219347637816], "max": [0.7058923832182933, 0.21669755068115187, 1.3070132868756155, -1.5662093907345846, 1.24139243621299, -2.14162812846305, 0.7190193746541678, 0.048372048217093816, 1.4752387033353378, 1.830018223508129, 1.1051000704028322, 2.502565033893078], "count": [658]}}} +{"episode_index": 73, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4697875216262976]], [[0.4617325562884468]], [[0.4612059649533833]]], "std": [[[0.1868194804710794]], [[0.19204652953457454]], [[0.1907806282190564]]], "count": [136]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.1450980392156863]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.535963571703191]], [[0.5410250985198001]], [[0.5401972813941753]]], "std": [[[0.2784770634699905]], [[0.2858400939845426]], [[0.2894149168271467]]], "count": [136]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.10196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6105106404387736]], [[0.6271217049932718]], [[0.6213205212538446]]], "std": [[[0.28232206046472513]], [[0.2816054926816144]], [[0.28838855501178084]]], "count": [136]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4344069273236255]], [[0.45815165140811226]], [[0.4445934000744906]]], "std": [[[0.3065276391728812]], [[0.30806360064976984]], [[0.3177471411310391]]], "count": [136]}, "observation.state": {"mean": [0.31750693917274475, -0.8415693640708923, 1.103930950164795, -0.11544837802648544, -0.10072068870067596, 1.1232596635818481, -0.0192954670637846, -0.8548082709312439, 1.0534963607788086, -1.4817688465118408, 0.2003030627965927, 0.45898887515068054, 0.7241624593734741, 0.9415647387504578, -0.029809892177581787, -0.0008765242528170347, 0.14205314218997955, 0.07432450354099274, 0.22234392166137695, 0.11163739860057831, 0.30243000388145447, 0.14386393129825592, 0.23944638669490814, 0.2612006962299347, 0.49757763743400574, 0.8920287489891052, 0.014258673414587975, -0.06913872063159943, 0.19966740906238556, 0.15520615875720978, 0.2667042911052704, 0.05961189419031143, 0.35701239109039307, 0.19668345153331757, 0.3167441189289093, 0.1550852656364441], "std": [0.15798166394233704, 0.05947199836373329, 0.05763435363769531, 0.19628095626831055, 0.13343428075313568, 0.15369164943695068, 0.15534664690494537, 0.3868773877620697, 0.44168737530708313, 0.12862491607666016, 0.441335529088974, 0.05801992118358612, 0.2845165431499481, 0.040673207491636276, 0.01565110869705677, 0.002899199491366744, 0.18557603657245636, 0.1530337780714035, 0.18500682711601257, 0.24033977091312408, 0.2919732332229614, 0.3072817325592041, 0.13977596163749695, 0.3839077353477478, 0.4982755482196808, 0.12220572680234909, 0.005317525938153267, 0.01081660483032465, 0.23510073125362396, 0.2672654092311859, 0.29396945238113403, 0.1042422205209732, 0.42318910360336304, 0.36840584874153137, 0.35891953110694885, 0.23034897446632385], "min": [-0.0883592739701271, -1.0266579389572144, 0.926413357257843, -0.2944276034832001, -0.38612478971481323, 0.6037803888320923, -0.13569800555706024, -1.6036874055862427, 0.6872282028198242, -1.7120145559310913, -0.13176403939723969, 0.38828250765800476, 0.019951295107603073, 0.8318620324134827, -0.041375212371349335, -0.006370451766997576, 0.01455713715404272, -0.018053250387310982, 0.013308134861290455, -0.006359543185681105, 0.01782417483627796, 0.004030619747936726, 0.037000976502895355, 0.013820826075971127, 0.013351768255233765, 0.704862117767334, 0.004079706966876984, -0.09156978875398636, 0.015975216403603554, -0.004085161257535219, 0.04633849486708641, 0.005105088464915752, 0.04500222206115723, -0.007046767044812441, 0.04296782240271568, 0.009948376566171646], "max": [0.5743948817253113, -0.7597442865371704, 1.182776927947998, 0.6064984202384949, 0.21781061589717865, 1.3159804344177246, 0.3271152973175049, -0.514634370803833, 1.9250447750091553, -1.3244831562042236, 1.0264075994491577, 0.6297445893287659, 1.0881582498550415, 1.0855075120925903, 0.02249293029308319, 0.002623448148369789, 0.5359578728675842, 0.4177227318286896, 0.5885686278343201, 0.6496824026107788, 0.9966048002243042, 1.1966686248779297, 0.5514367818832397, 1.1550097465515137, 1.1480120420455933, 1.038699984550476, 0.04001167416572571, -0.06207918003201485, 0.6188010573387146, 0.665134072303772, 0.7933176159858704, 0.44473713636398315, 1.1977812051773071, 1.0017099380493164, 1.0205975770950317, 0.6565328240394592], "count": [704]}, "action": {"mean": [0.31750693917274475, -0.8415693640708923, 1.103930950164795, -0.11544837802648544, -0.10072068870067596, 1.1232596635818481, -0.0192954670637846, -0.8548082709312439, 1.0534963607788086, -1.4817688465118408, 0.2003030627965927, 0.45898887515068054, 0.7241624593734741, 0.9415647387504578, -0.029809892177581787, -0.0008765242528170347, 0.14205314218997955, 0.07432450354099274, 0.22234392166137695, 0.11163739860057831, 0.30243000388145447, 0.14386393129825592, 0.23944638669490814, 0.2612006962299347, 0.49757763743400574, 0.8920287489891052, 0.014258673414587975, -0.06913872063159943, 0.19966740906238556, 0.15520615875720978, 0.2667042911052704, 0.05961189419031143, 0.35701239109039307, 0.19668345153331757, 0.3167441189289093, 0.1550852656364441], "std": [0.15798166394233704, 0.05947199836373329, 0.05763435363769531, 0.19628095626831055, 0.13343428075313568, 0.15369164943695068, 0.15534664690494537, 0.3868773877620697, 0.44168737530708313, 0.12862491607666016, 0.441335529088974, 0.05801992118358612, 0.2845165431499481, 0.040673207491636276, 0.01565110869705677, 0.002899199491366744, 0.18557603657245636, 0.1530337780714035, 0.18500682711601257, 0.24033977091312408, 0.2919732332229614, 0.3072817325592041, 0.13977596163749695, 0.3839077353477478, 0.4982755482196808, 0.12220572680234909, 0.005317525938153267, 0.01081660483032465, 0.23510073125362396, 0.2672654092311859, 0.29396945238113403, 0.1042422205209732, 0.42318910360336304, 0.36840584874153137, 0.35891953110694885, 0.23034897446632385], "min": [-0.0883592739701271, -1.0266579389572144, 0.926413357257843, -0.2944276034832001, -0.38612478971481323, 0.6037803888320923, -0.13569800555706024, -1.6036874055862427, 0.6872282028198242, -1.7120145559310913, -0.13176403939723969, 0.38828250765800476, 0.019951295107603073, 0.8318620324134827, -0.041375212371349335, -0.006370451766997576, 0.01455713715404272, -0.018053250387310982, 0.013308134861290455, -0.006359543185681105, 0.01782417483627796, 0.004030619747936726, 0.037000976502895355, 0.013820826075971127, 0.013351768255233765, 0.704862117767334, 0.004079706966876984, -0.09156978875398636, 0.015975216403603554, -0.004085161257535219, 0.04633849486708641, 0.005105088464915752, 0.04500222206115723, -0.007046767044812441, 0.04296782240271568, 0.009948376566171646], "max": [0.5743948817253113, -0.7597442865371704, 1.182776927947998, 0.6064984202384949, 0.21781061589717865, 1.3159804344177246, 0.3271152973175049, -0.514634370803833, 1.9250447750091553, -1.3244831562042236, 1.0264075994491577, 0.6297445893287659, 1.0881582498550415, 1.0855075120925903, 0.02249293029308319, 0.002623448148369789, 0.5359578728675842, 0.4177227318286896, 0.5885686278343201, 0.6496824026107788, 0.9966048002243042, 1.1966686248779297, 0.5514367818832397, 1.1550097465515137, 1.1480120420455933, 1.038699984550476, 0.04001167416572571, -0.06207918003201485, 0.6188010573387146, 0.665134072303772, 0.7933176159858704, 0.44473713636398315, 1.1977812051773071, 1.0017099380493164, 1.0205975770950317, 0.6565328240394592], "count": [704]}, "timestamp": {"min": [0.0], "max": [23.433333333333334], "mean": [11.716666666666667], "std": [6.774236324323043], "count": [704]}, "frame_index": {"min": [0], "max": [703], "mean": [351.5], "std": [203.2270897296913], "count": [704]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [704]}, "index": {"min": [49378], "max": [50081], "mean": [49729.5], "std": [203.2270897296913], "count": [704]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [704]}, "subtask_annotation": {"mean": [2.3423295454545454, 5.0, 5.0, 5.0, 5.0], "std": [1.3840090089498416, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [704]}, "scene_annotation": {"mean": [73.0], "std": [0.0], "min": [73], "max": [73], "count": [704]}, "eef_direction_state": {"mean": [4.964488636363637, 4.420454545454546], "std": [1.4809933206398744, 1.9560314118892612], "min": [0, 0], "max": [6, 6], "count": [704]}, "eef_velocity_state": {"mean": [0.4900568181818182, 0.6051136363636364], "std": [0.6395248566132836, 0.6931294223863885], "min": [0, 0], "max": [2, 2], "count": [704]}, "eef_acc_mag_state": {"mean": [0.26988636363636365, 0.3650568181818182], "std": [0.6155208332604879, 0.6796351771681762], "min": [0, 0], "max": [2, 2], "count": [704]}, "eef_direction_action": {"mean": [4.964488636363637, 4.420454545454546], "std": [1.4809933206398744, 1.9560314118892612], "min": [0, 0], "max": [6, 6], "count": [704]}, "eef_velocity_action": {"mean": [0.4900568181818182, 0.6051136363636364], "std": [0.6395248566132836, 0.6931294223863885], "min": [0, 0], "max": [2, 2], "count": [704]}, "eef_acc_mag_action": {"mean": [0.26988636363636365, 0.3650568181818182], "std": [0.6155208332604879, 0.6796351771681762], "min": [0, 0], "max": [2, 2], "count": [704]}, "eef_sim_pose_state": {"mean": [0.6979619105436107, 0.17912153729192484, 1.2055712249970667, -1.9964659443693102, 1.0558161972644795, -2.4579439330697004, 0.6429823279434976, -0.09818003093801603, 1.3055438501784222, 1.6391895089845574, 1.0487286939880442, 2.404794523408597], "std": [0.01637286498191094, 0.04715581001774293, 0.03725712680288532, 0.11489819653223173, 0.04146340931679714, 0.057130459102844366, 0.03460106228735881, 0.08553114650986679, 0.0668600260837577, 0.25516832896962716, 0.11800389673234041, 0.150299820204172], "min": [0.6524629682304213, 0.05207805039845667, 1.149872791744021, -2.1114753135644384, 1.0198792906209753, -2.580765679429428, 0.5962474866857218, -0.1857886064277857, 1.242441401671463, 1.0907119108118803, 0.8745780616623384, 2.2470115700928384], "max": [0.7209324028299937, 0.22581885244077451, 1.298276457683501, -1.725247017669585, 1.220792103720012, -2.306343181825328, 0.6983727655494748, 0.08070584580103793, 1.4607194951768032, 1.8470241193248667, 1.315388663821416, 2.833987832838595], "count": [704]}, "eef_sim_pose_action": {"mean": [0.6979619105436107, 0.17912153729192484, 1.2055712249970667, -1.9964659443693102, 1.0558161972644795, -2.4579439330697004, 0.6429823279434976, -0.09818003093801603, 1.3055438501784222, 1.6391895089845574, 1.0487286939880442, 2.404794523408597], "std": [0.01637286498191094, 0.04715581001774293, 0.03725712680288532, 0.11489819653223173, 0.04146340931679714, 0.057130459102844366, 0.03460106228735881, 0.08553114650986679, 0.0668600260837577, 0.25516832896962716, 0.11800389673234041, 0.150299820204172], "min": [0.6524629682304213, 0.05207805039845667, 1.149872791744021, -2.1114753135644384, 1.0198792906209753, -2.580765679429428, 0.5962474866857218, -0.1857886064277857, 1.242441401671463, 1.0907119108118803, 0.8745780616623384, 2.2470115700928384], "max": [0.7209324028299937, 0.22581885244077451, 1.298276457683501, -1.725247017669585, 1.220792103720012, -2.306343181825328, 0.6983727655494748, 0.08070584580103793, 1.4607194951768032, 1.8470241193248667, 1.315388663821416, 2.833987832838595], "count": [704]}}} +{"episode_index": 74, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46701503125474997]], [[0.45737964783781726]], [[0.45570232106893144]]], "std": [[[0.1880858087718565]], [[0.1932089491715461]], [[0.19253219699991772]]], "count": [172]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5323711762805897]], [[0.5374056503172975]], [[0.5377164510183918]]], "std": [[[0.2777533438759558]], [[0.28557676119900194]], [[0.28842934664577075]]], "count": [172]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.10980392156862745]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6014822719543244]], [[0.6161836382808937]], [[0.6099650652169782]]], "std": [[[0.2908589397006495]], [[0.2888130414307461]], [[0.29510518621094495]]], "count": [172]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4442392591484268]], [[0.4668474181581547]], [[0.45403386129160966]]], "std": [[[0.30169363533189386]], [[0.30197933920227854]], [[0.31236668080820823]]], "count": [172]}, "observation.state": {"mean": [0.4024173319339752, -0.797001302242279, 1.0622308254241943, 0.0494784340262413, -0.19623257219791412, 0.9623600244522095, -0.018881142139434814, -0.7628406882286072, 1.013244867324829, -1.6887893676757812, 0.20840995013713837, 0.7255592346191406, 0.613297700881958, 0.9055994153022766, -0.03462042286992073, 0.0004492054576985538, 0.11663678288459778, 0.06021488830447197, 0.13178220391273499, 0.05485371872782707, 0.16825543344020844, 0.055043499916791916, 0.20233860611915588, 0.11710047721862793, 0.47018349170684814, 0.886337399482727, 0.01589983142912388, -0.07035097479820251, 0.19884048402309418, 0.16046908497810364, 0.2749566435813904, 0.04841258004307747, 0.33886003494262695, 0.2072901576757431, 0.2908262610435486, 0.20723073184490204], "std": [0.20981959998607635, 0.09398206323385239, 0.0496850311756134, 0.18695122003555298, 0.1558598130941391, 0.13288487493991852, 0.18864820897579193, 0.4181928038597107, 0.40225115418434143, 0.10069210827350616, 0.3595641851425171, 0.09046372771263123, 0.3205982446670532, 0.07430960983037949, 0.01926445960998535, 0.0018519415752962232, 0.20292116701602936, 0.15920694172382355, 0.21950538456439972, 0.14631512761116028, 0.2693401575088501, 0.1454780101776123, 0.2711337208747864, 0.1972220540046692, 0.47229596972465515, 0.10256405919790268, 0.006197887472808361, 0.013882006518542767, 0.22014273703098297, 0.27153289318084717, 0.3151789605617523, 0.07080290466547012, 0.4168332517147064, 0.389887273311615, 0.331430584192276, 0.3477780520915985], "min": [0.005591001361608505, -1.0644598007202148, 0.9119054079055786, -0.1339336782693863, -0.5304179191589355, 0.23722216486930847, -0.15313859283924103, -1.4770017862319946, 0.6725890636444092, -1.9928163290023804, -0.05954594910144806, 0.4718971848487854, 0.018816830590367317, 0.798657238483429, -0.04786565154790878, -0.005623232573270798, 0.014813481830060482, -0.01849503628909588, 0.009577494114637375, -0.009446593932807446, 0.014606224372982979, -0.009424776770174503, 0.017006052657961845, -0.0019962203223258257, 0.02249293029308319, 0.6736098527908325, 0.00402516545727849, -0.09960921108722687, -0.009533860720694065, 0.003054326167330146, 0.012173671275377274, -0.000905389548279345, 0.01610066182911396, 0.003708824748173356, 0.02609267272055149, 0.012424563057720661], "max": [0.8775845170021057, -0.6121490597724915, 1.1382038593292236, 1.0203160047531128, 0.020814258605241776, 1.0315217971801758, 0.3690418303012848, -0.37975889444351196, 1.770642638206482, -1.6251335144042969, 1.0021958351135254, 0.9759575128555298, 1.3285282850265503, 1.0950959920883179, 0.056701384484767914, 0.0028688847087323666, 0.9249917268753052, 0.9822822213172913, 1.0651471614837646, 0.6169138550758362, 0.9907252192497253, 0.8624708652496338, 0.9228047132492065, 0.7650977969169617, 1.1194161176681519, 1.018846869468689, 0.052207160741090775, -0.06170284003019333, 0.6005132794380188, 0.6932284235954285, 0.8561330437660217, 0.3164336681365967, 1.1404471397399902, 1.0486483573913574, 1.0078457593917847, 1.0028553009033203], "count": [960]}, "action": {"mean": [0.4024173319339752, -0.797001302242279, 1.0622308254241943, 0.0494784340262413, -0.19623257219791412, 0.9623600244522095, -0.018881142139434814, -0.7628406882286072, 1.013244867324829, -1.6887893676757812, 0.20840995013713837, 0.7255592346191406, 0.613297700881958, 0.9055994153022766, -0.03462042286992073, 0.0004492054576985538, 0.11663678288459778, 0.06021488830447197, 0.13178220391273499, 0.05485371872782707, 0.16825543344020844, 0.055043499916791916, 0.20233860611915588, 0.11710047721862793, 0.47018349170684814, 0.886337399482727, 0.01589983142912388, -0.07035097479820251, 0.19884048402309418, 0.16046908497810364, 0.2749566435813904, 0.04841258004307747, 0.33886003494262695, 0.2072901576757431, 0.2908262610435486, 0.20723073184490204], "std": [0.20981959998607635, 0.09398206323385239, 0.0496850311756134, 0.18695122003555298, 0.1558598130941391, 0.13288487493991852, 0.18864820897579193, 0.4181928038597107, 0.40225115418434143, 0.10069210827350616, 0.3595641851425171, 0.09046372771263123, 0.3205982446670532, 0.07430960983037949, 0.01926445960998535, 0.0018519415752962232, 0.20292116701602936, 0.15920694172382355, 0.21950538456439972, 0.14631512761116028, 0.2693401575088501, 0.1454780101776123, 0.2711337208747864, 0.1972220540046692, 0.47229596972465515, 0.10256405919790268, 0.006197887472808361, 0.013882006518542767, 0.22014273703098297, 0.27153289318084717, 0.3151789605617523, 0.07080290466547012, 0.4168332517147064, 0.389887273311615, 0.331430584192276, 0.3477780520915985], "min": [0.005591001361608505, -1.0644598007202148, 0.9119054079055786, -0.1339336782693863, -0.5304179191589355, 0.23722216486930847, -0.15313859283924103, -1.4770017862319946, 0.6725890636444092, -1.9928163290023804, -0.05954594910144806, 0.4718971848487854, 0.018816830590367317, 0.798657238483429, -0.04786565154790878, -0.005623232573270798, 0.014813481830060482, -0.01849503628909588, 0.009577494114637375, -0.009446593932807446, 0.014606224372982979, -0.009424776770174503, 0.017006052657961845, -0.0019962203223258257, 0.02249293029308319, 0.6736098527908325, 0.00402516545727849, -0.09960921108722687, -0.009533860720694065, 0.003054326167330146, 0.012173671275377274, -0.000905389548279345, 0.01610066182911396, 0.003708824748173356, 0.02609267272055149, 0.012424563057720661], "max": [0.8775845170021057, -0.6121490597724915, 1.1382038593292236, 1.0203160047531128, 0.020814258605241776, 1.0315217971801758, 0.3690418303012848, -0.37975889444351196, 1.770642638206482, -1.6251335144042969, 1.0021958351135254, 0.9759575128555298, 1.3285282850265503, 1.0950959920883179, 0.056701384484767914, 0.0028688847087323666, 0.9249917268753052, 0.9822822213172913, 1.0651471614837646, 0.6169138550758362, 0.9907252192497253, 0.8624708652496338, 0.9228047132492065, 0.7650977969169617, 1.1194161176681519, 1.018846869468689, 0.052207160741090775, -0.06170284003019333, 0.6005132794380188, 0.6932284235954285, 0.8561330437660217, 0.3164336681365967, 1.1404471397399902, 1.0486483573913574, 1.0078457593917847, 1.0028553009033203], "count": [960]}, "timestamp": {"min": [0.0], "max": [31.966666666666665], "mean": [15.983333333333333], "std": [9.237599295311567], "count": [960]}, "frame_index": {"min": [0], "max": [959], "mean": [479.5], "std": [277.12797885934697], "count": [960]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [960]}, "index": {"min": [50082], "max": [51041], "mean": [50561.5], "std": [277.12797885934697], "count": [960]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [960]}, "subtask_annotation": {"mean": [2.6979166666666665, 5.0, 5.0, 5.0, 5.0], "std": [1.311962522224713, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [960]}, "scene_annotation": {"mean": [74.0], "std": [0.0], "min": [74], "max": [74], "count": [960]}, "eef_direction_state": {"mean": [4.953125, 4.7625], "std": [1.5535210762570941, 1.8584968164262936], "min": [0, 0], "max": [6, 6], "count": [960]}, "eef_velocity_state": {"mean": [0.48333333333333334, 0.4708333333333333], "std": [0.6404208685613536, 0.677912953278089], "min": [0, 0], "max": [2, 2], "count": [960]}, "eef_acc_mag_state": {"mean": [0.303125, 0.31354166666666666], "std": [0.6509533273399941, 0.6587740811010658], "min": [0, 0], "max": [2, 2], "count": [960]}, "eef_direction_action": {"mean": [4.953125, 4.7625], "std": [1.5535210762570941, 1.8584968164262936], "min": [0, 0], "max": [6, 6], "count": [960]}, "eef_velocity_action": {"mean": [0.48333333333333334, 0.4708333333333333], "std": [0.6404208685613536, 0.677912953278089], "min": [0, 0], "max": [2, 2], "count": [960]}, "eef_acc_mag_action": {"mean": [0.303125, 0.31354166666666666], "std": [0.6509533273399941, 0.6587740811010658], "min": [0, 0], "max": [2, 2], "count": [960]}, "eef_sim_pose_state": {"mean": [0.6821035301226746, 0.18468775594882336, 1.200416163643509, -1.9875771469163979, 1.0815372616179084, -2.469653863785432, 0.6374465974935611, -0.12396569852512127, 1.306322610692361, 1.662790783591389, 0.990847295179294, 2.3740130998705036], "std": [0.017993573746534864, 0.05519935400643946, 0.04076733729823825, 0.15625093111508798, 0.03971007403779586, 0.07918210638912343, 0.04401415756741172, 0.09447065479979823, 0.07151979296996698, 0.2029288569260116, 0.11486526481204018, 0.1857149130877978], "min": [0.6466891873197763, 0.020148453593579446, 1.1284634498197972, -2.3310753445248573, 1.0194614236784507, -2.6564435957245, 0.5958348580171975, -0.2086505639232806, 1.2374780710382622, 1.1897108475405873, 0.9065186481459864, 2.2070466861247544], "max": [0.7076452154283297, 0.2781956089678639, 1.3038286261794794, -1.614850157313568, 1.2689878915682984, -2.2626501370887526, 0.7201797644500505, 0.05534356268047136, 1.4567383705500676, 1.832035145321643, 1.2653781636567532, 2.906913549165816], "count": [960]}, "eef_sim_pose_action": {"mean": [0.6821035301226746, 0.18468775594882336, 1.200416163643509, -1.9875771469163979, 1.0815372616179084, -2.469653863785432, 0.6374465974935611, -0.12396569852512127, 1.306322610692361, 1.662790783591389, 0.990847295179294, 2.3740130998705036], "std": [0.017993573746534864, 0.05519935400643946, 0.04076733729823825, 0.15625093111508798, 0.03971007403779586, 0.07918210638912343, 0.04401415756741172, 0.09447065479979823, 0.07151979296996698, 0.2029288569260116, 0.11486526481204018, 0.1857149130877978], "min": [0.6466891873197763, 0.020148453593579446, 1.1284634498197972, -2.3310753445248573, 1.0194614236784507, -2.6564435957245, 0.5958348580171975, -0.2086505639232806, 1.2374780710382622, 1.1897108475405873, 0.9065186481459864, 2.2070466861247544], "max": [0.7076452154283297, 0.2781956089678639, 1.3038286261794794, -1.614850157313568, 1.2689878915682984, -2.2626501370887526, 0.7201797644500505, 0.05534356268047136, 1.4567383705500676, 1.832035145321643, 1.2653781636567532, 2.906913549165816], "count": [960]}}} +{"episode_index": 75, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4717216914859378]], [[0.46067826085611013]], [[0.4601206984056249]]], "std": [[[0.1873751681789088]], [[0.1936483010927099]], [[0.19261258434711473]]], "count": [132]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.1450980392156863]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5372423391389384]], [[0.5458771771019014]], [[0.5444519335511983]]], "std": [[[0.2774270715537419]], [[0.28513845081879335]], [[0.28866644746081327]]], "count": [132]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.10588235294117647]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5996499136586453]], [[0.6167662717864925]], [[0.6115061444716776]]], "std": [[[0.28405308955123715]], [[0.2829829162843307]], [[0.29412704185397187]]], "count": [132]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4518499083977025]], [[0.48961900252525253]], [[0.4745806347791642]]], "std": [[[0.30688474762684126]], [[0.30230349363419295]], [[0.3165405691866323]]], "count": [132]}, "observation.state": {"mean": [0.28884971141815186, -0.8867617845535278, 1.0980207920074463, 0.0649527981877327, -0.12489785254001617, 0.9743251800537109, -0.034043602645397186, -0.7468093037605286, 1.0505434274673462, -2.1662864685058594, 0.28652846813201904, 1.0386592149734497, 0.6331045627593994, 0.9278566241264343, -0.030881738290190697, 0.0039462256245315075, 0.12937834858894348, 0.04621092975139618, 0.1854790449142456, 0.0933852270245552, 0.2872353196144104, 0.1350281685590744, 0.2339848428964615, 0.22919303178787231, 0.47091588377952576, 0.9012007713317871, 0.015572167001664639, -0.07140481472015381, 0.14274275302886963, 0.18240779638290405, 0.2175261676311493, 0.09335368126630783, 0.3111827075481415, 0.15392234921455383, 0.2603362500667572, 0.1939125806093216], "std": [0.13452421128749847, 0.07923544198274612, 0.06564345955848694, 0.20704519748687744, 0.11287803947925568, 0.14963409304618835, 0.19800645112991333, 0.4057958126068115, 0.3592735528945923, 0.17150720953941345, 0.26636257767677307, 0.189174085855484, 0.3431018888950348, 0.06735074520111084, 0.020119627937674522, 0.003206857480108738, 0.18657536804676056, 0.09058239310979843, 0.18620145320892334, 0.18859414756298065, 0.34069740772247314, 0.2991362512111664, 0.21406975388526917, 0.3987143933773041, 0.4815404415130615, 0.10394633561372757, 0.007576799485832453, 0.01153473649173975, 0.21175850927829742, 0.30804723501205444, 0.28480660915374756, 0.18774667382240295, 0.43038520216941833, 0.3182928264141083, 0.3274560570716858, 0.3198018968105316], "min": [-0.008547436445951462, -1.074247121810913, 0.8567821979522705, -0.07227054238319397, -0.3726062476634979, 0.2900525629520416, -0.17910276353359222, -1.4120317697525024, 0.7195940017700195, -2.2787442207336426, 0.08995670080184937, 0.5801527500152588, 0.028677942231297493, 0.8385270237922668, -0.044953133910894394, -0.0017398750642314553, 0.015904312953352928, -0.016089754179120064, 0.012675453908741474, -0.0064140851609408855, 0.01785689778625965, -0.0041833361610770226, 0.018735017627477646, 0.015227997675538063, 0.021903881803154945, 0.6561074256896973, 0.002759801922366023, -0.09600401669740677, -0.020922133699059486, 0.0011780973291024566, 0.011006482876837254, -0.006010477431118488, 0.01577886752784252, 0.00402516545727849, 0.02684534527361393, 0.008104872889816761], "max": [0.5078393220901489, -0.651798665523529, 1.1575636863708496, 1.0182654857635498, 0.04559824988245964, 1.0800292491912842, 0.4339284300804138, -0.3678377866744995, 1.6507638692855835, -1.5761933326721191, 0.8625877499580383, 1.1546430587768555, 1.077353596687317, 1.0919543504714966, 0.02617993950843811, 0.007417649496346712, 0.5243186950683594, 0.25457262992858887, 0.5716553926467896, 0.5448645353317261, 1.1217721700668335, 1.1682742834091187, 0.7017914056777954, 1.161778450012207, 1.0698213577270508, 1.026379108428955, 0.06311547011137009, -0.06397722661495209, 0.5721461772918701, 0.8618053793907166, 0.7869580388069153, 0.6052692532539368, 1.2164344787597656, 1.1135528087615967, 0.9550442099571228, 0.8698720932006836], "count": [674]}, "action": {"mean": [0.28884971141815186, -0.8867617845535278, 1.0980207920074463, 0.0649527981877327, -0.12489785254001617, 0.9743251800537109, -0.034043602645397186, -0.7468093037605286, 1.0505434274673462, -2.1662864685058594, 0.28652846813201904, 1.0386592149734497, 0.6331045627593994, 0.9278566241264343, -0.030881738290190697, 0.0039462256245315075, 0.12937834858894348, 0.04621092975139618, 0.1854790449142456, 0.0933852270245552, 0.2872353196144104, 0.1350281685590744, 0.2339848428964615, 0.22919303178787231, 0.47091588377952576, 0.9012007713317871, 0.015572167001664639, -0.07140481472015381, 0.14274275302886963, 0.18240779638290405, 0.2175261676311493, 0.09335368126630783, 0.3111827075481415, 0.15392234921455383, 0.2603362500667572, 0.1939125806093216], "std": [0.13452421128749847, 0.07923544198274612, 0.06564345955848694, 0.20704519748687744, 0.11287803947925568, 0.14963409304618835, 0.19800645112991333, 0.4057958126068115, 0.3592735528945923, 0.17150720953941345, 0.26636257767677307, 0.189174085855484, 0.3431018888950348, 0.06735074520111084, 0.020119627937674522, 0.003206857480108738, 0.18657536804676056, 0.09058239310979843, 0.18620145320892334, 0.18859414756298065, 0.34069740772247314, 0.2991362512111664, 0.21406975388526917, 0.3987143933773041, 0.4815404415130615, 0.10394633561372757, 0.007576799485832453, 0.01153473649173975, 0.21175850927829742, 0.30804723501205444, 0.28480660915374756, 0.18774667382240295, 0.43038520216941833, 0.3182928264141083, 0.3274560570716858, 0.3198018968105316], "min": [-0.008547436445951462, -1.074247121810913, 0.8567821979522705, -0.07227054238319397, -0.3726062476634979, 0.2900525629520416, -0.17910276353359222, -1.4120317697525024, 0.7195940017700195, -2.2787442207336426, 0.08995670080184937, 0.5801527500152588, 0.028677942231297493, 0.8385270237922668, -0.044953133910894394, -0.0017398750642314553, 0.015904312953352928, -0.016089754179120064, 0.012675453908741474, -0.0064140851609408855, 0.01785689778625965, -0.0041833361610770226, 0.018735017627477646, 0.015227997675538063, 0.021903881803154945, 0.6561074256896973, 0.002759801922366023, -0.09600401669740677, -0.020922133699059486, 0.0011780973291024566, 0.011006482876837254, -0.006010477431118488, 0.01577886752784252, 0.00402516545727849, 0.02684534527361393, 0.008104872889816761], "max": [0.5078393220901489, -0.651798665523529, 1.1575636863708496, 1.0182654857635498, 0.04559824988245964, 1.0800292491912842, 0.4339284300804138, -0.3678377866744995, 1.6507638692855835, -1.5761933326721191, 0.8625877499580383, 1.1546430587768555, 1.077353596687317, 1.0919543504714966, 0.02617993950843811, 0.007417649496346712, 0.5243186950683594, 0.25457262992858887, 0.5716553926467896, 0.5448645353317261, 1.1217721700668335, 1.1682742834091187, 0.7017914056777954, 1.161778450012207, 1.0698213577270508, 1.026379108428955, 0.06311547011137009, -0.06397722661495209, 0.5721461772918701, 0.8618053793907166, 0.7869580388069153, 0.6052692532539368, 1.2164344787597656, 1.1135528087615967, 0.9550442099571228, 0.8698720932006836], "count": [674]}, "timestamp": {"min": [0.0], "max": [22.433333333333334], "mean": [11.216666666666667], "std": [6.485560885536423], "count": [674]}, "frame_index": {"min": [0], "max": [673], "mean": [336.5], "std": [194.56682656609271], "count": [674]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [674]}, "index": {"min": [51042], "max": [51715], "mean": [51378.5], "std": [194.56682656609271], "count": [674]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [674]}, "subtask_annotation": {"mean": [2.413946587537092, 5.0, 5.0, 5.0, 5.0], "std": [1.401307624849617, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [674]}, "scene_annotation": {"mean": [75.0], "std": [0.0], "min": [75], "max": [75], "count": [674]}, "eef_direction_state": {"mean": [5.017804154302671, 4.8056379821958455], "std": [1.553108470166037, 1.7573662582623504], "min": [0, 0], "max": [6, 6], "count": [674]}, "eef_velocity_state": {"mean": [0.47477744807121663, 0.526706231454006], "std": [0.6627780941632593, 0.724742139586849], "min": [0, 0], "max": [2, 2], "count": [674]}, "eef_acc_mag_state": {"mean": [0.31008902077151335, 0.26409495548961426], "std": [0.640140232525537, 0.5954714088002783], "min": [0, 0], "max": [2, 2], "count": [674]}, "eef_direction_action": {"mean": [5.017804154302671, 4.8056379821958455], "std": [1.553108470166037, 1.7573662582623504], "min": [0, 0], "max": [6, 6], "count": [674]}, "eef_velocity_action": {"mean": [0.47477744807121663, 0.526706231454006], "std": [0.6627780941632593, 0.724742139586849], "min": [0, 0], "max": [2, 2], "count": [674]}, "eef_acc_mag_action": {"mean": [0.31008902077151335, 0.26409495548961426], "std": [0.640140232525537, 0.5954714088002783], "min": [0, 0], "max": [2, 2], "count": [674]}, "eef_sim_pose_state": {"mean": [0.6962451548940164, 0.14527367606004624, 1.2158968625106492, -1.9156443867670976, 1.0721046191567367, -2.4565985002420794, 0.6428098861486943, -0.1393079398621817, 1.285491224489052, 1.9223883731356424, 1.1137710417912399, 2.6195915522349082], "std": [0.01717888149534642, 0.037811968305696594, 0.036897009166117135, 0.12038504692322526, 0.06662569185765656, 0.08596391318774008, 0.05175059203398845, 0.09504874390351119, 0.07245630236345055, 0.2964113294413408, 0.0861366835369036, 0.12359209203906445], "min": [0.6466728868380691, 0.028855408190784054, 1.1586713624742766, -2.0659412802210224, 0.9410626083657712, -2.685983131222787, 0.5925666181410938, -0.22928546011743353, 1.237632129513011, 1.1772319588785851, 0.7129938017687265, 2.249120235725737], "max": [0.7180193058014327, 0.1767450388008599, 1.3046949328687665, -1.6064325242737703, 1.3122126867933592, -2.254104026004523, 0.7227610272816325, 0.04818070727661264, 1.461877462448864, 2.1934742954588087, 1.2899676781716023, 2.9927922300714447], "count": [674]}, "eef_sim_pose_action": {"mean": [0.6962451548940164, 0.14527367606004624, 1.2158968625106492, -1.9156443867670976, 1.0721046191567367, -2.4565985002420794, 0.6428098861486943, -0.1393079398621817, 1.285491224489052, 1.9223883731356424, 1.1137710417912399, 2.6195915522349082], "std": [0.01717888149534642, 0.037811968305696594, 0.036897009166117135, 0.12038504692322526, 0.06662569185765656, 0.08596391318774008, 0.05175059203398845, 0.09504874390351119, 0.07245630236345055, 0.2964113294413408, 0.0861366835369036, 0.12359209203906445], "min": [0.6466728868380691, 0.028855408190784054, 1.1586713624742766, -2.0659412802210224, 0.9410626083657712, -2.685983131222787, 0.5925666181410938, -0.22928546011743353, 1.237632129513011, 1.1772319588785851, 0.7129938017687265, 2.249120235725737], "max": [0.7180193058014327, 0.1767450388008599, 1.3046949328687665, -1.6064325242737703, 1.3122126867933592, -2.254104026004523, 0.7227610272816325, 0.04818070727661264, 1.461877462448864, 2.1934742954588087, 1.2899676781716023, 2.9927922300714447], "count": [674]}}} +{"episode_index": 76, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46879637639369476]], [[0.4603177503844675]], [[0.45996054101787776]]], "std": [[[0.1932063036462292]], [[0.1980189605338522]], [[0.19680398844843672]]], "count": [136]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5476425353229527]], [[0.5540581161692618]], [[0.5531727760957323]]], "std": [[[0.27679234814983994]], [[0.2834021272334416]], [[0.28682460993860776]]], "count": [136]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6037400188629374]], [[0.6166442008482315]], [[0.6055368518118031]]], "std": [[[0.2805262246968957]], [[0.27736768506360676]], [[0.28533837566083375]]], "count": [136]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4126703311226451]], [[0.43378316032295267]], [[0.4235948463331411]]], "std": [[[0.30446938616572033]], [[0.307326282564624]], [[0.3148154731832064]]], "count": [136]}, "observation.state": {"mean": [0.25660282373428345, -0.8500695824623108, 1.088950753211975, 0.1105092465877533, -0.07504107803106308, 0.9512101411819458, -0.01911799982190132, -0.8764041662216187, 1.2480863332748413, -1.696987271308899, 0.5699440836906433, 0.7920261025428772, 0.5544833540916443, 0.9612849950790405, -0.03180033713579178, 0.001494950265623629, 0.11480945348739624, 0.0342349037528038, 0.13788606226444244, 0.08290334045886993, 0.24671761691570282, 0.10295413434505463, 0.20342259109020233, 0.21021601557731628, 0.4739384353160858, 0.8842811584472656, 0.014199914410710335, -0.07192263007164001, 0.18478921055793762, 0.18074843287467957, 0.2632999122142792, 0.08657747507095337, 0.32209548354148865, 0.22033222019672394, 0.3580465316772461, 0.07273281365633011], "std": [0.12616728246212006, 0.08493468910455704, 0.06102751940488815, 0.26663804054260254, 0.09846784174442291, 0.22396713495254517, 0.13106754422187805, 0.3522348403930664, 0.35113033652305603, 0.19802163541316986, 0.30465301871299744, 0.23315924406051636, 0.3219977021217346, 0.04961749166250229, 0.021435877308249474, 0.0035296394489705563, 0.1794651746749878, 0.061828888952732086, 0.19293929636478424, 0.18270936608314514, 0.39131855964660645, 0.23473863303661346, 0.25094279646873474, 0.3497275710105896, 0.4534030556678772, 0.06939775496721268, 0.005657564383000135, 0.012856030836701393, 0.19946447014808655, 0.2965102791786194, 0.293561726808548, 0.12475428730249405, 0.40342292189598083, 0.39156660437583923, 0.45805129408836365, 0.0892464891076088], "min": [-0.019777122884988785, -1.0633511543273926, 0.8908407688140869, 0.006614362355321646, -0.32139313220977783, -0.08101586997509003, -0.11692225188016891, -1.5026559829711914, 0.9290837049484253, -2.002424716949463, 0.24502649903297424, 0.390228271484375, 0.019509509205818176, 0.8388052582740784, -0.0455094613134861, -0.004816018044948578, 0.014693491160869598, -0.00186532037332654, 0.012517283670604229, -0.015937037765979767, 0.0185768473893404, -0.002541635651141405, 0.02278745360672474, 0.01673334464430809, 0.019291341304779053, 0.7434284687042236, 0.005306892096996307, -0.09628763794898987, -0.021063944324851036, 0.0027488935738801956, 0.013155418448150158, 0.004597852006554604, 0.011399181559681892, 0.0009490227675996721, 0.024620050564408302, 0.006757696159183979], "max": [0.49635928869247437, -0.6401040554046631, 1.1525330543518066, 1.3526884317398071, 0.06187056750059128, 1.0660001039505005, 0.2692263722419739, -0.5373083353042603, 1.9503891468048096, -0.9579020738601685, 1.2554718255996704, 1.1597809791564941, 1.0160161256790161, 1.0685505867004395, 0.02672535367310047, 0.008055785670876503, 0.4916155934333801, 0.17404204607009888, 0.5401957631111145, 0.4968952238559723, 1.2159926891326904, 1.1017390489578247, 0.7677049040794373, 1.0481411218643188, 1.051828145980835, 0.9932755827903748, 0.05910121276974678, -0.06311001628637314, 0.5350306630134583, 0.7367034554481506, 0.785747230052948, 0.327980101108551, 1.0755974054336548, 1.0222338438034058, 1.2227613925933838, 0.5140973925590515], "count": [702]}, "action": {"mean": [0.25660282373428345, -0.8500695824623108, 1.088950753211975, 0.1105092465877533, -0.07504107803106308, 0.9512101411819458, -0.01911799982190132, -0.8764041662216187, 1.2480863332748413, -1.696987271308899, 0.5699440836906433, 0.7920261025428772, 0.5544833540916443, 0.9612849950790405, -0.03180033713579178, 0.001494950265623629, 0.11480945348739624, 0.0342349037528038, 0.13788606226444244, 0.08290334045886993, 0.24671761691570282, 0.10295413434505463, 0.20342259109020233, 0.21021601557731628, 0.4739384353160858, 0.8842811584472656, 0.014199914410710335, -0.07192263007164001, 0.18478921055793762, 0.18074843287467957, 0.2632999122142792, 0.08657747507095337, 0.32209548354148865, 0.22033222019672394, 0.3580465316772461, 0.07273281365633011], "std": [0.12616728246212006, 0.08493468910455704, 0.06102751940488815, 0.26663804054260254, 0.09846784174442291, 0.22396713495254517, 0.13106754422187805, 0.3522348403930664, 0.35113033652305603, 0.19802163541316986, 0.30465301871299744, 0.23315924406051636, 0.3219977021217346, 0.04961749166250229, 0.021435877308249474, 0.0035296394489705563, 0.1794651746749878, 0.061828888952732086, 0.19293929636478424, 0.18270936608314514, 0.39131855964660645, 0.23473863303661346, 0.25094279646873474, 0.3497275710105896, 0.4534030556678772, 0.06939775496721268, 0.005657564383000135, 0.012856030836701393, 0.19946447014808655, 0.2965102791786194, 0.293561726808548, 0.12475428730249405, 0.40342292189598083, 0.39156660437583923, 0.45805129408836365, 0.0892464891076088], "min": [-0.019777122884988785, -1.0633511543273926, 0.8908407688140869, 0.006614362355321646, -0.32139313220977783, -0.08101586997509003, -0.11692225188016891, -1.5026559829711914, 0.9290837049484253, -2.002424716949463, 0.24502649903297424, 0.390228271484375, 0.019509509205818176, 0.8388052582740784, -0.0455094613134861, -0.004816018044948578, 0.014693491160869598, -0.00186532037332654, 0.012517283670604229, -0.015937037765979767, 0.0185768473893404, -0.002541635651141405, 0.02278745360672474, 0.01673334464430809, 0.019291341304779053, 0.7434284687042236, 0.005306892096996307, -0.09628763794898987, -0.021063944324851036, 0.0027488935738801956, 0.013155418448150158, 0.004597852006554604, 0.011399181559681892, 0.0009490227675996721, 0.024620050564408302, 0.006757696159183979], "max": [0.49635928869247437, -0.6401040554046631, 1.1525330543518066, 1.3526884317398071, 0.06187056750059128, 1.0660001039505005, 0.2692263722419739, -0.5373083353042603, 1.9503891468048096, -0.9579020738601685, 1.2554718255996704, 1.1597809791564941, 1.0160161256790161, 1.0685505867004395, 0.02672535367310047, 0.008055785670876503, 0.4916155934333801, 0.17404204607009888, 0.5401957631111145, 0.4968952238559723, 1.2159926891326904, 1.1017390489578247, 0.7677049040794373, 1.0481411218643188, 1.051828145980835, 0.9932755827903748, 0.05910121276974678, -0.06311001628637314, 0.5350306630134583, 0.7367034554481506, 0.785747230052948, 0.327980101108551, 1.0755974054336548, 1.0222338438034058, 1.2227613925933838, 0.5140973925590515], "count": [702]}, "timestamp": {"min": [0.0], "max": [23.366666666666667], "mean": [11.683333333333332], "std": [6.754991295879471], "count": [702]}, "frame_index": {"min": [0], "max": [701], "mean": [350.5], "std": [202.6497388763841], "count": [702]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [702]}, "index": {"min": [51716], "max": [52417], "mean": [52066.5], "std": [202.6497388763841], "count": [702]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [702]}, "subtask_annotation": {"mean": [2.2207977207977208, 5.0, 5.0, 5.0, 5.0], "std": [1.3861218693087625, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [702]}, "scene_annotation": {"mean": [76.0], "std": [0.0], "min": [76], "max": [76], "count": [702]}, "eef_direction_state": {"mean": [5.156695156695156, 4.574074074074074], "std": [1.3643630432946179, 1.9697311153753247], "min": [0, 0], "max": [6, 6], "count": [702]}, "eef_velocity_state": {"mean": [0.4672364672364672, 0.5712250712250713], "std": [0.675946565120392, 0.714061799976901], "min": [0, 0], "max": [2, 2], "count": [702]}, "eef_acc_mag_state": {"mean": [0.26495726495726496, 0.36752136752136755], "std": [0.6094202895718235, 0.6847748888531381], "min": [0, 0], "max": [2, 2], "count": [702]}, "eef_direction_action": {"mean": [5.156695156695156, 4.574074074074074], "std": [1.3643630432946179, 1.9697311153753247], "min": [0, 0], "max": [6, 6], "count": [702]}, "eef_velocity_action": {"mean": [0.4672364672364672, 0.5712250712250713], "std": [0.675946565120392, 0.714061799976901], "min": [0, 0], "max": [2, 2], "count": [702]}, "eef_acc_mag_action": {"mean": [0.26495726495726496, 0.36752136752136755], "std": [0.6094202895718235, 0.6847748888531381], "min": [0, 0], "max": [2, 2], "count": [702]}, "eef_sim_pose_state": {"mean": [0.6953530381639761, 0.1608072772228155, 1.2208276256188053, -1.9657418449248858, 1.0850109031380222, -2.4774678616725763, 0.6454846521929728, -0.10988588740892663, 1.3011057151640255, 1.634759131812832, 0.9066670696376393, 2.5814682277717247], "std": [0.018432464983561044, 0.046513489161946316, 0.03631052833114555, 0.14790995966271597, 0.05384762604155712, 0.10675516621912708, 0.045022910937188056, 0.06937604196013752, 0.06600786370698579, 0.2748653389755272, 0.14280909744661185, 0.13132300180588105], "min": [0.6483244674898245, 0.028396838493397775, 1.1564823040060959, -2.1208217743633027, 0.9672379835972018, -2.712488147642073, 0.5969311800611773, -0.18695735185867804, 1.2301513294186577, 1.036513876567894, 0.611876734875592, 2.226516655285547], "max": [0.7170506711646183, 0.20124813911499684, 1.3093009985552968, -1.5721552630508535, 1.2820406018100203, -2.1582508640525977, 0.7138002348873176, 0.037456862287250314, 1.4436069191581482, 1.8982138673652895, 1.2378691412699174, 2.9644355540719842], "count": [702]}, "eef_sim_pose_action": {"mean": [0.6953530381639761, 0.1608072772228155, 1.2208276256188053, -1.9657418449248858, 1.0850109031380222, -2.4774678616725763, 0.6454846521929728, -0.10988588740892663, 1.3011057151640255, 1.634759131812832, 0.9066670696376393, 2.5814682277717247], "std": [0.018432464983561044, 0.046513489161946316, 0.03631052833114555, 0.14790995966271597, 0.05384762604155712, 0.10675516621912708, 0.045022910937188056, 0.06937604196013752, 0.06600786370698579, 0.2748653389755272, 0.14280909744661185, 0.13132300180588105], "min": [0.6483244674898245, 0.028396838493397775, 1.1564823040060959, -2.1208217743633027, 0.9672379835972018, -2.712488147642073, 0.5969311800611773, -0.18695735185867804, 1.2301513294186577, 1.036513876567894, 0.611876734875592, 2.226516655285547], "max": [0.7170506711646183, 0.20124813911499684, 1.3093009985552968, -1.5721552630508535, 1.2820406018100203, -2.1582508640525977, 0.7138002348873176, 0.037456862287250314, 1.4436069191581482, 1.8982138673652895, 1.2378691412699174, 2.9644355540719842], "count": [702]}}} +{"episode_index": 77, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4625761801016703]], [[0.4559448514282256]], [[0.455504904986686]]], "std": [[[0.18292418780356726]], [[0.1866996877150907]], [[0.1858881338705901]]], "count": [135]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.14901960784313725]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5860889191479061]], [[0.5873292302106028]], [[0.5896350596102639]]], "std": [[[0.2798175562916082]], [[0.29087935042796464]], [[0.29385121552056864]]], "count": [135]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.583629001755023]], [[0.5966386891793755]], [[0.5905116542604696]]], "std": [[[0.2826158070495665]], [[0.2840318573699495]], [[0.2933184544287693]]], "count": [135]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4273928361776809]], [[0.4612430313483418]], [[0.45045782649479543]]], "std": [[[0.30490851675501185]], [[0.3006131182544264]], [[0.31226408712992104]]], "count": [135]}, "observation.state": {"mean": [0.08297108113765717, -0.8450511693954468, 1.079054355621338, 0.7223776578903198, 0.05423043295741081, 0.38651594519615173, -0.06525415927171707, -0.8751391172409058, 1.0591338872909546, -0.4512566924095154, 0.28672078251838684, -0.6048977375030518, 0.7906230092048645, 0.9738914370536804, -0.03349876403808594, 0.003925589844584465, 0.22469574213027954, 0.08652816712856293, 0.29435181617736816, 0.08239965885877609, 0.3384823203086853, 0.13968096673488617, 0.36751312017440796, 0.2136550098657608, 0.5512304306030273, 0.9056991934776306, 0.012928345240652561, -0.07038118690252304, 0.2591194212436676, 0.05799027532339096, 0.2925424575805664, 0.1229037493467331, 0.43960294127464294, 0.0057033332996070385, 0.34029120206832886, 0.2219673991203308], "std": [0.1395474523305893, 0.10875198990106583, 0.05798101797699928, 0.3648269474506378, 0.15611743927001953, 0.33092403411865234, 0.20297805964946747, 0.3541688323020935, 0.37723931670188904, 0.6044955253601074, 0.2576204836368561, 0.583170473575592, 0.24560171365737915, 0.033151738345623016, 0.019622277468442917, 0.003649454563856125, 0.19011427462100983, 0.15943343937397003, 0.18227796256542206, 0.16579224169254303, 0.22647161781787872, 0.26293686032295227, 0.18854820728302002, 0.36404311656951904, 0.48235273361206055, 0.0566139854490757, 0.007243875879794359, 0.010306956246495247, 0.2538563311100006, 0.0701989158987999, 0.28208374977111816, 0.18608102202415466, 0.48843878507614136, 0.010452745482325554, 0.32908761501312256, 0.30104848742485046], "min": [-0.11120012402534485, -1.1030842065811157, 0.9149810075759888, 0.568183958530426, -0.33553603291511536, -0.8907573223114014, -0.25549325346946716, -1.3999794721603394, 0.6746395230293274, -1.6665712594985962, -0.00922694057226181, -1.0993648767471313, 0.030194196850061417, 0.8555549383163452, -0.046294860541820526, -0.0031961342319846153, 0.016493361443281174, -0.0014944382710382342, 0.01484620664268732, -0.00975202675908804, 0.01583886332809925, -0.0011726429220288992, 0.1039998009800911, 0.009904743172228336, 0.011835514567792416, 0.816835880279541, 0.00040360738057643175, -0.08831366151571274, 0.00030543256434611976, -0.006654067430645227, 0.012097313068807125, -0.008917542174458504, 0.024903666228055954, 0.0008617562707513571, 0.039248086512088776, 0.010913762263953686], "max": [0.38242924213409424, -0.6684694290161133, 1.1654912233352661, 2.1435229778289795, 0.327286958694458, 0.5491743087768555, 0.35075485706329346, -0.49224650859832764, 1.673485517501831, 0.03424935042858124, 0.8805409073829651, 0.5727736353874207, 1.1470249891281128, 1.043532371520996, 0.012866348959505558, 0.006910413037985563, 0.5961936116218567, 0.42108795046806335, 0.6222535967826843, 0.42983096837997437, 0.7563056945800781, 0.6902013421058655, 0.7633033990859985, 1.0608001947402954, 1.0724066495895386, 0.994603157043457, 0.04236786812543869, -0.062226440757513046, 0.8667577505111694, 0.17968711256980896, 0.9577548503875732, 0.4503767490386963, 1.2382237911224365, 0.0762108862400055, 0.874562680721283, 0.7520405054092407], "count": [694]}, "action": {"mean": [0.08297108113765717, -0.8450511693954468, 1.079054355621338, 0.7223776578903198, 0.05423043295741081, 0.38651594519615173, -0.06525415927171707, -0.8751391172409058, 1.0591338872909546, -0.4512566924095154, 0.28672078251838684, -0.6048977375030518, 0.7906230092048645, 0.9738914370536804, -0.03349876403808594, 0.003925589844584465, 0.22469574213027954, 0.08652816712856293, 0.29435181617736816, 0.08239965885877609, 0.3384823203086853, 0.13968096673488617, 0.36751312017440796, 0.2136550098657608, 0.5512304306030273, 0.9056991934776306, 0.012928345240652561, -0.07038118690252304, 0.2591194212436676, 0.05799027532339096, 0.2925424575805664, 0.1229037493467331, 0.43960294127464294, 0.0057033332996070385, 0.34029120206832886, 0.2219673991203308], "std": [0.1395474523305893, 0.10875198990106583, 0.05798101797699928, 0.3648269474506378, 0.15611743927001953, 0.33092403411865234, 0.20297805964946747, 0.3541688323020935, 0.37723931670188904, 0.6044955253601074, 0.2576204836368561, 0.583170473575592, 0.24560171365737915, 0.033151738345623016, 0.019622277468442917, 0.003649454563856125, 0.19011427462100983, 0.15943343937397003, 0.18227796256542206, 0.16579224169254303, 0.22647161781787872, 0.26293686032295227, 0.18854820728302002, 0.36404311656951904, 0.48235273361206055, 0.0566139854490757, 0.007243875879794359, 0.010306956246495247, 0.2538563311100006, 0.0701989158987999, 0.28208374977111816, 0.18608102202415466, 0.48843878507614136, 0.010452745482325554, 0.32908761501312256, 0.30104848742485046], "min": [-0.11120012402534485, -1.1030842065811157, 0.9149810075759888, 0.568183958530426, -0.33553603291511536, -0.8907573223114014, -0.25549325346946716, -1.3999794721603394, 0.6746395230293274, -1.6665712594985962, -0.00922694057226181, -1.0993648767471313, 0.030194196850061417, 0.8555549383163452, -0.046294860541820526, -0.0031961342319846153, 0.016493361443281174, -0.0014944382710382342, 0.01484620664268732, -0.00975202675908804, 0.01583886332809925, -0.0011726429220288992, 0.1039998009800911, 0.009904743172228336, 0.011835514567792416, 0.816835880279541, 0.00040360738057643175, -0.08831366151571274, 0.00030543256434611976, -0.006654067430645227, 0.012097313068807125, -0.008917542174458504, 0.024903666228055954, 0.0008617562707513571, 0.039248086512088776, 0.010913762263953686], "max": [0.38242924213409424, -0.6684694290161133, 1.1654912233352661, 2.1435229778289795, 0.327286958694458, 0.5491743087768555, 0.35075485706329346, -0.49224650859832764, 1.673485517501831, 0.03424935042858124, 0.8805409073829651, 0.5727736353874207, 1.1470249891281128, 1.043532371520996, 0.012866348959505558, 0.006910413037985563, 0.5961936116218567, 0.42108795046806335, 0.6222535967826843, 0.42983096837997437, 0.7563056945800781, 0.6902013421058655, 0.7633033990859985, 1.0608001947402954, 1.0724066495895386, 0.994603157043457, 0.04236786812543869, -0.062226440757513046, 0.8667577505111694, 0.17968711256980896, 0.9577548503875732, 0.4503767490386963, 1.2382237911224365, 0.0762108862400055, 0.874562680721283, 0.7520405054092407], "count": [694]}, "timestamp": {"min": [0.0], "max": [23.1], "mean": [11.549999999999999], "std": [6.678011180982953], "count": [694]}, "frame_index": {"min": [0], "max": [693], "mean": [346.5], "std": [200.3403354294886], "count": [694]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [694]}, "index": {"min": [52418], "max": [53111], "mean": [52764.5], "std": [200.3403354294886], "count": [694]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [694]}, "subtask_annotation": {"mean": [2.2146974063400577, 5.0, 5.0, 5.0, 5.0], "std": [1.3869555355946468, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [694]}, "scene_annotation": {"mean": [77.0], "std": [0.0], "min": [77], "max": [77], "count": [694]}, "eef_direction_state": {"mean": [4.88328530259366, 4.563400576368876], "std": [1.4894180581797176, 1.9313545046997134], "min": [1, 0], "max": [6, 6], "count": [694]}, "eef_velocity_state": {"mean": [0.5187319884726225, 0.6138328530259366], "std": [0.6343397077034103, 0.7286907494768421], "min": [0, 0], "max": [2, 2], "count": [694]}, "eef_acc_mag_state": {"mean": [0.28097982708933716, 0.4106628242074928], "std": [0.6262841950463168, 0.7080853502634654], "min": [0, 0], "max": [2, 2], "count": [694]}, "eef_direction_action": {"mean": [4.88328530259366, 4.563400576368876], "std": [1.4894180581797176, 1.9313545046997134], "min": [1, 0], "max": [6, 6], "count": [694]}, "eef_velocity_action": {"mean": [0.5187319884726225, 0.6138328530259366], "std": [0.6343397077034103, 0.7286907494768421], "min": [0, 0], "max": [2, 2], "count": [694]}, "eef_acc_mag_action": {"mean": [0.28097982708933716, 0.4106628242074928], "std": [0.6262841950463168, 0.7080853502634654], "min": [0, 0], "max": [2, 2], "count": [694]}, "eef_sim_pose_state": {"mean": [0.6980772276909755, 0.16219650186571988, 1.2578398202392929, -1.9109070273305324, 1.0938325329496434, -2.403059615140333, 0.6507499651629632, -0.08885243493664986, 1.3251190115096345, 1.4535805120453442, 1.0731691605595985, 2.258876081444413], "std": [0.024975001822680185, 0.06638936715046144, 0.04163037464656153, 0.16579499487834706, 0.0383084581483265, 0.23439449477225588, 0.05378451186389933, 0.06438922351206613, 0.07928946586755795, 0.3121137093076455, 0.06347497624004708, 0.19368018366221662], "min": [0.617775340189015, 0.007162430502593076, 1.163039174639284, -2.2412544055089736, 1.051645078353467, -2.886481698473596, 0.5885031330785506, -0.18015953798003356, 1.244796335094978, 0.5773699295878781, 0.8683312180293234, 1.5901811474734187], "max": [0.7228675641417953, 0.24052992779459637, 1.3169271351205938, -1.5929154785807373, 1.1992045687262842, -2.174008942174498, 0.7249958126828495, 0.03504729874540649, 1.519119737939207, 1.8296899972198963, 1.2229682737556056, 2.4790293914963866], "count": [694]}, "eef_sim_pose_action": {"mean": [0.6980772276909755, 0.16219650186571988, 1.2578398202392929, -1.9109070273305324, 1.0938325329496434, -2.403059615140333, 0.6507499651629632, -0.08885243493664986, 1.3251190115096345, 1.4535805120453442, 1.0731691605595985, 2.258876081444413], "std": [0.024975001822680185, 0.06638936715046144, 0.04163037464656153, 0.16579499487834706, 0.0383084581483265, 0.23439449477225588, 0.05378451186389933, 0.06438922351206613, 0.07928946586755795, 0.3121137093076455, 0.06347497624004708, 0.19368018366221662], "min": [0.617775340189015, 0.007162430502593076, 1.163039174639284, -2.2412544055089736, 1.051645078353467, -2.886481698473596, 0.5885031330785506, -0.18015953798003356, 1.244796335094978, 0.5773699295878781, 0.8683312180293234, 1.5901811474734187], "max": [0.7228675641417953, 0.24052992779459637, 1.3169271351205938, -1.5929154785807373, 1.1992045687262842, -2.174008942174498, 0.7249958126828495, 0.03504729874540649, 1.519119737939207, 1.8296899972198963, 1.2229682737556056, 2.4790293914963866], "count": [694]}}} +{"episode_index": 78, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45609526824618735]], [[0.44842601953976036]], [[0.44734362915305015]]], "std": [[[0.2012171434268361]], [[0.20335652280455613]], [[0.20000693138624734]]], "count": [120]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.1607843137254902]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5756324074074074]], [[0.5845336431100219]], [[0.5831502536083878]]], "std": [[[0.2839947662457986]], [[0.28690307908402035]], [[0.29541036039093216]]], "count": [120]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.03529411764705882]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5414614702478213]], [[0.5648593409586057]], [[0.5569180300245098]]], "std": [[[0.2639329950859721]], [[0.2644734018529193]], [[0.2710904519299355]]], "count": [120]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46204226409313726]], [[0.4856667534722222]], [[0.4827210239651416]]], "std": [[[0.3140900518198642]], [[0.3143443602032188]], [[0.325217186756145]]], "count": [120]}, "observation.state": {"mean": [0.35045894980430603, -0.880140483379364, 1.213263988494873, 0.9047582745552063, -0.584721565246582, 0.277426540851593, -0.05582715943455696, -0.6152628064155579, 0.8710117936134338, -1.8100749254226685, 0.5433084964752197, 0.5406121015548706, 0.5084939002990723, 0.8616905808448792, -0.03484576195478439, 0.019305068999528885, 0.14739298820495605, 0.12344102561473846, 0.1755225658416748, 0.13631325960159302, 0.23560026288032532, 0.15614113211631775, 0.24547863006591797, 0.23286741971969604, 0.5038595795631409, 0.8865294456481934, 0.014960129745304585, 0.016413504257798195, 0.20016799867153168, 0.19151520729064941, 0.2285708338022232, 0.14625339210033417, 0.28043240308761597, 0.1262701451778412, 0.3581602871417999, 0.2183648645877838], "std": [0.15196657180786133, 0.15694184601306915, 0.11582284420728683, 0.2587568759918213, 0.11987204104661942, 0.21675483882427216, 0.17925813794136047, 0.31655770540237427, 0.2810167968273163, 0.2508643865585327, 0.26649555563926697, 0.15887285768985748, 0.4065847098827362, 0.024355612695217133, 0.018925847485661507, 0.03447236865758896, 0.2180127203464508, 0.23178930580615997, 0.23468665778636932, 0.2598608434200287, 0.3417319357395172, 0.35524874925613403, 0.37186336517333984, 0.3818405866622925, 0.5370355248451233, 0.09679665416479111, 0.005519462749361992, 0.042831625789403915, 0.20360222458839417, 0.3002537786960602, 0.23421868681907654, 0.22077421844005585, 0.3040262460708618, 0.19477303326129913, 0.42340970039367676, 0.29487675428390503], "min": [0.027553129941225052, -1.250143051147461, 0.8564960360527039, 0.4045548141002655, -0.7458800673484802, -0.02836032211780548, -0.4975500702857971, -1.2234755754470825, 0.6124590039253235, -2.0069665908813477, 0.03558451682329178, -0.14456439018249512, 0.018784107640385628, 0.7751224637031555, -0.04631667211651802, -0.002230748999863863, 0.01782417483627796, -0.004908738657832146, 0.014922565780580044, -0.006446809507906437, 0.01797143556177616, -0.05389249324798584, 0.015822499990463257, 0.00022907447419129312, 0.014311699196696281, 0.6779895424842834, 0.0046360306441783905, -0.0016526086255908012, 0.012130037881433964, 0.015298901125788689, 0.01155189797282219, 4.363319021649659e-05, 0.013269956223666668, 0.004919646307826042, 0.016438819468021393, 0.01829323172569275], "max": [0.645003616809845, -0.6387450098991394, 1.3754100799560547, 1.3266408443450928, -0.08044365793466568, 0.7301322817802429, 0.2334749549627304, -0.3282597064971924, 1.3951038122177124, -0.814782977104187, 0.8534084558486938, 0.911011278629303, 1.1166398525238037, 0.9171435236930847, 0.01869683898985386, 0.13353949785232544, 0.5620341897010803, 0.5851870179176331, 0.6252478361129761, 0.6521096229553223, 0.8907942175865173, 0.8673359155654907, 0.9826967120170593, 1.0978175401687622, 1.203082799911499, 1.0148818492889404, 0.04252058267593384, 0.16611170768737793, 0.5649521946907043, 0.7436193227767944, 0.648918867111206, 0.5661302804946899, 0.8270787596702576, 0.48597604036331177, 1.208160638809204, 0.987561821937561], "count": [592]}, "action": {"mean": [0.35045894980430603, -0.880140483379364, 1.213263988494873, 0.9047582745552063, -0.584721565246582, 0.277426540851593, -0.05582715943455696, -0.6152628064155579, 0.8710117936134338, -1.8100749254226685, 0.5433084964752197, 0.5406121015548706, 0.5084939002990723, 0.8616905808448792, -0.03484576195478439, 0.019305068999528885, 0.14739298820495605, 0.12344102561473846, 0.1755225658416748, 0.13631325960159302, 0.23560026288032532, 0.15614113211631775, 0.24547863006591797, 0.23286741971969604, 0.5038595795631409, 0.8865294456481934, 0.014960129745304585, 0.016413504257798195, 0.20016799867153168, 0.19151520729064941, 0.2285708338022232, 0.14625339210033417, 0.28043240308761597, 0.1262701451778412, 0.3581602871417999, 0.2183648645877838], "std": [0.15196657180786133, 0.15694184601306915, 0.11582284420728683, 0.2587568759918213, 0.11987204104661942, 0.21675483882427216, 0.17925813794136047, 0.31655770540237427, 0.2810167968273163, 0.2508643865585327, 0.26649555563926697, 0.15887285768985748, 0.4065847098827362, 0.024355612695217133, 0.018925847485661507, 0.03447236865758896, 0.2180127203464508, 0.23178930580615997, 0.23468665778636932, 0.2598608434200287, 0.3417319357395172, 0.35524874925613403, 0.37186336517333984, 0.3818405866622925, 0.5370355248451233, 0.09679665416479111, 0.005519462749361992, 0.042831625789403915, 0.20360222458839417, 0.3002537786960602, 0.23421868681907654, 0.22077421844005585, 0.3040262460708618, 0.19477303326129913, 0.42340970039367676, 0.29487675428390503], "min": [0.027553129941225052, -1.250143051147461, 0.8564960360527039, 0.4045548141002655, -0.7458800673484802, -0.02836032211780548, -0.4975500702857971, -1.2234755754470825, 0.6124590039253235, -2.0069665908813477, 0.03558451682329178, -0.14456439018249512, 0.018784107640385628, 0.7751224637031555, -0.04631667211651802, -0.002230748999863863, 0.01782417483627796, -0.004908738657832146, 0.014922565780580044, -0.006446809507906437, 0.01797143556177616, -0.05389249324798584, 0.015822499990463257, 0.00022907447419129312, 0.014311699196696281, 0.6779895424842834, 0.0046360306441783905, -0.0016526086255908012, 0.012130037881433964, 0.015298901125788689, 0.01155189797282219, 4.363319021649659e-05, 0.013269956223666668, 0.004919646307826042, 0.016438819468021393, 0.01829323172569275], "max": [0.645003616809845, -0.6387450098991394, 1.3754100799560547, 1.3266408443450928, -0.08044365793466568, 0.7301322817802429, 0.2334749549627304, -0.3282597064971924, 1.3951038122177124, -0.814782977104187, 0.8534084558486938, 0.911011278629303, 1.1166398525238037, 0.9171435236930847, 0.01869683898985386, 0.13353949785232544, 0.5620341897010803, 0.5851870179176331, 0.6252478361129761, 0.6521096229553223, 0.8907942175865173, 0.8673359155654907, 0.9826967120170593, 1.0978175401687622, 1.203082799911499, 1.0148818492889404, 0.04252058267593384, 0.16611170768737793, 0.5649521946907043, 0.7436193227767944, 0.648918867111206, 0.5661302804946899, 0.8270787596702576, 0.48597604036331177, 1.208160638809204, 0.987561821937561], "count": [592]}, "timestamp": {"min": [0.0], "max": [19.7], "mean": [9.85], "std": [5.696514528883235], "count": [592]}, "frame_index": {"min": [0], "max": [591], "mean": [295.5], "std": [170.89543586649702], "count": [592]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [592]}, "index": {"min": [53112], "max": [53703], "mean": [53407.5], "std": [170.89543586649702], "count": [592]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [592]}, "subtask_annotation": {"mean": [2.160472972972973, 5.0, 5.0, 5.0, 5.0], "std": [1.3996591450215716, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [592]}, "scene_annotation": {"mean": [78.0], "std": [0.0], "min": [78], "max": [78], "count": [592]}, "eef_direction_state": {"mean": [4.844594594594595, 4.217905405405405], "std": [1.4851191500012773, 2.1200818295586723], "min": [0, 0], "max": [6, 6], "count": [592]}, "eef_velocity_state": {"mean": [0.6131756756756757, 0.6959459459459459], "std": [0.7099881395680145, 0.7227835063683741], "min": [0, 0], "max": [2, 2], "count": [592]}, "eef_acc_mag_state": {"mean": [0.38175675675675674, 0.4155405405405405], "std": [0.709161777959875, 0.7233754247368535], "min": [0, 0], "max": [2, 2], "count": [592]}, "eef_direction_action": {"mean": [4.844594594594595, 4.217905405405405], "std": [1.4851191500012773, 2.1200818295586723], "min": [0, 0], "max": [6, 6], "count": [592]}, "eef_velocity_action": {"mean": [0.6131756756756757, 0.6959459459459459], "std": [0.7099881395680145, 0.7227835063683741], "min": [0, 0], "max": [2, 2], "count": [592]}, "eef_acc_mag_action": {"mean": [0.38175675675675674, 0.4155405405405405], "std": [0.709161777959875, 0.7233754247368535], "min": [0, 0], "max": [2, 2], "count": [592]}, "eef_sim_pose_state": {"mean": [0.6542172410313716, 0.12201075223571042, 1.2457783998567067, -1.607853789619019, 1.2236703390910846, -2.5174354043825833, 0.5543818712831915, -0.09876887230491824, 1.2540838718297989, 2.2235172521610522, 1.1551731997113939, -0.31737074755998285], "std": [0.021800899848221443, 0.07517485276580085, 0.039255423739665764, 0.16412576854256036, 0.05466058369010961, 0.14496275699454678, 0.08231784917681484, 0.05135055218623709, 0.052938532587466405, 0.3317419150461906, 0.11889697693690865, 2.72307743128], "min": [0.6040656085252307, -0.04430946084725354, 1.1516884712792252, -1.852401846653989, 1.1017551632938618, -2.878686340495163, 0.46529363210372976, -0.2176838065631585, 1.1455972878486198, 1.4203771212059961, 0.9333647303691488, -3.1346781583228926], "max": [0.68365616453153, 0.1890736804208625, 1.3143992692719957, -1.1541513634209477, 1.360766738242995, -2.1683680812691852, 0.6711671233790262, 0.03146061506401576, 1.359300082848268, 2.5787857089730193, 1.2824631310272019, 3.139799014871145], "count": [592]}, "eef_sim_pose_action": {"mean": [0.6542172410313716, 0.12201075223571042, 1.2457783998567067, -1.607853789619019, 1.2236703390910846, -2.5174354043825833, 0.5543818712831915, -0.09876887230491824, 1.2540838718297989, 2.2235172521610522, 1.1551731997113939, -0.31737074755998285], "std": [0.021800899848221443, 0.07517485276580085, 0.039255423739665764, 0.16412576854256036, 0.05466058369010961, 0.14496275699454678, 0.08231784917681484, 0.05135055218623709, 0.052938532587466405, 0.3317419150461906, 0.11889697693690865, 2.72307743128], "min": [0.6040656085252307, -0.04430946084725354, 1.1516884712792252, -1.852401846653989, 1.1017551632938618, -2.878686340495163, 0.46529363210372976, -0.2176838065631585, 1.1455972878486198, 1.4203771212059961, 0.9333647303691488, -3.1346781583228926], "max": [0.68365616453153, 0.1890736804208625, 1.3143992692719957, -1.1541513634209477, 1.360766738242995, -2.1683680812691852, 0.6711671233790262, 0.03146061506401576, 1.359300082848268, 2.5787857089730193, 1.2824631310272019, 3.139799014871145], "count": [592]}}} +{"episode_index": 79, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46364810545216206]], [[0.45579283676747534]], [[0.454783927153724]]], "std": [[[0.18161607777549205]], [[0.18772008811618388]], [[0.1865413057715586]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.1411764705882353]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5414527355433699]], [[0.5453213911506222]], [[0.5443261754089583]]], "std": [[[0.2821265946386329]], [[0.2914144639328303]], [[0.2957827925661852]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.10588235294117647]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.577673299545807]], [[0.5928316728056571]], [[0.5861411183117314]]], "std": [[[0.28458970980024617]], [[0.28551126813174366]], [[0.29520467978815024]]], "count": [177]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4376463814574794]], [[0.4715903193198183]], [[0.46075188785495363]]], "std": [[[0.2980578377157366]], [[0.2944892491366828]], [[0.30780821432069044]]], "count": [177]}, "observation.state": {"mean": [0.20453092455863953, -0.815376877784729, 1.1180912256240845, 0.1742069572210312, 0.016355277970433235, 0.9332460165023804, -0.0741245374083519, -0.9439657926559448, 1.1671090126037598, -1.0379579067230225, 0.42707914113998413, -0.18910518288612366, 0.7190067172050476, 0.9340419173240662, -0.02591852657496929, 0.002751240273937583, 0.183407723903656, 0.0630895122885704, 0.24043820798397064, 0.046331290155649185, 0.2799100875854492, 0.06519485265016556, 0.33835741877555847, 0.05510646477341652, 0.5297876596450806, 0.925018310546875, 0.015417655929923058, -0.07456958293914795, 0.23086631298065186, 0.23804759979248047, 0.31664466857910156, 0.18159011006355286, 0.42930835485458374, 0.005662721116095781, 0.2830328643321991, 0.2663901150226593], "std": [0.22507022321224213, 0.06158654764294624, 0.056411102414131165, 0.2432159185409546, 0.22065705060958862, 0.21622836589813232, 0.2550409734249115, 0.4542182981967926, 0.4698958396911621, 0.6182512640953064, 0.27927330136299133, 0.543197512626648, 0.28481438755989075, 0.06032579019665718, 0.01821322552859783, 0.00219780788756907, 0.19014452397823334, 0.15041249990463257, 0.1888750046491623, 0.1258438676595688, 0.2284250110387802, 0.15574298799037933, 0.26839062571525574, 0.07625135034322739, 0.4344354569911957, 0.11369816958904266, 0.006759493611752987, 0.018553638830780983, 0.2764061987400055, 0.3415917754173279, 0.34581857919692993, 0.25753548741340637, 0.4922131896018982, 0.007030606269836426, 0.27106422185897827, 0.360647976398468], "min": [-0.1315971314907074, -1.0127103328704834, 0.8849184513092041, 0.021779868751764297, -0.39747366309165955, -0.1484297513961792, -0.28629741072654724, -1.6592278480529785, 0.6776912808418274, -1.9880478382110596, 0.0076533532701432705, -1.1295491456985474, 0.014895293861627579, 0.8642270565032959, -0.03827725350856781, -0.0011835513869300485, 0.012582732364535332, -0.010782862082123756, 0.011780972592532635, -0.006555892992764711, 0.017922349274158478, -0.011317369528114796, 0.055915988981723785, 0.013160874135792255, 0.024358250200748444, 0.6457063555717468, 0.0031088676769286394, -0.10780680924654007, 0.0022634738124907017, 0.007030404172837734, 0.016460636630654335, -0.012402745895087719, 0.015915220603346825, -0.002432552631944418, 0.018851472064852715, -0.0013817190192639828], "max": [0.5973907113075256, -0.6212329268455505, 1.2187309265136719, 1.4337759017944336, 0.2564946115016937, 1.0798661708831787, 0.42542868852615356, -0.475986123085022, 1.8989018201828003, -0.06471970677375793, 1.001683235168457, 0.6680352091789246, 1.1548571586608887, 1.0900235176086426, 0.009533860720694065, 0.007189665921032429, 0.6491261124610901, 0.4888339936733246, 0.6776349544525146, 0.3980768620967865, 0.8258461356163025, 0.5183954834938049, 1.0413016080856323, 0.310281366109848, 1.2230013608932495, 1.0986738204956055, 0.032332222908735275, -0.061768293380737305, 0.9523934125900269, 1.0071531534194946, 1.0801079273223877, 0.8258897662162781, 1.2341440916061401, 0.019634954631328583, 0.7551440000534058, 0.941174328327179], "count": [996]}, "action": {"mean": [0.20453092455863953, -0.815376877784729, 1.1180912256240845, 0.1742069572210312, 0.016355277970433235, 0.9332460165023804, -0.0741245374083519, -0.9439657926559448, 1.1671090126037598, -1.0379579067230225, 0.42707914113998413, -0.18910518288612366, 0.7190067172050476, 0.9340419173240662, -0.02591852657496929, 0.002751240273937583, 0.183407723903656, 0.0630895122885704, 0.24043820798397064, 0.046331290155649185, 0.2799100875854492, 0.06519485265016556, 0.33835741877555847, 0.05510646477341652, 0.5297876596450806, 0.925018310546875, 0.015417655929923058, -0.07456958293914795, 0.23086631298065186, 0.23804759979248047, 0.31664466857910156, 0.18159011006355286, 0.42930835485458374, 0.005662721116095781, 0.2830328643321991, 0.2663901150226593], "std": [0.22507022321224213, 0.06158654764294624, 0.056411102414131165, 0.2432159185409546, 0.22065705060958862, 0.21622836589813232, 0.2550409734249115, 0.4542182981967926, 0.4698958396911621, 0.6182512640953064, 0.27927330136299133, 0.543197512626648, 0.28481438755989075, 0.06032579019665718, 0.01821322552859783, 0.00219780788756907, 0.19014452397823334, 0.15041249990463257, 0.1888750046491623, 0.1258438676595688, 0.2284250110387802, 0.15574298799037933, 0.26839062571525574, 0.07625135034322739, 0.4344354569911957, 0.11369816958904266, 0.006759493611752987, 0.018553638830780983, 0.2764061987400055, 0.3415917754173279, 0.34581857919692993, 0.25753548741340637, 0.4922131896018982, 0.007030606269836426, 0.27106422185897827, 0.360647976398468], "min": [-0.1315971314907074, -1.0127103328704834, 0.8849184513092041, 0.021779868751764297, -0.39747366309165955, -0.1484297513961792, -0.28629741072654724, -1.6592278480529785, 0.6776912808418274, -1.9880478382110596, 0.0076533532701432705, -1.1295491456985474, 0.014895293861627579, 0.8642270565032959, -0.03827725350856781, -0.0011835513869300485, 0.012582732364535332, -0.010782862082123756, 0.011780972592532635, -0.006555892992764711, 0.017922349274158478, -0.011317369528114796, 0.055915988981723785, 0.013160874135792255, 0.024358250200748444, 0.6457063555717468, 0.0031088676769286394, -0.10780680924654007, 0.0022634738124907017, 0.007030404172837734, 0.016460636630654335, -0.012402745895087719, 0.015915220603346825, -0.002432552631944418, 0.018851472064852715, -0.0013817190192639828], "max": [0.5973907113075256, -0.6212329268455505, 1.2187309265136719, 1.4337759017944336, 0.2564946115016937, 1.0798661708831787, 0.42542868852615356, -0.475986123085022, 1.8989018201828003, -0.06471970677375793, 1.001683235168457, 0.6680352091789246, 1.1548571586608887, 1.0900235176086426, 0.009533860720694065, 0.007189665921032429, 0.6491261124610901, 0.4888339936733246, 0.6776349544525146, 0.3980768620967865, 0.8258461356163025, 0.5183954834938049, 1.0413016080856323, 0.310281366109848, 1.2230013608932495, 1.0986738204956055, 0.032332222908735275, -0.061768293380737305, 0.9523934125900269, 1.0071531534194946, 1.0801079273223877, 0.8258897662162781, 1.2341440916061401, 0.019634954631328583, 0.7551440000534058, 0.941174328327179], "count": [996]}, "timestamp": {"min": [0.0], "max": [33.166666666666664], "mean": [16.583333333333332], "std": [9.584009637972029], "count": [996]}, "frame_index": {"min": [0], "max": [995], "mean": [497.5], "std": [287.52028913916087], "count": [996]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [996]}, "index": {"min": [53704], "max": [54699], "mean": [54201.5], "std": [287.52028913916087], "count": [996]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [996]}, "subtask_annotation": {"mean": [2.6134538152610443, 5.0, 5.0, 5.0, 5.0], "std": [1.232173985196367, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [996]}, "scene_annotation": {"mean": [79.0], "std": [0.0], "min": [79], "max": [79], "count": [996]}, "eef_direction_state": {"mean": [5.252008032128514, 4.492971887550201], "std": [1.2963286062403987, 1.9704011586774288], "min": [0, 0], "max": [6, 6], "count": [996]}, "eef_velocity_state": {"mean": [0.3785140562248996, 0.5572289156626506], "std": [0.6195446254912623, 0.6749519927947044], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_acc_mag_state": {"mean": [0.26305220883534136, 0.32630522088353414], "std": [0.6054308443698571, 0.6713820212716455], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_direction_action": {"mean": [5.252008032128514, 4.492971887550201], "std": [1.2963286062403987, 1.9704011586774288], "min": [0, 0], "max": [6, 6], "count": [996]}, "eef_velocity_action": {"mean": [0.3785140562248996, 0.5572289156626506], "std": [0.6195446254912623, 0.6749519927947044], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_acc_mag_action": {"mean": [0.26305220883534136, 0.32630522088353414], "std": [0.6054308443698571, 0.6713820212716455], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_sim_pose_state": {"mean": [0.7029440934218502, 0.19621696037543965, 1.2246577168506732, -2.075360922934871, 1.110672287024923, -2.511012951640791, 0.640838851432845, -0.06541767973601056, 1.3134169330436, 1.5975853911964633, 1.2603259675725649, 2.511980644427815], "std": [0.019332466443832838, 0.037697306424554274, 0.043380675852697705, 0.13132133653061578, 0.0381420283457653, 0.09565010894557031, 0.0533906262765557, 0.09641746792616564, 0.08441093279717347, 0.29717154465065015, 0.10322267294120936, 0.11929736878972833], "min": [0.645507912080889, 0.05771394470170016, 1.150514096694256, -2.196001409140807, 1.0562600294323365, -2.7211013392727086, 0.5820859512332832, -0.1656340501512273, 1.2461684023308919, 0.8881726223873868, 1.1006343277245234, 2.1559540827060744], "max": [0.7322529470226269, 0.2280079124662071, 1.322332218763898, -1.463535819089434, 1.3030542092261732, -2.0713590224876874, 0.726573985213552, 0.11803139401933191, 1.4838449992535285, 1.9245081751814395, 1.5001461584792448, 2.858559532677446], "count": [996]}, "eef_sim_pose_action": {"mean": [0.7029440934218502, 0.19621696037543965, 1.2246577168506732, -2.075360922934871, 1.110672287024923, -2.511012951640791, 0.640838851432845, -0.06541767973601056, 1.3134169330436, 1.5975853911964633, 1.2603259675725649, 2.511980644427815], "std": [0.019332466443832838, 0.037697306424554274, 0.043380675852697705, 0.13132133653061578, 0.0381420283457653, 0.09565010894557031, 0.0533906262765557, 0.09641746792616564, 0.08441093279717347, 0.29717154465065015, 0.10322267294120936, 0.11929736878972833], "min": [0.645507912080889, 0.05771394470170016, 1.150514096694256, -2.196001409140807, 1.0562600294323365, -2.7211013392727086, 0.5820859512332832, -0.1656340501512273, 1.2461684023308919, 0.8881726223873868, 1.1006343277245234, 2.1559540827060744], "max": [0.7322529470226269, 0.2280079124662071, 1.322332218763898, -1.463535819089434, 1.3030542092261732, -2.0713590224876874, 0.726573985213552, 0.11803139401933191, 1.4838449992535285, 1.9245081751814395, 1.5001461584792448, 2.858559532677446], "count": [996]}}} +{"episode_index": 80, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46977268192905186]], [[0.46106244819787817]], [[0.4612109101188785]]], "std": [[[0.18822064822558512]], [[0.19461496859033808]], [[0.19274360288385053]]], "count": [138]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.1568627450980392]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5605500526901582]], [[0.5686902943544568]], [[0.5691498235767737]]], "std": [[[0.2755162813176932]], [[0.2834147132995517]], [[0.2881295610082393]]], "count": [138]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.09019607843137255]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5854762923889363]], [[0.599960016162262]], [[0.588483840698115]]], "std": [[[0.27098492912685473]], [[0.27248323016611214]], [[0.27939276316302736]]], "count": [138]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45582244008714595]], [[0.48896067330917875]], [[0.47362476911054274]]], "std": [[[0.31618563994305826]], [[0.3121887219454117]], [[0.32482490681334214]]], "count": [138]}, "observation.state": {"mean": [0.16413293778896332, -0.9069347381591797, 1.1173934936523438, 0.12351595610380173, 0.003439231775701046, 0.9589877128601074, -0.07643907517194748, -0.9213902950286865, 1.245399832725525, -1.0586695671081543, 0.568048357963562, 0.02591913938522339, 0.6581063866615295, 0.9591386914253235, -0.03232103958725929, 0.0032115234062075615, 0.22474516928195953, 0.12456687539815903, 0.2946246266365051, 0.11697384715080261, 0.3391852080821991, 0.13509249687194824, 0.3588213622570038, 0.15548919141292572, 0.5349118709564209, 0.9067158102989197, 0.015067518688738346, -0.07142463326454163, 0.17380236089229584, 0.0805865079164505, 0.2345077097415924, 0.07904212921857834, 0.32537612318992615, 0.10995589196681976, 0.3089742660522461, 0.17077361047267914], "std": [0.1192784309387207, 0.13090795278549194, 0.06892892718315125, 0.1576388031244278, 0.1283191591501236, 0.11201491951942444, 0.2173263132572174, 0.2697380483150482, 0.3112410604953766, 0.5417748093605042, 0.1806647628545761, 0.4241787791252136, 0.28106316924095154, 0.06906875222921371, 0.014654576778411865, 0.0025336313992738724, 0.15345355868339539, 0.28117236495018005, 0.15958695113658905, 0.2779185175895691, 0.21272513270378113, 0.28385573625564575, 0.1635648012161255, 0.284474641084671, 0.4422306716442108, 0.0844491645693779, 0.008890045806765556, 0.012968968600034714, 0.26069048047065735, 0.13003067672252655, 0.3024901747703552, 0.12488088756799698, 0.4283554255962372, 0.2540687322616577, 0.3148201107978821, 0.26404303312301636], "min": [-0.02921864204108715, -1.2505602836608887, 0.8646024465560913, 0.06309843808412552, -0.3112601935863495, 0.43717098236083984, -0.23386836051940918, -1.3902876377105713, 0.8888022303581238, -1.92118239402771, 0.31399014592170715, -0.6830319762229919, 0.1668698489665985, 0.8101654648780823, -0.04171336814761162, -0.0016907876124605536, 0.017922349274158478, -0.009893834590911865, 0.0140389921143651, -0.007832164876163006, 0.020142190158367157, 0.00035997413215227425, 0.054443359375, 0.0071994829922914505, 0.030063297599554062, 0.753044068813324, -0.0019307704642415047, -0.09861110150814056, -0.013329952023923397, -0.010941032320261002, 0.015806138515472412, -0.00797942653298378, 0.018282324075698853, -0.00015817044186405838, 0.03468296304345131, 0.007984881289303303], "max": [0.45275187492370605, -0.6740672588348389, 1.207394003868103, 0.8571516871452332, 0.11400157958269119, 1.0462920665740967, 0.386243999004364, -0.6224727630615234, 1.845280647277832, -0.06325341016054153, 0.9023565649986267, 0.7673499584197998, 1.125011920928955, 1.073480248451233, 0.01816808246076107, 0.008182442747056484, 0.5705971717834473, 0.8517370223999023, 0.6092944145202637, 0.8147087693214417, 0.8076674342155457, 0.8577420711517334, 0.7551440000534058, 0.9337838888168335, 1.0207667350769043, 1.0245578289031982, 0.054100360721349716, -0.06297911703586578, 0.6799911856651306, 0.34294629096984863, 0.8287913799285889, 0.4171936810016632, 1.2386656999588013, 1.0517245531082153, 0.9808586835861206, 0.7894724011421204], "count": [714]}, "action": {"mean": [0.16413293778896332, -0.9069347381591797, 1.1173934936523438, 0.12351595610380173, 0.003439231775701046, 0.9589877128601074, -0.07643907517194748, -0.9213902950286865, 1.245399832725525, -1.0586695671081543, 0.568048357963562, 0.02591913938522339, 0.6581063866615295, 0.9591386914253235, -0.03232103958725929, 0.0032115234062075615, 0.22474516928195953, 0.12456687539815903, 0.2946246266365051, 0.11697384715080261, 0.3391852080821991, 0.13509249687194824, 0.3588213622570038, 0.15548919141292572, 0.5349118709564209, 0.9067158102989197, 0.015067518688738346, -0.07142463326454163, 0.17380236089229584, 0.0805865079164505, 0.2345077097415924, 0.07904212921857834, 0.32537612318992615, 0.10995589196681976, 0.3089742660522461, 0.17077361047267914], "std": [0.1192784309387207, 0.13090795278549194, 0.06892892718315125, 0.1576388031244278, 0.1283191591501236, 0.11201491951942444, 0.2173263132572174, 0.2697380483150482, 0.3112410604953766, 0.5417748093605042, 0.1806647628545761, 0.4241787791252136, 0.28106316924095154, 0.06906875222921371, 0.014654576778411865, 0.0025336313992738724, 0.15345355868339539, 0.28117236495018005, 0.15958695113658905, 0.2779185175895691, 0.21272513270378113, 0.28385573625564575, 0.1635648012161255, 0.284474641084671, 0.4422306716442108, 0.0844491645693779, 0.008890045806765556, 0.012968968600034714, 0.26069048047065735, 0.13003067672252655, 0.3024901747703552, 0.12488088756799698, 0.4283554255962372, 0.2540687322616577, 0.3148201107978821, 0.26404303312301636], "min": [-0.02921864204108715, -1.2505602836608887, 0.8646024465560913, 0.06309843808412552, -0.3112601935863495, 0.43717098236083984, -0.23386836051940918, -1.3902876377105713, 0.8888022303581238, -1.92118239402771, 0.31399014592170715, -0.6830319762229919, 0.1668698489665985, 0.8101654648780823, -0.04171336814761162, -0.0016907876124605536, 0.017922349274158478, -0.009893834590911865, 0.0140389921143651, -0.007832164876163006, 0.020142190158367157, 0.00035997413215227425, 0.054443359375, 0.0071994829922914505, 0.030063297599554062, 0.753044068813324, -0.0019307704642415047, -0.09861110150814056, -0.013329952023923397, -0.010941032320261002, 0.015806138515472412, -0.00797942653298378, 0.018282324075698853, -0.00015817044186405838, 0.03468296304345131, 0.007984881289303303], "max": [0.45275187492370605, -0.6740672588348389, 1.207394003868103, 0.8571516871452332, 0.11400157958269119, 1.0462920665740967, 0.386243999004364, -0.6224727630615234, 1.845280647277832, -0.06325341016054153, 0.9023565649986267, 0.7673499584197998, 1.125011920928955, 1.073480248451233, 0.01816808246076107, 0.008182442747056484, 0.5705971717834473, 0.8517370223999023, 0.6092944145202637, 0.8147087693214417, 0.8076674342155457, 0.8577420711517334, 0.7551440000534058, 0.9337838888168335, 1.0207667350769043, 1.0245578289031982, 0.054100360721349716, -0.06297911703586578, 0.6799911856651306, 0.34294629096984863, 0.8287913799285889, 0.4171936810016632, 1.2386656999588013, 1.0517245531082153, 0.9808586835861206, 0.7894724011421204], "count": [714]}, "timestamp": {"min": [0.0], "max": [23.766666666666666], "mean": [11.883333333333335], "std": [6.8704614649047215], "count": [714]}, "frame_index": {"min": [0], "max": [713], "mean": [356.5], "std": [206.11384394714165], "count": [714]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [714]}, "index": {"min": [54700], "max": [55413], "mean": [55056.5], "std": [206.11384394714165], "count": [714]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [714]}, "subtask_annotation": {"mean": [2.2170868347338937, 5.0, 5.0, 5.0, 5.0], "std": [1.2819319391689312, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [714]}, "scene_annotation": {"mean": [80.0], "std": [0.0], "min": [80], "max": [80], "count": [714]}, "eef_direction_state": {"mean": [4.99859943977591, 4.443977591036415], "std": [1.751749265566132, 1.895837657941254], "min": [0, 0], "max": [6, 6], "count": [714]}, "eef_velocity_state": {"mean": [0.42016806722689076, 0.6358543417366946], "std": [0.6588649732577234, 0.6666548971491278], "min": [0, 0], "max": [2, 2], "count": [714]}, "eef_acc_mag_state": {"mean": [0.25210084033613445, 0.4173669467787115], "std": [0.5995117630012682, 0.7155971922391413], "min": [0, 0], "max": [2, 2], "count": [714]}, "eef_direction_action": {"mean": [4.99859943977591, 4.443977591036415], "std": [1.751749265566132, 1.895837657941254], "min": [0, 0], "max": [6, 6], "count": [714]}, "eef_velocity_action": {"mean": [0.42016806722689076, 0.6358543417366946], "std": [0.6588649732577234, 0.6666548971491278], "min": [0, 0], "max": [2, 2], "count": [714]}, "eef_acc_mag_action": {"mean": [0.25210084033613445, 0.4173669467787115], "std": [0.5995117630012682, 0.7155971922391413], "min": [0, 0], "max": [2, 2], "count": [714]}, "eef_sim_pose_state": {"mean": [0.7029129257559432, 0.13864495834454046, 1.2376124808775801, -1.9340722370960977, 1.0847429226446341, -2.4713331805595335, 0.6652223602537947, -0.10659003260831244, 1.3334081425551507, 1.3689482418368997, 1.0537465148729468, 2.3088416164447545], "std": [0.01872750321549468, 0.06138868781371614, 0.03148543136059557, 0.09659748017652085, 0.051857070807572035, 0.07201858744254762, 0.052241666910066126, 0.055947635571227276, 0.0609939706418461, 0.2326949179245264, 0.16531274149482073, 0.2537486394317829], "min": [0.637682852492652, -0.02524356338468417, 1.1630824080276394, -2.093752455242911, 1.0360139042443643, -2.700230104563737, 0.5811567595242948, -0.20709522336679737, 1.241599793947933, 1.0912734361787395, 0.7683035889649621, 1.7763958717102335], "max": [0.728550031762335, 0.187551792703586, 1.3016835250704912, -1.6680548074330532, 1.302488318460449, -2.3827829780773313, 0.7281953283948609, 0.016177646700573145, 1.4633208995127236, 1.7124726017053564, 1.379672317207568, 2.812141589186477], "count": [714]}, "eef_sim_pose_action": {"mean": [0.7029129257559432, 0.13864495834454046, 1.2376124808775801, -1.9340722370960977, 1.0847429226446341, -2.4713331805595335, 0.6652223602537947, -0.10659003260831244, 1.3334081425551507, 1.3689482418368997, 1.0537465148729468, 2.3088416164447545], "std": [0.01872750321549468, 0.06138868781371614, 0.03148543136059557, 0.09659748017652085, 0.051857070807572035, 0.07201858744254762, 0.052241666910066126, 0.055947635571227276, 0.0609939706418461, 0.2326949179245264, 0.16531274149482073, 0.2537486394317829], "min": [0.637682852492652, -0.02524356338468417, 1.1630824080276394, -2.093752455242911, 1.0360139042443643, -2.700230104563737, 0.5811567595242948, -0.20709522336679737, 1.241599793947933, 1.0912734361787395, 0.7683035889649621, 1.7763958717102335], "max": [0.728550031762335, 0.187551792703586, 1.3016835250704912, -1.6680548074330532, 1.302488318460449, -2.3827829780773313, 0.7281953283948609, 0.016177646700573145, 1.4633208995127236, 1.7124726017053564, 1.379672317207568, 2.812141589186477], "count": [714]}}} +{"episode_index": 81, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4749655330882353]], [[0.4657881089154412]], [[0.4641552708843954]]], "std": [[[0.1919907220291867]], [[0.19582102528221573]], [[0.19500017227522873]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.1450980392156863]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5880535577512256]], [[0.5883847694546568]], [[0.5905444176368464]]], "std": [[[0.26870665026372687]], [[0.27891577577366017]], [[0.28487935555945754]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.10196078431372549]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5960227966707516]], [[0.6112944993361928]], [[0.605198339205474]]], "std": [[[0.2902116351476016]], [[0.2902497207380687]], [[0.2992712230641789]]], "count": [160]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44591529054330065]], [[0.4799844707414216]], [[0.46879905918096404]]], "std": [[[0.3155568291213458]], [[0.31251368151220554]], [[0.3245863024497572]]], "count": [160]}, "observation.state": {"mean": [0.33103081583976746, -0.9354140758514404, 1.1352572441101074, 0.12241927534341812, -0.18302790820598602, 0.9164448976516724, -0.11963324248790741, -0.7185156941413879, 1.0700219869613647, -0.9504063725471497, 0.3877090513706207, -0.09068955481052399, 0.6133967041969299, 0.9452095031738281, -0.028740495443344116, 0.0025405227206647396, 0.13985389471054077, 0.0980919823050499, 0.1884206235408783, 0.11441419273614883, 0.25820446014404297, 0.05394545942544937, 0.27248793840408325, 0.15313774347305298, 0.42697227001190186, 0.9296286106109619, 0.026198668405413628, -0.066165491938591, 0.11858990788459778, 0.1334068328142166, 0.15303795039653778, 0.08623833954334259, 0.19863034784793854, 0.11793428659439087, 0.2169477492570877, 0.11221827566623688], "std": [0.12347935140132904, 0.064308762550354, 0.06639991700649261, 0.2155648171901703, 0.08674632012844086, 0.19485381245613098, 0.23592230677604675, 0.38539496064186096, 0.3662553131580353, 0.7864547371864319, 0.22457154095172882, 0.6904304623603821, 0.3716745674610138, 0.05345267802476883, 0.022113947197794914, 0.003316865535452962, 0.17338794469833374, 0.23681028187274933, 0.18555501103401184, 0.26633235812187195, 0.2838715612888336, 0.25373944640159607, 0.21835480630397797, 0.2901274859905243, 0.46397387981414795, 0.08741535991430283, 0.01111928652971983, 0.007993710227310658, 0.1878994107246399, 0.2509806156158447, 0.22858712077140808, 0.20869174599647522, 0.3168533146381378, 0.28037068247795105, 0.31669357419013977, 0.19708053767681122], "min": [0.02659599855542183, -1.1658369302749634, 0.8970397710800171, 0.010329511016607285, -0.35418811440467834, 0.08571408689022064, -0.44392943382263184, -1.4078354835510254, 0.6342507600784302, -2.167353391647339, 0.11990253627300262, -0.8016350865364075, 0.014017174951732159, 0.7584546208381653, -0.04482223838567734, -0.006043202243745327, -0.011475540697574615, -0.007118929177522659, 0.011879147961735725, -0.008737554773688316, 0.01694060117006302, -0.0538543164730072, 0.023664282634854317, 0.015031647868454456, 0.01898045465350151, 0.7055493593215942, 0.0038724495097994804, -0.08490481227636337, -0.014115349389612675, 0.014213524758815765, 0.01237002108246088, -0.008922995999455452, 0.01481893565505743, -0.0032834005542099476, 0.021816615015268326, -0.001832595793530345], "max": [0.5191047787666321, -0.8019484877586365, 1.204866647720337, 1.1205366849899292, 0.02958819642663002, 1.0126984119415283, 0.4007400572299957, -0.36488136649131775, 1.7007968425750732, -0.20759421586990356, 0.9337567687034607, 0.9294055700302124, 1.1538699865341187, 1.0406852960586548, 0.04380776360630989, 0.006086835637688637, 0.5496314167976379, 0.8524460196495056, 0.6525676846504211, 0.8816803693771362, 0.9573894739151001, 1.2873003482818604, 0.7957555651664734, 0.9437322616577148, 1.035476565361023, 1.0507973432540894, 0.038664497435092926, -0.06186646595597267, 0.5536620616912842, 0.7639851570129395, 0.6601053476333618, 0.6079418063163757, 0.945733904838562, 0.9565604329109192, 0.9836457371711731, 0.708156406879425], "count": [871]}, "action": {"mean": [0.33103081583976746, -0.9354140758514404, 1.1352572441101074, 0.12241927534341812, -0.18302790820598602, 0.9164448976516724, -0.11963324248790741, -0.7185156941413879, 1.0700219869613647, -0.9504063725471497, 0.3877090513706207, -0.09068955481052399, 0.6133967041969299, 0.9452095031738281, -0.028740495443344116, 0.0025405227206647396, 0.13985389471054077, 0.0980919823050499, 0.1884206235408783, 0.11441419273614883, 0.25820446014404297, 0.05394545942544937, 0.27248793840408325, 0.15313774347305298, 0.42697227001190186, 0.9296286106109619, 0.026198668405413628, -0.066165491938591, 0.11858990788459778, 0.1334068328142166, 0.15303795039653778, 0.08623833954334259, 0.19863034784793854, 0.11793428659439087, 0.2169477492570877, 0.11221827566623688], "std": [0.12347935140132904, 0.064308762550354, 0.06639991700649261, 0.2155648171901703, 0.08674632012844086, 0.19485381245613098, 0.23592230677604675, 0.38539496064186096, 0.3662553131580353, 0.7864547371864319, 0.22457154095172882, 0.6904304623603821, 0.3716745674610138, 0.05345267802476883, 0.022113947197794914, 0.003316865535452962, 0.17338794469833374, 0.23681028187274933, 0.18555501103401184, 0.26633235812187195, 0.2838715612888336, 0.25373944640159607, 0.21835480630397797, 0.2901274859905243, 0.46397387981414795, 0.08741535991430283, 0.01111928652971983, 0.007993710227310658, 0.1878994107246399, 0.2509806156158447, 0.22858712077140808, 0.20869174599647522, 0.3168533146381378, 0.28037068247795105, 0.31669357419013977, 0.19708053767681122], "min": [0.02659599855542183, -1.1658369302749634, 0.8970397710800171, 0.010329511016607285, -0.35418811440467834, 0.08571408689022064, -0.44392943382263184, -1.4078354835510254, 0.6342507600784302, -2.167353391647339, 0.11990253627300262, -0.8016350865364075, 0.014017174951732159, 0.7584546208381653, -0.04482223838567734, -0.006043202243745327, -0.011475540697574615, -0.007118929177522659, 0.011879147961735725, -0.008737554773688316, 0.01694060117006302, -0.0538543164730072, 0.023664282634854317, 0.015031647868454456, 0.01898045465350151, 0.7055493593215942, 0.0038724495097994804, -0.08490481227636337, -0.014115349389612675, 0.014213524758815765, 0.01237002108246088, -0.008922995999455452, 0.01481893565505743, -0.0032834005542099476, 0.021816615015268326, -0.001832595793530345], "max": [0.5191047787666321, -0.8019484877586365, 1.204866647720337, 1.1205366849899292, 0.02958819642663002, 1.0126984119415283, 0.4007400572299957, -0.36488136649131775, 1.7007968425750732, -0.20759421586990356, 0.9337567687034607, 0.9294055700302124, 1.1538699865341187, 1.0406852960586548, 0.04380776360630989, 0.006086835637688637, 0.5496314167976379, 0.8524460196495056, 0.6525676846504211, 0.8816803693771362, 0.9573894739151001, 1.2873003482818604, 0.7957555651664734, 0.9437322616577148, 1.035476565361023, 1.0507973432540894, 0.038664497435092926, -0.06186646595597267, 0.5536620616912842, 0.7639851570129395, 0.6601053476333618, 0.6079418063163757, 0.945733904838562, 0.9565604329109192, 0.9836457371711731, 0.708156406879425], "count": [871]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.381195883908479], "count": [871]}, "frame_index": {"min": [0], "max": [870], "mean": [435.0], "std": [251.4358765172544], "count": [871]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [871]}, "index": {"min": [55414], "max": [56284], "mean": [55849.0], "std": [251.4358765172544], "count": [871]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [871]}, "subtask_annotation": {"mean": [2.6727898966704937, 5.0, 5.0, 5.0, 5.0], "std": [1.3330322126946568, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [871]}, "scene_annotation": {"mean": [81.0], "std": [0.0], "min": [81], "max": [81], "count": [871]}, "eef_direction_state": {"mean": [4.981630309988519, 4.7715269804822045], "std": [1.6206567268026504, 1.7618009094247926], "min": [0, 0], "max": [6, 6], "count": [871]}, "eef_velocity_state": {"mean": [0.4397244546498278, 0.5315729047072331], "std": [0.6398420566707395, 0.6868301413577863], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_acc_mag_state": {"mean": [0.25143513203214696, 0.3065442020665901], "std": [0.6003593509472172, 0.6349491224618389], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_direction_action": {"mean": [4.981630309988519, 4.7715269804822045], "std": [1.6206567268026504, 1.7618009094247926], "min": [0, 0], "max": [6, 6], "count": [871]}, "eef_velocity_action": {"mean": [0.4397244546498278, 0.5315729047072331], "std": [0.6398420566707395, 0.6868301413577863], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_acc_mag_action": {"mean": [0.25143513203214696, 0.3065442020665901], "std": [0.6003593509472172, 0.6349491224618389], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_sim_pose_state": {"mean": [0.7000582319440002, 0.13266441999827344, 1.2070716298847768, -1.8837450969580636, 1.080037797589464, -2.4567512480198612, 0.6469609668821914, -0.1573416811099899, 1.2998433973805599, 1.685790225426256, 1.0886840924765973, 2.3885475319816365], "std": [0.021947639664070293, 0.04246137793713471, 0.03499607227257811, 0.0883712173170501, 0.05341456266415148, 0.0965131121670772, 0.0457995316649591, 0.09217083355399781, 0.05628861752017334, 0.15091314492347788, 0.08867039249949038, 0.2814325972163143], "min": [0.6275170721640464, -0.009042329986783337, 1.153531371804415, -2.0766445180830337, 0.9284693552491028, -2.6698822952517256, 0.574726283115113, -0.27052051613500794, 1.2449036530481479, 1.1629081412625868, 0.9217489331633506, 2.1279128528950135], "max": [0.7247280047049032, 0.19045927559313963, 1.291537879583356, -1.6859967763873085, 1.2027337722065212, -2.339240694812353, 0.7301722665890071, 0.04437221665560853, 1.446151556609383, 1.9945712261021433, 1.3105100692741596, 2.976931784235011], "count": [871]}, "eef_sim_pose_action": {"mean": [0.7000582319440002, 0.13266441999827344, 1.2070716298847768, -1.8837450969580636, 1.080037797589464, -2.4567512480198612, 0.6469609668821914, -0.1573416811099899, 1.2998433973805599, 1.685790225426256, 1.0886840924765973, 2.3885475319816365], "std": [0.021947639664070293, 0.04246137793713471, 0.03499607227257811, 0.0883712173170501, 0.05341456266415148, 0.0965131121670772, 0.0457995316649591, 0.09217083355399781, 0.05628861752017334, 0.15091314492347788, 0.08867039249949038, 0.2814325972163143], "min": [0.6275170721640464, -0.009042329986783337, 1.153531371804415, -2.0766445180830337, 0.9284693552491028, -2.6698822952517256, 0.574726283115113, -0.27052051613500794, 1.2449036530481479, 1.1629081412625868, 0.9217489331633506, 2.1279128528950135], "max": [0.7247280047049032, 0.19045927559313963, 1.291537879583356, -1.6859967763873085, 1.2027337722065212, -2.339240694812353, 0.7301722665890071, 0.04437221665560853, 1.446151556609383, 1.9945712261021433, 1.3105100692741596, 2.976931784235011], "count": [871]}}} +{"episode_index": 82, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4664189659197012]], [[0.45849785685107375]], [[0.4556447362278245]]], "std": [[[0.18739308284626396]], [[0.19181034290001464]], [[0.1911586422295981]]], "count": [140]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.14901960784313725]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5758002640639589]], [[0.5850121279761905]], [[0.5847743157679739]]], "std": [[[0.28072713589559556]], [[0.2879632092739494]], [[0.2930267007825063]]], "count": [140]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.12941176470588237]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5649267711251168]], [[0.575608177229225]], [[0.5646256929855274]]], "std": [[[0.2899506361103463]], [[0.29322648480549307]], [[0.3017041230976912]]], "count": [140]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4352254055788983]], [[0.45682596288515404]], [[0.44236410772642387]]], "std": [[[0.3076403317089695]], [[0.3103824733883162]], [[0.3193326284247355]]], "count": [140]}, "observation.state": {"mean": [0.251386821269989, -0.9552336931228638, 1.210618257522583, 0.46854013204574585, -0.11414539068937302, 0.6003397703170776, -0.11781203001737595, -0.9457480311393738, 1.1672085523605347, -0.685777485370636, 0.37937599420547485, -0.27869099378585815, 0.7493770122528076, 0.9128167033195496, -0.0330863855779171, 0.0009697386994957924, 0.2394004762172699, 0.10074574500322342, 0.25247880816459656, 0.10035975277423859, 0.2865082621574402, 0.12454052269458771, 0.36530619859695435, 0.10828839987516403, 0.4308214783668518, 0.8560565114021301, 0.012101428583264351, -0.06979668885469437, 0.13887815177440643, 0.06610793620347977, 0.19701668620109558, 0.10369937866926193, 0.2698687016963959, 0.031850457191467285, 0.21059074997901917, 0.16188405454158783], "std": [0.11526085436344147, 0.09655803442001343, 0.07425281405448914, 0.08331381529569626, 0.11022496223449707, 0.051950518041849136, 0.18588560819625854, 0.2701435387134552, 0.31122082471847534, 0.5982131958007812, 0.12754996120929718, 0.5214715003967285, 0.2486495077610016, 0.04696505889296532, 0.018381407484412193, 0.0009404111187905073, 0.20568391680717468, 0.23225072026252747, 0.19429510831832886, 0.23653186857700348, 0.2102428376674652, 0.2667641043663025, 0.2682782709598541, 0.18239691853523254, 0.39691755175590515, 0.04400615766644478, 0.006105357315391302, 0.01469314657151699, 0.23530222475528717, 0.1155221089720726, 0.26991525292396545, 0.1932261735200882, 0.40446868538856506, 0.0799114778637886, 0.2584310472011566, 0.29280343651771545], "min": [-0.013900015503168106, -1.1737167835235596, 0.9596017599105835, 0.40214675664901733, -0.33603227138519287, 0.23594263195991516, -0.24013885855674744, -1.4293292760849, 0.7905842065811157, -1.9855802059173584, 0.14436465501785278, -0.7761954665184021, 0.027832407504320145, 0.8265879154205322, -0.047222066670656204, -0.0026234479155391455, 0.015157094225287437, -0.012260938063263893, 0.017905987799167633, -0.005857761017978191, 0.0468020923435688, 0.0023780111223459244, 0.09865473955869675, 0.013463488779962063, 0.0220338124781847, 0.7229863405227661, -0.0015980669995769858, -0.10480156540870667, -0.012669999152421951, -0.013831734657287598, 0.015489797107875347, -0.0022689278703182936, 0.012544553726911545, 0.006261368747800589, 0.025023657828569412, 0.010995574295520782], "max": [0.46394577622413635, -0.8253626823425293, 1.3340319395065308, 0.9866387844085693, 0.04550287872552872, 0.6138895153999329, 0.30834877490997314, -0.6535629630088806, 1.7283703088760376, 0.02354419231414795, 0.711058497428894, 0.9323858618736267, 1.1006810665130615, 1.0154379606246948, 0.007090399507433176, 0.0030597802251577377, 0.72314453125, 0.7223645448684692, 0.6877906322479248, 0.7371997833251953, 0.7565020322799683, 0.8333020210266113, 1.0667343139648438, 0.7236244082450867, 0.9297531843185425, 0.9147597551345825, 0.036193765699863434, -0.062111902981996536, 0.6570891737937927, 0.34488797187805176, 0.7975936532020569, 0.6174538731575012, 1.1991993188858032, 0.4928864538669586, 0.815276026725769, 0.8785768747329712], "count": [729]}, "action": {"mean": [0.251386821269989, -0.9552336931228638, 1.210618257522583, 0.46854013204574585, -0.11414539068937302, 0.6003397703170776, -0.11781203001737595, -0.9457480311393738, 1.1672085523605347, -0.685777485370636, 0.37937599420547485, -0.27869099378585815, 0.7493770122528076, 0.9128167033195496, -0.0330863855779171, 0.0009697386994957924, 0.2394004762172699, 0.10074574500322342, 0.25247880816459656, 0.10035975277423859, 0.2865082621574402, 0.12454052269458771, 0.36530619859695435, 0.10828839987516403, 0.4308214783668518, 0.8560565114021301, 0.012101428583264351, -0.06979668885469437, 0.13887815177440643, 0.06610793620347977, 0.19701668620109558, 0.10369937866926193, 0.2698687016963959, 0.031850457191467285, 0.21059074997901917, 0.16188405454158783], "std": [0.11526085436344147, 0.09655803442001343, 0.07425281405448914, 0.08331381529569626, 0.11022496223449707, 0.051950518041849136, 0.18588560819625854, 0.2701435387134552, 0.31122082471847534, 0.5982131958007812, 0.12754996120929718, 0.5214715003967285, 0.2486495077610016, 0.04696505889296532, 0.018381407484412193, 0.0009404111187905073, 0.20568391680717468, 0.23225072026252747, 0.19429510831832886, 0.23653186857700348, 0.2102428376674652, 0.2667641043663025, 0.2682782709598541, 0.18239691853523254, 0.39691755175590515, 0.04400615766644478, 0.006105357315391302, 0.01469314657151699, 0.23530222475528717, 0.1155221089720726, 0.26991525292396545, 0.1932261735200882, 0.40446868538856506, 0.0799114778637886, 0.2584310472011566, 0.29280343651771545], "min": [-0.013900015503168106, -1.1737167835235596, 0.9596017599105835, 0.40214675664901733, -0.33603227138519287, 0.23594263195991516, -0.24013885855674744, -1.4293292760849, 0.7905842065811157, -1.9855802059173584, 0.14436465501785278, -0.7761954665184021, 0.027832407504320145, 0.8265879154205322, -0.047222066670656204, -0.0026234479155391455, 0.015157094225287437, -0.012260938063263893, 0.017905987799167633, -0.005857761017978191, 0.0468020923435688, 0.0023780111223459244, 0.09865473955869675, 0.013463488779962063, 0.0220338124781847, 0.7229863405227661, -0.0015980669995769858, -0.10480156540870667, -0.012669999152421951, -0.013831734657287598, 0.015489797107875347, -0.0022689278703182936, 0.012544553726911545, 0.006261368747800589, 0.025023657828569412, 0.010995574295520782], "max": [0.46394577622413635, -0.8253626823425293, 1.3340319395065308, 0.9866387844085693, 0.04550287872552872, 0.6138895153999329, 0.30834877490997314, -0.6535629630088806, 1.7283703088760376, 0.02354419231414795, 0.711058497428894, 0.9323858618736267, 1.1006810665130615, 1.0154379606246948, 0.007090399507433176, 0.0030597802251577377, 0.72314453125, 0.7223645448684692, 0.6877906322479248, 0.7371997833251953, 0.7565020322799683, 0.8333020210266113, 1.0667343139648438, 0.7236244082450867, 0.9297531843185425, 0.9147597551345825, 0.036193765699863434, -0.062111902981996536, 0.6570891737937927, 0.34488797187805176, 0.7975936532020569, 0.6174538731575012, 1.1991993188858032, 0.4928864538669586, 0.815276026725769, 0.8785768747329712], "count": [729]}, "timestamp": {"min": [0.0], "max": [24.266666666666666], "mean": [12.133333333333335], "std": [7.014799170853532], "count": [729]}, "frame_index": {"min": [0], "max": [728], "mean": [364.0], "std": [210.44397512560596], "count": [729]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [729]}, "index": {"min": [56285], "max": [57013], "mean": [56649.0], "std": [210.44397512560596], "count": [729]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [729]}, "subtask_annotation": {"mean": [2.2962962962962963, 5.0, 5.0, 5.0, 5.0], "std": [1.3157273828393707, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [729]}, "scene_annotation": {"mean": [82.0], "std": [0.0], "min": [82], "max": [82], "count": [729]}, "eef_direction_state": {"mean": [4.842249657064472, 4.669410150891633], "std": [1.73199485776616, 1.755777391190042], "min": [0, 0], "max": [6, 6], "count": [729]}, "eef_velocity_state": {"mean": [0.4828532235939643, 0.5473251028806584], "std": [0.6458006858015747, 0.671400154367572], "min": [0, 0], "max": [2, 2], "count": [729]}, "eef_acc_mag_state": {"mean": [0.26474622770919065, 0.3991769547325103], "std": [0.6129646168178708, 0.7227818403325176], "min": [0, 0], "max": [2, 2], "count": [729]}, "eef_direction_action": {"mean": [4.842249657064472, 4.669410150891633], "std": [1.73199485776616, 1.755777391190042], "min": [0, 0], "max": [6, 6], "count": [729]}, "eef_velocity_action": {"mean": [0.4828532235939643, 0.5473251028806584], "std": [0.6458006858015747, 0.671400154367572], "min": [0, 0], "max": [2, 2], "count": [729]}, "eef_acc_mag_action": {"mean": [0.26474622770919065, 0.3991769547325103], "std": [0.6129646168178708, 0.7227818403325176], "min": [0, 0], "max": [2, 2], "count": [729]}, "eef_sim_pose_state": {"mean": [0.718350271812381, 0.14512795909960327, 1.2229258683487763, -1.8986324333857798, 1.0983164062849946, -2.4485326426876437, 0.6770442492104258, -0.09083933533486667, 1.3146648215827057, 1.4043520102038842, 0.989291384482507, 2.2297040475732497], "std": [0.02101386188694418, 0.056956849548160465, 0.03622340470359594, 0.11764985412671154, 0.03236636096323155, 0.11685067766599538, 0.05062688057422471, 0.056856584425941416, 0.06289493864869816, 0.16786270989342741, 0.12033911260586365, 0.13053164196360703], "min": [0.6365185820906716, 0.000694292847352479, 1.1564793198965007, -2.063834534096231, 1.0312923350001073, -2.7155748156573836, 0.601634535438787, -0.1988055287160635, 1.2479525220994216, 1.0056494522849888, 0.6894318361400269, 1.9907360970636887], "max": [0.7377094066849748, 0.20408463605243166, 1.3085180583033795, -1.6243801152773303, 1.2207071427647471, -2.2536431110521224, 0.7375401802043124, 0.03770171847530693, 1.4731194699734729, 1.6606387874483737, 1.1541059753448502, 2.458807340999153], "count": [729]}, "eef_sim_pose_action": {"mean": [0.718350271812381, 0.14512795909960327, 1.2229258683487763, -1.8986324333857798, 1.0983164062849946, -2.4485326426876437, 0.6770442492104258, -0.09083933533486667, 1.3146648215827057, 1.4043520102038842, 0.989291384482507, 2.2297040475732497], "std": [0.02101386188694418, 0.056956849548160465, 0.03622340470359594, 0.11764985412671154, 0.03236636096323155, 0.11685067766599538, 0.05062688057422471, 0.056856584425941416, 0.06289493864869816, 0.16786270989342741, 0.12033911260586365, 0.13053164196360703], "min": [0.6365185820906716, 0.000694292847352479, 1.1564793198965007, -2.063834534096231, 1.0312923350001073, -2.7155748156573836, 0.601634535438787, -0.1988055287160635, 1.2479525220994216, 1.0056494522849888, 0.6894318361400269, 1.9907360970636887], "max": [0.7377094066849748, 0.20408463605243166, 1.3085180583033795, -1.6243801152773303, 1.2207071427647471, -2.2536431110521224, 0.7375401802043124, 0.03770171847530693, 1.4731194699734729, 1.6606387874483737, 1.1541059753448502, 2.458807340999153], "count": [729]}}} +{"episode_index": 83, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4703666986497441]], [[0.4605167721158231]], [[0.4569809494857375]]], "std": [[[0.18461795712132528]], [[0.19068185874421398]], [[0.19041707930310348]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.12941176470588237]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5469316907964736]], [[0.5556963238460758]], [[0.5568846250063333]]], "std": [[[0.2702118857934407]], [[0.27799495572615224]], [[0.2825258484452699]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.050980392156862744]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5673859217459594]], [[0.5819510706414348]], [[0.5695089869281046]]], "std": [[[0.283133166312153]], [[0.28488029180616986]], [[0.2948420753279419]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.457291451335056]], [[0.4897594191746466]], [[0.471906435248518]]], "std": [[[0.3114370359983163]], [[0.30948550730236496]], [[0.3237951134549003]]], "count": [129]}, "observation.state": {"mean": [0.17874591052532196, -0.991568386554718, 1.1365605592727661, 0.306463360786438, 0.022192440927028656, 0.8527941107749939, -0.10246570408344269, -0.7566375732421875, 1.096961259841919, -0.9750077128410339, 0.4735589623451233, -0.11582547426223755, 0.5568506717681885, 0.9271498322486877, -0.034183867275714874, 0.003921554423868656, 0.15815800428390503, 0.14332708716392517, 0.1869887113571167, 0.14809489250183105, 0.2328292727470398, 0.15501224994659424, 0.26718559861183167, 0.16545648872852325, 0.5129942893981934, 0.9036092758178711, 0.013244034722447395, -0.06981728225946426, 0.16554288566112518, 0.0936795026063919, 0.23010949790477753, 0.12827914953231812, 0.2757970690727234, 0.22276148200035095, 0.2203758805990219, 0.15603689849376678], "std": [0.10029194504022598, 0.10042905807495117, 0.04844238981604576, 0.16952531039714813, 0.10340186208486557, 0.14893947541713715, 0.20539970695972443, 0.38220325112342834, 0.35525205731391907, 0.5551286339759827, 0.11800716817378998, 0.5652017593383789, 0.378378301858902, 0.019516773521900177, 0.019171055406332016, 0.0030206735245883465, 0.18199573457241058, 0.2935071289539337, 0.17426562309265137, 0.30204662680625916, 0.21235507726669312, 0.3185728192329407, 0.1585470587015152, 0.3138469159603119, 0.4900863468647003, 0.06173986569046974, 0.006174626760184765, 0.00786616187542677, 0.2105996161699295, 0.17497971653938293, 0.22377553582191467, 0.2178434133529663, 0.3145495653152466, 0.459950715303421, 0.24544498324394226, 0.2532733678817749], "min": [-0.03674086183309555, -1.2550188302993774, 1.0041866302490234, 0.16561999917030334, -0.17587295174598694, 0.21057450771331787, -0.4580029845237732, -1.2583447694778442, 0.6930338144302368, -1.9217784404754639, 0.15356776118278503, -0.733076810836792, 0.024639200419187546, 0.8751953840255737, -0.0463712178170681, -0.0028197974897921085, 0.01618792861700058, -0.0057977656833827496, 0.012233667075634003, -0.006719517521560192, 0.018222328275442123, 0.00021816622756887227, 0.08047604560852051, 0.01366810966283083, 0.016366340219974518, 0.7443283796310425, 0.0011780973291024566, -0.08658469468355179, -0.011715522035956383, -0.01205368060618639, 0.016918785870075226, -0.03491203486919403, 0.021222112700343132, 0.004374231677502394, 0.02776709757745266, 0.012555462308228016], "max": [0.38768646121025085, -0.8072976469993591, 1.2338588237762451, 1.026979923248291, 0.09768158197402954, 0.8938210606575012, 0.3934920132160187, -0.3381780683994293, 1.639033555984497, -0.25520288944244385, 0.6832703948020935, 0.7982494831085205, 1.1026772260665894, 0.979620635509491, 0.011628256179392338, 0.007564911153167486, 0.5491951107978821, 0.8174958229064941, 0.5501932501792908, 0.8437902927398682, 0.6864652633666992, 0.9624291062355042, 0.6392486691474915, 0.953811526298523, 1.17161226272583, 0.9799860119819641, 0.03837542608380318, -0.06315910071134567, 0.6215935349464417, 0.4823053479194641, 0.6882269382476807, 0.6111924648284912, 0.9440703392028809, 1.2821680307388306, 0.7341291308403015, 0.7920467257499695], "count": [655]}, "action": {"mean": [0.17874591052532196, -0.991568386554718, 1.1365605592727661, 0.306463360786438, 0.022192440927028656, 0.8527941107749939, -0.10246570408344269, -0.7566375732421875, 1.096961259841919, -0.9750077128410339, 0.4735589623451233, -0.11582547426223755, 0.5568506717681885, 0.9271498322486877, -0.034183867275714874, 0.003921554423868656, 0.15815800428390503, 0.14332708716392517, 0.1869887113571167, 0.14809489250183105, 0.2328292727470398, 0.15501224994659424, 0.26718559861183167, 0.16545648872852325, 0.5129942893981934, 0.9036092758178711, 0.013244034722447395, -0.06981728225946426, 0.16554288566112518, 0.0936795026063919, 0.23010949790477753, 0.12827914953231812, 0.2757970690727234, 0.22276148200035095, 0.2203758805990219, 0.15603689849376678], "std": [0.10029194504022598, 0.10042905807495117, 0.04844238981604576, 0.16952531039714813, 0.10340186208486557, 0.14893947541713715, 0.20539970695972443, 0.38220325112342834, 0.35525205731391907, 0.5551286339759827, 0.11800716817378998, 0.5652017593383789, 0.378378301858902, 0.019516773521900177, 0.019171055406332016, 0.0030206735245883465, 0.18199573457241058, 0.2935071289539337, 0.17426562309265137, 0.30204662680625916, 0.21235507726669312, 0.3185728192329407, 0.1585470587015152, 0.3138469159603119, 0.4900863468647003, 0.06173986569046974, 0.006174626760184765, 0.00786616187542677, 0.2105996161699295, 0.17497971653938293, 0.22377553582191467, 0.2178434133529663, 0.3145495653152466, 0.459950715303421, 0.24544498324394226, 0.2532733678817749], "min": [-0.03674086183309555, -1.2550188302993774, 1.0041866302490234, 0.16561999917030334, -0.17587295174598694, 0.21057450771331787, -0.4580029845237732, -1.2583447694778442, 0.6930338144302368, -1.9217784404754639, 0.15356776118278503, -0.733076810836792, 0.024639200419187546, 0.8751953840255737, -0.0463712178170681, -0.0028197974897921085, 0.01618792861700058, -0.0057977656833827496, 0.012233667075634003, -0.006719517521560192, 0.018222328275442123, 0.00021816622756887227, 0.08047604560852051, 0.01366810966283083, 0.016366340219974518, 0.7443283796310425, 0.0011780973291024566, -0.08658469468355179, -0.011715522035956383, -0.01205368060618639, 0.016918785870075226, -0.03491203486919403, 0.021222112700343132, 0.004374231677502394, 0.02776709757745266, 0.012555462308228016], "max": [0.38768646121025085, -0.8072976469993591, 1.2338588237762451, 1.026979923248291, 0.09768158197402954, 0.8938210606575012, 0.3934920132160187, -0.3381780683994293, 1.639033555984497, -0.25520288944244385, 0.6832703948020935, 0.7982494831085205, 1.1026772260665894, 0.979620635509491, 0.011628256179392338, 0.007564911153167486, 0.5491951107978821, 0.8174958229064941, 0.5501932501792908, 0.8437902927398682, 0.6864652633666992, 0.9624291062355042, 0.6392486691474915, 0.953811526298523, 1.17161226272583, 0.9799860119819641, 0.03837542608380318, -0.06315910071134567, 0.6215935349464417, 0.4823053479194641, 0.6882269382476807, 0.6111924648284912, 0.9440703392028809, 1.2821680307388306, 0.7341291308403015, 0.7920467257499695], "count": [655]}, "timestamp": {"min": [0.0], "max": [21.8], "mean": [10.9], "std": [6.3027330932258625], "count": [655]}, "frame_index": {"min": [0], "max": [654], "mean": [327.0], "std": [189.08199279677586], "count": [655]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [655]}, "index": {"min": [57014], "max": [57668], "mean": [57341.0], "std": [189.08199279677586], "count": [655]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [655]}, "subtask_annotation": {"mean": [2.1770992366412214, 5.0, 5.0, 5.0, 5.0], "std": [1.3543576762963652, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [655]}, "scene_annotation": {"mean": [83.0], "std": [0.0], "min": [83], "max": [83], "count": [655]}, "eef_direction_state": {"mean": [5.094656488549618, 4.436641221374046], "std": [1.4282489667447822, 2.0449605198552008], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_state": {"mean": [0.517557251908397, 0.6473282442748092], "std": [0.6896708935272673, 0.7305052360450842], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_state": {"mean": [0.22900763358778625, 0.4259541984732824], "std": [0.5711229797136539, 0.7353233475030787], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_direction_action": {"mean": [5.094656488549618, 4.436641221374046], "std": [1.4282489667447822, 2.0449605198552008], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_action": {"mean": [0.517557251908397, 0.6473282442748092], "std": [0.6896708935272673, 0.7305052360450842], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_action": {"mean": [0.22900763358778625, 0.4259541984732824], "std": [0.5711229797136539, 0.7353233475030787], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_sim_pose_state": {"mean": [0.7027618434215058, 0.10110466578756615, 1.2229998744984998, -2.067505011447988, 1.1346859521096428, -2.6660621274130007, 0.6460973320562629, -0.13460384826332233, 1.3313952934295807, 1.2993914019300004, 1.1141252736659792, 2.111250277164519], "std": [0.01616619809039234, 0.051365198694494324, 0.035532720437391384, 0.181974087252112, 0.03472725240106307, 0.09667114383292981, 0.067713877621629, 0.07543110263581207, 0.05862701433069109, 0.33152656912693146, 0.06364215519675773, 0.391073207998296], "min": [0.6625504950918668, -0.043924237088005774, 1.1590101806415347, -2.243802868750718, 1.0484900773525525, -2.817952685771606, 0.5585029895357183, -0.2672683595251934, 1.2309678540076388, 0.7814713307311951, 0.9427845531505312, 1.531357391788158], "max": [0.73643858528471, 0.1414280205016519, 1.3100134869207989, -1.6782260963764315, 1.2511100056569897, -2.4014407558328474, 0.7483745017066596, 0.004180471894920185, 1.4748856456834387, 1.7876020395449497, 1.2112476646637136, 2.615684702784802], "count": [655]}, "eef_sim_pose_action": {"mean": [0.7027618434215058, 0.10110466578756615, 1.2229998744984998, -2.067505011447988, 1.1346859521096428, -2.6660621274130007, 0.6460973320562629, -0.13460384826332233, 1.3313952934295807, 1.2993914019300004, 1.1141252736659792, 2.111250277164519], "std": [0.01616619809039234, 0.051365198694494324, 0.035532720437391384, 0.181974087252112, 0.03472725240106307, 0.09667114383292981, 0.067713877621629, 0.07543110263581207, 0.05862701433069109, 0.33152656912693146, 0.06364215519675773, 0.391073207998296], "min": [0.6625504950918668, -0.043924237088005774, 1.1590101806415347, -2.243802868750718, 1.0484900773525525, -2.817952685771606, 0.5585029895357183, -0.2672683595251934, 1.2309678540076388, 0.7814713307311951, 0.9427845531505312, 1.531357391788158], "max": [0.73643858528471, 0.1414280205016519, 1.3100134869207989, -1.6782260963764315, 1.2511100056569897, -2.4014407558328474, 0.7483745017066596, 0.004180471894920185, 1.4748856456834387, 1.7876020395449497, 1.2112476646637136, 2.615684702784802], "count": [655]}}} +{"episode_index": 84, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47381518723783045]], [[0.46524175690176567]], [[0.4623122576455955]]], "std": [[[0.18887824244958856]], [[0.19403934044442528]], [[0.19376744999465723]]], "count": [134]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.1450980392156863]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5371824608574773]], [[0.5469466683128476]], [[0.546936864391279]]], "std": [[[0.2726070619412087]], [[0.2796108669939371]], [[0.2836090941729072]]], "count": [134]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.10980392156862745]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5862003722197835]], [[0.5965382996171106]], [[0.588904111489123]]], "std": [[[0.2843350544056335]], [[0.28518837442991696]], [[0.2951725728969276]]], "count": [134]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4172113726709589]], [[0.4481137297580724]], [[0.4303429512974344]]], "std": [[[0.3092926838003995]], [[0.30719347921868584]], [[0.31763272761841665]]], "count": [134]}, "observation.state": {"mean": [0.22593523561954498, -0.9638204574584961, 1.0993958711624146, -0.9055221080780029, -0.0573483407497406, 2.06071400642395, -0.24399611353874207, -0.8435287475585938, 1.2083673477172852, -0.7830971479415894, 0.5420334339141846, -0.12693347036838531, 0.5065521001815796, 0.9007290601730347, -0.031932532787323, 0.003011953318491578, 0.10680274665355682, 0.09490592032670975, 0.11993954330682755, 0.07738269120454788, 0.16388407349586487, 0.09878284484148026, 0.18501465022563934, 0.10712943971157074, 0.48746877908706665, 0.9368035197257996, 0.013099693693220615, -0.0665283352136612, 0.0991971343755722, 0.09758412092924118, 0.1351838856935501, 0.12333770096302032, 0.15673363208770752, 0.17295128107070923, 0.13697800040245056, 0.1588556319475174], "std": [0.09876535832881927, 0.10729529708623886, 0.07180439680814743, 0.5078963041305542, 0.08663474023342133, 0.49418991804122925, 0.271180123090744, 0.3031749129295349, 0.34504035115242004, 0.6772147417068481, 0.17989569902420044, 0.5657621026039124, 0.3955000042915344, 0.03216585889458656, 0.017388690263032913, 0.002484146971255541, 0.198666512966156, 0.23683078587055206, 0.20712822675704956, 0.20105360448360443, 0.2716491222381592, 0.2506272792816162, 0.21419017016887665, 0.2235918641090393, 0.4844667613506317, 0.09114976972341537, 0.006024365313351154, 0.006459529977291822, 0.20105814933776855, 0.20447266101837158, 0.21336671710014343, 0.22963105142116547, 0.2643023431301117, 0.37097781896591187, 0.20483814179897308, 0.2991679906845093], "min": [0.01747635006904602, -1.2620640993118286, 0.8355568051338196, -1.2563539743423462, -0.22336585819721222, 0.2661268711090088, -0.4728389382362366, -1.3605682849884033, 0.8737506866455078, -1.7867242097854614, 0.3505164384841919, -0.6953920125961304, 0.02163117378950119, 0.8088074326515198, -0.04550400748848915, -0.003032509470358491, 0.007826711051166058, -0.006975862663239241, 0.012871803715825081, -0.009970192797482014, 0.017306029796600342, -0.010766499675810337, 0.02362193912267685, 0.007352199871093035, 0.01826002262532711, 0.636630654335022, 0.001478075748309493, -0.0817795842885971, -0.014835298992693424, -0.008459392935037613, 0.014295336790382862, -0.022918354719877243, 0.012380929663777351, 0.008377579972147942, 0.022390002384781837, 0.014753486029803753], "max": [0.39154887199401855, -0.7864118218421936, 1.1730372905731201, 0.942268431186676, 0.2200160175561905, 2.3439764976501465, 0.3713664412498474, -0.34601908922195435, 1.8364351987838745, -0.09255550056695938, 0.9777337312698364, 0.6619435548782349, 1.085823893547058, 1.0119602680206299, 0.017780540511012077, 0.006058672908693552, 0.5996623635292053, 0.7219118475914001, 0.6284221410751343, 0.6572200655937195, 0.8300403952598572, 0.83933424949646, 0.7467337250709534, 0.7499788999557495, 1.1853185892105103, 1.043117880821228, 0.054890602827072144, -0.06162102892994881, 0.5796074271202087, 0.5994606018066406, 0.6427829265594482, 0.6900922656059265, 0.7951120138168335, 1.0753846168518066, 0.6106852293014526, 0.9052095413208008], "count": [690]}, "action": {"mean": [0.22593523561954498, -0.9638204574584961, 1.0993958711624146, -0.9055221080780029, -0.0573483407497406, 2.06071400642395, -0.24399611353874207, -0.8435287475585938, 1.2083673477172852, -0.7830971479415894, 0.5420334339141846, -0.12693347036838531, 0.5065521001815796, 0.9007290601730347, -0.031932532787323, 0.003011953318491578, 0.10680274665355682, 0.09490592032670975, 0.11993954330682755, 0.07738269120454788, 0.16388407349586487, 0.09878284484148026, 0.18501465022563934, 0.10712943971157074, 0.48746877908706665, 0.9368035197257996, 0.013099693693220615, -0.0665283352136612, 0.0991971343755722, 0.09758412092924118, 0.1351838856935501, 0.12333770096302032, 0.15673363208770752, 0.17295128107070923, 0.13697800040245056, 0.1588556319475174], "std": [0.09876535832881927, 0.10729529708623886, 0.07180439680814743, 0.5078963041305542, 0.08663474023342133, 0.49418991804122925, 0.271180123090744, 0.3031749129295349, 0.34504035115242004, 0.6772147417068481, 0.17989569902420044, 0.5657621026039124, 0.3955000042915344, 0.03216585889458656, 0.017388690263032913, 0.002484146971255541, 0.198666512966156, 0.23683078587055206, 0.20712822675704956, 0.20105360448360443, 0.2716491222381592, 0.2506272792816162, 0.21419017016887665, 0.2235918641090393, 0.4844667613506317, 0.09114976972341537, 0.006024365313351154, 0.006459529977291822, 0.20105814933776855, 0.20447266101837158, 0.21336671710014343, 0.22963105142116547, 0.2643023431301117, 0.37097781896591187, 0.20483814179897308, 0.2991679906845093], "min": [0.01747635006904602, -1.2620640993118286, 0.8355568051338196, -1.2563539743423462, -0.22336585819721222, 0.2661268711090088, -0.4728389382362366, -1.3605682849884033, 0.8737506866455078, -1.7867242097854614, 0.3505164384841919, -0.6953920125961304, 0.02163117378950119, 0.8088074326515198, -0.04550400748848915, -0.003032509470358491, 0.007826711051166058, -0.006975862663239241, 0.012871803715825081, -0.009970192797482014, 0.017306029796600342, -0.010766499675810337, 0.02362193912267685, 0.007352199871093035, 0.01826002262532711, 0.636630654335022, 0.001478075748309493, -0.0817795842885971, -0.014835298992693424, -0.008459392935037613, 0.014295336790382862, -0.022918354719877243, 0.012380929663777351, 0.008377579972147942, 0.022390002384781837, 0.014753486029803753], "max": [0.39154887199401855, -0.7864118218421936, 1.1730372905731201, 0.942268431186676, 0.2200160175561905, 2.3439764976501465, 0.3713664412498474, -0.34601908922195435, 1.8364351987838745, -0.09255550056695938, 0.9777337312698364, 0.6619435548782349, 1.085823893547058, 1.0119602680206299, 0.017780540511012077, 0.006058672908693552, 0.5996623635292053, 0.7219118475914001, 0.6284221410751343, 0.6572200655937195, 0.8300403952598572, 0.83933424949646, 0.7467337250709534, 0.7499788999557495, 1.1853185892105103, 1.043117880821228, 0.054890602827072144, -0.06162102892994881, 0.5796074271202087, 0.5994606018066406, 0.6427829265594482, 0.6900922656059265, 0.7951120138168335, 1.0753846168518066, 0.6106852293014526, 0.9052095413208008], "count": [690]}, "timestamp": {"min": [0.0], "max": [22.966666666666665], "mean": [11.483333333333333], "std": [6.639521122847697], "count": [690]}, "frame_index": {"min": [0], "max": [689], "mean": [344.5], "std": [199.1856336854309], "count": [690]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [690]}, "index": {"min": [57669], "max": [58358], "mean": [58013.5], "std": [199.1856336854309], "count": [690]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [690]}, "subtask_annotation": {"mean": [2.4, 5.0, 5.0, 5.0, 5.0], "std": [1.3564659966250578, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [690]}, "scene_annotation": {"mean": [84.0], "std": [0.0], "min": [84], "max": [84], "count": [690]}, "eef_direction_state": {"mean": [4.914492753623189, 4.676811594202898], "std": [1.6427067943690659, 1.8785320299882182], "min": [0, 0], "max": [6, 6], "count": [690]}, "eef_velocity_state": {"mean": [0.5130434782608696, 0.5376811594202898], "std": [0.6619937044838966, 0.6973243790697643], "min": [0, 0], "max": [2, 2], "count": [690]}, "eef_acc_mag_state": {"mean": [0.2927536231884058, 0.34057971014492755], "std": [0.6425309648162832, 0.6820299709891429], "min": [0, 0], "max": [2, 2], "count": [690]}, "eef_direction_action": {"mean": [4.914492753623189, 4.676811594202898], "std": [1.6427067943690659, 1.8785320299882182], "min": [0, 0], "max": [6, 6], "count": [690]}, "eef_velocity_action": {"mean": [0.5130434782608696, 0.5376811594202898], "std": [0.6619937044838966, 0.6973243790697643], "min": [0, 0], "max": [2, 2], "count": [690]}, "eef_acc_mag_action": {"mean": [0.2927536231884058, 0.34057971014492755], "std": [0.6425309648162832, 0.6820299709891429], "min": [0, 0], "max": [2, 2], "count": [690]}, "eef_sim_pose_state": {"mean": [0.699428282485204, 0.11187990321187048, 1.2183003570573478, -2.036877826386377, 1.1542937614146178, -2.5989037018607726, 0.6701217903513499, -0.14790441804032803, 1.283870261075487, 1.5660386494855831, 0.9860896921456143, 2.33761661885881], "std": [0.019177734217769762, 0.05575204296704297, 0.03539056439229083, 0.15896483309673134, 0.030053755955462436, 0.10210857599525723, 0.03873835565782597, 0.07343254185677951, 0.06130964559865845, 0.13197193896962212, 0.10220856964542219, 0.2117250514775178], "min": [0.653139504393432, -0.03828973009111264, 1.1607213951170636, -2.1901142454536346, 1.060417606044238, -2.752331147706599, 0.6106158228360417, -0.2943825904511511, 1.2379713138318873, 1.1147181840985698, 0.8582067252294698, 2.0891689096988975], "max": [0.7288860606788707, 0.16894324489861307, 1.3077367995677724, -1.5583292164717735, 1.231431191757057, -2.255400936280473, 0.7382626639905058, 0.012748576512035453, 1.457369501468115, 1.7565642674304454, 1.2349464959616627, 2.7930815799576862], "count": [690]}, "eef_sim_pose_action": {"mean": [0.699428282485204, 0.11187990321187048, 1.2183003570573478, -2.036877826386377, 1.1542937614146178, -2.5989037018607726, 0.6701217903513499, -0.14790441804032803, 1.283870261075487, 1.5660386494855831, 0.9860896921456143, 2.33761661885881], "std": [0.019177734217769762, 0.05575204296704297, 0.03539056439229083, 0.15896483309673134, 0.030053755955462436, 0.10210857599525723, 0.03873835565782597, 0.07343254185677951, 0.06130964559865845, 0.13197193896962212, 0.10220856964542219, 0.2117250514775178], "min": [0.653139504393432, -0.03828973009111264, 1.1607213951170636, -2.1901142454536346, 1.060417606044238, -2.752331147706599, 0.6106158228360417, -0.2943825904511511, 1.2379713138318873, 1.1147181840985698, 0.8582067252294698, 2.0891689096988975], "max": [0.7288860606788707, 0.16894324489861307, 1.3077367995677724, -1.5583292164717735, 1.231431191757057, -2.255400936280473, 0.7382626639905058, 0.012748576512035453, 1.457369501468115, 1.7565642674304454, 1.2349464959616627, 2.7930815799576862], "count": [690]}}} +{"episode_index": 85, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4732469812091503]], [[0.4629698243464052]], [[0.45955715686274506]]], "std": [[[0.1887189298632129]], [[0.19403607275408047]], [[0.19388508543896335]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.1607843137254902]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5626941639433551]], [[0.5724269076797385]], [[0.574248227124183]]], "std": [[[0.27402854526645376]], [[0.28126023648457443]], [[0.28563083387524063]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.09803921568627451]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5689569716775599]], [[0.5810120697167755]], [[0.5713744607843138]]], "std": [[[0.2894648134887862]], [[0.2920868601604927]], [[0.3027280376671454]]], "count": [150]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44705822167755993]], [[0.480361376633987]], [[0.46197627587145973]]], "std": [[[0.3116387027501513]], [[0.306827108841536]], [[0.32083966381022283]]], "count": [150]}, "observation.state": {"mean": [0.26550227403640747, -0.9938478469848633, 1.0709254741668701, -1.0869115591049194, -0.1415107101202011, 2.2077372074127197, -0.14886392652988434, -0.5883042216300964, 0.9962331056594849, -1.0590040683746338, 0.4065271019935608, 0.04564393684267998, 0.5940204858779907, 0.8842894434928894, -0.03410590440034866, 0.001343927113339305, 0.167035311460495, 0.11671537905931473, 0.1726055145263672, 0.10926219075918198, 0.21022650599479675, 0.020002400502562523, 0.22210246324539185, 0.13519637286663055, 0.4544183909893036, 0.9379711151123047, 0.013620967045426369, -0.06328056007623672, 0.10217384248971939, 0.05594361200928688, 0.13988305628299713, 0.08257614076137543, 0.1779252141714096, 0.14849697053432465, 0.1478470414876938, 0.12643498182296753], "std": [0.10602127015590668, 0.10176924616098404, 0.07378624379634857, 0.579664409160614, 0.06456809490919113, 0.5549118518829346, 0.194842129945755, 0.42483073472976685, 0.37711960077285767, 0.5111412405967712, 0.16407902538776398, 0.4798441529273987, 0.34364989399909973, 0.0431792289018631, 0.01657242886722088, 0.0039499965496361256, 0.2646089494228363, 0.22897474467754364, 0.26751646399497986, 0.23059627413749695, 0.3240048289299011, 0.03778870776295662, 0.304864764213562, 0.24998366832733154, 0.48646262288093567, 0.05196429789066315, 0.004366652108728886, 0.006819403730332851, 0.15555338561534882, 0.11596427857875824, 0.17094352841377258, 0.16714446246623993, 0.2912725806236267, 0.37053659558296204, 0.22162111103534698, 0.2608035206794739], "min": [-0.02628604881465435, -1.285834789276123, 0.8352407217025757, -1.7700108289718628, -0.23575188219547272, 0.10728999972343445, -0.3992763161659241, -1.3072808980941772, 0.6350137591362, -1.9561707973480225, 0.22559510171413422, -0.4616023898124695, 0.013528283685445786, 0.7263133525848389, -0.0443531796336174, -0.005132358521223068, 0.01719149388372898, -0.008459392935037613, 0.010744682513177395, -0.010144726373255253, 0.013504484668374062, 0.0033815752249211073, 0.016602445393800735, 0.00362155819311738, 0.02261292189359665, 0.8197211027145386, 0.0026179938577115536, -0.08263043314218521, -0.003997894935309887, -0.0007308567292056978, 0.013929908163845539, 0.011328278109431267, 0.01587158814072609, 0.004177881870418787, 0.024380067363381386, 0.019296795129776], "max": [0.4059734344482422, -0.8286125659942627, 1.1606274843215942, 1.1158279180526733, 0.08139734715223312, 2.913567066192627, 0.4184190630912781, -0.2071412205696106, 1.7138265371322632, -0.4745078980922699, 0.9065051078796387, 0.7963302135467529, 1.0331367254257202, 0.9663833975791931, 0.013766284100711346, 0.0193022508174181, 0.8133452534675598, 0.6326600313186646, 0.7908577919006348, 0.6676430106163025, 0.8903251886367798, 0.1795780211687088, 0.9360582232475281, 1.0909944772720337, 1.16549813747406, 1.0272026062011719, 0.04524765908718109, -0.060132045298814774, 0.5159629583358765, 0.38069993257522583, 0.6117215752601624, 0.5924465656280518, 1.0186123847961426, 1.2656092643737793, 0.8280278444290161, 0.9712211489677429], "count": [801]}, "action": {"mean": [0.26550227403640747, -0.9938478469848633, 1.0709254741668701, -1.0869115591049194, -0.1415107101202011, 2.2077372074127197, -0.14886392652988434, -0.5883042216300964, 0.9962331056594849, -1.0590040683746338, 0.4065271019935608, 0.04564393684267998, 0.5940204858779907, 0.8842894434928894, -0.03410590440034866, 0.001343927113339305, 0.167035311460495, 0.11671537905931473, 0.1726055145263672, 0.10926219075918198, 0.21022650599479675, 0.020002400502562523, 0.22210246324539185, 0.13519637286663055, 0.4544183909893036, 0.9379711151123047, 0.013620967045426369, -0.06328056007623672, 0.10217384248971939, 0.05594361200928688, 0.13988305628299713, 0.08257614076137543, 0.1779252141714096, 0.14849697053432465, 0.1478470414876938, 0.12643498182296753], "std": [0.10602127015590668, 0.10176924616098404, 0.07378624379634857, 0.579664409160614, 0.06456809490919113, 0.5549118518829346, 0.194842129945755, 0.42483073472976685, 0.37711960077285767, 0.5111412405967712, 0.16407902538776398, 0.4798441529273987, 0.34364989399909973, 0.0431792289018631, 0.01657242886722088, 0.0039499965496361256, 0.2646089494228363, 0.22897474467754364, 0.26751646399497986, 0.23059627413749695, 0.3240048289299011, 0.03778870776295662, 0.304864764213562, 0.24998366832733154, 0.48646262288093567, 0.05196429789066315, 0.004366652108728886, 0.006819403730332851, 0.15555338561534882, 0.11596427857875824, 0.17094352841377258, 0.16714446246623993, 0.2912725806236267, 0.37053659558296204, 0.22162111103534698, 0.2608035206794739], "min": [-0.02628604881465435, -1.285834789276123, 0.8352407217025757, -1.7700108289718628, -0.23575188219547272, 0.10728999972343445, -0.3992763161659241, -1.3072808980941772, 0.6350137591362, -1.9561707973480225, 0.22559510171413422, -0.4616023898124695, 0.013528283685445786, 0.7263133525848389, -0.0443531796336174, -0.005132358521223068, 0.01719149388372898, -0.008459392935037613, 0.010744682513177395, -0.010144726373255253, 0.013504484668374062, 0.0033815752249211073, 0.016602445393800735, 0.00362155819311738, 0.02261292189359665, 0.8197211027145386, 0.0026179938577115536, -0.08263043314218521, -0.003997894935309887, -0.0007308567292056978, 0.013929908163845539, 0.011328278109431267, 0.01587158814072609, 0.004177881870418787, 0.024380067363381386, 0.019296795129776], "max": [0.4059734344482422, -0.8286125659942627, 1.1606274843215942, 1.1158279180526733, 0.08139734715223312, 2.913567066192627, 0.4184190630912781, -0.2071412205696106, 1.7138265371322632, -0.4745078980922699, 0.9065051078796387, 0.7963302135467529, 1.0331367254257202, 0.9663833975791931, 0.013766284100711346, 0.0193022508174181, 0.8133452534675598, 0.6326600313186646, 0.7908577919006348, 0.6676430106163025, 0.8903251886367798, 0.1795780211687088, 0.9360582232475281, 1.0909944772720337, 1.16549813747406, 1.0272026062011719, 0.04524765908718109, -0.060132045298814774, 0.5159629583358765, 0.38069993257522583, 0.6117215752601624, 0.5924465656280518, 1.0186123847961426, 1.2656092643737793, 0.8280278444290161, 0.9712211489677429], "count": [801]}, "timestamp": {"min": [0.0], "max": [26.666666666666668], "mean": [13.333333333333334], "std": [7.707620087122056], "count": [801]}, "frame_index": {"min": [0], "max": [800], "mean": [400.0], "std": [231.22860261366168], "count": [801]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [801]}, "index": {"min": [58359], "max": [59159], "mean": [58759.0], "std": [231.22860261366168], "count": [801]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [801]}, "subtask_annotation": {"mean": [2.5031210986267167, 5.0, 5.0, 5.0, 5.0], "std": [1.4001258179835427, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [801]}, "scene_annotation": {"mean": [85.0], "std": [0.0], "min": [85], "max": [85], "count": [801]}, "eef_direction_state": {"mean": [4.890137328339575, 4.320848938826467], "std": [1.8059176152515986, 1.9585408919321237], "min": [0, 0], "max": [6, 6], "count": [801]}, "eef_velocity_state": {"mean": [0.4444444444444444, 0.6242197253433208], "std": [0.6258854180491485, 0.704799080930038], "min": [0, 0], "max": [2, 2], "count": [801]}, "eef_acc_mag_state": {"mean": [0.30087390761548066, 0.45068664169787764], "std": [0.6500642321712593, 0.7346448285761211], "min": [0, 0], "max": [2, 2], "count": [801]}, "eef_direction_action": {"mean": [4.890137328339575, 4.320848938826467], "std": [1.8059176152515986, 1.9585408919321237], "min": [0, 0], "max": [6, 6], "count": [801]}, "eef_velocity_action": {"mean": [0.4444444444444444, 0.6242197253433208], "std": [0.6258854180491485, 0.704799080930038], "min": [0, 0], "max": [2, 2], "count": [801]}, "eef_acc_mag_action": {"mean": [0.30087390761548066, 0.45068664169787764], "std": [0.6500642321712593, 0.7346448285761211], "min": [0, 0], "max": [2, 2], "count": [801]}, "eef_sim_pose_state": {"mean": [0.6958788985563918, 0.09941013876659432, 1.2024278122048007, -2.0571667753894305, 1.124539970945106, -2.59535802685107, 0.6280148606214753, -0.17394652284367398, 1.3095054111032087, 1.5462373157343872, 1.0684031735476023, 2.2461537632527055], "std": [0.019914824973117726, 0.046115075506852864, 0.038277420322471604, 0.15313620302357756, 0.03275539668089127, 0.11119943992952858, 0.07396965327553973, 0.07409743211078242, 0.04975992196661909, 0.16951388541089266, 0.07656769396879544, 0.21664511952750487], "min": [0.6304454565990791, -0.0408266532055431, 1.1591837848870192, -2.1876557154270007, 1.0804308049572477, -2.9037531430875054, 0.5493817722311566, -0.2737418023741193, 1.2338505514895075, 1.1325065265113075, 0.9321892349409877, 1.947097916267979], "max": [0.7257919544957359, 0.1482443713346286, 1.3169838644359875, -1.5874365285033816, 1.2263786046295126, -2.2524217579587105, 0.7419691090388916, -0.0010028618960652436, 1.4557368632548044, 2.0806569002377473, 1.2068329656611083, 2.6868318188196345], "count": [801]}, "eef_sim_pose_action": {"mean": [0.6958788985563918, 0.09941013876659432, 1.2024278122048007, -2.0571667753894305, 1.124539970945106, -2.59535802685107, 0.6280148606214753, -0.17394652284367398, 1.3095054111032087, 1.5462373157343872, 1.0684031735476023, 2.2461537632527055], "std": [0.019914824973117726, 0.046115075506852864, 0.038277420322471604, 0.15313620302357756, 0.03275539668089127, 0.11119943992952858, 0.07396965327553973, 0.07409743211078242, 0.04975992196661909, 0.16951388541089266, 0.07656769396879544, 0.21664511952750487], "min": [0.6304454565990791, -0.0408266532055431, 1.1591837848870192, -2.1876557154270007, 1.0804308049572477, -2.9037531430875054, 0.5493817722311566, -0.2737418023741193, 1.2338505514895075, 1.1325065265113075, 0.9321892349409877, 1.947097916267979], "max": [0.7257919544957359, 0.1482443713346286, 1.3169838644359875, -1.5874365285033816, 1.2263786046295126, -2.2524217579587105, 0.7419691090388916, -0.0010028618960652436, 1.4557368632548044, 2.0806569002377473, 1.2068329656611083, 2.6868318188196345], "count": [801]}}} +{"episode_index": 86, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471450431372549]], [[0.4637503366013072]], [[0.4578837581699346]]], "std": [[[0.17714005587766113]], [[0.18171005387628214]], [[0.18261786870426286]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.1607843137254902]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5579557434640523]], [[0.5663613611111111]], [[0.5666723169934641]]], "std": [[[0.2786491559280482]], [[0.28595712329704587]], [[0.2901164130075336]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.03529411764705882]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5946471111111111]], [[0.6050936470588235]], [[0.598369839869281]]], "std": [[[0.28898028471770737]], [[0.29023698168045875]], [[0.30170573182173416]]], "count": [125]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44820318627450983]], [[0.4857347173202614]], [[0.46588374836601304]]], "std": [[[0.3103712650031601]], [[0.30832368883440825]], [[0.3220459540339716]]], "count": [125]}, "observation.state": {"mean": [0.085050567984581, -1.0133073329925537, 1.1488103866577148, 0.07045400887727737, 0.11224117130041122, 1.160089373588562, -0.23562152683734894, -0.7199071645736694, 1.101561188697815, -0.9588173627853394, 0.40173670649528503, -0.009692252613604069, 0.4926374554634094, 0.9211319088935852, -0.03341873735189438, 0.004882666282355785, 0.16749799251556396, 0.13094592094421387, 0.2071671187877655, 0.12636488676071167, 0.2525484263896942, 0.17561006546020508, 0.26287776231765747, 0.14308467507362366, 0.5469195246696472, 0.9293391704559326, 0.01313727255910635, -0.06547840684652328, 0.1474856734275818, 0.09403768926858902, 0.192828968167305, 0.08882054686546326, 0.23585934937000275, 0.11828693747520447, 0.24794121086597443, 0.0866871029138565], "std": [0.12854956090450287, 0.10104051232337952, 0.06960654258728027, 0.045382436364889145, 0.14012877643108368, 0.04274773225188255, 0.2798495590686798, 0.3690144121646881, 0.3427985608577728, 0.5306777954101562, 0.17932814359664917, 0.4558325409889221, 0.42804011702537537, 0.020834632217884064, 0.01935243047773838, 0.003010048298165202, 0.1602674424648285, 0.26932042837142944, 0.16080710291862488, 0.2796749472618103, 0.23757442831993103, 0.35956713557243347, 0.23876726627349854, 0.2570960223674774, 0.49203822016716003, 0.07750867307186127, 0.005585403647273779, 0.008590904995799065, 0.21176545321941376, 0.17558631300926208, 0.23880736529827118, 0.15954281389713287, 0.3164307177066803, 0.2540840804576874, 0.28605619072914124, 0.15865164995193481], "min": [-0.06380178034305573, -1.2837724685668945, 0.8849278688430786, 0.011933032423257828, -0.15933756530284882, 0.9413385987281799, -0.686894416809082, -1.30000901222229, 0.6971465349197388, -1.8592402935028076, 0.10637207329273224, -0.6425597667694092, 0.017390478402376175, 0.879285991191864, -0.045923974364995956, -0.001658062799833715, 0.018107790499925613, -0.009577494114637375, 0.03216314688324928, -0.008563021197915077, 0.05763949453830719, 0.0013471761485561728, 0.06992225348949432, 0.010035643354058266, 0.017938712611794472, 0.7639742493629456, 0.0006108652451075613, -0.08689012378454208, -0.016002487391233444, 0.002961605554446578, 0.011050116270780563, -0.013788101263344288, 0.013766284100711346, 0.0028252515476197004, 0.04417864605784416, 0.015315264463424683], "max": [0.3771243393421173, -0.8303292393684387, 1.2399863004684448, 0.3237296938896179, 0.2355373054742813, 1.2248822450637817, 0.38567179441452026, -0.31334638595581055, 1.75108003616333, -0.3410033881664276, 0.8631122708320618, 0.7064808011054993, 1.095324993133545, 0.9923723936080933, 0.010897398926317692, 0.008224863559007645, 0.5166774392127991, 0.772275447845459, 0.5544911026954651, 0.8139561414718628, 0.7715336680412292, 1.007883906364441, 0.8418868780136108, 0.8441776037216187, 1.170794129371643, 1.00779128074646, 0.04127703607082367, -0.06065564602613449, 0.6123160719871521, 0.508719801902771, 0.7150177359580994, 0.4790983498096466, 1.011391043663025, 0.8235063552856445, 0.9798333048820496, 0.6613652110099792], "count": [625]}, "action": {"mean": [0.085050567984581, -1.0133073329925537, 1.1488103866577148, 0.07045400887727737, 0.11224117130041122, 1.160089373588562, -0.23562152683734894, -0.7199071645736694, 1.101561188697815, -0.9588173627853394, 0.40173670649528503, -0.009692252613604069, 0.4926374554634094, 0.9211319088935852, -0.03341873735189438, 0.004882666282355785, 0.16749799251556396, 0.13094592094421387, 0.2071671187877655, 0.12636488676071167, 0.2525484263896942, 0.17561006546020508, 0.26287776231765747, 0.14308467507362366, 0.5469195246696472, 0.9293391704559326, 0.01313727255910635, -0.06547840684652328, 0.1474856734275818, 0.09403768926858902, 0.192828968167305, 0.08882054686546326, 0.23585934937000275, 0.11828693747520447, 0.24794121086597443, 0.0866871029138565], "std": [0.12854956090450287, 0.10104051232337952, 0.06960654258728027, 0.045382436364889145, 0.14012877643108368, 0.04274773225188255, 0.2798495590686798, 0.3690144121646881, 0.3427985608577728, 0.5306777954101562, 0.17932814359664917, 0.4558325409889221, 0.42804011702537537, 0.020834632217884064, 0.01935243047773838, 0.003010048298165202, 0.1602674424648285, 0.26932042837142944, 0.16080710291862488, 0.2796749472618103, 0.23757442831993103, 0.35956713557243347, 0.23876726627349854, 0.2570960223674774, 0.49203822016716003, 0.07750867307186127, 0.005585403647273779, 0.008590904995799065, 0.21176545321941376, 0.17558631300926208, 0.23880736529827118, 0.15954281389713287, 0.3164307177066803, 0.2540840804576874, 0.28605619072914124, 0.15865164995193481], "min": [-0.06380178034305573, -1.2837724685668945, 0.8849278688430786, 0.011933032423257828, -0.15933756530284882, 0.9413385987281799, -0.686894416809082, -1.30000901222229, 0.6971465349197388, -1.8592402935028076, 0.10637207329273224, -0.6425597667694092, 0.017390478402376175, 0.879285991191864, -0.045923974364995956, -0.001658062799833715, 0.018107790499925613, -0.009577494114637375, 0.03216314688324928, -0.008563021197915077, 0.05763949453830719, 0.0013471761485561728, 0.06992225348949432, 0.010035643354058266, 0.017938712611794472, 0.7639742493629456, 0.0006108652451075613, -0.08689012378454208, -0.016002487391233444, 0.002961605554446578, 0.011050116270780563, -0.013788101263344288, 0.013766284100711346, 0.0028252515476197004, 0.04417864605784416, 0.015315264463424683], "max": [0.3771243393421173, -0.8303292393684387, 1.2399863004684448, 0.3237296938896179, 0.2355373054742813, 1.2248822450637817, 0.38567179441452026, -0.31334638595581055, 1.75108003616333, -0.3410033881664276, 0.8631122708320618, 0.7064808011054993, 1.095324993133545, 0.9923723936080933, 0.010897398926317692, 0.008224863559007645, 0.5166774392127991, 0.772275447845459, 0.5544911026954651, 0.8139561414718628, 0.7715336680412292, 1.007883906364441, 0.8418868780136108, 0.8441776037216187, 1.170794129371643, 1.00779128074646, 0.04127703607082367, -0.06065564602613449, 0.6123160719871521, 0.508719801902771, 0.7150177359580994, 0.4790983498096466, 1.011391043663025, 0.8235063552856445, 0.9798333048820496, 0.6613652110099792], "count": [625]}, "timestamp": {"min": [0.0], "max": [20.8], "mean": [10.399999999999999], "std": [6.014057606050086], "count": [625]}, "frame_index": {"min": [0], "max": [624], "mean": [312.0], "std": [180.42172818150257], "count": [625]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [625]}, "index": {"min": [59160], "max": [59784], "mean": [59472.0], "std": [180.42172818150257], "count": [625]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [625]}, "subtask_annotation": {"mean": [2.1984, 5.0, 5.0, 5.0, 5.0], "std": [1.3666884941346347, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [625]}, "scene_annotation": {"mean": [86.0], "std": [0.0], "min": [86], "max": [86], "count": [625]}, "eef_direction_state": {"mean": [5.1632, 4.2528], "std": [1.3979147899639819, 1.979922261100169], "min": [0, 0], "max": [6, 6], "count": [625]}, "eef_velocity_state": {"mean": [0.472, 0.6624], "std": [0.6808935305904995, 0.7085381005986904], "min": [0, 0], "max": [2, 2], "count": [625]}, "eef_acc_mag_state": {"mean": [0.2256, 0.4384], "std": [0.5840416423509531, 0.741758343397633], "min": [0, 0], "max": [2, 2], "count": [625]}, "eef_direction_action": {"mean": [5.1632, 4.2528], "std": [1.3979147899639819, 1.979922261100169], "min": [0, 0], "max": [6, 6], "count": [625]}, "eef_velocity_action": {"mean": [0.472, 0.6624], "std": [0.6808935305904995, 0.7085381005986904], "min": [0, 0], "max": [2, 2], "count": [625]}, "eef_acc_mag_action": {"mean": [0.2256, 0.4384], "std": [0.5840416423509531, 0.741758343397633], "min": [0, 0], "max": [2, 2], "count": [625]}, "eef_sim_pose_state": {"mean": [0.7073847419396975, 0.09284384068372732, 1.2444826025391633, -2.1189875384116448, 1.185256168897129, -2.7288514485427977, 0.6550868545781681, -0.16621286550209075, 1.280532885592989, 1.703117552048455, 1.0365280731873994, 2.388918364749671], "std": [0.018341606929753042, 0.04799474867349836, 0.03510053004352452, 0.16257105569600294, 0.021190596424369615, 0.07999954030720599, 0.06277644936350714, 0.074963533518724, 0.06397307384639256, 0.20855229991571553, 0.0797485020014348, 0.11330385785049973], "min": [0.6437855861434214, -0.041799449730269306, 1.1639336375275418, -2.2697056839752205, 1.1358456111238575, -2.8441646500292355, 0.5684976444567831, -0.25220631496386153, 1.2359460308419734, 1.1427697032067419, 0.9028792464842055, 2.0686249641855317], "max": [0.7327765059170283, 0.13445281088407213, 1.3118097456234448, -1.7114023159754805, 1.2549394261604991, -2.5264640053585765, 0.7335162131491054, -0.006963542668532469, 1.4582618837390533, 2.0172257350679, 1.1982748019843492, 2.614795911797981], "count": [625]}, "eef_sim_pose_action": {"mean": [0.7073847419396975, 0.09284384068372732, 1.2444826025391633, -2.1189875384116448, 1.185256168897129, -2.7288514485427977, 0.6550868545781681, -0.16621286550209075, 1.280532885592989, 1.703117552048455, 1.0365280731873994, 2.388918364749671], "std": [0.018341606929753042, 0.04799474867349836, 0.03510053004352452, 0.16257105569600294, 0.021190596424369615, 0.07999954030720599, 0.06277644936350714, 0.074963533518724, 0.06397307384639256, 0.20855229991571553, 0.0797485020014348, 0.11330385785049973], "min": [0.6437855861434214, -0.041799449730269306, 1.1639336375275418, -2.2697056839752205, 1.1358456111238575, -2.8441646500292355, 0.5684976444567831, -0.25220631496386153, 1.2359460308419734, 1.1427697032067419, 0.9028792464842055, 2.0686249641855317], "max": [0.7327765059170283, 0.13445281088407213, 1.3118097456234448, -1.7114023159754805, 1.2549394261604991, -2.5264640053585765, 0.7335162131491054, -0.006963542668532469, 1.4582618837390533, 2.0172257350679, 1.1982748019843492, 2.614795911797981], "count": [625]}}} +{"episode_index": 87, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4771058101535188]], [[0.4667866823732077]], [[0.46428575771393826]]], "std": [[[0.18094846567876952]], [[0.18686077659005002]], [[0.18623965444210427]]], "count": [129]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.1607843137254902]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.54887457250342]], [[0.5566079919693976]], [[0.5574437256168617]]], "std": [[[0.2721216700749745]], [[0.2802888727775189]], [[0.28356788879669736]]], "count": [129]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.06274509803921569]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5682195479936161]], [[0.5817281723412879]], [[0.5730121044864975]]], "std": [[[0.2799627890046257]], [[0.2829920804112527]], [[0.2918909100763171]]], "count": [129]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4311234910954046]], [[0.45135469074580736]], [[0.43330359065460805]]], "std": [[[0.29773430236853277]], [[0.30005077974451233]], [[0.3104040768433135]]], "count": [129]}, "observation.state": {"mean": [0.11686228960752487, -1.0497710704803467, 1.1976772546768188, -0.09563566744327545, 0.10077272355556488, 1.291815996170044, -0.09416913986206055, -0.649489164352417, 1.081956386566162, -1.138999342918396, 0.5021463632583618, 0.07379653304815292, 0.554051399230957, 0.8926013112068176, -0.034326788038015366, 0.005460985470563173, 0.12061101198196411, 0.1350313425064087, 0.14743778109550476, 0.12081418931484222, 0.19782249629497528, 0.16157332062721252, 0.21916580200195312, 0.12761935591697693, 0.575050413608551, 0.9089533686637878, 0.012927564792335033, -0.06295415759086609, 0.18143895268440247, 0.10735168308019638, 0.2307613641023636, 0.09015565365552902, 0.24685293436050415, 0.125268816947937, 0.29989224672317505, 0.04884183034300804], "std": [0.10474864393472672, 0.10759804397821426, 0.0765627846121788, 0.20832963287830353, 0.12448593974113464, 0.2003585398197174, 0.2230091243982315, 0.487408310174942, 0.3541240692138672, 0.4940362572669983, 0.2440190315246582, 0.42141610383987427, 0.31153836846351624, 0.05245114490389824, 0.014504754915833473, 0.0034747235476970673, 0.18950386345386505, 0.29499226808547974, 0.19201767444610596, 0.26421451568603516, 0.2602604329586029, 0.3392013609409332, 0.24340161681175232, 0.2164262980222702, 0.49364185333251953, 0.08413642644882202, 0.0056832777336239815, 0.0007196008809842169, 0.25016963481903076, 0.18477964401245117, 0.2616029977798462, 0.1579994410276413, 0.28933781385421753, 0.25307726860046387, 0.40431419014930725, 0.12665092945098877], "min": [-0.08345969766378403, -1.325317621231079, 0.9242198467254639, -0.43477484583854675, -0.18167772889137268, 0.2904936373233795, -0.26424333453178406, -1.3120970726013184, 0.6847009062767029, -1.915615200996399, 0.12983281910419464, -0.5140383243560791, 0.018722014501690865, 0.7987226247787476, -0.043502327054739, -0.0020343994256109, 0.010810133069753647, -0.01155189797282219, 0.01788962632417679, -0.006752242334187031, 0.021669352427124977, 0.0011726431548595428, 0.029397889971733093, 0.01067377906292677, 0.019045904278755188, 0.7559675574302673, 0.0020343994256109, -0.0640917643904686, -0.004243331495672464, 0.004892376251518726, 0.012631820514798164, -0.011895510368049145, 0.017562376335263252, 0.0012108220253139734, 0.026136305183172226, 0.010221084579825401], "max": [0.3530556261539459, -0.8594167232513428, 1.28385591506958, 0.9140392541885376, 0.2207193672657013, 1.449399471282959, 0.4260008931159973, -0.09474898874759674, 1.7465620040893555, -0.46041715145111084, 0.933649480342865, 0.6793602705001831, 1.0431069135665894, 1.076668381690979, 0.007861253805458546, 0.008012152276933193, 0.5317472219467163, 0.8273078799247742, 0.5576053857803345, 0.7779532670974731, 0.7764860987663269, 0.9772480130195618, 0.7884852290153503, 0.7658010125160217, 1.1590840816497803, 1.1046392917633057, 0.05052728205919266, -0.06134286895394325, 0.8267517685890198, 0.517004668712616, 0.9724586606025696, 0.4447862505912781, 0.9911782741546631, 0.6879542469978333, 1.1652581691741943, 1.309111475944519], "count": [655]}, "action": {"mean": [0.11686228960752487, -1.0497710704803467, 1.1976772546768188, -0.09563566744327545, 0.10077272355556488, 1.291815996170044, -0.09416913986206055, -0.649489164352417, 1.081956386566162, -1.138999342918396, 0.5021463632583618, 0.07379653304815292, 0.554051399230957, 0.8926013112068176, -0.034326788038015366, 0.005460985470563173, 0.12061101198196411, 0.1350313425064087, 0.14743778109550476, 0.12081418931484222, 0.19782249629497528, 0.16157332062721252, 0.21916580200195312, 0.12761935591697693, 0.575050413608551, 0.9089533686637878, 0.012927564792335033, -0.06295415759086609, 0.18143895268440247, 0.10735168308019638, 0.2307613641023636, 0.09015565365552902, 0.24685293436050415, 0.125268816947937, 0.29989224672317505, 0.04884183034300804], "std": [0.10474864393472672, 0.10759804397821426, 0.0765627846121788, 0.20832963287830353, 0.12448593974113464, 0.2003585398197174, 0.2230091243982315, 0.487408310174942, 0.3541240692138672, 0.4940362572669983, 0.2440190315246582, 0.42141610383987427, 0.31153836846351624, 0.05245114490389824, 0.014504754915833473, 0.0034747235476970673, 0.18950386345386505, 0.29499226808547974, 0.19201767444610596, 0.26421451568603516, 0.2602604329586029, 0.3392013609409332, 0.24340161681175232, 0.2164262980222702, 0.49364185333251953, 0.08413642644882202, 0.0056832777336239815, 0.0007196008809842169, 0.25016963481903076, 0.18477964401245117, 0.2616029977798462, 0.1579994410276413, 0.28933781385421753, 0.25307726860046387, 0.40431419014930725, 0.12665092945098877], "min": [-0.08345969766378403, -1.325317621231079, 0.9242198467254639, -0.43477484583854675, -0.18167772889137268, 0.2904936373233795, -0.26424333453178406, -1.3120970726013184, 0.6847009062767029, -1.915615200996399, 0.12983281910419464, -0.5140383243560791, 0.018722014501690865, 0.7987226247787476, -0.043502327054739, -0.0020343994256109, 0.010810133069753647, -0.01155189797282219, 0.01788962632417679, -0.006752242334187031, 0.021669352427124977, 0.0011726431548595428, 0.029397889971733093, 0.01067377906292677, 0.019045904278755188, 0.7559675574302673, 0.0020343994256109, -0.0640917643904686, -0.004243331495672464, 0.004892376251518726, 0.012631820514798164, -0.011895510368049145, 0.017562376335263252, 0.0012108220253139734, 0.026136305183172226, 0.010221084579825401], "max": [0.3530556261539459, -0.8594167232513428, 1.28385591506958, 0.9140392541885376, 0.2207193672657013, 1.449399471282959, 0.4260008931159973, -0.09474898874759674, 1.7465620040893555, -0.46041715145111084, 0.933649480342865, 0.6793602705001831, 1.0431069135665894, 1.076668381690979, 0.007861253805458546, 0.008012152276933193, 0.5317472219467163, 0.8273078799247742, 0.5576053857803345, 0.7779532670974731, 0.7764860987663269, 0.9772480130195618, 0.7884852290153503, 0.7658010125160217, 1.1590840816497803, 1.1046392917633057, 0.05052728205919266, -0.06134286895394325, 0.8267517685890198, 0.517004668712616, 0.9724586606025696, 0.4447862505912781, 0.9911782741546631, 0.6879542469978333, 1.1652581691741943, 1.309111475944519], "count": [655]}, "timestamp": {"min": [0.0], "max": [21.8], "mean": [10.9], "std": [6.3027330932258625], "count": [655]}, "frame_index": {"min": [0], "max": [654], "mean": [327.0], "std": [189.08199279677586], "count": [655]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [655]}, "index": {"min": [59785], "max": [60439], "mean": [60112.0], "std": [189.08199279677586], "count": [655]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [655]}, "subtask_annotation": {"mean": [2.116030534351145, 5.0, 5.0, 5.0, 5.0], "std": [1.3371849657603196, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [655]}, "scene_annotation": {"mean": [87.0], "std": [0.0], "min": [87], "max": [87], "count": [655]}, "eef_direction_state": {"mean": [4.813740458015267, 4.325190839694656], "std": [1.7409641690688111, 2.0909599501660803], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_state": {"mean": [0.5267175572519084, 0.6900763358778625], "std": [0.6576414517080873, 0.765761105377332], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_state": {"mean": [0.27938931297709924, 0.4030534351145038], "std": [0.6298815540238729, 0.707208136470251], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_direction_action": {"mean": [4.813740458015267, 4.325190839694656], "std": [1.7409641690688111, 2.0909599501660803], "min": [0, 0], "max": [6, 6], "count": [655]}, "eef_velocity_action": {"mean": [0.5267175572519084, 0.6900763358778625], "std": [0.6576414517080873, 0.765761105377332], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_acc_mag_action": {"mean": [0.27938931297709924, 0.4030534351145038], "std": [0.6298815540238729, 0.707208136470251], "min": [0, 0], "max": [2, 2], "count": [655]}, "eef_sim_pose_state": {"mean": [0.7157391988574219, 0.08984712688690924, 1.2318533883278493, -2.1304771940804845, 1.1465870213591949, -2.7386474626902566, 0.6246701809533546, -0.15351040289268514, 1.3162802216365006, 1.5407330414649598, 1.105929213258308, 2.3453966045657886], "std": [0.018256463529447334, 0.05022399875960806, 0.0325446970570867, 0.2023094709324259, 0.03567000679997648, 0.12629462159437174, 0.09557183210571582, 0.07954402761791937, 0.05931413768531193, 0.18680601979538053, 0.10577001108561952, 0.16632453346946202], "min": [0.6593923364886617, -0.045089820779620315, 1.1656471422259425, -2.344347680148367, 0.9914855107406444, -2.882700316332344, 0.4996218836620781, -0.2399414818880516, 1.241458724636609, 0.9335386136218132, 1.0049687770897653, 1.8330005358001176], "max": [0.7417739268229175, 0.13488683842902502, 1.3134082696671314, -1.709912488010152, 1.2286973693936107, -2.5117454089849525, 0.7548191791576777, 0.013091765321915388, 1.4652616806927221, 1.7353644949591742, 1.3503183963142638, 2.690674201275288], "count": [655]}, "eef_sim_pose_action": {"mean": [0.7157391988574219, 0.08984712688690924, 1.2318533883278493, -2.1304771940804845, 1.1465870213591949, -2.7386474626902566, 0.6246701809533546, -0.15351040289268514, 1.3162802216365006, 1.5407330414649598, 1.105929213258308, 2.3453966045657886], "std": [0.018256463529447334, 0.05022399875960806, 0.0325446970570867, 0.2023094709324259, 0.03567000679997648, 0.12629462159437174, 0.09557183210571582, 0.07954402761791937, 0.05931413768531193, 0.18680601979538053, 0.10577001108561952, 0.16632453346946202], "min": [0.6593923364886617, -0.045089820779620315, 1.1656471422259425, -2.344347680148367, 0.9914855107406444, -2.882700316332344, 0.4996218836620781, -0.2399414818880516, 1.241458724636609, 0.9335386136218132, 1.0049687770897653, 1.8330005358001176], "max": [0.7417739268229175, 0.13488683842902502, 1.3134082696671314, -1.709912488010152, 1.2286973693936107, -2.5117454089849525, 0.7548191791576777, 0.013091765321915388, 1.4652616806927221, 1.7353644949591742, 1.3503183963142638, 2.690674201275288], "count": [655]}}} +{"episode_index": 88, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4792964804626887]], [[0.4684151370080406]], [[0.4659101689236846]]], "std": [[[0.183677263349246]], [[0.1911951533612241]], [[0.1900132806872922]]], "count": [139]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.1411764705882353]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5213992364931584]], [[0.5284838423378944]], [[0.5258921495156815]]], "std": [[[0.2834237480355074]], [[0.29102276440166225]], [[0.29496247133168385]]], "count": [139]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5537351515846147]], [[0.5653350834038651]], [[0.5509185827808342]]], "std": [[[0.2879021733324009]], [[0.29416978930824916]], [[0.3037504928132121]]], "count": [139]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42272795587059764]], [[0.45621314859876805]], [[0.4370797141698406]]], "std": [[[0.3053170368749263]], [[0.30125655905065896]], [[0.3135937226585137]]], "count": [139]}, "observation.state": {"mean": [0.20206397771835327, -0.9652469158172607, 1.0351780652999878, -1.2434579133987427, -0.16806045174598694, 2.423647403717041, -0.09325781464576721, -0.7359876036643982, 1.05463445186615, -0.9520317912101746, 0.41755732893943787, 0.08629160374403, 0.659802258014679, 0.9670641422271729, -0.0328470841050148, 0.0029382023494690657, 0.12351372092962265, 0.12551191449165344, 0.15630660951137543, 0.12292080372571945, 0.20689032971858978, 0.16108863055706024, 0.2707501947879791, 0.09379395097494125, 0.6040289998054504, 0.847637414932251, 0.011364534497261047, -0.06809356808662415, 0.24501103162765503, 0.09843885153532028, 0.28767409920692444, 0.10997863858938217, 0.34592583775520325, 0.19732654094696045, 0.3440623879432678, 0.21635869145393372], "std": [0.10697367042303085, 0.10174307227134705, 0.056639283895492554, 0.5437700748443604, 0.1175871267914772, 0.5670731067657471, 0.1964891254901886, 0.41048339009284973, 0.3654545545578003, 0.42522767186164856, 0.1490892916917801, 0.3587735891342163, 0.2702666223049164, 0.04300649091601372, 0.018557609990239143, 0.0012805057922378182, 0.16649512946605682, 0.27040067315101624, 0.1697997897863388, 0.2483169287443161, 0.22270378470420837, 0.33055344223976135, 0.31237778067588806, 0.17978397011756897, 0.4957813322544098, 0.0941094309091568, 0.004874203819781542, 0.007315922994166613, 0.28037551045417786, 0.1484919935464859, 0.30301135778427124, 0.1802392303943634, 0.3622820973396301, 0.31403639912605286, 0.34389182925224304, 0.301369845867157], "min": [0.0008702410850673914, -1.250298023223877, 0.816953718662262, -1.7502098083496094, -0.4156891405582428, 0.28119516372680664, -0.25463491678237915, -1.2712315320968628, 0.6188486814498901, -1.670433759689331, 0.1648808866739273, -0.338130384683609, 0.01676606945693493, 0.8015915155410767, -0.04586397856473923, -0.001036289264447987, 0.009113891050219536, -0.009097528643906116, 0.015271631069481373, -0.016340645030140877, 0.012222758494317532, 0.00185986643191427, 0.03360304236412048, 0.010635600425302982, 0.02024582028388977, 0.6329764127731323, 0.002737985225394368, -0.08171413093805313, 0.004881467670202255, -0.009948376566171646, 0.026774441823363304, -0.027548931539058685, 0.02689988724887371, -0.006152285262942314, 0.03259402513504028, 0.010150181129574776], "max": [0.44346532225608826, -0.8020523190498352, 1.0983515977859497, 0.964596688747406, 0.2347862720489502, 2.905055522918701, 0.3575379550457001, -0.27218279242515564, 1.5338058471679688, -0.4863574802875519, 0.6572704315185547, 0.7224789261817932, 1.0758209228515625, 1.0992083549499512, 0.01780235767364502, 0.006550438702106476, 0.5197589993476868, 0.8290696144104004, 0.553072988986969, 0.8028950691223145, 0.726046085357666, 0.9675942063331604, 1.067885160446167, 0.649698793888092, 1.179640769958496, 1.0322531461715698, 0.044396813958883286, -0.062111902981996536, 0.699347972869873, 0.36781176924705505, 0.7800748944282532, 0.456485390663147, 0.953811526298523, 0.764846920967102, 1.0177724361419678, 0.8726155757904053], "count": [723]}, "action": {"mean": [0.20206397771835327, -0.9652469158172607, 1.0351780652999878, -1.2434579133987427, -0.16806045174598694, 2.423647403717041, -0.09325781464576721, -0.7359876036643982, 1.05463445186615, -0.9520317912101746, 0.41755732893943787, 0.08629160374403, 0.659802258014679, 0.9670641422271729, -0.0328470841050148, 0.0029382023494690657, 0.12351372092962265, 0.12551191449165344, 0.15630660951137543, 0.12292080372571945, 0.20689032971858978, 0.16108863055706024, 0.2707501947879791, 0.09379395097494125, 0.6040289998054504, 0.847637414932251, 0.011364534497261047, -0.06809356808662415, 0.24501103162765503, 0.09843885153532028, 0.28767409920692444, 0.10997863858938217, 0.34592583775520325, 0.19732654094696045, 0.3440623879432678, 0.21635869145393372], "std": [0.10697367042303085, 0.10174307227134705, 0.056639283895492554, 0.5437700748443604, 0.1175871267914772, 0.5670731067657471, 0.1964891254901886, 0.41048339009284973, 0.3654545545578003, 0.42522767186164856, 0.1490892916917801, 0.3587735891342163, 0.2702666223049164, 0.04300649091601372, 0.018557609990239143, 0.0012805057922378182, 0.16649512946605682, 0.27040067315101624, 0.1697997897863388, 0.2483169287443161, 0.22270378470420837, 0.33055344223976135, 0.31237778067588806, 0.17978397011756897, 0.4957813322544098, 0.0941094309091568, 0.004874203819781542, 0.007315922994166613, 0.28037551045417786, 0.1484919935464859, 0.30301135778427124, 0.1802392303943634, 0.3622820973396301, 0.31403639912605286, 0.34389182925224304, 0.301369845867157], "min": [0.0008702410850673914, -1.250298023223877, 0.816953718662262, -1.7502098083496094, -0.4156891405582428, 0.28119516372680664, -0.25463491678237915, -1.2712315320968628, 0.6188486814498901, -1.670433759689331, 0.1648808866739273, -0.338130384683609, 0.01676606945693493, 0.8015915155410767, -0.04586397856473923, -0.001036289264447987, 0.009113891050219536, -0.009097528643906116, 0.015271631069481373, -0.016340645030140877, 0.012222758494317532, 0.00185986643191427, 0.03360304236412048, 0.010635600425302982, 0.02024582028388977, 0.6329764127731323, 0.002737985225394368, -0.08171413093805313, 0.004881467670202255, -0.009948376566171646, 0.026774441823363304, -0.027548931539058685, 0.02689988724887371, -0.006152285262942314, 0.03259402513504028, 0.010150181129574776], "max": [0.44346532225608826, -0.8020523190498352, 1.0983515977859497, 0.964596688747406, 0.2347862720489502, 2.905055522918701, 0.3575379550457001, -0.27218279242515564, 1.5338058471679688, -0.4863574802875519, 0.6572704315185547, 0.7224789261817932, 1.0758209228515625, 1.0992083549499512, 0.01780235767364502, 0.006550438702106476, 0.5197589993476868, 0.8290696144104004, 0.553072988986969, 0.8028950691223145, 0.726046085357666, 0.9675942063331604, 1.067885160446167, 0.649698793888092, 1.179640769958496, 1.0322531461715698, 0.044396813958883286, -0.062111902981996536, 0.699347972869873, 0.36781176924705505, 0.7800748944282532, 0.456485390663147, 0.953811526298523, 0.764846920967102, 1.0177724361419678, 0.8726155757904053], "count": [723]}, "timestamp": {"min": [0.0], "max": [24.066666666666666], "mean": [12.033333333333331], "std": [6.95706408916439], "count": [723]}, "frame_index": {"min": [0], "max": [722], "mean": [361.0], "std": [208.71192267493169], "count": [723]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [723]}, "index": {"min": [60440], "max": [61162], "mean": [60801.0], "std": [208.71192267493169], "count": [723]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [723]}, "subtask_annotation": {"mean": [2.2863070539419086, 5.0, 5.0, 5.0, 5.0], "std": [1.3241738152497653, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [723]}, "scene_annotation": {"mean": [88.0], "std": [0.0], "min": [88], "max": [88], "count": [723]}, "eef_direction_state": {"mean": [5.0428769017980635, 4.677731673582296], "std": [1.547617101995954, 1.8919321612647815], "min": [0, 0], "max": [6, 6], "count": [723]}, "eef_velocity_state": {"mean": [0.45228215767634855, 0.5933609958506224], "std": [0.6496128588976154, 0.740498255475657], "min": [0, 0], "max": [2, 2], "count": [723]}, "eef_acc_mag_state": {"mean": [0.29737206085753803, 0.36929460580912865], "std": [0.6452989988733344, 0.7060285163536372], "min": [0, 0], "max": [2, 2], "count": [723]}, "eef_direction_action": {"mean": [5.0428769017980635, 4.677731673582296], "std": [1.547617101995954, 1.8919321612647815], "min": [0, 0], "max": [6, 6], "count": [723]}, "eef_velocity_action": {"mean": [0.45228215767634855, 0.5933609958506224], "std": [0.6496128588976154, 0.740498255475657], "min": [0, 0], "max": [2, 2], "count": [723]}, "eef_acc_mag_action": {"mean": [0.29737206085753803, 0.36929460580912865], "std": [0.6452989988733344, 0.7060285163536372], "min": [0, 0], "max": [2, 2], "count": [723]}, "eef_sim_pose_state": {"mean": [0.6960062011345814, 0.1032910344115213, 1.2311736575676622, -1.9948652169202163, 1.1908059159607842, -2.5235657927962865, 0.6364357778892206, -0.12455189632029404, 1.3287170919199554, 1.4264282181077033, 0.9089741270321947, 2.2614460934452563], "std": [0.015086183022429596, 0.04379413501946481, 0.03100708549170771, 0.16237645832776615, 0.05125027997469343, 0.12775934667436548, 0.07898814287168704, 0.06956992816058503, 0.0625019825249588, 0.1687620851253153, 0.06929590664841631, 0.08868231402122716], "min": [0.6482396805322044, -0.028674369854049836, 1.1605681965463357, -2.2006880786229095, 0.9584798728562056, -2.8098289805783594, 0.5304074571461769, -0.24392811541071932, 1.2320109817447396, 1.0462799240839995, 0.8081798973717134, 2.0198474426276016], "max": [0.7151539136855677, 0.1388477271482471, 1.305721174480556, -1.6205011158306528, 1.2544719362854528, -2.2530012147873926, 0.7372930050187692, 0.0018073613057739135, 1.4789713551466055, 1.6971368037892391, 1.0431489420259403, 2.4581769653693013], "count": [723]}, "eef_sim_pose_action": {"mean": [0.6960062011345814, 0.1032910344115213, 1.2311736575676622, -1.9948652169202163, 1.1908059159607842, -2.5235657927962865, 0.6364357778892206, -0.12455189632029404, 1.3287170919199554, 1.4264282181077033, 0.9089741270321947, 2.2614460934452563], "std": [0.015086183022429596, 0.04379413501946481, 0.03100708549170771, 0.16237645832776615, 0.05125027997469343, 0.12775934667436548, 0.07898814287168704, 0.06956992816058503, 0.0625019825249588, 0.1687620851253153, 0.06929590664841631, 0.08868231402122716], "min": [0.6482396805322044, -0.028674369854049836, 1.1605681965463357, -2.2006880786229095, 0.9584798728562056, -2.8098289805783594, 0.5304074571461769, -0.24392811541071932, 1.2320109817447396, 1.0462799240839995, 0.8081798973717134, 2.0198474426276016], "max": [0.7151539136855677, 0.1388477271482471, 1.305721174480556, -1.6205011158306528, 1.2544719362854528, -2.2530012147873926, 0.7372930050187692, 0.0018073613057739135, 1.4789713551466055, 1.6971368037892391, 1.0431489420259403, 2.4581769653693013], "count": [723]}}} +{"episode_index": 89, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4574672651467995]], [[0.44905808272383024]], [[0.4469250051872601]]], "std": [[[0.1991476474936033]], [[0.20105624552476428]], [[0.19897055710122294]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.12941176470588237]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.568998343318809]], [[0.5740829588779957]], [[0.5736863409715738]]], "std": [[[0.28228527069062026]], [[0.28627295538609204]], [[0.29485520265472565]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.11764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5695448487265277]], [[0.5960421237939619]], [[0.5822361808149186]]], "std": [[[0.2865904152807383]], [[0.28161701156941954]], [[0.29328146667292043]]], "count": [126]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43374360508092125]], [[0.4572414004953833]], [[0.45095307474841784]]], "std": [[[0.321484416452885]], [[0.32108513428328106]], [[0.3280402715134038]]], "count": [126]}, "observation.state": {"mean": [0.33390167355537415, -0.9531104564666748, 1.3019883632659912, 1.072184443473816, -0.6367263197898865, 0.09856044501066208, -0.09941086173057556, -0.6616411209106445, 0.9311551451683044, -1.7090829610824585, 0.3329564332962036, 0.6358669400215149, 0.47940751910209656, 0.8597940802574158, -0.03148767724633217, 0.011191312223672867, 0.12737703323364258, 0.14473320543766022, 0.13089443743228912, 0.14229804277420044, 0.15938091278076172, 0.12749622762203217, 0.19069454073905945, 0.20798255503177643, 0.5145636796951294, 0.8962103128433228, 0.01521255448460579, 0.011633461341261864, 0.21371892094612122, 0.17522533237934113, 0.2353888303041458, 0.12899170815944672, 0.27164459228515625, 0.11973845958709717, 0.3574284017086029, 0.21390436589717865], "std": [0.16076885163784027, 0.1616922914981842, 0.11158521473407745, 0.3096711337566376, 0.06580213457345963, 0.27553683519363403, 0.17409148812294006, 0.3126339018344879, 0.3356419503688812, 0.2735666036605835, 0.3064625859260559, 0.20430786907672882, 0.4030214250087738, 0.04588838666677475, 0.02034330554306507, 0.023572472855448723, 0.2043447047472, 0.30527016520500183, 0.2089579999446869, 0.29866477847099304, 0.25854623317718506, 0.3396150469779968, 0.32825717329978943, 0.3671126067638397, 0.5578852891921997, 0.10867372900247574, 0.006823354866355658, 0.029800890013575554, 0.2512201964855194, 0.2650355398654938, 0.2633238136768341, 0.20131787657737732, 0.30488377809524536, 0.19763611257076263, 0.44623351097106934, 0.29666438698768616], "min": [-0.09250781685113907, -1.3481225967407227, 0.9893449544906616, 0.6507257223129272, -0.7839084267616272, -0.7567163705825806, -0.41429436206817627, -1.2665345668792725, 0.6308532357215881, -1.9303616285324097, -0.01668955385684967, -0.20414027571678162, 0.012348203919827938, 0.8005388975143433, -0.04710207134485245, 0.0028525223024189472, 0.013815371319651604, -0.011426452547311783, 0.010968303307890892, -0.009757480584084988, 0.012479105032980442, -0.056925006210803986, 0.015195272862911224, 0.014813481830060482, 0.0191495344042778, 0.7191956639289856, 0.004597852006554604, -0.005098934285342693, -0.01180824264883995, 0.01869683898985386, -0.007319474592804909, 0.0044287727214396, 0.0161333866417408, 0.0020943949930369854, 0.02050761692225933, 0.010035643354058266], "max": [0.568327009677887, -0.658879816532135, 1.4582499265670776, 2.120908737182617, -0.41093260049819946, 0.493462473154068, 0.22523745894432068, -0.38166627287864685, 1.5941028594970703, -0.6064745783805847, 0.9585168957710266, 0.7866740822792053, 1.0872200727462769, 0.9592657089233398, 0.051225412636995316, 0.1346576064825058, 0.559798002243042, 0.8071711659431458, 0.5722825527191162, 0.8060530424118042, 0.702560544013977, 0.8587237596511841, 0.9001045227050781, 1.0457576513290405, 1.2200779914855957, 1.011391043663025, 0.06706427782773972, 0.1663244217634201, 0.658338189125061, 0.6514713764190674, 0.706421971321106, 0.5127286314964294, 0.8109017610549927, 0.4747731685638428, 1.1899219751358032, 1.1511646509170532], "count": [635]}, "action": {"mean": [0.33390167355537415, -0.9531104564666748, 1.3019883632659912, 1.072184443473816, -0.6367263197898865, 0.09856044501066208, -0.09941086173057556, -0.6616411209106445, 0.9311551451683044, -1.7090829610824585, 0.3329564332962036, 0.6358669400215149, 0.47940751910209656, 0.8597940802574158, -0.03148767724633217, 0.011191312223672867, 0.12737703323364258, 0.14473320543766022, 0.13089443743228912, 0.14229804277420044, 0.15938091278076172, 0.12749622762203217, 0.19069454073905945, 0.20798255503177643, 0.5145636796951294, 0.8962103128433228, 0.01521255448460579, 0.011633461341261864, 0.21371892094612122, 0.17522533237934113, 0.2353888303041458, 0.12899170815944672, 0.27164459228515625, 0.11973845958709717, 0.3574284017086029, 0.21390436589717865], "std": [0.16076885163784027, 0.1616922914981842, 0.11158521473407745, 0.3096711337566376, 0.06580213457345963, 0.27553683519363403, 0.17409148812294006, 0.3126339018344879, 0.3356419503688812, 0.2735666036605835, 0.3064625859260559, 0.20430786907672882, 0.4030214250087738, 0.04588838666677475, 0.02034330554306507, 0.023572472855448723, 0.2043447047472, 0.30527016520500183, 0.2089579999446869, 0.29866477847099304, 0.25854623317718506, 0.3396150469779968, 0.32825717329978943, 0.3671126067638397, 0.5578852891921997, 0.10867372900247574, 0.006823354866355658, 0.029800890013575554, 0.2512201964855194, 0.2650355398654938, 0.2633238136768341, 0.20131787657737732, 0.30488377809524536, 0.19763611257076263, 0.44623351097106934, 0.29666438698768616], "min": [-0.09250781685113907, -1.3481225967407227, 0.9893449544906616, 0.6507257223129272, -0.7839084267616272, -0.7567163705825806, -0.41429436206817627, -1.2665345668792725, 0.6308532357215881, -1.9303616285324097, -0.01668955385684967, -0.20414027571678162, 0.012348203919827938, 0.8005388975143433, -0.04710207134485245, 0.0028525223024189472, 0.013815371319651604, -0.011426452547311783, 0.010968303307890892, -0.009757480584084988, 0.012479105032980442, -0.056925006210803986, 0.015195272862911224, 0.014813481830060482, 0.0191495344042778, 0.7191956639289856, 0.004597852006554604, -0.005098934285342693, -0.01180824264883995, 0.01869683898985386, -0.007319474592804909, 0.0044287727214396, 0.0161333866417408, 0.0020943949930369854, 0.02050761692225933, 0.010035643354058266], "max": [0.568327009677887, -0.658879816532135, 1.4582499265670776, 2.120908737182617, -0.41093260049819946, 0.493462473154068, 0.22523745894432068, -0.38166627287864685, 1.5941028594970703, -0.6064745783805847, 0.9585168957710266, 0.7866740822792053, 1.0872200727462769, 0.9592657089233398, 0.051225412636995316, 0.1346576064825058, 0.559798002243042, 0.8071711659431458, 0.5722825527191162, 0.8060530424118042, 0.702560544013977, 0.8587237596511841, 0.9001045227050781, 1.0457576513290405, 1.2200779914855957, 1.011391043663025, 0.06706427782773972, 0.1663244217634201, 0.658338189125061, 0.6514713764190674, 0.706421971321106, 0.5127286314964294, 0.8109017610549927, 0.4747731685638428, 1.1899219751358032, 1.1511646509170532], "count": [635]}, "timestamp": {"min": [0.0], "max": [21.133333333333333], "mean": [10.566666666666666], "std": [6.1102827721436554], "count": [635]}, "frame_index": {"min": [0], "max": [634], "mean": [317.0], "std": [183.30848316430968], "count": [635]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [635]}, "index": {"min": [61163], "max": [61797], "mean": [61480.0], "std": [183.30848316430968], "count": [635]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [635]}, "subtask_annotation": {"mean": [2.2141732283464566, 5.0, 5.0, 5.0, 5.0], "std": [1.447709263534698, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [635]}, "scene_annotation": {"mean": [89.0], "std": [0.0], "min": [89], "max": [89], "count": [635]}, "eef_direction_state": {"mean": [4.373228346456693, 4.645669291338582], "std": [1.8179095383407118, 1.7885354896446446], "min": [0, 0], "max": [6, 6], "count": [635]}, "eef_velocity_state": {"mean": [0.6503937007874016, 0.6236220472440945], "std": [0.6354208743182527, 0.7021291234314494], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_acc_mag_state": {"mean": [0.3732283464566929, 0.3590551181102362], "std": [0.690252586302484, 0.7011075973798341], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_direction_action": {"mean": [4.373228346456693, 4.645669291338582], "std": [1.8179095383407118, 1.7885354896446446], "min": [0, 0], "max": [6, 6], "count": [635]}, "eef_velocity_action": {"mean": [0.6503937007874016, 0.6236220472440945], "std": [0.6354208743182527, 0.7021291234314494], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_acc_mag_action": {"mean": [0.3732283464566929, 0.3590551181102362], "std": [0.690252586302484, 0.7011075973798341], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_sim_pose_state": {"mean": [0.6600340359437099, 0.10643318809858904, 1.233771004554674, -1.704791083055739, 1.18924826776328, -2.676162704110637, 0.6075068678663353, -0.12783018254049877, 1.267412975428757, 1.8731647422633773, 1.0556007046054112, 2.12003431146172], "std": [0.026798404120821788, 0.07511968627988186, 0.036843425527524384, 0.12582279076495217, 0.02674619619350487, 0.16264569152041797, 0.04734341505790644, 0.05692742116460722, 0.05474998049572287, 0.2099735239009949, 0.06826161031724837, 1.576517898336351], "min": [0.6123371288160332, -0.0703918085443003, 1.1556223533435153, -2.182055415711827, 1.1334744914682577, -3.0378367659829513, 0.5574314190964368, -0.21650431159437014, 1.1408843414386023, 1.3527134823300493, 0.911119524847483, -3.140717825863624], "max": [0.7197230119191622, 0.21260724721268995, 1.2997726276087043, -1.5433122539293014, 1.2746514068505568, -2.4521189819842, 0.6972703280612718, 0.030902805896254132, 1.3687720917834434, 2.2934604551743236, 1.1729083667262667, 3.1414060419336316], "count": [635]}, "eef_sim_pose_action": {"mean": [0.6600340359437099, 0.10643318809858904, 1.233771004554674, -1.704791083055739, 1.18924826776328, -2.676162704110637, 0.6075068678663353, -0.12783018254049877, 1.267412975428757, 1.8731647422633773, 1.0556007046054112, 2.12003431146172], "std": [0.026798404120821788, 0.07511968627988186, 0.036843425527524384, 0.12582279076495217, 0.02674619619350487, 0.16264569152041797, 0.04734341505790644, 0.05692742116460722, 0.05474998049572287, 0.2099735239009949, 0.06826161031724837, 1.576517898336351], "min": [0.6123371288160332, -0.0703918085443003, 1.1556223533435153, -2.182055415711827, 1.1334744914682577, -3.0378367659829513, 0.5574314190964368, -0.21650431159437014, 1.1408843414386023, 1.3527134823300493, 0.911119524847483, -3.140717825863624], "max": [0.7197230119191622, 0.21260724721268995, 1.2997726276087043, -1.5433122539293014, 1.2746514068505568, -2.4521189819842, 0.6972703280612718, 0.030902805896254132, 1.3687720917834434, 2.2934604551743236, 1.1729083667262667, 3.1414060419336316], "count": [635]}}} +{"episode_index": 90, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704941488850442]], [[0.4640519436634948]], [[0.46147782853950403]]], "std": [[[0.18090789789244466]], [[0.1825328146887889]], [[0.18230993823583633]]], "count": [136]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.1450980392156863]], [[0.11372549019607843]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5204414558102654]], [[0.525989466190888]], [[0.5252961781526336]]], "std": [[[0.27253360694448703]], [[0.28225704609016034]], [[0.2859745597238962]]], "count": [136]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.10980392156862745]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5760271455089389]], [[0.5895218305459439]], [[0.5794069198144944]]], "std": [[[0.2933051887697067]], [[0.2929167223438483]], [[0.30305859878918157]]], "count": [136]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41459022070838136]], [[0.4472520695165321]], [[0.4265943582396194]]], "std": [[[0.30582516715624597]], [[0.3013857226422249]], [[0.31319443996048324]]], "count": [136]}, "observation.state": {"mean": [0.15247608721256256, -0.9912957549095154, 1.16975736618042, -0.4188121557235718, 0.13061238825321198, 1.3655076026916504, -0.08905094861984253, -0.755211591720581, 1.1486648321151733, -1.3055180311203003, 0.4949214458465576, 0.443221777677536, 0.6882100105285645, 0.9481768012046814, -0.027440587058663368, -0.0035544196143746376, 0.13431783020496368, 0.10671815276145935, 0.14874185621738434, 0.08635123074054718, 0.18018455803394318, 0.11492185294628143, 0.2580621838569641, 0.10951731353998184, 0.4950101673603058, 0.9421662092208862, 0.014184962958097458, -0.06622075289487839, 0.13523471355438232, 0.10542509704828262, 0.19941763579845428, 0.0709574818611145, 0.27590101957321167, 0.02538449503481388, 0.27934491634368896, 0.029913492500782013], "std": [0.11623823642730713, 0.11231695115566254, 0.11487437784671783, 0.29071590304374695, 0.12380979210138321, 0.19784289598464966, 0.19955597817897797, 0.36892417073249817, 0.3566771149635315, 0.46088746190071106, 0.16131165623664856, 0.2511094808578491, 0.26415345072746277, 0.03253526985645294, 0.017168551683425903, 0.0024854892399162054, 0.2231004387140274, 0.22784939408302307, 0.21674604713916779, 0.19355449080467224, 0.24290254712104797, 0.24492424726486206, 0.32473355531692505, 0.22819574177265167, 0.48503363132476807, 0.11451222747564316, 0.0053811585530638695, 0.007626018952578306, 0.18170757591724396, 0.2234799712896347, 0.22907666862010956, 0.11845589429140091, 0.3814226984977722, 0.09546464681625366, 0.3918612003326416, 0.030606213957071304], "min": [-0.09008783102035522, -1.306780219078064, 0.7791160941123962, -0.5767195224761963, -0.15343661606311798, 0.5418741106987, -0.25272753834724426, -1.3416376113891602, 0.8013013005256653, -1.882712960243225, 0.2787463068962097, -0.16282013058662415, 0.016498815268278122, 0.8183848857879639, -0.03992440551519394, -0.0057159531861543655, 0.010624691843986511, -0.006915867328643799, 0.013635384850203991, -0.010450158268213272, 0.019165895879268646, 0.0023289236705750227, 0.047543857246637344, 0.004237877670675516, 0.020845776423811913, 0.7621906995773315, 0.004979642573744059, -0.08397215604782104, -0.020436715334653854, 0.004941463470458984, 0.014607063494622707, -0.0075812735594809055, 0.012059134431183338, -0.005110542289912701, 0.025945410132408142, 0.014115349389612675], "max": [0.36211565136909485, -0.7578011751174927, 1.2817578315734863, 0.7349364757537842, 0.323896586894989, 1.4200427532196045, 0.3880917727947235, -0.4045548141002655, 1.6481531858444214, -0.8004565238952637, 0.8844748735427856, 0.7462615370750427, 1.0467721223831177, 1.022212028503418, 0.016166111454367638, 0.0024107361678034067, 0.6493006348609924, 0.6709536910057068, 0.6513732671737671, 0.6009332537651062, 0.7312602400779724, 0.707240104675293, 1.0723193883895874, 0.9404706954956055, 1.1722995042800903, 1.0916489362716675, 0.06034475937485695, -0.062177352607250214, 0.5472152233123779, 0.6739206910133362, 0.7093944549560547, 0.42503130435943604, 1.2021173238754272, 0.7081836462020874, 1.2355186939239502, 0.20642335712909698], "count": [701]}, "action": {"mean": [0.15247608721256256, -0.9912957549095154, 1.16975736618042, -0.4188121557235718, 0.13061238825321198, 1.3655076026916504, -0.08905094861984253, -0.755211591720581, 1.1486648321151733, -1.3055180311203003, 0.4949214458465576, 0.443221777677536, 0.6882100105285645, 0.9481768012046814, -0.027440587058663368, -0.0035544196143746376, 0.13431783020496368, 0.10671815276145935, 0.14874185621738434, 0.08635123074054718, 0.18018455803394318, 0.11492185294628143, 0.2580621838569641, 0.10951731353998184, 0.4950101673603058, 0.9421662092208862, 0.014184962958097458, -0.06622075289487839, 0.13523471355438232, 0.10542509704828262, 0.19941763579845428, 0.0709574818611145, 0.27590101957321167, 0.02538449503481388, 0.27934491634368896, 0.029913492500782013], "std": [0.11623823642730713, 0.11231695115566254, 0.11487437784671783, 0.29071590304374695, 0.12380979210138321, 0.19784289598464966, 0.19955597817897797, 0.36892417073249817, 0.3566771149635315, 0.46088746190071106, 0.16131165623664856, 0.2511094808578491, 0.26415345072746277, 0.03253526985645294, 0.017168551683425903, 0.0024854892399162054, 0.2231004387140274, 0.22784939408302307, 0.21674604713916779, 0.19355449080467224, 0.24290254712104797, 0.24492424726486206, 0.32473355531692505, 0.22819574177265167, 0.48503363132476807, 0.11451222747564316, 0.0053811585530638695, 0.007626018952578306, 0.18170757591724396, 0.2234799712896347, 0.22907666862010956, 0.11845589429140091, 0.3814226984977722, 0.09546464681625366, 0.3918612003326416, 0.030606213957071304], "min": [-0.09008783102035522, -1.306780219078064, 0.7791160941123962, -0.5767195224761963, -0.15343661606311798, 0.5418741106987, -0.25272753834724426, -1.3416376113891602, 0.8013013005256653, -1.882712960243225, 0.2787463068962097, -0.16282013058662415, 0.016498815268278122, 0.8183848857879639, -0.03992440551519394, -0.0057159531861543655, 0.010624691843986511, -0.006915867328643799, 0.013635384850203991, -0.010450158268213272, 0.019165895879268646, 0.0023289236705750227, 0.047543857246637344, 0.004237877670675516, 0.020845776423811913, 0.7621906995773315, 0.004979642573744059, -0.08397215604782104, -0.020436715334653854, 0.004941463470458984, 0.014607063494622707, -0.0075812735594809055, 0.012059134431183338, -0.005110542289912701, 0.025945410132408142, 0.014115349389612675], "max": [0.36211565136909485, -0.7578011751174927, 1.2817578315734863, 0.7349364757537842, 0.323896586894989, 1.4200427532196045, 0.3880917727947235, -0.4045548141002655, 1.6481531858444214, -0.8004565238952637, 0.8844748735427856, 0.7462615370750427, 1.0467721223831177, 1.022212028503418, 0.016166111454367638, 0.0024107361678034067, 0.6493006348609924, 0.6709536910057068, 0.6513732671737671, 0.6009332537651062, 0.7312602400779724, 0.707240104675293, 1.0723193883895874, 0.9404706954956055, 1.1722995042800903, 1.0916489362716675, 0.06034475937485695, -0.062177352607250214, 0.5472152233123779, 0.6739206910133362, 0.7093944549560547, 0.42503130435943604, 1.2021173238754272, 0.7081836462020874, 1.2355186939239502, 0.20642335712909698], "count": [701]}, "timestamp": {"min": [0.0], "max": [23.333333333333332], "mean": [11.666666666666664], "std": [6.745368781616021], "count": [701]}, "frame_index": {"min": [0], "max": [700], "mean": [350.0], "std": [202.36106344848062], "count": [701]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [701]}, "index": {"min": [61798], "max": [62498], "mean": [62148.0], "std": [202.36106344848062], "count": [701]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [701]}, "subtask_annotation": {"mean": [2.3495007132667616, 5.0, 5.0, 5.0, 5.0], "std": [1.411877638760742, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [701]}, "scene_annotation": {"mean": [90.0], "std": [0.0], "min": [90], "max": [90], "count": [701]}, "eef_direction_state": {"mean": [4.730385164051355, 4.497860199714693], "std": [1.864926213103874, 2.0329829493442952], "min": [0, 0], "max": [6, 6], "count": [701]}, "eef_velocity_state": {"mean": [0.5221112696148359, 0.5920114122681883], "std": [0.6285041854728342, 0.7218964403748135], "min": [0, 0], "max": [2, 2], "count": [701]}, "eef_acc_mag_state": {"mean": [0.3124108416547789, 0.39657631954350925], "std": [0.652638697255168, 0.7203499933603413], "min": [0, 0], "max": [2, 2], "count": [701]}, "eef_direction_action": {"mean": [4.730385164051355, 4.497860199714693], "std": [1.864926213103874, 2.0329829493442952], "min": [0, 0], "max": [6, 6], "count": [701]}, "eef_velocity_action": {"mean": [0.5221112696148359, 0.5920114122681883], "std": [0.6285041854728342, 0.7218964403748135], "min": [0, 0], "max": [2, 2], "count": [701]}, "eef_acc_mag_action": {"mean": [0.3124108416547789, 0.39657631954350925], "std": [0.652638697255168, 0.7203499933603413], "min": [0, 0], "max": [2, 2], "count": [701]}, "eef_sim_pose_state": {"mean": [0.7040272752029061, 0.10684306796627925, 1.2158525050312414, -2.017242417941103, 0.9146087700657463, -2.587897070016188, 0.6467270446163266, -0.14172942090270899, 1.3051819974599155, 1.6205503197049722, 0.8839050141578635, 2.446898209920375], "std": [0.02057159790257018, 0.047657176494034975, 0.036607132326802405, 0.11470474247127078, 0.10719600958548765, 0.0752239049919028, 0.05381367951417438, 0.07412032253441812, 0.050351872608741466, 0.16528456913564119, 0.19408529126771554, 0.23564734104239046], "min": [0.6400234457656059, -0.03439739018279053, 1.1544801268643303, -2.257345673390274, 0.8065654305127183, -2.7776073968913693, 0.5824421911330984, -0.25857922530557814, 1.236566548642288, 1.187262836743999, 0.6793602246617971, 1.9953462600554668], "max": [0.7293850677289487, 0.14591825768293684, 1.308625143200962, -1.772740249348017, 1.2576528121993644, -2.418970753271984, 0.7246769519663727, 0.010894555550659019, 1.4492866050626063, 1.9763675180948344, 1.2180702710225586, 2.8512063803713943], "count": [701]}, "eef_sim_pose_action": {"mean": [0.7040272752029061, 0.10684306796627925, 1.2158525050312414, -2.017242417941103, 0.9146087700657463, -2.587897070016188, 0.6467270446163266, -0.14172942090270899, 1.3051819974599155, 1.6205503197049722, 0.8839050141578635, 2.446898209920375], "std": [0.02057159790257018, 0.047657176494034975, 0.036607132326802405, 0.11470474247127078, 0.10719600958548765, 0.0752239049919028, 0.05381367951417438, 0.07412032253441812, 0.050351872608741466, 0.16528456913564119, 0.19408529126771554, 0.23564734104239046], "min": [0.6400234457656059, -0.03439739018279053, 1.1544801268643303, -2.257345673390274, 0.8065654305127183, -2.7776073968913693, 0.5824421911330984, -0.25857922530557814, 1.236566548642288, 1.187262836743999, 0.6793602246617971, 1.9953462600554668], "max": [0.7293850677289487, 0.14591825768293684, 1.308625143200962, -1.772740249348017, 1.2576528121993644, -2.418970753271984, 0.7246769519663727, 0.010894555550659019, 1.4492866050626063, 1.9763675180948344, 1.2180702710225586, 2.8512063803713943], "count": [701]}}} +{"episode_index": 91, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4828661333148851]], [[0.47024861967636516]], [[0.4666175383459836]]], "std": [[[0.17989164360105261]], [[0.18635141868563218]], [[0.18616977353250366]]], "count": [124]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.1450980392156863]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5485512613983766]], [[0.5536511553209994]], [[0.5550049760831752]]], "std": [[[0.27726402641723696]], [[0.2863693110086777]], [[0.2900563779777777]]], "count": [124]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.528426814845562]], [[0.5434422652461521]], [[0.5337924210678895]]], "std": [[[0.30295844178109443]], [[0.30347205567981705]], [[0.31243778191592003]]], "count": [124]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4151227285605102]], [[0.44331348500421675]], [[0.4254074145451191]]], "std": [[[0.3063072444350576]], [[0.30213108345029216]], [[0.3123479031615845]]], "count": [124]}, "observation.state": {"mean": [0.14056511223316193, -1.0252190828323364, 1.1849112510681152, -0.12037736922502518, 0.053117793053388596, 1.2541886568069458, -0.172563374042511, -0.650733232498169, 1.0059795379638672, -0.8233973979949951, 0.37282776832580566, -0.03416311368346214, 0.8184478878974915, 0.9290875196456909, -0.031040072441101074, 0.0004573242040351033, 0.19289882481098175, 0.14371658861637115, 0.22408881783485413, 0.09933153539896011, 0.2718290090560913, 0.14111699163913727, 0.2866321802139282, 0.18966394662857056, 0.5044271349906921, 0.8837094306945801, 0.012014361098408699, -0.06410136073827744, 0.2747601866722107, 0.02332056127488613, 0.3079269826412201, 0.05237734317779541, 0.32885879278182983, 0.1320822685956955, 0.3117638826370239, 0.1014632061123848], "std": [0.10572529584169388, 0.14273600280284882, 0.09896907955408096, 0.26551732420921326, 0.09595461934804916, 0.23245778679847717, 0.22139906883239746, 0.40007537603378296, 0.38810649514198303, 0.5887723565101624, 0.11889983713626862, 0.46860674023628235, 0.17519529163837433, 0.03228974714875221, 0.01671737991273403, 0.003632946405559778, 0.21786168217658997, 0.2695390284061432, 0.21746577322483063, 0.1851734220981598, 0.28152209520339966, 0.3455234467983246, 0.31268295645713806, 0.30322378873825073, 0.49244800209999084, 0.08483665436506271, 0.005373355466872454, 0.005627810955047607, 0.24164557456970215, 0.0241276603192091, 0.25504356622695923, 0.09200239926576614, 0.30799955129623413, 0.27775752544403076, 0.3305663764476776, 0.15534187853336334], "min": [-0.09863527119159698, -1.3267004489898682, 0.8170729279518127, -0.28196126222610474, -0.1791743040084839, 0.23780232667922974, -0.3408960998058319, -1.2300797700881958, 0.6105515956878662, -1.772776484489441, 0.24035343527793884, -0.5459749698638916, 0.020832089707255363, 0.8678322434425354, -0.04260239750146866, -0.0070685832761228085, 0.008546658791601658, -0.00764672365039587, 0.017633279785513878, -0.0047996556386351585, 0.01745329238474369, -0.056210506707429886, 0.0329812690615654, 0.015244360081851482, 0.020174913108348846, 0.7316693067550659, 0.0022798364516347647, -0.07664177566766739, -0.0002072578645311296, -0.005301437806338072, 0.011415543965995312, -0.03183044120669365, 0.012697270140051842, -0.0054541537538170815, 0.033461231738328934, 0.011464632116258144], "max": [0.34580758213996887, -0.7737754583358765, 1.2915928363800049, 1.0379949808120728, 0.19434987008571625, 1.3765239715576172, 0.3572518527507782, -0.2653162479400635, 1.5887740850448608, -0.2705138623714447, 0.707053005695343, 0.7224074006080627, 1.0158580541610718, 1.000422716140747, 0.00962112843990326, 0.003752457909286022, 0.6203281879425049, 0.7021350860595703, 0.6496115922927856, 0.5617287755012512, 0.8284586668014526, 0.867057740688324, 0.9450739622116089, 0.9877691268920898, 1.11933434009552, 1.0047097206115723, 0.0521417111158371, -0.06073745712637901, 0.7382142543792725, 0.07648905366659164, 0.7979263067245483, 0.2588650584220886, 0.9522461295127869, 0.7537204027175903, 1.0148053169250488, 0.482927143573761], "count": [623]}, "action": {"mean": [0.14056511223316193, -1.0252190828323364, 1.1849112510681152, -0.12037736922502518, 0.053117793053388596, 1.2541886568069458, -0.172563374042511, -0.650733232498169, 1.0059795379638672, -0.8233973979949951, 0.37282776832580566, -0.03416311368346214, 0.8184478878974915, 0.9290875196456909, -0.031040072441101074, 0.0004573242040351033, 0.19289882481098175, 0.14371658861637115, 0.22408881783485413, 0.09933153539896011, 0.2718290090560913, 0.14111699163913727, 0.2866321802139282, 0.18966394662857056, 0.5044271349906921, 0.8837094306945801, 0.012014361098408699, -0.06410136073827744, 0.2747601866722107, 0.02332056127488613, 0.3079269826412201, 0.05237734317779541, 0.32885879278182983, 0.1320822685956955, 0.3117638826370239, 0.1014632061123848], "std": [0.10572529584169388, 0.14273600280284882, 0.09896907955408096, 0.26551732420921326, 0.09595461934804916, 0.23245778679847717, 0.22139906883239746, 0.40007537603378296, 0.38810649514198303, 0.5887723565101624, 0.11889983713626862, 0.46860674023628235, 0.17519529163837433, 0.03228974714875221, 0.01671737991273403, 0.003632946405559778, 0.21786168217658997, 0.2695390284061432, 0.21746577322483063, 0.1851734220981598, 0.28152209520339966, 0.3455234467983246, 0.31268295645713806, 0.30322378873825073, 0.49244800209999084, 0.08483665436506271, 0.005373355466872454, 0.005627810955047607, 0.24164557456970215, 0.0241276603192091, 0.25504356622695923, 0.09200239926576614, 0.30799955129623413, 0.27775752544403076, 0.3305663764476776, 0.15534187853336334], "min": [-0.09863527119159698, -1.3267004489898682, 0.8170729279518127, -0.28196126222610474, -0.1791743040084839, 0.23780232667922974, -0.3408960998058319, -1.2300797700881958, 0.6105515956878662, -1.772776484489441, 0.24035343527793884, -0.5459749698638916, 0.020832089707255363, 0.8678322434425354, -0.04260239750146866, -0.0070685832761228085, 0.008546658791601658, -0.00764672365039587, 0.017633279785513878, -0.0047996556386351585, 0.01745329238474369, -0.056210506707429886, 0.0329812690615654, 0.015244360081851482, 0.020174913108348846, 0.7316693067550659, 0.0022798364516347647, -0.07664177566766739, -0.0002072578645311296, -0.005301437806338072, 0.011415543965995312, -0.03183044120669365, 0.012697270140051842, -0.0054541537538170815, 0.033461231738328934, 0.011464632116258144], "max": [0.34580758213996887, -0.7737754583358765, 1.2915928363800049, 1.0379949808120728, 0.19434987008571625, 1.3765239715576172, 0.3572518527507782, -0.2653162479400635, 1.5887740850448608, -0.2705138623714447, 0.707053005695343, 0.7224074006080627, 1.0158580541610718, 1.000422716140747, 0.00962112843990326, 0.003752457909286022, 0.6203281879425049, 0.7021350860595703, 0.6496115922927856, 0.5617287755012512, 0.8284586668014526, 0.867057740688324, 0.9450739622116089, 0.9877691268920898, 1.11933434009552, 1.0047097206115723, 0.0521417111158371, -0.06073745712637901, 0.7382142543792725, 0.07648905366659164, 0.7979263067245483, 0.2588650584220886, 0.9522461295127869, 0.7537204027175903, 1.0148053169250488, 0.482927143573761], "count": [623]}, "timestamp": {"min": [0.0], "max": [20.733333333333334], "mean": [10.366666666666667], "std": [5.994812572364358], "count": [623]}, "frame_index": {"min": [0], "max": [622], "mean": [311.0], "std": [179.84437717093076], "count": [623]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [623]}, "index": {"min": [62499], "max": [63121], "mean": [62810.0], "std": [179.84437717093076], "count": [623]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [623]}, "subtask_annotation": {"mean": [2.243980738362761, 5.0, 5.0, 5.0, 5.0], "std": [1.4215239080429802, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [623]}, "scene_annotation": {"mean": [91.0], "std": [0.0], "min": [91], "max": [91], "count": [623]}, "eef_direction_state": {"mean": [4.747993579454254, 4.754414125200642], "std": [1.7905741217140354, 1.8908520849054988], "min": [0, 0], "max": [6, 6], "count": [623]}, "eef_velocity_state": {"mean": [0.521669341894061, 0.550561797752809], "std": [0.6600956493320831, 0.7539700205760324], "min": [0, 0], "max": [2, 2], "count": [623]}, "eef_acc_mag_state": {"mean": [0.36597110754414125, 0.40930979133226325], "std": [0.7014758432874085, 0.728491485632661], "min": [0, 0], "max": [2, 2], "count": [623]}, "eef_direction_action": {"mean": [4.747993579454254, 4.754414125200642], "std": [1.7905741217140354, 1.8908520849054988], "min": [0, 0], "max": [6, 6], "count": [623]}, "eef_velocity_action": {"mean": [0.521669341894061, 0.550561797752809], "std": [0.6600956493320831, 0.7539700205760324], "min": [0, 0], "max": [2, 2], "count": [623]}, "eef_acc_mag_action": {"mean": [0.36597110754414125, 0.40930979133226325], "std": [0.7014758432874085, 0.728491485632661], "min": [0, 0], "max": [2, 2], "count": [623]}, "eef_sim_pose_state": {"mean": [0.7137815846880697, 0.09819644953079633, 1.2338387350657318, -2.021482552242614, 1.1140261417861435, -2.614900422837131, 0.6402256971539478, -0.16233225165654114, 1.3053076618886634, 1.5471984189524233, 0.9203999652195818, 2.2324326152718457], "std": [0.02102512159426876, 0.06146126657835025, 0.03639030559466529, 0.1525065418002177, 0.05161611961257231, 0.07886324742797225, 0.07036313416146583, 0.07029686278815911, 0.05674107539897353, 0.16505974378836247, 0.09407922818166267, 0.12494339171100792], "min": [0.6385661392344959, -0.047148605597480825, 1.1703826629196694, -2.1781601130810504, 1.0409871374764084, -2.840104319745577, 0.5663735251162111, -0.2544969109624919, 1.2438714188434015, 1.0998707982108464, 0.7528760973952835, 2.0599826548136244], "max": [0.7383468675069267, 0.15806797344562573, 1.325217558939507, -1.7027246816176602, 1.2867246452164331, -2.462891666013951, 0.7361598991240946, -0.013169681229694391, 1.460514960260972, 1.7554451728730953, 1.1332909535370623, 2.4516617930799582], "count": [623]}, "eef_sim_pose_action": {"mean": [0.7137815846880697, 0.09819644953079633, 1.2338387350657318, -2.021482552242614, 1.1140261417861435, -2.614900422837131, 0.6402256971539478, -0.16233225165654114, 1.3053076618886634, 1.5471984189524233, 0.9203999652195818, 2.2324326152718457], "std": [0.02102512159426876, 0.06146126657835025, 0.03639030559466529, 0.1525065418002177, 0.05161611961257231, 0.07886324742797225, 0.07036313416146583, 0.07029686278815911, 0.05674107539897353, 0.16505974378836247, 0.09407922818166267, 0.12494339171100792], "min": [0.6385661392344959, -0.047148605597480825, 1.1703826629196694, -2.1781601130810504, 1.0409871374764084, -2.840104319745577, 0.5663735251162111, -0.2544969109624919, 1.2438714188434015, 1.0998707982108464, 0.7528760973952835, 2.0599826548136244], "max": [0.7383468675069267, 0.15806797344562573, 1.325217558939507, -1.7027246816176602, 1.2867246452164331, -2.462891666013951, 0.7361598991240946, -0.013169681229694391, 1.460514960260972, 1.7554451728730953, 1.1332909535370623, 2.4516617930799582], "count": [623]}}} +{"episode_index": 92, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47172136875583565]], [[0.4585309392507003]], [[0.45567541433239966]]], "std": [[[0.18306336031300544]], [[0.1883129128827]], [[0.1878985062447659]]], "count": [140]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.13333333333333333]], [[0.1411764705882353]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5505775458099907]], [[0.5547350242180206]], [[0.5554752392623716]]], "std": [[[0.2756358799374905]], [[0.2847532062574238]], [[0.288082692582882]]], "count": [140]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.10980392156862745]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5542619908380019]], [[0.5648572026727358]], [[0.5525719216853409]]], "std": [[[0.29517498275562604]], [[0.29980219808331715]], [[0.30937699461687995]]], "count": [140]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41927922064659195]], [[0.44721157066993467]], [[0.4275792162698413]]], "std": [[[0.3104686313423633]], [[0.3062998875452587]], [[0.31565027100653675]]], "count": [140]}, "observation.state": {"mean": [0.18489575386047363, -1.0265010595321655, 1.1578030586242676, -0.6617305278778076, -0.03409098461270332, 1.7768434286117554, -0.09447057545185089, -0.7057409882545471, 1.0960297584533691, -1.2327831983566284, 0.47955477237701416, 0.46955645084381104, 0.7304999232292175, 0.9215243458747864, -0.024643225595355034, 0.0032834780868142843, 0.1348535418510437, 0.12886306643486023, 0.1735537350177765, 0.08868981897830963, 0.22956910729408264, 0.15377996861934662, 0.2545482814311981, 0.1399647742509842, 0.39096757769584656, 0.8868812322616577, 0.014877009205520153, -0.06714914739131927, 0.11599178612232208, 0.112521231174469, 0.18641814589500427, 0.05646733194589615, 0.23783844709396362, 0.10331329703330994, 0.2462485283613205, 0.05408397316932678], "std": [0.09636866301298141, 0.11551986634731293, 0.10794594883918762, 0.4965668320655823, 0.1304175853729248, 0.532770037651062, 0.18668964505195618, 0.30568501353263855, 0.28122013807296753, 0.5272274017333984, 0.06504328548908234, 0.33914923667907715, 0.22816722095012665, 0.04706169664859772, 0.0160520002245903, 0.0031071468256413937, 0.20796310901641846, 0.2548837959766388, 0.22249214351177216, 0.18756408989429474, 0.2945447862148285, 0.31446218490600586, 0.2796499729156494, 0.2617869973182678, 0.4670894145965576, 0.07083135843276978, 0.0045313844457268715, 0.010466639883816242, 0.1993631273508072, 0.20928741991519928, 0.2621312737464905, 0.08868289738893509, 0.38445672392845154, 0.22562408447265625, 0.37872862815856934, 0.08042851090431213], "min": [-0.0019431411055848002, -1.306339144706726, 0.7744430303573608, -1.2854652404785156, -0.2394593507051468, 0.1839427351951599, -0.2670805752277374, -1.2521696090698242, 0.8512269258499146, -1.996023178100586, 0.2678127884864807, -0.048084259033203125, 0.014011061750352383, 0.8453502655029297, -0.03890993073582649, -0.003866995219141245, -0.002634356264024973, -0.00890117883682251, 0.010144726373255253, -0.008333946578204632, 0.013657201081514359, -0.006899504456669092, 0.016089996322989464, -0.006081381347030401, 0.022165680304169655, 0.7548439502716064, 0.0044178650714457035, -0.09130799025297165, -0.013400855474174023, 0.0039051740895956755, 0.012184579856693745, 0.005705045070499182, 0.01322086900472641, 0.00367609946988523, 0.025630159303545952, 0.006959500256925821], "max": [0.36895838379859924, -0.8571040630340576, 1.2488317489624023, 1.0452430248260498, 0.2362823188304901, 2.304899215698242, 0.3643091320991516, -0.4667353332042694, 1.5114775896072388, -0.529132604598999, 0.6017657518386841, 0.9717493653297424, 1.0319314002990723, 0.9868857860565186, 0.016166111454367638, 0.008333946578204632, 0.5910448431968689, 0.7131688594818115, 0.6537021994590759, 0.6061255931854248, 0.8630326390266418, 0.8666431903839111, 0.9061803817749023, 0.775231659412384, 1.086674690246582, 0.9965611696243286, 0.04092797264456749, -0.060901083052158356, 0.5583308339118958, 0.607238233089447, 0.7711028456687927, 0.30166923999786377, 1.1897255182266235, 0.8767497539520264, 1.1654927730560303, 0.29698413610458374], "count": [731]}, "action": {"mean": [0.18489575386047363, -1.0265010595321655, 1.1578030586242676, -0.6617305278778076, -0.03409098461270332, 1.7768434286117554, -0.09447057545185089, -0.7057409882545471, 1.0960297584533691, -1.2327831983566284, 0.47955477237701416, 0.46955645084381104, 0.7304999232292175, 0.9215243458747864, -0.024643225595355034, 0.0032834780868142843, 0.1348535418510437, 0.12886306643486023, 0.1735537350177765, 0.08868981897830963, 0.22956910729408264, 0.15377996861934662, 0.2545482814311981, 0.1399647742509842, 0.39096757769584656, 0.8868812322616577, 0.014877009205520153, -0.06714914739131927, 0.11599178612232208, 0.112521231174469, 0.18641814589500427, 0.05646733194589615, 0.23783844709396362, 0.10331329703330994, 0.2462485283613205, 0.05408397316932678], "std": [0.09636866301298141, 0.11551986634731293, 0.10794594883918762, 0.4965668320655823, 0.1304175853729248, 0.532770037651062, 0.18668964505195618, 0.30568501353263855, 0.28122013807296753, 0.5272274017333984, 0.06504328548908234, 0.33914923667907715, 0.22816722095012665, 0.04706169664859772, 0.0160520002245903, 0.0031071468256413937, 0.20796310901641846, 0.2548837959766388, 0.22249214351177216, 0.18756408989429474, 0.2945447862148285, 0.31446218490600586, 0.2796499729156494, 0.2617869973182678, 0.4670894145965576, 0.07083135843276978, 0.0045313844457268715, 0.010466639883816242, 0.1993631273508072, 0.20928741991519928, 0.2621312737464905, 0.08868289738893509, 0.38445672392845154, 0.22562408447265625, 0.37872862815856934, 0.08042851090431213], "min": [-0.0019431411055848002, -1.306339144706726, 0.7744430303573608, -1.2854652404785156, -0.2394593507051468, 0.1839427351951599, -0.2670805752277374, -1.2521696090698242, 0.8512269258499146, -1.996023178100586, 0.2678127884864807, -0.048084259033203125, 0.014011061750352383, 0.8453502655029297, -0.03890993073582649, -0.003866995219141245, -0.002634356264024973, -0.00890117883682251, 0.010144726373255253, -0.008333946578204632, 0.013657201081514359, -0.006899504456669092, 0.016089996322989464, -0.006081381347030401, 0.022165680304169655, 0.7548439502716064, 0.0044178650714457035, -0.09130799025297165, -0.013400855474174023, 0.0039051740895956755, 0.012184579856693745, 0.005705045070499182, 0.01322086900472641, 0.00367609946988523, 0.025630159303545952, 0.006959500256925821], "max": [0.36895838379859924, -0.8571040630340576, 1.2488317489624023, 1.0452430248260498, 0.2362823188304901, 2.304899215698242, 0.3643091320991516, -0.4667353332042694, 1.5114775896072388, -0.529132604598999, 0.6017657518386841, 0.9717493653297424, 1.0319314002990723, 0.9868857860565186, 0.016166111454367638, 0.008333946578204632, 0.5910448431968689, 0.7131688594818115, 0.6537021994590759, 0.6061255931854248, 0.8630326390266418, 0.8666431903839111, 0.9061803817749023, 0.775231659412384, 1.086674690246582, 0.9965611696243286, 0.04092797264456749, -0.060901083052158356, 0.5583308339118958, 0.607238233089447, 0.7711028456687927, 0.30166923999786377, 1.1897255182266235, 0.8767497539520264, 1.1654927730560303, 0.29698413610458374], "count": [731]}, "timestamp": {"min": [0.0], "max": [24.333333333333332], "mean": [12.166666666666668], "std": [7.034044197883447], "count": [731]}, "frame_index": {"min": [0], "max": [730], "mean": [365.0], "std": [211.0213259365034], "count": [731]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [731]}, "index": {"min": [63122], "max": [63852], "mean": [63487.0], "std": [211.0213259365034], "count": [731]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [731]}, "subtask_annotation": {"mean": [2.533515731874145, 5.0, 5.0, 5.0, 5.0], "std": [1.5069056110501258, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [731]}, "scene_annotation": {"mean": [92.0], "std": [0.0], "min": [92], "max": [92], "count": [731]}, "eef_direction_state": {"mean": [4.883720930232558, 4.6894664842681255], "std": [1.5442033523003127, 1.9967514287032684], "min": [0, 0], "max": [6, 6], "count": [731]}, "eef_velocity_state": {"mean": [0.5471956224350205, 0.49794801641586867], "std": [0.6223403063789943, 0.7044386555684811], "min": [0, 0], "max": [2, 2], "count": [731]}, "eef_acc_mag_state": {"mean": [0.32147742818057456, 0.3748290013679891], "std": [0.6548282263223445, 0.7049724249006278], "min": [0, 0], "max": [2, 2], "count": [731]}, "eef_direction_action": {"mean": [4.883720930232558, 4.6894664842681255], "std": [1.5442033523003127, 1.9967514287032684], "min": [0, 0], "max": [6, 6], "count": [731]}, "eef_velocity_action": {"mean": [0.5471956224350205, 0.49794801641586867], "std": [0.6223403063789943, 0.7044386555684811], "min": [0, 0], "max": [2, 2], "count": [731]}, "eef_acc_mag_action": {"mean": [0.32147742818057456, 0.3748290013679891], "std": [0.6548282263223445, 0.7049724249006278], "min": [0, 0], "max": [2, 2], "count": [731]}, "eef_sim_pose_state": {"mean": [0.7106258576969884, 0.09518995459052146, 1.2301525071209023, -1.9063119393322603, 1.106412177665929, -2.4529397408488474, 0.6446959906461487, -0.1542227911471513, 1.3169562772134713, 1.5400738911751986, 0.7919288674536563, 2.3550025075957293], "std": [0.025349052311486785, 0.055693499715548794, 0.0363297532187375, 0.5657542859390234, 0.13874762972068, 0.6842590399304177, 0.05437877471983415, 0.0590697707474328, 0.04316396461571224, 0.16285110316127824, 0.15914523184784835, 0.17235529246158968], "min": [0.6285047461179121, -0.031152876426527365, 1.1673942628899938, -2.9533915440124012, 0.6054517424857662, -3.1104298990333863, 0.5787582868848782, -0.21183484922972604, 1.23858729320985, 1.2653774127646693, 0.625883100791981, 2.115746516305928], "max": [0.731224766926627, 0.15616661714262567, 1.3200325937790864, 3.1295320177919557, 1.4708013113639513, 3.0032104253886454, 0.7414509605040753, -0.011415530833383009, 1.4428159178524051, 1.9372717466412257, 1.0860819751087787, 2.6896484526291884], "count": [731]}, "eef_sim_pose_action": {"mean": [0.7106258576969884, 0.09518995459052146, 1.2301525071209023, -1.9063119393322603, 1.106412177665929, -2.4529397408488474, 0.6446959906461487, -0.1542227911471513, 1.3169562772134713, 1.5400738911751986, 0.7919288674536563, 2.3550025075957293], "std": [0.025349052311486785, 0.055693499715548794, 0.0363297532187375, 0.5657542859390234, 0.13874762972068, 0.6842590399304177, 0.05437877471983415, 0.0590697707474328, 0.04316396461571224, 0.16285110316127824, 0.15914523184784835, 0.17235529246158968], "min": [0.6285047461179121, -0.031152876426527365, 1.1673942628899938, -2.9533915440124012, 0.6054517424857662, -3.1104298990333863, 0.5787582868848782, -0.21183484922972604, 1.23858729320985, 1.2653774127646693, 0.625883100791981, 2.115746516305928], "max": [0.731224766926627, 0.15616661714262567, 1.3200325937790864, 3.1295320177919557, 1.4708013113639513, 3.0032104253886454, 0.7414509605040753, -0.011415530833383009, 1.4428159178524051, 1.9372717466412257, 1.0860819751087787, 2.6896484526291884], "count": [731]}}} +{"episode_index": 93, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4785684200112336]], [[0.46626927274816177]], [[0.46362863179125813]]], "std": [[[0.18158997771369265]], [[0.18714468212769983]], [[0.18686387809800434]]], "count": [128]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.12941176470588237]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5415381322125203]], [[0.547177836499183]], [[0.5469100684870302]]], "std": [[[0.27725262817832175]], [[0.28495121306695953]], [[0.2883933625639386]]], "count": [128]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5546466311785131]], [[0.5765700236800448]], [[0.5642364797155842]]], "std": [[[0.29382515457047015]], [[0.2892725718440725]], [[0.29942841712294893]]], "count": [128]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4241775971456291]], [[0.45552221041411356]], [[0.43829734732434644]]], "std": [[[0.30567535773199994]], [[0.30186510544925405]], [[0.3132977013455071]]], "count": [128]}, "observation.state": {"mean": [0.15305180847644806, -1.0687141418457031, 1.19343101978302, -0.8312109112739563, 0.0052626775577664375, 1.9773882627487183, -0.06334669142961502, -0.6426944732666016, 0.9695133566856384, -1.5448579788208008, 0.2873070240020752, 0.6157453060150146, 0.6284737586975098, 0.9588862657546997, -0.03258845955133438, 0.0026750294491648674, 0.14211854338645935, 0.1756504476070404, 0.1693965047597885, 0.1273239105939865, 0.24327898025512695, 0.12565310299396515, 0.24054217338562012, 0.19561226665973663, 0.43715304136276245, 0.9037322998046875, 0.014443270862102509, -0.06709440797567368, 0.17156173288822174, 0.13729171454906464, 0.23924154043197632, 0.08644387871026993, 0.29127711057662964, 0.09080628305673599, 0.2726473808288574, 0.09557660669088364], "std": [0.10020317137241364, 0.1302807480096817, 0.13418692350387573, 0.5195576548576355, 0.1306353211402893, 0.5248116254806519, 0.20853406190872192, 0.35536205768585205, 0.30970636010169983, 0.3293720781803131, 0.10929316282272339, 0.22479495406150818, 0.28342336416244507, 0.04779769480228424, 0.01977754384279251, 0.0041566211730241776, 0.20685100555419922, 0.3155844509601593, 0.21355068683624268, 0.23799832165241241, 0.333909809589386, 0.24142128229141235, 0.2933538258075714, 0.3058169484138489, 0.48178285360336304, 0.11720931529998779, 0.006716668140143156, 0.0073694163002073765, 0.23410503566265106, 0.24121645092964172, 0.26738280057907104, 0.1627335548400879, 0.36197224259376526, 0.19766749441623688, 0.34430941939353943, 0.1463204026222229], "min": [-0.008034829050302505, -1.3635486364364624, 0.768482506275177, -1.2025539875030518, -0.2559581696987152, 0.11152198910713196, -0.1965552717447281, -1.2360522747039795, 0.6849393248558044, -2.273045778274536, 0.10392824560403824, 0.4483172297477722, 0.0161217600107193, 0.8520915508270264, -0.04678573086857796, -0.004816018044948578, 0.010777408257126808, -0.00898844562470913, 0.013100877404212952, -0.005912302993237972, 0.0135372094810009, 0.0014289884129539132, 0.015937037765979767, 0.010052005760371685, 0.020953470841050148, 0.6908231377601624, 0.004614214412868023, -0.08556476980447769, -0.009424776770174503, 0.013144510798156261, 0.018135061487555504, 0.004297873470932245, 0.013346315361559391, -0.002432552631944418, 0.025301819667220116, 0.01006836723536253], "max": [0.36537012457847595, -0.7638094425201416, 1.2880522012710571, 1.1567977666854858, 0.18957850337028503, 2.2546019554138184, 0.5130488276481628, -0.3267670273780823, 1.42705237865448, -1.2144036293029785, 0.5626287460327148, 1.133316159248352, 0.9993482828140259, 1.0602220296859741, 0.011944596655666828, 0.008213954977691174, 0.5518949031829834, 0.8405342698097229, 0.5912193655967712, 0.6651558876037598, 0.9141652584075928, 0.775913417339325, 0.8612054586410522, 0.8587292432785034, 1.0839476585388184, 1.0460903644561768, 0.05144358053803444, -0.06185010448098183, 0.6432629227638245, 0.6583600640296936, 0.7847982048988342, 0.47966012358665466, 1.0941524505615234, 0.6552456617355347, 0.9997955560684204, 0.47932738065719604], "count": [647]}, "action": {"mean": [0.15305180847644806, -1.0687141418457031, 1.19343101978302, -0.8312109112739563, 0.0052626775577664375, 1.9773882627487183, -0.06334669142961502, -0.6426944732666016, 0.9695133566856384, -1.5448579788208008, 0.2873070240020752, 0.6157453060150146, 0.6284737586975098, 0.9588862657546997, -0.03258845955133438, 0.0026750294491648674, 0.14211854338645935, 0.1756504476070404, 0.1693965047597885, 0.1273239105939865, 0.24327898025512695, 0.12565310299396515, 0.24054217338562012, 0.19561226665973663, 0.43715304136276245, 0.9037322998046875, 0.014443270862102509, -0.06709440797567368, 0.17156173288822174, 0.13729171454906464, 0.23924154043197632, 0.08644387871026993, 0.29127711057662964, 0.09080628305673599, 0.2726473808288574, 0.09557660669088364], "std": [0.10020317137241364, 0.1302807480096817, 0.13418692350387573, 0.5195576548576355, 0.1306353211402893, 0.5248116254806519, 0.20853406190872192, 0.35536205768585205, 0.30970636010169983, 0.3293720781803131, 0.10929316282272339, 0.22479495406150818, 0.28342336416244507, 0.04779769480228424, 0.01977754384279251, 0.0041566211730241776, 0.20685100555419922, 0.3155844509601593, 0.21355068683624268, 0.23799832165241241, 0.333909809589386, 0.24142128229141235, 0.2933538258075714, 0.3058169484138489, 0.48178285360336304, 0.11720931529998779, 0.006716668140143156, 0.0073694163002073765, 0.23410503566265106, 0.24121645092964172, 0.26738280057907104, 0.1627335548400879, 0.36197224259376526, 0.19766749441623688, 0.34430941939353943, 0.1463204026222229], "min": [-0.008034829050302505, -1.3635486364364624, 0.768482506275177, -1.2025539875030518, -0.2559581696987152, 0.11152198910713196, -0.1965552717447281, -1.2360522747039795, 0.6849393248558044, -2.273045778274536, 0.10392824560403824, 0.4483172297477722, 0.0161217600107193, 0.8520915508270264, -0.04678573086857796, -0.004816018044948578, 0.010777408257126808, -0.00898844562470913, 0.013100877404212952, -0.005912302993237972, 0.0135372094810009, 0.0014289884129539132, 0.015937037765979767, 0.010052005760371685, 0.020953470841050148, 0.6908231377601624, 0.004614214412868023, -0.08556476980447769, -0.009424776770174503, 0.013144510798156261, 0.018135061487555504, 0.004297873470932245, 0.013346315361559391, -0.002432552631944418, 0.025301819667220116, 0.01006836723536253], "max": [0.36537012457847595, -0.7638094425201416, 1.2880522012710571, 1.1567977666854858, 0.18957850337028503, 2.2546019554138184, 0.5130488276481628, -0.3267670273780823, 1.42705237865448, -1.2144036293029785, 0.5626287460327148, 1.133316159248352, 0.9993482828140259, 1.0602220296859741, 0.011944596655666828, 0.008213954977691174, 0.5518949031829834, 0.8405342698097229, 0.5912193655967712, 0.6651558876037598, 0.9141652584075928, 0.775913417339325, 0.8612054586410522, 0.8587292432785034, 1.0839476585388184, 1.0460903644561768, 0.05144358053803444, -0.06185010448098183, 0.6432629227638245, 0.6583600640296936, 0.7847982048988342, 0.47966012358665466, 1.0941524505615234, 0.6552456617355347, 0.9997955560684204, 0.47932738065719604], "count": [647]}, "timestamp": {"min": [0.0], "max": [21.533333333333335], "mean": [10.766666666666666], "std": [6.2257529665093525], "count": [647]}, "frame_index": {"min": [0], "max": [646], "mean": [323.0], "std": [186.77258899528056], "count": [647]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [647]}, "index": {"min": [63853], "max": [64499], "mean": [64176.0], "std": [186.77258899528056], "count": [647]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [647]}, "subtask_annotation": {"mean": [2.241112828438949, 5.0, 5.0, 5.0, 5.0], "std": [1.4795809584532729, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [647]}, "scene_annotation": {"mean": [93.0], "std": [0.0], "min": [93], "max": [93], "count": [647]}, "eef_direction_state": {"mean": [4.707882534775889, 4.605873261205564], "std": [1.8270633353371415, 2.0633317700289626], "min": [0, 0], "max": [6, 6], "count": [647]}, "eef_velocity_state": {"mean": [0.5440494590417311, 0.5718701700154559], "std": [0.6560791579843392, 0.7748041953319488], "min": [0, 0], "max": [2, 2], "count": [647]}, "eef_acc_mag_state": {"mean": [0.31839258114374036, 0.3987635239567233], "std": [0.6630116388165183, 0.721837568822638], "min": [0, 0], "max": [2, 2], "count": [647]}, "eef_direction_action": {"mean": [4.707882534775889, 4.605873261205564], "std": [1.8270633353371415, 2.0633317700289626], "min": [0, 0], "max": [6, 6], "count": [647]}, "eef_velocity_action": {"mean": [0.5440494590417311, 0.5718701700154559], "std": [0.6560791579843392, 0.7748041953319488], "min": [0, 0], "max": [2, 2], "count": [647]}, "eef_acc_mag_action": {"mean": [0.31839258114374036, 0.3987635239567233], "std": [0.6630116388165183, 0.721837568822638], "min": [0, 0], "max": [2, 2], "count": [647]}, "eef_sim_pose_state": {"mean": [0.7135951798474269, 0.07672541456302161, 1.239722995336444, -1.9396571807959015, 1.1366721113053562, -2.557839179577664, 0.6312795088533177, -0.15063451502307182, 1.2973729498688744, 1.6860603759737491, 0.935712346937547, 2.3827664661637744], "std": [0.030256393895042123, 0.054426512884222594, 0.034047216201001505, 0.1631642987468105, 0.09595798772920675, 0.33505460232144685, 0.0721987304705884, 0.058766915113061945, 0.06084884811133759, 0.16092693480537604, 0.11248338028805988, 0.07727437054042999], "min": [0.634417863318091, -0.06192931817812369, 1.1636806498744743, -2.5522489827311214, 0.7302535974915365, -3.1261186551657376, 0.5625428729270857, -0.24907661606901382, 1.2369356604734658, 1.2328033717504825, 0.7939202985038021, 2.099998161248168], "max": [0.7382343110353864, 0.1216465212096624, 1.315478971634518, -1.5555950059187262, 1.4162670951558658, 3.0602871034682053, 0.7321599901593224, -0.01117374051826428, 1.458265319447821, 1.857515810616439, 1.1628559259621785, 2.4924698931819176], "count": [647]}, "eef_sim_pose_action": {"mean": [0.7135951798474269, 0.07672541456302161, 1.239722995336444, -1.9396571807959015, 1.1366721113053562, -2.557839179577664, 0.6312795088533177, -0.15063451502307182, 1.2973729498688744, 1.6860603759737491, 0.935712346937547, 2.3827664661637744], "std": [0.030256393895042123, 0.054426512884222594, 0.034047216201001505, 0.1631642987468105, 0.09595798772920675, 0.33505460232144685, 0.0721987304705884, 0.058766915113061945, 0.06084884811133759, 0.16092693480537604, 0.11248338028805988, 0.07727437054042999], "min": [0.634417863318091, -0.06192931817812369, 1.1636806498744743, -2.5522489827311214, 0.7302535974915365, -3.1261186551657376, 0.5625428729270857, -0.24907661606901382, 1.2369356604734658, 1.2328033717504825, 0.7939202985038021, 2.099998161248168], "max": [0.7382343110353864, 0.1216465212096624, 1.315478971634518, -1.5555950059187262, 1.4162670951558658, 3.0602871034682053, 0.7321599901593224, -0.01117374051826428, 1.458265319447821, 1.857515810616439, 1.1628559259621785, 2.4924698931819176], "count": [647]}}} +{"episode_index": 94, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4823724911793626]], [[0.4705196801434438]], [[0.46777894362022093]]], "std": [[[0.17574736293516785]], [[0.1813779570988175]], [[0.18097740617346614]]], "count": [113]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.03137254901960784]], [[0.15294117647058825]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5286394040285731]], [[0.5356859979611314]], [[0.5338544847880154]]], "std": [[[0.2787268486151191]], [[0.28660792674518976]], [[0.28985349908918906]]], "count": [113]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.543862284183585]], [[0.5575440688443519]], [[0.5463561350425126]]], "std": [[[0.3017318832317437]], [[0.30139207949129604]], [[0.31028007384152806]]], "count": [113]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4103516596535369]], [[0.4418487730637978]], [[0.4275399513418937]]], "std": [[[0.30668790294598364]], [[0.30256931870173903]], [[0.314073043135474]]], "count": [113]}, "observation.state": {"mean": [0.11566557735204697, -1.1006556749343872, 1.2744550704956055, -0.011142827570438385, 0.10257653146982193, 1.063685417175293, -0.04082414135336876, -0.7209847569465637, 1.099700689315796, -1.515592098236084, 0.29459670186042786, 0.5773106813430786, 0.6789359450340271, 0.9669595956802368, -0.03307555615901947, 0.0041554709896445274, 0.12292047590017319, 0.16611400246620178, 0.14984427392482758, 0.10026172548532486, 0.21752791106700897, 0.16264481842517853, 0.2409525066614151, 0.21264910697937012, 0.4720587730407715, 0.8808510899543762, 0.015951134264469147, -0.06800725311040878, 0.13493460416793823, 0.12188589572906494, 0.19176454842090607, 0.07744574546813965, 0.24842378497123718, 0.13672567903995514, 0.25684604048728943, 0.05983081832528114], "std": [0.10376687347888947, 0.12174371629953384, 0.08739317953586578, 0.21317580342292786, 0.12222609668970108, 0.16847097873687744, 0.19781285524368286, 0.3696342408657074, 0.3115455210208893, 0.5421851277351379, 0.10673742741346359, 0.3693069517612457, 0.29405248165130615, 0.02611813321709633, 0.019153369590640068, 0.0038930533919483423, 0.1851317584514618, 0.3222951292991638, 0.1850087195634842, 0.19916434586048126, 0.2840801477432251, 0.3050243556499481, 0.275420218706131, 0.35555407404899597, 0.47295838594436646, 0.08624021708965302, 0.00575094623491168, 0.010601501911878586, 0.21526695787906647, 0.2267317771911621, 0.2766534984111786, 0.1369645893573761, 0.39205771684646606, 0.29590150713920593, 0.3802247643470764, 0.10255040228366852], "min": [-0.04957989975810051, -1.384231686592102, 0.9729533791542053, -0.12927252054214478, -0.13962005078792572, 0.26321813464164734, -0.1962691694498062, -1.286192536354065, 0.7881523370742798, -2.3350796699523926, -0.014091281220316887, 0.10925698280334473, 0.02134755812585354, 0.9020079970359802, -0.04578762128949165, -0.0023943737614899874, 0.014071717858314514, -0.006086835637688637, 0.016542447730898857, -0.007461282890290022, 0.017262397333979607, -0.003561562392860651, 0.023278329521417618, 0.012599095702171326, 0.014780757017433643, 0.7497607469558716, 0.004450589418411255, -0.0910298228263855, -0.012533645145595074, 0.008235772140324116, 0.02076941914856434, -0.002023491309955716, 0.012042772024869919, 0.0006217735353857279, 0.02439097687602043, -0.0023998278193175793], "max": [0.33436331152915955, -0.8524070978164673, 1.3585655689239502, 0.9426154494285583, 0.2114209085702896, 1.105802297592163, 0.4455634355545044, -0.3702220320701599, 1.5111677646636963, -0.9733825325965881, 0.5656567215919495, 1.1478345394134521, 1.0758427381515503, 1.0493792295455933, 0.016515176743268967, 0.008039422333240509, 0.4856487512588501, 0.8291841149330139, 0.5116323232650757, 0.6426193118095398, 0.7739062309265137, 0.8167104721069336, 0.808027446269989, 0.9942213296890259, 1.0740429162979126, 1.0337421894073486, 0.04127703607082367, -0.06198100373148918, 0.5753477811813354, 0.6340017318725586, 0.7601399421691895, 0.4016111493110657, 1.1480339765548706, 0.946622908115387, 1.1018917560577393, 0.33469417691230774], "count": [548]}, "action": {"mean": [0.11566557735204697, -1.1006556749343872, 1.2744550704956055, -0.011142827570438385, 0.10257653146982193, 1.063685417175293, -0.04082414135336876, -0.7209847569465637, 1.099700689315796, -1.515592098236084, 0.29459670186042786, 0.5773106813430786, 0.6789359450340271, 0.9669595956802368, -0.03307555615901947, 0.0041554709896445274, 0.12292047590017319, 0.16611400246620178, 0.14984427392482758, 0.10026172548532486, 0.21752791106700897, 0.16264481842517853, 0.2409525066614151, 0.21264910697937012, 0.4720587730407715, 0.8808510899543762, 0.015951134264469147, -0.06800725311040878, 0.13493460416793823, 0.12188589572906494, 0.19176454842090607, 0.07744574546813965, 0.24842378497123718, 0.13672567903995514, 0.25684604048728943, 0.05983081832528114], "std": [0.10376687347888947, 0.12174371629953384, 0.08739317953586578, 0.21317580342292786, 0.12222609668970108, 0.16847097873687744, 0.19781285524368286, 0.3696342408657074, 0.3115455210208893, 0.5421851277351379, 0.10673742741346359, 0.3693069517612457, 0.29405248165130615, 0.02611813321709633, 0.019153369590640068, 0.0038930533919483423, 0.1851317584514618, 0.3222951292991638, 0.1850087195634842, 0.19916434586048126, 0.2840801477432251, 0.3050243556499481, 0.275420218706131, 0.35555407404899597, 0.47295838594436646, 0.08624021708965302, 0.00575094623491168, 0.010601501911878586, 0.21526695787906647, 0.2267317771911621, 0.2766534984111786, 0.1369645893573761, 0.39205771684646606, 0.29590150713920593, 0.3802247643470764, 0.10255040228366852], "min": [-0.04957989975810051, -1.384231686592102, 0.9729533791542053, -0.12927252054214478, -0.13962005078792572, 0.26321813464164734, -0.1962691694498062, -1.286192536354065, 0.7881523370742798, -2.3350796699523926, -0.014091281220316887, 0.10925698280334473, 0.02134755812585354, 0.9020079970359802, -0.04578762128949165, -0.0023943737614899874, 0.014071717858314514, -0.006086835637688637, 0.016542447730898857, -0.007461282890290022, 0.017262397333979607, -0.003561562392860651, 0.023278329521417618, 0.012599095702171326, 0.014780757017433643, 0.7497607469558716, 0.004450589418411255, -0.0910298228263855, -0.012533645145595074, 0.008235772140324116, 0.02076941914856434, -0.002023491309955716, 0.012042772024869919, 0.0006217735353857279, 0.02439097687602043, -0.0023998278193175793], "max": [0.33436331152915955, -0.8524070978164673, 1.3585655689239502, 0.9426154494285583, 0.2114209085702896, 1.105802297592163, 0.4455634355545044, -0.3702220320701599, 1.5111677646636963, -0.9733825325965881, 0.5656567215919495, 1.1478345394134521, 1.0758427381515503, 1.0493792295455933, 0.016515176743268967, 0.008039422333240509, 0.4856487512588501, 0.8291841149330139, 0.5116323232650757, 0.6426193118095398, 0.7739062309265137, 0.8167104721069336, 0.808027446269989, 0.9942213296890259, 1.0740429162979126, 1.0337421894073486, 0.04127703607082367, -0.06198100373148918, 0.5753477811813354, 0.6340017318725586, 0.7601399421691895, 0.4016111493110657, 1.1480339765548706, 0.946622908115387, 1.1018917560577393, 0.33469417691230774], "count": [548]}, "timestamp": {"min": [0.0], "max": [18.233333333333334], "mean": [9.116666666666667], "std": [5.273123678933895], "count": [548]}, "frame_index": {"min": [0], "max": [547], "mean": [273.5], "std": [158.19371036801684], "count": [548]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [548]}, "index": {"min": [64500], "max": [65047], "mean": [64773.5], "std": [158.19371036801684], "count": [548]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [548]}, "subtask_annotation": {"mean": [2.1861313868613137, 5.0, 5.0, 5.0, 5.0], "std": [1.420017604586661, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [548]}, "scene_annotation": {"mean": [94.0], "std": [0.0], "min": [94], "max": [94], "count": [548]}, "eef_direction_state": {"mean": [4.75, 4.381386861313868], "std": [1.7904603249395061, 2.1330259108763108], "min": [0, 0], "max": [6, 6], "count": [548]}, "eef_velocity_state": {"mean": [0.5894160583941606, 0.6496350364963503], "std": [0.7079045529536402, 0.7481484773585396], "min": [0, 0], "max": [2, 2], "count": [548]}, "eef_acc_mag_state": {"mean": [0.32116788321167883, 0.4470802919708029], "std": [0.6582913801336664, 0.7417002174270283], "min": [0, 0], "max": [2, 2], "count": [548]}, "eef_direction_action": {"mean": [4.75, 4.381386861313868], "std": [1.7904603249395061, 2.1330259108763108], "min": [0, 0], "max": [6, 6], "count": [548]}, "eef_velocity_action": {"mean": [0.5894160583941606, 0.6496350364963503], "std": [0.7079045529536402, 0.7481484773585396], "min": [0, 0], "max": [2, 2], "count": [548]}, "eef_acc_mag_action": {"mean": [0.32116788321167883, 0.4470802919708029], "std": [0.6582913801336664, 0.7417002174270283], "min": [0, 0], "max": [2, 2], "count": [548]}, "eef_sim_pose_state": {"mean": [0.7343352320853825, 0.09334929937479283, 1.230945286683617, -1.9969471505198229, 1.0272841158167363, -2.555007265402609, 0.6646181946631053, -0.16983969101455454, 1.3071272585882951, 1.6731624162396175, 0.9550998988206352, 2.3153441790589513], "std": [0.020431887958817087, 0.05887166843016594, 0.03388001995934528, 0.1337855627484472, 0.05790248710185304, 0.04940309734508439, 0.061167079667446084, 0.08469818651772432, 0.0556278425831693, 0.15909428159178382, 0.14346411769569792, 0.15919659913659015], "min": [0.6752320074670053, -0.046558868231126205, 1.1676322691975933, -2.173193782446809, 0.9509760253934876, -2.692527136772802, 0.602021377784933, -0.32373868633960284, 1.238256862000555, 1.2885000021475999, 0.805833968996938, 1.9943434379287748], "max": [0.7499782409896628, 0.1388427998440515, 1.3057977559382996, -1.74561741842964, 1.2442462506996295, -2.42332710799484, 0.7542178268169416, -0.006137450007341727, 1.4573227245262743, 2.0870316898166057, 1.2423885116112032, 2.5997378519694156], "count": [548]}, "eef_sim_pose_action": {"mean": [0.7343352320853825, 0.09334929937479283, 1.230945286683617, -1.9969471505198229, 1.0272841158167363, -2.555007265402609, 0.6646181946631053, -0.16983969101455454, 1.3071272585882951, 1.6731624162396175, 0.9550998988206352, 2.3153441790589513], "std": [0.020431887958817087, 0.05887166843016594, 0.03388001995934528, 0.1337855627484472, 0.05790248710185304, 0.04940309734508439, 0.061167079667446084, 0.08469818651772432, 0.0556278425831693, 0.15909428159178382, 0.14346411769569792, 0.15919659913659015], "min": [0.6752320074670053, -0.046558868231126205, 1.1676322691975933, -2.173193782446809, 0.9509760253934876, -2.692527136772802, 0.602021377784933, -0.32373868633960284, 1.238256862000555, 1.2885000021475999, 0.805833968996938, 1.9943434379287748], "max": [0.7499782409896628, 0.1388427998440515, 1.3057977559382996, -1.74561741842964, 1.2442462506996295, -2.42332710799484, 0.7542178268169416, -0.006137450007341727, 1.4573227245262743, 2.0870316898166057, 1.2423885116112032, 2.5997378519694156], "count": [548]}}} +{"episode_index": 95, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4796964803921569]], [[0.46743427614379085]], [[0.4635206111111111]]], "std": [[[0.18097479130657446]], [[0.18568285740370397]], [[0.185929786326726]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.14901960784313725]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.541315477124183]], [[0.5475078415032679]], [[0.5454364411764706]]], "std": [[[0.27714302679583736]], [[0.2842558159598788]], [[0.28893617104104885]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.561983887254902]], [[0.5772317696078431]], [[0.5646921699346404]]], "std": [[[0.2946428189770204]], [[0.2931120039432732]], [[0.30467784414636057]]], "count": [125]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42949710130718954]], [[0.4596385816993464]], [[0.4461931715686274]]], "std": [[[0.31279135697305366]], [[0.3091045796937566]], [[0.3203841713363252]]], "count": [125]}, "observation.state": {"mean": [0.14648069441318512, -1.0778191089630127, 1.1484785079956055, -0.9221400022506714, -0.04808149114251137, 1.9884330034255981, -0.03352367877960205, -0.6886817216873169, 1.1876534223556519, -1.5848643779754639, 0.49540969729423523, 0.5444499254226685, 0.7200178503990173, 0.9762644171714783, -0.03093959391117096, 0.0033034959342330694, 0.14849193394184113, 0.1707981675863266, 0.18184572458267212, 0.1365417242050171, 0.23154307901859283, 0.16636547446250916, 0.26148146390914917, 0.1874905228614807, 0.4134443998336792, 0.9592081308364868, 0.014584656804800034, -0.06741690635681152, 0.14381849765777588, 0.09547396004199982, 0.2096593976020813, 0.06762159615755081, 0.2601645886898041, 0.12939216196537018, 0.24711215496063232, 0.0700230821967125], "std": [0.09385406225919724, 0.13648869097232819, 0.11516739428043365, 0.5330204367637634, 0.13266488909721375, 0.6661571264266968, 0.1565139889717102, 0.3252484202384949, 0.24140653014183044, 0.2672051787376404, 0.07638295739889145, 0.18342646956443787, 0.24839317798614502, 0.053243592381477356, 0.019983017817139626, 0.005253364332020283, 0.17851433157920837, 0.32810401916503906, 0.18138355016708374, 0.25809937715530396, 0.2602618932723999, 0.38704627752304077, 0.29107627272605896, 0.3141927123069763, 0.4689546227455139, 0.11626133322715759, 0.004753074608743191, 0.00879825558513403, 0.19292251765727997, 0.2034725397825241, 0.23549233376979828, 0.11398081481456757, 0.33931097388267517, 0.31302958726882935, 0.30643224716186523, 0.11834078282117844], "min": [-0.0364428386092186, -1.4049267768859863, 0.8474002480506897, -1.3837429285049438, -0.27245697379112244, 0.4617880582809448, -0.2375321090221405, -1.2363622188568115, 0.8253580927848816, -2.1505446434020996, 0.3723916709423065, 0.1560354232788086, 0.015872986987233162, 0.7999061942100525, -0.04736386984586716, -0.005503241438418627, 0.0006763151031918824, -0.009021169506013393, 0.014033537358045578, -0.007537640631198883, 0.013008156791329384, -0.05204669013619423, 0.016929693520069122, 0.009828385896980762, 0.02822524681687355, 0.7555038928985596, 0.005759586580097675, -0.08862454444169998, -0.006861325353384018, 0.001614429522305727, 0.025650884956121445, -0.0005563235026784241, 0.024298254400491714, -0.0033815752249211073, 0.039095375686883926, 0.00980656873434782], "max": [0.34695202112197876, -0.8062748908996582, 1.2727693319320679, 0.8804097771644592, 0.25692376494407654, 2.5181307792663574, 0.46122777462005615, -0.3100506067276001, 1.5935664176940918, -1.2962331771850586, 0.7280937433242798, 0.8619440197944641, 1.017346978187561, 1.205245018005371, 0.020180368795990944, 0.008170322515070438, 0.49288642406463623, 0.8663977980613708, 0.5204190015792847, 0.7473772764205933, 0.7318165302276611, 1.0103001594543457, 0.9139580726623535, 0.9024443626403809, 1.0771408081054688, 1.1178834438323975, 0.047080256044864655, -0.06239006668329239, 0.5727352499961853, 0.6033493876457214, 0.7411431670188904, 0.43646320700645447, 1.0778443813323975, 0.9656415581703186, 0.9868091940879822, 0.43187078833580017], "count": [629]}, "action": {"mean": [0.14648069441318512, -1.0778191089630127, 1.1484785079956055, -0.9221400022506714, -0.04808149114251137, 1.9884330034255981, -0.03352367877960205, -0.6886817216873169, 1.1876534223556519, -1.5848643779754639, 0.49540969729423523, 0.5444499254226685, 0.7200178503990173, 0.9762644171714783, -0.03093959391117096, 0.0033034959342330694, 0.14849193394184113, 0.1707981675863266, 0.18184572458267212, 0.1365417242050171, 0.23154307901859283, 0.16636547446250916, 0.26148146390914917, 0.1874905228614807, 0.4134443998336792, 0.9592081308364868, 0.014584656804800034, -0.06741690635681152, 0.14381849765777588, 0.09547396004199982, 0.2096593976020813, 0.06762159615755081, 0.2601645886898041, 0.12939216196537018, 0.24711215496063232, 0.0700230821967125], "std": [0.09385406225919724, 0.13648869097232819, 0.11516739428043365, 0.5330204367637634, 0.13266488909721375, 0.6661571264266968, 0.1565139889717102, 0.3252484202384949, 0.24140653014183044, 0.2672051787376404, 0.07638295739889145, 0.18342646956443787, 0.24839317798614502, 0.053243592381477356, 0.019983017817139626, 0.005253364332020283, 0.17851433157920837, 0.32810401916503906, 0.18138355016708374, 0.25809937715530396, 0.2602618932723999, 0.38704627752304077, 0.29107627272605896, 0.3141927123069763, 0.4689546227455139, 0.11626133322715759, 0.004753074608743191, 0.00879825558513403, 0.19292251765727997, 0.2034725397825241, 0.23549233376979828, 0.11398081481456757, 0.33931097388267517, 0.31302958726882935, 0.30643224716186523, 0.11834078282117844], "min": [-0.0364428386092186, -1.4049267768859863, 0.8474002480506897, -1.3837429285049438, -0.27245697379112244, 0.4617880582809448, -0.2375321090221405, -1.2363622188568115, 0.8253580927848816, -2.1505446434020996, 0.3723916709423065, 0.1560354232788086, 0.015872986987233162, 0.7999061942100525, -0.04736386984586716, -0.005503241438418627, 0.0006763151031918824, -0.009021169506013393, 0.014033537358045578, -0.007537640631198883, 0.013008156791329384, -0.05204669013619423, 0.016929693520069122, 0.009828385896980762, 0.02822524681687355, 0.7555038928985596, 0.005759586580097675, -0.08862454444169998, -0.006861325353384018, 0.001614429522305727, 0.025650884956121445, -0.0005563235026784241, 0.024298254400491714, -0.0033815752249211073, 0.039095375686883926, 0.00980656873434782], "max": [0.34695202112197876, -0.8062748908996582, 1.2727693319320679, 0.8804097771644592, 0.25692376494407654, 2.5181307792663574, 0.46122777462005615, -0.3100506067276001, 1.5935664176940918, -1.2962331771850586, 0.7280937433242798, 0.8619440197944641, 1.017346978187561, 1.205245018005371, 0.020180368795990944, 0.008170322515070438, 0.49288642406463623, 0.8663977980613708, 0.5204190015792847, 0.7473772764205933, 0.7318165302276611, 1.0103001594543457, 0.9139580726623535, 0.9024443626403809, 1.0771408081054688, 1.1178834438323975, 0.047080256044864655, -0.06239006668329239, 0.5727352499961853, 0.6033493876457214, 0.7411431670188904, 0.43646320700645447, 1.0778443813323975, 0.9656415581703186, 0.9868091940879822, 0.43187078833580017], "count": [629]}, "timestamp": {"min": [0.0], "max": [20.933333333333334], "mean": [10.466666666666665], "std": [6.052547672950073], "count": [629]}, "frame_index": {"min": [0], "max": [628], "mean": [314.0], "std": [181.57643018850217], "count": [629]}, "episode_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [629]}, "index": {"min": [65048], "max": [65676], "mean": [65362.0], "std": [181.57643018850217], "count": [629]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [629]}, "subtask_annotation": {"mean": [2.327503974562798, 5.0, 5.0, 5.0, 5.0], "std": [1.5175361700495522, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [629]}, "scene_annotation": {"mean": [95.0], "std": [0.0], "min": [95], "max": [95], "count": [629]}, "eef_direction_state": {"mean": [4.639109697933227, 4.904610492845787], "std": [1.6541501986997047, 1.8333930551594877], "min": [0, 0], "max": [6, 6], "count": [629]}, "eef_velocity_state": {"mean": [0.6470588235294118, 0.5087440381558028], "std": [0.6619898927940026, 0.7743933548454829], "min": [0, 0], "max": [2, 2], "count": [629]}, "eef_acc_mag_state": {"mean": [0.40540540540540543, 0.3656597774244833], "std": [0.7239065781560858, 0.6996458918015145], "min": [0, 0], "max": [2, 2], "count": [629]}, "eef_direction_action": {"mean": [4.639109697933227, 4.904610492845787], "std": [1.6541501986997047, 1.8333930551594877], "min": [0, 0], "max": [6, 6], "count": [629]}, "eef_velocity_action": {"mean": [0.6470588235294118, 0.5087440381558028], "std": [0.6619898927940026, 0.7743933548454829], "min": [0, 0], "max": [2, 2], "count": [629]}, "eef_acc_mag_action": {"mean": [0.40540540540540543, 0.3656597774244833], "std": [0.7239065781560858, 0.6996458918015145], "min": [0, 0], "max": [2, 2], "count": [629]}, "eef_sim_pose_state": {"mean": [0.706957154817322, 0.06211558588013349, 1.2467076185761712, -1.84337300582179, 1.0662083177924833, -2.4795361588821794, 0.6560917777966164, -0.18868092892870114, 1.3065966193059768, 1.6576017377125176, 1.047095481008637, 2.410473418796605], "std": [0.023496157914852923, 0.050402789335137685, 0.034387669895845074, 0.1633846152530173, 0.2800884838607767, 0.12959553180437253, 0.056645736833932904, 0.07150555574578313, 0.046217874609898596, 0.15821060055930106, 0.0871570700701996, 0.14747979325782126], "min": [0.6554302638021796, -0.07014357066996182, 1.1705735901283745, -2.126567533639946, -0.20115768041618431, -2.744425906002561, 0.5688594604934929, -0.24687634051283272, 1.236882161496442, 1.2241144271724724, 0.9541525151959895, 2.2324987356098016], "max": [0.7324557573243435, 0.11138214732614204, 1.3353316517996277, -1.4380667321778842, 1.318210394192159, -2.1642342184955834, 0.7485882857959965, -0.023040441544814938, 1.449562710088513, 1.9755892329970373, 1.2650729266930365, 2.6918697806241036], "count": [629]}, "eef_sim_pose_action": {"mean": [0.706957154817322, 0.06211558588013349, 1.2467076185761712, -1.84337300582179, 1.0662083177924833, -2.4795361588821794, 0.6560917777966164, -0.18868092892870114, 1.3065966193059768, 1.6576017377125176, 1.047095481008637, 2.410473418796605], "std": [0.023496157914852923, 0.050402789335137685, 0.034387669895845074, 0.1633846152530173, 0.2800884838607767, 0.12959553180437253, 0.056645736833932904, 0.07150555574578313, 0.046217874609898596, 0.15821060055930106, 0.0871570700701996, 0.14747979325782126], "min": [0.6554302638021796, -0.07014357066996182, 1.1705735901283745, -2.126567533639946, -0.20115768041618431, -2.744425906002561, 0.5688594604934929, -0.24687634051283272, 1.236882161496442, 1.2241144271724724, 0.9541525151959895, 2.2324987356098016], "max": [0.7324557573243435, 0.11138214732614204, 1.3353316517996277, -1.4380667321778842, 1.318210394192159, -2.1642342184955834, 0.7485882857959965, -0.023040441544814938, 1.449562710088513, 1.9755892329970373, 1.2650729266930365, 2.6918697806241036], "count": [629]}}} +{"episode_index": 96, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48072864469862014]], [[0.46828684186637615]], [[0.4649789488017429]]], "std": [[[0.18300007154576456]], [[0.18836462902148132]], [[0.18828179362185077]]], "count": [135]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.13333333333333333]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5360900644517066]], [[0.542112521181312]], [[0.5404347418905834]]], "std": [[[0.2720100637988086]], [[0.279167163451931]], [[0.2848637840516905]]], "count": [135]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.08235294117647059]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5709613077947229]], [[0.5817744492858872]], [[0.5742132746308399]]], "std": [[[0.2868449741839337]], [[0.28742114423711296]], [[0.29783294775915575]]], "count": [135]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4217231315056887]], [[0.4535739923747277]], [[0.4403135212418301]]], "std": [[[0.3084344084443789]], [[0.3050512914348104]], [[0.31727757240890675]]], "count": [135]}, "observation.state": {"mean": [0.11711933463811874, -1.0305935144424438, 1.1472727060317993, -0.8601601719856262, 0.09425558149814606, 1.9769915342330933, -0.09413570165634155, -0.6171875596046448, 1.06987464427948, -1.5976520776748657, 0.3412637710571289, 0.5537996292114258, 0.6437763571739197, 0.9717904925346375, -0.02371112070977688, 0.0017517441883683205, 0.10120607167482376, 0.14242547750473022, 0.10928335040807724, 0.13321241736412048, 0.16298054158687592, 0.16564615070819855, 0.22361193597316742, 0.1466873288154602, 0.45417869091033936, 0.9023280143737793, 0.013663618825376034, -0.06497758626937866, 0.13792458176612854, 0.03677763789892197, 0.1657610684633255, 0.06666737049818039, 0.24548092484474182, 0.18423287570476532, 0.24865171313285828, 0.09813406318426132], "std": [0.07967754453420639, 0.14052748680114746, 0.13957028090953827, 0.5815606713294983, 0.15524882078170776, 0.7743116021156311, 0.18285760283470154, 0.3429577052593231, 0.27536821365356445, 0.19169893860816956, 0.07539119571447372, 0.1613542139530182, 0.3741156756877899, 0.04646977409720421, 0.022637424990534782, 0.002978692762553692, 0.1673395335674286, 0.30753323435783386, 0.18067261576652527, 0.29805588722229004, 0.2609676420688629, 0.34016144275665283, 0.3014134168624878, 0.2858038544654846, 0.5255926251411438, 0.060726746916770935, 0.005815037991851568, 0.006760424003005028, 0.22803685069084167, 0.05370693281292915, 0.2531481683254242, 0.10637356340885162, 0.3997180163860321, 0.37183550000190735, 0.37254437804222107, 0.162610724568367], "min": [-0.014353017322719097, -1.3782949447631836, 0.8368738889694214, -1.5693784952163696, -0.41192206740379333, 0.3711637854576111, -0.22884956002235413, -1.128213882446289, 0.8272297382354736, -1.889794111251831, 0.28346017003059387, 0.4069509506225586, 0.016889696940779686, 0.8626672029495239, -0.041315216571092606, -0.004123340360820293, 0.012070042081177235, -0.007668539881706238, 0.010341075249016285, -0.009893834590911865, 0.014044445939362049, -0.004477860406041145, 0.01844049245119095, -0.0006763151031918824, 0.010711957700550556, 0.7335672974586487, 0.0019962203223258257, -0.08169776946306229, -0.010493791662156582, -0.003926990553736687, 0.017753172665834427, -0.016722435131669044, 0.012293662875890732, -0.0004254239902365953, 0.02387283183634281, 0.007897614501416683], "max": [0.30041199922561646, -0.8010430335998535, 1.288171410560608, 0.985673189163208, 0.2538958191871643, 2.6285572052001953, 0.3368786573410034, -0.327437162399292, 1.4701828956604004, -1.40549898147583, 0.530644416809082, 0.8367546796798706, 1.1081913709640503, 1.0661070346832275, 0.022100234404206276, 0.00717221200466156, 0.4673500657081604, 0.8724737167358398, 0.5005767941474915, 0.8502643704414368, 0.7298749089241028, 0.9495955109596252, 0.8866981267929077, 0.8387452960014343, 1.174579381942749, 1.0106874704360962, 0.03798272833228111, -0.06083563342690468, 0.587188720703125, 0.15087279677391052, 0.676773190498352, 0.3124794065952301, 1.063101887702942, 1.0176851749420166, 1.0319477319717407, 0.6354034543037415], "count": [698]}, "action": {"mean": [0.11711933463811874, -1.0305935144424438, 1.1472727060317993, -0.8601601719856262, 0.09425558149814606, 1.9769915342330933, -0.09413570165634155, -0.6171875596046448, 1.06987464427948, -1.5976520776748657, 0.3412637710571289, 0.5537996292114258, 0.6437763571739197, 0.9717904925346375, -0.02371112070977688, 0.0017517441883683205, 0.10120607167482376, 0.14242547750473022, 0.10928335040807724, 0.13321241736412048, 0.16298054158687592, 0.16564615070819855, 0.22361193597316742, 0.1466873288154602, 0.45417869091033936, 0.9023280143737793, 0.013663618825376034, -0.06497758626937866, 0.13792458176612854, 0.03677763789892197, 0.1657610684633255, 0.06666737049818039, 0.24548092484474182, 0.18423287570476532, 0.24865171313285828, 0.09813406318426132], "std": [0.07967754453420639, 0.14052748680114746, 0.13957028090953827, 0.5815606713294983, 0.15524882078170776, 0.7743116021156311, 0.18285760283470154, 0.3429577052593231, 0.27536821365356445, 0.19169893860816956, 0.07539119571447372, 0.1613542139530182, 0.3741156756877899, 0.04646977409720421, 0.022637424990534782, 0.002978692762553692, 0.1673395335674286, 0.30753323435783386, 0.18067261576652527, 0.29805588722229004, 0.2609676420688629, 0.34016144275665283, 0.3014134168624878, 0.2858038544654846, 0.5255926251411438, 0.060726746916770935, 0.005815037991851568, 0.006760424003005028, 0.22803685069084167, 0.05370693281292915, 0.2531481683254242, 0.10637356340885162, 0.3997180163860321, 0.37183550000190735, 0.37254437804222107, 0.162610724568367], "min": [-0.014353017322719097, -1.3782949447631836, 0.8368738889694214, -1.5693784952163696, -0.41192206740379333, 0.3711637854576111, -0.22884956002235413, -1.128213882446289, 0.8272297382354736, -1.889794111251831, 0.28346017003059387, 0.4069509506225586, 0.016889696940779686, 0.8626672029495239, -0.041315216571092606, -0.004123340360820293, 0.012070042081177235, -0.007668539881706238, 0.010341075249016285, -0.009893834590911865, 0.014044445939362049, -0.004477860406041145, 0.01844049245119095, -0.0006763151031918824, 0.010711957700550556, 0.7335672974586487, 0.0019962203223258257, -0.08169776946306229, -0.010493791662156582, -0.003926990553736687, 0.017753172665834427, -0.016722435131669044, 0.012293662875890732, -0.0004254239902365953, 0.02387283183634281, 0.007897614501416683], "max": [0.30041199922561646, -0.8010430335998535, 1.288171410560608, 0.985673189163208, 0.2538958191871643, 2.6285572052001953, 0.3368786573410034, -0.327437162399292, 1.4701828956604004, -1.40549898147583, 0.530644416809082, 0.8367546796798706, 1.1081913709640503, 1.0661070346832275, 0.022100234404206276, 0.00717221200466156, 0.4673500657081604, 0.8724737167358398, 0.5005767941474915, 0.8502643704414368, 0.7298749089241028, 0.9495955109596252, 0.8866981267929077, 0.8387452960014343, 1.174579381942749, 1.0106874704360962, 0.03798272833228111, -0.06083563342690468, 0.587188720703125, 0.15087279677391052, 0.676773190498352, 0.3124794065952301, 1.063101887702942, 1.0176851749420166, 1.0319477319717407, 0.6354034543037415], "count": [698]}, "timestamp": {"min": [0.0], "max": [23.233333333333334], "mean": [11.616666666666665], "std": [6.716501238657586], "count": [698]}, "frame_index": {"min": [0], "max": [697], "mean": [348.5], "std": [201.4950371597276], "count": [698]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [698]}, "index": {"min": [65677], "max": [66374], "mean": [66025.5], "std": [201.4950371597276], "count": [698]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [698]}, "subtask_annotation": {"mean": [2.492836676217765, 5.0, 5.0, 5.0, 5.0], "std": [1.4534142114942565, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [698]}, "scene_annotation": {"mean": [96.0], "std": [0.0], "min": [96], "max": [96], "count": [698]}, "eef_direction_state": {"mean": [4.957020057306591, 4.858166189111748], "std": [1.5029629769889423, 1.8746378648271365], "min": [0, 0], "max": [6, 6], "count": [698]}, "eef_velocity_state": {"mean": [0.6074498567335244, 0.4656160458452722], "std": [0.7343800971852469, 0.6830686544386496], "min": [0, 0], "max": [2, 2], "count": [698]}, "eef_acc_mag_state": {"mean": [0.43123209169054444, 0.30515759312320917], "std": [0.7505481668207382, 0.6467922088359033], "min": [0, 0], "max": [2, 2], "count": [698]}, "eef_direction_action": {"mean": [4.957020057306591, 4.858166189111748], "std": [1.5029629769889423, 1.8746378648271365], "min": [0, 0], "max": [6, 6], "count": [698]}, "eef_velocity_action": {"mean": [0.6074498567335244, 0.4656160458452722], "std": [0.7343800971852469, 0.6830686544386496], "min": [0, 0], "max": [2, 2], "count": [698]}, "eef_acc_mag_action": {"mean": [0.43123209169054444, 0.30515759312320917], "std": [0.7505481668207382, 0.6467922088359033], "min": [0, 0], "max": [2, 2], "count": [698]}, "eef_sim_pose_state": {"mean": [0.6931711492605596, 0.0675202798362335, 1.244225912299038, -2.0057653443611887, 1.077793396300469, -2.7049375972417917, 0.6472112217944715, -0.19823955238987476, 1.2880142342696173, 1.7955002268963924, 1.0485364087062348, 2.432658085150748], "std": [0.025112052717676567, 0.0524341058976858, 0.03216622971509883, 0.24127897421216415, 0.30305447696194715, 0.2625138659322414, 0.060401739034137765, 0.07063433654216118, 0.05891654261548106, 0.25712278688695667, 0.03760390896004944, 0.12699560367989532], "min": [0.629368278770273, -0.07740537477760945, 1.166415894677257, -2.3594321165193626, -0.15260005604712612, -3.1143908178883213, 0.5937159103353684, -0.2580674613826663, 1.2411005492499487, 1.1250615566305966, 0.9268258898476258, 1.9643564114036185], "max": [0.7308374711960648, 0.11269497680781912, 1.3091405811050452, -1.1824173906436675, 1.3398772319425487, -1.6503485125584578, 0.7492439287737117, -0.05641436221911153, 1.4472447300294282, 2.0014649329341494, 1.1348485373225845, 2.671984705586983], "count": [698]}, "eef_sim_pose_action": {"mean": [0.6931711492605596, 0.0675202798362335, 1.244225912299038, -2.0057653443611887, 1.077793396300469, -2.7049375972417917, 0.6472112217944715, -0.19823955238987476, 1.2880142342696173, 1.7955002268963924, 1.0485364087062348, 2.432658085150748], "std": [0.025112052717676567, 0.0524341058976858, 0.03216622971509883, 0.24127897421216415, 0.30305447696194715, 0.2625138659322414, 0.060401739034137765, 0.07063433654216118, 0.05891654261548106, 0.25712278688695667, 0.03760390896004944, 0.12699560367989532], "min": [0.629368278770273, -0.07740537477760945, 1.166415894677257, -2.3594321165193626, -0.15260005604712612, -3.1143908178883213, 0.5937159103353684, -0.2580674613826663, 1.2411005492499487, 1.1250615566305966, 0.9268258898476258, 1.9643564114036185], "max": [0.7308374711960648, 0.11269497680781912, 1.3091405811050452, -1.1824173906436675, 1.3398772319425487, -1.6503485125584578, 0.7492439287737117, -0.05641436221911153, 1.4472447300294282, 2.0014649329341494, 1.1348485373225845, 2.671984705586983], "count": [698]}}} +{"episode_index": 97, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48297314215686277]], [[0.4704622549019608]], [[0.4681045343137255]]], "std": [[[0.17946531060372892]], [[0.18583914177364258]], [[0.18586166218278508]]], "count": [125]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.14901960784313725]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5490048562091503]], [[0.5574462728758169]], [[0.5564680620915033]]], "std": [[[0.26756982148300273]], [[0.275017039117035]], [[0.2806081995496894]]], "count": [125]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.027450980392156862]], [[0.09019607843137255]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5785579656862746]], [[0.592122158496732]], [[0.5834573022875816]]], "std": [[[0.3000993887332938]], [[0.2987794280994135]], [[0.30797988529616455]]], "count": [125]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4139033120915033]], [[0.44460530555555555]], [[0.4300535637254902]]], "std": [[[0.3067977436979591]], [[0.3041010820546129]], [[0.3154172340955366]]], "count": [125]}, "observation.state": {"mean": [0.0859019085764885, -1.0958036184310913, 1.2341793775558472, -0.25688329339027405, 0.14239458739757538, 1.4629374742507935, -0.05842048302292824, -0.6267881989479065, 1.0800809860229492, -1.5810296535491943, 0.3466416895389557, 0.6523889303207397, 0.5939552783966064, 0.9207085371017456, -0.03448726609349251, 0.0018690266879275441, 0.13457059860229492, 0.15575769543647766, 0.15358105301856995, 0.13859215378761292, 0.22139696776866913, 0.089012511074543, 0.23973149061203003, 0.1813351809978485, 0.5190470814704895, 0.9029632806777954, 0.012828542850911617, -0.06767527014017105, 0.14685022830963135, 0.05952955409884453, 0.20448987185955048, 0.042501941323280334, 0.25716185569763184, 0.16066676378250122, 0.2616632282733917, 0.16191917657852173], "std": [0.11475346237421036, 0.14261651039123535, 0.09724817425012589, 0.304104208946228, 0.16326561570167542, 0.2930316925048828, 0.21792711317539215, 0.3741934299468994, 0.2640798091888428, 0.3315659165382385, 0.09655532985925674, 0.19875288009643555, 0.2561180889606476, 0.031366102397441864, 0.02083449810743332, 0.0034589343704283237, 0.21315494179725647, 0.30050694942474365, 0.23106925189495087, 0.2716961205005646, 0.34875038266181946, 0.27633145451545715, 0.32514283061027527, 0.32442545890808105, 0.5253353714942932, 0.08678878843784332, 0.004862637259066105, 0.008545665070414543, 0.2451106458902359, 0.12541009485721588, 0.29133862257003784, 0.05054428055882454, 0.39170727133750916, 0.3096100687980652, 0.3808861970901489, 0.2624048888683319], "min": [-0.10391632467508316, -1.4048075675964355, 0.8727153539657593, -0.3811059892177582, -0.18374007940292358, 0.11215381324291229, -0.21422818303108215, -1.1732518672943115, 0.8218890428543091, -2.2427544593811035, 0.19854609668254852, 0.401203453540802, 0.01488984003663063, 0.7943538427352905, -0.04721115529537201, -0.005110542289912701, 0.008203047327697277, -0.01566432975232601, 0.013517191633582115, -0.008377579972147942, 0.015969762578606606, -0.05720316991209984, 0.016198838129639626, 0.0014835296897217631, 0.01785689778625965, 0.7501915693283081, 0.004123340360820293, -0.08623017370700836, -0.008803004398941994, -0.014797120355069637, 0.01779945008456707, -0.004041527863591909, 0.01165007334202528, 0.002590723102912307, 0.02379102073609829, 0.014606223441660404], "max": [0.3416113555431366, -0.7894636392593384, 1.3356889486312866, 1.1774957180023193, 0.34119412302970886, 1.6463531255722046, 0.48365139961242676, -0.2780002951622009, 1.4989008903503418, -1.312502384185791, 0.5893082022666931, 1.0870741605758667, 1.00394606590271, 0.9742264151573181, 0.033597588539123535, 0.004374959040433168, 0.5635995268821716, 0.798313558101654, 0.6164939403533936, 0.7801621556282043, 0.9425541758537292, 0.7704974412918091, 0.9531242847442627, 0.9454448819160461, 1.1682852506637573, 1.0194358825683594, 0.045640360563993454, -0.061997365206480026, 0.6324582099914551, 0.3243803381919861, 0.7752261757850647, 0.2794871926307678, 1.0545060634613037, 0.8981682658195496, 1.0398343801498413, 0.9267807006835938], "count": [627]}, "action": {"mean": [0.0859019085764885, -1.0958036184310913, 1.2341793775558472, -0.25688329339027405, 0.14239458739757538, 1.4629374742507935, -0.05842048302292824, -0.6267881989479065, 1.0800809860229492, -1.5810296535491943, 0.3466416895389557, 0.6523889303207397, 0.5939552783966064, 0.9207085371017456, -0.03448726609349251, 0.0018690266879275441, 0.13457059860229492, 0.15575769543647766, 0.15358105301856995, 0.13859215378761292, 0.22139696776866913, 0.089012511074543, 0.23973149061203003, 0.1813351809978485, 0.5190470814704895, 0.9029632806777954, 0.012828542850911617, -0.06767527014017105, 0.14685022830963135, 0.05952955409884453, 0.20448987185955048, 0.042501941323280334, 0.25716185569763184, 0.16066676378250122, 0.2616632282733917, 0.16191917657852173], "std": [0.11475346237421036, 0.14261651039123535, 0.09724817425012589, 0.304104208946228, 0.16326561570167542, 0.2930316925048828, 0.21792711317539215, 0.3741934299468994, 0.2640798091888428, 0.3315659165382385, 0.09655532985925674, 0.19875288009643555, 0.2561180889606476, 0.031366102397441864, 0.02083449810743332, 0.0034589343704283237, 0.21315494179725647, 0.30050694942474365, 0.23106925189495087, 0.2716961205005646, 0.34875038266181946, 0.27633145451545715, 0.32514283061027527, 0.32442545890808105, 0.5253353714942932, 0.08678878843784332, 0.004862637259066105, 0.008545665070414543, 0.2451106458902359, 0.12541009485721588, 0.29133862257003784, 0.05054428055882454, 0.39170727133750916, 0.3096100687980652, 0.3808861970901489, 0.2624048888683319], "min": [-0.10391632467508316, -1.4048075675964355, 0.8727153539657593, -0.3811059892177582, -0.18374007940292358, 0.11215381324291229, -0.21422818303108215, -1.1732518672943115, 0.8218890428543091, -2.2427544593811035, 0.19854609668254852, 0.401203453540802, 0.01488984003663063, 0.7943538427352905, -0.04721115529537201, -0.005110542289912701, 0.008203047327697277, -0.01566432975232601, 0.013517191633582115, -0.008377579972147942, 0.015969762578606606, -0.05720316991209984, 0.016198838129639626, 0.0014835296897217631, 0.01785689778625965, 0.7501915693283081, 0.004123340360820293, -0.08623017370700836, -0.008803004398941994, -0.014797120355069637, 0.01779945008456707, -0.004041527863591909, 0.01165007334202528, 0.002590723102912307, 0.02379102073609829, 0.014606223441660404], "max": [0.3416113555431366, -0.7894636392593384, 1.3356889486312866, 1.1774957180023193, 0.34119412302970886, 1.6463531255722046, 0.48365139961242676, -0.2780002951622009, 1.4989008903503418, -1.312502384185791, 0.5893082022666931, 1.0870741605758667, 1.00394606590271, 0.9742264151573181, 0.033597588539123535, 0.004374959040433168, 0.5635995268821716, 0.798313558101654, 0.6164939403533936, 0.7801621556282043, 0.9425541758537292, 0.7704974412918091, 0.9531242847442627, 0.9454448819160461, 1.1682852506637573, 1.0194358825683594, 0.045640360563993454, -0.061997365206480026, 0.6324582099914551, 0.3243803381919861, 0.7752261757850647, 0.2794871926307678, 1.0545060634613037, 0.8981682658195496, 1.0398343801498413, 0.9267807006835938], "count": [627]}, "timestamp": {"min": [0.0], "max": [20.866666666666667], "mean": [10.433333333333332], "std": [6.033302639578156], "count": [627]}, "frame_index": {"min": [0], "max": [626], "mean": [313.0], "std": [180.99907918734468], "count": [627]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [627]}, "index": {"min": [66375], "max": [67001], "mean": [66688.0], "std": [180.99907918734468], "count": [627]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [627]}, "subtask_annotation": {"mean": [2.138755980861244, 5.0, 5.0, 5.0, 5.0], "std": [1.4181148783079083, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [627]}, "scene_annotation": {"mean": [97.0], "std": [0.0], "min": [97], "max": [97], "count": [627]}, "eef_direction_state": {"mean": [4.7894736842105265, 4.773524720893142], "std": [1.7950003782062014, 1.916869004103955], "min": [0, 0], "max": [6, 6], "count": [627]}, "eef_velocity_state": {"mean": [0.5486443381180224, 0.5199362041467305], "std": [0.6977593984532414, 0.7433927971096589], "min": [0, 0], "max": [2, 2], "count": [627]}, "eef_acc_mag_state": {"mean": [0.3508771929824561, 0.3748006379585327], "std": [0.6857015610682654, 0.7019247292167695], "min": [0, 0], "max": [2, 2], "count": [627]}, "eef_direction_action": {"mean": [4.7894736842105265, 4.773524720893142], "std": [1.7950003782062014, 1.916869004103955], "min": [0, 0], "max": [6, 6], "count": [627]}, "eef_velocity_action": {"mean": [0.5486443381180224, 0.5199362041467305], "std": [0.6977593984532414, 0.7433927971096589], "min": [0, 0], "max": [2, 2], "count": [627]}, "eef_acc_mag_action": {"mean": [0.3508771929824561, 0.3748006379585327], "std": [0.6857015610682654, 0.7019247292167695], "min": [0, 0], "max": [2, 2], "count": [627]}, "eef_sim_pose_state": {"mean": [0.7151590985204035, 0.07076891294906978, 1.238111332864574, -2.1263783320504794, 1.1378928692724037, -2.472930002542393, 0.6495448209068769, -0.19707531326108502, 1.303475581378653, 1.683404277352765, 0.9499209898095111, 2.311406077744586], "std": [0.01998762509385084, 0.06250246723790877, 0.03704426936161536, 0.25589150866293303, 0.04644251153344911, 1.2726043209483537, 0.0641478939052975, 0.08153579315383712, 0.060157486211911436, 0.15327003188327265, 0.1185589015742696, 0.0675177070754338], "min": [0.657015770648402, -0.07175585096259296, 1.1707656642130606, -2.5587681233079103, 1.0595545780996418, -3.140572419702524, 0.5853443691363763, -0.3396624698198892, 1.2388276759990628, 1.2773321778816595, 0.7804746115431787, 2.1643973346562757], "max": [0.7394140506788114, 0.11863370413274882, 1.3195883404132336, -1.6697948575286041, 1.3126667583957063, 3.129741059942084, 0.7360926313322183, -0.04891528959992886, 1.46106486915955, 1.8675357600658187, 1.1554924321205244, 2.4553835706614793], "count": [627]}, "eef_sim_pose_action": {"mean": [0.7151590985204035, 0.07076891294906978, 1.238111332864574, -2.1263783320504794, 1.1378928692724037, -2.472930002542393, 0.6495448209068769, -0.19707531326108502, 1.303475581378653, 1.683404277352765, 0.9499209898095111, 2.311406077744586], "std": [0.01998762509385084, 0.06250246723790877, 0.03704426936161536, 0.25589150866293303, 0.04644251153344911, 1.2726043209483537, 0.0641478939052975, 0.08153579315383712, 0.060157486211911436, 0.15327003188327265, 0.1185589015742696, 0.0675177070754338], "min": [0.657015770648402, -0.07175585096259296, 1.1707656642130606, -2.5587681233079103, 1.0595545780996418, -3.140572419702524, 0.5853443691363763, -0.3396624698198892, 1.2388276759990628, 1.2773321778816595, 0.7804746115431787, 2.1643973346562757], "max": [0.7394140506788114, 0.11863370413274882, 1.3195883404132336, -1.6697948575286041, 1.3126667583957063, 3.129741059942084, 0.7360926313322183, -0.04891528959992886, 1.46106486915955, 1.8675357600658187, 1.1554924321205244, 2.4553835706614793], "count": [627]}}} +{"episode_index": 98, "stats": {"observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4781966895554518]], [[0.4665357564322025]], [[0.4644989820002075]]], "std": [[[0.1805543444975117]], [[0.1859582272987936]], [[0.1863486765775516]]], "count": [126]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1450980392156863]], [[0.1607843137254902]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5595622827834837]], [[0.5658046785843966]], [[0.5644062418949062]]], "std": [[[0.27874123188931893]], [[0.2851621283891099]], [[0.291040557794902]]], "count": [126]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5361335476320157]], [[0.5587695267921984]], [[0.5461329592021994]]], "std": [[[0.30223924571838245]], [[0.2996028744745226]], [[0.30993164610123697]]], "count": [126]}, "observation.images.cam_front_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44647082814607325]], [[0.4765684377917834]], [[0.45896260309679426]]], "std": [[[0.31557352402091793]], [[0.31232781935976955]], [[0.323206342944195]]], "count": [126]}, "observation.state": {"mean": [0.11130766570568085, -1.1214799880981445, 1.193737268447876, -1.0723187923431396, 0.013250112533569336, 2.265395402908325, -0.07771864533424377, -0.5793242454528809, 0.921976625919342, -0.6239376068115234, 0.25791674852371216, -0.35986050963401794, 0.6464755535125732, 0.9181843400001526, -0.031231211498379707, 0.00194348965305835, 0.15759587287902832, 0.17532704770565033, 0.22802035510540009, 0.12635627388954163, 0.3303438127040863, 0.23935696482658386, 0.28799352049827576, 0.22616654634475708, 0.47073692083358765, 0.9109588265419006, 0.015199915505945683, -0.06369900703430176, 0.17691849172115326, 0.08136319369077682, 0.21155321598052979, 0.06700284034013748, 0.23796965181827545, 0.13450880348682404, 0.27045291662216187, 0.10062132775783539], "std": [0.07633298635482788, 0.14961333572864532, 0.11602441221475601, 0.24091455340385437, 0.09394018352031708, 0.30338096618652344, 0.14060787856578827, 0.3244166672229767, 0.3220145106315613, 0.5247592926025391, 0.1887161135673523, 0.44339486956596375, 0.3058156967163086, 0.04101426526904106, 0.019140060991048813, 0.004144265782088041, 0.19704407453536987, 0.32813048362731934, 0.21454036235809326, 0.23869135975837708, 0.3601876497268677, 0.44738999009132385, 0.2583911418914795, 0.3865309953689575, 0.5206940770149231, 0.08479581773281097, 0.008097988553345203, 0.005574612878262997, 0.21849939227104187, 0.14360688626766205, 0.24458438158035278, 0.12148047238588333, 0.28931501507759094, 0.27921828627586365, 0.36251020431518555, 0.14759722352027893], "min": [-0.024223696440458298, -1.455627202987671, 0.8360036611557007, -1.4659509658813477, -0.13613909482955933, 1.3750286102294922, -0.20287346839904785, -1.101737141609192, 0.6197070479393005, -1.6963859796524048, -0.05191643908619881, -0.7174124717712402, 0.018364135175943375, 0.8275478482246399, -0.043704137206077576, -0.005887577310204506, 0.010455613024532795, -0.01104466151446104, 0.0187186561524868, -0.009272061288356781, 0.03922082111239433, -0.007112216670066118, 0.028939738869667053, 0.005192354321479797, 0.018358681350946426, 0.7753406763076782, 0.0037415495608001947, -0.07587273418903351, 0.0029888765420764685, -0.01107738632708788, 0.012293662875890732, -0.021991148591041565, 0.01667334884405136, -0.0027488935738801956, 0.03309034928679466, 0.006675884127616882], "max": [0.2980397045612335, -0.8584153652191162, 1.3124070167541504, -0.5047875642776489, 0.14264430105686188, 2.644090414047241, 0.3273298740386963, -0.19005237519741058, 1.44398033618927, -0.21663042902946472, 0.6653648614883423, 0.5895585417747498, 1.0252500772476196, 0.9713959097862244, 0.029081547632813454, 0.008753916248679161, 0.522377073764801, 0.8220064640045166, 0.624942421913147, 0.6330963969230652, 1.0375654697418213, 1.1709195375442505, 0.8589038252830505, 1.0644817352294922, 1.1890544891357422, 1.0421088933944702, 0.08052513003349304, -0.060410209000110626, 0.6223680377006531, 0.400482177734375, 0.7140851020812988, 0.4113740921020508, 0.8555167317390442, 0.7581164836883545, 1.0928924083709717, 0.5806819796562195], "count": [635]}, "action": {"mean": [0.11130766570568085, -1.1214799880981445, 1.193737268447876, -1.0723187923431396, 0.013250112533569336, 2.265395402908325, -0.07771864533424377, -0.5793242454528809, 0.921976625919342, -0.6239376068115234, 0.25791674852371216, -0.35986050963401794, 0.6464755535125732, 0.9181843400001526, -0.031231211498379707, 0.00194348965305835, 0.15759587287902832, 0.17532704770565033, 0.22802035510540009, 0.12635627388954163, 0.3303438127040863, 0.23935696482658386, 0.28799352049827576, 0.22616654634475708, 0.47073692083358765, 0.9109588265419006, 0.015199915505945683, -0.06369900703430176, 0.17691849172115326, 0.08136319369077682, 0.21155321598052979, 0.06700284034013748, 0.23796965181827545, 0.13450880348682404, 0.27045291662216187, 0.10062132775783539], "std": [0.07633298635482788, 0.14961333572864532, 0.11602441221475601, 0.24091455340385437, 0.09394018352031708, 0.30338096618652344, 0.14060787856578827, 0.3244166672229767, 0.3220145106315613, 0.5247592926025391, 0.1887161135673523, 0.44339486956596375, 0.3058156967163086, 0.04101426526904106, 0.019140060991048813, 0.004144265782088041, 0.19704407453536987, 0.32813048362731934, 0.21454036235809326, 0.23869135975837708, 0.3601876497268677, 0.44738999009132385, 0.2583911418914795, 0.3865309953689575, 0.5206940770149231, 0.08479581773281097, 0.008097988553345203, 0.005574612878262997, 0.21849939227104187, 0.14360688626766205, 0.24458438158035278, 0.12148047238588333, 0.28931501507759094, 0.27921828627586365, 0.36251020431518555, 0.14759722352027893], "min": [-0.024223696440458298, -1.455627202987671, 0.8360036611557007, -1.4659509658813477, -0.13613909482955933, 1.3750286102294922, -0.20287346839904785, -1.101737141609192, 0.6197070479393005, -1.6963859796524048, -0.05191643908619881, -0.7174124717712402, 0.018364135175943375, 0.8275478482246399, -0.043704137206077576, -0.005887577310204506, 0.010455613024532795, -0.01104466151446104, 0.0187186561524868, -0.009272061288356781, 0.03922082111239433, -0.007112216670066118, 0.028939738869667053, 0.005192354321479797, 0.018358681350946426, 0.7753406763076782, 0.0037415495608001947, -0.07587273418903351, 0.0029888765420764685, -0.01107738632708788, 0.012293662875890732, -0.021991148591041565, 0.01667334884405136, -0.0027488935738801956, 0.03309034928679466, 0.006675884127616882], "max": [0.2980397045612335, -0.8584153652191162, 1.3124070167541504, -0.5047875642776489, 0.14264430105686188, 2.644090414047241, 0.3273298740386963, -0.19005237519741058, 1.44398033618927, -0.21663042902946472, 0.6653648614883423, 0.5895585417747498, 1.0252500772476196, 0.9713959097862244, 0.029081547632813454, 0.008753916248679161, 0.522377073764801, 0.8220064640045166, 0.624942421913147, 0.6330963969230652, 1.0375654697418213, 1.1709195375442505, 0.8589038252830505, 1.0644817352294922, 1.1890544891357422, 1.0421088933944702, 0.08052513003349304, -0.060410209000110626, 0.6223680377006531, 0.400482177734375, 0.7140851020812988, 0.4113740921020508, 0.8555167317390442, 0.7581164836883545, 1.0928924083709717, 0.5806819796562195], "count": [635]}, "timestamp": {"min": [0.0], "max": [21.133333333333333], "mean": [10.566666666666666], "std": [6.1102827721436554], "count": [635]}, "frame_index": {"min": [0], "max": [634], "mean": [317.0], "std": [183.30848316430968], "count": [635]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [635]}, "index": {"min": [67002], "max": [67636], "mean": [67319.0], "std": [183.30848316430968], "count": [635]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [635]}, "subtask_annotation": {"mean": [2.162204724409449, 5.0, 5.0, 5.0, 5.0], "std": [1.4603919835063182, 0.0, 0.0, 0.0, 0.0], "min": [0, 5, 5, 5, 5], "max": [4, 5, 5, 5, 5], "count": [635]}, "scene_annotation": {"mean": [98.0], "std": [0.0], "min": [98], "max": [98], "count": [635]}, "eef_direction_state": {"mean": [4.52755905511811, 4.459842519685039], "std": [1.8521184791167358, 2.0967639048871876], "min": [0, 0], "max": [6, 6], "count": [635]}, "eef_velocity_state": {"mean": [0.6015748031496063, 0.5779527559055118], "std": [0.6302085958837368, 0.7152900833087286], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_acc_mag_state": {"mean": [0.30708661417322836, 0.4031496062992126], "std": [0.648581869401918, 0.7347330125053583], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_direction_action": {"mean": [4.52755905511811, 4.459842519685039], "std": [1.8521184791167358, 2.0967639048871876], "min": [0, 0], "max": [6, 6], "count": [635]}, "eef_velocity_action": {"mean": [0.6015748031496063, 0.5779527559055118], "std": [0.6302085958837368, 0.7152900833087286], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_acc_mag_action": {"mean": [0.30708661417322836, 0.4031496062992126], "std": [0.648581869401918, 0.7347330125053583], "min": [0, 0], "max": [2, 2], "count": [635]}, "eef_sim_pose_state": {"mean": [0.7075953009704823, 0.042252006497000644, 1.2544603540002779, -1.7984389927466853, 1.1696573336614893, -2.4544936764719605, 0.633301689611702, -0.18094759245874523, 1.3208636825154756, 1.4608574070209386, 1.0102594263925262, 2.0919034536981465], "std": [0.028518228950836746, 0.0522103360893533, 0.03462394752986925, 0.6470413518906281, 0.1431291071424977, 0.7766123392699966, 0.06785060414767867, 0.05291048966926844, 0.04924471719293862, 0.24970129008057437, 0.08467019048044379, 0.12892972547696155], "min": [0.617432877289424, -0.08758813877428856, 1.1725339006016775, -3.07593099077424, 0.5648380074354913, -2.985632525465227, 0.5711197661805256, -0.3092741749305519, 1.2287748811268124, 1.0131904902893911, 0.9261838397595192, 1.8115738810178657], "max": [0.7376702697274309, 0.08920762528994944, 1.3267061944628367, 2.8544122217147074, 1.5008973688582592, 3.073298469665659, 0.7437188870091523, -0.0526797638444545, 1.4412273791805332, 1.9311162612501176, 1.2553526556680934, 2.3695716903410755], "count": [635]}, "eef_sim_pose_action": {"mean": [0.7075953009704823, 0.042252006497000644, 1.2544603540002779, -1.7984389927466853, 1.1696573336614893, -2.4544936764719605, 0.633301689611702, -0.18094759245874523, 1.3208636825154756, 1.4608574070209386, 1.0102594263925262, 2.0919034536981465], "std": [0.028518228950836746, 0.0522103360893533, 0.03462394752986925, 0.6470413518906281, 0.1431291071424977, 0.7766123392699966, 0.06785060414767867, 0.05291048966926844, 0.04924471719293862, 0.24970129008057437, 0.08467019048044379, 0.12892972547696155], "min": [0.617432877289424, -0.08758813877428856, 1.1725339006016775, -3.07593099077424, 0.5648380074354913, -2.985632525465227, 0.5711197661805256, -0.3092741749305519, 1.2287748811268124, 1.0131904902893911, 0.9261838397595192, 1.8115738810178657], "max": [0.7376702697274309, 0.08920762528994944, 1.3267061944628367, 2.8544122217147074, 1.5008973688582592, 3.073298469665659, 0.7437188870091523, -0.0526797638444545, 1.4412273791805332, 1.9311162612501176, 1.2553526556680934, 2.3695716903410755], "count": [635]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..a7a3b87282e827a734e3c6911f3392b50bb96721 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,1338 @@ +{ + "codebase_version": "v2.1", + "robot_type": "Airbot_MMK2", + "total_episodes": 99, + "total_frames": 67637, + "total_tasks": 1, + "total_videos": 396, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:98" + }, + "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": { + "observation.images.cam_front_rgb": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.44268879030828095 + ] + ], + [ + [ + 0.46798674155080094 + ] + ], + [ + [ + 0.45917311375337955 + ] + ] + ], + "std": [ + [ + [ + 0.317569591323512 + ] + ], + [ + [ + 0.3171245569197024 + ] + ], + [ + [ + 0.32634533904096896 + ] + ] + ], + "count": [ + 13159 + ] + }, + "subtask_annotation": { + "min": [ + 0, + 1, + 5, + 5, + 5 + ], + "max": [ + 5, + 5, + 5, + 5, + 5 + ], + "mean": [ + 2.2084362109496283, + 4.99979301270015, + 5.0, + 5.0, + 5.0 + ], + "std": [ + 1.436285573440723, + 0.02718818700956804, + 0.0, + 0.0, + 0.0 + ], + "count": [ + 67637 + ] + }, + "eef_sim_pose_state": { + "min": [ + 0.535503749396338, + -0.09831625207456532, + 1.1284634498197972, + -3.138375261981964, + -0.20115768041618431, + -3.141129560004803, + 0.45055713214157533, + -0.3540054096100204, + 1.0519321526398024, + -0.06056900360314288, + -0.5413360900122284, + -3.1412766797057756 + ], + "max": [ + 0.7539027727902852, + 0.3106841531938914, + 1.3353316517996277, + 3.1295320177919557, + 1.5008973688582592, + 3.1409230216421467, + 0.7559555119844642, + 0.11803139401933191, + 1.519119737939207, + 2.5787857089730193, + 1.5001461584792448, + 3.1414060419336316 + ], + "mean": [ + 0.6885709137724598, + 0.13941166488226378, + 1.2344644334270078, + -1.827953943252103, + 1.136194394933111, + -2.470828629390262, + 0.6351883165900467, + -0.12466064018956735, + 1.2927892621260324, + 1.6077420981593824, + 0.9359577520589147, + 2.374684514168481 + ], + "std": [ + 0.027763945384160205, + 0.07096697907993882, + 0.04089506644101272, + 0.26343225415890714, + 0.0979588997564132, + 0.43797502589925735, + 0.05639115762858106, + 0.08177390080213705, + 0.0720256679279288, + 0.2860707169610807, + 0.24446554033102763, + 0.6598098373724729 + ], + "count": [ + 67637 + ] + }, + "eef_acc_mag_state": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 2 + ], + "mean": [ + 0.31216641778907994, + 0.3806052900039919 + ], + "std": [ + 0.6520471532898678, + 0.7032340771512995 + ], + "count": [ + 67637 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 98 + ], + "mean": [ + 49.4508774783033 + ], + "std": [ + 28.312157790585086 + ], + "count": [ + 67637 + ] + }, + "eef_velocity_action": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 2 + ], + "mean": [ + 0.5459290033561512, + 0.6029096500436152 + ], + "std": [ + 0.662659205096004, + 0.7205329447590989 + ], + "count": [ + 67637 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 67636 + ], + "mean": [ + 33818.0 + ], + "std": [ + 19525.120076455354 + ], + "count": [ + 67637 + ] + }, + "observation.images.cam_left_wrist_rgb": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.12156862745098039 + ] + ], + [ + [ + 0.047058823529411764 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.560466800676815 + ] + ], + [ + [ + 0.5667530265668468 + ] + ], + [ + [ + 0.5661014417926147 + ] + ] + ], + "std": [ + [ + [ + 0.2806379115890386 + ] + ], + [ + [ + 0.28700116571570483 + ] + ], + [ + [ + 0.2926172530967122 + ] + ] + ], + "count": [ + 13159 + ] + }, + "eef_direction_action": { + "min": [ + 0, + 0 + ], + "max": [ + 6, + 6 + ], + "mean": [ + 4.834040539941157, + 4.605216079956237 + ], + "std": [ + 1.619030311328022, + 1.8817696751369357 + ], + "count": [ + 67637 + ] + }, + "eef_acc_mag_action": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 2 + ], + "mean": [ + 0.31216641778907994, + 0.3806052900039919 + ], + "std": [ + 0.6520471532898678, + 0.7032340771512995 + ], + "count": [ + 67637 + ] + }, + "observation.state": { + "min": [ + -0.23748044669628143, + -1.455627202987671, + 0.7351868152618408, + -1.7700108289718628, + -0.9197375774383545, + -2.121957778930664, + -1.4464479684829712, + -1.6592278480529785, + 0.5023913979530334, + -2.3907549381256104, + -0.8695735335350037, + -3.0132999420166016, + 0.01205368060618639, + 0.6510459184646606, + -0.05279621109366417, + -0.009326603263616562, + -0.012190033681690693, + -0.062340982258319855, + 0.004810563754290342, + -0.016340645030140877, + 0.011006482876837254, + -0.06342635303735733, + 0.012653637677431107, + -0.0197331290692091, + 0.010711957700550556, + 0.597404420375824, + -0.0019307704642415047, + -0.10780680924654007, + -0.027947083115577698, + -0.017404204234480858, + -0.01653699390590191, + -0.039908044040203094, + -0.01696241833269596, + -0.01780235767364502, + 0.00760309025645256, + -0.0185768473893404 + ], + "max": [ + 0.8775845170021057, + -0.5144197940826416, + 1.6371500492095947, + 2.998636245727539, + 0.6031008958816528, + 2.913567066192627, + 0.551397442817688, + -0.08335240930318832, + 2.022976875305176, + 1.9994206428527832, + 1.6450655460357666, + 1.441298007965088, + 1.3285282850265503, + 1.205245018005371, + 0.056701384484767914, + 0.1705186814069748, + 0.9774607419967651, + 1.0513536930084229, + 1.0651471614837646, + 0.96217280626297, + 1.38889479637146, + 1.2873003482818604, + 1.4249850511550903, + 1.7281759977340698, + 1.4198853969573975, + 1.1284207105636597, + 0.09038624167442322, + 0.17075319588184357, + 1.1139236688613892, + 1.9377409219741821, + 1.1528064012527466, + 1.3218088150024414, + 1.3294936418533325, + 1.6267123222351074, + 1.453477382659912, + 1.7167495489120483 + ], + "mean": [ + 0.27353201398507637, + -0.9011140790263001, + 1.1791455228521839, + 0.46851654947793653, + -0.269348303291711, + 0.6401578923604482, + -0.1443996620856882, + -0.7941788828986124, + 1.1024590152483467, + -1.0829806656370413, + 0.4690669618220572, + 0.16658740452132975, + 0.5492032056747532, + 0.9186653815228482, + -0.031716455288740855, + 0.004774852944023025, + 0.191243389562196, + 0.11245437314573614, + 0.2191072249594249, + 0.10846908121376568, + 0.28615493114812357, + 0.136313386987222, + 0.3141457038397749, + 0.21356136928815023, + 0.5083341783280999, + 0.8906424480588438, + 0.014648301283281677, + -0.02760191637047749, + 0.21724536347033993, + 0.12203032616728643, + 0.26069491421459734, + 0.08264984087117604, + 0.31829621051679047, + 0.11893281306390302, + 0.32702576658855, + 0.19621063834125244 + ], + "std": [ + 0.16736633332621362, + 0.14550928783551415, + 0.13605715325915113, + 0.7596891054338214, + 0.2677425601801211, + 0.7389178664961543, + 0.2777315845659233, + 0.3376526103305737, + 0.31909685479334643, + 0.7131390872265845, + 0.33818537096110995, + 0.6577610822172886, + 0.39208878724194596, + 0.0653872878217087, + 0.02056282113362842, + 0.015300311718962055, + 0.21858668579953963, + 0.2402936160927716, + 0.2240555357901647, + 0.22217457626374687, + 0.31656930261389027, + 0.2905159463658205, + 0.3531658716158864, + 0.3428806033701968, + 0.5059937901353112, + 0.1023148265562689, + 0.006310487837771419, + 0.040415812881449256, + 0.2419769352143485, + 0.24000805448030083, + 0.2753072325289393, + 0.15989119435900515, + 0.36221176670577443, + 0.249336700831254, + 0.37559488589044565, + 0.3447215341042021 + ], + "count": [ + 67637 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 67637 + ] + }, + "observation.images.cam_head_rgb": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.46615076208435097 + ] + ], + [ + [ + 0.45726752983059854 + ] + ], + [ + [ + 0.455320856209026 + ] + ] + ], + "std": [ + [ + [ + 0.189597972668207 + ] + ], + [ + [ + 0.19295389165755605 + ] + ], + [ + [ + 0.19191556419400976 + ] + ] + ], + "count": [ + 13159 + ] + }, + "scene_annotation": { + "min": [ + 0 + ], + "max": [ + 98 + ], + "mean": [ + 49.4508774783033 + ], + "std": [ + 28.312157790585086 + ], + "count": [ + 67637 + ] + }, + "action": { + "min": [ + -0.23748044669628143, + -1.455627202987671, + 0.7351868152618408, + -1.7700108289718628, + -0.9197375774383545, + -2.121957778930664, + -1.4464479684829712, + -1.6592278480529785, + 0.5023913979530334, + -2.3907549381256104, + -0.8695735335350037, + -3.0132999420166016, + 0.01205368060618639, + 0.6510459184646606, + -0.05279621109366417, + -0.009326603263616562, + -0.012190033681690693, + -0.062340982258319855, + 0.004810563754290342, + -0.016340645030140877, + 0.011006482876837254, + -0.06342635303735733, + 0.012653637677431107, + -0.0197331290692091, + 0.010711957700550556, + 0.597404420375824, + -0.0019307704642415047, + -0.10780680924654007, + -0.027947083115577698, + -0.017404204234480858, + -0.01653699390590191, + -0.039908044040203094, + -0.01696241833269596, + -0.01780235767364502, + 0.00760309025645256, + -0.0185768473893404 + ], + "max": [ + 0.8775845170021057, + -0.5144197940826416, + 1.6371500492095947, + 2.998636245727539, + 0.6031008958816528, + 2.913567066192627, + 0.551397442817688, + -0.08335240930318832, + 2.022976875305176, + 1.9994206428527832, + 1.6450655460357666, + 1.441298007965088, + 1.3285282850265503, + 1.205245018005371, + 0.056701384484767914, + 0.1705186814069748, + 0.9774607419967651, + 1.0513536930084229, + 1.0651471614837646, + 0.96217280626297, + 1.38889479637146, + 1.2873003482818604, + 1.4249850511550903, + 1.7281759977340698, + 1.4198853969573975, + 1.1284207105636597, + 0.09038624167442322, + 0.17075319588184357, + 1.1139236688613892, + 1.9377409219741821, + 1.1528064012527466, + 1.3218088150024414, + 1.3294936418533325, + 1.6267123222351074, + 1.453477382659912, + 1.7167495489120483 + ], + "mean": [ + 0.27353201398507637, + -0.9011140790263001, + 1.1791455228521839, + 0.46851654947793653, + -0.269348303291711, + 0.6401578923604482, + -0.1443996620856882, + -0.7941788828986124, + 1.1024590152483467, + -1.0829806656370413, + 0.4690669618220572, + 0.16658740452132975, + 0.5492032056747532, + 0.9186653815228482, + -0.031716455288740855, + 0.004774852944023025, + 0.191243389562196, + 0.11245437314573614, + 0.2191072249594249, + 0.10846908121376568, + 0.28615493114812357, + 0.136313386987222, + 0.3141457038397749, + 0.21356136928815023, + 0.5083341783280999, + 0.8906424480588438, + 0.014648301283281677, + -0.02760191637047749, + 0.21724536347033993, + 0.12203032616728643, + 0.26069491421459734, + 0.08264984087117604, + 0.31829621051679047, + 0.11893281306390302, + 0.32702576658855, + 0.19621063834125244 + ], + "std": [ + 0.16736633332621362, + 0.14550928783551415, + 0.13605715325915113, + 0.7596891054338214, + 0.2677425601801211, + 0.7389178664961543, + 0.2777315845659233, + 0.3376526103305737, + 0.31909685479334643, + 0.7131390872265845, + 0.33818537096110995, + 0.6577610822172886, + 0.39208878724194596, + 0.0653872878217087, + 0.02056282113362842, + 0.015300311718962055, + 0.21858668579953963, + 0.2402936160927716, + 0.2240555357901647, + 0.22217457626374687, + 0.31656930261389027, + 0.2905159463658205, + 0.3531658716158864, + 0.3428806033701968, + 0.5059937901353112, + 0.1023148265562689, + 0.006310487837771419, + 0.040415812881449256, + 0.2419769352143485, + 0.24000805448030083, + 0.2753072325289393, + 0.15989119435900515, + 0.36221176670577443, + 0.249336700831254, + 0.37559488589044565, + 0.3447215341042021 + ], + "count": [ + 67637 + ] + }, + "eef_velocity_state": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 2 + ], + "mean": [ + 0.5459290033561512, + 0.6029096500436152 + ], + "std": [ + 0.662659205096004, + 0.7205329447590989 + ], + "count": [ + 67637 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 33.166666666666664 + ], + "mean": [ + 11.615380634859617 + ], + "std": [ + 7.030565051127968 + ], + "count": [ + 67637 + ] + }, + "eef_sim_pose_action": { + "min": [ + 0.535503749396338, + -0.09831625207456532, + 1.1284634498197972, + -3.138375261981964, + -0.20115768041618431, + -3.141129560004803, + 0.45055713214157533, + -0.3540054096100204, + 1.0519321526398024, + -0.06056900360314288, + -0.5413360900122284, + -3.1412766797057756 + ], + "max": [ + 0.7539027727902852, + 0.3106841531938914, + 1.3353316517996277, + 3.1295320177919557, + 1.5008973688582592, + 3.1409230216421467, + 0.7559555119844642, + 0.11803139401933191, + 1.519119737939207, + 2.5787857089730193, + 1.5001461584792448, + 3.1414060419336316 + ], + "mean": [ + 0.6885709137724598, + 0.13941166488226378, + 1.2344644334270078, + -1.827953943252103, + 1.136194394933111, + -2.470828629390262, + 0.6351883165900467, + -0.12466064018956735, + 1.2927892621260324, + 1.6077420981593824, + 0.9359577520589147, + 2.374684514168481 + ], + "std": [ + 0.027763945384160205, + 0.07096697907993882, + 0.04089506644101272, + 0.26343225415890714, + 0.0979588997564132, + 0.43797502589925735, + 0.05639115762858106, + 0.08177390080213705, + 0.0720256679279288, + 0.2860707169610807, + 0.24446554033102763, + 0.6598098373724729 + ], + "count": [ + 67637 + ] + }, + "eef_direction_state": { + "min": [ + 0, + 0 + ], + "max": [ + 6, + 6 + ], + "mean": [ + 4.834040539941157, + 4.605216079956237 + ], + "std": [ + 1.619030311328022, + 1.8817696751369357 + ], + "count": [ + 67637 + ] + }, + "observation.images.cam_right_wrist_rgb": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.047058823529411764 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5748516735141634 + ] + ], + [ + [ + 0.5908987337718863 + ] + ], + [ + [ + 0.5802627475100915 + ] + ] + ], + "std": [ + [ + [ + 0.2833659677528065 + ] + ], + [ + [ + 0.28375425182085395 + ] + ], + [ + [ + 0.2924682717356039 + ] + ] + ], + "count": [ + 13159 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 995 + ], + "mean": [ + 348.46141904578855 + ], + "std": [ + 210.916951533839 + ], + "count": [ + 67637 + ] + } + } +} \ No newline at end of file diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6258e4a2c1bbe400728d1baa3f79a48bbd8da28e --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "pick up the cup by hand and stack it on top of another cup."} 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..7b2b2a71e62f1db04fec9d4cb3ce7b1ccfcf874d --- /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:d12389b188ab6b11c624fa2cbc2300ea70f0f1090aadd47703c2b4381a4cd769 +size 8119185 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..64ce6bbb56c6803beac90c39433d99674a5f0f20 --- /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:51ce5a91e2fd9c25045fff5e656e081f544e489df69911f37113978ef7ac8966 +size 11353475 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..5b9cdc7ca46b7c1465a5aa27721c5c3405604fac --- /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:d63905cc8abea643743d56308788df5af852daf6346f5a68a46aa75b392a50bc +size 8332527 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..1bbb419b8f2c5ace003622a57c3c6b6e9ee025d0 --- /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:112894e5030523ce1ab5f234b740eb99d29eba3720ed7b33b00c78896d9b638f +size 7377412 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..87cdca089410aec5fff50f47b788c0eabeb1ffc2 --- /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:39db37bace4b21f7ddd8792a8c8c483ecc66b8f55a43d4def06370ff2458cc23 +size 8679443 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..7e3ccfc3cfde00b9f313a1f87dca3b25d1ade121 --- /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:8b3b4def4f9c828daf157f4313e2c7e81450c76a0023ef8940540189dde3d755 +size 9019425 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..e5753e0a9c013a7d7f53e0036f7949448dddba4c --- /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:24f3790828c8b047fdc6cd00a70ba11180e52ade154191283ea8484f61010598 +size 8312126 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..f3fff4842602f7674fa938f0ffe331e41425a253 --- /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:5e5a414fc482fa0080aeef4644dbec2308f3d179c8436cb3f7ea6fe99f250eea +size 7802815 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..1ef777afebd3a8871cf27bb679d0f1b218f6b32d --- /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:657cece4275806be4a7ed5604a83ea90cf2ec68faf251b4f64f7cd2c520239c7 +size 9573613 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..2c52eb2c56c1c61cbb7eeb6c160c4a8086145f68 --- /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:709a208a34b28dca3d0f2a4b69fcfaa6ae001943a2b48a60e1460f79c0fc358d +size 10783523 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..37ae74db87b171b0510631743ac2e340731cceed --- /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:0ddc160c7785e0a31b4a655a4bb7f61f7031038c3cb42769bdb66a613e7eee4f +size 7986344 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..5dd4385eb5c010b6efd94a6121a46749f906bd65 --- /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:c39057b972101e241e74ba265bce66b8db1e6fa5386723bba8ce10cf620df118 +size 9226230 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..11ae825b3527f0fd227925a8e47041299e0d1f55 --- /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:0a25cb7d0751cf36dd5132652283543f3bbbf35063e000044541426165e3b3e1 +size 11710556 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..eaf7109494f42003edf762db4d3d6a89dfacdfe6 --- /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:72fe8c7eb1f0228b4027850ae1ef5575fe138c4f823e399e4bd5610caab06769 +size 8693013 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..e913ba14ffaf8eaf0530031f6f774bfecf6faf34 --- /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:17c89de607127d9b1aa8df8b66427a5b5a32742fe245b972073071a31ef2cd25 +size 9591653 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..da61df9cf03b848f8762d3e327c3237363d35e14 --- /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:1099c38c2ffaddfbd0141c88557c113cf65aa57cca0991ba61107185e8e17a3d +size 7420605 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..7d720e311c036b4c27d656e7b734aca95b224ce8 --- /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:5924a42e0ff92697c0002bd60c6a665c05b5ef70aab47877ca1345fbf7b776d2 +size 8788623 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..de022707cb69e2e88ce1c81ced84754eb7e2c314 --- /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:f3e884fcb9a6806ef71a68ebe03fa7f221822977ccfbf0c45f36b1e9135b532e +size 11842057 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..5ecafc3da8b610e6386bf1363200dcf2130f4d1e --- /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:1ffa61d2aba37b839b561c0f896b019395b09b9cd37ffcefc4dd7007ada7d66b +size 7996796 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..2b272b9cb2ef50afdfcc86d22ffd537121a448b4 --- /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:f978ae822b7226c993071973f58c467bbd28666fba3cdc82438ce9656a285808 +size 11294482 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..ff4bb2d9106c2b26fb5bb17f6cde5fd4fee9a60a --- /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:8e5c36ea9cbbfe1f80464266ee01f6a2b7f5d4a54db5ade9f9c8391cde5d7c06 +size 11882736 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..645d92d9b466a12a13a2481ab824a3745e68263d --- /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:92805f1698e0f6b0dc1dace5c45b9ab3e220a904331f11ad242944c50197ec23 +size 7482948 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..74a736cc7f82dcd73a4e4e94af270a86263f0310 --- /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:36c1dfb801656ca7c81a47d8ed0006af8f9cefd4b46fc48ef31845cf024d919c +size 8857506 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..a46a57403edec96c4395064e85f0ee63934a967a --- /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:0d445069ba430245d5cfd0169d635b0195ff82859fe045a500d492dbb067db26 +size 8944216 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..a549ab5c2b94eaf454185cf1ab75ddf8008cf01b --- /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:6d654a87e634d98becc7d13a1635955fe6c74d16716696f458593b4173560ef3 +size 7716575 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..886d8afda916842ee64bce93f2d6e28306744311 --- /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:ba8ff46df1872a0040f4d69157d6ad26e3c3ca57ad8ea4881e53294252d73ad1 +size 8812633 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..a74bbb9838264962233266fc7846fb2e1dac8e9b --- /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:2405a7e784ef0cabca07d0f51b5d29096e3c50dd6d13af6becc8f4b4536ed613 +size 9276206 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..a9eb4b3ec0f47a9ac7e1fcca65f89d94255e0854 --- /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:086375432ed458c8ce17718ab542806676a4d9f13b8906bd5bedbaa7fa3d175b +size 8987022 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..8239caf52177541753768299263f137205ea13a7 --- /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:add34c1d25818c6f99423cbb74567032db3c5a94591ce03c936ed1821b547931 +size 9282641 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..ee820d7cd8877ac5cc97613fa28c418693a54b90 --- /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:e6ecec2e81e076a4d3f7bc0d8595cdc6b0110aa16d5678076c6c9955ed89d9ff +size 8735522 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..e49308449b34d2a1f9389491540c9b34b17bbe37 --- /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:f2bef0208b01fa5b091829403d5eef9e615d5d6f9d38ba39d9ef13c6590e02a1 +size 8801407 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..157f954bd592499b0a031b019582b33c58f5bcc5 --- /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:7b5580cc158652c7820d75d11e5644043906dda88131a26d2d813046f5812cef +size 8018525 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..eca570c5e4a121b889ea9b7089f0f744e11c7791 --- /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:315043fd3066e2a9b2ff8561d63a5d070badfc86f57c62d36ee59932b3f0506e +size 8871631 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..e80e1deeae52b398d672c09484599bab39474fce --- /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:ef1577254d21d4e5f4275a36922e91f3f6f21a025d720c39495b8ec9a734d2c1 +size 8578668 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..6f3d84ff362f481dbd3263958ba6e9cb8590a0d8 --- /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:e36a3413807d3fcd707c8697fe9a074e12aaf6a03b901b495d071b6ed55de528 +size 11044574 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..8760e57aeef88d22a34e5d2334985ef942d85b3f --- /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:31fdffe66d5e00b1de5ebed5ee3df8e0a7e673c84e459a0d94e4a724ca619ee9 +size 11156233 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..bfd4f8a2bda5d213397f9a1901a058ba85d8df91 --- /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:cde3a91e21f73cbc932575dda95b971e7b741805d8c04e172e4431f7d9dafde8 +size 8951544 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..ec670c1655237b9157653f52b6e88f877dcb29a8 --- /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:f2f6355a14f547b0f66fd61cad7a2efb569e4328b576c98aef9076970b050043 +size 9626079 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..3e7217d33efe33984752170d49b4b8cbc6d158a0 --- /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:918118e8394cef41efe52e6c26c973038ec6ff3952c15a67b4c820c74a0f5f2f +size 9181050 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..938b161ac843dc25f4fc5a5386becea643f7cab9 --- /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:a195085baca3a9f11e78507627a73dadd1b7a6588447bb20747a39dc55367eaf +size 14082009 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..0d60a7d6db89ad760fe04729ea3352fe19353c41 --- /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:6dec0e20549fb49a6bb490308aedcc58f2502c65043c65a2b9a9836d81ee3ae3 +size 8443799 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..51adadd985ce77682b56b11ad633343dd86390f5 --- /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:6bb9cd7206b741cdca4ceea817ffba400af3e311fb32e27672c6cbf731e52246 +size 11806000 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..dbb881834903da8faff569d5f52a9f6ab748f1dd --- /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:b796bd225daf6bd91dd599c2d203e0cfaae37126f2779a648439d117b3d54032 +size 8199685 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..fced2dddf43b3e192bde59828a2e409cb05cb716 --- /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:b77f969aaea0a848b38fadea4212ad93ec7b8f1c62390ac3297dc6632482cd76 +size 8221888 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..174195d401711772c39f728e851d7ba026d384be --- /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:5e899057440c06d4bcf0d08ad0f0105a1ccd93301555244a3488f1ee5eb14304 +size 9914642 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..66fe228ca9289225cdd994f01abf460aa097a843 --- /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:8dbff125ab088cee8a0285c21f65669a8b81ffa16a22d94d2976bb8026de61ad +size 9262442 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..af75435e1f42e43315f42725744f6413a0d575f3 --- /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:6d5a1ea38b7e1d931ccda46c6f63294013e90fb7db709c2de75d618f7ced1801 +size 10355172 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..59d3f4f011560e8bd82793617eccdba2f580a761 --- /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:cc48bf138084443f6472c60585dfaa67707f59376570231548054aa9f5168cd9 +size 11134725 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..d263e285e8cf31a333729449016d1db99f7ddb39 --- /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:cf27012cf778341ad4a2499d1fc53a41f4f83156427027346cf4b997371413aa +size 9851554 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbe2c684de28acf272c057a9056c8bfd8434bc25 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6957b472784e5203f2138721544ab6cbe1f2fdb87d7bcae73739188ac33be6 +size 10736077 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae030cb0b5168004f0a36715fba8bc5a7dde308f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934600ed4af398102cb68b7078a1461619fa9bcbe86440dec134ef9c27683bfe +size 13239042 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f68123cba1c55b85ede251e7349b50ecf4acf975 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f736c3f329b2db39d7be22b02a8d4c9aad8ac9158bb2ed2f3c924348da9ac27 +size 9146951 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49211c179370c6b0117adef174222554928ca2ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78491922520366e79a71c35fd24b023819fb9461c699c57e78ee3d8557c0a771 +size 8463932 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e67c74f5c98a7f269337233e61d230a91d6a5763 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b692f3914b2b169ae61558cbe37be982f7ce97cdd0768e8ff9d718ea38c1026c +size 7170879 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f8a23ff762bfb1b4963ee70f49be654f9642ef9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4426ea902f513f47af8329f4631576c2f8de0d92602744ea80d0cbab7c544635 +size 8527795 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4683dce4446c2522ff8f1a7b4d9a6d348cc63821 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c459660cd0d7d2c86298c0d4ba3a48ddf2603fe795c6f60f184cc80a5d12d17a +size 8732220 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d416b33b7ba88f8d68c91a44c8c3e8d4e3be75b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa43950d811153072c6857374b1ed6a3eacbeb4672e11bae8a53b5515d62a8c +size 7869982 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2c0fbe3f83d10306b8458293add737ddf67998a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba8f3a3053f19bbc368a39342fe778bcd6a937e7115b50e746c417c3b36e806 +size 10306907 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89cdae79fde059fb69311a7217e0c8d8e393a2ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789837dbf1ec827eabab37ebfd1db71682c63fec4bdda424a5c27f007a64ef01 +size 8171552 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..729de4b1fa902bbe3d5ef40f0baeda33ad14e8b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbbe6328e15ce67d8cbb8588051f92ac94669ffb9659c20b63f215ea8e96d1b +size 8228235 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1374f0cbc7c4d08d73e27f92e979cb9ab88faa8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9a2a74a67479aaa594e786eb54831facf31fa22349ed93707ee855a5a4323e +size 8442238 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81c7239a473b53689b45c422835ca262ffb647ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525878fa00bfd668ce336706af94195f62357022a2aeaae5e529e7eabd9794ca +size 8351996 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9eedbfeda7e6e46824eff28c7600ad093ac1cb9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca2a3fa8eb7c5b7e27f1fc8593ec18608ed6c4afa992b454f2b722a22933529 +size 8357957 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9816a780c76f975dbe5fd5e903bdb9f2562c83e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00be9c6f2223b6e6be966abdcc8d915dc16bb6ca91481d33a9dedf4dd229eb26 +size 8693084 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9c06418297faa2a8fd5f9e4217702beb2efc3b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898a6f49b14bb78262c0b233b100b4b9365aca9d57957c911736c624b8e60da7 +size 8758707 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17e010832c50fe107ccdc7af1bd29c93af69c26f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667173fb5a05f31ca994f8a2d2e2e6079afbba6b5bb7bf649e8da8831d364faf +size 7940643 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8a242869d44d062c149755e6a84765040dc1a07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f636cad2bc3c711d88b1be3cda03eae722bfe2bed8599addcb8428d9fe8f32 +size 7831056 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf05bc47d32df59d1586cad46cc4d53afe5f1f95 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f9c9f56c5546b0fe0aef0467b6f3c73523533148aad256655e587650971d14 +size 8935783 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5b5d9ed0e88abee18ad82caca5d8beca8e2d259 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e69cd727e1fcbb96b20d13c825bd611be0746f06203b73673804c35addc52ac +size 9607201 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3b966b4ca908d4ffbf1a599a17f0a2040a18c01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d75f1a49540598b5097ba75f64491bdeae8d5c0c1098432a8874b3a5eb94d1 +size 12377115 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..809965eef65aab373393f3ed878dccf55e01ebd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a9e1725f358a046a6c83d0a547d82ca678b0e96fb1c63c7784576e32ff3ab0 +size 11978413 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f3e089665fd8592c110f6b24cffc2f47ada3590 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74828326daa21662b976463a7fac06e200634e6f5337767ff8c71b747127b376 +size 9643151 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3307a5828ca5e8e5b1aab81e09ba9ee82fdb886 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5a2f54be126650f014942cecb631419f3ef6d3116aa8a7c23376770196ee85 +size 8751109 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12b9805e66c690845d9f32ea0522e11f51668794 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f76a716fbded9140f2d1b582a319ab6365a159644ef17e5eaf9952b1c31117 +size 9331338 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..758beb78f1a841e07a9f1922014615ed12a097ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686ba98fde571bbd687f498cc8bf85ddb716e6cf203d7f2fdaab5e8cec54327e +size 13253086 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..311f8a8636457df1b82f86c1bb9fe9063197ccd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f966f4ce77080403c9f5f732f13f17ffad12eb22598be21ca8551706cf36494 +size 9493271 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55b4c641f73e0d3c83488dadeba5e6cc2b7cd02e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb07e20adf339a187373112e8bb1755665e02aa61721cb2bdf68c9fa2b66668 +size 9146896 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfd141760e62298a3c1d60a9156c8bee3a5d8c13 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fade16cb4367d8fdb72b10195b48d47474372c91d6e9b329be790c3a3c6a3d +size 9440681 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..788b2e57b86f498753b39a9f4e18a81d792ef5c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d2e2bd739bb140c154406d29309b5312a30c09c17af3e13a22850bf0543313 +size 8306616 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d95d30a9dab168b6775bacaec326e0ff6affaeb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d16fdc04a4832a8de43bff6d3e8fce01b3d46722f40d283f4209bac85982ba +size 13560672 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c66abea68aa66ebccb722a25c51734888073ee8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff63c8677107f8fa279028042f1c028a450e92e4e104ef5c9b3838a22dae779 +size 9892960 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40991bc8efe93f5cd64bb5d08e703b92af6cd7ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae18441e36b6b5e7cb0bbb0c9b0a76913d6e75037f62953514a405565aabbbf +size 12694439 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f795d8c1a2431ccc1e7f445f003a9204c11dad0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a9c7410a521cbfc0e2e15c75ba5467372c4f9d9fa60e7386dfdb5ccfd266af +size 10548206 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4faba5cad16baebf636741201cf980844fd32a8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcfaf3e7b72264f20e20bf9338b372a474d38d096004951660cd4971bc7edd3 +size 9021285 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9602b6045b343e9fb4cd7b0ad405a148dc2dba6d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bbd3f68405839a3a50b8da5e951f78eea3d2fa0fb56faef6a24387d501410f +size 9186240 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ea9bcd529a251f93b556881536b7960383a47eb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa9660df30cc0f19a5f86d97b41357819accdd708e27006386239596fa3de33 +size 10766215 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6d234eeca208979f2aa64f038501bb799af5197 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbb1e8c9f7959e59482bd90cbb6113584c8f3c13170984f472e10a9d1563d1c +size 8637284 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cc5c82ab0d11f14ae346c1d08a7c035b1cae276 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994b8f392169918807372031f240d5e6e3bcd9c53cc9bcd9882fcd14bb5123bd +size 8578001 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38b37e908bf9e6a0bf47b1baca7421d1ec32acff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67125e35ce8af56d4f64c0196fc561c8088ffc66142287f80ca6c96347334e2 +size 9492832 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0e9ea283644aecf641cd7be5d0fe67a7e359bce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b062f00284a85801cd41745a21f470d8840c11fbf991c7c9c93a9eaf2999a899 +size 8706797 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..babc66cea30f0ea0b0b0b01f9ade531463143bdf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470d7f43ca8d5f195268f5f584f249411acce328363e65ac4f394fff72d9c6ff +size 9305583 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e42f9d0940cb406f45ae8e77c178fcff93b3ea1d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944442cfe5cab6b86a4faa85f36ca52a33cd20b1649a719461d265cdc08c4e62 +size 8902503 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6668c4615f49b69735e6e78947ca1ece66e85dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7030c9f1db6b83fa1711222cea2ea967f41ca68346d933117c7707066db5eaf8 +size 10568099 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5f3186e53309511453d888d61202ceff9a7e8b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1ab2b785dd9c6830af232c42a7e5034288a430c0b0732c23763c41a29084aa +size 9453257 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e77275663bb80a6c260886bfeddbf241795f648 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2a7e266e789f51ea196bf3b2f1dfb4f2c4a3e64bc2c3df9184a505268ea730 +size 7893828 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f692169fbca58dc0db17b6ced60ade90e11faaf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe9a47e31d00da62ee4f55f99afb7eefb30efc4bcbcf7ea8a2a5865e5c4b3f5 +size 9300780 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abb050d1e13b32f4c483310583f99e7defbbcbe9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfd969fbc2a5f460b92b1f171a18598d17e8d56855d9cc4de145ae8f15278cb +size 9989178 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..096d51ed3165337ec260af4534a8ce39f2313925 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76566ce8d3912efe6c879d160a310ffa9e4bb982d8ddd31ae963fc1e20621b0 +size 8887012 diff --git a/videos/chunk-000/observation.images.cam_front_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_front_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8ae9d63ce82ee458ed6ed8c80b34d9cf4fceada --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f68fe2ccb384e4e8bdd392061b1b12e86b7e65b1da2adb38d9c95a59c99d9f8 +size 9646512 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..ee32d111c675270eebf8e62bc78146ef5688de45 --- /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:c56cfce61d2f40c37fe6791c86d091c3b88347589814b02009db04ea343900b8 +size 4495941 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..5afaab06513ca06a27f9793e2c94650b00276b96 --- /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:67a22d713019510af96d406ea7732fe777d7d2e77a01fb39be86abfadf950f83 +size 6326737 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..54c6b2ba4a01d3250e02f81291a3da4a0db5ccb4 --- /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:3b38ee8dcb105cd0473a74a46122f24b3b6c9c1ccc33178d3bfdd722648e6cdc +size 4805357 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..13248f7cd28ba6e19d4ee249e7e53b1a6f273c11 --- /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:81f40b9858791580a80fdf2c8b763c23f9af5ed590ba2ae71c0fb434e2eb49b2 +size 4294351 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..0e0ccae6118a78c26065726847b671748ccc3146 --- /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:dbbd412d03b07399c1c00b677a518f3750c6620bd343b424d849cec071bb6f9b +size 5388621 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..c7e0f472de1c20e94b2224775453bd4cbd5a7606 --- /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:57b3d62475b5c06bac46dc3b7a4eccbdedb73433c04a0bc11d2256b43bc2a872 +size 5428442 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..84d62412cafd53b9f847b1dbe60671b0ed0d0a3b --- /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:3b0d37c4c963e7980228552d2ba835b6b26d37da176f07a00fbdd423a4b20fb9 +size 4676455 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..f4f85656806015f99455776805f81a9b1e374db2 --- /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:fc67c5b1eddcaeb75ebd29cd11b4a943a3fc307ca38fe4784a14c0f9cf9c31b1 +size 4566177 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..4cd31e63c9bc6b6529f316085f29601f7ff6a582 --- /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:1b5e1fe59cc4ff573e8d356c7c9dc532a77d784a213382aa8e282a48589f5e01 +size 5382571 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..6ff7abc325844609ff6f887d24a249115ed3664f --- /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:e81ac807673680ceeed38674266a5b380a0cd8a1dfa7440003c1a60ae00bb547 +size 6609046 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..264618c420dd4d322e581cb545208e6141801293 --- /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:21901ac26ced3b266259beca7841960acd9e0caa54bb2201395821124cdeb55b +size 4472314 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..1c3b638c7e2477be1ca653a690a40cde401750be --- /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:b9d1fb754a70dc3991d6eab922a1e6b3b2a033ea51654cdd8a5d205cbed86b05 +size 5213871 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..f9cf300feb01ec6bb4677017c89c13eea50f1f51 --- /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:b2e96b57ac31e598c1362da41616402a5a8faff5db4822107647763af780a70a +size 6236628 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..3e068134c4e279851c1a579a3683dce6236cb07a --- /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:45cd6c1122e4def8a5d3f7f977dba9d8d851b7470282014c434aaacbbad9b09a +size 5071890 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..3d2a76941b7f73610a1682092b9028cfca477edc --- /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:51db43f917156ef9dcee40fc6ce6d90f4dab715b05722b971f7d17f4140849c8 +size 5650508 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..7e21ea894677337559a4e5e8b1983d837485ca07 --- /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:41bd1e2a60d67c0add01f78338976a9c3669b36fcb6cd1746829ebcbe0d3766a +size 5093170 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..d79c167028cee51f916c964ae47b1a12e9a2930b --- /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:0cd1cb7e9bf8062e36913609e48349aad56933d3f6337b0c278a9c42921533e4 +size 5020308 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..4efbffd8a73b820f2deedfee078c28faecd220e7 --- /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:63b011ba5435a4480f0bebf07566e18a60dd15571bf58f1f892919b27d289a2a +size 7395423 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..9d34361459ff2944b75bb1dd3ab7b8250c9d6a8d --- /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:d9ad8322b47d2261208c9f88c4f16df494924a4151dce6150ec9f5ecce9f8402 +size 4709406 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..f57dcb8a8b0fe1f5fc874159d60a5e885b42b9c9 --- /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:b57d50a4bf020a57bf746a297b04023a5fddedcb746eb8ddb0c0658114281e88 +size 6735398 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..d357953764b5afc204b9c8fc4efd169be8ed5950 --- /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:ed639429e21decc07e5f868dbfa914fb688d5740d21e49e60bb2268b8b0c6008 +size 6602569 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..7d7bba6842aa23bf8408dba5a81726de858ea253 --- /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:b0febc462ed468c4c557da13566fc765b5a3bdf5905260fc8dab61c711ce9f54 +size 4450108 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..8a756a3bae2b4171c687b20964ec13fcb11fe51b --- /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:d0c47d816618a64213e9b420497f3dd5d3b0ec0b7aa809b6989caab895d19222 +size 4728654 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..615634d5b243feff05bc79154c3470a6ca55cc8f --- /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:fa56e6ac861ab44ddbc939c3a3d8a490bd2646b1da7e8883959f0f39bec96aad +size 5580652 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..c2a83d1113b256b3ad2c4a588e4cdaffb0677652 --- /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:117c8de606105e1407767eda2ca45ee429916a2aa0070a6c3173e774d10b79a9 +size 4598398 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..f08def9f09d6831d6a616699944bcde952cf286f --- /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:ac03343fbfac2626bbb9610aec39413fbcbfeb8cc1877a00a272276e11593a58 +size 5519682 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..edbda3bce1430c4b2abebbef7124a92c6d364ff6 --- /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:0ec73e087106feec6f3c13673264d763746e83f7efe786f8854ec74197314dd7 +size 5720714 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..385ab9430494bc87ccd9e3a5fa8b20835207a581 --- /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:9bc43e140297273981fd55825859f3fd1dd1c3ce0be8272590b1b67881723145 +size 5422614 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..6a54ecc8196843d3885a070233bc6d8ee17c8286 --- /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:a0c96964c20ebca4c77f17b36c73b93684e801443f5f0e91522ca406b5ecdc06 +size 5310177 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..b7fabb079e1e83ec28380ef243e9702518d43a34 --- /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:bad4178b094ecfd7f63efae0fe4e4b4acfd6a57b58446487b9cde04e983aeb8f +size 5221874 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..6414c6eaca4fc365490d5be82fa281cb3e7f545b --- /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:8beaf45f6309508417dc2da1fe7d7b083f0ef49d5a3952d12f64d49491b3459a +size 5197045 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..c7672f263a782a80aacb2fb18cc67c0d7ad344e9 --- /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:9f54b1620bc85515fd96fa5f5809c4c7b78493970906a04e55a4435dc9d71255 +size 5305867 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..303c8b10283191329d63919aeffa3060a0410dd4 --- /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:52196949bc8a939e88a625bfe56c3b192739c7d6df0d7d754ebe473fdaa89301 +size 5674283 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..1eece1a6045d8585a9fbc2eea64f1a2143bddc67 --- /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:232a44c468133849d91de5bc2042098bd29b2efe321c8153bc7083c6705f115f +size 4864961 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..a88880d687405158f87fc33a5042f39296368f28 --- /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:96c373281977148ae41c050578be8ff80679e3fe4c81817839de49a4adb4edef +size 6523802 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..6ec6731c702f4db62705f1402a544c6e01977541 --- /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:c415b44189f97ddbf69634d62e773081e9b6af36c6d738f27000baefc4e9ff44 +size 6585439 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..c879f66fa6afc60dfe451a141daab205e3643ce1 --- /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:705328918a68432d607432d00f446140c96ca8405e236b4c9e9c57907db0946e +size 5073665 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..4692960d5ff50b2e6e91fe3367bc3f08774da7a4 --- /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:1fe3c4bc4570518b372a699311f5b8e06ad7d9c1f4a9a5d4729c342d66ca3fe5 +size 5433600 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..a5cd804068084b10d2eca26c4ebd7f3cb88f76bf --- /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:b468cb51d0c270c20ea963adb065293deb36c2e09d1883e8680976bd8d44e25c +size 5264082 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..b95f6d03faca262d9fdd5193d72dea2081d381af --- /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:b752d4ecf96a2258c2d98316235e51b7c139ee96e74e994abd5dd81baa2b0054 +size 7935929 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..e355fbcf1746a3733c2a9e19a30bccd94880d670 --- /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:6dc1a82f9a0fbb9d9c8dde2eb0df26c8954e2487508831a0c66d49bec4abe4cb +size 4675831 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..f173c91c04add48b3f91155348f169cb7a2e83b5 --- /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:984c620fd417e33b6e1662e92aab90809604251bd66974c13d87793a6ebea2cb +size 5674980 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..43400e68f7031e086753ab2160cda35fd4e19056 --- /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:d50f5a960c77352df68f846cbacad71263304e105df77ba9558b5c06d7dbfc9a +size 4165509 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..04f1cbf6bd8e767255c02a6a91cd499be09b5acb --- /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:c87dae27503fee60443d291c64abf23b04e3d2edac43340dd722a27849982179 +size 4185027 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..df20b23bd1707a898fa69776cb3c3f57b8f47718 --- /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:c5338daca648072fbeb26f519d3a03e1d1a86af8cbba536d41e350fc92937c65 +size 5343028 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..e5d16368bcc79fafbe8f4ce549024de9a5e40d7f --- /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:e9120b9695ed5fa1ccb297f28b23bbc592947bf7b2b60b8b6e4966e2de2fe241 +size 5343069 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..261e001dce0b8f6993b28c524288e11ee1979635 --- /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:3e8322dfa0df8f7894ac80fbded4dc440eb3fd677bf7f64cf6a4801443997e91 +size 5918076 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..a1a313629df4a37b3aae20641adb823ef3137b53 --- /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:e28dc42a64f895c45be13140203c0b715aec36b88c53351898acf65ec27afe90 +size 6057387 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..e91ddbe51adea61234b7ee0a9572c66e4182e7c4 --- /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:323c927b503b6070ac28ecb679a72d80a600905ccbbeaf912cc978bc835a11be +size 5334006 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d25dbad717ef57ee05bafa490a77ea2803d8fd1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4c2c8f84367b742762d1390564d86f3add4511fa9d61b07d4fce0bbb8c5a13 +size 5782978 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06458a97481f81b58f5fd46b38332b3dc459e157 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1459ae1aa5ad8aeed057e692290518707138567c5ad38ec5f7eaffad75b03177 +size 7921087 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e74a7ce692012c0738d7b1a261d760e6d919494 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96896ee94e3050eee9dce9c0a534406e21c52c830e9a8fbf67bf62360395566d +size 5017254 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da2e9d5435576246eb5534246d549996b5b9e96a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9267a8f2df5df1278313ab68f8d069a288f45092ff8db216982fd6a600dc026b +size 4839221 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2a63d4842376f44a54dc12e62acc8f8e3cf5069 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4f844878ec54f41f629e744b2c481ea6a41bc224c8b82310b9c22a518ca57d +size 4282624 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb3b718ad6f3f9014294d8f8c85e3239ceb84e26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45db7c1377dfce098dfd2b13de7bb7014b56c45f9f6f2636218673e1b2c2ceb1 +size 4943655 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bccc9ae008d64503f4bc4afe4142afcfab73b6a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8e877948ff370e974dc189eda93bc619e702477b60f35a497db8fc953c81f9 +size 4982691 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48549c0d7b2eb896f26469924107895d9946b93a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537c4986ca0de14edbdba50f5ce5a1e601164b570da95b0f0cd5daad71a9d6b9 +size 5061460 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0048fb2092c478795199b2391f51e262e9c19d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d30c96856601653bd6773eb974816cfac5930b2f167cd36601f7ff5fda14e02 +size 5798980 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de300e21b228fe61e3708c169a05d96989012f35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5891c36a2c197dea8d2248a2ad5ad30564f97d50f4fbe6999f8729e560153cbf +size 4618563 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7cd47a4853da08349d8d829203a30b458789f23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e2c373ae1fc409e003099e98ccbe906c87ce3b2fd47e8c49ffac38d6b42225 +size 4674809 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba2b02428e55ac89928a40d181759d7da94a27e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850d806669168e8921c69d0e190d948eca390575470ce4b0d20be28ea6332ff6 +size 4574695 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d62b0b317eb070f0d6404b36a4994f9c59db1b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49edf1130dc514f8fc49df8e0a786d7d824e82ee2231183505ced040e1e53662 +size 4971803 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de85b88b27f1084241b82f338a4255cfb70fd6a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88330b5596f6383072fb52fb0fe14a8bad82f42d73b983cd0aaaac515d44d28f +size 4932553 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99684cf0e35516ffd2be10d7098b94e590a71ef2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7c2aac35ce1b51a33614ab70b7a8f18fb3de2d9801b53bf77bdec3622b5744 +size 4466971 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84b809dd54f095711b926fdbcfc19793c99e6b63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e5c26ba414b58fae74855b0afe4f451462cba4b3aa8390e90ed9e99871e483 +size 5106313 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74f2aec5a449e3659320dc3cc38e6698d631ac7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894834d718b69a74db3455c4b626de259193ac51302db2e2c6af92c758e200ae +size 4311085 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44f6d8abba1ff23aa8f137b73cf7361bb578ca69 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2da16265d2b8c3c89d8f849458406e89d7e8275270f3f8b1f0d6476b76aaab4 +size 4481714 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..662eb4b8d11bc472be0faa09f03382480e295ade --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0e6839320a1e62d663eb63c568d27827b2710a5e363531f0026631b0fc4fff +size 5649999 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b32a3e4a7b5a92191c10a961eb4e201dc6a25839 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7f7dce12f186e0d950e87558e63f05e4a7bbfba42d1beb88e20b6fd6f326dd +size 5051415 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbd186ef06e08d1d3cc17a13ffafc3df40e52b5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd51a02239a72aeb1b44819f41c68859a32633d1c3d9887f0f70fc9f9498a97 +size 6493155 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..912521b637b4cacbf094199c7ac4878f4d98f985 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad7c76c52283d73da94d8f113421901d4fa5be12fc4ab9e84bd002ac540ecab +size 6968856 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fd8288b4b6e768e8d660042bd6cce6869eb167b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8ab2c5cb433371d71580fb3596b180d0a78771f0b64b621f8a9faa6227dcf1 +size 5096177 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d130483a22f92866d518f7b26382ca455ec5cf9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2163c4cbb13958a9b4648d3ea46c6f3e4f5a342f499adce02c6d69c84472bed9 +size 4875699 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aeaea01d90f3122336f13892a109f9385585d65f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a250926717d5762b3132516e70ee40109ee2fdaf2eb967d31204df3e30daafb7 +size 5226224 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00c716c853439b897a189bce0123e1cdfaf5cd9a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14513f89225f0a71a67a9300ec8a4874f84c93a63e8d1a3b1e25daef71c7afd9 +size 6772185 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b6181ba24d39d23ba5f13c350d1cd0beb516972 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9f6f186eb52d0c11948fa15161198f28fe48b4717781ba007ee2373eac9af9 +size 4995433 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cbed7aaabb791fcf3e219375267551eabf31d67 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7b1b74fc4b14b58c26a3485a7d26464591b6931b47739ffd80780335b2dd0a +size 5377557 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ae08554783544caf2f300538c68140dc55c3b09 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5102a006bd9065aaade5f09cb9c56f9a3a345ed38918abb9e72fb35be2772873 +size 5132063 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96e065a7aaeefda399729784e4ade424d7554802 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b54f8f485d80f8580a7c656a9666f20959825d7374142add3fdf58ef5d1f801 +size 5347668 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d459f81193d1b7551978520e7d1207d2b90d87b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143afa3a79788fe7b9930fd7a6a4f2c6537479a7eed12bac05a5b66cfd623589 +size 7378906 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a13f2137609e3a4d24bc659771448d1d8eed2d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5847fd83eff24cc8fd96dc2e08d9c0b04bb906d6ce377ae696ec44f51ebcb152 +size 5472998 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd7374f3b65861836b41cceafaf302a70db825f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37db170ac94874b47b121a51ba27f8b6dc274457165f245357fe2108e95be963 +size 6751585 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..905dba7713ceacb890d56eb879c4f4f67c7e1679 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b389522798562eda3e474ec36711fef45893492f5531d01c8fbf6ab329bccec +size 6164591 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c1b0c4a58b8d9d15b0f3c873424fabaad3aaadc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b519c36de4b5c08b1ac62ce7352123919fca899773a06458b8eea9099959a4 +size 5338312 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0459e7bcf2d5b4bb30344371d8e76eac06212463 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65de8c03fdffbd97ea9a6262cc0b834cc77ae2864b289b88c3253e5a26abeae8 +size 5598034 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0ae144faa80dd8446ec59f940d990da97a9c334 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd993eeaa241fcdd90fbf2def99bcfc6f48d7979e5cd9bf68aa88e4d41578ff +size 6557589 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86f6dc908a8039ff30de24ee60709f7ef2e76545 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29de045f58b11a5985ac78dd28fb90f74d77f4067447743f22d605c96593d44d +size 4746748 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06fee7c80cad431d847d4e79733ddc335f4fd030 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf914c75e6279c910621964216b16ae1a16ce9a6a1621797d42e3d7ca509296 +size 5240783 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c71bd5ba86995ca4656df2d2b505cd0fe964e8a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ef9949e6cca16116ad5401a4933f1ef4f3ed636a8daba1d204cd128c8fc00f +size 5816514 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..678bd85c8842e69d69f263a23fa366ba22d05eac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b8dff3d38e71885ded2e395a7b46cb054198681e80ef4f244135307210cb0b +size 5583385 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40a74867cdaa2d46639dd231cfc3a68b0ed3dcf7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ffdb07d9fc4b2abdec1d539b19ddcbe1a4d4e32a81627267197651b3bc932d +size 5486310 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9feb7a5c30ed414e1e554983f8f2de5d9917af4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c94006607d525610376de09c2a8589a662fdbb9d50c69508d2cd19c4b98bf0 +size 5270046 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08026bb509430d406d73ddad7c66fd3749b93939 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b0e585c2861f96943988f0a949f05e4df79281d5c0b86b0a137f16d7798967 +size 6333708 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6899110551eef0d8b96dd74a04a804391337fb35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda87557329b50b1683ec2da402d18ce23fcd20959552422889ae63b8bfe5b6d +size 5450192 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ccdd5bc7c865b165adf981fd4a9bb0b515e448e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef742f470ffdb9e12bd3f5ab6063281c0b3424724157a04d05da488312920ee +size 4469276 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98d2452fef983a5aec5df4ada7c1332468438bd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fd28eed5794b8812686aad4f3fc38db936bd90fcaf39c1939ac8f8a5839b6f +size 5313571 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84e1d910d3cfb81a94914b57a0327a76e332f7aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2463bfe9a7e983a93324ad3e6d674754ed0318926291ea70a2d1e51109a977 +size 5820289 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8812f70d5fa78acecb0d5ec072dd1a6cb771f7ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3516139d2a15d2b7367abdf392a13be26b452de6a6350a18845bf9a9006a80c6 +size 5044680 diff --git a/videos/chunk-000/observation.images.cam_head_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_head_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c1806611015206a49704a9b93cc77cb06ec9c0f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_head_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2da5a3af0e3b9e8c88fd0e3e5d0e2ec1f658acbbb19c8a431ff855451ae6d2 +size 5122899 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..342de7e81a035eb51c901f199d23b5d9ef65abb6 --- /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:2d7765a9f82a1a7b97fa4d86f4046b5e4eb548fab140cfc2429d5b12dc117e5a +size 2747601 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..8168a2b6aa05f9a62ef2deb4e7001a858c61e8a9 --- /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:fa9858f0b3d3865a0916fb980c79d32cb2c28c362bfaf864d9bf9f778c9f38f1 +size 5521908 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..a1f582eafead5d796e15b830c86cbc67a00b7b45 --- /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:a1b5033d018b30e964fbbe6585626f19244152b1733902e420bc372835d275b7 +size 3435806 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..01f2240dbe75284237b957f5c064130390709a94 --- /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:beccc8509012afe36f65e75efa815a499030d6419d52985a885b366029a5eac8 +size 3057242 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..da26afd2790e6643515630c52ce9e94085f892ac --- /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:58f0ce5e27f68f9a92275e1718310665940df139d22ac3015379b19507f105f8 +size 3829661 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..f40ff73d35d5a2d38531930b634666f9163634b5 --- /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:1c16a90fd319b0320f728b81fdb969bdf110973090fe3a09fe5478cc832f94cb +size 4159805 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..e6370ca05b6b76b9c4f4bf9c17a4e489b0a4189b --- /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:1913c424cc3294254b1a5abaf4cb320d9bbe11fc6150a6f5f07a057b6c82ffec +size 3372307 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..c4d6f01a4e2a56fbb93e3e140e0d74ae470a0505 --- /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:ab0282c4864bd8c84a8957de1403f1cdf94a0683631bb9c51dc26468a056e69d +size 3164948 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..ad982599a86cf84377ff6415e83040190e67645a --- /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:0ca6ad2e71535adb148e46e7f091661eb76e4da9d96557af3d7dc768862ee078 +size 4068538 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..33009866b89265225d4e6815b09e9225bbfaa2cd --- /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:39192a0218fc8209f597511c5eb1757b21ae777595e27f0a4454d46511609788 +size 5102038 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..28fea4df3a43beadc8416bf397356d317aaa58dc --- /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:5f3a2f08e166b8b7e0f4e528e6835a060937df4a2e290f00facf0c98198a2e1b +size 2910520 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..acb6a139aab65bbc92bf3e92dc14ea349d927561 --- /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:ee7b31bdfb19ba6db041cb295199f49c3f667b6a16ea95356f520110a8620015 +size 3317445 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..839add3e713fb97205d65775b49b2bd5d75b0391 --- /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:9a708c0556d13700c13e6a8e17ff640ef6140a4e862e573600008d197ba1c61a +size 4910368 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..1327def5ad938a78037d5a5d0a9d1e3a8812ad9b --- /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:814aacfcd8413c93f65b7c64900f0b5a6c4154bdb6671d14d4028806c51358ea +size 3326479 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..f8b489ff4e29961d0cebcf2ef522b08c7c995996 --- /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:4b25e5ae6db7e2d3c4cdb93f603756ad509306efab774638762edabd43db6a41 +size 3782761 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..6aa12fbc1b0d3e077251dbbd1a9d4a713b65cd7d --- /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:a3fa351cc82d1970da4cf7908873c281c0d4a5215ff32b3a8e64c73d90cd96c9 +size 3013687 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..c16fbed691c9f3e3d2edce460a63257c462ac94a --- /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:f238d9ae2c645efa3c794c5632a63c6f3b41dd4516ac7b86cf92407d11325cc4 +size 3218183 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..10ea0cfdd70368dcf53f5ce5b78a8fc6aa0c4477 --- /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:7538517c3a25683e5e3586f5f03cdf45d9ce15ab879a29431a039fca2fff49cd +size 4363831 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..294eb753bdecd37895e8b946f9df2dcafc8f0e84 --- /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:808c81794e357a05bd6c2334de3a42032b10ee3048e2290e684a021d50f0f35c +size 3214903 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..fbff1c01c6d04f823be764b18e3dd5ebbf588051 --- /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:d2cc1f90fc80ca918f24c4d048d10fcaa86313361f5da6615b1c1d37363f60d5 +size 4280485 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..5243bda1fe23b5e78f0f1395288c99a3fa44463d --- /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:61aa52f51ee4701a82583eb92928bc84afbe5fbf3d01a09e92091f7aa6069e44 +size 4403421 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..b9f2039ec8dbf457256e9eb6f4842555b0c943d9 --- /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:993f9768cd4030777523a24d5659aeeeb02300478ed74380c929b3e8cd1ee4dd +size 3012814 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..508ddbfa90dd840ebaca28a9e0f702f8b65857b8 --- /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:f3d9fb1cfef07f2c783ee5250b080a92d201f0b0a47413c5e7307fbb37148028 +size 3364092 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..5f9ec2ef4ca2bba895cd44a0f22b4a4881002001 --- /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:d65bb20cae1d39b99affe30bed4810b0d82e6cfac008c8463693fa6b897b8a7c +size 4096593 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..8f0341eecc7358857aeecebdb76921667b844b75 --- /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:dfbabe8b6a129d6fbfcc833d80c2288eb88182fb72fdef50e2ca2a7b625dd4cc +size 3103254 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..411f72ed9aa59c28395ecdd069dc5fba12b8d43f --- /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:5e7d189e72867a46263cd3652f0d0175983c2b5fa509eba27c8ff37bf13e5dd9 +size 3469490 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..b55376979d9f95e9da859a20de68873811437622 --- /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:a9042d95f1d3fca57e0456847d899b840fde19f3e3433ce3b1835156c61686c5 +size 3694102 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..3acb49851277b664890c3212ce385318f5a44a84 --- /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:514a8670b25cdc7b828732fa86db2f980bb1b83c96b72c1f5f800ad036c28f23 +size 3335490 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..07eeeacb1f2226e01c4b612ecca6cfa3dd36316f --- /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:a42f238b36971bf18aa2429b4daf2fd4cd87413f8dc59044850ec5aca3a7370f +size 3439454 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..39a8f82decec6f5539b66248cc40f44ca8558d4d --- /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:6a88aa90726719dd8dfa71fd05b89cda89b385974b04611053ac4af986d76034 +size 3117973 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..4abb1fcf71a9d0add4e10dec304704865c3e02ff --- /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:54d8065377dcaa8e72525b79caaef3b9dae664111bd089f11885e8ab146a6f80 +size 3481969 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..1c0d32d53e562d508ddb6590063eb9076befc5ef --- /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:3fc67f49ddffdb0b6b09d6fd2c98f44cc979fb2eb1b2b1cfe749537b0cf9b4b9 +size 3012562 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..6bceeaf7cccea2d282116f87f99524c2fdd1cd9f --- /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:0e6b2226b62b81e6401f10846629cb83557a253a105ce17a2d5c3f503634467c +size 3277389 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..a1a28eb9df0bc12d4d94031b0bfd0c7d73afddf1 --- /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:5cd5157ebbe71ea6cac053cb532991c208e711d33817c5d95b268eb53160e1f8 +size 3078790 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..1d40ee0602923e426fcae76134c297fef8db4036 --- /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:59d8982010446dea101194dbdac6f8dee67463d5d5e93ffc440d64656e605893 +size 5074555 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..41e0d453e85572c7f1ed3b005581023ad533b8f8 --- /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:a6b119eee6b1d1777e39732e15357ef2e93a94d9df8da675a448fd615eca911e +size 4209282 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..4149eefdecce5115999e5279a350688efab661f2 --- /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:c7b3ee978ead69a3c92a8cc9ba12a028c4874078d82f59591fbb69993aac5ae9 +size 3476304 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..511a1b58012222bfabdeb8bcebc470a8297350a1 --- /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:1118e24b4ec8a370c62ea27bdc781df61ecd82e5f21808a961ab59822135f105 +size 3619611 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..abb88c092e23c5488dd75689d746a6d0e7dfecc9 --- /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:83d001e6956b93a22c25be14b1ee4e58eae21cc852333c5504bda922e230204d +size 3454680 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..12d0cd182be4fe3630a6ff2b1077f2c080ddfdaa --- /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:e65ff5324165fbcb43e3d49b85898240b8c41f012150e67d0bb6f63ccd3538f5 +size 5154227 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..a8c28b1f93c53bd040b0d26ad199206e957bcf43 --- /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:d173f01068bf9221a1be004d13db4dade2e9387153446bcb3179c49040b78556 +size 3150635 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..c9da23799e6a12229f7c4bc7750f36b006400cb9 --- /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:c1fdc84e3570cf65aa1ea8114e340a7a9967dbc4162f584da52fbe0b7c5b63c1 +size 4155332 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..dc2868fd4b7aaddf49d67e62d64174a7ead13878 --- /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:ec2596e5fab83e85c4153c8620da6708d6d95f7d89f73334e065a491968b90af +size 2913875 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..3e45ad55ec45fbf544916d0f87402a481df292ec --- /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:2fbbfbadbecbab8cfe564366ad26ec2a2dd7ea14bf0b6ce5adb98d34880e8793 +size 3069794 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..9036d96b83c69d0a33f8ca85841ec27f86bfc2b6 --- /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:d259bb2ce1d0ef6982a2de4c3a242e53894d671875f619d255499900914669f5 +size 3553772 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..8f84b28f2cc65bd86c16e0e6a0b8ff43d0237aaa --- /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:8aa9c8a5ed14f1d570ae96a572cff7bd962924302ea17721cd88336d3ab053ca +size 3678679 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..c8806c4c2de704a62532b4b0ee3f353cad104563 --- /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:c08612795ce894c7427d60530ef546f896e774e0601cb47375e6215ef9660a07 +size 3563671 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..154f735f1d7069391e85f9e052170d959aa5d1ad --- /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:876ac37697a7361eec9228757b8953484a55b26ee7411b445774e4eabf64ed94 +size 3860037 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..150524ca3f5cc7ffc25fa281768415e343dbe6ff --- /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:560b995efdb3ee5c77a600d2ca044d5a7bf9c200c45c4158e7c278486fcd5ebb +size 3240919 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fd5f9af73233d5fb155573b60f8999bc2c50989 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0ee971f19dd6bd5c29be4d24fd8e8447637b5accbf054fa924792ebc3c7ee0 +size 3848747 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73a78218ed22129750e38bdedfb78047ef2bfaba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749762545880769939ae127c8381ec383e728b30abd66c219ff5edefaf433782 +size 4586848 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4edce6bd4b79f3ea1e768d2e37754fd7b40160a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39dc570dc3f57afa7044b7cc37cb3b48b06ad585cc2136913a1413ea7eeff3d +size 3223274 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1c68eed07dbeadb912074b8756a9669d5892d55 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de40c64769bdd72f2e115a8dd6372ee98b605c42595c382813492884f3a005ef +size 3089953 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d3271f4c6cfcbfe448e2f37768d2ba6950ea78a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7452b9e7f3a0641d08304b812d5b08bf1a04081be6d4a748625f16a4298679af +size 2700868 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dd918a50049e434778a2dcadb693f82f4d3a16e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5303b1d1bf552fa3ca8686f60f34c00c9d6155422356d286bb2c54f99f53f78b +size 3116231 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..735401b098b8ce9e4a8fa3c9e6f7bd0cad55cebb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0e89e2c9728be7e3e47bb1ddf4ef2cadddb7dfba86ba65928b746dfe0cc963 +size 3040108 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ff864b00fa3bb1e2bb291295e4d6db6a48d4d19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5d2844a6420fbf9889c866f8f93a143a2e32a29b80c199ae6a327ca00b1f63 +size 3460566 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcb002290184202061bed80b9c9052622c3a73c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68af010875f3e0e01f24a292b00a84e13eba001df9ab2b31f000515a6fbdec36 +size 3674287 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acf33f8a2086183c00a7e2cc22466c4c7a448aa4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef2f1729f9733f4d4c4281dd09e52458c48779d9ec0dc582abee1994656281d +size 2896983 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e9f954b6ede369f081867f6c8d191233ba1aadc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b39546fe2e412fef51e0c94bf8a273893470b7e1a21734ff4cfd3b9afc123b +size 2958378 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aef4bc42db1eeca532f7188475b5fb2292323b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e65731b47c3050e7ec528ff567c2d65af9e3f457d209403624b6ec15536619 +size 2955621 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88dadc5b00571671e3e9d50de24cb2da377f47c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129e02c15d1f2fbf5dfc9d3a30d283b3ee487502db898d301cebf8e0ff50752c +size 3034630 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f61c2634dc34dba09087c3820dad1f78d5fda740 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e696728d1a72a2649dd31cd507493f5e6fe02b2694871a1a60686fcf6e01f44b +size 2911525 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92f3f124f3c0a7d154b2dba622f9e445f2bfc703 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85addd52192daaff49f1e51905ef12bfa5d12d78d981e643ae2f65261cf1aa02 +size 2980367 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04d7fa6b3543985baa6f469001e4ae843bf128c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de598cd0bcbc2cbb9ad6c56138f87e38509ab594a9bf823501f77ed543a1a98 +size 3316323 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0b9042070d6f53a0fe6929898dab2e1dc3cd677 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393de1dd2806e4d0a71b11a6936012e169266b8068de07e3a49f0fc786ed6371 +size 2769397 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d114be7a13c4edb7709523af44e07f0ff3e484c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc1799185a53c475626b5a8d85a6f589f8a2952f1f1730f9491a49d772148df +size 2842316 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b15ab13bc5a07c426c1abc9c3ce7feaf60c7d1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c123c3909609f9ff5d45c713ff028707ad2cbc052dde16b4a8097515ef502ec4 +size 3598925 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cc22a003e0bc523fdb0ad31d6758d80493e980d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1992829845cb783f58acf2b4edfbfc0288fbfac98d66ccb4d172ba5f30fc60b +size 3404817 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8674abfd8a2818f5b01403e4b7dba762a469632 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04da9258e26f2bbb944d73f396333873dfc71b7601eaa7ee24a869af522aee6b +size 4247736 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58852ff708c518f439478857d0e107292a97ef4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63b6e3efcf3882e547e4ade765342b217270b9fc4cf2433be70f273d9715d6c +size 4255582 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f9d4b3e6e200739a458a2786203e3bdcd44a209 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c4487e24449956854cfdf0735e439ca3e88dd73fa07590655ee5df9936d4ba +size 3423555 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e54907c0940b774d40bc008c7bc7fc5c16ef372d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e413929afac29691f56613019039208aee5a7990ee270147474b5dbea26799e +size 3183357 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0d9ab4f718e10a572b8609ac9b8d1fc6ddd04a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7484a631975b6fd57f572736c17836769d37756abb42051e19d39fcaf60a76b +size 3516292 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f32dd94534dfc9e28eac607233d8e8100dbf805 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3acccb55450fa67fffabe1ba88569f26c63053b57e07b8741600b3698e7e80b +size 4559914 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a864a956f20c5bd165b3f78770c4c92e5f00765 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d44211a600d01a59a87cc807bea4f100b5cdc7fa0218ef17ea0586f734b902 +size 3301610 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d1bb4bee50cac689dcaa97c465678e309a8a162 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4d78f7d5a41e5593b8d127012e7928bc2851244f73fc13f81e9b15e3ef7d35 +size 3418903 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..766203945fc6282b7a789debe24e43368e1699de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ebf3e6c0d1b93737d713166786cc1f218749f7d49103e6dd6abc7ca05a544f +size 3632074 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9572bd1ced40d7d7c1f8bb4b33272704608b3511 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5dcbf39d2da08e3d75dd16fa98f0a9dfaa1093d988c86e57957915bf208b8f3 +size 3670544 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1dbb8ec48921595f16f0d7892633789d9342ec5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ab8909cce684e58dbc587271e4c4f6a44e7be451b2e928ec03a6ecf2c35a45 +size 4783287 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9606b980e56b3ba00b25172651785f1b1fb4dc0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ec3c7d7e6cb5c11fa8be77a3883e662d25dfe2f8a8ce408731c16300fc4bda +size 3440643 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f024c7f5d2fa5f18f4aa58ebcb08521788a6a4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a3a20d47a6dd66483fda0988c6046472facbdfdf0dd07710457c29563460fc +size 4359762 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d500f39eb3c27cd7012f3b81d747e8cbb1d5884f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49cf9c1fa425f72408458e0aa4a5c0e29030aaab99df9ec86e9c08109df2854 +size 3721455 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..321fe6b1915ea4f6946248f7d9611c6082999525 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ad872512b52f6c7cb80f1ac87275f48093c5024e3a919e85b26dca6d90d49a +size 3173869 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82692a42c57bfaeb1fcccf7c8fa8bbb23e4072a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f90346e014d1211da236222f5dceec0e1f5cf860884a480af0946c5bcc94557 +size 3375092 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c46df8ad74c886f3f4db378d281573cdcfda4d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edd1e93434f5c47c71af39c602441e83bd15a22e9389dba55b1bcc8ddc5a9f5 +size 3908416 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0b767d6d6e041dbeab7e3741e99de3e956327b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2101a6e327c73b7b2bcaa084ab47e326b105f8df2329453f0031b4dca78d99 +size 3030909 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe12c5cff238df6ae184b47e082b8dafc54ebb4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cacc0016d6a6d09429cc5d9cab60b36cc921a4b44bb29838ea5c92794051df7 +size 3065586 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c87c17d4d425fcfb05043403c69098727c0b30f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfb038365449cd6c3e572ae23fb586bd22673707941b71eb2d440b6ac6fd640 +size 3487301 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7927ac02bfc819277ca026628c98e4308516cea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456abc0d66ca6c4be21e1c5687eaea0a73787288ba5dd5ee00bec6e004c385ed +size 3739427 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69fa3d6576b210d0a6bad7d4e937a399b26887bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f14cfe19022257e84938643414ab8db12d2b87f2557d51a008b06166815200 +size 3498285 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bd60b3ed1385a6957ec27544782e3050469277e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf40eed4a55dc73506b21f357aa43778d588e082a2483ad3e955c2dfc96e724 +size 3122994 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6648ef37151a8ddccd268db5b9a423b96c105a10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c4697026c36761b7150685123140d6558f9a6cb47f73d47a6a43a2ce578782 +size 3689048 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da8acfc0e9bcec29d04bab9cb5ce878df698b3be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8fd9a4dac658991d6efb095620b55496b198fc66c4fae4038b779bf0bff3fb +size 3364314 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55afb28e9efe1300bd2f6ca3840d78e7c9b3aaac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa99da0d7296f0eafee459e5ea343af24503c6f76f3a9db429d22d8903a4972a +size 2721982 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e1109fe4b27f21cba1c6fda766dba4f5932fd7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39a6f80599a1c7244db7e3b5e2a059c38bbbf97f42c651d4b21c2362d8deacd +size 3335303 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60bcf6d052fef96e59ac341d7a6f0499cf107abc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3ea880d559cf8a9e38e083d9d2476126b9ba50f19a0a922fae689fe097199e +size 3749442 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19b3f3d5f4040def883db72f420d3dcd96c400cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6a847ee3406b7b83e8c2f932e736d3aac98194d2621a163395ababa084fb1e +size 3211199 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85c67574ab889747cf57014d10b168923ad53f13 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1b62fc18bf88e4e56aa326f9e75b82a07e69353325c3501bd5b8ecb9ac32fe +size 3360477 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..040bb53b3eee4608e2359944fe86fe03f2393602 --- /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:94b3fc8cfe2b940e985fe5a771c30084380e14fcb804b852b9255784b2f05833 +size 6517181 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..63c0dc8d2f1a8b31c6686263e23c0d5e2114b686 --- /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:bcf6596cc08cfd1f6f5748bc197992cb3c0019bda2f3bc1342cecb994cf006f9 +size 7777880 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..52bb665493caa7b55c10234b1f5bf14563a2b29c --- /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:c557e2e92f2db75bdc8f44135a210687f926c8ce2fb498be8bf1dda549d02965 +size 6451348 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..d3a90a0b8e7df58df08365343866c76457d3147e --- /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:2bf459f068d7682bb64600e04f31c6b45db70c4d2f7f3a73ec61fdc2f16a273d +size 6605004 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..b146494c18f904b7e82650798d8f0e15d8d54998 --- /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:7502213312d06ed08ff20d658d74e8a23d46dda961772d38ab7e054cfb7bacff +size 8330369 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..752e05430cd89762b4229e7a9f8e82524c2c095f --- /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:20a0aff433fc37b181b5936b6f56db907330715743cef0fe5573c0f23f7311d8 +size 6284895 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..7793b6dc69ae27d76c50d5d4fe501dc5f199a4f4 --- /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:34e8ba73d45df89b83f392c8556264f6cfffbbad92d0183255c20c5b4ab06129 +size 6711672 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..99a4b521083e1ba830dc39ad13c6de8fec74cb9c --- /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:38cb8c1d7b0aba1db418e8d20d9a4050efa6cd93ee5fbf88f79d98171a417327 +size 6069943 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..65761452cdd03e340a7ac5494fa6d5d5cbbff393 --- /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:f553ccb4b4914afba062e1800e421de09f0a9e3672e1de0f92acbcce0a3cf4af +size 8024121 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..c70105c2738eea2137640eaef5328c4e10f9f9cb --- /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:216c23e50e7c29973273a65676af05f222cfdb483463e8c4a09abbdb92d6cec9 +size 9788012 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..0836fecffe8aed15d8d1042eeb8b753e50d85619 --- /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:29b18e2410cf9a27324f35e7dae79ae83eb8d419cfed1c420d07657dcad7a768 +size 5355792 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..266fe1f4d50de41757d7fb4461f2c2266cf36136 --- /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:5e0cd08b9854bcacbfee6054753fafaf65f65a77b4605ce89c08c19c48f213b6 +size 6207512 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..dcd6f3f8fdf159ff2c0265f994aa62a465f70071 --- /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:85a009815cfe5da86fe8133c07d81ea52f3aeea32960f362d218555b2111dcfa +size 7423980 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..e8d792a5d21130c3f48a4ee68984701fa31d6e1f --- /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:cb0692ad297feaab4cb9681dbb27b54764778a38db979a193f4aec4ac134040c +size 6590154 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..a20187d30233083197ec6517263be56dec486ffd --- /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:a673274382159d31a2816950b524fd49475fa794ed364763b408b63fa847dff4 +size 7313497 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..6d61393ebcc51a434498c829991b2dff17bc6216 --- /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:d03a1a5ab53cba15c22953be04972665333db8e975673e6b2a2840faba57dd69 +size 5774837 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..7f62d8b3770c01467796349b56179fff8822d7bb --- /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:bb33fa4cb7d8dd26f374090de269cb9a788419fd2c7cc08acbefbbd4d4bc76b2 +size 5961580 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..0c3436dfaaf01011ee9550a4f67db11ddea3f2f9 --- /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:191e52d7bb68de3ae3559e082de31b6bbd3b80e3e516395940d964d597e53ea2 +size 10511252 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..5abdbb93d9cbabaa9c1d02e3bc7cb809da43d2cf --- /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:90a6c0e54479d0aef9d2b613f327f06390e2bd430fa0e5fb63a14b1064923b56 +size 6746200 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..c2f13b4eef1eea8acf4b307c8a8d26914e1390da --- /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:c718cbed9d47699b8230f870b51a78bd8506e01b9d918303e429dfa0970aeef3 +size 8909031 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..b2aa6b56f6aee07009fe7065368bfd5a8b22a128 --- /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:fa6d4ede72e39382de1ffb9a7cec60d17850b723c523f851cfcec7eadd67b79a +size 7884066 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..aac21dc6c67218c5cc5247ea5892cd1944ea4af9 --- /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:b6bed9c19f02e5adad187f75fadb78e08a8ff314c466e23ee549cfc01b8014e3 +size 6373252 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..e836241bf6083cbcdb033f17316801358f6421f1 --- /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:1f27e4a87f40dc2b23cd74474dace4365709134297e469447391a6ceaa2c92bf +size 6822189 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..f8246967c6885b95eae34713308f479ed1bc9584 --- /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:43281f85b3b90b3ccc6548759fa5b26016e8b733318f0faf5077369dfd4b1432 +size 6675714 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..ff07a774b4fc4b4ae6be445c79866c1118de2739 --- /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:4161214fd3b74b56092fbba66ff8d59ecdc4c6b1dd62954f674540375258ce55 +size 6599994 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..3e73ee8472cf8624a063979d1604d4a68f143536 --- /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:cb4b5c539b85381044a0a8d8a273348f760a992486ee6c5c3e76dbba240f37cb +size 8241790 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..17fb94306298f455d8991bfa7e07c1d45c74d480 --- /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:8696da92f7962f659e26529d63bda6ae47044a2658191c91c190905f4b8223de +size 8922548 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..57511f06100985318920d4226edf891dab9306e5 --- /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:e0e6460946b41aba602c5d9fd32d371e26182d244a1609904aafc3179b43c2cc +size 7152857 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..fd2d00a6e43709e8563bd4db6809cf579fc19aaf --- /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:ab71e4a4238c8e160cab6a5b419febab1e0ad3d7be66ef6680f97f3dc3b4c690 +size 6934060 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..88272e5b7987ca3286943a7a852174c53fe55e41 --- /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:d2c11da11ce6f8f22baedb82282f05cdc657d1b6146a68d62cc1a0cbbd0d5625 +size 7990534 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..740b9fded6161a53c5323584db7caff4a0677b7c --- /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:ae524b02938460716b58d00a4da704f66d883d080513a3ec92d1a8d71d4f9133 +size 7447616 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..a4420233095129ac29831a714653aad938897ea3 --- /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:3370f0f20608ce6a20a812299544fa1761cb7cb89daa66f6a1e42b78ab37425c +size 6689026 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..51385f9ab71bd4e60110ba5eb6365a793294ab49 --- /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:2348d459615c02753a09fab418bf0d3cb630c791ec39860a67ff46c887a76f8e +size 6507534 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..bbc15a1ab96946f319e2b2946338c9c8f1e896b1 --- /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:9c5a33e574f7db60446e3a854a6ba624bef75997f1357baf7ff0de1ce47a841c +size 5506125 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..8ee202cba181f30ef30c8be6e1954aa2d1eac79f --- /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:cb7ff4ca9ae5069c3cc39161e684d60d92844da36fcd3f3406a6fa80aeb76d0e +size 7847662 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..16bef03c1bc60b69d1ba63aff56cfcba44631f26 --- /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:03305cb3d6f7f3b94def2d170c7d4d7b5c0b62addc16a4c2086f1bc3350cf5be +size 7885181 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..21969a0c4988e614e6814a23e57e2a654199623c --- /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:4fff8145400ff9d0268ba889ed4e3eeb8d34a306a12fd33dc10040a2dd092ffa +size 6932858 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..a4b54fd733a5b530b90073c951490dcc6785e54a --- /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:6314cc3e6e6f2ed6520679cece70036bb182b8a8d1c64c7be95b2bf90893acf0 +size 7135365 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..4c069822a65fc429baf2867ce4167af2bc799806 --- /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:796f0afa66953705188049a4b5b7c8e3bccf24aa8b8d7d3f1bb1eb32c54d6235 +size 6771250 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..620f729b8aded2b1766bbf0ccb7b32f1c19ea5bf --- /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:a53e1b0e4b0b85f7b002e79a40b993d919ff0a4a24cfcb2d8417634bde130c79 +size 8908337 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..62bb19d1ed201a63d79435a23cd072ac60d8926d --- /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:bc0a2e02a7993a5fb02832c74e6d0de9e59290097e12f263b3d07e802a0ed4e1 +size 5815851 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..fb7878b3d682ce7612181d0ae4bad81a80d4fbe6 --- /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:ae8837a2ecc1c039a428c4d7585a514435e5d0e70480e3393f6fba35b7ceb5ce +size 8500410 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..7b0d7998289d158233c5d374a5c141190973598c --- /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:acfbd1f129734504d4ad7ba83459a0e7ae884a6f41b61273eccee3b4ea34a085 +size 6030962 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..d593db2d13635ffb4c19c7b639adba75e24e9b3a --- /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:019537a2a3e00baf620fa02dc7c24d4957403a1b87d688651dbe41dd0658fe97 +size 5549392 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..747cd6d089b53a7a056c7d5be7e0329015796031 --- /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:7c6ac39fd6504d6fb1f6d53ff9587d070689bdb818eee1b2847f55eb45ee25b2 +size 6497336 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..ebf56f45d2f0d49528f04d14139179bc4044a245 --- /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:ab2d4f3b2a49f809b10cdeb6fb3cf7c1fb52e80407f5b1f4e515ef1be424d987 +size 6972505 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..d8d8f981a7851a531699a6cd0234e5636d66b3af --- /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:3980d9d49d23702ee60e3efd93c466f939489234e49fc85e29a71ff49e055777 +size 6663680 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..79568b24778074b66f415d1411e8c28ddc8d621d --- /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:f89bc22bffc8208fc09b96bb8851e6ba9cdd58426efc576e2e681d5511dc222c +size 7010733 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..ade0f0b0b2530e6d37ef0e43c396153b44e172cf --- /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:1ed827a3881c44eec7b76712f2e1741ef9587c6e64de8e4ee69675702c30e00e +size 6038266 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..644ae1ffb0d86f949a40b898f9e66aec163cc9ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0fc387de3096ec5be6620596295bd24ab167e81c528125276fc4bf23e78044 +size 6873509 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc51b1e3198f0cdfca4e7a5dd437f8687a92db26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5117781624bf164e503bee6770f5eb9f3e8325000d7062d7d952bcd7ce40c710 +size 8354399 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7fc8775e071cd3030efc10d7b9ebf818720feb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272ced9936cc59debebe941852eabc3d55f875630730a508736b0dcac29baef3 +size 5865705 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd3367ce33b6a6c0dbf1b53be4affc4bca7af1f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa5729459860e5dc5964a1562efe4a9f52e0be5e76d0e953db69e18ecb32590 +size 6404316 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1d8d9d896bdc5b8113bd63ad81dacbc06b45a10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75aa09dc98656f6d6ab314f6f539cee46c1643d118127cef7cdf39ac76d7618 +size 5740518 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3edfc0012dc53f8ce5b3debe041fcaa92b3804c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf9ea89a0102cc4a9f080a9cb95008d2bc749403173c3e43a782a1cb1950882 +size 6396420 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b2614f00256266318302e9f52c4734d456d57fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10d2054ad112b2bf42076ffbca68801fb37d0e412deec082b820bf785c9daf8 +size 6097938 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d9fa87961c30090c8a1fac3ad14e1fd2d0e850e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c01b5292793e519017e0d503654aeaef793c98d1fe3530231c1a9cb9490769 +size 6830963 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4b334d7c077356f9769a6c2920216b1248376dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66d22540cb4d13313450d1337f85cf1f42df04d3036b56a00aee47736af2a34 +size 6593789 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00753e16569da4e21174bcee1602b4b1a4c4306b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c682bba1336b87fd0c72625a33be2edad9cb8d6b2cc8b83beeeb47ae562d6b +size 5552384 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0717deb4f8acde7a87585959456fb79ec2cf9b5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddf726a4939e783570636cf040761fd43a7db5c44022313825e58bad07b2b86 +size 5988336 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8c443aa6c92e705f1c76f9a0172f407b06d4c70 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae10ed2b1e1687de393847749ae0dd7b52fcb73d58c77acdbeea13222f2a442 +size 5922852 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa70785397b919ea7ff1df46ae441b4f4b6eebb8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80285fa31b0458cdc09920e92415d0a32183be903d1d38d347a248a22ed349c2 +size 5691714 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e80690275b1056e2ec6839d7c220c8002eb45770 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe1f03e60f9bcce03fa48228aa4d2459d4993901a8ef673e55ec91ec24902d8 +size 6515478 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc3d3ea3b3e981963400985aa4a8c31be166511c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277d49730f64519224c68368b30066ad28b86e90c1a76fdeadd2e74143856380 +size 5933466 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48596812f56508d61a30f33f35f3a30d29daddd1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2282978586db93dee4fd84d62047c9b0afe49b8858fd7970c9ea0bf6fd7d22 +size 7209977 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5459d69d39d9407990bab9e99d3cbf0d850ab8a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a29acc908cd14f56ab9aecbc066b12febd23ed411f3798a02613d9d82181a46 +size 5031362 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b10e12c863ab15f5a9d45815b30f4b2cefda049a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a23127dfba7ac9edd82ab9be5d6ab6186ef1ccde7af14e7badcff6f9726c82 +size 5225783 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81fe6e89d1f531e8a40ead6c23816115050f8c9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaaae602c2a1f477165308555fd9cf87e2ce8c72c8bd2aa6cf641c0f3c684b38 +size 7872531 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f28417bd93e00b6b95dc1d0439e3e6060c3a54c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283af181bf31244b06b423a49cfe65bc6f08bace8afe9a5ff6b4de19001bea32 +size 6475091 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9618bbaba6b20daa9e604c026624a2d4f0df7bec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc11d5200f5ad772ea676f3a193fca8c9af64ef4ccf3147ca92f606dbb90499 +size 8865720 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef3ac1fbffbb04d043abee1e259b732ed89d8756 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da75a8becb2a7f71d8e825481f41520fe6eb46f9fe3c46b0486ee17e5f464e19 +size 8407261 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..011e35f2e26cea9b74c296389258b6cb11be6440 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5986eb9a3abd722574723b98551875c4441fe45bbb109382bef261ced36401 +size 6529541 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb8790cc4461b3953c460ae2b68850ebdff9d11e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8075f8db610935a61734ff7cf60f3d55fdb2783a9a80322afe44ae6f39a156a2 +size 6396795 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eeb80c7080f9fc6a82b2971f9dfe6d82af50e09 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d133d34757b6bc2697934d654139fadf1dc47bc5bbaa769c8ff65bcc0296f564 +size 6996713 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdde843f6b350c61b56358f9d11e587f127672a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a0fd26c635c6c371e50afca461bfed3c5fd3cd479521c96826e6e48cf2e76a +size 9666344 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3da8ac324cddf934d01e97d9f49d37d3c277bbfb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8737eb0fb0d046ea84bea521d36e26e595adcc92dafcd9867174d0ecf8aafc +size 6764044 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5179d387220bd730c1be5aa27589699613d1b828 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0d470ee6e685742b6a63a0fcd8dbf24ec9557a642951b76c9461672d4101a5 +size 7311187 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e93054d35d8eef7a043ae546e19ad7cc6c507c57 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9e88174e571d33388ac8ddfc77df4ed9dd91ab3c166d8ee79cb73b5a0b0404 +size 6582642 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c39d14d324a59f1dbc3882bdfab3b9c4107c840c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932d5204c57330774fa2177719d1e32b7b039c68f36a421c60786e4db2746b61 +size 7177301 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46bf779ef7a6e4b850d92d0a0c69aad475bfa091 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22eb300ead6a9c65f46e819dde98004e7f158315a17a3ff4f1ba556ac286d2a1 +size 9622857 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c962bf9d3c9b2e688e9ec27d8f0e1fff9def0ffd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56841218841efedb5db2fde44edc2c696265982f4246f2a799d71a99d3cf1df +size 7360772 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb699221327c7072e3870525260fca777d3729b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb5a3c36800c9de70c9838616e816eedf35c1f88a87dc2135750482f8510d7c +size 9635332 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3980a5990c824b197cd4e6f22d07c34ae1b88555 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d686e48e6ca3b98d69c4146f63906bb353aff8a12b496b67992f9d5410eed29d +size 6686525 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c97923f262a4d4d8403c3e198fc317d70d807444 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb13bdc7c19c2505161fa92a60e26eddbcec22c5819e76dfafc96de8dc32e9b +size 6687101 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e5bed344abe3528b34564a713dde3faac2a2b9a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fcfe936892a274908f1fe8abf24e5a61270bf26c7e3b117133a41128c6a5f5 +size 6760225 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee449dec861ff10909fc847d6b0366d60aabb9df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8ab91bbd49e560108127929b3d5aeeb2ce61c11b82fd700c8016691ad9f9f2 +size 8012071 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a91ece1d7fb505f3ffd6e78ceec870203cfe643 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b52444b9d8a41d81ec5b0ca61d23275f961c804a81f4b575b77ccacc3c259a4 +size 6037410 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d7b66ce3cf1256be2cbe71619a49c33d16b36dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf409e8b12a13104f6112b70cb997c83c38024feb962f65b8e9cbcc1a67fd97 +size 6876792 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad165200100074143422060fdcb90e112b5cdb99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8348289cd0d4cc959f939f33a9f9e3e31f79c6ad32172029a092a3fe4b3f5b89 +size 6518713 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1ef97f2090d9bac9eea9ce80db4de49caed3d2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6999e3ffffec69fe69bcb2a4f0c5896052e1df879601174610ecb2afba60994b +size 6729685 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63f27accb395d9383443cb7bbcb7526ffecfb684 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c2ba8b3d039a9d8811cf59c74c1e426147c5418a5eb2fe8063f5ebeb192244 +size 6647870 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..536ab48df92ab8ba746ea7da1b9947b4f51775bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcecec01d445f07a3dbb48a45d2a0d034626ce8dffc5b75d014dbccf35fbdb7 +size 5552605 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..291cc66de2068b2387843d70bfd1ae66e150fc3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32fa3278699d668eabaf97dd26667271499789d4dac00617b3d07e31c1cf0bc +size 6715379 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b46ad204b4793304b7dd841633b5ee96292a704 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0872ee27c71f71d6db254239494263e09c5dbe51b7326dec6ea3a88a0cf4a52 +size 6436431 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25489de8d35ba4ccf6424d6d79fedd0584e8a3f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472e834f41740c204d31a61a3afb6b648335c0931b88cca5594f51826caadc43 +size 5000299 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2ab7e6ef11f926037e0bed5359cb8dbdc61125e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864bf6af345dded28c694fc78958351db37ee6b98e3485319e0e8eb2f7dfa991 +size 6308842 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..405f1917fbd684e94016d274fcbd776a8802c854 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7ab754ba6c2afed8eec9aea3df05ac260537e0f2a0e773dc5f2a16067b6285 +size 7066704 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..443a190ff0fae9ece7798a49ef5317e7aacd12b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1528a56f95e45a8fb51f1f8267818bc9c4765a48ce29eed0ce7b45d34314cf +size 6248889 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97abfda89b4580111eca0fb8ce074923473d2e5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b04042b903515d68bdfaa5e6ea4c69e9c8de371693501350e7f029638e22002 +size 5979268