diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/.gitattributes b/alpha_bot_2_recover_after_touching_an_obstacle/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..1ef325f1b111266a6b26e0196871bd78baa8c2f3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/.gitattributes @@ -0,0 +1,59 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/README.md b/alpha_bot_2_recover_after_touching_an_obstacle/README.md new file mode 100644 index 0000000000000000000000000000000000000000..de7f33b79320a1d17e0a156a6870276d08fe2698 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/README.md @@ -0,0 +1,332 @@ +--- +task_categories: + - robotics + +language: + - en + - zh + + +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 + +frame_range: 100K-1M + +license: apache-2.0 + +configs: +- config_name: default + data_files: data/*/*.parquet +--- + +# alpha_bot_2_recover_after_touching_an_obstacle + +## πŸ“‹ Overview + +This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot. + +**Robot Type:** `alpha_bot_2` + | **Codebase Version:** `v2.1` +**End-Effector Type:** `two_finger_gripper` + +## 🏠 Scene Types + +This dataset covers the following scene types: +- `home` + + +## πŸ€– Atomic Actions + +This dataset includes the following atomic actions: +- `pick` +- `grasp` + + +## πŸ“Š Dataset Statistics + +| Metric | Value | +|--------|-------| +| **Total Episodes** | 130 | +| **Total Frames** | 128391 | +| **Total Tasks** | 1 | +| **Total Videos** | 520 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **Dataset Size** | 3.7GB | + + +## πŸ‘₯ Authors + +### Contributors +This dataset is contributed by: +- [RoboCOIN](https://flagopen.github.io/RoboCOIN/) - RoboCOIN Team + + +## πŸ”— 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) +- **🌐 Project Page:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/) +- **πŸ› Issues:** [https://github.com/FlagOpen/RoboCOIN/issues](https://github.com/FlagOpen/RoboCOIN/issues) +- **πŸ“œ License:** apache-2.0 + +## 🏷️ Dataset Tags + +- `RoboCOIN` +- `LeRobot` + + +## 🎯 Task Descriptions + +### Primary Tasks +return to a safe position after touching an obstacle with your arm on the white table. + +### Sub-Tasks +This dataset includes 4 distinct subtasks: + +1. **Touch the bottle with left gripper** +2. **End** +3. **Touch the bottle with right gripper** +4. **null** + + +## πŸŽ₯ Camera Views + +This dataset includes 4 camera views. + +## 🏷️ Available Annotations + +This dataset includes rich annotations to support diverse learning approaches: + +### Subtask Annotations +- **Subtask Segmentation**: Fine-grained subtask segmentation and labeling +### Scene Annotations +- **Scene-level Descriptions**: Semantic scene classifications and descriptions +### End-Effector Annotations +- **Direction**: Movement direction classifications for robot end-effectors +- **Velocity**: Velocity magnitude categorizations during manipulation +- **Acceleration**: Acceleration magnitude classifications for motion analysis + + +### Gripper Annotations +- **Gripper Mode**: Open/close state annotations for gripper control +- **Gripper Activity**: Activity state classifications (active/inactive) + + +### Additional Features +- **End-Effector Simulation Pose**: 6D pose information for end-effectors in simulation space + - Available for both state and action +- **Gripper Opening Scale**: Continuous gripper opening measurements + - Available for both state and action + + +## πŸ“‚ Data Splits + +The dataset is organized into the following splits: + +- **Training**: Episodes 0:129 + + +## πŸ“ 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-{episode_chunk:03d}/episode_{episode_index:06d}.parquet` +- **Video Path Pattern**: `videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4` +- **Chunking**: Data is organized into 1 chunk(s) +of size 1000 + + +### Features Schema + +The dataset includes the following features: + +#### Visual Observations +- **observation.images.cam_chest_rgb**: video + - FPS: 30 + - Codec: av1- **observation.images.cam_head_rgb**: video + - FPS: 30 + - Codec: av1- **observation.images.cam_left_wrist_rgb**: video + - FPS: 30 + - Codec: av1- **observation.images.cam_right_wrist_rgb**: video + - FPS: 30 + - Codec: av1 + +#### State and Action- **observation.state**: float32- **action**: float32 + +#### Temporal Information +- **timestamp**: float32 +- **frame_index**: int64 +- **episode_index**: int64 +- **index**: int64 +- **task_index**: int64 + + +#### Annotations +- **subtask_annotation**: int32 +- **scene_annotation**: int32 + + +#### Motion Features +- **eef_sim_pose_state**: float32 + - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z +- **eef_sim_pose_action**: float32 + - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z +- **eef_direction_state**: int32 + - Dimensions: left_eef_direction, right_eef_direction +- **eef_direction_action**: int32 + - Dimensions: left_eef_direction, right_eef_direction +- **eef_velocity_state**: int32 + - Dimensions: left_eef_velocity, right_eef_velocity +- **eef_velocity_action**: int32 + - Dimensions: left_eef_velocity, right_eef_velocity +- **eef_acc_mag_state**: int32 + - Dimensions: left_eef_acc_mag, right_eef_acc_mag +- **eef_acc_mag_action**: int32 + - Dimensions: left_eef_acc_mag, right_eef_acc_mag + + +#### Gripper Features +- **gripper_open_scale_state**: float32 + - Dimensions: left_gripper_open_scale, right_gripper_open_scale +- **gripper_open_scale_action**: float32 + - Dimensions: left_gripper_open_scale, right_gripper_open_scale +- **gripper_mode_state**: int32 + - Dimensions: left_gripper_mode, right_gripper_mode +- **gripper_mode_action**: int32 + - Dimensions: left_gripper_mode, right_gripper_mode +- **gripper_activity_state**: int32 + - Dimensions: left_gripper_activity, right_gripper_activity + + +### Meta Information + +The complete dataset metadata is available in [meta/info.json](meta/info.json): + +```json +{"codebase_version": "v2.1", "robot_type": "alpha_bot_2", "total_episodes": 130, "total_frames": 128391, "total_tasks": 1, "total_videos": 520, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:129"}, "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_chest_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_head_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_left_wrist_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_right_wrist_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.state": {"dtype": "float32", "shape": [28], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "left_eef_pos_x_m", "left_eef_pos_y_m", "left_eef_pos_z_m", "left_eef_rot_euler_x_rad", "left_eef_rot_euler_y_rad", "left_eef_rot_euler_z_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "right_eef_pos_x_m", "right_eef_pos_y_m", "right_eef_pos_z_m", "right_eef_rot_euler_x_rad", "right_eef_rot_euler_y_rad", "right_eef_rot_euler_z_rad", "left_gripper_open", "right_gripper_open"]}, "action": {"dtype": "float32", "shape": [28], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "left_eef_pos_x_m", "left_eef_pos_y_m", "left_eef_pos_z_m", "left_eef_rot_euler_x_rad", "left_eef_rot_euler_y_rad", "left_eef_rot_euler_z_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "right_eef_pos_x_m", "right_eef_pos_y_m", "right_eef_pos_z_m", "right_eef_rot_euler_x_rad", "right_eef_rot_euler_y_rad", "right_eef_rot_euler_z_rad", "left_gripper_open", "right_gripper_open"]}, "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, "dtype": "int32", "shape": [5]}, "scene_annotation": {"names": null, "dtype": "int32", "shape": [1]}, "eef_sim_pose_state": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "gripper_open_scale_state": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_open_scale_action": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_mode_state": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_mode_action": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_activity_state": {"names": ["left_gripper_activity", "right_gripper_activity"], "dtype": "int32", "shape": [2]}}} +``` + +### Directory Structure + +The dataset is organized as follows (showing leaf directories with first 5 files only): + +``` +alpha_bot_2_recover_after_touching_an_obstacle_qced_hardlink/ +β”œβ”€β”€ annotations/ +β”‚ β”œβ”€β”€ eef_acc_mag_annotation.jsonl +β”‚ β”œβ”€β”€ eef_direction_annotation.jsonl +β”‚ β”œβ”€β”€ eef_velocity_annotation.jsonl +β”‚ β”œβ”€β”€ gripper_activity_annotation.jsonl +β”‚ β”œβ”€β”€ gripper_mode_annotation.jsonl +β”‚ └── (...) +β”œβ”€β”€ data/ +β”‚ └── chunk-000/ +β”‚ β”œβ”€β”€ episode_000000.parquet +β”‚ β”œβ”€β”€ episode_000001.parquet +β”‚ β”œβ”€β”€ episode_000002.parquet +β”‚ β”œβ”€β”€ episode_000003.parquet +β”‚ β”œβ”€β”€ episode_000004.parquet +β”‚ └── (...) +β”œβ”€β”€ meta/ +β”‚ β”œβ”€β”€ episodes.jsonl +β”‚ β”œβ”€β”€ episodes_stats.jsonl +β”‚ β”œβ”€β”€ info.json +β”‚ └── tasks.jsonl +└── videos/ + └── chunk-000/ + β”œβ”€β”€ observation.images.cam_chest_rgb/ + β”‚ β”œβ”€β”€ episode_000000.mp4 + β”‚ β”œβ”€β”€ episode_000001.mp4 + β”‚ β”œβ”€β”€ episode_000002.mp4 + β”‚ β”œβ”€β”€ episode_000003.mp4 + β”‚ β”œβ”€β”€ episode_000004.mp4 + β”‚ └── (...) + β”œβ”€β”€ observation.images.cam_head_rgb/ + β”‚ β”œβ”€β”€ episode_000000.mp4 + β”‚ β”œβ”€β”€ episode_000001.mp4 + β”‚ β”œβ”€β”€ episode_000002.mp4 + β”‚ β”œβ”€β”€ episode_000003.mp4 + β”‚ β”œβ”€β”€ episode_000004.mp4 + β”‚ └── (...) + β”œβ”€β”€ observation.images.cam_left_wrist_rgb/ + β”‚ β”œβ”€β”€ episode_000000.mp4 + β”‚ β”œβ”€β”€ episode_000001.mp4 + β”‚ β”œβ”€β”€ episode_000002.mp4 + β”‚ β”œβ”€β”€ episode_000003.mp4 + β”‚ β”œβ”€β”€ episode_000004.mp4 + β”‚ └── (...) + └── observation.images.cam_right_wrist_rgb/ + β”œβ”€β”€ episode_000000.mp4 + β”œβ”€β”€ episode_000001.mp4 + β”œβ”€β”€ episode_000002.mp4 + β”œβ”€β”€ episode_000003.mp4 + β”œβ”€β”€ episode_000004.mp4 + └── (...) +``` + + +## πŸ“ž Contact and Support + +For questions, issues, or feedback regarding this dataset, please contact: +- **Email:** None +For questions, issues, or feedback regarding this dataset, please contact us. +### Support +For technical support, please open an issue on our GitHub repository. + +## πŸ“„ License + +This dataset is released under the **apache-2.0** license. + +Please refer to the LICENSE file for full license terms and conditions. + + +## πŸ“š 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 + +## Version History +- v1.0.0 (2025-11): Initial release \ No newline at end of file diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/annotations/eef_acc_mag_annotation.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/eef_acc_mag_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..261c0cb86faecc005328e7b464d8fa76fc4eab3a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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/alpha_bot_2_recover_after_touching_an_obstacle/annotations/eef_direction_annotation.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/eef_direction_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..15eb9abd75814183c860e3bffd75f9148c4e0d04 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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/alpha_bot_2_recover_after_touching_an_obstacle/annotations/eef_velocity_annotation.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/eef_velocity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..67c684f8b05e1f6240ea5dd4a9bc9a5df14fe086 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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/alpha_bot_2_recover_after_touching_an_obstacle/annotations/gripper_activity_annotation.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/gripper_activity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..275a505f9220cce6502eac987c96a0261ef3f030 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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/alpha_bot_2_recover_after_touching_an_obstacle/annotations/gripper_mode_annotation.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/gripper_mode_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3825f1be6645468297ad5be29f9275f04db52345 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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/alpha_bot_2_recover_after_touching_an_obstacle/annotations/scene_annotations.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/scene_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b4acef4e9f9163c16df5937c7a15d72276f03d08 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/scene_annotations.jsonl @@ -0,0 +1,130 @@ +{"scene_index": 0, "scene": "The bottle is centered, with the green round button also at the center."} +{"scene_index": 1, "scene": "The bottle is centered, and the green round button is also centered."} +{"scene_index": 2, "scene": "The bottle is positioned at the front."} +{"scene_index": 3, "scene": "The bottle is at the center, the green item is in front, and the green button shares the same central position as the bottle."} +{"scene_index": 4, "scene": "The bottle is positioned at the center."} +{"scene_index": 5, "scene": "The bottle is at the center, the green round button is in front, and the green button is also at the center."} +{"scene_index": 6, "scene": "The bottle is at the center, the green round is at the back left."} +{"scene_index": 7, "scene": "The bottle is at the center, with the green round button also at the center but positioned slightly behind it, while the green object is at the front of the arrangement."} +{"scene_index": 8, "scene": "The bottle is centered, and the green round button is also centered."} +{"scene_index": 9, "scene": "The bottle is centered, while the green round button is located on the back left side."} +{"scene_index": 10, "scene": "The bottle is centered, while the green object is positioned at the back left."} +{"scene_index": 11, "scene": "The bottle is at the center, the green round button is in front, and the green button is also at the center."} +{"scene_index": 12, "scene": "The bottle is at the front, with two green round buttons also positioned in front."} +{"scene_index": 13, "scene": "The bottle is centered, with two green round buttonsβ€”one in front and one also at the center."} +{"scene_index": 14, "scene": "The bottle is at the center, with two green round buttons also centered."} +{"scene_index": 15, "scene": "The bottle is at the center, with two green round buttons: one in front and one also in the center."} +{"scene_index": 16, "scene": "The bottle is positioned at the front, while the green round button is located at the center."} +{"scene_index": 17, "scene": "The bottle is centered, while the green round button is located at the back left position relative to it."} +{"scene_index": 18, "scene": "The bottle is positioned at the center, and the green round button is also placed at the center, establishing their central positions with no additional relationships specified."} +{"scene_index": 19, "scene": "The bottle is at the front, while the green round button is located at the back left."} +{"scene_index": 20, "scene": "The bottle is centered, while the green round button is located at the back left of the image."} +{"scene_index": 21, "scene": "The bottle is positioned at the front, with the green round button also placed at the front."} +{"scene_index": 22, "scene": "The bottle is centered, with two green buttons also at the center, both positioned similarly to it."} +{"scene_index": 23, "scene": "The bottle is centered with the green round button also at the center."} +{"scene_index": 24, "scene": "The bottle is at the front, while both green round buttons are centrally positioned."} +{"scene_index": 25, "scene": "The bottle is positioned at the center, while the green round button is located in front of it, establishing a direct spatial relationship between the two objects."} +{"scene_index": 26, "scene": "The bottle is at the front, and the green round button is positioned at the back left."} +{"scene_index": 27, "scene": "The bottle is centered with the green round button also at the center."} +{"scene_index": 28, "scene": "The bottle is at the center, and the green round button is also at the center, with both positioned centrally."} +{"scene_index": 29, "scene": "The bottle is centered, while the green round button is placed at the front."} +{"scene_index": 30, "scene": "The bottle is positioned at the front, with two green round buttons centrally located on it."} +{"scene_index": 31, "scene": "Two bottles are both positioned at the center."} +{"scene_index": 32, "scene": "The bottle is at the center, with two green round buttons also centered."} +{"scene_index": 33, "scene": "The bottle is at the front, while two green round buttons are both in the center."} +{"scene_index": 34, "scene": "The bottle is positioned at the center, while the green round button is located in front of it, establishing a direct spatial relationship between the two objects."} +{"scene_index": 35, "scene": "The bottle is at the center, with the green round located behind it on the left side."} +{"scene_index": 36, "scene": "The bottle is at the front, with a green round button also in front and another green round button positioned at the back left."} +{"scene_index": 37, "scene": "The bottle is positioned at the front, while the green round button is centered."} +{"scene_index": 38, "scene": "The bottle is at the front, the green round object is at the back left."} +{"scene_index": 39, "scene": "The bottle is positioned at the front, while both green round buttons are centrally located."} +{"scene_index": 40, "scene": "The bottle is positioned at the center, and the green round button is also placed at the center, establishing their central positions with no additional relationships specified."} +{"scene_index": 41, "scene": "The bottle is at the center, and the green round button is in front of it."} +{"scene_index": 42, "scene": "The bottle is at the center, the green button is in front, and the green round button is also at the center."} +{"scene_index": 43, "scene": "The bottle is positioned at the front, while the green round button is also located at the front."} +{"scene_index": 44, "scene": "The bottle is at the center, two green round buttons are in front and center positions respectively."} +{"scene_index": 45, "scene": "The bottle is at the center, and two green round buttons are also at the center."} +{"scene_index": 46, "scene": "The bottle is at the center, while the green item is positioned at the back left."} +{"scene_index": 47, "scene": "The bottle is at the center, with two green round buttons also positioned centrally."} +{"scene_index": 48, "scene": "The bottle is at the center, with two green round buttons also positioned centrally."} +{"scene_index": 49, "scene": "The bottle is centered with the green round button also at the center."} +{"scene_index": 50, "scene": "The bottle is at the center, and the green round button is also at the center, with both positioned centrally."} +{"scene_index": 51, "scene": "The bottle is at the front, and the green round button is centered on it."} +{"scene_index": 52, "scene": "The bottle is at the front, and the green round object is positioned at the back left."} +{"scene_index": 53, "scene": "The bottle is at the center, with two green round buttons also positioned centrally."} +{"scene_index": 54, "scene": "The bottle is positioned at the front, while the green round button is located at the center."} +{"scene_index": 55, "scene": "The bottle is positioned at the front, with two green round buttons also located at the front, indicating their placement relative to each other."} +{"scene_index": 56, "scene": "The bottle is centered, with the green round button also at the center."} +{"scene_index": 57, "scene": "The bottle is at the center, while both the green round button and another button are in front positions."} +{"scene_index": 58, "scene": "The bottle is positioned at the front, and the green round button is also located at the front."} +{"scene_index": 59, "scene": "The bottle is at the front, with two green round buttons centered on it."} +{"scene_index": 60, "scene": "The bottle is positioned at the center, and the green round button is also placed at the center, establishing their central positions with no additional relationships specified."} +{"scene_index": 61, "scene": "The bottle is at the center, two green round buttons are in front and center positions respectively."} +{"scene_index": 62, "scene": "The bottle is in front, with two green round buttons also in front of it."} +{"scene_index": 63, "scene": "The bottle is centered, and the green round button is also centered, positioned alongside it."} +{"scene_index": 64, "scene": "The bottle is at the center, with two green round buttons also positioned at the center."} +{"scene_index": 65, "scene": "The bottle is at the center, and the green round button is in front of it."} +{"scene_index": 66, "scene": "The bottle is at the center, with a green round button positioned in front of it, and the color green is also centered."} +{"scene_index": 67, "scene": "The bottle is at the center, with two green round buttons positioned in front."} +{"scene_index": 68, "scene": "The bottle is centered with the green round button also at the center."} +{"scene_index": 69, "scene": "The bottle is at the center, and the green round button is in front of it."} +{"scene_index": 70, "scene": "The bottle is centered, while the green round button is located at the back-left position relative to it."} +{"scene_index": 71, "scene": "The bottle is at the front, positioned with the green round button in front of it, which itself is located in front of another green button."} +{"scene_index": 72, "scene": "The bottle is positioned at the front, while the green round button is located at the center."} +{"scene_index": 73, "scene": "The bottle is at the center, the green round button is in front, and the green button is also at the center."} +{"scene_index": 74, "scene": "The bottle is at the center, with a green round button also in the center, and another button positioned centrally as well."} +{"scene_index": 75, "scene": "The bottle is centered, while the green round button is positioned at the front."} +{"scene_index": 76, "scene": "The bottle is positioned at the front, with two green round buttons placed centrally on it."} +{"scene_index": 77, "scene": "The bottle is positioned at the front, while the green round button is located at the center."} +{"scene_index": 78, "scene": "The bottle is positioned at the center, while the green round button is located in front of it, establishing a direct spatial relationship between the two objects."} +{"scene_index": 79, "scene": "The bottle is at the center, and the green button is also at the center."} +{"scene_index": 80, "scene": "The bottle is centered, while the green round button is located at the back-left position relative to it."} +{"scene_index": 81, "scene": "The bottle is at the front, with a green round button positioned in front of it, which itself has another green button attached to its front."} +{"scene_index": 82, "scene": "The bottle is at the center, and the green button is also at the center."} +{"scene_index": 83, "scene": "The bottle is at the center, with two green round buttons also positioned at the center."} +{"scene_index": 84, "scene": "The bottle is centered, with a green round button and another button both also centered but no specific relationship to each other or the bottle is described."} +{"scene_index": 85, "scene": "The bottle is at the front, a green round button is at the front right, and another green round button is on the right."} +{"scene_index": 86, "scene": "The bottle is at the center, with two green round buttons also positioned centrally."} +{"scene_index": 87, "scene": "The bottle and green button are both centered."} +{"scene_index": 88, "scene": "The bottle is at the center, and the green round button is also at the center, with both positioned centrally."} +{"scene_index": 89, "scene": "The bottle is at the front, and the green round button is centered on it."} +{"scene_index": 90, "scene": "The bottle is at the center, and two green round buttons are also at the center."} +{"scene_index": 91, "scene": "The bottle is at the center, the green round button is on the back left."} +{"scene_index": 92, "scene": "The bottle is at the center, and the green round button is also at the center, with both positioned centrally."} +{"scene_index": 93, "scene": "The bottle is at the center, with two green round buttons also positioned at the center."} +{"scene_index": 94, "scene": "The bottle is centered with the green round button also at the center."} +{"scene_index": 95, "scene": "The bottle is positioned at the center of the image."} +{"scene_index": 96, "scene": "The bottle is positioned at the front, while the green round button is located to the right of it."} +{"scene_index": 97, "scene": "The bottle is positioned at the center, and the green round button is also placed at the center, establishing their central positions with no additional relationships specified."} +{"scene_index": 98, "scene": "The bottle is centered, while the green round button is located at the back-left position relative to it."} +{"scene_index": 99, "scene": "The bottle is positioned at the front, while the green round button is located at the back left."} +{"scene_index": 100, "scene": "The bottle is at the center, with two green round buttons also positioned at the center."} +{"scene_index": 101, "scene": "The green round button is at the front, a green button is in the center, and a bottle is also in the center."} +{"scene_index": 102, "scene": "The bottle is at the center, and the green round button is in front of it."} +{"scene_index": 103, "scene": "The bottle is positioned at the front, and the green round button is also located at the front."} +{"scene_index": 104, "scene": "The bottle is at the center, the green item is in front, and the green round button is also at the center."} +{"scene_index": 105, "scene": "The bottle is positioned at the center."} +{"scene_index": 106, "scene": "The green bottle is positioned at the center."} +{"scene_index": 107, "scene": "The bottle is centered, and the green button is also at the center, sharing the same position."} +{"scene_index": 108, "scene": "The bottle is positioned at the front, while both green round buttons are centrally located."} +{"scene_index": 109, "scene": "The bottle is centered, with the green round button also at the center."} +{"scene_index": 110, "scene": "The bottle is at the center, with two green round buttons: one in front and one also in the center."} +{"scene_index": 111, "scene": "The bottle is at the center, and the green round button is in front of it."} +{"scene_index": 112, "scene": "The bottle is at the front, with two green round buttons also positioned in front."} +{"scene_index": 113, "scene": "The bottle is in front, while the green round button is positioned at the back left."} +{"scene_index": 114, "scene": "The bottle is at the front, with the green round button and the green button also positioned in front of it."} +{"scene_index": 115, "scene": "The bottle is positioned at the front, while the green round button is located at the center."} +{"scene_index": 116, "scene": "The bottle is positioned at the front, while the green round button is located at the back left."} +{"scene_index": 117, "scene": "The bottle is centered, with a green round button also at the center and another green round button positioned in front."} +{"scene_index": 118, "scene": "The bottle is positioned at the front, with two green round buttons also located at the front, each placed near it."} +{"scene_index": 119, "scene": "The bottle is centered, while the green round button is positioned at the front."} +{"scene_index": 120, "scene": "The bottle is at the center, with two green round buttons: one in front and another also in the center."} +{"scene_index": 121, "scene": "The bottle is centered, the green item is at the front, and the green round button is also centered."} +{"scene_index": 122, "scene": "The bottle is at the center, and the green round button is in front of it."} +{"scene_index": 123, "scene": "The bottle is positioned at the center, and the green round button is also placed at the center, establishing their central positions with no additional relationships specified."} +{"scene_index": 124, "scene": "The bottle is centered, and the green round button is also centered, positioned alongside it."} +{"scene_index": 125, "scene": "The bottle is front, green round button is front."} +{"scene_index": 126, "scene": "Bottle is centered, The green item is located at the back left, and the green button is positioned at the center."} +{"scene_index": 127, "scene": "The bottle is at the center, with two green round buttons also positioned at the center."} +{"scene_index": 128, "scene": "The bottle is positioned at the center."} +{"scene_index": 129, "scene": "The bottle is centered, and the green round button is also centered."} diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/annotations/subtask_annotations.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/subtask_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..30275802f6a3b87686a448edbb33112643c8ae54 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/annotations/subtask_annotations.jsonl @@ -0,0 +1,4 @@ +{"subtask_index": 0, "subtask": "Touch the bottle with left gripper"} +{"subtask_index": 1, "subtask": "End"} +{"subtask_index": 2, "subtask": "Touch the bottle with right gripper"} +{"subtask_index": 3, "subtask": "null"} diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000000.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78cd199fe75341491ef34ca82554d8a4d8b764cf --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a675bc964a1c7ea5ce2cf4aab5e9183cdd8f899a25920d7a03f3aa4e8cfbec5 +size 394432 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000001.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc1a9c8d92273a37b52579b640f6e4a9befd8438 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554ccb46e70b889b67e5e0402d66ba74fc0bd3ccffef7fb5052dd88178833ae4 +size 434914 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000002.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4940165deb57b0c905254f0a670c39f568e8865 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bfc5fcd1b2fae841c184ab1628a10314e635e6a454ebe05cb65d721e17d31b +size 454653 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000003.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e3c92da4870dcad2a5c4833f2134b6feaa644d8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536fd5ecf6ca2be0ce6ad68382db16ac7f971a642ca5fe6c77e89e6edf5c92b3 +size 351638 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000004.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e368163295cb518d216e4997ef699f745216012 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc7ea967fd028f1978cd5957cebad8c166bbec32302ce0115bacaf67f9e5b24 +size 387333 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000005.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2da7ff12e18ac34e764b8bbe25f840e8024e3078 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace7711d0f3b46e10a258ef41e789f9ea5ec44475da2fa47f2be03ed43a67cd6 +size 365974 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000006.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97d2edf71840b870fee712f710a21fa588f3f8f5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5e9edd5f2aeedf355abb7c961f16e00994b69f0e7934da3b88cee1743eebd9 +size 374809 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000007.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ce071fadf3a0752507a14af32970171d449a0b8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8400665f9ac6096099bc82067a9dd2a6973d6ece8071bae3b051f7e7eab56609 +size 360197 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000008.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35d33f97d8947081dc88d03e06ecfe9f249f75ae --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b40b8cde3e1244b6999af68e9655bde16e06dc3736d1fef5dca89e5c4ac1409 +size 316649 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000009.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b34284f9cf4e0eee59adce9631cac60aad86941 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1337fa734bbb3a339385faf3c03132fd89a646e3a0e59d819b3ac8ab38654467 +size 374939 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000010.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a153dd66fdfda36b345bb2b7ba9d1ea0499175d4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df8daed7ecc41570a0dc926e39ec3cf000dd7c1a59f2026ca7a7be8d3d29de7 +size 418231 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000011.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7d078b70be69d8b727d7d3d9a0896e2b4390e45 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a4cd490e230ecce1b5a3f17a0b9bea79ffa932a04d64f57cb130b99a48705c +size 457314 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000012.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff010ea9e9b185f42a9d69bdffa152a804bd7d83 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45b059856eeb940b7b12bf8c996741c723564a2e81cd3f0c9327304382b9fe5 +size 384052 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000013.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3f1b0eccc0e6e34db7d154a87c05a9e3d6d16de --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bde5b090a548b7fd7fde3cfffe752408230e0326712f074565987731e752fb8 +size 346778 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000014.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43ad7d4388e4637acb2395c76e81ac956ec57ae7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed905f314b5ca9966ae777f3d1fc2965b61d146c22bd0b2c4b0617bd14aa4d7a +size 353684 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000015.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e184d713cc83b249cf702ab8796fb7d064b0c8a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01895cc7c289cb4dfacf5c5bbf5c14dba132fe55b10b405e7a9d69cef112f229 +size 430565 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000016.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa9fa4dd04414ecb71ebc98d819fb0a740d74c2f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4982463c1dfb70118884b506a9233a617621478d1bfcb15d8134859e88f4acac +size 447365 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000017.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea8c2bcec1b8f48a671be4fc0917149fd791322f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875750ee6b9dcf75eff6b0296ee9a184250549d17ef72c58b621846d4e38bfaa +size 351214 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000018.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6322578e601b661fae54717dab7fce0c1af361f5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcd9bcebf27b239e35f18f477758942b66bedac2926a66525d516e6affd7773 +size 378103 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000019.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1d5059eae9ee3717679544f0f15aaa9bde63aa4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1325372cef267cfe5a7bcb0f82e838d332cac0889b61b618834ce800e5e334c7 +size 351015 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000020.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87db5e18c27f5d52d5d193ecc0f3cc1aa413e897 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1189286ed6f500196d9159a35945cd9db65adcce89fc9071bca3a9078350544 +size 310176 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000021.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6a86cf9618802c5796e15f288ca1135fc93e4c4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ce18da6aace5890231dcb57b3355ab7b2b9b8def0deed61a3095549c0fed65 +size 354062 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000022.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..048f6550d21d677fc66f489c113fa5890532736e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0386a4c955fe31a2b60437b2f942919c6c236841bd65b9878afd43a6f2cb7368 +size 352677 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000023.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b803adde1095dd747ea0b799f97ade875dc7e8c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530b9ee7887764090d5ff4ce5e3aded51bd9309e69f3e697eb6357d66fbde5b0 +size 372013 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000024.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..646eec7b5a19084c87bba08473ad5e861dc7e652 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58002bfb69178716a3f38f2727331cc6efd2886111219375e471fb10238b1ac1 +size 373373 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000025.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88032f8062366f1e776611114b4f7ec3d5659e28 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501d3f3997e804816885578e9b50b8bcafb4206236aeff6b7d28340f78fb3d24 +size 289761 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000026.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c7bb6808cc748c17dda8d471fc5418e57fdfc45 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92a9a1327a1fe6b17c9d55895dfe10f9e0b613e10e40c2261fb5da1622b9c7d +size 337270 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000027.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89453ba2e71f33ee156ae38fe36ba1f6c135ad41 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe03f4473a9172ff984c36e76a923787a51d225c5e47b02f8477db0eaa3ea03b +size 370484 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000028.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d62fa52e906d0187b975c2a846c122a0e690e2d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1a609cdfe3209356d0567631d1828a3bd422ac04ecc4269be23546fbdb9c84 +size 374402 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000029.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..050af51f4d55e5f244ed3c215236f0e739dd7a6c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951ca51429b748d8c0b025401801bd14a47142b9ed5c9a1a085e7316473a4367 +size 345301 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000030.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b31b8fe81934ca66191ded9101c6194854beaf57 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9013ef6c0df2e0c2b2fb044742b85a593b13e75f3240209cfbf132f1306b6d +size 398054 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000031.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e25c6315a46e5a160e14d61bd17fd0fc16ceef6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9baf7cb64cd8087a8235e75c8e3f4e99b5c6bdfef153c3c80330e9049f479e50 +size 371924 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000032.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0923601b9172ee0725699450e7e7af140796ede6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89211011f5137e72b1c893d9341c995ed88cc13e7e79fe0f8992591376ffb575 +size 366761 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000033.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0565669024cc3774e02aa1d5f4514416e7258bb3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c7e73caba1af3d1452fa69dfd3115be3f1648fd2f358d3c87d4f92b6a07b76 +size 359619 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000034.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b1d49991e717ec196d9b7b1e913a60ff1bbbf5e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4af8b6094439f1dd8e4fad4521c601657795d2f90e596facb0e6f09dd0a5ca +size 327228 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000035.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eec92e757a052cb4c1bc1db9d24a8dfad1f02832 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d1d3bd904159d3662949eb6c941bda0fb02b219e0e60e926eb274108dc78fd +size 363955 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000036.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9f6d7c119d73671536652c25136572efe2aa3b0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c624c559609de4d3a1132cc7f24f843be8050b39d67eea1dcc4231fb5fcf14ab +size 341941 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000037.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7afe4da14d1d9dcf4d2075bc12c77427f7d387d1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d28944d53e304e7a81c9473782c272e8b2560235c7b31990e863f6b48809cfa +size 367352 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000038.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..672c610e022ab3493953e05128c3b5b7e2454cbf --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b07d037b394bae1cfb3e15b96df18bbdf2adc20f8c12fac7f7bf75e358b63f5 +size 357879 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000039.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..759ebe97796c332c102534a266a4fb3fbb57b74d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1492639483f4659d3594ef136045ac513ad7ba8b6a4f73af8d113b6116891226 +size 358987 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000040.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..824405a51119817ef168789dd9ea968e054a2bc8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f358a0f2aace401d670a0c8c15f32fdb5a23b2bece423451eca2b7cc828b71c9 +size 354199 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000041.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10795f4aee75e3f1be7b88f666cb103589e90eba --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abac99ed0cc73bdfaea882f8528a3b5e86954b7916885806e632634284b0759 +size 364292 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000042.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d40c5d64d4577950b5dd40812e0f2b8df98ed8d4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c444c8c665421a85dc4fe04f06165227dfd48b8087e5c5ae67d6bf9ad6a9407 +size 383289 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000043.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a5cb9b1a6478e5f4dfdc16a97ac198f6980a1de --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577451b00f10fe9e4b9601048e98bbf826656a1b0aa2fc974942abcec433da0f +size 415262 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000044.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae71a2d1990c457f346ae1379b71e70549fc173f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8f1a4933e5a050e49a6bd054b26b92e1ebcf0d5b92def6843def2c180585b8 +size 348765 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000045.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e7a259bb51d5b2961395be8e826a1f2c498168c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553d8dc316a90b6a57a6eb9ba5dd007b9434481b27c91aa9bda1e81b0d0bcfdc +size 358252 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000046.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6d13f7cdb9d9aca63ccd4942dcff781b2f97d91 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab2f6fa4bb60822dcf55b545e823b90b85f2aa8bfee84a6fcd0b0d7210a6d28 +size 359995 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000047.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bb178633ca3aee378da7d26f850498d32eddf7c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5c60a424d725d28967e8771639ff593e7791f5df28f0d6ce975a48078abe95 +size 340306 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000048.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8198046406d07a81212129c4eed5ae3a26ebdc9f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c6fd3788176586860c22bad6b3d26e23414310b64741df55f8eb0810669cb0 +size 380774 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000049.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad0f84a89b5b909ee1e5803261106b24517cd38f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8402bc9389442bf65fccbafeea32fcb4865dd24f320dee66b11d39fa9bc83976 +size 358710 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000050.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a67ff9f8e1638353c7a5a9ded27bfdd6467422df --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388345c3e6211d5ed960b8316f167cc2662091328d3764d565addac5682fe3f1 +size 355630 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000051.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c49c9f4dfa4531111e56f26b80736ec43356c4c1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27cf7c1350a020d9b9c41208f8e533c4eafa1d356d9a8aac448229dd7a888b2 +size 364627 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000052.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1591f67eb673452b77d4515fa5032676ff85b1d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce0bbd4aaedd85c133fcbc26ffb9c9540dcfae795504c426d9d24f6832a0fcf +size 346935 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000053.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c8c3a481337e45d3da89dbaa10d92e9d9125657 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c219d5e9c9caa610f0e4917bfdcd3e895c53bf2b271efd14e5661f742a91f537 +size 344554 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000054.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..675e51ef55e536b4d927049de7c6282129186ccf --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bbfd3aa353991b7f14009b14bbcb63e9bc1718c12bcbe1358709d4cf20af0f +size 354235 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000055.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8ed7227d618a89762385205fd8002d6139d89be --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76c56f6ce2997575639117cf633da4f54cebdb782e0e19cf7eb2a1a09db6adf +size 363907 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000056.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5b1dd9a4a5d669c2ed5efb93b5a2adc919001da --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40b9c2985e0038265ea1ca2046ac004df87f2c9bb740392c03feed3e14c7e6b +size 359097 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000057.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16ce71ab544b9a8326a8867e4da3f399c623aad8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1828f56eae338150d556dbf981ef8ce62551ebba6a389f0f08eab3872d0dd1eb +size 400399 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000058.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b924fe9679cc4d3fe7bb749fd6785022feae62db --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a7008a4b44eabb0b3c4d2544f615f60f40e4eeb6af23bc0488d42d26de1e0c +size 372783 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000059.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7ce5a4e94cd9f8779a46dbbcdb49a4e1d04abe8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3652699863d9569d4c9c0dfd9f2824d7f7fd160dd174f21d8bd3db517b7556d +size 363580 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000060.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f5fee2e3e8d884adf7007862adde56695b4cf5d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585f7134ff17f3825640de8776299d51d1b561728f970bd3ae559d577904666c +size 356367 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000061.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a455d3f71edbc9de2dcc155fcaa4d4bc052eafa2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d376211e36c0f10c8e5813c38a3c3f4031a30a358efd93599676edca3988925 +size 360895 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000062.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..501e8d0ea4d0ae86cc98043a12a0b35ff671a89e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9302f454c7ed0754bc3bb764e6c67a44790fc392beb1818aa7a008454dd06c +size 372349 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000063.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07df7ebd2b803c2a8630c2acf8bfbd8e600a0c4c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26777afeabc2f72e85d60c50e71f2977fdf7fce1f42354b18fb52050ed467617 +size 438656 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000064.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7f8f8e0572e73d958649feb830bf3ab0c3acbbb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3228cbc1f6798861ba56bb614808f0d856492dee85f975fd3ed809a35b7bb11 +size 358014 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000065.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69b97a00d0599768ecb5b701a58a4a0324b785e5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1bad3c78319a04a28f97e4d0e8e323ca66831eab71cb550f8868c3cbed72c6 +size 371510 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000066.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27c2fcaf9ceea5dc15f1b73eff4c94f23de59193 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f97e73d2e033f30a7b4f00c0b46ca633629985100b563f89439de727c4cb21 +size 351025 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000067.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e5a7969beb5e5fc8ef1cf34e070b7e66a934251 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c5d6a0a242cd83a620d2b06332086d9c6e184df84354ef885d5f3ced7b636e +size 367141 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000068.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6e4f7108b5105d8fa943ec8fee4bdaff4460828 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739845263a2431011cd33e9f7cb2a70d16720f16d2dc160ca844b63da10fe05d +size 389003 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000069.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07ef8158ac87bdf97b6e950a9fe74f829466efec --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bb7afb1f725e304942e3cdf89a497eb19dd13e52119b18b427f8d04cfe4d2b +size 373381 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000070.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8673b43bf92427b99b3314f4b3f459685f0e774a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3824619ce2ecfb4cfa92f5847bf85a51881f43175b5708fe93362c1568b78d +size 394340 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000071.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db58c59f32d55748524e05ea532d644a9790b7ed --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d475bbf638a01ed4f81e9266234f2d80e91898e1a5522a5bb1ce8f0e834fca75 +size 385615 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000072.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e5a0869ca889bde0dad67b99a4bf1a9736b0f13 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e77ac69be5cb7ac4a12d26a7f7de20264b9f9731e3b1b67734054c4b9a2fee4 +size 380002 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000073.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2afeeb42a26c786d0ca5d278d1f48311b208ed5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57c86bc8fe61837b1f46401af68756d62d4e93062d0437f6e0c49217cf86487 +size 426811 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000074.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..247964947f2b1dcb11f947e64a5ad64f11d5d4ca --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8a3c80348976c861de69b01324b5161c90fdb307f66bd1c087e001bcb9538d +size 356884 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000075.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4edac2de735e2a3efea31c2f395d8a904f86eadb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53cd1f157f898b326e0a27f460f5d42e9c9a1ed808d86d293a30a0185124de7 +size 377705 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000076.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..051fceac2f55970d13ba903d6848e2cc585bd3b7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d2ea9d60a16a595497225ce5dff810a9f08ea9b4fe77128a9268c67a2ad6f0 +size 380286 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000077.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f23011c4c36e73c0ea09bbcfadc9875c978de51e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de304029cf32bdb56a34430021b5ad594a3485dbf24634dc13c7c7f8d10b6b6 +size 397536 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000078.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b487d64dcd6cc8f45e36833acea18acb5011be0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2887f8a819d21bf647f17e861f663d9230a1775f4075a7e14f41e66ef046c4c9 +size 398797 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000079.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57f027f19f034e47471327d80d28d6080aadc221 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8408e4fc03a7c0684539f957c4147d56a0f45504aacf25a87b833a7a8ba172cb +size 415356 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000080.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10b53d73f48a639bb0e42e0f2e4d7ce7d7a92912 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec81aeb5f793cffb0eb7b1a300b55eda9b67af5d7775a9bacbbefb4ab8bf97e3 +size 442357 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000081.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4861d8382b9b2113fcd2eaa0851dbeb898a98423 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19aa5369e5800c84d703520c1a6009bbf76a61a33a9228e98cf8897276411e5f +size 376684 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000082.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d910887d8eb41e50b73d0518bc89fc7f8337119e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105ad76d8426e6d41826a35ba255ba71f76b2a3a10f03d3fb2eb3cc30e5df603 +size 371419 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000083.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8168018f03901dbfc7c40aec6f948062cca536a0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bdc9e17b82ede0092be0db321137f22e8410432ea1ce9c3bc029929d545722 +size 363613 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000084.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa2a5f9a7805d58314fa532a3ac0a8b06d30ced3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5563357a709232915b0c08f9ac08e2cc83d18c884a69098d70d6ec188c4c0f72 +size 384701 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000085.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a238499783d733502dde381133a8f4f75d66b978 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e0145f7ead31050cf561992d03fcf2eeb04d56586aacf8f22e2dd8f3809d03 +size 434412 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000086.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8e85dbe25575d80a116daa9cb9330ead83cb281 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28084964586e1a24139d555d93671165e294edf5acf1f62651a8ee849420f5ac +size 414037 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000087.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f36e917d5588a75ffe6fc807f46b988127fe009f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c09905323d2e6a53f152db20127ac8687267e8e874493ec7fbdecb09cff220d +size 435310 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000088.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19a644176cdc0d6909dd6b6df62e89f15fae2c1a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e535d7ba64c90c4a094389bca464557523140c968fd43a82a820023f4eeed14 +size 377325 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000089.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2c9fddd7f6ab923652dd6092378885edffa19af --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4786a469ea01aa521cc9394491a3101caee9dac473b0a292b074baf462ccb5a2 +size 345748 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000090.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55a54a646db9caf7ce67a98c31786beb75771b3e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c579f8a39b343ea32f51133c7af5f4a17b6d8402380dbf9defaeaf8974b162 +size 409643 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000091.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e275516426ef08277405059fe2e0708bdc1b3e44 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf29dd0dc59e45229af7c3b3731743498827dce58d7a5a4f23d506d352f8a72 +size 449676 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000092.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0469801c066a182b70e01e835d437ebd1359c77 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f7f40f19b631ea39852e2cf779785cc33cd3c3bae68f3a404b3f72c4d7395d +size 428684 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000093.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eebac87f9360973306deeea29a3eeaf03a09692a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606153f522707eb2373311ede0d5d1b6fc9d8e8f998ac64c3be1a15b0a4e716d +size 353364 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000094.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b1f502d9c5116f9a2f7797cdb8c3a844fc9918b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7aa718d1a9a4bfeed28817ae3a3b0c3d5bdb38eeff55f85d2e53a77121d4ea +size 363511 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000095.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecef9c9f222ccb6a2b428dac73cf761d6416a477 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4074e8bd3c8e38310786d0f4da2217d31b39c4db499cb6cf8f08cfbed54131db +size 367116 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000096.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d266c620c944705402cc74d7302a5711a8e7c88 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654d4abc4107b012f3eebefc762529e898014cb5ce9c2f7b4ba8c4dc08928bdd +size 396735 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000097.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3e233c5cddb9c8cc94b0f3710c670e73f8e2a87 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70366e8492ffe28bb874b4cc73e15e4f633a221c70215cb1ed9b5b6f4b3b11f2 +size 427221 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000098.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caa1a64399e94ff0c0f6644fc0e930feaee82430 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08f6fb8ae66834fc8cf704a9220d9c4065b305aa8dadf36fb1849446b7d4a01 +size 390863 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000099.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e715bc22c36b4a5048499490a89f4158b0b30e66 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b234f0303352c598a3e2c81b29f849c4639e19ba916d4461b2fd9f396b59123 +size 395608 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000100.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1ff4224c205c4303b8b27af77a16f15c3137499 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c398213455e0b2e6605f18a54f824da0bfb5cefe001c7d2c6f124a2b5de09a7 +size 321099 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000101.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89bea8f5f0a222ee5ffc38d15bda8ea821e059ce --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b89a632d9acf5a9ea45d23a2b232641745d3ad0e5aaa18e3c15d2db973b510 +size 293352 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000102.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f347432c54580ce1b9d824028cb21ab156b43076 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85438f72b740708d1020789616c7bcf971a72af7db9ff0f1ec7354f3806e37b +size 328984 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000103.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2f7bb4e50942f69db96ef5e7cb861e6c0eaeb1e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb24bba03e415eb2d7197fcf1ca8404c6d66ab7a064050d082f59cb9189a3a5 +size 291863 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000104.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec7105745f79e4ca6aab081e374f72a15c2a5df4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15dbf207de34944f52c4d20f2989e41fe6ae93e63c94385a21edc5e83220f5d9 +size 296129 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000105.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb8310f8448795724d56bd072c0f3f5358b3f8dd --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa6c916b69b55d954f8c212a9980398c7d3b93084f55dd7c0656e3f687cd7d9 +size 307649 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000106.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94584809a43071c32f22c4507d9734bbcf9d3522 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4600d9600dec1ece04a11fb6f50bbdcd55b22b0b5156b0859ec6430c1f015273 +size 307888 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000107.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0f3bd43b843d38f12aa1639acdcc0601d4d339c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13499cef5088fab1f23c950235d5c4290765022ced7ae9be41313a36eee53ba8 +size 315608 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000108.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37ffb0f8bd7a2a995108ba57da247c33aa9e1659 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422eca96727d09b564fafa76362c234ac4716f187a4ac4228656bcdf79738f06 +size 347929 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000109.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b15df8638c0a7b9cb9e4a7ea22aec1d019833580 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b9f4d37cfbacac95289b646271f4bf8e46737e78953f90cb27cc766867eec0 +size 338313 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000110.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c164d1318e0d40fb700b5a1ed367ba47f328a62 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f5352e63c600aaa9bbb3140a0c44c3f9bd0c0d4289de55eaee438bc12e14f7 +size 349932 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000111.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f26a9f5c2a37211048b4e7d68a6f10603c05d6bc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f0d21115a3c40c629594f0297e6286aeba6bd9add16944db7447ed2955bbde +size 358029 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000112.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00edc0ed6ad8d8ac89a910eea3b4d60bbaf6bee3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b42a3de155b541b8416074cc6d5eb97a97e8a039feec2e81ec3b0c732a8144 +size 324868 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000113.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65c6a62925289adddd0d3aa8e81871209a222680 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595c8aabf9958db67e44e95d94b50fe79d8bee8413ded63811bd09017d4c5f3e +size 331379 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000114.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a264718c7121825e6f90647dcfc984fd717d222 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf777ca14fb2fe1c26b91d6498607df8f4c53d0395ad3378679c73ec2f036b13 +size 324258 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000115.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..284302881afa91d18308d7c21a795a640cf163d9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06345293589e05239f4f2a92e1a21cbd2219a7a568803f3e825135e1e46b87e5 +size 317828 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000116.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..882d6280c8dae839ba76229233036e0a3b426454 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d330b573c9daf2d90678e680ed83bbc5d74070a2cf1526559b2e1bcaa38dd1f0 +size 400908 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000117.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97143b98a48864f8ba68f8ac9bbcddea7a8d5fd3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879124685284ab2603af53f9de5f86b537c76642101d5025531c4dc85a8f9e07 +size 428347 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000118.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e6f5d6ba2ba7e85299c6090ef0f53685e8b1a53 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b467f520956224c0a5e05ab8f381b08173c1d5af925611b5561b9034d7fa82 +size 312693 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000119.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34b21d9a1fde28b03081a4d68426df25a89b7308 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa48c9d6d10f38f4cfdf46ac7f06a640c503fb6c422da79fab39952c7012420 +size 363728 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000120.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcaef16b147ef1c31250abd8804a9a3933780aad --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f46ab4e6c02265f020579bfa20931166569ca529ed900a6e206aad394bdbc1 +size 346647 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000121.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84f7d8f0083d383c18281d49fca25c15b0908489 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2706ecfad8d6ad1b8ca09f8c34ab11ce4b02a05aa2f9ac472cb229911e7b25f3 +size 334202 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000122.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16be1fc66f5b56d40185fdf58cfe585dd23e1782 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71ad27d1ced00ce0f69eae1c188a5ea85d80b5d2cf9b3ab0870455a9ab551b0 +size 339082 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000123.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42196e27215493f3c81c280aefd301061002dc1b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03359e808cc2641453d47fc884c1c483c0f84c77b532b3d3e53ff6731a32666 +size 345565 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000124.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bccfc3702839a14bb622269721c1fda4756611f6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d950b9c853be3d3ac303f01981452fc482e661dc3d9d6e0ec891c9f080a86d5b +size 373235 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000125.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..466fe44a74ce16c255c7d604128e9a44ec8814a5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931790f79a6721284ff3c4e127466c378be6d2f0e7f489a39ec62f956e752718 +size 367746 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000126.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..371ba619433c9afd65f8b12602ecf416313a0869 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ab4616619400e86a6c46ff2bec3239c482a580f4c2e702623311a7b1142881 +size 361167 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000127.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2a6a598038fe81200c735888c0fae645076e655 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e195752c34b27994868934f38016e5514b8417abc61884a65d5e6e0daaf26995 +size 391224 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000128.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3b43c0bb85666c68cf196a2aa01307f17036491 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3449d3ba2fb113851d068052353653e9484749086d86a54b678bdc2c1729583d +size 348208 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000129.parquet b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a731bfc742feee8ffc43f2253900c8d6898326a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9fcb2c1ccc73f3cb3e250923a536812d56534bdeef647f64ac206006452254 +size 385767 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/meta/episodes.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1c41443a418add100521a16f73c3b1be3d91723c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/meta/episodes.jsonl @@ -0,0 +1,130 @@ +{"episode_index": 0, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1069} +{"episode_index": 1, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1183} +{"episode_index": 2, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1196} +{"episode_index": 3, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 917} +{"episode_index": 4, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1043} +{"episode_index": 5, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 993} +{"episode_index": 6, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 983} +{"episode_index": 7, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 967} +{"episode_index": 8, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 850} +{"episode_index": 9, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 997} +{"episode_index": 10, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1127} +{"episode_index": 11, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1220} +{"episode_index": 12, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1060} +{"episode_index": 13, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 952} +{"episode_index": 14, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 975} +{"episode_index": 15, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1121} +{"episode_index": 16, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1209} +{"episode_index": 17, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 934} +{"episode_index": 18, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1018} +{"episode_index": 19, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 965} +{"episode_index": 20, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 832} +{"episode_index": 21, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 928} +{"episode_index": 22, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 931} +{"episode_index": 23, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 997} +{"episode_index": 24, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 986} +{"episode_index": 25, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 779} +{"episode_index": 26, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 915} +{"episode_index": 27, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1002} +{"episode_index": 28, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1015} +{"episode_index": 29, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 929} +{"episode_index": 30, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1099} +{"episode_index": 31, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 993} +{"episode_index": 32, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 964} +{"episode_index": 33, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 963} +{"episode_index": 34, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 881} +{"episode_index": 35, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 945} +{"episode_index": 36, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 910} +{"episode_index": 37, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 945} +{"episode_index": 38, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 919} +{"episode_index": 39, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 934} +{"episode_index": 40, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 921} +{"episode_index": 41, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 949} +{"episode_index": 42, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1013} +{"episode_index": 43, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1080} +{"episode_index": 44, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 920} +{"episode_index": 45, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 934} +{"episode_index": 46, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 989} +{"episode_index": 47, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 912} +{"episode_index": 48, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 996} +{"episode_index": 49, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 943} +{"episode_index": 50, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 940} +{"episode_index": 51, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 949} +{"episode_index": 52, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 967} +{"episode_index": 53, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 924} +{"episode_index": 54, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 948} +{"episode_index": 55, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 966} +{"episode_index": 56, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 936} +{"episode_index": 57, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1078} +{"episode_index": 58, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 994} +{"episode_index": 59, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 957} +{"episode_index": 60, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 989} +{"episode_index": 61, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 974} +{"episode_index": 62, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 986} +{"episode_index": 63, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1168} +{"episode_index": 64, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 950} +{"episode_index": 65, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 997} +{"episode_index": 66, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 937} +{"episode_index": 67, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 981} +{"episode_index": 68, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1047} +{"episode_index": 69, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 990} +{"episode_index": 70, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1043} +{"episode_index": 71, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1044} +{"episode_index": 72, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1015} +{"episode_index": 73, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1124} +{"episode_index": 74, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 962} +{"episode_index": 75, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 994} +{"episode_index": 76, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1008} +{"episode_index": 77, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1099} +{"episode_index": 78, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1076} +{"episode_index": 79, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1079} +{"episode_index": 80, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1148} +{"episode_index": 81, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1014} +{"episode_index": 82, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 988} +{"episode_index": 83, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1001} +{"episode_index": 84, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1022} +{"episode_index": 85, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1111} +{"episode_index": 86, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1106} +{"episode_index": 87, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1198} +{"episode_index": 88, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1024} +{"episode_index": 89, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 905} +{"episode_index": 90, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1072} +{"episode_index": 91, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1184} +{"episode_index": 92, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1161} +{"episode_index": 93, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 941} +{"episode_index": 94, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 968} +{"episode_index": 95, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 979} +{"episode_index": 96, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1090} +{"episode_index": 97, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1138} +{"episode_index": 98, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1043} +{"episode_index": 99, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1061} +{"episode_index": 100, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 841} +{"episode_index": 101, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 801} +{"episode_index": 102, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 865} +{"episode_index": 103, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 791} +{"episode_index": 104, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 804} +{"episode_index": 105, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 812} +{"episode_index": 106, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 811} +{"episode_index": 107, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 862} +{"episode_index": 108, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 965} +{"episode_index": 109, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 919} +{"episode_index": 110, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 966} +{"episode_index": 111, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 991} +{"episode_index": 112, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 881} +{"episode_index": 113, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 916} +{"episode_index": 114, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 870} +{"episode_index": 115, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 855} +{"episode_index": 116, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1124} +{"episode_index": 117, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1137} +{"episode_index": 118, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 834} +{"episode_index": 119, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 982} +{"episode_index": 120, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 934} +{"episode_index": 121, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 899} +{"episode_index": 122, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 917} +{"episode_index": 123, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 971} +{"episode_index": 124, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1026} +{"episode_index": 125, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 996} +{"episode_index": 126, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 972} +{"episode_index": 127, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1049} +{"episode_index": 128, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 941} +{"episode_index": 129, "tasks": ["return to a safe position after touching an obstacle with your arm on the white table."], "length": 1080} diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/meta/episodes_stats.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5cfa4b6b2b51c4a1402dd2530a2355bcec9726f1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/meta/episodes_stats.jsonl @@ -0,0 +1,130 @@ +{"episode_index": 0, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5181116766375008]], [[0.5298085709642281]], [[0.5279755209431444]]], "std": [[[0.33632420146064945]], [[0.31595817553512]], [[0.32632249164857263]]], "count": [186]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3927651846580926]], [[0.399736552551128]], [[0.39619336390470167]]], "std": [[[0.2742178286098981]], [[0.2649317687327335]], [[0.269834176799233]]], "count": [186]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39282635814182304]], [[0.4037184831593928]], [[0.40042999661782275]]], "std": [[[0.2643132878314671]], [[0.24424069533038634]], [[0.25032854377531344]]], "count": [186]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37053102598566307]], [[0.385401286545084]], [[0.37666124969252934]]], "std": [[[0.2843255948668127]], [[0.26404037660273527]], [[0.2682830267090699]]], "count": [186]}, "observation.state": {"min": [-0.06484443694353104, 0.06738170981407166, -0.05245586857199669, -2.0195705890655518, -0.13749486207962036, -0.10535134375095367, -0.19294942915439606, -0.3341447412967682, 0.2726508677005768, 0.08514481037855148, -1.58730947971344, -1.4776479005813599, -1.1288248300552368, -0.43624505400657654, 0.012566370889544487, -0.32542097568511963, -2.013540506362915, 0.0077034467831254005, -0.09258317202329636, -0.06054874509572983, -0.3240220546722412, -0.4586694836616516, 0.03806168586015701, 1.3155195713043213, -1.6608344316482544, 0.9143328070640564, 1003.0, 1000.0], "max": [0.5140202045440674, 0.30706122517585754, 0.2739916145801544, -1.4385319948196411, 0.051912639290094376, 0.03070252202451229, -0.044492803514003754, -0.2822873294353485, 0.41939687728881836, 0.2161734402179718, -1.2543940544128418, -1.1750385761260986, -0.8275291323661804, 0.23064307868480682, 0.2469935417175293, -0.12117712199687958, -1.3325152397155762, 0.1879359632730484, 0.06370124220848083, 0.20541216433048248, -0.25720638036727905, -0.2748872637748718, 0.13453638553619385, 1.5819919109344482, -1.3423494100570679, 1.1823699474334717, 1004.0, 1000.0], "mean": [0.2113216519355774, 0.1547408550977707, 0.04177781566977501, -1.7486711740493774, -0.07261043041944504, -0.0321650356054306, -0.13006116449832916, -0.3049696087837219, 0.355232834815979, 0.1843937486410141, -1.3814483880996704, -1.3005599975585938, -1.0391854047775269, -0.10144923627376556, 0.11234452575445175, -0.22216267883777618, -1.6676175594329834, 0.13734079897403717, -0.03323526307940483, 0.03525318577885628, -0.30404558777809143, -0.37727028131484985, 0.11329410970211029, 1.3784288167953491, -1.43730628490448, 1.1032243967056274, 1003.564453125, 1000.0], "std": [0.12083719670772552, 0.05005636438727379, 0.09995199739933014, 0.12614087760448456, 0.047039419412612915, 0.025765782222151756, 0.0355638824403286, 0.010343166999518871, 0.030994825065135956, 0.03544322028756142, 0.07633088529109955, 0.052974846214056015, 0.09054610878229141, 0.12519097328186035, 0.05814533308148384, 0.06348322331905365, 0.11231182515621185, 0.057476937770843506, 0.039967264980077744, 0.09305372089147568, 0.01260677631944418, 0.03233768045902252, 0.023850269615650177, 0.07858797162771225, 0.0840313583612442, 0.08127022534608841, 0.33295008540153503, 0.0], "count": [1069]}, "action": {"min": [-0.06484443694353104, 0.06738170981407166, -0.05245586857199669, -2.0195705890655518, -0.13749486207962036, -0.10535134375095367, -0.19294942915439606, -0.3341447412967682, 0.2726508677005768, 0.08514481037855148, -1.58730947971344, -1.4776479005813599, -1.1288248300552368, -0.43624505400657654, 0.012566370889544487, -0.32542097568511963, -2.013540506362915, 0.0077034467831254005, -0.09258317202329636, -0.06054874509572983, -0.3240220546722412, -0.4586694836616516, 0.03806168586015701, 1.3155195713043213, -1.6608344316482544, 0.9143328070640564, 1003.0, 1000.0], "max": [0.5140202045440674, 0.30706122517585754, 0.2739916145801544, -1.4385319948196411, 0.051912639290094376, 0.03070252202451229, -0.044492803514003754, -0.2822873294353485, 0.41939687728881836, 0.2161734402179718, -1.2543940544128418, -1.1750385761260986, -0.8275291323661804, 0.23064307868480682, 0.2469935417175293, -0.12117712199687958, -1.3325152397155762, 0.1879359632730484, 0.06370124220848083, 0.20541216433048248, -0.25720638036727905, -0.2748872637748718, 0.13453638553619385, 1.5819919109344482, -1.3423494100570679, 1.1823699474334717, 1004.0, 1000.0], "mean": [0.21156476438045502, 0.15466271340847015, 0.041617244482040405, -1.748929500579834, -0.07256127893924713, -0.03211866319179535, -0.1301446557044983, -0.3049529492855072, 0.35516783595085144, 0.18441365659236908, -1.3814034461975098, -1.300553798675537, -1.0392200946807861, -0.10158389061689377, 0.1122528612613678, -0.22204594314098358, -1.6677097082138062, 0.13717810809612274, -0.03323384001851082, 0.035366181284189224, -0.3040493130683899, -0.37723851203918457, 0.11330388486385345, 1.378455400466919, -1.437259554862976, 1.103171944618225, 1003.5640869140625, 1000.0], "std": [0.12068557739257812, 0.05002512037754059, 0.09991960972547531, 0.12596890330314636, 0.0469990111887455, 0.025725724175572395, 0.03548206016421318, 0.010335416533052921, 0.030948325991630554, 0.035447508096694946, 0.07634300738573074, 0.0529763288795948, 0.0905597060918808, 0.12522241473197937, 0.058150071650743484, 0.06352832913398743, 0.11232567578554153, 0.057579509913921356, 0.03996696323156357, 0.09301085025072098, 0.012608063407242298, 0.0323423333466053, 0.023855410516262054, 0.07857807725667953, 0.084067702293396, 0.08126118779182434, 0.3332691490650177, 0.0], "count": [1069]}, "timestamp": {"min": [0.0], "max": [35.6], "mean": [17.8], "std": [10.286452795357159], "count": [1069]}, "frame_index": {"min": [0], "max": [1068], "mean": [534.0], "std": [308.5935838607148], "count": [1069]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1069]}, "index": {"min": [0], "max": [1068], "mean": [534.0], "std": [308.5935838607148], "count": [1069]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1069]}, "subtask_annotation": {"mean": [0.9681945743685687, 3.0, 3.0, 3.0, 3.0], "std": [0.7827170873617271, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1069]}, "scene_annotation": {"mean": [0.0], "std": [0.0], "min": [0], "max": [0], "count": [1069]}, "eef_direction_state": {"mean": [4.76800748362956, 4.94200187090739], "std": [2.138004335972283, 2.0910974636368995], "min": [0, 0], "max": [6, 6], "count": [1069]}, "eef_velocity_state": {"mean": [0.2694106641721235, 0.2507015902712816], "std": [0.45200905716899104, 0.4666742130738256], "min": [0, 0], "max": [2, 2], "count": [1069]}, "eef_acc_mag_state": {"mean": [0.17867165575304023, 0.1992516370439663], "std": [0.5234212430817248, 0.5389934503174933], "min": [0, 0], "max": [2, 2], "count": [1069]}, "eef_direction_action": {"mean": [4.76800748362956, 4.94200187090739], "std": [2.138004335972283, 2.0910974636368995], "min": [0, 0], "max": [6, 6], "count": [1069]}, "eef_velocity_action": {"mean": [0.2694106641721235, 0.2507015902712816], "std": [0.45200905716899104, 0.46667421307382556], "min": [0, 0], "max": [2, 2], "count": [1069]}, "eef_acc_mag_action": {"mean": [0.17867165575304023, 0.1992516370439663], "std": [0.5234212430817248, 0.5389934503174933], "min": [0, 0], "max": [2, 2], "count": [1069]}, "eef_sim_pose_state": {"mean": [0.39670937670776796, 0.2510556271384756, 1.1389862022269754, 0.02068402557757362, -0.07480041251567705, 1.3681290665643246, 0.4204911412328603, -0.18540714725385402, 1.1375916212265682, 0.004175265635846235, 0.046433466638845546, -1.3058931412546275], "std": [0.031545272511292646, 0.028190886221499036, 0.009601239059762757, 0.02640415394841796, 0.04206488708421701, 0.09740216699140766, 0.03330527373212281, 0.01603032888461413, 0.012094707427249935, 0.02209117890439328, 0.03214196418405261, 0.11159400774459192], "min": [0.3175604008157016, 0.16552817930934038, 1.1162714048476905, -0.031088555525412565, -0.21465224488933043, 1.0926799816879162, 0.32447114157313345, -0.2020338330896, 1.1196741463758426, -0.05747510900873687, -0.05969210622132115, -1.3806318167100033], "max": [0.46583300555413915, 0.2764476751102189, 1.1615746687693485, 0.09804267702152059, -0.03784182944029979, 1.5236886102454257, 0.5093569760569159, -0.13030589578014165, 1.1786749771926381, 0.09507721495139909, 0.09066896121605983, -1.0638660168590799], "count": [1069]}, "eef_sim_pose_action": {"mean": [0.39664375101065197, 0.2510719276052645, 1.139003263999575, 0.020688317176651747, -0.07477500575875934, 1.3681691498557778, 0.42045934559157155, -0.18541692310998675, 1.137588947391529, 0.004164061393360088, 0.04636994754194168, -1.3058933515140707], "std": [0.03150078425216743, 0.028193722634531834, 0.009590561613834918, 0.026402043916806787, 0.04207235554305709, 0.09741540147648654, 0.033311677120838386, 0.016034856133005468, 0.012095586509222227, 0.022093264735421517, 0.03220015963321318, 0.11159412192822404], "min": [0.3175604008157016, 0.16552817930934038, 1.1162714048476905, -0.031088555525412565, -0.21465224488933043, 1.0926799816879162, 0.32447114157313345, -0.2020338330896, 1.1196741463758426, -0.05747510900873687, -0.05969210622132115, -1.3806318167100033], "max": [0.46583300555413915, 0.2764476751102189, 1.1615746687693485, 0.09804267702152059, -0.03784182944029979, 1.5236886102454257, 0.5093569760569159, -0.13030589578014165, 1.1786749771926381, 0.09507721495139909, 0.09066896121605983, -1.0638660168590799], "count": [1069]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1069]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1069]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1069]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1069]}, "gripper_open_scale_state": {"mean": [0.9123316183348914, 0.9090909090909006], "std": [0.00030268432543489876, 8.43769498715119e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1069]}, "gripper_open_scale_action": {"mean": [0.912331063885075, 0.9090909090909006], "std": [0.0003029733664204554, 8.43769498715119e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1069]}}} +{"episode_index": 1, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5173820237050044]], [[0.5275131481075016]], [[0.5263288815318831]]], "std": [[[0.3390849051680602]], [[0.3180194335868145]], [[0.3289392552801288]]], "count": [201]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3907662382531786]], [[0.3973206689184795]], [[0.39378374975612135]]], "std": [[[0.2758646350913447]], [[0.2666496251390494]], [[0.27139172311611093]]], "count": [201]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41377820761389134]], [[0.4224265457841511]], [[0.4203049753276103]]], "std": [[[0.2822976865488281]], [[0.2606075618138949]], [[0.26699345337824115]]], "count": [201]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3794619965938283]], [[0.39252852770461416]], [[0.3840156570090723]]], "std": [[[0.28957061899579095]], [[0.2692694231429844]], [[0.2733503674145881]]], "count": [201]}, "observation.state": {"min": [-0.11309624463319778, 0.025624705478549004, -0.06040584668517113, -1.9797041416168213, -0.12258537858724594, -0.08504116535186768, -0.1992216855287552, -0.3131886124610901, 0.2815566062927246, 0.07127037644386292, -1.541527509689331, -1.4308605194091797, -1.1028141975402832, -0.26294368505477905, 0.03385284170508385, -0.3655853867530823, -1.796050786972046, 0.01395608950406313, -0.08574584126472473, 0.05221370607614517, -0.310443639755249, -0.49668118357658386, 0.039249125868082047, 1.313787817955017, -1.7685647010803223, 0.815922200679779, 1003.0, 1000.0], "max": [0.4692841172218323, 0.25045254826545715, 0.27588745951652527, -1.4544494152069092, 0.11587458848953247, 0.10236356407403946, -0.0849582627415657, -0.281525194644928, 0.4367530047893524, 0.22440287470817566, -1.314862847328186, -1.2213484048843384, -0.8115042448043823, 0.38084283471107483, 0.27144670486450195, -0.013616840355098248, -1.1675041913986206, 0.2747759222984314, 0.10593058168888092, 0.30808770656585693, -0.2645033001899719, -0.34059399366378784, 0.19355706870555878, 1.6452544927597046, -1.3184763193130493, 1.1774169206619263, 1004.875, 1000.0], "mean": [0.210218146443367, 0.16026122868061066, 0.03412404656410217, -1.776909589767456, -0.06430430710315704, 0.018382491543889046, -0.1460375189781189, -0.2967820167541504, 0.3555428981781006, 0.1847413331270218, -1.3826435804367065, -1.3070051670074463, -1.0078089237213135, -0.1088571846485138, 0.08579317480325699, -0.180000439286232, -1.6695622205734253, 0.07393568754196167, -0.014796462841331959, 0.11053397506475449, -0.30376413464546204, -0.3764258623123169, 0.11769033223390579, 1.4132061004638672, -1.4273744821548462, 1.038575530052185, 1003.5745849609375, 1000.0], "std": [0.11736297607421875, 0.044291943311691284, 0.10583788901567459, 0.10364846140146255, 0.06866081058979034, 0.040382806211709976, 0.01995471678674221, 0.005721267778426409, 0.030100256204605103, 0.046191100031137466, 0.0736982524394989, 0.049348458647727966, 0.09052625298500061, 0.16676168143749237, 0.05327139422297478, 0.08773435652256012, 0.13907943665981293, 0.08929244428873062, 0.051073044538497925, 0.07808646559715271, 0.011815019883215427, 0.03868834301829338, 0.03141452744603157, 0.08425366133451462, 0.13237057626247406, 0.09632837027311325, 0.3264111280441284, 0.0], "count": [1183]}, "action": {"min": [-0.11309624463319778, 0.025624705478549004, -0.06040584668517113, -1.9797041416168213, -0.12258537858724594, -0.08504116535186768, -0.1992216855287552, -0.3131886124610901, 0.2815566062927246, 0.07127037644386292, -1.541527509689331, -1.4308605194091797, -1.1028141975402832, -0.26294368505477905, 0.03385284170508385, -0.3655853867530823, -1.796050786972046, 0.01395608950406313, -0.08574584126472473, 0.05221370607614517, -0.310443639755249, -0.49668118357658386, 0.039249125868082047, 1.313787817955017, -1.7685647010803223, 0.815922200679779, 1003.0, 1000.0], "max": [0.4692841172218323, 0.25045254826545715, 0.27588745951652527, -1.4544494152069092, 0.11587458848953247, 0.10236356407403946, -0.0849582627415657, -0.281525194644928, 0.4367530047893524, 0.22440287470817566, -1.314862847328186, -1.2213484048843384, -0.8115042448043823, 0.38084283471107483, 0.27144670486450195, -0.013616840355098248, -1.1675041913986206, 0.2747759222984314, 0.10593058168888092, 0.30808770656585693, -0.2645033001899719, -0.34059399366378784, 0.19355706870555878, 1.6452544927597046, -1.3184763193130493, 1.1774169206619263, 1004.875, 1000.0], "mean": [0.21019186079502106, 0.1603008359670639, 0.034114520996809006, -1.7769008874893188, -0.06432660669088364, 0.018420090898871422, -0.14604556560516357, -0.2967781126499176, 0.35555094480514526, 0.18475331366062164, -1.3826394081115723, -1.3070049285888672, -1.007778525352478, -0.10876233875751495, 0.08578582853078842, -0.180013969540596, -1.6694707870483398, 0.07398370653390884, -0.014822272583842278, 0.11055878549814224, -0.30376312136650085, -0.37645211815834045, 0.1176825538277626, 1.4132306575775146, -1.4274178743362427, 1.0386123657226562, 1003.5745849609375, 1000.0], "std": [0.11735346168279648, 0.044288527220487595, 0.10584355890750885, 0.1036466732621193, 0.0686718001961708, 0.0403587631881237, 0.019954152405261993, 0.005720059387385845, 0.03009812906384468, 0.046197596937417984, 0.07370104640722275, 0.049348510801792145, 0.0905032679438591, 0.16674010455608368, 0.05327552929520607, 0.08772868663072586, 0.1390727460384369, 0.08927545696496964, 0.05109410732984543, 0.07807515561580658, 0.011814519762992859, 0.03868469223380089, 0.03141234442591667, 0.08424332737922668, 0.13235259056091309, 0.09635583311319351, 0.32642701268196106, 0.0], "count": [1183]}, "timestamp": {"min": [0.0], "max": [39.4], "mean": [19.7], "std": [11.383418740528796], "count": [1183]}, "frame_index": {"min": [0], "max": [1182], "mean": [591.0], "std": [341.5025622158639], "count": [1183]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1183]}, "index": {"min": [1069], "max": [2251], "mean": [1660.0], "std": [341.5025622158639], "count": [1183]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1183]}, "subtask_annotation": {"mean": [1.0338123415046492, 3.0, 3.0, 3.0, 3.0], "std": [0.9306681928357964, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1183]}, "scene_annotation": {"mean": [1.0], "std": [0.0], "min": [1], "max": [1], "count": [1183]}, "eef_direction_state": {"mean": [4.707523245984785, 4.812341504649197], "std": [2.150075790032326, 2.0832909733938485], "min": [0, 0], "max": [6, 6], "count": [1183]}, "eef_velocity_state": {"mean": [0.28148774302620455, 0.2772612003381234], "std": [0.44972479757315104, 0.44764654262619463], "min": [0, 0], "max": [1, 1], "count": [1183]}, "eef_acc_mag_state": {"mean": [0.13778529163144548, 0.19611158072696533], "std": [0.45835993182654033, 0.539639303215675], "min": [0, 0], "max": [2, 2], "count": [1183]}, "eef_direction_action": {"mean": [4.707523245984785, 4.812341504649197], "std": [2.150075790032326, 2.0832909733938485], "min": [0, 0], "max": [6, 6], "count": [1183]}, "eef_velocity_action": {"mean": [0.28148774302620455, 0.2772612003381234], "std": [0.44972479757315104, 0.44764654262619463], "min": [0, 0], "max": [1, 1], "count": [1183]}, "eef_acc_mag_action": {"mean": [0.13778529163144548, 0.19611158072696533], "std": [0.45835993182654033, 0.539639303215675], "min": [0, 0], "max": [2, 2], "count": [1183]}, "eef_sim_pose_state": {"mean": [0.3974154287967878, 0.252302841664147, 1.149001594967808, 0.04102917632144597, -0.08680934018038829, 1.3537019258196836, 0.4208542284585508, -0.19246354169561275, 1.1393286351959608, -0.01128022904118445, 0.0010879642990031192, -1.2753100825066668], "std": [0.030718390257081542, 0.03915348730209361, 0.005013498539455617, 0.029991987516944502, 0.04040615498586023, 0.09597500501840468, 0.04292011413484366, 0.02253510000432948, 0.012005978490857218, 0.0332858642144249, 0.040079169633986535, 0.1469497412210571], "min": [0.32595621463741326, 0.1510195981416776, 1.1392902316621472, -0.028727561009678992, -0.18780661304725133, 1.1288096565480288, 0.3834175697974376, -0.27112791639290923, 1.1294560791528807, -0.0955186545517479, -0.09982863914415141, -1.37350526880913], "max": [0.4807057648960577, 0.28384182294853716, 1.164169895229418, 0.11661707754909734, -0.04786482600594355, 1.4568210133323376, 0.5499695056702133, -0.13598709360488, 1.177449650616232, 0.09613800094114378, 0.10134948839830082, -0.9260792930509409], "count": [1183]}, "eef_sim_pose_action": {"mean": [0.39742354254587, 0.252315197515591, 1.1490074554770486, 0.0410508233657877, -0.08682492406284838, 1.3536961047095872, 0.42088115118691843, -0.19245851118804969, 1.1393267105002218, -0.01124793497812342, 0.0011284257007181779, -1.2752781631172314], "std": [0.030715837935152545, 0.0391596990846625, 0.005009484334861697, 0.029978837811511273, 0.04039507889898215, 0.09597108521976934, 0.04291498641645027, 0.02253451383836044, 0.012007307775300947, 0.03330950832827496, 0.04008506662072474, 0.14693400561857453], "min": [0.32595621463741326, 0.1510195981416776, 1.1392902316621472, -0.028727561009678992, -0.18780661304725133, 1.1288096565480288, 0.3834175697974376, -0.27112791639290923, 1.1294560791528807, -0.0955186545517479, -0.09982863914415141, -1.37350526880913], "max": [0.4807057648960577, 0.28384182294853716, 1.164169895229418, 0.11661707754909734, -0.04786482600594355, 1.4568210133323376, 0.5499695056702133, -0.13598709360488, 1.177449650616232, 0.09613800094114378, 0.10134948839830082, -0.9260792930509409], "count": [1183]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1183]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1183]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1183]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1183]}, "gripper_open_scale_state": {"mean": [0.9123407494605024, 0.909090909090904], "std": [0.0002967382110202072, 5.10702591327572e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9135227272727273, 0.9090909090909091], "count": [1183]}, "gripper_open_scale_action": {"mean": [0.9123407393763107, 0.909090909090904], "std": [0.00029675265240013734, 5.10702591327572e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9135227272727273, 0.9090909090909091], "count": [1183]}}} +{"episode_index": 2, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5065371047844426]], [[0.5173842706622879]], [[0.5157259832093757]]], "std": [[[0.33556099187645044]], [[0.31447507736051]], [[0.32599016813111864]]], "count": [203]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38124504974403556]], [[0.38813174120222804]], [[0.384534078286487]]], "std": [[[0.2758921057552998]], [[0.2664816983256842]], [[0.27156690696650376]]], "count": [203]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41879632111465276]], [[0.4295250792845874]], [[0.42750866797868575]]], "std": [[[0.28527295588079876]], [[0.26278192119270477]], [[0.2693448512828801]]], "count": [203]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4111716300025757]], [[0.42548080970894103]], [[0.4181467811262436]]], "std": [[[0.31244955099199023]], [[0.29037349582072886]], [[0.295238019572585]]], "count": [203]}, "observation.state": {"min": [-0.3357478976249695, 0.04892594367265701, 0.02701769582927227, -1.9757050275802612, -0.18219056725502014, -0.07926194369792938, -0.2233923226594925, -0.33060094714164734, 0.3100767433643341, 0.09609168767929077, -1.5765857696533203, -1.462997317314148, -1.0566881895065308, -0.27374616265296936, -0.02321833372116089, -0.3298192322254181, -1.852974534034729, 0.11686179041862488, -0.08378453552722931, -0.060610923916101456, -0.31574326753616333, -0.5368329286575317, 0.048770248889923096, 1.3345286846160889, -1.6219213008880615, 0.7884604930877686, 1003.0, 1000.0], "max": [0.3677070438861847, 0.3146054148674011, 0.2468157261610031, -1.147282361984253, -0.0026114489883184433, 0.08684976398944855, -0.050647273659706116, -0.2712927460670471, 0.5004803538322449, 0.18806900084018707, -1.356621503829956, -1.2449262142181396, -0.8210242390632629, 0.5176079273223877, 0.25759533047676086, -0.1324617713689804, -0.9247769117355347, 0.2634585499763489, 0.1114894449710846, 0.26670485734939575, -0.27162593603134155, -0.33096587657928467, 0.1466832458972931, 1.593877911567688, -1.3965191841125488, 1.171539306640625, 1004.4375, 1000.0], "mean": [0.09249743074178696, 0.16128769516944885, 0.09326612204313278, -1.6455528736114502, -0.05975725129246712, -0.007980176247656345, -0.11697803437709808, -0.3072463870048523, 0.38817980885505676, 0.17216797173023224, -1.3951293230056763, -1.308996558189392, -1.0001064538955688, 0.027577262371778488, 0.13498736917972565, -0.2525831162929535, -1.544850468635559, 0.17846795916557312, -0.031689345836639404, 0.056450631469488144, -0.3013466000556946, -0.41257351636886597, 0.11042314767837524, 1.4084783792495728, -1.4605356454849243, 1.0678529739379883, 1003.5194702148438, 1000.0], "std": [0.13827545940876007, 0.04461808130145073, 0.06609222292900085, 0.1540880799293518, 0.04947444424033165, 0.0370759442448616, 0.04358040168881416, 0.011879058554768562, 0.03677636757493019, 0.023883076384663582, 0.05086413398385048, 0.07222791016101837, 0.06703886389732361, 0.19872336089611053, 0.0548701286315918, 0.04095645993947983, 0.21715785562992096, 0.026874927803874016, 0.03519073501229286, 0.13194769620895386, 0.009313591755926609, 0.052159588783979416, 0.023377051576972008, 0.09014920890331268, 0.0777033120393753, 0.11333678662776947, 0.3265460729598999, 0.0], "count": [1196]}, "action": {"min": [-0.3357478976249695, 0.04892594367265701, 0.02701769582927227, -1.9757050275802612, -0.18219056725502014, -0.07924886047840118, -0.2233923226594925, -0.33060094714164734, 0.3100767433643341, 0.09609168767929077, -1.5765857696533203, -1.462997317314148, -1.0566881895065308, -0.27374616265296936, -0.02321833372116089, -0.3298192322254181, -1.852974534034729, 0.11686179041862488, -0.08378453552722931, -0.060610923916101456, -0.3157443404197693, -0.5368329286575317, 0.048770248889923096, 1.3345627784729004, -1.6219213008880615, 0.7884604930877686, 1003.0, 1000.0], "max": [0.3677070438861847, 0.3146054148674011, 0.2468157261610031, -1.147282361984253, -0.0026114489883184433, 0.08684976398944855, -0.050647273659706116, -0.2712927460670471, 0.5004803538322449, 0.18806900084018707, -1.356621503829956, -1.2449262142181396, -0.8210242390632629, 0.5176079273223877, 0.25759533047676086, -0.1324617713689804, -0.9247769117355347, 0.2634585499763489, 0.1114894449710846, 0.26670485734939575, -0.27162593603134155, -0.33096587657928467, 0.1466832458972931, 1.593877911567688, -1.3965191841125488, 1.171539306640625, 1004.4375, 1000.0], "mean": [0.09262025356292725, 0.1612248569726944, 0.09317674487829208, -1.645695447921753, -0.059663183987140656, -0.007925224490463734, -0.11701887845993042, -0.30723780393600464, 0.38814792037010193, 0.17217305302619934, -1.3951067924499512, -1.3089665174484253, -1.0000860691070557, 0.027498554438352585, 0.1349254995584488, -0.2525012493133545, -1.5448797941207886, 0.17842261493206024, -0.03171420842409134, 0.056595440953969955, -0.3013543486595154, -0.4125542640686035, 0.11042549461126328, 1.408515214920044, -1.4605942964553833, 1.0678380727767944, 1003.5194702148438, 1000.0], "std": [0.1382637768983841, 0.04459310695528984, 0.06609083712100983, 0.15405699610710144, 0.04943341016769409, 0.03701881691813469, 0.043541084975004196, 0.0118744857609272, 0.03677217289805412, 0.023885685950517654, 0.05087443068623543, 0.07224366813898087, 0.06702534854412079, 0.19877615571022034, 0.054885488003492355, 0.04103945568203926, 0.21717247366905212, 0.026903212070465088, 0.03520892933011055, 0.13191424310207367, 0.009321724064648151, 0.052172329276800156, 0.023378226906061172, 0.0901278555393219, 0.0776822417974472, 0.1133277416229248, 0.32702597975730896, 0.0], "count": [1196]}, "timestamp": {"min": [0.0], "max": [39.833333333333336], "mean": [19.916666666666668], "std": [11.50851134305968], "count": [1196]}, "frame_index": {"min": [0], "max": [1195], "mean": [597.5], "std": [345.2553402917904], "count": [1196]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [1196]}, "index": {"min": [2252], "max": [3447], "mean": [2849.5], "std": [345.2553402917904], "count": [1196]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1196]}, "subtask_annotation": {"mean": [1.1747491638795986, 3.0, 3.0, 3.0, 3.0], "std": [0.8933409469228987, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1196]}, "scene_annotation": {"mean": [2.0], "std": [0.0], "min": [2], "max": [2], "count": [1196]}, "eef_direction_state": {"mean": [4.496655518394649, 4.326923076923077], "std": [2.3439573314446958, 2.4373715688526807], "min": [0, 0], "max": [6, 6], "count": [1196]}, "eef_velocity_state": {"mean": [0.3219063545150502, 0.33361204013377926], "std": [0.4743117294022842, 0.47150296585658796], "min": [0, 0], "max": [2, 1], "count": [1196]}, "eef_acc_mag_state": {"mean": [0.16387959866220736, 0.07190635451505016], "std": [0.49401061443634403, 0.33945664520377067], "min": [0, 0], "max": [2, 2], "count": [1196]}, "eef_direction_action": {"mean": [4.496655518394649, 4.326923076923077], "std": [2.3439573314446958, 2.4373715688526807], "min": [0, 0], "max": [6, 6], "count": [1196]}, "eef_velocity_action": {"mean": [0.3219063545150502, 0.33361204013377926], "std": [0.4743117294022842, 0.4715029658565881], "min": [0, 0], "max": [2, 1], "count": [1196]}, "eef_acc_mag_action": {"mean": [0.16387959866220736, 0.07190635451505016], "std": [0.49401061443634403, 0.33945664520377067], "min": [0, 0], "max": [2, 2], "count": [1196]}, "eef_sim_pose_state": {"mean": [0.4302110000655779, 0.24072054073159216, 1.1382697953524796, 0.03758191244485335, -0.09262390792253657, 1.3442580142796268, 0.4560270553387611, -0.18621143730801293, 1.140683346498552, -0.0015305928674093723, 0.03901188179493309, -1.2655811971624202], "std": [0.03745708638559438, 0.01804567138994518, 0.01102660165728281, 0.03196475184883584, 0.02608932767652182, 0.08799272932647614, 0.05484357506786428, 0.018146715081608394, 0.008679910091423743, 0.04573317842231577, 0.034040800906599764, 0.12146504993596721], "min": [0.35579896261555044, 0.17516763633874236, 1.1225777505250398, -0.003245160110238121, -0.15952741303507811, 1.1473069816799715, 0.37680437764716285, -0.2280603024065711, 1.1248836992926259, -0.1185615687598422, -0.08262529755712511, -1.3665234543740699], "max": [0.5454156934559989, 0.2647122749953495, 1.1730890920186385, 0.13924935527900228, -0.01044322491762184, 1.4112778712494227, 0.5869390212601556, -0.13963754287822092, 1.1611980155816148, 0.1230128935635817, 0.12300321992012164, -1.0577786884615723], "count": [1196]}, "eef_sim_pose_action": {"mean": [0.43017872057802986, 0.2407231286339184, 1.1382802781951902, 0.03760289508924605, -0.09264885257149053, 1.3442834263776815, 0.4560091364541889, -0.186219179838273, 1.140674837863351, -0.0015223771855561552, 0.039031684425714336, -1.2655201135778438], "std": [0.037453955900885114, 0.01804683387855282, 0.01101885495374468, 0.03195182056252891, 0.0260876966645339, 0.08800712455162027, 0.05485532042050959, 0.018149289137254686, 0.00869040389204624, 0.04573539506202673, 0.034055059412387435, 0.12143267925626874], "min": [0.35579896261555044, 0.17516763633874236, 1.1225777505250398, -0.003245160110238121, -0.15952741303507811, 1.1473069816799715, 0.37680437764716285, -0.2280603024065711, 1.1248831842461746, -0.1185615687598422, -0.08262529755712511, -1.3665234543740699], "max": [0.5454156934559989, 0.2647122749953495, 1.1730890920186385, 0.13924935527900228, -0.01044322491762184, 1.4112778712494227, 0.5869390212601556, -0.13963754287822092, 1.1611980155816148, 0.1230128935635817, 0.12300321992012164, -1.0577786884615723], "count": [1196]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1196]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1196]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1196]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1196]}, "gripper_open_scale_state": {"mean": [0.912289826905485, 0.9090909090909048], "std": [0.0002968581052533412, 4.218847493575595e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.913125, 0.9090909090909091], "count": [1196]}, "gripper_open_scale_action": {"mean": [0.9122899151457307, 0.9090909090909048], "std": [0.0002972945168151632, 4.218847493575595e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.913125, 0.9090909090909091], "count": [1196]}}} +{"episode_index": 3, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4480062221926923]], [[0.4555554718875502]], [[0.4522635775946925]]], "std": [[[0.32843102231042137]], [[0.31062949363295744]], [[0.32161510522720743]]], "count": [166]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36966254601740295]], [[0.3740577666056383]], [[0.3696097355106701]]], "std": [[[0.27374598506989634]], [[0.2670342135215303]], [[0.27193635050373577]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39772792025946924]], [[0.40432427750216554]], [[0.3970260256713127]]], "std": [[[0.3077703533379323]], [[0.28506859422511094]], [[0.2926378071926165]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3991427228521931]], [[0.4081707024175132]], [[0.39936782054689346]]], "std": [[[0.3113031865167375]], [[0.29020647524636106]], [[0.2952182187562602]]], "count": [166]}, "observation.state": {"min": [-0.1401052176952362, 0.13224686682224274, 0.05994878709316254, -1.959373116493225, -0.2278636395931244, -0.07938630133867264, -0.2842770516872406, -0.318697988986969, 0.29402318596839905, 0.06280969083309174, -1.6572542190551758, -1.5552877187728882, -1.0693612098693848, -0.14295227825641632, 0.04155083745718002, -0.3086080253124237, -1.7478305101394653, 0.05052146315574646, -0.05057964101433754, -0.0606403723359108, -0.3093055486679077, -0.46045005321502686, 0.05807262659072876, 1.3348884582519531, -1.666060209274292, 0.9469119310379028, 1003.0, 1000.0], "max": [0.4091411828994751, 0.3592945635318756, 0.3694480359554291, -1.4482851028442383, -0.048462338745594025, 0.05083053186535835, -0.05065163969993591, -0.2825707495212555, 0.42859557271003723, 0.18336136639118195, -1.384897232055664, -1.2890312671661377, -0.7206032872200012, 0.2211572229862213, 0.15863515436649323, -0.1644798219203949, -1.3441282510757446, 0.24382686614990234, 0.03347650542855263, 0.23120376467704773, -0.2679171860218048, -0.3645404875278473, 0.12228718400001526, 1.5447899103164673, -1.3799878358840942, 1.1648929119110107, 1004.0, 1000.0], "mean": [0.1295294463634491, 0.26694750785827637, 0.1516023725271225, -1.710884928703308, -0.17388750612735748, 0.01593638025224209, -0.20904441177845, -0.3020881712436676, 0.3700978755950928, 0.16195917129516602, -1.487296462059021, -1.4582698345184326, -0.9038426876068115, -0.03564225882291794, 0.12843695282936096, -0.2597079575061798, -1.6223762035369873, 0.16743521392345428, -0.02361859381198883, 0.024627579376101494, -0.3011474311351776, -0.39384207129478455, 0.10536198318004608, 1.3943480253219604, -1.4574211835861206, 1.0974894762039185, 1003.1384887695312, 1000.0], "std": [0.12283672392368317, 0.049114298075437546, 0.08279573917388916, 0.13162992894649506, 0.053179290145635605, 0.04731108620762825, 0.07157766073942184, 0.009295552968978882, 0.03294862061738968, 0.03576510772109032, 0.08278439193964005, 0.07994669675827026, 0.09850277006626129, 0.07498588413000107, 0.03757396340370178, 0.024400092661380768, 0.07700661569833755, 0.03867770731449127, 0.025866860523819923, 0.10493535548448563, 0.009102840907871723, 0.01849101297557354, 0.021352337673306465, 0.0760854110121727, 0.08200746774673462, 0.06707161664962769, 0.24770110845565796, 0.0], "count": [917]}, "action": {"min": [-0.1401052176952362, 0.13224686682224274, 0.05994878709316254, -1.959373116493225, -0.2278636395931244, -0.07938630133867264, -0.2842770516872406, -0.318697988986969, 0.29402318596839905, 0.06280969083309174, -1.6572542190551758, -1.5552877187728882, -1.0693612098693848, -0.14295227825641632, 0.04155083745718002, -0.3086080253124237, -1.7478305101394653, 0.050476860255002975, -0.05057964101433754, -0.0606403723359108, -0.3093055486679077, -0.46045005321502686, 0.05807262659072876, 1.3348884582519531, -1.666060209274292, 0.9469119310379028, 1003.0, 1000.0], "max": [0.4091411828994751, 0.3592945635318756, 0.3694480359554291, -1.4482851028442383, -0.048462338745594025, 0.05083053186535835, -0.05065163969993591, -0.2825707495212555, 0.42859557271003723, 0.18336136639118195, -1.384897232055664, -1.2890312671661377, -0.7206032872200012, 0.2211572229862213, 0.15863515436649323, -0.1644798219203949, -1.3441282510757446, 0.24382686614990234, 0.03347650542855263, 0.23120376467704773, -0.2679171860218048, -0.3645404875278473, 0.12228718400001526, 1.5447899103164673, -1.3799878358840942, 1.1648929119110107, 1004.0, 1000.0], "mean": [0.12969352304935455, 0.26702046394348145, 0.15155167877674103, -1.7111247777938843, -0.17397816479206085, 0.016076160594820976, -0.20924809575080872, -0.30206549167633057, 0.3700481355190277, 0.16195906698703766, -1.487366795539856, -1.4584804773330688, -0.9037006497383118, -0.03571781888604164, 0.12834572792053223, -0.25968340039253235, -1.6224424839019775, 0.16728471219539642, -0.02357012964785099, 0.02482770010828972, -0.3011455237865448, -0.39381739497184753, 0.10532666742801666, 1.3944814205169678, -1.4575209617614746, 1.097337007522583, 1003.1384887695312, 1000.0], "std": [0.12277205288410187, 0.04908919706940651, 0.0828123465180397, 0.13149474561214447, 0.05318803712725639, 0.047219280153512955, 0.07139222323894501, 0.009280351921916008, 0.032919589430093765, 0.035765063017606735, 0.08272448182106018, 0.07975607365369797, 0.09837748855352402, 0.0750434622168541, 0.03759879246354103, 0.024409519508481026, 0.07704336941242218, 0.03886431083083153, 0.025873897597193718, 0.10494217276573181, 0.009101937524974346, 0.018511714413762093, 0.021353958174586296, 0.07608548551797867, 0.081988625228405, 0.06713079661130905, 0.24770110845565796, 0.0], "count": [917]}, "timestamp": {"min": [0.0], "max": [30.533333333333335], "mean": [15.266666666666666], "std": [8.823831367382311], "count": [917]}, "frame_index": {"min": [0], "max": [916], "mean": [458.0], "std": [264.7149410214694], "count": [917]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [917]}, "index": {"min": [3448], "max": [4364], "mean": [3906.0], "std": [264.7149410214694], "count": [917]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [917]}, "subtask_annotation": {"mean": [0.8091603053435115, 3.0, 3.0, 3.0, 3.0], "std": [0.872206901106094, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [917]}, "scene_annotation": {"mean": [3.0], "std": [0.0], "min": [3], "max": [3], "count": [917]}, "eef_direction_state": {"mean": [4.971646673936751, 4.853871319520175], "std": [1.946185154595414, 2.017485926140835], "min": [0, 0], "max": [6, 6], "count": [917]}, "eef_velocity_state": {"mean": [0.2617230098146129, 0.28789531079607417], "std": [0.4889024469827746, 0.4527820676856648], "min": [0, 0], "max": [2, 1], "count": [917]}, "eef_acc_mag_state": {"mean": [0.20719738276990185, 0.1406761177753544], "std": [0.5452606324798319, 0.4585939118831983], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_direction_action": {"mean": [4.971646673936751, 4.853871319520175], "std": [1.946185154595414, 2.017485926140835], "min": [0, 0], "max": [6, 6], "count": [917]}, "eef_velocity_action": {"mean": [0.2617230098146129, 0.28789531079607417], "std": [0.4889024469827746, 0.45278206768566487], "min": [0, 0], "max": [2, 1], "count": [917]}, "eef_acc_mag_action": {"mean": [0.20719738276990185, 0.1406761177753544], "std": [0.5452606324798319, 0.4585939118831983], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_sim_pose_state": {"mean": [0.41709147465553775, 0.24523607775820302, 1.1455403839548877, 0.06089648737845828, -0.05807603146321169, 1.171841570985708, 0.4376171073595793, -0.1795271060680245, 1.1400683827621054, 0.00881815048415179, 0.0515208484543949, -1.2827704249013907], "std": [0.03209580757488322, 0.029555890544427706, 0.01097821536972054, 0.02755011825031473, 0.033826322825375836, 0.1200532611784059, 0.020640492559590762, 0.012606495066107863, 0.008012098495758362, 0.016153293757748096, 0.020577229958988984, 0.10823388152816249], "min": [0.34316396210101835, 0.16020234741955955, 1.1238705000669964, -0.0038315307127995135, -0.1446876218304256, 0.9618628840688046, 0.40905043696687, -0.1962223795568305, 1.132136590054498, -0.030163700481335765, 0.0011491248732127257, -1.3709695706568277], "max": [0.4816694480482526, 0.26688196809126596, 1.1644269048114568, 0.10588954148000584, -0.019310757619217966, 1.3789886416943933, 0.509331776309842, -0.14759181514688838, 1.1673518855211498, 0.0604593079646476, 0.134004062888601, -1.0785067191690487], "count": [917]}, "eef_sim_pose_action": {"mean": [0.4170472533393204, 0.24525397300926877, 1.1455695354440156, 0.060967983021026975, -0.05802093698839523, 1.171633603235485, 0.43759713857715465, -0.17950735195274298, 1.1400720884379614, 0.008792602671116728, 0.051476847902715374, -1.2825925544666776], "std": [0.032074039923832225, 0.029562109444289466, 0.010956139811335587, 0.027491152179724376, 0.03383794513458425, 0.11985937005723697, 0.020655973374828458, 0.012608205280401361, 0.00801050359488599, 0.016178698460718628, 0.020624782592415715, 0.10822882431802529], "min": [0.34316396210101835, 0.16020234741955955, 1.1238705000669964, -0.0038315307127995135, -0.1446876218304256, 0.9618628840688046, 0.40905043696687, -0.1962223795568305, 1.132136590054498, -0.030163700481335765, 0.0011491248732127257, -1.3709695706568277], "max": [0.4816694480482526, 0.26688196809126596, 1.1644269048114568, 0.10588954148000584, -0.019310757619217966, 1.3789886416943933, 0.509331776309842, -0.14759181514688838, 1.1673518855211498, 0.0604593079646476, 0.134004062888601, -1.0785067191690487], "count": [917]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [917]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [917]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [917]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [917]}, "gripper_open_scale_state": {"mean": [0.911944086447897, 0.9090909090909044], "std": [0.0002251815876437974, 4.6629367034256575e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [917]}, "gripper_open_scale_action": {"mean": [0.9119440864478972, 0.9090909090909044], "std": [0.0002251815876437962, 4.6629367034256575e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [917]}}} +{"episode_index": 4, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47571826337547773]], [[0.4797713177256331]], [[0.4771431033251188]]], "std": [[[0.33818044920711765]], [[0.32053214573051236]], [[0.3310406036846355]]], "count": [183]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3748701259419979]], [[0.3792863707185971]], [[0.375177621298975]]], "std": [[[0.27552469603257695]], [[0.26908994081548554]], [[0.27432391947451285]]], "count": [183]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3980625558055645]], [[0.4033445926640237]], [[0.3968989361227187]]], "std": [[[0.29356138792766634]], [[0.27275854173324543]], [[0.2798547293992202]]], "count": [183]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3942951187988856]], [[0.4027818616289867]], [[0.39332984548555305]]], "std": [[[0.3077225709101665]], [[0.28739419267120636]], [[0.2924113373625556]]], "count": [183]}, "observation.state": {"min": [-0.15632477402687073, 0.05437137186527252, 0.034756049513816833, -1.9356552362442017, -0.2290155589580536, -0.0907222181558609, -0.3048948347568512, -0.33069735765457153, 0.29680949449539185, 0.05342968553304672, -1.6362104415893555, -1.62760591506958, -1.0563148260116577, -0.13555972278118134, 0.019660044461488724, -0.3324525058269501, -1.755189299583435, 0.07266678661108017, -0.09271952509880066, -0.06055965647101402, -0.32169145345687866, -0.4853263795375824, 0.04166499897837639, 1.3349539041519165, -1.6739728450775146, 0.9157992601394653, 1003.0, 999.6875], "max": [0.40090757608413696, 0.3444516360759735, 0.3648665249347687, -1.3815076351165771, -0.006118469871580601, 0.0531310960650444, -0.05066472664475441, -0.2903383672237396, 0.4388819932937622, 0.19849374890327454, -1.379418134689331, -1.2894604206085205, -0.731651782989502, 0.3344487249851227, 0.19157278537750244, -0.1824381798505783, -1.1530485153198242, 0.2063273787498474, 0.05160502344369888, 0.26662957668304443, -0.285634309053421, -0.3616064488887787, 0.12202262878417969, 1.5797333717346191, -1.3968452215194702, 1.1447712182998657, 1004.0, 1000.0], "mean": [0.12804444134235382, 0.20421980321407318, 0.12772394716739655, -1.6974186897277832, -0.10842305421829224, 0.010999846272170544, -0.15526624023914337, -0.3032577633857727, 0.3730935752391815, 0.1614224761724472, -1.442047357559204, -1.3821775913238525, -0.9480673670768738, -0.006386192981153727, 0.13610994815826416, -0.25792819261550903, -1.577659249305725, 0.18128499388694763, -0.03659239411354065, 0.050150081515312195, -0.30559414625167847, -0.40193918347358704, 0.10797545313835144, 1.4053782224655151, -1.4715238809585571, 1.0818769931793213, 1003.09912109375, 999.9951782226562], "std": [0.1393129676580429, 0.059449780732393265, 0.11679906398057938, 0.15287630259990692, 0.04903683811426163, 0.03597099706530571, 0.057137370109558105, 0.012758655473589897, 0.033365458250045776, 0.050348974764347076, 0.08296390622854233, 0.10383598506450653, 0.1076858639717102, 0.1172412782907486, 0.037101805210113525, 0.02959950640797615, 0.13888828456401825, 0.02006687968969345, 0.02293623983860016, 0.12715227901935577, 0.006343328393995762, 0.029800008982419968, 0.02094598114490509, 0.08724091202020645, 0.08905327320098877, 0.08094768226146698, 0.18678678572177887, 0.03640454635024071], "count": [1043]}, "action": {"min": [-0.15632477402687073, 0.05437137186527252, 0.034756049513816833, -1.9356552362442017, -0.2290155589580536, -0.0907222181558609, -0.3048948347568512, -0.33069735765457153, 0.29680949449539185, 0.05342968553304672, -1.6362104415893555, -1.62760591506958, -1.0563148260116577, -0.13555972278118134, 0.019660044461488724, -0.3324525058269501, -1.755189299583435, 0.07266678661108017, -0.09271952509880066, -0.06055965647101402, -0.321646124124527, -0.4853263795375824, 0.04166499897837639, 1.3349539041519165, -1.6739728450775146, 0.9157992601394653, 1003.0, 999.6875], "max": [0.40090757608413696, 0.3444516360759735, 0.3648665249347687, -1.3815076351165771, -0.006118469871580601, 0.0531310960650444, -0.05066472664475441, -0.2903383672237396, 0.4388819932937622, 0.19849374890327454, -1.379418134689331, -1.2894604206085205, -0.731651782989502, 0.3344487249851227, 0.19157278537750244, -0.1824381798505783, -1.1530485153198242, 0.2063273787498474, 0.05160502344369888, 0.26662957668304443, -0.285634309053421, -0.3616064488887787, 0.12202262878417969, 1.5797333717346191, -1.3968452215194702, 1.1447712182998657, 1004.0, 1000.0], "mean": [0.12824077904224396, 0.20421148836612701, 0.12761664390563965, -1.6976721286773682, -0.10839803516864777, 0.011097589507699013, -0.15534977614879608, -0.30323368310928345, 0.3730410635471344, 0.1614358127117157, -1.4420456886291504, -1.3822014331817627, -0.9480296969413757, -0.006405375432223082, 0.13605816662311554, -0.2579021155834198, -1.577622890472412, 0.1811746507883072, -0.03663051873445511, 0.05033741146326065, -0.30560779571533203, -0.4019307494163513, 0.1079559326171875, 1.4055255651474, -1.4715895652770996, 1.0817453861236572, 1003.099853515625, 999.9951782226562], "std": [0.13928531110286713, 0.05944859981536865, 0.11683221906423569, 0.1528124362230301, 0.04902883246541023, 0.03586424142122269, 0.05704795569181442, 0.012753156945109367, 0.03334713727235794, 0.05035611614584923, 0.08296523243188858, 0.10381795465946198, 0.10765448957681656, 0.11725152283906937, 0.03710860386490822, 0.029608868062496185, 0.1388782262802124, 0.020345063880085945, 0.02297881804406643, 0.12713275849819183, 0.006360704079270363, 0.029804786667227745, 0.020943649113178253, 0.0872514620423317, 0.08902357518672943, 0.08095733076334, 0.18715566396713257, 0.03640454635024071], "count": [1043]}, "timestamp": {"min": [0.0], "max": [34.733333333333334], "mean": [17.366666666666667], "std": [10.03626756651429], "count": [1043]}, "frame_index": {"min": [0], "max": [1042], "mean": [521.0], "std": [301.0880269954287], "count": [1043]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [1043]}, "index": {"min": [4365], "max": [5407], "mean": [4886.0], "std": [301.0880269954287], "count": [1043]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1043]}, "subtask_annotation": {"mean": [0.9980824544582934, 3.0, 3.0, 3.0, 3.0], "std": [0.9154035857177234, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1043]}, "scene_annotation": {"mean": [4.0], "std": [0.0], "min": [4], "max": [4], "count": [1043]}, "eef_direction_state": {"mean": [4.801534036433365, 4.76510067114094], "std": [2.114624587999143, 2.1797133310573606], "min": [0, 0], "max": [6, 6], "count": [1043]}, "eef_velocity_state": {"mean": [0.25599232981783315, 0.2694151486097795], "std": [0.4364175258766126, 0.4436559774299804], "min": [0, 0], "max": [1, 1], "count": [1043]}, "eef_acc_mag_state": {"mean": [0.1850431447746884, 0.13518696069031638], "std": [0.5302784892701572, 0.45290014491953323], "min": [0, 0], "max": [2, 2], "count": [1043]}, "eef_direction_action": {"mean": [4.801534036433365, 4.764141898370086], "std": [2.114624587999143, 2.179389841999894], "min": [0, 0], "max": [6, 6], "count": [1043]}, "eef_velocity_action": {"mean": [0.25599232981783315, 0.27037392138063276], "std": [0.4364175258766126, 0.4441529736677341], "min": [0, 0], "max": [1, 1], "count": [1043]}, "eef_acc_mag_action": {"mean": [0.1850431447746884, 0.13518696069031638], "std": [0.5302784892701573, 0.45290014491953323], "min": [0, 0], "max": [2, 2], "count": [1043]}, "eef_sim_pose_state": {"mean": [0.41782045028282877, 0.23727048374919593, 1.1434306583818232, 0.05123026651635675, -0.07787996539063667, 1.2569698599184294, 0.4461501875078505, -0.18374089370313657, 1.136066204148388, 0.004652423419711207, 0.05013947121244182, -1.2637285279708677], "std": [0.03461822560647183, 0.04064283867672185, 0.011738024608214579, 0.03422660772861832, 0.017802879673122506, 0.1410905100941484, 0.03261395676168415, 0.012672672067681232, 0.005753273876791623, 0.014795685566201849, 0.01961879109840223, 0.12386863155958598], "min": [0.3451800142469846, 0.1438327023381804, 1.1228448932997706, 0.0006607422185122003, -0.11483488466202108, 0.9451760185529188, 0.41000829427808505, -0.1998993472345429, 1.1201708537473798, -0.04414847362202756, -0.019620313986867366, -1.3663424853489288], "max": [0.48846707512339216, 0.2676476477076587, 1.156603163072827, 0.12673960495131104, -0.02019791930420456, 1.3788223982421992, 0.5374347668745384, -0.13813007958415902, 1.1516817488924378, 0.05118876040139375, 0.11670752227389936, -1.0124022895829525], "count": [1043]}, "eef_sim_pose_action": {"mean": [0.41776842641478806, 0.23728578090277436, 1.1434573939139834, 0.05125966314775236, -0.0778836206702619, 1.2569452146591669, 0.446145846582081, -0.18373536971035292, 1.136052507205855, 0.0046531002096224855, 0.05007995904644635, -1.2635692851028808], "std": [0.03460593684197535, 0.04064959060349201, 0.011725133869155748, 0.03420050314593819, 0.017802884578589372, 0.14107147371757164, 0.032616305205795545, 0.012672091921512526, 0.005772774915290497, 0.014795469717903678, 0.01971035709582872, 0.12384343241752445], "min": [0.3451800142469846, 0.1438327023381804, 1.1228448932997706, 0.0006607422185122003, -0.11483488466202108, 0.9451760185529188, 0.41000829427808505, -0.1998993472345429, 1.1202101596679206, -0.04414847362202756, -0.019620313986867366, -1.3663424853489288], "max": [0.48846707512339216, 0.2676476477076587, 1.156603163072827, 0.12673960495131104, -0.02019791930420456, 1.3788223982421992, 0.5374347668745384, -0.13813007958415902, 1.1516817488924378, 0.05118876040139375, 0.11670752227389936, -1.0124022895829525], "count": [1043]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1043]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1043]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1043]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1043]}, "gripper_open_scale_state": {"mean": [0.9119082963189162, 0.9090865510328521], "std": [0.0001698058880431169, 3.3095068149708635e-05], "min": [0.9118181818181819, 0.9088068181818182], "max": [0.9127272727272727, 0.9090909090909091], "count": [1043]}, "gripper_open_scale_action": {"mean": [0.9119089829045753, 0.9090865510328521], "std": [0.00017014019328552872, 3.3095068149708635e-05], "min": [0.9118181818181819, 0.9088068181818182], "max": [0.9127272727272727, 0.9090909090909091], "count": [1043]}}} +{"episode_index": 5, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619545930351307]], [[0.465127535697044]], [[0.4623682609644236]]], "std": [[[0.3393343423590688]], [[0.3205575315909093]], [[0.33201802242690076]]], "count": [176]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3669001585245841]], [[0.3715154660112151]], [[0.3672004987837938]]], "std": [[[0.2777276072476624]], [[0.27104368109816385]], [[0.27652598310729737]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39649399556224]], [[0.40354740070744205]], [[0.39674190781899876]]], "std": [[[0.3097028023423882]], [[0.2899749935787965]], [[0.29670645121486755]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37501746091428995]], [[0.38358322424613783]], [[0.373924688057041]]], "std": [[[0.29969404385531095]], [[0.28048302871386427]], [[0.28469782902806606]]], "count": [176]}, "observation.state": {"min": [-0.37633660435676575, 0.0525725893676281, 0.1179482638835907, -1.9002360105514526, -0.21526017785072327, -0.08510007709264755, -0.26431265473365784, -0.3333284854888916, 0.3269069790840149, 0.05810956284403801, -1.647639513015747, -1.547435998916626, -1.059236764907837, -0.0646720826625824, -0.12411036342382431, -0.39799070358276367, -1.6813619136810303, 0.1660800725221634, -0.20311923325061798, -0.06056292727589607, -0.30648618936538696, -0.5490211248397827, -0.026902060955762863, 1.3349539041519165, -1.7512149810791016, 0.8027130961418152, 1003.0, 1000.0], "max": [0.2860267162322998, 0.3081662356853485, 0.3413776755332947, -1.1095887422561646, -0.033684857189655304, 0.08276024460792542, -0.05065163969993591, -0.2780880630016327, 0.5016947388648987, 0.1814740002155304, -1.384897232055664, -1.2891275882720947, -0.7548491358757019, 0.6828339099884033, 0.19435332715511322, -0.16311956942081451, -0.6857835054397583, 0.26201537251472473, 0.02972732111811638, 0.38027888536453247, -0.26925748586654663, -0.3894854485988617, 0.1348741203546524, 1.7071255445480347, -1.3968452215194702, 1.1450233459472656, 1004.0, 1000.0], "mean": [0.04120722413063049, 0.19604593515396118, 0.17846593260765076, -1.6133931875228882, -0.11059971153736115, -0.012552431784570217, -0.163838729262352, -0.3044512867927551, 0.39540714025497437, 0.14523150026798248, -1.4837590456008911, -1.404713749885559, -0.9406918883323669, 0.07844355702400208, 0.1229751855134964, -0.28198498487472534, -1.491779088973999, 0.19281433522701263, -0.04964561015367508, 0.058816008269786835, -0.2982883155345917, -0.42136892676353455, 0.09749338775873184, 1.4337347745895386, -1.4777675867080688, 1.0642824172973633, 1003.0966796875, 1000.0], "std": [0.1615130603313446, 0.05032853037118912, 0.07831389456987381, 0.19123110175132751, 0.032336391508579254, 0.038120023906230927, 0.06678296625614166, 0.012834115885198116, 0.040891293436288834, 0.03431687876582146, 0.07569694519042969, 0.083002008497715, 0.10079854726791382, 0.23330530524253845, 0.07498403638601303, 0.05625635012984276, 0.27420178055763245, 0.015069996006786823, 0.04504111409187317, 0.165740504860878, 0.011681081727147102, 0.053123604506254196, 0.0436352901160717, 0.14378872513771057, 0.1204538643360138, 0.12209273874759674, 0.18123751878738403, 0.0], "count": [993]}, "action": {"min": [-0.37633660435676575, 0.0525725893676281, 0.1179482638835907, -1.9002360105514526, -0.21526017785072327, -0.08510007709264755, -0.26431265473365784, -0.3333284854888916, 0.3269069790840149, 0.05810956284403801, -1.647639513015747, -1.547435998916626, -1.059236764907837, -0.0646720826625824, -0.12411036342382431, -0.39799070358276367, -1.6813619136810303, 0.1660800725221634, -0.20311923325061798, -0.06056292727589607, -0.30648601055145264, -0.5490211248397827, -0.026902060955762863, 1.3349539041519165, -1.7512149810791016, 0.8027130961418152, 1003.0, 1000.0], "max": [0.2860267162322998, 0.3081662356853485, 0.3413776755332947, -1.1095887422561646, -0.033684857189655304, 0.08276024460792542, -0.05065163969993591, -0.2780880630016327, 0.5016947388648987, 0.1814740002155304, -1.384897232055664, -1.2891275882720947, -0.7548491358757019, 0.6828339099884033, 0.19435332715511322, -0.16311956942081451, -0.6857835054397583, 0.26201537251472473, 0.02972732111811638, 0.38027888536453247, -0.26925748586654663, -0.3894854485988617, 0.1348741203546524, 1.7071255445480347, -1.3968452215194702, 1.1450233459472656, 1004.0, 1000.0], "mean": [0.0413518100976944, 0.19602103531360626, 0.17843838036060333, -1.6136101484298706, -0.11056212335824966, -0.012472011148929596, -0.16394419968128204, -0.3044275641441345, 0.39536452293395996, 0.14520953595638275, -1.4838324785232544, -1.4048011302947998, -0.9406285881996155, 0.07850001752376556, 0.12292932718992233, -0.2818918526172638, -1.4917151927947998, 0.1927964687347412, -0.04960742965340614, 0.05900873616337776, -0.2982872724533081, -0.4213900566101074, 0.09750386327505112, 1.433784008026123, -1.4778494834899902, 1.064223051071167, 1003.0966796875, 1000.0], "std": [0.16154588758945465, 0.05032441020011902, 0.07832962274551392, 0.1912556141614914, 0.03232689946889877, 0.038063496351242065, 0.06668691337108612, 0.012829556129872799, 0.04089589789509773, 0.03430066630244255, 0.07563720643520355, 0.08292601257562637, 0.10074548423290253, 0.2332787662744522, 0.07497638463973999, 0.056368838995695114, 0.27417561411857605, 0.015086368657648563, 0.04506310448050499, 0.1657128632068634, 0.011680379509925842, 0.053115084767341614, 0.0436420664191246, 0.1437631994485855, 0.12042665481567383, 0.12206801772117615, 0.18123751878738403, 0.0], "count": [993]}, "timestamp": {"min": [0.0], "max": [33.06666666666667], "mean": [16.53333333333333], "std": [9.555142109918656], "count": [993]}, "frame_index": {"min": [0], "max": [992], "mean": [496.0], "std": [286.6542632975597], "count": [993]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [993]}, "index": {"min": [5408], "max": [6400], "mean": [5904.0], "std": [286.6542632975597], "count": [993]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [993]}, "subtask_annotation": {"mean": [0.8398791540785498, 3.0, 3.0, 3.0, 3.0], "std": [0.9249483725819982, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [993]}, "scene_annotation": {"mean": [5.0], "std": [0.0], "min": [5], "max": [5], "count": [993]}, "eef_direction_state": {"mean": [4.474320241691843, 4.548841893252769], "std": [2.361489273165126, 2.238066972769005], "min": [0, 0], "max": [6, 6], "count": [993]}, "eef_velocity_state": {"mean": [0.32729103726082576, 0.3202416918429003], "std": [0.48401477769320556, 0.46872278517193067], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_acc_mag_state": {"mean": [0.18529707955689828, 0.17220543806646527], "std": [0.5252010954828751, 0.5033151628579979], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_direction_action": {"mean": [4.474320241691843, 4.548841893252769], "std": [2.361489273165126, 2.2380669727690043], "min": [0, 0], "max": [6, 6], "count": [993]}, "eef_velocity_action": {"mean": [0.32729103726082576, 0.3202416918429003], "std": [0.48401477769320556, 0.46872278517193067], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_acc_mag_action": {"mean": [0.18529707955689828, 0.17220543806646527], "std": [0.5252010954828751, 0.5033151628579979], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_sim_pose_state": {"mean": [0.44105998131936464, 0.22478090222319325, 1.1407273805644387, 0.03507480476975995, -0.07695246918645718, 1.2170313159323423, 0.46722848209225376, -0.175066208756199, 1.1426498903750624, 0.012327676038931588, 0.04027810992766868, -1.2386660840586217], "std": [0.04255778211502472, 0.025916482186802065, 0.0119813514876963, 0.03514448992361219, 0.02136342408676718, 0.1215118315783627, 0.059892029709245884, 0.02995017946748124, 0.010768016426276903, 0.01175148705436338, 0.01816954953946453, 0.18796747470710978], "min": [0.37446866304644005, 0.15115492589326013, 1.1163871862193793, -0.0025429799389333763, -0.13108778858142855, 0.993932957467769, 0.4307386917033142, -0.21484988795113408, 1.135031731816055, -0.007600964282565514, -0.004387122523706433, -1.3663114723262795], "max": [0.5518077614989834, 0.2506971018222788, 1.1657735911024683, 0.1402614587302291, -0.016489137760978823, 1.3789386914668786, 0.6110153433432223, -0.08225759759848485, 1.168718022234134, 0.046589578207936744, 0.06368987033484719, -0.8473125229697422], "count": [993]}, "eef_sim_pose_action": {"mean": [0.441019953662564, 0.22476896320131817, 1.140751894062496, 0.03508338190828935, -0.07694500943060247, 1.2169173415909744, 0.4672518271275031, -0.17508497028305925, 1.1426521506425624, 0.012313743838651591, 0.04028829633175687, -1.238573439027148], "std": [0.04256512016163518, 0.025908825780921612, 0.011971731369486377, 0.03513829763427116, 0.021365005229970882, 0.12141298073421306, 0.05988231488055729, 0.02996381788256923, 0.01076664736688922, 0.011767205434299918, 0.018178243504815957, 0.18792724326238025], "min": [0.37446866304644005, 0.15115492589326013, 1.1163871862193793, -0.0025429799389333763, -0.13108778858142855, 0.993932957467769, 0.4307386917033142, -0.21484988795113408, 1.135031731816055, -0.00760470945477032, -0.004387122523706433, -1.3663114723262795], "max": [0.5518077614989834, 0.2506971018222788, 1.1657735911024683, 0.1402614587302291, -0.016489137760978823, 1.3789386914668786, 0.6110153433432223, -0.08225759759848485, 1.168718022234134, 0.046589578207936744, 0.06368987033484719, -0.8473125229697422], "count": [993]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [993]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [993]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [993]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [993]}, "gripper_open_scale_state": {"mean": [0.9119060697610485, 0.9090909090909024], "std": [0.0001647622944671432, 6.661338147750939e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [993]}, "gripper_open_scale_action": {"mean": [0.9119060697610485, 0.9090909090909024], "std": [0.0001647622944671432, 6.661338147750939e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [993]}}} +{"episode_index": 6, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48302279411764704]], [[0.48772435574229694]], [[0.4862622969187675]]], "std": [[[0.3416918943433097]], [[0.32394416213851357]], [[0.335255537196814]]], "count": [175]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3745316503267974]], [[0.37878552170868346]], [[0.37414350256769374]]], "std": [[[0.2778383559341316]], [[0.27134428221634105]], [[0.2766586389425041]]], "count": [175]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41280309056956116]], [[0.416247876984127]], [[0.41040313025210085]]], "std": [[[0.2966535391650629]], [[0.27478253578352013]], [[0.28203976305620043]]], "count": [175]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.395040870681606]], [[0.40310460317460317]], [[0.3936503338001867]]], "std": [[[0.30989482553194964]], [[0.2886058986799681]], [[0.29329820083109465]]], "count": [175]}, "observation.state": {"min": [-0.14825154840946198, 0.19937659800052643, 0.037571486085653305, -1.7745165824890137, -0.26566311717033386, -0.07915613055229187, -0.3066772222518921, -0.3209925591945648, 0.36363476514816284, 0.09109474718570709, -1.571013331413269, -1.6763674020767212, -1.0587396621704102, -0.14021210372447968, 0.07274095714092255, -0.3522008955478668, -1.817968726158142, 0.1182384192943573, -0.15931692719459534, -0.06057710573077202, -0.3224329948425293, -0.48643720149993896, 0.05583881214261055, 1.334817886352539, -1.7156426906585693, 0.8223769664764404, 1003.0, 1000.0], "max": [0.1729632169008255, 0.3130466043949127, 0.34547483921051025, -1.4662030935287476, -0.08068984746932983, 0.11310060322284698, -0.05064073204994202, -0.2839091122150421, 0.4339616894721985, 0.2061024308204651, -1.3461617231369019, -1.261185884475708, -0.7111773490905762, 0.34995704889297485, 0.28726810216903687, -0.189771831035614, -1.1603516340255737, 0.26719462871551514, 0.09538442641496658, 0.32145366072654724, -0.2671429514884949, -0.3631800711154938, 0.13382793962955475, 1.6685458421707153, -1.394390344619751, 1.1477680206298828, 1003.8125, 1000.0], "mean": [0.076325923204422, 0.2279580682516098, 0.11497802287340164, -1.6540634632110596, -0.13049274682998657, 0.023195557296276093, -0.14584380388259888, -0.30428260564804077, 0.38956964015960693, 0.18009060621261597, -1.4102674722671509, -1.3577238321304321, -0.9585023522377014, -0.01073520164936781, 0.16200993955135345, -0.26491451263427734, -1.5969067811965942, 0.1868577003479004, -0.04060351848602295, 0.07904159277677536, -0.30156370997428894, -0.39846763014793396, 0.11003735661506653, 1.4499858617782593, -1.4764443635940552, 1.0527431964874268, 1003.0773315429688, 1000.0], "std": [0.07683763653039932, 0.036216314882040024, 0.09722777456045151, 0.07117046415805817, 0.05831434205174446, 0.047629617154598236, 0.07953596115112305, 0.007182275876402855, 0.015070286579430103, 0.03353690728545189, 0.08081930130720139, 0.13972121477127075, 0.10301835834980011, 0.11350569874048233, 0.03465694934129715, 0.03655380755662918, 0.13616594672203064, 0.02919166162610054, 0.051879532635211945, 0.15321645140647888, 0.011843212880194187, 0.02748330682516098, 0.02028295025229454, 0.1250535398721695, 0.10350944101810455, 0.11013904958963394, 0.17113079130649567, 0.0], "count": [983]}, "action": {"min": [-0.14825154840946198, 0.19937659800052643, 0.037571486085653305, -1.7745165824890137, -0.26566311717033386, -0.07915613055229187, -0.3066772222518921, -0.3209925591945648, 0.36363476514816284, 0.09109474718570709, -1.571013331413269, -1.6763674020767212, -1.0587396621704102, -0.14021210372447968, 0.07274095714092255, -0.3522008955478668, -1.817968726158142, 0.1182384192943573, -0.15931692719459534, -0.06057710573077202, -0.3224329948425293, -0.48643720149993896, 0.05583881214261055, 1.334817886352539, -1.7156426906585693, 0.8223769664764404, 1003.0, 1000.0], "max": [0.1729632169008255, 0.3130466043949127, 0.34547483921051025, -1.4662030935287476, -0.08068984746932983, 0.11310060322284698, -0.05064073204994202, -0.2839091122150421, 0.4339616894721985, 0.2061024308204651, -1.3461617231369019, -1.261185884475708, -0.7111773490905762, 0.34995704889297485, 0.28726810216903687, -0.189771831035614, -1.1603516340255737, 0.26719462871551514, 0.09538442641496658, 0.32145366072654724, -0.2671429514884949, -0.3631800711154938, 0.13382793962955475, 1.6685458421707153, -1.394390344619751, 1.1477680206298828, 1003.8125, 1000.0], "mean": [0.07645514607429504, 0.22794434428215027, 0.11486877501010895, -1.6542363166809082, -0.13043691217899323, 0.023297149688005447, -0.14589621126651764, -0.30426666140556335, 0.3895370662212372, 0.18011273443698883, -1.4102317094802856, -1.3576968908309937, -0.9584579467773438, -0.010608303360641003, 0.16197942197322845, -0.2649325430393219, -1.5967092514038086, 0.18685990571975708, -0.040710993111133575, 0.07936276495456696, -0.30157899856567383, -0.3984929919242859, 0.11000602692365646, 1.45024573802948, -1.4766391515731812, 1.0525949001312256, 1003.0773315429688, 1000.0], "std": [0.07682636380195618, 0.03622311353683472, 0.09725139290094376, 0.07106784731149673, 0.058333881199359894, 0.04751753434538841, 0.07949014753103256, 0.00716758705675602, 0.015056191943585873, 0.033544909209012985, 0.08083808422088623, 0.139737069606781, 0.10298565030097961, 0.113521508872509, 0.034673430025577545, 0.0365557000041008, 0.13625076413154602, 0.02919182926416397, 0.051993001252412796, 0.1532544493675232, 0.011859225109219551, 0.0274865310639143, 0.020290344953536987, 0.12508080899715424, 0.10353948920965195, 0.11011266708374023, 0.17113079130649567, 0.0], "count": [983]}, "timestamp": {"min": [0.0], "max": [32.733333333333334], "mean": [16.366666666666667], "std": [9.458917015764072], "count": [983]}, "frame_index": {"min": [0], "max": [982], "mean": [491.0], "std": [283.7675104729222], "count": [983]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [983]}, "index": {"min": [6401], "max": [7383], "mean": [6892.0], "std": [283.7675104729222], "count": [983]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [983]}, "subtask_annotation": {"mean": [1.088504577822991, 3.0, 3.0, 3.0, 3.0], "std": [0.8949389186346021, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [983]}, "scene_annotation": {"mean": [6.0], "std": [0.0], "min": [6], "max": [6], "count": [983]}, "eef_direction_state": {"mean": [5.098677517802645, 4.649033570701933], "std": [1.8721681309249127, 2.2225874096151186], "min": [0, 0], "max": [6, 6], "count": [983]}, "eef_velocity_state": {"mean": [0.20142421159715157, 0.340793489318413], "std": [0.4010642075523737, 0.492914372807257], "min": [0, 0], "max": [1, 2], "count": [983]}, "eef_acc_mag_state": {"mean": [0.14038657171922686, 0.1607324516785351], "std": [0.4628922444942992, 0.49267706912365455], "min": [0, 0], "max": [2, 2], "count": [983]}, "eef_direction_action": {"mean": [5.098677517802645, 4.649033570701933], "std": [1.8721681309249127, 2.2225874096151186], "min": [0, 0], "max": [6, 6], "count": [983]}, "eef_velocity_action": {"mean": [0.20142421159715157, 0.340793489318413], "std": [0.4010642075523737, 0.4929143728072569], "min": [0, 0], "max": [1, 2], "count": [983]}, "eef_acc_mag_action": {"mean": [0.14038657171922686, 0.1607324516785351], "std": [0.4628922444942992, 0.49267706912365455], "min": [0, 0], "max": [2, 2], "count": [983]}, "eef_sim_pose_state": {"mean": [0.4336663941908168, 0.25260613970960843, 1.1429735232966822, 0.0573626286371194, -0.08144252353668673, 1.2932561244323908, 0.44426715164758174, -0.18886066746096541, 1.139269122446022, 0.013294652453794053, 0.029214635445412526, -1.2269842215994047], "std": [0.017987843509659665, 0.021178124578598058, 0.008134068611428564, 0.03524924424866267, 0.03859545735606795, 0.15902601185808235, 0.031093888833580465, 0.013196258488175166, 0.012403696850842858, 0.02814533371473115, 0.03599033507385624, 0.15871256337314116], "min": [0.4087034467562722, 0.1874129064124294, 1.1231446843256414, 0.005507588326116197, -0.1272437463872662, 0.9499675776627168, 0.410802202078835, -0.22186781098787858, 1.114314805803214, -0.05722090901290089, -0.05760425866549124, -1.3664771516043746], "max": [0.48568340355552814, 0.27839905932221726, 1.159375294807641, 0.1541297818503014, 0.03553525685454084, 1.406202044083356, 0.5422838830485983, -0.15617184298464348, 1.1752153893560042, 0.09759621668247709, 0.08694186854934749, -0.9521055948473909], "count": [983]}, "eef_sim_pose_action": {"mean": [0.43363349484533487, 0.2526257246911965, 1.1429935540061964, 0.05740755577821677, -0.08147565909820753, 1.2932792121990118, 0.4443023647284663, -0.18885535629794073, 1.139248965834552, 0.013348506400922137, 0.029197518111449876, -1.2266760475030543], "std": [0.017981840754472896, 0.021182071441434858, 0.008111167948867168, 0.03521127130923313, 0.038604763469081246, 0.15904008770731168, 0.03109812792354917, 0.013197810309180711, 0.01242669273220838, 0.028181722792788255, 0.035984000808556474, 0.1587356515854698], "min": [0.4087034467562722, 0.1874129064124294, 1.1231446843256414, 0.005507588326116197, -0.1272437463872662, 0.9499675776627168, 0.410802202078835, -0.22186781098787858, 1.114314805803214, -0.05722090901290089, -0.05760425866549124, -1.3664771516043746], "max": [0.48568340355552814, 0.27839905932221726, 1.159375294807641, 0.1541297818503014, 0.03553525685454084, 1.406202044083356, 0.5422838830485983, -0.15617184298464348, 1.1752153893560042, 0.09759621668247709, 0.08694186854934749, -0.9521055948473909], "count": [983]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [983]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [983]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [983]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [983]}, "gripper_open_scale_state": {"mean": [0.9118884675853083, 0.9090909090909026], "std": [0.00015557420955744175, 6.439293542825908e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [983]}, "gripper_open_scale_action": {"mean": [0.9118884675853083, 0.9090909090909026], "std": [0.00015557420955744175, 6.439293542825908e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [983]}}} +{"episode_index": 7, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4813223251728437]], [[0.4863522162718652]], [[0.48440831255430883]]], "std": [[[0.34090501766907344]], [[0.3235012823813914]], [[0.3346562945817897]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3726323482186709]], [[0.37683384690581434]], [[0.3723183004174695]]], "std": [[[0.2765061268939022]], [[0.2701157579727548]], [[0.275493131139667]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4018112119366051]], [[0.40550492793456494]], [[0.3998116216139635]]], "std": [[[0.28692709530155336]], [[0.2662519650991336]], [[0.27306511698022096]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39336006507612675]], [[0.40245480562167063]], [[0.3924311128112131]]], "std": [[[0.31382066916593643]], [[0.29200173527684936]], [[0.2974609063678107]]], "count": [173]}, "observation.state": {"min": [-0.14102260768413544, 0.1045583114027977, 0.009438958950340748, -1.9353138208389282, -0.2128428965806961, -0.0791855901479721, -0.3158729374408722, -0.3192291259765625, 0.3089359998703003, 0.06734662503004074, -1.6685289144515991, -1.5682734251022339, -1.0786690711975098, -0.09937359392642975, -0.009485864080488682, -0.3447832465171814, -1.7231166362762451, 0.09323766827583313, -0.06448664516210556, -0.06058037653565407, -0.31895017623901367, -0.4867011308670044, 0.028300875797867775, 1.3349539041519165, -1.6651277542114258, 0.8554815053939819, 1003.0, 999.5], "max": [0.3655417263507843, 0.35238632559776306, 0.3319081962108612, -1.425722360610962, -0.03442443907260895, 0.110328808426857, -0.05064073204994202, -0.2742849886417389, 0.43503570556640625, 0.20898325741291046, -1.3451389074325562, -1.1939369440078735, -0.7112259864807129, 0.32475996017456055, 0.1583711802959442, -0.18168659508228302, -1.1633219718933105, 0.18784759938716888, 0.02704933099448681, 0.26032131910324097, -0.27480313181877136, -0.37934181094169617, 0.12311668694019318, 1.5738595724105835, -1.3965191841125488, 1.1451830863952637, 1004.0, 1000.0], "mean": [0.09748303890228271, 0.20734763145446777, 0.11058277636766434, -1.6546034812927246, -0.07865399122238159, -0.007985771633684635, -0.10692247003316879, -0.3076903820037842, 0.3844543397426605, 0.1778324991464615, -1.4104071855545044, -1.300390601158142, -0.9725742936134338, 0.006537382025271654, 0.11810193210840225, -0.2502162456512451, -1.5641810894012451, 0.16383135318756104, -0.03025096096098423, 0.04206489026546478, -0.30489423871040344, -0.4066896438598633, 0.10639546811580658, 1.3944816589355469, -1.4580695629119873, 1.0860179662704468, 1003.1323852539062, 999.9844970703125], "std": [0.08770900964736938, 0.046437572687864304, 0.09335283935070038, 0.0922635942697525, 0.04930757358670235, 0.05026240274310112, 0.0781751349568367, 0.009819446131587029, 0.022830912843346596, 0.04100244119763374, 0.09020790457725525, 0.12530696392059326, 0.10175704956054688, 0.121941938996315, 0.0519595704972744, 0.03840751573443413, 0.14652085304260254, 0.031579501926898956, 0.02162538655102253, 0.11324536055326462, 0.0089168855920434, 0.030711425468325615, 0.02409415878355503, 0.07665163278579712, 0.0803082063794136, 0.08082502335309982, 0.23643440008163452, 0.07701829820871353], "count": [967]}, "action": {"min": [-0.14102260768413544, 0.1045583114027977, 0.009438958950340748, -1.9353138208389282, -0.2128428965806961, -0.0791855901479721, -0.3158729374408722, -0.3192291259765625, 0.3089359998703003, 0.06734662503004074, -1.6685289144515991, -1.5682734251022339, -1.0786690711975098, -0.09937359392642975, -0.009485864080488682, -0.3447832465171814, -1.7231166362762451, 0.09323766827583313, -0.06448664516210556, -0.06058037653565407, -0.31895017623901367, -0.4867011308670044, 0.028300875797867775, 1.3349539041519165, -1.6651277542114258, 0.8554815053939819, 1003.0, 999.5], "max": [0.3655417263507843, 0.35238632559776306, 0.3319081962108612, -1.425722360610962, -0.03442443907260895, 0.110328808426857, -0.05064073204994202, -0.2742849886417389, 0.43503570556640625, 0.20898325741291046, -1.3451389074325562, -1.1939369440078735, -0.7112259864807129, 0.32475996017456055, 0.1583711802959442, -0.18168659508228302, -1.1633219718933105, 0.18784759938716888, 0.02704933099448681, 0.26032131910324097, -0.27480313181877136, -0.37934181094169617, 0.12311668694019318, 1.5738595724105835, -1.3965191841125488, 1.1451830863952637, 1004.0, 1000.0], "mean": [0.09761063754558563, 0.20732101798057556, 0.11047786474227905, -1.654750108718872, -0.07855283468961716, -0.007918447256088257, -0.10693652182817459, -0.30768150091171265, 0.38442230224609375, 0.17785465717315674, -1.41036856174469, -1.3003075122833252, -0.9725334644317627, 0.0065579600632190704, 0.11799398809671402, -0.2501353919506073, -1.5641326904296875, 0.163734570145607, -0.030223187059164047, 0.04222608730196953, -0.3048982322216034, -0.40669989585876465, 0.1063845157623291, 1.3945221900939941, -1.458129644393921, 1.085959553718567, 1003.1323852539062, 999.9844970703125], "std": [0.08766575157642365, 0.04643964767456055, 0.09336821734905243, 0.09217306226491928, 0.04928704723715782, 0.050210535526275635, 0.07816597074270248, 0.009813372977077961, 0.022813847288489342, 0.041010186076164246, 0.09022647142410278, 0.1253408044576645, 0.1017315611243248, 0.12193255126476288, 0.051984384655952454, 0.03846917673945427, 0.14650507271289825, 0.031649257987737656, 0.021626565605401993, 0.11321008205413818, 0.00891843531280756, 0.030707357451319695, 0.024090083315968513, 0.07663082331418991, 0.08028393238782883, 0.08080283552408218, 0.23643440008163452, 0.07701829820871353], "count": [967]}, "timestamp": {"min": [0.0], "max": [32.2], "mean": [16.099999999999998], "std": [9.304956862996313], "count": [967]}, "frame_index": {"min": [0], "max": [966], "mean": [483.0], "std": [279.14870588988947], "count": [967]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [967]}, "index": {"min": [7384], "max": [8350], "mean": [7867.0], "std": [279.14870588988947], "count": [967]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [967]}, "subtask_annotation": {"mean": [0.953464322647363, 3.0, 3.0, 3.0, 3.0], "std": [0.8812102086150952, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [967]}, "scene_annotation": {"mean": [7.0], "std": [0.0], "min": [7], "max": [7], "count": [967]}, "eef_direction_state": {"mean": [4.686659772492244, 4.7921406411582215], "std": [2.161536928565512, 2.1261216442128887], "min": [0, 0], "max": [6, 6], "count": [967]}, "eef_velocity_state": {"mean": [0.3019648397104447, 0.28852119958634953], "std": [0.45911009059819935, 0.45307473663359604], "min": [0, 0], "max": [1, 1], "count": [967]}, "eef_acc_mag_state": {"mean": [0.09307135470527404, 0.05480868665977249], "std": [0.3880633351602244, 0.2913704373387013], "min": [0, 0], "max": [2, 2], "count": [967]}, "eef_direction_action": {"mean": [4.686659772492244, 4.7921406411582215], "std": [2.161536928565512, 2.1261216442128887], "min": [0, 0], "max": [6, 6], "count": [967]}, "eef_velocity_action": {"mean": [0.3019648397104447, 0.28852119958634953], "std": [0.45911009059819935, 0.45307473663359604], "min": [0, 0], "max": [1, 1], "count": [967]}, "eef_acc_mag_action": {"mean": [0.09307135470527404, 0.05480868665977249], "std": [0.3880633351602244, 0.2913704373387013], "min": [0, 0], "max": [2, 2], "count": [967]}, "eef_sim_pose_state": {"mean": [0.42755781137611826, 0.2471952418034361, 1.1379749522878984, 0.04213671510904757, -0.11400222272028357, 1.3311733047552587, 0.45037381739521165, -0.18093319865043794, 1.1371138669368774, 0.0013596503007728684, 0.04714738899615244, -1.2796588829480864], "std": [0.022147402417039885, 0.02995013940140081, 0.009802028609212945, 0.03668370124588995, 0.033114786110304745, 0.156430983990898, 0.03365019526836007, 0.01569869442928428, 0.007825521693595575, 0.017430781457449883, 0.014705647635544423, 0.11155303296545682], "min": [0.356990116956751, 0.1578291004041297, 1.1238565959553661, -0.026324287617780495, -0.1481757018422305, 0.9806366618584121, 0.4231560303044896, -0.19874686657273236, 1.1250845192367438, -0.04957671692805238, -0.019554335008894697, -1.3664913844422344], "max": [0.48684893810299035, 0.28098151057663145, 1.1686576534943804, 0.13153706803634496, -0.045894494210034775, 1.4446575086675915, 0.5357520156428134, -0.1267090108769202, 1.1634901540190543, 0.05600280977623895, 0.07164663398156979, -1.0000062637856195], "count": [967]}, "eef_sim_pose_action": {"mean": [0.4275248663386926, 0.24721161053396168, 1.1379867867339837, 0.04216976421687076, -0.11406964574384765, 1.3312325210940354, 0.45038571988295617, -0.18092892739660343, 1.137111446880567, 0.0013431143847616477, 0.04714601656682428, -1.2795843411792343], "std": [0.022133033398282386, 0.029954514343096168, 0.009791897860247506, 0.03666502171849452, 0.033103818067491235, 0.15645989789919132, 0.03364529096667577, 0.015697435619848675, 0.007826535085212732, 0.017433976853746053, 0.01470537483724824, 0.11151910815944002], "min": [0.356990116956751, 0.1578291004041297, 1.1238565959553661, -0.026324287617780495, -0.1481757018422305, 0.9806366618584121, 0.4231560303044896, -0.19874686657273236, 1.1250845192367438, -0.04957671692805238, -0.019554335008894697, -1.3664913844422344], "max": [0.48684893810299035, 0.28098151057663145, 1.1686576534943804, 0.13153706803634496, -0.045894494210034775, 1.4446575086675915, 0.5357520156428134, -0.1267090108769202, 1.1634901540190543, 0.05600280977623895, 0.07164663398156979, -1.0000062637856195], "count": [967]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [967]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [967]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [967]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [967]}, "gripper_open_scale_state": {"mean": [0.9119385164990116, 0.9090768073704947], "std": [0.0002149411427295788, 7.001665522247383e-05], "min": [0.9118181818181819, 0.9086363636363637], "max": [0.9127272727272727, 0.9090909090909091], "count": [967]}, "gripper_open_scale_action": {"mean": [0.9119385164990116, 0.9090768073704947], "std": [0.0002149411427295788, 7.001665522247383e-05], "min": [0.9118181818181819, 0.9086363636363637], "max": [0.9127272727272727, 0.9090909090909091], "count": [967]}}} +{"episode_index": 8, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46568177844386166]], [[0.4703552178302319]], [[0.4666827385412764]]], "std": [[[0.3372383073638992]], [[0.3198699308727901]], [[0.33056272036560536]]], "count": [157]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37062387728445945]], [[0.3747573971733067]], [[0.3701094953374131]]], "std": [[[0.27739404599690015]], [[0.2710179412861371]], [[0.276634712614179]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40898682663086466]], [[0.4142688545959785]], [[0.4078253169102036]]], "std": [[[0.30784819813932957]], [[0.2872678990810874]], [[0.29429770810503686]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38267622210773905]], [[0.391356246877732]], [[0.3812507506452687]]], "std": [[[0.3087589390120222]], [[0.28782753029943614]], [[0.29286357797813645]]], "count": [157]}, "observation.state": {"min": [-0.20282799005508423, 0.07395941764116287, 0.059633538126945496, -1.912732481956482, -0.2535450756549835, -0.07923140376806259, -0.3263329267501831, -0.3196932375431061, 0.3114120066165924, 0.034432437270879745, -1.6813158988952637, -1.6350003480911255, -1.0565861463546753, -0.110869862139225, 0.029212448745965958, -0.3531717360019684, -1.761086344718933, 0.03864377364516258, -0.12321588397026062, -0.06059128791093826, -0.3071267604827881, -0.4735320508480072, 0.03408656269311905, 1.3349539041519165, -1.6238055229187012, 0.890798032283783, 1003.0, 1000.0], "max": [0.32218122482299805, 0.35061702132225037, 0.3991677165031433, -1.3598339557647705, 0.018198329955339432, 0.09538879245519638, -0.050645094364881516, -0.28121185302734375, 0.4433012008666992, 0.1907220035791397, -1.374636173248291, -1.2889245748519897, -0.6958451271057129, 0.2966667115688324, 0.15830135345458984, -0.09911288321018219, -1.2676763534545898, 0.2114357352256775, 0.05994769558310509, 0.23055799305438995, -0.2710685431957245, -0.3775315582752228, 0.14077650010585785, 1.6255571842193604, -1.320717453956604, 1.2557400465011597, 1003.8125, 1000.0], "mean": [0.07205414026975632, 0.21419337391853333, 0.1579824984073639, -1.6733982563018799, -0.149225115776062, 0.034079961478710175, -0.15553802251815796, -0.2969033420085907, 0.3873381018638611, 0.15458792448043823, -1.4470161199569702, -1.4214718341827393, -0.9600209593772888, -0.013217773288488388, 0.11754810810089111, -0.2522280216217041, -1.5974830389022827, 0.1566816121339798, -0.03394187614321709, 0.029723603278398514, -0.3002640902996063, -0.40110987424850464, 0.10557243973016739, 1.4030081033706665, -1.4436538219451904, 1.102795124053955, 1003.1270751953125, 1000.0], "std": [0.10348345339298248, 0.045784298330545425, 0.10033688694238663, 0.12350961565971375, 0.060296233743429184, 0.059061404317617416, 0.06406590342521667, 0.013796540908515453, 0.026713186874985695, 0.04625604301691055, 0.10224326699972153, 0.09039027988910675, 0.11452047526836395, 0.0888877809047699, 0.04821492359042168, 0.05011140927672386, 0.09556792676448822, 0.045907922089099884, 0.02527981624007225, 0.1037570983171463, 0.010176772251725197, 0.021165361627936363, 0.025770127773284912, 0.0904746949672699, 0.06895901262760162, 0.08382062613964081, 0.2034967988729477, 0.0], "count": [850]}, "action": {"min": [-0.20282799005508423, 0.07395941764116287, 0.059633538126945496, -1.912732481956482, -0.2535450756549835, -0.07923140376806259, -0.3263329267501831, -0.3196932375431061, 0.3114120066165924, 0.034432437270879745, -1.6813158988952637, -1.6350003480911255, -1.0565861463546753, -0.110869862139225, 0.029212448745965958, -0.3531717360019684, -1.761086344718933, 0.03864377364516258, -0.12321588397026062, -0.06059128791093826, -0.3071267604827881, -0.4735320508480072, 0.03408656269311905, 1.3349539041519165, -1.6238055229187012, 0.890798032283783, 1003.0, 1000.0], "max": [0.32218122482299805, 0.35061702132225037, 0.3991677165031433, -1.3598339557647705, 0.018198329955339432, 0.09538879245519638, -0.050645094364881516, -0.28121185302734375, 0.4433012008666992, 0.1907220035791397, -1.374636173248291, -1.2889245748519897, -0.6958451271057129, 0.2966667115688324, 0.15830135345458984, -0.09911288321018219, -1.2676763534545898, 0.2114357352256775, 0.05994769558310509, 0.23055799305438995, -0.2710685431957245, -0.3775315582752228, 0.14077650010585785, 1.6255571842193604, -1.320717453956604, 1.2557400465011597, 1003.8125, 1000.0], "mean": [0.07217168807983398, 0.2141953557729721, 0.15791906416416168, -1.6736433506011963, -0.14928224682807922, 0.034264665096998215, -0.1556505411863327, -0.29686516523361206, 0.38730552792549133, 0.1545838713645935, -1.4470107555389404, -1.4216145277023315, -0.9599795341491699, -0.013152699917554855, 0.11745365709066391, -0.2521970272064209, -1.5974171161651611, 0.1565721184015274, -0.033908188343048096, 0.029950639232993126, -0.3002599775791168, -0.40112701058387756, 0.10554010421037674, 1.4031610488891602, -1.443762183189392, 1.1026583909988403, 1003.1270751953125, 1000.0], "std": [0.10346531867980957, 0.045784447342157364, 0.10036039352416992, 0.12342552840709686, 0.06030801683664322, 0.0589522048830986, 0.06396555155515671, 0.013781027868390083, 0.026699872687458992, 0.046253856271505356, 0.10224651545286179, 0.09027670323848724, 0.11449157446622849, 0.08887463063001633, 0.048213619738817215, 0.050114795565605164, 0.0955611914396286, 0.04594450443983078, 0.025287242606282234, 0.103770412504673, 0.010174974799156189, 0.021161852404475212, 0.025768429040908813, 0.09047067910432816, 0.06895747035741806, 0.0838463082909584, 0.2034967988729477, 0.0], "count": [850]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.15], "std": [8.179123153220983], "count": [850]}, "frame_index": {"min": [0], "max": [849], "mean": [424.5], "std": [245.3736945966295], "count": [850]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [850]}, "index": {"min": [8351], "max": [9200], "mean": [8775.5], "std": [245.3736945966295], "count": [850]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [850]}, "subtask_annotation": {"mean": [0.7458823529411764, 3.0, 3.0, 3.0, 3.0], "std": [0.7814847017698736, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [850]}, "scene_annotation": {"mean": [8.0], "std": [0.0], "min": [8], "max": [8], "count": [850]}, "eef_direction_state": {"mean": [4.501176470588235, 4.763529411764706], "std": [2.2309319665660867, 2.1369217585293416], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_state": {"mean": [0.3388235294117647, 0.28823529411764703], "std": [0.4782551909615445, 0.4581065287632354], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_state": {"mean": [0.19411764705882353, 0.17294117647058824], "std": [0.5324423064413526, 0.5128669671089705], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_direction_action": {"mean": [4.501176470588235, 4.763529411764706], "std": [2.2309319665660867, 2.136921758529341], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_action": {"mean": [0.3388235294117647, 0.28823529411764703], "std": [0.4782551909615445, 0.4581065287632354], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_action": {"mean": [0.19411764705882353, 0.17294117647058824], "std": [0.5324423064413526, 0.5128669671089704], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_sim_pose_state": {"mean": [0.43268842221476717, 0.23256202616334537, 1.1491563725211302, 0.0454250452098418, -0.04730920433511312, 1.234383716416715, 0.4445140402164359, -0.17937292450719483, 1.1402218793432233, 0.017771507311473148, 0.043068679537215014, -1.287130666402439], "std": [0.026180944058586092, 0.0363811539369925, 0.01436114296062896, 0.025841020626576696, 0.04554303094351511, 0.14058431172027552, 0.0240067718593446, 0.01690579608590614, 0.008914528179048307, 0.025311309377097038, 0.040784683759717784, 0.10844786007284755], "min": [0.36478904977482796, 0.1320878046712469, 1.123846668225111, 0.00028360338858801626, -0.15029341265055485, 0.9267744912360488, 0.42099042749943544, -0.20873431559832004, 1.1269312078911475, -0.00888124345184571, -0.06162121039944779, -1.3664508089174587], "max": [0.49610604957289134, 0.27345288103982357, 1.1640289211985064, 0.10640278402771375, 0.00030554421033568424, 1.3789091138833653, 0.5262077687346701, -0.13111520670801197, 1.1687139853284159, 0.09369157769959702, 0.1660443061121697, -1.0125829990270834], "count": [850]}, "eef_sim_pose_action": {"mean": [0.43265786948078955, 0.23256622902923363, 1.1491987996579538, 0.04547170436439675, -0.04723570705182993, 1.2342901345851496, 0.4445360256110013, -0.17935723597954553, 1.1402262359429505, 0.017768644505720892, 0.04303173909747837, -1.28694088446362], "std": [0.026172256818364405, 0.03638306197999349, 0.014339568962303656, 0.025804692545267512, 0.045546678906520505, 0.14051455280102432, 0.024002716946421632, 0.01690432826550128, 0.008912903053364677, 0.025312774003084623, 0.04079191836795781, 0.10845014685892934], "min": [0.36478904977482796, 0.1320878046712469, 1.123846668225111, 0.00028360338858801626, -0.15029341265055485, 0.9267744912360488, 0.42099042749943544, -0.20873431559832004, 1.1269312078911475, -0.00888124345184571, -0.06162121039944779, -1.3664508089174587], "max": [0.49610604957289134, 0.27345288103982357, 1.1640289211985064, 0.10640278402771375, 0.00030554421033568424, 1.3789091138833653, 0.5262077687346701, -0.13111520670801197, 1.1687139853284159, 0.09369157769959702, 0.1660443061121697, -1.0125829990270834], "count": [850]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [850]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [850]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [850]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [850]}, "gripper_open_scale_state": {"mean": [0.9119336898395666, 0.9090909090909064], "std": [0.0001849976600748532, 2.6645352591003757e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [850]}, "gripper_open_scale_action": {"mean": [0.9119336898395665, 0.9090909090909064], "std": [0.0001849976600748551, 2.6645352591003757e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [850]}}} +{"episode_index": 9, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49096951506591335]], [[0.4931022211144345]], [[0.4908201448894059]]], "std": [[[0.34739350371929617]], [[0.3298786116493715]], [[0.34170319623989437]]], "count": [177]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37274393255418925]], [[0.37651193641298325]], [[0.37129279753332595]]], "std": [[[0.2790759988844105]], [[0.2726259132907579]], [[0.27819472615365]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39117972471474466]], [[0.3949079705328459]], [[0.3881117954008345]]], "std": [[[0.2875056182820667]], [[0.26824217178816984]], [[0.2749490728932529]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41914357160001475]], [[0.4253529307909605]], [[0.4158624508419187]]], "std": [[[0.3275369913573119]], [[0.3069039665912081]], [[0.3121171727441413]]], "count": [177]}, "observation.state": {"min": [-0.15353770554065704, 0.1114741861820221, 0.028392143547534943, -1.9331495761871338, -0.15606734156608582, -0.0792183130979538, -0.25759533047676086, -0.3187192380428314, 0.3149913251399994, 0.06467181444168091, -1.657543659210205, -1.5385749340057373, -1.0566881895065308, -0.29369744658470154, -0.03257329761981964, -0.26541221141815186, -1.9534411430358887, 0.052610769867897034, -0.05020657554268837, -0.06056183576583862, -0.32043156027793884, -0.465023010969162, 0.05379856377840042, 1.3068187236785889, -1.56221604347229, 1.028172492980957, 1003.0, 999.5], "max": [0.3447352349758148, 0.29892581701278687, 0.3366107642650604, -1.4205104112625122, -0.06905831396579742, 0.0829358622431755, -0.05066690966486931, -0.27016687393188477, 0.4354138672351837, 0.21273955702781677, -1.348028302192688, -1.2598025798797607, -0.7840788960456848, 0.22085286676883698, 0.15822938084602356, -0.1250026673078537, -1.2668592929840088, 0.18785960972309113, 0.05608397349715233, 0.1555677354335785, -0.2453727424144745, -0.3224785625934601, 0.13079668581485748, 1.570497751235962, -1.3693504333496094, 1.1881680488586426, 1004.0, 1000.0], "mean": [0.0767640694975853, 0.2122986912727356, 0.09703308343887329, -1.6596812009811401, -0.09959068149328232, 0.009996489621698856, -0.14125779271125793, -0.2984798550605774, 0.3909958004951477, 0.18150147795677185, -1.426431655883789, -1.320273995399475, -0.9773019552230835, -0.0721190944314003, 0.10665075480937958, -0.23077906668186188, -1.6587172746658325, 0.14353644847869873, -0.02778724953532219, 0.02768167480826378, -0.29646387696266174, -0.38590574264526367, 0.10874512046575546, 1.3874276876449585, -1.438184142112732, 1.1228324174880981, 1003.1699829101562, 999.9849853515625], "std": [0.08669394254684448, 0.032028619199991226, 0.1001574918627739, 0.09442750364542007, 0.019603120163083076, 0.03687883913516998, 0.05586392059922218, 0.009340634569525719, 0.02090841718018055, 0.04390694573521614, 0.10609119385480881, 0.0931749939918518, 0.07657904177904129, 0.11799218505620956, 0.06057635322213173, 0.04294511303305626, 0.15160231292247772, 0.045518722385168076, 0.02583985961973667, 0.08770616352558136, 0.01796700619161129, 0.0318627767264843, 0.021866489201784134, 0.06813761591911316, 0.05590926110744476, 0.04574037343263626, 0.2381780743598938, 0.07589706033468246], "count": [997]}, "action": {"min": [-0.15353770554065704, 0.1114741861820221, 0.028392143547534943, -1.9331495761871338, -0.15606734156608582, -0.0792183130979538, -0.25759533047676086, -0.3187192380428314, 0.3149913251399994, 0.06467181444168091, -1.657543659210205, -1.5385749340057373, -1.0566881895065308, -0.29369744658470154, -0.03257329761981964, -0.26541221141815186, -1.9534411430358887, 0.052610769867897034, -0.05020657554268837, -0.06056292727589607, -0.32043156027793884, -0.465023010969162, 0.05379856377840042, 1.3068187236785889, -1.56221604347229, 1.028172492980957, 1003.0, 999.5], "max": [0.3447352349758148, 0.29892581701278687, 0.3366107642650604, -1.4205104112625122, -0.06905831396579742, 0.0829358622431755, -0.05066690966486931, -0.27016687393188477, 0.4354138672351837, 0.21273955702781677, -1.348028302192688, -1.2598025798797607, -0.7840788960456848, 0.22085286676883698, 0.15822938084602356, -0.1250026673078537, -1.2668592929840088, 0.18785960972309113, 0.05608397349715233, 0.1555677354335785, -0.2453727424144745, -0.3224785625934601, 0.13079668581485748, 1.570497751235962, -1.3693504333496094, 1.1881680488586426, 1004.0, 1000.0], "mean": [0.07685346901416779, 0.2122892290353775, 0.09691572189331055, -1.6598275899887085, -0.09954290837049484, 0.010105176828801632, -0.14132751524448395, -0.2984592318534851, 0.3909749388694763, 0.1815287321805954, -1.426403284072876, -1.3202472925186157, -0.9772601127624512, -0.07221482694149017, 0.10655062645673752, -0.23065732419490814, -1.6587963104248047, 0.14344899356365204, -0.027781585231423378, 0.027830207720398903, -0.296457976102829, -0.38588547706604004, 0.10875198990106583, 1.3874543905258179, -1.4382069110870361, 1.1228413581848145, 1003.1701049804688, 999.9849853515625], "std": [0.08666709810495377, 0.03202876076102257, 0.10016681998968124, 0.09433465451002121, 0.019568875432014465, 0.0367753691971302, 0.0557941198348999, 0.009318593889474869, 0.0208978783339262, 0.04391533136367798, 0.10610586404800415, 0.09318764507770538, 0.07654669880867004, 0.11801999807357788, 0.0605735257267952, 0.04303424805402756, 0.1516105979681015, 0.045517291873693466, 0.025837229564785957, 0.08768206089735031, 0.017964694648981094, 0.03186686709523201, 0.02187131531536579, 0.06812229752540588, 0.05589713528752327, 0.04574558138847351, 0.2381218671798706, 0.07589706033468246], "count": [997]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.6], "std": [9.593632147303635], "count": [997]}, "frame_index": {"min": [0], "max": [996], "mean": [498.0], "std": [287.8089644191091], "count": [997]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [997]}, "index": {"min": [9201], "max": [10197], "mean": [9699.0], "std": [287.8089644191091], "count": [997]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [997]}, "subtask_annotation": {"mean": [1.086258776328987, 3.0, 3.0, 3.0, 3.0], "std": [0.8848336209967675, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [997]}, "scene_annotation": {"mean": [9.0], "std": [0.0], "min": [9], "max": [9], "count": [997]}, "eef_direction_state": {"mean": [4.730190571715146, 4.608826479438315], "std": [2.1983903256389534, 2.2469063378909837], "min": [0, 0], "max": [6, 6], "count": [997]}, "eef_velocity_state": {"mean": [0.26479438314944836, 0.316950852557673], "std": [0.4412236596126143, 0.46528809314298675], "min": [0, 0], "max": [1, 1], "count": [997]}, "eef_acc_mag_state": {"mean": [0.20060180541624875, 0.14944834503510532], "std": [0.5429216616684767, 0.47477196827038787], "min": [0, 0], "max": [2, 2], "count": [997]}, "eef_direction_action": {"mean": [4.730190571715146, 4.608826479438315], "std": [2.1983903256389534, 2.2469063378909837], "min": [0, 0], "max": [6, 6], "count": [997]}, "eef_velocity_action": {"mean": [0.26479438314944836, 0.316950852557673], "std": [0.4412236596126143, 0.4652880931429867], "min": [0, 0], "max": [1, 1], "count": [997]}, "eef_acc_mag_action": {"mean": [0.20060180541624875, 0.14944834503510532], "std": [0.5429216616684766, 0.4747719682703879], "min": [0, 0], "max": [2, 2], "count": [997]}, "eef_sim_pose_state": {"mean": [0.4342455922162636, 0.2527068045478532, 1.146711557228579, 0.03474896966438114, -0.10393928661753903, 1.3126794832552882, 0.4288016838924547, -0.1810493557699938, 1.1436541905108808, 0.020898954669417397, 0.052677123299469254, -1.3048212999849396], "std": [0.021468511651469017, 0.03276407802115694, 0.009547011699474132, 0.022451441018327706, 0.015986016352179003, 0.13861363996545553, 0.032438784293122615, 0.016474346515999598, 0.015475000752193572, 0.031407064479696864, 0.022963010157657327, 0.07590847419533885], "min": [0.36116925928730104, 0.1594028272877257, 1.1238395594757777, -0.04096737385423199, -0.1461671140484313, 1.0108507407915055, 0.3671871742165982, -0.1996193439748783, 1.1235848770817072, -0.025322030072177593, 0.0005996368098664107, -1.366458613992501], "max": [0.4873865956583528, 0.27717419366994417, 1.1690487923163264, 0.09696548530425964, -0.07205951967967317, 1.4026461509937431, 0.5108244086059919, -0.13633986475448098, 1.184211546772461, 0.13697399850561154, 0.1236863978397893, -1.1485138183995596], "count": [997]}, "eef_sim_pose_action": {"mean": [0.4342243925269588, 0.2527318135790184, 1.14673573728774, 0.03478772628813632, -0.1039721066949357, 1.3126996740290333, 0.428781991569788, -0.18105857203662956, 1.1436583520016317, 0.020918073342624396, 0.05268905801778162, -1.30479373288273], "std": [0.0214603219359117, 0.0327694507506565, 0.009519538719737047, 0.0224343054799915, 0.015962405280954245, 0.1386247530356916, 0.032443540397843196, 0.016480572027739636, 0.015473244893968646, 0.03140384636804836, 0.022965154295609923, 0.07589110045691098], "min": [0.36116925928730104, 0.1594028272877257, 1.1238395594757777, -0.04096737385423199, -0.1461671140484313, 1.0108507407915055, 0.3671871742165982, -0.1996193439748783, 1.1235848770817072, -0.025322030072177593, 0.0005996368098664107, -1.366458613992501], "max": [0.4873865956583528, 0.27717419366994417, 1.1690487923163264, 0.09696548530425964, -0.07205951967967317, 1.4026461509937431, 0.5108244086059919, -0.13633986475448098, 1.184211546772461, 0.13697399850561154, 0.1236863978397893, -1.1485138183995596], "count": [997]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [997]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [997]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [997]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [997]}, "gripper_open_scale_state": {"mean": [0.9119727485790973, 0.9090772316950799], "std": [0.0002165259561264391, 6.899726926563478e-05], "min": [0.9118181818181819, 0.9086363636363637], "max": [0.9127272727272727, 0.9090909090909091], "count": [997]}, "gripper_open_scale_action": {"mean": [0.9119728625573958, 0.9090772316950799], "std": [0.00021647446558880048, 6.899726926563479e-05], "min": [0.9118181818181819, 0.9086363636363637], "max": [0.9127272727272727, 0.9090909090909091], "count": [997]}}} +{"episode_index": 10, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4805427079122027]], [[0.4828313656003638]], [[0.47994578785122294]]], "std": [[[0.34540390502632234]], [[0.3284165103780918]], [[0.34005118376308235]]], "count": [194]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36731512469678596]], [[0.37091841962300387]], [[0.3655804717505559]]], "std": [[[0.2771333652900068]], [[0.2708039503295856]], [[0.2766071868928664]]], "count": [194]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.393738298884846]], [[0.39802323167239406]], [[0.3910180296560205]]], "std": [[[0.29284957952050805]], [[0.2724602996625397]], [[0.27953264603424943]]], "count": [194]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39499735319385487]], [[0.40162875964389194]], [[0.39083061493497745]]], "std": [[[0.31215916044877634]], [[0.2920493792583102]], [[0.2970593730235145]]], "count": [194]}, "observation.state": {"min": [-0.19125644862651825, 0.13511356711387634, 0.06068291515111923, -1.7165247201919556, -0.20374974608421326, -0.07919322699308395, -0.3484724164009094, -0.3230111300945282, 0.3601517379283905, 0.0931771919131279, -1.6880254745483398, -1.5967586040496826, -1.0606240034103394, -0.13503175973892212, -0.0046360306441783905, -0.3269612491130829, -1.8005787134170532, 0.004307690542191267, -0.060123320668935776, -0.06058037653565407, -0.3161846399307251, -0.4741707444190979, 0.037838250398635864, 1.3349539041519165, -1.5910305976867676, 0.922125518321991, 1003.0, 999.375], "max": [0.1715276837348938, 0.3047563135623932, 0.33684200048446655, -1.3512818813323975, -0.05798856168985367, -0.046015605330467224, -0.050652727484703064, -0.30117398500442505, 0.4440978765487671, 0.20742224156856537, -1.3853051662445068, -1.2882654666900635, -0.7783300280570984, 0.2832167446613312, 0.15829481184482574, -0.14626622200012207, -1.213352918624878, 0.1878301501274109, 0.01990438811480999, 0.19420388340950012, -0.2719627618789673, -0.35941168665885925, 0.12575994431972504, 1.5925453901290894, -1.3420227766036987, 1.146979570388794, 1004.0, 1000.0], "mean": [0.017360106110572815, 0.22507035732269287, 0.1063339039683342, -1.557533621788025, -0.157204732298851, -0.0706840306520462, -0.1798279583454132, -0.30843809247016907, 0.40764498710632324, 0.18680930137634277, -1.4568806886672974, -1.3551764488220215, -1.016160011291504, -0.0205212589353323, 0.11841912567615509, -0.25957345962524414, -1.6031579971313477, 0.14014306664466858, -0.03210456669330597, 0.02818184345960617, -0.3010264039039612, -0.39813345670700073, 0.10249439626932144, 1.4129470586776733, -1.4376355409622192, 1.0848382711410522, 1003.1401977539062, 999.9893798828125], "std": [0.05943213775753975, 0.04193434491753578, 0.07540221512317657, 0.05762813612818718, 0.044790465384721756, 0.007723918650299311, 0.07195571064949036, 0.007647007703781128, 0.012942437082529068, 0.029143456369638443, 0.07568329572677612, 0.0865926742553711, 0.08558040112257004, 0.09691420197486877, 0.05058008432388306, 0.03478005900979042, 0.1126076951622963, 0.05787317082285881, 0.01891513355076313, 0.10462059080600739, 0.009355041198432446, 0.023763004690408707, 0.02743513695895672, 0.09620008617639542, 0.06475075334310532, 0.07904594391584396, 0.20417509973049164, 0.06909322738647461], "count": [1127]}, "action": {"min": [-0.19125644862651825, 0.13511356711387634, 0.06068291515111923, -1.7165247201919556, -0.20374974608421326, -0.07919322699308395, -0.3484724164009094, -0.3230111300945282, 0.3601517379283905, 0.0931771919131279, -1.6880254745483398, -1.5967586040496826, -1.0606240034103394, -0.13503175973892212, -0.0046360306441783905, -0.3269612491130829, -1.8005787134170532, 0.004307690542191267, -0.060123320668935776, -0.06058037653565407, -0.3161846399307251, -0.4741707444190979, 0.037838250398635864, 1.3349539041519165, -1.5910305976867676, 0.922125518321991, 1003.0, 999.375], "max": [0.1715276837348938, 0.3047563135623932, 0.33684200048446655, -1.3512818813323975, -0.05798856168985367, -0.046015605330467224, -0.050652727484703064, -0.30117398500442505, 0.4440978765487671, 0.20742224156856537, -1.3853051662445068, -1.2882654666900635, -0.7783300280570984, 0.2832167446613312, 0.15829481184482574, -0.14626622200012207, -1.213352918624878, 0.1878301501274109, 0.01990438811480999, 0.19420388340950012, -0.2719627618789673, -0.35941168665885925, 0.12575994431972504, 1.5925453901290894, -1.3420227766036987, 1.146979570388794, 1004.0, 1000.0], "mean": [0.01738797314465046, 0.22509412467479706, 0.10625854134559631, -1.5575834512710571, -0.15724392235279083, -0.07067862898111343, -0.17994531989097595, -0.30842307209968567, 0.4076390266418457, 0.18683214485645294, -1.4569300413131714, -1.3552125692367554, -1.016159176826477, -0.02056724764406681, 0.11833714693784714, -0.2595157325267792, -1.6031923294067383, 0.14003361761569977, -0.032120008021593094, 0.02833053655922413, -0.30102071166038513, -0.39812231063842773, 0.10248074680566788, 1.4130518436431885, -1.437665581703186, 1.084795594215393, 1003.1401977539062, 999.9893798828125], "std": [0.05943423882126808, 0.04193718731403351, 0.07540341466665268, 0.05762588605284691, 0.04479248821735382, 0.007720121648162603, 0.07185305655002594, 0.007643422111868858, 0.012941948138177395, 0.029149342328310013, 0.0756557285785675, 0.08657360076904297, 0.08558022975921631, 0.09694468975067139, 0.05059026554226875, 0.03483328968286514, 0.11262322962284088, 0.057899635285139084, 0.018930809572339058, 0.10461342334747314, 0.00935364980250597, 0.023770026862621307, 0.02742994762957096, 0.09617927670478821, 0.06473971158266068, 0.07902658730745316, 0.20417509973049164, 0.06909322738647461], "count": [1127]}, "timestamp": {"min": [0.0], "max": [37.53333333333333], "mean": [18.766666666666666], "std": [10.844558287198444], "count": [1127]}, "frame_index": {"min": [0], "max": [1126], "mean": [563.0], "std": [325.3367486159533], "count": [1127]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [1127]}, "index": {"min": [10198], "max": [11324], "mean": [10761.0], "std": [325.3367486159533], "count": [1127]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1127]}, "subtask_annotation": {"mean": [0.976929902395741, 3.0, 3.0, 3.0, 3.0], "std": [0.9236132209719117, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1127]}, "scene_annotation": {"mean": [10.0], "std": [0.0], "min": [10], "max": [10], "count": [1127]}, "eef_direction_state": {"mean": [5.225377107364685, 4.84472049689441], "std": [1.789933949778371, 2.0859580575140195], "min": [0, 0], "max": [6, 6], "count": [1127]}, "eef_velocity_state": {"mean": [0.16770186335403728, 0.25998225377107365], "std": [0.3736013227781971, 0.4386245336220771], "min": [0, 0], "max": [1, 1], "count": [1127]}, "eef_acc_mag_state": {"mean": [0.09760425909494233, 0.12422360248447205], "std": [0.38754286078278133, 0.4384054915533239], "min": [0, 0], "max": [2, 2], "count": [1127]}, "eef_direction_action": {"mean": [5.225377107364685, 4.84472049689441], "std": [1.789933949778371, 2.0859580575140195], "min": [0, 0], "max": [6, 6], "count": [1127]}, "eef_velocity_action": {"mean": [0.16770186335403728, 0.25998225377107365], "std": [0.3736013227781971, 0.4386245336220771], "min": [0, 0], "max": [1, 1], "count": [1127]}, "eef_acc_mag_action": {"mean": [0.09760425909494233, 0.12422360248447205], "std": [0.38754286078278133, 0.4384054915533239], "min": [0, 0], "max": [2, 2], "count": [1127]}, "eef_sim_pose_state": {"mean": [0.45129972869270263, 0.26076102909993637, 1.133293565043774, -0.003586807637762459, -0.0685365448310251, 1.2854583012496048, 0.441865020738913, -0.176849975723099, 1.1399210567162832, 0.012108586069917002, 0.02804358080871614, -1.2803723052764924], "std": [0.01423391111165161, 0.022283256466415664, 0.0062695552803954955, 0.02253691563041648, 0.009500962238333363, 0.12050706595545067, 0.02612282523982076, 0.018524137859477412, 0.008198555162032311, 0.01545444431080845, 0.03477863363929793, 0.11109306748598728], "min": [0.4081920494663616, 0.19200965185929111, 1.1238410510571561, -0.023653739957315345, -0.10163493676498536, 0.9440343718191291, 0.40709832650292754, -0.19887044944628446, 1.1286699291438698, -0.030776968280664563, -0.08025213317217106, -1.366437963351832], "max": [0.49883801496573654, 0.27849359965788106, 1.140047279811603, 0.056546658139977724, -0.043878719154202495, 1.3795539026379275, 0.5236007095289077, -0.1289858908033254, 1.1662686209884041, 0.04585536971939275, 0.05295325830740416, -1.0682873050118968], "count": [1127]}, "eef_sim_pose_action": {"mean": [0.45129484016446003, 0.26078856641001513, 1.1333064272014002, -0.0036104237074935197, -0.06852559950638203, 1.285407246218274, 0.44185602102688865, -0.17684427337092737, 1.1399236525454417, 0.012141971178933767, 0.02801366988381286, -1.280281355495129], "std": [0.014234238091023359, 0.022285769783022713, 0.00626503178022317, 0.022541317115853193, 0.009499414402257343, 0.12047964517360236, 0.02612840190159248, 0.018521813571508165, 0.008197471127493208, 0.015481764578825146, 0.03477359461863107, 0.11106455947096765], "min": [0.4081920494663616, 0.19200965185929111, 1.1238410510571561, -0.023653739957315345, -0.10163493676498536, 0.9440343718191291, 0.40709832650292754, -0.19887044944628446, 1.1286699291438698, -0.030776968280664563, -0.08025213317217106, -1.366437963351832], "max": [0.49883801496573654, 0.27849359965788106, 1.140047279811603, 0.056546658139977724, -0.043878719154202495, 1.3795539026379275, 0.5236007095289077, -0.1289858908033254, 1.1662686209884041, 0.04585536971939275, 0.05295325830740416, -1.0682873050118968], "count": [1127]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1127]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1127]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1127]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1127]}, "gripper_open_scale_state": {"mean": [0.9119448253609705, 0.9090812293296681], "std": [0.00018561065024593295, 6.281134527081216e-05], "min": [0.9118181818181819, 0.9085227272727273], "max": [0.9127272727272727, 0.9090909090909091], "count": [1127]}, "gripper_open_scale_action": {"mean": [0.9119448253609705, 0.9090812293296681], "std": [0.00018561065024593292, 6.281134527081216e-05], "min": [0.9118181818181819, 0.9085227272727273], "max": [0.9127272727272727, 0.9090909090909091], "count": [1127]}}} +{"episode_index": 11, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47364803643949493]], [[0.4747672936893204]], [[0.47240569773621427]]], "std": [[[0.34420509215699724]], [[0.3263077558754482]], [[0.33898862120823076]]], "count": [206]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3646724728726442]], [[0.3682107515943271]], [[0.36294331612094677]]], "std": [[[0.2765305782106718]], [[0.270359356208899]], [[0.27617013407955643]]], "count": [206]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4096953496811346]], [[0.412152991941113]], [[0.40480259792023604]]], "std": [[[0.31370913184465216]], [[0.29164220544815034]], [[0.2987173639583433]]], "count": [206]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42320763036201536]], [[0.42876271594802967]], [[0.41896328586046067]]], "std": [[[0.33031870909863653]], [[0.31129005184280895]], [[0.3166185849294666]]], "count": [206]}, "observation.state": {"min": [-0.3224746882915497, 0.08489499986171722, 0.09567240625619888, -1.8595654964447021, -0.17115680873394012, -0.0813618004322052, -0.26309746503829956, -0.3278382420539856, 0.3314428925514221, 0.07727687805891037, -1.6423025131225586, -1.5041100978851318, -1.0564595460891724, -0.07365616410970688, -0.030237829312682152, -0.30701759457588196, -1.7176493406295776, 0.013920092023909092, -0.10791152715682983, -0.06059782952070236, -0.31598713994026184, -0.5147609114646912, 0.03980650007724762, 1.3349539041519165, -1.5473175048828125, 0.8903825879096985, 1003.0, 1000.0], "max": [0.27689212560653687, 0.31664419174194336, 0.31499701738357544, -1.166675090789795, -0.04100869223475456, 0.027426758781075478, -0.050673454999923706, -0.2896099388599396, 0.485910564661026, 0.18638768792152405, -1.384897232055664, -1.2890312671661377, -0.789684534072876, 0.4358937740325928, 0.15824683010578156, -0.17460928857326508, -1.0051252841949463, 0.18784105777740479, 0.06231261417269707, 0.20678114891052246, -0.2530125081539154, -0.3800731301307678, 0.12067350000143051, 1.658850908279419, -1.3691048622131348, 1.1448906660079956, 1004.0, 1000.0], "mean": [0.07133884727954865, 0.23423443734645844, 0.13799753785133362, -1.6184900999069214, -0.13438794016838074, -0.0263968575745821, -0.19648952782154083, -0.3112885653972626, 0.38947367668151855, 0.16853760182857513, -1.4776129722595215, -1.401455283164978, -0.9298202991485596, 0.029257996007800102, 0.11323615908622742, -0.25134778022766113, -1.5623682737350464, 0.130248561501503, -0.030025307089090347, 0.04947135969996452, -0.2952560782432556, -0.4125080406665802, 0.1034400537610054, 1.4356353282928467, -1.4280012845993042, 1.0718483924865723, 1003.1694946289062, 1000.0], "std": [0.12579402327537537, 0.04251275956630707, 0.06634319573640823, 0.13320112228393555, 0.030021049082279205, 0.021250512450933456, 0.0451640859246254, 0.006559898145496845, 0.03168220818042755, 0.03058515302836895, 0.06161702424287796, 0.04461224004626274, 0.06318631023168564, 0.14747299253940582, 0.05613042414188385, 0.033231865614652634, 0.18205700814723969, 0.05939827859401703, 0.034077238291502, 0.11011834442615509, 0.017387526109814644, 0.03811625391244888, 0.024799874052405357, 0.10621863603591919, 0.051514897495508194, 0.0843038409948349, 0.23620975017547607, 0.0], "count": [1220]}, "action": {"min": [-0.3224746882915497, 0.08489499986171722, 0.09567240625619888, -1.8595654964447021, -0.17115680873394012, -0.0813618004322052, -0.26309746503829956, -0.3278382420539856, 0.3314428925514221, 0.07727687805891037, -1.6423025131225586, -1.5041100978851318, -1.0564595460891724, -0.07365616410970688, -0.030237829312682152, -0.30701759457588196, -1.7176493406295776, 0.013920092023909092, -0.10791152715682983, -0.06059782952070236, -0.31598713994026184, -0.5147609114646912, 0.03980650007724762, 1.3349539041519165, -1.5473175048828125, 0.8903825879096985, 1003.0, 1000.0], "max": [0.27689212560653687, 0.31664419174194336, 0.31499701738357544, -1.166675090789795, -0.04100869223475456, 0.027426758781075478, -0.050673454999923706, -0.2896099388599396, 0.485910564661026, 0.18638768792152405, -1.384897232055664, -1.2890312671661377, -0.789684534072876, 0.4358937740325928, 0.15824463963508606, -0.17460928857326508, -1.0051252841949463, 0.18784105777740479, 0.06231261417269707, 0.20678114891052246, -0.2530125081539154, -0.3800731301307678, 0.12067350000143051, 1.658850908279419, -1.3691048622131348, 1.1448906660079956, 1004.0, 1000.0], "mean": [0.07142934948205948, 0.23426181077957153, 0.13795766234397888, -1.618597388267517, -0.13439799845218658, -0.026349296793341637, -0.19661325216293335, -0.3112834095954895, 0.38944700360298157, 0.16854111850261688, -1.4776666164398193, -1.401539921760559, -0.9297313094139099, 0.02930935099720955, 0.1131690964102745, -0.25128835439682007, -1.5623645782470703, 0.13013401627540588, -0.02999129332602024, 0.04961623623967171, -0.2952337861061096, -0.4125256836414337, 0.10343241691589355, 1.435758113861084, -1.4279929399490356, 1.0717840194702148, 1003.169677734375, 1000.0], "std": [0.12578707933425903, 0.04251212254166603, 0.06635208427906036, 0.13317932188510895, 0.030024128034710884, 0.021197009831666946, 0.044970735907554626, 0.0065565090626478195, 0.031676873564720154, 0.030586890876293182, 0.061564646661281586, 0.04449775069952011, 0.06308519840240479, 0.14745324850082397, 0.05612541735172272, 0.033281393349170685, 0.1820554882287979, 0.05942197144031525, 0.03408535197377205, 0.11008983105421066, 0.017390580847859383, 0.038110557943582535, 0.024796009063720703, 0.10618870705366135, 0.05152076110243797, 0.08427831530570984, 0.2363012582063675, 0.0], "count": [1220]}, "timestamp": {"min": [0.0], "max": [40.63333333333333], "mean": [20.316666666666666], "std": [11.739451529872348], "count": [1220]}, "frame_index": {"min": [0], "max": [1219], "mean": [609.5], "std": [352.1835458961705], "count": [1220]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [1220]}, "index": {"min": [11325], "max": [12544], "mean": [11934.5], "std": [352.1835458961705], "count": [1220]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1220]}, "subtask_annotation": {"mean": [0.9852459016393442, 3.0, 3.0, 3.0, 3.0], "std": [0.8597247111003821, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1220]}, "scene_annotation": {"mean": [11.0], "std": [0.0], "min": [11], "max": [11], "count": [1220]}, "eef_direction_state": {"mean": [4.927868852459016, 4.94344262295082], "std": [2.063272201994067, 2.0900030474884694], "min": [0, 0], "max": [6, 6], "count": [1220]}, "eef_velocity_state": {"mean": [0.23852459016393443, 0.2139344262295082], "std": [0.4261814285619021, 0.41008107430526464], "min": [0, 0], "max": [1, 1], "count": [1220]}, "eef_acc_mag_state": {"mean": [0.13114754098360656, 0.11557377049180328], "std": [0.4481440721232456, 0.4233977496326319], "min": [0, 0], "max": [2, 2], "count": [1220]}, "eef_direction_action": {"mean": [4.927868852459016, 4.94344262295082], "std": [2.0632722019940664, 2.0900030474884694], "min": [0, 0], "max": [6, 6], "count": [1220]}, "eef_velocity_action": {"mean": [0.23852459016393443, 0.2139344262295082], "std": [0.4261814285619021, 0.41008107430526464], "min": [0, 0], "max": [1, 1], "count": [1220]}, "eef_acc_mag_action": {"mean": [0.13114754098360656, 0.11557377049180328], "std": [0.4481440721232456, 0.4233977496326319], "min": [0, 0], "max": [2, 2], "count": [1220]}, "eef_sim_pose_state": {"mean": [0.434672273977691, 0.24794481139843305, 1.1350316980434434, 0.04730345649164554, -0.08475725361534213, 1.2191965589206237, 0.456562656024081, -0.17883865394436033, 1.1451939674862062, 0.017626563451575525, 0.00962985089546066, -1.2696424272567979], "std": [0.03301208573254688, 0.02546479843320322, 0.00629955925773451, 0.020595618481909706, 0.020474783076936374, 0.07868885762571147, 0.0407090746801666, 0.01677337159184648, 0.014705647739595522, 0.033901974564429505, 0.043484845714853296, 0.10744427588587274], "min": [0.3785945812779437, 0.17055220009834576, 1.1222982132934551, -0.00540661954848054, -0.15210672797784497, 1.0552185543676287, 0.42706955578206396, -0.1953158954269703, 1.1293669039180716, -0.047998245284889385, -0.0978440708610635, -1.3665204219844804], "max": [0.5369360227432031, 0.26376184778385087, 1.1565261035379835, 0.1026540184927961, -0.03958817130839454, 1.3789357088318892, 0.5645339122531218, -0.13071647608048234, 1.1807165443251655, 0.11541135036407524, 0.05087795980511722, -1.0750402857914818], "count": [1220]}, "eef_sim_pose_action": {"mean": [0.4346480749524525, 0.24795760099552094, 1.1350402275278242, 0.047341129549290296, -0.0847579522371106, 1.2190881830918296, 0.4565822955036519, -0.1788384649358736, 1.1452132544601383, 0.017660095673853855, 0.009560759293245454, -1.2695590345129588], "std": [0.03300936508964394, 0.025468391146049988, 0.006291433355217617, 0.02056112006028909, 0.020474506066383714, 0.07855973419355039, 0.040702410576349886, 0.016773273901601236, 0.014707728301898954, 0.03391060068319796, 0.04348638309967499, 0.10740857184311432], "min": [0.3785945812779437, 0.17055220009834576, 1.1222982132934551, -0.00540661954848054, -0.15210672797784497, 1.0552185543676287, 0.42706955578206396, -0.1953158954269703, 1.1293669039180716, -0.047998245284889385, -0.0978440708610635, -1.3665204219844804], "max": [0.5369360227432031, 0.26376184778385087, 1.1565261035379835, 0.1026540184927961, -0.03958817130839454, 1.3789357088318892, 0.5645339122531218, -0.13071647608048234, 1.1807165443251655, 0.11541135036407524, 0.05087795980511722, -1.0750402857914818], "count": [1220]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1220]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1220]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1220]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1220]}, "gripper_open_scale_state": {"mean": [0.9119726409229908, 0.9090909090909066], "std": [0.0002147361151193632, 2.4424906541753444e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1220]}, "gripper_open_scale_action": {"mean": [0.9119727623110921, 0.9090909090909066], "std": [0.0002148191888333135, 2.4424906541753444e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1220]}}} +{"episode_index": 12, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46274172186892776]], [[0.4660646297032326]], [[0.4614151331478537]]], "std": [[[0.3387495992147628]], [[0.3235351845897136]], [[0.3342940307497671]]], "count": [185]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3746796667991521]], [[0.378018027954425]], [[0.372624063769652]]], "std": [[[0.2770922803910121]], [[0.2715511531460336]], [[0.2771197376677045]]], "count": [185]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4037252561384914]], [[0.40684628157569336]], [[0.3988888701201201]]], "std": [[[0.300982227015359]], [[0.27924806527897483]], [[0.2862452453982258]]], "count": [185]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39398071012188657]], [[0.40051536278925987]], [[0.38966530427486307]]], "std": [[[0.3104997913342093]], [[0.29019549582286297]], [[0.2955110263199557]]], "count": [185]}, "observation.state": {"min": [-0.07705192267894745, 0.10310641676187515, 0.06342526525259018, -1.8569931983947754, -0.19226983189582825, -0.08287477493286133, -0.2861107289791107, -0.32389649748802185, 0.32436269521713257, 0.07141099870204926, -1.634250521659851, -1.6071208715438843, -1.1466325521469116, -0.13102950155735016, -0.006225371267646551, -0.28923705220222473, -1.7462553977966309, -0.009518589824438095, -0.046906813979148865, -0.06057056039571762, -0.3136409521102905, -0.4465770721435547, 0.048033811151981354, 1.3279190063476562, -1.6141445636749268, 0.940489649772644, 1003.0, 1000.0], "max": [0.29555296897888184, 0.31536680459976196, 0.32869675755500793, -1.4766510725021362, -0.03085305728018284, 0.05720098316669464, -0.05066254734992981, -0.2950194478034973, 0.41296085715293884, 0.18467238545417786, -1.3580063581466675, -1.2807505130767822, -0.78606778383255, 0.1670825481414795, 0.15822827816009521, -0.14344751834869385, -1.3526498079299927, 0.19171351194381714, 0.04905247688293457, 0.16465000808238983, -0.2833169996738434, -0.36173775792121887, 0.1241111233830452, 1.5169861316680908, -1.3649137020111084, 1.164573073387146, 1003.875, 1000.0], "mean": [0.1510058492422104, 0.1642472743988037, 0.13524752855300903, -1.6840697526931763, -0.08392471820116043, -0.03580067306756973, -0.13735686242580414, -0.31480616331100464, 0.3671637177467346, 0.15277165174484253, -1.4268879890441895, -1.3827838897705078, -0.9905165433883667, -0.06044606491923332, 0.11122974753379822, -0.2398276925086975, -1.6411367654800415, 0.14861458539962769, -0.02387913502752781, 0.024241499602794647, -0.30145421624183655, -0.3884362280368805, 0.10804422944784164, 1.3797856569290161, -1.444641351699829, 1.110973596572876, 1003.1726684570312, 1000.0], "std": [0.09771415591239929, 0.059798434376716614, 0.06812865287065506, 0.09461324661970139, 0.049599483609199524, 0.02313838340342045, 0.06569985300302505, 0.005878238473087549, 0.02442791499197483, 0.02580576390028, 0.07828925549983978, 0.09023496508598328, 0.08056952804327011, 0.06559699028730392, 0.05270102247595787, 0.04394670948386192, 0.08162660151720047, 0.051068589091300964, 0.03099174052476883, 0.08990323543548584, 0.007209303323179483, 0.016123125329613686, 0.022296203300356865, 0.054527636617422104, 0.07699782401323318, 0.058580681681632996, 0.21502237021923065, 0.0], "count": [1060]}, "action": {"min": [-0.07705192267894745, 0.10310641676187515, 0.06342526525259018, -1.8569931983947754, -0.19226983189582825, -0.08287477493286133, -0.2861107289791107, -0.32389649748802185, 0.32436269521713257, 0.07141099870204926, -1.634250521659851, -1.6071208715438843, -1.1466325521469116, -0.13102950155735016, -0.006225371267646551, -0.28923705220222473, -1.7462553977966309, -0.009518589824438095, -0.046906813979148865, -0.06057056039571762, -0.3136409521102905, -0.4465770721435547, 0.048033811151981354, 1.3279190063476562, -1.6141445636749268, 0.940489649772644, 1003.0, 1000.0], "max": [0.29555296897888184, 0.31536680459976196, 0.32869675755500793, -1.4766510725021362, -0.03085305728018284, 0.05720098316669464, -0.05066254734992981, -0.2950194478034973, 0.41296085715293884, 0.18467238545417786, -1.3580063581466675, -1.2807505130767822, -0.78606778383255, 0.1670825481414795, 0.15822827816009521, -0.14344751834869385, -1.3526498079299927, 0.19171351194381714, 0.04905247688293457, 0.16465000808238983, -0.2833169996738434, -0.36173775792121887, 0.1241111233830452, 1.5169861316680908, -1.3649137020111084, 1.164573073387146, 1003.875, 1000.0], "mean": [0.1511940360069275, 0.16415798664093018, 0.1352013349533081, -1.6842585802078247, -0.08383546024560928, -0.03575245290994644, -0.1374211311340332, -0.31480416655540466, 0.367110013961792, 0.15274737775325775, -1.4268845319747925, -1.3828444480895996, -0.9904835820198059, -0.060510072857141495, 0.11113214492797852, -0.23972851037979126, -1.641206979751587, 0.14850705862045288, -0.02387930639088154, 0.02438383921980858, -0.30144038796424866, -0.38842371106147766, 0.10804340988397598, 1.3798545598983765, -1.4446455240249634, 1.1109744310379028, 1003.1726684570312, 1000.0], "std": [0.09762706607580185, 0.05979093909263611, 0.06813669949769974, 0.09449911117553711, 0.04958837106823921, 0.023100996389985085, 0.0656483843922615, 0.005877265706658363, 0.02439173124730587, 0.025790877640247345, 0.07829160243272781, 0.09019409865140915, 0.08054937422275543, 0.06562843173742294, 0.052709758281707764, 0.044019877910614014, 0.08165355771780014, 0.05110582709312439, 0.030991844832897186, 0.08988826721906662, 0.007213782984763384, 0.016127413138747215, 0.022295745089650154, 0.05451786890625954, 0.07699525356292725, 0.05858134478330612, 0.21502237021923065, 0.0], "count": [1060]}, "timestamp": {"min": [0.0], "max": [35.3], "mean": [17.65], "std": [10.199850216765167], "count": [1060]}, "frame_index": {"min": [0], "max": [1059], "mean": [529.5], "std": [305.99550650295504], "count": [1060]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [1060]}, "index": {"min": [12545], "max": [13604], "mean": [13074.5], "std": [305.99550650295504], "count": [1060]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1060]}, "subtask_annotation": {"mean": [1.0452830188679245, 3.0, 3.0, 3.0, 3.0], "std": [0.8837241176559184, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1060]}, "scene_annotation": {"mean": [12.0], "std": [0.0], "min": [12], "max": [12], "count": [1060]}, "eef_direction_state": {"mean": [5.212264150943396, 5.211320754716981], "std": [1.7540359299147685, 1.8203939421629638], "min": [0, 0], "max": [6, 6], "count": [1060]}, "eef_velocity_state": {"mean": [0.1820754716981132, 0.17075471698113207], "std": [0.39317219085600363, 0.3762944905387636], "min": [0, 0], "max": [2, 1], "count": [1060]}, "eef_acc_mag_state": {"mean": [0.12830188679245283, 0.06792452830188679], "std": [0.43928645336460753, 0.3295357425603114], "min": [0, 0], "max": [2, 2], "count": [1060]}, "eef_direction_action": {"mean": [5.212264150943396, 5.211320754716981], "std": [1.7540359299147685, 1.820393942162964], "min": [0, 0], "max": [6, 6], "count": [1060]}, "eef_velocity_action": {"mean": [0.1820754716981132, 0.17075471698113207], "std": [0.3931721908560036, 0.3762944905387636], "min": [0, 0], "max": [2, 1], "count": [1060]}, "eef_acc_mag_action": {"mean": [0.12830188679245283, 0.06792452830188679], "std": [0.43928645336460753, 0.3295357425603114], "min": [0, 0], "max": [2, 2], "count": [1060]}, "eef_sim_pose_state": {"mean": [0.4110818052070435, 0.2271142825021576, 1.1302670700744504, 0.033727985564806634, -0.055663195992343754, 1.2797100773183887, 0.4317245507564138, -0.18027806495037693, 1.1396472383051792, 0.009535436088899564, 0.05377176663872034, -1.301604299060622], "std": [0.025334800167094745, 0.019158730180374183, 0.005757461852813288, 0.02385446590020976, 0.0210371371900082, 0.12033054299445647, 0.0172397207953989, 0.015627595070503982, 0.006683164837447603, 0.019535022321475855, 0.03399704247274509, 0.08639156684796044], "min": [0.3722153602778114, 0.16726609136081597, 1.123659348406031, -0.03681740428269786, -0.1205330341273596, 1.0103372767415966, 0.40954966576983726, -0.19534589866746266, 1.128694133386565, -0.02386125440730069, -0.08926958095871718, -1.3664414328163974], "max": [0.4651669984747193, 0.25785253862376806, 1.1499286877423438, 0.13742936616632623, 0.0027442873579899274, 1.4165989269507986, 0.4937139910224884, -0.13465735382502333, 1.1543012080072266, 0.053774371587358205, 0.13481059690376895, -1.1230330978592198], "count": [1060]}, "eef_sim_pose_action": {"mean": [0.4110289528979089, 0.22709374681885, 1.1302719709572622, 0.033759985413388933, -0.05564000554360513, 1.2796663593883013, 0.43171304095858176, -0.1802809584618672, 1.1396571877299295, 0.009578327681850539, 0.05375702629691867, -1.3015601607991052], "std": [0.025305544647453476, 0.019148779677397514, 0.0057541912179009, 0.023839318057244138, 0.021028130528493238, 0.12030292654318774, 0.017244424085055332, 0.015629233380731855, 0.006684184195119922, 0.019577250566976158, 0.03400168906425113, 0.08637039273789028], "min": [0.3722153602778114, 0.16726609136081597, 1.123659348406031, -0.03681740428269786, -0.1205330341273596, 1.0103372767415966, 0.40954966576983726, -0.19534589866746266, 1.128694133386565, -0.02386125440730069, -0.08926958095871718, -1.3664414328163974], "max": [0.4651669984747193, 0.25785253862376806, 1.1499286877423438, 0.13742936616632623, 0.0027442873579899274, 1.4165989269507986, 0.4937139910224884, -0.13465735382502333, 1.1543012080072266, 0.053774371587358205, 0.13481059690376895, -1.1230330978592198], "count": [1060]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1060]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1060]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1060]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1060]}, "gripper_open_scale_state": {"mean": [0.911975128644933, 0.9090909090909008], "std": [0.0001954738238399772, 8.215650382226158e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126136363636363, 0.9090909090909091], "count": [1060]}, "gripper_open_scale_action": {"mean": [0.911975128644933, 0.9090909090909008], "std": [0.00019547382383997724, 8.215650382226158e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126136363636363, 0.9090909090909091], "count": [1060]}}} +{"episode_index": 13, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4585303625348775]], [[0.4609933995528036]], [[0.4565880991285403]]], "std": [[[0.3380575929892365]], [[0.322072751123567]], [[0.3337419429300939]]], "count": [171]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.370073719326912]], [[0.37333351847074114]], [[0.3682125054944005]]], "std": [[[0.27702359566763546]], [[0.27134657286508834]], [[0.2771502014476918]]], "count": [171]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40547675271375605]], [[0.4081364056587547]], [[0.39999101307189544]]], "std": [[[0.3151774587733979]], [[0.2940535428865163]], [[0.30106887456527626]]], "count": [171]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4019210048541834]], [[0.4077946957535451]], [[0.39695670651301457]]], "std": [[[0.31777866598336946]], [[0.29810712291299474]], [[0.30351730563826196]]], "count": [171]}, "observation.state": {"min": [-0.23493222892284393, 0.06376124173402786, 0.0812210813164711, -1.8353697061538696, -0.1704019457101822, -0.09157633781433105, -0.2997494041919708, -0.31875836849212646, 0.33015844225883484, 0.0586889386177063, -1.684660792350769, -1.5316029787063599, -1.0566881895065308, -0.11140436679124832, -0.05916666239500046, -0.27987009286880493, -1.7337558269500732, -0.06396631896495819, -0.06514332443475723, -0.06056947261095047, -0.31496313214302063, -0.49007880687713623, 0.03424818813800812, 1.3349539041519165, -1.5526666641235352, 0.9929415583610535, 1003.0, 1000.0], "max": [0.26176339387893677, 0.32678017020225525, 0.3429168462753296, -1.3171563148498535, -0.03723768889904022, 0.06992007791996002, -0.05066036432981491, -0.2802269458770752, 0.46365994215011597, 0.18140725791454315, -1.3856452703475952, -1.2891275882720947, -0.7161977291107178, 0.325279176235199, 0.15825554728507996, -0.15194618701934814, -1.153812050819397, 0.18784761428833008, 0.04332343488931656, 0.13968525826931, -0.27327731251716614, -0.3804849088191986, 0.12065880745649338, 1.487663984298706, -1.2687463760375977, 1.162692666053772, 1003.8125, 1000.0], "mean": [0.055056050419807434, 0.18712210655212402, 0.1779581606388092, -1.6365830898284912, -0.10821238905191422, 0.01732148416340351, -0.15649153292179108, -0.3050154149532318, 0.39192962646484375, 0.1421331912279129, -1.4600392580032349, -1.4183818101882935, -0.9406247138977051, -0.01416441984474659, 0.10399849712848663, -0.24165263772010803, -1.5891704559326172, 0.1436067670583725, -0.031266987323760986, 0.0011731369886547327, -0.30230724811553955, -0.4024750292301178, 0.10757038742303848, 1.3694661855697632, -1.4218380451202393, 1.1194308996200562, 1003.0792236328125, 1000.0], "std": [0.11616580188274384, 0.050761524587869644, 0.07143712043762207, 0.1233510971069336, 0.028269490227103233, 0.05188344791531563, 0.06064913794398308, 0.007693678606301546, 0.02978861890733242, 0.03388066589832306, 0.09824518114328384, 0.06468518078327179, 0.09266708046197891, 0.10035612434148788, 0.07176000624895096, 0.036705877631902695, 0.12264147400856018, 0.059189748018980026, 0.024209007620811462, 0.07875052839517593, 0.00896540004760027, 0.025988474488258362, 0.024385323747992516, 0.052648939192295074, 0.05426750332117081, 0.04301401227712631, 0.16529063880443573, 0.0], "count": [952]}, "action": {"min": [-0.23493222892284393, 0.06376124173402786, 0.0812210813164711, -1.8353697061538696, -0.1704019457101822, -0.09157633781433105, -0.2997494041919708, -0.31875836849212646, 0.33015844225883484, 0.0586889386177063, -1.684660792350769, -1.5316029787063599, -1.0566881895065308, -0.11248259246349335, -0.05916666239500046, -0.27987009286880493, -1.7330111265182495, -0.062345102429389954, -0.06514332443475723, -0.06056947261095047, -0.31496313214302063, -0.49007880687713623, 0.03424818813800812, 1.3349539041519165, -1.5526666641235352, 0.9929415583610535, 1003.0, 1000.0], "max": [0.26176339387893677, 0.32678017020225525, 0.3429168462753296, -1.3171563148498535, -0.03723768889904022, 0.06992007791996002, -0.05066036432981491, -0.2802269458770752, 0.46365994215011597, 0.18140487372875214, -1.3856452703475952, -1.2891275882720947, -0.7161977291107178, 0.325279176235199, 0.15825554728507996, -0.15194618701934814, -1.153812050819397, 0.18784761428833008, 0.04332343488931656, 0.13968525826931, -0.27327731251716614, -0.38046956062316895, 0.12065880745649338, 1.487663984298706, -1.2708989381790161, 1.162692666053772, 1003.8125, 1000.0], "mean": [0.055173419415950775, 0.1870807409286499, 0.17794360220432281, -1.6367714405059814, -0.10818707197904587, 0.01746559701859951, -0.15658745169639587, -0.30499985814094543, 0.39189431071281433, 0.1421048939228058, -1.4600476026535034, -1.4185153245925903, -0.9405367970466614, -0.01422189362347126, 0.10387380421161652, -0.2415427267551422, -1.5892620086669922, 0.14335434138774872, -0.031204795464873314, 0.0012756416108459234, -0.30228713154792786, -0.402466356754303, 0.10756991058588028, 1.3695343732833862, -1.4217203855514526, 1.1193541288375854, 1003.0784301757812, 1000.0], "std": [0.11617270857095718, 0.05075354129076004, 0.07144466042518616, 0.12332042306661606, 0.028254112228751183, 0.051805511116981506, 0.06055387109518051, 0.007680999580770731, 0.02978462539613247, 0.033859122544527054, 0.09823890030384064, 0.06454898416996002, 0.0925966426730156, 0.10039729624986649, 0.07176391780376434, 0.036803945899009705, 0.1227082833647728, 0.059511516243219376, 0.024255871772766113, 0.07873344421386719, 0.00897696241736412, 0.02599409595131874, 0.02438506670296192, 0.0526302307844162, 0.05444037541747093, 0.043022964149713516, 0.1645612120628357, 0.0], "count": [952]}, "timestamp": {"min": [0.0], "max": [31.7], "mean": [15.850000000000001], "std": [9.160619217304278], "count": [952]}, "frame_index": {"min": [0], "max": [951], "mean": [475.5], "std": [274.8185765191283], "count": [952]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [952]}, "index": {"min": [13605], "max": [14556], "mean": [14080.5], "std": [274.8185765191283], "count": [952]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [952]}, "subtask_annotation": {"mean": [0.8823529411764706, 3.0, 3.0, 3.0, 3.0], "std": [0.8857079074284336, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [952]}, "scene_annotation": {"mean": [13.0], "std": [0.0], "min": [13], "max": [13], "count": [952]}, "eef_direction_state": {"mean": [4.649159663865547, 4.795168067226891], "std": [2.1983615288396487, 2.1457055442622552], "min": [0, 0], "max": [6, 6], "count": [952]}, "eef_velocity_state": {"mean": [0.29096638655462187, 0.2762605042016807], "std": [0.4542080453382262, 0.44714722186312894], "min": [0, 0], "max": [1, 1], "count": [952]}, "eef_acc_mag_state": {"mean": [0.12289915966386554, 0.1407563025210084], "std": [0.42828169271942446, 0.4619317488672294], "min": [0, 0], "max": [2, 2], "count": [952]}, "eef_direction_action": {"mean": [4.649159663865547, 4.800420168067227], "std": [2.1983615288396487, 2.1425265439489936], "min": [0, 0], "max": [6, 6], "count": [952]}, "eef_velocity_action": {"mean": [0.29096638655462187, 0.27521008403361347], "std": [0.4542080453382262, 0.44662007756013794], "min": [0, 0], "max": [1, 1], "count": [952]}, "eef_acc_mag_action": {"mean": [0.12289915966386554, 0.14705882352941177], "std": [0.42828169271942446, 0.4734680789133265], "min": [0, 0], "max": [2, 2], "count": [952]}, "eef_sim_pose_state": {"mean": [0.437261046834448, 0.22120990147610797, 1.1417363085925212, 0.05180057015578899, -0.06286618524866398, 1.2228837349399353, 0.4449215936001886, -0.1780872766315979, 1.1388807268906127, 0.009237652100433109, 0.04542882420372357, -1.3246182818315564], "std": [0.030399668121217947, 0.02625378528093521, 0.008517843414869067, 0.030200996668887852, 0.034227624160937234, 0.11746563663743617, 0.0280099218481995, 0.018673274357024185, 0.007803452423362303, 0.017147562176939336, 0.02179473654391244, 0.06948790800293685], "min": [0.38008725152086387, 0.15280028821544803, 1.1237841985070847, -0.032293945992151185, -0.1538976648804382, 0.9655812867812945, 0.42208830848299445, -0.18883670112307627, 1.129927480997433, -0.03246175791161998, -0.11124545423180066, -1.3664813461092153], "max": [0.5125297893326977, 0.25650218959954524, 1.1621886264883774, 0.12083238409485009, -0.01725500635881816, 1.3788448447496973, 0.5368835662365031, -0.11994696196958197, 1.1654635199830155, 0.07205102864527257, 0.06936844974007306, -1.1531403929542527], "count": [952]}, "eef_sim_pose_action": {"mean": [0.43722831999769507, 0.2211910540067477, 1.1417580995622933, 0.05186877031441637, -0.06282352942148087, 1.2227737780245573, 0.44491297851676986, -0.1780861232913031, 1.1389001400506327, 0.009246918113958419, 0.0452973987819182, -1.3246290213932206], "std": [0.030399354557090034, 0.026241506583889775, 0.008498581896555026, 0.0301694935830595, 0.034236386491773727, 0.1173685404767491, 0.028015549121885072, 0.01867269440312334, 0.007816468715099676, 0.017147213823649272, 0.02210929764763632, 0.06949089769064946], "min": [0.38008725152086387, 0.15280028821544803, 1.1237841985070847, -0.032293945992151185, -0.1538976648804382, 0.9655812867812945, 0.4219937301754965, -0.18883670112307627, 1.129927480997433, -0.03246175791161998, -0.10676847124886812, -1.3664813461092153], "max": [0.5125297893326977, 0.25650218959954524, 1.1621886264883774, 0.12083238409485009, -0.01725500635881816, 1.3788448447496973, 0.5368835662365031, -0.11994696196958197, 1.1654635199830155, 0.07205102864527257, 0.06936844974007306, -1.1531403929542527], "count": [952]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [952]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [952]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [952]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [952]}, "gripper_open_scale_state": {"mean": [0.9118902570405327, 0.9090909090909034], "std": [0.00015026341211996032, 5.662137425588298e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [952]}, "gripper_open_scale_action": {"mean": [0.9118895645083263, 0.9090909090909034], "std": [0.0001496012833846124, 5.662137425588298e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [952]}}} +{"episode_index": 14, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47316016241266623]], [[0.4744579647472016]], [[0.4709277899857261]]], "std": [[[0.3446960780322336]], [[0.32801913395522214]], [[0.34016292473520826]]], "count": [174]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3642799599485388]], [[0.3678060074844114]], [[0.36235239299263766]]], "std": [[[0.2763276566400899]], [[0.2703224253746457]], [[0.27616971316844524]]], "count": [174]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40782936105476675]], [[0.41053041070355345]], [[0.40374479401434904]]], "std": [[[0.30532477693559]], [[0.28411096559640653]], [[0.2913771754223614]]], "count": [174]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4086913267222598]], [[0.41411375460145744]], [[0.40375202370220115]]], "std": [[[0.3228770296873818]], [[0.30131618617445344]], [[0.3067487335093203]]], "count": [174]}, "observation.state": {"min": [-0.18873880803585052, 0.13457034528255463, 0.06528076529502869, -1.8631662130355835, -0.15732069313526154, -0.08013461530208588, -0.28276297450065613, -0.3248133659362793, 0.3206844925880432, 0.08254162222146988, -1.6923563480377197, -1.497956395149231, -1.0573347806930542, -0.1098979264497757, -0.043395429849624634, -0.29799535870552063, -1.7372636795043945, 0.08906960487365723, -0.043991025537252426, -0.06057056039571762, -0.31015637516975403, -0.47823360562324524, 0.03625387325882912, 1.3305177688598633, -1.6032980680465698, 0.980411171913147, 1003.0, 1000.0], "max": [0.29171431064605713, 0.33268702030181885, 0.32115694880485535, -1.3525909185409546, -0.06489788740873337, 0.019854212179780006, -0.05065818130970001, -0.28108662366867065, 0.4473789930343628, 0.19553731381893158, -1.3852713108062744, -1.2882580757141113, -0.7891453504562378, 0.2823004424571991, 0.15823809802532196, -0.1611320674419403, -1.2208491563796997, 0.24502567946910858, 0.05830490589141846, 0.16495324671268463, -0.2623271346092224, -0.367942750453949, 0.1227368712425232, 1.535626769065857, -1.397040843963623, 1.2119885683059692, 1004.0, 1000.0], "mean": [0.03846275061368942, 0.21301038563251495, 0.12903383374214172, -1.60637366771698, -0.12400972843170166, -0.027709340676665306, -0.16605886816978455, -0.30383583903312683, 0.40017756819725037, 0.1707797348499298, -1.4633632898330688, -1.3627482652664185, -0.9797168970108032, -0.025000102818012238, 0.10854065418243408, -0.2517842650413513, -1.610464096069336, 0.1591726541519165, -0.016314126551151276, 0.020081665366888046, -0.3000803589820862, -0.3978365659713745, 0.10270673036575317, 1.3800020217895508, -1.4570280313491821, 1.1069294214248657, 1003.1265258789062, 1000.0], "std": [0.08537653088569641, 0.03345390409231186, 0.08318239450454712, 0.09710442274808884, 0.02183638885617256, 0.02409154549241066, 0.0597795769572258, 0.009201893582940102, 0.021918823942542076, 0.0342947356402874, 0.09863990545272827, 0.06725196540355682, 0.09122743457555771, 0.0928916409611702, 0.06457118690013885, 0.03253490850329399, 0.11118490248918533, 0.039490554481744766, 0.03363382816314697, 0.09290450066328049, 0.010894435457885265, 0.023981070145964622, 0.02724442444741726, 0.06807438284158707, 0.07321292161941528, 0.06104053556919098, 0.21935519576072693, 0.0], "count": [975]}, "action": {"min": [-0.18873880803585052, 0.13457034528255463, 0.06528076529502869, -1.8631662130355835, -0.15732069313526154, -0.08013461530208588, -0.28276297450065613, -0.3248133659362793, 0.3206844925880432, 0.08254162222146988, -1.6923563480377197, -1.497956395149231, -1.0573347806930542, -0.1098979264497757, -0.043395429849624634, -0.29799535870552063, -1.7372636795043945, 0.08906960487365723, -0.043991025537252426, -0.06057056039571762, -0.31015637516975403, -0.47823360562324524, 0.03625387325882912, 1.3305177688598633, -1.6032980680465698, 0.980411171913147, 1003.0, 1000.0], "max": [0.29171431064605713, 0.33268702030181885, 0.32115694880485535, -1.3525909185409546, -0.06489788740873337, 0.019854212179780006, -0.05065818130970001, -0.28108662366867065, 0.4473789930343628, 0.19553731381893158, -1.3852713108062744, -1.2882580757141113, -0.7891453504562378, 0.2823004424571991, 0.15823809802532196, -0.1611320674419403, -1.2208491563796997, 0.24502567946910858, 0.05830490589141846, 0.16495324671268463, -0.2623271346092224, -0.367942750453949, 0.1227368712425232, 1.535626769065857, -1.397040843963623, 1.2119885683059692, 1004.0, 1000.0], "mean": [0.038513582199811935, 0.2129966765642166, 0.12895125150680542, -1.6064705848693848, -0.12400196492671967, -0.027641840279102325, -0.1661640852689743, -0.30381840467453003, 0.400165855884552, 0.17079204320907593, -1.4633793830871582, -1.3627878427505493, -0.979692816734314, -0.025005878880620003, 0.10841104388237, -0.25169894099235535, -1.6104819774627686, 0.15910345315933228, -0.016242053359746933, 0.020231589674949646, -0.30007025599479675, -0.3978401720523834, 0.1026911586523056, 1.3800076246261597, -1.457122564315796, 1.106915831565857, 1003.1273193359375, 1000.0], "std": [0.08537210524082184, 0.03345516324043274, 0.08320395648479462, 0.09707219153642654, 0.021832939237356186, 0.024039363488554955, 0.059666574001312256, 0.009189797565340996, 0.021915407851338387, 0.03430067375302315, 0.09862826764583588, 0.06722022593021393, 0.09120985120534897, 0.09289392083883286, 0.06459815800189972, 0.0326225645840168, 0.11119022220373154, 0.0394994392991066, 0.033652640879154205, 0.09289223700761795, 0.010892966762185097, 0.02398010529577732, 0.027238521724939346, 0.0680709034204483, 0.07319486886262894, 0.06103358045220375, 0.21958759427070618, 0.0], "count": [975]}, "timestamp": {"min": [0.0], "max": [32.46666666666667], "mean": [16.233333333333334], "std": [9.381936939712435], "count": [975]}, "frame_index": {"min": [0], "max": [974], "mean": [487.0], "std": [281.45810819137307], "count": [975]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [975]}, "index": {"min": [14557], "max": [15531], "mean": [15044.0], "std": [281.45810819137307], "count": [975]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [975]}, "subtask_annotation": {"mean": [1.0984615384615384, 3.0, 3.0, 3.0, 3.0], "std": [0.9151419630982289, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [975]}, "scene_annotation": {"mean": [14.0], "std": [0.0], "min": [14], "max": [14], "count": [975]}, "eef_direction_state": {"mean": [4.659487179487179, 4.933333333333334], "std": [2.2593281832393073, 2.118699810942763], "min": [0, 0], "max": [6, 6], "count": [975]}, "eef_velocity_state": {"mean": [0.27692307692307694, 0.2194871794871795], "std": [0.44747814068459263, 0.41389921179913264], "min": [0, 0], "max": [1, 1], "count": [975]}, "eef_acc_mag_state": {"mean": [0.07179487179487179, 0.11487179487179487], "std": [0.34039849795437943, 0.4189539586409008], "min": [0, 0], "max": [2, 2], "count": [975]}, "eef_direction_action": {"mean": [4.659487179487179, 4.933333333333334], "std": [2.2593281832393073, 2.118699810942763], "min": [0, 0], "max": [6, 6], "count": [975]}, "eef_velocity_action": {"mean": [0.27692307692307694, 0.2194871794871795], "std": [0.44747814068459263, 0.41389921179913264], "min": [0, 0], "max": [1, 1], "count": [975]}, "eef_acc_mag_action": {"mean": [0.07179487179487179, 0.11487179487179487], "std": [0.34039849795437943, 0.41895395864090085], "min": [0, 0], "max": [2, 2], "count": [975]}, "eef_sim_pose_state": {"mean": [0.44438395311970535, 0.24625069091404997, 1.1399250630569828, 0.018566146681334737, -0.08278635100076775, 1.265882106931461, 0.4410773281265702, -0.17591992016288768, 1.141447514235066, 0.005675107063505887, 0.05929009099598323, -1.2941247761925452], "std": [0.022010857511432523, 0.02502531128029858, 0.008733474714499477, 0.015407052944023043, 0.0225642408972053, 0.12501102495604327, 0.025418383815092913, 0.01995404349291687, 0.010063498627516876, 0.0159058939765281, 0.026060037452218056, 0.09464093433748816], "min": [0.3717233003709401, 0.17643395103200896, 1.1238242836944266, -0.00753148304517437, -0.14679906140703647, 1.0157708814776747, 0.41540190882559264, -0.1937126684611141, 1.1338816097873197, -0.03862628324489514, 0.010884185402834756, -1.3664773475791043], "max": [0.4990697052074369, 0.2639813053218834, 1.1610026911985791, 0.07463835969492477, -0.0639709604544989, 1.3789286967348544, 0.5251392647335805, -0.12218086961407401, 1.1740716133754558, 0.0590298980897731, 0.18296813351979435, -1.1260125586082237], "count": [975]}, "eef_sim_pose_action": {"mean": [0.44437304827189067, 0.24626648027832015, 1.1399435627573284, 0.018577562892557714, -0.08277703911566256, 1.2658422014012367, 0.44108226633747905, -0.17591003882019912, 1.141458678651909, 0.005662700203904594, 0.059341810453570454, -1.2940615767588313], "std": [0.02200917273541364, 0.025030829011866096, 0.00871846424178664, 0.015401527345903486, 0.02256886323663737, 0.1249811532416958, 0.025416843639830683, 0.01995063931993958, 0.010062361380988814, 0.015910501329171052, 0.02609328690469163, 0.0946131825029271], "min": [0.3717233003709401, 0.17643395103200896, 1.1238242836944266, -0.00753148304517437, -0.14679906140703647, 1.0157708814776747, 0.41540190882559264, -0.1937126684611141, 1.1338816097873197, -0.03862628324489514, 0.010884185402834756, -1.3664773475791043], "max": [0.4990697052074369, 0.2639813053218834, 1.1610026911985791, 0.07463835969492477, -0.0639709604544989, 1.3789286967348544, 0.5251392647335805, -0.12218086961407401, 1.1740716133754558, 0.0590298980897731, 0.18296813351979435, -1.1260125586082237], "count": [975]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [975]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [975]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [975]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [975]}, "gripper_open_scale_state": {"mean": [0.9119332292463348, 0.9090909090909028], "std": [0.00019941310899211902, 6.217248937900877e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [975]}, "gripper_open_scale_action": {"mean": [0.9119339637169425, 0.9090909090909028], "std": [0.0001996258993299898, 6.217248937900877e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [975]}}} +{"episode_index": 15, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46868437171932675]], [[0.47069492596261303]], [[0.46625969386027294]]], "std": [[[0.3421870249746161]], [[0.3269823619508627]], [[0.33819245053630487]]], "count": [193]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36797855286328696]], [[0.3721650030478513]], [[0.3663826672508381]]], "std": [[[0.27653831386120914]], [[0.27136319043986845]], [[0.2772149702928105]]], "count": [193]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4026659057621321]], [[0.40505112453012293]], [[0.3965704339378238]]], "std": [[[0.3008483855903474]], [[0.2795292314515715]], [[0.28679841693818026]]], "count": [193]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3989122843221917]], [[0.40464665561820584]], [[0.3937164228385655]]], "std": [[[0.31719342940275097]], [[0.2956367943658435]], [[0.30114084837756044]]], "count": [193]}, "observation.state": {"min": [-0.08430375903844833, 0.17072701454162598, 0.047243881970644, -1.8837546110153198, -0.2277916520833969, -0.08289768546819687, -0.2739512324333191, -0.3252180516719818, 0.2999202609062195, 0.09177699685096741, -1.585500955581665, -1.5895633697509766, -1.0860308408737183, -0.12963542342185974, 0.010016008280217648, -0.3290393054485321, -1.7821524143218994, 0.058167461305856705, -0.06042548269033432, -0.060590196400880814, -0.32186436653137207, -0.44513726234436035, 0.03797381371259689, 1.3349400758743286, -1.627029299736023, 0.9137459397315979, 1003.0, 1000.0], "max": [0.3733542859554291, 0.3200541138648987, 0.3053431808948517, -1.4748904705047607, -0.11715849488973618, 0.06255477666854858, -0.05063418671488762, -0.29118743538856506, 0.4182983636856079, 0.19312655925750732, -1.3204830884933472, -1.2891275882720947, -0.804695188999176, 0.18804286420345306, 0.16079609096050262, -0.1771072894334793, -1.3382432460784912, 0.20688587427139282, 0.07509715110063553, 0.20266108214855194, -0.28079330921173096, -0.35898250341415405, 0.12307175248861313, 1.6129274368286133, -1.3966169357299805, 1.1950199604034424, 1003.9375, 1000.0], "mean": [0.1489168256521225, 0.21442140638828278, 0.12489381432533264, -1.6943604946136475, -0.15508432686328888, -0.0113304378464818, -0.16039209067821503, -0.31145307421684265, 0.36759570240974426, 0.1662842333316803, -1.4178276062011719, -1.421874761581421, -0.9806568026542664, -0.04774642735719681, 0.13014338910579681, -0.258325457572937, -1.62860107421875, 0.15679052472114563, -0.0295683853328228, 0.017936671152710915, -0.3032931685447693, -0.390610933303833, 0.10663854330778122, 1.3934898376464844, -1.4445799589157104, 1.0948913097381592, 1003.0892333984375, 1000.0], "std": [0.11300134658813477, 0.038478270173072815, 0.08276356756687164, 0.10920864343643188, 0.02419350855052471, 0.037586383521556854, 0.06610769033432007, 0.006698307581245899, 0.03055962361395359, 0.031270839273929596, 0.10140562802553177, 0.09401887655258179, 0.0880759060382843, 0.06001384183764458, 0.041486360132694244, 0.028395861387252808, 0.07085223495960236, 0.04833822324872017, 0.02603748068213463, 0.1021767184138298, 0.008992921561002731, 0.014748337678611279, 0.02220403589308262, 0.08854217082262039, 0.06851167231798172, 0.08014430105686188, 0.17772407829761505, 0.0], "count": [1121]}, "action": {"min": [-0.08430375903844833, 0.17072701454162598, 0.047243881970644, -1.8837546110153198, -0.2277916520833969, -0.08289768546819687, -0.2739512324333191, -0.3252180516719818, 0.2999202609062195, 0.09177699685096741, -1.585500955581665, -1.5895633697509766, -1.0860308408737183, -0.12963542342185974, 0.010016008280217648, -0.3290393054485321, -1.7821524143218994, 0.058167461305856705, -0.06042548269033432, -0.060590196400880814, -0.32186436653137207, -0.44513726234436035, 0.03797381371259689, 1.3349400758743286, -1.627029299736023, 0.9137459397315979, 1003.0, 1000.0], "max": [0.3733542859554291, 0.3200541138648987, 0.3053431808948517, -1.4748904705047607, -0.11715849488973618, 0.06255477666854858, -0.05063418671488762, -0.29118743538856506, 0.4182983636856079, 0.19312655925750732, -1.3204830884933472, -1.2891275882720947, -0.804695188999176, 0.18804286420345306, 0.16079609096050262, -0.1771072894334793, -1.3382432460784912, 0.20688587427139282, 0.07509715110063553, 0.20266108214855194, -0.28079330921173096, -0.35898250341415405, 0.12307175248861313, 1.6129274368286133, -1.3966169357299805, 1.1950199604034424, 1003.9375, 1000.0], "mean": [0.1490822285413742, 0.21439675986766815, 0.12480547279119492, -1.694537878036499, -0.15509279072284698, -0.01125651691108942, -0.16045084595680237, -0.31144681572914124, 0.3675510585308075, 0.166294127702713, -1.4177724123001099, -1.4219313859939575, -0.9806532263755798, -0.04776894673705101, 0.13004648685455322, -0.2582859992980957, -1.6285656690597534, 0.1567017138004303, -0.029582850635051727, 0.018099430948495865, -0.30330586433410645, -0.39060381054878235, 0.10661359131336212, 1.3935624361038208, -1.4446741342544556, 1.0948210954666138, 1003.0892333984375, 1000.0], "std": [0.11292784661054611, 0.03848567605018616, 0.08279220014810562, 0.10909803956747055, 0.024189012125134468, 0.037534404546022415, 0.06603937596082687, 0.006694818381220102, 0.0305311419069767, 0.03127741441130638, 0.10144008696079254, 0.09395826607942581, 0.08807261288166046, 0.060022711753845215, 0.04154733195900917, 0.028424400836229324, 0.07085886597633362, 0.04837258905172348, 0.026049207895994186, 0.10219674557447433, 0.009007533080875874, 0.014750774949789047, 0.022203980013728142, 0.0885276347398758, 0.0685187578201294, 0.08013509213924408, 0.17772407829761505, 0.0], "count": [1121]}, "timestamp": {"min": [0.0], "max": [37.333333333333336], "mean": [18.666666666666664], "std": [10.786823237429802], "count": [1121]}, "frame_index": {"min": [0], "max": [1120], "mean": [560.0], "std": [323.60469712289404], "count": [1121]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [1121]}, "index": {"min": [15532], "max": [16652], "mean": [16092.0], "std": [323.60469712289404], "count": [1121]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1121]}, "subtask_annotation": {"mean": [1.047279214986619, 3.0, 3.0, 3.0, 3.0], "std": [0.9399898463995483, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1121]}, "scene_annotation": {"mean": [15.0], "std": [0.0], "min": [15], "max": [15], "count": [1121]}, "eef_direction_state": {"mean": [4.993755575379126, 5.024085637823372], "std": [2.0469416034093184, 1.9677030283182408], "min": [0, 0], "max": [6, 6], "count": [1121]}, "eef_velocity_state": {"mean": [0.2033898305084746, 0.2256913470115968], "std": [0.40252007074705115, 0.4180367961025538], "min": [0, 0], "max": [1, 1], "count": [1121]}, "eef_acc_mag_state": {"mean": [0.07314897413024085, 0.025869759143621766], "std": [0.34574227395731916, 0.1986793528967495], "min": [0, 0], "max": [2, 2], "count": [1121]}, "eef_direction_action": {"mean": [4.993755575379126, 5.024085637823372], "std": [2.0469416034093184, 1.9677030283182406], "min": [0, 0], "max": [6, 6], "count": [1121]}, "eef_velocity_action": {"mean": [0.2033898305084746, 0.2256913470115968], "std": [0.40252007074705115, 0.4180367961025538], "min": [0, 0], "max": [1, 1], "count": [1121]}, "eef_acc_mag_action": {"mean": [0.07314897413024085, 0.025869759143621766], "std": [0.34574227395731916, 0.1986793528967495], "min": [0, 0], "max": [2, 2], "count": [1121]}, "eef_sim_pose_state": {"mean": [0.4122428441680062, 0.24232617342098764, 1.1350552427548761, 0.04882611552576257, -0.0320187678916154, 1.2590797752696143, 0.43401483068158414, -0.18005918927705764, 1.1380754892728024, 0.006599367420982799, 0.042515688394351506, -1.2898219269428812], "std": [0.030285040782861705, 0.020990341848045345, 0.006345553292428481, 0.02577936672175259, 0.02376049730106651, 0.13707698394045323, 0.016164022075511802, 0.013566283604948921, 0.008518240248289512, 0.013977198853562633, 0.03427743566502967, 0.10853412927057056], "min": [0.34955055068215946, 0.18635235702356412, 1.1236678756462921, -0.012433239674224494, -0.07678081227139466, 1.030069365488804, 0.4073847125650452, -0.19280550211149278, 1.1205243917894505, -0.0374480347772248, -0.04093134059619019, -1.366506716068316], "max": [0.4698588232023069, 0.2589268224696326, 1.1567704673894783, 0.09510063713549188, 0.03248957167534838, 1.378976308783289, 0.49609267450511796, -0.12797106657105653, 1.159000876905415, 0.04488371854645912, 0.13962096409136104, -1.0645209871249361], "count": [1121]}, "eef_sim_pose_action": {"mean": [0.41219839052318763, 0.24233617047667094, 1.135065468091436, 0.04886990593450435, -0.031971270164185966, 1.2590777999817617, 0.43401058405381937, -0.1800445534016195, 1.1380633946835121, 0.0065921333084054, 0.042522493449861316, -1.2897051639806556], "std": [0.030261569541738306, 0.02099538314382953, 0.006336757015925918, 0.025747321343045724, 0.023725517892441487, 0.13707527273747577, 0.01616550213044856, 0.013566958410332825, 0.008532189568293975, 0.013979665620855246, 0.03427983016529406, 0.1085220081433715], "min": [0.34955055068215946, 0.18635235702356412, 1.1236678756462921, -0.012433239674224494, -0.07678081227139466, 1.030069365488804, 0.4073847125650452, -0.19280550211149278, 1.1205243917894505, -0.0374480347772248, -0.04093134059619019, -1.366506716068316], "max": [0.4698588232023069, 0.2589268224696326, 1.1567704673894783, 0.09510063713549188, 0.03248957167534838, 1.378976308783289, 0.49609267450511796, -0.12797106657105653, 1.159000876905415, 0.04488371854645912, 0.13962096409136104, -1.0645209871249361], "count": [1121]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1121]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1121]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1121]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1121]}, "gripper_open_scale_state": {"mean": [0.911899278241823, 0.9090909090908996], "std": [0.00016156684832034868, 9.43689570931383e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126704545454546, 0.9090909090909091], "count": [1121]}, "gripper_open_scale_action": {"mean": [0.9118992782418229, 0.9090909090908996], "std": [0.00016156684832034944, 9.43689570931383e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126704545454546, 0.9090909090909091], "count": [1121]}}} +{"episode_index": 16, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4778757342977841]], [[0.47896422166427544]], [[0.47524727602423084]]], "std": [[[0.3474730319832295]], [[0.3306447351023569]], [[0.34304157328987794]]], "count": [205]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36971175374621396]], [[0.37404651881077633]], [[0.36819568986131035]]], "std": [[[0.2785832083187201]], [[0.27303029389567823]], [[0.2789572030153523]]], "count": [205]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39789242388012114]], [[0.40056987286784634]], [[0.39251584070620116]]], "std": [[[0.29943343883408946]], [[0.2791913891822625]], [[0.2865940065608385]]], "count": [205]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3685166796190021]], [[0.37574127411127056]], [[0.36376513131675436]]], "std": [[[0.29627556049909676]], [[0.277925216897816]], [[0.282891226383544]]], "count": [205]}, "observation.state": {"min": [-0.2239704728126526, 0.17177531123161316, 0.030859602615237236, -1.9526373147964478, -0.22429554164409637, -0.07925867289304733, -0.3070055842399597, -0.3217766284942627, 0.31152042746543884, 0.09434468299150467, -1.6443946361541748, -1.5542793273925781, -1.0565861463546753, -0.17463436722755432, -0.011087204329669476, -0.3224484920501709, -1.7937904596328735, 0.08721082657575607, -0.06812456250190735, -0.06059201434254646, -0.3176462650299072, -0.48994824290275574, 0.03608056157827377, 1.3349539041519165, -1.6199283599853516, 0.9150885939598083, 1003.0, 1000.0], "max": [0.36385971307754517, 0.34852588176727295, 0.32957160472869873, -1.3306957483291626, -0.13186289370059967, 0.0753120481967926, -0.05066145583987236, -0.27575263381004333, 0.4564679265022278, 0.2073419988155365, -1.385480284690857, -1.2889245748519897, -0.7755423188209534, 0.34696054458618164, 0.15832972526550293, -0.20060595870018005, -1.125739574432373, 0.18783777952194214, 0.0436255969107151, 0.2166368067264557, -0.2745004892349243, -0.356006920337677, 0.12220731377601624, 1.5952351093292236, -1.3965191841125488, 1.1451830863952637, 1003.8125, 1000.0], "mean": [0.0608106292784214, 0.25770798325538635, 0.1325695812702179, -1.6380233764648438, -0.15110228955745697, -0.0039735338650643826, -0.19030164182186127, -0.30159032344818115, 0.3927227258682251, 0.17703135311603546, -1.475306510925293, -1.3868279457092285, -0.9301746487617493, -0.03616839274764061, 0.13885754346847534, -0.2613554298877716, -1.616096019744873, 0.16745097935199738, -0.03135070577263832, 0.0036152906250208616, -0.3038163483142853, -0.3939414620399475, 0.10945077985525131, 1.3842202425003052, -1.4363670349121094, 1.0993144512176514, 1003.12890625, 1000.0], "std": [0.1289382129907608, 0.03971102461218834, 0.08668005466461182, 0.14145122468471527, 0.0230193380266428, 0.03491750732064247, 0.07705827057361603, 0.012744147330522537, 0.03319545090198517, 0.03122255764901638, 0.09558744728565216, 0.09090426564216614, 0.09036239981651306, 0.08776553720235825, 0.03771600499749184, 0.02078242227435112, 0.10453338176012039, 0.03255975618958473, 0.023490220308303833, 0.10338852554559708, 0.007745550945401192, 0.02163981832563877, 0.021336259320378304, 0.08161723613739014, 0.0692489892244339, 0.07820871472358704, 0.1911298781633377, 0.0], "count": [1209]}, "action": {"min": [-0.2239704728126526, 0.17177531123161316, 0.030859602615237236, -1.9526373147964478, -0.22429554164409637, -0.07925867289304733, -0.3070055842399597, -0.3217766284942627, 0.31152042746543884, 0.09434468299150467, -1.6443946361541748, -1.5542793273925781, -1.0565861463546753, -0.17463436722755432, -0.011087204329669476, -0.3224484920501709, -1.7937904596328735, 0.08721082657575607, -0.06812456250190735, -0.06059565022587776, -0.3176462650299072, -0.48994824290275574, 0.03608056157827377, 1.3349539041519165, -1.6199283599853516, 0.9150885939598083, 1003.0, 1000.0], "max": [0.36385971307754517, 0.34852588176727295, 0.32957160472869873, -1.3306957483291626, -0.13186289370059967, 0.0753120481967926, -0.05066145583987236, -0.27575263381004333, 0.4564679265022278, 0.2073419988155365, -1.385480284690857, -1.2889245748519897, -0.7755423188209534, 0.34696054458618164, 0.15832972526550293, -0.20060595870018005, -1.125739574432373, 0.18783777952194214, 0.0436255969107151, 0.2166368067264557, -0.2745004892349243, -0.356006920337677, 0.12220731377601624, 1.5952351093292236, -1.3965191841125488, 1.1451830863952637, 1003.8125, 1000.0], "mean": [0.060857124626636505, 0.2577281594276428, 0.13249549269676208, -1.6381027698516846, -0.1510988473892212, -0.003897393122315407, -0.19039690494537354, -0.3015787601470947, 0.3927117586135864, 0.17705221474170685, -1.4753127098083496, -1.3868544101715088, -0.930112361907959, -0.03619886189699173, 0.13879767060279846, -0.2613086998462677, -1.6161096096038818, 0.16737864911556244, -0.03134305775165558, 0.0037595746107399464, -0.30381709337234497, -0.39393380284309387, 0.10943959653377533, 1.3842962980270386, -1.4364279508590698, 1.0992507934570312, 1003.1290283203125, 1000.0], "std": [0.12892881035804749, 0.03969636559486389, 0.08670543134212494, 0.1414157897233963, 0.02302166260778904, 0.034853607416152954, 0.07695673406124115, 0.012734947726130486, 0.033191289752721786, 0.03123394586145878, 0.09558173269033432, 0.09088021516799927, 0.090301513671875, 0.08777976036071777, 0.037742480635643005, 0.020849166437983513, 0.10453691333532333, 0.032611481845378876, 0.023488042876124382, 0.10342060029506683, 0.007745852693915367, 0.021643036976456642, 0.021333932876586914, 0.08161415159702301, 0.06924667209386826, 0.07820343971252441, 0.19081522524356842, 0.0], "count": [1209]}, "timestamp": {"min": [0.0], "max": [40.266666666666666], "mean": [20.133333333333333], "std": [11.633603944639887], "count": [1209]}, "frame_index": {"min": [0], "max": [1208], "mean": [604.0], "std": [349.00811833919664], "count": [1209]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [1209]}, "index": {"min": [16653], "max": [17861], "mean": [17257.0], "std": [349.00811833919664], "count": [1209]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1209]}, "subtask_annotation": {"mean": [0.7973531844499586, 3.0, 3.0, 3.0, 3.0], "std": [0.9360669218643672, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1209]}, "scene_annotation": {"mean": [16.0], "std": [0.0], "min": [16], "max": [16], "count": [1209]}, "eef_direction_state": {"mean": [4.93631100082713, 5.096774193548387], "std": [2.0663309741765965, 2.0327503440950103], "min": [0, 0], "max": [6, 6], "count": [1209]}, "eef_velocity_state": {"mean": [0.22663358147229115, 0.18362282878411912], "std": [0.4303444661361314, 0.4018523404994277], "min": [0, 0], "max": [2, 2], "count": [1209]}, "eef_acc_mag_state": {"mean": [0.1141439205955335, 0.10173697270471464], "std": [0.4209644082939808, 0.3969344402299064], "min": [0, 0], "max": [2, 2], "count": [1209]}, "eef_direction_action": {"mean": [4.93631100082713, 5.096774193548387], "std": [2.0663309741765965, 2.0327503440950103], "min": [0, 0], "max": [6, 6], "count": [1209]}, "eef_velocity_action": {"mean": [0.22663358147229115, 0.18362282878411912], "std": [0.4303444661361314, 0.4018523404994277], "min": [0, 0], "max": [2, 2], "count": [1209]}, "eef_acc_mag_action": {"mean": [0.1141439205955335, 0.10173697270471464], "std": [0.4209644082939808, 0.3969344402299064], "min": [0, 0], "max": [2, 2], "count": [1209]}, "eef_sim_pose_state": {"mean": [0.43802866654778705, 0.2553511363108622, 1.1445019170817263, 0.04518028238254694, -0.09242242704167998, 1.2294045268298408, 0.43717961183504706, -0.18192933191176577, 1.1377837286373265, 0.004148127089158832, 0.04211562311685674, -1.3020561625614495], "std": [0.03393454754216694, 0.02230568789587979, 0.012923168825394207, 0.025017324033227064, 0.013618677423539538, 0.135694989434518, 0.023901626092945077, 0.012966979176260404, 0.006997321227102511, 0.01513540797310933, 0.017470483933216638, 0.10800615120920322], "min": [0.35653082547365145, 0.19008515496687312, 1.1238428706417678, -0.013816493481239145, -0.1359154317478939, 1.0144906354367784, 0.40088015539865035, -0.19182453470233896, 1.1281556848247873, -0.053064557342123564, -0.028149875841566585, -1.3664723084046062], "max": [0.509344932267563, 0.2765152891509438, 1.1690572957964815, 0.09150979011840815, -0.0579454242840991, 1.378901876029226, 0.540555184779364, -0.1293120781546605, 1.1624770435830225, 0.05695115058181599, 0.05089102119379274, -1.0600432513016842], "count": [1209]}, "eef_sim_pose_action": {"mean": [0.4380184984704464, 0.255374989920692, 1.144517163385655, 0.04522119349861832, -0.09243836319575977, 1.2293665263771119, 0.43717423481155826, -0.1819266861234782, 1.1377828882220309, 0.004149033260016373, 0.04210289214728931, -1.3019589043027504], "std": [0.03393187157423751, 0.0223125082422517, 0.012909669050656445, 0.024992746451828318, 0.01361099545033522, 0.13565955051735817, 0.023903798515517122, 0.01296614111899088, 0.0069977142407436415, 0.015135541963349122, 0.017469812539576524, 0.10800106847333794], "min": [0.35653082547365145, 0.19008515496687312, 1.1238428706417678, -0.013816493481239145, -0.1359154317478939, 1.0144906354367784, 0.40088015539865035, -0.19182453470233896, 1.1281556848247873, -0.053064557342123564, -0.028149875841566585, -1.3664723084046062], "max": [0.509344932267563, 0.2765152891509438, 1.1690572957964815, 0.09150979011840815, -0.0579454242840991, 1.378901876029226, 0.540555184779364, -0.1293120781546605, 1.1624770435830225, 0.05695115058181599, 0.05089102119379274, -1.0600432513016842], "count": [1209]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1209]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1209]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1209]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1209]}, "gripper_open_scale_state": {"mean": [0.9119350835328432, 0.9090909090909058], "std": [0.00017375420281721764, 3.219646771412954e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [1209]}, "gripper_open_scale_action": {"mean": [0.9119351383768255, 0.9090909090909058], "std": [0.00017346774440294164, 3.219646771412954e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [1209]}}} +{"episode_index": 17, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46401114369358853]], [[0.4645666968176159]], [[0.4610030199579832]]], "std": [[[0.3439124611465365]], [[0.32659306745095384]], [[0.3397210473637447]]], "count": [168]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3704273763324774]], [[0.3747758228291317]], [[0.3691557430263772]]], "std": [[[0.2789561308062431]], [[0.27358207442489274]], [[0.2796790784763967]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41394913607804235]], [[0.4152859088079677]], [[0.40788051227435423]]], "std": [[[0.31905355926442297]], [[0.2973283636839473]], [[0.3048410677764706]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3965251237647837]], [[0.4026104594615624]], [[0.3917044307306256]]], "std": [[[0.3117901859395724]], [[0.29344906859653674]], [[0.29859844998565516]]], "count": [168]}, "observation.state": {"min": [-0.29248881340026855, 0.0675562396645546, 0.09959612041711807, -1.909269094467163, -0.22109830379486084, -0.07940594106912613, -0.24619832634925842, -0.3187076151371002, 0.310026615858078, 0.07514193654060364, -1.6040151119232178, -1.549372673034668, -1.0566881895065308, -0.0915883332490921, -0.08349000662565231, -0.2843163311481476, -1.7241344451904297, 0.008135415613651276, -0.20233601331710815, -0.060585830360651016, -0.3220618665218353, -0.5154399871826172, 0.03620881214737892, 1.3346437215805054, -1.4964704513549805, 0.9783757925033569, 1003.0, 999.5], "max": [0.3510926067829132, 0.3191421926021576, 0.30544352531433105, -1.234274983406067, -0.03358558937907219, 0.053354717791080475, -0.05062982067465782, -0.2868179976940155, 0.48116156458854675, 0.1814241260290146, -1.3850622177124023, -1.2891275882720947, -0.8137567639350891, 0.42226824164390564, 0.15835154056549072, -0.17825156450271606, -0.9847878813743591, 0.1892460584640503, -0.004109159577637911, 0.18249598145484924, -0.2612082362174988, -0.3813091218471527, 0.1259588748216629, 1.6440904140472412, -1.3532036542892456, 1.1456884145736694, 1004.0, 1000.0], "mean": [0.06656329333782196, 0.2080429643392563, 0.1558711975812912, -1.6347192525863647, -0.10497959703207016, -0.006507254205644131, -0.163987934589386, -0.3061908483505249, 0.39044153690338135, 0.15556807816028595, -1.4716731309890747, -1.3879642486572266, -0.9374151825904846, 0.001279705436900258, 0.10164964944124222, -0.24320830404758453, -1.5631139278411865, 0.1225353330373764, -0.05861460044980049, 0.02272721566259861, -0.3022705018520355, -0.40579766035079956, 0.10432422161102295, 1.4118188619613647, -1.4114134311676025, 1.1043184995651245, 1003.1670532226562, 999.991455078125], "std": [0.13100028038024902, 0.04273808375000954, 0.06170853227376938, 0.1383255273103714, 0.03634070232510567, 0.033372193574905396, 0.05131661519408226, 0.008211121894419193, 0.03393113985657692, 0.028870467096567154, 0.05942414328455925, 0.06421556323766708, 0.06106625124812126, 0.13661536574363708, 0.07280534505844116, 0.02630297839641571, 0.17697077989578247, 0.07315774261951447, 0.042578186839818954, 0.09107856452465057, 0.01301797665655613, 0.03584340587258339, 0.025167053565382957, 0.09767080843448639, 0.03234948217868805, 0.049008868634700775, 0.23620125651359558, 0.05921672284603119], "count": [934]}, "action": {"min": [-0.29248881340026855, 0.0675562396645546, 0.09959612041711807, -1.909269094467163, -0.22109830379486084, -0.07935576140880585, -0.24619832634925842, -0.3187076151371002, 0.310026615858078, 0.07514193654060364, -1.6040151119232178, -1.549372673034668, -1.0566881895065308, -0.0915883332490921, -0.08349000662565231, -0.2843163311481476, -1.7241344451904297, 0.008135415613651276, -0.20233601331710815, -0.060585830360651016, -0.3220618665218353, -0.5154399871826172, 0.03620881214737892, 1.3346437215805054, -1.4964704513549805, 0.9783757925033569, 1003.0, 999.5], "max": [0.3510926067829132, 0.3191421926021576, 0.30544352531433105, -1.234274983406067, -0.03358558937907219, 0.053354717791080475, -0.05063418671488762, -0.2868179976940155, 0.48116156458854675, 0.1814241260290146, -1.3850622177124023, -1.2891275882720947, -0.8137567639350891, 0.42226824164390564, 0.15834172070026398, -0.17825156450271606, -0.9847878813743591, 0.1892155110836029, -0.004109159577637911, 0.18249598145484924, -0.2612082362174988, -0.3813091218471527, 0.1259588748216629, 1.6440904140472412, -1.3532036542892456, 1.1456884145736694, 1004.0, 1000.0], "mean": [0.06669975072145462, 0.20803965628147125, 0.15584033727645874, -1.6349058151245117, -0.1049305647611618, -0.006414155941456556, -0.16411027312278748, -0.30617812275886536, 0.3904010057449341, 0.15555354952812195, -1.4717397689819336, -1.3880506753921509, -0.9372918605804443, 0.0013191435718908906, 0.10152813047170639, -0.24314534664154053, -1.563014268875122, 0.12240704894065857, -0.05863358452916145, 0.022916648536920547, -0.3022824823856354, -0.4058105945587158, 0.10430065542459488, 1.4119151830673218, -1.4114800691604614, 1.104234218597412, 1003.1670532226562, 999.991455078125], "std": [0.1310034990310669, 0.04273753985762596, 0.06171989440917969, 0.13829734921455383, 0.0363275445997715, 0.033289212733507156, 0.05118218809366226, 0.008201036602258682, 0.033927757292985916, 0.028860878199338913, 0.05936310812830925, 0.06413697451353073, 0.060940444469451904, 0.13660331070423126, 0.07280518859624863, 0.026333121582865715, 0.17695634067058563, 0.07314547896385193, 0.04257507622241974, 0.09108895808458328, 0.01302697230130434, 0.035839688032865524, 0.025162065401673317, 0.09763907641172409, 0.03238685801625252, 0.04900609329342842, 0.23620125651359558, 0.05921672284603119], "count": [934]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [8.987414039150034], "count": [934]}, "frame_index": {"min": [0], "max": [933], "mean": [466.5], "std": [269.62242117450097], "count": [934]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [934]}, "index": {"min": [17862], "max": [18795], "mean": [18328.5], "std": [269.62242117450097], "count": [934]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [934]}, "subtask_annotation": {"mean": [0.9582441113490364, 3.0, 3.0, 3.0, 3.0], "std": [0.8945298433388246, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [934]}, "scene_annotation": {"mean": [17.0], "std": [0.0], "min": [17], "max": [17], "count": [934]}, "eef_direction_state": {"mean": [4.619914346895075, 4.993576017130621], "std": [2.2886157119603383, 2.051781869378534], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_state": {"mean": [0.2815845824411135, 0.22698072805139186], "std": [0.4497718370158085, 0.41888002714936506], "min": [0, 0], "max": [1, 1], "count": [934]}, "eef_acc_mag_state": {"mean": [0.20342612419700215, 0.03961456102783726], "std": [0.550791756762498, 0.24819317363053944], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_direction_action": {"mean": [4.619914346895075, 4.993576017130621], "std": [2.2886157119603383, 2.051781869378534], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_action": {"mean": [0.2815845824411135, 0.22698072805139186], "std": [0.4497718370158085, 0.41888002714936506], "min": [0, 0], "max": [1, 1], "count": [934]}, "eef_acc_mag_action": {"mean": [0.20342612419700215, 0.03961456102783726], "std": [0.550791756762498, 0.24819317363053944], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_sim_pose_state": {"mean": [0.43536365210408623, 0.233807697162992, 1.1397814162453785, 0.04378420393864349, -0.08860834687077272, 1.2336789048238426, 0.44877552343907945, -0.17692463969820585, 1.1372184594113313, 0.02417712420336246, 0.020571281662729323, -1.3017661182625928], "std": [0.03470294138585634, 0.02325158131604407, 0.008308713826245972, 0.02200953635606975, 0.023753946805890887, 0.08680839195841901, 0.03735057398799095, 0.01943836102696639, 0.010393836127108813, 0.031731658228978284, 0.044196560382415075, 0.07666452884319785], "min": [0.35731823170359006, 0.16241347745687965, 1.1238458064650918, -0.010441166621621978, -0.15134835456548013, 1.0646360896871987, 0.4253372560856989, -0.195599008826617, 1.1203256766059435, -0.0057972089248128356, -0.09341742309996381, -1.3664679704652998], "max": [0.5298251553590555, 0.2578276871632345, 1.1573462076213192, 0.08190150839829968, 0.013774069593114557, 1.378951099111366, 0.5608424198528847, -0.11969284000485517, 1.1692535492633112, 0.13019916398975373, 0.052609618327291496, -1.1211210027048324], "count": [934]}, "eef_sim_pose_action": {"mean": [0.4353260626907878, 0.23380401975930845, 1.139798897591921, 0.04383626910145468, -0.08862838264171634, 1.2335507840986308, 0.44879122446696834, -0.1769114748108176, 1.1372065908400768, 0.024175986790747065, 0.02054690381538103, -1.3016481543954053], "std": [0.0347026467680714, 0.023249723498837645, 0.008292425033234784, 0.02197508992569446, 0.023751199317363907, 0.08668209183846158, 0.03734608642440977, 0.01943526479302399, 0.010402644561716365, 0.031732328621594065, 0.04418539710319285, 0.07664965715047377], "min": [0.35731823170359006, 0.16241347745687965, 1.1238458064650918, -0.010441166621621978, -0.15134835456548013, 1.0646360896871987, 0.4253372560856989, -0.195599008826617, 1.1203256766059435, -0.0057972089248128356, -0.09341742309996381, -1.3664679704652998], "max": [0.5298251553590555, 0.2578276871632345, 1.1573462076213192, 0.08190150839829968, 0.013774069593114557, 1.378951099111366, 0.5608424198528847, -0.11969284000485517, 1.1692535492633112, 0.13019916398975373, 0.052609618327291496, -1.1211210027048324], "count": [934]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [934]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [934]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [934]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [934]}, "gripper_open_scale_state": {"mean": [0.911970021413272, 0.9090831224450018], "std": [0.00021472751383828058, 5.3833747565313876e-05], "min": [0.9118181818181819, 0.9086363636363637], "max": [0.9127272727272727, 0.9090909090909091], "count": [934]}, "gripper_open_scale_action": {"mean": [0.9119700214132718, 0.9090831224450018], "std": [0.0002147275138382808, 5.3833747565313876e-05], "min": [0.9118181818181819, 0.9086363636363637], "max": [0.9127272727272727, 0.9090909090909091], "count": [934]}}} +{"episode_index": 18, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48096605165214235]], [[0.48185658133623815]], [[0.47792373479484385]]], "std": [[[0.3439626923082422]], [[0.32883097181065873]], [[0.3402210115531585]]], "count": [180]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3725624534767611]], [[0.3745926186909949]], [[0.3696680419389978]]], "std": [[[0.27721221383505784]], [[0.2711888200946603]], [[0.27751334000622124]]], "count": [180]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3818784245642701]], [[0.38488136801016704]], [[0.37660886664851123]]], "std": [[[0.2864598427061075]], [[0.2675876344825141]], [[0.2748172657871751]]], "count": [180]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3848135870551924]], [[0.3915708197167756]], [[0.38029593772694265]]], "std": [[[0.30510611872941085]], [[0.2855762158582184]], [[0.2910635990781561]]], "count": [180]}, "observation.state": {"min": [-0.0931733101606369, 0.1745612919330597, 0.05509349703788757, -1.8669863939285278, -0.18728910386562347, -0.0800844356417656, -0.3113601803779602, -0.3246511220932007, 0.32412010431289673, 0.0840635597705841, -1.6808334589004517, -1.5239622592926025, -1.0587786436080933, -0.2988974452018738, -0.018219055607914925, -0.27451303601264954, -1.8439610004425049, 0.021466460078954697, -0.10451031476259232, -0.06057601422071457, -0.3275747299194336, -0.43083035945892334, 0.05898825079202652, 1.3261761665344238, -1.5883947610855103, 1.016585350036621, 1003.0, 999.625], "max": [0.2665172219276428, 0.373330295085907, 0.33333826065063477, -1.4670135974884033, -0.03783982992172241, 0.04170137271285057, -0.05066254734992981, -0.2777673602104187, 0.4232298731803894, 0.20001575350761414, -1.3287945985794067, -1.2320945262908936, -0.7474542260169983, 0.09661269932985306, 0.1733679175376892, -0.11922671645879745, -1.3872957229614258, 0.18794795870780945, 0.0014726215740665793, 0.16629387438297272, -0.26881706714630127, -0.31837737560272217, 0.136941060423851, 1.5470491647720337, -1.371798038482666, 1.171311616897583, 1003.875, 1000.0], "mean": [0.01673872023820877, 0.21361100673675537, 0.11828242242336273, -1.5604265928268433, -0.07717272639274597, -0.046370457857847214, -0.15142644941806793, -0.31158360838890076, 0.40692925453186035, 0.1792573630809784, -1.458226203918457, -1.3086971044540405, -0.9563969373703003, -0.0769139975309372, 0.11502941697835922, -0.2315300852060318, -1.638338327407837, 0.14439183473587036, -0.04695030674338341, 0.018330702558159828, -0.30659109354019165, -0.38458842039108276, 0.11210073530673981, 1.3761513233184814, -1.43111252784729, 1.118440866470337, 1003.0903930664062, 999.9940795898438], "std": [0.08242947608232498, 0.04858154430985451, 0.07887337356805801, 0.11096051335334778, 0.04871062561869621, 0.036235254257917404, 0.06476817280054092, 0.010343404486775398, 0.026235520839691162, 0.03279548138380051, 0.09463340789079666, 0.09780639410018921, 0.09968867897987366, 0.07502460479736328, 0.06034328415989876, 0.04361050948500633, 0.08974964171648026, 0.055950649082660675, 0.02148147113621235, 0.08765596151351929, 0.011464712209999561, 0.02105114981532097, 0.019760241732001305, 0.05840463191270828, 0.0635911151766777, 0.03870995715260506, 0.1801903247833252, 0.04366777837276459], "count": [1018]}, "action": {"min": [-0.0931733101606369, 0.1745612919330597, 0.05509349703788757, -1.8669863939285278, -0.18728910386562347, -0.0800844356417656, -0.3113601803779602, -0.3246511220932007, 0.32412010431289673, 0.0840635597705841, -1.6808334589004517, -1.5239622592926025, -1.0587786436080933, -0.2988974452018738, -0.018219055607914925, -0.27451303601264954, -1.8439610004425049, 0.021466460078954697, -0.10451031476259232, -0.06057601422071457, -0.3275747299194336, -0.43083035945892334, 0.05898825079202652, 1.3261761665344238, -1.5883947610855103, 1.016585350036621, 1003.0, 999.625], "max": [0.2665172219276428, 0.373330295085907, 0.33333826065063477, -1.4670135974884033, -0.03783982992172241, 0.04170137271285057, -0.05066254734992981, -0.2777673602104187, 0.4232298731803894, 0.20001575350761414, -1.3287945985794067, -1.2320945262908936, -0.7474542260169983, 0.09661269932985306, 0.1733679175376892, -0.11922671645879745, -1.3872957229614258, 0.18794795870780945, 0.0014726215740665793, 0.16629387438297272, -0.26881706714630127, -0.31837737560272217, 0.136941060423851, 1.5470491647720337, -1.371798038482666, 1.171311616897583, 1003.875, 1000.0], "mean": [0.0167121272534132, 0.2135809063911438, 0.11820323020219803, -1.5603972673416138, -0.07707788050174713, -0.04635922983288765, -0.15150229632854462, -0.31158071756362915, 0.40693971514701843, 0.17927518486976624, -1.458250880241394, -1.3086438179016113, -0.9563437104225159, -0.07694771140813828, 0.11490514874458313, -0.23143982887268066, -1.6382976770401, 0.14423038065433502, -0.04701035097241402, 0.018471458926796913, -0.3066035509109497, -0.38458284735679626, 0.11209041625261307, 1.3762266635894775, -1.4311004877090454, 1.1184059381484985, 1003.0903930664062, 999.9940795898438], "std": [0.08243729919195175, 0.04858919978141785, 0.07888439297676086, 0.11097333580255508, 0.0486871711909771, 0.03622686117887497, 0.06469549983739853, 0.010341829620301723, 0.026239687576889992, 0.03280159458518028, 0.09461860358715057, 0.0978308767080307, 0.099651038646698, 0.07502411305904388, 0.060384366661310196, 0.04364665970206261, 0.08976038545370102, 0.05606210604310036, 0.02155453898012638, 0.08764421194791794, 0.011471624486148357, 0.021050596609711647, 0.019758528098464012, 0.05840083956718445, 0.0635986179113388, 0.038702432066202164, 0.1801903247833252, 0.04366777837276459], "count": [1018]}, "timestamp": {"min": [0.0], "max": [33.9], "mean": [16.95], "std": [9.795704841068524], "count": [1018]}, "frame_index": {"min": [0], "max": [1017], "mean": [508.5], "std": [293.87114523205577], "count": [1018]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [1018]}, "index": {"min": [18796], "max": [19813], "mean": [19304.5], "std": [293.87114523205577], "count": [1018]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1018]}, "subtask_annotation": {"mean": [1.194499017681729, 3.0, 3.0, 3.0, 3.0], "std": [0.8591865724658015, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1018]}, "scene_annotation": {"mean": [18.0], "std": [0.0], "min": [18], "max": [18], "count": [1018]}, "eef_direction_state": {"mean": [4.964636542239686, 4.796660117878193], "std": [2.0192411662663567, 2.127310634292713], "min": [0, 0], "max": [6, 6], "count": [1018]}, "eef_velocity_state": {"mean": [0.2455795677799607, 0.2868369351669941], "std": [0.4304303005934494, 0.4522847640491557], "min": [0, 0], "max": [1, 1], "count": [1018]}, "eef_acc_mag_state": {"mean": [0.15225933202357564, 0.1738703339882122], "std": [0.4747037164432794, 0.5113879481190567], "min": [0, 0], "max": [2, 2], "count": [1018]}, "eef_direction_action": {"mean": [4.964636542239686, 4.796660117878193], "std": [2.0192411662663567, 2.1273106342927135], "min": [0, 0], "max": [6, 6], "count": [1018]}, "eef_velocity_action": {"mean": [0.2455795677799607, 0.2868369351669941], "std": [0.43043030059344933, 0.4522847640491557], "min": [0, 0], "max": [1, 1], "count": [1018]}, "eef_acc_mag_action": {"mean": [0.15225933202357564, 0.1738703339882122], "std": [0.47470371644327947, 0.5113879481190567], "min": [0, 0], "max": [2, 2], "count": [1018]}, "eef_sim_pose_state": {"mean": [0.4505955728755247, 0.25220327230813133, 1.1331055126313951, 0.028315290609092516, -0.1273242177777579, 1.2936212975239585, 0.4272052644543489, -0.1835565310556197, 1.1343616118936048, 0.012338177051519917, 0.04899139896409511, -1.3150522163054916], "std": [0.023505882334189727, 0.022876147438374964, 0.011329415107361235, 0.025539726744245192, 0.03042586812755024, 0.14062980803206435, 0.020468279345567525, 0.015506659128764793, 0.00996177566067456, 0.025152707416198097, 0.023537998794874136, 0.07389262261242403], "min": [0.3776053693950226, 0.17912927177917673, 1.1238320168172824, 0.00017334472296726133, -0.17437811608382647, 0.9982154344280059, 0.36451175705074557, -0.2115700573754411, 1.1176031658383219, -0.03679357065891187, -0.002262794533938184, -1.373239020912978], "max": [0.47043592892863656, 0.2711749822070109, 1.1651218829070344, 0.09413161982964491, -0.04387638751603373, 1.3807855090281715, 0.4753764012045851, -0.14135671878259834, 1.164698412024605, 0.09207526314985515, 0.11091541831313179, -1.1573169440499786], "count": [1018]}, "eef_sim_pose_action": {"mean": [0.4506059731453144, 0.25222084757495816, 1.1331093055555401, 0.02832524314056318, -0.12739222400122235, 1.293622410033891, 0.4272007174054544, -0.18355033295203133, 1.1343468471131881, 0.012362131556133341, 0.048946695164238316, -1.3150061796327503], "std": [0.02350933819419686, 0.022879228157191615, 0.011326971255292093, 0.025532776683176602, 0.030388689286283042, 0.14063048674970619, 0.020468003542280674, 0.015506303451378683, 0.009971915851699941, 0.025158180294516604, 0.023577660698459124, 0.07387521577947588], "min": [0.3776053693950226, 0.17912927177917673, 1.1238320168172824, 0.00017334472296726133, -0.17437811608382647, 0.9982154344280059, 0.36451175705074557, -0.2115700573754411, 1.1176031658383219, -0.03679357065891187, -0.002262794533938184, -1.373239020912978], "max": [0.47043592892863656, 0.2711749822070109, 1.1651218829070344, 0.09413161982964491, -0.04387638751603373, 1.3807855090281715, 0.4753764012045851, -0.14135671878259834, 1.164698412024605, 0.09207526314985515, 0.11091541831313179, -1.1573169440499786], "count": [1018]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1018]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1018]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1018]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1018]}, "gripper_open_scale_state": {"mean": [0.9119003393463048, 0.9090855509912423], "std": [0.00016380903565849924, 3.969798470094066e-05], "min": [0.9118181818181819, 0.90875], "max": [0.9126136363636363, 0.9090909090909091], "count": [1018]}, "gripper_open_scale_action": {"mean": [0.9119003393463047, 0.9090855509912423], "std": [0.00016380903565849786, 3.969798470094066e-05], "min": [0.9118181818181819, 0.90875], "max": [0.9126136363636363, 0.9090909090909091], "count": [1018]}}} +{"episode_index": 19, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47562315231969476]], [[0.47559174765763723]], [[0.4718356780573501]]], "std": [[[0.34551176827287006]], [[0.3295940062853551]], [[0.34193016320539127]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.375146853394537]], [[0.376919364397975]], [[0.37189192309871927]]], "std": [[[0.2798062280045407]], [[0.27382986930802433]], [[0.2803469624749839]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4014540039763497]], [[0.4068067515300918]], [[0.39904784960708756]]], "std": [[[0.30813251069948866]], [[0.28958409528508433]], [[0.2976806733660284]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4044402591238808]], [[0.4091745874891382]], [[0.3983628619800521]]], "std": [[[0.31574885353146825]], [[0.29652530851284203]], [[0.3019056914291905]]], "count": [173]}, "observation.state": {"min": [-0.3428186774253845, 0.145154669880867, 0.024669138714671135, -1.680794596672058, -0.2460172474384308, -0.18286578357219696, -0.4016002416610718, -0.3211047351360321, 0.38650187849998474, 0.0714288130402565, -1.6563314199447632, -1.7019931077957153, -1.2329057455062866, -0.16301484405994415, 0.004397138953208923, -0.28037405014038086, -1.7879579067230225, -0.010997756384313107, -0.06931902468204498, -0.06056292727589607, -0.30645081400871277, -0.4884208142757416, 0.0600108727812767, 1.3351293802261353, -1.581403374671936, 0.97724848985672, 1003.0, 1000.0], "max": [0.09268025308847427, 0.3435288071632385, 0.4164726436138153, -1.1997448205947876, -0.06808638572692871, 0.014352060854434967, -0.05066036432981491, -0.2583187520503998, 0.47964349389076233, 0.2088216245174408, -1.3854765892028809, -1.1785424947738647, -0.6667034029960632, 0.30851641297340393, 0.15822827816009521, -0.09110291302204132, -1.2182048559188843, 0.18789885938167572, 0.04430081695318222, 0.1724112629890442, -0.268839567899704, -0.359874427318573, 0.14967162907123566, 1.5767673254013062, -1.2996556758880615, 1.173835039138794, 1003.875, 1000.0], "mean": [-0.026283828541636467, 0.24577496945858002, 0.16654400527477264, -1.5276800394058228, -0.1613239347934723, -0.04026029258966446, -0.2074194848537445, -0.3102448880672455, 0.415206640958786, 0.1706758439540863, -1.4935518503189087, -1.4039264917373657, -0.9276215434074402, -0.04278780147433281, 0.13260719180107117, -0.24315032362937927, -1.6281198263168335, 0.15539051592350006, -0.02839243784546852, 0.008673564530909061, -0.30108267068862915, -0.3940531611442566, 0.11393070966005325, 1.3828670978546143, -1.4215145111083984, 1.108535647392273, 1003.0828857421875, 1000.0], "std": [0.10370145738124847, 0.04338459298014641, 0.08808544278144836, 0.1023019477725029, 0.03862658515572548, 0.03428119048476219, 0.10419242084026337, 0.009896276518702507, 0.020419884473085403, 0.03087909333407879, 0.07899110019207001, 0.11881278455257416, 0.12233757972717285, 0.07796850055456161, 0.03859954699873924, 0.03551291301846504, 0.08616822212934494, 0.04967031255364418, 0.028442075476050377, 0.09419211000204086, 0.00904092751443386, 0.021035553887486458, 0.01594877615571022, 0.0733085423707962, 0.052064720541238785, 0.05734825134277344, 0.15672816336154938, 0.0], "count": [965]}, "action": {"min": [-0.3428186774253845, 0.145154669880867, 0.024669138714671135, -1.680794596672058, -0.2460172474384308, -0.18286578357219696, -0.4016002416610718, -0.3211047351360321, 0.38650187849998474, 0.0714288130402565, -1.6563314199447632, -1.7019931077957153, -1.2329057455062866, -0.16301484405994415, 0.004397138953208923, -0.28037405014038086, -1.7879579067230225, -0.010997756384313107, -0.06931902468204498, -0.06056292727589607, -0.30645081400871277, -0.4884208142757416, 0.0600108727812767, 1.3351293802261353, -1.581403374671936, 0.97724848985672, 1003.0, 1000.0], "max": [0.09268025308847427, 0.3435288071632385, 0.4164726436138153, -1.1997448205947876, -0.06808638572692871, 0.014352060854434967, -0.05066036432981491, -0.2583187520503998, 0.47964349389076233, 0.2088216245174408, -1.3854765892028809, -1.1785424947738647, -0.6667034029960632, 0.30851641297340393, 0.15822827816009521, -0.09110291302204132, -1.2182048559188843, 0.18789885938167572, 0.04430081695318222, 0.1724112629890442, -0.268839567899704, -0.359874427318573, 0.14967162907123566, 1.5767673254013062, -1.2996556758880615, 1.173835039138794, 1003.875, 1000.0], "mean": [-0.02626141719520092, 0.24583272635936737, 0.16653229296207428, -1.5277466773986816, -0.1613459289073944, -0.04020628705620766, -0.2076002061367035, -0.3102327883243561, 0.41519695520401, 0.1706763356924057, -1.4936745166778564, -1.404038667678833, -0.927476704120636, -0.04278184473514557, 0.13253749907016754, -0.24311883747577667, -1.6281013488769531, 0.15525218844413757, -0.028415128588676453, 0.008876316249370575, -0.30107957124710083, -0.39405307173728943, 0.11390621215105057, 1.3830547332763672, -1.4215608835220337, 1.1084107160568237, 1003.0828857421875, 1000.0], "std": [0.1037108525633812, 0.043382931500673294, 0.08808871358633041, 0.10232248902320862, 0.03861897438764572, 0.03426073119044304, 0.10407150536775589, 0.009893001988530159, 0.02042359486222267, 0.030879275873303413, 0.07891549915075302, 0.11875548213720322, 0.1222672387957573, 0.07796747237443924, 0.0386139415204525, 0.03551149740815163, 0.0861685499548912, 0.049765460193157196, 0.028462130576372147, 0.09425339847803116, 0.00903958361595869, 0.02103556878864765, 0.01595660299062729, 0.07341914623975754, 0.05206238850951195, 0.05739894509315491, 0.15672816336154938, 0.0], "count": [965]}, "timestamp": {"min": [0.0], "max": [32.13333333333333], "mean": [16.066666666666666], "std": [9.285711843711523], "count": [965]}, "frame_index": {"min": [0], "max": [964], "mean": [482.0], "std": [278.57135531134566], "count": [965]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [965]}, "index": {"min": [19814], "max": [20778], "mean": [20296.0], "std": [278.57135531134566], "count": [965]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [965]}, "subtask_annotation": {"mean": [0.9056994818652849, 3.0, 3.0, 3.0, 3.0], "std": [0.91528112437209, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [965]}, "scene_annotation": {"mean": [19.0], "std": [0.0], "min": [19], "max": [19], "count": [965]}, "eef_direction_state": {"mean": [5.046632124352332, 4.785492227979274], "std": [1.7469148391782363, 2.1867706076207694], "min": [0, 0], "max": [6, 6], "count": [965]}, "eef_velocity_state": {"mean": [0.2528497409326425, 0.2632124352331606], "std": [0.4346455446026555, 0.4403767127946148], "min": [0, 0], "max": [1, 1], "count": [965]}, "eef_acc_mag_state": {"mean": [0.12227979274611399, 0.14507772020725387], "std": [0.43615249562076824, 0.46614849995616625], "min": [0, 0], "max": [2, 2], "count": [965]}, "eef_direction_action": {"mean": [5.046632124352332, 4.785492227979274], "std": [1.7469148391782363, 2.1867706076207694], "min": [0, 0], "max": [6, 6], "count": [965]}, "eef_velocity_action": {"mean": [0.2528497409326425, 0.2632124352331606], "std": [0.43464554460265553, 0.4403767127946148], "min": [0, 0], "max": [1, 1], "count": [965]}, "eef_acc_mag_action": {"mean": [0.12227979274611399, 0.14507772020725387], "std": [0.43615249562076824, 0.46614849995616625], "min": [0, 0], "max": [2, 2], "count": [965]}, "eef_sim_pose_state": {"mean": [0.4615326027275981, 0.25091134903533435, 1.1349574338943487, 0.036021480867753156, -0.08371845747494003, 1.2074707023352473, 0.436681124825438, -0.18557578471367003, 1.1400974451033072, 0.00995665798196844, 0.03653197497523816, -1.3142332556226461], "std": [0.024943436978570203, 0.023198148573392155, 0.007801720708626963, 0.05032059690019725, 0.02691841198254421, 0.1494123475996658, 0.022121942116131266, 0.010624738463315693, 0.008126693685988137, 0.022105930479982046, 0.035019715339952094, 0.07844217861081361], "min": [0.43297194582034987, 0.17660912352654798, 1.1238150236144544, -0.21855261308201557, -0.13975713039698667, 0.8616436300115073, 0.40469675142947936, -0.2171252748963816, 1.1350455890366822, -0.0365866235542982, -0.11476643492448058, -1.3664431679535631], "max": [0.5374908851402366, 0.2915885043653448, 1.16366760240927, 0.1182550947262172, -0.007094827145062599, 1.3892599183283219, 0.5354982780595757, -0.14556623976614536, 1.16789352364394, 0.06847892470848449, 0.09219978041098198, -1.130552133075056], "count": [965]}, "eef_sim_pose_action": {"mean": [0.4615274513815722, 0.25092745716142667, 1.1349728787635054, 0.0360582409426644, -0.08374381754255979, 1.2072883256917641, 0.43668549601780465, -0.18556621004704268, 1.1400978048752857, 0.009987122684606291, 0.0364512700860668, -1.3140633616584056], "std": [0.024945692719631977, 0.023201062120675853, 0.007794399011560135, 0.05031130194631551, 0.02692290299284536, 0.14931032816190312, 0.022121190850256257, 0.010627064296421582, 0.0081264674143633, 0.02212064392888006, 0.03507622662708847, 0.07850647030704377], "min": [0.43297194582034987, 0.17660912352654798, 1.1238150236144544, -0.21855261308201557, -0.13975713039698667, 0.8616436300115073, 0.40469675142947936, -0.2171252748963816, 1.1350455890366822, -0.0365866235542982, -0.11476643492448058, -1.3664431679535631], "max": [0.5374908851402366, 0.2915885043653448, 1.16366760240927, 0.1182550947262172, -0.007094827145062599, 1.3892599183283219, 0.5354982780595757, -0.14556623976614536, 1.16789352364394, 0.06847892470848449, 0.09219978041098198, -1.130552133075056], "count": [965]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [965]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [965]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [965]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [965]}, "gripper_open_scale_state": {"mean": [0.9118935468676324, 0.9090909090909031], "std": [0.00014247962574539055, 5.995204332975845e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126136363636363, 0.9090909090909091], "count": [965]}, "gripper_open_scale_action": {"mean": [0.9118935468676322, 0.9090909090909031], "std": [0.0001424796257453915, 5.995204332975845e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126136363636363, 0.9090909090909091], "count": [965]}}} +{"episode_index": 20, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4720888559969442]], [[0.473249198921993]], [[0.4674726811179017]]], "std": [[[0.3408943710247376]], [[0.32662012676366886]], [[0.3379920170192391]]], "count": [154]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3684544672035481]], [[0.3701216259230965]], [[0.36434068096935746]]], "std": [[[0.27456047949493195]], [[0.26867561236436355]], [[0.27538354392084824]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4188822906056362]], [[0.42172202593158475]], [[0.4154217012562601]]], "std": [[[0.3080093368341788]], [[0.2875528712870142]], [[0.2960003817807476]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.390303404316272]], [[0.39557929478609627]], [[0.3841640976466344]]], "std": [[[0.30559600721217145]], [[0.28572849559988855]], [[0.29100724105267683]]], "count": [154]}, "observation.state": {"min": [-0.06803729385137558, 0.12341877818107605, 0.06274785846471786, -1.852647304534912, -0.16281740367412567, -0.07928267121315002, -0.26379668712615967, -0.3200560510158539, 0.3312399983406067, 0.07701762020587921, -1.6346811056137085, -1.5589594841003418, -1.0566881895065308, -0.17810103297233582, 0.0331307128071785, -0.3636099100112915, -1.8196661472320557, 0.08183193951845169, -0.10581822693347931, -0.06057710573077202, -0.31782492995262146, -0.45613980293273926, 0.03776025027036667, 1.3349539041519165, -1.6526844501495361, 0.8598508238792419, 1003.0, 999.5625], "max": [0.27907922863960266, 0.29025477170944214, 0.31436651945114136, -1.4824477434158325, -0.026281386613845825, 0.046734463423490524, -0.05063854902982712, -0.2809034287929535, 0.41505342721939087, 0.1884157508611679, -1.3796567916870117, -1.2400041818618774, -0.8229004144668579, 0.243790864944458, 0.1690787672996521, -0.16913330554962158, -1.3240078687667847, 0.2134297788143158, 0.0485277883708477, 0.2392006516456604, -0.2646380066871643, -0.35503894090652466, 0.1298736184835434, 1.6469038724899292, -1.3969151973724365, 1.1565520763397217, 1004.0, 1000.0], "mean": [0.10260943323373795, 0.17906925082206726, 0.11632972210645676, -1.6546274423599243, -0.06729532033205032, -0.026255842298269272, -0.1265249103307724, -0.30915120244026184, 0.38283464312553406, 0.16627392172813416, -1.4319632053375244, -1.3279929161071777, -0.9862641096115112, -0.04190889373421669, 0.12440427392721176, -0.25336354970932007, -1.6179264783859253, 0.15845616161823273, -0.03995334357023239, 0.0511360801756382, -0.3032391369342804, -0.39136698842048645, 0.1045207604765892, 1.417315125465393, -1.4644463062286377, 1.0852959156036377, 1003.1175537109375, 999.983154296875], "std": [0.06254220008850098, 0.03722098842263222, 0.06733391433954239, 0.07244272530078888, 0.05149507150053978, 0.025221293792128563, 0.052951037883758545, 0.00850765686482191, 0.01688552461564541, 0.02743307128548622, 0.07053884118795395, 0.09205789864063263, 0.05898933485150337, 0.08861751109361649, 0.046781349927186966, 0.04696337506175041, 0.08915214985609055, 0.037422895431518555, 0.03653516620397568, 0.1145210787653923, 0.012110854499042034, 0.020634982734918594, 0.02387717179954052, 0.10238257050514221, 0.08191946148872375, 0.0915517807006836, 0.22002772986888885, 0.07763336598873138], "count": [832]}, "action": {"min": [-0.06803729385137558, 0.12341877818107605, 0.06274785846471786, -1.852647304534912, -0.16281740367412567, -0.07928267121315002, -0.26379668712615967, -0.3200560510158539, 0.3312399983406067, 0.07701762020587921, -1.6346811056137085, -1.5589594841003418, -1.0566881895065308, -0.17810103297233582, 0.0331307128071785, -0.3636099100112915, -1.8196661472320557, 0.08183193951845169, -0.10581822693347931, -0.06057710573077202, -0.31782492995262146, -0.45613980293273926, 0.03776025027036667, 1.3349539041519165, -1.6526844501495361, 0.8598508238792419, 1003.0, 999.5625], "max": [0.27907922863960266, 0.29025477170944214, 0.31436651945114136, -1.4824477434158325, -0.026281386613845825, 0.046734463423490524, -0.05063854902982712, -0.2809034287929535, 0.41505342721939087, 0.1884157508611679, -1.3796567916870117, -1.2400041818618774, -0.8229004144668579, 0.243790864944458, 0.1690787672996521, -0.16913330554962158, -1.3240078687667847, 0.2134297788143158, 0.0485277883708477, 0.2392006516456604, -0.2646380066871643, -0.35503894090652466, 0.1298736184835434, 1.6469038724899292, -1.3969151973724365, 1.1565520763397217, 1004.0, 1000.0], "mean": [0.10274792462587357, 0.1789974868297577, 0.11624669283628464, -1.6547917127609253, -0.06716388463973999, -0.026188980787992477, -0.12659892439842224, -0.3091423213481903, 0.3827976882457733, 0.16626811027526855, -1.4319781064987183, -1.3279798030853271, -0.986197829246521, -0.041948504745960236, 0.12425443530082703, -0.2532627582550049, -1.6178792715072632, 0.15835775434970856, -0.04002195969223976, 0.05132993310689926, -0.3032527565956116, -0.39135977625846863, 0.10450388491153717, 1.4173734188079834, -1.4645271301269531, 1.0853089094161987, 1003.1177978515625, 999.983154296875], "std": [0.06245584413409233, 0.03720621392130852, 0.06733789294958115, 0.07230763137340546, 0.051455605775117874, 0.025154242292046547, 0.052888043224811554, 0.008501543663442135, 0.016855061054229736, 0.027430381625890732, 0.07053051143884659, 0.09206400066614151, 0.05894109606742859, 0.08863238990306854, 0.046872276812791824, 0.04703878238797188, 0.08915337920188904, 0.037453118711709976, 0.03659367188811302, 0.11446834355592728, 0.012120865285396576, 0.020636700093746185, 0.023870795965194702, 0.10234938561916351, 0.08188601583242416, 0.09156091511249542, 0.2202780693769455, 0.07763336598873138], "count": [832]}, "timestamp": {"min": [0.0], "max": [27.7], "mean": [13.850000000000001], "std": [8.005917950005621], "count": [832]}, "frame_index": {"min": [0], "max": [831], "mean": [415.5], "std": [240.17753850016865], "count": [832]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [832]}, "index": {"min": [20779], "max": [21610], "mean": [21194.5], "std": [240.17753850016865], "count": [832]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [832]}, "subtask_annotation": {"mean": [1.1009615384615385, 3.0, 3.0, 3.0, 3.0], "std": [0.8516945995064185, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [832]}, "scene_annotation": {"mean": [20.0], "std": [0.0], "min": [20], "max": [20], "count": [832]}, "eef_direction_state": {"mean": [4.954326923076923, 4.962740384615385], "std": [1.90844039447794, 1.9945372969071693], "min": [0, 0], "max": [6, 6], "count": [832]}, "eef_velocity_state": {"mean": [0.25841346153846156, 0.25841346153846156], "std": [0.4404994785332018, 0.44861044242143666], "min": [0, 0], "max": [2, 2], "count": [832]}, "eef_acc_mag_state": {"mean": [0.1045673076923077, 0.11538461538461539], "std": [0.40712205844154137, 0.4173564310425101], "min": [0, 0], "max": [2, 2], "count": [832]}, "eef_direction_action": {"mean": [4.954326923076923, 4.962740384615385], "std": [1.9084403944779402, 1.9945372969071693], "min": [0, 0], "max": [6, 6], "count": [832]}, "eef_velocity_action": {"mean": [0.25841346153846156, 0.25841346153846156], "std": [0.4404994785332018, 0.44861044242143666], "min": [0, 0], "max": [2, 2], "count": [832]}, "eef_acc_mag_action": {"mean": [0.1045673076923077, 0.11538461538461539], "std": [0.40712205844154137, 0.4173564310425101], "min": [0, 0], "max": [2, 2], "count": [832]}, "eef_sim_pose_state": {"mean": [0.4262108366042566, 0.23812348416646062, 1.135106486518638, 0.026708300900578796, -0.09648728628481934, 1.3099888775224455, 0.4358648230168865, -0.18036942276912635, 1.137362768708362, 0.014844054398556952, 0.044876596529766215, -1.2629917517580191], "std": [0.01597051929393245, 0.0192314019379775, 0.008222320717437961, 0.010570456864622728, 0.02738177378684631, 0.10975792285488556, 0.023040988690697765, 0.014434485917820117, 0.011430343428350028, 0.026142558403979433, 0.02855760425499798, 0.12848728419326033], "min": [0.37766629290379294, 0.17024044944663688, 1.1238544382533813, 0.004804704304400942, -0.11594283916775172, 1.0071292806842753, 0.4016722690015573, -0.2059840010567634, 1.1208528016620953, -0.04369500185629949, -0.027193493920553147, -1.366322640946909], "max": [0.46432019359452487, 0.2615311898354473, 1.1618848419211, 0.050944019681514296, -0.019355990478705953, 1.4129030177890856, 0.5108881513790545, -0.1358600807786861, 1.170065635213688, 0.08104857169578117, 0.11834182675900795, -0.9925644989271234], "count": [832]}, "eef_sim_pose_action": {"mean": [0.4261742510445386, 0.23811927659422671, 1.1351181079819825, 0.026739361068353687, -0.0965337576030953, 1.3099675068965562, 0.4358593238170802, -0.18035942370927938, 1.137345723195423, 0.014881531013318681, 0.044918303013522405, -1.2629105422847822], "std": [0.015943677385289592, 0.019229790418022294, 0.008213236553253787, 0.010545740213209734, 0.027380019646439546, 0.10974625366542752, 0.023042755258449895, 0.014432382018342111, 0.01144434457028262, 0.026152189839108407, 0.028591617577976985, 0.12844332257808355], "min": [0.37766629290379294, 0.17024044944663688, 1.1238544382533813, 0.004804704304400942, -0.11594283916775172, 1.0071292806842753, 0.4016722690015573, -0.2059840010567634, 1.1208528016620953, -0.04369500185629949, -0.027193493920553147, -1.366322640946909], "max": [0.46432019359452487, 0.2615311898354473, 1.1618848419211, 0.050944019681514296, -0.019355990478705953, 1.4129030177890856, 0.5108881513790545, -0.1358600807786861, 1.170065635213688, 0.08104857169578117, 0.11834182675900795, -0.9925644989271234], "count": [832]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [832]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [832]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [832]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [832]}, "gripper_open_scale_state": {"mean": [0.9119250766380651, 0.909075611888112], "std": [0.00020002497871691194, 7.057585341763191e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9127272727272727, 0.9090909090909091], "count": [832]}, "gripper_open_scale_action": {"mean": [0.9119251559330835, 0.909075611888112], "std": [0.0002002529952527589, 7.057585341763191e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9127272727272727, 0.9090909090909091], "count": [832]}}} +{"episode_index": 21, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4734420542522565]], [[0.4739231612784003]], [[0.4682948823626673]]], "std": [[[0.3421672139060822]], [[0.32704953249965774]], [[0.33904274385176003]]], "count": [168]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36868941482843137]], [[0.3702533615876906]], [[0.36469472163865546]]], "std": [[[0.2755046959781883]], [[0.2695860853445067]], [[0.27631701175131784]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115847922502334]], [[0.41490105139277933]], [[0.4086216092339714]]], "std": [[[0.3055054809469036]], [[0.28696192720965796]], [[0.2952015843243491]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3969910568394024]], [[0.4020494378306878]], [[0.390543172998366]]], "std": [[[0.3110670521550385]], [[0.29209419313993407]], [[0.29735632303444376]]], "count": [168]}, "observation.state": {"min": [-0.22514310479164124, 0.06666939705610275, 0.05534111708402634, -1.8693064451217651, -0.1373574137687683, -0.07945501804351807, -0.23791345953941345, -0.3242416977882385, 0.3234158158302307, 0.07224256545305252, -1.6268962621688843, -1.5129436254501343, -1.0777497291564941, -0.0792204961180687, -0.009902562014758587, -0.29172852635383606, -1.682570457458496, 0.0745801031589508, -0.08412705361843109, -0.06057710573077202, -0.3163336217403412, -0.4809738099575043, 0.05461631342768669, 1.3349539041519165, -1.536391258239746, 0.950462818145752, 1003.0, 1000.0], "max": [0.2841232419013977, 0.2756398618221283, 0.31599730253219604, -1.2907429933547974, -0.014304064214229584, 0.022280218079686165, -0.05067127197980881, -0.2927303910255432, 0.46112895011901855, 0.18855594098567963, -1.384897232055664, -1.23516845703125, -0.7846952676773071, 0.2895043194293976, 0.1582828164100647, -0.18209165334701538, -1.1952309608459473, 0.18785633146762848, 0.007005315274000168, 0.1774454414844513, -0.2623962461948395, -0.386042058467865, 0.12185381352901459, 1.6362189054489136, -1.3966387510299683, 1.1514326333999634, 1004.0, 1000.0], "mean": [0.03405855596065521, 0.16663235425949097, 0.13051798939704895, -1.5875433683395386, -0.05837329477071762, -0.041189663112163544, -0.13305963575839996, -0.3077084720134735, 0.4017181396484375, 0.16070808470249176, -1.4539859294891357, -1.318846583366394, -0.9859883785247803, -0.014718416146934032, 0.11989130079746246, -0.2504538893699646, -1.590160608291626, 0.1503659337759018, -0.04163377359509468, 0.02455107867717743, -0.3026489019393921, -0.4010546803474426, 0.10696643590927124, 1.4016311168670654, -1.4340150356292725, 1.1006826162338257, 1003.1864013671875, 1000.0], "std": [0.10071993619203568, 0.04085361585021019, 0.09348727017641068, 0.11260922998189926, 0.03675231337547302, 0.028974397107958794, 0.05089767649769783, 0.007821285165846348, 0.02538248337805271, 0.04082496464252472, 0.0755627378821373, 0.09893959015607834, 0.09475655108690262, 0.10098004341125488, 0.05216231569647789, 0.02678081765770912, 0.11956633627414703, 0.04543014243245125, 0.018900208175182343, 0.10206899791955948, 0.010962403379380703, 0.026409441605210304, 0.021780045703053474, 0.08829906582832336, 0.05049103870987892, 0.06573505699634552, 0.24873031675815582, 0.0], "count": [928]}, "action": {"min": [-0.22514310479164124, 0.06666939705610275, 0.05534111708402634, -1.8693064451217651, -0.1373574137687683, -0.07945501804351807, -0.23791345953941345, -0.3242416977882385, 0.3234158158302307, 0.07224256545305252, -1.6268962621688843, -1.5129436254501343, -1.0777497291564941, -0.0792204961180687, -0.009902562014758587, -0.29172852635383606, -1.682570457458496, 0.0745801031589508, -0.08412705361843109, -0.06057710573077202, -0.3163336217403412, -0.4809738099575043, 0.05461631342768669, 1.3349539041519165, -1.536391258239746, 0.950462818145752, 1003.0, 1000.0], "max": [0.2841232419013977, 0.2756398618221283, 0.31599730253219604, -1.2907429933547974, -0.014304064214229584, 0.022280218079686165, -0.05067127197980881, -0.2927303910255432, 0.46112895011901855, 0.18855594098567963, -1.384897232055664, -1.23516845703125, -0.7846952676773071, 0.2895043194293976, 0.1582828164100647, -0.18209423124790192, -1.1952309608459473, 0.18785633146762848, 0.007005315274000168, 0.1774454414844513, -0.2623962461948395, -0.386042058467865, 0.12185381352901459, 1.6362189054489136, -1.3966387510299683, 1.1514326333999634, 1004.0, 1000.0], "mean": [0.034128718078136444, 0.16656681895256042, 0.13041917979717255, -1.5876425504684448, -0.05826493352651596, -0.04116599261760712, -0.13312171399593353, -0.3076937794685364, 0.40170201659202576, 0.16071557998657227, -1.4540084600448608, -1.3187918663024902, -0.9859816431999207, -0.014710882678627968, 0.11977927386760712, -0.2503700852394104, -1.5900980234146118, 0.15027457475662231, -0.04165267199277878, 0.02473771758377552, -0.3026585876941681, -0.4010603427886963, 0.1069539338350296, 1.4016972780227661, -1.4340883493423462, 1.1006391048431396, 1003.1864013671875, 1000.0], "std": [0.10072312504053116, 0.04082220792770386, 0.09351765364408493, 0.11259638518095016, 0.036667440086603165, 0.028952233493328094, 0.05083225294947624, 0.00781340803951025, 0.025380630046129227, 0.04082940146327019, 0.07554537057876587, 0.09896987676620483, 0.09475195407867432, 0.10097703337669373, 0.052191440016031265, 0.02687269262969494, 0.11955790966749191, 0.04543997719883919, 0.018910041078925133, 0.10207156836986542, 0.01096965279430151, 0.026407530531287193, 0.02177552692592144, 0.0882721021771431, 0.05048678070306778, 0.0657193511724472, 0.24873031675815582, 0.0], "count": [928]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.450000000000003], "std": [8.92967897892565], "count": [928]}, "frame_index": {"min": [0], "max": [927], "mean": [463.5], "std": [267.89036936776955], "count": [928]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [928]}, "index": {"min": [21611], "max": [22538], "mean": [22074.5], "std": [267.89036936776955], "count": [928]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [928]}, "subtask_annotation": {"mean": [1.1454741379310345, 3.0, 3.0, 3.0, 3.0], "std": [0.9164216575919445, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [928]}, "scene_annotation": {"mean": [21.0], "std": [0.0], "min": [21], "max": [21], "count": [928]}, "eef_direction_state": {"mean": [4.568965517241379, 5.243534482758621], "std": [2.3492446986177016, 1.8214955745544095], "min": [0, 0], "max": [6, 6], "count": [928]}, "eef_velocity_state": {"mean": [0.2801724137931034, 0.1788793103448276], "std": [0.4490833244983021, 0.38325122658040633], "min": [0, 0], "max": [1, 1], "count": [928]}, "eef_acc_mag_state": {"mean": [0.12931034482758622, 0.09375], "std": [0.4410053642216717, 0.3811899330861282], "min": [0, 0], "max": [2, 2], "count": [928]}, "eef_direction_action": {"mean": [4.568965517241379, 5.243534482758621], "std": [2.3492446986177016, 1.8214955745544095], "min": [0, 0], "max": [6, 6], "count": [928]}, "eef_velocity_action": {"mean": [0.2801724137931034, 0.1788793103448276], "std": [0.4490833244983021, 0.38325122658040633], "min": [0, 0], "max": [1, 1], "count": [928]}, "eef_acc_mag_action": {"mean": [0.12931034482758622, 0.09375], "std": [0.4410053642216717, 0.3811899330861282], "min": [0, 0], "max": [2, 2], "count": [928]}, "eef_sim_pose_state": {"mean": [0.44511423565253383, 0.23322443494392775, 1.1354149676136835, 0.012597779239921739, -0.10501251242969298, 1.2993531459514642, 0.44423232250796957, -0.1803223697049648, 1.1380220496277063, 0.015309355664297562, 0.03585529906862144, -1.2934450204004566], "std": [0.02614586960656932, 0.030626078774618194, 0.007181825118294898, 0.030899959333012705, 0.015343040151511418, 0.13169187343992056, 0.02820965440179417, 0.014647428570221837, 0.008662462501250428, 0.028247113871440053, 0.02398305529345277, 0.0947353471998688], "min": [0.3724329097561991, 0.15966230145592258, 1.1238433380740225, -0.027453919668373516, -0.11962257000135845, 1.0260217402866316, 0.4303093848924197, -0.19317549286274743, 1.1248386038985732, -0.025346909884756297, -0.038495258407974964, -1.3664677837701182], "max": [0.5103845187542215, 0.25302606749672124, 1.1526843786366785, 0.07639626280741518, -0.06614317452552054, 1.4011928552106752, 0.5283677055001477, -0.13986256790829016, 1.1691155319489654, 0.11863768058453583, 0.05878182601934756, -1.1101367546032224], "count": [928]}, "eef_sim_pose_action": {"mean": [0.4450978377891226, 0.23323051184288743, 1.1354279516462515, 0.01257872188913336, -0.10505572520746234, 1.2993709736941244, 0.4442401078233715, -0.18031817802854475, 1.1380117742601057, 0.015315955100818696, 0.03586298714551281, -1.2933505053805399], "std": [0.026145618761839216, 0.030629428765859737, 0.0071718011027462935, 0.03090982747876441, 0.015318320148005183, 0.13170376070331974, 0.028206932254658038, 0.014645897338237344, 0.008671639997786194, 0.02824566358070599, 0.02398899325251077, 0.09470621101577988], "min": [0.3724329097561991, 0.15966230145592258, 1.1238433380740225, -0.027453919668373516, -0.11962257000135845, 1.0260217402866316, 0.4303093848924197, -0.19317549286274743, 1.1248386038985732, -0.025346909884756297, -0.038495258407974964, -1.3664677837701182], "max": [0.5103845187542215, 0.25302606749672124, 1.1526843786366785, 0.07639626280741518, -0.06614317452552054, 1.4011928552106752, 0.5283677055001477, -0.13986256790829016, 1.1691155319489654, 0.11863768058453583, 0.05878182601934756, -1.1101367546032224], "count": [928]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [928]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [928]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [928]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [928]}, "gripper_open_scale_state": {"mean": [0.9119876567398086, 0.9090909090909041], "std": [0.00022611969447901156, 4.9960036108132044e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [928]}, "gripper_open_scale_action": {"mean": [0.9119876567398086, 0.9090909090909041], "std": [0.00022611969447901156, 4.9960036108132044e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [928]}}} +{"episode_index": 22, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47709336460278556]], [[0.47874968876439467]], [[0.4741102029353408]]], "std": [[[0.34451542643829647]], [[0.3300085983926785]], [[0.34202448664052126]]], "count": [168]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3715962070592126]], [[0.37343376395697164]], [[0.3675510742491441]]], "std": [[[0.27749176910535667]], [[0.27155281748124227]], [[0.27840452448338865]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4146110697751323]], [[0.4170072787795674]], [[0.41070377786531276]]], "std": [[[0.3047895428152045]], [[0.28490114554043044]], [[0.29329601869774946]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39699885231870524]], [[0.4025071948918456]], [[0.3909318539915967]]], "std": [[[0.3163370595848483]], [[0.2968460130924216]], [[0.3022687395351208]]], "count": [168]}, "observation.state": {"min": [-0.06705445796251297, 0.16004450619220734, 0.054827336221933365, -1.857686996459961, -0.15377332270145416, -0.07928812503814697, -0.2634640038013458, -0.31871432065963745, 0.33314868807792664, 0.08641225099563599, -1.6576615571975708, -1.5038458108901978, -1.0565861463546753, -0.2775280773639679, -0.0035637440159916878, -0.2943955957889557, -1.9305096864700317, -0.02943934127688408, -0.08247007429599762, -0.06059565022587776, -0.320602685213089, -0.4601709842681885, 0.0531732477247715, 1.3349539041519165, -1.501356601715088, 0.8840543031692505, 1003.0, 999.625], "max": [0.268211305141449, 0.30563879013061523, 0.3095308542251587, -1.5076372623443604, -0.06116833537817001, 0.02926371805369854, -0.05065381899476051, -0.288199245929718, 0.4128984212875366, 0.19168193638324738, -1.3733909130096436, -1.2730300426483154, -0.7941889762878418, 0.21365883946418762, 0.195847749710083, -0.13256648182868958, -1.3011528253555298, 0.18784105777740479, 0.008449574932456017, 0.16391697525978088, -0.24175074696540833, -0.3186759948730469, 0.13317425549030304, 1.6942998170852661, -1.3148070573806763, 1.1842209100723267, 1004.0, 1000.0], "mean": [0.07034703344106674, 0.1871192306280136, 0.11255472898483276, -1.6119173765182495, -0.08536830544471741, -0.04914635792374611, -0.13706190884113312, -0.3119254410266876, 0.39221611618995667, 0.1719493269920349, -1.4364341497421265, -1.326589584350586, -0.9991132616996765, -0.07051581144332886, 0.11641441285610199, -0.2377626746892929, -1.6551618576049805, 0.1182204931974411, -0.042850010097026825, 0.029169222339987755, -0.2979702651500702, -0.3854255974292755, 0.10844484716653824, 1.4176653623580933, -1.412966012954712, 1.101428508758545, 1003.2297973632812, 999.9935302734375], "std": [0.06080784276127815, 0.03841862827539444, 0.08013791590929031, 0.07277423143386841, 0.025014270097017288, 0.021339602768421173, 0.05790787935256958, 0.006873575504869223, 0.017913194373250008, 0.03175267577171326, 0.09847988188266754, 0.08262982964515686, 0.0893276035785675, 0.09324140846729279, 0.05714330077171326, 0.04236975312232971, 0.12478199601173401, 0.0750669538974762, 0.01984207145869732, 0.09194149821996689, 0.018925592303276062, 0.025927329435944557, 0.020555200055241585, 0.1027151495218277, 0.04353918507695198, 0.07729166746139526, 0.2529945373535156, 0.045623671263456345], "count": [931]}, "action": {"min": [-0.06705445796251297, 0.16004450619220734, 0.054827336221933365, -1.857686996459961, -0.15377332270145416, -0.07928812503814697, -0.2634640038013458, -0.31871432065963745, 0.33314868807792664, 0.08641225099563599, -1.6576615571975708, -1.5038458108901978, -1.0565861463546753, -0.2775280773639679, -0.0035637440159916878, -0.2943955957889557, -1.9305096864700317, -0.02943934127688408, -0.08247007429599762, -0.06059565022587776, -0.320602685213089, -0.4601709842681885, 0.0531732477247715, 1.3349539041519165, -1.501356601715088, 0.8840543031692505, 1003.0, 999.625], "max": [0.268211305141449, 0.30563879013061523, 0.3095308542251587, -1.5076372623443604, -0.06116833537817001, 0.02926371805369854, -0.05065818130970001, -0.288199245929718, 0.4128984212875366, 0.19168193638324738, -1.3733909130096436, -1.2730300426483154, -0.7941889762878418, 0.21365883946418762, 0.195847749710083, -0.13256648182868958, -1.3011528253555298, 0.18784105777740479, 0.008449574932456017, 0.16391697525978088, -0.24175074696540833, -0.3186759948730469, 0.13317425549030304, 1.6942998170852661, -1.3148070573806763, 1.1842209100723267, 1004.0, 1000.0], "mean": [0.0704185962677002, 0.1870606392621994, 0.11245761066675186, -1.6119892597198486, -0.08529689162969589, -0.04912372678518295, -0.13712947070598602, -0.3119218945503235, 0.39219892024993896, 0.1719595342874527, -1.4364237785339355, -1.326574444770813, -0.9991081953048706, -0.0705333948135376, 0.11626601219177246, -0.23766571283340454, -1.655098557472229, 0.11810575425624847, -0.04289275035262108, 0.02934948541224003, -0.2979850769042969, -0.3854246139526367, 0.10842762887477875, 1.4177122116088867, -1.413034439086914, 1.1014126539230347, 1003.2307739257812, 999.9935302734375], "std": [0.060771483927965164, 0.038415130227804184, 0.08015025407075882, 0.07272344082593918, 0.02496076375246048, 0.021318793296813965, 0.057843636721372604, 0.006870925426483154, 0.017901815474033356, 0.03175726160407066, 0.09848599135875702, 0.08263839036226273, 0.08932460099458694, 0.0932406336069107, 0.05721374228596687, 0.04242207482457161, 0.12480702251195908, 0.07504214346408844, 0.019884265959262848, 0.0919298604130745, 0.018937667831778526, 0.02592719905078411, 0.02055170200765133, 0.1026875227689743, 0.04356379806995392, 0.07728438824415207, 0.2538480758666992, 0.045623671263456345], "count": [931]}, "timestamp": {"min": [0.0], "max": [31.0], "mean": [15.5], "std": [8.958546509091503], "count": [931]}, "frame_index": {"min": [0], "max": [930], "mean": [465.0], "std": [268.75639527274507], "count": [931]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [931]}, "index": {"min": [22539], "max": [23469], "mean": [23004.0], "std": [268.75639527274507], "count": [931]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [931]}, "subtask_annotation": {"mean": [1.1933404940923737, 3.0, 3.0, 3.0, 3.0], "std": [0.8259998407446466, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [931]}, "scene_annotation": {"mean": [22.0], "std": [0.0], "min": [22], "max": [22], "count": [931]}, "eef_direction_state": {"mean": [5.155746509129968, 4.653061224489796], "std": [1.8313468000982198, 2.2123903543526073], "min": [0, 0], "max": [6, 6], "count": [931]}, "eef_velocity_state": {"mean": [0.19656283566058003, 0.32545649838882923], "std": [0.39739890198344613, 0.4753727476220357], "min": [0, 0], "max": [1, 2], "count": [931]}, "eef_acc_mag_state": {"mean": [0.11385606874328678, 0.16756176154672395], "std": [0.41705228277313927, 0.5011912395934603], "min": [0, 0], "max": [2, 2], "count": [931]}, "eef_direction_action": {"mean": [5.155746509129968, 4.653061224489796], "std": [1.8313468000982198, 2.2123903543526073], "min": [0, 0], "max": [6, 6], "count": [931]}, "eef_velocity_action": {"mean": [0.19656283566058003, 0.32545649838882923], "std": [0.39739890198344613, 0.4753727476220357], "min": [0, 0], "max": [1, 2], "count": [931]}, "eef_acc_mag_action": {"mean": [0.11385606874328678, 0.16756176154672395], "std": [0.41705228277313927, 0.5011912395934603], "min": [0, 0], "max": [2, 2], "count": [931]}, "eef_sim_pose_state": {"mean": [0.43521278691093784, 0.24378216435513742, 1.1316869414846775, 0.01648580728187113, -0.09062981840915664, 1.3089176587146336, 0.42865538140253334, -0.18156856416844588, 1.1417139411586041, 0.026792782584222054, 0.018391283577291147, -1.2965145923192094], "std": [0.016573577308424958, 0.021219474351351974, 0.00772512497845808, 0.011708730503058935, 0.014770425498882375, 0.13365302071775553, 0.025798313817831896, 0.014559074455292744, 0.015427496276075757, 0.04433351281088719, 0.0513589207708078, 0.08946347976174007], "min": [0.3799597086840074, 0.1810234594878856, 1.123862743431258, 0.005350663238051334, -0.1434303174895608, 1.0180002399423511, 0.36759381080506404, -0.2033467925553911, 1.1198823831126454, -0.02648477906414981, -0.1512350632796391, -1.3664503892172046], "max": [0.46406886960628435, 0.2593222625513577, 1.158100033471872, 0.05924861765374745, -0.06640065683421481, 1.3949776844687132, 0.5073322679411801, -0.1379251958986412, 1.1842522476590032, 0.16533954577705579, 0.07381971338305804, -1.1153448245036364], "count": [931]}, "eef_sim_pose_action": {"mean": [0.4351953636102815, 0.24379111443610207, 1.1316910389674166, 0.016491810316777423, -0.09064006626271864, 1.3089311304850113, 0.42865599965460033, -0.18155773948511877, 1.141697902515767, 0.026805877064485357, 0.018414254492426726, -1.296441541676102], "std": [0.016563260112351194, 0.021222722475782635, 0.0077219984739178476, 0.011704450148604053, 0.014763803558662398, 0.1336607128291875, 0.025798371093166995, 0.01455833503298187, 0.015442177769298359, 0.04432915325090724, 0.05137817981838838, 0.08943417093968117], "min": [0.3799597086840074, 0.1810234594878856, 1.123862743431258, 0.005350663238051334, -0.1434303174895608, 1.0180002399423511, 0.36759381080506404, -0.2033467925553911, 1.1198823831126454, -0.02648477906414981, -0.1512350632796391, -1.3664503892172046], "max": [0.46406886960628435, 0.2593222625513577, 1.158100033471872, 0.05924861765374745, -0.06640065683421481, 1.3949776844687132, 0.5073322679411801, -0.1379251958986412, 1.1842522476590032, 0.16533954577705579, 0.07381971338305804, -1.1153448245036364], "count": [931]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [931]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [931]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [931]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [931]}, "gripper_open_scale_state": {"mean": [0.912027062586586, 0.9090850502880541], "std": [0.00022999500627048745, 4.1476063274095104e-05], "min": [0.9118181818181819, 0.90875], "max": [0.9127272727272727, 0.9090909090909091], "count": [931]}, "gripper_open_scale_action": {"mean": [0.9120280759454005, 0.9090850502880541], "std": [0.00023077043978119322, 4.1476063274095104e-05], "min": [0.9118181818181819, 0.90875], "max": [0.9127272727272727, 0.9090909090909091], "count": [931]}}} +{"episode_index": 23, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4665894630922049]], [[0.46769292815996455]], [[0.4632270757172926]]], "std": [[[0.3411664540534925]], [[0.326191297678755]], [[0.33883387638971013]]], "count": [177]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37079758409955316]], [[0.37262198589416934]], [[0.36672625987777413]]], "std": [[[0.2768210908474489]], [[0.2710250701436491]], [[0.277749568984033]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4090723523872826]], [[0.41254551622909047]], [[0.40521385496288914]]], "std": [[[0.31116472295650804]], [[0.2917659976602003]], [[0.30015933946992956]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40320724977844247]], [[0.40777989872973675]], [[0.39642021620324214]]], "std": [[[0.3178389615045877]], [[0.29770734709055524]], [[0.30313177408638275]]], "count": [177]}, "observation.state": {"min": [-0.18332938849925995, 0.1234024167060852, 0.07249007374048233, -1.9141865968704224, -0.1378013789653778, -0.08117744326591492, -0.2730894982814789, -0.33510249853134155, 0.308353066444397, 0.07173137366771698, -1.6471279859542847, -1.552365779876709, -1.0565861463546753, -0.17679639160633087, -0.03605413809418678, -0.33214816451072693, -1.8191250562667847, 0.02286926843225956, -0.06942592561244965, -0.06059455871582031, -0.31763410568237305, -0.4736018180847168, 0.039969563484191895, 1.2890983819961548, -1.638997197151184, 0.9560379385948181, 1003.0, 1000.0], "max": [0.3650083541870117, 0.3136007487773895, 0.33347460627555847, -1.316567301750183, -0.05374959483742714, 0.003948807250708342, -0.05066800117492676, -0.2903468906879425, 0.4495680034160614, 0.1815720647573471, -1.3844144344329834, -1.2889245748519897, -0.7855770587921143, 0.2682712972164154, 0.15827736258506775, -0.10524772107601166, -1.223603367805481, 0.18785960972309113, 0.03698898106813431, 0.1851750761270523, -0.24548888206481934, -0.3634133040904999, 0.13761675357818604, 1.7011569738388062, -1.3529819250106812, 1.1793525218963623, 1004.0, 1000.0], "mean": [0.09389303624629974, 0.1902913898229599, 0.15066196024417877, -1.632336139678955, -0.10828783363103867, -0.046509936451911926, -0.16364280879497528, -0.31376343965530396, 0.3826713263988495, 0.15384000539779663, -1.465827226638794, -1.3960471153259277, -0.9709658622741699, -0.04007729887962341, 0.11499779671430588, -0.24170929193496704, -1.6229935884475708, 0.1493503600358963, -0.030088339000940323, 0.025560760870575905, -0.29983723163604736, -0.3938063681125641, 0.10791333764791489, 1.392478585243225, -1.436561942100525, 1.1070467233657837, 1003.148681640625, 1000.0], "std": [0.11806643754243851, 0.03502795472741127, 0.06636954098939896, 0.12802347540855408, 0.018578121438622475, 0.01816193014383316, 0.05674900859594345, 0.00829091016203165, 0.029443170875310898, 0.027158506214618683, 0.07030642032623291, 0.06573668867349625, 0.07985996454954147, 0.10418178141117096, 0.05830364674329758, 0.051399413496255875, 0.13064056634902954, 0.050225865095853806, 0.02390495128929615, 0.09807058423757553, 0.01637844182550907, 0.025660067796707153, 0.02718057669699192, 0.09488175064325333, 0.07493826746940613, 0.06528069823980331, 0.21998231112957, 0.0], "count": [997]}, "action": {"min": [-0.18332938849925995, 0.1234024167060852, 0.07249007374048233, -1.9141865968704224, -0.1378013789653778, -0.08117744326591492, -0.2730894982814789, -0.33510249853134155, 0.308353066444397, 0.07173137366771698, -1.6471279859542847, -1.552365779876709, -1.0565861463546753, -0.17679639160633087, -0.03605413809418678, -0.33214816451072693, -1.8191250562667847, 0.02286926843225956, -0.06942592561244965, -0.06059455871582031, -0.31763410568237305, -0.4736018180847168, 0.039969563484191895, 1.2890983819961548, -1.638997197151184, 0.9560379385948181, 1003.0, 1000.0], "max": [0.3650083541870117, 0.3136007487773895, 0.33347460627555847, -1.316567301750183, -0.05374959483742714, 0.003948807250708342, -0.05066800117492676, -0.2903468906879425, 0.4495680034160614, 0.1815720647573471, -1.3844144344329834, -1.2889245748519897, -0.7855770587921143, 0.2682712972164154, 0.15827736258506775, -0.10524772107601166, -1.223603367805481, 0.18785960972309113, 0.03698898106813431, 0.1851750761270523, -0.24548888206481934, -0.3634133040904999, 0.13761675357818604, 1.7011569738388062, -1.3529819250106812, 1.1793525218963623, 1004.0, 1000.0], "mean": [0.09404443204402924, 0.19024987518787384, 0.15062397718429565, -1.632503628730774, -0.1082632839679718, -0.04647181183099747, -0.16375717520713806, -0.3137567639350891, 0.38262680172920227, 0.15382058918476105, -1.4658745527267456, -1.3961549997329712, -0.9709229469299316, -0.040173571556806564, 0.11488811671733856, -0.24157492816448212, -1.6230467557907104, 0.14926117658615112, -0.030114734545350075, 0.02571883052587509, -0.2998383045196533, -0.3937862515449524, 0.10792283713817596, 1.392501711845398, -1.4365801811218262, 1.107068657875061, 1003.1475219726562, 1000.0], "std": [0.11805056780576706, 0.035021308809518814, 0.06638210266828537, 0.12799476087093353, 0.01855587400496006, 0.0181330144405365, 0.056636035442352295, 0.008289642632007599, 0.02943219058215618, 0.02714567631483078, 0.07026880234479904, 0.0656491070985794, 0.07982577383518219, 0.10424336045980453, 0.05832504853606224, 0.05152655765414238, 0.13065627217292786, 0.05023643746972084, 0.023933252319693565, 0.09805863350629807, 0.016378918662667274, 0.025671275332570076, 0.027186673134565353, 0.0948706865310669, 0.07493066042661667, 0.06529717892408371, 0.21798264980316162, 0.0], "count": [997]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.6], "std": [9.593632147303635], "count": [997]}, "frame_index": {"min": [0], "max": [996], "mean": [498.0], "std": [287.8089644191091], "count": [997]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [997]}, "index": {"min": [23470], "max": [24466], "mean": [23968.0], "std": [287.8089644191091], "count": [997]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [997]}, "subtask_annotation": {"mean": [1.0030090270812437, 3.0, 3.0, 3.0, 3.0], "std": [0.8974448141820455, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [997]}, "scene_annotation": {"mean": [23.0], "std": [0.0], "min": [23], "max": [23], "count": [997]}, "eef_direction_state": {"mean": [4.548645937813441, 5.029087261785356], "std": [2.360849742473161, 1.910787743001464], "min": [0, 0], "max": [6, 6], "count": [997]}, "eef_velocity_state": {"mean": [0.2938816449348044, 0.2728184553660983], "std": [0.47494145554234934, 0.44765451391884375], "min": [0, 0], "max": [2, 2], "count": [997]}, "eef_acc_mag_state": {"mean": [0.16649949849548645, 0.11334002006018054], "std": [0.49709394526690015, 0.41558478059571535], "min": [0, 0], "max": [2, 2], "count": [997]}, "eef_direction_action": {"mean": [4.548645937813441, 5.029087261785356], "std": [2.360849742473161, 1.910787743001464], "min": [0, 0], "max": [6, 6], "count": [997]}, "eef_velocity_action": {"mean": [0.2938816449348044, 0.2728184553660983], "std": [0.47494145554234934, 0.44765451391884375], "min": [0, 0], "max": [2, 2], "count": [997]}, "eef_acc_mag_action": {"mean": [0.16649949849548645, 0.11334002006018054], "std": [0.49709394526690015, 0.41558478059571535], "min": [0, 0], "max": [2, 2], "count": [997]}, "eef_sim_pose_state": {"mean": [0.4272414209875252, 0.23138065018507145, 1.1306913179050802, 0.026160551051858532, -0.06605852350030661, 1.2418934686357261, 0.4370455907073751, -0.18076542235988274, 1.1408602855059562, 0.014438006495045156, 0.04352699049925871, -1.299310459107508], "std": [0.030786919390600482, 0.01982988473063666, 0.00811935201044076, 0.018329766542832512, 0.03364487327758369, 0.0990097473521187, 0.027678881316357748, 0.01937994518155655, 0.014105107189974566, 0.028157056640039056, 0.04435253846377518, 0.10208601279873576], "min": [0.3546534276958963, 0.17083288296438917, 1.1140585815633381, 0.005361200540108357, -0.1723075262090219, 0.9932583481219353, 0.40551252028602536, -0.20313938821288013, 1.1260088309974292, -0.023076193823623026, -0.10648942767251324, -1.3850634569603424], "max": [0.4990914540269874, 0.261661407766835, 1.153017189483904, 0.08556408900212042, -0.03670843007455704, 1.3789616199419963, 0.5216476571379611, -0.12724662768404807, 1.1863864179444126, 0.11431609780657936, 0.11714361139611462, -1.0562252727242734], "count": [997]}, "eef_sim_pose_action": {"mean": [0.42719923869767407, 0.23137043019696624, 1.130699226420098, 0.026174256602747484, -0.06602150137120076, 1.2417890646584775, 0.43702589431462435, -0.18077659217556696, 1.1408567276346793, 0.014465326603353213, 0.04354361981814015, -1.2992897053854888], "std": [0.03078024652820884, 0.019824290458309572, 0.008116547276335312, 0.018319328243085534, 0.0336539841513073, 0.09891998073888779, 0.027690331374168976, 0.01938709146374281, 0.014107026525204364, 0.028161953357746093, 0.044358374777868435, 0.10207446725281316], "min": [0.3546534276958963, 0.17083288296438917, 1.1140585815633381, 0.005358047841902747, -0.1723075262090219, 0.9932583481219353, 0.40551252028602536, -0.20313938821288013, 1.1260088309974292, -0.023076193823623026, -0.10648942767251324, -1.3850634569603424], "max": [0.4990914540269874, 0.261661407766835, 1.153017189483904, 0.08556408900212042, -0.03670843007455704, 1.3789616199419963, 0.5216476571379611, -0.12724662768404807, 1.1863864179444126, 0.11431609780657936, 0.11714361139611462, -1.0562252727242734], "count": [997]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [997]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [997]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [997]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [997]}, "gripper_open_scale_state": {"mean": [0.911953369819591, 0.9090909090909023], "std": [0.0001999840264228456, 6.772360450213455e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [997]}, "gripper_open_scale_action": {"mean": [0.9119522881388241, 0.9090909090909023], "std": [0.00019816579973121667, 6.772360450213455e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [997]}}} +{"episode_index": 24, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687790184407096]], [[0.4700184967320261]], [[0.46521491830065365]]], "std": [[[0.3407476698257086]], [[0.3268228914485256]], [[0.33870268827404254]]], "count": [175]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37361525910364146]], [[0.3752179166666667]], [[0.36946206699346407]]], "std": [[[0.27756971388909213]], [[0.27196184628495357]], [[0.27885470906498133]]], "count": [175]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40624717670401495]], [[0.41006119514472456]], [[0.4024440266106442]]], "std": [[[0.3103343609472408]], [[0.29099973458620715]], [[0.29975156162272126]]], "count": [175]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38640553804855277]], [[0.3915793534080299]], [[0.3797130298786181]]], "std": [[[0.306488394837486]], [[0.2870733371045294]], [[0.29247044973978553]]], "count": [175]}, "observation.state": {"min": [-0.15113896131515503, 0.19018852710723877, 0.11645164340734482, -1.8754806518554688, -0.21010710299015045, -0.08600764721632004, -0.3137719929218292, -0.3273502588272095, 0.3092751204967499, 0.0831943154335022, -1.6671476364135742, -1.6146670579910278, -1.0566881895065308, -0.2187715768814087, 0.007333655375987291, -0.2846239507198334, -1.911143183708191, 0.04766057804226875, -0.060965441167354584, -0.06059565022587776, -0.3127869963645935, -0.4525519907474518, 0.06225775182247162, 1.3349539041519165, -1.5500961542129517, 0.9265822172164917, 1003.0, 999.4375], "max": [0.33714523911476135, 0.34395748376846313, 0.3534313440322876, -1.4174691438674927, -0.05472807213664055, -0.0017573283985257149, -0.0491102933883667, -0.294453501701355, 0.4311303198337555, 0.18199700117111206, -1.3853647708892822, -1.2538247108459473, -0.7444204688072205, 0.1731104850769043, 0.1725061684846878, -0.12586987018585205, -1.3647711277008057, 0.1878301501274109, 0.0701436921954155, 0.15673384070396423, -0.24613800644874573, -0.3336230516433716, 0.13621124625205994, 1.5650736093521118, -1.3880258798599243, 1.1452572345733643, 1004.0, 1000.0], "mean": [0.02840861864387989, 0.23362143337726593, 0.1631546914577484, -1.5745553970336914, -0.10659786313772202, -0.054069314152002335, -0.17778602242469788, -0.3130132257938385, 0.39983776211738586, 0.16390980780124664, -1.502481460571289, -1.3708703517913818, -0.9233494997024536, -0.0665125697851181, 0.12311806529760361, -0.24192440509796143, -1.6563971042633057, 0.14242702722549438, -0.015111534856259823, 0.019763225689530373, -0.29944562911987305, -0.3867361843585968, 0.10970593988895416, 1.3865041732788086, -1.434262990951538, 1.097666621208191, 1003.0824584960938, 999.9908447265625], "std": [0.10591841489076614, 0.047055620700120926, 0.06961794197559357, 0.114304319024086, 0.055700451135635376, 0.022322235628962517, 0.07971929013729095, 0.006647516041994095, 0.03311929106712341, 0.027667652815580368, 0.08025915175676346, 0.12913861870765686, 0.09231777489185333, 0.08015433698892593, 0.04873235896229744, 0.03917182981967926, 0.10489334911108017, 0.05386437848210335, 0.039493389427661896, 0.0901729166507721, 0.016361178830266, 0.02277294732630253, 0.019499193876981735, 0.06912461668252945, 0.05456187203526497, 0.06982792913913727, 0.16840893030166626, 0.06403382122516632], "count": [986]}, "action": {"min": [-0.15113896131515503, 0.19018852710723877, 0.11645164340734482, -1.8754806518554688, -0.21010710299015045, -0.08600764721632004, -0.3137719929218292, -0.3273502588272095, 0.3092751204967499, 0.0831943154335022, -1.6671476364135742, -1.6146670579910278, -1.0566881895065308, -0.2187715768814087, 0.007333655375987291, -0.2846239507198334, -1.911143183708191, 0.04766057804226875, -0.060965441167354584, -0.06059565022587776, -0.3127869963645935, -0.4525519907474518, 0.06225775182247162, 1.3349539041519165, -1.5500961542129517, 0.9265822172164917, 1003.0, 999.4375], "max": [0.33714523911476135, 0.34395748376846313, 0.3534313440322876, -1.4174691438674927, -0.05472807213664055, -0.0017573283985257149, -0.0491102933883667, -0.294453501701355, 0.4311303198337555, 0.18199700117111206, -1.3853647708892822, -1.2538247108459473, -0.7444204688072205, 0.1731104850769043, 0.1725061684846878, -0.12586987018585205, -1.3647711277008057, 0.1878301501274109, 0.0701436921954155, 0.15673384070396423, -0.24613800644874573, -0.3336230516433716, 0.13621124625205994, 1.5650736093521118, -1.3880258798599243, 1.1452572345733643, 1004.0, 1000.0], "mean": [0.028386099264025688, 0.23360641300678253, 0.1631249040365219, -1.5745418071746826, -0.10651654750108719, -0.054055698215961456, -0.17787791788578033, -0.3130097985267639, 0.3998444974422455, 0.16390983760356903, -1.5025547742843628, -1.3708614110946655, -0.9232594966888428, -0.0665813684463501, 0.1230185329914093, -0.24181252717971802, -1.6564193964004517, 0.14231163263320923, -0.015127534046769142, 0.019922707229852676, -0.2994511127471924, -0.3867223858833313, 0.10970888286828995, 1.3865526914596558, -1.4342784881591797, 1.0976357460021973, 1003.0813598632812, 999.9908447265625], "std": [0.10592552274465561, 0.04706341028213501, 0.06963083893060684, 0.11431075632572174, 0.055713895708322525, 0.022311003878712654, 0.0796247348189354, 0.006645438726991415, 0.033122505992650986, 0.027667663991451263, 0.08018528670072556, 0.12914463877677917, 0.09223096817731857, 0.08017686009407043, 0.04876093938946724, 0.03927772864699364, 0.10489117354154587, 0.053888969123363495, 0.03950774297118187, 0.09016972780227661, 0.016364455223083496, 0.02277541533112526, 0.01950106956064701, 0.06910521537065506, 0.05455343797802925, 0.06981391459703445, 0.1654268354177475, 0.06403382122516632], "count": [986]}, "timestamp": {"min": [0.0], "max": [32.833333333333336], "mean": [16.416666666666664], "std": [9.487784544115426], "count": [986]}, "frame_index": {"min": [0], "max": [985], "mean": [492.5], "std": [284.63353632346275], "count": [986]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [986]}, "index": {"min": [24467], "max": [25452], "mean": [24959.5], "std": [284.63353632346275], "count": [986]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [986]}, "subtask_annotation": {"mean": [0.9330628803245437, 3.0, 3.0, 3.0, 3.0], "std": [0.8846115970230307, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [986]}, "scene_annotation": {"mean": [24.0], "std": [0.0], "min": [24], "max": [24], "count": [986]}, "eef_direction_state": {"mean": [4.938133874239351, 4.7089249492900604], "std": [2.03349890969951, 2.1724490672378716], "min": [0, 0], "max": [6, 6], "count": [986]}, "eef_velocity_state": {"mean": [0.24442190669371197, 0.3184584178498986], "std": [0.4413862549417882, 0.46587836819328715], "min": [0, 0], "max": [2, 1], "count": [986]}, "eef_acc_mag_state": {"mean": [0.12778904665314403, 0.15010141987829614], "std": [0.44116131563348776, 0.476405777000066], "min": [0, 0], "max": [2, 2], "count": [986]}, "eef_direction_action": {"mean": [4.938133874239351, 4.7089249492900604], "std": [2.03349890969951, 2.1724490672378716], "min": [0, 0], "max": [6, 6], "count": [986]}, "eef_velocity_action": {"mean": [0.24442190669371197, 0.3184584178498986], "std": [0.4413862549417882, 0.46587836819328715], "min": [0, 0], "max": [2, 1], "count": [986]}, "eef_acc_mag_action": {"mean": [0.12778904665314403, 0.15010141987829614], "std": [0.4411613156334878, 0.4764057770000659], "min": [0, 0], "max": [2, 2], "count": [986]}, "eef_sim_pose_state": {"mean": [0.445557386113267, 0.2431866894389573, 1.1316922930890374, 0.029456896326264432, -0.11225146710762, 1.2213607750329414, 0.4295998226348815, -0.18238086672199466, 1.1422608133363825, 0.004648727095027499, 0.03874403252177231, -1.3014836122205526], "std": [0.030306992777964774, 0.017097352619176758, 0.006915359130032602, 0.026219942885561676, 0.0385260174965587, 0.14795370776550157, 0.02266683430169547, 0.013101001259099868, 0.014744758001362483, 0.03125914388426712, 0.0188590716684635, 0.08637198439091935], "min": [0.3588531182658168, 0.18370211394020608, 1.1238328553749637, -0.025162215972410085, -0.1589473616083723, 0.942443956351916, 0.38228684868124196, -0.2055985480592792, 1.1286656964771096, -0.0643084188916212, -0.020447261626398427, -1.3664778511173874], "max": [0.4857979047026709, 0.2594605251683349, 1.1494572933454696, 0.10725231606280844, -0.03360004371825953, 1.3798757776185613, 0.49813533394712284, -0.14673848551559981, 1.1871841444609397, 0.10088895965363653, 0.06781986374426663, -1.1216342597211766], "count": [986]}, "eef_sim_pose_action": {"mean": [0.4455654602361753, 0.2431922833995104, 1.1316969738111586, 0.029470854892737815, -0.11232017694795014, 1.2212953550759682, 0.429586936586256, -0.18238785771536203, 1.142254593539806, 0.004656575094248548, 0.03872563174453938, -1.3014380553971254], "std": [0.030310062263524968, 0.017099594810751392, 0.006911614673029415, 0.026210814094005493, 0.03852200518749033, 0.14789831408008178, 0.02266979661118079, 0.013105620055514498, 0.014749106535000523, 0.03126042054349715, 0.018856049990701083, 0.08634953684697486], "min": [0.3588531182658168, 0.18370211394020608, 1.1238328553749637, -0.025162215972410085, -0.1589473616083723, 0.942443956351916, 0.38228684868124196, -0.2055985480592792, 1.1286656964771096, -0.0643084188916212, -0.020447261626398427, -1.3664778511173874], "max": [0.4857979047026709, 0.2594605251683349, 1.1494572933454696, 0.10725231606280844, -0.03360004371825953, 1.3798757776185613, 0.49813533394712284, -0.14673848551559981, 1.1871841444609397, 0.10088895965363653, 0.06781986374426663, -1.1216342597211766], "count": [986]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [986]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [986]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [986]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [986]}, "gripper_open_scale_state": {"mean": [0.911893168116495, 0.9090826111008603], "std": [0.00015309836053249205, 5.821201948275375e-05], "min": [0.9118181818181819, 0.9085795454545454], "max": [0.9127272727272727, 0.9090909090909091], "count": [986]}, "gripper_open_scale_action": {"mean": [0.9118921407720246, 0.9090826111008603], "std": [0.0001503894671046065, 5.821201948275375e-05], "min": [0.9118181818181819, 0.9085795454545454], "max": [0.9127272727272727, 0.9090909090909091], "count": [986]}}} +{"episode_index": 25, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47181168439598065]], [[0.4731678518629674]], [[0.46762193071673114]]], "std": [[[0.3398234852471307]], [[0.32631569333304655]], [[0.33773452105471863]]], "count": [147]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3768721210706505]], [[0.3802073051442799]], [[0.373989017829354]]], "std": [[[0.27822791320220297]], [[0.27378403623672604]], [[0.2803440385996457]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4128450241207594]], [[0.41625712785114044]], [[0.4090911086656885]]], "std": [[[0.30919687126838846]], [[0.28901660270143503]], [[0.29748270152449385]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3829600159508248]], [[0.3881718465163843]], [[0.37609371804277264]]], "std": [[[0.3034906690899985]], [[0.2833553168143682]], [[0.2890031777068039]]], "count": [147]}, "observation.state": {"min": [0.006193737033754587, 0.1224261224269867, 0.0913090780377388, -1.8203238248825073, -0.15203453600406647, -0.10560660064220428, -0.23599359393119812, -0.32416629791259766, 0.3295990526676178, 0.07577824592590332, -1.6022980213165283, -1.6071008443832397, -1.0561444759368896, -0.2795744836330414, 0.029503699392080307, -0.3136051297187805, -1.9147189855575562, 0.10188032686710358, -0.04266348481178284, -0.060591284185647964, -0.31849437952041626, -0.4185275733470917, 0.05611131340265274, 1.2504407167434692, -1.6465234756469727, 0.9195700883865356, 1003.0, 1000.0], "max": [0.26257169246673584, 0.3129647970199585, 0.29778915643692017, -1.5269135236740112, -0.03505275771021843, -0.010313805192708969, -0.05065381899476051, -0.29618099331855774, 0.4120596945285797, 0.18142274022102356, -1.384897232055664, -1.2574810981750488, -0.8596017360687256, 0.07741080224514008, 0.1660146266222, -0.09187085926532745, -1.4979397058486938, 0.18787816166877747, 0.060734186321496964, 0.1831614077091217, -0.2688816785812378, -0.32721462845802307, 0.1415860652923584, 1.5109226703643799, -1.3966166973114014, 1.2164710760116577, 1003.875, 1000.0], "mean": [0.11538287252187729, 0.2021062672138214, 0.1315072923898697, -1.6363716125488281, -0.08212161809206009, -0.075690858066082, -0.1435779333114624, -0.3174218237400055, 0.3777206838130951, 0.16585393249988556, -1.4671536684036255, -1.342103362083435, -0.9756878018379211, -0.06905171275138855, 0.12493325769901276, -0.22981344163417816, -1.6511335372924805, 0.15965953469276428, -0.0077477372251451015, 0.03270145133137703, -0.30280372500419617, -0.38653653860092163, 0.11414677649736404, 1.3688994646072388, -1.4519562721252441, 1.0955445766448975, 1003.1373291015625, 1000.0], "std": [0.06522882729768753, 0.028448740020394325, 0.05840083211660385, 0.07121818512678146, 0.03976041078567505, 0.023999206721782684, 0.04893331229686737, 0.007189774885773659, 0.020230989903211594, 0.02866138145327568, 0.05283151939511299, 0.09377503395080566, 0.048549458384513855, 0.07759224623441696, 0.04473026096820831, 0.058221347630023956, 0.08971161395311356, 0.032723505049943924, 0.039055947214365005, 0.09729241579771042, 0.009350498206913471, 0.02041018195450306, 0.023585036396980286, 0.06423346698284149, 0.078317791223526, 0.07994803786277771, 0.20477013289928436, 0.0], "count": [779]}, "action": {"min": [0.006195918656885624, 0.1224261224269867, 0.0913090780377388, -1.8203238248825073, -0.15203453600406647, -0.10560660064220428, -0.23599359393119812, -0.32416629791259766, 0.3295990526676178, 0.07577824592590332, -1.6022980213165283, -1.6071008443832397, -1.0561656951904297, -0.2795744836330414, 0.029503699392080307, -0.3136051297187805, -1.9147189855575562, 0.10188032686710358, -0.04266348481178284, -0.060591284185647964, -0.31849437952041626, -0.4185275733470917, 0.05611131340265274, 1.2504407167434692, -1.6465234756469727, 0.9195700883865356, 1003.0, 1000.0], "max": [0.26257169246673584, 0.3129647970199585, 0.29778915643692017, -1.5269129276275635, -0.03505275771021843, -0.010313805192708969, -0.05065381899476051, -0.29618099331855774, 0.4120596945285797, 0.18142274022102356, -1.384897232055664, -1.2574810981750488, -0.8596017360687256, 0.07741080224514008, 0.1660146266222, -0.09187085926532745, -1.4979397058486938, 0.18787816166877747, 0.060734186321496964, 0.1831614077091217, -0.2688816785812378, -0.32721462845802307, 0.1415860652923584, 1.5109226703643799, -1.3966166973114014, 1.2164710760116577, 1003.875, 1000.0], "mean": [0.11555014550685883, 0.20207923650741577, 0.1314384788274765, -1.6365147829055786, -0.08201202750205994, -0.07570377737283707, -0.14370255172252655, -0.31742575764656067, 0.3776722252368927, 0.16585007309913635, -1.467247724533081, -1.3421181440353394, -0.9755840301513672, -0.06906736642122269, 0.12477020919322968, -0.2295982986688614, -1.6511025428771973, 0.1596316248178482, -0.0077158790081739426, 0.032885611057281494, -0.30280908942222595, -0.38654494285583496, 0.1141735389828682, 1.3687952756881714, -1.452025294303894, 1.095635175704956, 1003.1356811523438, 1000.0], "std": [0.0651155412197113, 0.028444956988096237, 0.05841334909200668, 0.07111001014709473, 0.03972562029957771, 0.024003973230719566, 0.048820022493600845, 0.007191347889602184, 0.020193910226225853, 0.028659485280513763, 0.05275063216686249, 0.09376707673072815, 0.04846452176570892, 0.07759139686822891, 0.04483979567885399, 0.058418989181518555, 0.08972127735614777, 0.032708700746297836, 0.039037566632032394, 0.09725149720907211, 0.009353820234537125, 0.02041279710829258, 0.023604191839694977, 0.06435422599315643, 0.07829301804304123, 0.08004337549209595, 0.2023049145936966, 0.0], "count": [779]}, "timestamp": {"min": [0.0], "max": [25.933333333333334], "mean": [12.966666666666667], "std": [7.495924818785798], "count": [779]}, "frame_index": {"min": [0], "max": [778], "mean": [389.0], "std": [224.8777445635739], "count": [779]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [779]}, "index": {"min": [25453], "max": [26231], "mean": [25842.0], "std": [224.8777445635739], "count": [779]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [779]}, "subtask_annotation": {"mean": [1.0680359435173299, 3.0, 3.0, 3.0, 3.0], "std": [0.8960003087416835, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [779]}, "scene_annotation": {"mean": [25.0], "std": [0.0], "min": [25], "max": [25], "count": [779]}, "eef_direction_state": {"mean": [5.114249037227214, 4.829268292682927], "std": [1.8173432893036403, 2.1318215836105283], "min": [0, 0], "max": [6, 6], "count": [779]}, "eef_velocity_state": {"mean": [0.21951219512195122, 0.2631578947368421], "std": [0.423117919260904, 0.4403473823863561], "min": [0, 0], "max": [2, 1], "count": [779]}, "eef_acc_mag_state": {"mean": [0.17715019255455713, 0.15532734274711169], "std": [0.518654912627017, 0.49152691221026085], "min": [0, 0], "max": [2, 2], "count": [779]}, "eef_direction_action": {"mean": [5.114249037227214, 4.829268292682927], "std": [1.8173432893036403, 2.1318215836105283], "min": [0, 0], "max": [6, 6], "count": [779]}, "eef_velocity_action": {"mean": [0.21951219512195122, 0.2631578947368421], "std": [0.423117919260904, 0.4403473823863561], "min": [0, 0], "max": [2, 1], "count": [779]}, "eef_acc_mag_action": {"mean": [0.17715019255455713, 0.15532734274711169], "std": [0.518654912627017, 0.49152691221026085], "min": [0, 0], "max": [2, 2], "count": [779]}, "eef_sim_pose_state": {"mean": [0.4213054186614905, 0.24063691901786047, 1.125947899451337, 0.014923567255776853, -0.100418753352938, 1.2755742838226314, 0.42975079447131453, -0.18677895885761112, 1.1398992495062084, -0.007466904667214499, 0.054544686165121675, -1.3008086836659583], "std": [0.018671290770685762, 0.021708729957511008, 0.0068307542931840435, 0.016277038596759347, 0.042829390975429205, 0.09284853372002508, 0.020693228616973938, 0.016909744985169627, 0.008915897262525582, 0.024512981496944843, 0.031171802683041372, 0.0991414262398568], "min": [0.3779244471342601, 0.16846998757725834, 1.1201376189946015, -0.062092481745719685, -0.14793270382689738, 1.048419761510802, 0.3728343502984254, -0.2148615114554772, 1.1278189685511377, -0.061619785708589725, 0.002677738503250593, -1.3999591662552908], "max": [0.45309162282735943, 0.25685295842987876, 1.1491141846511663, 0.04267232530291709, 0.03269236593640312, 1.3788301506404177, 0.46837568535125723, -0.1443165261792759, 1.1702293419953267, 0.05573972826763396, 0.14335296623082594, -1.103032104555162], "count": [779]}, "eef_sim_pose_action": {"mean": [0.4212588941457762, 0.24064129958141225, 1.1259453891967215, 0.014939618148542584, -0.10048367940140968, 1.2754793672872333, 0.4297586208802939, -0.1868021468240953, 1.1398950625993765, -0.007479632892322495, 0.05466216894290733, -1.3008495956353947], "std": [0.018637151282202193, 0.021710411247470373, 0.006831889075431742, 0.016273909572642072, 0.04283097663132247, 0.09278073272738112, 0.02069475946684587, 0.016923256392641726, 0.008918967836569279, 0.024508648968059175, 0.031329622260633225, 0.09917506667163706], "min": [0.3779244471342601, 0.16846998757725834, 1.1201376189946015, -0.062092481745719685, -0.14793270382689738, 1.048419761510802, 0.3728343502984254, -0.2148615114554772, 1.1278189685511377, -0.061619785708589725, 0.002677738503250593, -1.3999591662552908], "max": [0.45309162282735943, 0.25685295842987876, 1.1491141846511663, 0.04267232530291709, 0.03269236593640312, 1.3788301506404177, 0.46837568535125723, -0.1443165261792759, 1.1702293419953267, 0.05573972826763396, 0.14335296623082594, -1.103032104555162], "count": [779]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [779]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [779]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [779]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [779]}, "gripper_open_scale_state": {"mean": [0.9119430475394146, 0.9090909090909091], "std": [0.0001861544150949694, 0.0], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126136363636363, 0.9090909090909091], "count": [779]}, "gripper_open_scale_action": {"mean": [0.9119416010439624, 0.9090909090909091], "std": [0.0001839129490003485, 0.0], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126136363636363, 0.9090909090909091], "count": [779]}}} +{"episode_index": 26, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46380690900858335]], [[0.46495138396724156]], [[0.45979124217458067]]], "std": [[[0.3392766063190343]], [[0.3259067228237566]], [[0.3378352043130002]]], "count": [166]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37143531232774235]], [[0.3747699056028034]], [[0.3687792173596346]]], "std": [[[0.2764744719777205]], [[0.2719583588666183]], [[0.27861788952451116]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38341467216906844]], [[0.38870364300338606]], [[0.38033371106976926]]], "std": [[[0.29193689610397505]], [[0.27468621699865614]], [[0.28251526850568925]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38641333102015907]], [[0.39187729717891173]], [[0.3800577087762816]]], "std": [[[0.3044934409697596]], [[0.28499674618471255]], [[0.290533195704341]]], "count": [166]}, "observation.state": {"min": [-0.060193128883838654, 0.14612440764904022, 0.061857741326093674, -1.886961579322815, -0.20978420972824097, -0.07917140424251556, -0.2635752558708191, -0.3247341215610504, 0.3167036771774292, 0.07557255774736404, -1.5845067501068115, -1.5797191858291626, -1.1100773811340332, -0.21635319292545319, -0.027146413922309875, -0.29274624586105347, -1.8494632244110107, 0.01478948350995779, -0.07757116109132767, -0.06059346720576286, -0.32220855355262756, -0.4501269459724426, 0.0391964353621006, 1.334817886352539, -1.5657477378845215, 0.9605169892311096, 1003.0, 1000.0], "max": [0.32448068261146545, 0.3155282735824585, 0.3283378779888153, -1.5124173164367676, -0.07980190962553024, 0.05360233411192894, -0.050650548189878464, -0.2903551757335663, 0.4120984971523285, 0.19051280617713928, -1.3055784702301025, -1.2889245748519897, -0.7801525592803955, 0.18300104141235352, 0.15841153264045715, -0.15677855908870697, -1.304988145828247, 0.18797087669372559, 0.029127363115549088, 0.16393986344337463, -0.2791636288166046, -0.3381413221359253, 0.12064037472009659, 1.5646594762802124, -1.3966387510299683, 1.1565566062927246, 1004.0, 1000.0], "mean": [0.08322946727275848, 0.18939734995365143, 0.14675165712833405, -1.6407047510147095, -0.11370772868394852, -0.03681650385260582, -0.14367260038852692, -0.308003306388855, 0.386353999376297, 0.15629641711711884, -1.4542620182037354, -1.380886197090149, -0.9964325428009033, -0.065088652074337, 0.1098761036992073, -0.23688377439975739, -1.6225430965423584, 0.14298740029335022, -0.04983606934547424, 0.030483804643154144, -0.3078969717025757, -0.3872898519039154, 0.10797835886478424, 1.386887788772583, -1.4431626796722412, 1.1108297109603882, 1003.1719360351562, 1000.0], "std": [0.07017934322357178, 0.03832201287150383, 0.06811682879924774, 0.07701956480741501, 0.035465799272060394, 0.04193688556551933, 0.05447923764586449, 0.006872877944260836, 0.018787270411849022, 0.028522193431854248, 0.05800469219684601, 0.09057887643575668, 0.09228483587503433, 0.07308541983366013, 0.05802973732352257, 0.04135836660861969, 0.09209045767784119, 0.051125407218933105, 0.01903247833251953, 0.09257487952709198, 0.008978089317679405, 0.019612273201346397, 0.02226046472787857, 0.07161221653223038, 0.05301716551184654, 0.05862059071660042, 0.25093069672584534, 0.0], "count": [915]}, "action": {"min": [-0.060193128883838654, 0.14612440764904022, 0.061857741326093674, -1.886961579322815, -0.20978420972824097, -0.07917140424251556, -0.2635752558708191, -0.3247341215610504, 0.3167036771774292, 0.07557255774736404, -1.5845067501068115, -1.5797191858291626, -1.1100773811340332, -0.21635319292545319, -0.027146413922309875, -0.29274624586105347, -1.8494632244110107, 0.01478948350995779, -0.07757116109132767, -0.06059346720576286, -0.32220855355262756, -0.4501269459724426, 0.0391964353621006, 1.334817886352539, -1.5657477378845215, 0.9605169892311096, 1003.0, 1000.0], "max": [0.32448068261146545, 0.3155282735824585, 0.3283378779888153, -1.5124173164367676, -0.07980190962553024, 0.05360233411192894, -0.050650548189878464, -0.2903551757335663, 0.4120984971523285, 0.19051280617713928, -1.3055784702301025, -1.2889245748519897, -0.7801525592803955, 0.18300104141235352, 0.15841153264045715, -0.15677855908870697, -1.304988145828247, 0.18797087669372559, 0.029127363115549088, 0.16393986344337463, -0.2791636288166046, -0.3381413221359253, 0.12064037472009659, 1.5646594762802124, -1.3966387510299683, 1.1565566062927246, 1004.0, 1000.0], "mean": [0.08333396911621094, 0.18934603035449982, 0.1467130035161972, -1.6408438682556152, -0.11365653574466705, -0.03679690882563591, -0.14375752210617065, -0.30798882246017456, 0.38632434606552124, 0.15627866983413696, -1.4543256759643555, -1.3809341192245483, -0.9964197874069214, -0.0651223286986351, 0.1097555011510849, -0.23677760362625122, -1.6225024461746216, 0.14292283356189728, -0.04986804723739624, 0.030670521780848503, -0.30791112780570984, -0.3872849643230438, 0.1079723984003067, 1.386913776397705, -1.443251609802246, 1.1108276844024658, 1003.17138671875, 1000.0], "std": [0.07013563811779022, 0.038316961377859116, 0.06812628358602524, 0.07692880928516388, 0.035465460270643234, 0.04192127659916878, 0.05439477786421776, 0.00686431210488081, 0.018768033012747765, 0.028511587530374527, 0.0579608716070652, 0.09054213762283325, 0.09227677434682846, 0.07308965921401978, 0.058043766766786575, 0.041423797607421875, 0.09209301322698593, 0.05110582336783409, 0.019044972956180573, 0.09256331622600555, 0.008985987864434719, 0.019612280651926994, 0.022257819771766663, 0.07159794867038727, 0.05300810933113098, 0.05861961841583252, 0.24884673953056335, 0.0], "count": [915]}, "timestamp": {"min": [0.0], "max": [30.466666666666665], "mean": [15.233333333333333], "std": [8.804586346941049], "count": [915]}, "frame_index": {"min": [0], "max": [914], "mean": [457.0], "std": [264.1375904082315], "count": [915]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [915]}, "index": {"min": [26232], "max": [27146], "mean": [26689.0], "std": [264.1375904082315], "count": [915]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [915]}, "subtask_annotation": {"mean": [1.042622950819672, 3.0, 3.0, 3.0, 3.0], "std": [0.859112329352762, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [915]}, "scene_annotation": {"mean": [26.0], "std": [0.0], "min": [26], "max": [26], "count": [915]}, "eef_direction_state": {"mean": [5.016393442622951, 4.949726775956284], "std": [1.8726545544161457, 2.0458374190098194], "min": [0, 0], "max": [6, 6], "count": [915]}, "eef_velocity_state": {"mean": [0.24699453551912567, 0.24699453551912567], "std": [0.4486521830894229, 0.4312635330546946], "min": [0, 0], "max": [2, 1], "count": [915]}, "eef_acc_mag_state": {"mean": [0.1366120218579235, 0.13989071038251366], "std": [0.45559484597679056, 0.4629366809504716], "min": [0, 0], "max": [2, 2], "count": [915]}, "eef_direction_action": {"mean": [5.016393442622951, 4.949726775956284], "std": [1.8726545544161457, 2.0458374190098194], "min": [0, 0], "max": [6, 6], "count": [915]}, "eef_velocity_action": {"mean": [0.24699453551912567, 0.24699453551912567], "std": [0.4486521830894229, 0.4312635330546946], "min": [0, 0], "max": [2, 1], "count": [915]}, "eef_acc_mag_action": {"mean": [0.1366120218579235, 0.13989071038251366], "std": [0.45559484597679056, 0.4629366809504716], "min": [0, 0], "max": [2, 2], "count": [915]}, "eef_sim_pose_state": {"mean": [0.43058976007939703, 0.23186636795125318, 1.1352976350355721, 0.013446187540772526, -0.05954206817395675, 1.2660341966084465, 0.4302251547945397, -0.18082121667213516, 1.13298096487615, 0.012295726138087354, 0.04999342345458109, -1.299493141678872], "std": [0.01810079251933151, 0.02101720845750949, 0.006677772022310446, 0.03852317406854047, 0.02401461941922652, 0.11080247971394665, 0.019762888110987316, 0.016326798020598134, 0.008503625822099854, 0.014483768199463523, 0.033079637879445706, 0.08218403142502256], "min": [0.36445355307551425, 0.16978296159760498, 1.1238586767134726, -0.01573924081982314, -0.0762945971826019, 1.0146275067893684, 0.3854691028922627, -0.1944074228503221, 1.1192255255217711, -0.013261484420975633, -0.08307052622291144, -1.3664583983814924], "max": [0.46063712762615716, 0.2696487182149607, 1.1574080464026313, 0.09533623997493484, 0.05119457567351193, 1.3788555598254217, 0.49654701767550197, -0.12603949195057493, 1.1615024320669252, 0.06780815047854027, 0.09814980746409585, -1.146343344447679], "count": [915]}, "eef_sim_pose_action": {"mean": [0.4305615718154465, 0.23185494782726654, 1.1353101092377944, 0.013423796688212399, -0.05953329471622213, 1.265964574755101, 0.43022173656366036, -0.18082139811765074, 1.1329660518692923, 0.012303699267987661, 0.050041678899871135, -1.2994232300449453], "std": [0.018085769115211477, 0.021011663550750702, 0.006667037098789864, 0.0385337084243628, 0.024009971641455612, 0.11075158720228985, 0.019763065377264823, 0.01632687425276702, 0.008511917482520105, 0.014482358196095835, 0.03311324473076016, 0.08215427996065212], "min": [0.36445355307551425, 0.16978296159760498, 1.1238590298916216, -0.01573924081982314, -0.0762945971826019, 1.0146275067893684, 0.3854691028922627, -0.1944074228503221, 1.1192255255217711, -0.013261484420975633, -0.08307052622291144, -1.3664583983814924], "max": [0.46063712762615716, 0.2696487182149607, 1.1574080464026313, 0.09533623997493484, 0.05119457567351193, 1.3788555598254217, 0.49654701767550197, -0.12603949195057493, 1.1615024320669252, 0.06780815047854027, 0.09814980746409585, -1.146343344447679], "count": [915]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [915]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [915]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [915]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [915]}, "gripper_open_scale_state": {"mean": [0.9119744959157029, 0.9090909090909044], "std": [0.00022811616922960713, 4.6629367034256575e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [915]}, "gripper_open_scale_action": {"mean": [0.9119740472936606, 0.9090909090909044], "std": [0.00022622472880120094, 4.6629367034256575e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [915]}}} +{"episode_index": 27, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678165356264229]], [[0.4680854699089374]], [[0.46378010368473227]]], "std": [[[0.3411202779655002]], [[0.32595013054530314]], [[0.33917836505008875]]], "count": [178]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3699699720478079]], [[0.37360590507270325]], [[0.36764632788977014]]], "std": [[[0.2766689532952536]], [[0.2720909808633743]], [[0.27888430832941874]]], "count": [178]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41317418025262537]], [[0.41558684227436293]], [[0.4091517140798267]]], "std": [[[0.30342421755437676]], [[0.2848265337278415]], [[0.29301903746974883]]], "count": [178]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39824427416097524]], [[0.4031879096441947]], [[0.39179150487442166]]], "std": [[[0.31317726447539146]], [[0.29461950730436887]], [[0.29969436797496474]]], "count": [178]}, "observation.state": {"min": [-0.24951227009296417, 0.06281221657991409, 0.07526623457670212, -1.8842542171478271, -0.1390831023454666, -0.07926739752292633, -0.2229112684726715, -0.31868720054626465, 0.3229024410247803, 0.060276251286268234, -1.617538571357727, -1.503543734550476, -1.0566946268081665, -0.1284780502319336, -0.05712135508656502, -0.302604079246521, -1.7762706279754639, 0.03430662676692009, -0.10606802254915237, -0.060553111135959625, -0.316692054271698, -0.49617618322372437, 0.028056126087903976, 1.3351845741271973, -1.5493769645690918, 0.9370951652526855, 1003.0, 1000.0], "max": [0.2903006076812744, 0.2816896140575409, 0.3295486867427826, -1.2791931629180908, 0.0013831735122948885, 0.07449065148830414, -0.05066909268498421, -0.29151827096939087, 0.46512600779533386, 0.1814516931772232, -1.3436863422393799, -1.260400414466858, -0.8011725544929504, 0.36445531249046326, 0.15829700231552124, -0.18916425108909607, -1.0836520195007324, 0.21757711470127106, 0.01421570684760809, 0.192703977227211, -0.27296245098114014, -0.36895668506622314, 0.12065143883228302, 1.5696251392364502, -1.3966387510299683, 1.1520912647247314, 1004.0, 1000.0], "mean": [0.06789910793304443, 0.14913037419319153, 0.1379147619009018, -1.6227556467056274, -0.04079147428274155, -0.017840612679719925, -0.109117291867733, -0.30986931920051575, 0.3917001783847809, 0.15348652005195618, -1.4248042106628418, -1.3214956521987915, -0.9845938682556152, 0.018282843753695488, 0.11329875886440277, -0.2540580630302429, -1.5570969581604004, 0.15497446060180664, -0.045391958206892014, 0.043657924979925156, -0.30003848671913147, -0.4094924330711365, 0.1022065132856369, 1.4226526021957397, -1.4501891136169434, 1.0922784805297852, 1003.0857543945312, 1000.0], "std": [0.10341114550828934, 0.05227825418114662, 0.08090125769376755, 0.10776057839393616, 0.04172859713435173, 0.02660050056874752, 0.061123043298721313, 0.005172425415366888, 0.02572862058877945, 0.03336407244205475, 0.09576196223497391, 0.07957545667886734, 0.0982263833284378, 0.13573166728019714, 0.06523007154464722, 0.027482954785227776, 0.1634615659713745, 0.05203766003251076, 0.022436628118157387, 0.11249576508998871, 0.011908361688256264, 0.03507602587342262, 0.028894292190670967, 0.0964851975440979, 0.06075159087777138, 0.07059960812330246, 0.20436711609363556, 0.0], "count": [1002]}, "action": {"min": [-0.24951227009296417, 0.06281221657991409, 0.07526623457670212, -1.8842542171478271, -0.1390831023454666, -0.07926761358976364, -0.2229112684726715, -0.31868720054626465, 0.3229024410247803, 0.060276251286268234, -1.617538571357727, -1.503543734550476, -1.0566946268081665, -0.1284780502319336, -0.05712135508656502, -0.302604079246521, -1.7762706279754639, 0.03430662676692009, -0.10606802254915237, -0.060553111135959625, -0.316692054271698, -0.49617618322372437, 0.028056126087903976, 1.3351845741271973, -1.5493769645690918, 0.9370951652526855, 1003.0, 1000.0], "max": [0.2903006076812744, 0.2816896140575409, 0.3295486867427826, -1.2791931629180908, 0.0013831735122948885, 0.07449065148830414, -0.05066909268498421, -0.29151827096939087, 0.46512600779533386, 0.1814516931772232, -1.3436863422393799, -1.260400414466858, -0.8011725544929504, 0.36445531249046326, 0.158296599984169, -0.18916425108909607, -1.0836520195007324, 0.21757711470127106, 0.01421570684760809, 0.192703977227211, -0.27296245098114014, -0.36895668506622314, 0.12065143883228302, 1.5696251392364502, -1.3966387510299683, 1.1520912647247314, 1004.0, 1000.0], "mean": [0.06799783557653427, 0.14903141558170319, 0.13784781098365784, -1.6228787899017334, -0.04067143797874451, -0.017779598012566566, -0.10913681238889694, -0.30986127257347107, 0.3916749060153961, 0.15347492694854736, -1.4247758388519287, -1.3214712142944336, -0.9845866560935974, 0.01837148889899254, 0.11324556171894073, -0.2539888620376587, -1.557033896446228, 0.15500369668006897, -0.045366209000349045, 0.04387839138507843, -0.30002233386039734, -0.4095204472541809, 0.10220284014940262, 1.4227490425109863, -1.4503284692764282, 1.0922585725784302, 1003.0867919921875, 1000.0], "std": [0.10339929163455963, 0.052244190126657486, 0.08092101663351059, 0.10772154480218887, 0.04162320867180824, 0.026529759168624878, 0.06110745295882225, 0.005164983682334423, 0.025721026584506035, 0.03335636854171753, 0.0957779809832573, 0.07958926260471344, 0.09822136163711548, 0.13571028411388397, 0.06521505117416382, 0.027555307373404503, 0.16344355046749115, 0.05206435173749924, 0.022454606369137764, 0.11250773817300797, 0.011910476721823215, 0.03507125377655029, 0.02889217995107174, 0.0964459553360939, 0.060789406299591064, 0.07058762013912201, 0.20571956038475037, 0.0], "count": [1002]}, "timestamp": {"min": [0.0], "max": [33.36666666666667], "mean": [16.683333333333334], "std": [9.641744693816609], "count": [1002]}, "frame_index": {"min": [0], "max": [1001], "mean": [500.5], "std": [289.25234081449827], "count": [1002]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [1002]}, "index": {"min": [27147], "max": [28148], "mean": [27647.5], "std": [289.25234081449827], "count": [1002]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1002]}, "subtask_annotation": {"mean": [1.1157684630738522, 3.0, 3.0, 3.0, 3.0], "std": [0.8837470455974532, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1002]}, "scene_annotation": {"mean": [27.0], "std": [0.0], "min": [27], "max": [27], "count": [1002]}, "eef_direction_state": {"mean": [4.560878243512974, 5.0119760479041915], "std": [2.3030801269177554, 1.9959680634730381], "min": [0, 0], "max": [6, 6], "count": [1002]}, "eef_velocity_state": {"mean": [0.3013972055888224, 0.23053892215568864], "std": [0.4588648276476091, 0.4211777861271668], "min": [0, 0], "max": [1, 1], "count": [1002]}, "eef_acc_mag_state": {"mean": [0.1506986027944112, 0.11477045908183632], "std": [0.4709574387985819, 0.4188681131491875], "min": [0, 0], "max": [2, 2], "count": [1002]}, "eef_direction_action": {"mean": [4.560878243512974, 5.0119760479041915], "std": [2.303080126917755, 1.9959680634730381], "min": [0, 0], "max": [6, 6], "count": [1002]}, "eef_velocity_action": {"mean": [0.3013972055888224, 0.23053892215568864], "std": [0.4588648276476091, 0.4211777861271668], "min": [0, 0], "max": [1, 1], "count": [1002]}, "eef_acc_mag_action": {"mean": [0.1506986027944112, 0.11477045908183632], "std": [0.4709574387985819, 0.4188681131491875], "min": [0, 0], "max": [2, 2], "count": [1002]}, "eef_sim_pose_state": {"mean": [0.4352099940072942, 0.22426037242896152, 1.1351782205242915, 0.03225780069679932, -0.09793060615852973, 1.3124024973778161, 0.4533098702169272, -0.17748543905963432, 1.1398486252748348, 0.0210352312309781, 0.036356004321403484, -1.2705064823596512], "std": [0.026803923339624395, 0.024327956413049592, 0.006434774749335776, 0.020586537129365083, 0.018568931541084376, 0.1345323690037023, 0.037501120363323905, 0.02214439121517706, 0.009551084725545505, 0.027693009389635814, 0.02963743799483754, 0.10739128386483496], "min": [0.3713919100627904, 0.15088392654046845, 1.123861285528549, -0.0001947937310180503, -0.14638628678375465, 1.0404629286885194, 0.41465723870547805, -0.1971011890993959, 1.1269898792346298, -0.02004344627792698, -0.024832800743064043, -1.3664415535039216], "max": [0.515125651129904, 0.2541661197066055, 1.1588788919922584, 0.09544972924926876, -0.07244019433081905, 1.4196711433312266, 0.5443220226825906, -0.11595626819265502, 1.1636752728895088, 0.08494374260271842, 0.10306658701971183, -1.1051812363844422], "count": [1002]}, "eef_sim_pose_action": {"mean": [0.43518427798051257, 0.22424603713544894, 1.1351878887216489, 0.03227587576978582, -0.09794381423057318, 1.312431536003326, 0.45334145911271917, -0.17749427138438958, 1.139861114236674, 0.021073905089706867, 0.03640763847707649, -1.2703591918490154], "std": [0.026799091026889127, 0.024318606560718322, 0.0064250305187824736, 0.020570917445037015, 0.018558129368715964, 0.13454985105217762, 0.037495429099696304, 0.022150193894919373, 0.009552970484270206, 0.027698954809410967, 0.029707740747269177, 0.10736087769746824], "min": [0.3713919100627904, 0.15088392654046845, 1.1238622270579668, -0.0001947937310180503, -0.14638628678375465, 1.0404629286885194, 0.41465723870547805, -0.1971011890993959, 1.1269898792346298, -0.02004344627792698, -0.024832800743064043, -1.3664415535039216], "max": [0.515125651129904, 0.2541661197066055, 1.1588788919922584, 0.09544972924926876, -0.07244019433081905, 1.4196711433312266, 0.5443220226825906, -0.11595626819265502, 1.1636752728895088, 0.08494374260271842, 0.10306658701971183, -1.1051812363844422], "count": [1002]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1002]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1002]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1002]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1002]}, "gripper_open_scale_state": {"mean": [0.911896152541328, 0.9090909090909022], "std": [0.00018578759094748312, 6.8833827526759706e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1002]}, "gripper_open_scale_action": {"mean": [0.9118970375566312, 0.9090909090909022], "std": [0.00018701687749977873, 6.8833827526759706e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1002]}}} +{"episode_index": 28, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4719676751287107]], [[0.4731412006608975]], [[0.4681608336071859]]], "std": [[[0.3434412937243282]], [[0.32921171846792996]], [[0.3414809796518766]]], "count": [179]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36948229999634863]], [[0.3730690553456019]], [[0.36671458744112173]]], "std": [[[0.2770808574456141]], [[0.2723877803628283]], [[0.27918711158653087]]], "count": [179]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40885004632672434]], [[0.41298239242158685]], [[0.405494736325629]]], "std": [[[0.3128353257109976]], [[0.29555205834397935]], [[0.3034550057178325]]], "count": [179]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39503217653448713]], [[0.4069014210665644]], [[0.39997816482272613]]], "std": [[[0.31311019213745683]], [[0.2980191188868746]], [[0.3064867050730304]]], "count": [179]}, "observation.state": {"min": [-0.1464756578207016, 0.14975252747535706, 0.07275404781103134, -1.8355638980865479, -0.17379771173000336, -0.09100037813186646, -0.2957525849342346, -0.32427817583084106, 0.3315006196498871, 0.07842018455266953, -1.6841847896575928, -1.6032025814056396, -1.0764756202697754, -0.31167325377464294, 0.031638454645872116, -0.35009998083114624, -1.93833327293396, 0.04990769177675247, -0.06921321898698807, -0.06059237942099571, -0.3142682611942291, -0.4672737121582031, 0.04550187289714813, 1.3349539041519165, -1.6139830350875854, 0.8657444715499878, 1003.0, 1000.0], "max": [0.2808518409729004, 0.30838659405708313, 0.3349897563457489, -1.408795952796936, -0.06493279337882996, 0.04442299157381058, -0.050645094364881516, -0.286749005317688, 0.4317730665206909, 0.18455231189727783, -1.384897232055664, -1.2890465259552002, -0.7682881355285645, 0.264408677816391, 0.2388995885848999, -0.17581355571746826, -1.2564058303833008, 0.18783777952194214, 0.0012424562592059374, 0.23480787873268127, -0.23794105648994446, -0.31610769033432007, 0.12708306312561035, 1.7436914443969727, -1.3965191841125488, 1.1451830863952637, 1003.875, 1000.0], "mean": [0.1112091988325119, 0.217363178730011, 0.1377417892217636, -1.660487413406372, -0.11843966692686081, -0.06513090431690216, -0.18308581411838531, -0.3074733018875122, 0.3776068091392517, 0.16245879232883453, -1.5028407573699951, -1.3817795515060425, -0.9688844680786133, -0.05658813938498497, 0.1510179042816162, -0.25682467222213745, -1.6599724292755127, 0.15570354461669922, -0.03829942271113396, 0.046189047396183014, -0.2931155264377594, -0.38655614852905273, 0.10825531929731369, 1.449708104133606, -1.4388923645019531, 1.0796643495559692, 1003.0924072265625, 1000.0], "std": [0.09954115748405457, 0.02829005755484104, 0.07351887226104736, 0.09739585220813751, 0.021169917657971382, 0.03797461837530136, 0.062077607959508896, 0.007520443294197321, 0.024390581995248795, 0.028299210593104362, 0.0724252313375473, 0.08299175649881363, 0.09146393090486526, 0.12252315878868103, 0.03805600106716156, 0.03781697899103165, 0.14408962428569794, 0.040993522852659225, 0.01573656126856804, 0.12317998707294464, 0.02242157608270645, 0.03216484934091568, 0.023683996871113777, 0.13964611291885376, 0.05958284065127373, 0.09709275513887405, 0.17384228110313416, 0.0], "count": [1015]}, "action": {"min": [-0.1464756578207016, 0.14975252747535706, 0.07275404781103134, -1.8355638980865479, -0.17379771173000336, -0.09100037813186646, -0.2957525849342346, -0.32427817583084106, 0.3315006196498871, 0.07842018455266953, -1.6841847896575928, -1.6032025814056396, -1.0764756202697754, -0.31167325377464294, 0.031638454645872116, -0.35009998083114624, -1.93833327293396, 0.04990769177675247, -0.06921321898698807, -0.06059237942099571, -0.3142682611942291, -0.4672737121582031, 0.04550187289714813, 1.3349539041519165, -1.6139830350875854, 0.8657444715499878, 1003.0, 1000.0], "max": [0.2808518409729004, 0.30838659405708313, 0.3349897563457489, -1.408795952796936, -0.06493279337882996, 0.04442299157381058, -0.050645094364881516, -0.286749005317688, 0.4317730665206909, 0.18455231189727783, -1.384897232055664, -1.2890465259552002, -0.7682881355285645, 0.264408677816391, 0.2388995885848999, -0.17581355571746826, -1.2564058303833008, 0.18783777952194214, 0.0012424562592059374, 0.23480787873268127, -0.23794105648994446, -0.31610769033432007, 0.12708306312561035, 1.7436914443969727, -1.3965191841125488, 1.1451830863952637, 1003.875, 1000.0], "mean": [0.11137209832668304, 0.21735595166683197, 0.137689471244812, -1.6606684923171997, -0.11841852217912674, -0.06514053046703339, -0.18322034180164337, -0.30746009945869446, 0.37755924463272095, 0.1624506264925003, -1.502949595451355, -1.3818501234054565, -0.9688420295715332, -0.05668732896447182, 0.15099869668483734, -0.2567514181137085, -1.660102128982544, 0.1556491255760193, -0.038323160260915756, 0.04639372602105141, -0.29309242963790894, -0.3865286409854889, 0.10825525969266891, 1.4498846530914307, -1.4389469623565674, 1.0796219110488892, 1003.0912475585938, 1000.0], "std": [0.099504254758358, 0.02829119563102722, 0.07353086769580841, 0.0973181277513504, 0.02116173319518566, 0.03797942399978638, 0.06193823367357254, 0.007512538228183985, 0.024370327591896057, 0.02829492837190628, 0.07233109325170517, 0.08294334262609482, 0.09143352508544922, 0.12256567180156708, 0.038057249039411545, 0.0378827229142189, 0.14412648975849152, 0.04098757728934288, 0.015761354938149452, 0.12317504733800888, 0.022419821470975876, 0.032174281775951385, 0.02368396893143654, 0.13961490988731384, 0.059569451957941055, 0.09707354009151459, 0.1713578701019287, 0.0], "count": [1015]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.9], "std": [9.766837313640027], "count": [1015]}, "frame_index": {"min": [0], "max": [1014], "mean": [507.0], "std": [293.00511940920074], "count": [1015]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [1015]}, "index": {"min": [28149], "max": [29163], "mean": [28656.0], "std": [293.00511940920074], "count": [1015]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1015]}, "subtask_annotation": {"mean": [1.0817733990147784, 3.0, 3.0, 3.0, 3.0], "std": [0.9054910802626613, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1015]}, "scene_annotation": {"mean": [28.0], "std": [0.0], "min": [28], "max": [28], "count": [1015]}, "eef_direction_state": {"mean": [4.6571428571428575, 4.927093596059113], "std": [2.2430375503986566, 2.0124256682067765], "min": [0, 0], "max": [6, 6], "count": [1015]}, "eef_velocity_state": {"mean": [0.2857142857142857, 0.27783251231527095], "std": [0.4517539514526308, 0.4651936738756099], "min": [0, 0], "max": [1, 2], "count": [1015]}, "eef_acc_mag_state": {"mean": [0.12019704433497537, 0.1625615763546798], "std": [0.43190032670514494, 0.494479215421855], "min": [0, 0], "max": [2, 2], "count": [1015]}, "eef_direction_action": {"mean": [4.6571428571428575, 4.927093596059113], "std": [2.2430375503986566, 2.012425668206776], "min": [0, 0], "max": [6, 6], "count": [1015]}, "eef_velocity_action": {"mean": [0.2857142857142857, 0.27783251231527095], "std": [0.4517539514526308, 0.46519367387560995], "min": [0, 0], "max": [1, 2], "count": [1015]}, "eef_acc_mag_action": {"mean": [0.12019704433497537, 0.1625615763546798], "std": [0.43190032670514494, 0.494479215421855], "min": [0, 0], "max": [2, 2], "count": [1015]}, "eef_sim_pose_state": {"mean": [0.42285699781304953, 0.24135797742670972, 1.1348892886836885, 0.0036789280177697676, -0.08479720010300798, 1.2282409909647976, 0.4312109516523466, -0.18473673229850665, 1.146214688713759, 0.02983626422601804, 0.016668570438070365, -1.2568919997975254], "std": [0.025418238614663555, 0.020542974545705972, 0.006562295457571911, 0.03562036736031969, 0.034761220486496686, 0.11044882695756032, 0.03307043136709519, 0.01626202055039783, 0.017680285298248395, 0.05792266996892517, 0.04621312032265796, 0.1317533225460375], "min": [0.37784353009972, 0.17528876121020567, 1.1238671457288754, -0.04482003888699004, -0.19152140608629287, 0.9878841030427873, 0.3631695820006736, -0.21361933229316937, 1.1319912783317054, -0.0472765526132265, -0.08664239466039891, -1.3664811823427763], "max": [0.4860376544831791, 0.2649011336117037, 1.1536956826580982, 0.08792520806191828, -0.026360843729703154, 1.3789738042178203, 0.5194421419390058, -0.1406125350851863, 1.1882368675728416, 0.18544803210903155, 0.05366215450415934, -1.0184384467669356], "count": [1015]}, "eef_sim_pose_action": {"mean": [0.42281222256634887, 0.24136047351242823, 1.1349001037332191, 0.0036523143300423045, -0.08479942782147237, 1.228122334748404, 0.4311873929256172, -0.18474948377340641, 1.1462308674062518, 0.029911768148179918, 0.016633846928762484, -1.2567437719117138], "std": [0.025404907980773744, 0.02054384977710611, 0.0065531797270046025, 0.03562919532416684, 0.03476074228297513, 0.11035150369304546, 0.03307927196573612, 0.016269349424310867, 0.017677533511661146, 0.0579414231086631, 0.046200758608742044, 0.1317146348030654], "min": [0.37784353009972, 0.17528876121020567, 1.1238671457288754, -0.04482003888699004, -0.19152140608629287, 0.9878841030427873, 0.3631695820006736, -0.21361933229316937, 1.1319912783317054, -0.0472765526132265, -0.08664239466039891, -1.3664811823427763], "max": [0.4860376544831791, 0.2649011336117037, 1.1536956826580982, 0.08792520806191828, -0.026360843729703154, 1.3789738042178203, 0.5194421419390058, -0.1406125350851863, 1.1882368675728416, 0.18544803210903155, 0.05366215450415934, -1.0184384467669356], "count": [1015]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1015]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1015]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1015]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1015]}, "gripper_open_scale_state": {"mean": [0.9119022190556866, 0.9090909090909018], "std": [0.00015803816025736182, 7.216449660063518e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126136363636363, 0.9090909090909091], "count": [1015]}, "gripper_open_scale_action": {"mean": [0.9119011776040417, 0.9090909090909018], "std": [0.00015578078496892518, 7.216449660063518e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126136363636363, 0.9090909090909091], "count": [1015]}}} +{"episode_index": 29, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4745990957146748]], [[0.47534297798980707]], [[0.4705539081952226]]], "std": [[[0.34311795260155786]], [[0.32897016322425593]], [[0.3414410368303654]]], "count": [168]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3716883789974323]], [[0.3751483742802677]], [[0.3689335657874261]]], "std": [[[0.27809761790001797]], [[0.27347241451856025]], [[0.2802213084891329]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4000471205843449]], [[0.4033822848583878]], [[0.3963020334870059]]], "std": [[[0.2920676746173005]], [[0.274409239610893]], [[0.2822706855088838]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4042428111869748]], [[0.4164504819288826]], [[0.4096422638499845]]], "std": [[[0.32108549007711906]], [[0.3052295172775672]], [[0.31429547919109907]]], "count": [168]}, "observation.state": {"min": [-0.1007927656173706, 0.10348602384328842, 0.06330963224172592, -1.9394011497497559, -0.23785237967967987, -0.0792117714881897, -0.26758408546447754, -0.32209888100624084, 0.31101787090301514, 0.06408962607383728, -1.5982993841171265, -1.5895241498947144, -1.0566881895065308, -0.2925782799720764, -0.038979750126600266, -0.3061831295490265, -1.9190528392791748, 0.04371722415089607, -0.06080072373151779, -0.06056292727589607, -0.31418532133102417, -0.48040705919265747, 0.03172506392002106, 1.3349539041519165, -1.5596330165863037, 0.9515339136123657, 1003.0, 1000.0], "max": [0.3400261402130127, 0.34636715054512024, 0.34184128046035767, -1.466901183128357, -0.009313513524830341, 0.05974370986223221, -0.05065818130970001, -0.2820054888725281, 0.4198351204395294, 0.18324363231658936, -1.3702834844589233, -1.2440491914749146, -0.7991103529930115, 0.2998039424419403, 0.1582719087600708, -0.15772758424282074, -1.2011443376541138, 0.18788687884807587, 0.02707987278699875, 0.17196619510650635, -0.24705113470554352, -0.32062169909477234, 0.12285568565130234, 1.6176097393035889, -1.388643741607666, 1.1842195987701416, 1003.5, 1000.0], "mean": [0.11256333440542221, 0.16767258942127228, 0.11943769454956055, -1.685523271560669, -0.06046623736619949, 0.0025945459492504597, -0.1128084659576416, -0.3031133711338043, 0.38007214665412903, 0.16161976754665375, -1.4162006378173828, -1.3260103464126587, -0.989119291305542, -0.05131734907627106, 0.11007840186357498, -0.2480650097131729, -1.6344536542892456, 0.134177565574646, -0.03352969139814377, 0.03185093030333519, -0.29789867997169495, -0.39052101969718933, 0.1025712788105011, 1.410508632659912, -1.4388338327407837, 1.0978611707687378, 1003.0398559570312, 1000.0], "std": [0.0858062356710434, 0.053380463272333145, 0.08458457887172699, 0.09959961473941803, 0.06343577802181244, 0.032840196043252945, 0.06257757544517517, 0.00892127025872469, 0.021548137068748474, 0.033703651279211044, 0.07225572317838669, 0.12357024103403091, 0.08000805974006653, 0.13850176334381104, 0.062478549778461456, 0.03829003497958183, 0.16743449866771698, 0.057622939348220825, 0.01956268772482872, 0.09480268508195877, 0.0165498498827219, 0.03604147955775261, 0.02926478162407875, 0.0871918573975563, 0.057515278458595276, 0.07131124287843704, 0.10421120375394821, 0.0], "count": [929]}, "action": {"min": [-0.1007927656173706, 0.10348602384328842, 0.06330963224172592, -1.9394011497497559, -0.23785237967967987, -0.0792117714881897, -0.26758408546447754, -0.32209888100624084, 0.31101787090301514, 0.06408962607383728, -1.5982993841171265, -1.5895241498947144, -1.0566881895065308, -0.2925782799720764, -0.038979750126600266, -0.3061831295490265, -1.9190528392791748, 0.04371722415089607, -0.06080072373151779, -0.06056292727589607, -0.31418532133102417, -0.48040705919265747, 0.03172506392002106, 1.3349539041519165, -1.5596330165863037, 0.9515339136123657, 1003.0, 1000.0], "max": [0.3400261402130127, 0.34636715054512024, 0.34184128046035767, -1.466901183128357, -0.009313513524830341, 0.05974370986223221, -0.05066254734992981, -0.2820054888725281, 0.4198351204395294, 0.18324363231658936, -1.3702834844589233, -1.2440491914749146, -0.7991103529930115, 0.2998039424419403, 0.1582719087600708, -0.15772758424282074, -1.2011443376541138, 0.18788687884807587, 0.02707987278699875, 0.17196619510650635, -0.24705113470554352, -0.32062169909477234, 0.12285568565130234, 1.6176097393035889, -1.388643741607666, 1.1842195987701416, 1003.5, 1000.0], "mean": [0.11270653456449509, 0.167587012052536, 0.11934840679168701, -1.685721755027771, -0.06033157929778099, 0.00268434826284647, -0.11284174025058746, -0.30309391021728516, 0.3800351619720459, 0.16161568462848663, -1.4161851406097412, -1.3259655237197876, -0.9890926480293274, -0.051444847136735916, 0.10998857766389847, -0.24795891344547272, -1.634582281112671, 0.13405382633209229, -0.03351883590221405, 0.03201628103852272, -0.29788535833358765, -0.3904901146888733, 0.1025712862610817, 1.4105900526046753, -1.4388493299484253, 1.0978302955627441, 1003.0398559570312, 1000.0], "std": [0.08573955297470093, 0.053365711122751236, 0.08459848910570145, 0.0994669646024704, 0.0634048581123352, 0.032730281352996826, 0.06255267560482025, 0.00890693161636591, 0.021522650495171547, 0.03370146080851555, 0.07226373255252838, 0.12359094619750977, 0.07998953759670258, 0.1385630965232849, 0.06246918439865112, 0.03839324414730072, 0.16748091578483582, 0.057631030678749084, 0.019560448825359344, 0.09477532655000687, 0.016547854989767075, 0.036054618656635284, 0.029264776036143303, 0.08715663105249405, 0.057505976408720016, 0.0712972953915596, 0.10421120375394821, 0.0], "count": [929]}, "timestamp": {"min": [0.0], "max": [30.933333333333334], "mean": [15.466666666666667], "std": [8.939301488992925], "count": [929]}, "frame_index": {"min": [0], "max": [928], "mean": [464.0], "std": [268.17904466978774], "count": [929]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [929]}, "index": {"min": [29164], "max": [30092], "mean": [29628.0], "std": [268.17904466978774], "count": [929]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [929]}, "subtask_annotation": {"mean": [1.1603875134553283, 3.0, 3.0, 3.0, 3.0], "std": [0.8846874987209106, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [929]}, "scene_annotation": {"mean": [29.0], "std": [0.0], "min": [29], "max": [29], "count": [929]}, "eef_direction_state": {"mean": [4.809472551130248, 4.530678148546825], "std": [2.099586468471838, 2.3643785604559233], "min": [0, 0], "max": [6, 6], "count": [929]}, "eef_velocity_state": {"mean": [0.26264800861141013, 0.3153928955866523], "std": [0.44975042223691375, 0.464672160775873], "min": [0, 0], "max": [2, 1], "count": [929]}, "eef_acc_mag_state": {"mean": [0.17868675995694294, 0.1668460710441335], "std": [0.5191053804000901, 0.5009558774588397], "min": [0, 0], "max": [2, 2], "count": [929]}, "eef_direction_action": {"mean": [4.809472551130248, 4.530678148546825], "std": [2.099586468471838, 2.3643785604559238], "min": [0, 0], "max": [6, 6], "count": [929]}, "eef_velocity_action": {"mean": [0.26264800861141013, 0.3153928955866523], "std": [0.44975042223691375, 0.464672160775873], "min": [0, 0], "max": [2, 1], "count": [929]}, "eef_acc_mag_action": {"mean": [0.17868675995694294, 0.1668460710441335], "std": [0.51910538040009, 0.5009558774588397], "min": [0, 0], "max": [2, 2], "count": [929]}, "eef_sim_pose_state": {"mean": [0.42312493139341956, 0.23239400922053516, 1.141764593168546, 0.03173521640382555, -0.09035862439817907, 1.31922543506756, 0.4334442542406026, -0.17671074712332208, 1.1426906338947032, 0.01918656875938662, 0.03533255668914108, -1.2834270914492398], "std": [0.021667932380572196, 0.02407246609601698, 0.008863792258198134, 0.02347371242609173, 0.03400860788697381, 0.13802191938349023, 0.03756862097007073, 0.021874523844584617, 0.013721281906265596, 0.03776051215598169, 0.023596631421234318, 0.09717949195192964], "min": [0.3610483585942588, 0.1582078097184069, 1.123833624572501, 0.005498500686472174, -0.12008844585457124, 1.0155523295032145, 0.366083922463375, -0.1951343321291152, 1.129263728299525, -0.02744416660624216, -0.013860091375437866, -1.366443110296399], "max": [0.4710877267621023, 0.2611163878131052, 1.1661169896081085, 0.10431759602529306, 0.004705409871661681, 1.4077528483244897, 0.5286528853919704, -0.11997278918796334, 1.1823725186397167, 0.14493636815377153, 0.08932316126025053, -1.1034950981309288], "count": [929]}, "eef_sim_pose_action": {"mean": [0.42308745779621737, 0.2323871944487881, 1.1417856826503563, 0.03175297825032821, -0.09039798339070941, 1.3192536711041474, 0.43341480669255844, -0.1767164896479071, 1.1427012240059402, 0.01921452011866078, 0.03530557630523864, -1.2833618540766063], "std": [0.021646157988495188, 0.024069149219281376, 0.008844417500990093, 0.0234601098456378, 0.03401318967775407, 0.13803680155712533, 0.037581441626892795, 0.02187807874638102, 0.013719147139182682, 0.037760235424246065, 0.02359319981187905, 0.09714412658643251], "min": [0.3610483585942588, 0.1582078097184069, 1.123833624572501, 0.005498500686472174, -0.12008844585457124, 1.0155523295032145, 0.366083922463375, -0.1951343321291152, 1.129263728299525, -0.02744416660624216, -0.013860091375437866, -1.366443110296399], "max": [0.4710877267621023, 0.2611163878131052, 1.1661169896081085, 0.10431759602529306, 0.004705409871661681, 1.4077528483244897, 0.5286528853919704, -0.11997278918796334, 1.1823725186397167, 0.14493636815377153, 0.08932316126025053, -1.1034950981309288], "count": [929]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [929]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [929]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [929]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [929]}, "gripper_open_scale_state": {"mean": [0.9118543888834454, 0.9090909090909041], "std": [9.473724986888602e-05, 4.9960036108132044e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9122727272727272, 0.9090909090909091], "count": [929]}, "gripper_open_scale_action": {"mean": [0.9118543888834454, 0.9090909090909041], "std": [9.473724986888601e-05, 4.9960036108132044e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9122727272727272, 0.9090909090909091], "count": [929]}}} +{"episode_index": 30, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4837202764877881]], [[0.4833564800481596]], [[0.4792710257567939]]], "std": [[[0.3479818559262817]], [[0.33278597384015335]], [[0.3461307066434505]]], "count": [190]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37020551255589956]], [[0.3731455172858617]], [[0.3670518704850361]]], "std": [[[0.276293776961221]], [[0.2716163946880941]], [[0.278281360603215]]], "count": [190]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41188471039731683]], [[0.41459589675782593]], [[0.4076172740368077]]], "std": [[[0.30703009007369003]], [[0.28861963825047465]], [[0.2972567462876143]]], "count": [190]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40853841696766424]], [[0.41894492926556587]], [[0.41264835203818373]]], "std": [[[0.31570633314405483]], [[0.30125965739721067]], [[0.3103178343676758]]], "count": [190]}, "observation.state": {"min": [-0.3056867718696594, 0.03231586143374443, 0.0357247069478035, -1.9714573621749878, -0.21132338047027588, -0.17264142632484436, -0.3293861746788025, -0.32092738151550293, 0.279349684715271, 0.054691001772880554, -1.7109746932983398, -1.5343618392944336, -1.0566818714141846, -0.27787715196609497, -0.0025274548679590225, -0.25994184613227844, -1.8945778608322144, -0.038324154913425446, -0.057451874017715454, -0.060591284185647964, -0.3197401762008667, -0.4859980642795563, 0.08032568544149399, 1.3349539041519165, -1.5435518026351929, 0.9409945607185364, 1003.0, 1000.0], "max": [0.4469515383243561, 0.3926445543766022, 0.32821133732795715, -1.2165839672088623, 0.03634320944547653, 0.06383759528398514, -0.05064291134476662, -0.2812364995479584, 0.4821169376373291, 0.19973856210708618, -1.3671953678131104, -1.2610111236572266, -0.753186047077179, 0.2823375463485718, 0.16768577694892883, -0.1611691564321518, -1.210648775100708, 0.1878301501274109, 0.03716569393873215, 0.1943882256746292, -0.2718508243560791, -0.32957932353019714, 0.13080719113349915, 1.6643155813217163, -1.337946891784668, 1.1528518199920654, 1004.0, 1000.0], "mean": [0.07864571362733841, 0.20074999332427979, 0.11540623009204865, -1.6601327657699585, -0.08616545051336288, 0.00662550562992692, -0.13498319685459137, -0.2974829077720642, 0.3878895938396454, 0.17057767510414124, -1.4408552646636963, -1.3260533809661865, -0.9665954113006592, -0.034468382596969604, 0.12763847410678864, -0.23681457340717316, -1.6157444715499878, 0.14092214405536652, -0.025469502434134483, 0.02729542925953865, -0.30131784081459045, -0.3965182602405548, 0.11291417479515076, 1.3944706916809082, -1.4244266748428345, 1.088492751121521, 1003.0604858398438, 1000.0], "std": [0.15355560183525085, 0.06920161098241806, 0.09848377853631973, 0.16720284521579742, 0.05402407795190811, 0.04686305299401283, 0.06512066721916199, 0.01176992803812027, 0.040938280522823334, 0.04262872412800789, 0.09836248308420181, 0.08494450896978378, 0.10549495369195938, 0.11789434403181076, 0.05069507658481598, 0.02975294552743435, 0.14096209406852722, 0.06474057585000992, 0.02539300173521042, 0.09985949099063873, 0.010900220833718777, 0.03374958410859108, 0.013407806865870953, 0.08289405703544617, 0.049265213310718536, 0.07140935212373734, 0.15222421288490295, 0.0], "count": [1099]}, "action": {"min": [-0.3056867718696594, 0.03231586143374443, 0.0357247069478035, -1.9714573621749878, -0.21132338047027588, -0.17264142632484436, -0.3293861746788025, -0.32092738151550293, 0.279349684715271, 0.054691001772880554, -1.7109746932983398, -1.5343618392944336, -1.0566818714141846, -0.27787715196609497, -0.0025274548679590225, -0.2599426209926605, -1.8945778608322144, -0.038324154913425446, -0.057451874017715454, -0.060591284185647964, -0.3197401762008667, -0.4859980642795563, 0.08032568544149399, 1.3349539041519165, -1.5435518026351929, 0.9409945607185364, 1003.0, 1000.0], "max": [0.4469515383243561, 0.3926445543766022, 0.32821133732795715, -1.2165839672088623, 0.03634320944547653, 0.06383759528398514, -0.05064291134476662, -0.2812364995479584, 0.4821169376373291, 0.19973856210708618, -1.3671953678131104, -1.2610111236572266, -0.753186047077179, 0.2823375463485718, 0.16768577694892883, -0.1611691564321518, -1.210648775100708, 0.1878301501274109, 0.03716569393873215, 0.1943882256746292, -0.2718508243560791, -0.32957932353019714, 0.13080719113349915, 1.6643155813217163, -1.337946891784668, 1.1528518199920654, 1004.0, 1000.0], "mean": [0.07876809686422348, 0.2007295787334442, 0.11530683189630508, -1.6603204011917114, -0.08611740916967392, 0.006717679090797901, -0.13503269851207733, -0.2974581718444824, 0.38785871863365173, 0.17059336602687836, -1.4408423900604248, -1.3260284662246704, -0.9665790796279907, -0.0345403328537941, 0.12760257720947266, -0.2367449551820755, -1.6158177852630615, 0.1409154236316681, -0.025434443727135658, 0.027477912604808807, -0.3013124465942383, -0.3964993953704834, 0.11291292309761047, 1.3945308923721313, -1.4245470762252808, 1.088442325592041, 1003.060302734375, 1000.0], "std": [0.15355131030082703, 0.06919997930526733, 0.09850633144378662, 0.16716869175434113, 0.054001983255147934, 0.04679378494620323, 0.06507721543312073, 0.011753816157579422, 0.040932852774858475, 0.04263591393828392, 0.09837045520544052, 0.08495884388685226, 0.10548178851604462, 0.11793328821659088, 0.05068730190396309, 0.02978822961449623, 0.14099304378032684, 0.064736008644104, 0.025395825505256653, 0.09988193213939667, 0.01089914608746767, 0.0337592251598835, 0.013407142832875252, 0.08287516236305237, 0.04935905337333679, 0.07138898968696594, 0.1522245556116104, 0.0], "count": [1099]}, "timestamp": {"min": [0.0], "max": [36.6], "mean": [18.3], "std": [10.575128052810204], "count": [1099]}, "frame_index": {"min": [0], "max": [1098], "mean": [549.0], "std": [317.2538415843061], "count": [1099]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [1099]}, "index": {"min": [30093], "max": [31191], "mean": [30642.0], "std": [317.2538415843061], "count": [1099]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1099]}, "subtask_annotation": {"mean": [1.1019108280254777, 3.0, 3.0, 3.0, 3.0], "std": [0.9102519860602327, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1099]}, "scene_annotation": {"mean": [30.0], "std": [0.0], "min": [30], "max": [30], "count": [1099]}, "eef_direction_state": {"mean": [4.438580527752502, 4.517743403093721], "std": [2.417445727409699, 2.425674770550203], "min": [0, 0], "max": [6, 6], "count": [1099]}, "eef_velocity_state": {"mean": [0.31210191082802546, 0.28389444949954507], "std": [0.46335117145153937, 0.4508862284910647], "min": [0, 0], "max": [1, 1], "count": [1099]}, "eef_acc_mag_state": {"mean": [0.040036396724294813, 0.0018198362147406734], "std": [0.25638062891478586, 0.0603022439518868], "min": [0, 0], "max": [2, 2], "count": [1099]}, "eef_direction_action": {"mean": [4.438580527752502, 4.517743403093721], "std": [2.417445727409699, 2.425674770550203], "min": [0, 0], "max": [6, 6], "count": [1099]}, "eef_velocity_action": {"mean": [0.31210191082802546, 0.28389444949954507], "std": [0.46335117145153937, 0.4508862284910647], "min": [0, 0], "max": [1, 1], "count": [1099]}, "eef_acc_mag_action": {"mean": [0.040036396724294813, 0.0018198362147406734], "std": [0.25638062891478586, 0.0603022439518868], "min": [0, 0], "max": [2, 2], "count": [1099]}, "eef_sim_pose_state": {"mean": [0.43319783681943674, 0.24206902628675914, 1.1475484010386072, 0.03603269804382177, -0.10780041013218468, 1.2959636395787955, 0.43951303662965524, -0.1857081438049595, 1.14039843145939, 0.0036508121968975233, 0.02589336739695059, -1.3004523643271535], "std": [0.03997415104105725, 0.035368100307480804, 0.010548371634623757, 0.03528992874818642, 0.02264815102099307, 0.13816117445205417, 0.03413599109416711, 0.01013543200683921, 0.009313831993003325, 0.026847209996361185, 0.05108578942369811, 0.07922075821173763], "min": [0.3330093945145704, 0.14192127262152715, 1.123820688718519, -0.039933616729517285, -0.17872035361475658, 0.9748798391729973, 0.3740116419596398, -0.20924665432481385, 1.1294312612202435, -0.07835167625195738, -0.16106507676447457, -1.366486882896221], "max": [0.5306871986731743, 0.27056081419137296, 1.1654478332949552, 0.12676931101186795, -0.0650048399908767, 1.4022930307950825, 0.5308815679195222, -0.15931574613615335, 1.1626834535806958, 0.08409381634762125, 0.09642294040851485, -1.1153620527445351], "count": [1099]}, "eef_sim_pose_action": {"mean": [0.4331666430300842, 0.24208301578863928, 1.147574445872897, 0.036046992722382674, -0.1078224277225872, 1.2959810037955608, 0.43949716198033456, -0.1857174853890205, 1.1404040441136785, 0.003648762523106326, 0.02592934783478337, -1.3003316966634768], "std": [0.03997199164416224, 0.03537319901325904, 0.010525085126106098, 0.03528078511172542, 0.02262915867523906, 0.1381727875276625, 0.0341441090815569, 0.010141907797947377, 0.009312471231411126, 0.02684710660021683, 0.05111710186725316, 0.07922120283652251], "min": [0.3330093945145704, 0.14192127262152715, 1.123820688718519, -0.039933616729517285, -0.17872035361475658, 0.9748798391729973, 0.3740116419596398, -0.20924665432481385, 1.1294312612202435, -0.07835167625195738, -0.16106507676447457, -1.366486882896221], "max": [0.5306871986731743, 0.27056081419137296, 1.1654478332949552, 0.12676931101186795, -0.0650048399908767, 1.4022930307950825, 0.5308815679195222, -0.15931574613615335, 1.1626834535806958, 0.08409381634762125, 0.09642294040851485, -1.1153620527445351], "count": [1099]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1099]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1099]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1099]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1099]}, "gripper_open_scale_state": {"mean": [0.9118727769046149, 0.9090909090909001], "std": [0.000138385170823024, 8.992806499463768e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1099]}, "gripper_open_scale_action": {"mean": [0.9118727769046149, 0.9090909090909001], "std": [0.000138385170823024, 8.992806499463768e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1099]}}} +{"episode_index": 31, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48071795273507134]], [[0.4809635405061646]], [[0.47639074685271837]]], "std": [[[0.34529853980349273]], [[0.3309223992066297]], [[0.3436819060799855]]], "count": [176]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3694907705269608]], [[0.37239100100267375]], [[0.3662982351084373]]], "std": [[[0.27723410324220893]], [[0.2725526671275198]], [[0.2794057607583346]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38994399997214796]], [[0.39620147824754903]], [[0.3892841396501782]]], "std": [[[0.30003194975331104]], [[0.28396136926493387]], [[0.2932949803853127]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115091900159685]], [[0.4228348860851159]], [[0.415680838718063]]], "std": [[[0.3221979853266095]], [[0.3069968921261988]], [[0.3159130673627464]]], "count": [176]}, "observation.state": {"min": [-0.29701903462409973, 0.08333947509527206, -0.015319627709686756, -2.005312442779541, -0.23740839958190918, -0.07917249947786331, -0.277235746383667, -0.33170387148857117, 0.2992248237133026, 0.080173060297966, -1.623249888420105, -1.5952937602996826, -1.0883294343948364, -0.18196912109851837, 0.05279839038848877, -0.3032967746257782, -1.9370973110198975, 0.04344342648983002, -0.042675480246543884, -0.06055965647101402, -0.31397107243537903, -0.5093801617622375, 0.07549362629652023, 1.3349539041519165, -1.5204304456710815, 0.8082325458526611, 1003.0, 999.5625], "max": [0.4229772686958313, 0.37189146876335144, 0.29844585061073303, -1.269848108291626, -0.001814051647670567, 0.1705186665058136, -0.05065491050481796, -0.2451685070991516, 0.4822762608528137, 0.20983800292015076, -1.3718926906585693, -1.2892091274261475, -0.7452548146247864, 0.39460694789886475, 0.20846103131771088, -0.10507209599018097, -1.1114671230316162, 0.1879599690437317, 0.1068512350320816, 0.21251565217971802, -0.21352536976337433, -0.3555414378643036, 0.1437675654888153, 1.6657747030258179, -1.3252930641174316, 1.2308372259140015, 1003.875, 1000.0], "mean": [0.06367061287164688, 0.24064047634601593, 0.14599131047725677, -1.6758639812469482, -0.15016452968120575, 0.046607013791799545, -0.17017260193824768, -0.2922241687774658, 0.391340434551239, 0.16313529014587402, -1.4605543613433838, -1.406567931175232, -0.9316681027412415, -0.017139656469225883, 0.1416952759027481, -0.24030788242816925, -1.621926188468933, 0.14990843832492828, -0.011406060308218002, 0.032473720610141754, -0.2936154007911682, -0.4003922641277313, 0.11675729602575302, 1.4072856903076172, -1.4152498245239258, 1.0801331996917725, 1003.04833984375, 999.9889526367188], "std": [0.14171725511550903, 0.06084519624710083, 0.0728919580578804, 0.17012959718704224, 0.03985491394996643, 0.059119369834661484, 0.06010105460882187, 0.01800188422203064, 0.03631037473678589, 0.03284493088722229, 0.05749601498246193, 0.08143744617700577, 0.09132648259401321, 0.14771708846092224, 0.03379881754517555, 0.0463113896548748, 0.1798880249261856, 0.04784482717514038, 0.04176120087504387, 0.11190156638622284, 0.025008555501699448, 0.039362385869026184, 0.014772837050259113, 0.09970059245824814, 0.03843330964446068, 0.11472269892692566, 0.1394864320755005, 0.05872981995344162], "count": [993]}, "action": {"min": [-0.29701903462409973, 0.08333947509527206, -0.015319627709686756, -2.005312442779541, -0.23740839958190918, -0.07917249947786331, -0.277235746383667, -0.33170387148857117, 0.2992248237133026, 0.080173060297966, -1.623249888420105, -1.5952937602996826, -1.0883294343948364, -0.18196912109851837, 0.05279839038848877, -0.3032967746257782, -1.9370973110198975, 0.04344342648983002, -0.042675480246543884, -0.06055965647101402, -0.31397107243537903, -0.5093801617622375, 0.07549362629652023, 1.3349539041519165, -1.5204304456710815, 0.8082325458526611, 1003.0, 999.5625], "max": [0.4229772686958313, 0.37189146876335144, 0.29844585061073303, -1.269848108291626, -0.001814051647670567, 0.1705186665058136, -0.05065491050481796, -0.2451685070991516, 0.4822762608528137, 0.20983800292015076, -1.3718926906585693, -1.2892091274261475, -0.7452548146247864, 0.39460694789886475, 0.20846103131771088, -0.10507209599018097, -1.1114671230316162, 0.1879599690437317, 0.1068512350320816, 0.21251565217971802, -0.21352536976337433, -0.3555414378643036, 0.1437675654888153, 1.6657747030258179, -1.3252930641174316, 1.2308372259140015, 1003.875, 1000.0], "mean": [0.06378834694623947, 0.240682452917099, 0.14595156908035278, -1.676100492477417, -0.15018722414970398, 0.04675201699137688, -0.17028741538524628, -0.2921879291534424, 0.39130592346191406, 0.16313177347183228, -1.4606183767318726, -1.4066635370254517, -0.9315736889839172, -0.017245637252926826, 0.1416132003068924, -0.24018563330173492, -1.6220425367355347, 0.14981316030025482, -0.011357173323631287, 0.03262801468372345, -0.2936032712459564, -0.4003690481185913, 0.11676714569330215, 1.407318353652954, -1.4152706861495972, 1.0801035165786743, 1003.04833984375, 999.9889526367188], "std": [0.14171816408634186, 0.06084303557872772, 0.07290152460336685, 0.17008548974990845, 0.03985407203435898, 0.05898699909448624, 0.059981364756822586, 0.017984775826334953, 0.036306899040937424, 0.032843153923749924, 0.05744720622897148, 0.08135557174682617, 0.09124687314033508, 0.14778465032577515, 0.03385734558105469, 0.0464196614921093, 0.17993390560150146, 0.04786326736211777, 0.041752979159355164, 0.11187878996133804, 0.025005213916301727, 0.039375606924295425, 0.014778691343963146, 0.09968218952417374, 0.038429077714681625, 0.11470990628004074, 0.1394864320755005, 0.05872981995344162], "count": [993]}, "timestamp": {"min": [0.0], "max": [33.06666666666667], "mean": [16.53333333333333], "std": [9.555142109918656], "count": [993]}, "frame_index": {"min": [0], "max": [992], "mean": [496.0], "std": [286.6542632975597], "count": [993]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [993]}, "index": {"min": [31192], "max": [32184], "mean": [31688.0], "std": [286.6542632975597], "count": [993]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [993]}, "subtask_annotation": {"mean": [0.9577039274924471, 3.0, 3.0, 3.0, 3.0], "std": [0.8988207362797387, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [993]}, "scene_annotation": {"mean": [31.0], "std": [0.0], "min": [31], "max": [31], "count": [993]}, "eef_direction_state": {"mean": [4.528700906344411, 4.783484390735146], "std": [2.3136340117990235, 2.141154111810195], "min": [0, 0], "max": [6, 6], "count": [993]}, "eef_velocity_state": {"mean": [0.3192346424974824, 0.29506545820745217], "std": [0.4810640044347848, 0.45607218023058343], "min": [0, 0], "max": [2, 1], "count": [993]}, "eef_acc_mag_state": {"mean": [0.229607250755287, 0.18429003021148035], "std": [0.572664965724783, 0.5188053948596207], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_direction_action": {"mean": [4.528700906344411, 4.783484390735146], "std": [2.313634011799024, 2.141154111810195], "min": [0, 0], "max": [6, 6], "count": [993]}, "eef_velocity_action": {"mean": [0.3192346424974824, 0.29506545820745217], "std": [0.4810640044347848, 0.45607218023058343], "min": [0, 0], "max": [2, 1], "count": [993]}, "eef_acc_mag_action": {"mean": [0.229607250755287, 0.18429003021148035], "std": [0.572664965724783, 0.5188053948596207], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_sim_pose_state": {"mean": [0.43671753349750925, 0.2417843647849129, 1.1548188030054436, 0.05514099892357403, -0.07436830869936355, 1.2267096115854792, 0.4437905023835457, -0.1898686236629883, 1.1478817020925478, 0.005848091178971601, 0.014180920207736465, -1.294416261361387], "std": [0.03738438120069056, 0.027820464028720557, 0.016488378878022063, 0.05031811504648965, 0.03403591249504674, 0.09641218942592589, 0.041327370868193346, 0.010957618283444433, 0.021227259279868592, 0.05819851220493424, 0.05529657023200103, 0.0997604754297235], "min": [0.3448126379286911, 0.169774864891884, 1.123860570290829, -0.06734323125811903, -0.17115415941932755, 0.9990592887593442, 0.4005472137714649, -0.21434231981885715, 1.1349907116440896, -0.10881987538329352, -0.11187393569061532, -1.3664697476513572], "max": [0.5326502239212926, 0.2917799746198042, 1.1905789441305767, 0.19602802118581264, 0.028112556801306976, 1.379351000173375, 0.5580764982183567, -0.16338961984841208, 1.211600172381517, 0.18725786427011837, 0.0752771744827927, -1.0988701617172678], "count": [993]}, "eef_sim_pose_action": {"mean": [0.4366858326298945, 0.24179142272419202, 1.1548584150138896, 0.05517815268718061, -0.07436750137990729, 1.2265869056797558, 0.44376804985400875, -0.1898819108075781, 1.1478939270834596, 0.005846731092806183, 0.014170578232656085, -1.2943776177543778], "std": [0.0373838054766176, 0.027822755090961583, 0.01646120106078835, 0.05029505929816065, 0.034035878928834855, 0.09629584477655875, 0.04134049586063493, 0.01096289044039536, 0.021223345748345064, 0.05819852341140382, 0.05529066406784071, 0.09973999472568815], "min": [0.3448126379286911, 0.169774864891884, 1.123860570290829, -0.06734323125811903, -0.17115415941932755, 0.9990592887593442, 0.4005472137714649, -0.21434231981885715, 1.1349907116440896, -0.10881987538329352, -0.11187393569061532, -1.3664697476513572], "max": [0.5326502239212926, 0.2917799746198042, 1.1905789441305767, 0.19602802118581264, 0.028112556801306976, 1.379351000173375, 0.5580764982183567, -0.16338961984841208, 1.211600172381517, 0.18725786427011837, 0.0752771744827927, -1.0988701617172678], "count": [993]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [993]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [993]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [993]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [993]}, "gripper_open_scale_state": {"mean": [0.9118621257896112, 0.9090808385974491], "std": [0.00012680622088820666, 5.3390547593718385e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9126136363636363, 0.9090909090909091], "count": [993]}, "gripper_open_scale_action": {"mean": [0.9118621257896112, 0.9090808385974491], "std": [0.00012680622088820666, 5.3390547593718385e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9126136363636363, 0.9090909090909091], "count": [993]}}} +{"episode_index": 32, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47773121977596433]], [[0.4776773513355246]], [[0.47326610964713434]]], "std": [[[0.34376469136486076]], [[0.32917515145460907]], [[0.34224428857402706]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37104493700177565]], [[0.37402270108428726]], [[0.3678656706902414]]], "std": [[[0.27671802211203045]], [[0.2723134813837926]], [[0.27906485997046515]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41830579640333976]], [[0.4191324816294533]], [[0.41156608910423514]]], "std": [[[0.31736350388755524]], [[0.2979222820630954]], [[0.3058512085323635]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40675567054856626]], [[0.4142960019267823]], [[0.4059779730533832]]], "std": [[[0.3159302794260701]], [[0.29822458220332937]], [[0.30630231496286403]]], "count": [173]}, "observation.state": {"min": [-0.24116523563861847, 0.06990807503461838, 0.05307437479496002, -1.9464685916900635, -0.1778741478919983, -0.08038441091775894, -0.25389739871025085, -0.3187331259250641, 0.3191443085670471, 0.07904106378555298, -1.6135218143463135, -1.5128555297851562, -1.0566881895065308, -0.1713804304599762, 0.043219804763793945, -0.31932762265205383, -1.8839117288589478, 0.11391764134168625, -0.06620360910892487, -0.060554198920726776, -0.30685004591941833, -0.5351539850234985, 0.0688539370894432, 1.3349539041519165, -1.6048353910446167, 0.8294305205345154, 1003.0, 999.5625], "max": [0.3268488943576813, 0.3457747995853424, 0.2983193099498749, -1.300247311592102, -0.01636246219277382, 0.13259920477867126, -0.050673454999923706, -0.2586866319179535, 0.4701876938343048, 0.1904214471578598, -1.3856452703475952, -1.2844122648239136, -0.8068983554840088, 0.49805697798728943, 0.20939697325229645, -0.19377300143241882, -1.0533695220947266, 0.2064189910888672, 0.18199093639850616, 0.25535476207733154, -0.2520560622215271, -0.34876906871795654, 0.12063037604093552, 1.6145468950271606, -1.3966169357299805, 1.1757620573043823, 1004.0, 1000.0], "mean": [0.10352512449026108, 0.1984657347202301, 0.13298921287059784, -1.6945055723190308, -0.0700477808713913, 0.011135470122098923, -0.15563656389713287, -0.29660430550575256, 0.38150084018707275, 0.15807445347309113, -1.4738893508911133, -1.3503103256225586, -0.9401862025260925, 0.028617728501558304, 0.14975450932979584, -0.2613774240016937, -1.583564043045044, 0.17844882607460022, 0.022210299968719482, 0.0572156123816967, -0.2932742238044739, -0.4108724594116211, 0.11029361188411713, 1.4056096076965332, -1.4682271480560303, 1.038655161857605, 1003.114501953125, 999.9771728515625], "std": [0.13310785591602325, 0.05299697443842888, 0.06964153051376343, 0.14592362940311432, 0.04993557184934616, 0.038278307765722275, 0.0455080047249794, 0.01484022755175829, 0.03395044803619385, 0.0306263230741024, 0.05398235097527504, 0.06740821897983551, 0.06473231315612793, 0.1866849958896637, 0.03655427321791649, 0.025682102888822556, 0.19358734786510468, 0.017179710790514946, 0.0844431146979332, 0.13381123542785645, 0.016333414241671562, 0.05024201422929764, 0.015144064091145992, 0.08559524267911911, 0.08315802365541458, 0.13053087890148163, 0.20368479192256927, 0.08269137144088745], "count": [964]}, "action": {"min": [-0.24116523563861847, 0.06990807503461838, 0.05307437479496002, -1.9464685916900635, -0.1778741478919983, -0.08038441091775894, -0.25389739871025085, -0.3187331259250641, 0.3191443085670471, 0.07904106378555298, -1.6135218143463135, -1.5128555297851562, -1.0566881895065308, -0.1713804304599762, 0.043219804763793945, -0.31932762265205383, -1.8839117288589478, 0.11391764134168625, -0.06620360910892487, -0.060554198920726776, -0.30685004591941833, -0.5351539850234985, 0.0688539370894432, 1.3349539041519165, -1.6048353910446167, 0.8294305205345154, 1003.0, 999.5625], "max": [0.3268488943576813, 0.3457747995853424, 0.2983193099498749, -1.300247311592102, -0.01636246219277382, 0.13259920477867126, -0.050673454999923706, -0.2586866319179535, 0.4701876938343048, 0.1904214471578598, -1.3856452703475952, -1.2844122648239136, -0.8068983554840088, 0.49805697798728943, 0.20939697325229645, -0.19377300143241882, -1.0533695220947266, 0.2064189910888672, 0.18199093639850616, 0.25535476207733154, -0.2520560622215271, -0.34876906871795654, 0.12062975019216537, 1.6145468950271606, -1.3966169357299805, 1.1757620573043823, 1004.0, 1000.0], "mean": [0.10369545221328735, 0.1984398066997528, 0.1329333633184433, -1.694730520248413, -0.06994659453630447, 0.011220544576644897, -0.15573149919509888, -0.29658618569374084, 0.38145288825035095, 0.15806405246257782, -1.4739502668380737, -1.3503309488296509, -0.9400820732116699, 0.028624746948480606, 0.1497669667005539, -0.2613593339920044, -1.583608865737915, 0.17843718826770782, 0.022266313433647156, 0.05745352432131767, -0.2932579517364502, -0.41086962819099426, 0.11028077453374863, 1.4057878255844116, -1.468369483947754, 1.0385022163391113, 1003.1146240234375, 999.9771728515625], "std": [0.13308820128440857, 0.05299435183405876, 0.0696512907743454, 0.14583207666873932, 0.04989791661500931, 0.038168471306562424, 0.04538425803184509, 0.014823849312961102, 0.033939871937036514, 0.030620086938142776, 0.05391574278473854, 0.06739262491464615, 0.06462570279836655, 0.18668189644813538, 0.03655923902988434, 0.025689251720905304, 0.19360433518886566, 0.017177177593111992, 0.08441795408725739, 0.1338055580854416, 0.01632809452712536, 0.05024329945445061, 0.015140536241233349, 0.08562800288200378, 0.08315271139144897, 0.13049261271953583, 0.20325401425361633, 0.08269137144088745], "count": [964]}, "timestamp": {"min": [0.0], "max": [32.1], "mean": [16.05], "std": [9.276089334053081], "count": [964]}, "frame_index": {"min": [0], "max": [963], "mean": [481.5], "std": [278.28268002159245], "count": [964]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [964]}, "index": {"min": [32185], "max": [33148], "mean": [32666.5], "std": [278.28268002159245], "count": [964]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [964]}, "subtask_annotation": {"mean": [1.1815352697095436, 3.0, 3.0, 3.0, 3.0], "std": [0.9207335879842586, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [964]}, "scene_annotation": {"mean": [32.0], "std": [0.0], "min": [32], "max": [32], "count": [964]}, "eef_direction_state": {"mean": [4.4979253112033195, 4.530082987551867], "std": [2.3285606854430454, 2.327030321588956], "min": [0, 0], "max": [6, 6], "count": [964]}, "eef_velocity_state": {"mean": [0.3381742738589212, 0.3163900414937759], "std": [0.4774534657453861, 0.46506707380478296], "min": [0, 0], "max": [2, 1], "count": [964]}, "eef_acc_mag_state": {"mean": [0.20435684647302904, 0.15767634854771784], "std": [0.547288394133778, 0.4842254316883022], "min": [0, 0], "max": [2, 2], "count": [964]}, "eef_direction_action": {"mean": [4.4979253112033195, 4.530082987551867], "std": [2.328560685443045, 2.327030321588956], "min": [0, 0], "max": [6, 6], "count": [964]}, "eef_velocity_action": {"mean": [0.3381742738589212, 0.3163900414937759], "std": [0.4774534657453861, 0.46506707380478296], "min": [0, 0], "max": [2, 1], "count": [964]}, "eef_acc_mag_action": {"mean": [0.20435684647302904, 0.15767634854771784], "std": [0.547288394133778, 0.4842254316883022], "min": [0, 0], "max": [2, 2], "count": [964]}, "eef_sim_pose_state": {"mean": [0.42566056989533085, 0.234400879177242, 1.148705978670777, 0.03648755557694551, -0.11334089077069813, 1.2543502912399669, 0.4556868557327419, -0.186878645897654, 1.1508492344799361, -0.022904111448290857, 0.031189763624135135, -1.2534053253211888], "std": [0.035095278757956136, 0.025690053036939747, 0.013893734461391503, 0.027273679715841728, 0.023304243208222133, 0.0872564593447613, 0.052777398663225665, 0.008379126385155589, 0.01933734261424918, 0.044133637975738334, 0.03033121686319859, 0.1324417661165876], "min": [0.3664937777755164, 0.1642043364024165, 1.1238335227664518, -0.047833083733129445, -0.135978844828061, 1.072597244266459, 0.39823042023027816, -0.20109752114506382, 1.1333017373639813, -0.1090035605119708, -0.04898853615714294, -1.3664192322177062], "max": [0.5176687763446435, 0.2706197030044421, 1.1839900850249843, 0.09450717915858564, -0.028857621081506135, 1.3788467918436622, 0.5858347390964206, -0.1595926989597872, 1.1928509498509121, 0.06350865971681796, 0.0689240538243081, -1.0197360967217568], "count": [964]}, "eef_sim_pose_action": {"mean": [0.42561423150375843, 0.2343971599337167, 1.1487272091153553, 0.036521877267445754, -0.11339442898622916, 1.2542700640029703, 0.4556904744258313, -0.1868856746416979, 1.150865366816834, -0.02290215773654949, 0.031161041083773402, -1.2531759441925985], "std": [0.035088511973844626, 0.02568845216154918, 0.013871329353235014, 0.02725554211689909, 0.023277952650150927, 0.08717750401973708, 0.052775809059536355, 0.008382579749789574, 0.019330635451822457, 0.04413495959231038, 0.030325800772966417, 0.1324374194224875], "min": [0.3664937777755164, 0.1642043364024165, 1.123833602953623, -0.047833083733129445, -0.135978844828061, 1.072597244266459, 0.39823042023027816, -0.20109752114506382, 1.1333017373639813, -0.1090035605119708, -0.04898853615714294, -1.3664192322177062], "max": [0.5176687763446435, 0.2706197030044421, 1.1839900850249843, 0.09450717915858564, -0.028857621081506135, 1.3788467918436622, 0.5858347390964206, -0.1595926989597872, 1.1928509498509121, 0.06350865971681796, 0.0689240538243081, -1.0197360967217568], "count": [964]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [964]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [964]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [964]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [964]}, "gripper_open_scale_state": {"mean": [0.9119222749057465, 0.9090701622029391], "std": [0.00018516728688652148, 7.51738341355529e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9127272727272727, 0.9090909090909091], "count": [964]}, "gripper_open_scale_action": {"mean": [0.9119224027434324, 0.9090701622029391], "std": [0.00018477769324075686, 7.517383413555291e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9127272727272727, 0.9090909090909091], "count": [964]}}} +{"episode_index": 33, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47878759238676094]], [[0.4785450438896489]], [[0.47481716565017484]]], "std": [[[0.3456384069647006]], [[0.331185293921125]], [[0.34464195548937343]]], "count": [172]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36631786508207936]], [[0.3693356038151695]], [[0.36311911479708164]]], "std": [[[0.2754185036227267]], [[0.2707620544647041]], [[0.27763044731816133]]], "count": [172]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42051787291951664]], [[0.4234326989759082]], [[0.4143482280266758]]], "std": [[[0.30918811154841225]], [[0.29308564536150206]], [[0.2988662681737474]]], "count": [172]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.405913770377337]], [[0.4137906798620611]], [[0.405562305251558]]], "std": [[[0.31835721519408117]], [[0.3002344750706053]], [[0.3083692593051157]]], "count": [172]}, "observation.state": {"min": [-0.21219494938850403, 0.14355987310409546, 0.05095488950610161, -2.0090789794921875, -0.30921670794487, -0.13782647252082825, -0.34813427925109863, -0.3187241852283478, 0.3159131109714508, 0.06300000101327896, -1.6464641094207764, -1.6666333675384521, -1.0930731296539307, -0.1061411052942276, 0.0130310645326972, -0.2987905442714691, -1.708548665046692, 0.04767463728785515, -0.1758713722229004, -0.060554198920726776, -0.33176276087760925, -0.4949505031108856, 0.05829843878746033, 1.322839617729187, -1.5905494689941406, 0.9188617467880249, 1003.0, 999.5625], "max": [0.3218288719654083, 0.4008955955505371, 0.37171804904937744, -1.413506269454956, -0.024812037125229836, 0.14763522148132324, -0.050644002854824066, -0.24481743574142456, 0.4501701891422272, 0.19425074756145477, -1.385528802871704, -1.1916897296905518, -0.6822577118873596, 0.3640822172164917, 0.1582631915807724, -0.1606946438550949, -1.0468593835830688, 0.24158193171024323, -0.000727584061678499, 0.2468528151512146, -0.27167245745658875, -0.3758951723575592, 0.12994793057441711, 1.6451462507247925, -1.3896986246109009, 1.2366163730621338, 1003.8125, 1000.0], "mean": [0.07576145976781845, 0.22329679131507874, 0.12498195469379425, -1.6596664190292358, -0.08869413286447525, -0.026812633499503136, -0.16994068026542664, -0.2975720167160034, 0.3881298303604126, 0.16968168318271637, -1.4988778829574585, -1.3313664197921753, -0.9431353211402893, -0.017195148393511772, 0.1339106261730194, -0.24758204817771912, -1.5855872631072998, 0.1562269926071167, -0.056561004370450974, 0.04749758914113045, -0.3043573498725891, -0.3996600806713104, 0.11127456277608871, 1.4214184284210205, -1.4368329048156738, 1.0892553329467773, 1003.1062622070312, 999.9927368164062], "std": [0.11398821324110031, 0.057076405733823776, 0.10071121901273727, 0.12034402042627335, 0.07448088377714157, 0.08683246374130249, 0.06728498637676239, 0.015300053171813488, 0.028617214411497116, 0.037002574652433395, 0.06041497737169266, 0.139338418841362, 0.11902541667222977, 0.11881326884031296, 0.03887414559721947, 0.029475297778844833, 0.15806977450847626, 0.050493959337472916, 0.04024602472782135, 0.12041028589010239, 0.01036025770008564, 0.029935592785477638, 0.017899787053465843, 0.10258383303880692, 0.06275103241205215, 0.08261527121067047, 0.19850613176822662, 0.051700834184885025], "count": [963]}, "action": {"min": [-0.21219494938850403, 0.14355987310409546, 0.05095488950610161, -2.0090789794921875, -0.30921670794487, -0.13782647252082825, -0.34813427925109863, -0.3187241852283478, 0.3159131109714508, 0.06300000101327896, -1.6464641094207764, -1.6666333675384521, -1.0930731296539307, -0.1061411052942276, 0.0130310645326972, -0.2987905442714691, -1.708548665046692, 0.04767270013689995, -0.1758713722229004, -0.060552019625902176, -0.33176276087760925, -0.4949505031108856, 0.05829843878746033, 1.322839617729187, -1.5905494689941406, 0.9188617467880249, 1003.0, 999.5625], "max": [0.3218288719654083, 0.4008955955505371, 0.37171804904937744, -1.413506269454956, -0.024812037125229836, 0.14763522148132324, -0.050644002854824066, -0.24481743574142456, 0.4501701891422272, 0.19425074756145477, -1.385528802871704, -1.1916897296905518, -0.6822577118873596, 0.3640822172164917, 0.1582631915807724, -0.1606946438550949, -1.0468593835830688, 0.24158193171024323, -0.000727584061678499, 0.2468528151512146, -0.27167245745658875, -0.3758951723575592, 0.12994793057441711, 1.6451462507247925, -1.3896986246109009, 1.2366163730621338, 1003.8125, 1000.0], "mean": [0.07586921006441116, 0.22327613830566406, 0.12488681077957153, -1.6597979068756104, -0.08858802169561386, -0.02681807428598404, -0.17003808915615082, -0.29755619168281555, 0.3881016969680786, 0.16969403624534607, -1.4989666938781738, -1.331308364868164, -0.9430822134017944, -0.017215998843312263, 0.13388259708881378, -0.2475304901599884, -1.5856150388717651, 0.15608134865760803, -0.05655764788389206, 0.04770345613360405, -0.30435076355934143, -0.39965400099754333, 0.1112675666809082, 1.421608805656433, -1.4368417263031006, 1.0890949964523315, 1003.1064453125, 999.9927368164062], "std": [0.1139715239405632, 0.05708238109946251, 0.10073313862085342, 0.12026835978031158, 0.07448413968086243, 0.08683597296476364, 0.06718000024557114, 0.015286073088645935, 0.028606945648789406, 0.03700847923755646, 0.06031114608049393, 0.13936786353588104, 0.11898629367351532, 0.11882230639457703, 0.03886633738875389, 0.029496748000383377, 0.15808077156543732, 0.05060450732707977, 0.040247321128845215, 0.120394766330719, 0.010360872372984886, 0.029938265681266785, 0.017897477373480797, 0.10259466618299484, 0.06274604052305222, 0.0826563611626625, 0.1979045420885086, 0.051700834184885025], "count": [963]}, "timestamp": {"min": [0.0], "max": [32.06666666666667], "mean": [16.033333333333335], "std": [9.266466824383897], "count": [963]}, "frame_index": {"min": [0], "max": [962], "mean": [481.0], "std": [277.99400473151695], "count": [963]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [963]}, "index": {"min": [33149], "max": [34111], "mean": [33630.0], "std": [277.99400473151695], "count": [963]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [963]}, "subtask_annotation": {"mean": [0.9075804776739356, 3.0, 3.0, 3.0, 3.0], "std": [0.8432584420670335, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [963]}, "scene_annotation": {"mean": [33.0], "std": [0.0], "min": [33], "max": [33], "count": [963]}, "eef_direction_state": {"mean": [4.755970924195223, 5.066458982346833], "std": [2.0868109708908644, 2.08583877387043], "min": [0, 0], "max": [6, 6], "count": [963]}, "eef_velocity_state": {"mean": [0.32502596053997923, 0.16822429906542055], "std": [0.47498906841111127, 0.37406534759232274], "min": [0, 0], "max": [2, 1], "count": [963]}, "eef_acc_mag_state": {"mean": [0.18483904465212878, 0.1142263759086189], "std": [0.5226923769543451, 0.42438043368216594], "min": [0, 0], "max": [2, 2], "count": [963]}, "eef_direction_action": {"mean": [4.755970924195223, 5.066458982346833], "std": [2.0868109708908644, 2.08583877387043], "min": [0, 0], "max": [6, 6], "count": [963]}, "eef_velocity_action": {"mean": [0.32502596053997923, 0.16822429906542055], "std": [0.47498906841111127, 0.3740653475923227], "min": [0, 0], "max": [2, 1], "count": [963]}, "eef_acc_mag_action": {"mean": [0.18483904465212878, 0.1142263759086189], "std": [0.5226923769543451, 0.42438043368216594], "min": [0, 0], "max": [2, 2], "count": [963]}, "eef_sim_pose_state": {"mean": [0.43304125397302157, 0.2463568660905049, 1.145765150808417, 0.012792986288918135, -0.12479945598605946, 1.2525220147798455, 0.4435804278904337, -0.18598251630763515, 1.13593123670138, 0.020054244644344656, 0.026404374067728692, -1.2747173710435709], "std": [0.028897857488919484, 0.027396135448219606, 0.01697413778063134, 0.062177476285698446, 0.04464077394958906, 0.14976285971366615, 0.03239508414442116, 0.011245891102796056, 0.008486613413131318, 0.03467467052605496, 0.047497951646440904, 0.10998721607622106], "min": [0.3667757263741498, 0.16130911900063377, 1.1238411644859876, -0.09520108374192815, -0.18462367335538143, 0.9564641732145235, 0.4213777597146382, -0.19971717641932132, 1.1102813540395302, -0.015698602633675285, -0.06668996121489879, -1.3907326182819726], "max": [0.5017493848925547, 0.2629895953630788, 1.1949438452313708, 0.15920437103396146, 0.0223571481718281, 1.378971998168335, 0.5452108326633298, -0.15010347675500615, 1.1568248896652122, 0.16591620383376876, 0.12750716108955928, -1.074296313459557], "count": [963]}, "eef_sim_pose_action": {"mean": [0.4330138861992508, 0.246372468459855, 1.1457784074829693, 0.012764680356715604, -0.12488498773797942, 1.2524894817507772, 0.44357843091637034, -0.18598964413938399, 1.1359368354333303, 0.020065169091262935, 0.026282390810869173, -1.2745571756334901], "std": [0.028891319193901123, 0.027400951675237206, 0.01696199846223325, 0.06218699568985443, 0.04462646087448376, 0.14973878789221762, 0.032395936141461155, 0.01124905658393049, 0.008487757213873074, 0.03467182850321944, 0.04758554774416661, 0.1099660968379395], "min": [0.3667757263741498, 0.16130911900063377, 1.1238411644859876, -0.09520108374192815, -0.18462367335538143, 0.9564641732145235, 0.4213777597146382, -0.19971717641932132, 1.1102813540395302, -0.015698602633675285, -0.06668996121489879, -1.3907326182819726], "max": [0.5017493848925547, 0.2629895953630788, 1.1949438452313708, 0.15920437103396146, 0.0223571481718281, 1.3789719973095829, 0.5452108326633298, -0.15010347675500615, 1.1568248896652122, 0.16591620383376876, 0.12750716108955928, -1.074296313459557], "count": [963]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [963]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [963]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [963]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [963]}, "gripper_open_scale_state": {"mean": [0.9119147353675053, 0.9090843009534534], "std": [0.00018046037073597183, 4.700113455950538e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9125568181818182, 0.9090909090909091], "count": [963]}, "gripper_open_scale_action": {"mean": [0.911914902518443, 0.9090843009534534], "std": [0.0001799146224910288, 4.700113455950538e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9125568181818182, 0.9090909090909091], "count": [963]}}} +{"episode_index": 34, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48504656989607436]], [[0.48632220496894407]], [[0.4812724254556895]]], "std": [[[0.3425170185506677]], [[0.3298017119296257]], [[0.3417123191663915]]], "count": [161]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3760864592213697]], [[0.3774373464965696]], [[0.3718566633175009]]], "std": [[[0.27716178995598484]], [[0.27198451768643267]], [[0.2790836044588765]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40001638427109976]], [[0.40428498355864084]], [[0.398409403797751]]], "std": [[[0.2906381495489594]], [[0.2740181777685941]], [[0.28263136488185286]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40120007078918524]], [[0.4059413731072139]], [[0.3942396353468924]]], "std": [[[0.3146151532583785]], [[0.294757729036982]], [[0.3005552338556525]]], "count": [161]}, "observation.state": {"min": [-0.09731847047805786, 0.12897983193397522, 0.021044306457042694, -1.787108063697815, -0.1375134140253067, -0.08615162968635559, -0.25783205032348633, -0.33796969056129456, 0.32896432280540466, 0.09236187487840652, -1.6058026552200317, -1.50239896774292, -1.0566881895065308, -0.262273907661438, 0.020721422508358955, -0.300472617149353, -1.9059770107269287, 0.025265822187066078, -0.18935732543468475, -0.060613103210926056, -0.3276917040348053, -0.4342633783817291, 0.05083531513810158, 1.3335223197937012, -1.5309052467346191, 0.8775660395622253, 1003.0, 999.5625], "max": [0.28830984234809875, 0.2860638201236725, 0.2836083471775055, -1.4087414741516113, -0.04389284923672676, -0.02442806400358677, -0.05064073204994202, -0.3053065538406372, 0.4266146421432495, 0.19822749495506287, -1.3338968753814697, -1.2586489915847778, -0.775013267993927, 0.12955906987190247, 0.17853081226348877, -0.11153308302164078, -1.423144817352295, 0.18785850703716278, 0.08949066698551178, 0.1566651165485382, -0.2531611919403076, -0.328203946352005, 0.13719049096107483, 1.577323079109192, -1.3614089488983154, 1.2185614109039307, 1004.0, 1000.0], "mean": [0.1618669629096985, 0.17894260585308075, 0.08691121637821198, -1.658211350440979, -0.07106462121009827, -0.07119426131248474, -0.12183599174022675, -0.3229195177555084, 0.36622118949890137, 0.1787843257188797, -1.40299391746521, -1.3095362186431885, -0.9993878602981567, -0.07125607877969742, 0.1184600293636322, -0.23897773027420044, -1.6636989116668701, 0.11847106367349625, -0.011791350319981575, 0.03569751977920532, -0.29826873540878296, -0.38470494747161865, 0.10809512436389923, 1.407016634941101, -1.4254640340805054, 1.0762195587158203, 1003.1577758789062, 999.9432373046875], "std": [0.10894521325826645, 0.03235064819455147, 0.08860736340284348, 0.09386401623487473, 0.03026111051440239, 0.01604395918548107, 0.05434523522853851, 0.00547273363918066, 0.027225911617279053, 0.031309373676776886, 0.07891078293323517, 0.08109896630048752, 0.08998727053403854, 0.08161256462335587, 0.04765105992555618, 0.048457447439432144, 0.10521145164966583, 0.07089415192604065, 0.06233895942568779, 0.0933886244893074, 0.018487080931663513, 0.021068064495921135, 0.02376403473317623, 0.08124974370002747, 0.047139834612607956, 0.10135958343744278, 0.24599389731884003, 0.12797266244888306], "count": [881]}, "action": {"min": [-0.09731847047805786, 0.12897983193397522, 0.021044306457042694, -1.787108063697815, -0.1375134140253067, -0.08615162968635559, -0.25783205032348633, -0.33796969056129456, 0.32896432280540466, 0.09236187487840652, -1.6058026552200317, -1.50239896774292, -1.0566881895065308, -0.262273907661438, 0.020721422508358955, -0.300472617149353, -1.9059770107269287, 0.025265822187066078, -0.18935732543468475, -0.060613103210926056, -0.3276917040348053, -0.4342633783817291, 0.05083531513810158, 1.3335223197937012, -1.5309052467346191, 0.8775660395622253, 1003.0, 999.5625], "max": [0.28830984234809875, 0.2860638201236725, 0.2836083471775055, -1.4087414741516113, -0.04389284923672676, -0.02442806400358677, -0.0506383515894413, -0.3053065538406372, 0.4266146421432495, 0.19822749495506287, -1.3338968753814697, -1.2586489915847778, -0.775013267993927, 0.12955906987190247, 0.17853081226348877, -0.11153308302164078, -1.423144817352295, 0.18785850703716278, 0.08949066698551178, 0.1566651165485382, -0.2531611919403076, -0.328203946352005, 0.13719049096107483, 1.577323079109192, -1.3614089488983154, 1.2185614109039307, 1004.0, 1000.0], "mean": [0.16212238371372223, 0.17887982726097107, 0.08676965534687042, -1.658422827720642, -0.07097213715314865, -0.07119368761777878, -0.12189671397209167, -0.32292354106903076, 0.36615127325057983, 0.17880277335643768, -1.4029581546783447, -1.3095027208328247, -0.9993757009506226, -0.07136210054159164, 0.11835294216871262, -0.23886330425739288, -1.6636723279953003, 0.11830413341522217, -0.011954443529248238, 0.03588620200753212, -0.29829272627830505, -0.38467705249786377, 0.10809522122144699, 1.4071528911590576, -1.4254387617111206, 1.0761960744857788, 1003.1577758789062, 999.9432373046875], "std": [0.10884324461221695, 0.03233106806874275, 0.08860979229211807, 0.0937776193022728, 0.03018229641020298, 0.016043685376644135, 0.05429551750421524, 0.005470930598676205, 0.027187056839466095, 0.03131573647260666, 0.07892616838216782, 0.08111345022916794, 0.08997976034879684, 0.08165691047906876, 0.04766761139035225, 0.04852677136659622, 0.10522159934043884, 0.07090376317501068, 0.06260666996240616, 0.09336178004741669, 0.01851140893995762, 0.021077962592244148, 0.02376408502459526, 0.08122927695512772, 0.047161005437374115, 0.10134613513946533, 0.24599391222000122, 0.12797266244888306], "count": [881]}, "timestamp": {"min": [0.0], "max": [29.333333333333332], "mean": [14.666666666666666], "std": [8.477420991472977], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [881]}, "index": {"min": [34112], "max": [34992], "mean": [34552.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}, "subtask_annotation": {"mean": [1.0874006810442678, 3.0, 3.0, 3.0, 3.0], "std": [0.8564836829499904, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [881]}, "scene_annotation": {"mean": [34.0], "std": [0.0], "min": [34], "max": [34], "count": [881]}, "eef_direction_state": {"mean": [4.870601589103292, 4.723041997729853], "std": [2.1081024656914438, 2.1767584245551443], "min": [0, 0], "max": [6, 6], "count": [881]}, "eef_velocity_state": {"mean": [0.24290578887627695, 0.3246311010215664], "std": [0.4444361056037428, 0.46823685167988494], "min": [0, 0], "max": [2, 1], "count": [881]}, "eef_acc_mag_state": {"mean": [0.14642451759364358, 0.16572077185017026], "std": [0.4693938386301558, 0.5017616721184666], "min": [0, 0], "max": [2, 2], "count": [881]}, "eef_direction_action": {"mean": [4.870601589103292, 4.723041997729853], "std": [2.1081024656914433, 2.1767584245551443], "min": [0, 0], "max": [6, 6], "count": [881]}, "eef_velocity_action": {"mean": [0.24290578887627695, 0.3246311010215664], "std": [0.4444361056037428, 0.46823685167988494], "min": [0, 0], "max": [2, 1], "count": [881]}, "eef_acc_mag_action": {"mean": [0.14642451759364358, 0.16572077185017026], "std": [0.4693938386301558, 0.5017616721184666], "min": [0, 0], "max": [2, 2], "count": [881]}, "eef_sim_pose_state": {"mean": [0.40872788260064236, 0.24771034196934524, 1.1221230158752848, 0.03342720438489624, -0.09335197708014836, 1.3388523507876777, 0.4282285653854073, -0.1817693639938527, 1.143467279456702, 0.0035602575826483916, 0.018776705846455473, -1.2882698764148444], "std": [0.028651228277551708, 0.021993076279757065, 0.003912631397459811, 0.024089491847570428, 0.013504893175091369, 0.12172163062072443, 0.021621682921345458, 0.017154881297012047, 0.01734065087542928, 0.04436935060651548, 0.04398805907257893, 0.09308857215622723], "min": [0.374115718291241, 0.18267057961991068, 1.1115481659914517, 0.005383791039130226, -0.13799915602712298, 1.0525422162064753, 0.374409173089443, -0.20723206305381328, 1.1081013137939077, -0.09063520647301893, -0.0651350384424445, -1.3664618092352705], "max": [0.4750978971829759, 0.2605826062202783, 1.1382227910695237, 0.09561632508398654, -0.060934562673129467, 1.4206628045809007, 0.4823364869719867, -0.13833291847435153, 1.1817702003204766, 0.08444375999021636, 0.1375466297236425, -1.123392323293838], "count": [881]}, "eef_sim_pose_action": {"mean": [0.4086573321570311, 0.24772523346841613, 1.122121078474124, 0.03345000417532094, -0.0933719653430099, 1.3388895826553002, 0.42820242080382415, -0.1817758312564687, 1.1434370104510125, 0.003629304971659956, 0.018713496408576665, -1.2881980909406239], "std": [0.028618292844568457, 0.02199723168017019, 0.003912196209651201, 0.024072386989826933, 0.013492427611580413, 0.12173887987345378, 0.02163253553338936, 0.017158146526945115, 0.017378600265254486, 0.04442020180947597, 0.0439819115267303, 0.09305266371957444], "min": [0.374115718291241, 0.18267057961991068, 1.1115481659914517, 0.005383791039130226, -0.13799915602712298, 1.0525422162064753, 0.374409173089443, -0.20723206305381328, 1.1081013137939077, -0.09063520647301893, -0.0651350384424445, -1.3664618092352705], "max": [0.4750978971829759, 0.2605826062202783, 1.1382227910695237, 0.09561632508398654, -0.060934562673129467, 1.4206628045809007, 0.4823364869719867, -0.13833291847435153, 1.1817702003204766, 0.08444375999021636, 0.1375466297236425, -1.123392323293838], "count": [881]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [881]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [881]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [881]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [881]}, "gripper_open_scale_state": {"mean": [0.9119616138685347, 0.9090393148281842], "std": [0.00022362971710711955, 0.00011633798373254794], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9127272727272727, 0.9090909090909091], "count": [881]}, "gripper_open_scale_action": {"mean": [0.9119616138685347, 0.9090393148281842], "std": [0.00022362971710711952, 0.00011633798373254793], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9127272727272727, 0.9090909090909091], "count": [881]}}} +{"episode_index": 35, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48208175341214915]], [[0.48309986303344865]], [[0.47797147251057287]]], "std": [[[0.3444394692075634]], [[0.33135280360780234]], [[0.34365847900909446]]], "count": [170]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3690256367743176]], [[0.3690833729815456]], [[0.36386219843329487]]], "std": [[[0.27639121223703195]], [[0.2703977549109513]], [[0.2779469315140714]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4034683619281046]], [[0.40750965373894654]], [[0.39797912701845445]]], "std": [[[0.3010386222483117]], [[0.28684976493071684]], [[0.2929351182273028]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39978204536716644]], [[0.4051250720876586]], [[0.3931987108323721]]], "std": [[[0.3176478443676172]], [[0.2996966801988537]], [[0.3054228435417576]]], "count": [170]}, "observation.state": {"min": [-0.1938668042421341, 0.1399928629398346, 0.02451423928141594, -1.8836891651153564, -0.1529170274734497, -0.07941466569900513, -0.26526278257369995, -0.3319917321205139, 0.322152316570282, 0.08778330683708191, -1.616605520248413, -1.5492192506790161, -1.0565861463546753, -0.1722814440727234, -0.049297913908958435, -0.26272767782211304, -1.8127251863479614, -0.03078869916498661, -0.04270820692181587, -0.060585834085941315, -0.32520899176597595, -0.4722948670387268, 0.055113062262535095, 1.320887804031372, -1.4991763830184937, 0.9754732251167297, 1003.0, 999.6875], "max": [0.31365966796875, 0.2919357717037201, 0.31921637058258057, -1.3272781372070312, -0.06567128747701645, 0.05787402763962746, -0.05065600201487541, -0.2676074504852295, 0.45006105303764343, 0.19987037777900696, -1.3856723308563232, -1.25204598903656, -0.7722027897834778, 0.24127322435379028, 0.15824683010578156, -0.098653644323349, -1.2291579246520996, 0.1878454089164734, 0.08129525929689407, 0.10375437140464783, -0.250316858291626, -0.35432881116867065, 0.13328836858272552, 1.5242671966552734, -1.2925776243209839, 1.2736221551895142, 1004.0, 1000.0], "mean": [0.05793881043791771, 0.21461406350135803, 0.13999810814857483, -1.6630842685699463, -0.12994612753391266, 0.00288226455450058, -0.14806105196475983, -0.29237794876098633, 0.3944125175476074, 0.1639026403427124, -1.4638994932174683, -1.3685976266860962, -0.9894051551818848, -0.039182741194963455, 0.08728119730949402, -0.2220907211303711, -1.625586748123169, 0.10038826614618301, -0.023829445242881775, 0.004992786329239607, -0.297342449426651, -0.3968527615070343, 0.10978878289461136, 1.377683162689209, -1.3886102437973022, 1.1186326742172241, 1003.115234375, 999.99365234375], "std": [0.0872577652335167, 0.025917131453752518, 0.06509876996278763, 0.11095374077558517, 0.019656110554933548, 0.03586685657501221, 0.06034911423921585, 0.01903199590742588, 0.022936223074793816, 0.02633494697511196, 0.05589428171515465, 0.08429806679487228, 0.09431234747171402, 0.08374025672674179, 0.07651305943727493, 0.05308957397937775, 0.11403564363718033, 0.0913013368844986, 0.02831021510064602, 0.0655679702758789, 0.016392700374126434, 0.022429630160331726, 0.021252425387501717, 0.05836111307144165, 0.05318509414792061, 0.06565093249082565, 0.20515455305576324, 0.03890912979841232], "count": [945]}, "action": {"min": [-0.1938668042421341, 0.1399928629398346, 0.02451423928141594, -1.8836891651153564, -0.1529170274734497, -0.07941466569900513, -0.26526278257369995, -0.3319917321205139, 0.322152316570282, 0.08778330683708191, -1.616605520248413, -1.5492192506790161, -1.0565861463546753, -0.1722814440727234, -0.049297913908958435, -0.26272767782211304, -1.8127251863479614, -0.03078869916498661, -0.04270820692181587, -0.060585834085941315, -0.32520899176597595, -0.4722948670387268, 0.055113062262535095, 1.320887804031372, -1.4991763830184937, 0.9754732251167297, 1003.0, 999.6875], "max": [0.31365966796875, 0.2919357717037201, 0.31921637058258057, -1.3272781372070312, -0.06567128747701645, 0.05787402763962746, -0.05065600201487541, -0.2676074504852295, 0.45006105303764343, 0.19987037777900696, -1.3856723308563232, -1.25204598903656, -0.7722027897834778, 0.24127322435379028, 0.15824463963508606, -0.098653644323349, -1.2291579246520996, 0.1878454089164734, 0.08129525929689407, 0.10375437140464783, -0.250316858291626, -0.35432881116867065, 0.13328836858272552, 1.5242671966552734, -1.2925776243209839, 1.2736221551895142, 1004.0, 1000.0], "mean": [0.058042023330926895, 0.21459077298641205, 0.13992580771446228, -1.6632953882217407, -0.12987691164016724, 0.0029957389924675226, -0.14816291630268097, -0.2923414409160614, 0.39438506960868835, 0.16390001773834229, -1.4639623165130615, -1.3686103820800781, -0.9893426895141602, -0.03921373933553696, 0.08711296319961548, -0.22195495665073395, -1.6256181001663208, 0.10017503052949905, -0.023815998807549477, 0.005091500468552113, -0.2973291277885437, -0.39685362577438354, 0.10978849977254868, 1.3777072429656982, -1.388519048690796, 1.1186447143554688, 1003.1148681640625, 999.99365234375], "std": [0.08725474774837494, 0.025925131514668465, 0.06512822955846786, 0.1108841523528099, 0.01974482461810112, 0.03577622026205063, 0.06026582792401314, 0.01901453547179699, 0.0229305662214756, 0.026333285495638847, 0.05583963543176651, 0.08428709954023361, 0.09428771585226059, 0.08375290036201477, 0.07653170078992844, 0.05315668135881424, 0.11404238641262054, 0.09133217483758926, 0.028304260224103928, 0.06553944945335388, 0.016390377655625343, 0.022429339587688446, 0.02125227078795433, 0.0583481639623642, 0.053243864327669144, 0.06565660238265991, 0.2050887644290924, 0.03890912979841232], "count": [945]}, "timestamp": {"min": [0.0], "max": [31.466666666666665], "mean": [15.733333333333333], "std": [9.093261648462967], "count": [945]}, "frame_index": {"min": [0], "max": [944], "mean": [472.0], "std": [272.79784945388894], "count": [945]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [945]}, "index": {"min": [34993], "max": [35937], "mean": [35465.0], "std": [272.79784945388894], "count": [945]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [945]}, "subtask_annotation": {"mean": [0.8719576719576719, 3.0, 3.0, 3.0, 3.0], "std": [0.8135797690063113, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [945]}, "scene_annotation": {"mean": [35.0], "std": [0.0], "min": [35], "max": [35], "count": [945]}, "eef_direction_state": {"mean": [4.88994708994709, 4.8084656084656086], "std": [2.1133374636568787, 2.1671750991078014], "min": [0, 0], "max": [6, 6], "count": [945]}, "eef_velocity_state": {"mean": [0.2518518518518518, 0.2656084656084656], "std": [0.4692211933797121, 0.44165666371694184], "min": [0, 0], "max": [2, 1], "count": [945]}, "eef_acc_mag_state": {"mean": [0.1544973544973545, 0.12380952380952381], "std": [0.47968616972097194, 0.4370588154508127], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_direction_action": {"mean": [4.88994708994709, 4.8084656084656086], "std": [2.1133374636568787, 2.1671750991078014], "min": [0, 0], "max": [6, 6], "count": [945]}, "eef_velocity_action": {"mean": [0.2518518518518518, 0.2656084656084656], "std": [0.4692211933797121, 0.44165666371694184], "min": [0, 0], "max": [2, 1], "count": [945]}, "eef_acc_mag_action": {"mean": [0.1544973544973545, 0.12380952380952381], "std": [0.47968616972097194, 0.4370588154508127], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_sim_pose_state": {"mean": [0.43851251271593417, 0.2396194393256537, 1.1506946386754549, 0.011217803931887031, -0.07390682801162353, 1.265047862779815, 0.4389253022837184, -0.17920570836705485, 1.1431268376554287, 0.016496521806335863, 0.023044987468824062, -1.3397269061071093], "std": [0.023046330883396665, 0.018577724383528463, 0.01627789454800828, 0.04009156231151662, 0.02106362586954338, 0.10760449155770421, 0.023213746287636117, 0.016753668804206645, 0.013173186155137406, 0.04220671977988681, 0.03905789192031625, 0.05994199695328694], "min": [0.369445033197784, 0.18115041151863454, 1.120207193730026, -0.06788256450030927, -0.15466879509592935, 1.0151096147231415, 0.3996750119006505, -0.1952176785887674, 1.1226807138265922, -0.06916515436528736, -0.07279901509334485, -1.4224584950291481], "max": [0.5012648342810817, 0.27458944682631425, 1.170272897816992, 0.11645054431793439, -0.03819618898773669, 1.3789219145538385, 0.5162009332490289, -0.13332183263038863, 1.1782481389363482, 0.1427433028595939, 0.09950406431906544, -1.2127809792650341], "count": [945]}, "eef_sim_pose_action": {"mean": [0.4384863003253728, 0.23962239952343695, 1.1507315252559909, 0.011222729095061728, -0.07394515368295268, 1.2649853279503451, 0.43892558888110933, -0.1792015767803628, 1.1431371873725924, 0.01652912233099279, 0.02298846441426302, -1.3397699934022667], "std": [0.0230438024469232, 0.01857915653487684, 0.016256473112589306, 0.04009113816103699, 0.02110072986552056, 0.1075553723125867, 0.023213647258295934, 0.016752077786014136, 0.01317066729608922, 0.04221054300138448, 0.039056282575224144, 0.05997581180267673], "min": [0.369445033197784, 0.18115041151863454, 1.120207193730026, -0.06788256450030927, -0.15466879509592935, 1.0151096147231415, 0.3996750119006505, -0.1952176785887674, 1.1226807138265922, -0.06916515436528736, -0.07279901509334485, -1.4224584950291481], "max": [0.5012648342810817, 0.27458944682631425, 1.170272897816992, 0.11645054431793439, -0.03819618898773669, 1.3789219145538385, 0.5162009332490289, -0.13332183263038863, 1.1782481389363482, 0.1427433028595939, 0.09950406431906544, -1.2127809792650341], "count": [945]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [945]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [945]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [945]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [945]}, "gripper_open_scale_state": {"mean": [0.9119229214343908, 0.9090851370851333], "std": [0.00018650414161343527, 3.5371936195536415e-05], "min": [0.9118181818181819, 0.9088068181818182], "max": [0.9127272727272727, 0.9090909090909091], "count": [945]}, "gripper_open_scale_action": {"mean": [0.91192262080909, 0.9090851370851333], "std": [0.00018644375641373897, 3.5371936195536415e-05], "min": [0.9118181818181819, 0.9088068181818182], "max": [0.9127272727272727, 0.9090909090909091], "count": [945]}}} +{"episode_index": 36, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46865576351752825]], [[0.46934813329372155]], [[0.4644642911962765]]], "std": [[[0.3407962263377424]], [[0.3270852548324108]], [[0.34029314221918466]]], "count": [165]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3728340748167954]], [[0.37310751757773813]], [[0.36796983189740545]]], "std": [[[0.2770084920116707]], [[0.27132822695477193]], [[0.2787396901367288]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41164073207565854]], [[0.41833618785898197]], [[0.4095774584076055]]], "std": [[[0.307173461426079]], [[0.2917308784820885]], [[0.299026446233321]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4111254382055853]], [[0.414038823281838]], [[0.4028963866607249]]], "std": [[[0.3192222306538181]], [[0.29946168718858635]], [[0.3050675882554723]]], "count": [165]}, "observation.state": {"min": [-0.24734696745872498, 0.08770279586315155, 0.0836590826511383, -1.8750640153884888, -0.1373617798089981, -0.08074656873941422, -0.23439553380012512, -0.3262243866920471, 0.33245500922203064, 0.07429499924182892, -1.569984793663025, -1.4917302131652832, -1.0565861463546753, -0.15387585759162903, -0.014861478470265865, -0.2862558364868164, -1.7942224740982056, 0.05936846509575844, -0.06894814223051071, -0.060560744255781174, -0.3182629942893982, -0.4837661385536194, 0.05611187592148781, 1.3349539041519165, -1.5384013652801514, 0.8998793959617615, 1003.0, 999.25], "max": [0.2739228904247284, 0.2471299022436142, 0.31017446517944336, -1.2876439094543457, -0.041928261518478394, 0.05310818552970886, -0.050647515803575516, -0.28435400128364563, 0.46701955795288086, 0.18145331740379333, -1.2789971828460693, -1.2867313623428345, -0.8000549674034119, 0.2923230230808258, 0.18065685033798218, -0.16523359715938568, -1.21015465259552, 0.18788251280784607, 0.06068946048617363, 0.19429442286491394, -0.26717206835746765, -0.36079758405685425, 0.12379187345504761, 1.6239173412322998, -1.388667106628418, 1.1671139001846313, 1003.9375, 1000.0], "mean": [0.03084792010486126, 0.15127305686473846, 0.1397133469581604, -1.5749640464782715, -0.07310891151428223, 0.016849089413881302, -0.12318820506334305, -0.3171132206916809, 0.4027000367641449, 0.15434734523296356, -1.3855940103530884, -1.3688137531280518, -0.9636662006378174, -0.011355308815836906, 0.12770847976207733, -0.2524394094944, -1.5903723239898682, 0.15200087428092957, -0.0344901941716671, 0.018501412123441696, -0.3021358251571655, -0.4017501473426819, 0.10863085836172104, 1.397740125656128, -1.4290821552276611, 1.092625379562378, 1003.126953125, 999.9857177734375], "std": [0.12019356340169907, 0.04667118936777115, 0.07268603891134262, 0.12981267273426056, 0.025642162188887596, 0.03908146917819977, 0.056545455008745193, 0.010435361415147781, 0.030754312872886658, 0.030888518318533897, 0.10721606016159058, 0.058522455394268036, 0.0839548334479332, 0.1157948449254036, 0.05483989790081978, 0.026217231526970863, 0.13605962693691254, 0.04784350469708443, 0.026205917820334435, 0.10277709364891052, 0.009589534252882004, 0.031084036454558372, 0.021954476833343506, 0.09225445985794067, 0.04914602264761925, 0.07782350480556488, 0.18656569719314575, 0.08543674647808075], "count": [910]}, "action": {"min": [-0.24734696745872498, 0.08770279586315155, 0.0836590826511383, -1.8750640153884888, -0.1373617798089981, -0.08074656873941422, -0.23439553380012512, -0.3262243866920471, 0.33245500922203064, 0.07429499924182892, -1.569984793663025, -1.4917302131652832, -1.0565861463546753, -0.15387585759162903, -0.014861478470265865, -0.2862558364868164, -1.7942224740982056, 0.05936846509575844, -0.06894814223051071, -0.060560744255781174, -0.3182629942893982, -0.4837661385536194, 0.05611187592148781, 1.3349539041519165, -1.5384013652801514, 0.8998793959617615, 1003.0, 999.25], "max": [0.2739228904247284, 0.2471299022436142, 0.31017446517944336, -1.2876439094543457, -0.041928261518478394, 0.05310818552970886, -0.050649456679821014, -0.28435400128364563, 0.46701955795288086, 0.18145331740379333, -1.2789971828460693, -1.2867313623428345, -0.8000549674034119, 0.2923230230808258, 0.18065685033798218, -0.16523359715938568, -1.21015465259552, 0.18788251280784607, 0.06068946048617363, 0.19429442286491394, -0.26717206835746765, -0.36079758405685425, 0.12379187345504761, 1.6239173412322998, -1.388667106628418, 1.1671139001846313, 1003.9375, 1000.0], "mean": [0.030906567350029945, 0.15116780996322632, 0.1396445482969284, -1.5750292539596558, -0.07302955538034439, 0.01698075421154499, -0.1232290044426918, -0.317119836807251, 0.40268558263778687, 0.1543356478214264, -1.3854854106903076, -1.3688710927963257, -0.9636195302009583, -0.011326892301440239, 0.12761680781841278, -0.252336710691452, -1.5902951955795288, 0.15189021825790405, -0.03447766602039337, 0.01867281273007393, -0.3021473288536072, -0.4017639458179474, 0.10863373428583145, 1.3977841138839722, -1.4291095733642578, 1.092547059059143, 1003.1259155273438, 999.9857177734375], "std": [0.12019454687833786, 0.04663179814815521, 0.07270795851945877, 0.1298033744096756, 0.025554830208420753, 0.03895914554595947, 0.05650647357106209, 0.010438226163387299, 0.030752988532185555, 0.030880264937877655, 0.10726563632488251, 0.05846969410777092, 0.08391505479812622, 0.11578641086816788, 0.0548584945499897, 0.02637014351785183, 0.13605420291423798, 0.04787695035338402, 0.026204757392406464, 0.10277523100376129, 0.009600977413356304, 0.03108138218522072, 0.021956225857138634, 0.09223397821187973, 0.04913506284356117, 0.07780709862709045, 0.18568986654281616, 0.08543674647808075], "count": [910]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.149999999999999], "std": [8.756473795617351], "count": [910]}, "frame_index": {"min": [0], "max": [909], "mean": [454.5], "std": [262.69421386852054], "count": [910]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [910]}, "index": {"min": [35938], "max": [36847], "mean": [36392.5], "std": [262.69421386852054], "count": [910]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [910]}, "subtask_annotation": {"mean": [1.0351648351648353, 3.0, 3.0, 3.0, 3.0], "std": [0.9566853980548482, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [910]}, "scene_annotation": {"mean": [36.0], "std": [0.0], "min": [36], "max": [36], "count": [910]}, "eef_direction_state": {"mean": [4.567032967032967, 4.905494505494506], "std": [2.327431019978744, 2.1344563421029337], "min": [0, 0], "max": [6, 6], "count": [910]}, "eef_velocity_state": {"mean": [0.289010989010989, 0.24175824175824176], "std": [0.4533030302588727, 0.4281485656874313], "min": [0, 0], "max": [1, 1], "count": [910]}, "eef_acc_mag_state": {"mean": [0.15714285714285714, 0.13296703296703297], "std": [0.48553648976007663, 0.4532071173546009], "min": [0, 0], "max": [2, 2], "count": [910]}, "eef_direction_action": {"mean": [4.567032967032967, 4.905494505494506], "std": [2.327431019978744, 2.1344563421029337], "min": [0, 0], "max": [6, 6], "count": [910]}, "eef_velocity_action": {"mean": [0.289010989010989, 0.24175824175824176], "std": [0.4533030302588727, 0.4281485656874313], "min": [0, 0], "max": [1, 1], "count": [910]}, "eef_acc_mag_action": {"mean": [0.15714285714285714, 0.13296703296703297], "std": [0.48553648976007663, 0.4532071173546009], "min": [0, 0], "max": [2, 2], "count": [910]}, "eef_sim_pose_state": {"mean": [0.4459934418222582, 0.22629679341186998, 1.1318329030627996, 0.0759529384830695, -0.06838071927648494, 1.303294595885344, 0.4450060070977134, -0.1816478153098112, 1.1391687883039538, 0.008079897161781159, 0.030253886550172644, -1.2965371083872195], "std": [0.03202503847793763, 0.02223855329986565, 0.009235143903291287, 0.034575291755905735, 0.029965096908834577, 0.11826913219520785, 0.03279305604310316, 0.015556614411551093, 0.008656471994220937, 0.019247628538175802, 0.03896569185623972, 0.09905963043353881], "min": [0.3775803050038867, 0.1654733427079617, 1.1238623737958007, -0.012374780251415585, -0.1354829047301782, 1.0763218812966024, 0.40707827942974084, -0.19550437104437313, 1.1256877632736966, -0.029413560163558117, -0.07332019400520573, -1.3664380475222428], "max": [0.5170399330911317, 0.24730821559592966, 1.159712861774451, 0.11649568076139827, -0.03565110466051169, 1.3983596331168164, 0.5303894317708495, -0.1405273600165706, 1.1670450797640395, 0.08872907412634135, 0.08544410278294468, -1.1048560996636212], "count": [910]}, "eef_sim_pose_action": {"mean": [0.44597908734921704, 0.22628315169908098, 1.131835657076738, 0.0760557080489477, -0.06834262538850147, 1.303311464902819, 0.44502114705341406, -0.18165619830113616, 1.139159718879535, 0.008054030531738603, 0.03022061812507493, -1.296475698288558], "std": [0.032024769191711884, 0.02222947833987816, 0.009233143175752578, 0.03450431750252485, 0.029977149197755446, 0.11828101416345464, 0.03278966212135187, 0.01556187552526712, 0.008665153489562209, 0.01926642778131689, 0.03896105827932597, 0.0990336186955035], "min": [0.3775803050038867, 0.1654733427079617, 1.1238623737958007, -0.012374780251415585, -0.1354829047301782, 1.0763218812966024, 0.40707827942974084, -0.19550437104437313, 1.1256877632736966, -0.029413560163558117, -0.07332019400520573, -1.3664380475222428], "max": [0.5170399330911317, 0.24730821559592966, 1.159712861774451, 0.11649568076139827, -0.03565110466051169, 1.3983596331168164, 0.5303894317708495, -0.1405273600165706, 1.1670450797640395, 0.08872907412634135, 0.08544410278294468, -1.1048560996636212], "count": [910]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [910]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [910]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [910]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [910]}, "gripper_open_scale_state": {"mean": [0.9119335928963574, 0.909077922077919], "std": [0.00016960517417703564, 7.766931615594221e-05], "min": [0.9118181818181819, 0.9084090909090909], "max": [0.9126704545454546, 0.9090909090909091], "count": [910]}, "gripper_open_scale_action": {"mean": [0.9119326184679538, 0.909077922077919], "std": [0.0001688096862255884, 7.766931615594221e-05], "min": [0.9118181818181819, 0.9084090909090909], "max": [0.9126704545454546, 0.9090909090909091], "count": [910]}}} +{"episode_index": 37, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4892338884083045]], [[0.48903711553248747]], [[0.48488204656862743]]], "std": [[[0.3473841493065453]], [[0.33286050123006544]], [[0.34644453258041114]]], "count": [170]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37257792195309497]], [[0.37283606305267203]], [[0.3676243596212995]]], "std": [[[0.27823202450489304]], [[0.2722941651464083]], [[0.27956305248114677]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4122082336120723]], [[0.4159242334678969]], [[0.40843352196270666]]], "std": [[[0.297517365001173]], [[0.28242529758480095]], [[0.2895815273376836]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3945725370049981]], [[0.3984645112456747]], [[0.3870402573529412]]], "std": [[[0.3043862582106069]], [[0.2884097792451439]], [[0.2931604892241772]]], "count": [170]}, "observation.state": {"min": [-0.35141879320144653, 0.07007496803998947, 0.02562906965613365, -1.917021632194519, -0.16100771725177765, -0.07926412671804428, -0.30448687076568604, -0.3262224495410919, 0.3183220624923706, 0.07345293462276459, -1.6205629110336304, -1.5423213243484497, -1.0590424537658691, -0.24391086399555206, -0.01630573906004429, -0.34907349944114685, -1.8827738761901855, 0.047448959201574326, -0.05561928078532219, -0.06059674173593521, -0.31211450695991516, -0.50288325548172, 0.03579937294125557, 1.3068783283233643, -1.7315889596939087, 0.831122100353241, 1003.0, 1000.0], "max": [0.3055613338947296, 0.3518747389316559, 0.32370510697364807, -1.1419187784194946, -0.01363865751773119, 0.08762534707784653, -0.04856051504611969, -0.2703239917755127, 0.49349313974380493, 0.19713018834590912, -1.2252528667449951, -1.2363003492355347, -0.7624422907829285, 0.39295434951782227, 0.3203999102115631, -0.09263335168361664, -1.0795930624008179, 0.28993844985961914, 0.07534695416688919, 0.30365893244743347, -0.2223149985074997, -0.34230679273605347, 0.15908962488174438, 1.7741224765777588, -1.2457002401351929, 1.2406947612762451, 1004.5625, 1000.0], "mean": [-0.02117966301739216, 0.14769266545772552, 0.10890481621026993, -1.5392982959747314, -0.0626157745718956, 0.041681017726659775, -0.10390261560678482, -0.31121259927749634, 0.41861891746520996, 0.17014499008655548, -1.3458423614501953, -1.3211026191711426, -0.9774671196937561, 0.008661995641887188, 0.14443491399288177, -0.24043214321136475, -1.5914583206176758, 0.18587705492973328, -0.031521089375019073, 0.0629589706659317, -0.29289036989212036, -0.40672582387924194, 0.1144876778125763, 1.4270920753479004, -1.4518226385116577, 1.0909056663513184, 1003.12255859375, 1000.0], "std": [0.119612917304039, 0.06354466080665588, 0.10385740548372269, 0.13058245182037354, 0.054775580763816833, 0.051887959241867065, 0.08189550787210464, 0.012459360994398594, 0.030089467763900757, 0.04044506698846817, 0.13991333544254303, 0.11539250612258911, 0.09639992564916611, 0.14790524542331696, 0.06426268815994263, 0.05950687825679779, 0.17040349543094635, 0.040958255529403687, 0.026433341205120087, 0.13354818522930145, 0.022978758439421654, 0.037466004490852356, 0.0280030257999897, 0.12914448976516724, 0.1027982160449028, 0.1011786162853241, 0.22814030945301056, 0.0], "count": [945]}, "action": {"min": [-0.35141879320144653, 0.07007496803998947, 0.02562906965613365, -1.917021632194519, -0.16100771725177765, -0.07926412671804428, -0.30448687076568604, -0.3262224495410919, 0.3183220624923706, 0.07345293462276459, -1.6205629110336304, -1.5423213243484497, -1.0590424537658691, -0.24391086399555206, -0.01630573906004429, -0.34907349944114685, -1.8827738761901855, 0.047448959201574326, -0.05561928078532219, -0.06059674173593521, -0.31211450695991516, -0.50288325548172, 0.03579937294125557, 1.3068783283233643, -1.7315889596939087, 0.831122100353241, 1003.0, 1000.0], "max": [0.3055613338947296, 0.3518747389316559, 0.32370510697364807, -1.1419187784194946, -0.01363865751773119, 0.08762534707784653, -0.04856051504611969, -0.2703239917755127, 0.49349313974380493, 0.19713018834590912, -1.2252528667449951, -1.2363003492355347, -0.7624422907829285, 0.39295434951782227, 0.3203999102115631, -0.09263335168361664, -1.0795930624008179, 0.28993844985961914, 0.07534695416688919, 0.30365893244743347, -0.2223149985074997, -0.34230679273605347, 0.15908962488174438, 1.7741224765777588, -1.2457002401351929, 1.2406947612762451, 1004.5625, 1000.0], "mean": [-0.021183131262660027, 0.14757753908634186, 0.10877729952335358, -1.5393203496932983, -0.06248690187931061, 0.04184030741453171, -0.10390275716781616, -0.31121140718460083, 0.4186250865459442, 0.17016096413135529, -1.3456766605377197, -1.3210517168045044, -0.9774417281150818, 0.008755553513765335, 0.14437319338321686, -0.24035073816776276, -1.5913498401641846, 0.1858396679162979, -0.03151048719882965, 0.06320967525243759, -0.2928890585899353, -0.4067554473876953, 0.11448565125465393, 1.4272106885910034, -1.4519308805465698, 1.0908197164535522, 1003.1233520507812, 1000.0], "std": [0.11961215734481812, 0.06351816654205322, 0.1038837805390358, 0.13058114051818848, 0.05474203824996948, 0.051747582852840424, 0.08189544826745987, 0.01245869044214487, 0.03008870780467987, 0.0404525101184845, 0.13995887339115143, 0.11541703343391418, 0.09638240933418274, 0.14789053797721863, 0.06427733600139618, 0.05953270196914673, 0.17040790617465973, 0.04097158461809158, 0.026430845260620117, 0.13353846967220306, 0.02297801524400711, 0.0374634675681591, 0.02800266072154045, 0.12911124527454376, 0.10279607027769089, 0.10116716474294662, 0.2293437421321869, 0.0], "count": [945]}, "timestamp": {"min": [0.0], "max": [31.466666666666665], "mean": [15.733333333333333], "std": [9.093261648462967], "count": [945]}, "frame_index": {"min": [0], "max": [944], "mean": [472.0], "std": [272.79784945388894], "count": [945]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [945]}, "index": {"min": [36848], "max": [37792], "mean": [37320.0], "std": [272.79784945388894], "count": [945]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [945]}, "subtask_annotation": {"mean": [1.0888888888888888, 3.0, 3.0, 3.0, 3.0], "std": [0.8707676679629814, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [945]}, "scene_annotation": {"mean": [37.0], "std": [0.0], "min": [37], "max": [37], "count": [945]}, "eef_direction_state": {"mean": [4.54074074074074, 4.776719576719577], "std": [2.304970814694688, 2.018404165767906], "min": [0, 0], "max": [6, 6], "count": [945]}, "eef_velocity_state": {"mean": [0.31216931216931215, 0.3513227513227513], "std": [0.4679235374950177, 0.4905033011348388], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_acc_mag_state": {"mean": [0.18624338624338624, 0.11005291005291006], "std": [0.5277697550145358, 0.4070210495375684], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_direction_action": {"mean": [4.54074074074074, 4.776719576719577], "std": [2.304970814694688, 2.018404165767906], "min": [0, 0], "max": [6, 6], "count": [945]}, "eef_velocity_action": {"mean": [0.31216931216931215, 0.3513227513227513], "std": [0.46792353749501764, 0.4905033011348388], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_acc_mag_action": {"mean": [0.18624338624338624, 0.11005291005291006], "std": [0.5277697550145358, 0.4070210495375684], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_sim_pose_state": {"mean": [0.4616981606191657, 0.23674598342538172, 1.1381146803629, 0.08079118930680124, -0.08454047346648218, 1.3584675301532265, 0.45118551628126263, -0.19030552165338685, 1.14697906466723, 0.025219430746700078, 0.036784055630412815, -1.264651288470128], "std": [0.031263107840435185, 0.027245759833207806, 0.011186117535244471, 0.04035633776583082, 0.019869012404144605, 0.17517931620155072, 0.04029952624509407, 0.023315818519265036, 0.019489911521086947, 0.049191349672352155, 0.07682241448576238, 0.13162386711907784], "min": [0.3697087074843199, 0.16354317539582713, 1.1238498206590826, -0.03842846763474572, -0.13355668941091792, 1.0200908897992544, 0.386647146100527, -0.24107421629645717, 1.131995099302757, -0.0472482017880147, -0.19822536051286677, -1.3665315196939805], "max": [0.5443657274827295, 0.2577526301967987, 1.1721612706927649, 0.12792392562102134, -0.017061883504835063, 1.4958746107567202, 0.5538670193196719, -0.13108556594320708, 1.205395071696794, 0.17388129256627893, 0.17627070102960896, -0.9920970960614854], "count": [945]}, "eef_sim_pose_action": {"mean": [0.46170333291252263, 0.23675020488733817, 1.1381253675100662, 0.08089596053851457, -0.08455184831422081, 1.3585882175684012, 0.4512191102016254, -0.1903172904114117, 1.1469796046537892, 0.02522833863064273, 0.03677985044341918, -1.2644936162939011], "std": [0.0312620940673303, 0.027247703058495446, 0.011177316558331957, 0.040289149576926676, 0.01986716432648786, 0.1752326363113817, 0.04029572198518749, 0.023317247760408208, 0.01948959315526647, 0.04918873876512726, 0.0768216946773722, 0.13159124354392515], "min": [0.3697087074843199, 0.16354317539582713, 1.123847681982365, -0.03842846763474572, -0.13355668941091792, 1.0200908897992544, 0.386647146100527, -0.24107421629645717, 1.131995099302757, -0.0472482017880147, -0.19822536051286677, -1.3665315196939805], "max": [0.5443657274827295, 0.2577526301967987, 1.1721612706927649, 0.12792392562102134, -0.017061883504835063, 1.4958746107567202, 0.5538670193196719, -0.13108556594320708, 1.205395071696794, 0.17388129256627893, 0.17627070102960896, -0.9920970960614854], "count": [945]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [945]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [945]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [945]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [945]}, "gripper_open_scale_state": {"mean": [0.9119296105234783, 0.9090909090909036], "std": [0.00020740038270223112, 5.440092820663267e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9132386363636363, 0.9090909090909091], "count": [945]}, "gripper_open_scale_action": {"mean": [0.9119303550995403, 0.9090909090909036], "std": [0.00020849438769675544, 5.440092820663267e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9132386363636363, 0.9090909090909091], "count": [945]}}} +{"episode_index": 38, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4791445807740767]], [[0.48033440133081345]], [[0.4753536289766911]]], "std": [[[0.3448871453293229]], [[0.3314015035875461]], [[0.34398133263469693]]], "count": [166]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.373239019804709]], [[0.37353946053823134]], [[0.36802611426096543]]], "std": [[[0.2785918270534277]], [[0.27280363728747464]], [[0.28017223368865574]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38192735156311525]], [[0.3891420941117411]], [[0.38018137993149065]]], "std": [[[0.28158365116662754]], [[0.26669791948629873]], [[0.2738160742094532]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41112390247263564]], [[0.41675653348688874]], [[0.4069447348216395]]], "std": [[[0.3161253329637589]], [[0.2981240899673248]], [[0.30454312400292843]]], "count": [166]}, "observation.state": {"min": [-0.15281447768211365, 0.18227127194404602, 0.0645248219370842, -1.8466390371322632, -0.23652811348438263, -0.0792161375284195, -0.31111040711402893, -0.32863649725914, 0.3385576903820038, 0.10013287514448166, -1.5824880599975586, -1.6590439081192017, -1.0565861463546753, -0.1823149025440216, -0.007225663401186466, -0.33537593483924866, -1.8611503839492798, 0.08073129504919052, -0.07411104440689087, -0.060585834085941315, -0.3193258047103882, -0.4695628881454468, 0.02913537435233593, 1.3349539041519165, -1.6833051443099976, 0.9241172671318054, 1003.0, 1000.0], "max": [0.26623907685279846, 0.3090214431285858, 0.3095734119415283, -1.3852089643478394, -0.05629123002290726, 0.05647885426878929, -0.05066815763711929, -0.2860558331012726, 0.4360070526599884, 0.20308788120746613, -1.3222577571868896, -1.2584844827651978, -0.7564351558685303, 0.279045432806015, 0.20179715752601624, -0.08322057127952576, -1.2248142957687378, 0.18799160420894623, 0.04747295379638672, 0.22112774848937988, -0.21055112779140472, -0.34773001074790955, 0.15336355566978455, 1.705742597579956, -1.249847650527954, 1.2437324523925781, 1003.8125, 1000.0], "mean": [0.027310142293572426, 0.2076791226863861, 0.10996517539024353, -1.5720072984695435, -0.09666646271944046, -0.006615320686250925, -0.1504219025373459, -0.31420615315437317, 0.4048261344432831, 0.18142668902873993, -1.4098124504089355, -1.3377376794815063, -0.9569436311721802, -0.009913171641528606, 0.12184363603591919, -0.240437850356102, -1.6155835390090942, 0.15567487478256226, -0.036792706698179245, 0.06258169561624527, -0.29017895460128784, -0.40089717507362366, 0.10739485919475555, 1.4432711601257324, -1.443177342414856, 1.1021078824996948, 1003.1448974609375, 1000.0], "std": [0.07378578931093216, 0.03805999457836151, 0.07044732570648193, 0.08272572606801987, 0.0580260343849659, 0.02570788934826851, 0.06767486035823822, 0.006475824862718582, 0.02189159393310547, 0.026648523285984993, 0.06780026108026505, 0.12263821065425873, 0.07893063873052597, 0.1116451546549797, 0.054094307124614716, 0.060703132301568985, 0.133201465010643, 0.03607223182916641, 0.025220734998583794, 0.11435341835021973, 0.028009217232465744, 0.027822595089673996, 0.03021124377846718, 0.11631394177675247, 0.10298169404268265, 0.088331438601017, 0.19293181598186493, 0.0], "count": [919]}, "action": {"min": [-0.15281447768211365, 0.18227127194404602, 0.0645248219370842, -1.8466390371322632, -0.23652811348438263, -0.0792161375284195, -0.31111040711402893, -0.32863649725914, 0.3385576903820038, 0.10013287514448166, -1.5824880599975586, -1.6590439081192017, -1.0565861463546753, -0.1823149025440216, -0.007225663401186466, -0.33537593483924866, -1.8611503839492798, 0.08073129504919052, -0.07411104440689087, -0.060585834085941315, -0.3193258047103882, -0.4695628881454468, 0.02913537435233593, 1.3349539041519165, -1.6833051443099976, 0.9241172671318054, 1003.0, 1000.0], "max": [0.26623907685279846, 0.3090214431285858, 0.3095734119415283, -1.3852089643478394, -0.05629123002290726, 0.05647885426878929, -0.05066690966486931, -0.2860558331012726, 0.4360070526599884, 0.20308788120746613, -1.3222577571868896, -1.2584844827651978, -0.7564351558685303, 0.279045432806015, 0.20179715752601624, -0.08322057127952576, -1.2248142957687378, 0.18799160420894623, 0.04747295379638672, 0.22112774848937988, -0.21055112779140472, -0.34773001074790955, 0.15336355566978455, 1.705742597579956, -1.249847650527954, 1.2437324523925781, 1003.8125, 1000.0], "mean": [0.027317311614751816, 0.20764365792274475, 0.10988007485866547, -1.5720306634902954, -0.09658045321702957, -0.006543603725731373, -0.15049833059310913, -0.31420162320137024, 0.4048275351524353, 0.18144188821315765, -1.4097992181777954, -1.33771550655365, -0.9568760395050049, -0.009924914687871933, 0.1217455342411995, -0.2403683066368103, -1.6155481338500977, 0.15559522807598114, -0.036826036870479584, 0.06279893219470978, -0.2901846170425415, -0.4008951783180237, 0.10737743228673935, 1.4433835744857788, -1.4432792663574219, 1.1020537614822388, 1003.145751953125, 1000.0], "std": [0.0737839937210083, 0.03806685283780098, 0.07044906914234161, 0.0827159658074379, 0.05802428722381592, 0.025597132742404938, 0.06760170310735703, 0.0064741033129394054, 0.021892091259360313, 0.026652509346604347, 0.06780632585287094, 0.12264903634786606, 0.07887230813503265, 0.11165093630552292, 0.054109808057546616, 0.060717351734638214, 0.1332005262374878, 0.03608156368136406, 0.025248710066080093, 0.11430896818637848, 0.02801303006708622, 0.027823496609926224, 0.03020823933184147, 0.11625976860523224, 0.10298193246126175, 0.08832017332315445, 0.19263872504234314, 0.0], "count": [919]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.843076387773657], "count": [919]}, "frame_index": {"min": [0], "max": [918], "mean": [459.0], "std": [265.29229163320974], "count": [919]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [919]}, "index": {"min": [37793], "max": [38711], "mean": [38252.0], "std": [265.29229163320974], "count": [919]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [919]}, "subtask_annotation": {"mean": [1.1556039173014145, 3.0, 3.0, 3.0, 3.0], "std": [0.8440721027957623, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [919]}, "scene_annotation": {"mean": [38.0], "std": [0.0], "min": [38], "max": [38], "count": [919]}, "eef_direction_state": {"mean": [4.945593035908597, 4.550598476605005], "std": [2.061956467582699, 2.146281844765163], "min": [0, 0], "max": [6, 6], "count": [919]}, "eef_velocity_state": {"mean": [0.21871599564744287, 0.3939064200217628], "std": [0.4133755059209336, 0.488614523205567], "min": [0, 0], "max": [1, 1], "count": [919]}, "eef_acc_mag_state": {"mean": [0.15233949945593037, 0.17301414581066377], "std": [0.47422403267054747, 0.5040540228056221], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_direction_action": {"mean": [4.945593035908597, 4.550598476605005], "std": [2.061956467582699, 2.146281844765163], "min": [0, 0], "max": [6, 6], "count": [919]}, "eef_velocity_action": {"mean": [0.21871599564744287, 0.3939064200217628], "std": [0.4133755059209336, 0.488614523205567], "min": [0, 0], "max": [1, 1], "count": [919]}, "eef_acc_mag_action": {"mean": [0.15233949945593037, 0.17301414581066377], "std": [0.47422403267054747, 0.5040540228056221], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_sim_pose_state": {"mean": [0.4482813573966995, 0.25308654025436506, 1.1330742816771144, 0.05782067631300748, -0.09739769369102438, 1.3053644348863211, 0.4455615292357428, -0.18323203965267285, 1.1480400658708227, 0.0425767222893218, 0.03252015309568129, -1.2630886191152944], "std": [0.02052853814832236, 0.016280750446955757, 0.005853077027734616, 0.02826425429642266, 0.04244722058623135, 0.13212564338076196, 0.030137147773701658, 0.021829093049815895, 0.02240059755782897, 0.06854905716390122, 0.043545635443879356, 0.12600079383052906], "min": [0.3822104533278677, 0.19676705689525026, 1.1222105176691548, 0.005494972476472126, -0.1420721670388716, 0.9985853456650736, 0.39635790712138275, -0.21701998356281665, 1.1248026612727007, -0.026108583030282517, -0.10187713612614191, -1.3994806026916473], "max": [0.48957509644718306, 0.26673859866837324, 1.1567453874248728, 0.15253418889255332, 0.037376184169377824, 1.3942511168111706, 0.5212216461138937, -0.12407531363565179, 1.21090899175145, 0.23758702006222532, 0.09970471549086635, -1.0430474684815594], "count": [919]}, "eef_sim_pose_action": {"mean": [0.4482826938528654, 0.2531012100821745, 1.1330830652387403, 0.0578683471365815, -0.09744457459039073, 1.3053645310188584, 0.4455629241979137, -0.18322686114875805, 1.1480318512840155, 0.04260465883663646, 0.032527531506436856, -1.2629474814654948], "std": [0.020528893331435583, 0.016281612291185334, 0.005845243396433667, 0.02821308964355471, 0.04244760459714492, 0.13212569692714798, 0.030136491799838308, 0.021828617286132272, 0.02240674997892404, 0.06853936227139563, 0.04354933002461104, 0.1259576339537006], "min": [0.3822104533278677, 0.19676705689525026, 1.1222105176691548, 0.005494972476472126, -0.1420721670388716, 0.9985853456650736, 0.39635790712138275, -0.21701998356281665, 1.1248026612727007, -0.026108583030282517, -0.10187713612614191, -1.3994806026916473], "max": [0.48957509644718306, 0.26673859866837324, 1.1567453874248728, 0.15253418889255332, 0.037376184169377824, 1.3942511168111706, 0.5212216461138937, -0.12407531363565179, 1.21090899175145, 0.23758702006222532, 0.09970471549086635, -1.0430474684815594], "count": [919]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [919]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [919]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [919]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [919]}, "gripper_open_scale_state": {"mean": [0.9119499157788505, 0.9090909090909043], "std": [0.0001753918971229, 4.773959005888173e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [919]}, "gripper_open_scale_action": {"mean": [0.9119506843786521, 0.9090909090909043], "std": [0.00017512554416220297, 4.773959005888173e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [919]}}} +{"episode_index": 39, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4850080228271864]], [[0.48540923470082475]], [[0.48094700362784004]]], "std": [[[0.34743778208137044]], [[0.3330964757572789]], [[0.34651774477694924]]], "count": [168]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37789347110371924]], [[0.37834625812130407]], [[0.3725169574774354]]], "std": [[[0.28247649528708313]], [[0.2767688058969506]], [[0.28399393184667343]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4268190164954871]], [[0.43147176752645505]], [[0.4239417782738095]]], "std": [[[0.3116601084512891]], [[0.2950889950137976]], [[0.30170904772057944]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4053601154003268]], [[0.4117394799933862]], [[0.4037464037698413]]], "std": [[[0.3188098001033437]], [[0.30037516756744675]], [[0.3080340638251861]]], "count": [168]}, "observation.state": {"min": [-0.29633837938308716, 0.178170844912529, 0.050106219947338104, -1.8245267868041992, -0.16719163954257965, -0.08145233243703842, -0.29553988575935364, -0.33385586738586426, 0.3403611183166504, 0.12324374914169312, -1.6473114490509033, -1.4613109827041626, -1.0565861463546753, -0.20385009050369263, -0.012490012682974339, -0.31386473774909973, -1.8468354940414429, 0.0738677904009819, -0.16176365315914154, -0.060586921870708466, -0.32356855273246765, -0.49861595034599304, 0.048722248524427414, 1.320364236831665, -1.5995604991912842, 0.9062724113464355, 1003.0, 1000.0], "max": [0.25643685460090637, 0.3334157168865204, 0.29218992590904236, -1.1985241174697876, -0.06872669607400894, -0.003594287671148777, -0.05066363885998726, -0.2848047614097595, 0.4827636182308197, 0.217631995677948, -1.3850915431976318, -1.2532809972763062, -0.7469208836555481, 0.3744756579399109, 0.18479546904563904, -0.15816719830036163, -1.050189733505249, 0.1878214180469513, 0.04529565945267677, 0.24603688716888428, -0.24682268500328064, -0.3477635681629181, 0.13803286850452423, 1.6902501583099365, -1.3815230131149292, 1.1521369218826294, 1003.8125, 1000.0], "mean": [0.018050512298941612, 0.2621780335903168, 0.09963742643594742, -1.5613449811935425, -0.14482520520687103, -0.02171846106648445, -0.1959262490272522, -0.3099319636821747, 0.4078017771244049, 0.19883684813976288, -1.445958137512207, -1.346643328666687, -0.9376609325408936, 0.018789207562804222, 0.12095078825950623, -0.2580495774745941, -1.5555708408355713, 0.15683412551879883, -0.04912412911653519, 0.07694216072559357, -0.3001262843608856, -0.4075678288936615, 0.10080449283123016, 1.4503800868988037, -1.467557430267334, 1.0657556056976318, 1003.108154296875, 1000.0], "std": [0.10557454824447632, 0.02947785146534443, 0.07474153488874435, 0.1171053797006607, 0.03206225112080574, 0.025157395750284195, 0.05476398766040802, 0.00833936408162117, 0.026071907952427864, 0.0284421406686306, 0.07692649215459824, 0.04321936145424843, 0.08736761659383774, 0.16241785883903503, 0.05732368305325508, 0.039091452956199646, 0.2137676477432251, 0.032760441303253174, 0.049874719232320786, 0.12780365347862244, 0.01684572733938694, 0.04122253879904747, 0.028310418128967285, 0.11838230490684509, 0.0763615295290947, 0.08476035296916962, 0.19057601690292358, 0.0], "count": [934]}, "action": {"min": [-0.29633837938308716, 0.178170844912529, 0.050106219947338104, -1.8245267868041992, -0.16719163954257965, -0.08145233243703842, -0.29553988575935364, -0.33385586738586426, 0.3403611183166504, 0.12324374914169312, -1.6473114490509033, -1.4613109827041626, -1.0565861463546753, -0.20385009050369263, -0.012490012682974339, -0.31386473774909973, -1.8468354940414429, 0.0738677904009819, -0.16176365315914154, -0.060586921870708466, -0.32356855273246765, -0.49861595034599304, 0.048722248524427414, 1.320364236831665, -1.5995604991912842, 0.9062724113464355, 1003.0, 1000.0], "max": [0.25643685460090637, 0.3334157168865204, 0.29218992590904236, -1.1985241174697876, -0.06872669607400894, -0.003594287671148777, -0.05066363885998726, -0.2848047614097595, 0.4827636182308197, 0.217631995677948, -1.3850915431976318, -1.2532809972763062, -0.7469208836555481, 0.3744756579399109, 0.18479546904563904, -0.15816719830036163, -1.050189733505249, 0.1878214180469513, 0.04529565945267677, 0.24603688716888428, -0.24682268500328064, -0.3477635681629181, 0.13803286850452423, 1.6902501583099365, -1.3815230131149292, 1.1521369218826294, 1003.8125, 1000.0], "mean": [0.018101170659065247, 0.2622348666191101, 0.09953521192073822, -1.56142258644104, -0.14485648274421692, -0.021639714017510414, -0.19607341289520264, -0.30991920828819275, 0.40779009461402893, 0.19887526333332062, -1.4459762573242188, -1.3466887474060059, -0.9375783801078796, 0.018762921914458275, 0.12089069932699203, -0.25798845291137695, -1.5555696487426758, 0.1567659229040146, -0.049118854105472565, 0.07715427130460739, -0.3001302480697632, -0.40756091475486755, 0.10079353302717209, 1.4504891633987427, -1.4676593542099, 1.065659761428833, 1003.108154296875, 1000.0], "std": [0.10558014363050461, 0.029441019520163536, 0.07474109530448914, 0.11710644513368607, 0.03206917643547058, 0.025092490017414093, 0.05455777049064636, 0.008335013873875141, 0.026072409003973007, 0.02844284288585186, 0.07691401243209839, 0.04318137839436531, 0.08729207515716553, 0.16243241727352142, 0.05731397122144699, 0.03913283348083496, 0.21376709640026093, 0.03276229649782181, 0.04987566918134689, 0.12773962318897247, 0.016847655177116394, 0.0412260927259922, 0.028304750099778175, 0.11832348257303238, 0.0763302594423294, 0.08472121506929398, 0.19057601690292358, 0.0], "count": [934]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [8.987414039150034], "count": [934]}, "frame_index": {"min": [0], "max": [933], "mean": [466.5], "std": [269.62242117450097], "count": [934]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [934]}, "index": {"min": [38712], "max": [39645], "mean": [39178.5], "std": [269.62242117450097], "count": [934]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [934]}, "subtask_annotation": {"mean": [1.2334047109207709, 3.0, 3.0, 3.0, 3.0], "std": [0.8602062480009465, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [934]}, "scene_annotation": {"mean": [39.0], "std": [0.0], "min": [39], "max": [39], "count": [934]}, "eef_direction_state": {"mean": [4.600642398286938, 4.248394004282655], "std": [2.336297610585137, 2.489457985392551], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_state": {"mean": [0.2826552462526767, 0.3715203426124197], "std": [0.45266166796144053, 0.48321111083828655], "min": [0, 0], "max": [2, 1], "count": [934]}, "eef_acc_mag_state": {"mean": [0.13704496788008566, 0.16488222698072805], "std": [0.44919419181547127, 0.49473473636173904], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_direction_action": {"mean": [4.600642398286938, 4.248394004282655], "std": [2.336297610585137, 2.489457985392551], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_action": {"mean": [0.2826552462526767, 0.3715203426124197], "std": [0.45266166796144053, 0.48321111083828655], "min": [0, 0], "max": [2, 1], "count": [934]}, "eef_acc_mag_action": {"mean": [0.13704496788008566, 0.16488222698072805], "std": [0.44919419181547127, 0.49473473636173904], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_sim_pose_state": {"mean": [0.45160953566983747, 0.27352048347384544, 1.1370964515382056, 0.05531192601463397, -0.10947331359921517, 1.27136657917549, 0.45282970613195467, -0.17901977619195822, 1.1399839325191323, 0.020770026453923653, 0.02770592847209869, -1.2357898303445178], "std": [0.027605424238310722, 0.02239536144051111, 0.007210502590179382, 0.02709063905526581, 0.03299234375595966, 0.09608146260112764, 0.044151025540930255, 0.019501006574404435, 0.014777270307064118, 0.033708810753675274, 0.03418370046508838, 0.1316099879297139], "min": [0.3862218070350975, 0.21340041211414354, 1.120319182073504, -0.02987747783951933, -0.19667452551967912, 1.0575766588468227, 0.39320311428245097, -0.21166876616298005, 1.1172165356801338, -0.021003939484329992, -0.052360880996476844, -1.3709216904549786], "max": [0.5325940899181804, 0.2881276995533887, 1.1589638819038928, 0.128365180609874, -0.07453175779554999, 1.3789357129135236, 0.5484616553577016, -0.13984493863956415, 1.183358801439158, 0.14909665297524533, 0.09995745935057765, -1.0325249774908083], "count": [934]}, "eef_sim_pose_action": {"mean": [0.4515991048007842, 0.2735640437124671, 1.1371137460774743, 0.055362136704672056, -0.10948958262080126, 1.2713036564095488, 0.452826506884849, -0.1790219575425235, 1.1399801170242356, 0.020768045131374212, 0.027695350708424556, -1.23564018437103], "std": [0.02760668603186573, 0.02238386187205072, 0.007198036239004639, 0.027041860298536183, 0.032979679748591055, 0.09603026573583018, 0.04415273268481963, 0.019502075399009798, 0.014779002076370788, 0.03370973080732808, 0.03417807074826742, 0.13154096094848333], "min": [0.3862218070350975, 0.21340041211414354, 1.120319182073504, -0.02987747783951933, -0.19667452551967912, 1.0575766588468227, 0.39320311428245097, -0.21166876616298005, 1.1172165356801338, -0.021003939484329992, -0.052360880996476844, -1.3709216904549786], "max": [0.5325940899181804, 0.2881276995533887, 1.1589638819038928, 0.128365180609874, -0.07453175779554999, 1.3789357129135236, 0.5484616553577016, -0.13984493863956415, 1.183358801439158, 0.14909665297524533, 0.09995745935057765, -1.0325249774908083], "count": [934]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [934]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [934]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [934]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [934]}, "gripper_open_scale_state": {"mean": [0.9119164882226892, 0.9090909090909038], "std": [0.00017325030811128714, 5.218048215738236e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [934]}, "gripper_open_scale_action": {"mean": [0.9119164882226891, 0.9090909090909038], "std": [0.00017325030811128473, 5.218048215738236e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [934]}}} +{"episode_index": 40, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4738543219932684]], [[0.4741210776975461]], [[0.46941058079918596]]], "std": [[[0.3436275979219219]], [[0.32945403249184163]], [[0.34302086396144216]]], "count": [167]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37448679846189975]], [[0.3751165402039059]], [[0.3699519086826347]]], "std": [[[0.2793094404641538]], [[0.2736506213043079]], [[0.28105483734096975]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4026074040644202]], [[0.4058987527396188]], [[0.39810545330906816]]], "std": [[[0.29134771455426284]], [[0.27564398849143285]], [[0.2825370846285909]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39483001766075687]], [[0.4017850891354546]], [[0.39235886560212907]]], "std": [[[0.30403664297854766]], [[0.2873761010847131]], [[0.2942703254609388]]], "count": [167]}, "observation.state": {"min": [-0.25903084874153137, 0.0460766926407814, 0.006261368747800589, -1.866905689239502, -0.2037355601787567, -0.07918231934309006, -0.33792412281036377, -0.3352011740207672, 0.32274430990219116, 0.08837325125932693, -1.6426702737808228, -1.553938388824463, -1.1002402305603027, -0.0627991259098053, -0.06060547009110451, -0.34342843294143677, -1.7084734439849854, 0.008950266055762768, -0.26891160011291504, -0.06059346720576286, -0.3265586197376251, -0.5095750093460083, 0.023568812757730484, 1.3342299461364746, -1.6172336339950562, 0.793908953666687, 1003.0, 1000.0], "max": [0.3058514893054962, 0.37279030680656433, 0.30787280201911926, -1.2670719623565674, 0.07670940458774567, 0.055809084326028824, 0.01935679279267788, -0.29060763120651245, 0.4705762565135956, 0.187850683927536, -1.2346246242523193, -1.1423321962356567, -0.7335716485977173, 0.4291044771671295, 0.20536744594573975, -0.07626870274543762, -0.9892526268959045, 0.22187824547290802, 0.10947032272815704, 0.26859527826309204, -0.2480921894311905, -0.38682499527931213, 0.14024081826210022, 1.747045636177063, -1.2819819450378418, 1.453144907951355, 1003.9375, 1000.0], "mean": [0.01489427499473095, 0.12774741649627686, 0.10017174482345581, -1.5319291353225708, -0.03544902428984642, -0.023792743682861328, -0.10067777335643768, -0.32359299063682556, 0.4073358476161957, 0.1665603518486023, -1.3581055402755737, -1.305224895477295, -0.991445779800415, 0.04302307590842247, 0.1065853089094162, -0.2601240277290344, -1.5261753797531128, 0.15963546931743622, -0.0629192590713501, 0.03641197830438614, -0.30036458373069763, -0.41507670283317566, 0.09987818449735641, 1.4214636087417603, -1.4424493312835693, 1.1058863401412964, 1003.16357421875, 1000.0], "std": [0.11452390253543854, 0.10099998116493225, 0.1080220639705658, 0.12678474187850952, 0.08067995309829712, 0.039663758128881454, 0.10339733958244324, 0.013227987103164196, 0.03076484240591526, 0.03189842775464058, 0.1387796700000763, 0.1312723457813263, 0.13811174035072327, 0.1543932557106018, 0.07782834768295288, 0.051776159554719925, 0.18585136532783508, 0.046198368072509766, 0.06979552656412125, 0.11757893860340118, 0.016232814639806747, 0.039246611297130585, 0.033204227685928345, 0.12591247260570526, 0.07928536087274551, 0.1326003074645996, 0.21610912680625916, 0.0], "count": [921]}, "action": {"min": [-0.25903084874153137, 0.0460766926407814, 0.006261368747800589, -1.866905689239502, -0.2037355601787567, -0.07918231934309006, -0.33792412281036377, -0.3352011740207672, 0.32274430990219116, 0.08837325125932693, -1.6426702737808228, -1.553938388824463, -1.1002402305603027, -0.0627991259098053, -0.06060547009110451, -0.34342843294143677, -1.7084734439849854, 0.008950266055762768, -0.26891160011291504, -0.06059346720576286, -0.3265586197376251, -0.5095750093460083, 0.023568812757730484, 1.3342299461364746, -1.6172336339950562, 0.793908953666687, 1003.0, 1000.0], "max": [0.3058514893054962, 0.37279030680656433, 0.30787280201911926, -1.2670719623565674, 0.07670940458774567, 0.055809084326028824, 0.01935679279267788, -0.29060763120651245, 0.4705762565135956, 0.187850683927536, -1.2346246242523193, -1.1423321962356567, -0.7335716485977173, 0.4291044771671295, 0.20536744594573975, -0.07626870274543762, -0.9892526268959045, 0.22187824547290802, 0.10947032272815704, 0.26859527826309204, -0.2480921894311905, -0.38682499527931213, 0.14024081826210022, 1.747045636177063, -1.2819819450378418, 1.453144907951355, 1003.9375, 1000.0], "mean": [0.014920221641659737, 0.12756361067295074, 0.10002026706933975, -1.5319066047668457, -0.03526746854186058, -0.023757392540574074, -0.10065408051013947, -0.32360976934432983, 0.40733224153518677, 0.16656692326068878, -1.357944369316101, -1.3051321506500244, -0.9914907813072205, 0.04312025010585785, 0.10640989243984222, -0.2599937617778778, -1.5259878635406494, 0.1595672070980072, -0.06298991292715073, 0.036586396396160126, -0.30037859082221985, -0.41511160135269165, 0.09986845403909683, 1.4214656352996826, -1.4425169229507446, 1.1059523820877075, 1003.1632690429688, 1000.0], "std": [0.11452478915452957, 0.10099218040704727, 0.10805332660675049, 0.12678733468055725, 0.08063842356204987, 0.03962892293930054, 0.10341130942106247, 0.013231568038463593, 0.03076440468430519, 0.03190214931964874, 0.1388339251279831, 0.13131359219551086, 0.13813970983028412, 0.15435726940631866, 0.07789367437362671, 0.05192713066935539, 0.18582846224308014, 0.046202901750802994, 0.06980793178081512, 0.11755402386188507, 0.016243666410446167, 0.03923814743757248, 0.03319945186376572, 0.12591111660003662, 0.07927292585372925, 0.1326349377632141, 0.21580186486244202, 0.0], "count": [921]}, "timestamp": {"min": [0.0], "max": [30.666666666666668], "mean": [15.333333333333334], "std": [8.862321408115413], "count": [921]}, "frame_index": {"min": [0], "max": [920], "mean": [460.0], "std": [265.86964224346235], "count": [921]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [921]}, "index": {"min": [39646], "max": [40566], "mean": [40106.0], "std": [265.86964224346235], "count": [921]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [921]}, "subtask_annotation": {"mean": [1.013029315960912, 3.0, 3.0, 3.0, 3.0], "std": [0.909500852359957, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [921]}, "scene_annotation": {"mean": [40.0], "std": [0.0], "min": [40], "max": [40], "count": [921]}, "eef_direction_state": {"mean": [4.646036916395222, 4.730727470141151], "std": [2.2379143468963396, 2.0754551356726565], "min": [0, 0], "max": [6, 6], "count": [921]}, "eef_velocity_state": {"mean": [0.2964169381107492, 0.3268186753528773], "std": [0.4590484610277478, 0.46905034782363075], "min": [0, 0], "max": [2, 1], "count": [921]}, "eef_acc_mag_state": {"mean": [0.19109663409337677, 0.048859934853420196], "std": [0.5316957000771524, 0.28877159978454225], "min": [0, 0], "max": [2, 2], "count": [921]}, "eef_direction_action": {"mean": [4.646036916395222, 4.730727470141151], "std": [2.2379143468963396, 2.075455135672656], "min": [0, 0], "max": [6, 6], "count": [921]}, "eef_velocity_action": {"mean": [0.2964169381107492, 0.3268186753528773], "std": [0.45904846102774777, 0.46905034782363075], "min": [0, 0], "max": [2, 1], "count": [921]}, "eef_acc_mag_action": {"mean": [0.19109663409337677, 0.048859934853420196], "std": [0.5316957000771524, 0.28877159978454225], "min": [0, 0], "max": [2, 2], "count": [921]}, "eef_sim_pose_state": {"mean": [0.45043511285936666, 0.23273329461708203, 1.1241058775606882, 0.06121781875904303, -0.08594555168463286, 1.364165359296126, 0.45948072360096603, -0.17435672136930896, 1.1389464167084253, 0.030414887494799828, 0.04018419646235608, -1.2750320395922399], "std": [0.030438434625470245, 0.021091465538944955, 0.01372921681285805, 0.03856824559662272, 0.017576184616431605, 0.20099745164931565, 0.04255237869862499, 0.023228739273983254, 0.010064668401322417, 0.08797309989633623, 0.05317182554037673, 0.1324019734889557], "min": [0.37080852686279386, 0.17714726211232287, 1.1116519039387658, -0.014347373935767016, -0.15921227509942115, 0.9763094165223545, 0.43073860660456925, -0.19850528225842845, 1.1176439711842767, -0.07948412762767876, -0.1607168450035299, -1.425340146176412], "max": [0.520434812633256, 0.2682274074497197, 1.1535819208070417, 0.15693820486910226, -0.07109727957068857, 1.5397741102773266, 0.5593024353194102, -0.11395020013704325, 1.1653733284173233, 0.3202726133838426, 0.15572686699507243, -1.0334359505007678], "count": [921]}, "eef_sim_pose_action": {"mean": [0.4504298860073726, 0.23272480206719723, 1.1240935608823972, 0.061266995249230086, -0.08594459729398034, 1.3643289102238605, 0.4595161267551254, -0.1743490737830027, 1.138928879307095, 0.030453747273886913, 0.04025934450065724, -1.2750031448501766], "std": [0.030438385468519524, 0.021087175841027227, 0.01373450849542695, 0.03852597043456607, 0.0175767401741185, 0.20107064351815376, 0.042542027246043515, 0.02322553380876389, 0.010085540400029555, 0.08797018171029246, 0.053235814527586106, 0.13238492978661184], "min": [0.37080852686279386, 0.17714726211232287, 1.1116519039387658, -0.014347373935767016, -0.15921227509942115, 0.9763094165223545, 0.43073860660456925, -0.19850528225842845, 1.1176439711842767, -0.07948412762767876, -0.1607168450035299, -1.425340146176412], "max": [0.520434812633256, 0.2682274074497197, 1.1535819208070417, 0.15693820486910226, -0.07109727957068857, 1.5397741102773266, 0.5593024353194102, -0.11395020013704325, 1.1653733284173233, 0.3202726133838426, 0.15572686699507243, -1.0334359505007678], "count": [921]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [921]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [921]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [921]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [921]}, "gripper_open_scale_state": {"mean": [0.911966782572615, 0.9090909090909043], "std": [0.00019646326103908997, 4.773959005888173e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126704545454546, 0.9090909090909091], "count": [921]}, "gripper_open_scale_action": {"mean": [0.911966683468053, 0.9090909090909043], "std": [0.0001961829380253596, 4.773959005888173e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9126704545454546, 0.9090909090909091], "count": [921]}}} +{"episode_index": 41, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47713398452518263]], [[0.4774197376009227]], [[0.47262582420222987]]], "std": [[[0.34392667160404894]], [[0.3309941389823867]], [[0.34315867389347215]]], "count": [170]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3693419093617839]], [[0.3723602917147251]], [[0.3661203118992695]]], "std": [[[0.2773464129417615]], [[0.2729707645921933]], [[0.27983699250193206]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39866531262014615]], [[0.4033675965974625]], [[0.39412016051518645]]], "std": [[[0.2915846485846498]], [[0.27450533522474324]], [[0.2819273056017228]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40191518766820455]], [[0.4105361363417916]], [[0.4014391027489427]]], "std": [[[0.3204758866104239]], [[0.302074264159249]], [[0.31016494577039333]]], "count": [170]}, "observation.state": {"min": [-0.27675795555114746, 0.09270752221345901, -0.011427543126046658, -1.9333841800689697, -0.2575342357158661, -0.07929685711860657, -0.35928255319595337, -0.3426342010498047, 0.3075152635574341, 0.1090560033917427, -1.6305712461471558, -1.661159873008728, -1.1835914850234985, -0.15978270769119263, 0.03154682740569115, -0.329366534948349, -1.8813002109527588, 0.022400209680199623, -0.08605891466140747, -0.060619648545980453, -0.32779449224472046, -0.487621009349823, 0.05279412493109703, 1.2090284824371338, -1.6986987590789795, 0.7592664957046509, 1003.0, 999.1875], "max": [0.3315558433532715, 0.3976809084415436, 0.342912495136261, -1.2262072563171387, 0.10447105020284653, 0.10645635426044464, 0.0443640872836113, -0.27901238203048706, 0.46755725145339966, 0.1999916285276413, -1.232765793800354, -1.1269187927246094, -0.6010773181915283, 0.3352668583393097, 0.28094127774238586, -0.09148579835891724, -1.151327133178711, 0.34334880113601685, 0.20254872739315033, 0.26957154273986816, -0.2455236166715622, -0.3503495752811432, 0.1559656858444214, 1.6254055500030518, -1.3966387510299683, 1.2925550937652588, 1003.875, 1000.0], "mean": [0.06512874364852905, 0.178272545337677, 0.10031235963106155, -1.6140952110290527, -0.11155952513217926, 0.04214233160018921, -0.14642144739627838, -0.3167438507080078, 0.3931368291378021, 0.1750243902206421, -1.3461805582046509, -1.38316011428833, -0.9640913009643555, -0.004028494004160166, 0.13631902635097504, -0.2494993507862091, -1.5955830812454224, 0.1638794243335724, -0.014503481797873974, 0.040395986288785934, -0.2994289696216583, -0.40303075313568115, 0.11079626530408859, 1.4030450582504272, -1.446149230003357, 1.0735551118850708, 1003.130615234375, 999.9473266601562], "std": [0.1141362115740776, 0.09418493509292603, 0.09443412721157074, 0.13322778046131134, 0.07585421949625015, 0.04539397358894348, 0.09811798483133316, 0.012007324025034904, 0.030038613826036453, 0.019223550334572792, 0.12771131098270416, 0.12206375598907471, 0.14095242321491241, 0.12412869930267334, 0.054895348846912384, 0.04511169716715813, 0.1529497504234314, 0.07133878022432327, 0.05933630093932152, 0.117616206407547, 0.018979806452989578, 0.03282412141561508, 0.022178398445248604, 0.10675138235092163, 0.07534553110599518, 0.1377580165863037, 0.20193733274936676, 0.1352197676897049], "count": [949]}, "action": {"min": [-0.27675795555114746, 0.09270752221345901, -0.011427543126046658, -1.9333841800689697, -0.2575342357158661, -0.07929685711860657, -0.35928255319595337, -0.3426342010498047, 0.3075152635574341, 0.1090560033917427, -1.6305712461471558, -1.661159873008728, -1.1835914850234985, -0.15978270769119263, 0.03154682740569115, -0.329366534948349, -1.8813002109527588, 0.022400209680199623, -0.08605891466140747, -0.060619648545980453, -0.32779449224472046, -0.487621009349823, 0.05279412493109703, 1.2090284824371338, -1.6986987590789795, 0.7592664957046509, 1003.0, 999.1875], "max": [0.3315558433532715, 0.3976809084415436, 0.342912495136261, -1.2262072563171387, 0.10447105020284653, 0.10645635426044464, 0.0443640872836113, -0.27901238203048706, 0.46755725145339966, 0.1999916285276413, -1.232765793800354, -1.1269187927246094, -0.6010773181915283, 0.3352668583393097, 0.28094127774238586, -0.09148579835891724, -1.151327133178711, 0.34334880113601685, 0.20254872739315033, 0.26957154273986816, -0.2455236166715622, -0.3503495752811432, 0.1559656858444214, 1.6254055500030518, -1.3966387510299683, 1.2925550937652588, 1003.875, 1000.0], "mean": [0.0652112066745758, 0.1781526505947113, 0.10018449276685715, -1.6141897439956665, -0.11149955540895462, 0.042287908494472504, -0.1464748978614807, -0.31674665212631226, 0.3931172490119934, 0.17503055930137634, -1.346024751663208, -1.383212924003601, -0.9640916585922241, -0.003961363807320595, 0.13619166612625122, -0.24941247701644897, -1.5954296588897705, 0.163784459233284, -0.014527958817780018, 0.04055630788207054, -0.29945018887519836, -0.4030539393424988, 0.11078444868326187, 1.4030681848526, -1.4462096691131592, 1.073512077331543, 1003.13134765625, 999.9463500976562], "std": [0.11412201821804047, 0.0942084863781929, 0.09445221722126007, 0.13319845497608185, 0.07585635036230087, 0.04522557929158211, 0.09807964414358139, 0.012008064426481724, 0.03003217838704586, 0.019226567819714546, 0.12775401771068573, 0.12203357368707657, 0.1409526914358139, 0.12411640584468842, 0.05498456209897995, 0.04517072066664696, 0.15298309922218323, 0.07136669754981995, 0.05935271456837654, 0.11758212000131607, 0.018998872488737106, 0.03282234072685242, 0.02217615395784378, 0.10673899948596954, 0.07532911747694016, 0.13774219155311584, 0.20270515978336334, 0.13706769049167633], "count": [949]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.131751687868483], "count": [949]}, "frame_index": {"min": [0], "max": [948], "mean": [474.0], "std": [273.95255063605447], "count": [949]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [949]}, "index": {"min": [40567], "max": [41515], "mean": [41041.0], "std": [273.95255063605447], "count": [949]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [949]}, "subtask_annotation": {"mean": [1.2602739726027397, 3.0, 3.0, 3.0, 3.0], "std": [0.869039129259748, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [949]}, "scene_annotation": {"mean": [41.0], "std": [0.0], "min": [41], "max": [41], "count": [949]}, "eef_direction_state": {"mean": [4.492096944151739, 5.062170706006323], "std": [2.3657172819785117, 1.8095088751297774], "min": [0, 0], "max": [6, 6], "count": [949]}, "eef_velocity_state": {"mean": [0.3245521601685985, 0.2792413066385669], "std": [0.48587849095714064, 0.44862634709226923], "min": [0, 0], "max": [2, 1], "count": [949]}, "eef_acc_mag_state": {"mean": [0.20864067439409906, 0.21285563751317177], "std": [0.5477121170768423, 0.5613125905051258], "min": [0, 0], "max": [2, 2], "count": [949]}, "eef_direction_action": {"mean": [4.492096944151739, 5.062170706006323], "std": [2.3657172819785117, 1.8095088751297774], "min": [0, 0], "max": [6, 6], "count": [949]}, "eef_velocity_action": {"mean": [0.3245521601685985, 0.2792413066385669], "std": [0.48587849095714064, 0.44862634709226923], "min": [0, 0], "max": [2, 1], "count": [949]}, "eef_acc_mag_action": {"mean": [0.20864067439409906, 0.21285563751317177], "std": [0.5477121170768423, 0.5613125905051258], "min": [0, 0], "max": [2, 2], "count": [949]}, "eef_sim_pose_state": {"mean": [0.4371548693120555, 0.245414993985177, 1.1341598329270346, 0.09764526422124274, -0.04487080020840875, 1.3164289868310026, 0.4470240574274256, -0.18530174570252247, 1.1427755834078603, -0.0017302767123855757, 0.03282336009008191, -1.2754546418033597], "std": [0.030294801600011557, 0.00986135336978589, 0.011549936866667177, 0.04828223856424948, 0.06718019570832308, 0.17514433807936575, 0.03500135097614833, 0.014681415579864805, 0.017321962528822732, 0.051981072480384645, 0.08097612910692029, 0.12623417976856569], "min": [0.3620089763747104, 0.20899805909133048, 1.115068993706029, -0.02222730949264773, -0.26559690122144786, 0.9633634224905543, 0.4004289941768985, -0.2213953103615872, 1.1156239856090047, -0.11697514559189548, -0.1625744105878013, -1.3842714724695582], "max": [0.5232515022458928, 0.26583119425270174, 1.1688819406049182, 0.2055075204669916, 0.00456770308445309, 1.501973466280936, 0.5383154371676319, -0.14509648868008324, 1.1861325662129647, 0.13949582699466034, 0.24552663026554367, -1.00648806262447], "count": [949]}, "eef_sim_pose_action": {"mean": [0.4371348847380508, 0.24541543736236082, 1.1341663060874718, 0.09774689231890732, -0.04480057697411947, 1.316491555419108, 0.4470485523781173, -0.18529533104307785, 1.1427561112344093, -0.0017488025983467329, 0.032834118684879204, -1.2753948994615596], "std": [0.030290520475627084, 0.009861447329295088, 0.01154588696856627, 0.04818934030281114, 0.0671822367198906, 0.1751772475349693, 0.034998091470445664, 0.014681752043184022, 0.017341051265559924, 0.05198145157888668, 0.08097921275986046, 0.1262045350168747], "min": [0.3620089763747104, 0.20899805909133048, 1.115068993706029, -0.02222730949264773, -0.26559690122144786, 0.9633634224905543, 0.4004289941768985, -0.2213953103615872, 1.1156239856090047, -0.11697514559189548, -0.1625744105878013, -1.3842714724695582], "max": [0.5232515022458928, 0.26583119425270174, 1.1688819406049182, 0.2055075204669916, 0.00456770308445309, 1.501973466280936, 0.5383154371676319, -0.14509648868008324, 1.1861325662129647, 0.13949582699466034, 0.24552663026554367, -1.00648806262447], "count": [949]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [949]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [949]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [949]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [949]}, "gripper_open_scale_state": {"mean": [0.9119368889117336, 0.9090429864074517], "std": [0.00018357862494320309, 0.00012292671120386794], "min": [0.9118181818181819, 0.9083522727272727], "max": [0.9126136363636363, 0.9090909090909091], "count": [949]}, "gripper_open_scale_action": {"mean": [0.9119375600704258, 0.9090421119541546], "std": [0.00018427757563736153, 0.00012460721401338722], "min": [0.9118181818181819, 0.9083522727272727], "max": [0.9126136363636363, 0.9090909090909091], "count": [949]}}} +{"episode_index": 42, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47069606017453536]], [[0.47242694526600215]], [[0.4669948994961113]]], "std": [[[0.34016806302797126]], [[0.32770539002819205]], [[0.3395664110107263]]], "count": [179]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37206500118669444]], [[0.373490733514076]], [[0.36721476430423194]]], "std": [[[0.2775955507551602]], [[0.2723921624669402]], [[0.2793937488768506]]], "count": [179]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3957893777157045]], [[0.39946615182385803]], [[0.3909197840216161]]], "std": [[[0.2827709263590607]], [[0.2658834946992553]], [[0.27289183774085185]]], "count": [179]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3924243733340636]], [[0.4023605405849491]], [[0.39272054829846276]]], "std": [[[0.31470936776499747]], [[0.29652766823807186]], [[0.303787016760086]]], "count": [179]}, "observation.state": {"min": [-0.028335420414805412, 0.09873327612876892, 0.03180535137653351, -1.8842400312423706, -0.2537621557712555, -0.07923795282840729, -0.3430706560611725, -0.32129862904548645, 0.3205821216106415, 0.11597093939781189, -1.6421053409576416, -1.6509259939193726, -1.062461018562317, -0.14822426438331604, 0.016670076176524162, -0.37929385900497437, -1.7770124673843384, 0.054164111614227295, -0.1358357071876526, -0.060589104890823364, -0.3246749937534332, -0.45338118076324463, 0.05188100039958954, 1.2908686399459839, -1.7224066257476807, 0.8375349044799805, 1003.0, 999.5625], "max": [0.31169289350509644, 0.36570754647254944, 0.3039163649082184, -1.526869773864746, 0.021850431337952614, 0.07745334506034851, -0.01507964450865984, -0.29862308502197266, 0.41258537769317627, 0.18932093679904938, -1.27882981300354, -1.2099063396453857, -0.6968211531639099, 0.24678845703601837, 0.24263130128383636, -0.04587379842996597, -1.2926443815231323, 0.26001808047294617, 0.07581710070371628, 0.31082457304000854, -0.2681298851966858, -0.34696826338768005, 0.1650429368019104, 1.690474033355713, -1.224195122718811, 1.2997926473617554, 1004.0, 1000.0], "mean": [0.12363414466381073, 0.16179318726062775, 0.09093060344457626, -1.6660118103027344, -0.046504028141498566, 0.01801484264433384, -0.1178521141409874, -0.3170372545719147, 0.37707582116127014, 0.1738518327474594, -1.362447738647461, -1.3207566738128662, -0.9617927670478821, -0.00848668534308672, 0.14857757091522217, -0.256769597530365, -1.5893683433532715, 0.18290218710899353, -0.046703558415174484, 0.08794037252664566, -0.30250871181488037, -0.39906084537506104, 0.10938967764377594, 1.4476532936096191, -1.4808193445205688, 1.0603832006454468, 1003.2203979492188, 999.9733276367188], "std": [0.0707118809223175, 0.08478044718503952, 0.08953849226236343, 0.07197558879852295, 0.09449305385351181, 0.03337620571255684, 0.09758104383945465, 0.00559941167011857, 0.0183792095631361, 0.021618617698550224, 0.12015268951654434, 0.1395150125026703, 0.10023835301399231, 0.1074356734752655, 0.04780522733926773, 0.07412879914045334, 0.11291515827178955, 0.051363490521907806, 0.03517083078622818, 0.14954400062561035, 0.011261269450187683, 0.026716414839029312, 0.02791350521147251, 0.13560646772384644, 0.13404537737369537, 0.12625867128372192, 0.25912904739379883, 0.09494603425264359], "count": [1013]}, "action": {"min": [-0.028335420414805412, 0.09873327612876892, 0.03180535137653351, -1.8842400312423706, -0.2537621557712555, -0.07924111932516098, -0.3430706560611725, -0.32129862904548645, 0.3205821216106415, 0.11597093939781189, -1.6421053409576416, -1.6509259939193726, -1.062461018562317, -0.14822426438331604, 0.016670076176524162, -0.37929385900497437, -1.7770124673843384, 0.054164111614227295, -0.1358357071876526, -0.060589104890823364, -0.3246749937534332, -0.45338118076324463, 0.05188100039958954, 1.2908686399459839, -1.7224066257476807, 0.8375349044799805, 1003.0, 999.5625], "max": [0.31169289350509644, 0.36570754647254944, 0.3039163649082184, -1.526869773864746, 0.021850431337952614, 0.07745334506034851, -0.01507964450865984, -0.29862308502197266, 0.41258537769317627, 0.18932093679904938, -1.27882981300354, -1.2099063396453857, -0.6968211531639099, 0.24678845703601837, 0.24263130128383636, -0.04587379842996597, -1.2926443815231323, 0.26001808047294617, 0.07581710070371628, 0.31082457304000854, -0.2681298851966858, -0.34696826338768005, 0.1650429368019104, 1.690474033355713, -1.224195122718811, 1.2997926473617554, 1004.0, 1000.0], "mean": [0.12377318739891052, 0.16168101131916046, 0.09081680327653885, -1.6661571264266968, -0.04635035619139671, 0.018123043701052666, -0.1178741529583931, -0.3170385956764221, 0.3770398199558258, 0.17385563254356384, -1.3623497486114502, -1.3207120895385742, -0.9617454409599304, -0.008464893326163292, 0.14850260317325592, -0.2567175030708313, -1.5892730951309204, 0.18278692662715912, -0.04679473862051964, 0.08813036978244781, -0.3025224804878235, -0.3990667760372162, 0.10937583446502686, 1.4478089809417725, -1.4808510541915894, 1.060307502746582, 1003.2200317382812, 999.9733276367188], "std": [0.07061915844678879, 0.08478312939405441, 0.08953970670700073, 0.07184300571680069, 0.09447162598371506, 0.033238254487514496, 0.09756836295127869, 0.005599965341389179, 0.018346210941672325, 0.021620288491249084, 0.1201736107468605, 0.13953366875648499, 0.10020536184310913, 0.1074277013540268, 0.04784947633743286, 0.07414507120847702, 0.11291726678609848, 0.05148324742913246, 0.03527992591261864, 0.14947736263275146, 0.011274767108261585, 0.026714954525232315, 0.027911419048905373, 0.13556833565235138, 0.1340292990207672, 0.1262308955192566, 0.2590848207473755, 0.09494603425264359], "count": [1013]}, "timestamp": {"min": [0.0], "max": [33.733333333333334], "mean": [16.866666666666667], "std": [9.747592295308394], "count": [1013]}, "frame_index": {"min": [0], "max": [1012], "mean": [506.0], "std": [292.4277688592518], "count": [1013]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [1013]}, "index": {"min": [41516], "max": [42528], "mean": [42022.0], "std": [292.4277688592518], "count": [1013]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1013]}, "subtask_annotation": {"mean": [1.1352418558736426, 3.0, 3.0, 3.0, 3.0], "std": [0.8561212524863799, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1013]}, "scene_annotation": {"mean": [42.0], "std": [0.0], "min": [42], "max": [42], "count": [1013]}, "eef_direction_state": {"mean": [5.13030602171767, 4.796643632773939], "std": [1.9868272030504288, 2.110966193673081], "min": [0, 0], "max": [6, 6], "count": [1013]}, "eef_velocity_state": {"mean": [0.16979269496544916, 0.2744323790720632], "std": [0.3754505769096977, 0.4462277987630421], "min": [0, 0], "max": [1, 1], "count": [1013]}, "eef_acc_mag_state": {"mean": [0.12043435340572557, 0.12043435340572557], "std": [0.4277019204523623, 0.4300037981472115], "min": [0, 0], "max": [2, 2], "count": [1013]}, "eef_direction_action": {"mean": [5.13030602171767, 4.796643632773939], "std": [1.9868272030504288, 2.110966193673081], "min": [0, 0], "max": [6, 6], "count": [1013]}, "eef_velocity_action": {"mean": [0.16979269496544916, 0.2744323790720632], "std": [0.37545057690969763, 0.44622779876304214], "min": [0, 0], "max": [1, 1], "count": [1013]}, "eef_acc_mag_action": {"mean": [0.12043435340572557, 0.12043435340572557], "std": [0.4277019204523623, 0.4300037981472115], "min": [0, 0], "max": [2, 2], "count": [1013]}, "eef_sim_pose_state": {"mean": [0.42032245875057783, 0.24154518909129216, 1.1322272420678283, 0.07864414753095246, -0.09487941499600093, 1.344507015783743, 0.44521148353038614, -0.18801989820368978, 1.1378683222174735, 0.018964713840483666, 0.037512525492293156, -1.2274781786119473], "std": [0.017962284177071734, 0.008871618346200863, 0.006424793452293557, 0.027919680457665012, 0.03247134594203212, 0.18114039811553645, 0.02910899752540428, 0.01729251131777037, 0.008782175310495188, 0.041784023744367085, 0.0495949785002134, 0.17983228912213114], "min": [0.3694486191650327, 0.216113807197208, 1.1238470672331557, 0.002973214953311154, -0.15844749640865197, 0.931145546678199, 0.4027571309105876, -0.23111120437623392, 1.1164009561333432, -0.06289953273832527, -0.10729230484909325, -1.4723634399320917], "max": [0.45431906295958335, 0.26326265347864075, 1.1546092910357155, 0.1321977298720327, 0.0018347793730708606, 1.4764361386331428, 0.5104492538938614, -0.15023718725633534, 1.1637146633632327, 0.13748904836812093, 0.1575291179021796, -0.9341172704643605], "count": [1013]}, "eef_sim_pose_action": {"mean": [0.4202857185298213, 0.24154187715101888, 1.132233193878887, 0.07872389631494248, -0.09491213419439776, 1.3445766636682168, 0.44522070182966833, -0.18801751081127585, 1.1378505821943672, 0.019007506161388882, 0.037453836404893866, -1.2273479347453649], "std": [0.017933225648500577, 0.00887009565844769, 0.00641980830357356, 0.02782595041876797, 0.03246912562028099, 0.18116718251382674, 0.029105896798722206, 0.017292734035772542, 0.008806067326683993, 0.04179285760202567, 0.04961445649675519, 0.179779373924304], "min": [0.3694486191650327, 0.216113807197208, 1.1238470672331557, 0.002973214953311154, -0.15844749640865197, 0.931145546678199, 0.4027571309105876, -0.23111120437623392, 1.1164009561333432, -0.06289953273832527, -0.10729230484909325, -1.4723634399320917], "max": [0.45431906295958335, 0.26326265347864075, 1.1546092910357155, 0.1321977298720327, 0.0018347793730708606, 1.4764361386331428, 0.5104492538938614, -0.15023718725633534, 1.1637146633632327, 0.13748904836812093, 0.1575291179021796, -0.9341172704643605], "count": [1013]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1013]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1013]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1013]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1013]}, "gripper_open_scale_state": {"mean": [0.9120185791935839, 0.9090666786323204], "std": [0.00023557115455729945, 8.631446655983542e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9127272727272727, 0.9090909090909091], "count": [1013]}, "gripper_open_scale_action": {"mean": [0.912018242659437, 0.9090666786323204], "std": [0.0002355325171966541, 8.631446655983542e-05], "min": [0.9118181818181819, 0.9086931818181818], "max": [0.9127272727272727, 0.9090909090909091], "count": [1013]}}} +{"episode_index": 43, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.472200127546586]], [[0.4730745137150605]], [[0.46726006575059104]]], "std": [[[0.33999779631977395]], [[0.3273308358449005]], [[0.3390897528037878]]], "count": [188]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3728867149475038]], [[0.3739773143078153]], [[0.36766775852628286]]], "std": [[[0.2776469489426014]], [[0.2725548602724487]], [[0.27948955791848046]]], "count": [188]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.377995391374635]], [[0.383722927313656]], [[0.37406367551453207]]], "std": [[[0.2809907498852865]], [[0.2651056040642721]], [[0.2723709413841795]]], "count": [188]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3736631270859408]], [[0.3834625921290502]], [[0.3739723862727715]]], "std": [[[0.29758391057980166]], [[0.2813732254537762]], [[0.2892767340680778]]], "count": [188]}, "observation.state": {"min": [-0.021756619215011597, 0.1441609263420105, 0.010524335317313671, -1.832488775253296, -0.2927190065383911, -0.09935177117586136, -0.3855225145816803, -0.328355073928833, 0.3170470595359802, 0.10556287318468094, -1.7417199611663818, -1.6624232530593872, -1.0775156021118164, -0.15512922406196594, 0.015376350842416286, -0.3374125361442566, -1.882340908050537, -0.13130003213882446, -0.08044440299272537, -0.060592375695705414, -0.31840917468070984, -0.4281894266605377, 0.046216435730457306, 1.3119087219238281, -1.5004125833511353, 0.7359893918037415, 1003.0, 1000.0], "max": [0.28808513283729553, 0.4381605386734009, 0.27776259183883667, -1.5262315273284912, -2.3998378310352564e-05, 0.10869256407022476, -0.04462370648980141, -0.2976865768432617, 0.41208669543266296, 0.19758924841880798, -1.3084993362426758, -1.204578161239624, -0.6394208669662476, 0.12190797179937363, 0.23105649650096893, -0.1086074709892273, -1.4618213176727295, 0.1878301501274109, 0.06744825094938278, 0.21438752114772797, -0.21339231729507446, -0.35136762261390686, 0.13679943978786469, 1.748927116394043, -1.1351768970489502, 1.1551265716552734, 1004.0, 1000.0], "mean": [0.12785033881664276, 0.20667283236980438, 0.09525688737630844, -1.6665490865707397, -0.13195060193538666, -0.021015385165810585, -0.17927271127700806, -0.31393733620643616, 0.3739646077156067, 0.17679503560066223, -1.4180982112884521, -1.3910044431686401, -0.9742389917373657, -0.05122968181967735, 0.13996385037899017, -0.26184704899787903, -1.6549828052520752, 0.09681490808725357, -0.024915175512433052, 0.03601319342851639, -0.2953149974346161, -0.38759151101112366, 0.10529813915491104, 1.4567997455596924, -1.3942829370498657, 1.044224739074707, 1003.1282348632812, 1000.0], "std": [0.07372889667749405, 0.08311747759580612, 0.09933454543352127, 0.07379311323165894, 0.04947732388973236, 0.05607936903834343, 0.0783316045999527, 0.005740341730415821, 0.022156979888677597, 0.03018728271126747, 0.10413189977407455, 0.123685821890831, 0.14334940910339355, 0.0700303241610527, 0.04466370493173599, 0.042995814234018326, 0.08255741000175476, 0.10493853688240051, 0.02831413224339485, 0.11303785443305969, 0.022195128723978996, 0.017619894817471504, 0.024837344884872437, 0.15127216279506683, 0.0690288096666336, 0.13188375532627106, 0.20959852635860443, 0.0], "count": [1080]}, "action": {"min": [-0.021756619215011597, 0.1441609263420105, 0.010524335317313671, -1.832488775253296, -0.2927190065383911, -0.09935177117586136, -0.3855225145816803, -0.328355073928833, 0.3170470595359802, 0.10556287318468094, -1.7417199611663818, -1.6624232530593872, -1.0775156021118164, -0.15512922406196594, 0.015376350842416286, -0.3374125361442566, -1.882340908050537, -0.13130003213882446, -0.08044440299272537, -0.060592375695705414, -0.31840917468070984, -0.4281894266605377, 0.046216435730457306, 1.3119087219238281, -1.5004125833511353, 0.7359893918037415, 1003.0, 1000.0], "max": [0.28808513283729553, 0.4381605386734009, 0.27776259183883667, -1.5262315273284912, -2.3998378310352564e-05, 0.10869256407022476, -0.04462370648980141, -0.2976865768432617, 0.41208669543266296, 0.19758924841880798, -1.3084993362426758, -1.204578161239624, -0.6394208669662476, 0.12190797179937363, 0.23105649650096893, -0.1086074709892273, -1.4618213176727295, 0.1878301501274109, 0.06744825094938278, 0.21438752114772797, -0.21339231729507446, -0.35136762261390686, 0.13679943978786469, 1.748927116394043, -1.1351768970489502, 1.1551265716552734, 1004.0, 1000.0], "mean": [0.1279858946800232, 0.20661567151546478, 0.09513548016548157, -1.6666789054870605, -0.1319240778684616, -0.02099081501364708, -0.17937137186527252, -0.31393328309059143, 0.37392887473106384, 0.17680983245372772, -1.4180749654769897, -1.3910341262817383, -0.9742555022239685, -0.05127362161874771, 0.13983897864818573, -0.2617238163948059, -1.6549782752990723, 0.09666064381599426, -0.024948133155703545, 0.036132436245679855, -0.2953196167945862, -0.387586385011673, 0.10530290007591248, 1.4568313360214233, -1.3942378759384155, 1.0442211627960205, 1003.1279907226562, 1000.0], "std": [0.07363954186439514, 0.08313193917274475, 0.09935063123703003, 0.07367118448019028, 0.049482207745313644, 0.05605977028608322, 0.07823677361011505, 0.005738514941185713, 0.022126823663711548, 0.030193453654646873, 0.10414179414510727, 0.12366539239883423, 0.1433599591255188, 0.0700499564409256, 0.04480048641562462, 0.04319082200527191, 0.08255868405103683, 0.10492704808712006, 0.02835550159215927, 0.11300387233495712, 0.02219797670841217, 0.017620177939534187, 0.024840768426656723, 0.15125024318695068, 0.06904301792383194, 0.13188143074512482, 0.20959986746311188, 0.0], "count": [1080]}, "timestamp": {"min": [0.0], "max": [35.96666666666667], "mean": [17.983333333333334], "std": [10.39230039054912], "count": [1080]}, "frame_index": {"min": [0], "max": [1079], "mean": [539.5], "std": [311.76901171647364], "count": [1080]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [1080]}, "index": {"min": [42529], "max": [43608], "mean": [43068.5], "std": [311.76901171647364], "count": [1080]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1080]}, "subtask_annotation": {"mean": [1.1398148148148148, 3.0, 3.0, 3.0, 3.0], "std": [0.9289021611373979, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1080]}, "scene_annotation": {"mean": [43.0], "std": [0.0], "min": [43], "max": [43], "count": [1080]}, "eef_direction_state": {"mean": [5.023148148148148, 5.233333333333333], "std": [1.9289272820751056, 1.687974898883057], "min": [0, 0], "max": [6, 6], "count": [1080]}, "eef_velocity_state": {"mean": [0.2175925925925926, 0.22592592592592592], "std": [0.4126088416908069, 0.4181906286855791], "min": [0, 0], "max": [1, 1], "count": [1080]}, "eef_acc_mag_state": {"mean": [0.0962962962962963, 0.06481481481481481], "std": [0.3848823595944958, 0.32125760253716745], "min": [0, 0], "max": [2, 2], "count": [1080]}, "eef_direction_action": {"mean": [5.023148148148148, 5.233333333333333], "std": [1.9289272820751056, 1.687974898883057], "min": [0, 0], "max": [6, 6], "count": [1080]}, "eef_velocity_action": {"mean": [0.2175925925925926, 0.22592592592592592], "std": [0.4126088416908069, 0.4181906286855791], "min": [0, 0], "max": [1, 1], "count": [1080]}, "eef_acc_mag_action": {"mean": [0.0962962962962963, 0.06481481481481481], "std": [0.3848823595944958, 0.32125760253716745], "min": [0, 0], "max": [2, 2], "count": [1080]}, "eef_sim_pose_state": {"mean": [0.4186526294882231, 0.2513095859577071, 1.1325055204909462, 0.04835783995507532, -0.05081164272435381, 1.273546871066775, 0.4321930741978319, -0.18075873173137505, 1.1448091119605286, 0.01205724679117743, -0.02725447874796641, -1.2668895785358794], "std": [0.019701130141727072, 0.020622308586228495, 0.006743604801485534, 0.04962153633192454, 0.04838589645994643, 0.16808225683058975, 0.018193513405479138, 0.016148492932029173, 0.017970565305016235, 0.03581189959504928, 0.09868968659141368, 0.13631593425622662], "min": [0.37557647038996966, 0.19812890472962164, 1.1220042119838953, 0.005441035122095594, -0.14562232333648772, 0.875339817467911, 0.4042302175334945, -0.19747751608228115, 1.1232657636454357, -0.0377666834662016, -0.26437051911011467, -1.4379524222962878], "max": [0.45379841232793877, 0.2798509790977071, 1.1501129629745883, 0.15079916728248693, 0.0863715357889423, 1.4540314553219245, 0.4777392837778989, -0.13744260299655442, 1.2137588575455023, 0.1516104444735461, 0.05084462496739772, -1.01521376636759], "count": [1080]}, "eef_sim_pose_action": {"mean": [0.41861684452612163, 0.2513242740648426, 1.1325102487714591, 0.04836529096442463, -0.05077845978623909, 1.2735477455881565, 0.4321877609332038, -0.18076278313064467, 1.1448024660019005, 0.012079401437974297, -0.027292695937807355, -1.2668975303533618], "std": [0.019673601628410066, 0.020625090426770028, 0.006739324872163159, 0.049615709769277545, 0.0483807649405873, 0.16808280745273083, 0.01819478000833, 0.016150749643732497, 0.017975518570308144, 0.03581548526498475, 0.09866743677675263, 0.13632197785150402], "min": [0.37557647038996966, 0.19812890472962164, 1.1220042119838953, 0.005441035122095594, -0.14562232333648772, 0.875339817467911, 0.4042302175334945, -0.19747751608228115, 1.1232657636454357, -0.0377666834662016, -0.26437051911011467, -1.4379524222962878], "max": [0.45379841232793877, 0.2798509790977071, 1.1501129629745883, 0.15079916728248693, 0.0863715357889423, 1.4540314553219245, 0.4777392837778989, -0.13744260299655442, 1.2137588575455023, 0.1516104444735461, 0.05084462496739772, -1.01521376636759], "count": [1080]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1080]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1080]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1080]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1080]}, "gripper_open_scale_state": {"mean": [0.91193518518518, 0.9090909090909004], "std": [0.0001905442294349641, 8.659739592076221e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1080]}, "gripper_open_scale_action": {"mean": [0.9119351851851801, 0.9090909090909004], "std": [0.0001905442294349656, 8.659739592076221e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [1080]}}} +{"episode_index": 44, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4787924726527337]], [[0.47945919068725296]], [[0.47365532660169857]]], "std": [[[0.34525503829781307]], [[0.33207666884537373]], [[0.3443674301025446]]], "count": [167]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3710592173496145]], [[0.3723069938554264]], [[0.36600808432155296]]], "std": [[[0.27794491712713765]], [[0.2725121216796679]], [[0.2796528721225483]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37435261584673785]], [[0.37929262920237955]], [[0.37027039792963096]]], "std": [[[0.27346672986229525]], [[0.25886949389954056]], [[0.2657700134386495]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3805328362882079]], [[0.3899570466909319]], [[0.3828235257426324]]], "std": [[[0.30800170178841263]], [[0.291031171396451]], [[0.30037173411456836]]], "count": [167]}, "observation.state": {"min": [-0.1449146866798401, 0.10681524127721786, 0.004078616388142109, -1.8131276369094849, -0.22349485754966736, -0.07930776476860046, -0.3390880227088928, -0.3187101185321808, 0.33838000893592834, 0.1195131242275238, -1.6456565856933594, -1.585837721824646, -1.134702205657959, -0.2077978104352951, -0.004184426739811897, -0.3583357334136963, -1.8646891117095947, -0.04289146512746811, -0.1343478113412857, -0.06057928502559662, -0.31860655546188354, -0.45511600375175476, 0.04639749974012375, 1.3349539041519165, -1.5808796882629395, 0.8737021684646606, 1003.0, 999.625], "max": [0.22576706111431122, 0.4327511191368103, 0.30994319915771484, -1.4721471071243286, 0.05062436684966087, 0.1995009481906891, -0.04933064058423042, -0.26122069358825684, 0.4333440661430359, 0.2031688094139099, -1.2534894943237305, -1.1846235990524292, -0.6052806973457336, 0.2238122969865799, 0.2235177755355835, -0.11654763668775558, -1.2842175960540771, 0.18783777952194214, 0.05109996721148491, 0.23682917654514313, -0.24805669486522675, -0.33496081829071045, 0.14097537100315094, 1.8231779336929321, -1.318700909614563, 1.2074304819107056, 1004.0, 1000.0], "mean": [0.06667983531951904, 0.18058203160762787, 0.0889965295791626, -1.6468783617019653, -0.05765009671449661, 0.035985372960567474, -0.14234519004821777, -0.3046569228172302, 0.3941577672958374, 0.17815302312374115, -1.3938180208206177, -1.316821813583374, -0.9508746862411499, -0.0479639507830143, 0.13366946578025818, -0.24981486797332764, -1.6344008445739746, 0.14288054406642914, -0.0463530458509922, 0.04129970818758011, -0.29928094148635864, -0.39005446434020996, 0.10845622420310974, 1.431979775428772, -1.4310282468795776, 1.0863032341003418, 1003.115234375, 999.9934692382812], "std": [0.07703468948602676, 0.0988839864730835, 0.0919203981757164, 0.07883433252573013, 0.07448692619800568, 0.05226856842637062, 0.09243855625391006, 0.011385972611606121, 0.019140934571623802, 0.020281413570046425, 0.11653535813093185, 0.11055472493171692, 0.14742088317871094, 0.09320592880249023, 0.054845135658979416, 0.05321706831455231, 0.11324114352464676, 0.05531695485115051, 0.038659896701574326, 0.11749537289142609, 0.016437774524092674, 0.02321518398821354, 0.0229464340955019, 0.13662701845169067, 0.0664844661951065, 0.1022949293255806, 0.211059108376503, 0.0458902008831501], "count": [920]}, "action": {"min": [-0.1449146866798401, 0.10681524127721786, 0.004078616388142109, -1.8131276369094849, -0.22349485754966736, -0.07930776476860046, -0.3390880227088928, -0.3187127411365509, 0.33838000893592834, 0.1195131242275238, -1.6456565856933594, -1.585837721824646, -1.134702205657959, -0.2077978104352951, -0.004184426739811897, -0.3583357334136963, -1.8646891117095947, -0.04289146512746811, -0.1343478113412857, -0.06057928502559662, -0.31860655546188354, -0.45511600375175476, 0.04639749974012375, 1.3349539041519165, -1.5808796882629395, 0.8737021684646606, 1003.0, 999.625], "max": [0.22576706111431122, 0.4327511191368103, 0.30994319915771484, -1.4721471071243286, 0.05062436684966087, 0.1995009481906891, -0.04933064058423042, -0.26122069358825684, 0.4333440661430359, 0.2031688094139099, -1.2534894943237305, -1.1846235990524292, -0.6052806973457336, 0.2238122969865799, 0.2235177755355835, -0.11654763668775558, -1.2842175960540771, 0.18783777952194214, 0.05109996721148491, 0.23682917654514313, -0.24805669486522675, -0.33496081829071045, 0.14097537100315094, 1.8231779336929321, -1.318700909614563, 1.2074304819107056, 1004.0, 1000.0], "mean": [0.06676614284515381, 0.18046560883522034, 0.08886444568634033, -1.6470086574554443, -0.05750669911503792, 0.036106232553720474, -0.14239941537380219, -0.3046445846557617, 0.3941382169723511, 0.1781603842973709, -1.393743634223938, -1.3167822360992432, -0.9508498311042786, -0.04801468551158905, 0.13349424302577972, -0.24968843162059784, -1.6343597173690796, 0.14274300634860992, -0.04643616825342178, 0.041443850845098495, -0.29929405450820923, -0.3900466561317444, 0.10844689607620239, 1.4319998025894165, -1.4310369491577148, 1.086356520652771, 1003.115234375, 999.9934692382812], "std": [0.07701133191585541, 0.09890446811914444, 0.09192341566085815, 0.07873500883579254, 0.07446003705263138, 0.052130382508039474, 0.09239944815635681, 0.011376896873116493, 0.019131844863295555, 0.020283859223127365, 0.11656282842159271, 0.11057113111019135, 0.14740559458732605, 0.09322446584701538, 0.05502361059188843, 0.05333101749420166, 0.11324763298034668, 0.05536236986517906, 0.03873400390148163, 0.11745157092809677, 0.016448291018605232, 0.02321658656001091, 0.022943230345845222, 0.13661396503448486, 0.06648074835538864, 0.10233796387910843, 0.211059108376503, 0.0458902008831501], "count": [920]}, "timestamp": {"min": [0.0], "max": [30.633333333333333], "mean": [15.316666666666668], "std": [8.852698897950713], "count": [920]}, "frame_index": {"min": [0], "max": [919], "mean": [459.5], "std": [265.5809669385214], "count": [920]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [920]}, "index": {"min": [43609], "max": [44528], "mean": [44068.5], "std": [265.5809669385214], "count": [920]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [920]}, "subtask_annotation": {"mean": [1.142391304347826, 3.0, 3.0, 3.0, 3.0], "std": [0.8637297402962553, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [920]}, "scene_annotation": {"mean": [44.0], "std": [0.0], "min": [44], "max": [44], "count": [920]}, "eef_direction_state": {"mean": [4.863043478260869, 4.817391304347826], "std": [2.1220231010966333, 2.0666402421222654], "min": [0, 0], "max": [6, 6], "count": [920]}, "eef_velocity_state": {"mean": [0.26304347826086955, 0.3076086956521739], "std": [0.44028582398857524, 0.46150361429932696], "min": [0, 0], "max": [1, 1], "count": [920]}, "eef_acc_mag_state": {"mean": [0.1, 0.16521739130434782], "std": [0.3994561520258485, 0.49878870289164307], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_direction_action": {"mean": [4.863043478260869, 4.817391304347826], "std": [2.1220231010966333, 2.0666402421222654], "min": [0, 0], "max": [6, 6], "count": [920]}, "eef_velocity_action": {"mean": [0.26304347826086955, 0.3076086956521739], "std": [0.44028582398857524, 0.46150361429932696], "min": [0, 0], "max": [1, 1], "count": [920]}, "eef_acc_mag_action": {"mean": [0.1, 0.16521739130434782], "std": [0.3994561520258485, 0.49878870289164307], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_sim_pose_state": {"mean": [0.43732753415311393, 0.2480014388017525, 1.1436928637468053, 0.06953613005333475, -0.1066387976543589, 1.3257826799741061, 0.43413515411429743, -0.18338601754851921, 1.1405358932647673, 0.024424295967649546, 0.02015487402915605, -1.274067568558794], "std": [0.019240279741532782, 0.012074989095274389, 0.01229928049897043, 0.04567756359427232, 0.043103243811540765, 0.17635664130012488, 0.024835720067246866, 0.01383143925517966, 0.0148970270184533, 0.03361208150231161, 0.055098159161932, 0.13669449887300336], "min": [0.3920284134909834, 0.2187211525336407, 1.1238428279324313, -0.023143887187341616, -0.2209182154823408, 0.9694327978040678, 0.38670732505560224, -0.20879461539586844, 1.1191303028429318, -0.02343677506575037, -0.1804570721974299, -1.3722582063369881], "max": [0.48792023730697376, 0.2807326681961198, 1.1888621655386158, 0.1727503427204028, 0.0392772771784784, 1.490316950049091, 0.5068280585305632, -0.143655858337781, 1.1842912102129861, 0.12707306205903707, 0.08412488309365496, -0.9850906682685948], "count": [920]}, "eef_sim_pose_action": {"mean": [0.43730716671744474, 0.24800291438701214, 1.143710075736125, 0.06958955849930352, -0.10666077238495342, 1.3258430228882585, 0.4341274573639119, -0.18337682392509813, 1.140518709882538, 0.024469039433153116, 0.020182166621966927, -1.274061529834742], "std": [0.019233492765251357, 0.0120749881104559, 0.012282559957193257, 0.04563127200120069, 0.04309285413269063, 0.17638430675005767, 0.024837857150063182, 0.013831442188678066, 0.014912433363470897, 0.03361504865454161, 0.0551195356849205, 0.13669054122041235], "min": [0.3920284134909834, 0.2187211525336407, 1.1238428279324313, -0.023143887187341616, -0.2209182154823408, 0.9694327978040678, 0.38670732505560224, -0.20879461539586844, 1.1191303028429318, -0.02343677506575037, -0.1804570721974299, -1.3722582063369881], "max": [0.48792023730697376, 0.2807326681961198, 1.1888621655386158, 0.1727503427204028, 0.0392772771784784, 1.490316950049091, 0.5068280585305632, -0.143655858337781, 1.1842912102129861, 0.12707306205903707, 0.08412488309365496, -0.9850906682685948], "count": [920]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [920]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [920]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [920]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [920]}, "gripper_open_scale_state": {"mean": [0.9119229249011824, 0.9090849802371507], "std": [0.00019187191102062974, 4.1718303836215596e-05], "min": [0.9118181818181819, 0.90875], "max": [0.9127272727272727, 0.9090909090909091], "count": [920]}, "gripper_open_scale_action": {"mean": [0.9119229249011825, 0.9090849802371507], "std": [0.00019187191102063033, 4.171830383621559e-05], "min": [0.9118181818181819, 0.90875], "max": [0.9127272727272727, 0.9090909090909091], "count": [920]}}} +{"episode_index": 45, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4717091758578431]], [[0.4719215333702926]], [[0.46619782305283225]]], "std": [[[0.34282100217489464]], [[0.3294973242185961]], [[0.3423070645254418]]], "count": [168]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3744503676470588]], [[0.37577666535364146]], [[0.36958803834033616]]], "std": [[[0.2785566799630318]], [[0.27323290980394715]], [[0.28025081473654717]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3965149429563492]], [[0.4008748905812325]], [[0.39176773313492064]]], "std": [[[0.2915042717442518]], [[0.27472407491305495]], [[0.2820795540433259]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4014277507878151]], [[0.40952185214363523]], [[0.4033820307636944]]], "std": [[[0.32091909501228577]], [[0.3022879077556909]], [[0.31264431968706924]]], "count": [168]}, "observation.state": {"min": [-0.18209566175937653, 0.11792971193790436, 0.026016313582658768, -1.868605136871338, -0.20958785712718964, -0.08175231516361237, -0.3200191855430603, -0.3306716978549957, 0.3335355520248413, 0.09778281301259995, -1.6151294708251953, -1.550511360168457, -1.0587087869644165, -0.2620982825756073, -0.005446517840027809, -0.34188929200172424, -1.8731211423873901, -0.01067050639539957, -0.12250357121229172, -0.06058037653565407, -0.317668616771698, -0.4614466428756714, 0.04155506193637848, 1.3349539041519165, -1.5774023532867432, 0.8761955499649048, 1003.0, 1000.0], "max": [0.26148632168769836, 0.3697807192802429, 0.32204705476760864, -1.417305588722229, 0.0074121952056884766, 0.16170474886894226, -0.050652727484703064, -0.2750144898891449, 0.4440944790840149, 0.19251368939876556, -1.3062269687652588, -1.2170908451080322, -0.7193200588226318, 0.23277238011360168, 0.25265276432037354, -0.11562806367874146, -1.269273281097412, 0.20373229682445526, -0.02554398402571678, 0.21175861358642578, -0.2706530690193176, -0.32787036895751953, 0.1551901251077652, 1.7645237445831299, -1.3222815990447998, 1.211090087890625, 1004.0, 1000.0], "mean": [0.06699737906455994, 0.18625639379024506, 0.12432076036930084, -1.6214584112167358, -0.06557098776102066, 0.04551727697253227, -0.155865877866745, -0.31740185618400574, 0.391774982213974, 0.16552765667438507, -1.395954966545105, -1.3678689002990723, -0.9034993648529053, -0.056339651346206665, 0.1375318467617035, -0.23933923244476318, -1.6238903999328613, 0.14508900046348572, -0.06072508171200752, 0.03902527689933777, -0.30411016941070557, -0.38875946402549744, 0.11350641399621964, 1.4229685068130493, -1.422877311706543, 1.0890932083129883, 1003.1145629882812, 1000.0], "std": [0.09384710341691971, 0.0694677084684372, 0.08669624477624893, 0.09037541598081589, 0.06581403315067291, 0.04505113139748573, 0.07257390767335892, 0.014533007517457008, 0.022287044674158096, 0.02601919323205948, 0.10019991546869278, 0.09970905631780624, 0.10218449681997299, 0.11111441254615784, 0.057295020669698715, 0.05888746678829193, 0.12261474877595901, 0.05808126553893089, 0.02698291465640068, 0.1132008507847786, 0.0081446822732687, 0.027928676456212997, 0.028400901705026627, 0.12430717796087265, 0.058023978024721146, 0.09611836075782776, 0.20552575588226318, 0.0], "count": [934]}, "action": {"min": [-0.18209566175937653, 0.11792971193790436, 0.026016313582658768, -1.868605136871338, -0.20958785712718964, -0.08175231516361237, -0.3200191855430603, -0.3306716978549957, 0.3335355520248413, 0.09778281301259995, -1.6151294708251953, -1.550511360168457, -1.0587087869644165, -0.2620982825756073, -0.005446517840027809, -0.34188929200172424, -1.8731211423873901, -0.01067050639539957, -0.12250357121229172, -0.06058037653565407, -0.317668616771698, -0.4614466428756714, 0.04155506193637848, 1.3349539041519165, -1.5774023532867432, 0.8761955499649048, 1003.0, 1000.0], "max": [0.26148632168769836, 0.3697807192802429, 0.32204705476760864, -1.417305588722229, 0.0074121952056884766, 0.16170474886894226, -0.050652727484703064, -0.2750144898891449, 0.4440944790840149, 0.19251368939876556, -1.3062269687652588, -1.2170908451080322, -0.7193200588226318, 0.23277238011360168, 0.25265276432037354, -0.11562806367874146, -1.269273281097412, 0.20373229682445526, -0.02554398402571678, 0.21175861358642578, -0.2706530690193176, -0.32787036895751953, 0.1551901251077652, 1.7645237445831299, -1.3222815990447998, 1.211090087890625, 1004.0, 1000.0], "mean": [0.06709557771682739, 0.18617333471775055, 0.12423311173915863, -1.621549367904663, -0.06544149667024612, 0.045640744268894196, -0.15594150125980377, -0.3174125552177429, 0.3917487561702728, 0.16552609205245972, -1.3958864212036133, -1.3678916692733765, -0.903386116027832, -0.05645807087421417, 0.13740505278110504, -0.23918479681015015, -1.6239228248596191, 0.14495988190174103, -0.06080203875899315, 0.03914862871170044, -0.3041219711303711, -0.3887338936328888, 0.11352302134037018, 1.4229717254638672, -1.4228308200836182, 1.0891391038894653, 1003.1143798828125, 1000.0], "std": [0.09383143484592438, 0.06947775930166245, 0.08671408146619797, 0.09032290428876877, 0.06579165905714035, 0.04486676678061485, 0.07250099629163742, 0.014537584036588669, 0.022277528420090675, 0.02601826936006546, 0.10022880136966705, 0.09969352185726166, 0.10207381099462509, 0.11117581278085709, 0.05737987533211708, 0.05902216583490372, 0.1226218119263649, 0.05812010541558266, 0.027033865451812744, 0.11315503716468811, 0.008155984804034233, 0.027938902378082275, 0.028409594669938087, 0.1243051066994667, 0.05806226655840874, 0.09615492075681686, 0.205379456281662, 0.0], "count": [934]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [8.987414039150034], "count": [934]}, "frame_index": {"min": [0], "max": [933], "mean": [466.5], "std": [269.62242117450097], "count": [934]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [934]}, "index": {"min": [44529], "max": [45462], "mean": [44995.5], "std": [269.62242117450097], "count": [934]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [934]}, "subtask_annotation": {"mean": [1.139186295503212, 3.0, 3.0, 3.0, 3.0], "std": [0.8840156707849451, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [934]}, "scene_annotation": {"mean": [45.0], "std": [0.0], "min": [45], "max": [45], "count": [934]}, "eef_direction_state": {"mean": [4.895074946466809, 4.774089935760172], "std": [2.078676625818815, 2.123926350876087], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_state": {"mean": [0.2740899357601713, 0.2890792291220557], "std": [0.44605452903782866, 0.4533347862366785], "min": [0, 0], "max": [1, 1], "count": [934]}, "eef_acc_mag_state": {"mean": [0.14882226980728053, 0.1841541755888651], "std": [0.4745263664755696, 0.5238687023896136], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_direction_action": {"mean": [4.895074946466809, 4.774089935760172], "std": [2.078676625818815, 2.123926350876087], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_action": {"mean": [0.2740899357601713, 0.2890792291220557], "std": [0.44605452903782866, 0.4533347862366785], "min": [0, 0], "max": [1, 1], "count": [934]}, "eef_acc_mag_action": {"mean": [0.14882226980728053, 0.1841541755888651], "std": [0.4745263664755696, 0.5238687023896136], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_sim_pose_state": {"mean": [0.4356794426525756, 0.23922166773993359, 1.1343615852973252, 0.10639322901881448, -0.0977463161968832, 1.2774733351214067, 0.43252794353799856, -0.18763377045428356, 1.1359878023611067, 0.021170350258959372, 0.01841852552392287, -1.284910713490574], "std": [0.02393335557790052, 0.01717265407529358, 0.014231785284168694, 0.03747913792650222, 0.016879323811828183, 0.14622519644009294, 0.0291256077490336, 0.022577232166486105, 0.007270326451676528, 0.021258833882320475, 0.06510630863033622, 0.11952202382166889], "min": [0.38257623606445224, 0.1921623053681902, 1.1228229376907615, -0.0008333060954044402, -0.16534690337668412, 1.0195627877666797, 0.3769393293621563, -0.23085151267517964, 1.120880670633702, 0.0033340837743194296, -0.20285581435982847, -1.4024325058834548], "max": [0.4978568192970033, 0.26268134020729655, 1.1742737970525776, 0.15544764185690108, -0.057397858788569955, 1.4646214420452972, 0.510190487657055, -0.13045045948517406, 1.1637729187496366, 0.0806940813428782, 0.08110389800428486, -1.0270791900284586], "count": [934]}, "eef_sim_pose_action": {"mean": [0.43565377335264577, 0.23921964686643263, 1.1343616192509716, 0.10651128432702296, -0.09777390580533904, 1.2774648460535238, 0.43250180805015576, -0.1876469624201408, 1.135972834065468, 0.021205691734871975, 0.018412771284937013, -1.284947336224382], "std": [0.023927503298711364, 0.017171814919468308, 0.014231760287507281, 0.037334403985365014, 0.01686517402579214, 0.14621953875488417, 0.0291381165681749, 0.022580808919862458, 0.007286625724818945, 0.021261136207297332, 0.0651036851431532, 0.11955221335798023], "min": [0.38257623606445224, 0.1921623053681902, 1.1228229376907615, -0.0008333060954044402, -0.16534690337668412, 1.0195627877666797, 0.3769393293621563, -0.23085151267517964, 1.120880670633702, 0.0033340837743194296, -0.20285581435982847, -1.4024325058834548], "max": [0.4978568192970033, 0.26268134020729655, 1.1742737970525776, 0.15544764185690108, -0.057397858788569955, 1.4646214420452972, 0.510190487657055, -0.13045045948517406, 1.1637729187496366, 0.0806940813428782, 0.08110389800428486, -1.0270791900284586], "count": [934]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [934]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [934]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [934]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [934]}, "gripper_open_scale_state": {"mean": [0.9119224431604308, 0.9090909090909038], "std": [0.00018684095711086896, 5.218048215738236e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [934]}, "gripper_open_scale_action": {"mean": [0.9119221289547257, 0.9090909090909038], "std": [0.00018670785732775524, 5.218048215738236e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [934]}}} +{"episode_index": 46, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687210570781343]], [[0.46853176178141714]], [[0.46301587218694296]]], "std": [[[0.3432098240513633]], [[0.3294105515095003]], [[0.34276405574056]]], "count": [176]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3708604484644237]], [[0.37228217492015747]], [[0.3662183577502971]]], "std": [[[0.2779452375172153]], [[0.27257249926640026]], [[0.2796493729248506]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4216468244021093]], [[0.42511827372994654]], [[0.4143658842561646]]], "std": [[[0.31686175557018]], [[0.30181792576024674]], [[0.307452559963982]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39514810443590315]], [[0.402840688595514]], [[0.3959344269904932]]], "std": [[[0.3173663135551175]], [[0.29954274508456413]], [[0.30875741327861905]]], "count": [176]}, "observation.state": {"min": [-0.27128851413726807, 0.12270645797252655, 0.12342968583106995, -1.8667528629302979, -0.23726114630699158, -0.07917358726263046, -0.3245276212692261, -0.3290281295776367, 0.33552706241607666, 0.08544030785560608, -1.5806881189346313, -1.6451736688613892, -1.071029543876648, -0.2963285446166992, 0.03854559734463692, -0.36116862297058105, -1.9816687107086182, 0.12706433236598969, -0.09383107721805573, -0.06057710573077202, -0.30916163325309753, -0.4880574941635132, 0.042583249509334564, 1.282792568206787, -1.7132627964019775, 0.802375078201294, 1003.0, 999.625], "max": [0.24204008281230927, 0.3271019756793976, 0.33412256836891174, -1.2729700803756714, -0.02796781063079834, 0.08951029926538467, -0.010248355567455292, -0.26815831661224365, 0.4688933789730072, 0.18143543601036072, -1.3540178537368774, -1.2461591958999634, -0.745468020439148, 0.34380805492401123, 0.39126136898994446, -0.040419645607471466, -1.2111014127731323, 0.3179728090763092, 0.09147597849369049, 0.31153473258018494, -0.23732824623584747, -0.3183678686618805, 0.19031018018722534, 1.750937819480896, -1.3498497009277344, 1.289011001586914, 1004.0, 1000.0], "mean": [0.020200926810503006, 0.18202152848243713, 0.17980355024337769, -1.589000940322876, -0.09931962937116623, 0.008945268578827381, -0.1406995803117752, -0.3093341588973999, 0.4021614193916321, 0.14554603397846222, -1.4431740045547485, -1.3955963850021362, -0.9409231543540955, -0.039539046585559845, 0.16888199746608734, -0.2432582527399063, -1.6370586156845093, 0.19491884112358093, -0.02953869104385376, 0.031229287385940552, -0.2960333824157715, -0.39315521717071533, 0.11963515728712082, 1.406934142112732, -1.4402369260787964, 1.090772271156311, 1003.1668090820312, 999.9878540039062], "std": [0.1309284269809723, 0.05758116766810417, 0.0742720365524292, 0.14203941822052002, 0.07065818458795547, 0.037549857050180435, 0.09832252562046051, 0.012921920046210289, 0.031546272337436676, 0.026219138875603676, 0.07900577038526535, 0.13176579773426056, 0.09876147657632828, 0.12735992670059204, 0.07423067837953568, 0.05859246477484703, 0.14500202238559723, 0.033031098544597626, 0.0357012078166008, 0.1351412981748581, 0.018689343705773354, 0.03330779820680618, 0.026114044710993767, 0.1271214485168457, 0.09513093531131744, 0.11566072702407837, 0.23085102438926697, 0.06204746663570404], "count": [989]}, "action": {"min": [-0.27128851413726807, 0.12270645797252655, 0.12342968583106995, -1.8667528629302979, -0.23726114630699158, -0.07917358726263046, -0.3245276212692261, -0.3290281295776367, 0.33552706241607666, 0.08544030785560608, -1.5806881189346313, -1.6451736688613892, -1.071029543876648, -0.2963285446166992, 0.03854559734463692, -0.36116862297058105, -1.9816687107086182, 0.12706433236598969, -0.09383107721805573, -0.06057710573077202, -0.30916163325309753, -0.4880574941635132, 0.042583249509334564, 1.282792568206787, -1.7132627964019775, 0.802375078201294, 1003.0, 999.625], "max": [0.24204008281230927, 0.3271019756793976, 0.33412256836891174, -1.2729700803756714, -0.02796781063079834, 0.08951029926538467, -0.010248355567455292, -0.26815831661224365, 0.4688933789730072, 0.18143543601036072, -1.3540178537368774, -1.2461591958999634, -0.745468020439148, 0.34380805492401123, 0.39126136898994446, -0.040419645607471466, -1.2111014127731323, 0.3179728090763092, 0.09147597849369049, 0.31153473258018494, -0.23732824623584747, -0.3183678686618805, 0.19031018018722534, 1.750937819480896, -1.3498497009277344, 1.289011001586914, 1004.0, 1000.0], "mean": [0.020270787179470062, 0.18194381892681122, 0.17978326976299286, -1.5890949964523315, -0.09921806305646896, 0.009022170677781105, -0.14072732627391815, -0.3093308210372925, 0.40214186906814575, 0.14552192389965057, -1.4431666135787964, -1.395616888999939, -0.9408705830574036, -0.03950757160782814, 0.16880057752132416, -0.24314972758293152, -1.6370024681091309, 0.19488246738910675, -0.02956242300570011, 0.03130144625902176, -0.29603198170661926, -0.39317256212234497, 0.11965212970972061, 1.4069089889526367, -1.440213680267334, 1.0908410549163818, 1003.1668090820312, 999.9878540039062], "std": [0.13093943893909454, 0.05758635327219963, 0.07428351789712906, 0.14202895760536194, 0.07067558169364929, 0.03744709491729736, 0.09830113500356674, 0.012919926084578037, 0.03154609724879265, 0.02619711123406887, 0.07901167869567871, 0.13175040483474731, 0.09871416538953781, 0.1273590624332428, 0.07428642362356186, 0.058660950511693954, 0.14501354098320007, 0.03305869176983833, 0.03571777790784836, 0.13511131703853607, 0.018688615411520004, 0.03331034630537033, 0.026120154187083244, 0.12713798880577087, 0.09514427185058594, 0.11571298539638519, 0.23085102438926697, 0.06204746663570404], "count": [989]}, "timestamp": {"min": [0.0], "max": [32.93333333333333], "mean": [16.466666666666665], "std": [9.516652072376433], "count": [989]}, "frame_index": {"min": [0], "max": [988], "mean": [494.0], "std": [285.499562171293], "count": [989]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [989]}, "index": {"min": [45463], "max": [46451], "mean": [45957.0], "std": [285.499562171293], "count": [989]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [989]}, "subtask_annotation": {"mean": [1.057633973710819, 3.0, 3.0, 3.0, 3.0], "std": [0.9516708012500643, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [989]}, "scene_annotation": {"mean": [46.0], "std": [0.0], "min": [46], "max": [46], "count": [989]}, "eef_direction_state": {"mean": [4.819009100101113, 4.8604651162790695], "std": [2.1511636818158784, 2.092101808177622], "min": [0, 0], "max": [6, 6], "count": [989]}, "eef_velocity_state": {"mean": [0.26693629929221435, 0.25985844287158744], "std": [0.4423588039277544, 0.4408562999794264], "min": [0, 0], "max": [1, 2], "count": [989]}, "eef_acc_mag_state": {"mean": [0.027300303336703743, 0.06471183013144591], "std": [0.19669383550094005, 0.3271633186643343], "min": [0, 0], "max": [2, 2], "count": [989]}, "eef_direction_action": {"mean": [4.819009100101113, 4.8604651162790695], "std": [2.1511636818158784, 2.0921018081776217], "min": [0, 0], "max": [6, 6], "count": [989]}, "eef_velocity_action": {"mean": [0.26693629929221435, 0.25985844287158744], "std": [0.4423588039277544, 0.4408562999794264], "min": [0, 0], "max": [1, 2], "count": [989]}, "eef_acc_mag_action": {"mean": [0.027300303336703743, 0.06471183013144591], "std": [0.19669383550094002, 0.3271633186643343], "min": [0, 0], "max": [2, 2], "count": [989]}, "eef_sim_pose_state": {"mean": [0.44731139145606696, 0.22236214921151115, 1.1376471855902541, 0.05428719817118492, -0.07243973546578321, 1.246966881116996, 0.4372647039180529, -0.1936795960758406, 1.1448200088416947, 0.0131398952189053, 0.03604206893098491, -1.283167073979582], "std": [0.03424131813377352, 0.01727777439030303, 0.012631748310058526, 0.032902437028944076, 0.03768320530718285, 0.15011863833282144, 0.034221267233294904, 0.025192405211710366, 0.016960604959660286, 0.03560144592613401, 0.062225921247724456, 0.1453034681517985], "min": [0.38482961168448887, 0.18231758339628223, 1.1238428543457903, -0.028544948327396624, -0.16867844730098192, 0.9739312827677027, 0.37166369355412193, -0.26816008475885433, 1.130759383120815, -0.06041665565056792, -0.1935245960576799, -1.42904689901374], "max": [0.5225820185678187, 0.24876372293776572, 1.171422492466548, 0.12814823235026374, 0.00208050301992313, 1.4244030842211455, 0.5395749087192518, -0.13730811040930443, 1.1963115973790928, 0.1673167999015106, 0.12027790158460183, -0.9969588535578908], "count": [989]}, "eef_sim_pose_action": {"mean": [0.4472923380644966, 0.22233980095819653, 1.137654412681727, 0.05432988850422342, -0.07245194370195003, 1.2469429947450295, 0.43728131424953304, -0.19369240792269338, 1.144818612108106, 0.013170731584970077, 0.03607042255116589, -1.2832106647253594], "std": [0.03424333061732462, 0.017259803752858224, 0.012625895835016152, 0.03286653135775315, 0.03768637063468648, 0.1500995206432025, 0.034222085515136315, 0.025192547394784832, 0.01696146968017068, 0.035608416914713295, 0.06223902053179088, 0.14533491292173725], "min": [0.38482961168448887, 0.18231758339628223, 1.1238421167451167, -0.028544948327396624, -0.16867844730098192, 0.9739312827677027, 0.37166369355412193, -0.26816008475885433, 1.130759383120815, -0.06041665565056792, -0.1935245960576799, -1.42904689901374], "max": [0.5225820185678187, 0.24876372293776572, 1.171422492466548, 0.12814823235026374, 0.00208050301992313, 1.4244030842211455, 0.5395749087192518, -0.13730811040930443, 1.1963115973790928, 0.1673167999015106, 0.12027790158460183, -0.9969588535578908], "count": [989]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [989]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [989]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [989]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [989]}, "gripper_open_scale_state": {"mean": [0.9119698501700502, 0.9090798786653144], "std": [0.00020986573792150808, 5.640666959800509e-05], "min": [0.9118181818181819, 0.90875], "max": [0.9127272727272727, 0.9090909090909091], "count": [989]}, "gripper_open_scale_action": {"mean": [0.9119698501700502, 0.9090798786653144], "std": [0.0002098657379215081, 5.640666959800509e-05], "min": [0.9118181818181819, 0.90875], "max": [0.9127272727272727, 0.9090909090909091], "count": [989]}}} +{"episode_index": 47, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4820568119924738]], [[0.4810429478609625]], [[0.4760635658051099]]], "std": [[[0.3480732131471925]], [[0.33361466176639765]], [[0.34748640758581234]]], "count": [165]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3748714411269558]], [[0.3763319741532977]], [[0.370169029758368]]], "std": [[[0.2799033853238623]], [[0.27444318903167714]], [[0.2815484683887]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113726034858388]], [[0.41168514185977423]], [[0.4069193590314914]]], "std": [[[0.30099325135444266]], [[0.2833616919352032]], [[0.29297503808430186]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41697871484452365]], [[0.4240150363933452]], [[0.4141250668449198]]], "std": [[[0.3288468453072597]], [[0.3102194306448534]], [[0.31756573171927605]]], "count": [165]}, "observation.state": {"min": [-0.31444722414016724, 0.08285078406333923, 0.007859435863792896, -1.7660332918167114, -0.20168480277061462, -0.0792030468583107, -0.3542298376560211, -0.32449954748153687, 0.34679949283599854, 0.08169875293970108, -1.6774730682373047, -1.602552056312561, -1.0990347862243652, -0.20059941709041595, -0.04804673045873642, -0.2937312722206116, -1.7788057327270508, 0.057998381555080414, -0.16344135999679565, -0.06058037653565407, -0.3292161226272583, -0.5203477740287781, 0.047324374318122864, 1.2936698198318481, -1.6035120487213135, 0.9456995725631714, 1003.0, 999.75], "max": [0.18685059249401093, 0.3629695773124695, 0.316327840089798, -1.203186273574829, 0.021986786276102066, 0.07129451632499695, -0.0008901178371161222, -0.29254624247550964, 0.4845377504825592, 0.19726261496543884, -1.2565408945083618, -1.1594337224960327, -0.7215486168861389, 0.4529729187488556, 0.22542999684810638, -0.08314312249422073, -0.9311146140098572, 0.23195315897464752, 0.016321010887622833, 0.2342940866947174, -0.28973275423049927, -0.3544178307056427, 0.16351237893104553, 1.6803029775619507, -1.3420697450637817, 1.2377976179122925, 1003.8125, 1000.0], "mean": [0.003883889876306057, 0.15843647718429565, 0.11534250527620316, -1.5372557640075684, -0.0824318528175354, -0.024296771734952927, -0.13678555190563202, -0.31727439165115356, 0.4095541536808014, 0.16790738701820374, -1.394932746887207, -1.3434339761734009, -0.9846320748329163, -0.008947995491325855, 0.13770952820777893, -0.24013204872608185, -1.5646986961364746, 0.16721534729003906, -0.06232621520757675, 0.02112436480820179, -0.3077992796897888, -0.40313294529914856, 0.11750748753547668, 1.3899327516555786, -1.421162486076355, 1.1049245595932007, 1003.064697265625, 999.99560546875], "std": [0.12149788439273834, 0.08987272530794144, 0.11121363937854767, 0.12809252738952637, 0.06339818239212036, 0.03355742245912552, 0.09909027814865112, 0.007908277213573456, 0.031174976378679276, 0.03472509607672691, 0.13469931483268738, 0.12976475059986115, 0.13616162538528442, 0.14456962049007416, 0.05525393411517143, 0.047712747007608414, 0.18561260402202606, 0.03966660797595978, 0.036380916833877563, 0.11457078903913498, 0.006849200464785099, 0.03723534569144249, 0.02336728572845459, 0.09587397426366806, 0.05618046969175339, 0.0792231336236, 0.15349659323692322, 0.0314895436167717], "count": [912]}, "action": {"min": [-0.31444722414016724, 0.08285078406333923, 0.007859435863792896, -1.7660332918167114, -0.20168480277061462, -0.0792030468583107, -0.3542298376560211, -0.32449954748153687, 0.34679949283599854, 0.08169875293970108, -1.6774730682373047, -1.602552056312561, -1.0990347862243652, -0.20059941709041595, -0.04804673045873642, -0.2937312722206116, -1.7788057327270508, 0.057998381555080414, -0.16344135999679565, -0.06058037653565407, -0.3292161226272583, -0.5203477740287781, 0.047324374318122864, 1.2936698198318481, -1.6035120487213135, 0.9456995725631714, 1003.0, 999.75], "max": [0.18685059249401093, 0.3629695773124695, 0.316327840089798, -1.203186273574829, 0.021986786276102066, 0.07129451632499695, -0.0008901178371161222, -0.29254624247550964, 0.4845377504825592, 0.19726261496543884, -1.2565408945083618, -1.1594337224960327, -0.7215486168861389, 0.4529729187488556, 0.22542999684810638, -0.08314312249422073, -0.9311146140098572, 0.23195315897464752, 0.016321010887622833, 0.2342940866947174, -0.28973275423049927, -0.3544178307056427, 0.16351237893104553, 1.6803029775619507, -1.3420697450637817, 1.2377976179122925, 1003.8125, 1000.0], "mean": [0.003930413629859686, 0.15829183161258698, 0.11519160866737366, -1.5372881889343262, -0.08230780810117722, -0.024243555963039398, -0.1368127018213272, -0.31727853417396545, 0.4095456004142761, 0.16792024672031403, -1.3948105573654175, -1.343385934829712, -0.9846760034561157, -0.008932400494813919, 0.13762976229190826, -0.239979088306427, -1.5646506547927856, 0.1671377271413803, -0.062336478382349014, 0.021278711035847664, -0.30780038237571716, -0.4031471014022827, 0.11753536760807037, 1.3899500370025635, -1.4211399555206299, 1.104928970336914, 1003.064697265625, 999.99560546875], "std": [0.12150687724351883, 0.08988509327173233, 0.11126312613487244, 0.1280936598777771, 0.06340126693248749, 0.03350881487131119, 0.0990702286362648, 0.007910010404884815, 0.031175363808870316, 0.034732263535261154, 0.13475805521011353, 0.1297929286956787, 0.13619168102741241, 0.14456495642662048, 0.055276717990636826, 0.04787251353263855, 0.18560001254081726, 0.039695121347904205, 0.036376647651195526, 0.11455537378787994, 0.0068490696139633656, 0.03723261505365372, 0.023386187851428986, 0.09586551785469055, 0.05619430169463158, 0.07922551035881042, 0.15349659323692322, 0.0314895436167717], "count": [912]}, "timestamp": {"min": [0.0], "max": [30.366666666666667], "mean": [15.183333333333334], "std": [8.775718816184845], "count": [912]}, "frame_index": {"min": [0], "max": [911], "mean": [455.5], "std": [263.27156448554535], "count": [912]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [912]}, "index": {"min": [46452], "max": [47363], "mean": [46907.5], "std": [263.27156448554535], "count": [912]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [912]}, "subtask_annotation": {"mean": [1.0076754385964912, 3.0, 3.0, 3.0, 3.0], "std": [0.9418080967750911, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [912]}, "scene_annotation": {"mean": [47.0], "std": [0.0], "min": [47], "max": [47], "count": [912]}, "eef_direction_state": {"mean": [4.652412280701754, 4.608552631578948], "std": [2.300079778598849, 2.3295520636820615], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_state": {"mean": [0.27521929824561403, 0.31030701754385964], "std": [0.4466247150783427, 0.5206093701294109], "min": [0, 0], "max": [1, 2], "count": [912]}, "eef_acc_mag_state": {"mean": [0.14144736842105263, 0.19956140350877194], "std": [0.45733938014719955, 0.5397365997473247], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_direction_action": {"mean": [4.652412280701754, 4.608552631578948], "std": [2.300079778598849, 2.3295520636820615], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_action": {"mean": [0.27521929824561403, 0.31030701754385964], "std": [0.4466247150783427, 0.5206093701294109], "min": [0, 0], "max": [1, 2], "count": [912]}, "eef_acc_mag_action": {"mean": [0.14144736842105263, 0.19956140350877194], "std": [0.45733938014719955, 0.5397365997473247], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_sim_pose_state": {"mean": [0.45357997521860527, 0.23824179042570195, 1.1292650444842733, 0.04978823682367075, -0.07258389835796225, 1.3186538708844688, 0.4459692018268128, -0.18949613088204623, 1.133270777599043, 0.011745392757279772, 0.03285068304614842, -1.3087476340406552], "std": [0.03198046002543352, 0.02320096567671756, 0.008372430060238498, 0.035423621041380436, 0.02760209870460297, 0.19382214758668637, 0.03952911122986524, 0.019372127029430978, 0.00603208897351047, 0.02217674235031572, 0.05226255066471407, 0.09760736575579883], "min": [0.400151602627838, 0.17353574013265036, 1.1227466702002429, 0.0009410021646550915, -0.15735502202338347, 0.9197500150105277, 0.3975422490407441, -0.23539569970931365, 1.1145238812998661, -0.040288531621836765, -0.13298902711505134, -1.374192071699584], "max": [0.5355699797561402, 0.2604153136583262, 1.1517214907718556, 0.13523765427015066, -0.041293296831452775, 1.536333649786045, 0.568139229082217, -0.1353031544634056, 1.1475875088767875, 0.1099703056793947, 0.14722987251900976, -1.076073004489017], "count": [912]}, "eef_sim_pose_action": {"mean": [0.45357002937497265, 0.23824418462790647, 1.1292641046349463, 0.049823465122757156, -0.07256307653518704, 1.3187677334574517, 0.4459832991803847, -0.1895236373114458, 1.133268104129972, 0.01176187036620033, 0.03283446830972482, -1.3087515912588854], "std": [0.031982011683792756, 0.02320201215812098, 0.00837308381625287, 0.03539549419924688, 0.027606462344812538, 0.19388798720336542, 0.03952597609210769, 0.019387250631691364, 0.006031845808498206, 0.022177970469854903, 0.05225915840667204, 0.09760977780287873], "min": [0.400151602627838, 0.17353574013265036, 1.1227466702002429, 0.0009410021646550915, -0.15735502202338347, 0.9197500150105277, 0.3975422490407441, -0.23539569970931365, 1.1145238812998661, -0.040288531621836765, -0.13298902711505134, -1.374192071699584], "max": [0.5355699797561402, 0.2604153136583262, 1.1517214907718556, 0.13523765427015066, -0.041293296831452775, 1.536333649786045, 0.568139229082217, -0.1353031544634056, 1.1475875088767875, 0.1099703056793947, 0.14722987251900976, -1.076073004489017], "count": [912]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [912]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [912]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [912]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [912]}, "gripper_open_scale_state": {"mean": [0.9118769936204094, 0.9090869218500752], "std": [0.0001395423034696956, 2.862685502546771e-05], "min": [0.9118181818181819, 0.9088636363636363], "max": [0.9125568181818182, 0.9090909090909091], "count": [912]}, "gripper_open_scale_action": {"mean": [0.9118769936204094, 0.9090869218500752], "std": [0.0001395423034696956, 2.862685502546771e-05], "min": [0.9118181818181819, 0.9088636363636363], "max": [0.9125568181818182, 0.9090909090909091], "count": [912]}}} +{"episode_index": 48, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4879921935582142]], [[0.48830072744728775]], [[0.48331425053543076]]], "std": [[[0.3449285360814408]], [[0.3322989551490455]], [[0.3447390708096839]]], "count": [177]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3793490431483328]], [[0.38125275446807727]], [[0.3746490424559655]]], "std": [[[0.27791671299881227]], [[0.27345311736672995]], [[0.2801399421156537]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4027793540674274]], [[0.4018604383608434]], [[0.3987871397381928]]], "std": [[[0.2826146316154689]], [[0.26524646132397767]], [[0.2745741810410262]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.390765474410103]], [[0.3997320723016137]], [[0.39149340520106346]]], "std": [[[0.30668797395469316]], [[0.28828975488031283]], [[0.2968268141079983]]], "count": [177]}, "observation.state": {"min": [0.006066109985113144, 0.06488043069839478, -0.03824998065829277, -2.0206527709960938, -0.20196187496185303, -0.07927285134792328, -0.27620163559913635, -0.3279576301574707, 0.2784154415130615, 0.1049061268568039, -1.5939925909042358, -1.6074106693267822, -1.1327775716781616, -0.2697613537311554, 0.04666683077812195, -0.3551090657711029, -1.889014482498169, 0.009555677883327007, -0.21001110970973969, -0.06056947261095047, -0.31790831685066223, -0.418987512588501, 0.07546775043010712, 1.3039824962615967, -1.681577444076538, 0.7045178413391113, 1003.0, 999.4375], "max": [0.49464160203933716, 0.2624855041503906, 0.27847710251808167, -1.5268490314483643, 0.0027510751970112324, 0.051623567938804626, 0.03160245716571808, -0.2852308750152588, 0.41219362616539, 0.20603668689727783, -1.1964240074157715, -1.1449997425079346, -0.8039231896400452, 0.10619783401489258, 0.3397228717803955, -0.11485575884580612, -1.4632405042648315, 0.24425555765628815, 0.05683446675539017, 0.3100675344467163, -0.2733747065067291, -0.3098224997520447, 0.1451898217201233, 1.8935365676879883, -1.3315203189849854, 1.222969889640808, 1003.8125, 1000.0], "mean": [0.2067113071680069, 0.12377668172121048, 0.03578506410121918, -1.771186113357544, -0.04641072824597359, 0.021909022703766823, -0.07154237478971481, -0.30150824785232544, 0.35609349608421326, 0.18659161031246185, -1.3031593561172485, -1.264772891998291, -1.057342529296875, -0.0849606916308403, 0.1793464720249176, -0.24702030420303345, -1.6721107959747314, 0.16604292392730713, -0.044611673802137375, 0.08713678270578384, -0.3020192086696625, -0.37702038884162903, 0.11622267961502075, 1.4614298343658447, -1.4628826379776, 1.0373165607452393, 1003.1276245117188, 999.9658813476562], "std": [0.09983203560113907, 0.07151921838521957, 0.10336795449256897, 0.10958204418420792, 0.0563107468187809, 0.04305119439959526, 0.08106932789087296, 0.010156506672501564, 0.025661742314696312, 0.03011745773255825, 0.13062891364097595, 0.12734651565551758, 0.10836925357580185, 0.07761187106370926, 0.07220252603292465, 0.06096349284052849, 0.08829140663146973, 0.05171672999858856, 0.051836952567100525, 0.14575634896755219, 0.009578085504472256, 0.024400807917118073, 0.01563124917447567, 0.15583892166614532, 0.09942591190338135, 0.16210490465164185, 0.19461707770824432, 0.10808856040239334], "count": [996]}, "action": {"min": [0.006066109985113144, 0.06488043069839478, -0.03824998065829277, -2.0206527709960938, -0.20196187496185303, -0.07927285134792328, -0.27620163559913635, -0.3279576301574707, 0.2784154415130615, 0.1049061268568039, -1.5939925909042358, -1.6074106693267822, -1.1327775716781616, -0.2697613537311554, 0.04666683077812195, -0.3551090657711029, -1.889014482498169, 0.009555677883327007, -0.21001110970973969, -0.06056947261095047, -0.31790831685066223, -0.418987512588501, 0.07546775043010712, 1.3039824962615967, -1.681577444076538, 0.7045178413391113, 1003.0, 999.4375], "max": [0.49464160203933716, 0.2624855041503906, 0.27847710251808167, -1.5268490314483643, 0.0027510751970112324, 0.051623567938804626, 0.03160245716571808, -0.2852308750152588, 0.41219362616539, 0.20603668689727783, -1.1964240074157715, -1.1449997425079346, -0.8039231896400452, 0.10619783401489258, 0.3397228717803955, -0.11485575884580612, -1.4632405042648315, 0.24425555765628815, 0.05683446675539017, 0.3100675344467163, -0.2733747065067291, -0.3098224997520447, 0.1451898217201233, 1.8935365676879883, -1.3315203189849854, 1.222969889640808, 1003.8125, 1000.0], "mean": [0.2069448083639145, 0.12363003194332123, 0.035602815449237823, -1.7714718580245972, -0.046286363154649734, 0.022038407623767853, -0.07152309268712997, -0.30148646235466003, 0.3560323417186737, 0.18661434948444366, -1.3029870986938477, -1.2646780014038086, -1.057409405708313, -0.08504825830459595, 0.1792590320110321, -0.24687692523002625, -1.6721333265304565, 0.16595607995986938, -0.0446835458278656, 0.08731265366077423, -0.3020257353782654, -0.3770022690296173, 0.11624082922935486, 1.4614888429641724, -1.46288001537323, 1.037333369255066, 1003.1278686523438, 999.9658813476562], "std": [0.09963426738977432, 0.0714784488081932, 0.10333076119422913, 0.10931522399187088, 0.05624653398990631, 0.042940374463796616, 0.08107655495405197, 0.010142919607460499, 0.025600679218769073, 0.03012210689485073, 0.13063406944274902, 0.12736324965953827, 0.10838868468999863, 0.07763154059648514, 0.07228072732686996, 0.061100803315639496, 0.08828485012054443, 0.051752522587776184, 0.051883768290281296, 0.1456836611032486, 0.00958333257585764, 0.02439824864268303, 0.015646833926439285, 0.15580205619335175, 0.09942766278982162, 0.16211694478988647, 0.194273442029953, 0.10808856040239334], "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": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [996]}, "index": {"min": [47364], "max": [48359], "mean": [47861.5], "std": [287.52028913916087], "count": [996]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [996]}, "subtask_annotation": {"mean": [1.1706827309236947, 3.0, 3.0, 3.0, 3.0], "std": [0.8531679306058285, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [996]}, "scene_annotation": {"mean": [48.0], "std": [0.0], "min": [48], "max": [48], "count": [996]}, "eef_direction_state": {"mean": [4.900602409638554, 4.853413654618474], "std": [2.1502684147744495, 2.077465244219032], "min": [0, 0], "max": [6, 6], "count": [996]}, "eef_velocity_state": {"mean": [0.23393574297188754, 0.2700803212851406], "std": [0.4597154828677243, 0.44400106006591544], "min": [0, 0], "max": [2, 1], "count": [996]}, "eef_acc_mag_state": {"mean": [0.12650602409638553, 0.1395582329317269], "std": [0.4436751418434684, 0.46092430014520636], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_direction_action": {"mean": [4.900602409638554, 4.853413654618474], "std": [2.1502684147744495, 2.077465244219032], "min": [0, 0], "max": [6, 6], "count": [996]}, "eef_velocity_action": {"mean": [0.23393574297188754, 0.2700803212851406], "std": [0.4597154828677243, 0.44400106006591544], "min": [0, 0], "max": [2, 1], "count": [996]}, "eef_acc_mag_action": {"mean": [0.12650602409638553, 0.1395582329317269], "std": [0.4436751418434684, 0.46092430014520636], "min": [0, 0], "max": [2, 2], "count": [996]}, "eef_sim_pose_state": {"mean": [0.3978289689597488, 0.24617922759268618, 1.1445523693893607, 0.044929021820223035, -0.06835556468849849, 1.4424751795615807, 0.4233945242901642, -0.1952627163060888, 1.1392368113130504, 0.009779591339882735, 0.013711885909313565, -1.2215482497006493], "std": [0.026253605835433364, 0.015036581946271985, 0.01011693269711736, 0.022580937492300605, 0.03019185252413864, 0.18055916168270233, 0.021761267070053204, 0.011156790326572534, 0.008533035712930253, 0.053569925468602723, 0.07256822430185891, 0.1807146341829191], "min": [0.3202990128548869, 0.19938129179919545, 1.123035728885008, -0.03642615905895219, -0.1679952743236548, 1.0317257726113156, 0.36587147928091746, -0.22093123663548572, 1.123955392450184, -0.08121066148986034, -0.19817605716460007, -1.3694215963857284], "max": [0.4532395394332545, 0.25971376987908373, 1.1595753082626759, 0.09586554882878312, -0.005186701112745329, 1.5957767330966621, 0.47266918378475753, -0.17424395976977158, 1.161055651296887, 0.1803373528962805, 0.1240176997460336, -0.9091385840312378], "count": [996]}, "eef_sim_pose_action": {"mean": [0.3977662538020753, 0.24618564751249541, 1.1445780476746144, 0.044971385074707125, -0.06834086418391631, 1.4426525989174739, 0.42337709897024983, -0.19528330425121973, 1.1392260387014403, 0.009826577830380235, 0.013703513211459203, -1.2215182734797583], "std": [0.02619595364896448, 0.015038421742537821, 0.010096828646169455, 0.02254626243585574, 0.030191593158577647, 0.18058342561124324, 0.021762317380055372, 0.011161574571034802, 0.008545108035383742, 0.053587059326971706, 0.07256440641712977, 0.18069307107247307], "min": [0.3202990128548869, 0.19938129179919545, 1.123035728885008, -0.03642615905895219, -0.1679952743236548, 1.0317257726113156, 0.36587147928091746, -0.22093123663548572, 1.123955392450184, -0.08121066148986034, -0.19817605716460007, -1.3694215963857284], "max": [0.4532395394332545, 0.25971376987908373, 1.1595753082626759, 0.09586554882878312, -0.005186701112745329, 1.5957767330966621, 0.47266918378475753, -0.17424395976977158, 1.161055651296887, 0.1803373528962805, 0.1240176997460336, -0.9091385840312378], "count": [996]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [996]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [996]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [996]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [996]}, "gripper_open_scale_state": {"mean": [0.9119342405911788, 0.9090598758670974], "std": [0.00017692358666543845, 9.826160178746983e-05], "min": [0.9118181818181819, 0.9085795454545454], "max": [0.9125568181818182, 0.9090909090909091], "count": [996]}, "gripper_open_scale_action": {"mean": [0.911934447161423, 0.9090598758670974], "std": [0.0001766130214941461, 9.826160178746983e-05], "min": [0.9118181818181819, 0.9085795454545454], "max": [0.9125568181818182, 0.9090909090909091], "count": [996]}}} +{"episode_index": 49, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47525758362168397]], [[0.4760357722991157]], [[0.47055178537101117]]], "std": [[[0.3419099140748653]], [[0.3300050324809107]], [[0.34216250400208464]]], "count": [170]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37203977436562863]], [[0.3738730872741253]], [[0.3673872512975778]]], "std": [[[0.27664998224078924]], [[0.2720959499723813]], [[0.2790471639884195]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38719243199730874]], [[0.3902807586024606]], [[0.38462674452133794]]], "std": [[[0.28974776879431]], [[0.27147070424261804]], [[0.28221552224514684]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3848340554113802]], [[0.39434573601499423]], [[0.385004302431757]]], "std": [[[0.30802432907994165]], [[0.2910431432369333]], [[0.29915735639593394]]], "count": [170]}, "observation.state": {"min": [-0.07639196515083313, 0.1911233812570572, -0.020280728116631508, -1.8927888870239258, -0.32619985938072205, -0.08101273328065872, -0.45395687222480774, -0.3308897614479065, 0.30050450563430786, 0.11339937150478363, -1.6496623754501343, -1.6931934356689453, -1.056377649307251, -0.259601354598999, 0.07339546084403992, -0.3218267261981964, -1.9538851976394653, 0.05636431649327278, -0.07262641936540604, -0.060586921870708466, -0.30894044041633606, -0.4315648674964905, 0.07143868505954742, 1.3248285055160522, -1.8172929286956787, 0.7916604280471802, 1003.0, 1000.0], "max": [0.3626663386821747, 0.49498191475868225, 0.317673921585083, -1.4681339263916016, 0.010780680924654007, 0.08057639002799988, -0.05064291134476662, -0.29358720779418945, 0.4190237522125244, 0.2155875563621521, -1.384897232055664, -1.1848137378692627, -0.6039839386940002, 0.13516484200954437, 0.30756956338882446, -0.059090301394462585, -1.459413766860962, 0.4019242227077484, 0.1771727353334427, 0.22505147755146027, -0.24728111922740936, -0.3141481280326843, 0.16464950144290924, 1.7017631530761719, -1.243192195892334, 1.262752890586853, 1004.1875, 1000.0], "mean": [0.10633006691932678, 0.26999038457870483, 0.12402664124965668, -1.6470311880111694, -0.10861623287200928, -0.028057165443897247, -0.19738702476024628, -0.31446373462677, 0.3785589337348938, 0.18079873919487, -1.4864493608474731, -1.3639023303985596, -0.8761230111122131, -0.06251362711191177, 0.159372478723526, -0.24993601441383362, -1.6699992418289185, 0.1651526689529419, -0.012566334567964077, 0.03547980636358261, -0.29586467146873474, -0.3854418694972992, 0.1145605519413948, 1.4141353368759155, -1.4405107498168945, 1.072651743888855, 1003.1749877929688, 1000.0], "std": [0.09290845692157745, 0.08178149908781052, 0.08403279632329941, 0.09570403397083282, 0.09143152832984924, 0.059334322810173035, 0.09039636701345444, 0.008198141120374203, 0.026129484176635742, 0.02762635424733162, 0.0711023285984993, 0.15382352471351624, 0.12270426750183105, 0.08388643711805344, 0.04468171298503876, 0.058748919516801834, 0.1100686565041542, 0.05252407118678093, 0.05546259135007858, 0.1168053150177002, 0.017206434160470963, 0.023758664727211, 0.020584214478731155, 0.11576744168996811, 0.09664568305015564, 0.13360153138637543, 0.2597264051437378, 0.0], "count": [943]}, "action": {"min": [-0.07639196515083313, 0.1911233812570572, -0.020280728116631508, -1.8927888870239258, -0.32619985938072205, -0.08101273328065872, -0.45395687222480774, -0.3308897614479065, 0.30050450563430786, 0.11339937150478363, -1.6496623754501343, -1.6931934356689453, -1.056377649307251, -0.259601354598999, 0.07339546084403992, -0.3218267261981964, -1.9538851976394653, 0.05636431649327278, -0.07262641936540604, -0.060586921870708466, -0.3089112341403961, -0.4315648674964905, 0.07143868505954742, 1.3248285055160522, -1.8172929286956787, 0.7916604280471802, 1003.0, 1000.0], "max": [0.3626663386821747, 0.49498191475868225, 0.317673921585083, -1.4681339263916016, 0.010780680924654007, 0.08057639002799988, -0.05064291134476662, -0.29358720779418945, 0.4190237522125244, 0.2155875563621521, -1.384897232055664, -1.1848137378692627, -0.6039839386940002, 0.13516484200954437, 0.30756956338882446, -0.059090301394462585, -1.459413766860962, 0.4019242227077484, 0.1771727353334427, 0.22505147755146027, -0.24728111922740936, -0.3141481280326843, 0.16464950144290924, 1.7017631530761719, -1.243192195892334, 1.262752890586853, 1004.1875, 1000.0], "mean": [0.10644800215959549, 0.26999834179878235, 0.1239347979426384, -1.6471338272094727, -0.10851893573999405, -0.02805570513010025, -0.19749939441680908, -0.31446391344070435, 0.3785267472267151, 0.180818572640419, -1.4865200519561768, -1.3638665676116943, -0.8760126233100891, -0.06259609758853912, 0.159288227558136, -0.24981249868869781, -1.6700479984283447, 0.16503223776817322, -0.012561338022351265, 0.035654373466968536, -0.29586702585220337, -0.38542482256889343, 0.11457015573978424, 1.4141918420791626, -1.4405202865600586, 1.0725955963134766, 1003.1749877929688, 1000.0], "std": [0.09285156428813934, 0.0817766785621643, 0.0840543806552887, 0.095627062022686, 0.09144984185695648, 0.05933309346437454, 0.09027983993291855, 0.008198229596018791, 0.026106873527169228, 0.027633532881736755, 0.07103457301855087, 0.1538446545600891, 0.12258870899677277, 0.08392096310853958, 0.04475846886634827, 0.05885020270943642, 0.110063336789608, 0.052602238953113556, 0.05546006187796593, 0.11678460985422134, 0.017208000645041466, 0.02376152202486992, 0.020589176565408707, 0.11574192345142365, 0.09664180129766464, 0.1335824429988861, 0.2597282826900482, 0.0], "count": [943]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.700000000000003], "std": [9.074016628691938], "count": [943]}, "frame_index": {"min": [0], "max": [942], "mean": [471.0], "std": [272.2204988607581], "count": [943]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [943]}, "index": {"min": [48360], "max": [49302], "mean": [48831.0], "std": [272.2204988607581], "count": [943]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [943]}, "subtask_annotation": {"mean": [1.0509013785790031, 3.0, 3.0, 3.0, 3.0], "std": [0.9173459422489066, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [943]}, "scene_annotation": {"mean": [49.0], "std": [0.0], "min": [49], "max": [49], "count": [943]}, "eef_direction_state": {"mean": [4.7645811240721105, 4.836691410392365], "std": [2.083550941930219, 2.1106332012660918], "min": [0, 0], "max": [6, 6], "count": [943]}, "eef_velocity_state": {"mean": [0.3064687168610817, 0.2757158006362672], "std": [0.4678763883430951, 0.4468742529121239], "min": [0, 0], "max": [2, 1], "count": [943]}, "eef_acc_mag_state": {"mean": [0.14528101802757157, 0.12725344644750794], "std": [0.47759615970041297, 0.437782887093013], "min": [0, 0], "max": [2, 2], "count": [943]}, "eef_direction_action": {"mean": [4.7645811240721105, 4.836691410392365], "std": [2.083550941930219, 2.110633201266092], "min": [0, 0], "max": [6, 6], "count": [943]}, "eef_velocity_action": {"mean": [0.3064687168610817, 0.2757158006362672], "std": [0.4678763883430951, 0.4468742529121239], "min": [0, 0], "max": [2, 1], "count": [943]}, "eef_acc_mag_action": {"mean": [0.14528101802757157, 0.12725344644750794], "std": [0.477596159700413, 0.43778288709301294], "min": [0, 0], "max": [2, 2], "count": [943]}, "eef_sim_pose_state": {"mean": [0.4246047769911413, 0.25981027109406785, 1.1335746933075035, 0.06691403903297105, -0.130869634780044, 1.2178627534174276, 0.42978915366515075, -0.18938294660655006, 1.1457330758303128, 0.006137715830494491, 0.026501983936305647, -1.273149328710599], "std": [0.02389139439389287, 0.021287970631449177, 0.011167277161128824, 0.0519969464467026, 0.07504782934325258, 0.157874608411791, 0.02366736588956214, 0.012792641986127532, 0.015771087012299997, 0.04870538137441391, 0.06854868298810245, 0.1409147633720646], "min": [0.360031404009427, 0.20897257605974004, 1.122233564745007, 0.005483523954945113, -0.2616029972339451, 0.8878311394859546, 0.3677782594945711, -0.22681483537818467, 1.132893386647007, -0.11524196750213561, -0.16027558099413586, -1.410920702286045], "max": [0.46986345673411456, 0.3029405655168145, 1.1583721189086083, 0.1703616387664722, 0.11970983497623244, 1.3789476317608418, 0.48328077585851803, -0.16574697147635248, 1.1866794473314362, 0.1640538414537791, 0.3219850607161383, -1.0180908191922158], "count": [943]}, "eef_sim_pose_action": {"mean": [0.42457363744625615, 0.25983460154005306, 1.133576766325752, 0.06693897524122737, -0.13096578100136733, 1.2178077402050576, 0.42977317222253414, -0.18939725821007514, 1.1457309332800145, 0.0061348511869793575, 0.02646525021784134, -1.2730961867397685], "std": [0.02387335745045261, 0.02128675046742429, 0.01116565286272699, 0.05197314187544155, 0.07503579887891773, 0.15782751023420674, 0.023671797522560857, 0.012798231899353004, 0.015772682079979578, 0.04870546789413406, 0.06854497472184162, 0.14088900753208383], "min": [0.360031404009427, 0.20897257605974004, 1.122233564745007, 0.005473031261353678, -0.2616029972339451, 0.8878311394859546, 0.3677782594945711, -0.22681483537818467, 1.132905171150079, -0.11524196750213561, -0.16027558099413586, -1.410920702286045], "max": [0.46986345673411456, 0.3029405655168145, 1.1583721189086083, 0.1703616387664722, 0.11970983497623244, 1.3789476317608418, 0.48328077585851803, -0.16574697147635248, 1.1866794473314362, 0.1640538414537791, 0.3219850607161383, -1.0180908191922158], "count": [943]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [943]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [943]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [943]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [943]}, "gripper_open_scale_state": {"mean": [0.9119772526273829, 0.9090909090909036], "std": [0.00023611514076519858, 5.440092820663267e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9128977272727272, 0.9090909090909091], "count": [943]}, "gripper_open_scale_action": {"mean": [0.9119772486262351, 0.9090909090909036], "std": [0.0002361168415036357, 5.440092820663267e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9128977272727272, 0.9090909090909091], "count": [943]}}} +{"episode_index": 50, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4920550068646788]], [[0.4925793450516301]], [[0.48747496446803573]]], "std": [[[0.3485948237882414]], [[0.336082722443248]], [[0.34849261050509417]]], "count": [169]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3765215995668484]], [[0.37829875613953673]], [[0.37170176717136555]]], "std": [[[0.27834213738299973]], [[0.2735067997830014]], [[0.28033195895914154]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40504447900955254]], [[0.40588943878833583]], [[0.40198270777739104]]], "std": [[[0.296121811542619]], [[0.277913088897695]], [[0.28846942452662006]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3930774620992381]], [[0.39670335281548513]], [[0.38456216280891053]]], "std": [[[0.31688140380076896]], [[0.2967043517461734]], [[0.3024118391477194]]], "count": [169]}, "observation.state": {"min": [-0.16847118735313416, 0.19264507293701172, 0.026635905727744102, -1.873632788658142, -0.31260591745376587, -0.14895620942115784, -0.4324849545955658, -0.32962724566459656, 0.31326812505722046, 0.1264801174402237, -1.7070908546447754, -1.630219578742981, -1.0576218366622925, -0.2374749481678009, 0.011756974272429943, -0.3252868354320526, -1.8959107398986816, -0.023404864594340324, -0.18625499308109283, -0.06059346720576286, -0.3235582411289215, -0.45230424404144287, 0.06417900323867798, 1.2492756843566895, -1.5959877967834473, 0.86119544506073, 1003.0, 1000.0], "max": [0.3358384370803833, 0.36339282989501953, 0.32178744673728943, -1.3478010892868042, -0.08838020265102386, 0.02128428965806961, -0.05065163969993591, -0.29303157329559326, 0.4352925717830658, 0.20847031474113464, -1.3444520235061646, -1.2358812093734741, -0.760396420955658, 0.21117065846920013, 0.2924190163612366, 0.03616976737976074, -1.3287301063537598, 0.2126694619655609, 0.002274382160976529, 0.2947435677051544, -0.2477508783340454, -0.32756805419921875, 0.20647913217544556, 1.8591231107711792, -1.0976152420043945, 1.3202641010284424, 1003.8125, 1000.0], "mean": [0.11669997125864029, 0.2315817028284073, 0.0870581865310669, -1.64111328125, -0.12995682656764984, -0.06175036355853081, -0.1680072844028473, -0.3139800429344177, 0.3784556984901428, 0.19103601574897766, -1.4374573230743408, -1.339680790901184, -0.9838182330131531, -0.06424979865550995, 0.15305054187774658, -0.2252313196659088, -1.6528815031051636, 0.14583835005760193, -0.07051277160644531, 0.0596967488527298, -0.29626134037971497, -0.3860548734664917, 0.1210450828075409, 1.455581545829773, -1.4046448469161987, 1.0923986434936523, 1003.1106567382812, 1000.0], "std": [0.09896612167358398, 0.055612873286008835, 0.08949330449104309, 0.10342775285243988, 0.0633787289261818, 0.028306778520345688, 0.10396777093410492, 0.0059836069121956825, 0.024500053375959396, 0.02559126913547516, 0.12289028614759445, 0.12162529677152634, 0.10224062204360962, 0.09996197372674942, 0.06374052911996841, 0.08127786964178085, 0.11021170020103455, 0.06616497039794922, 0.04418368265032768, 0.1297670155763626, 0.019873088225722313, 0.026012053713202477, 0.025721466168761253, 0.18615572154521942, 0.09249195456504822, 0.11668320000171661, 0.1955164074897766, 0.0], "count": [940]}, "action": {"min": [-0.16847118735313416, 0.19264507293701172, 0.026635905727744102, -1.873632788658142, -0.31260591745376587, -0.14895620942115784, -0.4324849545955658, -0.32962724566459656, 0.31326812505722046, 0.1264801174402237, -1.7070908546447754, -1.630219578742981, -1.0576218366622925, -0.2374749481678009, 0.011756974272429943, -0.3252868354320526, -1.8959107398986816, -0.023404864594340324, -0.18625499308109283, -0.06059346720576286, -0.3235582411289215, -0.45230424404144287, 0.06417900323867798, 1.2492756843566895, -1.5959877967834473, 0.86119544506073, 1003.0, 1000.0], "max": [0.3358384370803833, 0.36339282989501953, 0.32178744673728943, -1.3478010892868042, -0.08838020265102386, 0.02128428965806961, -0.05065163969993591, -0.29303157329559326, 0.4352925717830658, 0.20847031474113464, -1.3444520235061646, -1.2358812093734741, -0.760396420955658, 0.21117065846920013, 0.2924190163612366, 0.03616976737976074, -1.3287301063537598, 0.2126694619655609, 0.002274382160976529, 0.2947435677051544, -0.2477508783340454, -0.32756805419921875, 0.20647913217544556, 1.8591231107711792, -1.0976152420043945, 1.3202641010284424, 1003.8125, 1000.0], "mean": [0.116834856569767, 0.23155872523784637, 0.08693128079175949, -1.6412400007247925, -0.12991400063037872, -0.061722248792648315, -0.16807934641838074, -0.31397637724876404, 0.37842094898223877, 0.19106405973434448, -1.437431812286377, -1.339657187461853, -0.9838069081306458, -0.06437339633703232, 0.15289504826068878, -0.22504734992980957, -1.652907133102417, 0.14571310579776764, -0.07056460529565811, 0.05981917306780815, -0.2962791323661804, -0.38602912425994873, 0.12106673419475555, 1.4555197954177856, -1.4046082496643066, 1.0924566984176636, 1003.1106567382812, 1000.0], "std": [0.09890171885490417, 0.055623382329940796, 0.08949199318885803, 0.10336053371429443, 0.06338728219270706, 0.028302529826760292, 0.1039099395275116, 0.005981779657304287, 0.024475611746311188, 0.025595184415578842, 0.1229037344455719, 0.12163711339235306, 0.10223295539617538, 0.10002703219652176, 0.06390568614006042, 0.08139463514089584, 0.11021024733781815, 0.06619677692651749, 0.04417955502867699, 0.12970776855945587, 0.019889816641807556, 0.026020687073469162, 0.025729652494192123, 0.18620528280735016, 0.09250182658433914, 0.11672259867191315, 0.19551041722297668, 0.0], "count": [940]}, "timestamp": {"min": [0.0], "max": [31.3], "mean": [15.65], "std": [9.045149098949238], "count": [940]}, "frame_index": {"min": [0], "max": [939], "mean": [469.5], "std": [271.3544729684772], "count": [940]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [940]}, "index": {"min": [49303], "max": [50242], "mean": [49772.5], "std": [271.3544729684772], "count": [940]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [940]}, "subtask_annotation": {"mean": [1.1446808510638298, 3.0, 3.0, 3.0, 3.0], "std": [0.8606797191725921, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [940]}, "scene_annotation": {"mean": [50.0], "std": [0.0], "min": [50], "max": [50], "count": [940]}, "eef_direction_state": {"mean": [4.852127659574468, 4.69468085106383], "std": [2.133931977789057, 2.095936647434475], "min": [0, 0], "max": [6, 6], "count": [940]}, "eef_velocity_state": {"mean": [0.251063829787234, 0.3446808510638298], "std": [0.44572309905605795, 0.47526409708050205], "min": [0, 0], "max": [2, 1], "count": [940]}, "eef_acc_mag_state": {"mean": [0.18723404255319148, 0.21063829787234042], "std": [0.5249587709349494, 0.5538008100903061], "min": [0, 0], "max": [2, 2], "count": [940]}, "eef_direction_action": {"mean": [4.852127659574468, 4.69468085106383], "std": [2.133931977789057, 2.095936647434475], "min": [0, 0], "max": [6, 6], "count": [940]}, "eef_velocity_action": {"mean": [0.251063829787234, 0.3446808510638298], "std": [0.44572309905605795, 0.47526409708050205], "min": [0, 0], "max": [2, 1], "count": [940]}, "eef_acc_mag_action": {"mean": [0.18723404255319148, 0.21063829787234042], "std": [0.5249587709349494, 0.5538008100903061], "min": [0, 0], "max": [2, 2], "count": [940]}, "eef_sim_pose_state": {"mean": [0.4225600757849002, 0.2634998395699162, 1.130269227019236, 0.02454344030469157, -0.08897409262800915, 1.296686847185921, 0.43070811928370706, -0.195943245019264, 1.1418930833927337, 0.04455323618538084, 0.0008756601835226031, -1.276875043214902], "std": [0.02604568489726697, 0.012992662081327613, 0.006732763612057538, 0.013757262411149024, 0.021199329259735597, 0.17470533088413995, 0.026798947531017654, 0.019415442442126146, 0.015481753803709263, 0.05497346783133282, 0.10476249227270953, 0.15616862137566082], "min": [0.3610447569397812, 0.2300921684192451, 1.1145703760415795, 0.0006486186501772906, -0.14479525380266622, 0.9013418280947472, 0.3805246395537985, -0.26172427310174057, 1.1179219576900876, -0.017631943571994713, -0.28225677420251616, -1.5238920279393426], "max": [0.4930273689363356, 0.283400712978183, 1.1529830358618924, 0.06741111861702809, -0.03646922240792305, 1.4392488273741135, 0.5048165741359824, -0.15972698032945445, 1.1779575009735896, 0.1926058836785417, 0.15903091920975965, -0.9706013420716687], "count": [940]}, "eef_sim_pose_action": {"mean": [0.42252491921996244, 0.2635253835876801, 1.130274567479161, 0.024561901331235453, -0.08898919334525077, 1.2967131061819215, 0.4306811724264243, -0.19595833886158953, 1.1418750344760435, 0.04455568888679994, 0.0008990384333136549, -1.2769473953517434], "std": [0.02602672482397914, 0.012984364182086587, 0.006729662264992123, 0.013743212615969176, 0.02119527130962482, 0.1747195375021774, 0.02681165235558368, 0.01941447292009845, 0.01549970316887509, 0.0549717875307324, 0.10477608511187428, 0.15622583782128274], "min": [0.3610447569397812, 0.2300921684192451, 1.1145703760415795, 0.0006486186501772906, -0.14479525380266622, 0.9013418280947472, 0.3805246395537985, -0.26172427310174057, 1.1179219576900876, -0.017631943571994713, -0.28225677420251616, -1.5238920279393426], "max": [0.4930273689363356, 0.283400712978183, 1.1529830358618924, 0.06741111861702809, -0.03646922240792305, 1.4392488273741135, 0.5048165741359824, -0.15972698032945445, 1.1779575009735896, 0.1926058836785417, 0.15903091920975965, -0.9706013420716687], "count": [940]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [940]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [940]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [940]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [940]}, "gripper_open_scale_state": {"mean": [0.9119188054156664, 0.9090909090909037], "std": [0.00017774165284210633, 5.329070518200751e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [940]}, "gripper_open_scale_action": {"mean": [0.911918778793949, 0.9090909090909037], "std": [0.0001777362097572266, 5.329070518200751e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9125568181818182, 0.9090909090909091], "count": [940]}}} +{"episode_index": 51, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49716743440023065]], [[0.49730527921953094]], [[0.49241089004229144]]], "std": [[[0.3489173362374457]], [[0.3358619923604571]], [[0.34884362125929913]]], "count": [170]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.380075156189927]], [[0.3819073553440984]], [[0.3753467884948097]]], "std": [[[0.28053698285328277]], [[0.27553843510636894]], [[0.28234974563592813]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40375365724721257]], [[0.4054698108900423]], [[0.39634622140522874]]], "std": [[[0.2910341693575762]], [[0.27282959780849325]], [[0.28041195243345574]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39661232218377546]], [[0.40629869641484045]], [[0.39594010116301426]]], "std": [[[0.30772941753505956]], [[0.2924207628619293]], [[0.29877054025065936]]], "count": [170]}, "observation.state": {"min": [-0.14913402497768402, 0.19128480553627014, -0.010789407417178154, -1.9153406620025635, -0.223091259598732, -0.07251843065023422, -0.35361242294311523, -0.33094874024391174, 0.30358263850212097, 0.10865468531847, -1.614437222480774, -1.5929893255233765, -1.045490026473999, -0.35596317052841187, 0.01208204124122858, -0.3215049207210541, -1.8605035543441772, 0.04072725772857666, -0.21637718379497528, 0.054455362260341644, -0.33124250173568726, -0.45480674505233765, 0.05300699919462204, 1.2514195442199707, -1.6466999053955078, 0.9450604319572449, 1003.0, 1000.0], "max": [0.388360857963562, 0.43113887310028076, 0.3076382875442505, -1.4378600120544434, 0.04208752512931824, 0.09430777281522751, -0.09108328074216843, -0.2831293046474457, 0.4353751242160797, 0.21025343239307404, -1.3607966899871826, -1.2048087120056152, -0.6976937651634216, 0.21559832990169525, 0.3049962818622589, -0.013070334680378437, -1.2796459197998047, 0.27710703015327454, 0.017447838559746742, 0.3429386615753174, -0.24930188059806824, -0.3029867112636566, 0.18080806732177734, 1.7820533514022827, -1.2564409971237183, 1.431534767150879, 1004.0, 1000.0], "mean": [0.11446663737297058, 0.23412281274795532, 0.087826207280159, -1.6441890001296997, -0.0653780847787857, 0.001667476026341319, -0.16925853490829468, -0.318601131439209, 0.3799074590206146, 0.1889411062002182, -1.4237728118896484, -1.3207061290740967, -0.8899935483932495, -0.11387839913368225, 0.06714393943548203, -0.13384059071540833, -1.6309655904769897, 0.1321614682674408, -0.11435472220182419, 0.1318158060312271, -0.309325635433197, -0.3768215477466583, 0.12998421490192413, 1.406931757926941, -1.4324105978012085, 1.1580286026000977, 1003.247802734375, 1000.0], "std": [0.10171438753604889, 0.06574946641921997, 0.0765097439289093, 0.0945393517613411, 0.07349339127540588, 0.03658554330468178, 0.07200541347265244, 0.014471608214080334, 0.026282165199518204, 0.025773780420422554, 0.08307318389415741, 0.10848956555128098, 0.08244095742702484, 0.13992655277252197, 0.07940516620874405, 0.08785486966371536, 0.1279604732990265, 0.07142993807792664, 0.041200943291187286, 0.09308652579784393, 0.02109132520854473, 0.03419432416558266, 0.03358317166566849, 0.15877850353717804, 0.10950983315706253, 0.10198554396629333, 0.2669617533683777, 0.0], "count": [949]}, "action": {"min": [-0.14913402497768402, 0.19128480553627014, -0.010789407417178154, -1.9153406620025635, -0.223091259598732, -0.07251843065023422, -0.35361242294311523, -0.33094874024391174, 0.30358263850212097, 0.10865468531847, -1.614437222480774, -1.5929893255233765, -1.0455186367034912, -0.35596317052841187, 0.01208204124122858, -0.3215049207210541, -1.8605035543441772, 0.04072725772857666, -0.21637718379497528, 0.054455362260341644, -0.33124250173568726, -0.45480674505233765, 0.05300699919462204, 1.2514195442199707, -1.6466999053955078, 0.9450604319572449, 1003.0, 1000.0], "max": [0.388360857963562, 0.43113887310028076, 0.3076382875442505, -1.4378600120544434, 0.04208752512931824, 0.09430777281522751, -0.09108328074216843, -0.2831293046474457, 0.4353751242160797, 0.21025343239307404, -1.3607966899871826, -1.2048087120056152, -0.6976937651634216, 0.21559832990169525, 0.3049962818622589, -0.013070334680378437, -1.2796459197998047, 0.27710703015327454, 0.017447838559746742, 0.3429386615753174, -0.24930188059806824, -0.3029867112636566, 0.18080806732177734, 1.7820533514022827, -1.2564409971237183, 1.431534767150879, 1004.0, 1000.0], "mean": [0.11443958431482315, 0.23413026332855225, 0.0878579393029213, -1.6441482305526733, -0.06529317796230316, 0.0017180604627355933, -0.16927209496498108, -0.3186156153678894, 0.37991318106651306, 0.18893279135227203, -1.4237821102142334, -1.3206980228424072, -0.8898554444313049, -0.11384138464927673, 0.0671875849366188, -0.133870467543602, -1.6309202909469604, 0.13226212561130524, -0.11437764018774033, 0.13190463185310364, -0.3093285858631134, -0.37682873010635376, 0.1299772411584854, 1.4069937467575073, -1.4325326681137085, 1.158020257949829, 1003.2476196289062, 1000.0], "std": [0.10171310603618622, 0.06574544310569763, 0.07649130374193192, 0.09454695135354996, 0.07350324839353561, 0.036543235182762146, 0.07199697941541672, 0.014475110918283463, 0.026282664388418198, 0.02576896734535694, 0.08306672424077988, 0.10849404335021973, 0.08229023963212967, 0.1399151086807251, 0.07938633114099503, 0.08784379810094833, 0.12795810401439667, 0.07140959054231644, 0.041194211691617966, 0.09305288642644882, 0.02109351009130478, 0.034192588180303574, 0.033581554889678955, 0.15873940289020538, 0.10949628055095673, 0.10198235511779785, 0.2669632136821747, 0.0], "count": [949]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.131751687868483], "count": [949]}, "frame_index": {"min": [0], "max": [948], "mean": [474.0], "std": [273.95255063605447], "count": [949]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [949]}, "index": {"min": [50243], "max": [51191], "mean": [50717.0], "std": [273.95255063605447], "count": [949]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [949]}, "subtask_annotation": {"mean": [1.1053740779768177, 3.0, 3.0, 3.0, 3.0], "std": [0.8535937740446414, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [949]}, "scene_annotation": {"mean": [51.0], "std": [0.0], "min": [51], "max": [51], "count": [949]}, "eef_direction_state": {"mean": [4.603793466807166, 4.8018967334035825], "std": [2.2983538213727113, 1.985393603728998], "min": [0, 0], "max": [6, 6], "count": [949]}, "eef_velocity_state": {"mean": [0.3055848261327713, 0.3308746048472076], "std": [0.46746677405862713, 0.49241386689427696], "min": [0, 0], "max": [2, 2], "count": [949]}, "eef_acc_mag_state": {"mean": [0.1422550052687039, 0.1833508956796628], "std": [0.4588384729349005, 0.517447883430943], "min": [0, 0], "max": [2, 2], "count": [949]}, "eef_direction_action": {"mean": [4.603793466807166, 4.8018967334035825], "std": [2.2983538213727113, 1.985393603728998], "min": [0, 0], "max": [6, 6], "count": [949]}, "eef_velocity_action": {"mean": [0.3055848261327713, 0.3308746048472076], "std": [0.46746677405862713, 0.49241386689427696], "min": [0, 0], "max": [2, 2], "count": [949]}, "eef_acc_mag_action": {"mean": [0.1422550052687039, 0.1833508956796628], "std": [0.4588384729349005, 0.517447883430943], "min": [0, 0], "max": [2, 2], "count": [949]}, "eef_sim_pose_state": {"mean": [0.42366499675137315, 0.2618775300390083, 1.1318834804190856, 0.09257857106083002, -0.14455785989536124, 1.2830415657531367, 0.42096302742138514, -0.20187650283882486, 1.1274761565436746, 0.056851096069986326, 0.06322135286526444, -1.3048127971081258], "std": [0.02600055382846738, 0.01961548769638182, 0.013495673688029425, 0.034192400783542756, 0.040514978520992964, 0.1317662858088977, 0.036402045687956366, 0.02655141189494789, 0.014578911105474164, 0.07722595632872516, 0.04226211267853734, 0.1659651325009602], "min": [0.353218507684762, 0.2025379001037422, 1.1209246535185853, 0.005788889196248981, -0.2591236509716237, 1.0040437363543608, 0.35446022681814504, -0.2597273281297797, 1.1105425047026185, -0.0342405514336529, -0.05301228754340204, -1.448066273997417], "max": [0.48925177344065934, 0.29993473228821566, 1.1602522473370998, 0.14945859530324157, -0.029566072859855907, 1.4035479064278022, 0.505892420171703, -0.14588024990618279, 1.1677563169350655, 0.2843608966978456, 0.20504019554873576, -1.0032985655723625], "count": [949]}, "eef_sim_pose_action": {"mean": [0.42367168056193494, 0.261871983202819, 1.1318765198606937, 0.09266219655014708, -0.14463727775075552, 1.2829939857191999, 0.4209722054920008, -0.20187944619000256, 1.12747109530741, 0.05687415883679607, 0.06327668328468332, -1.3046982003998036], "std": [0.02600043883620721, 0.019613569430298086, 0.013498934940125776, 0.03411862052968492, 0.04048255907706821, 0.13173091039587911, 0.03639922314014945, 0.026551559565937608, 0.014583026693701854, 0.07721468918094884, 0.042308721478168124, 0.16591311557292165], "min": [0.353218507684762, 0.2025379001037422, 1.1209246535185853, 0.005788889196248981, -0.2591236509716237, 1.0040437363543608, 0.35446022681814504, -0.2597273281297797, 1.1105425047026185, -0.0342405514336529, -0.05301228754340204, -1.448066273997417], "max": [0.48925177344065934, 0.29993473228821566, 1.1602522473370998, 0.14945859530324157, -0.029566072859855907, 1.4035479064278022, 0.505892420171703, -0.14588024990618279, 1.1677563169350655, 0.2843608966978456, 0.20504019554873576, -1.0032985655723625], "count": [949]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [949]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [949]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [949]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [949]}, "gripper_open_scale_state": {"mean": [0.9120434618841263, 0.9090909090909035], "std": [0.0002426926139829323, 5.551115123125783e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [949]}, "gripper_open_scale_action": {"mean": [0.9120433883893555, 0.9090909090909035], "std": [0.0002426949400460845, 5.551115123125783e-15], "min": [0.9118181818181819, 0.9090909090909091], "max": [0.9127272727272727, 0.9090909090909091], "count": [949]}}} +{"episode_index": 52, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46401635757867693]], [[0.4644922905096528]], [[0.4583909195662851]]], "std": [[[0.3397000652541208]], [[0.3275678195337075]], [[0.33984728881376536]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3759713863387359]], [[0.3770459346310779]], [[0.37064834098379235]]], "std": [[[0.2789815255668713]], [[0.27415824034112535]], [[0.2812429975499284]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39869374551361975]], [[0.4033997659998489]], [[0.39667023097774756]]], "std": [[[0.30020001868359536]], [[0.283913699973595]], [[0.2930032922375339]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.390339032216933]], [[0.40598020915977184]], [[0.40033109840757114]]], "std": [[[0.3108556713682865]], [[0.2964089706699697]], [[0.3076621113828865]]], "count": [173]}, "observation.state": {"min": [-0.07276059687137604, 0.21073651313781738, 0.017645278945565224, -1.9449862241744995, -0.17436274886131287, -0.07917904108762741, -0.3010485768318176, -0.31871598958969116, 0.30485570430755615, 0.0933341234922409, -1.6915825605392456, -1.503779411315918, -1.0719274282455444, -0.25736841559410095, 0.031179215759038925, -0.31657764315605164, -1.8516918420791626, 0.0249189380556345, -0.04265584796667099, -0.06056183576583862, -0.30649951100349426, -0.4201729893684387, 0.04552406072616577, 1.334817886352539, -1.5859620571136475, 0.9239621162414551, 1000.0, 999.5625], "max": [0.3680419623851776, 0.3215823769569397, 0.32465851306915283, -1.5237597227096558, -0.0478220209479332, 0.02494620904326439, -0.05065600201487541, -0.28774794936180115, 0.412087619304657, 0.20341843366622925, -1.3691167831420898, -1.2891175746917725, -0.6857843399047852, 0.08828093856573105, 0.1582261025905609, -0.19556087255477905, -1.5353333950042725, 0.18799377977848053, 0.07823983579874039, 0.17457109689712524, -0.2675882577896118, -0.3324238061904907, 0.12062881141901016, 1.527109146118164, -1.3769943714141846, 1.1461783647537231, 1002.0, 1000.0], "mean": [0.144829660654068, 0.23146727681159973, 0.14135362207889557, -1.7159956693649292, -0.09700199961662292, -0.02823282778263092, -0.1500634104013443, -0.30245134234428406, 0.3683433532714844, 0.16339658200740814, -1.486811876296997, -1.3544460535049438, -0.946402370929718, -0.08243899792432785, 0.12012652307748795, -0.25419336557388306, -1.678523063659668, 0.12941186130046844, -0.013603748753666878, 0.017008893191814423, -0.2968210279941559, -0.3810039758682251, 0.10432415455579758, 1.399595856666565, -1.433361291885376, 1.0916635990142822, 1000.9183959960938, 999.96484375], "std": [0.10148517787456512, 0.03149816393852234, 0.07172343134880066, 0.10673697292804718, 0.02704421430826187, 0.02120928280055523, 0.07591161131858826, 0.008204987272620201, 0.025893257930874825, 0.025400053709745407, 0.09677820652723312, 0.07056451588869095, 0.11631188541650772, 0.07897981256246567, 0.04598133638501167, 0.03106989897787571, 0.0853450745344162, 0.06605998426675797, 0.044196803122758865, 0.09125278890132904, 0.011974316090345383, 0.020112818107008934, 0.023795893415808678, 0.07635699212551117, 0.06584755331277847, 0.0827183648943901, 0.3054046630859375, 0.1080096960067749], "count": [967]}, "action": {"min": [-0.07276059687137604, 0.21073651313781738, 0.017645278945565224, -1.9449862241744995, -0.17436274886131287, -0.07917904108762741, -0.3010485768318176, -0.318712443113327, 0.30485570430755615, 0.0933341234922409, -1.6915825605392456, -1.503779411315918, -1.0719274282455444, -0.25736841559410095, 0.031179215759038925, -0.31657764315605164, -1.8516918420791626, 0.0249189380556345, -0.04265584796667099, -0.06056183576583862, -0.30649951100349426, -0.4201729893684387, 0.04552406072616577, 1.334817886352539, -1.5859620571136475, 0.9239621162414551, 1000.0, 999.5625], "max": [0.3680419623851776, 0.3215823769569397, 0.32465851306915283, -1.5237597227096558, -0.0478220209479332, 0.02494620904326439, -0.05065600201487541, -0.28774794936180115, 0.412087619304657, 0.20341843366622925, -1.3691167831420898, -1.2891175746917725, -0.6857843399047852, 0.08828093856573105, 0.1582261025905609, -0.19556087255477905, -1.5353333950042725, 0.18799377977848053, 0.07823983579874039, 0.17457109689712524, -0.2675882577896118, -0.3324238061904907, 0.12062881141901016, 1.527109146118164, -1.3769943714141846, 1.1461783647537231, 1002.0, 1000.0], "mean": [0.14501425623893738, 0.2314622700214386, 0.14131242036819458, -1.716232180595398, -0.09694908559322357, -0.028180472552776337, -0.1501316875219345, -0.30243077874183655, 0.36829081177711487, 0.16338621079921722, -1.486877679824829, -1.354475498199463, -0.9463465213775635, -0.08259038627147675, 0.12001584470272064, -0.2541288137435913, -1.6787089109420776, 0.1292465180158615, -0.01359604299068451, 0.017125681042671204, -0.2967921197414398, -0.38096413016319275, 0.10430682450532913, 1.3997012376785278, -1.4333466291427612, 1.0916634798049927, 1000.91845703125, 999.96484375], "std": [0.10139507055282593, 0.031500913202762604, 0.0717313289642334, 0.10657090693712234, 0.02701527252793312, 0.021145904436707497, 0.07585176080465317, 0.008189094252884388, 0.025855977088212967, 0.025394707918167114, 0.0967298373579979, 0.07054416835308075, 0.11627128720283508, 0.07907472550868988, 0.046018339693546295, 0.031122835353016853, 0.08544614166021347, 0.06611330062150955, 0.044192396104335785, 0.09122567623853683, 0.011984671466052532, 0.02013418823480606, 0.0237901508808136, 0.07633791863918304, 0.06585727632045746, 0.08271834999322891, 0.30547913908958435, 0.1080096960067749], "count": [967]}, "timestamp": {"min": [0.0], "max": [32.2], "mean": [16.099999999999998], "std": [9.304956862996313], "count": [967]}, "frame_index": {"min": [0], "max": [966], "mean": [483.0], "std": [279.14870588988947], "count": [967]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [967]}, "index": {"min": [51192], "max": [52158], "mean": [51675.0], "std": [279.14870588988947], "count": [967]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [967]}, "subtask_annotation": {"mean": [0.9648397104446742, 3.0, 3.0, 3.0, 3.0], "std": [0.9008811899826008, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [967]}, "scene_annotation": {"mean": [52.0], "std": [0.0], "min": [52], "max": [52], "count": [967]}, "eef_direction_state": {"mean": [4.4643226473629785, 4.882109617373319], "std": [2.361470965373899, 2.1635698831985], "min": [0, 0], "max": [6, 6], "count": [967]}, "eef_velocity_state": {"mean": [0.31437435367114785, 0.2202688728024819], "std": [0.46426621611419683, 0.41442791469302265], "min": [0, 0], "max": [1, 1], "count": [967]}, "eef_acc_mag_state": {"mean": [0.02481902792140641, 0.0], "std": [0.18586098409392143, 0.0], "min": [0, 0], "max": [2, 0], "count": [967]}, "eef_direction_action": {"mean": [4.4643226473629785, 4.882109617373319], "std": [2.361470965373899, 2.1635698831985], "min": [0, 0], "max": [6, 6], "count": [967]}, "eef_velocity_action": {"mean": [0.31437435367114785, 0.2202688728024819], "std": [0.46426621611419683, 0.4144279146930227], "min": [0, 0], "max": [1, 1], "count": [967]}, "eef_acc_mag_action": {"mean": [0.02481902792140641, 0.0], "std": [0.18586098409392143, 0.0], "min": [0, 0], "max": [2, 0], "count": [967]}, "eef_sim_pose_state": {"mean": [0.413180952208057, 0.2404119820962634, 1.1419229823583223, 0.025772343144063955, -0.10802052325640579, 1.2456206318346152, 0.4243414591298264, -0.177685530984068, 1.1443993397546213, 0.00911418244536685, 0.03266252146649066, -1.2926861254128075], "std": [0.026353149118343355, 0.01585527676221277, 0.008212816015293384, 0.029315952820460484, 0.027999376459763525, 0.13637564783579595, 0.02061097744854013, 0.015663281999860664, 0.011074947102657594, 0.028017297284011363, 0.022480281046678163, 0.10092942027914023], "min": [0.3529152629761033, 0.19304253540311084, 1.1238467509604062, 0.0031952375322902293, -0.18128855341311256, 0.9606246228434664, 0.3768204695702027, -0.18937318755883342, 1.135020426223531, -0.03893541367076214, -0.01855292749292592, -1.3664364314682604], "max": [0.4645693270532347, 0.27510471516675483, 1.1606506396400094, 0.09546757788389693, -0.05448377639109281, 1.3875095404040705, 0.4692444213053188, -0.13520898589919153, 1.1700349817822406, 0.07125991047501334, 0.05148064624897297, -1.092928778464727], "count": [967]}, "eef_sim_pose_action": {"mean": [0.41312989533225997, 0.240408034770509, 1.1419437950314628, 0.025774719128131937, -0.10804555348565725, 1.2455478030246114, 0.4243028990145924, -0.1776728648912116, 1.1444223038871189, 0.009179281520153383, 0.032625626869239914, -1.2926318006502433], "std": [0.026323568709235853, 0.015854034626696385, 0.008192441075656916, 0.029314409174417456, 0.02798172562526244, 0.13632322170865863, 0.02063383473367442, 0.015660207241577455, 0.011078533048813729, 0.028082972354921028, 0.022479396799354918, 0.10090384348861055], "min": [0.3529152629761033, 0.19304253540311084, 1.1238494413306133, 0.0031952375322902293, -0.18128855341311256, 0.9606246228434664, 0.3768204695702027, -0.18937318755883342, 1.135020426223531, -0.03893541367076214, -0.01855292749292592, -1.3664364314682604], "max": [0.4645693270532347, 0.27510471516675483, 1.1606506396400094, 0.09546757788389693, -0.05448377639109281, 1.3875095404040705, 0.4692444213053188, -0.13520898589919153, 1.1700349817822406, 0.07125991047501334, 0.05148064624897297, -1.092928778464727], "count": [967]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [967]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [967]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [967]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [967]}, "gripper_open_scale_state": {"mean": [0.9099258185011271, 0.9090589451913084], "std": [0.0002776394006034517, 9.819062986059705e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9109090909090909, 0.9090909090909091], "count": [967]}, "gripper_open_scale_action": {"mean": [0.9099258867260032, 0.9090589451913084], "std": [0.0002777066947063091, 9.819062986059704e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9109090909090909, 0.9090909090909091], "count": [967]}}} +{"episode_index": 53, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45774131149465774]], [[0.4584647530918555]], [[0.45162565188250947]]], "std": [[[0.33813667656515284]], [[0.32613753059259626]], [[0.3383609040791067]]], "count": [167]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3786419721830848]], [[0.3797407770243826]], [[0.37347657014402563]]], "std": [[[0.2803908677946873]], [[0.2755186501967365]], [[0.2828023764626677]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4046350656530077]], [[0.4090830336875269]], [[0.4041249841004266]]], "std": [[[0.3084246133966541]], [[0.2922518975389575]], [[0.3022931959290572]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37934495225235804]], [[0.39591783345074555]], [[0.3894532564772416]]], "std": [[[0.3058744647482292]], [[0.2924826559909068]], [[0.3039615106317461]]], "count": [167]}, "observation.state": {"min": [-0.08116762340068817, 0.182150200009346, 0.0656767413020134, -1.8686825037002563, -0.13741740584373474, -0.08172830939292908, -0.25632232427597046, -0.3187006711959839, 0.33066681027412415, 0.09466025233268738, -1.6443064212799072, -1.509523868560791, -1.0565861463546753, -0.1786213517189026, 0.0027859818655997515, -0.31801971793174744, -1.7652183771133423, -0.07291876524686813, -0.04266784340143204, -0.06060001254081726, -0.30993330478668213, -0.425427109003067, 0.04303581267595291, 1.3349539041519165, -1.4630683660507202, 0.8972650170326233, 1000.0, 999.5], "max": [0.2628607749938965, 0.2779480516910553, 0.3042108714580536, -1.5269155502319336, -0.03422808647155762, 0.018499400466680527, -0.05067018046975136, -0.28639617562294006, 0.4175567626953125, 0.18822574615478516, -1.3850699663162231, -1.2750321626663208, -0.7906609177589417, 0.100377157330513, 0.1583089977502823, -0.15719307959079742, -1.5235557556152344, 0.18783125281333923, 0.05957245081663132, 0.14235995709896088, -0.27849385142326355, -0.3521006405353546, 0.12059774994850159, 1.596768856048584, -1.3051658868789673, 1.1451830863952637, 1001.8125, 1000.0], "mean": [0.10822607576847076, 0.20185120403766632, 0.14692722260951996, -1.6782279014587402, -0.07508779317140579, -0.021140379831194878, -0.15791457891464233, -0.3052649199962616, 0.37864968180656433, 0.1561567187309265, -1.484471082687378, -1.3604819774627686, -0.9449414014816284, -0.07496973127126694, 0.10478903353214264, -0.24715334177017212, -1.658416509628296, 0.08426962792873383, -0.021665263921022415, 0.004461132455617189, -0.30083897709846497, -0.3842771053314209, 0.10473363101482391, 1.3994252681732178, -1.3905268907546997, 1.081283688545227, 1000.9075317382812, 999.98486328125], "std": [0.07474914938211441, 0.025622578337788582, 0.06763961911201477, 0.07332442700862885, 0.025259384885430336, 0.023745549842715263, 0.053764551877975464, 0.006807241588830948, 0.01838730275630951, 0.02606736123561859, 0.0790904089808464, 0.0674685537815094, 0.07702942192554474, 0.05900009348988533, 0.0632689893245697, 0.04311787337064743, 0.04775487259030342, 0.11561177670955658, 0.03340443596243858, 0.07659957557916641, 0.008007097989320755, 0.014312257058918476, 0.023949086666107178, 0.08854822814464569, 0.04348240792751312, 0.0913148745894432, 0.391465425491333, 0.07435241341590881], "count": [924]}, "action": {"min": [-0.08116762340068817, 0.182150200009346, 0.0656767413020134, -1.8686825037002563, -0.13741740584373474, -0.08172830939292908, -0.25632232427597046, -0.3187006711959839, 0.33066681027412415, 0.09466025233268738, -1.6443064212799072, -1.509523868560791, -1.0565861463546753, -0.1786213517189026, 0.0027859818655997515, -0.31801971793174744, -1.7652183771133423, -0.07291876524686813, -0.04266784340143204, -0.06060001254081726, -0.30993330478668213, -0.425427109003067, 0.04303581267595291, 1.3349539041519165, -1.4630683660507202, 0.8972650170326233, 1000.0, 999.5], "max": [0.2628607749938965, 0.2779480516910553, 0.3042108714580536, -1.5269155502319336, -0.03422808647155762, 0.018499400466680527, -0.05067018046975136, -0.28639617562294006, 0.4175567626953125, 0.18822574615478516, -1.384994387626648, -1.2750321626663208, -0.7906609177589417, 0.100377157330513, 0.1583089977502823, -0.15719307959079742, -1.5235557556152344, 0.18783125281333923, 0.05957245081663132, 0.14235995709896088, -0.27849385142326355, -0.3521006405353546, 0.12059774994850159, 1.596768856048584, -1.3051658868789673, 1.1451830863952637, 1001.8125, 1000.0], "mean": [0.10837714374065399, 0.2018146812915802, 0.14688308537006378, -1.6784151792526245, -0.07500449568033218, -0.021081404760479927, -0.15801310539245605, -0.30525293946266174, 0.3786063492298126, 0.15614084899425507, -1.4845339059829712, -1.3605273962020874, -0.9448594450950623, -0.07507605850696564, 0.10462725907564163, -0.24704355001449585, -1.658506155014038, 0.08400469273328781, -0.021663472056388855, 0.004568329080939293, -0.30082955956459045, -0.3842543661594391, 0.10472340881824493, 1.3994932174682617, -1.390429973602295, 1.0812407732009888, 1000.9066772460938, 999.98486328125], "std": [0.0746837705373764, 0.025625435635447502, 0.06765248626470566, 0.07315855473279953, 0.0251805167645216, 0.023668676614761353, 0.053651221096515656, 0.006793336942791939, 0.018355593085289, 0.02605641447007656, 0.07903503626585007, 0.06743399798870087, 0.07695066928863525, 0.05905938148498535, 0.06332302838563919, 0.04321392625570297, 0.04778889939188957, 0.11565478146076202, 0.033403366804122925, 0.07657779008150101, 0.008005531504750252, 0.014320706948637962, 0.02394433319568634, 0.08852281421422958, 0.043568115681409836, 0.09129443764686584, 0.39281219244003296, 0.07435241341590881], "count": [924]}, "timestamp": {"min": [0.0], "max": [30.766666666666666], "mean": [15.383333333333335], "std": [8.891188938535766], "count": [924]}, "frame_index": {"min": [0], "max": [923], "mean": [461.5], "std": [266.73566815607296], "count": [924]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [924]}, "index": {"min": [52159], "max": [53082], "mean": [52620.5], "std": [266.73566815607296], "count": [924]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [924]}, "subtask_annotation": {"mean": [1.0129870129870129, 3.0, 3.0, 3.0, 3.0], "std": [0.8923946066793909, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [924]}, "scene_annotation": {"mean": [53.0], "std": [0.0], "min": [53], "max": [53], "count": [924]}, "eef_direction_state": {"mean": [4.704545454545454, 5.044372294372295], "std": [2.238085556427792, 2.0705052857824797], "min": [0, 0], "max": [6, 6], "count": [924]}, "eef_velocity_state": {"mean": [0.26406926406926406, 0.17965367965367965], "std": [0.44083635041041747, 0.3838987301888], "min": [0, 0], "max": [1, 1], "count": [924]}, "eef_acc_mag_state": {"mean": [0.050865800865800864, 0.05952380952380952], "std": [0.2803239224024787, 0.3150726406935799], "min": [0, 0], "max": [2, 2], "count": [924]}, "eef_direction_action": {"mean": [4.704545454545454, 5.044372294372295], "std": [2.238085556427792, 2.0705052857824797], "min": [0, 0], "max": [6, 6], "count": [924]}, "eef_velocity_action": {"mean": [0.26406926406926406, 0.17965367965367965], "std": [0.44083635041041747, 0.3838987301888], "min": [0, 0], "max": [1, 1], "count": [924]}, "eef_acc_mag_action": {"mean": [0.050865800865800864, 0.05952380952380952], "std": [0.2803239224024787, 0.3150726406935799], "min": [0, 0], "max": [2, 2], "count": [924]}, "eef_sim_pose_state": {"mean": [0.4233400361474244, 0.23337424923039074, 1.1393623776099253, 0.02863448724092137, -0.1063571058923569, 1.2439152311882662, 0.4269657214151812, -0.17617318696482326, 1.140796343083776, 0.004652760211052975, 5.875541372397383e-05, -1.3153892461009635], "std": [0.018957423892651336, 0.017744440654942364, 0.007541205732425974, 0.011770299358737003, 0.015416870209278462, 0.10979288685326155, 0.014731720455195196, 0.016886369519530833, 0.008177708762971176, 0.01737200521192575, 0.05978822404214355, 0.08969993883184638], "min": [0.3798290324811953, 0.18926583860770474, 1.1238533738780423, 0.0023279862978656807, -0.14012266427266407, 1.0253387386956931, 0.39897900697834077, -0.18764357228044284, 1.1349641347568658, -0.04495428748500485, -0.11186605873302358, -1.375470652245257], "max": [0.46939464821142785, 0.26193719310547575, 1.1583150223695518, 0.05850630212611224, -0.07621865646478088, 1.3788601743592217, 0.47303609032873234, -0.12921943127114777, 1.1636734783037246, 0.03601105767460144, 0.05084750476723543, -1.1254888104879395], "count": [924]}, "eef_sim_pose_action": {"mean": [0.4232985622997882, 0.23336604842996211, 1.139376471804836, 0.028657847081709584, -0.10638394123681881, 1.2438262894644685, 0.4269428795018712, -0.17616238081768548, 1.1408034158608416, 0.0046789955389646976, -4.1714597096133056e-05, -1.315397296229964], "std": [0.01893413852562378, 0.017739751627307405, 0.007524382313139738, 0.01174556307756692, 0.015385970411277372, 0.10971679841136686, 0.014742226927761446, 0.016882261575048595, 0.008175517896291099, 0.01739211647568369, 0.05978096833551592, 0.08970483991043524], "min": [0.3798290324811953, 0.18926583860770474, 1.1238533738780423, 0.0023279862978656807, -0.14012266427266407, 1.0253387386956931, 0.39897900697834077, -0.18764357228044284, 1.1349641347568658, -0.04495428748500485, -0.11186605873302358, -1.375470652245257], "max": [0.46939464821142785, 0.26193719310547575, 1.1583150223695518, 0.05850630212611224, -0.07621865646478088, 1.3788601743592217, 0.47303609032873234, -0.12921943127114777, 1.1636734783037246, 0.03601105767460144, 0.05084750476723543, -1.1254888104879395], "count": [924]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [924]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [924]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [924]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [924]}, "gripper_open_scale_state": {"mean": [0.9099158885825227, 0.909077134986223], "std": [0.00035587721482843954, 6.75934953937629e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9107386363636364, 0.9090909090909091], "count": [924]}, "gripper_open_scale_action": {"mean": [0.9099151236614087, 0.909077134986223], "std": [0.0003571000148864394, 6.75934953937629e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9107386363636364, 0.9090909090909091], "count": [924]}}} +{"episode_index": 54, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46386712682622067]], [[0.4631671977124183]], [[0.457493800461361]]], "std": [[[0.33938312939800674]], [[0.3262521579601846]], [[0.33978444568748367]]], "count": [170]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3709467404363706]], [[0.37195696486928104]], [[0.3659261630142253]]], "std": [[[0.2761472989522478]], [[0.2712909910569988]], [[0.2783869039614847]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4203922445693964]], [[0.4246144379565551]], [[0.41537410130718955]]], "std": [[[0.3202670355334398]], [[0.3080040426771678]], [[0.3145742478402261]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4249128243944637]], [[0.42682161188004614]], [[0.41577182694156095]]], "std": [[[0.33299139592811755]], [[0.3121068911612997]], [[0.31822249099094285]]], "count": [170]}, "observation.state": {"min": [-0.2331356257200241, 0.12667599320411682, 0.05958881229162216, -1.8559787273406982, -0.15431219339370728, -0.08462992310523987, -0.24739059805870056, -0.31870749592781067, 0.3289429247379303, 0.08865943551063538, -1.6642708778381348, -1.4829083681106567, -1.058191180229187, -0.19508855044841766, -0.05128650367259979, -0.2807776629924774, -1.8146766424179077, -0.027094054967164993, -0.044544681906700134, -0.060586921870708466, -0.3065256178379059, -0.45843005180358887, 0.043785061687231064, 1.3349539041519165, -1.461028814315796, 0.9955428838729858, 1000.0, 999.5625], "max": [0.2502049505710602, 0.2826746106147766, 0.3154759109020233, -1.3563423156738281, -0.005484696943312883, 0.008642652072012424, -0.05063636600971222, -0.2854953706264496, 0.4623662531375885, 0.19054244458675385, -1.3850430250167847, -1.2889245748519897, -0.7609433531761169, 0.19217929244041443, 0.1583002656698227, -0.1669444739818573, -1.4146668910980225, 0.18783341348171234, 0.05020330473780632, 0.10837076604366302, -0.2716076374053955, -0.35136157274246216, 0.12066881358623505, 1.496468424797058, -1.3428601026535034, 1.1912996768951416, 1001.625, 1000.0], "mean": [0.04910608381032944, 0.17114999890327454, 0.1707131564617157, -1.607566475868225, -0.06521620601415634, -0.053060222417116165, -0.15292999148368835, -0.30736979842185974, 0.39428186416625977, 0.14343222975730896, -1.500592827796936, -1.361324429512024, -0.9640766382217407, -0.04238516837358475, 0.10619938373565674, -0.25233736634254456, -1.633213996887207, 0.12603220343589783, -0.021661020815372467, -0.014996404759585857, -0.29756322503089905, -0.39363327622413635, 0.10501016676425934, 1.37610924243927, -1.4059631824493408, 1.1193796396255493, 1000.9219360351562, 999.9926147460938], "std": [0.12479769438505173, 0.049238353967666626, 0.07418288290500641, 0.11698751896619797, 0.04040411859750748, 0.03474447503685951, 0.0623461976647377, 0.008211638778448105, 0.032358039170503616, 0.028145641088485718, 0.09040272980928421, 0.060442958027124405, 0.11597247421741486, 0.07735625654459, 0.07706986367702484, 0.02136777900159359, 0.07264091074466705, 0.08816994726657867, 0.03434133157134056, 0.06507348269224167, 0.012879332527518272, 0.019786834716796875, 0.025327231734991074, 0.06240835413336754, 0.024939829483628273, 0.050835780799388885, 0.25660014152526855, 0.05210059508681297], "count": [948]}, "action": {"min": [-0.2331356257200241, 0.12667599320411682, 0.05958881229162216, -1.8559787273406982, -0.15431219339370728, -0.08462992310523987, -0.24739059805870056, -0.31870749592781067, 0.3289429247379303, 0.08865943551063538, -1.6642708778381348, -1.4829083681106567, -1.058191180229187, -0.19508855044841766, -0.05128650367259979, -0.2807776629924774, -1.8146766424179077, -0.027094054967164993, -0.044544681906700134, -0.060586921870708466, -0.3065256178379059, -0.45843005180358887, 0.043785061687231064, 1.3349539041519165, -1.461028814315796, 0.9955428838729858, 1000.0, 999.5625], "max": [0.2502049505710602, 0.2826746106147766, 0.3154759109020233, -1.3563423156738281, -0.005484696943312883, 0.008642652072012424, -0.05064073204994202, -0.2854953706264496, 0.4623662531375885, 0.19054244458675385, -1.3850430250167847, -1.2889245748519897, -0.7609433531761169, 0.19217929244041443, 0.1583002656698227, -0.16694539785385132, -1.4146668910980225, 0.18783341348171234, 0.05020330473780632, 0.10837076604366302, -0.2716076374053955, -0.35136157274246216, 0.12066881358623505, 1.496468424797058, -1.3428601026535034, 1.191239356994629, 1001.625, 1000.0], "mean": [0.04922899231314659, 0.17105501890182495, 0.1706792116165161, -1.6076982021331787, -0.0651199221611023, -0.05306318774819374, -0.1530114710330963, -0.30736294388771057, 0.3942461609840393, 0.14340148866176605, -1.5006572008132935, -1.3613708019256592, -0.9640665650367737, -0.04242556169629097, 0.10599428415298462, -0.25223925709724426, -1.6332544088363647, 0.12582162022590637, -0.021663004532456398, -0.014910489320755005, -0.2975451946258545, -0.3936295211315155, 0.10498622059822083, 1.3761405944824219, -1.4059139490127563, 1.1194279193878174, 1000.9219360351562, 999.9926147460938], "std": [0.12481260299682617, 0.04923726245760918, 0.07420090585947037, 0.11696700751781464, 0.040340837091207504, 0.03474682196974754, 0.062262892723083496, 0.008204872719943523, 0.03235703706741333, 0.028120053932070732, 0.09034229069948196, 0.060404688119888306, 0.11596524715423584, 0.07737476378679276, 0.07718965411186218, 0.021545326337218285, 0.07265271246433258, 0.0882604792714119, 0.034342605620622635, 0.06506700813770294, 0.012878771871328354, 0.019787965342402458, 0.025323156267404556, 0.06239514797925949, 0.025003764778375626, 0.05088183656334877, 0.25660014152526855, 0.05210059508681297], "count": [948]}, "timestamp": {"min": [0.0], "max": [31.566666666666666], "mean": [15.783333333333335], "std": [9.122129178034081], "count": [948]}, "frame_index": {"min": [0], "max": [947], "mean": [473.5], "std": [273.66387534102245], "count": [948]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [948]}, "index": {"min": [53083], "max": [54030], "mean": [53556.5], "std": [273.66387534102245], "count": [948]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [948]}, "subtask_annotation": {"mean": [0.9989451476793249, 3.0, 3.0, 3.0, 3.0], "std": [0.9629195590286771, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [948]}, "scene_annotation": {"mean": [54.0], "std": [0.0], "min": [54], "max": [54], "count": [948]}, "eef_direction_state": {"mean": [4.460970464135021, 4.905063291139241], "std": [2.4229815444052676, 2.181494788158375], "min": [0, 0], "max": [6, 6], "count": [948]}, "eef_velocity_state": {"mean": [0.29852320675105487, 0.20780590717299577], "std": [0.4576102072529818, 0.4057371219361192], "min": [0, 0], "max": [1, 1], "count": [948]}, "eef_acc_mag_state": {"mean": [0.08438818565400844, 0.07383966244725738], "std": [0.36056821242282366, 0.3419218820841806], "min": [0, 0], "max": [2, 2], "count": [948]}, "eef_direction_action": {"mean": [4.460970464135021, 4.905063291139241], "std": [2.4229815444052676, 2.181494788158375], "min": [0, 0], "max": [6, 6], "count": [948]}, "eef_velocity_action": {"mean": [0.29852320675105487, 0.20780590717299577], "std": [0.4576102072529818, 0.4057371219361192], "min": [0, 0], "max": [1, 1], "count": [948]}, "eef_acc_mag_action": {"mean": [0.08438818565400844, 0.07383966244725738], "std": [0.36056821242282366, 0.3419218820841806], "min": [0, 0], "max": [2, 2], "count": [948]}, "eef_sim_pose_state": {"mean": [0.43919824566691873, 0.22126184815506172, 1.1353919053356927, 0.00738572271380654, -0.09884436678523789, 1.2390684449322844, 0.4361607806000525, -0.17488076685971246, 1.1432993169134051, 0.013278148126534385, 0.033155263351983516, -1.3291503967098626], "std": [0.033473754903322876, 0.01968528640869156, 0.009384691099143265, 0.03459817815647006, 0.0380002655607587, 0.1236923452944646, 0.02162833843017606, 0.020935027615231732, 0.012103521982678193, 0.016776627176993106, 0.028089185317091977, 0.061682610249177365], "min": [0.3794768342395137, 0.18122228651375594, 1.1238526356537628, -0.04149958925122699, -0.15980773554096284, 1.033122544178819, 0.39402570851241747, -0.18764074789369165, 1.13479146800646, -0.006439524399559082, -0.02989007369235841, -1.3874465171469519], "max": [0.5133049091862216, 0.2624283179607477, 1.155460940363308, 0.07816926142362013, -0.056469910201287776, 1.3788491072751112, 0.5030805628467081, -0.12426723117345545, 1.1669245084340596, 0.0737405674358309, 0.050835648858731375, -1.2017365113201675], "count": [948]}, "eef_sim_pose_action": {"mean": [0.439163976742443, 0.22123730640375927, 1.1353965853729677, 0.007361374364284937, -0.09883510467435849, 1.2390004136580506, 0.43615671889208596, -0.17485465882676873, 1.1433122884482227, 0.013333433247332969, 0.033142399288828464, -1.329172339787549], "std": [0.033476123160724854, 0.019667355064893425, 0.009380041292418151, 0.03460765711197214, 0.038006835291353264, 0.12363320521439748, 0.02162971027436061, 0.020934570023796308, 0.012101242185623654, 0.016838710529069514, 0.028083911470287985, 0.06169956209655962], "min": [0.3794768342395137, 0.18122228651375594, 1.1238531278935617, -0.04149958925122699, -0.15980773554096284, 1.033122544178819, 0.39402570851241747, -0.18764074789369165, 1.13479146800646, -0.006439524399559082, -0.02989007369235841, -1.3874465171469519], "max": [0.5133049091862216, 0.2624283179607477, 1.155460940363308, 0.07816926142362013, -0.056469910201287776, 1.3788491072751112, 0.5030805628467081, -0.12426723117345545, 1.1669245084340596, 0.0737405674358309, 0.050835648858731375, -1.2017365113201675], "count": [948]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [948]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [948]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [948]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [948]}, "gripper_open_scale_state": {"mean": [0.9099290372075123, 0.9090841963943184], "std": [0.00023327131894007388, 4.736411083577197e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9105681818181818, 0.9090909090909091], "count": [948]}, "gripper_open_scale_action": {"mean": [0.9099290372075123, 0.9090841963943184], "std": [0.00023327131894007388, 4.736411083577197e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9105681818181818, 0.9090909090909091], "count": [948]}}} +{"episode_index": 55, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46711551248630473]], [[0.46616717079413655]], [[0.4607191407873361]]], "std": [[[0.34071442439074456]], [[0.32697899498512845]], [[0.3408762804307684]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3719238011919604]], [[0.37298564004118023]], [[0.36696039234576294]]], "std": [[[0.2771491876074303]], [[0.27228530195684575]], [[0.27938333587856884]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4333029392874684]], [[0.43583917507272657]], [[0.4231711424213231]]], "std": [[[0.32047113274336186]], [[0.3077359559881442]], [[0.3124615171777498]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42197336979107636]], [[0.42282171006649283]], [[0.41185883368279874]]], "std": [[[0.3302176198121832]], [[0.3097353057803737]], [[0.3156369008080566]]], "count": [173]}, "observation.state": {"min": [-0.3431808352470398, 0.12474195659160614, 0.07846345007419586, -1.8275233507156372, -0.15689091384410858, -0.13851915299892426, -0.36409857869148254, -0.3231140673160553, 0.32991188764572144, 0.0692213773727417, -1.7182657718658447, -1.629211664199829, -1.066969394683838, -0.18986454606056213, -0.08002334088087082, -0.25994497537612915, -1.831824541091919, -0.1137671023607254, -0.04260021448135376, -0.06058037653565407, -0.3065226078033447, -0.47181880474090576, 0.0453411266207695, 1.3349539041519165, -1.4547595977783203, 0.9934353232383728, 1000.0, 1000.0], "max": [0.27146631479263306, 0.2474091351032257, 0.39044323563575745, -1.1700098514556885, -0.013620113022625446, 0.030910871922969818, -0.05062873288989067, -0.2974412441253662, 0.48385095596313477, 0.18328037858009338, -1.3717098236083984, -1.2465358972549438, -0.6777623891830444, 0.2328694760799408, 0.15827955305576324, -0.17112843692302704, -1.360296607017517, 0.18787923455238342, 0.07236789911985397, 0.08615817874670029, -0.25784963369369507, -0.35772231221199036, 0.1206573098897934, 1.5020183324813843, -1.2608858346939087, 1.144864797592163, 1002.0, 1000.0], "mean": [0.00850738026201725, 0.165057972073555, 0.16940362751483917, -1.5323050022125244, -0.0626797005534172, -0.09348612278699875, -0.15851692855358124, -0.3166862428188324, 0.4044913649559021, 0.14737416803836823, -1.5041368007659912, -1.3492897748947144, -0.9613659381866455, -0.032806310802698135, 0.08939523249864578, -0.24224571883678436, -1.6290817260742188, 0.09865299612283707, -0.009737374261021614, -0.012499840930104256, -0.2943625748157501, -0.39761579036712646, 0.10344221442937851, 1.3767753839492798, -1.3910210132598877, 1.1108455657958984, 1001.0243530273438, 1000.0], "std": [0.14781606197357178, 0.03396263346076012, 0.10258201509714127, 0.14228081703186035, 0.0435616597533226, 0.05164545774459839, 0.08125148713588715, 0.0054546259343624115, 0.03377058729529381, 0.035609401762485504, 0.0948609858751297, 0.11185668408870697, 0.13319668173789978, 0.10537901520729065, 0.0881977379322052, 0.025488056242465973, 0.10534625500440598, 0.10928570479154587, 0.044425513595342636, 0.05919429287314415, 0.015439518727362156, 0.029378516599535942, 0.024614693596959114, 0.0523381307721138, 0.04305340349674225, 0.04603457823395729, 0.3844447135925293, 0.0], "count": [966]}, "action": {"min": [-0.3431808352470398, 0.12474195659160614, 0.07846345007419586, -1.8275233507156372, -0.15689091384410858, -0.13851915299892426, -0.36409857869148254, -0.3231140673160553, 0.32991188764572144, 0.0692213773727417, -1.7182657718658447, -1.629211664199829, -1.066969394683838, -0.18986454606056213, -0.08002334088087082, -0.25994497537612915, -1.831824541091919, -0.1137671023607254, -0.04260021448135376, -0.06058037653565407, -0.3065226078033447, -0.47181880474090576, 0.0453411266207695, 1.3349539041519165, -1.4547595977783203, 0.9934353232383728, 1000.0, 1000.0], "max": [0.27146631479263306, 0.2474091351032257, 0.39044323563575745, -1.1700098514556885, -0.013620113022625446, 0.030910871922969818, -0.05062873288989067, -0.2974412441253662, 0.48385095596313477, 0.18328037858009338, -1.3717098236083984, -1.2465358972549438, -0.6777623891830444, 0.2328694760799408, 0.15827955305576324, -0.17112843692302704, -1.360296607017517, 0.18787923455238342, 0.07236789911985397, 0.08615817874670029, -0.25784963369369507, -0.35772231221199036, 0.1206573098897934, 1.5020183324813843, -1.2608858346939087, 1.144864797592163, 1002.0, 1000.0], "mean": [0.008580101653933525, 0.16497819125652313, 0.16935473680496216, -1.532354712486267, -0.06256494671106339, -0.09354707598686218, -0.15858715772628784, -0.31668713688850403, 0.4044705331325531, 0.1473584920167923, -1.5042179822921753, -1.3492707014083862, -0.9613591432571411, -0.032941143959760666, 0.08920835703611374, -0.24215619266033173, -1.629213809967041, 0.09834467619657516, -0.009730354882776737, -0.012441352009773254, -0.29434457421302795, -0.3975847363471985, 0.10342315584421158, 1.3768316507339478, -1.3908836841583252, 1.1108256578445435, 1001.0254516601562, 1000.0], "std": [0.14783237874507904, 0.03393193334341049, 0.10260371118783951, 0.14228717982769012, 0.043510694056749344, 0.05166320130228996, 0.08118749409914017, 0.005455020349472761, 0.0337720587849617, 0.03559773415327072, 0.09479248523712158, 0.11186696588993073, 0.13319213688373566, 0.10549534857273102, 0.0882427841424942, 0.025577571243047714, 0.10543360561132431, 0.1094537302851677, 0.04442084953188896, 0.05917465314269066, 0.015435450710356236, 0.029402943328022957, 0.02460850216448307, 0.05232240632176399, 0.043244868516922, 0.04602418467402458, 0.3834717869758606, 0.0], "count": [966]}, "timestamp": {"min": [0.0], "max": [32.166666666666664], "mean": [16.083333333333332], "std": [9.295334353359257], "count": [966]}, "frame_index": {"min": [0], "max": [965], "mean": [482.5], "std": [278.8600306007777], "count": [966]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [966]}, "index": {"min": [54031], "max": [54996], "mean": [54513.5], "std": [278.8600306007777], "count": [966]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [966]}, "subtask_annotation": {"mean": [0.9606625258799172, 3.0, 3.0, 3.0, 3.0], "std": [0.9227429942964828, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [966]}, "scene_annotation": {"mean": [55.0], "std": [0.0], "min": [55], "max": [55], "count": [966]}, "eef_direction_state": {"mean": [4.237060041407868, 4.678053830227744], "std": [2.524151098617428, 2.274367643829142], "min": [0, 0], "max": [6, 6], "count": [966]}, "eef_velocity_state": {"mean": [0.33540372670807456, 0.27639751552795033], "std": [0.47213140842186496, 0.4472157521129231], "min": [0, 0], "max": [1, 1], "count": [966]}, "eef_acc_mag_state": {"mean": [0.10248447204968944, 0.12525879917184266], "std": [0.40295754091416514, 0.4362503570391409], "min": [0, 0], "max": [2, 2], "count": [966]}, "eef_direction_action": {"mean": [4.237060041407868, 4.678053830227744], "std": [2.524151098617428, 2.274367643829142], "min": [0, 0], "max": [6, 6], "count": [966]}, "eef_velocity_action": {"mean": [0.33540372670807456, 0.27639751552795033], "std": [0.47213140842186496, 0.4472157521129231], "min": [0, 0], "max": [1, 1], "count": [966]}, "eef_acc_mag_action": {"mean": [0.10248447204968944, 0.12525879917184266], "std": [0.40295754091416514, 0.4362503570391409], "min": [0, 0], "max": [2, 2], "count": [966]}, "eef_sim_pose_state": {"mean": [0.45014655702557205, 0.22464622922903663, 1.1255578969278173, 0.0020803426897849342, -0.10726765426247029, 1.2440181148976959, 0.4396193512788794, -0.17306892566188445, 1.1466905523549051, 0.01070102327196612, 0.019771414281641073, -1.3368384091906924], "std": [0.03766547256532805, 0.023479702259517208, 0.007703154926387181, 0.0496756188829513, 0.029864216544195674, 0.1586501100069512, 0.030064944237938766, 0.021036501393586336, 0.014679213303194612, 0.020943533637671225, 0.04038912890772719, 0.04929516884139964], "min": [0.3779589369746597, 0.1681950329731567, 1.1187391474227912, -0.059007067746117636, -0.17104236325362243, 0.8777713408389598, 0.39966938689884274, -0.18811287289117515, 1.1350046146462385, -0.03575876767561481, -0.062483425192499054, -1.4103498964020085], "max": [0.5385448536904606, 0.2525884631041794, 1.1432585046713941, 0.0867889872799047, -0.044712577510554796, 1.3909230981231677, 0.5155516535190583, -0.1217873529618453, 1.1776184530333391, 0.07580900089366027, 0.05106681648974698, -1.2405037980334037], "count": [966]}, "eef_sim_pose_action": {"mean": [0.45012663797334657, 0.22463430444488722, 1.1255528412464246, 0.00203427734830436, -0.10730232106821631, 1.243980316766359, 0.43958767396560294, -0.17304615119842698, 1.1467048301060065, 0.010741871559498241, 0.019661034086912953, -1.3368829982868176], "std": [0.037668992056886626, 0.02347113163854221, 0.007705876594929851, 0.04969299193968912, 0.029847569063943282, 0.15862232783364827, 0.030090362511563093, 0.021032644286080353, 0.014674555248553461, 0.02097247127424463, 0.0404499495594236, 0.04934138671892056], "min": [0.3779589369746597, 0.1681950329731567, 1.1187391474227912, -0.059007067746117636, -0.17104236325362243, 0.8777713408389598, 0.39966938689884274, -0.18811287289117515, 1.1350046146462385, -0.03575876767561481, -0.062483425192499054, -1.4103498964020085], "max": [0.5385448536904606, 0.2525884631041794, 1.1432585046713941, 0.0867889872799047, -0.044712577510554796, 1.3909230981231677, 0.5155516535190583, -0.1217873529618453, 1.1776184530333391, 0.07580900089366027, 0.05106681648974698, -1.2405037980334037], "count": [966]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [966]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [966]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [966]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [966]}, "gripper_open_scale_state": {"mean": [0.910022097127537, 0.9090909090909031], "std": [0.0003494951565773025, 5.995204332975845e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [966]}, "gripper_open_scale_action": {"mean": [0.9100231154140511, 0.9090909090909031], "std": [0.00034861062304165555, 5.995204332975845e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [966]}}} +{"episode_index": 56, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4747187681285532]], [[0.47341499521406194]], [[0.4679295403565766]]], "std": [[[0.34226258513216257]], [[0.3296873164477626]], [[0.34270785229011635]]], "count": [169]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.373654916947055]], [[0.3747858196039757]], [[0.3685362027207333]]], "std": [[[0.27676777716229245]], [[0.27185765634275033]], [[0.27893850418976635]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4344005757628495]], [[0.44003461465947324]], [[0.4279373646401361]]], "std": [[[0.31386438817091794]], [[0.30375055359579156]], [[0.30850903877995106]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4079110323123332]], [[0.41422643408941484]], [[0.4038097311656418]]], "std": [[[0.32507806962106756]], [[0.3074388574722942]], [[0.3143279638134811]]], "count": [169]}, "observation.state": {"min": [-0.190360888838768, 0.1572454422712326, 0.07492807507514954, -1.8550209999084473, -0.15429037809371948, -0.16988816857337952, -0.35200566053390503, -0.31869837641716003, 0.3106379806995392, 0.09160125255584717, -1.7779027223587036, -1.5279980897903442, -1.0788763761520386, -0.23108814656734467, -0.0713178962469101, -0.30569881200790405, -1.8402762413024902, -0.14867478609085083, -0.12412235885858536, -0.06060874089598656, -0.30650830268859863, -0.4336424469947815, 0.042630311101675034, 1.3349539041519165, -1.4887211322784424, 0.9181252121925354, 1000.125, 999.8125], "max": [0.3022288382053375, 0.3588080406188965, 0.3602544963359833, -1.3906183242797852, -0.01768891140818596, -0.07374779880046844, -0.05065491050481796, -0.293095201253891, 0.4391813278198242, 0.18379643559455872, -1.385528802871704, -1.2388893365859985, -0.7025470733642578, 0.1172468513250351, 0.15824246406555176, -0.12084659188985825, -1.4985473155975342, 0.18786069750785828, 0.08135852217674255, 0.10375545918941498, -0.2575833797454834, -0.3473898768424988, 0.12063568830490112, 1.548810362815857, -1.1811848878860474, 1.2456165552139282, 1002.0, 1000.0], "mean": [0.07002793997526169, 0.1999833732843399, 0.1471187323331833, -1.5902628898620605, -0.08253144472837448, -0.1378690004348755, -0.1694527119398117, -0.3146655857563019, 0.38777756690979004, 0.16050884127616882, -1.5355229377746582, -1.3319907188415527, -0.9865369200706482, -0.07935182750225067, 0.07513348758220673, -0.24016107618808746, -1.675541639328003, 0.060548052191734314, -0.025488706305623055, -0.011295581236481667, -0.2922416627407074, -0.38415101170539856, 0.10183936357498169, 1.3938636779785156, -1.365394115447998, 1.1172319650650024, 1001.00732421875, 999.9967651367188], "std": [0.10211972147226334, 0.05865531414747238, 0.08762329816818237, 0.0890299454331398, 0.030667461454868317, 0.03934253752231598, 0.08927267789840698, 0.006308138836175203, 0.02558894455432892, 0.026051491498947144, 0.1184462457895279, 0.09078360348939896, 0.14109085500240326, 0.08269838243722916, 0.09052126854658127, 0.04770607501268387, 0.08527274429798126, 0.134699746966362, 0.05378330126404762, 0.06265494972467422, 0.016127070412039757, 0.019921282306313515, 0.025260409340262413, 0.0712779238820076, 0.08330364525318146, 0.09075219929218292, 0.3591782748699188, 0.023607462644577026], "count": [936]}, "action": {"min": [-0.190360888838768, 0.1572454422712326, 0.07492807507514954, -1.8550209999084473, -0.15429037809371948, -0.16988816857337952, -0.35200566053390503, -0.31869837641716003, 0.3106379806995392, 0.09160125255584717, -1.7779027223587036, -1.5279980897903442, -1.0788763761520386, -0.23108814656734467, -0.0713086947798729, -0.30569881200790405, -1.8402762413024902, -0.14867478609085083, -0.12412235885858536, -0.06060874089598656, -0.30650830268859863, -0.4336424469947815, 0.042630311101675034, 1.3349539041519165, -1.4887211322784424, 0.9181252121925354, 1000.125, 999.8125], "max": [0.3022288382053375, 0.3588080406188965, 0.3602544963359833, -1.3906183242797852, -0.01768891140818596, -0.07374779880046844, -0.05065491050481796, -0.293095201253891, 0.4391813278198242, 0.18379643559455872, -1.385528802871704, -1.2388893365859985, -0.7025470733642578, 0.1172468513250351, 0.15824246406555176, -0.12084950506687164, -1.4985473155975342, 0.18786069750785828, 0.08135852217674255, 0.10375545918941498, -0.2575833797454834, -0.3473898768424988, 0.12063568830490112, 1.548810362815857, -1.1811848878860474, 1.2456156015396118, 1002.0, 1000.0], "mean": [0.07013444602489471, 0.19992059469223022, 0.14705727994441986, -1.5903379917144775, -0.08245415985584259, -0.13796569406986237, -0.16954246163368225, -0.3146649897098541, 0.3877466917037964, 0.16049998998641968, -1.5356208086013794, -1.3319839239120483, -0.9865599870681763, -0.07948627322912216, 0.07488863915205002, -0.24001245200634003, -1.6756587028503418, 0.06021732836961746, -0.02557254582643509, -0.011263306252658367, -0.2922181785106659, -0.38412347435951233, 0.10183309018611908, 1.3938981294631958, -1.36517333984375, 1.1173372268676758, 1001.0062255859375, 999.9967651367188], "std": [0.10210497677326202, 0.058668799698352814, 0.0876431092619896, 0.08900611847639084, 0.03062039613723755, 0.03930957242846489, 0.08919549733400345, 0.0063078016974031925, 0.025576965883374214, 0.026045795530080795, 0.11836043000221252, 0.0907878428697586, 0.14110442996025085, 0.0827670693397522, 0.09060610085725784, 0.047860536724328995, 0.08529240638017654, 0.1347668617963791, 0.053871046751737595, 0.0626373365521431, 0.0161223616451025, 0.01993168517947197, 0.025256453081965446, 0.07125717401504517, 0.08349304646253586, 0.09084104001522064, 0.3603038489818573, 0.023607462644577026], "count": [936]}, "timestamp": {"min": [0.0], "max": [31.166666666666668], "mean": [15.583333333333334], "std": [9.00665905912994], "count": [936]}, "frame_index": {"min": [0], "max": [935], "mean": [467.5], "std": [270.1997717738982], "count": [936]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [936]}, "index": {"min": [54997], "max": [55932], "mean": [55464.5], "std": [270.1997717738982], "count": [936]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [936]}, "subtask_annotation": {"mean": [0.9284188034188035, 3.0, 3.0, 3.0, 3.0], "std": [0.8360238999908034, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [936]}, "scene_annotation": {"mean": [56.0], "std": [0.0], "min": [56], "max": [56], "count": [936]}, "eef_direction_state": {"mean": [4.582264957264957, 5.076923076923077], "std": [2.334630042227507, 1.9683558419601135], "min": [0, 0], "max": [6, 6], "count": [936]}, "eef_velocity_state": {"mean": [0.2777777777777778, 0.19017094017094016], "std": [0.4479032082388113, 0.39243592303131253], "min": [0, 0], "max": [1, 1], "count": [936]}, "eef_acc_mag_state": {"mean": [0.11431623931623931, 0.0641025641025641], "std": [0.41701032288710815, 0.31377533975693683], "min": [0, 0], "max": [2, 2], "count": [936]}, "eef_direction_action": {"mean": [4.582264957264957, 5.076923076923077], "std": [2.334630042227507, 1.9683558419601133], "min": [0, 0], "max": [6, 6], "count": [936]}, "eef_velocity_action": {"mean": [0.2777777777777778, 0.19017094017094016], "std": [0.4479032082388113, 0.39243592303131253], "min": [0, 0], "max": [1, 1], "count": [936]}, "eef_acc_mag_action": {"mean": [0.11431623931623931, 0.0641025641025641], "std": [0.41701032288710815, 0.31377533975693683], "min": [0, 0], "max": [2, 2], "count": [936]}, "eef_sim_pose_state": {"mean": [0.4333001009172125, 0.23813079885744548, 1.124499288022052, -0.03213435311153591, -0.11419302185699338, 1.2430111399867367, 0.4264082166204947, -0.17087865760429424, 1.1472424326201665, 0.02903433205691029, 0.004686698924617769, -1.3427804390685845], "std": [0.026321798687440983, 0.014975830162399425, 0.008298986286487786, 0.04231147311563663, 0.03581546880190351, 0.16506582220721103, 0.020913728965488845, 0.01978268325921626, 0.013330758877431813, 0.053782850826935104, 0.050988402135267015, 0.08964742681978742], "min": [0.3682885327750909, 0.1949296221633906, 1.1179855616233896, -0.07320985690829285, -0.19624495551676358, 0.9163842503138794, 0.38848803369614926, -0.1876107990147055, 1.135016644384856, -0.0416540121806418, -0.08797557736626804, -1.4946100453360671], "max": [0.49702596385153985, 0.265846810617025, 1.1461574671639265, 0.0568616300461503, -0.07625844228427714, 1.3789349898221666, 0.479257401175762, -0.12500240551471067, 1.17487080203968, 0.13788327906304376, 0.051182061615993035, -1.1712935428081606], "count": [936]}, "eef_sim_pose_action": {"mean": [0.43327051929710214, 0.23812673208098614, 1.1244931425442892, -0.03220864693289245, -0.11420928015524914, 1.2429640550135674, 0.42637966232860386, -0.1708603426003003, 1.1472548605384305, 0.02915642567478073, 0.004603902482150698, -1.34291732794243], "std": [0.026315072073848273, 0.014973852421669893, 0.008301585842585717, 0.0423065400840143, 0.03580170570442903, 0.16503333236883752, 0.020926009793727777, 0.019775143067770434, 0.013324812464802003, 0.053860158086844794, 0.05097630185238976, 0.08978104774458948], "min": [0.3682885327750909, 0.1949296221633906, 1.1179855616233896, -0.07320985690829285, -0.19624495551676358, 0.9163842503138794, 0.38848803369614926, -0.1876107990147055, 1.135016644384856, -0.0416540121806418, -0.08797557736626804, -1.4946028585456839], "max": [0.49702596385153985, 0.265846810617025, 1.1461574671639265, 0.0568616300461503, -0.0762566663326687, 1.3789349898221666, 0.479257401175762, -0.12500240551471067, 1.17487080203968, 0.13788327906304376, 0.051182061615993035, -1.1712935428081606], "count": [936]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [936]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [936]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [936]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [936]}, "gripper_open_scale_state": {"mean": [0.9100066235237745, 0.9090879953379901], "std": [0.0003265259681763381, 2.1461130336032298e-05], "min": [0.9092045454545454, 0.9089204545454546], "max": [0.9109090909090909, 0.9090909090909091], "count": [936]}, "gripper_open_scale_action": {"mean": [0.9100056797789343, 0.9090879953379901], "std": [0.0003275495884535905, 2.1461130336032298e-05], "min": [0.9092045454545454, 0.9089204545454546], "max": [0.9109090909090909, 0.9090909090909091], "count": [936]}}} +{"episode_index": 57, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4706277790814908]], [[0.468557812065429]], [[0.46279184810005564]]], "std": [[[0.3405446346688239]], [[0.3271750900208855]], [[0.34065555715971707]]], "count": [188]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37240459428452233]], [[0.37350878811187593]], [[0.36743507943957726]]], "std": [[[0.27694017368430385]], [[0.2720918199263078]], [[0.2793470499801816]]], "count": [188]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43137365282992635]], [[0.43561477019885964]], [[0.42220101189855375]]], "std": [[[0.3221332359209941]], [[0.3106535627919451]], [[0.31477700083159205]]], "count": [188]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41931146572104017]], [[0.42436432476359337]], [[0.4144462240126547]]], "std": [[[0.32940514092893763]], [[0.31064106929311547]], [[0.318050162426829]]], "count": [188]}, "observation.state": {"min": [-0.2881593108177185, 0.19785597920417786, 0.08934558928012848, -1.8073277473449707, -0.1374228596687317, -0.18658988177776337, -0.36034396290779114, -0.32629862427711487, 0.33847174048423767, 0.08558837324380875, -1.8133397102355957, -1.5117242336273193, -1.0565861463546753, -0.1257302463054657, -0.04142320901155472, -0.2741006910800934, -1.7377665042877197, -0.09252753853797913, -0.0426296666264534, -0.060583651065826416, -0.30656731128692627, -0.46417492628097534, 0.048962123692035675, 1.334769606590271, -1.480968713760376, 0.9260505437850952, 1000.0, 999.6875], "max": [0.23665355145931244, 0.26558566093444824, 0.38666898012161255, -1.2771316766738892, -0.03316125646233559, -0.061681024730205536, -0.05063309520483017, -0.2946698069572449, 0.46675387024879456, 0.1873270571231842, -1.3850430250167847, -1.2631617784500122, -0.6474236249923706, 0.21297816932201385, 0.1583908051252365, -0.17811666429042816, -1.4129629135131836, 0.18846064805984497, 0.1109091266989708, 0.10635709017515182, -0.2622886300086975, -0.3759708106517792, 0.12067274749279022, 1.5152692794799805, -1.2836025953292847, 1.1451830863952637, 1002.0, 1000.0], "mean": [0.0021835393272340298, 0.21720418334007263, 0.1737624555826187, -1.5190578699111938, -0.09563824534416199, -0.13721472024917603, -0.20149938762187958, -0.31794849038124084, 0.40475401282310486, 0.15918280184268951, -1.5649774074554443, -1.3513002395629883, -0.9397537708282471, -0.03159718215465546, 0.10577652603387833, -0.25033533573150635, -1.6310044527053833, 0.10342714935541153, 0.0005628342041745782, -0.008673367090523243, -0.29649627208709717, -0.39722102880477905, 0.10503395646810532, 1.3813191652297974, -1.3933848142623901, 1.0882776975631714, 1000.9403686523438, 999.995361328125], "std": [0.11764257401227951, 0.016063639894127846, 0.10314953327178955, 0.1027909442782402, 0.030147915706038475, 0.04716924577951431, 0.0823608860373497, 0.00860390905290842, 0.026380566880106926, 0.036792557686567307, 0.1295677274465561, 0.07082178443670273, 0.1378035992383957, 0.08210223913192749, 0.07146041095256805, 0.024616338312625885, 0.07041247189044952, 0.11319906264543533, 0.05866613984107971, 0.06802774220705032, 0.013655723072588444, 0.022187216207385063, 0.02336418628692627, 0.06157977506518364, 0.03982659429311752, 0.07769600301980972, 0.3447670638561249, 0.035818640142679214], "count": [1078]}, "action": {"min": [-0.2881593108177185, 0.19785597920417786, 0.08934558928012848, -1.8073277473449707, -0.13741850852966309, -0.18658988177776337, -0.36034396290779114, -0.32629862427711487, 0.33847174048423767, 0.08558837324380875, -1.8133397102355957, -1.5117242336273193, -1.0565861463546753, -0.1257302463054657, -0.04142320901155472, -0.2741006910800934, -1.7377665042877197, -0.09252753853797913, -0.0426296666264534, -0.060583651065826416, -0.30656731128692627, -0.46417492628097534, 0.048962123692035675, 1.334908366203308, -1.480968713760376, 0.9260505437850952, 1000.0, 999.6875], "max": [0.23665355145931244, 0.26558566093444824, 0.38666898012161255, -1.2771316766738892, -0.03316125646233559, -0.061681024730205536, -0.05063309520483017, -0.2946698069572449, 0.46675387024879456, 0.1873270571231842, -1.3850430250167847, -1.2631617784500122, -0.6474236249923706, 0.21297816932201385, 0.1583777219057083, -0.17811666429042816, -1.4129629135131836, 0.1883886605501175, 0.1109091266989708, 0.10635709017515182, -0.2622886300086975, -0.3759708106517792, 0.12067274749279022, 1.5152692794799805, -1.2836025953292847, 1.1451830863952637, 1002.0, 1000.0], "mean": [0.002234217245131731, 0.2171943634748459, 0.17371176183223724, -1.5190606117248535, -0.09561246633529663, -0.13731159269809723, -0.2016344517469406, -0.3179553151130676, 0.40473753213882446, 0.15918706357479095, -1.565092921257019, -1.3513282537460327, -0.9397281408309937, -0.03165777400135994, 0.10564585030078888, -0.25025931000709534, -1.6310957670211792, 0.10317342728376389, 0.000621338258497417, -0.008568556047976017, -0.2964772582054138, -0.3972090482711792, 0.10501889139413834, 1.3814067840576172, -1.3932981491088867, 1.0881880521774292, 1000.9407348632812, 999.995361328125], "std": [0.11765602976083755, 0.01606716774404049, 0.10317583382129669, 0.10279122740030289, 0.030124060809612274, 0.04715752974152565, 0.08223268389701843, 0.008607383817434311, 0.02638150192797184, 0.03679541125893593, 0.12946060299873352, 0.07080235332250595, 0.13778363168239594, 0.0821463018655777, 0.0714927390217781, 0.02471250668168068, 0.07048149406909943, 0.11331396549940109, 0.05865449830889702, 0.06803472340106964, 0.01365604903548956, 0.022194871678948402, 0.023359330371022224, 0.06158033013343811, 0.03991902619600296, 0.07768601179122925, 0.34520649909973145, 0.035818640142679214], "count": [1078]}, "timestamp": {"min": [0.0], "max": [35.9], "mean": [17.95], "std": [10.373055373311077], "count": [1078]}, "frame_index": {"min": [0], "max": [1077], "mean": [538.5], "std": [311.19166119933226], "count": [1078]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [1078]}, "index": {"min": [55933], "max": [57010], "mean": [56471.5], "std": [311.19166119933226], "count": [1078]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1078]}, "subtask_annotation": {"mean": [0.9304267161410018, 3.0, 3.0, 3.0, 3.0], "std": [0.9277128916744796, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1078]}, "scene_annotation": {"mean": [57.0], "std": [0.0], "min": [57], "max": [57], "count": [1078]}, "eef_direction_state": {"mean": [4.7189239332096475, 5.191094619666048], "std": [2.261608674306436, 1.9109669109240017], "min": [0, 0], "max": [6, 6], "count": [1078]}, "eef_velocity_state": {"mean": [0.2569573283858998, 0.1614100185528757], "std": [0.43695567255121154, 0.3679087175695016], "min": [0, 0], "max": [1, 1], "count": [1078]}, "eef_acc_mag_state": {"mean": [0.08719851576994433, 0.07328385899814471], "std": [0.3652372847000892, 0.33807621070968014], "min": [0, 0], "max": [2, 2], "count": [1078]}, "eef_direction_action": {"mean": [4.7189239332096475, 5.191094619666048], "std": [2.261608674306436, 1.9109669109240017], "min": [0, 0], "max": [6, 6], "count": [1078]}, "eef_velocity_action": {"mean": [0.2569573283858998, 0.1614100185528757], "std": [0.43695567255121154, 0.3679087175695016], "min": [0, 0], "max": [1, 1], "count": [1078]}, "eef_acc_mag_action": {"mean": [0.08719851576994433, 0.07328385899814471], "std": [0.36523728470008926, 0.33807621070968014], "min": [0, 0], "max": [2, 2], "count": [1078]}, "eef_sim_pose_state": {"mean": [0.45135014533380563, 0.24048082664922232, 1.1227719831531493, -0.014640269785788852, -0.13138084843567205, 1.1989281428275753, 0.4394009778337285, -0.1755110948977173, 1.1457064930709508, -0.001889723470539859, 0.009319236987927849, -1.326307838366913], "std": [0.029700873859088362, 0.024882750174989948, 0.010650025979439044, 0.03495065045383281, 0.05384045342867218, 0.15859877440442072, 0.023171469637440163, 0.018431382276763376, 0.01448037227075789, 0.01978537549051782, 0.0573602175466062, 0.062160344513583536], "min": [0.387017541943992, 0.18943646520559354, 1.1116820803688037, -0.057174981662795554, -0.24603636347624414, 0.8708058129788038, 0.41781213703962616, -0.1876380049518796, 1.1349845082666101, -0.058968398186646453, -0.09661808544832717, -1.368279208358026], "max": [0.5240143376411337, 0.2620612761241996, 1.145576531965738, 0.052582936562553306, -0.07620545008411916, 1.378901905549776, 0.5087152950671052, -0.12801130268345223, 1.1782895517182144, 0.03169630343049368, 0.05130446446645287, -1.2038739070100979], "count": [1078]}, "eef_sim_pose_action": {"mean": [0.45133585402034165, 0.24049360079766202, 1.1227609483459686, -0.014686763591446286, -0.13140374971041768, 1.1988363628689744, 0.4393894301316062, -0.175498068716501, 1.1457249180723388, -0.001882988871710462, 0.009196557619829954, -1.3262857407357653], "std": [0.029703721191575386, 0.024889785103183938, 0.01065504511021501, 0.034957395228633496, 0.05382223345250814, 0.15852321428802607, 0.023178868956090774, 0.018427777143149405, 0.014479384828149578, 0.01978922298776377, 0.05741121206198501, 0.06215034801274373], "min": [0.387017541943992, 0.18943646520559354, 1.1116820803688037, -0.057174981662795554, -0.24603636347624414, 0.8708058129788038, 0.41781213703962616, -0.1876380049518796, 1.1349845082666101, -0.058968398186646453, -0.09661808544832717, -1.368279208358026], "max": [0.5240143376411337, 0.2620612761241996, 1.145576531965738, 0.052582936562553306, -0.07620545008411916, 1.378901905549776, 0.5087152950671052, -0.12801130268345223, 1.1782895517182144, 0.03169630343049368, 0.051245243334071766, -1.2038739070100979], "count": [1078]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1078]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1078]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1078]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1078]}, "gripper_open_scale_state": {"mean": [0.9099456376365116, 0.9090866925282427], "std": [0.0003134251397437224, 3.2562539923289696e-05], "min": [0.9090909090909091, 0.9088068181818182], "max": [0.9109090909090909, 0.9090909090909091], "count": [1078]}, "gripper_open_scale_action": {"mean": [0.9099460793152733, 0.9090866925282427], "std": [0.0003138254902280397, 3.2562539923289696e-05], "min": [0.9090909090909091, 0.9088068181818182], "max": [0.9109090909090909, 0.9090909090909091], "count": [1078]}}} +{"episode_index": 58, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47190633077619]], [[0.46950179669325354]], [[0.4638286217735682]]], "std": [[[0.34156789536413923]], [[0.3275548304986372]], [[0.34149212010868707]]], "count": [177]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3694874427642997]], [[0.37049910800007385]], [[0.3645174245781175]]], "std": [[[0.2768585277512142]], [[0.2718187825558144]], [[0.27900595534829326]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4352691601122558]], [[0.44128274205162293]], [[0.4263049058841992]]], "std": [[[0.31894813635213287]], [[0.3113633981717881]], [[0.31528028402945024]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4173832980225989]], [[0.4210979515158229]], [[0.41143423202614376]]], "std": [[[0.32379708872058993]], [[0.30542664914338924]], [[0.31246255658004674]]], "count": [177]}, "observation.state": {"min": [-0.2989530861377716, 0.12691162526607513, 0.11906854808330536, -1.6533929109573364, -0.13751013576984406, -0.13489213585853577, -0.2759212851524353, -0.31873226165771484, 0.3818681836128235, 0.07772299647331238, -1.6798062324523926, -1.535651445388794, -1.1258518695831299, -0.15661492943763733, -0.007595454808324575, -0.27182847261428833, -1.8171114921569824, 0.011485356837511063, -0.05521818995475769, -0.060560744255781174, -0.30650070309638977, -0.47424498200416565, 0.05797424912452698, 1.3275243043899536, -1.5482304096221924, 0.9698190093040466, 1000.0, 1000.0], "max": [0.10470666736364365, 0.21663245558738708, 0.33194634318351746, -1.353985071182251, -0.0659516304731369, 0.009771661832928658, -0.050674546509981155, -0.27455630898475647, 0.4771551787853241, 0.18157730996608734, -1.3855985403060913, -1.2891275882720947, -0.8083412647247314, 0.25518348813056946, 0.15824900567531586, -0.15017248690128326, -1.458595633506775, 0.18785741925239563, 0.12359657883644104, 0.14580589532852173, -0.24100486934185028, -0.36320918798446655, 0.1415281891822815, 1.5417402982711792, -1.344216227531433, 1.1448906660079956, 1001.9375, 1000.0], "mean": [0.01625298336148262, 0.15790927410125732, 0.18108949065208435, -1.577392339706421, -0.10885587334632874, -0.08263202756643295, -0.16354040801525116, -0.303302139043808, 0.4027106761932373, 0.13723665475845337, -1.513681411743164, -1.3942950963974, -1.0189658403396606, -0.0222479198127985, 0.12581263482570648, -0.2462971955537796, -1.6413087844848633, 0.14614088833332062, 0.00795529130846262, 0.011940662749111652, -0.28993192315101624, -0.3991834223270416, 0.10958626866340637, 1.3915857076644897, -1.421757459640503, 1.0965464115142822, 1000.9501342773438, 1000.0], "std": [0.12145958095788956, 0.03394754230976105, 0.07518857717514038, 0.08354610204696655, 0.01785269007086754, 0.05449497699737549, 0.06153641641139984, 0.012603319250047207, 0.02882927842438221, 0.02916988916695118, 0.09106235206127167, 0.06351827085018158, 0.12210767716169357, 0.10403137654066086, 0.05087168514728546, 0.028062477707862854, 0.07837483286857605, 0.0598205141723156, 0.06858707219362259, 0.0904872938990593, 0.022858796641230583, 0.028017859905958176, 0.020458726212382317, 0.07775281369686127, 0.045730553567409515, 0.06583140045404434, 0.3659434914588928, 0.0], "count": [994]}, "action": {"min": [-0.2989530861377716, 0.12691162526607513, 0.11906854808330536, -1.6533929109573364, -0.13751013576984406, -0.13489213585853577, -0.2759212851524353, -0.31873226165771484, 0.3818681836128235, 0.07772299647331238, -1.6798062324523926, -1.535651445388794, -1.1258518695831299, -0.15661492943763733, -0.007595454808324575, -0.27182847261428833, -1.8171114921569824, 0.011485356837511063, -0.05515863746404648, -0.060560744255781174, -0.30650070309638977, -0.47424498200416565, 0.05797424912452698, 1.3275243043899536, -1.5482304096221924, 0.9698190093040466, 1000.0, 1000.0], "max": [0.10470666736364365, 0.21663245558738708, 0.33194634318351746, -1.353985071182251, -0.0659516304731369, 0.009771661832928658, -0.050674546509981155, -0.27455630898475647, 0.4771551787853241, 0.18157730996608734, -1.3855985403060913, -1.2891275882720947, -0.8083412647247314, 0.25518348813056946, 0.15824900567531586, -0.15017248690128326, -1.458595633506775, 0.18785741925239563, 0.12359657883644104, 0.14580589532852173, -0.24100486934185028, -0.36320918798446655, 0.1415281891822815, 1.5417402982711792, -1.344285011291504, 1.1448906660079956, 1001.9375, 1000.0], "mean": [0.016351277008652687, 0.15781985223293304, 0.18106326460838318, -1.577494740486145, -0.10883189737796783, -0.08268632739782333, -0.16363152861595154, -0.3032922148704529, 0.40268129110336304, 0.13720564544200897, -1.5137592554092407, -1.3943760395050049, -1.0190331935882568, -0.022313300520181656, 0.1257539838552475, -0.24619881808757782, -1.6414391994476318, 0.14601272344589233, 0.007943287491798401, 0.012098032981157303, -0.2898949682712555, -0.39916926622390747, 0.10959111154079437, 1.3917526006698608, -1.421704649925232, 1.0965405702590942, 1000.9501342773438, 1000.0], "std": [0.1214909702539444, 0.0339098796248436, 0.07520483434200287, 0.08354632556438446, 0.017830219119787216, 0.05451849848031998, 0.06143621355295181, 0.012595054693520069, 0.028834637254476547, 0.029139216989278793, 0.09098593890666962, 0.06343536078929901, 0.12214693427085876, 0.10407469421625137, 0.05086786299943924, 0.02818514220416546, 0.07847221195697784, 0.059867434203624725, 0.06859695911407471, 0.09049704670906067, 0.022861694917082787, 0.02802634984254837, 0.020461898297071457, 0.0778089240193367, 0.04578927159309387, 0.06582744419574738, 0.36577925086021423, 0.0], "count": [994]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.564764619279568], "count": [994]}, "frame_index": {"min": [0], "max": [993], "mean": [496.5], "std": [286.94293857838704], "count": [994]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [994]}, "index": {"min": [57011], "max": [58004], "mean": [57507.5], "std": [286.94293857838704], "count": [994]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [994]}, "subtask_annotation": {"mean": [1.0503018108651911, 3.0, 3.0, 3.0, 3.0], "std": [0.9491523855327533, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [994]}, "scene_annotation": {"mean": [58.0], "std": [0.0], "min": [58], "max": [58], "count": [994]}, "eef_direction_state": {"mean": [4.762575452716298, 4.777665995975855], "std": [2.1869302205554346, 2.1749127934391006], "min": [0, 0], "max": [6, 6], "count": [994]}, "eef_velocity_state": {"mean": [0.2605633802816901, 0.2595573440643863], "std": [0.438942029359088, 0.43839175312342543], "min": [0, 0], "max": [1, 1], "count": [994]}, "eef_acc_mag_state": {"mean": [0.07645875251509054, 0.10865191146881288], "std": [0.3418924943237345, 0.40898558509347704], "min": [0, 0], "max": [2, 2], "count": [994]}, "eef_direction_action": {"mean": [4.762575452716298, 4.777665995975855], "std": [2.1869302205554346, 2.1749127934391006], "min": [0, 0], "max": [6, 6], "count": [994]}, "eef_velocity_action": {"mean": [0.2605633802816901, 0.2595573440643863], "std": [0.438942029359088, 0.43839175312342543], "min": [0, 0], "max": [1, 1], "count": [994]}, "eef_acc_mag_action": {"mean": [0.07645875251509054, 0.10865191146881288], "std": [0.3418924943237345, 0.40898558509347704], "min": [0, 0], "max": [2, 2], "count": [994]}, "eef_sim_pose_state": {"mean": [0.4480811179209085, 0.21610594452778079, 1.1357945467133828, -0.03250361528543796, -0.05534001880464284, 1.228082918191231, 0.44202260853080055, -0.18193769975271504, 1.1513996268916662, 0.007499860521278034, 0.02890102355141036, -1.3058638375415919], "std": [0.03167787398275339, 0.01928455166383427, 0.013834837922129696, 0.04464734485544828, 0.04524710856221587, 0.12144322747315621, 0.029131408595290224, 0.015428581491241409, 0.022134543794832803, 0.025823546152259406, 0.036291635706158766, 0.07969315524720079], "min": [0.42553031887545245, 0.17412127850885767, 1.123826144581239, -0.08718993907074435, -0.13818106177443767, 1.0112537112380888, 0.4094139167463723, -0.21201402094749733, 1.1350191160137422, -0.03633965644757098, -0.048699945109990095, -1.366286472992805], "max": [0.5305860119498934, 0.24767166287112857, 1.1685935565854668, 0.0421453475538085, -0.00794601870645617, 1.3789180670391774, 0.51959398292967, -0.13917377851936916, 1.198268372943343, 0.1079041822669552, 0.056487785093949805, -1.1752376331283543], "count": [994]}, "eef_sim_pose_action": {"mean": [0.44805357455274175, 0.21608182619957686, 1.1357974495404344, -0.03258091017491787, -0.05527368245326349, 1.2280054360631494, 0.44201039845300044, -0.1819487664000449, 1.1514272433991144, 0.0076020355383435885, 0.02882183940474015, -1.3057953874113255], "std": [0.0316853878575003, 0.01926049649132928, 0.013832628482929838, 0.04464798155468593, 0.04526500319973502, 0.12137151525996945, 0.029138667648936443, 0.015436556692172363, 0.02213124472246, 0.026017678699908304, 0.036329504484813556, 0.07967044366961597], "min": [0.42553031887545245, 0.17412127850885767, 1.1238266306485685, -0.08718993907074435, -0.13818106177443767, 1.0112537112380888, 0.4094139167463723, -0.21201402094749733, 1.1350191160137422, -0.03633965644757098, -0.048699945109990095, -1.366286472992805], "max": [0.5305860119498934, 0.24767166287112857, 1.1685935565854668, 0.0421453475538085, -0.00794601870645617, 1.3789183394542839, 0.51959398292967, -0.13917377851936916, 1.198268372943343, 0.1078714112367295, 0.056487785093949805, -1.1752376331283543], "count": [994]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [994]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [994]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [994]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [994]}, "gripper_open_scale_state": {"mean": [0.9099546987290398, 0.9090909090909023], "std": [0.0003326755758374349, 6.772360450213455e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9108522727272728, 0.9090909090909091], "count": [994]}, "gripper_open_scale_action": {"mean": [0.9099547654356538, 0.9090909090909023], "std": [0.00033252623860326744, 6.772360450213455e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9108522727272728, 0.9090909090909091], "count": [994]}}} +{"episode_index": 59, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49510746789025684]], [[0.4923817354461164]], [[0.4874120995782034]]], "std": [[[0.34838956372531626]], [[0.33418895477104077]], [[0.3479845035351314]]], "count": [172]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37273923658610736]], [[0.3735209117077063]], [[0.36735412510449916]]], "std": [[[0.2815806308404891]], [[0.27622263101170236]], [[0.2835944471906958]]], "count": [172]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.432171606627147]], [[0.4384116780190759]], [[0.42414773094315245]]], "std": [[[0.320641652859652]], [[0.31180226491318414]], [[0.31661788079490993]]], "count": [172]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4161281789120687]], [[0.42063637615899074]], [[0.4109500933367533]]], "std": [[[0.3239208439049347]], [[0.30809318966745064]], [[0.31449867003763465]]], "count": [172]}, "observation.state": {"min": [-0.41865867376327515, 0.21639464795589447, 0.10783734917640686, -1.6697325706481934, -0.3720802068710327, -0.07928267121315002, -0.3911021053791046, -0.3187101185321808, 0.38430875539779663, 0.10469105839729309, -1.6844878196716309, -1.6930114030838013, -1.1254523992538452, -0.2102947235107422, -0.07272568345069885, -0.2599482536315918, -1.859275221824646, -0.052208252251148224, -0.0898582711815834, -0.060586921870708466, -0.30650150775909424, -0.48028913140296936, 0.051519062370061874, 1.3349539041519165, -1.4016718864440918, 1.0545530319213867, 1000.0625, 999.125], "max": [0.05439864099025726, 0.3805461525917053, 0.3795567452907562, -1.239214301109314, -0.1332547962665558, 0.07352963089942932, -0.050645094364881516, -0.2674824297428131, 0.5039971470832825, 0.18991443514823914, -1.3856452703475952, -1.2891275882720947, -0.7418346405029297, 0.2636985182762146, 0.15824246406555176, -0.1620483696460724, -1.4171724319458008, 0.18783777952194214, 0.08399178832769394, 0.09245118498802185, -0.2360391914844513, -0.3512621819972992, 0.12064406275749207, 1.5407265424728394, -1.2864288091659546, 1.200751781463623, 1002.0, 1000.0], "mean": [-0.05222690850496292, 0.25242310762405396, 0.17766357958316803, -1.531023621559143, -0.28737664222717285, -0.02945869415998459, -0.23835676908493042, -0.297588586807251, 0.42089909315109253, 0.16696709394454956, -1.479614496231079, -1.5110061168670654, -1.0046579837799072, -0.02749447152018547, 0.08880660682916641, -0.23933029174804688, -1.6565334796905518, 0.09331806749105453, -0.010560079477727413, -0.0008623351459391415, -0.2809310555458069, -0.3984469175338745, 0.10349733382463455, 1.4117623567581177, -1.3773574829101562, 1.128714919090271, 1000.9297485351562, 999.9853515625], "std": [0.14562848210334778, 0.042221549898386, 0.09516172856092453, 0.10951656103134155, 0.05959143489599228, 0.042143262922763824, 0.09818747639656067, 0.013785747811198235, 0.03271330147981644, 0.025533676147460938, 0.10392781347036362, 0.10669112205505371, 0.14401116967201233, 0.1067739725112915, 0.0814669281244278, 0.02985539846122265, 0.09182880818843842, 0.10239803045988083, 0.04971001297235489, 0.06610719114542007, 0.0287825595587492, 0.02936040423810482, 0.023455362766981125, 0.08451464027166367, 0.03350076824426651, 0.033402420580387115, 0.36067408323287964, 0.0941913053393364], "count": [957]}, "action": {"min": [-0.41865867376327515, 0.21639464795589447, 0.10783734917640686, -1.6697325706481934, -0.3720802068710327, -0.07928267121315002, -0.3911021053791046, -0.3187101185321808, 0.38430875539779663, 0.10469105839729309, -1.6844878196716309, -1.6930114030838013, -1.1254523992538452, -0.2102947235107422, -0.07272568345069885, -0.2599482536315918, -1.859275221824646, -0.052208252251148224, -0.0898582711815834, -0.060586921870708466, -0.30650150775909424, -0.48028913140296936, 0.051519062370061874, 1.3349539041519165, -1.4016718864440918, 1.0545530319213867, 1000.0625, 999.125], "max": [0.05439864099025726, 0.3805461525917053, 0.3795567452907562, -1.239214301109314, -0.1332547962665558, 0.07352963089942932, -0.050645094364881516, -0.2674824297428131, 0.5039971470832825, 0.18991443514823914, -1.3856452703475952, -1.2891275882720947, -0.7418346405029297, 0.2636985182762146, 0.15824246406555176, -0.1620483696460724, -1.4171724319458008, 0.18783777952194214, 0.08399178832769394, 0.09245118498802185, -0.2360391914844513, -0.3512621819972992, 0.12064406275749207, 1.5407265424728394, -1.2864288091659546, 1.200751781463623, 1002.0, 1000.0], "mean": [-0.05220353975892067, 0.2524377405643463, 0.1776258796453476, -1.5310810804367065, -0.28755077719688416, -0.029432976618409157, -0.23852144181728363, -0.2975723147392273, 0.4208916425704956, 0.16696812212467194, -1.479644775390625, -1.5112183094024658, -1.0047165155410767, -0.027634700760245323, 0.08865230530500412, -0.23923562467098236, -1.6567096710205078, 0.0930926576256752, -0.010604621842503548, -0.0007507848204113543, -0.28089413046836853, -0.39841270446777344, 0.10348343104124069, 1.4118945598602295, -1.3772610425949097, 1.1287682056427002, 1000.9305419921875, 999.9853515625], "std": [0.14563967287540436, 0.04221156984567642, 0.09518082439899445, 0.10952890664339066, 0.059396471828222275, 0.042120303958654404, 0.09800462424755096, 0.013769995421171188, 0.032716114073991776, 0.025534270331263542, 0.10390470176935196, 0.1064511090517044, 0.14404408633708954, 0.10690299421548843, 0.08147518336772919, 0.029933538287878036, 0.09194955229759216, 0.10242720693349838, 0.04975775629281998, 0.06609641760587692, 0.028772428631782532, 0.029389742761850357, 0.023449163883924484, 0.08449352532625198, 0.033576712012290955, 0.0334680899977684, 0.3602240979671478, 0.0941913053393364], "count": [957]}, "timestamp": {"min": [0.0], "max": [31.866666666666667], "mean": [15.933333333333334], "std": [9.208731766141348], "count": [957]}, "frame_index": {"min": [0], "max": [956], "mean": [478.0], "std": [276.26195298424045], "count": [957]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [957]}, "index": {"min": [58005], "max": [58961], "mean": [58483.0], "std": [276.26195298424045], "count": [957]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [957]}, "subtask_annotation": {"mean": [1.0773249738766981, 3.0, 3.0, 3.0, 3.0], "std": [0.8759398308000081, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [957]}, "scene_annotation": {"mean": [59.0], "std": [0.0], "min": [59], "max": [59], "count": [957]}, "eef_direction_state": {"mean": [4.804597701149425, 4.820271682340648], "std": [2.1321198310594096, 2.1371683942580284], "min": [0, 0], "max": [6, 6], "count": [957]}, "eef_velocity_state": {"mean": [0.2664576802507837, 0.27063740856844304], "std": [0.4421063049608746, 0.4442890969310421], "min": [0, 0], "max": [1, 1], "count": [957]}, "eef_acc_mag_state": {"mean": [0.13793103448275862, 0.10344827586206896], "std": [0.45691380263562437, 0.39952770012326133], "min": [0, 0], "max": [2, 2], "count": [957]}, "eef_direction_action": {"mean": [4.804597701149425, 4.820271682340648], "std": [2.1321198310594096, 2.1371683942580284], "min": [0, 0], "max": [6, 6], "count": [957]}, "eef_velocity_action": {"mean": [0.2664576802507837, 0.27063740856844304], "std": [0.4421063049608746, 0.4442890969310421], "min": [0, 0], "max": [1, 1], "count": [957]}, "eef_acc_mag_action": {"mean": [0.13793103448275862, 0.10344827586206896], "std": [0.45691380263562437, 0.39952770012326133], "min": [0, 0], "max": [2, 2], "count": [957]}, "eef_sim_pose_state": {"mean": [0.46843962991540106, 0.25005306471056643, 1.1444948955000205, 0.0005426025469728479, 0.023847710905122842, 1.1743629006847165, 0.4407976909317901, -0.17384836694401137, 1.157114970607792, 0.04409770851437301, 0.010920612310351355, -1.3288671488807124], "std": [0.03711920413923037, 0.015021915984135565, 0.015508377754546733, 0.03790325452313214, 0.05836820781356207, 0.15483238088764856, 0.02992533000451527, 0.019676545411294967, 0.025372510973373116, 0.044958092773499464, 0.04578280123840454, 0.048024552528796144], "min": [0.44111114931860806, 0.20829360989777043, 1.1238490265182013, -0.05057198664689544, -0.08116824751592877, 0.9141717402406785, 0.3940662134611509, -0.18962808241503187, 1.1350232674030003, 0.0058973267906125, -0.10522930545180698, -1.3664754125634975], "max": [0.5622963899933954, 0.2696922597159756, 1.1758263334599357, 0.09872338164241279, 0.07661229816270576, 1.378984945104413, 0.5239468346089999, -0.12728106580746384, 1.1964625458143994, 0.1280214413873325, 0.050894537842881116, -1.2299639699687461], "count": [957]}, "eef_sim_pose_action": {"mean": [0.468435143196865, 0.2500654635157646, 1.1445080541937336, 0.0005081633430061851, 0.024004536740906853, 1.1742325390478874, 0.44076449743537927, -0.1738352500443409, 1.15714055210783, 0.04422311897862722, 0.010855418120901867, -1.3288582508741191], "std": [0.037121317838936393, 0.015024531751475844, 0.015496197453352277, 0.03791377920564228, 0.05830114684786445, 0.15471256973271608, 0.02995405244093455, 0.019671556211582394, 0.025362566360269415, 0.04501870635948668, 0.04577031656036496, 0.048018377501340054], "min": [0.44111114931860806, 0.20829360989777043, 1.1238490265182013, -0.05057198664689544, -0.08116824751592877, 0.9141717402406785, 0.3940662134611509, -0.18962808241503187, 1.1350232674030003, 0.0058973267906125, -0.10522930545180698, -1.3664754125634975], "max": [0.5622963899933954, 0.2696922597159756, 1.1758263334599357, 0.09872338164241279, 0.07661229816270576, 1.378984945104413, 0.5239468346089999, -0.12728106580746384, 1.1964625458143994, 0.1280214413873325, 0.050894537842881116, -1.2299639699687461], "count": [957]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [957]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [957]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [957]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [957]}, "gripper_open_scale_state": {"mean": [0.9099361202471526, 0.9090776099553483], "std": [0.0003278844057492337, 8.562845887986378e-05], "min": [0.9091477272727273, 0.9082954545454546], "max": [0.9109090909090909, 0.9090909090909091], "count": [957]}, "gripper_open_scale_action": {"mean": [0.9099368537474487, 0.9090776099553483], "std": [0.00032747823576164406, 8.562845887986378e-05], "min": [0.9091477272727273, 0.9082954545454546], "max": [0.9109090909090909, 0.9090909090909091], "count": [957]}}} +{"episode_index": 60, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4883442942754754]], [[0.485558535724896]], [[0.4802288150345365]]], "std": [[[0.34483629138096417]], [[0.3305830342420595]], [[0.3443980555994749]]], "count": [176]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3742943729575164]], [[0.37515057514483063]], [[0.3693056611612448]]], "std": [[[0.27914437792674957]], [[0.2738841564077554]], [[0.2814388399492502]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43369124610071297]], [[0.4391370367275698]], [[0.4272231889204545]]], "std": [[[0.30627230831857855]], [[0.2992242326707023]], [[0.30449777063959194]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.416912094288473]], [[0.42110738357843136]], [[0.41135646213978017]]], "std": [[[0.3243119477173525]], [[0.30786615270482787]], [[0.3146001438674715]]], "count": [176]}, "observation.state": {"min": [-0.3945971429347992, 0.17760688066482544, 0.10064005106687546, -1.7431694269180298, -0.17599572241306305, -0.10534698516130447, -0.34349825978279114, -0.3187388777732849, 0.3571678102016449, 0.08535518497228622, -1.7935110330581665, -1.5462899208068848, -1.100077748298645, -0.17103789746761322, -0.017448928207159042, -0.25992971658706665, -1.8948886394500732, -0.06042657047510147, -0.042612213641405106, -0.06056619808077812, -0.30652281641960144, -0.47841355204582214, 0.06010856106877327, 1.3349539041519165, -1.3987038135528564, 0.981086015701294, 1000.0, 1000.0], "max": [0.16264940798282623, 0.2729945778846741, 0.3906908631324768, -1.3146637678146362, -0.07963719218969345, 0.014403329230844975, -0.05066145583987236, -0.24679413437843323, 0.49541255831718445, 0.18138743937015533, -1.3848679065704346, -1.2893409729003906, -0.6657165288925171, 0.26516786217689514, 0.1582457274198532, -0.16127605736255646, -1.436510682106018, 0.18783560395240784, 0.102118119597435, 0.12310243397951126, -0.2196308672428131, -0.36222043633461, 0.12127168476581573, 1.5911288261413574, -1.2844562530517578, 1.1720367670059204, 1001.9375, 1000.0], "mean": [-0.002772894687950611, 0.21026913821697235, 0.19141070544719696, -1.5970520973205566, -0.1277887523174286, -0.07267235964536667, -0.18683336675167084, -0.2905083894729614, 0.405996173620224, 0.14597640931606293, -1.5662506818771362, -1.3813198804855347, -0.9794374108314514, -0.014754505828022957, 0.11172959953546524, -0.24327504634857178, -1.6498055458068848, 0.1113571897149086, -0.001013425295241177, -0.004093706142157316, -0.28218692541122437, -0.40116044878959656, 0.10928340256214142, 1.4055572748184204, -1.3751285076141357, 1.116629958152771, 1000.9261474609375, 1000.0], "std": [0.14986656606197357, 0.0312630832195282, 0.08033309876918793, 0.11221344769001007, 0.01826600916683674, 0.0383441187441349, 0.09220638871192932, 0.02006051503121853, 0.03541373088955879, 0.025666655972599983, 0.12253892421722412, 0.06995341926813126, 0.13863477110862732, 0.11011817306280136, 0.06413982063531876, 0.029394585639238358, 0.09232056140899658, 0.09946571290493011, 0.055692628026008606, 0.0732814371585846, 0.03252372145652771, 0.029170285910367966, 0.019358381628990173, 0.09626223891973495, 0.03179929032921791, 0.05022474005818367, 0.3299759328365326, 0.0], "count": [989]}, "action": {"min": [-0.3945971429347992, 0.17760688066482544, 0.10064005106687546, -1.7431694269180298, -0.17599572241306305, -0.10534698516130447, -0.34349825978279114, -0.3187388777732849, 0.3571678102016449, 0.08535518497228622, -1.7935110330581665, -1.5462899208068848, -1.100077748298645, -0.17103789746761322, -0.017448928207159042, -0.25992971658706665, -1.8948886394500732, -0.06042657047510147, -0.042612213641405106, -0.06056619808077812, -0.30652281641960144, -0.47841355204582214, 0.06010856106877327, 1.3349539041519165, -1.3987038135528564, 0.981086015701294, 1000.0, 1000.0], "max": [0.16264940798282623, 0.2729945778846741, 0.3906908631324768, -1.3146637678146362, -0.07963719218969345, 0.014403329230844975, -0.05066145583987236, -0.24679413437843323, 0.49541255831718445, 0.18138743937015533, -1.3848679065704346, -1.2893409729003906, -0.6657165288925171, 0.26516786217689514, 0.1582457274198532, -0.16127605736255646, -1.436510682106018, 0.18783560395240784, 0.102118119597435, 0.12310243397951126, -0.2196308672428131, -0.36222043633461, 0.12127168476581573, 1.5911288261413574, -1.2844562530517578, 1.1720367670059204, 1001.9375, 1000.0], "mean": [-0.0026925611309707165, 0.2102329134941101, 0.19140684604644775, -1.5972018241882324, -0.1277722865343094, -0.07269693166017532, -0.18695560097694397, -0.2904781103134155, 0.40596988797187805, 0.14594483375549316, -1.566414713859558, -1.3813996315002441, -0.9794505834579468, -0.014864140190184116, 0.1115846112370491, -0.2431756556034088, -1.6499919891357422, 0.11114867031574249, -0.0009491081000305712, -0.0039772153832018375, -0.28214651346206665, -0.4011354446411133, 0.1092732697725296, 1.4056384563446045, -1.3750656843185425, 1.1166280508041382, 1000.926025390625, 1000.0], "std": [0.14989279210567474, 0.03127656504511833, 0.0803353413939476, 0.1122184693813324, 0.018264636397361755, 0.03835610672831535, 0.09210596233606339, 0.02004053071141243, 0.03541882336139679, 0.0256422720849514, 0.12240514159202576, 0.06989340484142303, 0.1386433243751526, 0.11021585762500763, 0.06419652700424194, 0.029504278674721718, 0.0924765020608902, 0.09952136129140854, 0.055681269615888596, 0.07328322529792786, 0.03251832351088524, 0.0291907861828804, 0.019355060532689095, 0.09623643010854721, 0.031817130744457245, 0.0502236932516098, 0.33050665259361267, 0.0], "count": [989]}, "timestamp": {"min": [0.0], "max": [32.93333333333333], "mean": [16.466666666666665], "std": [9.516652072376433], "count": [989]}, "frame_index": {"min": [0], "max": [988], "mean": [494.0], "std": [285.499562171293], "count": [989]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [989]}, "index": {"min": [58962], "max": [59950], "mean": [59456.0], "std": [285.499562171293], "count": [989]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [989]}, "subtask_annotation": {"mean": [0.9201213346814965, 3.0, 3.0, 3.0, 3.0], "std": [0.891874104932636, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [989]}, "scene_annotation": {"mean": [60.0], "std": [0.0], "min": [60], "max": [60], "count": [989]}, "eef_direction_state": {"mean": [4.723963599595551, 4.8958543983822045], "std": [2.184058906964167, 2.11744953204598], "min": [0, 0], "max": [6, 6], "count": [989]}, "eef_velocity_state": {"mean": [0.282103134479272, 0.23053589484327602], "std": [0.4500232838378973, 0.42117584929823065], "min": [0, 0], "max": [1, 1], "count": [989]}, "eef_acc_mag_state": {"mean": [0.1365015166835187, 0.055611729019211326], "std": [0.4525763740693331, 0.2843070352580335], "min": [0, 0], "max": [2, 2], "count": [989]}, "eef_direction_action": {"mean": [4.723963599595551, 4.8958543983822045], "std": [2.184058906964167, 2.11744953204598], "min": [0, 0], "max": [6, 6], "count": [989]}, "eef_velocity_action": {"mean": [0.282103134479272, 0.23053589484327602], "std": [0.4500232838378973, 0.42117584929823065], "min": [0, 0], "max": [1, 1], "count": [989]}, "eef_acc_mag_action": {"mean": [0.1365015166835187, 0.055611729019211326], "std": [0.4525763740693331, 0.2843070352580335], "min": [0, 0], "max": [2, 2], "count": [989]}, "eef_sim_pose_state": {"mean": [0.4531379499217757, 0.22794944612432672, 1.1478549900573491, -0.037878979631487876, -0.09503479658031842, 1.1938597513184934, 0.44388598728054146, -0.17930741540036865, 1.1574380926550645, 0.03304846974844942, 0.00402295081783565, -1.329824199947694], "std": [0.03870698456223126, 0.014425743131718495, 0.019734572310557634, 0.054167296879337364, 0.05856495060176393, 0.1466859905643926, 0.030761249134652568, 0.01519894399056944, 0.029469928288267933, 0.040639907245076656, 0.06266791266562903, 0.05442249736711724], "min": [0.4073923132662047, 0.1880540267011767, 1.1238365181470558, -0.11510340682177034, -0.24758482162185658, 0.920910025369845, 0.40414734441271644, -0.19275097514389947, 1.135007253568199, 0.005833126208624084, -0.1132668223485287, -1.3664679736869756], "max": [0.5528325530335207, 0.25248105406489246, 1.1906072052821706, 0.059334523254596094, -0.04697277125672161, 1.378835279718391, 0.5230276097603236, -0.13877477218790238, 1.2107089496542671, 0.1482780407598141, 0.0509745482291446, -1.2277060725125333], "count": [989]}, "eef_sim_pose_action": {"mean": [0.45311547282024905, 0.22793062292941138, 1.1478768106989585, -0.037972255837915, -0.09501881887698356, 1.1937190994994609, 0.4438614279217696, -0.1792982684477628, 1.1574735831487737, 0.033102854922723954, 0.0039621843765247616, -1.3298135880056396], "std": [0.038713451203020825, 0.01441268674457752, 0.01971992946813845, 0.054172010621090276, 0.05857229459982686, 0.1465752118960906, 0.030781417242553236, 0.015196663109311935, 0.029464050746105298, 0.04063953288469344, 0.06265163218295366, 0.054416379732646895], "min": [0.4073923132662047, 0.1880540267011767, 1.1238365181470558, -0.11510340682177034, -0.24758482162185658, 0.920910025369845, 0.40414734441271644, -0.19275097514389947, 1.135007253568199, 0.005833126208624084, -0.1132668223485287, -1.3664679736869756], "max": [0.5528325530335207, 0.25248105406489246, 1.1906072052821706, 0.059334523254596094, -0.04697277125672161, 1.378835279718391, 0.5230276097603236, -0.13877477218790238, 1.2107089496542671, 0.1482780407598141, 0.0509745482291446, -1.2277060725125333], "count": [989]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [989]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [989]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [989]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [989]}, "gripper_open_scale_state": {"mean": [0.9099328354643463, 0.9090909090909025], "std": [0.0002999771639432849, 6.5503158452884236e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9108522727272728, 0.9090909090909091], "count": [989]}, "gripper_open_scale_action": {"mean": [0.9099327299894923, 0.9090909090909025], "std": [0.0003004601814783536, 6.5503158452884236e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9108522727272728, 0.9090909090909091], "count": [989]}}} +{"episode_index": 61, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4774551170084892]], [[0.47620129498159414]], [[0.4713234601551348]]], "std": [[[0.34467535293257473]], [[0.33143669209546295]], [[0.3452587029229734]]], "count": [174]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.373057498262715]], [[0.37408334741942756]], [[0.3678942251709113]]], "std": [[[0.27812974051746214]], [[0.2731145252260694]], [[0.28042601545619616]]], "count": [174]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42866948623319057]], [[0.43248397472015626]], [[0.4192143175756893]]], "std": [[[0.327909172820002]], [[0.3170768397455394]], [[0.32177109606719073]]], "count": [174]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4115125331023214]], [[0.41679655688903916]], [[0.4065416349729547]]], "std": [[[0.32754800362231773]], [[0.3093531046067668]], [[0.31644409494157444]]], "count": [174]}, "observation.state": {"min": [-0.16250543296337128, 0.16938093304634094, 0.0613526850938797, -1.825630784034729, -0.19622300565242767, -0.09601383656263351, -0.2687196135520935, -0.31979507207870483, 0.3404204547405243, 0.09644187986850739, -1.6710116863250732, -1.5134341716766357, -1.0773624181747437, -0.21018017828464508, -0.011246465146541595, -0.31325170397758484, -1.8230171203613281, -0.04383067041635513, -0.07172757387161255, -0.06057274341583252, -0.3064926266670227, -0.44740957021713257, 0.04161006212234497, 1.3349539041519165, -1.4856021404266357, 0.9664700627326965, 1000.0, 999.5625], "max": [0.2314121127128601, 0.3093639612197876, 0.3133564293384552, -1.5226023197174072, -0.04362886771559715, 0.11096476018428802, -0.05066800117492676, -0.26926982402801514, 0.4391297996044159, 0.19420981407165527, -1.3756368160247803, -1.2873519659042358, -0.7308422327041626, 0.1778632402420044, 0.15825554728507996, -0.1734999120235443, -1.5351719856262207, 0.18788033723831177, 0.09612946212291718, 0.13086915016174316, -0.24622443318367004, -0.3509964942932129, 0.12066724896430969, 1.6077739000320435, -1.345101237297058, 1.1499766111373901, 1002.0, 1000.0], "mean": [0.09811398386955261, 0.20455816388130188, 0.15715907514095306, -1.691365122795105, -0.0921216830611229, -0.023964358493685722, -0.16993418335914612, -0.29628026485443115, 0.3805082142353058, 0.15082360804080963, -1.5118390321731567, -1.3747313022613525, -0.959130048751831, -0.053958892822265625, 0.10825479030609131, -0.2493920922279358, -1.6721502542495728, 0.10393670201301575, -0.011733641847968102, 0.011886839754879475, -0.28731676936149597, -0.38962167501449585, 0.10362838208675385, 1.4199485778808594, -1.3963418006896973, 1.1015098094940186, 1000.8927001953125, 999.9815063476562], "std": [0.09699584543704987, 0.04360338672995567, 0.057613324373960495, 0.07577884197235107, 0.03671392425894737, 0.055666495114564896, 0.05815615504980087, 0.013503074645996094, 0.024007340893149376, 0.02048567682504654, 0.0769043043255806, 0.054028481245040894, 0.10180418938398361, 0.09630953520536423, 0.058594536036252975, 0.03770952671766281, 0.07658807188272476, 0.09396230429410934, 0.055129870772361755, 0.07935650646686554, 0.022811010479927063, 0.023613447323441505, 0.026315605267882347, 0.10024536401033401, 0.030224839225411415, 0.06764674186706543, 0.3944038450717926, 0.07633250951766968], "count": [974]}, "action": {"min": [-0.16250543296337128, 0.16938093304634094, 0.0613526850938797, -1.825630784034729, -0.19622300565242767, -0.09601383656263351, -0.2687196135520935, -0.31979507207870483, 0.3404204547405243, 0.09644187986850739, -1.6710116863250732, -1.5134341716766357, -1.0773624181747437, -0.21018017828464508, -0.011246465146541595, -0.31325170397758484, -1.8230171203613281, -0.04383067041635513, -0.07172757387161255, -0.06057274341583252, -0.3064926266670227, -0.44740957021713257, 0.04161006212234497, 1.3349539041519165, -1.4856021404266357, 0.9664700627326965, 1000.0, 999.5625], "max": [0.2314121127128601, 0.3093639612197876, 0.3133564293384552, -1.5226023197174072, -0.04362886771559715, 0.11096476018428802, -0.05066800117492676, -0.26926982402801514, 0.4391297996044159, 0.19420981407165527, -1.3756368160247803, -1.2873519659042358, -0.7308422327041626, 0.1778632402420044, 0.15825554728507996, -0.1734999120235443, -1.5351719856262207, 0.18788033723831177, 0.09612946212291718, 0.13086915016174316, -0.24622443318367004, -0.3509964942932129, 0.1206669956445694, 1.6077739000320435, -1.345101237297058, 1.1499766111373901, 1002.0, 1000.0], "mean": [0.09826779365539551, 0.20451132953166962, 0.15713834762573242, -1.6915652751922607, -0.09205642342567444, -0.023940151557326317, -0.17004117369651794, -0.29626160860061646, 0.3804621696472168, 0.150794118642807, -1.5119444131851196, -1.3748042583465576, -0.9590854644775391, -0.05411220341920853, 0.10814661532640457, -0.24930532276630402, -1.6723227500915527, 0.10375341027975082, -0.011756962165236473, 0.012013663537800312, -0.28729113936424255, -0.38958266377449036, 0.10361960530281067, 1.420071005821228, -1.3962904214859009, 1.1015106439590454, 1000.8922729492188, 999.9815063476562], "std": [0.09696871042251587, 0.04361492022871971, 0.057620368897914886, 0.07560151815414429, 0.036689843982458115, 0.055647674947977066, 0.05803238973021507, 0.013484638184309006, 0.023989692330360413, 0.020462285727262497, 0.07680091261863708, 0.053960803896188736, 0.10177074372768402, 0.09643589705228806, 0.05859946459531784, 0.03778247907757759, 0.07669370621442795, 0.09397254884243011, 0.05514775589108467, 0.07933937013149261, 0.022803504019975662, 0.02364496700465679, 0.026311343535780907, 0.10021413862705231, 0.030266210436820984, 0.06764725595712662, 0.3950960338115692, 0.07633250206708908], "count": [974]}, "timestamp": {"min": [0.0], "max": [32.43333333333333], "mean": [16.216666666666665], "std": [9.372314430159596], "count": [974]}, "frame_index": {"min": [0], "max": [973], "mean": [486.5], "std": [281.16943290478787], "count": [974]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [974]}, "index": {"min": [59951], "max": [60924], "mean": [60437.5], "std": [281.16943290478787], "count": [974]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [974]}, "subtask_annotation": {"mean": [1.0256673511293635, 3.0, 3.0, 3.0, 3.0], "std": [0.8835470307028597, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [974]}, "scene_annotation": {"mean": [61.0], "std": [0.0], "min": [61], "max": [61], "count": [974]}, "eef_direction_state": {"mean": [4.82135523613963, 5.079055441478439], "std": [2.170105792112723, 1.9254356905825099], "min": [0, 0], "max": [6, 6], "count": [974]}, "eef_velocity_state": {"mean": [0.24845995893223818, 0.22176591375770022], "std": [0.4321198997264822, 0.41543446324650596], "min": [0, 0], "max": [1, 1], "count": [974]}, "eef_acc_mag_state": {"mean": [0.11601642710472279, 0.09342915811088295], "std": [0.43214063388077906, 0.37980048070756633], "min": [0, 0], "max": [2, 2], "count": [974]}, "eef_direction_action": {"mean": [4.82135523613963, 5.079055441478439], "std": [2.170105792112723, 1.9254356905825099], "min": [0, 0], "max": [6, 6], "count": [974]}, "eef_velocity_action": {"mean": [0.24845995893223818, 0.22176591375770022], "std": [0.4321198997264822, 0.41543446324650596], "min": [0, 0], "max": [1, 1], "count": [974]}, "eef_acc_mag_action": {"mean": [0.11601642710472279, 0.09342915811088295], "std": [0.43214063388077906, 0.37980048070756633], "min": [0, 0], "max": [2, 2], "count": [974]}, "eef_sim_pose_state": {"mean": [0.42576516825993954, 0.23016791474004883, 1.1463459131364295, 0.0059711088607077205, -0.09583144231825422, 1.2233061699129646, 0.4325505011209727, -0.1760281099046251, 1.152116426131177, 0.029151365447064446, 0.007472522727970514, -1.3053933007840879], "std": [0.025022115655948186, 0.014372206654020602, 0.015164484347016258, 0.034212446355803894, 0.040047977071180005, 0.10363841004180016, 0.024855182411512564, 0.019587641777453365, 0.02100958033789657, 0.032164881284476005, 0.05325381061893721, 0.08066839546112935], "min": [0.39018319797044354, 0.19138202319345787, 1.1217307021200635, -0.04529111425752996, -0.19370118161369887, 1.020954875075276, 0.3934359012011475, -0.1892702244437656, 1.1350280996150217, -0.01767613347963315, -0.09575663073076335, -1.3664765117629916], "max": [0.49065072988409597, 0.2670982489723647, 1.1792516898873528, 0.07676187978267446, -0.04778908768993739, 1.3788284382960876, 0.4942492843641857, -0.12625723214978907, 1.1913309118572961, 0.10234604730011776, 0.05096065995487309, -1.142490409732491], "count": [974]}, "eef_sim_pose_action": {"mean": [0.4257219189797529, 0.23014904858624466, 1.1463625759298468, 0.0059481359083027995, -0.09583254232742937, 1.2231877292173712, 0.4325127055830909, -0.17602311959070918, 1.1521349285564801, 0.02923052531511498, 0.00740926573204712, -1.3053511314904884], "std": [0.025011217773106484, 0.014361805344114383, 0.01514866756007176, 0.03422026465596272, 0.04004744926209532, 0.10352650488499167, 0.024885857279754234, 0.019585305465833848, 0.021002463609291887, 0.03220264668920081, 0.05323886358752941, 0.08064717997798214], "min": [0.39018319797044354, 0.19138202319345787, 1.1217307021200635, -0.04529111425752996, -0.19370118161369887, 1.020954875075276, 0.3934359012011475, -0.1892702244437656, 1.1350280996150217, -0.01767613347963315, -0.09575663073076335, -1.3664751861342366], "max": [0.49065072988409597, 0.2670982489723647, 1.1792516898873528, 0.07676187978267446, -0.04778908768993739, 1.3788284382960876, 0.4942492843641857, -0.12625723214978907, 1.1913309118572961, 0.10234604730011776, 0.05096065995487309, -1.142490409732491], "count": [974]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [974]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [974]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [974]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [974]}, "gripper_open_scale_state": {"mean": [0.9099024288027271, 0.9090741086428936], "std": [0.000358547793008265, 6.939321842481269e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9109090909090909, 0.9090909090909091], "count": [974]}, "gripper_open_scale_action": {"mean": [0.9099019973866004, 0.9090741086428936], "std": [0.00035917800140062217, 6.939321842481269e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9109090909090909, 0.9090909090909091], "count": [974]}}} +{"episode_index": 62, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48496138538748834]], [[0.48321250816993466]], [[0.47880371848739495]]], "std": [[[0.34508391438267344]], [[0.3310201633470203]], [[0.3453328291636968]]], "count": [175]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3740951073762838]], [[0.3749463702147526]], [[0.36889929038281977]]], "std": [[[0.2791801099144036]], [[0.274084458761068]], [[0.2814001515589893]]], "count": [175]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43609318394024277]], [[0.44123050770308125]], [[0.4266596171802054]]], "std": [[[0.31341572378156146]], [[0.3071174846155574]], [[0.3111043120658251]]], "count": [175]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4145688305322129]], [[0.4195226890756303]], [[0.4097020471521942]]], "std": [[[0.32719251270028366]], [[0.3101591654215221]], [[0.3170464288234844]]], "count": [175]}, "observation.state": {"min": [-0.2631443738937378, 0.10881691426038742, 0.09609128534793854, -1.8477026224136353, -0.1373443305492401, -0.07930558174848557, -0.25098925828933716, -0.31871944665908813, 0.3566009998321533, 0.08958669006824493, -1.6852535009384155, -1.4466774463653564, -1.0851175785064697, -0.16680002212524414, -0.030832331627607346, -0.30632054805755615, -1.8040355443954468, -0.1592416614294052, -0.07601606845855713, -0.06059782952070236, -0.3065186142921448, -0.47304126620292664, 0.043778061866760254, 1.3349539041519165, -1.4007283449172974, 0.8997362852096558, 1000.0, 1000.0], "max": [0.1702001392841339, 0.2733447253704071, 0.3199843168258667, -1.4642199277877808, -0.010113092139363289, 0.08647669851779938, -0.05065491050481796, -0.25231799483299255, 0.4688259959220886, 0.1827601194381714, -1.385232925415039, -1.284120798110962, -0.7847365736961365, 0.26863017678260803, 0.15823592245578766, -0.18818359076976776, -1.453187346458435, 0.18783451616764069, 0.07629816234111786, 0.11875438690185547, -0.2350604385137558, -0.3615618050098419, 0.1206495612859726, 1.6645461320877075, -1.2313430309295654, 1.1453096866607666, 1002.0, 1000.0], "mean": [0.06666483730077744, 0.1637602150440216, 0.16460038721561432, -1.6866265535354614, -0.06419267505407333, -0.025936610996723175, -0.13495837152004242, -0.28427553176879883, 0.39005783200263977, 0.14177963137626648, -1.5111215114593506, -1.3383382558822632, -1.0097286701202393, -0.017889125272631645, 0.10889081656932831, -0.25760185718536377, -1.6443907022476196, 0.07003153860569, -0.02131306566298008, 0.004382539540529251, -0.28398749232292175, -0.39904314279556274, 0.10172683745622635, 1.448304533958435, -1.3529311418533325, 1.0878349542617798, 1001.0180053710938, 1000.0], "std": [0.12425604462623596, 0.055807072669267654, 0.06000058725476265, 0.10306722670793533, 0.041888993233442307, 0.0534595251083374, 0.06474117934703827, 0.01860317774116993, 0.030176633968949318, 0.02312653139233589, 0.09205615520477295, 0.05346481874585152, 0.10260140895843506, 0.10432546585798264, 0.06287828832864761, 0.02426459640264511, 0.07550108432769775, 0.14065955579280853, 0.03883720189332962, 0.07606300711631775, 0.028250329196453094, 0.02655095048248768, 0.026988310739398003, 0.13771679997444153, 0.06108016520738602, 0.07851719856262207, 0.3753983974456787, 0.0], "count": [986]}, "action": {"min": [-0.2631443738937378, 0.10881691426038742, 0.09609128534793854, -1.8477026224136353, -0.1373443305492401, -0.07930558174848557, -0.25098925828933716, -0.31871944665908813, 0.3566009998321533, 0.08958669006824493, -1.6852535009384155, -1.4466774463653564, -1.0851175785064697, -0.16680002212524414, -0.030832331627607346, -0.30632054805755615, -1.8040355443954468, -0.1592416614294052, -0.07601702213287354, -0.06059782952070236, -0.3065186142921448, -0.47304126620292664, 0.043778061866760254, 1.3349539041519165, -1.4007283449172974, 0.8997362852096558, 1000.0, 1000.0], "max": [0.1702001392841339, 0.2733447253704071, 0.3199843168258667, -1.4642199277877808, -0.010113092139363289, 0.08647669851779938, -0.05065491050481796, -0.25231799483299255, 0.4688259959220886, 0.1827601194381714, -1.3852373361587524, -1.284120798110962, -0.7847365736961365, 0.26863017678260803, 0.15823592245578766, -0.18818359076976776, -1.453187346458435, 0.18783451616764069, 0.07629816234111786, 0.11875438690185547, -0.2350604385137558, -0.3615618050098419, 0.1206495612859726, 1.6645461320877075, -1.2313430309295654, 1.1453096866607666, 1002.0, 1000.0], "mean": [0.06681454926729202, 0.16365551948547363, 0.16457873582839966, -1.686848521232605, -0.06408413499593735, -0.025914108380675316, -0.13501635193824768, -0.2842446267604828, 0.3900146186351776, 0.141740083694458, -1.5112100839614868, -1.3383636474609375, -1.0097540616989136, -0.017998002469539642, 0.10879043489694595, -0.25753068923950195, -1.64453125, 0.0697736144065857, -0.021346930414438248, 0.004521555732935667, -0.28395912051200867, -0.39901500940322876, 0.10171213746070862, 1.4485074281692505, -1.352820634841919, 1.0877705812454224, 1001.0178833007812, 1000.0], "std": [0.12427227944135666, 0.055804602801799774, 0.06001053377985954, 0.10295873880386353, 0.04183797165751457, 0.05344180390238762, 0.06469119340181351, 0.01857122778892517, 0.030175603926181793, 0.023092087358236313, 0.0919765830039978, 0.05344756320118904, 0.1026158258318901, 0.10442408174276352, 0.06287845969200134, 0.024360500276088715, 0.07561270892620087, 0.14067645370960236, 0.03887034207582474, 0.0760694295167923, 0.028241777792572975, 0.026575764641165733, 0.026981953531503677, 0.13769714534282684, 0.06109901890158653, 0.07849663496017456, 0.3752562999725342, 0.0], "count": [986]}, "timestamp": {"min": [0.0], "max": [32.833333333333336], "mean": [16.416666666666664], "std": [9.487784544115426], "count": [986]}, "frame_index": {"min": [0], "max": [985], "mean": [492.5], "std": [284.63353632346275], "count": [986]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [986]}, "index": {"min": [60925], "max": [61910], "mean": [61417.5], "std": [284.63353632346275], "count": [986]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [986]}, "subtask_annotation": {"mean": [1.0314401622718052, 3.0, 3.0, 3.0, 3.0], "std": [0.9263033441398598, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [986]}, "scene_annotation": {"mean": [62.0], "std": [0.0], "min": [62], "max": [62], "count": [986]}, "eef_direction_state": {"mean": [4.811359026369169, 4.724137931034483], "std": [2.137018638231026, 2.1881493280828033], "min": [0, 0], "max": [6, 6], "count": [986]}, "eef_velocity_state": {"mean": [0.25963488843813387, 0.2829614604462475], "std": [0.43843427459980316, 0.45043786735617003], "min": [0, 0], "max": [1, 1], "count": [986]}, "eef_acc_mag_state": {"mean": [0.12677484787018256, 0.010141987829614604], "std": [0.43567245826270934, 0.11872625254898107], "min": [0, 0], "max": [2, 2], "count": [986]}, "eef_direction_action": {"mean": [4.811359026369169, 4.724137931034483], "std": [2.137018638231026, 2.1881493280828033], "min": [0, 0], "max": [6, 6], "count": [986]}, "eef_velocity_action": {"mean": [0.25963488843813387, 0.2829614604462475], "std": [0.43843427459980316, 0.45043786735617003], "min": [0, 0], "max": [1, 1], "count": [986]}, "eef_acc_mag_action": {"mean": [0.12677484787018256, 0.010141987829614604], "std": [0.43567245826270934, 0.11872625254898107], "min": [0, 0], "max": [2, 2], "count": [986]}, "eef_sim_pose_state": {"mean": [0.43444434147949457, 0.21803421256121958, 1.1549432615217716, -0.031049179339752167, -0.09559599947292623, 1.2611164420946868, 0.4422131942378912, -0.17381466532690876, 1.1547269315695021, 0.04215235912012806, -0.035546160748559416, -1.310463678442097], "std": [0.0323401885091511, 0.016554072816253883, 0.018824379451682357, 0.03624689393518887, 0.03727864523505551, 0.11322389735672564, 0.027986854418873483, 0.020970230752566217, 0.024950465035724623, 0.04607864991030298, 0.10880552452713005, 0.06909280299696638], "min": [0.4061239103942184, 0.18387874387899894, 1.1238395832220736, -0.09271069831824097, -0.17954645130108426, 1.0340863710729056, 0.40487529251399285, -0.18761213193676543, 1.1350110427569775, 0.0016505862716821307, -0.2357184322986654, -1.366479932886883], "max": [0.5200653720134583, 0.25444865671869693, 1.1903047461105833, 0.03695276688248672, -0.06665578594484178, 1.378800294475898, 0.519457976064603, -0.1257994594800591, 1.2016388452906541, 0.1415760318032473, 0.050921742947422466, -1.1891923150277801], "count": [986]}, "eef_sim_pose_action": {"mean": [0.43440255343055584, 0.21800031215122134, 1.1549684113602752, -0.03111307112094449, -0.09558765742246317, 1.26105669477127, 0.44218714677917187, -0.17380677609286352, 1.1547468510026118, 0.04224499043290716, -0.03569946206153154, -1.310395570647274], "std": [0.032342681284266726, 0.016528400203648316, 0.01879935864246652, 0.03623805265614598, 0.037283892400776085, 0.11317734485694118, 0.028009449209878422, 0.02096650253311646, 0.024942587022215808, 0.046097721629324274, 0.10879014898459118, 0.06907066972205193], "min": [0.4061239103942184, 0.18387874387899894, 1.1238395832220736, -0.09271069831824097, -0.17954645130108426, 1.0340863710729056, 0.40487529251399285, -0.18761213193676543, 1.1350110427569775, 0.0016505862716821307, -0.2357184322986654, -1.366479932886883], "max": [0.5200653720134583, 0.25444865671869693, 1.1903047461105833, 0.03695276688248672, -0.06665578594484178, 1.378800294475898, 0.519457976064603, -0.1257994594800591, 1.2016388452906541, 0.1415760318032473, 0.050921742947422466, -1.1891923150277801], "count": [986]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [986]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [986]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [986]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [986]}, "gripper_open_scale_state": {"mean": [0.9100163314906609, 0.9090909090909025], "std": [0.00034127305267657524, 6.5503158452884236e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [986]}, "gripper_open_scale_action": {"mean": [0.9100163321659531, 0.9090909090909025], "std": [0.00034114153140860754, 6.5503158452884236e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [986]}}} +{"episode_index": 63, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48135697379873227]], [[0.47983186048707593]], [[0.4754935122918514]]], "std": [[[0.3471284198878108]], [[0.3327717528604362]], [[0.34749594573374226]]], "count": [199]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697835829474168]], [[0.37071602292508293]], [[0.36453533907281505]]], "std": [[[0.27701588310988634]], [[0.271835555361393]], [[0.27893803740145623]]], "count": [199]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4373603885440273]], [[0.4423266639570401]], [[0.4284281630784642]]], "std": [[[0.3222402271957427]], [[0.314154974818912]], [[0.3178553036846219]]], "count": [199]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42474062818175845]], [[0.430200738167964]], [[0.41904422438992345]]], "std": [[[0.32808699592832113]], [[0.3128526984382435]], [[0.3186551255546565]]], "count": [199]}, "observation.state": {"min": [-0.3419678211212158, 0.17348790168762207, 0.10593057423830032, -1.750260829925537, -0.15071681141853333, -0.14513066411018372, -0.29525190591812134, -0.3187042474746704, 0.3566723167896271, 0.09441863000392914, -1.7241120338439941, -1.4526723623275757, -1.0596024990081787, -0.1765924096107483, -0.0231834277510643, -0.30224737524986267, -1.818679928779602, -0.23192699253559113, -0.06875070184469223, -0.06059128791093826, -0.30649712681770325, -0.48314157128334045, 0.05057443678379059, 1.3349539041519165, -1.4343552589416504, 0.9106199145317078, 1000.125, 1000.0], "max": [0.18052485585212708, 0.2718437612056732, 0.3352079391479492, -1.2941834926605225, -0.08928341418504715, -0.03307507932186127, -0.05066581815481186, -0.27650144696235657, 0.49002519249916077, 0.18293412029743195, -1.384943962097168, -1.2891275882720947, -0.7796816229820251, 0.2850002944469452, 0.15832099318504333, -0.17030704021453857, -1.3719760179519653, 0.18784759938716888, 0.02612212486565113, 0.12477795034646988, -0.23886261880397797, -0.352469265460968, 0.12059968709945679, 1.6640353202819824, -1.1542267799377441, 1.1451830863952637, 1002.0, 1000.0], "mean": [0.0058801076374948025, 0.20567433536052704, 0.158512681722641, -1.544071078300476, -0.1264384537935257, -0.11049109697341919, -0.18840093910694122, -0.3091231882572174, 0.40717607736587524, 0.16035223007202148, -1.528735876083374, -1.3691540956497192, -0.993678867816925, -0.05024264007806778, 0.1039920300245285, -0.2404789924621582, -1.6699771881103516, 0.043162062764167786, -0.03102932497859001, 0.0073698218911886215, -0.2842710614204407, -0.3917951285839081, 0.10624973475933075, 1.4537571668624878, -1.3280047178268433, 1.0876561403274536, 1000.970458984375, 1000.0], "std": [0.12193413078784943, 0.022352823987603188, 0.06529436260461807, 0.09102480858564377, 0.01226185541599989, 0.04003090038895607, 0.06544619053602219, 0.01229039765894413, 0.029747670516371727, 0.022081408649683, 0.0919056236743927, 0.04464436322450638, 0.09269572049379349, 0.10560452938079834, 0.058680951595306396, 0.035395290702581406, 0.1003829687833786, 0.15193510055541992, 0.024421699345111847, 0.06848198175430298, 0.023212403059005737, 0.027997730299830437, 0.020205259323120117, 0.12449605762958527, 0.08520013839006424, 0.07561565190553665, 0.3533425033092499, 0.0], "count": [1168]}, "action": {"min": [-0.3419678211212158, 0.17348790168762207, 0.10593057423830032, -1.750260829925537, -0.15071681141853333, -0.14513066411018372, -0.29525190591812134, -0.3187042474746704, 0.3566723167896271, 0.09441863000392914, -1.7241120338439941, -1.4526723623275757, -1.0596024990081787, -0.1765924096107483, -0.0231834277510643, -0.30224737524986267, -1.818679928779602, -0.23192699253559113, -0.06875070184469223, -0.06059128791093826, -0.30649712681770325, -0.48314157128334045, 0.05057443678379059, 1.3349539041519165, -1.4343552589416504, 0.9106199145317078, 1000.125, 1000.0], "max": [0.18052485585212708, 0.2718437612056732, 0.3352079391479492, -1.2941834926605225, -0.08928341418504715, -0.03307507932186127, -0.05066545680165291, -0.27650144696235657, 0.49002519249916077, 0.18293412029743195, -1.384943962097168, -1.2891275882720947, -0.7796816229820251, 0.2850002944469452, 0.15832099318504333, -0.17030704021453857, -1.3719760179519653, 0.18784759938716888, 0.02612212486565113, 0.12477795034646988, -0.23886261880397797, -0.352469265460968, 0.12059968709945679, 1.6640353202819824, -1.1542267799377441, 1.1451830863952637, 1002.0, 1000.0], "mean": [0.0059266104362905025, 0.20565322041511536, 0.1584896743297577, -1.5441067218780518, -0.1264314204454422, -0.11054624617099762, -0.1885118931531906, -0.3091210126876831, 0.4071609079837799, 0.16034194827079773, -1.5288349390029907, -1.3692139387130737, -0.9936721920967102, -0.05032630264759064, 0.10390740633010864, -0.24042333662509918, -1.6701254844665527, 0.042905110865831375, -0.031022144481539726, 0.007479777093976736, -0.2842358350753784, -0.3917732238769531, 0.10623611509799957, 1.453942894935608, -1.3278734683990479, 1.0875777006149292, 1000.970703125, 1000.0], "std": [0.1219448447227478, 0.022354092448949814, 0.06530290096998215, 0.09102609753608704, 0.012257947586476803, 0.04003218561410904, 0.06532233208417892, 0.012288933619856834, 0.02974970079958439, 0.022074401378631592, 0.09181326627731323, 0.044584017246961594, 0.09269122034311295, 0.10564999282360077, 0.05867387354373932, 0.03541545197367668, 0.10045929998159409, 0.15194393694400787, 0.024419516324996948, 0.06847595423460007, 0.023209867998957634, 0.028009489178657532, 0.020200960338115692, 0.1244821548461914, 0.08521273732185364, 0.0756034106016159, 0.35336220264434814, 0.0], "count": [1168]}, "timestamp": {"min": [0.0], "max": [38.9], "mean": [19.45], "std": [11.239081121001151], "count": [1168]}, "frame_index": {"min": [0], "max": [1167], "mean": [583.5], "std": [337.17243363003445], "count": [1168]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [1168]}, "index": {"min": [61911], "max": [63078], "mean": [62494.5], "std": [337.17243363003445], "count": [1168]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1168]}, "subtask_annotation": {"mean": [0.9571917808219178, 3.0, 3.0, 3.0, 3.0], "std": [0.8285672095577878, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1168]}, "scene_annotation": {"mean": [63.0], "std": [0.0], "min": [63], "max": [63], "count": [1168]}, "eef_direction_state": {"mean": [4.782534246575342, 4.864726027397261], "std": [2.2689015239845576, 2.206510197961063], "min": [0, 0], "max": [6, 6], "count": [1168]}, "eef_velocity_state": {"mean": [0.2345890410958904, 0.21746575342465754], "std": [0.4237416935983595, 0.41252199882200763], "min": [0, 0], "max": [1, 1], "count": [1168]}, "eef_acc_mag_state": {"mean": [0.09417808219178082, 0.07448630136986302], "std": [0.38110376261036555, 0.3443771573793397], "min": [0, 0], "max": [2, 2], "count": [1168]}, "eef_direction_action": {"mean": [4.782534246575342, 4.864726027397261], "std": [2.2689015239845576, 2.206510197961063], "min": [0, 0], "max": [6, 6], "count": [1168]}, "eef_velocity_action": {"mean": [0.2345890410958904, 0.21746575342465754], "std": [0.4237416935983595, 0.41252199882200763], "min": [0, 0], "max": [1, 1], "count": [1168]}, "eef_acc_mag_action": {"mean": [0.09417808219178082, 0.07448630136986302], "std": [0.3811037626103656, 0.3443771573793397], "min": [0, 0], "max": [2, 2], "count": [1168]}, "eef_sim_pose_state": {"mean": [0.45235223431930827, 0.23950271441659782, 1.1304324418364113, -0.026908874654761362, -0.08853746660128017, 1.2281494472720695, 0.4344621946111271, -0.1776298495847969, 1.1533699306783542, 0.048855620124770266, -0.05060219218645908, -1.3232506394039878], "std": [0.03234050013588166, 0.014159755223529602, 0.013566784152951143, 0.027822816337921802, 0.04042439728684131, 0.10458188685369484, 0.028638569741356985, 0.01597743780808486, 0.019259468371637493, 0.04966287385158919, 0.11458271389962389, 0.05303197868055336], "min": [0.4035330039603437, 0.1919719571789344, 1.1202277877596807, -0.07022331034875795, -0.19281860130026796, 1.0031665978360331, 0.3981809726943025, -0.18758434873773291, 1.1350124607400967, 0.005946955766226503, -0.2925149486771761, -1.366322040299659], "max": [0.5435277667097832, 0.25105315154365804, 1.1663541130713257, 0.03047731134492182, -0.06187113306337588, 1.3788420609069179, 0.5269873702000606, -0.12782089503771615, 1.1900917910585034, 0.1464076959014743, 0.05084900240779233, -1.1915417350492759], "count": [1168]}, "eef_sim_pose_action": {"mean": [0.4523393449769738, 0.23950110118005155, 1.130430465801422, -0.026954281170080672, -0.08852670466667782, 1.2280539193464763, 0.4344420390017876, -0.17762161655966985, 1.1533980761541338, 0.04893414958345878, -0.050770933133008726, -1.3232014096902884], "std": [0.032343193339014975, 0.014158977929057091, 0.013567909311338867, 0.027813315751985614, 0.04042935421706624, 0.10449514246186176, 0.02864947441585114, 0.015974794272264833, 0.019256645726068368, 0.049667506068136504, 0.11457839132440213, 0.053018733807578475], "min": [0.4035330039603437, 0.1919719571789344, 1.1202277877596807, -0.07022331034875795, -0.19281860130026796, 1.0031665978360331, 0.3981809726943025, -0.18758434873773291, 1.1350124292086774, 0.00594527707031256, -0.2925149486771761, -1.366322040299659], "max": [0.5435277667097832, 0.25105315154365804, 1.1663541130713257, 0.03047731134492182, -0.06187113306337588, 1.3788420609069179, 0.5269873702000606, -0.12782089503771615, 1.1900917910585034, 0.1464076959014743, 0.05084900240779233, -1.1915417350492759], "count": [1168]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1168]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1168]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1168]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1168]}, "gripper_open_scale_state": {"mean": [0.9099733229146683, 0.9090909090909028], "std": [0.0003212212392294337, 6.217248937900877e-15], "min": [0.9092045454545454, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1168]}, "gripper_open_scale_action": {"mean": [0.9099733689950711, 0.9090909090909028], "std": [0.00032124022983201364, 6.217248937900877e-15], "min": [0.9092045454545454, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1168]}}} +{"episode_index": 64, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4871824833734663]], [[0.48559482499140005]], [[0.4813429437564499]]], "std": [[[0.3472162282097389]], [[0.33291347582926806]], [[0.34745936281003115]]], "count": [171]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3729434709800099]], [[0.3738365236689218]], [[0.36780255991285404]]], "std": [[[0.2798567028756482]], [[0.274473095285182]], [[0.28185583136390263]]], "count": [171]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4290433615697741]], [[0.435357336696862]], [[0.4198767820968543]]], "std": [[[0.31947754650348265]], [[0.3116509563803945]], [[0.3158457671476548]]], "count": [171]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41701513707334786]], [[0.423540953589038]], [[0.4151535804380232]]], "std": [[[0.325525536265424]], [[0.3097382919602709]], [[0.317962614962152]]], "count": [171]}, "observation.state": {"min": [-0.353782594203949, 0.19013835489749908, 0.07067492604255676, -1.8752635717391968, -0.216140478849411, -0.08281805366277695, -0.31231793761253357, -0.31876394152641296, 0.3270408809185028, 0.09473524987697601, -1.680622935295105, -1.4883458614349365, -1.1315762996673584, -0.11542298644781113, -0.05061345919966698, -0.28717538714408875, -1.7479113340377808, -0.20256945490837097, -0.063507080078125, -0.06056947261095047, -0.30653318762779236, -0.4855041801929474, 0.04517531394958496, 1.3349539041519165, -1.4038512706756592, 0.941849410533905, 1000.0, 999.5625], "max": [0.28346654772758484, 0.3556675612926483, 0.3419034481048584, -1.3436788320541382, -0.1228548139333725, 0.05699590593576431, -0.05065381899476051, -0.26206398010253906, 0.4920084476470947, 0.1934918761253357, -1.3850622177124023, -1.2891275882720947, -0.7557477951049805, 0.2920088469982147, 0.15833190083503723, -0.1492147445678711, -1.3804420232772827, 0.18784105777740479, 0.043249256908893585, 0.10495319217443466, -0.2429395616054535, -0.37223830819129944, 0.12302356213331223, 1.619654893875122, -1.1476047039031982, 1.1451830863952637, 1001.9375, 1000.0], "mean": [0.021638423204421997, 0.2264595329761505, 0.1607762575149536, -1.614727258682251, -0.17068874835968018, -0.04178554564714432, -0.19831229746341705, -0.2929518222808838, 0.4021894931793213, 0.1592092514038086, -1.51681387424469, -1.4138202667236328, -0.9875901937484741, -0.010714378207921982, 0.10409580171108246, -0.25174474716186523, -1.6238181591033936, 0.07055338472127914, -0.022234171628952026, -0.012401889078319073, -0.28806713223457336, -0.4026586711406708, 0.10406222194433212, 1.423854112625122, -1.3445298671722412, 1.094064712524414, 1000.9069213867188, 999.9926147460938], "std": [0.15355482697486877, 0.047959715127944946, 0.07125095278024673, 0.1223544254899025, 0.02216375805437565, 0.0464535728096962, 0.07143240422010422, 0.014356132596731186, 0.038347210735082626, 0.021893423050642014, 0.08575953543186188, 0.05317838862538338, 0.12357059121131897, 0.10785698890686035, 0.07299875468015671, 0.028877215459942818, 0.07603928446769714, 0.1542191356420517, 0.033660244196653366, 0.060608286410570145, 0.02491416223347187, 0.02895309403538704, 0.026445399969816208, 0.1146191880106926, 0.08250220865011215, 0.06963630765676498, 0.378396213054657, 0.05204707756638527], "count": [950]}, "action": {"min": [-0.353782594203949, 0.19013835489749908, 0.07067492604255676, -1.8752635717391968, -0.216140478849411, -0.08281805366277695, -0.31231793761253357, -0.31876394152641296, 0.3270408809185028, 0.09473524987697601, -1.680622935295105, -1.4883458614349365, -1.1315762996673584, -0.11542298644781113, -0.05061345919966698, -0.28717538714408875, -1.7479113340377808, -0.20256945490837097, -0.063507080078125, -0.06056728959083557, -0.30653318762779236, -0.4855041801929474, 0.04517531394958496, 1.3349539041519165, -1.4038512706756592, 0.941849410533905, 1000.0, 999.5625], "max": [0.28346654772758484, 0.3556675612926483, 0.3419034481048584, -1.3436788320541382, -0.1228548139333725, 0.05699590593576431, -0.05065381899476051, -0.26206398010253906, 0.4920084476470947, 0.1934918761253357, -1.3850622177124023, -1.2891275882720947, -0.7557477951049805, 0.2920088469982147, 0.15833190083503723, -0.1492147445678711, -1.3804420232772827, 0.18784105777740479, 0.043249256908893585, 0.10495319217443466, -0.2429395616054535, -0.37223830819129944, 0.12302356213331223, 1.619654893875122, -1.1476047039031982, 1.1451830863952637, 1001.9375, 1000.0], "mean": [0.021727558225393295, 0.22643859684467316, 0.16075067222118378, -1.6148687601089478, -0.1707305759191513, -0.04178007319569588, -0.19844458997249603, -0.292929083108902, 0.4021624028682709, 0.15919047594070435, -1.516913652420044, -1.4139463901519775, -0.987609326839447, -0.010754474438726902, 0.1039726659655571, -0.2516319751739502, -1.6238776445388794, 0.07022590935230255, -0.02225305698812008, -0.012289884500205517, -0.2880457043647766, -0.4026547074317932, 0.10406188666820526, 1.4240163564682007, -1.3443268537521362, 1.0939737558364868, 1000.9074096679688, 999.9926147460938], "std": [0.1535700261592865, 0.047968365252017975, 0.071260005235672, 0.12233053147792816, 0.022138550877571106, 0.04644947499036789, 0.07127489894628525, 0.014332360588014126, 0.03834933415055275, 0.021882016211748123, 0.08566164970397949, 0.053025174885988235, 0.12358354032039642, 0.10788191854953766, 0.0730057880282402, 0.029053140431642532, 0.07607052475214005, 0.15430010855197906, 0.03367674723267555, 0.060617491602897644, 0.0249070655554533, 0.028955133631825447, 0.026445185765624046, 0.11460340768098831, 0.08261116594076157, 0.06962594389915466, 0.3795497417449951, 0.05204707756638527], "count": [950]}, "timestamp": {"min": [0.0], "max": [31.633333333333333], "mean": [15.816666666666665], "std": [9.141374197691626], "count": [950]}, "frame_index": {"min": [0], "max": [949], "mean": [474.5], "std": [274.2412259307488], "count": [950]}, "episode_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [950]}, "index": {"min": [63079], "max": [64028], "mean": [63553.5], "std": [274.2412259307488], "count": [950]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [950]}, "subtask_annotation": {"mean": [1.028421052631579, 3.0, 3.0, 3.0, 3.0], "std": [0.9280611547334603, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [950]}, "scene_annotation": {"mean": [64.0], "std": [0.0], "min": [64], "max": [64], "count": [950]}, "eef_direction_state": {"mean": [4.277894736842105, 4.925263157894737], "std": [2.500239102139468, 2.1200033972690107], "min": [0, 0], "max": [6, 6], "count": [950]}, "eef_velocity_state": {"mean": [0.33052631578947367, 0.22736842105263158], "std": [0.4704026683173712, 0.4191324637398837], "min": [0, 0], "max": [1, 1], "count": [950]}, "eef_acc_mag_state": {"mean": [0.16736842105263158, 0.10105263157894737], "std": [0.4988285445897372, 0.39510018365555516], "min": [0, 0], "max": [2, 2], "count": [950]}, "eef_direction_action": {"mean": [4.277894736842105, 4.925263157894737], "std": [2.500239102139468, 2.1200033972690107], "min": [0, 0], "max": [6, 6], "count": [950]}, "eef_velocity_action": {"mean": [0.33052631578947367, 0.22736842105263158], "std": [0.4704026683173712, 0.4191324637398837], "min": [0, 0], "max": [1, 1], "count": [950]}, "eef_acc_mag_action": {"mean": [0.16736842105263158, 0.10105263157894737], "std": [0.49882854458973724, 0.39510018365555516], "min": [0, 0], "max": [2, 2], "count": [950]}, "eef_sim_pose_state": {"mean": [0.44819700187947836, 0.2398764232388626, 1.1480433958505862, -0.011665655487639731, -0.05851547236875892, 1.204977566755905, 0.4449408436756552, -0.1744149184156227, 1.151062469873496, 0.03341734258601887, -0.02974961739811673, -1.3322894524838873], "std": [0.040584170151608714, 0.01602041615207022, 0.01595074951831427, 0.045384555932035935, 0.051689833288849345, 0.11350318061143894, 0.029823393802829067, 0.02197168021978045, 0.02202690610449213, 0.03718134604015707, 0.10968331430037621, 0.051984784116790285], "min": [0.3762720898305436, 0.19248087961758678, 1.1238049187891608, -0.08985124871865369, -0.15878504835710938, 0.9987984282592133, 0.4166695108027168, -0.18978280493614438, 1.1349915762772813, 0.005866109963563404, -0.2354261869931653, -1.3893610970115882], "max": [0.5453275642452481, 0.27148403472241855, 1.1843926204070885, 0.06867789133754643, 0.00392049687938445, 1.3788795389217017, 0.5288859777174585, -0.12185972431841846, 1.192343046357352, 0.13346389356046318, 0.05083756682775853, -1.2144514651886813], "count": [950]}, "eef_sim_pose_action": {"mean": [0.44817296450681016, 0.23986912224871, 1.1480610666325812, -0.011721167931367777, -0.058450547603945656, 1.204848354619349, 0.44493730078967336, -0.17441520544951905, 1.1510775200572394, 0.03348782224197117, -0.029963763579740572, -1.3322941286795635], "std": [0.040588024914655386, 0.016018628742820774, 0.015933192459485355, 0.04539580784933683, 0.051706532201034404, 0.11337496326901125, 0.029825280102792895, 0.02197185362443075, 0.02202084036651287, 0.03719283258831625, 0.10972456829726587, 0.0519880380217227], "min": [0.3762720898305436, 0.19248087961758678, 1.1238049187891608, -0.08985124871865369, -0.15878504835710938, 0.9987984282592133, 0.4166695108027168, -0.18978280493614438, 1.1349915762772813, 0.005866109963563404, -0.2354261869931653, -1.3893610970115882], "max": [0.5453275642452481, 0.27148403472241855, 1.1843926204070885, 0.06867789133754643, 0.00392049687938445, 1.3788795389217017, 0.5288859777174585, -0.12185972431841846, 1.192343046357352, 0.13346389356046318, 0.05083756682775853, -1.2144514651886813], "count": [950]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [950]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [950]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [950]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [950]}, "gripper_open_scale_state": {"mean": [0.9099153363533583, 0.9090842105263097], "std": [0.000343994277674732, 4.731522797459011e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9108522727272728, 0.9090909090909091], "count": [950]}, "gripper_open_scale_action": {"mean": [0.9099158383602176, 0.9090842105263097], "std": [0.00034504348098038953, 4.731522797459011e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9108522727272728, 0.9090909090909091], "count": [950]}}} +{"episode_index": 65, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47739172528710166]], [[0.47583658976773385]], [[0.4714435132103689]]], "std": [[[0.34531421220929154]], [[0.3308709762974829]], [[0.34561800522725394]]], "count": [177]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3756598133839223]], [[0.376646006425169]], [[0.3705606571489236]]], "std": [[[0.2799887551392334]], [[0.27482340246055886]], [[0.2820342377291903]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4271668709150327]], [[0.43179293139101216]], [[0.4177341574812599]]], "std": [[[0.3198214955410738]], [[0.3123737610649321]], [[0.3167513488439718]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4142233011613308]], [[0.42171113395923343]], [[0.4130334194176729]]], "std": [[[0.3272751582809788]], [[0.3118456547886908]], [[0.32000539973049746]]], "count": [177]}, "observation.state": {"min": [-0.3162863850593567, 0.12888383865356445, 0.09457720816135406, -1.8163576126098633, -0.17029395699501038, -0.12493938952684402, -0.24535511434078217, -0.31869933009147644, 0.3384513258934021, 0.08498956263065338, -1.644675850868225, -1.4941903352737427, -1.0973738431930542, -0.1561175137758255, -0.03748094663023949, -0.2904936969280243, -1.83631432056427, -0.21583178639411926, -0.053246721625328064, -0.060560744255781174, -0.30652037262916565, -0.4892341196537018, 0.04354243725538254, 1.3348944187164307, -1.397109031677246, 0.8628461360931396, 1000.0625, 1000.0], "max": [0.23253239691257477, 0.2680869400501251, 0.3162361979484558, -1.3414785861968994, -0.04078943654894829, 0.036167584359645844, -0.05064073204994202, -0.27266088128089905, 0.48633137345314026, 0.18330156803131104, -1.3688071966171265, -1.2892191410064697, -0.8015859127044678, 0.31559479236602783, 0.1582261025905609, -0.1866149604320526, -1.365102767944336, 0.18784651160240173, 0.10246828198432922, 0.09654942899942398, -0.24577687680721283, -0.35814762115478516, 0.12062349915504456, 1.6188645362854004, -1.1477067470550537, 1.1448906660079956, 1001.9375, 1000.0], "mean": [0.04107576981186867, 0.1806294023990631, 0.16530489921569824, -1.612047553062439, -0.12256766855716705, -0.07521849870681763, -0.17406409978866577, -0.2983136773109436, 0.39721959829330444, 0.1461685597896576, -1.5187162160873413, -1.3918317556381226, -1.0166548490524292, -0.024539124220609665, 0.10938185453414917, -0.2562132179737091, -1.6417449712753296, 0.04790782928466797, -0.0063958726823329926, -0.008904442191123962, -0.2885643541812897, -0.39841821789741516, 0.10375991463661194, 1.429410457611084, -1.333046317100525, 1.0642629861831665, 1000.9210205078125, 1000.0], "std": [0.14352305233478546, 0.03367137163877487, 0.0580194815993309, 0.11395075917243958, 0.02701582759618759, 0.056664951145648956, 0.05300755798816681, 0.012132572010159492, 0.03768964856863022, 0.02305610477924347, 0.07042811810970306, 0.04696504399180412, 0.10046760737895966, 0.10771011561155319, 0.064156174659729, 0.02252935990691185, 0.08567734807729721, 0.1751198023557663, 0.05485847219824791, 0.0646839439868927, 0.023776119574904442, 0.028652694076299667, 0.024304110556840897, 0.11886473745107651, 0.08715294301509857, 0.10432476550340652, 0.31999072432518005, 0.0], "count": [997]}, "action": {"min": [-0.3162863850593567, 0.12888383865356445, 0.09457720816135406, -1.8163576126098633, -0.17029395699501038, -0.12493938952684402, -0.24535511434078217, -0.31869933009147644, 0.3384513258934021, 0.08498956263065338, -1.644675850868225, -1.4941903352737427, -1.0973738431930542, -0.1561175137758255, -0.03748094663023949, -0.2904936969280243, -1.83631432056427, -0.21583178639411926, -0.053246721625328064, -0.060560744255781174, -0.30651870369911194, -0.4892341196537018, 0.04354243725538254, 1.3348944187164307, -1.397109031677246, 0.8628461360931396, 1000.0625, 1000.0], "max": [0.23253239691257477, 0.2680869400501251, 0.3162361979484558, -1.3414785861968994, -0.04078943654894829, 0.036167584359645844, -0.05064073204994202, -0.27266088128089905, 0.48633137345314026, 0.18330156803131104, -1.3688071966171265, -1.2892191410064697, -0.8015859127044678, 0.31559479236602783, 0.1582261025905609, -0.1866149604320526, -1.365102767944336, 0.18784651160240173, 0.10246828198432922, 0.09654942899942398, -0.24577687680721283, -0.35814762115478516, 0.12062349915504456, 1.6188645362854004, -1.1477067470550537, 1.1448906660079956, 1001.9375, 1000.0], "mean": [0.04119628667831421, 0.18057246506214142, 0.16528549790382385, -1.6121935844421387, -0.12256136536598206, -0.07526414841413498, -0.17418400943279266, -0.298296183347702, 0.3971826136112213, 0.14613856375217438, -1.5188376903533936, -1.3919312953948975, -1.016695499420166, -0.02461080811917782, 0.10926927626132965, -0.25614264607429504, -1.641837477684021, 0.04755600169301033, -0.006391787435859442, -0.008787759579718113, -0.28854528069496155, -0.39840179681777954, 0.10374462604522705, 1.4296001195907593, -1.3328661918640137, 1.0641133785247803, 1000.9200439453125, 1000.0], "std": [0.1435442417860031, 0.03365848958492279, 0.058028604835271835, 0.11393500864505768, 0.027013109996914864, 0.05668655037879944, 0.05286324396729469, 0.012115728110074997, 0.03769317641854286, 0.023029671981930733, 0.07030101865530014, 0.0468534380197525, 0.1004912331700325, 0.10775672644376755, 0.06416884064674377, 0.0226275697350502, 0.08572003990411758, 0.17519071698188782, 0.05485589802265167, 0.06469566375017166, 0.0237693190574646, 0.028662463650107384, 0.024298297241330147, 0.11886443942785263, 0.08720629662275314, 0.10431650280952454, 0.31781005859375, 0.0], "count": [997]}, "timestamp": {"min": [0.0], "max": [33.2], "mean": [16.6], "std": [9.593632147303635], "count": [997]}, "frame_index": {"min": [0], "max": [996], "mean": [498.0], "std": [287.8089644191091], "count": [997]}, "episode_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [997]}, "index": {"min": [64029], "max": [65025], "mean": [64527.0], "std": [287.8089644191091], "count": [997]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [997]}, "subtask_annotation": {"mean": [1.0100300902708124, 3.0, 3.0, 3.0, 3.0], "std": [0.9221990307162797, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [997]}, "scene_annotation": {"mean": [65.0], "std": [0.0], "min": [65], "max": [65], "count": [997]}, "eef_direction_state": {"mean": [4.399197592778335, 4.614844533600802], "std": [2.434110523414041, 2.3606818415818274], "min": [0, 0], "max": [6, 6], "count": [997]}, "eef_velocity_state": {"mean": [0.316950852557673, 0.27181544633901705], "std": [0.4652880931429854, 0.444895279218087], "min": [0, 0], "max": [1, 1], "count": [997]}, "eef_acc_mag_state": {"mean": [0.10130391173520562, 0.10030090270812438], "std": [0.3914434683084989, 0.39297990961022167], "min": [0, 0], "max": [2, 2], "count": [997]}, "eef_direction_action": {"mean": [4.399197592778335, 4.614844533600802], "std": [2.434110523414041, 2.3606818415818274], "min": [0, 0], "max": [6, 6], "count": [997]}, "eef_velocity_action": {"mean": [0.316950852557673, 0.27181544633901705], "std": [0.4652880931429854, 0.4448952792180871], "min": [0, 0], "max": [1, 1], "count": [997]}, "eef_acc_mag_action": {"mean": [0.10130391173520562, 0.10030090270812438], "std": [0.39144346830849885, 0.39297990961022167], "min": [0, 0], "max": [2, 2], "count": [997]}, "eef_sim_pose_state": {"mean": [0.44219281166438196, 0.22544062922091646, 1.1406466226491934, -0.03398101569099348, -0.060842471894472755, 1.2261894707945804, 0.44057896832398674, -0.17451464683267945, 1.151746772250429, 0.018270255667449217, -0.05305414461985817, -1.3262053853353408], "std": [0.03887468812341262, 0.01665267651980124, 0.01360724642908342, 0.04765262076053216, 0.04504137031753873, 0.08830759134984294, 0.029719841867225868, 0.01947699114233159, 0.02264402440298498, 0.021895260768886062, 0.13279085224038242, 0.055703195631989715], "min": [0.3870551755270135, 0.1767822616369776, 1.1238458468695964, -0.09038348254372774, -0.169370056295302, 1.0674226642901286, 0.40230897987477116, -0.18759874043314714, 1.1350027101317255, 0.0015779679443510553, -0.2673971857678281, -1.3664216820513562], "max": [0.5367803305422494, 0.25274005370055197, 1.1729232942730352, 0.04132121963298574, -0.021725301845125555, 1.3788266067481312, 0.5346196320983604, -0.12277503916304695, 1.193499017548558, 0.08963940053614239, 0.050921160205430915, -1.2214358274932922], "count": [997]}, "eef_sim_pose_action": {"mean": [0.44215889747813814, 0.2254214152534867, 1.140656453341558, -0.034063804140907775, -0.06078952551720638, 1.2260684109915188, 0.44056376462586966, -0.1745039943019061, 1.151762050847648, 0.018313064447660073, -0.05329189085342456, -1.326162320793355], "std": [0.03887989316183478, 0.01663852862319471, 0.013598659886069817, 0.04765594019649759, 0.045054359643907964, 0.08818084990026413, 0.02972874771775613, 0.019472739609512894, 0.022637851974787727, 0.02191251842298689, 0.13281676875104026, 0.05568870204969301], "min": [0.3870551755270135, 0.1767822616369776, 1.1238458468695964, -0.09038348254372774, -0.169370056295302, 1.0674226642901286, 0.40230897987477116, -0.18759874043314714, 1.1350051556163614, 0.0015779679443510553, -0.2673971857678281, -1.3664216820513562], "max": [0.5367803305422494, 0.25274005370055197, 1.1729232942730352, 0.04132121963298574, -0.021725301845125555, 1.3788266067481312, 0.5346196320983604, -0.12277503916304695, 1.193499017548558, 0.08963940053614239, 0.050921160205430915, -1.2214358274932922], "count": [997]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [997]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [997]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [997]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [997]}, "gripper_open_scale_state": {"mean": [0.9099282368590167, 0.9090909090909023], "std": [0.00029089985183502744, 6.772360450213455e-15], "min": [0.9091477272727273, 0.9090909090909091], "max": [0.9108522727272728, 0.9090909090909091], "count": [997]}, "gripper_open_scale_action": {"mean": [0.9099272562449442, 0.9090909090909023], "std": [0.00028891763338005795, 6.772360450213455e-15], "min": [0.9091477272727273, 0.9090909090909091], "max": [0.9108522727272728, 0.9090909090909091], "count": [997]}}} +{"episode_index": 66, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49226220535058207]], [[0.49028679854584833]], [[0.4861217719089608]]], "std": [[[0.3469246321629465]], [[0.33243059828743593]], [[0.3472084128080031]]], "count": [169]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37384454886491086]], [[0.3749705386839154]], [[0.36886267620953705]]], "std": [[[0.27937457338010024]], [[0.2740138940883456]], [[0.2813308250763456]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4249529757415787]], [[0.4269992881521445]], [[0.41568345008121593]]], "std": [[[0.3039088743531774]], [[0.2915205125760787]], [[0.29634598209883234]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40942900495997214]], [[0.4169080411010558]], [[0.40743458855435666]]], "std": [[[0.32062927014100884]], [[0.30572689746572734]], [[0.31335178520455387]]], "count": [169]}, "observation.state": {"min": [-0.39758381247520447, 0.14108586311340332, 0.06318636983633041, -1.8194479942321777, -0.1796281933784485, -0.08998154103755951, -0.2967037856578827, -0.3246086835861206, 0.3448450565338135, 0.08557656407356262, -1.779265284538269, -1.419275164604187, -1.080873727798462, -0.14462561905384064, -0.055948708206415176, -0.30018898844718933, -1.75658118724823, -0.1835791915655136, -0.09750718623399734, -0.060560744255781174, -0.3064856231212616, -0.5050389766693115, 0.04073375090956688, 1.3349539041519165, -1.4196451902389526, 0.8793518543243408, 1000.0, 1000.0], "max": [0.22558380663394928, 0.3032662272453308, 0.356977641582489, -1.2587391138076782, 0.0006152285495772958, 0.0066802483052015305, -0.05064291134476662, -0.25219011306762695, 0.5041384696960449, 0.18489812314510345, -1.3444395065307617, -1.2411315441131592, -0.7336169481277466, 0.3695014715194702, 0.15828973054885864, -0.2001674473285675, -1.299739122390747, 0.1878236085176468, 0.11504010856151581, 0.1067236140370369, -0.233635812997818, -0.368169367313385, 0.12058299779891968, 1.6099146604537964, -1.2104504108428955, 1.1456942558288574, 1002.0, 1000.0], "mean": [0.028716856613755226, 0.19120453298091888, 0.14147567749023438, -1.5981501340866089, -0.07265813648700714, -0.04784396290779114, -0.1585203856229782, -0.3009602129459381, 0.40163692831993103, 0.16207914054393768, -1.4951069355010986, -1.3201385736465454, -0.9621734023094177, -0.004019990097731352, 0.11048059165477753, -0.2599255442619324, -1.6196571588516235, 0.08849050849676132, -0.00860089622437954, -0.01788533478975296, -0.28836944699287415, -0.4038507342338562, 0.10330507904291153, 1.4096474647521973, -1.3594000339508057, 1.0895938873291016, 1000.95947265625, 1000.0], "std": [0.1711443066596985, 0.05041126534342766, 0.09271310269832611, 0.13042286038398743, 0.04628037288784981, 0.02275189943611622, 0.08022324740886688, 0.024800950661301613, 0.04166974872350693, 0.028080252930521965, 0.1650814414024353, 0.04324161633849144, 0.10256040841341019, 0.1275387555360794, 0.07212750613689423, 0.015946587547659874, 0.09704295545816422, 0.14721757173538208, 0.06109613552689552, 0.06149796023964882, 0.026465313509106636, 0.03407856822013855, 0.02688179351389408, 0.10724112391471863, 0.06680294126272202, 0.08942746371030807, 0.4266014099121094, 0.0], "count": [937]}, "action": {"min": [-0.39758381247520447, 0.14108586311340332, 0.06318636983633041, -1.8194479942321777, -0.1796281933784485, -0.08998154103755951, -0.2967037856578827, -0.3246086835861206, 0.3448450565338135, 0.08557656407356262, -1.779265284538269, -1.419275164604187, -1.080873727798462, -0.14462561905384064, -0.055948708206415176, -0.30018898844718933, -1.75658118724823, -0.1835791915655136, -0.09750718623399734, -0.060560744255781174, -0.30648505687713623, -0.5050389766693115, 0.04073375090956688, 1.3349539041519165, -1.4196451902389526, 0.8793518543243408, 1000.0, 1000.0], "max": [0.22558380663394928, 0.3032662272453308, 0.356977641582489, -1.2587391138076782, 0.0006152285495772958, 0.0066802483052015305, -0.05064291134476662, -0.25219011306762695, 0.5041384696960449, 0.18489812314510345, -1.3444395065307617, -1.2411315441131592, -0.7336169481277466, 0.3695014715194702, 0.15829046070575714, -0.2001674473285675, -1.299739122390747, 0.1878236085176468, 0.11504010856151581, 0.1067236140370369, -0.233635812997818, -0.368169367313385, 0.12058299779891968, 1.6099146604537964, -1.2104504108428955, 1.1456942558288574, 1002.0, 1000.0], "mean": [0.028865905478596687, 0.1911241114139557, 0.1413896530866623, -1.5982844829559326, -0.07256060093641281, -0.04778733104467392, -0.1585782915353775, -0.30096563696861267, 0.4015962779521942, 0.16207604110240936, -1.4950647354125977, -1.3201541900634766, -0.9621312618255615, -0.004109099041670561, 0.11033910512924194, -0.2598617970943451, -1.6197729110717773, 0.08815371990203857, -0.008656454272568226, -0.017786988988518715, -0.28833869099617004, -0.40382856130599976, 0.10328089445829391, 1.4098587036132812, -1.3592196702957153, 1.0895432233810425, 1000.9586181640625, 1000.0], "std": [0.17118559777736664, 0.05043068155646324, 0.0927448570728302, 0.1304142028093338, 0.046240005642175674, 0.022739645093679428, 0.08016490936279297, 0.024805372580885887, 0.041678134351968765, 0.028078272938728333, 0.16511473059654236, 0.04323307052254677, 0.10252976417541504, 0.1276060789823532, 0.07216361165046692, 0.01606457121670246, 0.09712592512369156, 0.14735084772109985, 0.06115075945854187, 0.06150338798761368, 0.026460962370038033, 0.03409456089138985, 0.02687644399702549, 0.10729072242975235, 0.06693057715892792, 0.08940944075584412, 0.42664507031440735, 0.0], "count": [937]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.600000000000001], "std": [9.016281569102272], "count": [937]}, "frame_index": {"min": [0], "max": [936], "mean": [468.0], "std": [270.4884470730682], "count": [937]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [937]}, "index": {"min": [65026], "max": [65962], "mean": [65494.0], "std": [270.4884470730682], "count": [937]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [937]}, "subtask_annotation": {"mean": [0.9989327641408752, 3.0, 3.0, 3.0, 3.0], "std": [0.9337722195014396, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [937]}, "scene_annotation": {"mean": [66.0], "std": [0.0], "min": [66], "max": [66], "count": [937]}, "eef_direction_state": {"mean": [4.292422625400214, 4.941302027748132], "std": [2.4702879426010287, 2.0983735154590737], "min": [0, 0], "max": [6, 6], "count": [937]}, "eef_velocity_state": {"mean": [0.3617929562433298, 0.23479188900747064], "std": [0.48051931600721026, 0.42386867997503047], "min": [0, 0], "max": [1, 1], "count": [937]}, "eef_acc_mag_state": {"mean": [0.18463180362860193, 0.16542155816435433], "std": [0.5237769185215548, 0.5011828681490086], "min": [0, 0], "max": [2, 2], "count": [937]}, "eef_direction_action": {"mean": [4.292422625400214, 4.941302027748132], "std": [2.4702879426010287, 2.0983735154590737], "min": [0, 0], "max": [6, 6], "count": [937]}, "eef_velocity_action": {"mean": [0.3617929562433298, 0.23479188900747064], "std": [0.48051931600721026, 0.42386867997503047], "min": [0, 0], "max": [1, 1], "count": [937]}, "eef_acc_mag_action": {"mean": [0.18463180362860193, 0.16542155816435433], "std": [0.5237769185215548, 0.5011828681490086], "min": [0, 0], "max": [2, 2], "count": [937]}, "eef_sim_pose_state": {"mean": [0.4461491626323082, 0.23761791845026403, 1.14187220756063, 0.008875169670878426, -0.12722644914017459, 1.2667030059039226, 0.44604528963670864, -0.17373945294543988, 1.1518578086729896, 0.019542154265267456, -0.018595790678216397, -1.329669503821794], "std": [0.04509168289207757, 0.01812627719723695, 0.021210672213481448, 0.04914356277098508, 0.07156846703073844, 0.14210836241606867, 0.03516315082443591, 0.02205601554347316, 0.025163451331209515, 0.031514551855250594, 0.10666209354092944, 0.05668123322160167], "min": [0.3926735261403552, 0.182860527268675, 1.1226677202463042, -0.13193743729366258, -0.2859750934734959, 1.0112120045938693, 0.41084730391654034, -0.1875713886964458, 1.1350266185580598, -0.015743933754064576, -0.23551547915951243, -1.3662914889879847], "max": [0.557147010526335, 0.26179149996293166, 1.1797376863757065, 0.057552528722067064, -0.06588462023200692, 1.383017864431623, 0.5499647852811005, -0.11830626552091744, 1.2027918105653597, 0.1240871024678668, 0.05088144645793102, -1.1997558249329154], "count": [937]}, "eef_sim_pose_action": {"mean": [0.44610855724321646, 0.23761413672515064, 1.1418717140403687, 0.008929298723512955, -0.1272287072641788, 1.266705854447298, 0.44602477024484644, -0.1737189725605921, 1.1518776160163453, 0.01966298792937807, -0.018786849867261365, -1.3296423917836355], "std": [0.045102541216283765, 0.01812462984495927, 0.021211096948062582, 0.04916767524580573, 0.07156688895325408, 0.14211063711016805, 0.0351776797102232, 0.022052087879952484, 0.02515749936463402, 0.03167909730661215, 0.10669795924878013, 0.056669839686441216], "min": [0.3926735261403552, 0.182860527268675, 1.1226677202463042, -0.13193743729366258, -0.2859750934734959, 1.0112120045938693, 0.41084730391654034, -0.1875713886964458, 1.1350266185580598, -0.015743933754064576, -0.23551547915951243, -1.3662914889879847], "max": [0.557147010526335, 0.26179149996293166, 1.1797376863757065, 0.057552528722067064, -0.06588462023200692, 1.383017864431623, 0.5499647852811005, -0.11830626552091744, 1.2027918105653597, 0.1240871024678668, 0.05088144645793102, -1.1997558249329154], "count": [937]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [937]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [937]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [937]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [937]}, "gripper_open_scale_state": {"mean": [0.9099631278253718, 0.9090909090909038], "std": [0.00038781734836504963, 5.218048215738236e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [937]}, "gripper_open_scale_action": {"mean": [0.9099624114158245, 0.9090909090909038], "std": [0.00038786163496997133, 5.218048215738236e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [937]}}} +{"episode_index": 67, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4750739729225023]], [[0.4747254551820728]], [[0.4693398774509804]]], "std": [[[0.3443990979509879]], [[0.3324142770750374]], [[0.34536326168269293]]], "count": [175]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3732431921101774]], [[0.37427071078431373]], [[0.36783491013071895]]], "std": [[[0.2774556867040979]], [[0.27243393265576366]], [[0.2795113195012245]]], "count": [175]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.413259447945845]], [[0.4177486577964519]], [[0.40619615546218485]]], "std": [[[0.3218967295940949]], [[0.3063212968128486]], [[0.31289884955451347]]], "count": [175]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4038675151727358]], [[0.41225898459383753]], [[0.40199590219421105]]], "std": [[[0.32647609125948285]], [[0.30938327848668384]], [[0.31728621668910867]]], "count": [175]}, "observation.state": {"min": [-0.1984199434518814, 0.21132664382457733, 0.08903469890356064, -1.8643553256988525, -0.2623993456363678, -0.08298168331384659, -0.4085564911365509, -0.31869542598724365, 0.31080976128578186, 0.12082987278699875, -1.7923012971878052, -1.627920150756836, -1.0565861463546753, -0.2858096659183502, 0.035122569650411606, -0.3511809706687927, -1.9212465286254883, -0.2562547028064728, -0.042613305151462555, -0.06057710573077202, -0.3064931333065033, -0.41569051146507263, 0.042212001979351044, 1.3350740671157837, -1.3969484567642212, 0.7271836996078491, 1000.0, 999.5625], "max": [0.2934040129184723, 0.40586867928504944, 0.3751552402973175, -1.4840664863586426, -0.11223230510950089, -0.014388058334589005, -0.050676725804805756, -0.27742719650268555, 0.4350709915161133, 0.1824013739824295, -1.3852858543395996, -1.2889245748519897, -0.6047384738922119, 0.09797406196594238, 0.158375546336174, -0.1363549381494522, -1.6351706981658936, 0.18788470327854156, 0.16438165307044983, 0.16235598921775818, -0.2387188822031021, -0.33081281185150146, 0.12752468883991241, 1.7124453783035278, -1.1618958711624146, 1.1451830863952637, 1001.9375, 1000.0], "mean": [0.11106020212173462, 0.28684335947036743, 0.1660553216934204, -1.67500638961792, -0.1740986406803131, -0.04344316944479942, -0.23585931956768036, -0.3076893091201782, 0.37243515253067017, 0.16588526964187622, -1.5384806394577026, -1.4467051029205322, -0.8865119218826294, -0.10030975192785263, 0.12046662718057632, -0.25583282113075256, -1.7248557806015015, 0.019732359796762466, 0.006427156273275614, 0.0015996916918084025, -0.28785333037376404, -0.3752543330192566, 0.10636372119188309, 1.4383485317230225, -1.3221920728683472, 1.040528655052185, 1000.8843994140625, 999.9928588867188], "std": [0.12448358535766602, 0.06441694498062134, 0.08759799599647522, 0.09681224077939987, 0.036813702434301376, 0.01708437129855156, 0.09958834201097488, 0.010019170120358467, 0.0299430750310421, 0.018341075628995895, 0.1267431527376175, 0.09584327787160873, 0.13586576282978058, 0.09151528775691986, 0.04688046872615814, 0.05232762172818184, 0.1115182414650917, 0.19437716901302338, 0.07610511779785156, 0.08007730543613434, 0.02435568906366825, 0.023294469341635704, 0.0254379790276289, 0.1358802169561386, 0.09210183471441269, 0.14045727252960205, 0.38916343450546265, 0.051234085112810135], "count": [981]}, "action": {"min": [-0.1984199434518814, 0.21132664382457733, 0.08903469890356064, -1.8643553256988525, -0.2623993456363678, -0.08298168331384659, -0.4085564911365509, -0.31869542598724365, 0.31080976128578186, 0.12082987278699875, -1.7923012971878052, -1.627920150756836, -1.0565861463546753, -0.2858096659183502, 0.035122569650411606, -0.3511809706687927, -1.9212465286254883, -0.2562547028064728, -0.042613305151462555, -0.06057710573077202, -0.3064931333065033, -0.41569051146507263, 0.042212001979351044, 1.3350740671157837, -1.3969484567642212, 0.7271836996078491, 1000.0, 999.5625], "max": [0.2934040129184723, 0.40586867928504944, 0.3751552402973175, -1.4840664863586426, -0.11223230510950089, -0.014388058334589005, -0.050676725804805756, -0.27742719650268555, 0.4350709915161133, 0.1824013739824295, -1.3852858543395996, -1.2889245748519897, -0.6047384738922119, 0.09797406196594238, 0.158375546336174, -0.1363549381494522, -1.6351706981658936, 0.18788470327854156, 0.16438165307044983, 0.16235598921775818, -0.2387188822031021, -0.33081281185150146, 0.12752468883991241, 1.7124453783035278, -1.1618958711624146, 1.1451830863952637, 1001.9375, 1000.0], "mean": [0.1112326830625534, 0.28687673807144165, 0.166016086935997, -1.6751911640167236, -0.17412041127681732, -0.04340087249875069, -0.23601503670215607, -0.30768391489982605, 0.3723832368850708, 0.16588017344474792, -1.5385613441467285, -1.4468398094177246, -0.8864063620567322, -0.10053183138370514, 0.12034597247838974, -0.2557080090045929, -1.725088119506836, 0.019364064559340477, 0.0064392066560685635, 0.0016909621190279722, -0.2878299951553345, -0.37519949674606323, 0.10637027770280838, 1.438467264175415, -1.3219685554504395, 1.0404127836227417, 1000.8853759765625, 999.9928588867188], "std": [0.12445533275604248, 0.06438901275396347, 0.08761489391326904, 0.09670225530862808, 0.03679831698536873, 0.0170469731092453, 0.09941797703504562, 0.010014696978032589, 0.029918430373072624, 0.018337447196245193, 0.12667116522789001, 0.09571453183889389, 0.13577349483966827, 0.09167826175689697, 0.04693515598773956, 0.052463218569755554, 0.11156832426786423, 0.1944006085395813, 0.07609828561544418, 0.08005741238594055, 0.024348782375454903, 0.0233241505920887, 0.02544248476624489, 0.13584129512310028, 0.09218687564134598, 0.1404179036617279, 0.3881821036338806, 0.051234085112810135], "count": [981]}, "timestamp": {"min": [0.0], "max": [32.666666666666664], "mean": [16.333333333333332], "std": [9.439671996812569], "count": [981]}, "frame_index": {"min": [0], "max": [980], "mean": [490.0], "std": [283.1901599043771], "count": [981]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [981]}, "index": {"min": [65963], "max": [66943], "mean": [66453.0], "std": [283.1901599043771], "count": [981]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [981]}, "subtask_annotation": {"mean": [0.9704383282364933, 3.0, 3.0, 3.0, 3.0], "std": [0.8917693138887072, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [981]}, "scene_annotation": {"mean": [67.0], "std": [0.0], "min": [67], "max": [67], "count": [981]}, "eef_direction_state": {"mean": [4.538226299694189, 4.962283384301733], "std": [2.3793660472295493, 1.97734479583349], "min": [0, 0], "max": [6, 6], "count": [981]}, "eef_velocity_state": {"mean": [0.28644240570846075, 0.2528032619775739], "std": [0.45209861083662894, 0.4346191122248005], "min": [0, 0], "max": [1, 1], "count": [981]}, "eef_acc_mag_state": {"mean": [0.10805300713557595, 0.11722731906218145], "std": [0.40955257808208506, 0.42539045841191603], "min": [0, 0], "max": [2, 2], "count": [981]}, "eef_direction_action": {"mean": [4.538226299694189, 4.962283384301733], "std": [2.3793660472295493, 1.97734479583349], "min": [0, 0], "max": [6, 6], "count": [981]}, "eef_velocity_action": {"mean": [0.28644240570846075, 0.2528032619775739], "std": [0.45209861083662894, 0.4346191122248005], "min": [0, 0], "max": [1, 1], "count": [981]}, "eef_acc_mag_action": {"mean": [0.10805300713557595, 0.11722731906218145], "std": [0.40955257808208506, 0.42539045841191603], "min": [0, 0], "max": [2, 2], "count": [981]}, "eef_sim_pose_state": {"mean": [0.42117004330306423, 0.2513248018934132, 1.1381354047988923, 0.04129099287470454, -0.08437376825932202, 1.1428757846458277, 0.41804616706833775, -0.17720507593084794, 1.1536796792096586, 0.008183670084047212, -0.07349712184333612, -1.3163336051632164], "std": [0.03193854968775486, 0.0067460049640637905, 0.01034808360660946, 0.029700964953136483, 0.04293942904119688, 0.1686643060591918, 0.023315782058582483, 0.017761041495173067, 0.02474090546090225, 0.023850771913886244, 0.14838143772415324, 0.09678506516374698], "min": [0.3677573970980267, 0.2292364302772464, 1.1238562670196242, -0.03257143946678209, -0.19280704661510994, 0.8345901467436264, 0.37294051920750454, -0.19208809440516844, 1.1350281213053854, -0.04934705706426923, -0.34213726796275457, -1.4008045170312746], "max": [0.49729961293892433, 0.26054068129063507, 1.1634080148868389, 0.11051703922307438, -0.037193217592374594, 1.3789271983593325, 0.4641831503447382, -0.13113601641806308, 1.202240558348957, 0.08076590348436419, 0.050794389421706, -1.100697447714381], "count": [981]}, "eef_sim_pose_action": {"mean": [0.42112197180472194, 0.2513333812820647, 1.1381442260675747, 0.04132885884028481, -0.08435597290053941, 1.1427174929291426, 0.41799092024139284, -0.17720919569184676, 1.1536999682979845, 0.00821707313109805, -0.07372748900420557, -1.3163683492844596], "std": [0.0319259265531034, 0.006746236843818289, 0.010339594535067801, 0.02967888893586258, 0.042946421782597145, 0.16851552332688038, 0.023349761117223918, 0.017763917157350984, 0.02473376562993755, 0.023870497452131646, 0.14836377970398956, 0.09680910089088374], "min": [0.3677573970980267, 0.2292364302772464, 1.1238562670196242, -0.03257143946678209, -0.19280704661510994, 0.8345901467436264, 0.37294051920750454, -0.19208809440516844, 1.1350281213053854, -0.04934705706426923, -0.34213726796275457, -1.4008045170312746], "max": [0.49729961293892433, 0.26054068129063507, 1.1634080148868389, 0.11051703922307438, -0.037193217592374594, 1.3789271983593325, 0.4641831503447382, -0.13113601641806308, 1.202240558348957, 0.08076590348436419, 0.050794389421706, -1.100697447714381], "count": [981]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [981]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [981]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [981]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [981]}, "gripper_open_scale_state": {"mean": [0.9098949143840409, 0.9090844222036828], "std": [0.0003537828697031904, 4.657637941561816e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9108522727272728, 0.9090909090909091], "count": [981]}, "gripper_open_scale_action": {"mean": [0.9098958027337432, 0.9090844222036828], "std": [0.0003528937189421213, 4.657637941561816e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9108522727272728, 0.9090909090909091], "count": [981]}}} +{"episode_index": 68, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48070164974957375]], [[0.4800262381447144]], [[0.47486859059747083]]], "std": [[[0.34607427283450876]], [[0.33358457190323787]], [[0.3468684919145153]]], "count": [184]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3737032160237283]], [[0.374840969336104]], [[0.36835984676932365]]], "std": [[[0.27847614650737196]], [[0.273558027689189]], [[0.2805973782139583]]], "count": [184]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4208595304063654]], [[0.42512785059676045]], [[0.4128369987034669]]], "std": [[[0.322567964918445]], [[0.30814404674461926]], [[0.3136195813279146]]], "count": [184]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40549929179099176]], [[0.4138254842018329]], [[0.40397905122193806]]], "std": [[[0.3254044654709179]], [[0.30894544232101434]], [[0.316587061884831]]], "count": [184]}, "observation.state": {"min": [-0.16900458931922913, 0.21084341406822205, 0.08790786564350128, -1.8524564504623413, -0.20513619482517242, -0.13339659571647644, -0.38224565982818604, -0.32162219285964966, 0.3281930088996887, 0.11534968763589859, -1.8441847562789917, -1.561362385749817, -1.0566881895065308, -0.25580963492393494, -0.004772384651005268, -0.32042717933654785, -1.9949047565460205, -0.1489202082157135, -0.04267766326665878, -0.06059674173593521, -0.3064890503883362, -0.44602200388908386, 0.061324626207351685, 1.3349539041519165, -1.4868649244308472, 0.7563514113426208, 1000.0, 1000.0], "max": [0.2461034208536148, 0.4306938052177429, 0.3296414315700531, -1.526931881904602, -0.03401319310069084, 0.022331487387418747, -0.050647273659706116, -0.2729943096637726, 0.4351694583892822, 0.18676955997943878, -1.3854994773864746, -1.282201886177063, -0.6639476418495178, 0.20469875633716583, 0.19681096076965332, -0.1654583066701889, -1.6122761964797974, 0.18785960972309113, 0.2608318328857422, 0.24959735572338104, -0.21014174818992615, -0.3248654305934906, 0.12605930864810944, 1.7151345014572144, -1.2648282051086426, 1.1450854539871216, 1001.9375, 1000.0], "mean": [0.06578004360198975, 0.2626987397670746, 0.1520763486623764, -1.6193088293075562, -0.14629888534545898, -0.06730170547962189, -0.22340922057628632, -0.30894404649734497, 0.38839107751846313, 0.16924113035202026, -1.540605068206787, -1.4000383615493774, -0.9183693528175354, -0.08037640899419785, 0.12735819816589355, -0.24906538426876068, -1.740919828414917, 0.0683336928486824, 0.04733099043369293, 0.03505606949329376, -0.2774493098258972, -0.3799000382423401, 0.10601659119129181, 1.439727544784546, -1.3795356750488281, 1.0359572172164917, 1000.941162109375, 1000.0], "std": [0.08038870245218277, 0.04563748836517334, 0.06214337423443794, 0.07444620877504349, 0.036192361265420914, 0.02489752694964409, 0.07220011204481125, 0.018022365868091583, 0.02153419703245163, 0.01926943100988865, 0.13759532570838928, 0.06305019557476044, 0.10853332281112671, 0.10651222616434097, 0.05653578042984009, 0.04052067920565605, 0.12710539996623993, 0.12234979122877121, 0.11206468939781189, 0.11024614423513412, 0.03390773758292198, 0.025891683995723724, 0.01875932887196541, 0.1305791437625885, 0.0446021594107151, 0.14716799557209015, 0.3769412934780121, 0.0], "count": [1047]}, "action": {"min": [-0.16900458931922913, 0.21084341406822205, 0.08790786564350128, -1.8524564504623413, -0.20513619482517242, -0.13339659571647644, -0.38224565982818604, -0.32162219285964966, 0.3281930088996887, 0.11534968763589859, -1.8441847562789917, -1.561362385749817, -1.0566881895065308, -0.25580963492393494, -0.004772384651005268, -0.32042717933654785, -1.9949047565460205, -0.1489202082157135, -0.04267766326665878, -0.06059674173593521, -0.3064890503883362, -0.44602200388908386, 0.061324626207351685, 1.3349539041519165, -1.4868649244308472, 0.7563514113426208, 1000.0, 1000.0], "max": [0.2461034208536148, 0.4306938052177429, 0.3296414315700531, -1.5269296169281006, -0.03401319310069084, 0.022331487387418747, -0.050647273659706116, -0.2729943096637726, 0.4351694583892822, 0.18676955997943878, -1.3854994773864746, -1.282201886177063, -0.6639476418495178, 0.20469875633716583, 0.19681096076965332, -0.1654583066701889, -1.6122761964797974, 0.18785960972309113, 0.2608318328857422, 0.24959735572338104, -0.21014174818992615, -0.3248654305934906, 0.12605930864810944, 1.7151345014572144, -1.2648282051086426, 1.1450854539871216, 1001.9375, 1000.0], "mean": [0.06586114317178726, 0.2627266049385071, 0.15204887092113495, -1.6193821430206299, -0.1463230550289154, -0.0672914907336235, -0.22357812523841858, -0.3089464008808136, 0.38836461305618286, 0.1692391186952591, -1.5406954288482666, -1.4001652002334595, -0.9182674884796143, -0.08051318675279617, 0.1272028386592865, -0.2489756941795349, -1.741080641746521, 0.06811821460723877, 0.047376543283462524, 0.03515646606683731, -0.27742648124694824, -0.3798675835132599, 0.10600229352712631, 1.439772367477417, -1.3794869184494019, 1.03594172000885, 1000.9415893554688, 1000.0], "std": [0.08037135750055313, 0.04561818763613701, 0.062151677906513214, 0.0743929073214531, 0.036194879561662674, 0.024894729256629944, 0.07200241833925247, 0.018023818731307983, 0.021522091701626778, 0.019268270581960678, 0.13752444088459015, 0.0629604160785675, 0.10845353454351425, 0.10657630860805511, 0.05667393282055855, 0.04060034826397896, 0.12707816064357758, 0.12233783304691315, 0.11203771829605103, 0.11020691692829132, 0.03389621153473854, 0.025900911539793015, 0.018753843382000923, 0.1305510699748993, 0.04461086168885231, 0.14715759456157684, 0.375632107257843, 0.0], "count": [1047]}, "timestamp": {"min": [0.0], "max": [34.86666666666667], "mean": [17.433333333333334], "std": [10.074757602083574], "count": [1047]}, "frame_index": {"min": [0], "max": [1046], "mean": [523.0], "std": [302.2427280625072], "count": [1047]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [1047]}, "index": {"min": [66944], "max": [67990], "mean": [67467.0], "std": [302.2427280625072], "count": [1047]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1047]}, "subtask_annotation": {"mean": [1.1260744985673352, 3.0, 3.0, 3.0, 3.0], "std": [0.8715815561194714, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1047]}, "scene_annotation": {"mean": [68.0], "std": [0.0], "min": [68], "max": [68], "count": [1047]}, "eef_direction_state": {"mean": [4.796561604584527, 4.574021012416428], "std": [2.2280806714067403, 2.2718772708592656], "min": [0, 0], "max": [6, 6], "count": [1047]}, "eef_velocity_state": {"mean": [0.23782234957020057, 0.32855778414517667], "std": [0.4257497852202741, 0.4696887976339097], "min": [0, 0], "max": [1, 1], "count": [1047]}, "eef_acc_mag_state": {"mean": [0.061127029608404965, 0.12320916905444126], "std": [0.31225811284925037, 0.4294618221982765], "min": [0, 0], "max": [2, 2], "count": [1047]}, "eef_direction_action": {"mean": [4.796561604584527, 4.574021012416428], "std": [2.2280806714067403, 2.2718772708592656], "min": [0, 0], "max": [6, 6], "count": [1047]}, "eef_velocity_action": {"mean": [0.23782234957020057, 0.32855778414517667], "std": [0.4257497852202741, 0.4696887976339097], "min": [0, 0], "max": [1, 1], "count": [1047]}, "eef_acc_mag_action": {"mean": [0.061127029608404965, 0.12320916905444126], "std": [0.31225811284925037, 0.4294618221982765], "min": [0, 0], "max": [2, 2], "count": [1047]}, "eef_sim_pose_state": {"mean": [0.43503420488152056, 0.25246711224701424, 1.1345765297743937, 0.01937107635460517, -0.10306416799348977, 1.1808254153020987, 0.4232230177261294, -0.18007277448754008, 1.164213759921839, -0.0008999970331591762, -0.0362090168418817, -1.2848809394099006], "std": [0.02115006855604186, 0.010795890842513934, 0.01636932560367638, 0.032762311522302974, 0.0782282203947384, 0.12469660485603781, 0.027064234089000234, 0.010541887153197135, 0.03457116745520908, 0.03378094405648304, 0.1054832330632631, 0.11921317023859053], "min": [0.38113199243764834, 0.21688855582614028, 1.1236474043239848, -0.11511989290195213, -0.31498057959036596, 0.8593061068940198, 0.3713822948297322, -0.20555616295510487, 1.1350300146459864, -0.09258272549354618, -0.27143809112514106, -1.3750084915358394], "max": [0.4921011182270663, 0.26121335914675675, 1.1690456904215787, 0.07705925703672789, -0.02767195515172438, 1.3788735447720106, 0.49737213971659655, -0.15566600115406187, 1.23129550108214, 0.08210965042066076, 0.05086162073600575, -1.032521231261053], "count": [1047]}, "eef_sim_pose_action": {"mean": [0.4350116264104511, 0.25247882184520953, 1.1345766415323837, 0.019398478597869674, -0.10305227062104444, 1.1806669943642976, 0.42319061533001906, -0.18005852287555446, 1.1642345881848504, -0.0008779263500935897, -0.03625908372276677, -1.284880246260691], "std": [0.02114338177925902, 0.01079688084293009, 0.016369252821379403, 0.032762631122538306, 0.078233262922806, 0.1245502089909171, 0.027075494436867933, 0.010541758102329208, 0.034560150168998, 0.03379298455240911, 0.10545437337123066, 0.11921269818107677], "min": [0.38113199243764834, 0.21688855582614028, 1.1236474043239848, -0.11511989290195213, -0.31498057959036596, 0.8593061068940198, 0.3713822948297322, -0.20555616295510487, 1.1350300146459864, -0.09258272549354618, -0.27143809112514106, -1.3750084915358394], "max": [0.4921011182270663, 0.26121335914675675, 1.1690456904215787, 0.07705925703672789, -0.02767195515172438, 1.3788735447720106, 0.49737213971659655, -0.15566600115406187, 1.23129550108214, 0.08210965042066076, 0.05086162073600575, -1.032521231261053], "count": [1047]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1047]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1047]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1047]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1047]}, "gripper_open_scale_state": {"mean": [0.9099464565289364, 0.9090909090909011], "std": [0.00034267216403812274, 7.993605777301127e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9108522727272728, 0.9090909090909091], "count": [1047]}, "gripper_open_scale_action": {"mean": [0.9099468556396091, 0.9090909090909011], "std": [0.000341484180266552, 7.993605777301127e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9108522727272728, 0.9090909090909091], "count": [1047]}}} +{"episode_index": 69, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48391368533682416]], [[0.483015347640003]], [[0.47805778720105463]]], "std": [[[0.34523729408941134]], [[0.33239998364483125]], [[0.3458557219445644]]], "count": [176]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37514002966243315]], [[0.37614211160316396]], [[0.3696853368241236]]], "std": [[[0.2803153215817993]], [[0.2752586357911896]], [[0.28239695454585884]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4185168388851753]], [[0.419411540728981]], [[0.4068597045825906]]], "std": [[[0.32558600755976436]], [[0.3077133232174997]], [[0.31362500376593766]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41029407122697564]], [[0.41875228851010105]], [[0.4090914545268865]]], "std": [[[0.3294481221138293]], [[0.3129663256022534]], [[0.32064724245029513]]], "count": [176]}, "observation.state": {"min": [-0.26340287923812866, 0.2058234065771103, 0.05576981231570244, -1.8160979747772217, -0.2720237374305725, -0.07953574508428574, -0.3718467652797699, -0.31878793239593506, 0.34174999594688416, 0.11969593912363052, -1.8247284889221191, -1.5554618835449219, -1.059123158454895, -0.21932461857795715, -0.043647412210702896, -0.31897854804992676, -1.846197247505188, -0.17707456648349762, -0.144747793674469, -0.06059455871582031, -0.3064839839935303, -0.44726112484931946, 0.042849499732255936, 1.3349539041519165, -1.3989828824996948, 0.8948407769203186, 1000.0, 999.625], "max": [0.23173390328884125, 0.41422227025032043, 0.35569265484809875, -1.4861478805541992, -0.11208941042423248, 0.04655447602272034, -0.050649456679821014, -0.25853538513183594, 0.458268940448761, 0.19530119001865387, -1.3692408800125122, -1.2891275882720947, -0.6387643814086914, 0.18427732586860657, 0.15826863050460815, -0.13432489335536957, -1.5581339597702026, 0.18785960972309113, 0.11130183190107346, 0.12907473742961884, -0.23842713236808777, -0.34748342633247375, 0.1206413134932518, 1.6577377319335938, -1.2031108140945435, 1.207292079925537, 1002.0, 1000.0], "mean": [0.033205676823854446, 0.28567421436309814, 0.15973038971424103, -1.6193768978118896, -0.21829821169376373, -0.008000575006008148, -0.23444883525371552, -0.3013547360897064, 0.3969770073890686, 0.173590749502182, -1.4998351335525513, -1.4562368392944336, -0.9206880927085876, -0.05470209941267967, 0.10630064457654953, -0.2565750479698181, -1.6692262887954712, 0.06410759687423706, -0.01752825826406479, -0.002024050336331129, -0.288966566324234, -0.3887140154838562, 0.10201670229434967, 1.4304622411727905, -1.3572725057601929, 1.083419919013977, 1000.8475341796875, 999.9939575195312], "std": [0.11308535188436508, 0.054721929132938385, 0.07517223805189133, 0.07211684435606003, 0.04990138113498688, 0.028097983449697495, 0.08525053411722183, 0.021244917064905167, 0.025145258754491806, 0.018245337530970573, 0.15083158016204834, 0.07121891528367996, 0.13158100843429565, 0.08366850018501282, 0.06759993731975555, 0.03907254710793495, 0.06492895632982254, 0.1461281031370163, 0.06627114862203598, 0.07419562339782715, 0.024711178615689278, 0.020214656367897987, 0.025987479835748672, 0.12636280059814453, 0.060850515961647034, 0.10098075121641159, 0.32213228940963745, 0.04426950588822365], "count": [990]}, "action": {"min": [-0.26340287923812866, 0.2058234065771103, 0.05576981231570244, -1.8160979747772217, -0.2720237374305725, -0.07953574508428574, -0.3718467652797699, -0.31878793239593506, 0.34174999594688416, 0.11969593912363052, -1.8247284889221191, -1.5554618835449219, -1.059123158454895, -0.21932461857795715, -0.043647412210702896, -0.31897854804992676, -1.846197247505188, -0.17707456648349762, -0.144747793674469, -0.06059455871582031, -0.3064839839935303, -0.44726112484931946, 0.042849499732255936, 1.3349539041519165, -1.3989828824996948, 0.8948407769203186, 1000.0, 999.625], "max": [0.23173390328884125, 0.41422227025032043, 0.35569265484809875, -1.4861478805541992, -0.11208941042423248, 0.04655447602272034, -0.050650704652071, -0.25853538513183594, 0.458268940448761, 0.19530119001865387, -1.3692408800125122, -1.2891275882720947, -0.6387643814086914, 0.18427732586860657, 0.15826863050460815, -0.13432489335536957, -1.5581339597702026, 0.18785960972309113, 0.11130183190107346, 0.12907473742961884, -0.23842713236808777, -0.34748342633247375, 0.1206413134932518, 1.6577377319335938, -1.2031108140945435, 1.207292079925537, 1002.0, 1000.0], "mean": [0.033282320946455, 0.28571802377700806, 0.1597048044204712, -1.6194720268249512, -0.21841572225093842, -0.00792024191468954, -0.23462195694446564, -0.3013520836830139, 0.3969520926475525, 0.1735905110836029, -1.4998595714569092, -1.4564504623413086, -0.9206110239028931, -0.05479806289076805, 0.10609810799360275, -0.2564498484134674, -1.6692627668380737, 0.06385160237550735, -0.01761784218251705, -0.0019511629361659288, -0.28896355628967285, -0.3886948227882385, 0.10200564563274384, 1.4305063486099243, -1.357148289680481, 1.0834784507751465, 1000.8485107421875, 999.9939575195312], "std": [0.1130928173661232, 0.05468394234776497, 0.07518064975738525, 0.07205656915903091, 0.049847617745399475, 0.02800767682492733, 0.08505091816186905, 0.021242912858724594, 0.02514251507818699, 0.01824522763490677, 0.1508140116930008, 0.07103520631790161, 0.13152430951595306, 0.08372756093740463, 0.06774424016475677, 0.03925950452685356, 0.06491997092962265, 0.14613310992717743, 0.06636489927768707, 0.07417351752519608, 0.024709217250347137, 0.020222915336489677, 0.025981882587075233, 0.12633700668811798, 0.060894764959812164, 0.10103302448987961, 0.3223721385002136, 0.04426950588822365], "count": [990]}, "timestamp": {"min": [0.0], "max": [32.96666666666667], "mean": [16.483333333333334], "std": [9.526274581776836], "count": [990]}, "frame_index": {"min": [0], "max": [989], "mean": [494.5], "std": [285.78823745330504], "count": [990]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [990]}, "index": {"min": [67991], "max": [68980], "mean": [68485.5], "std": [285.78823745330504], "count": [990]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [990]}, "subtask_annotation": {"mean": [1.104040404040404, 3.0, 3.0, 3.0, 3.0], "std": [0.9002153717523612, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [990]}, "scene_annotation": {"mean": [69.0], "std": [0.0], "min": [69], "max": [69], "count": [990]}, "eef_direction_state": {"mean": [4.691919191919192, 4.776767676767677], "std": [2.241264829036126, 2.217393514135667], "min": [0, 0], "max": [6, 6], "count": [990]}, "eef_velocity_state": {"mean": [0.2787878787878788, 0.2676767676767677], "std": [0.4484029409234837, 0.4427481402816786], "min": [0, 0], "max": [1, 1], "count": [990]}, "eef_acc_mag_state": {"mean": [0.12828282828282828, 0.07272727272727272], "std": [0.4457522082045894, 0.3374946858745672], "min": [0, 0], "max": [2, 2], "count": [990]}, "eef_direction_action": {"mean": [4.691919191919192, 4.776767676767677], "std": [2.241264829036126, 2.217393514135667], "min": [0, 0], "max": [6, 6], "count": [990]}, "eef_velocity_action": {"mean": [0.2787878787878788, 0.2676767676767677], "std": [0.4484029409234837, 0.4427481402816785], "min": [0, 0], "max": [1, 1], "count": [990]}, "eef_acc_mag_action": {"mean": [0.12828282828282828, 0.07272727272727272], "std": [0.4457522082045894, 0.3374946858745672], "min": [0, 0], "max": [2, 2], "count": [990]}, "eef_sim_pose_state": {"mean": [0.4443038892423088, 0.25715409968185665, 1.1447719562096077, 0.045589534803219006, -0.054756375591703425, 1.1693985695437505, 0.4315615354123711, -0.1735249129025261, 1.150553191717877, 0.02781756063236221, -0.027674643540955262, -1.3172589053541808], "std": [0.02808868424417512, 0.011232318727795964, 0.020745553841462247, 0.027642670957112907, 0.1008754409142067, 0.1381378635596749, 0.02136934465428512, 0.019071021504622376, 0.023342036965687964, 0.036904633894166, 0.1020228356562425, 0.08686852301308617], "min": [0.3907573892155792, 0.22358537386702146, 1.1237903760174741, -0.03526508028529063, -0.28017896794431674, 0.8984649516686711, 0.3894988371676762, -0.18761057194109965, 1.1303902237618122, -0.012735324649765567, -0.2215165871417415, -1.434289125234638], "max": [0.5164623506415478, 0.2760129930582393, 1.1876959385683943, 0.09128419916218022, 0.02251056914998717, 1.3788750802248364, 0.4940414244318756, -0.12770949347518915, 1.199327748229976, 0.13683482679631487, 0.05086967069540993, -1.1456739357649508], "count": [990]}, "eef_sim_pose_action": {"mean": [0.4442831481511712, 0.25716815175706115, 1.144779762044415, 0.045645860872623525, -0.05465875988428589, 1.1692363122417473, 0.43154171451350154, -0.17350835642177873, 1.1505489631487495, 0.02789732299335366, -0.027730336024191657, -1.3173211539198333], "std": [0.02808977037935663, 0.011228629283629186, 0.02073911737377526, 0.027617843719796885, 0.10090145676354648, 0.13798597617617891, 0.02137918121445015, 0.019065924169117635, 0.02334522581441974, 0.036942658012602374, 0.101995000074131, 0.086925743437868], "min": [0.3907573892155792, 0.22358537386702146, 1.1237903760174741, -0.03526508028529063, -0.28017896794431674, 0.8984649516686711, 0.3894988371676762, -0.18761057194109965, 1.1303902237618122, -0.012735324649765567, -0.2215165871417415, -1.434289125234638], "max": [0.5164623506415478, 0.2760129930582393, 1.1876959385683943, 0.09128419916218022, 0.02251056914998717, 1.3788750802248364, 0.4940414244318756, -0.12770949347518915, 1.199327748229976, 0.13683482679631487, 0.05086967069540993, -1.1456739357649508], "count": [990]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [990]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [990]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [990]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [990]}, "gripper_open_scale_state": {"mean": [0.9098613796321702, 0.9090853994490304], "std": [0.00029284637420121416, 4.0245084212478115e-05], "min": [0.9090909090909091, 0.90875], "max": [0.9109090909090909, 0.9090909090909091], "count": [990]}, "gripper_open_scale_action": {"mean": [0.9098621734254835, 0.9090853994490304], "std": [0.00029306525588599746, 4.0245084212478115e-05], "min": [0.9090909090909091, 0.90875], "max": [0.9109090909090909, 0.9090909090909091], "count": [990]}}} +{"episode_index": 70, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4874309740972892]], [[0.4862550425908068]], [[0.4817380687703132]]], "std": [[[0.34700033795504015]], [[0.3333246469554621]], [[0.3473186384190058]]], "count": [183]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37519530608236007]], [[0.37608592382763667]], [[0.3698081069859638]]], "std": [[[0.2800078964859478]], [[0.27466541348479584]], [[0.2820011681648664]]], "count": [183]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4252958286456659]], [[0.429298818707811]], [[0.41476504071573983]]], "std": [[[0.32043909045832797]], [[0.3094223111796749]], [[0.3132541485049362]]], "count": [183]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4139131587288832]], [[0.42209232919032824]], [[0.41250219539090677]]], "std": [[[0.33063392015536286]], [[0.3146358458050561]], [[0.3222956894223049]]], "count": [183]}, "observation.state": {"min": [-0.3286411464214325, 0.205232173204422, 0.09269443899393082, -1.7525025606155396, -0.23834870755672455, -0.07941793650388718, -0.3700108826160431, -0.31871894001960754, 0.378294438123703, 0.09922406077384949, -1.795326590538025, -1.520680546760559, -1.0684834718704224, -0.22198623418807983, 0.007691447623074055, -0.3463180363178253, -1.8711347579956055, -0.30262917280197144, -0.13398128747940063, -0.06982516497373581, -0.3065585494041443, -0.4649794399738312, 0.03599212318658829, 1.3349539041519165, -1.397040843963623, 0.7840086221694946, 1000.0, 1000.0], "max": [0.11433543264865875, 0.3798861801624298, 0.3818867802619934, -1.4374924898147583, -0.13748504221439362, 0.060475658625364304, -0.05063527449965477, -0.24843819439411163, 0.4722813069820404, 0.18345332145690918, -1.3848679065704346, -1.2893766164779663, -0.6791203022003174, 0.26960426568984985, 0.16585318744182587, -0.14189963042736053, -1.523629903793335, 0.18783779442310333, 0.16835446655750275, 0.1527010202407837, -0.22477875649929047, -0.34950730204582214, 0.12113143503665924, 1.70136296749115, -1.0184226036071777, 1.145059585571289, 1002.0, 1000.0], "mean": [0.038329362869262695, 0.24402835965156555, 0.15756924450397491, -1.6373506784439087, -0.19874274730682373, -0.026237187907099724, -0.19238732755184174, -0.29425501823425293, 0.39666447043418884, 0.16466327011585236, -1.4948277473449707, -1.4268133640289307, -0.9897671341896057, -0.047802988439798355, 0.11698132008314133, -0.2580414414405823, -1.6785101890563965, 0.021973438560962677, 0.000866953341756016, 0.009618587791919708, -0.285151869058609, -0.38968273997306824, 0.10299163311719894, 1.4594762325286865, -1.3202197551727295, 1.0345187187194824, 1000.8951416015625, 1000.0], "std": [0.11104433983564377, 0.049397509545087814, 0.07780242711305618, 0.0670718252658844, 0.029032761231064796, 0.04111720621585846, 0.08780402690172195, 0.021228652447462082, 0.022462718188762665, 0.021309394389390945, 0.13499154150485992, 0.06291878968477249, 0.1289871335029602, 0.11077075451612473, 0.057461753487586975, 0.04505879431962967, 0.08105269074440002, 0.1850593090057373, 0.08821240067481995, 0.08905759453773499, 0.028434814885258675, 0.02639205940067768, 0.02666776441037655, 0.14451555907726288, 0.10962659865617752, 0.13919329643249512, 0.41808879375457764, 0.0], "count": [1043]}, "action": {"min": [-0.3286411464214325, 0.205232173204422, 0.09269443899393082, -1.7525025606155396, -0.23834870755672455, -0.07941793650388718, -0.3700108826160431, -0.31871894001960754, 0.378294438123703, 0.09922406077384949, -1.795326590538025, -1.520680546760559, -1.0684834718704224, -0.22198623418807983, 0.007691447623074055, -0.3463180363178253, -1.8711347579956055, -0.30262917280197144, -0.13398128747940063, -0.06982516497373581, -0.3065585494041443, -0.4649794399738312, 0.03599212318658829, 1.3349539041519165, -1.397040843963623, 0.7840086221694946, 1000.0, 1000.0], "max": [0.11433543264865875, 0.3798861801624298, 0.3818867802619934, -1.4374924898147583, -0.13748504221439362, 0.060475658625364304, -0.05063527449965477, -0.24843819439411163, 0.4722813069820404, 0.18345332145690918, -1.3848679065704346, -1.2893766164779663, -0.6791203022003174, 0.26960426568984985, 0.16585318744182587, -0.14189963042736053, -1.523629903793335, 0.18783779442310333, 0.16835446655750275, 0.1527010202407837, -0.22477875649929047, -0.34950730204582214, 0.12113143503665924, 1.70136296749115, -1.0184226036071777, 1.145059585571289, 1002.0, 1000.0], "mean": [0.03842736408114433, 0.24402788281440735, 0.1575358659029007, -1.637485384941101, -0.19881571829319, -0.026199817657470703, -0.19250038266181946, -0.2942406237125397, 0.3966357707977295, 0.16465550661087036, -1.4948650598526, -1.4269521236419678, -0.9897759556770325, -0.04792478308081627, 0.11684279888868332, -0.25793755054473877, -1.6785811185836792, 0.02165079116821289, 0.0007842666236683726, 0.009713524952530861, -0.2851492166519165, -0.3896538019180298, 0.10298498719930649, 1.4596160650253296, -1.320043921470642, 1.0344505310058594, 1000.8958740234375, 1000.0], "std": [0.1110609769821167, 0.04939782992005348, 0.077814020216465, 0.06699084490537643, 0.028974371030926704, 0.04108676686882973, 0.08769730478525162, 0.021217169240117073, 0.022462094202637672, 0.02130475826561451, 0.1349668949842453, 0.06277591735124588, 0.1289917528629303, 0.11085262149572372, 0.05753614380955696, 0.045179273933172226, 0.08104711771011353, 0.18506327271461487, 0.08829353749752045, 0.08903547376394272, 0.0284329354763031, 0.02640875056385994, 0.026664216071367264, 0.14446626603603363, 0.10965105146169662, 0.13915638625621796, 0.41846317052841187, 0.0], "count": [1043]}, "timestamp": {"min": [0.0], "max": [34.733333333333334], "mean": [17.366666666666667], "std": [10.03626756651429], "count": [1043]}, "frame_index": {"min": [0], "max": [1042], "mean": [521.0], "std": [301.0880269954287], "count": [1043]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [1043]}, "index": {"min": [68981], "max": [70023], "mean": [69502.0], "std": [301.0880269954287], "count": [1043]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1043]}, "subtask_annotation": {"mean": [1.0431447746883988, 3.0, 3.0, 3.0, 3.0], "std": [0.9022494978736474, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1043]}, "scene_annotation": {"mean": [70.0], "std": [0.0], "min": [70], "max": [70], "count": [1043]}, "eef_direction_state": {"mean": [4.797698945349952, 4.720038350910834], "std": [2.210476770450846, 2.222143247440128], "min": [0, 0], "max": [6, 6], "count": [1043]}, "eef_velocity_state": {"mean": [0.2483221476510067, 0.29050814956855225], "std": [0.4320396493806955, 0.4539968773051274], "min": [0, 0], "max": [1, 1], "count": [1043]}, "eef_acc_mag_state": {"mean": [0.10738255033557047, 0.12176414189837009], "std": [0.41075329433109337, 0.4395761424633048], "min": [0, 0], "max": [2, 2], "count": [1043]}, "eef_direction_action": {"mean": [4.797698945349952, 4.720038350910834], "std": [2.210476770450846, 2.222143247440128], "min": [0, 0], "max": [6, 6], "count": [1043]}, "eef_velocity_action": {"mean": [0.2483221476510067, 0.29050814956855225], "std": [0.4320396493806955, 0.4539968773051274], "min": [0, 0], "max": [1, 1], "count": [1043]}, "eef_acc_mag_action": {"mean": [0.10738255033557047, 0.12176414189837009], "std": [0.41075329433109337, 0.43957614246330473], "min": [0, 0], "max": [2, 2], "count": [1043]}, "eef_sim_pose_state": {"mean": [0.44271871830719417, 0.24478385663619914, 1.1478531086160622, 0.0008384008469982341, -0.042871649755038974, 1.211551575045838, 0.43284940390234844, -0.1754971049333869, 1.1553259735937773, 0.01884240316380781, -0.0817384611960162, -1.3068193101335412], "std": [0.02672683752626238, 0.011210938689768475, 0.021544892686360867, 0.026465372477650212, 0.06796481944905224, 0.14626624914537428, 0.02772245230121792, 0.019270970683615794, 0.02852062884493684, 0.043401766225200505, 0.15008234801209128, 0.10341010561163332], "min": [0.42474608747455084, 0.20494705417270742, 1.123838421316129, -0.09881755592706998, -0.18440808518152907, 0.8813896094856946, 0.39056842265770836, -0.19039093731499895, 1.1300298481830586, -0.033592320255719565, -0.34068410374473457, -1.4614703722108373], "max": [0.5327102339361729, 0.26226207649784206, 1.195955152892011, 0.056314272971282386, 0.01363355485206763, 1.378948726681533, 0.5132891591833927, -0.12312026247186636, 1.2175671522272375, 0.17887808643812497, 0.05085698087355239, -1.1221772637565632], "count": [1043]}, "eef_sim_pose_action": {"mean": [0.44269229170064756, 0.24478515172209128, 1.1478665763813451, 0.0008282927092020237, -0.04278740614264934, 1.2114492189500885, 0.4328207950809451, -0.17549073727485295, 1.1553225728338195, 0.018909602092257963, -0.08191854000382348, -1.3068261470671754], "std": [0.02673016723192856, 0.011211303935806978, 0.021534277114345014, 0.0264656050677292, 0.06797819133963207, 0.14618642880902885, 0.027739995787892442, 0.0192680565475134, 0.02852326528645622, 0.04343579445345699, 0.1500358886983669, 0.10341428634328959], "min": [0.42474608747455084, 0.20494705417270742, 1.123838421316129, -0.09881755592706998, -0.18440808518152907, 0.8813896094856946, 0.39056842265770836, -0.19039093731499895, 1.1300298481830586, -0.033592320255719565, -0.34068410374473457, -1.4614703722108373], "max": [0.5327102339361729, 0.26226207649784206, 1.195955152892011, 0.056314272971282386, 0.01363355485206763, 1.378948726681533, 0.5132891591833927, -0.12312026247186636, 1.2175671522272375, 0.17887808643812497, 0.05085698087355239, -1.1221772637565632], "count": [1043]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1043]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1043]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1043]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1043]}, "gripper_open_scale_state": {"mean": [0.9099047003571249, 0.9090909090909012], "std": [0.00038007999160624505, 7.882583474838611e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1043]}, "gripper_open_scale_action": {"mean": [0.9099053328394509, 0.9090909090909012], "std": [0.00038042005014367856, 7.882583474838611e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1043]}}} +{"episode_index": 71, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4897095331529698]], [[0.4878231979267117]], [[0.4835307198471374]]], "std": [[[0.3476000356039613]], [[0.3335691189358859]], [[0.34802629369723037]]], "count": [183]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.373156411836137]], [[0.374177952784028]], [[0.36803698234758386]]], "std": [[[0.27880179217112744]], [[0.27353548914717024]], [[0.28099370130569545]]], "count": [183]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4364778094753384]], [[0.4435716097003464]], [[0.4286973965588057]]], "std": [[[0.3186186769891344]], [[0.31163874624195087]], [[0.3155886031136182]]], "count": [183]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4130240923782992]], [[0.42029763451373264]], [[0.4110356452462588]]], "std": [[[0.3262427855029312]], [[0.30995732838494494]], [[0.3176214264830141]]], "count": [183]}, "observation.state": {"min": [-0.29683905839920044, 0.17231090366840363, 0.08959320187568665, -1.8211464881896973, -0.2137330174446106, -0.07931103557348251, -0.2943541407585144, -0.3186860680580139, 0.347586452960968, 0.09848818928003311, -1.7191169261932373, -1.484236240386963, -1.112235426902771, -0.13734978437423706, -0.005633050110191107, -0.32328733801841736, -1.7942169904708862, -0.03981096297502518, -0.04273329675197601, -0.06331182271242142, -0.30753326416015625, -0.4855937361717224, 0.03759074956178665, 1.3349539041519165, -1.475254774093628, 0.8711472749710083, 1000.0, 1000.0], "max": [0.1915389895439148, 0.34301719069480896, 0.3184964060783386, -1.4144006967544556, -0.09875072538852692, 0.04767803102731705, -0.05066800117492676, -0.2589170038700104, 0.47791406512260437, 0.1896728128194809, -1.3856452703475952, -1.2891275882720947, -0.7598686814308167, 0.32921817898750305, 0.1582391858100891, -0.1611822545528412, -1.3977763652801514, 0.18783234059810638, 0.16164256632328033, 0.1756008416414261, -0.2331576943397522, -0.3726968765258789, 0.12064287811517715, 1.6213914155960083, -1.3262498378753662, 1.1475118398666382, 1002.0, 1000.0], "mean": [0.03210098296403885, 0.2083926945924759, 0.14714980125427246, -1.6370185613632202, -0.1310127228498459, -0.02776002511382103, -0.17492283880710602, -0.29005783796310425, 0.40080296993255615, 0.15969708561897278, -1.5042392015457153, -1.3743339776992798, -0.9944726824760437, -0.01780065707862377, 0.10657846927642822, -0.2503076493740082, -1.6486566066741943, 0.10805053263902664, 0.021052245050668716, 0.017211465165019035, -0.2856210470199585, -0.39945071935653687, 0.10328595340251923, 1.4071286916732788, -1.4047777652740479, 1.078895926475525, 1000.9066162109375, 1000.0], "std": [0.1194605827331543, 0.05042974278330803, 0.06523904204368591, 0.0940018817782402, 0.025692816823720932, 0.030719652771949768, 0.06712464988231659, 0.014679841697216034, 0.029796402901411057, 0.020447969436645508, 0.09887543320655823, 0.04902417212724686, 0.10573189705610275, 0.11566078662872314, 0.062371354550123215, 0.04169810935854912, 0.07705554366111755, 0.08842609077692032, 0.08175510913133621, 0.09085623919963837, 0.026951216161251068, 0.027282651513814926, 0.025263473391532898, 0.1003066673874855, 0.038401730358600616, 0.09668941795825958, 0.39083194732666016, 0.0], "count": [1044]}, "action": {"min": [-0.29683905839920044, 0.17231090366840363, 0.08959320187568665, -1.8211464881896973, -0.2137330174446106, -0.07931103557348251, -0.2943541407585144, -0.3186860680580139, 0.347586452960968, 0.09848818928003311, -1.7191169261932373, -1.484236240386963, -1.112235426902771, -0.13734978437423706, -0.005633050110191107, -0.32328733801841736, -1.7942169904708862, -0.03981096297502518, -0.04273329675197601, -0.06331182271242142, -0.30753326416015625, -0.4855937361717224, 0.03759074956178665, 1.3349539041519165, -1.475254774093628, 0.8711472749710083, 1000.0, 1000.0], "max": [0.1915389895439148, 0.34301719069480896, 0.3184964060783386, -1.4144006967544556, -0.09875072538852692, 0.04767803102731705, -0.05066800117492676, -0.2589170038700104, 0.47791406512260437, 0.1896728128194809, -1.3856452703475952, -1.2891275882720947, -0.7598686814308167, 0.32921817898750305, 0.1582391858100891, -0.1611822545528412, -1.3977763652801514, 0.18783234059810638, 0.16164256632328033, 0.1756008416414261, -0.2331576943397522, -0.3726968765258789, 0.12064287811517715, 1.6213914155960083, -1.3262498378753662, 1.1475118398666382, 1002.0, 1000.0], "mean": [0.03218284621834755, 0.20835106074810028, 0.1471099555492401, -1.6371628046035767, -0.1309937834739685, -0.027721358463168144, -0.17501798272132874, -0.29003387689590454, 0.40077999234199524, 0.1596817672252655, -1.5043059587478638, -1.374398112297058, -0.9944756031036377, -0.017860794439911842, 0.10642345994710922, -0.2502138912677765, -1.6487258672714233, 0.10786142945289612, 0.021082643419504166, 0.017320958897471428, -0.28560593724250793, -0.399440199136734, 0.10327142477035522, 1.4071719646453857, -1.4047456979751587, 1.0788843631744385, 1000.9065551757812, 1000.0], "std": [0.11947207897901535, 0.05044085904955864, 0.06525146216154099, 0.09394843876361847, 0.025695353746414185, 0.03068014606833458, 0.06701882183551788, 0.014653545804321766, 0.029796935617923737, 0.02043766900897026, 0.09881923347711563, 0.04895656928420067, 0.10573280602693558, 0.11569838970899582, 0.062443867325782776, 0.04178639501333237, 0.0770760327577591, 0.08846645057201385, 0.08173724263906479, 0.09083128720521927, 0.026943938806653023, 0.02728857658803463, 0.02525785192847252, 0.10028529167175293, 0.03842214122414589, 0.0966823473572731, 0.39091214537620544, 0.0], "count": [1044]}, "timestamp": {"min": [0.0], "max": [34.766666666666666], "mean": [17.383333333333333], "std": [10.045890075419273], "count": [1044]}, "frame_index": {"min": [0], "max": [1043], "mean": [521.5], "std": [301.37670226257814], "count": [1044]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [1044]}, "index": {"min": [70024], "max": [71067], "mean": [70545.5], "std": [301.37670226257814], "count": [1044]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1044]}, "subtask_annotation": {"mean": [1.0574712643678161, 3.0, 3.0, 3.0, 3.0], "std": [0.8854678851381608, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1044]}, "scene_annotation": {"mean": [71.0], "std": [0.0], "min": [71], "max": [71], "count": [1044]}, "eef_direction_state": {"mean": [4.639846743295019, 4.842911877394636], "std": [2.3107657368692256, 2.1240813989038383], "min": [0, 0], "max": [6, 6], "count": [1044]}, "eef_velocity_state": {"mean": [0.26436781609195403, 0.2662835249042146], "std": [0.4409960021436998, 0.44201426364858754], "min": [0, 0], "max": [1, 1], "count": [1044]}, "eef_acc_mag_state": {"mean": [0.1053639846743295, 0.10727969348659004], "std": [0.40401476786036, 0.4105699644614926], "min": [0, 0], "max": [2, 2], "count": [1044]}, "eef_direction_action": {"mean": [4.639846743295019, 4.842911877394636], "std": [2.3107657368692256, 2.1240813989038383], "min": [0, 0], "max": [6, 6], "count": [1044]}, "eef_velocity_action": {"mean": [0.26436781609195403, 0.2662835249042146], "std": [0.4409960021436998, 0.4420142636485876], "min": [0, 0], "max": [1, 1], "count": [1044]}, "eef_acc_mag_action": {"mean": [0.1053639846743295, 0.10727969348659004], "std": [0.40401476786036, 0.4105699644614926], "min": [0, 0], "max": [2, 2], "count": [1044]}, "eef_sim_pose_state": {"mean": [0.4457464425119025, 0.23775631024644026, 1.1508428854532369, -0.012449639441516386, -0.07794750507112046, 1.2388478760968493, 0.44256929917505233, -0.17585536057679665, 1.155850787178216, 0.006381659088012499, 0.006230082063781424, -1.3015635411902435], "std": [0.031410887445317996, 0.01373397736898577, 0.01491804965615862, 0.026117674536441877, 0.04636834181638459, 0.11521418287206406, 0.029933974948652475, 0.017383215004527205, 0.02684906645894224, 0.025062522095785918, 0.05649805090433669, 0.09991547310340076], "min": [0.3984741600509149, 0.1939227375588967, 1.1238529424314818, -0.0633601563860291, -0.195825009375709, 1.0048028952748609, 0.4146705591522252, -0.18761570499880187, 1.1350331011863977, -0.08543901421200717, -0.09599975758452639, -1.36889838952076], "max": [0.530264976363079, 0.2650803727393259, 1.1849203358882598, 0.04686545221368171, -0.022794842040916086, 1.3789560316804377, 0.5348839641217739, -0.12779292529041916, 1.2072616679341146, 0.0704615725413007, 0.05089350925865088, -1.091342978422011], "count": [1044]}, "eef_sim_pose_action": {"mean": [0.44572513718613427, 0.23774800068909005, 1.1508638730465388, -0.012481638992801346, -0.0779212698626881, 1.2387705963282005, 0.4425589920464428, -0.17584165998294762, 1.1558638675269737, 0.006403768691519743, 0.006192844080790239, -1.3015543613159533], "std": [0.03141341792596923, 0.013730827012227232, 0.014895506655343447, 0.02611640241157186, 0.046377146363811815, 0.1151472253418318, 0.02993989173108538, 0.017379590704922808, 0.02684224919084367, 0.025072412218623746, 0.05648144925999413, 0.09990995460752428], "min": [0.3984741600509149, 0.1939227375588967, 1.1238529424314818, -0.0633601563860291, -0.195825009375709, 1.0048028952748609, 0.4146705591522252, -0.18761570499880187, 1.1350331011863977, -0.08543901421200717, -0.09599975758452639, -1.36889838952076], "max": [0.530264976363079, 0.2650803727393259, 1.1849203358882598, 0.04686545221368171, -0.022794842040916086, 1.3789560316804377, 0.5348839641217739, -0.12779292529041916, 1.2072616679341146, 0.0704615725413007, 0.05089350925865088, -1.091342978422011], "count": [1044]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1044]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1044]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1044]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1044]}, "gripper_open_scale_state": {"mean": [0.909915097089481, 0.9090909090909012], "std": [0.00035530056884836215, 7.882583474838611e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1044]}, "gripper_open_scale_action": {"mean": [0.909915054783678, 0.9090909090909012], "std": [0.00035537225189533224, 7.882583474838611e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1044]}}} +{"episode_index": 72, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48762270077956693]], [[0.485665234646]], [[0.48161615456238366]]], "std": [[[0.3475587247149767]], [[0.33325339244404445]], [[0.3479910081647102]]], "count": [179]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.370342880518129]], [[0.3713140826395735]], [[0.3651223493354511]]], "std": [[[0.27801942054713136]], [[0.27273913834789754]], [[0.27997773870185505]]], "count": [179]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4262474143754336]], [[0.42922565678971775]], [[0.41833121896337677]]], "std": [[[0.3210055744122178]], [[0.3078524708166451]], [[0.3135240446878274]]], "count": [179]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4116964971975755]], [[0.41869779913827726]], [[0.40919894817796765]]], "std": [[[0.3210600249935587]], [[0.30595657164384493]], [[0.3130181037173412]]], "count": [179]}, "observation.state": {"min": [-0.40917059779167175, 0.20848721265792847, 0.10620765388011932, -1.7413641214370728, -0.2860638201236725, -0.10169924795627594, -0.41691768169403076, -0.31872910261154175, 0.3674061894416809, 0.11095212399959564, -1.7476898431777954, -1.596301555633545, -1.0566881895065308, -0.19673895835876465, -0.03616976737976074, -0.2982865869998932, -1.858424425125122, -0.1174955666065216, -0.04272456839680672, -0.0839623361825943, -0.30650249123573303, -0.49439457058906555, 0.04427099972963333, 1.3349539041519165, -1.3997163772583008, 0.9597974419593811, 1000.0, 1000.0], "max": [0.12441033869981766, 0.33919602632522583, 0.3523590564727783, -1.1948970556259155, -0.12583278119564056, -0.0022318398114293814, -0.05067127197980881, -0.2648579478263855, 0.50664222240448, 0.18312232196331024, -1.3837907314300537, -1.2891275882720947, -0.7570681571960449, 0.33742231130599976, 0.1583068072795868, -0.1630050241947174, -1.3884857892990112, 0.18782579898834229, 0.07986298948526382, 0.11360566318035126, -0.21932938694953918, -0.35255950689315796, 0.12066737562417984, 1.6668952703475952, -1.2133846282958984, 1.145059585571289, 1001.875, 1000.0], "mean": [0.009602269157767296, 0.23940525949001312, 0.16706061363220215, -1.5705984830856323, -0.18079671263694763, -0.05002747103571892, -0.20748817920684814, -0.30517908930778503, 0.4048137664794922, 0.1649342179298401, -1.501518964767456, -1.4256285429000854, -0.9580223560333252, -0.02919967845082283, 0.09892522543668747, -0.2497371882200241, -1.6528589725494385, 0.07916644960641861, -0.00943553913384676, -0.006124359089881182, -0.28458595275878906, -0.397090345621109, 0.10341615229845047, 1.4156593084335327, -1.3627902269363403, 1.1029326915740967, 1000.8232421875, 1000.0], "std": [0.16319319605827332, 0.038182057440280914, 0.07526664435863495, 0.14326728880405426, 0.03856094181537628, 0.022053444758057594, 0.09811706840991974, 0.015594554133713245, 0.03988733887672424, 0.01797999069094658, 0.12177865952253342, 0.07301116734743118, 0.08800673484802246, 0.12650689482688904, 0.07260806113481522, 0.03189915791153908, 0.09754724055528641, 0.12895400822162628, 0.04392183944582939, 0.0692984089255333, 0.030944611877202988, 0.0323665477335453, 0.025830652564764023, 0.1159636452794075, 0.049931954592466354, 0.06159002333879471, 0.3761058747768402, 0.0], "count": [1015]}, "action": {"min": [-0.40917059779167175, 0.20848721265792847, 0.10620765388011932, -1.7413641214370728, -0.2860638201236725, -0.10169924795627594, -0.41691768169403076, -0.31872910261154175, 0.3674061894416809, 0.11095212399959564, -1.7476898431777954, -1.596301555633545, -1.0566881895065308, -0.19673895835876465, -0.03616976737976074, -0.2982865869998932, -1.858424425125122, -0.1174955666065216, -0.04272456839680672, -0.0839623361825943, -0.30650249123573303, -0.49439457058906555, 0.04427099972963333, 1.3349539041519165, -1.3997163772583008, 0.9597974419593811, 1000.0, 1000.0], "max": [0.12441033869981766, 0.33919602632522583, 0.3523590564727783, -1.1948970556259155, -0.12583278119564056, -0.0022318398114293814, -0.050673454999923706, -0.2648579478263855, 0.50664222240448, 0.18312232196331024, -1.3837907314300537, -1.2891275882720947, -0.7570681571960449, 0.33742231130599976, 0.1583068072795868, -0.1630050241947174, -1.3884857892990112, 0.18782579898834229, 0.07986298948526382, 0.11360566318035126, -0.21932938694953918, -0.35255950689315796, 0.12066737562417984, 1.6668952703475952, -1.2133846282958984, 1.145059585571289, 1001.875, 1000.0], "mean": [0.009710143320262432, 0.2394029051065445, 0.16703112423419952, -1.5707157850265503, -0.1808229237794876, -0.04998689517378807, -0.20760518312454224, -0.30517682433128357, 0.40478137135505676, 0.16492533683776855, -1.5015535354614258, -1.4257533550262451, -0.9579697251319885, -0.029312826693058014, 0.09877864271402359, -0.24964460730552673, -1.6530039310455322, 0.07894128561019897, -0.009378714486956596, -0.0060122935101389885, -0.2845629155635834, -0.3970644474029541, 0.10340327769517899, 1.415719747543335, -1.3627344369888306, 1.1028903722763062, 1000.8240356445312, 1000.0], "std": [0.16322706639766693, 0.038183506578207016, 0.07528005540370941, 0.14328013360500336, 0.0385405533015728, 0.02203749120235443, 0.0980006754398346, 0.015592769719660282, 0.039894793182611465, 0.017974061891436577, 0.12175070494413376, 0.07288613170385361, 0.08796364814043045, 0.12658461928367615, 0.07263817638158798, 0.032005682587623596, 0.09763014316558838, 0.1289636194705963, 0.04391604661941528, 0.06930235028266907, 0.030937032774090767, 0.03238305076956749, 0.02582531049847603, 0.11593767255544662, 0.04992544278502464, 0.061576034873723984, 0.37491679191589355, 0.0], "count": [1015]}, "timestamp": {"min": [0.0], "max": [33.8], "mean": [16.9], "std": [9.766837313640027], "count": [1015]}, "frame_index": {"min": [0], "max": [1014], "mean": [507.0], "std": [293.00511940920074], "count": [1015]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [1015]}, "index": {"min": [71068], "max": [72082], "mean": [71575.0], "std": [293.00511940920074], "count": [1015]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1015]}, "subtask_annotation": {"mean": [1.077832512315271, 3.0, 3.0, 3.0, 3.0], "std": [0.9101784762602224, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1015]}, "scene_annotation": {"mean": [72.0], "std": [0.0], "min": [72], "max": [72], "count": [1015]}, "eef_direction_state": {"mean": [4.655172413793103, 4.5793103448275865], "std": [2.2797697457037627, 2.3799999000789427], "min": [0, 0], "max": [6, 6], "count": [1015]}, "eef_velocity_state": {"mean": [0.28472906403940884, 0.29458128078817736], "std": [0.45128530236497383, 0.4558543076437639], "min": [0, 0], "max": [1, 1], "count": [1015]}, "eef_acc_mag_state": {"mean": [0.13399014778325122, 0.013793103448275862], "std": [0.45677962467550287, 0.11663127258819149], "min": [0, 0], "max": [2, 1], "count": [1015]}, "eef_direction_action": {"mean": [4.655172413793103, 4.5793103448275865], "std": [2.2797697457037627, 2.3799999000789427], "min": [0, 0], "max": [6, 6], "count": [1015]}, "eef_velocity_action": {"mean": [0.28472906403940884, 0.29458128078817736], "std": [0.45128530236497383, 0.4558543076437639], "min": [0, 0], "max": [1, 1], "count": [1015]}, "eef_acc_mag_action": {"mean": [0.13399014778325122, 0.013793103448275862], "std": [0.45677962467550287, 0.11663127258819148], "min": [0, 0], "max": [2, 1], "count": [1015]}, "eef_sim_pose_state": {"mean": [0.45113277032247845, 0.24608080260714504, 1.1383000291941858, 0.015890078178482307, -0.061291883228637184, 1.200576009337067, 0.4393805169836414, -0.1738008348121834, 1.155097076241363, 0.03243210202785394, -0.013391658213101808, -1.3285066775142693], "std": [0.04353104774112113, 0.009465264754305132, 0.01405424045895917, 0.02498999840517341, 0.03822486392090395, 0.1352272261651549, 0.033860046192424324, 0.020205872065392903, 0.027689812835295095, 0.04407503192611131, 0.08492746426700899, 0.06145593108058323], "min": [0.4188932647687895, 0.21178443253020204, 1.1238217374821564, -0.08212685084396631, -0.15710314019423754, 0.9109459523635237, 0.39373599409350624, -0.1876377377779724, 1.1350252840544957, 0.005949400031417085, -0.1825815498160117, -1.3852666682797805], "max": [0.5619881609283052, 0.2630295248902816, 1.1699988789555953, 0.035807763827175765, -0.027906902101271003, 1.3794759978490683, 0.5397076586280647, -0.12537147507798288, 1.209629387387515, 0.18738910790903018, 0.05084572172114621, -1.18668347752735], "count": [1015]}, "eef_sim_pose_action": {"mean": [0.45110281064138724, 0.24608146470316558, 1.138304806431023, 0.015917681187398187, -0.061245015294379986, 1.2004668672941539, 0.43935493344872717, -0.1737891187790155, 1.1551186106650944, 0.032448347876529594, -0.01346398236223484, -1.3284945213347046], "std": [0.04354014996606088, 0.009465372829901494, 0.014050145111323705, 0.024993982298815713, 0.03823579172208655, 0.13512799631038724, 0.03387634436864447, 0.02020129933089458, 0.027682714174139995, 0.044068358114468346, 0.08490405454497638, 0.06144964938949173], "min": [0.4188932647687895, 0.21178443253020204, 1.1238217374821564, -0.08212685084396631, -0.15710314019423754, 0.9109459523635237, 0.39373599409350624, -0.1876377377779724, 1.1350252840544957, 0.005949400031417085, -0.1825815498160117, -1.3852666682797805], "max": [0.5619881609283052, 0.2630295248902816, 1.1699988789555953, 0.035807763827175765, -0.027906902101271003, 1.3794759978490683, 0.5397076586280647, -0.12537147507798288, 1.209629387387515, 0.18738910790903018, 0.05084572172114621, -1.18668347752735], "count": [1015]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1015]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1015]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1015]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1015]}, "gripper_open_scale_state": {"mean": [0.9098393060502293, 0.9090909090909018], "std": [0.0003419144533759923, 7.216449660063518e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9107954545454545, 0.9090909090909091], "count": [1015]}, "gripper_open_scale_action": {"mean": [0.9098400369414422, 0.9090909090909018], "std": [0.0003408346910876836, 7.216449660063518e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9107954545454545, 0.9090909090909091], "count": [1015]}}} +{"episode_index": 73, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4865883774257126]], [[0.48480964789266223]], [[0.48057305037564857]]], "std": [[[0.3463864540542905]], [[0.33228754124074017]], [[0.3468253498969139]]], "count": [194]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3740843356242841]], [[0.3749545905346675]], [[0.368862584015565]]], "std": [[[0.2793228288978405]], [[0.2740412068607425]], [[0.2813445558215955]]], "count": [194]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4085040196920693]], [[0.4090667628950206]], [[0.3972046484401321]]], "std": [[[0.3235843287246116]], [[0.3070957041779265]], [[0.31332443791263637]]], "count": [194]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41049312609493965]], [[0.41724119415807565]], [[0.40870840913685064]]], "std": [[[0.31903784582428235]], [[0.30380826480531314]], [[0.3116060838309923]]], "count": [194]}, "observation.state": {"min": [-0.4908149540424347, 0.21460676193237305, 0.06037530303001404, -1.8965281248092651, -0.3693520426750183, -0.10983138531446457, -0.43726715445518494, -0.31869643926620483, 0.32963186502456665, 0.10376174747943878, -1.844804048538208, -1.66614830493927, -1.0565861463546753, -0.21320724487304688, -0.02681807614862919, -0.2858532965183258, -1.833336353302002, -0.019660042598843575, -0.04265584796667099, -0.06056292727589607, -0.30650073289871216, -0.5075305700302124, 0.04856418818235397, 1.3349637985229492, -1.4776291847229004, 0.9277762174606323, 1000.0, 1000.0], "max": [0.2519339323043823, 0.48456010222435, 0.40377864241600037, -1.1969937086105347, -0.13733777403831482, 0.055634550750255585, -0.05066472664475441, -0.2520502507686615, 0.5200523138046265, 0.197450190782547, -1.384994387626648, -1.2889245748519897, -0.6523838639259338, 0.3792065978050232, 0.15822173655033112, -0.15706981718540192, -1.3272846937179565, 0.18789124488830566, 0.14781630039215088, 0.14512522518634796, -0.22892218828201294, -0.3513663709163666, 0.12063674628734589, 1.553961157798767, -1.298190951347351, 1.1453620195388794, 1002.0, 1000.0], "mean": [-0.02495245262980461, 0.2981746792793274, 0.20263557136058807, -1.5740493535995483, -0.20100238919258118, -0.023695791140198708, -0.2711033821105957, -0.296782523393631, 0.40884771943092346, 0.1629728525876999, -1.5757060050964355, -1.4616724252700806, -0.8535359501838684, -0.006572246551513672, 0.11045815050601959, -0.2504352629184723, -1.6298458576202393, 0.11622081696987152, 0.01007576659321785, 0.004784759599715471, -0.2865578830242157, -0.40331903100013733, 0.10518453270196915, 1.399636149406433, -1.3979688882827759, 1.090707540512085, 1000.8525390625, 1000.0], "std": [0.18294407427310944, 0.06840463727712631, 0.08746796101331711, 0.15083648264408112, 0.05244540423154831, 0.03620034456253052, 0.10639039427042007, 0.024136528372764587, 0.044338397681713104, 0.01890667900443077, 0.15778349339962006, 0.07084959745407104, 0.11678846925497055, 0.14248047769069672, 0.06256154179573059, 0.0322691947221756, 0.1067231297492981, 0.09009381383657455, 0.07293371111154556, 0.08219406753778458, 0.027762778103351593, 0.03743666782975197, 0.02474730834364891, 0.08514413982629776, 0.0314505435526371, 0.07866010814905167, 0.33464667201042175, 0.0], "count": [1124]}, "action": {"min": [-0.4908149540424347, 0.21460676193237305, 0.06037530303001404, -1.8965281248092651, -0.3693520426750183, -0.10983138531446457, -0.43726715445518494, -0.31869643926620483, 0.32963186502456665, 0.10376174747943878, -1.844804048538208, -1.66614830493927, -1.0565861463546753, -0.21320724487304688, -0.02681807614862919, -0.2858532965183258, -1.833336353302002, -0.019660042598843575, -0.04265584796667099, -0.06056292727589607, -0.30650073289871216, -0.5075305700302124, 0.04856418818235397, 1.3349637985229492, -1.4776291847229004, 0.9277762174606323, 1000.0, 1000.0], "max": [0.2519339323043823, 0.48456010222435, 0.40377864241600037, -1.1969937086105347, -0.13733777403831482, 0.055634550750255585, -0.05066472664475441, -0.2520502507686615, 0.5200523138046265, 0.197450190782547, -1.3849490880966187, -1.2889245748519897, -0.6523838639259338, 0.3792065978050232, 0.15822173655033112, -0.15706981718540192, -1.3272846937179565, 0.18789124488830566, 0.14781630039215088, 0.14512522518634796, -0.22892218828201294, -0.3513663709163666, 0.12063674628734589, 1.553961157798767, -1.298190951347351, 1.1453620195388794, 1002.0, 1000.0], "mean": [-0.02489982359111309, 0.29822033643722534, 0.20264385640621185, -1.5741279125213623, -0.20104268193244934, -0.023627018555998802, -0.2712678611278534, -0.29678070545196533, 0.4088272750377655, 0.16296197474002838, -1.5757886171340942, -1.4618343114852905, -0.8533897399902344, -0.006707801949232817, 0.11036508530378342, -0.2503446936607361, -1.6300097703933716, 0.11606413125991821, 0.010125630535185337, 0.004911193158477545, -0.2865377366542816, -0.4032856822013855, 0.10518169403076172, 1.3996996879577637, -1.3979511260986328, 1.090658187866211, 1000.852783203125, 1000.0], "std": [0.1829618662595749, 0.06836731731891632, 0.08746315538883209, 0.1508348137140274, 0.05241376906633377, 0.036168232560157776, 0.10619215667247772, 0.024134982377290726, 0.044342249631881714, 0.018899593502283096, 0.15770713984966278, 0.07066158205270767, 0.11663728207349777, 0.14260250329971313, 0.06256827712059021, 0.032385051250457764, 0.10687236487865448, 0.0901222676038742, 0.07291678339242935, 0.08220275491476059, 0.027756543830037117, 0.03746577352285385, 0.024745726957917213, 0.0851229876279831, 0.03145693987607956, 0.07864316552877426, 0.33465713262557983, 0.0], "count": [1124]}, "timestamp": {"min": [0.0], "max": [37.43333333333333], "mean": [18.716666666666665], "std": [10.815690762344616], "count": [1124]}, "frame_index": {"min": [0], "max": [1123], "mean": [561.5], "std": [324.4707228703385], "count": [1124]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [1124]}, "index": {"min": [72083], "max": [73206], "mean": [72644.5], "std": [324.4707228703385], "count": [1124]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1124]}, "subtask_annotation": {"mean": [1.0124555160142348, 3.0, 3.0, 3.0, 3.0], "std": [0.9182925624372567, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1124]}, "scene_annotation": {"mean": [73.0], "std": [0.0], "min": [73], "max": [73], "count": [1124]}, "eef_direction_state": {"mean": [4.359430604982206, 4.849644128113879], "std": [2.4496332130823446, 2.154526365380646], "min": [0, 0], "max": [6, 6], "count": [1124]}, "eef_velocity_state": {"mean": [0.33540925266903915, 0.24288256227758007], "std": [0.4721333348674279, 0.42882469987053845], "min": [0, 0], "max": [1, 1], "count": [1124]}, "eef_acc_mag_state": {"mean": [0.13701067615658363, 0.10854092526690391], "std": [0.4492979457043366, 0.4097977184335074], "min": [0, 0], "max": [2, 2], "count": [1124]}, "eef_direction_action": {"mean": [4.359430604982206, 4.849644128113879], "std": [2.4496332130823446, 2.154526365380646], "min": [0, 0], "max": [6, 6], "count": [1124]}, "eef_velocity_action": {"mean": [0.33540925266903915, 0.24288256227758007], "std": [0.4721333348674279, 0.42882469987053845], "min": [0, 0], "max": [1, 1], "count": [1124]}, "eef_acc_mag_action": {"mean": [0.13701067615658363, 0.10854092526690391], "std": [0.4492979457043366, 0.4097977184335074], "min": [0, 0], "max": [2, 2], "count": [1124]}, "eef_sim_pose_state": {"mean": [0.45897633048710407, 0.25190179666957424, 1.149264359867597, 0.044773659623078735, -0.09903891403338293, 1.1013693035608068, 0.4458976934495722, -0.17683792418769753, 1.1546058060902653, 0.009811530103283084, 0.008891034917868197, -1.3134351746392057], "std": [0.047723079800842186, 0.012890596351084369, 0.022370605410135837, 0.030717938589276107, 0.07277491003289871, 0.1546133743586498, 0.03903803140145564, 0.01833883626134526, 0.027334309815994596, 0.021404260114369748, 0.05619914130564398, 0.07623941795533526], "min": [0.38384599942051717, 0.2103861104242009, 1.1238606120800614, -0.012951733091188522, -0.23115003735844453, 0.8498946292052189, 0.3934448547465784, -0.1886199026116612, 1.13501755503496, -0.02690648226860204, -0.09390292066056172, -1.3664551894248904], "max": [0.5800623235540218, 0.2794585915944399, 1.1931555627241746, 0.07776956724885276, 0.02000773517041665, 1.3788346533067117, 0.5527111781292725, -0.13048554891987382, 1.211756164648055, 0.08920965250735258, 0.05097100645735386, -1.1614395928462444], "count": [1124]}, "eef_sim_pose_action": {"mean": [0.45896099796377193, 0.2519069386758181, 1.1492718528999704, 0.04483642412668711, -0.09902001304834813, 1.1011812028050394, 0.4458650641851241, -0.1768385411522423, 1.154625064748663, 0.00982178459012722, 0.008838227362297507, -1.3133965339781406], "std": [0.047727725319628975, 0.012889899420239253, 0.022363507464983997, 0.030709528269414223, 0.07278358666870742, 0.15440416851504793, 0.039065996558760765, 0.01833920988055738, 0.027328138264478122, 0.021405183240295972, 0.05618751003446479, 0.07622354364669291], "min": [0.38384599942051717, 0.2103861104242009, 1.1238606120800614, -0.012951733091188522, -0.23115003735844453, 0.8498946292052189, 0.3934448547465784, -0.1886199026116612, 1.13501755503496, -0.02690648226860204, -0.09390292066056172, -1.3664551894248904], "max": [0.5800623235540218, 0.2794585915944399, 1.1931555627241746, 0.07776956724885276, 0.02000773517041665, 1.3788346533067117, 0.5527111781292725, -0.13048554891987382, 1.211756164648055, 0.08920965250735258, 0.05097100645735386, -1.1614395928462444], "count": [1124]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1124]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1124]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1124]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1124]}, "gripper_open_scale_state": {"mean": [0.9098653028050608, 0.9090909090908995], "std": [0.00030422473531152854, 9.547918011776346e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1124]}, "gripper_open_scale_action": {"mean": [0.9098655261826748, 0.9090909090908995], "std": [0.0003042312693768134, 9.547918011776346e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1124]}}} +{"episode_index": 74, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48994110640864874]], [[0.4880532518239854]], [[0.483797124373005]]], "std": [[[0.3464848217180972]], [[0.3323292034213722]], [[0.3468516950529279]]], "count": [172]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3700461031311749]], [[0.37094839403784774]], [[0.36495234719372244]]], "std": [[[0.27789546674101023]], [[0.27246584515710365]], [[0.279925525116903]]], "count": [172]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4176315490101079]], [[0.42378629445964433]], [[0.40804130448206416]]], "std": [[[0.30934603181265147]], [[0.30272855370391605]], [[0.3060070871345792]]], "count": [172]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4073560227143183]], [[0.41420626116241066]], [[0.4040532826987384]]], "std": [[[0.315322508289758]], [[0.3014922354769104]], [[0.3081154369676009]]], "count": [172]}, "observation.state": {"min": [-0.44228172302246094, 0.14344097673892975, 0.13776756823062897, -1.718904972076416, -0.20011290907859802, -0.08446630090475082, -0.33181434869766235, -0.31871867179870605, 0.3759629428386688, 0.09277612715959549, -1.7544200420379639, -1.4723912477493286, -1.056350588798523, -0.09841366112232208, -0.030256373807787895, -0.29058751463890076, -1.8172858953475952, -0.17163458466529846, -0.04267984628677368, -0.06056292727589607, -0.30650413036346436, -0.5141862034797668, 0.052017562091350555, 1.3349539041519165, -1.4357885122299194, 0.9132648706436157, 1000.0, 1000.0], "max": [0.1090339869260788, 0.28842875361442566, 0.3397839665412903, -1.1625343561172485, -0.07887033373117447, -0.011130837723612785, -0.050645094364881516, -0.26640012860298157, 0.5184062719345093, 0.18142175674438477, -1.3848679065704346, -1.2894121408462524, -0.7714565396308899, 0.396784245967865, 0.15829481184482574, -0.1812993437051773, -1.2725871801376343, 0.18784977495670319, 0.10194577276706696, 0.08957575261592865, -0.23274794220924377, -0.36999624967575073, 0.12063869088888168, 1.6331684589385986, -1.1907869577407837, 1.1448906660079956, 1002.0, 1000.0], "mean": [-0.031468406319618225, 0.2337367683649063, 0.18404217064380646, -1.5666712522506714, -0.13907386362552643, -0.06606423109769821, -0.21075314283370972, -0.28933122754096985, 0.4151580333709717, 0.15470191836357117, -1.5789576768875122, -1.3838095664978027, -0.9475886821746826, -0.0038384415674954653, 0.10993804782629013, -0.25190433859825134, -1.6227585077285767, 0.08297397941350937, -0.011189671233296394, -0.0061868783086538315, -0.286769837141037, -0.4044584035873413, 0.10543932765722275, 1.4196016788482666, -1.3562967777252197, 1.088581919670105, 1000.9330444335938, 1000.0], "std": [0.17379409074783325, 0.03047334775328636, 0.06933975219726562, 0.16198596358299255, 0.026071909815073013, 0.01376679539680481, 0.07355651259422302, 0.013144919648766518, 0.04391178861260414, 0.02338351123034954, 0.09790922701358795, 0.043683502823114395, 0.09027498960494995, 0.12957213819026947, 0.06452157348394394, 0.025131236761808395, 0.10366296768188477, 0.1377628892660141, 0.0449792705476284, 0.06749062985181808, 0.02628106065094471, 0.03553856536746025, 0.02169087715446949, 0.11068511754274368, 0.0696343332529068, 0.07803700119256973, 0.36865317821502686, 0.0], "count": [962]}, "action": {"min": [-0.44228172302246094, 0.14344097673892975, 0.13776756823062897, -1.718904972076416, -0.20011290907859802, -0.08446630090475082, -0.33181434869766235, -0.31871867179870605, 0.3759629428386688, 0.09277612715959549, -1.7544200420379639, -1.4723912477493286, -1.0563812255859375, -0.09841366112232208, -0.030256373807787895, -0.29058751463890076, -1.8172858953475952, -0.17163458466529846, -0.04267984628677368, -0.06056292727589607, -0.30650413036346436, -0.5141862034797668, 0.052017562091350555, 1.3349539041519165, -1.4357885122299194, 0.9132648706436157, 1000.0, 1000.0], "max": [0.1090339869260788, 0.28842875361442566, 0.3397839665412903, -1.1625343561172485, -0.07887033373117447, -0.011130837723612785, -0.050645094364881516, -0.26640012860298157, 0.5184062719345093, 0.18142175674438477, -1.3848679065704346, -1.28938627243042, -0.7714565396308899, 0.396784245967865, 0.15829481184482574, -0.1812993437051773, -1.2725871801376343, 0.18784977495670319, 0.10194577276706696, 0.08957575261592865, -0.23274794220924377, -0.36999624967575073, 0.12063869088888168, 1.6331684589385986, -1.1907869577407837, 1.1448906660079956, 1002.0, 1000.0], "mean": [-0.03138085827231407, 0.2337598353624344, 0.18403300642967224, -1.5668306350708008, -0.1390889436006546, -0.06605497747659683, -0.21090757846832275, -0.2893037796020508, 0.41512927412986755, 0.15468445420265198, -1.5791250467300415, -1.3839118480682373, -0.9475308656692505, -0.0038783373311161995, 0.10980970412492752, -0.2518234848976135, -1.6228399276733398, 0.08274124562740326, -0.01116012129932642, -0.00604499876499176, -0.28674399852752686, -0.40445178747177124, 0.10542260110378265, 1.4197384119033813, -1.356229543685913, 1.0885144472122192, 1000.9331665039062, 1000.0], "std": [0.17383413016796112, 0.030468657612800598, 0.06934519112110138, 0.16202203929424286, 0.026075150817632675, 0.013760983012616634, 0.07337590306997299, 0.0131110530346632, 0.04392285645008087, 0.02336980402469635, 0.09771531075239182, 0.04357771947979927, 0.09022355824708939, 0.12959496676921844, 0.0645480677485466, 0.02523014135658741, 0.10370364040136337, 0.13777467608451843, 0.04496798291802406, 0.06751970946788788, 0.02627389319241047, 0.03554193302989006, 0.021685369312763214, 0.11066173017024994, 0.06962612271308899, 0.07801666855812073, 0.37049975991249084, 0.0], "count": [962]}, "timestamp": {"min": [0.0], "max": [32.03333333333333], "mean": [16.016666666666666], "std": [9.25684431470394], "count": [962]}, "frame_index": {"min": [0], "max": [961], "mean": [480.5], "std": [277.70532944111824], "count": [962]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [962]}, "index": {"min": [73207], "max": [74168], "mean": [73687.5], "std": [277.70532944111824], "count": [962]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [962]}, "subtask_annotation": {"mean": [0.9864864864864865, 3.0, 3.0, 3.0, 3.0], "std": [0.8997714680538754, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [962]}, "scene_annotation": {"mean": [74.0], "std": [0.0], "min": [74], "max": [74], "count": [962]}, "eef_direction_state": {"mean": [4.385654885654886, 4.723492723492724], "std": [2.451594168742914, 2.2808178367911864], "min": [0, 0], "max": [6, 6], "count": [962]}, "eef_velocity_state": {"mean": [0.3264033264033264, 0.25363825363825365], "std": [0.46889678492837783, 0.43509296699624067], "min": [0, 0], "max": [1, 1], "count": [962]}, "eef_acc_mag_state": {"mean": [0.009355509355509356, 0.02079002079002079], "std": [0.12451903483891429, 0.14978917819579998], "min": [0, 0], "max": [2, 2], "count": [962]}, "eef_direction_action": {"mean": [4.385654885654886, 4.723492723492724], "std": [2.451594168742914, 2.2808178367911864], "min": [0, 0], "max": [6, 6], "count": [962]}, "eef_velocity_action": {"mean": [0.3264033264033264, 0.25363825363825365], "std": [0.4688967849283778, 0.43509296699624067], "min": [0, 0], "max": [1, 1], "count": [962]}, "eef_acc_mag_action": {"mean": [0.009355509355509356, 0.02079002079002079], "std": [0.12451903483891429, 0.14978917819579998], "min": [0, 0], "max": [2, 2], "count": [962]}, "eef_sim_pose_state": {"mean": [0.46253847778186663, 0.23824667726027698, 1.1501644349039757, -0.02421628259325262, -0.11316481631468293, 1.1790704700487777, 0.4468150886366796, -0.17624665118154847, 1.1529898534488063, 0.025392695978710886, -0.024112898681976656, -1.3260430955607034], "std": [0.046472794496973543, 0.01648745877853989, 0.013023312605299459, 0.02762116656058146, 0.04870233711293838, 0.1051460353785202, 0.03641555323456831, 0.017019176665024557, 0.024142051959294322, 0.028317294096797233, 0.10619520006570085, 0.0539097618197554], "min": [0.42348259165520935, 0.1892414426129916, 1.1238490583138248, -0.09806984479683323, -0.21204646670184468, 1.0124583813412942, 0.41588607478176104, -0.1876143942139359, 1.1350087314275246, 0.005834513873559932, -0.25419721201134826, -1.3664477476064318], "max": [0.5714182815322947, 0.25622919404446454, 1.1703193920804396, 0.02153311935058344, -0.07593123859862216, 1.3789317733075295, 0.558483780043855, -0.13048629256392932, 1.1997692845056291, 0.10802536728680645, 0.050902759036683065, -1.192361386384479], "count": [962]}, "eef_sim_pose_action": {"mean": [0.4625142702344416, 0.23824490639247847, 1.1501876599944794, -0.02426314427942202, -0.11316902353166494, 1.1788949170768097, 0.4468098526855347, -0.17623525240105747, 1.1530114452470972, 0.025439646106803434, -0.024224496349275537, -1.325986172345999], "std": [0.04648376467276824, 0.016486582521302605, 0.012996248886459071, 0.02760891157202114, 0.04869929678560127, 0.10495302801558341, 0.03641822605335089, 0.017015233695410668, 0.02413527414617818, 0.028322445279196747, 0.1061728142484529, 0.05389602848727248], "min": [0.42348259165520935, 0.1892414426129916, 1.1238490583138248, -0.09806984479683323, -0.21204646670184468, 1.0124583813412942, 0.41588607478176104, -0.1876143942139359, 1.1350087314275246, 0.005834513873559932, -0.25419721201134826, -1.3664477476064318], "max": [0.5714182815322947, 0.25622919404446454, 1.1703193920804396, 0.02153311935058344, -0.07593123859862216, 1.3789317733075295, 0.558483780043855, -0.13048629256392932, 1.1997692845056291, 0.10802536728680645, 0.050902759036683065, -1.192361386384479], "count": [962]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [962]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [962]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [962]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [962]}, "gripper_open_scale_state": {"mean": [0.9099391172297696, 0.9090909090909032], "std": [0.0003351377929061652, 5.88418203051333e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [962]}, "gripper_open_scale_action": {"mean": [0.9099392570419211, 0.9090909090909032], "std": [0.0003368202654329166, 5.88418203051333e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [962]}}} +{"episode_index": 75, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4973771971123666]], [[0.4950558832760976]], [[0.4911352539603412]]], "std": [[[0.3476871934216722]], [[0.33328164491341034]], [[0.34782507727506107]]], "count": [177]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37168930246298143]], [[0.372455022663491]], [[0.3665012878032569]]], "std": [[[0.27846812517490144]], [[0.2728417059318849]], [[0.2802886803039662]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4173511167885233]], [[0.42291431954137587]], [[0.4096428469221964]]], "std": [[[0.31198227932433353]], [[0.3055283726444138]], [[0.30944539055386644]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4129188245448839]], [[0.41868447320076807]], [[0.40907728435065177]]], "std": [[[0.32259791873677457]], [[0.30769833817075376]], [[0.31523759078790164]]], "count": [177]}, "observation.state": {"min": [-0.5113280415534973, 0.1719476580619812, 0.04182354360818863, -1.879406452178955, -0.32001814246177673, -0.07925540208816528, -0.3671627342700958, -0.31872475147247314, 0.34684693813323975, 0.09594118595123291, -1.743412733078003, -1.5785901546478271, -1.0579878091812134, -0.18281450867652893, -0.0640612244606018, -0.31032389402389526, -1.8276499509811401, -0.3174339532852173, -0.04271584376692772, -0.06056619808077812, -0.3065408170223236, -0.5045326352119446, 0.03266756236553192, 1.3349539041519165, -1.397040843963623, 0.8282204866409302, 1000.0, 999.5], "max": [0.19580411911010742, 0.41356995701789856, 0.3812442719936371, -1.1385622024536133, -0.09351583570241928, 0.0701327845454216, -0.050646185874938965, -0.2403331845998764, 0.5311388969421387, 0.19577668607234955, -1.3843753337860107, -1.2885079383850098, -0.6965522766113281, 0.3685339093208313, 0.1582806408405304, -0.11798316985368729, -1.2944680452346802, 0.18787816166877747, 0.07607017457485199, 0.062174081802368164, -0.23651662468910217, -0.3642723262310028, 0.136561319231987, 1.645322322845459, -1.041353464126587, 1.1449954509735107, 1002.0, 1000.0], "mean": [0.0071018654853105545, 0.2525174617767334, 0.19037601351737976, -1.6520276069641113, -0.159031480550766, -0.011324882507324219, -0.21931275725364685, -0.2763737440109253, 0.4018666744232178, 0.15042026340961456, -1.5802654027938843, -1.4148542881011963, -0.9253297448158264, -0.001107319025322795, 0.10626666992902756, -0.25664228200912476, -1.6181565523147583, 0.04449496790766716, -0.00961206667125225, -0.03057561255991459, -0.28677037358283997, -0.4050963819026947, 0.10454118996858597, 1.4190484285354614, -1.3097230195999146, 1.0751131772994995, 1000.9840698242188, 999.991943359375], "std": [0.21284402906894684, 0.05138121917843819, 0.08622584491968155, 0.2101103961467743, 0.05676477774977684, 0.033194322139024734, 0.09346136450767517, 0.020469730719923973, 0.0541188083589077, 0.022725149989128113, 0.10944859683513641, 0.08319097757339478, 0.10720763355493546, 0.13483673334121704, 0.07819096744060516, 0.0345771498978138, 0.1130933165550232, 0.20436885952949524, 0.046104367822408676, 0.0426161102950573, 0.027590559795498848, 0.036127351224422455, 0.02946619875729084, 0.12138863652944565, 0.13260327279567719, 0.10290282219648361, 0.38423702120780945, 0.0574379488825798], "count": [994]}, "action": {"min": [-0.5113280415534973, 0.1719476580619812, 0.04182354360818863, -1.879406452178955, -0.32001814246177673, -0.07925540208816528, -0.3671627342700958, -0.31872475147247314, 0.34684693813323975, 0.09594118595123291, -1.743412733078003, -1.5785901546478271, -1.0579878091812134, -0.18281450867652893, -0.0640612244606018, -0.31032389402389526, -1.8276499509811401, -0.3174339532852173, -0.04271584376692772, -0.06056619808077812, -0.3065408170223236, -0.5045326352119446, 0.03266756236553192, 1.3349539041519165, -1.397040843963623, 0.8282204866409302, 1000.0, 999.5], "max": [0.19580411911010742, 0.41356995701789856, 0.3812442719936371, -1.1385622024536133, -0.09351583570241928, 0.0701327845454216, -0.050646185874938965, -0.2403331845998764, 0.5311388969421387, 0.19577668607234955, -1.3843753337860107, -1.2885079383850098, -0.6965522766113281, 0.3685339093208313, 0.15828196704387665, -0.11798316985368729, -1.2944680452346802, 0.18787816166877747, 0.07607017457485199, 0.062174081802368164, -0.23651662468910217, -0.3642723262310028, 0.136561319231987, 1.645322322845459, -1.041353464126587, 1.1449954509735107, 1002.0, 1000.0], "mean": [0.00726068951189518, 0.25254109501838684, 0.19037343561649323, -1.652310848236084, -0.15901905298233032, -0.01125855278223753, -0.21945349872112274, -0.2763301730155945, 0.401815801858902, 0.15039117634296417, -1.5804431438446045, -1.4149595499038696, -0.92524653673172, -0.0012313670013099909, 0.10613065212965012, -0.2565006613731384, -1.6183243989944458, 0.044064853340387344, -0.009551896713674068, -0.030521702021360397, -0.2867426872253418, -0.4050711691379547, 0.10455598682165146, 1.4191375970840454, -1.3094072341918945, 1.0749778747558594, 1000.9847412109375, 999.991943359375], "std": [0.2129022628068924, 0.05137009173631668, 0.08622713387012482, 0.2101312130689621, 0.056770917028188705, 0.033124301582574844, 0.09331275522708893, 0.020425593480467796, 0.05413295701146126, 0.02270403318107128, 0.10927493125200272, 0.08309769630432129, 0.10713709145784378, 0.1349463015794754, 0.0782179906964302, 0.03485048934817314, 0.11324183642864227, 0.20451636612415314, 0.046100180596113205, 0.042612068355083466, 0.027584552764892578, 0.03614695370197296, 0.029477985575795174, 0.12135952711105347, 0.13276934623718262, 0.102899469435215, 0.38506612181663513, 0.0574379488825798], "count": [994]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.564764619279568], "count": [994]}, "frame_index": {"min": [0], "max": [993], "mean": [496.5], "std": [286.94293857838704], "count": [994]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [994]}, "index": {"min": [74169], "max": [75162], "mean": [74665.5], "std": [286.94293857838704], "count": [994]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [994]}, "subtask_annotation": {"mean": [0.9537223340040242, 3.0, 3.0, 3.0, 3.0], "std": [0.9514741434416464, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [994]}, "scene_annotation": {"mean": [75.0], "std": [0.0], "min": [75], "max": [75], "count": [994]}, "eef_direction_state": {"mean": [4.197183098591549, 4.749496981891348], "std": [2.493724944186802, 2.213599985968162], "min": [0, 0], "max": [6, 6], "count": [994]}, "eef_velocity_state": {"mean": [0.369215291750503, 0.25653923541247486], "std": [0.48259233322556117, 0.4367228596105972], "min": [0, 0], "max": [1, 1], "count": [994]}, "eef_acc_mag_state": {"mean": [0.158953722334004, 0.158953722334004], "std": [0.4922797456314609, 0.4861102042285851], "min": [0, 0], "max": [2, 2], "count": [994]}, "eef_direction_action": {"mean": [4.197183098591549, 4.749496981891348], "std": [2.493724944186802, 2.213599985968162], "min": [0, 0], "max": [6, 6], "count": [994]}, "eef_velocity_action": {"mean": [0.369215291750503, 0.25653923541247486], "std": [0.48259233322556117, 0.4367228596105972], "min": [0, 0], "max": [1, 1], "count": [994]}, "eef_acc_mag_action": {"mean": [0.158953722334004, 0.158953722334004], "std": [0.4922797456314609, 0.4861102042285851], "min": [0, 0], "max": [2, 2], "count": [994]}, "eef_sim_pose_state": {"mean": [0.44992616348524445, 0.23592514827211628, 1.1648557581417673, -0.009761922031657658, -0.10189823664449156, 1.1499997448103088, 0.4469787782798965, -0.17347568169763772, 1.1529594525278706, 0.025404472935270598, -0.05995876743385323, -1.3500320003706283], "std": [0.0568492042541814, 0.01506836160411889, 0.020217463566085885, 0.032889312788214296, 0.04217833817023206, 0.1379124355067062, 0.036824977014559244, 0.02565799133783845, 0.02520114831190871, 0.03145205186730404, 0.16082164276920144, 0.04744998614821898], "min": [0.3984435463114399, 0.19605743120891725, 1.1238284042213278, -0.07881138203769289, -0.19620657503013916, 0.9308250101407223, 0.4042256338016602, -0.1948740307301037, 1.134996070132483, 0.005879767849184092, -0.3792575589089904, -1.4778508781453419], "max": [0.5876240490973974, 0.27379331224083764, 1.1966540867588669, 0.07786110178791189, 0.005873901422749794, 1.378988546388104, 0.5481835243519053, -0.10966330087466561, 1.1974528170942325, 0.12780468437005132, 0.05090228422380916, -1.2435916525138655], "count": [994]}, "eef_sim_pose_action": {"mean": [0.44988042512871196, 0.23591299114848202, 1.1648959898524507, -0.00979939328500872, -0.10191496847843577, 1.1498086700682775, 0.4469522566225453, -0.17348202011581726, 1.1529846963109347, 0.025432247675353355, -0.060251504096558973, -1.3501344122521441], "std": [0.05686492820576419, 0.015064107111442553, 0.020175520159920888, 0.03289309239755933, 0.042171397883578696, 0.13772679213513397, 0.03684612143832989, 0.025662259745097688, 0.025195730092423423, 0.03144705322923935, 0.16088448860069188, 0.04759483106483235], "min": [0.3984435463114399, 0.19605743120891725, 1.1238284042213278, -0.07881138203769289, -0.19620657503013916, 0.9308250101407223, 0.4042256338016602, -0.1948740307301037, 1.134996070132483, 0.005879767849184092, -0.3792575589089904, -1.4778508781453419], "max": [0.5876240490973974, 0.27379331224083764, 1.1966540867588669, 0.07786110178791189, 0.005873901422749794, 1.378988546388104, 0.5481835243519053, -0.10966330087466561, 1.1974528170942325, 0.12780468437005132, 0.05090228422380916, -1.2435916525138655], "count": [994]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [994]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [994]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [994]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [994]}, "gripper_open_scale_state": {"mean": [0.9099855399598394, 0.909083592463867], "std": [0.0003493066081614569, 5.2216638951432436e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9109090909090909, 0.9090909090909091], "count": [994]}, "gripper_open_scale_action": {"mean": [0.9099861010210754, 0.909083592463867], "std": [0.00035005898711673946, 5.2216638951432436e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9109090909090909, 0.9090909090909091], "count": [994]}}} +{"episode_index": 76, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4787931996768745]], [[0.4781740023959022]], [[0.4742305160828376]]], "std": [[[0.34521389715175077]], [[0.3313862847373511]], [[0.34586023687870426]]], "count": [178]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3703382180821767]], [[0.37184236271755894]], [[0.36539340300727036]]], "std": [[[0.27800406694614815]], [[0.2728397584871054]], [[0.28002754838569066]]], "count": [178]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4307151699162811]], [[0.43602682194132336]], [[0.4211130067195417]]], "std": [[[0.3222641152262579]], [[0.3125231660008469]], [[0.3155519293481078]]], "count": [178]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.401040473305427]], [[0.4087536971249174]], [[0.3980312132811926]]], "std": [[[0.3182101537773088]], [[0.30242772259153683]], [[0.3091759014206453]]], "count": [178]}, "observation.state": {"min": [-0.1764451563358307, 0.18542049825191498, 0.09897762537002563, -1.7041635513305664, -0.13750140368938446, -0.1339496523141861, -0.27385416626930237, -0.3187444508075714, 0.3667038083076477, 0.09223674982786179, -1.7891322374343872, -1.406603217124939, -1.0618982315063477, -0.16273777186870575, -0.016278468072414398, -0.3245297968387604, -1.7867153882980347, -0.08870308101177216, -0.050852350890636444, -0.06057274341583252, -0.31905919313430786, -0.4615340828895569, 0.03328987583518028, 1.3349539041519165, -1.433792233467102, 0.9390624165534973, 1000.0, 999.6875], "max": [0.14974051713943481, 0.26236334443092346, 0.31593623757362366, -1.48911714553833, 0.040428370237350464, -0.06005241721868515, -0.05065709352493286, -0.2736011743545532, 0.44384369254112244, 0.18341387808322906, -1.3848679065704346, -1.261720895767212, -0.7927654981613159, 0.2357863485813141, 0.1582304686307907, -0.14286065101623535, -1.453819990158081, 0.18785196542739868, 0.029614964500069618, 0.133536234498024, -0.2464853674173355, -0.3643116354942322, 0.13128581643104553, 1.676106572151184, -1.2398502826690674, 1.1453620195388794, 1001.8125, 1000.0], "mean": [0.06987486034631729, 0.21013937890529633, 0.1426888406276703, -1.6137415170669556, -0.06475282460451126, -0.11526741832494736, -0.17852486670017242, -0.30709952116012573, 0.389384001493454, 0.1621127724647522, -1.557337999343872, -1.3155388832092285, -0.964809775352478, -0.04103861749172211, 0.10672993212938309, -0.2480846792459488, -1.6511703729629517, 0.05762927979230881, -0.024528974667191505, 0.027451038360595703, -0.28967246413230896, -0.39285969734191895, 0.10224626958370209, 1.4587799310684204, -1.3639507293701172, 1.061964511871338, 1000.8775024414062, 999.9950561523438], "std": [0.08503163605928421, 0.01463522668927908, 0.05766589567065239, 0.04776075482368469, 0.03817138448357582, 0.023695306852459908, 0.04726583883166313, 0.01464949268847704, 0.02001105807721615, 0.021956155076622963, 0.09969566017389297, 0.025186317041516304, 0.06260130554437637, 0.09512905776500702, 0.05338289588689804, 0.05205265060067177, 0.06420689076185226, 0.12296633422374725, 0.02683275006711483, 0.08310265094041824, 0.02288646437227726, 0.02207595854997635, 0.0312688983976841, 0.130324587225914, 0.058789193630218506, 0.08085842430591583, 0.3250161409378052, 0.037020038813352585], "count": [1008]}, "action": {"min": [-0.1764451563358307, 0.18542049825191498, 0.09897762537002563, -1.7041635513305664, -0.13750140368938446, -0.1339496523141861, -0.27385416626930237, -0.3187432587146759, 0.3667038083076477, 0.09223674982786179, -1.7891322374343872, -1.406603217124939, -1.0618982315063477, -0.16273777186870575, -0.016278468072414398, -0.3245297968387604, -1.7867153882980347, -0.08870308101177216, -0.050852350890636444, -0.06057274341583252, -0.31905919313430786, -0.4615340828895569, 0.03328987583518028, 1.3349539041519165, -1.433792233467102, 0.9390624165534973, 1000.0, 999.6875], "max": [0.14974051713943481, 0.26236334443092346, 0.31593623757362366, -1.48911714553833, 0.040428370237350464, -0.06005241721868515, -0.05065709352493286, -0.2736011743545532, 0.44384369254112244, 0.18341387808322906, -1.3848679065704346, -1.261720895767212, -0.7927654981613159, 0.2357863485813141, 0.1582304686307907, -0.14286065101623535, -1.453819990158081, 0.18785196542739868, 0.029614964500069618, 0.133536234498024, -0.2464853674173355, -0.3643116354942322, 0.13128581643104553, 1.676106572151184, -1.2398502826690674, 1.1453620195388794, 1001.8125, 1000.0], "mean": [0.06998507678508759, 0.21012526750564575, 0.14265303313732147, -1.613844871520996, -0.06467945128679276, -0.11532025039196014, -0.17865397036075592, -0.30709555745124817, 0.3893503248691559, 0.1621018648147583, -1.5574830770492554, -1.3155646324157715, -0.9647386074066162, -0.04113885760307312, 0.10665096342563629, -0.24796859920024872, -1.651270866394043, 0.057354994118213654, -0.024536995217204094, 0.027581527829170227, -0.28966063261032104, -0.39283791184425354, 0.10225623846054077, 1.458922266960144, -1.3637948036193848, 1.061845302581787, 1000.87744140625, 999.9950561523438], "std": [0.08502095192670822, 0.014635954052209854, 0.057673871517181396, 0.04768538475036621, 0.038102224469184875, 0.023674290627241135, 0.047094106674194336, 0.014646876603364944, 0.020001454278826714, 0.02194930799305439, 0.09955102950334549, 0.025173118337988853, 0.0625382736325264, 0.09520097076892853, 0.05336553603410721, 0.052156493067741394, 0.06426118314266205, 0.12298396974802017, 0.026839368045330048, 0.08306761085987091, 0.02288086898624897, 0.02209010347723961, 0.03127635270357132, 0.13026754558086395, 0.058909304440021515, 0.0808250829577446, 0.32518985867500305, 0.037020038813352585], "count": [1008]}, "timestamp": {"min": [0.0], "max": [33.56666666666667], "mean": [16.783333333333335], "std": [9.699479749316836], "count": [1008]}, "frame_index": {"min": [0], "max": [1007], "mean": [503.5], "std": [290.9843924795051], "count": [1008]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [1008]}, "index": {"min": [75163], "max": [76170], "mean": [75666.5], "std": [290.9843924795051], "count": [1008]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1008]}, "subtask_annotation": {"mean": [1.0892857142857142, 3.0, 3.0, 3.0, 3.0], "std": [0.846306333682344, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1008]}, "scene_annotation": {"mean": [76.0], "std": [0.0], "min": [76], "max": [76], "count": [1008]}, "eef_direction_state": {"mean": [4.947420634920635, 4.9811507936507935], "std": [2.0630472563168514, 2.056889763956938], "min": [0, 0], "max": [6, 6], "count": [1008]}, "eef_velocity_state": {"mean": [0.22321428571428573, 0.22420634920634921], "std": [0.41640085058431564, 0.41705858363293274], "min": [0, 0], "max": [1, 1], "count": [1008]}, "eef_acc_mag_state": {"mean": [0.09523809523809523, 0.06944444444444445], "std": [0.3868589716493292, 0.335023821838531], "min": [0, 0], "max": [2, 2], "count": [1008]}, "eef_direction_action": {"mean": [4.947420634920635, 4.9811507936507935], "std": [2.0630472563168514, 2.056889763956938], "min": [0, 0], "max": [6, 6], "count": [1008]}, "eef_velocity_action": {"mean": [0.22321428571428573, 0.22420634920634921], "std": [0.41640085058431564, 0.41705858363293274], "min": [0, 0], "max": [1, 1], "count": [1008]}, "eef_acc_mag_action": {"mean": [0.09523809523809523, 0.06944444444444445], "std": [0.3868589716493292, 0.335023821838531], "min": [0, 0], "max": [2, 2], "count": [1008]}, "eef_sim_pose_state": {"mean": [0.43442000703287914, 0.2409399851208777, 1.1322278454413828, -0.030394213286087754, -0.14507552474729304, 1.2353868432510535, 0.43626627489123887, -0.17604647584878147, 1.149614113521067, 0.03022433324197452, -0.042534536578942066, -1.2917400423962386], "std": [0.021891995495959438, 0.01572456716135952, 0.013415729223702037, 0.020505633502958278, 0.05165078205149385, 0.08185769328574131, 0.02399148471918296, 0.023519270956094997, 0.01957416955443311, 0.03900223677005062, 0.09035032535029894, 0.09290409956677433], "min": [0.41260895916125157, 0.18715632361743342, 1.1235421841898596, -0.07894519842175307, -0.287436835237336, 1.0475645801567168, 0.40700590809319614, -0.2002666459003473, 1.1276433675286353, -0.0399576899534948, -0.16174898748399325, -1.366462414790699], "max": [0.49590748626336695, 0.2530588170287865, 1.1636903950300355, 0.023250870668862667, -0.0759397659967167, 1.3788256845206481, 0.5097069509465445, -0.12034112660117653, 1.1879989389202616, 0.11635259284962618, 0.05239090666499946, -1.1227700376822711], "count": [1008]}, "eef_sim_pose_action": {"mean": [0.43438920075032417, 0.24094011393499679, 1.132228673614771, -0.030428512604501304, -0.14512947481765742, 1.2352660735844878, 0.4362450548427086, -0.17605881526114958, 1.1496232585790618, 0.030254683351866974, -0.04272952608488677, -1.2917187756810906], "std": [0.021887544441396973, 0.0157246192254614, 0.013415236594996011, 0.020474463855474016, 0.05160694007353314, 0.08173566993875847, 0.024005804693303615, 0.02352858844607804, 0.019569509130446337, 0.03899527057661041, 0.09036061214071582, 0.09288945248276995], "min": [0.41260895916125157, 0.18715632361743342, 1.1235421841898596, -0.07894519842175307, -0.287436835237336, 1.0475645801567168, 0.40700590809319614, -0.2002666459003473, 1.1276433675286353, -0.0399576899534948, -0.16174898748399325, -1.366462414790699], "max": [0.49590748626336695, 0.2530588170287865, 1.1636903950300355, 0.023250870668862667, -0.0759397659967167, 1.3788256845206481, 0.5097069509465445, -0.12034112660117653, 1.1879989389202616, 0.11635259284962618, 0.05239090666499946, -1.1227700376822711], "count": [1008]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1008]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1008]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1008]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1008]}, "gripper_open_scale_state": {"mean": [0.9098885807846508, 0.909086399711393], "std": [0.0002954676765315815, 3.365459624286234e-05], "min": [0.9090909090909091, 0.9088068181818182], "max": [0.9107386363636364, 0.9090909090909091], "count": [1008]}, "gripper_open_scale_action": {"mean": [0.9098885244174068, 0.909086399711393], "std": [0.00029562522303042783, 3.365459624286234e-05], "min": [0.9090909090909091, 0.9088068181818182], "max": [0.9107386363636364, 0.9090909090909091], "count": [1008]}}} +{"episode_index": 77, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4770159883470932]], [[0.47655530830753356]], [[0.47300095244238044]]], "std": [[[0.34671315631247385]], [[0.3325299301119756]], [[0.34717671941595973]]], "count": [190]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3700550040849673]], [[0.371781481123151]], [[0.3657754923460612]]], "std": [[[0.27916695313279144]], [[0.27383133174634994]], [[0.2810756662639018]]], "count": [190]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42004453259373925]], [[0.420862156002752]], [[0.40740898692810457]]], "std": [[[0.32640594188766237]], [[0.310241068053469]], [[0.3148681007301365]]], "count": [190]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3825363411592707]], [[0.3912469040247678]], [[0.3800308167784658]]], "std": [[[0.30687298772863847]], [[0.29230539445079096]], [[0.29883098007529235]]], "count": [190]}, "observation.state": {"min": [-0.24951227009296417, 0.19364318251609802, 0.0816388726234436, -1.8006943464279175, -0.19345775246620178, -0.09515862166881561, -0.276875764131546, -0.3187139928340912, 0.35161805152893066, 0.10629887133836746, -1.6211166381835938, -1.5370668172836304, -1.1196074485778809, -0.23180373013019562, -0.0328274630010128, -0.3171285092830658, -1.877152919769287, -0.07465645670890808, -0.08939139544963837, -0.060554198920726776, -0.306497186422348, -0.4679352641105652, 0.030882686376571655, 1.3349539041519165, -1.4074430465698242, 0.9119472503662109, 1000.125, 1000.0], "max": [0.17279960215091705, 0.296428918838501, 0.2929251790046692, -1.4820048809051514, -0.10178105533123016, 0.11296971142292023, -0.04847433418035507, -0.25637951493263245, 0.4669775068759918, 0.1908918172121048, -1.3821269273757935, -1.2608171701431274, -0.7969413995742798, 0.25608015060424805, 0.15832862257957458, -0.12604331970214844, -1.4526516199111938, 0.18785196542739868, 0.12391182780265808, 0.1257040649652481, -0.24074624478816986, -0.3383544981479645, 0.1230953112244606, 1.6100776195526123, -1.2846916913986206, 1.170928716659546, 1001.875, 1000.0], "mean": [0.05912395566701889, 0.21517132222652435, 0.16737000644207, -1.638299584388733, -0.16032715141773224, -0.012375732883810997, -0.16916963458061218, -0.30294761061668396, 0.391221284866333, 0.1538850963115692, -1.4664361476898193, -1.4308173656463623, -0.9778958559036255, -0.04886287823319435, 0.1042681410908699, -0.2511594593524933, -1.6582967042922974, 0.09288492798805237, -0.013799822889268398, 0.00014456921780947596, -0.29018786549568176, -0.3911486864089966, 0.10321822762489319, 1.4108041524887085, -1.3835406303405762, 1.0968520641326904, 1000.9710083007812, 1000.0], "std": [0.1087922528386116, 0.020845193415880203, 0.04683105647563934, 0.08593657612800598, 0.02099362015724182, 0.05028367415070534, 0.06842272728681564, 0.019212638959288597, 0.028425276279449463, 0.020003315061330795, 0.07800416648387909, 0.07905060052871704, 0.07709984481334686, 0.1092807725071907, 0.06922265887260437, 0.041471753269433975, 0.08060756325721741, 0.11363153904676437, 0.058369483798742294, 0.07543078064918518, 0.023098496720194817, 0.027037259191274643, 0.029039112851023674, 0.10426565259695053, 0.032205063849687576, 0.07898120582103729, 0.29893550276756287, 0.0], "count": [1099]}, "action": {"min": [-0.24951227009296417, 0.19364318251609802, 0.0816388726234436, -1.8006943464279175, -0.19345775246620178, -0.09515862166881561, -0.276875764131546, -0.3187139928340912, 0.35161805152893066, 0.10629887133836746, -1.6211166381835938, -1.5370668172836304, -1.1196074485778809, -0.23180373013019562, -0.0328274630010128, -0.3171285092830658, -1.877152919769287, -0.07465645670890808, -0.08939139544963837, -0.060554198920726776, -0.306497186422348, -0.4679352641105652, 0.030882686376571655, 1.3349539041519165, -1.4074430465698242, 0.9119472503662109, 1000.125, 1000.0], "max": [0.17279960215091705, 0.296428918838501, 0.2929251790046692, -1.4820048809051514, -0.10178105533123016, 0.11296971142292023, -0.04847433418035507, -0.25637951493263245, 0.4669775068759918, 0.1908918172121048, -1.3821269273757935, -1.2608171701431274, -0.7969413995742798, 0.25608015060424805, 0.15832862257957458, -0.12604331970214844, -1.4526516199111938, 0.18785196542739868, 0.12391182780265808, 0.1257040649652481, -0.24074624478816986, -0.3383544981479645, 0.1230953112244606, 1.6100776195526123, -1.2846916913986206, 1.170928716659546, 1001.875, 1000.0], "mean": [0.05923810973763466, 0.215158149600029, 0.1673690378665924, -1.6384384632110596, -0.1603592485189438, -0.012319826520979404, -0.16928915679454803, -0.3029421269893646, 0.3911847770214081, 0.1538599580526352, -1.4664827585220337, -1.4309825897216797, -0.9778392910957336, -0.04897765442728996, 0.10412202775478363, -0.2510412931442261, -1.658379316329956, 0.09268007427453995, -0.013837261125445366, 0.00021882180590182543, -0.29018184542655945, -0.39112380146980286, 0.10321937501430511, 1.4108315706253052, -1.3834401369094849, 1.0968742370605469, 1000.9703369140625, 1000.0], "std": [0.10880259424448013, 0.020848847925662994, 0.04683150723576546, 0.08587993681430817, 0.020985497161746025, 0.050243426114320755, 0.0683303251862526, 0.01920901983976364, 0.028424182906746864, 0.019986102357506752, 0.07797069102525711, 0.07894541323184967, 0.07706540822982788, 0.10935737192630768, 0.06927788257598877, 0.041631411761045456, 0.0806303545832634, 0.11366327852010727, 0.05840114876627922, 0.07541115581989288, 0.023095102980732918, 0.027051309123635292, 0.02903982438147068, 0.10424976795911789, 0.03233633562922478, 0.07899823784828186, 0.29971280694007874, 0.0], "count": [1099]}, "timestamp": {"min": [0.0], "max": [36.6], "mean": [18.3], "std": [10.575128052810204], "count": [1099]}, "frame_index": {"min": [0], "max": [1098], "mean": [549.0], "std": [317.2538415843061], "count": [1099]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [1099]}, "index": {"min": [76171], "max": [77269], "mean": [76720.0], "std": [317.2538415843061], "count": [1099]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1099]}, "subtask_annotation": {"mean": [0.9808917197452229, 3.0, 3.0, 3.0, 3.0], "std": [0.9092581774311077, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1099]}, "scene_annotation": {"mean": [77.0], "std": [0.0], "min": [77], "max": [77], "count": [1099]}, "eef_direction_state": {"mean": [4.898999090081893, 4.641492265696088], "std": [2.09027143380214, 2.3452559810470897], "min": [0, 0], "max": [6, 6], "count": [1099]}, "eef_velocity_state": {"mean": [0.2411282984531392, 0.2629663330300273], "std": [0.4277679769901337, 0.44024429663854686], "min": [0, 0], "max": [1, 1], "count": [1099]}, "eef_acc_mag_state": {"mean": [0.11282984531392175, 0.12283894449499545], "std": [0.41580370357896773, 0.4333847386087073], "min": [0, 0], "max": [2, 2], "count": [1099]}, "eef_direction_action": {"mean": [4.898999090081893, 4.641492265696088], "std": [2.09027143380214, 2.345255981047089], "min": [0, 0], "max": [6, 6], "count": [1099]}, "eef_velocity_action": {"mean": [0.2411282984531392, 0.2629663330300273], "std": [0.4277679769901337, 0.44024429663854686], "min": [0, 0], "max": [1, 1], "count": [1099]}, "eef_acc_mag_action": {"mean": [0.11282984531392175, 0.12283894449499545], "std": [0.41580370357896773, 0.43338473860870724], "min": [0, 0], "max": [2, 2], "count": [1099]}, "eef_sim_pose_state": {"mean": [0.436585833614755, 0.23311431296655521, 1.141269679012681, 0.02331977664282068, -0.04026484052146547, 1.2236396664044373, 0.4337964807101881, -0.17457582171234703, 1.1498844429551305, 0.02180432351741735, -0.0001495186377793043, -1.3171538263599833], "std": [0.029235499909242946, 0.011986731521870835, 0.01915190533094729, 0.02310233006924977, 0.04437269420909555, 0.10281478053124157, 0.028470559932391813, 0.021964613738121298, 0.022099178699537664, 0.022596338196470975, 0.06579806214175633, 0.08419279333564522], "min": [0.40289012530943946, 0.19769780441156212, 1.123836588912083, -0.043396380966452486, -0.14384555514328312, 1.0386641270495254, 0.3829332094139485, -0.1876335236802902, 1.135022846258303, -0.0010126837892923124, -0.12292662372509477, -1.4257108156807692], "max": [0.5177193746613916, 0.25460603913881114, 1.1884699555983151, 0.06833688662765425, 0.0016980549265661615, 1.4106407081081518, 0.5151736466644279, -0.11702276579335025, 1.1990084430781032, 0.07281392214683202, 0.050843730276498356, -1.1425901208044693], "count": [1099]}, "eef_sim_pose_action": {"mean": [0.436552864017251, 0.233101603189929, 1.1412775888217463, 0.023346641845426615, -0.040195444131104804, 1.2234983426795725, 0.43377096683866356, -0.1745725846232725, 1.149886341583057, 0.021849471825881085, -0.00020694211945551747, -1.3172037834944872], "std": [0.029237288268845328, 0.011979104167786154, 0.019146499580700995, 0.023098683464512385, 0.044376081965131944, 0.10270806111448995, 0.02848584208681755, 0.021962952285414557, 0.022097991612638045, 0.02261410362330191, 0.06578115849435126, 0.08423828319280784], "min": [0.40289012530943946, 0.19769780441156212, 1.123836588912083, -0.043396380966452486, -0.14384555514328312, 1.0386641270495254, 0.3829332094139485, -0.1876335236802902, 1.135022846258303, -0.0010126837892923124, -0.12292662372509477, -1.4257108156807692], "max": [0.5177193746613916, 0.25460603913881114, 1.1884699555983151, 0.06833688662765425, 0.0016980549265661615, 1.4106407081081518, 0.5151736466644279, -0.11702276579335025, 1.1990084430781032, 0.07281392214683202, 0.050843730276498356, -1.1425901208044693], "count": [1099]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1099]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1099]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1099]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1099]}, "gripper_open_scale_state": {"mean": [0.9099740487744776, 0.9090909090909001], "std": [0.0002717603740582139, 8.992806499463768e-15], "min": [0.9092045454545454, 0.9090909090909091], "max": [0.9107954545454545, 0.9090909090909091], "count": [1099]}, "gripper_open_scale_action": {"mean": [0.9099732304621172, 0.9090909090909001], "std": [0.0002724680266570985, 8.992806499463768e-15], "min": [0.9092045454545454, 0.9090909090909091], "max": [0.9107954545454545, 0.9090909090909091], "count": [1099]}}} +{"episode_index": 78, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4844186905822935]], [[0.48351656268568033]], [[0.4807515935741498]]], "std": [[[0.3479460115287987]], [[0.3332386195656976]], [[0.3482247032370632]]], "count": [187]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36822967346475133]], [[0.3700636665093845]], [[0.36421406211771695]]], "std": [[[0.2783962836117826]], [[0.2728932701197255]], [[0.2801093339264186]]], "count": [187]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41695744752892244]], [[0.41883152240397054]], [[0.40604866353849917]]], "std": [[[0.3278454556257747]], [[0.31477824870998916]], [[0.31921237490341353]]], "count": [187]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4119419650658837]], [[0.4199075453933802]], [[0.4102295205515361]]], "std": [[[0.32369252916620606]], [[0.30827525296431324]], [[0.31499108348727956]]], "count": [187]}, "observation.state": {"min": [-0.3175441026687622, 0.19734220206737518, 0.09265407919883728, -1.7970466613769531, -0.270376592874527, -0.07923928648233414, -0.30761754512786865, -0.3187105059623718, 0.3524644374847412, 0.09847806394100189, -1.684093713760376, -1.5776957273483276, -1.0580638647079468, -0.23521366715431213, -0.021937698125839233, -0.31400981545448303, -1.8697330951690674, -0.07286858558654785, -0.10273989289999008, -0.06056947261095047, -0.3064984977245331, -0.5001346468925476, 0.04071374982595444, 1.3349539041519165, -1.4441721439361572, 0.8713738918304443, 1000.0, 1000.0], "max": [0.16227853298187256, 0.3556501269340515, 0.32512974739074707, -1.4265427589416504, -0.05701008811593056, 0.12493503093719482, -0.05064181983470917, -0.24874180555343628, 0.4828236997127533, 0.18658199906349182, -1.385504961013794, -1.2891275882720947, -0.7250383496284485, 0.3609907925128937, 0.1650252342224121, -0.17411187291145325, -1.3329811096191406, 0.1878432333469391, 0.09546732902526855, 0.16095753014087677, -0.23852819204330444, -0.3398071229457855, 0.1226646900177002, 1.6629825830459595, -1.284499168395996, 1.162460207939148, 1002.0, 1000.0], "mean": [0.059822939336299896, 0.23617517948150635, 0.1660594940185547, -1.6610448360443115, -0.13922269642353058, -0.018962275236845016, -0.2001212239265442, -0.29384347796440125, 0.38987118005752563, 0.1554141640663147, -1.5287880897521973, -1.4082765579223633, -0.9400454163551331, -0.030989380553364754, 0.12037099897861481, -0.2480338215827942, -1.6524813175201416, 0.10017969459295273, -0.017655983567237854, 0.02596566453576088, -0.2853431701660156, -0.39578619599342346, 0.10591797530651093, 1.4439334869384766, -1.3840687274932861, 1.082456111907959, 1000.9530639648438, 1000.0], "std": [0.13589799404144287, 0.03572603315114975, 0.063448965549469, 0.08839079737663269, 0.042991794645786285, 0.05437449365854263, 0.0611872635781765, 0.02078217640519142, 0.03384997323155403, 0.021387098357081413, 0.08866347372531891, 0.05830458551645279, 0.08800065517425537, 0.13792838156223297, 0.05370492860674858, 0.035809583961963654, 0.11061099171638489, 0.10258302092552185, 0.054511990398168564, 0.09517574310302734, 0.026009902358055115, 0.035999469459056854, 0.02529994025826454, 0.12815730273723602, 0.03040853887796402, 0.08949033915996552, 0.29175737500190735, 0.0], "count": [1076]}, "action": {"min": [-0.3175441026687622, 0.19734220206737518, 0.09265407919883728, -1.7970466613769531, -0.270376592874527, -0.07923939824104309, -0.30761754512786865, -0.3187105059623718, 0.3524644374847412, 0.09847806394100189, -1.684093713760376, -1.5776957273483276, -1.0580638647079468, -0.23521366715431213, -0.021937698125839233, -0.31400981545448303, -1.8697330951690674, -0.07286858558654785, -0.10273989289999008, -0.06056947261095047, -0.3064984977245331, -0.5001346468925476, 0.04071374982595444, 1.3349539041519165, -1.4441721439361572, 0.8713738918304443, 1000.0, 1000.0], "max": [0.16227853298187256, 0.3556501269340515, 0.32512974739074707, -1.4265427589416504, -0.05701008811593056, 0.12493503093719482, -0.05064181983470917, -0.24874180555343628, 0.4828236997127533, 0.18658199906349182, -1.385495662689209, -1.2891275882720947, -0.7250383496284485, 0.3609907925128937, 0.1650252342224121, -0.17411187291145325, -1.3329811096191406, 0.1878432333469391, 0.09546732902526855, 0.16095753014087677, -0.23852819204330444, -0.3398071229457855, 0.1226646900177002, 1.6629825830459595, -1.284499168395996, 1.162460207939148, 1002.0, 1000.0], "mean": [0.059949882328510284, 0.23617979884147644, 0.16603946685791016, -1.661205530166626, -0.13922438025474548, -0.01892930082976818, -0.20025238394737244, -0.29383131861686707, 0.3898322284221649, 0.15539830923080444, -1.528881549835205, -1.4083895683288574, -0.9399742484092712, -0.031087050214409828, 0.12029552459716797, -0.24795569479465485, -1.6525895595550537, 0.10009925812482834, -0.01769731007516384, 0.02614002302289009, -0.2853233814239502, -0.3957609236240387, 0.10591074079275131, 1.444069504737854, -1.3841052055358887, 1.08246910572052, 1000.9530639648438, 1000.0], "std": [0.13591162860393524, 0.03572389483451843, 0.06345813721418381, 0.08830396831035614, 0.04299174249172211, 0.054348673671483994, 0.06101769581437111, 0.020771479234099388, 0.033848535269498825, 0.021374164149165154, 0.08856579661369324, 0.05819130316376686, 0.08793702721595764, 0.13798528909683228, 0.05370861291885376, 0.03587524592876434, 0.11065100878477097, 0.10254813730716705, 0.05454779043793678, 0.09518886357545853, 0.026001891121268272, 0.03601338341832161, 0.025296838954091072, 0.12811917066574097, 0.030447689816355705, 0.08950036019086838, 0.2918495833873749, 0.0], "count": [1076]}, "timestamp": {"min": [0.0], "max": [35.833333333333336], "mean": [17.916666666666664], "std": [10.353810356042304], "count": [1076]}, "frame_index": {"min": [0], "max": [1075], "mean": [537.5], "std": [310.61431068126916], "count": [1076]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [1076]}, "index": {"min": [77270], "max": [78345], "mean": [77807.5], "std": [310.61431068126916], "count": [1076]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1076]}, "subtask_annotation": {"mean": [1.0446096654275092, 3.0, 3.0, 3.0, 3.0], "std": [0.9011860916605741, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1076]}, "scene_annotation": {"mean": [78.0], "std": [0.0], "min": [78], "max": [78], "count": [1076]}, "eef_direction_state": {"mean": [4.742565055762082, 4.429368029739777], "std": [2.2368347841796212, 2.4073215402980845], "min": [0, 0], "max": [6, 6], "count": [1076]}, "eef_velocity_state": {"mean": [0.2704460966542751, 0.31784386617100374], "std": [0.4441902806891925, 0.4656384250773032], "min": [0, 0], "max": [1, 1], "count": [1076]}, "eef_acc_mag_state": {"mean": [0.137546468401487, 0.1533457249070632], "std": [0.4559021477102163, 0.4817274092587676], "min": [0, 0], "max": [2, 2], "count": [1076]}, "eef_direction_action": {"mean": [4.742565055762082, 4.429368029739777], "std": [2.2368347841796212, 2.4073215402980845], "min": [0, 0], "max": [6, 6], "count": [1076]}, "eef_velocity_action": {"mean": [0.2704460966542751, 0.31784386617100374], "std": [0.4441902806891925, 0.4656384250773032], "min": [0, 0], "max": [1, 1], "count": [1076]}, "eef_acc_mag_action": {"mean": [0.137546468401487, 0.1533457249070632], "std": [0.4559021477102163, 0.4817274092587676], "min": [0, 0], "max": [2, 2], "count": [1076]}, "eef_sim_pose_state": {"mean": [0.4362729064350476, 0.23763930368205638, 1.1492056959882977, 0.011153714331472483, -0.08796034723150509, 1.18838334914809, 0.439118191838985, -0.17949063909381768, 1.1538310006175283, 0.03178813435314616, -0.015657713195854454, -1.2931783846635292], "std": [0.03537536578099102, 0.015477075093964465, 0.021325861151763884, 0.025122740572558273, 0.05179751286782957, 0.10029748712902284, 0.037248075514023704, 0.019507763360593296, 0.02410033720972611, 0.03913346689224706, 0.08751869214605268, 0.08638810246321828], "min": [0.4055488888332376, 0.1928564648205116, 1.1238423181981563, -0.08218398851719089, -0.2109062903798844, 1.0133791280464888, 0.38470292614785984, -0.2048169839466501, 1.1349584838144435, 0.001638990875282742, -0.1837560180316835, -1.3664822336787699], "max": [0.5346581099525964, 0.2660359495582298, 1.1980072863638416, 0.08073088755763941, -0.031478452813461955, 1.3788503552837137, 0.5469137171907991, -0.12728212839555358, 1.2000435682402297, 0.14189614341243828, 0.052610625981770465, -1.1320980192282688], "count": [1076]}, "eef_sim_pose_action": {"mean": [0.4362373813255509, 0.23763596084589284, 1.1492182819788956, 0.011158370169776605, -0.08794462372798266, 1.1882407338098442, 0.4390956000990411, -0.17949187947785453, 1.153842880710126, 0.03187479918792075, -0.015665122005850615, -1.2930769915129583], "std": [0.035377640717656596, 0.015475383080271401, 0.021314879698634853, 0.025122156234291815, 0.05180365521924621, 0.10013555129063435, 0.037260507772628994, 0.019508323703999086, 0.02409421812985736, 0.0391795050022019, 0.08751340513311816, 0.08636606307563822], "min": [0.4055488888332376, 0.1928564648205116, 1.1238423181981563, -0.08218398851719089, -0.2109062903798844, 1.0133791280464888, 0.38470292614785984, -0.2048169839466501, 1.1349584838144435, 0.001638990875282742, -0.1837560180316835, -1.3664822336787699], "max": [0.5346581099525964, 0.2660359495582298, 1.1980072863638416, 0.08073088755763941, -0.031478452813461955, 1.3788503552837137, 0.5469137171907991, -0.12728212839555358, 1.2000435682402297, 0.14189614341243828, 0.052610625981770465, -1.1320980192282688], "count": [1076]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1076]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1076]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1076]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1076]}, "gripper_open_scale_state": {"mean": [0.9099570511240669, 0.9090909090909005], "std": [0.0002652321939685072, 8.548717289613705e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1076]}, "gripper_open_scale_action": {"mean": [0.909957136571223, 0.9090909090909005], "std": [0.00026531611229097066, 8.548717289613705e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1076]}}} +{"episode_index": 79, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4800459830430399]], [[0.47888873244333197]], [[0.476198668474482]]], "std": [[[0.3458789557243424]], [[0.33124737347613264]], [[0.34634260705811487]]], "count": [188]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3713097545977611]], [[0.3732007022667223]], [[0.3674498613718537]]], "std": [[[0.2782663748198805]], [[0.27291973878444387]], [[0.28009891789119296]]], "count": [188]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4279941398101794]], [[0.43249782388575997]], [[0.41978171933667086]]], "std": [[[0.3288406702258231]], [[0.3190874580976182]], [[0.323627923873197]]], "count": [188]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110589615057016]], [[0.4193511724725351]], [[0.4092654968015575]]], "std": [[[0.3233958151240264]], [[0.3082596490561826]], [[0.31506967379897194]]], "count": [188]}, "observation.state": {"min": [-0.4055163264274597, 0.2023611068725586, 0.1304589956998825, -1.7399296760559082, -0.14497467875480652, -0.15438637137413025, -0.3267267346382141, -0.3193330764770508, 0.3565389811992645, 0.10248300433158875, -1.777353048324585, -1.4268975257873535, -1.0566881895065308, -0.16743706166744232, -0.06935501843690872, -0.317214697599411, -1.8335851430892944, -0.2451140433549881, -0.04274202138185501, -0.060591284185647964, -0.3065400719642639, -0.4990163743495941, 0.02455737441778183, 1.3349539041519165, -1.4124820232391357, 0.8138680458068848, 1000.0, 999.625], "max": [0.16705310344696045, 0.2856613099575043, 0.3624972701072693, -1.2307560443878174, -0.01840122416615486, -0.03661264479160309, -0.05063854902982712, -0.27669286727905273, 0.5054283738136292, 0.1814010590314865, -1.3852713108062744, -1.2891275882720947, -0.6602195501327515, 0.3610682785511017, 0.158267542719841, -0.14483396708965302, -1.3225319385528564, 0.1878236085176468, 0.13875694572925568, 0.11008882522583008, -0.24317294359207153, -0.35915687680244446, 0.12372543662786484, 1.612084984779358, -1.2177194356918335, 1.1453620195388794, 1002.0, 1000.0], "mean": [0.002664713654667139, 0.23229368031024933, 0.17196127772331238, -1.5434433221817017, -0.11877568811178207, -0.11856906861066818, -0.21339522302150726, -0.3086772561073303, 0.40622150897979736, 0.16142398118972778, -1.5710763931274414, -1.3651654720306396, -0.9458639621734619, -0.02330952137708664, 0.08534611016511917, -0.24472351372241974, -1.6416807174682617, 0.04601450636982918, 0.011107548139989376, 0.008140986785292625, -0.2870824635028839, -0.3991396427154541, 0.10008344054222107, 1.4177123308181763, -1.3554025888442993, 1.065441608428955, 1000.8915405273438, 999.9888916015625], "std": [0.14265531301498413, 0.01705797202885151, 0.06641930341720581, 0.10425084084272385, 0.03894682973623276, 0.04133592173457146, 0.0661870464682579, 0.013120061717927456, 0.035893287509679794, 0.019372060894966125, 0.09904467314481735, 0.0303069818764925, 0.11406595259904861, 0.12830697000026703, 0.07996175438165665, 0.04621526598930359, 0.10329345613718033, 0.15073402225971222, 0.06588751077651978, 0.06968189030885696, 0.023722751066088676, 0.0329364575445652, 0.030053557828068733, 0.1054428443312645, 0.05906353518366814, 0.1109304279088974, 0.37415170669555664, 0.05949823558330536], "count": [1079]}, "action": {"min": [-0.4055163264274597, 0.2023611068725586, 0.1304589956998825, -1.7399296760559082, -0.14497467875480652, -0.15438637137413025, -0.3267267346382141, -0.3193330764770508, 0.3565389811992645, 0.10248300433158875, -1.777353048324585, -1.4268975257873535, -1.0566881895065308, -0.16743706166744232, -0.06935501843690872, -0.317214697599411, -1.8335851430892944, -0.2451140433549881, -0.04274202138185501, -0.060591284185647964, -0.3065400719642639, -0.4990163743495941, 0.02455737441778183, 1.3349539041519165, -1.4124820232391357, 0.8138680458068848, 1000.0, 999.625], "max": [0.16705310344696045, 0.2856613099575043, 0.3624972701072693, -1.2307560443878174, -0.01840122416615486, -0.03661264479160309, -0.05063854902982712, -0.27669286727905273, 0.5054283738136292, 0.1814010590314865, -1.3852962255477905, -1.2891275882720947, -0.6602195501327515, 0.3610682785511017, 0.158267542719841, -0.14483396708965302, -1.3225319385528564, 0.1878236085176468, 0.13875694572925568, 0.11008882522583008, -0.24317294359207153, -0.35915687680244446, 0.12372543662786484, 1.612084984779358, -1.2177194356918335, 1.1453620195388794, 1002.0, 1000.0], "mean": [0.002730586566030979, 0.23230338096618652, 0.17194712162017822, -1.5434991121292114, -0.1187816932797432, -0.11863626539707184, -0.21354609727859497, -0.30867448449134827, 0.40619874000549316, 0.1614139825105667, -1.5712246894836426, -1.3652489185333252, -0.9458188414573669, -0.023375891149044037, 0.08519221842288971, -0.24462683498859406, -1.6417360305786133, 0.045829448848962784, 0.011128776706755161, 0.008243394084274769, -0.28707483410835266, -0.39912745356559753, 0.10007107257843018, 1.4177379608154297, -1.355371117591858, 1.065428614616394, 1000.891357421875, 999.9888916015625], "std": [0.1426732838153839, 0.017051968723535538, 0.06642615795135498, 0.10425809025764465, 0.038950223475694656, 0.04133087769150734, 0.06600113213062286, 0.013118245638906956, 0.03589735925197601, 0.019364524632692337, 0.09888555109500885, 0.030222013592720032, 0.11403198540210724, 0.12834382057189941, 0.07998105138540268, 0.046292390674352646, 0.10330590605735779, 0.15068237483501434, 0.06587386876344681, 0.06966201961040497, 0.023717794567346573, 0.03294245898723602, 0.030047830194234848, 0.10542602837085724, 0.05905035138130188, 0.11092206835746765, 0.3743970990180969, 0.05949823558330536], "count": [1079]}, "timestamp": {"min": [0.0], "max": [35.93333333333333], "mean": [17.966666666666665], "std": [10.382677881933928], "count": [1079]}, "frame_index": {"min": [0], "max": [1078], "mean": [539.0], "std": [311.48033645801786], "count": [1079]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [1079]}, "index": {"min": [78346], "max": [79424], "mean": [78885.0], "std": [311.48033645801786], "count": [1079]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1079]}, "subtask_annotation": {"mean": [1.088044485634847, 3.0, 3.0, 3.0, 3.0], "std": [0.8720964130878883, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1079]}, "scene_annotation": {"mean": [79.0], "std": [0.0], "min": [79], "max": [79], "count": [1079]}, "eef_direction_state": {"mean": [4.617238183503244, 4.545875810936052], "std": [2.3700555809319837, 2.3378814477876784], "min": [0, 0], "max": [6, 6], "count": [1079]}, "eef_velocity_state": {"mean": [0.2567191844300278, 0.3076923076923077], "std": [0.4368231275649372, 0.46153846153846384], "min": [0, 0], "max": [1, 1], "count": [1079]}, "eef_acc_mag_state": {"mean": [0.11492122335495829, 0.13623725671918444], "std": [0.4215573847548247, 0.4545854554371235], "min": [0, 0], "max": [2, 2], "count": [1079]}, "eef_direction_action": {"mean": [4.617238183503244, 4.545875810936052], "std": [2.3700555809319837, 2.3378814477876784], "min": [0, 0], "max": [6, 6], "count": [1079]}, "eef_velocity_action": {"mean": [0.2567191844300278, 0.3076923076923077], "std": [0.4368231275649372, 0.46153846153846384], "min": [0, 0], "max": [1, 1], "count": [1079]}, "eef_acc_mag_action": {"mean": [0.11492122335495829, 0.13623725671918444], "std": [0.4215573847548247, 0.4545854554371235], "min": [0, 0], "max": [2, 2], "count": [1079]}, "eef_sim_pose_state": {"mean": [0.4526060388246396, 0.24377483812746145, 1.1315517036046923, -0.01914362651543678, -0.12349425245004073, 1.1889395227200423, 0.44153193747877423, -0.17126385318754675, 1.1541769332176082, 0.008642857816788856, -0.03485951841458128, -1.3198324845859024], "std": [0.03822791792118829, 0.012390555831770716, 0.015104707246188252, 0.036504535705561544, 0.07008688585286235, 0.10137794817326407, 0.033947558563532786, 0.024979619765427855, 0.023418000720599203, 0.02820590697918756, 0.11130219435347682, 0.06684716280680875], "min": [0.40502104122598764, 0.20165869324267768, 1.1219202069134502, -0.06027182588975011, -0.2963763785834357, 0.9658353431812666, 0.404801534039663, -0.1956231473856994, 1.1350253906200747, -0.03927251996293024, -0.2857087350087695, -1.3844988212286555], "max": [0.5598871057393603, 0.25120953508483085, 1.1705336374393882, 0.0598817107267805, -0.07109529279185578, 1.3788653992605004, 0.5439224091893059, -0.10503499427797688, 1.2013786971456182, 0.09770097544038547, 0.05088958019430745, -1.1931226584798424], "count": [1079]}, "eef_sim_pose_action": {"mean": [0.4525871425505655, 0.24377824470290282, 1.131550253134791, -0.019190157728771296, -0.1234996550414013, 1.18878989781002, 0.44151976094180684, -0.17125141969400495, 1.154183668772152, 0.00865297030662441, -0.034892570533107854, -1.3198334834084195], "std": [0.038232702694714515, 0.012392016432748714, 0.015105521329931147, 0.036505182338297776, 0.07008346238881089, 0.10121656332651136, 0.033953777392565936, 0.02497481833749933, 0.023413540230540618, 0.028206913903540274, 0.11128204907636804, 0.0668478668661004], "min": [0.40502104122598764, 0.20165869324267768, 1.1219202069134502, -0.06027182588975011, -0.2963763785834357, 0.9658353431812666, 0.404801534039663, -0.1956231473856994, 1.1350253906200747, -0.03927251996293024, -0.2857087350087695, -1.3844988212286555], "max": [0.5598871057393603, 0.25120953508483085, 1.1705336374393882, 0.0598817107267805, -0.07109529279185578, 1.3788653992605004, 0.5439224091893059, -0.10503499427797688, 1.2013786971456182, 0.09770097544038547, 0.05088958019430745, -1.1931226584798424], "count": [1079]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1079]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1079]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1079]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1079]}, "gripper_open_scale_state": {"mean": [0.9099016213969479, 0.9090807987193449], "std": [0.000340137329275861, 5.408905652092966e-05], "min": [0.9090909090909091, 0.90875], "max": [0.9109090909090909, 0.9090909090909091], "count": [1079]}, "gripper_open_scale_action": {"mean": [0.909901524976931, 0.9090807987193449], "std": [0.00034036051784477655, 5.408905652092966e-05], "min": [0.9090909090909091, 0.90875], "max": [0.9109090909090909, 0.9090909090909091], "count": [1079]}}} +{"episode_index": 80, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.487167965769218]], [[0.4861713280913042]], [[0.4836798598669586]]], "std": [[[0.3461185926436673]], [[0.33148680051761853]], [[0.3463558977683086]]], "count": [197]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3714054195282174]], [[0.37335683848412465]], [[0.3678688735858134]]], "std": [[[0.2795269597578398]], [[0.27389192709245835]], [[0.28110568659029184]]], "count": [197]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4281458063766962]], [[0.43047881519359016]], [[0.41793008070402443]]], "std": [[[0.3178097873527224]], [[0.30534971656816823]], [[0.3091521915498146]]], "count": [197]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4053448313758668]], [[0.4136642187966557]], [[0.4025285408579676]]], "std": [[[0.3179012577935413]], [[0.3039488360604944]], [[0.310340245613406]]], "count": [197]}, "observation.state": {"min": [-0.4784165620803833, 0.14408347010612488, 0.10419070720672607, -1.7986828088760376, -0.2950708270072937, -0.07925540208816528, -0.3053737282752991, -0.3187616169452667, 0.35477542877197266, 0.07809862494468689, -1.8004921674728394, -1.5671508312225342, -1.0566881895065308, -0.14123423397541046, -0.0011933688074350357, -0.33662164211273193, -1.9006842374801636, -0.13283482193946838, -0.04265911877155304, -0.06059455871582031, -0.3079630732536316, -0.5411208868026733, 0.04030293598771095, 1.3349539041519165, -1.4061464071273804, 0.7639970779418945, 1000.0, 1000.0], "max": [0.1781643033027649, 0.33761975169181824, 0.38674643635749817, -1.1593588590621948, -0.014062990434467793, -0.00792270340025425, -0.05065381899476051, -0.25612443685531616, 0.5231678485870361, 0.18140237033367157, -1.3855481147766113, -1.2338247299194336, -0.6811817288398743, 0.5287256836891174, 0.15994197130203247, -0.11746393144130707, -1.1700327396392822, 0.1878432333469391, 0.15695637464523315, 0.19768472015857697, -0.20813225209712982, -0.36958757042884827, 0.1443796306848526, 1.6926031112670898, -1.1998212337493896, 1.1451525688171387, 1001.8125, 1000.0], "mean": [-0.006756738293915987, 0.1924627423286438, 0.1677016168832779, -1.5777208805084229, -0.09246417135000229, -0.02665923535823822, -0.17774559557437897, -0.29837536811828613, 0.41017016768455505, 0.1521117091178894, -1.5078260898590088, -1.3644063472747803, -0.9437011480331421, 0.03100297786295414, 0.12685106694698334, -0.24968858063220978, -1.6186070442199707, 0.07609912008047104, 0.02258584275841713, 0.03261372447013855, -0.27747616171836853, -0.4126572012901306, 0.10868673026561737, 1.4503085613250732, -1.350051760673523, 1.0368950366973877, 1000.85888671875, 1000.0], "std": [0.17268434166908264, 0.05287707969546318, 0.08856165409088135, 0.13630259037017822, 0.061629533767700195, 0.024366896599531174, 0.07846591621637344, 0.021456582471728325, 0.04131043329834938, 0.027390455827116966, 0.14211297035217285, 0.06785076856613159, 0.09945643693208694, 0.18077148497104645, 0.0442458838224411, 0.047026172280311584, 0.13951148092746735, 0.12606680393218994, 0.07629333436489105, 0.10471849143505096, 0.03690227493643761, 0.04586305096745491, 0.025721272453665733, 0.1406421661376953, 0.06188123673200607, 0.13412724435329437, 0.367890328168869, 0.0], "count": [1148]}, "action": {"min": [-0.4784165620803833, 0.14408347010612488, 0.10419070720672607, -1.7986828088760376, -0.2950708270072937, -0.07925540208816528, -0.3053737282752991, -0.3187604546546936, 0.35477542877197266, 0.07809862494468689, -1.8004921674728394, -1.5671508312225342, -1.0566881895065308, -0.14123423397541046, -0.0011933688074350357, -0.33662164211273193, -1.9006842374801636, -0.13283482193946838, -0.04265911877155304, -0.06059455871582031, -0.3079630732536316, -0.5411208868026733, 0.04030293598771095, 1.3349539041519165, -1.4061464071273804, 0.7639970779418945, 1000.0, 1000.0], "max": [0.1781643033027649, 0.33761975169181824, 0.38674643635749817, -1.1593588590621948, -0.014062990434467793, -0.00792270340025425, -0.05065381899476051, -0.25612443685531616, 0.5231678485870361, 0.18140237033367157, -1.3855481147766113, -1.2338247299194336, -0.6811817288398743, 0.5287256836891174, 0.15994197130203247, -0.11746393144130707, -1.1700327396392822, 0.1878432333469391, 0.15695637464523315, 0.19768472015857697, -0.20813225209712982, -0.36958757042884827, 0.1443796306848526, 1.6926031112670898, -1.1998212337493896, 1.1451525688171387, 1001.8125, 1000.0], "mean": [-0.006680801976472139, 0.19240906834602356, 0.16767027974128723, -1.5778216123580933, -0.09240030497312546, -0.02659878507256508, -0.17782771587371826, -0.29836973547935486, 0.41014838218688965, 0.15209397673606873, -1.5078531503677368, -1.3644646406173706, -0.9436423182487488, 0.030987421050667763, 0.12679119408130646, -0.24962610006332397, -1.6186202764511108, 0.07594303786754608, 0.02263357862830162, 0.03278152272105217, -0.27747583389282227, -0.4126548767089844, 0.10867978632450104, 1.4504145383834839, -1.350057601928711, 1.0367431640625, 1000.8595581054688, 1000.0], "std": [0.17270921170711517, 0.052883829921483994, 0.0885750949382782, 0.13630767166614532, 0.06162082031369209, 0.02432241663336754, 0.07838204503059387, 0.02145206183195114, 0.04131602868437767, 0.027378058061003685, 0.14209343492984772, 0.06781474500894547, 0.09941010922193527, 0.18078003823757172, 0.04424983635544777, 0.047060105949640274, 0.1395137906074524, 0.12603940069675446, 0.07626964896917343, 0.10472335666418076, 0.03690198063850403, 0.0458642914891243, 0.02571912668645382, 0.14060108363628387, 0.061885856091976166, 0.1341039091348648, 0.36806580424308777, 0.0], "count": [1148]}, "timestamp": {"min": [0.0], "max": [38.233333333333334], "mean": [19.116666666666667], "std": [11.04663095950777], "count": [1148]}, "frame_index": {"min": [0], "max": [1147], "mean": [573.5], "std": [331.3989287852331], "count": [1148]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [1148]}, "index": {"min": [79425], "max": [80572], "mean": [79998.5], "std": [331.3989287852331], "count": [1148]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1148]}, "subtask_annotation": {"mean": [1.0513937282229966, 3.0, 3.0, 3.0, 3.0], "std": [0.9096692022497099, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1148]}, "scene_annotation": {"mean": [80.0], "std": [0.0], "min": [80], "max": [80], "count": [1148]}, "eef_direction_state": {"mean": [4.581881533101045, 4.431184668989547], "std": [2.356934896095476, 2.3702503559475567], "min": [0, 0], "max": [6, 6], "count": [1148]}, "eef_velocity_state": {"mean": [0.29094076655052264, 0.3510452961672474], "std": [0.4541962537378632, 0.4772970733265549], "min": [0, 0], "max": [1, 1], "count": [1148]}, "eef_acc_mag_state": {"mean": [0.1367595818815331, 0.17247386759581881], "std": [0.45486984167029443, 0.5059318637038268], "min": [0, 0], "max": [2, 2], "count": [1148]}, "eef_direction_action": {"mean": [4.581881533101045, 4.431184668989547], "std": [2.356934896095476, 2.3702503559475567], "min": [0, 0], "max": [6, 6], "count": [1148]}, "eef_velocity_action": {"mean": [0.29094076655052264, 0.3510452961672474], "std": [0.4541962537378632, 0.4772970733265549], "min": [0, 0], "max": [1, 1], "count": [1148]}, "eef_acc_mag_action": {"mean": [0.1367595818815331, 0.17247386759581881], "std": [0.45486984167029443, 0.5059318637038269], "min": [0, 0], "max": [2, 2], "count": [1148]}, "eef_sim_pose_state": {"mean": [0.45554231049470634, 0.23099972765162988, 1.1453026396586108, 0.017747142101754713, -0.1095722174572271, 1.2272340017421421, 0.45579626754407804, -0.18205369561911108, 1.1637450110986087, 0.009094804976455862, -0.05974271936364128, -1.2949066535151086], "std": [0.044811856754142454, 0.019022170469424927, 0.019630593255345486, 0.03203628406549756, 0.07269140499467158, 0.13407164470176447, 0.048091363087658906, 0.018918093883251035, 0.03616416404798858, 0.03279716677001406, 0.1311190234020641, 0.0939711386182567], "min": [0.40505632063106906, 0.17665977693009574, 1.1238026267564702, -0.0901894784985161, -0.28028694205865623, 0.9720295368971815, 0.4128066567219757, -0.21660230866124494, 1.1350244540797536, -0.052826827706588086, -0.29454561633981236, -1.3664940401407204], "max": [0.5774980491666213, 0.2612344742996659, 1.1838676092368925, 0.04978074755662565, -0.005897861916085212, 1.3788802941285958, 0.5890039964596483, -0.1290993293750097, 1.2263169069292608, 0.12839512506050255, 0.05087685066403402, -1.095173589763323], "count": [1148]}, "eef_sim_pose_action": {"mean": [0.45552195931196204, 0.23098779160369037, 1.145311036013512, 0.017777476994644912, -0.10957011420407588, 1.2271663319101658, 0.4557964967791516, -0.18205604941863143, 1.1637484783981027, 0.009060704264098447, -0.05983995935314116, -1.2947996523602698], "std": [0.044818262406539355, 0.019016261503415576, 0.019623453839885306, 0.032041259453920015, 0.07269240979848741, 0.13401469037329553, 0.04809124436305963, 0.018918952630155365, 0.036161603107456974, 0.03282069929877227, 0.1310784260403191, 0.09395957842933528], "min": [0.40505632063106906, 0.17665977693009574, 1.1238032193186849, -0.0901894784985161, -0.28028694205865623, 0.9720295368971815, 0.4128066567219757, -0.21660230866124494, 1.1350244540797536, -0.052826827706588086, -0.29454561633981236, -1.3664940401407204], "max": [0.5774980491666213, 0.2612344742996659, 1.1838676092368925, 0.04978074755662565, -0.005897861916085212, 1.3788802941285958, 0.5890039964596483, -0.1290993293750097, 1.2263169069292608, 0.12839512506050255, 0.05087685066403402, -1.095173589763323], "count": [1148]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1148]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1148]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1148]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1148]}, "gripper_open_scale_state": {"mean": [0.9098726736460829, 0.9090909090909013], "std": [0.0003344446427846983, 7.771561172376096e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9107386363636364, 0.9090909090909091], "count": [1148]}, "gripper_open_scale_action": {"mean": [0.909873297434273, 0.9090909090909013], "std": [0.0003346034522355968, 7.771561172376096e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9107386363636364, 0.9090909090909091], "count": [1148]}}} +{"episode_index": 81, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4798282739073283]], [[0.4782408807098258]], [[0.47325568814583563]]], "std": [[[0.34617463724785397]], [[0.3322502854150129]], [[0.34569222566132113]]], "count": [179]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37062088650637165]], [[0.37235801201299884]], [[0.36666281447402055]]], "std": [[[0.2788890494096595]], [[0.2736618410165836]], [[0.28079661704930886]]], "count": [179]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4220584389947786]], [[0.42563993979807935]], [[0.4114797166538869]]], "std": [[[0.32776230233717646]], [[0.31773361604231276]], [[0.3215444466785994]]], "count": [179]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38412324506152556]], [[0.3978729860426479]], [[0.3883863546116771]]], "std": [[[0.3063266786824374]], [[0.293896644816928]], [[0.3012908720825783]]], "count": [179]}, "observation.state": {"min": [-0.24001440405845642, 0.20624881982803345, 0.1281726062297821, -1.793686866760254, -0.21717458963394165, -0.09068404138088226, -0.29366910457611084, -0.3197733759880066, 0.3580665588378906, 0.08147037774324417, -1.7459220886230469, -1.4673030376434326, -1.0565861463546753, -0.2613401412963867, 0.05942955240607262, -0.3471089005470276, -1.949447751045227, -0.15332499146461487, -0.043386705219745636, -0.06060110405087471, -0.31704238057136536, -0.46581557393074036, 0.05921062454581261, 1.3349539041519165, -1.4904817342758179, 0.8054211735725403, 1000.0, 999.5], "max": [0.1729348599910736, 0.31956976652145386, 0.35873496532440186, -1.4897792339324951, -0.09004262834787369, 0.050845805555582047, -0.05064073204994202, -0.25944411754608154, 0.4535868167877197, 0.18142737448215485, -1.3852858543395996, -1.2879310846328735, -0.7445110082626343, 0.2773088216781616, 0.1842009723186493, -0.1938166320323944, -1.4965740442276, 0.18787160515785217, 0.14085789024829865, 0.2559318244457245, -0.23868343234062195, -0.3321283757686615, 0.12064924836158752, 1.6981414556503296, -1.22098970413208, 1.1453620195388794, 1001.8125, 1000.0], "mean": [0.0508771613240242, 0.23858168721199036, 0.1717267483472824, -1.6369726657867432, -0.1663116067647934, -0.05720216780900955, -0.21143682301044464, -0.2968936562538147, 0.39156997203826904, 0.15498770773410797, -1.5459691286087036, -1.4240230321884155, -0.9660738706588745, -0.0359356626868248, 0.14151974022388458, -0.2585020065307617, -1.6621332168579102, 0.10371329635381699, -0.0014523289864882827, 0.03017183020710945, -0.28886422514915466, -0.3928738236427307, 0.10827361047267914, 1.4451812505722046, -1.3901249170303345, 1.0483051538467407, 1000.940185546875, 999.9911499023438], "std": [0.118478924036026, 0.030028168112039566, 0.06842296570539474, 0.07531410455703735, 0.03683539107441902, 0.04724402353167534, 0.06471899151802063, 0.018533488735556602, 0.027495479211211205, 0.02512754313647747, 0.10137329250574112, 0.053972527384757996, 0.1037876158952713, 0.11076156795024872, 0.02762375771999359, 0.035361211746931076, 0.0867716521024704, 0.105282261967659, 0.06129438057541847, 0.1165158599615097, 0.02636461704969406, 0.026082510128617287, 0.018732130527496338, 0.13815754652023315, 0.054292768239974976, 0.12216833978891373, 0.3611848056316376, 0.057677511125802994], "count": [1014]}, "action": {"min": [-0.24001440405845642, 0.20624881982803345, 0.1281726062297821, -1.793686866760254, -0.21717458963394165, -0.09068404138088226, -0.29366910457611084, -0.3197733759880066, 0.3580665588378906, 0.08147037774324417, -1.7459220886230469, -1.4673030376434326, -1.0565861463546753, -0.2613401412963867, 0.05942955240607262, -0.3471089005470276, -1.949447751045227, -0.15332499146461487, -0.043386705219745636, -0.06060110405087471, -0.31704238057136536, -0.46581557393074036, 0.05921062454581261, 1.3349539041519165, -1.4904817342758179, 0.8054211735725403, 1000.0, 999.5], "max": [0.1729348599910736, 0.31956976652145386, 0.35873496532440186, -1.4897792339324951, -0.09004262834787369, 0.050845805555582047, -0.05064073204994202, -0.25944411754608154, 0.4535868167877197, 0.18142737448215485, -1.3852858543395996, -1.2879310846328735, -0.7445110082626343, 0.2773088216781616, 0.1842009723186493, -0.1938166320323944, -1.4965740442276, 0.18787160515785217, 0.14085789024829865, 0.2559318244457245, -0.23868343234062195, -0.3321283757686615, 0.12064924836158752, 1.6981414556503296, -1.22098970413208, 1.1453620195388794, 1001.8125, 1000.0], "mean": [0.0509943813085556, 0.23858891427516937, 0.17171470820903778, -1.6371088027954102, -0.16637055575847626, -0.05721336230635643, -0.21159197390079498, -0.29688313603401184, 0.39153239130973816, 0.15496951341629028, -1.5460796356201172, -1.4241825342178345, -0.9660505652427673, -0.03596630319952965, 0.14145955443382263, -0.2584378719329834, -1.6621307134628296, 0.103524349629879, -0.0014287042431533337, 0.030358092859387398, -0.28887373208999634, -0.3928663432598114, 0.1082659661769867, 1.4453107118606567, -1.3901216983795166, 1.048117756843567, 1000.9404296875, 999.9911499023438], "std": [0.11849342286586761, 0.030023759230971336, 0.06842858344316483, 0.07523979991674423, 0.03683677688241005, 0.04725063964724541, 0.06452131271362305, 0.018524160608649254, 0.0274934321641922, 0.025115057826042175, 0.10126113891601562, 0.05381181836128235, 0.10376939177513123, 0.11077219992876053, 0.027653813362121582, 0.03541762754321098, 0.08677256107330322, 0.10530303418636322, 0.061283111572265625, 0.11652162671089172, 0.026372777298092842, 0.026084542274475098, 0.01872866414487362, 0.13811568915843964, 0.05429248884320259, 0.12216618657112122, 0.3609873056411743, 0.057677511125802994], "count": [1014]}, "timestamp": {"min": [0.0], "max": [33.766666666666666], "mean": [16.883333333333333], "std": [9.757214804478824], "count": [1014]}, "frame_index": {"min": [0], "max": [1013], "mean": [506.5], "std": [292.71644413436474], "count": [1014]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [1014]}, "index": {"min": [80573], "max": [81586], "mean": [81079.5], "std": [292.71644413436474], "count": [1014]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1014]}, "subtask_annotation": {"mean": [1.0512820512820513, 3.0, 3.0, 3.0, 3.0], "std": [0.9248558357370092, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1014]}, "scene_annotation": {"mean": [81.0], "std": [0.0], "min": [81], "max": [81], "count": [1014]}, "eef_direction_state": {"mean": [4.968441814595661, 4.705128205128205], "std": [1.9452542103455015, 2.2889911762314092], "min": [0, 0], "max": [6, 6], "count": [1014]}, "eef_velocity_state": {"mean": [0.2465483234714004, 0.27712031558185407], "std": [0.43100144740458146, 0.4475764138933895], "min": [0, 0], "max": [1, 1], "count": [1014]}, "eef_acc_mag_state": {"mean": [0.11341222879684418, 0.13708086785009863], "std": [0.416567160135928, 0.4571864899108871], "min": [0, 0], "max": [2, 2], "count": [1014]}, "eef_direction_action": {"mean": [4.968441814595661, 4.705128205128205], "std": [1.9452542103455015, 2.2889911762314097], "min": [0, 0], "max": [6, 6], "count": [1014]}, "eef_velocity_action": {"mean": [0.2465483234714004, 0.27712031558185407], "std": [0.4310014474045815, 0.4475764138933895], "min": [0, 0], "max": [1, 1], "count": [1014]}, "eef_acc_mag_action": {"mean": [0.11341222879684418, 0.13708086785009863], "std": [0.416567160135928, 0.4571864899108871], "min": [0, 0], "max": [2, 2], "count": [1014]}, "eef_sim_pose_state": {"mean": [0.43857166545274945, 0.23823589545468213, 1.143896243467957, -0.013485172049054608, -0.07025064875146785, 1.1761859906945358, 0.43678836309647884, -0.18277360201040257, 1.1523402596912191, 0.010258378944878813, -0.027207357291486104, -1.2794887653733633], "std": [0.030001741351056252, 0.01817302936800951, 0.01939141330850489, 0.021053019353265458, 0.06664902217629079, 0.10802302296263244, 0.02893871649402041, 0.008787446627695443, 0.025548645567404018, 0.022409709920244943, 0.09151205407535765, 0.12504354121160738], "min": [0.4065241458512898, 0.18133047143245914, 1.1232855503766945, -0.06617903313170914, -0.18487842544521027, 0.9627710896337174, 0.37568951065360207, -0.19118940503380852, 1.128576311417189, -0.03912042016523687, -0.1935750021454743, -1.366509020320172], "max": [0.5092909195972504, 0.25935294052870916, 1.1836331739801786, 0.02515492102653305, -0.01114176452081539, 1.3788536735716654, 0.5189430187403538, -0.15566216103253486, 1.2040890726315443, 0.07093576923687916, 0.0509197279465472, -1.0161026678191893], "count": [1014]}, "eef_sim_pose_action": {"mean": [0.4385383337318049, 0.23823238349968118, 1.1439037752092056, -0.01351730106852793, -0.07018730460430433, 1.1760191566759908, 0.4367839223416945, -0.18277677631671124, 1.1523345620530419, 0.010215866870356083, -0.027333560212220134, -1.279362704424277], "std": [0.030004344036262422, 0.018171623736646186, 0.01938511006247174, 0.021048806828137707, 0.06667375565258563, 0.10784042865583753, 0.028939987251063764, 0.008789771538651635, 0.02555315654510944, 0.022458824316253238, 0.09149256327037243, 0.12502022038426275], "min": [0.4065241458512898, 0.18133047143245914, 1.1232855503766945, -0.06617903313170914, -0.18487842544521027, 0.9627710896337174, 0.37568951065360207, -0.19118940503380852, 1.128576311417189, -0.03912042016523687, -0.1935750021454743, -1.366509020320172], "max": [0.5092909195972504, 0.25935294052870916, 1.1836331739801786, 0.02515492102653305, -0.01114176452081539, 1.3788536735716654, 0.5189430187403538, -0.15566216103253486, 1.2040890726315443, 0.07093576923687916, 0.0509197279465472, -1.0161026678191893], "count": [1014]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1014]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1014]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1014]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1014]}, "gripper_open_scale_state": {"mean": [0.9099457168510706, 0.9090828402366806], "std": [0.00032834936592977695, 5.243390143398454e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9107386363636364, 0.9090909090909091], "count": [1014]}, "gripper_open_scale_action": {"mean": [0.909945806866161, 0.9090828402366806], "std": [0.0003281712268250015, 5.243390143398454e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9107386363636364, 0.9090909090909091], "count": [1014]}}} +{"episode_index": 82, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.485478107128268]], [[0.4836578584558824]], [[0.4790020517676768]]], "std": [[[0.3467821861537404]], [[0.33254929337627565]], [[0.3463264241512906]]], "count": [176]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3741417750575609]], [[0.37583995167669343]], [[0.3700861162173203]]], "std": [[[0.27944617922027265]], [[0.27431230422277086]], [[0.2812236037742083]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4239543737002377]], [[0.427000684696227]], [[0.41666030015225786]]], "std": [[[0.3189707010640403]], [[0.30412054235689084]], [[0.31000906349953894]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3729973006721628]], [[0.3860548406862745]], [[0.3756688948306595]]], "std": [[[0.30254945439688474]], [[0.2900327208830801]], [[0.29667571334602155]]], "count": [176]}, "observation.state": {"min": [-0.2145904153585434, 0.13821370899677277, 0.06932556629180908, -1.831529974937439, -0.13805335760116577, -0.09368054568767548, -0.22367267310619354, -0.324331670999527, 0.3349911868572235, 0.08431687951087952, -1.7185462713241577, -1.4381614923477173, -1.0564988851547241, -0.24988314509391785, -0.018701203167438507, -0.3035182058811188, -1.908668041229248, -0.2599875330924988, -0.05320963263511658, -0.06058037653565407, -0.3067251741886139, -0.45419394969940186, 0.04506400227546692, 1.3349539041519165, -1.3972700834274292, 0.91357421875, 1000.0, 1000.0], "max": [0.25329092144966125, 0.27567258477211, 0.30946651101112366, -1.449143648147583, 0.05334926024079323, -0.004033891949802637, -0.050645094364881516, -0.27404680848121643, 0.45729732513427734, 0.18842193484306335, -1.3848679065704346, -1.2894678115844727, -0.7797729969024658, 0.19256217777729034, 0.15834324061870575, -0.17576338350772858, -1.4878451824188232, 0.18785852193832397, 0.07196755707263947, 0.1225515678524971, -0.2437591254711151, -0.33865612745285034, 0.12065225094556808, 1.6381059885025024, -1.0896621942520142, 1.1451830863952637, 1002.0, 1000.0], "mean": [0.07429678738117218, 0.20801493525505066, 0.13716785609722137, -1.621167778968811, -0.08975455909967422, -0.06424007564783096, -0.17275716364383698, -0.3088163435459137, 0.38856595754623413, 0.16407857835292816, -1.5000650882720947, -1.3461109399795532, -0.9601536393165588, -0.06362225115299225, 0.11112121492624283, -0.2518194913864136, -1.67294180393219, 0.05780699849128723, -0.020741058513522148, -0.01240159198641777, -0.2904666066169739, -0.38733503222465515, 0.10568059235811234, 1.4244273900985718, -1.3424371480941772, 1.0835306644439697, 1000.8411865234375, 1000.0], "std": [0.11960580945014954, 0.02577507495880127, 0.07972707599401474, 0.0854334607720375, 0.06101963296532631, 0.02969539910554886, 0.046979863196611404, 0.01693221926689148, 0.029923049733042717, 0.032938290387392044, 0.1128055527806282, 0.03122580237686634, 0.08935223519802094, 0.0851217657327652, 0.0658818930387497, 0.030244898051023483, 0.08571148663759232, 0.16612227261066437, 0.03572697937488556, 0.06642094254493713, 0.022660493850708008, 0.02207028493285179, 0.023112280294299126, 0.11751536279916763, 0.0876980870962143, 0.08104439824819565, 0.3098870813846588, 0.0], "count": [988]}, "action": {"min": [-0.2145904153585434, 0.13821370899677277, 0.06932556629180908, -1.831529974937439, -0.13805335760116577, -0.09368054568767548, -0.22367267310619354, -0.324331670999527, 0.3349911868572235, 0.08431687951087952, -1.7185462713241577, -1.4381614923477173, -1.0564988851547241, -0.24988314509391785, -0.018701203167438507, -0.3035182058811188, -1.908668041229248, -0.2599875330924988, -0.05320963263511658, -0.06058037653565407, -0.3067251741886139, -0.45419394969940186, 0.04506400227546692, 1.3349539041519165, -1.3972700834274292, 0.91357421875, 1000.0, 1000.0], "max": [0.25329092144966125, 0.27567258477211, 0.30946651101112366, -1.449143648147583, 0.05334926024079323, -0.004033891949802637, -0.050645094364881516, -0.27404680848121643, 0.45729732513427734, 0.18842193484306335, -1.3848679065704346, -1.2894678115844727, -0.7797729969024658, 0.19256217777729034, 0.15834596753120422, -0.17576338350772858, -1.4878451824188232, 0.18785852193832397, 0.07196755707263947, 0.1225515678524971, -0.2437591254711151, -0.33865612745285034, 0.12065225094556808, 1.6381059885025024, -1.0896621942520142, 1.1451830863952637, 1002.0, 1000.0], "mean": [0.07444300502538681, 0.20800098776817322, 0.13708966970443726, -1.6212844848632812, -0.08974149078130722, -0.06425010412931442, -0.1728818416595459, -0.3088204860687256, 0.38852420449256897, 0.16408520936965942, -1.5001044273376465, -1.3461759090423584, -0.9601148366928101, -0.06371597200632095, 0.11094482988119125, -0.2517353594303131, -1.6730144023895264, 0.05738382041454315, -0.020726939663290977, -0.012348099611699581, -0.2904593348503113, -0.3873150050640106, 0.1056610494852066, 1.424533486366272, -1.3422093391418457, 1.0833944082260132, 1000.8401489257812, 1000.0], "std": [0.11961080878973007, 0.02577422372996807, 0.07975463569164276, 0.08538342267274857, 0.061010852456092834, 0.029702095314860344, 0.0468188151717186, 0.016935216262936592, 0.02991902083158493, 0.032942432910203934, 0.11277278512716293, 0.031175194308161736, 0.08931882679462433, 0.0851672813296318, 0.0659884437918663, 0.030337762087583542, 0.08570986986160278, 0.1663229912519455, 0.035721056163311005, 0.06640344858169556, 0.02265649475157261, 0.02207726426422596, 0.023107774555683136, 0.11748261004686356, 0.0878496766090393, 0.08105374872684479, 0.31055748462677, 0.0], "count": [988]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.450000000000003], "std": [9.507029562966084], "count": [988]}, "frame_index": {"min": [0], "max": [987], "mean": [493.5], "std": [285.21088688898254], "count": [988]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [988]}, "index": {"min": [81587], "max": [82574], "mean": [82080.5], "std": [285.21088688898254], "count": [988]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [988]}, "subtask_annotation": {"mean": [1.021255060728745, 3.0, 3.0, 3.0, 3.0], "std": [0.9113286357359993, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [988]}, "scene_annotation": {"mean": [82.0], "std": [0.0], "min": [82], "max": [82], "count": [988]}, "eef_direction_state": {"mean": [4.516194331983805, 4.598178137651822], "std": [2.3745318930734625, 2.3644372443431507], "min": [0, 0], "max": [6, 6], "count": [988]}, "eef_velocity_state": {"mean": [0.3117408906882591, 0.2783400809716599], "std": [0.4632046068004446, 0.4481817491781105], "min": [0, 0], "max": [1, 1], "count": [988]}, "eef_acc_mag_state": {"mean": [0.1082995951417004, 0.1396761133603239], "std": [0.40917110756136565, 0.4596300840086343], "min": [0, 0], "max": [2, 2], "count": [988]}, "eef_direction_action": {"mean": [4.516194331983805, 4.598178137651822], "std": [2.3745318930734625, 2.364437244343151], "min": [0, 0], "max": [6, 6], "count": [988]}, "eef_velocity_action": {"mean": [0.3117408906882591, 0.2783400809716599], "std": [0.4632046068004446, 0.44818174917811054], "min": [0, 0], "max": [1, 1], "count": [988]}, "eef_acc_mag_action": {"mean": [0.1082995951417004, 0.1396761133603239], "std": [0.40917110756136565, 0.4596300840086343], "min": [0, 0], "max": [2, 2], "count": [988]}, "eef_sim_pose_state": {"mean": [0.4330161178704829, 0.24134714201833837, 1.1341757551130374, 0.010050327059138402, -0.11248228231652223, 1.2474605532452547, 0.4297041879806348, -0.17618183965906709, 1.1490955608493845, 0.02718481056682414, -0.03634591200320825, -1.3306491439595887], "std": [0.031471898333553426, 0.025506942101191494, 0.016222549570474462, 0.017288399667164337, 0.06833832923660077, 0.0981221653097425, 0.022684988700629006, 0.01790662946515354, 0.01982281706734286, 0.03678437392453185, 0.10971808982517561, 0.07289553030383], "min": [0.38244745863486895, 0.17550042850234226, 1.1192464731746792, -0.048234037384303874, -0.2553530290077253, 1.0807296453637392, 0.3813858058665798, -0.1876273191651146, 1.1350462800587782, -0.00469305746383053, -0.21829757083731804, -1.4387081951432767], "max": [0.5075275326587461, 0.26058768892216955, 1.1672283984266807, 0.03958332144087462, -0.061188591660437774, 1.378870043912249, 0.4997808593894297, -0.1261981321099862, 1.18655926677675, 0.1604276226684922, 0.05080716277209674, -1.1742095288504482], "count": [988]}, "eef_sim_pose_action": {"mean": [0.43297584811498824, 0.24136015036340688, 1.1341725315660496, 0.010061594360737685, -0.11246930192429956, 1.2473876926620235, 0.4296835971095662, -0.17615926150207514, 1.1491016380783994, 0.027198937319884466, -0.03658762153083509, -1.3306870167317013], "std": [0.03147165162480941, 0.025513223216141866, 0.016224920258271543, 0.0172890744638498, 0.06834648843368048, 0.09805125805770226, 0.022693237777562582, 0.017906247849428358, 0.01981942742635038, 0.036778915315771966, 0.10978902690526489, 0.0729238148487001], "min": [0.38244745863486895, 0.17550042850234226, 1.1192464731746792, -0.048234037384303874, -0.2553530290077253, 1.0807296453637392, 0.3813858058665798, -0.18762756971022274, 1.1350470054935788, -0.00469305746383053, -0.21829757083731804, -1.4387081951432767], "max": [0.5075275326587461, 0.26058768892216955, 1.1672283984266807, 0.03958332144087462, -0.061188591660437774, 1.378870043912249, 0.4997808593894297, -0.1261981321099862, 1.18655926677675, 0.1604276226684922, 0.05080716277209674, -1.1742095288504482], "count": [988]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [988]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [988]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [988]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [988]}, "gripper_open_scale_state": {"mean": [0.9098555950211134, 0.9090909090909025], "std": [0.0002817142735317078, 6.5503158452884236e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [988]}, "gripper_open_scale_action": {"mean": [0.9098546974651076, 0.9090909090909025], "std": [0.00028232683390136865, 6.5503158452884236e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [988]}}} +{"episode_index": 83, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48230076321960047]], [[0.4800153532458181]], [[0.4757128314131679]]], "std": [[[0.34807491361183385]], [[0.33327670336101023]], [[0.3473071909782747]]], "count": [177]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3727005280454932]], [[0.3744273568184336]], [[0.36868181681806433]]], "std": [[[0.27892733936173814]], [[0.2735763335520518]], [[0.2806523222721494]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4014033720597467]], [[0.4095655337229054]], [[0.39771632325246487]]], "std": [[[0.3164311305987244]], [[0.3076083141132543]], [[0.3121238945958629]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4137308387337986]], [[0.41686911949337174]], [[0.40485884591595583]]], "std": [[[0.32883521972317126]], [[0.3090835314022606]], [[0.31425680346235785]]], "count": [177]}, "observation.state": {"min": [-0.36290302872657776, 0.1624770611524582, 0.08600764721632004, -1.8389476537704468, -0.33529195189476013, -0.12361403554677963, -0.41080358624458313, -0.318715363740921, 0.32704195380210876, 0.09649737924337387, -1.7831722497940063, -1.5939788818359375, -1.058363676071167, -0.2333330661058426, -0.0036444657016545534, -0.30323678255081177, -1.9290012121200562, -0.17999252676963806, -0.05095925182104111, -0.060553111135959625, -0.30654042959213257, -0.4718823730945587, 0.04437212646007538, 1.3349539041519165, -1.397040843963623, 0.8851057291030884, 1000.4375, 1000.0], "max": [0.2510492503643036, 0.4409072697162628, 0.3912493586540222, -1.320876121520996, -0.08432012796401978, -0.010315986350178719, -0.050647273659706116, -0.25354063510894775, 0.48568835854530334, 0.18716974556446075, -1.3856232166290283, -1.288848638534546, -0.7390758395195007, 0.2576946020126343, 0.15825554728507996, -0.1800307184457779, -1.4306070804595947, 0.18785415589809418, 0.06628105789422989, 0.13887040317058563, -0.2448347508907318, -0.3407922387123108, 0.12060925364494324, 1.7037557363510132, -1.1527650356292725, 1.1448123455047607, 1001.4545288085938, 1000.0], "mean": [0.04428143799304962, 0.2919222116470337, 0.20355857908725739, -1.6531407833099365, -0.18225102126598358, -0.0735768973827362, -0.25634774565696716, -0.28897371888160706, 0.3882333040237427, 0.15163654088974, -1.6353888511657715, -1.4456180334091187, -0.8971623182296753, -0.04019824415445328, 0.12483528256416321, -0.2590254247188568, -1.6559693813323975, 0.0860522910952568, -0.01969645917415619, -0.00801981519907713, -0.28940173983573914, -0.39314988255500793, 0.10651086270809174, 1.426942229270935, -1.3557511568069458, 1.0837887525558472, 1000.9354858398438, 1000.0], "std": [0.16775518655776978, 0.05602682754397392, 0.07427975535392761, 0.14169448614120483, 0.066647969186306, 0.02667144685983658, 0.10349442809820175, 0.018191657960414886, 0.043104976415634155, 0.020857401192188263, 0.12145540863275528, 0.09369010478258133, 0.08671262860298157, 0.10320752114057541, 0.05083363503217697, 0.024182377383112907, 0.09693163633346558, 0.14299540221691132, 0.03665199875831604, 0.07582516223192215, 0.024572301656007767, 0.02674407698214054, 0.02397346869111061, 0.13512219488620758, 0.06279581785202026, 0.09205520898103714, 0.18459980189800262, 0.0], "count": [1001]}, "action": {"min": [-0.36290302872657776, 0.1624770611524582, 0.08600764721632004, -1.8389476537704468, -0.33529195189476013, -0.12361403554677963, -0.41080358624458313, -0.31871387362480164, 0.32704195380210876, 0.09649737924337387, -1.7831722497940063, -1.5939788818359375, -1.058363676071167, -0.2333330661058426, -0.0036444657016545534, -0.30323678255081177, -1.9290012121200562, -0.17999252676963806, -0.05095925182104111, -0.060553111135959625, -0.30654042959213257, -0.4718823730945587, 0.04437212646007538, 1.3349539041519165, -1.397040843963623, 0.8851057291030884, 1000.4375, 1000.0], "max": [0.2510492503643036, 0.4409072697162628, 0.3912493586540222, -1.320876121520996, -0.08432012796401978, -0.010315986350178719, -0.050647273659706116, -0.25354063510894775, 0.48568835854530334, 0.18716974556446075, -1.3856232166290283, -1.288848638534546, -0.7390758395195007, 0.2576946020126343, 0.15825554728507996, -0.1800190806388855, -1.4306070804595947, 0.18785415589809418, 0.06628105789422989, 0.13887040317058563, -0.2448347508907318, -0.3407922387123108, 0.12060925364494324, 1.7037557363510132, -1.1527650356292725, 1.1448123455047607, 1001.4375, 1000.0], "mean": [0.04443805292248726, 0.29199841618537903, 0.20359288156032562, -1.6533677577972412, -0.18226604163646698, -0.07358457893133163, -0.2565494477748871, -0.2889489531517029, 0.3881773054599762, 0.15160448849201202, -1.6356453895568848, -1.4457762241363525, -0.8970056772232056, -0.040321364998817444, 0.1246970146894455, -0.25894543528556824, -1.6561373472213745, 0.08570344746112823, -0.019631901755928993, -0.007928052917122841, -0.28937414288520813, -0.3931204676628113, 0.10649679601192474, 1.4270604848861694, -1.3555814027786255, 1.083667278289795, 1000.9356079101562, 1000.0], "std": [0.16779254376888275, 0.05597611516714096, 0.07426181435585022, 0.1416739821434021, 0.06663960218429565, 0.026674240827560425, 0.10329050570726395, 0.018167998641729355, 0.04311037063598633, 0.020836234092712402, 0.12119835615158081, 0.09355856478214264, 0.08656587451696396, 0.10330305248498917, 0.05093078687787056, 0.024310985580086708, 0.09704096615314484, 0.14317253232002258, 0.03666843846440315, 0.07581715285778046, 0.02456858940422535, 0.0267642792314291, 0.023969339206814766, 0.13509336113929749, 0.06291358172893524, 0.09205509722232819, 0.1843106597661972, 0.0], "count": [1001]}, "timestamp": {"min": [0.0], "max": [33.333333333333336], "mean": [16.666666666666668], "std": [9.63212218453326], "count": [1001]}, "frame_index": {"min": [0], "max": [1000], "mean": [500.0], "std": [288.9636655359978], "count": [1001]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [1001]}, "index": {"min": [82575], "max": [83575], "mean": [83075.0], "std": [288.9636655359978], "count": [1001]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1001]}, "subtask_annotation": {"mean": [1.023976023976024, 3.0, 3.0, 3.0, 3.0], "std": [0.9583872230759327, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1001]}, "scene_annotation": {"mean": [83.0], "std": [0.0], "min": [83], "max": [83], "count": [1001]}, "eef_direction_state": {"mean": [4.476523476523477, 4.725274725274725], "std": [2.3757218371372955, 2.2747035572085736], "min": [0, 0], "max": [6, 6], "count": [1001]}, "eef_velocity_state": {"mean": [0.3106893106893107, 0.26073926073926074], "std": [0.46277582360437847, 0.4390379239295919], "min": [0, 0], "max": [1, 1], "count": [1001]}, "eef_acc_mag_state": {"mean": [0.13886113886113885, 0.15684315684315683], "std": [0.4598769562430994, 0.48388168274148463], "min": [0, 0], "max": [2, 2], "count": [1001]}, "eef_direction_action": {"mean": [4.476523476523477, 4.725274725274725], "std": [2.3757218371372955, 2.2747035572085736], "min": [0, 0], "max": [6, 6], "count": [1001]}, "eef_velocity_action": {"mean": [0.3106893106893107, 0.26073926073926074], "std": [0.46277582360437847, 0.4390379239295919], "min": [0, 0], "max": [1, 1], "count": [1001]}, "eef_acc_mag_action": {"mean": [0.13886113886113885, 0.15884115884115885], "std": [0.4598769562430994, 0.48734664151429324], "min": [0, 0], "max": [2, 2], "count": [1001]}, "eef_sim_pose_state": {"mean": [0.43875412993720864, 0.24193466636315067, 1.1510795656397979, -0.02135640768022492, -0.1095236161398931, 1.092493413320242, 0.43584139761112645, -0.1778432629828584, 1.1503603529993367, 0.025978020204761313, -0.027809153740659346, -1.319559982927551], "std": [0.0446836710101825, 0.014400921555784579, 0.017369083471257093, 0.016795642238405926, 0.033550827788923, 0.14676963084264288, 0.027969517122202907, 0.017336647458411524, 0.021978132029806485, 0.035410727674379104, 0.11223532369086785, 0.0763725471118926], "min": [0.3844566026557545, 0.2029180714307841, 1.1238503535713553, -0.0618652562090245, -0.21781521795092673, 0.8919466668799703, 0.3836156808639462, -0.18805779018549765, 1.134979375059241, -0.008265407493213917, -0.22207575979454042, -1.3806456947061827], "max": [0.544780037505498, 0.281897743667972, 1.1843440891677997, 0.013191997878503559, -0.045106259795056225, 1.3791353001844548, 0.5175808844644126, -0.12900452587028974, 1.1884061806447892, 0.15086940672768123, 0.05088629193222105, -1.1617949587322793], "count": [1001]}, "eef_sim_pose_action": {"mean": [0.43870697964028954, 0.24192772281290278, 1.1511015866252523, -0.02138627158357494, -0.1095582107518114, 1.0922032383739735, 0.4358121613278256, -0.1778294917587438, 1.1503860940300457, 0.025995869695425992, -0.028008534156935293, -1.3195603542831849], "std": [0.04469339502740059, 0.014400008856209606, 0.017348509371100038, 0.016774437065888704, 0.0335341790938559, 0.1464899189371058, 0.027990099752697332, 0.017334389526043416, 0.021975232075366065, 0.035405107963319554, 0.11227269359690668, 0.07637277534312295], "min": [0.3844566026557545, 0.2029180714307841, 1.1238503535713553, -0.0618652562090245, -0.21781521795092673, 0.8919466668799703, 0.3836156808639462, -0.18805779018549765, 1.134979375059241, -0.008265407493213917, -0.22207575979454042, -1.3806456947061827], "max": [0.544780037505498, 0.281897743667972, 1.1843440891677997, 0.013191997878503559, -0.045106259795056225, 1.3791353001844548, 0.5175808844644126, -0.12900452587028974, 1.1884061806447892, 0.15086940672768123, 0.05088629193222105, -1.1617949587322793], "count": [1001]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1001]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1001]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1001]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1001]}, "gripper_open_scale_state": {"mean": [0.9099414150635394, 0.9090909090909022], "std": [0.00016781829271723543, 6.8833827526759706e-15], "min": [0.9094886363636364, 0.9090909090909091], "max": [0.9104132080078124, 0.9090909090909091], "count": [1001]}, "gripper_open_scale_action": {"mean": [0.9099414245976841, 0.9090909090909022], "std": [0.00016755466748730402, 6.8833827526759706e-15], "min": [0.9094886363636364, 0.9090909090909091], "max": [0.9103977272727273, 0.9090909090909091], "count": [1001]}}} +{"episode_index": 84, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4841413568899782]], [[0.48172271128358746]], [[0.4775429091775599]]], "std": [[[0.347312595974208]], [[0.332536528014611]], [[0.34675788313419814]]], "count": [180]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3720606129720406]], [[0.37379173248002906]], [[0.3681106084331881]]], "std": [[[0.2795828532381903]], [[0.2742130301248859]], [[0.2812769329513472]]], "count": [180]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42711224128540304]], [[0.4320555895969499]], [[0.4179821180555556]]], "std": [[[0.32293076904705825]], [[0.3152384126157151]], [[0.3190899219653254]]], "count": [180]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4168033315177923]], [[0.42152387322984747]], [[0.4094911571804648]]], "std": [[[0.3273921318614175]], [[0.3098081548950885]], [[0.31482273544027595]]], "count": [180]}, "observation.state": {"min": [-0.3851047158241272, 0.18224182724952698, 0.09426959604024887, -1.8263278007507324, -0.24906393885612488, -0.1670018434524536, -0.3405911922454834, -0.3187265396118164, 0.3391645550727844, 0.09044881165027618, -1.7308499813079834, -1.5420818328857422, -1.0881400108337402, -0.2378992736339569, -0.005858852062374353, -0.2816655933856964, -1.8917787075042725, -0.08709956705570221, -0.09746463596820831, -0.06071673333644867, -0.3065091371536255, -0.49442899227142334, 0.052640125155448914, 1.3349539041519165, -1.4407449960708618, 0.9239097237586975, 1000.0, 999.5], "max": [0.22198297083377838, 0.3403511941432953, 0.3615874946117401, -1.2604331970214844, -0.1374272257089615, -0.020487984642386436, -0.050649456679821014, -0.27170488238334656, 0.49774405360221863, 0.18868505954742432, -1.3850375413894653, -1.2891275882720947, -0.748627781867981, 0.3301486670970917, 0.15835589170455933, -0.16027794778347015, -1.367383599281311, 0.18784542381763458, 0.1195266917347908, 0.1760338991880417, -0.24222412705421448, -0.3402900695800781, 0.12064693868160248, 1.626818299293518, -1.2505223751068115, 1.1539028882980347, 1001.875, 1000.0], "mean": [0.01493361871689558, 0.24466858804225922, 0.1786138117313385, -1.573156476020813, -0.21064753830432892, -0.11068656295537949, -0.24708285927772522, -0.30142146348953247, 0.40067258477211, 0.15710346400737762, -1.5722837448120117, -1.455823302268982, -0.9880480170249939, -0.017315028235316277, 0.10719040036201477, -0.24387341737747192, -1.6313785314559937, 0.10029888153076172, -0.015091031789779663, 0.003921494819223881, -0.28790614008903503, -0.4012373983860016, 0.10691525787115097, 1.412122130393982, -1.3776787519454956, 1.1012243032455444, 1000.8690795898438, 999.9921875], "std": [0.14862938225269318, 0.035668034106492996, 0.0725751593708992, 0.12032972276210785, 0.041440002620220184, 0.054170459508895874, 0.07591106742620468, 0.014452698640525341, 0.037314221262931824, 0.023294804617762566, 0.09748249500989914, 0.06426028162240982, 0.11720263957977295, 0.13038918375968933, 0.06236964091658592, 0.03162263333797455, 0.09581425040960312, 0.10572393238544464, 0.056762516498565674, 0.07974748313426971, 0.024242470040917397, 0.03469230979681015, 0.02102064900100231, 0.09750320762395859, 0.048314791172742844, 0.06697782129049301, 0.3504297435283661, 0.056661248207092285], "count": [1022]}, "action": {"min": [-0.3851047158241272, 0.18224182724952698, 0.09426959604024887, -1.8263278007507324, -0.24906393885612488, -0.1670018434524536, -0.3405911922454834, -0.3187265396118164, 0.3391645550727844, 0.09044881165027618, -1.7308499813079834, -1.5420818328857422, -1.0881400108337402, -0.2378992736339569, -0.005858852062374353, -0.2816655933856964, -1.8917787075042725, -0.08709956705570221, -0.09746463596820831, -0.06071673333644867, -0.3065091371536255, -0.49442899227142334, 0.052640125155448914, 1.3349539041519165, -1.4407449960708618, 0.9239097237586975, 1000.0, 999.5], "max": [0.22198297083377838, 0.3403511941432953, 0.3615874946117401, -1.2604331970214844, -0.1374272257089615, -0.020487984642386436, -0.050649456679821014, -0.27170488238334656, 0.49774405360221863, 0.18868505954742432, -1.3850375413894653, -1.2891275882720947, -0.748627781867981, 0.3301486670970917, 0.15835589170455933, -0.16027794778347015, -1.367383599281311, 0.18784542381763458, 0.1195266917347908, 0.1760338991880417, -0.24222412705421448, -0.3402900695800781, 0.12064693868160248, 1.626818299293518, -1.2505223751068115, 1.1539028882980347, 1001.875, 1000.0], "mean": [0.015009124763309956, 0.2446841597557068, 0.17860612273216248, -1.5732301473617554, -0.2107495665550232, -0.11076317727565765, -0.24727973341941833, -0.3014131188392639, 0.4006454050540924, 0.15708833932876587, -1.5724389553070068, -1.456003189086914, -0.9880587458610535, -0.01739829033613205, 0.10707368701696396, -0.2437775880098343, -1.631445288658142, 0.10005591809749603, -0.015142915770411491, 0.0040322886779904366, -0.28789517283439636, -0.40121933817863464, 0.1069101020693779, 1.4122529029846191, -1.3775599002838135, 1.1011848449707031, 1000.8693237304688, 999.9921875], "std": [0.14864440262317657, 0.035659242421388626, 0.07257901877164841, 0.12032437324523926, 0.041387997567653656, 0.054181136190891266, 0.075661800801754, 0.014445187523961067, 0.037316083908081055, 0.023284045979380608, 0.09731126576662064, 0.06405022740364075, 0.11720909178256989, 0.13044270873069763, 0.06238562613725662, 0.03172193095088005, 0.09584081172943115, 0.10580791532993317, 0.0568118616938591, 0.07973646372556686, 0.024236591532826424, 0.03470319136977196, 0.021017933264374733, 0.09748926013708115, 0.04841667413711548, 0.06696414947509766, 0.35043054819107056, 0.056661248207092285], "count": [1022]}, "timestamp": {"min": [0.0], "max": [34.03333333333333], "mean": [17.016666666666666], "std": [9.834194877512285], "count": [1022]}, "frame_index": {"min": [0], "max": [1021], "mean": [510.5], "std": [295.0258463253686], "count": [1022]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [1022]}, "index": {"min": [83576], "max": [84597], "mean": [84086.5], "std": [295.0258463253686], "count": [1022]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1022]}, "subtask_annotation": {"mean": [1.0714285714285714, 3.0, 3.0, 3.0, 3.0], "std": [0.9309768633240728, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1022]}, "scene_annotation": {"mean": [84.0], "std": [0.0], "min": [84], "max": [84], "count": [1022]}, "eef_direction_state": {"mean": [4.582191780821918, 4.492172211350294], "std": [2.349292246841041, 2.4260969794123004], "min": [0, 0], "max": [6, 6], "count": [1022]}, "eef_velocity_state": {"mean": [0.2847358121330724, 0.29549902152641877], "std": [0.451288521261054, 0.4562667529015773], "min": [0, 0], "max": [1, 1], "count": [1022]}, "eef_acc_mag_state": {"mean": [0.15655577299412915, 0.1487279843444227], "std": [0.4875666207887733, 0.47582799024545475], "min": [0, 0], "max": [2, 2], "count": [1022]}, "eef_direction_action": {"mean": [4.582191780821918, 4.492172211350294], "std": [2.349292246841041, 2.4260969794123004], "min": [0, 0], "max": [6, 6], "count": [1022]}, "eef_velocity_action": {"mean": [0.2847358121330724, 0.29549902152641877], "std": [0.451288521261054, 0.4562667529015773], "min": [0, 0], "max": [1, 1], "count": [1022]}, "eef_acc_mag_action": {"mean": [0.15655577299412915, 0.1487279843444227], "std": [0.48756662078877333, 0.47582799024545475], "min": [0, 0], "max": [2, 2], "count": [1022]}, "eef_sim_pose_state": {"mean": [0.4487706024491288, 0.24268889234782215, 1.1366545628757547, -0.04251934754232534, -0.04682296512845041, 1.1486580562268172, 0.4436673630103608, -0.17799784442332278, 1.1517484058497454, 0.026783269256173574, -0.0020737539599772915, -1.320936707089043], "std": [0.0394037280350831, 0.01604599889556587, 0.016457323859647224, 0.045982977413399996, 0.06076483060246575, 0.11555823327374302, 0.03629678245149025, 0.015015431009806516, 0.022937604245633625, 0.03354407387299789, 0.0687611434262436, 0.07030250531041898], "min": [0.3909005010046751, 0.19087335046449613, 1.123837640443368, -0.12595721705913587, -0.1645607762517196, 0.955040866689752, 0.3835225855540463, -0.18761741435173404, 1.13500495578848, 0.004693968924797676, -0.17147124817776227, -1.3664781097253766], "max": [0.5537952144264755, 0.2685104609782403, 1.171278459707644, 0.041708065166357666, 0.00567864844633581, 1.3789001471862306, 0.5406547803252612, -0.13843366158630524, 1.1989114186470382, 0.12523362892167533, 0.050911120364729, -1.1356814722145923], "count": [1022]}, "eef_sim_pose_action": {"mean": [0.44874880143388285, 0.2426908188436772, 1.136655510867977, -0.042600105903655094, -0.0467442338595142, 1.148461321761254, 0.443649983048348, -0.17799453385047573, 1.1517531099368146, 0.026851928644738676, -0.0022012522325739114, -1.3209219224171433], "std": [0.03940748959646835, 0.016046671121160993, 0.0164566145930422, 0.045970983439701185, 0.060778897787512054, 0.11533703619744666, 0.03630721280190901, 0.015013691239852708, 0.022934666047125258, 0.033573134066681894, 0.06878380536068432, 0.07029453740766783], "min": [0.3909005010046751, 0.19087335046449613, 1.123837640443368, -0.12595721705913587, -0.1645607762517196, 0.955040866689752, 0.3835225855540463, -0.18761741435173404, 1.13500495578848, 0.004693968924797676, -0.17147124817776227, -1.3664781097253766], "max": [0.5537952144264755, 0.2685104609782403, 1.171278459707644, 0.041708065166357666, 0.00567864844633581, 1.3789001471862306, 0.5406547803252612, -0.13843366158630524, 1.1989114186470382, 0.12523362892167533, 0.050911120364729, -1.1356814722145923], "count": [1022]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1022]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1022]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1022]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1022]}, "gripper_open_scale_state": {"mean": [0.9098810029449791, 0.9090837929194024], "std": [0.0003185710067990147, 5.151022334567428e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9107954545454545, 0.9090909090909091], "count": [1022]}, "gripper_open_scale_action": {"mean": [0.9098812253253384, 0.9090837929194024], "std": [0.0003185746712230387, 5.151022334567428e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9107954545454545, 0.9090909090909091], "count": [1022]}}} +{"episode_index": 85, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48252487468511707]], [[0.4794385084763072]], [[0.4752695663551879]]], "std": [[[0.3467219020156604]], [[0.3316218275732957]], [[0.3459395697259723]]], "count": [192]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37028918058108656]], [[0.3719453678172658]], [[0.36633486838745916]]], "std": [[[0.2777332649630827]], [[0.27240105948092475]], [[0.2794815494086148]]], "count": [192]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41452111843001094]], [[0.4185451878233933]], [[0.40521063325503814]]], "std": [[[0.3256057529366667]], [[0.3147965644230687]], [[0.31899643285611873]]], "count": [192]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4191842128778595]], [[0.4244207750374455]], [[0.4152181978911356]]], "std": [[[0.3255514617934148]], [[0.30813107898217645]], [[0.31501199597250634]]], "count": [192]}, "observation.state": {"min": [-0.42589524388313293, 0.17564012110233307, 0.08032005280256271, -1.8314121961593628, -0.14747050404548645, -0.07930558174848557, -0.33391639590263367, -0.31871625781059265, 0.34445175528526306, 0.06833519041538239, -1.8169562816619873, -1.4694753885269165, -1.0567418336868286, -0.19198621809482574, 0.016461726278066635, -0.2812870740890503, -1.849440336227417, 0.03985677659511566, -0.07464009523391724, -0.06059565022587776, -0.306549072265625, -0.5022546648979187, 0.060494810342788696, 1.3349539041519165, -1.490574598312378, 0.9169631004333496, 1000.0, 999.625], "max": [0.2157270610332489, 0.32718706130981445, 0.40375572443008423, -1.3283209800720215, -0.0355665385723114, 0.08496589958667755, -0.05065381899476051, -0.2420959323644638, 0.5013871788978577, 0.192359060049057, -1.379805088043213, -1.289353370666504, -0.6262826323509216, 0.36111515760421753, 0.16710110008716583, -0.16058120131492615, -1.326451301574707, 0.18785633146762848, 0.11461140960454941, 0.16904932260513306, -0.2407410591840744, -0.35494279861450195, 0.1311163753271103, 1.6106959581375122, -1.3777270317077637, 1.145059585571289, 1002.0, 1000.0], "mean": [0.06529999524354935, 0.22867737710475922, 0.19805225729942322, -1.7072136402130127, -0.06912638992071152, 0.0002197510766563937, -0.19613558053970337, -0.2820497453212738, 0.3848063349723816, 0.1391228884458542, -1.585803508758545, -1.3677622079849243, -0.8863224387168884, 0.001447399496100843, 0.12661436200141907, -0.24561859667301178, -1.6212201118469238, 0.13088858127593994, 0.0013488741824403405, 0.030678613111376762, -0.28665977716445923, -0.4063040018081665, 0.10922153294086456, 1.4216622114181519, -1.4101409912109375, 1.078665852546692, 1000.9860229492188, 999.99462890625], "std": [0.18395943939685822, 0.04050065204501152, 0.08687543123960495, 0.1439923346042633, 0.02912171743810177, 0.035260848701000214, 0.07547169923782349, 0.01939256861805916, 0.0439467690885067, 0.028381504118442535, 0.11878792196512222, 0.044115375727415085, 0.12715791165828705, 0.13888059556484222, 0.0441926047205925, 0.02762780711054802, 0.10524030774831772, 0.06240460276603699, 0.05863400548696518, 0.10268707573413849, 0.02482910081744194, 0.03799061477184296, 0.018367605283856392, 0.10161188989877701, 0.02342846430838108, 0.08001285046339035, 0.3712462782859802, 0.041832033544778824], "count": [1111]}, "action": {"min": [-0.42589524388313293, 0.17564012110233307, 0.08032005280256271, -1.8314121961593628, -0.14747050404548645, -0.07930558174848557, -0.33391639590263367, -0.31871581077575684, 0.34445175528526306, 0.06833519041538239, -1.8169562816619873, -1.4694753885269165, -1.0567418336868286, -0.19198621809482574, 0.016461726278066635, -0.2812870740890503, -1.849440336227417, 0.03985677659511566, -0.07464009523391724, -0.06059565022587776, -0.306549072265625, -0.5022546648979187, 0.060494810342788696, 1.3349539041519165, -1.490574598312378, 0.9169631004333496, 1000.0, 999.625], "max": [0.2157270610332489, 0.32718706130981445, 0.40375572443008423, -1.3283209800720215, -0.0355665385723114, 0.08496589958667755, -0.05065381899476051, -0.2420959323644638, 0.5013871788978577, 0.192359060049057, -1.379805088043213, -1.289353370666504, -0.6262826323509216, 0.36111515760421753, 0.16710110008716583, -0.16058120131492615, -1.326451301574707, 0.18785633146762848, 0.11461140960454941, 0.16904932260513306, -0.2407410591840744, -0.35494279861450195, 0.1311163753271103, 1.6106959581375122, -1.3777270317077637, 1.145059585571289, 1002.0, 1000.0], "mean": [0.06545569747686386, 0.22866621613502502, 0.19805589318275452, -1.707457184791565, -0.06905142962932587, 0.000280809763353318, -0.1962321698665619, -0.28201988339424133, 0.3847578465938568, 0.13909080624580383, -1.5859392881393433, -1.3678196668624878, -0.8862331509590149, 0.0013684439472854137, 0.12652935087680817, -0.24556517601013184, -1.6212931871414185, 0.13077989220619202, 0.0013206980656832457, 0.030808834359049797, -0.28664907813072205, -0.40628328919410706, 0.10920634865760803, 1.4217655658721924, -1.4101625680923462, 1.0786546468734741, 1000.9863891601562, 999.99462890625], "std": [0.1839827597141266, 0.04050569608807564, 0.08687327802181244, 0.14391614496707916, 0.0290528517216444, 0.03518177941441536, 0.07535407692193985, 0.019361594691872597, 0.04394637793302536, 0.028353849425911903, 0.11864415556192398, 0.04405518248677254, 0.12707312405109406, 0.1389397233724594, 0.04422236233949661, 0.02765745297074318, 0.10527791827917099, 0.06241045147180557, 0.05866262689232826, 0.10266298800706863, 0.02482311986386776, 0.03800598531961441, 0.01836511492729187, 0.1015828400850296, 0.023426996544003487, 0.08000416308641434, 0.37024155259132385, 0.041832033544778824], "count": [1111]}, "timestamp": {"min": [0.0], "max": [37.0], "mean": [18.5], "std": [10.69059815393362], "count": [1111]}, "frame_index": {"min": [0], "max": [1110], "mean": [555.0], "std": [320.7179446180086], "count": [1111]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [1111]}, "index": {"min": [84598], "max": [85708], "mean": [85153.0], "std": [320.7179446180086], "count": [1111]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1111]}, "subtask_annotation": {"mean": [1.0873087308730873, 3.0, 3.0, 3.0, 3.0], "std": [0.9191095821702707, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1111]}, "scene_annotation": {"mean": [85.0], "std": [0.0], "min": [85], "max": [85], "count": [1111]}, "eef_direction_state": {"mean": [4.257425742574258, 4.5427542754275425], "std": [2.4892887075806196, 2.335442716915562], "min": [0, 0], "max": [6, 6], "count": [1111]}, "eef_velocity_state": {"mean": [0.3465346534653465, 0.31413141314131415], "std": [0.4758659342850627, 0.4641690084647589], "min": [0, 0], "max": [1, 1], "count": [1111]}, "eef_acc_mag_state": {"mean": [0.0063006300630063005, 0.11431143114311432], "std": [0.0993040389904596, 0.42053761854226773], "min": [0, 0], "max": [2, 2], "count": [1111]}, "eef_direction_action": {"mean": [4.257425742574258, 4.5427542754275425], "std": [2.4892887075806196, 2.335442716915562], "min": [0, 0], "max": [6, 6], "count": [1111]}, "eef_velocity_action": {"mean": [0.3465346534653465, 0.31413141314131415], "std": [0.4758659342850627, 0.4641690084647589], "min": [0, 0], "max": [1, 1], "count": [1111]}, "eef_acc_mag_action": {"mean": [0.0063006300630063005, 0.11431143114311432], "std": [0.09930403899045959, 0.42053761854226773], "min": [0, 0], "max": [2, 2], "count": [1111]}, "eef_sim_pose_state": {"mean": [0.43227689964891824, 0.22333105284977264, 1.1612862873462722, 0.012179611745557364, -0.1512701288203786, 1.1564190539420767, 0.4489533445063134, -0.18307923080874894, 1.1536924033510496, 0.013959919942672086, 0.005539544577389022, -1.2915045349222778], "std": [0.047292333519960546, 0.01968393824955481, 0.019532435690593295, 0.03573847006902622, 0.059633756097558756, 0.13388784240200627, 0.03913702713166118, 0.013078454080642846, 0.023803044615380055, 0.0238503301880892, 0.05629411909919846, 0.08788450967161844], "min": [0.3937584602832481, 0.17022375447589785, 1.1238397961607824, -0.04851471153161668, -0.27281098010020677, 0.8924808502831416, 0.39854202278379874, -0.21044025596515645, 1.1349790209140143, -0.04639682677996737, -0.0948624110944607, -1.3665131660235028], "max": [0.5582225308533953, 0.26974684498895024, 1.2046391796841747, 0.08588614553840529, -0.05053058847615799, 1.378849777087265, 0.5493459342944715, -0.14574667897925764, 1.1988359852350663, 0.08891440493985403, 0.05083275213563354, -1.1472776438984567], "count": [1111]}, "eef_sim_pose_action": {"mean": [0.4322318590407765, 0.22331142674790108, 1.1613150429875523, 0.012167260924798778, -0.15130946187369912, 1.1562784513607849, 0.4489345464830565, -0.18307076377110076, 1.1536981745639117, 0.014013626531435511, 0.005519870658594825, -1.2914264813886336], "std": [0.0472963220603976, 0.019670950662390364, 0.019500778905601528, 0.03574317299054045, 0.05959852126404714, 0.13373614162261366, 0.03915077296099592, 0.013078547569293927, 0.02379929025628525, 0.023899138709743195, 0.05628212766565326, 0.08785641043311478], "min": [0.3937584602832481, 0.17022375447589785, 1.1238397961607824, -0.04851471153161668, -0.27281098010020677, 0.8924808502831416, 0.39854202278379874, -0.21044025596515645, 1.1349790209140143, -0.04639682677996737, -0.0948624110944607, -1.3665131660235028], "max": [0.5582225308533953, 0.26974684498895024, 1.2046391796841747, 0.08588614553840529, -0.05053058847615799, 1.378849777087265, 0.5493459342944715, -0.14574667897925764, 1.1988359852350663, 0.08891440493985403, 0.05083275213563354, -1.1472776438984567], "count": [1111]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1111]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1111]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1111]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1111]}, "gripper_open_scale_state": {"mean": [0.9099871820678176, 0.909085999509032], "std": [0.0003374957339484148, 3.802911374437542e-05], "min": [0.9090909090909091, 0.90875], "max": [0.9109090909090909, 0.9090909090909091], "count": [1111]}, "gripper_open_scale_action": {"mean": [0.9099875402579337, 0.909085999509032], "std": [0.00033658341835442055, 3.802911374437542e-05], "min": [0.9090909090909091, 0.90875], "max": [0.9109090909090909, 0.9090909090909091], "count": [1111]}}} +{"episode_index": 86, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4907905791243199]], [[0.4878670770882524]], [[0.4836048318105602]]], "std": [[[0.34717061288225526]], [[0.3326716992451617]], [[0.34668941194533054]]], "count": [191]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3760776988587756]], [[0.37736916662389214]], [[0.37167256634329127]]], "std": [[[0.2798980434183226]], [[0.2744185700072535]], [[0.281579711921929]]], "count": [191]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4177072447216234]], [[0.42185868900352463]], [[0.4087735388221606]]], "std": [[[0.31966469763062433]], [[0.31031268150015423]], [[0.31410983911588414]]], "count": [191]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4042033843205694]], [[0.41048708316223526]], [[0.3997845864130993]]], "std": [[[0.3170833439022285]], [[0.30185699977103736]], [[0.30791546813660986]]], "count": [191]}, "observation.state": {"min": [-0.5754165053367615, 0.21382355690002441, 0.10862929373979568, -1.677459955215454, -0.24398721754550934, -0.14849042892456055, -0.46634215116500854, -0.31870681047439575, 0.3918195068836212, 0.0910375639796257, -1.9407868385314941, -1.5614773035049438, -1.0566881895065308, -0.18211419880390167, 0.03950770944356918, -0.26841527223587036, -1.8280502557754517, -0.07122470438480377, -0.059524454176425934, -0.06055965647101402, -0.3065195679664612, -0.4986235499382019, 0.07428999990224838, 1.3349539041519165, -1.3976103067398071, 0.9206693172454834, 1000.0, 999.5625], "max": [0.06828055530786514, 0.4222060441970825, 0.44465863704681396, -1.0974727869033813, -0.005857761017978191, 0.06319182366132736, -0.05067018046975136, -0.23826681077480316, 0.5432755947113037, 0.18603987991809845, -1.385208010673523, -1.2019695043563843, -0.570105254650116, 0.34588608145713806, 0.15822499990463257, -0.1070050448179245, -1.3995271921157837, 0.18784214556217194, 0.09580985456705093, 0.15584589540958405, -0.22393856942653656, -0.36327093839645386, 0.150375634431839, 1.6643558740615845, -1.2488720417022705, 1.1448906660079956, 1002.0, 1000.0], "mean": [-0.08015650510787964, 0.30603423714637756, 0.22297072410583496, -1.520310401916504, -0.15606491267681122, -0.10913979262113571, -0.2943396270275116, -0.2894415259361267, 0.42179280519485474, 0.16215339303016663, -1.6866743564605713, -1.3881694078445435, -0.8376401662826538, -0.015118933282792568, 0.12776844203472137, -0.23584412038326263, -1.6441391706466675, 0.09414728730916977, -0.011143054813146591, 0.0210921261459589, -0.28423476219177246, -0.4012313485145569, 0.1144028827548027, 1.4356571435928345, -1.3579314947128296, 1.082028865814209, 1000.9035034179688, 999.99365234375], "std": [0.20152245461940765, 0.047599054872989655, 0.08958344906568527, 0.15041959285736084, 0.03500320389866829, 0.05099182203412056, 0.1071540042757988, 0.026684217154979706, 0.0472404882311821, 0.02068055421113968, 0.14009512960910797, 0.06106618791818619, 0.1293184459209442, 0.12584932148456573, 0.03700525313615799, 0.04070567712187767, 0.08551289886236191, 0.10664090514183044, 0.04692982882261276, 0.09242304414510727, 0.02934371680021286, 0.032830674201250076, 0.01623149774968624, 0.12548361718654633, 0.04933561384677887, 0.08122776448726654, 0.3612169027328491, 0.04830487072467804], "count": [1106]}, "action": {"min": [-0.5754165053367615, 0.21382355690002441, 0.10862929373979568, -1.677459955215454, -0.24398721754550934, -0.14849042892456055, -0.46634215116500854, -0.31870681047439575, 0.3918195068836212, 0.0910375639796257, -1.9407868385314941, -1.5614773035049438, -1.0566881895065308, -0.18211419880390167, 0.03950770944356918, -0.26841527223587036, -1.8280502557754517, -0.07122470438480377, -0.059524454176425934, -0.06055965647101402, -0.3065195679664612, -0.4986235499382019, 0.07428999990224838, 1.3349539041519165, -1.3976103067398071, 0.9206693172454834, 1000.0, 999.5625], "max": [0.06828055530786514, 0.4222060441970825, 0.44465863704681396, -1.0974727869033813, -0.005857761017978191, 0.06319182366132736, -0.05067018046975136, -0.23826681077480316, 0.5432755947113037, 0.18603987991809845, -1.385208010673523, -1.2019695043563843, -0.570105254650116, 0.34588608145713806, 0.15822499990463257, -0.1070050448179245, -1.3995271921157837, 0.18784214556217194, 0.09580985456705093, 0.15584589540958405, -0.22393856942653656, -0.36327093839645386, 0.150375634431839, 1.6643558740615845, -1.2488720417022705, 1.1448906660079956, 1002.0, 1000.0], "mean": [-0.08012836426496506, 0.30612504482269287, 0.22300167381763458, -1.5203675031661987, -0.15609490871429443, -0.10919776558876038, -0.29455435276031494, -0.28942978382110596, 0.4217754602432251, 0.16214387118816376, -1.686926007270813, -1.3882794380187988, -0.8374820947647095, -0.015198999084532261, 0.1277078241109848, -0.2357705533504486, -1.644229531288147, 0.09398966282606125, -0.011157415807247162, 0.021250756457448006, -0.28422048687934875, -0.4012111723423004, 0.11439843475818634, 1.4358084201812744, -1.3579021692276, 1.0819514989852905, 1000.9035034179688, 999.99365234375], "std": [0.20153629779815674, 0.047523923218250275, 0.08956333994865417, 0.1504340022802353, 0.03500142693519592, 0.05099420249462128, 0.10690333694219589, 0.02667420357465744, 0.047247692942619324, 0.020674115046858788, 0.1398037075996399, 0.06099715456366539, 0.1291561871767044, 0.12590521574020386, 0.037010226398706436, 0.04073559120297432, 0.08555613458156586, 0.10663118958473206, 0.046941883862018585, 0.09243331849575043, 0.029336731880903244, 0.03284469619393349, 0.016230471432209015, 0.12546275556087494, 0.049322109669446945, 0.08120890706777573, 0.3613479733467102, 0.04830487072467804], "count": [1106]}, "timestamp": {"min": [0.0], "max": [36.833333333333336], "mean": [18.416666666666664], "std": [10.642485611923561], "count": [1106]}, "frame_index": {"min": [0], "max": [1105], "mean": [552.5], "std": [319.2745683577068], "count": [1106]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [1106]}, "index": {"min": [85709], "max": [86814], "mean": [86261.5], "std": [319.2745683577068], "count": [1106]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1106]}, "subtask_annotation": {"mean": [1.0849909584086799, 3.0, 3.0, 3.0, 3.0], "std": [0.906082944275755, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1106]}, "scene_annotation": {"mean": [86.0], "std": [0.0], "min": [86], "max": [86], "count": [1106]}, "eef_direction_state": {"mean": [4.496383363471971, 4.651898734177215], "std": [2.321081452255704, 2.309071075967182], "min": [0, 0], "max": [6, 6], "count": [1106]}, "eef_velocity_state": {"mean": [0.3309222423146474, 0.2757685352622061], "std": [0.47054512201923077, 0.44690071629115014], "min": [0, 0], "max": [1, 1], "count": [1106]}, "eef_acc_mag_state": {"mean": [0.1546112115732369, 0.11844484629294756], "std": [0.4835087650476678, 0.4268177011701939], "min": [0, 0], "max": [2, 2], "count": [1106]}, "eef_direction_action": {"mean": [4.496383363471971, 4.651898734177215], "std": [2.3210814522557044, 2.309071075967182], "min": [0, 0], "max": [6, 6], "count": [1106]}, "eef_velocity_action": {"mean": [0.3309222423146474, 0.2757685352622061], "std": [0.47054512201923077, 0.44690071629115014], "min": [0, 0], "max": [1, 1], "count": [1106]}, "eef_acc_mag_action": {"mean": [0.1546112115732369, 0.11844484629294756], "std": [0.4835087650476678, 0.42681770117019385], "min": [0, 0], "max": [2, 2], "count": [1106]}, "eef_sim_pose_state": {"mean": [0.47339556380626835, 0.2538758384535854, 1.15159912241835, -0.01103419564036428, -0.18276115133608736, 1.0725511468877165, 0.44451055729237077, -0.18613683143144613, 1.1554262216314852, 0.029938166657629352, -0.030989087687602192, -1.3137271179293895], "std": [0.05194947762613824, 0.013456620146432717, 0.028066756638089344, 0.03279861609542508, 0.0734515999020837, 0.14684175753268, 0.03461745494160926, 0.011795324844713889, 0.027001139268592267, 0.036315164467865785, 0.09963132406999241, 0.06966855586257081], "min": [0.4375383008474842, 0.20283258245203994, 1.123837402218702, -0.07986238426199888, -0.35621029739415366, 0.8104958008649259, 0.4042498374552603, -0.21800966581449072, 1.1350037833898254, -0.0022140370082160965, -0.20605302586704521, -1.3823101735143568], "max": [0.603247311151846, 0.26986839796304585, 1.2047185251802002, 0.0770119624619523, -0.07602438202888107, 1.3789163194714815, 0.5445530191978222, -0.1565114621481951, 1.2109579102404868, 0.13629769996912178, 0.05090602030949398, -1.1914045755242917], "count": [1106]}, "eef_sim_pose_action": {"mean": [0.47338617025551477, 0.25388903130936685, 1.1516082215358485, -0.011063476544777528, -0.18282612235313986, 1.0722905613969331, 0.4444927113038609, -0.186140664448867, 1.1554364142974751, 0.029982825370273265, -0.03108551941081398, -1.3136359131013098], "std": [0.05195408356279481, 0.013457297327919905, 0.02805939528812296, 0.03279843016020195, 0.07338890911955918, 0.14655329388096847, 0.03462961750064237, 0.01179648616409817, 0.026995563994997723, 0.0363159479511375, 0.09960371891290022, 0.06966556385575651], "min": [0.4375383008474842, 0.20283258245203994, 1.123837402218702, -0.07986238426199888, -0.35621029739415366, 0.8104958008649259, 0.4042498374552603, -0.21800966581449072, 1.1350037833898254, -0.0022140370082160965, -0.20605302586704521, -1.3823101735143568], "max": [0.603247311151846, 0.26986839796304585, 1.2047185251802002, 0.0770119624619523, -0.07602438202888107, 1.3789141686674067, 0.5445530191978222, -0.1565114621481951, 1.2109579102404868, 0.13629769996912178, 0.05090602030949398, -1.1914045755242917], "count": [1106]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1106]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1106]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1106]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1106]}, "gripper_open_scale_state": {"mean": [0.9099123250499443, 0.9090851553509686], "std": [0.00032838178510974906, 4.391351416131556e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9109090909090909, 0.9090909090909091], "count": [1106]}, "gripper_open_scale_action": {"mean": [0.9099123364382237, 0.9090851553509686], "std": [0.00032850093539290486, 4.391351416131556e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9109090909090909, 0.9090909090909091], "count": [1106]}}} +{"episode_index": 87, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4742577584194597]], [[0.4736651614668856]], [[0.469369588927525]]], "std": [[[0.34690209303325703]], [[0.33259225187350105]], [[0.34661356351245276]]], "count": [203]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36997154608970023]], [[0.3721369751923758]], [[0.36626877575742944]]], "std": [[[0.27969930593527775]], [[0.2744327685997312]], [[0.2813352887833566]]], "count": [203]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4307877799108149]], [[0.4320990483837213]], [[0.4228488280369619]]], "std": [[[0.3136233942461772]], [[0.29766099870804985]], [[0.30362761944553784]]], "count": [203]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3962291495621237]], [[0.4003366938729515]], [[0.3892420413567726]]], "std": [[[0.31657431191658786]], [[0.2974185366537492]], [[0.3027395123649549]]], "count": [203]}, "observation.state": {"min": [-0.11863766610622406, 0.1430177390575409, 0.09167668968439102, -1.868833065032959, -0.1643216609954834, -0.07929685711860657, -0.25358325242996216, -0.3240133821964264, 0.33833155035972595, 0.12112468481063843, -1.7345510721206665, -1.4675871133804321, -1.0682348012924194, -0.17331555485725403, 0.07507642358541489, -0.4196731448173523, -1.8616576194763184, -0.02352812886238098, -0.08572839200496674, -0.06058037653565407, -0.31636080145835876, -0.46208855509757996, 0.02051737532019615, 1.3340812921524048, -1.522993803024292, 0.7784198522567749, 1000.0, 1000.0], "max": [0.22845160961151123, 0.31415054202079773, 0.24845851957798004, -1.5267834663391113, -0.01996438577771187, 0.0009828385664150119, -0.050647273659706116, -0.26509594917297363, 0.4344060719013214, 0.1825886368751526, -1.3634225130081177, -1.2475817203521729, -0.8364580869674683, 0.30375492572784424, 0.17614516615867615, -0.15451182425022125, -1.4357808828353882, 0.18783670663833618, 0.09088147431612015, 0.2807820439338684, -0.23827031254768372, -0.3402511179447174, 0.1247611865401268, 1.847055435180664, -1.3058226108551025, 1.1504257917404175, 1002.0, 1000.0], "mean": [0.11905144155025482, 0.1792806088924408, 0.12564456462860107, -1.6673556566238403, -0.07670477032661438, -0.0392841137945652, -0.12601976096630096, -0.30979472398757935, 0.37765681743621826, 0.16167868673801422, -1.4396001100540161, -1.3373740911483765, -0.9955675601959229, -0.026806272566318512, 0.1350858360528946, -0.2645055055618286, -1.6434088945388794, 0.1245955154299736, -0.02730538696050644, 0.06797673553228378, -0.29012614488601685, -0.3929670453071594, 0.10119236260652542, 1.4792287349700928, -1.4300727844238281, 1.0504684448242188, 1000.9359130859375, 1000.0], "std": [0.08214576542377472, 0.05005212500691414, 0.04487806186079979, 0.0706462487578392, 0.0322745107114315, 0.017007993534207344, 0.05400771647691727, 0.02052106335759163, 0.02127244509756565, 0.014281165786087513, 0.1218276098370552, 0.03405964747071266, 0.0637035220861435, 0.11470682919025421, 0.032048553228378296, 0.06652241200208664, 0.07977545261383057, 0.06880119442939758, 0.04269235581159592, 0.1253182291984558, 0.025058530271053314, 0.024216417223215103, 0.03156793490052223, 0.17796239256858826, 0.05185471847653389, 0.12837283313274384, 0.3326006233692169, 0.0], "count": [1198]}, "action": {"min": [-0.11863766610622406, 0.1430177390575409, 0.09167668968439102, -1.868833065032959, -0.1643216609954834, -0.07929685711860657, -0.25358325242996216, -0.3240133821964264, 0.33833155035972595, 0.12112468481063843, -1.7345510721206665, -1.4675871133804321, -1.0682348012924194, -0.17331555485725403, 0.07507642358541489, -0.4196731448173523, -1.8616576194763184, -0.02352812886238098, -0.08572839200496674, -0.06058037653565407, -0.31636080145835876, -0.46208855509757996, 0.02051737532019615, 1.3340812921524048, -1.522993803024292, 0.7784198522567749, 1000.0, 1000.0], "max": [0.22845160961151123, 0.31415054202079773, 0.24845851957798004, -1.5267834663391113, -0.01996438577771187, 0.0009828385664150119, -0.050647273659706116, -0.26509594917297363, 0.4344060719013214, 0.1825886368751526, -1.3634225130081177, -1.2475817203521729, -0.8364580869674683, 0.30375492572784424, 0.17614516615867615, -0.15451182425022125, -1.4357808828353882, 0.18783670663833618, 0.09088147431612015, 0.2807820439338684, -0.23827031254768372, -0.3402511179447174, 0.1247611865401268, 1.847055435180664, -1.3058226108551025, 1.1504257917404175, 1002.0, 1000.0], "mean": [0.11918433755636215, 0.17921996116638184, 0.12560302019119263, -1.6674796342849731, -0.07664445787668228, -0.03924715891480446, -0.1260703057050705, -0.3097977936267853, 0.3776189386844635, 0.1616647094488144, -1.439587950706482, -1.337421178817749, -0.9955359697341919, -0.026848118752241135, 0.13501791656017303, -0.264422208070755, -1.643399953842163, 0.12456656247377396, -0.02734135277569294, 0.06814109534025192, -0.2901339530944824, -0.39295825362205505, 0.10119333863258362, 1.479276418685913, -1.4301483631134033, 1.0504660606384277, 1000.9375, 1000.0], "std": [0.08209166675806046, 0.05005091801285744, 0.04488080367445946, 0.07052984088659286, 0.03222857788205147, 0.016969123855233192, 0.05396541208028793, 0.020522650331258774, 0.02125147171318531, 0.014269997365772724, 0.12183405458927155, 0.03403091803193092, 0.0636824369430542, 0.1147276759147644, 0.032085709273815155, 0.06659045070409775, 0.07977692782878876, 0.06878191232681274, 0.04272337257862091, 0.12527865171432495, 0.025065118446946144, 0.024219593033194542, 0.031568557024002075, 0.17793121933937073, 0.051872748881578445, 0.12837105989456177, 0.3323366343975067, 0.0], "count": [1198]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.950000000000003], "std": [11.527756358748508], "count": [1198]}, "frame_index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [1198]}, "index": {"min": [86815], "max": [88012], "mean": [87413.5], "std": [345.83269076245523], "count": [1198]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}, "subtask_annotation": {"mean": [1.1076794657762938, 3.0, 3.0, 3.0, 3.0], "std": [0.8507628654239552, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1198]}, "scene_annotation": {"mean": [87.0], "std": [0.0], "min": [87], "max": [87], "count": [1198]}, "eef_direction_state": {"mean": [5.107679465776294, 4.840567612687813], "std": [1.9559227610450771, 2.0883148173379844], "min": [0, 0], "max": [6, 6], "count": [1198]}, "eef_velocity_state": {"mean": [0.19699499165275458, 0.2646076794657763], "std": [0.3977285065424443, 0.4411240816748867], "min": [0, 0], "max": [1, 1], "count": [1198]}, "eef_acc_mag_state": {"mean": [0.022537562604340568, 0.001669449081803005], "std": [0.1881095785190654, 0.057759078103526845], "min": [0, 0], "max": [2, 2], "count": [1198]}, "eef_direction_action": {"mean": [5.107679465776294, 4.840567612687813], "std": [1.9559227610450771, 2.0883148173379844], "min": [0, 0], "max": [6, 6], "count": [1198]}, "eef_velocity_action": {"mean": [0.19699499165275458, 0.2646076794657763], "std": [0.3977285065424443, 0.4411240816748867], "min": [0, 0], "max": [1, 1], "count": [1198]}, "eef_acc_mag_action": {"mean": [0.022537562604340568, 0.001669449081803005], "std": [0.1881095785190654, 0.057759078103526845], "min": [0, 0], "max": [2, 2], "count": [1198]}, "eef_sim_pose_state": {"mean": [0.4208359004292223, 0.2346378928910659, 1.134114470535884, 0.02117265725600613, -0.08660189728090305, 1.301865606182057, 0.4386123440240841, -0.17937073886430346, 1.1494284204766685, 0.02770779725301969, -0.009147914290967833, -1.2359008270785123], "std": [0.02225829461283416, 0.007912409111646571, 0.017490758409799103, 0.03603482838495956, 0.054130587478421394, 0.09432166845607744, 0.028183177009485885, 0.019664421794961237, 0.023047865654689005, 0.03694840981132689, 0.09164362036109039, 0.155724730288267], "min": [0.3880430127375882, 0.21150433535373833, 1.122678688096999, -0.07490674208956072, -0.2441800098742244, 1.0667541921461412, 0.39194691806644677, -0.1995420779067545, 1.1230761224488461, -0.02555749194365664, -0.18383720878472376, -1.3675290126336197], "max": [0.4839809444953908, 0.2536889569123021, 1.1715611436552136, 0.05110688242196193, -0.050972446464090604, 1.3789702918844997, 0.5200373944601135, -0.12462557859561926, 1.1951928943791932, 0.12161262989746047, 0.092376843331067, -0.9180735753648216], "count": [1198]}, "eef_sim_pose_action": {"mean": [0.4207986338107409, 0.23462638775762631, 1.1341144839873776, 0.02120671202658508, -0.08658449917594305, 1.3018359161106061, 0.4386052302149443, -0.17937815743888566, 1.1494185990709915, 0.02772956783524392, -0.009114150505014091, -1.2358254912149265], "std": [0.022241551202712685, 0.007903998466197866, 0.017490750530458874, 0.03603920094052831, 0.05413726698362255, 0.09430298880329623, 0.02818623606315874, 0.019669194094301828, 0.023056509282478696, 0.03694323252032288, 0.09167316350508159, 0.15568340309997086], "min": [0.3880430127375882, 0.21150433535373833, 1.122678688096999, -0.07490674208956072, -0.2441800098742244, 1.0667541921461412, 0.39194691806644677, -0.1995420779067545, 1.1230761224488461, -0.02555749194365664, -0.18383720878472376, -1.3675290126336197], "max": [0.4839809444953908, 0.2536889569123021, 1.1715611436552136, 0.05110688242196193, -0.050972446464090604, 1.3789702918844997, 0.5200373944601135, -0.12462557859561926, 1.1951928943791932, 0.12161262989746047, 0.092376843331067, -0.9180735753648216], "count": [1198]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1198]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1198]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1198]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1198]}, "gripper_open_scale_state": {"mean": [0.9099430901589232, 0.9090909090909051], "std": [0.0003023620142926264, 3.9968028886505635e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1198]}, "gripper_open_scale_action": {"mean": [0.9099443204494494, 0.9090909090909051], "std": [0.00030212206549985727, 3.9968028886505635e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1198]}}} +{"episode_index": 88, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4772818999837504]], [[0.47581072157223847]], [[0.4719189833622215]]], "std": [[[0.3469815151737026]], [[0.3318272247742052]], [[0.34653985832296835]]], "count": [181]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37284939786227567]], [[0.37503624900696925]], [[0.3692202305185426]]], "std": [[[0.28020183625535444]], [[0.27497618026560056]], [[0.28202492540525953]]], "count": [181]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4141105096504532]], [[0.41844010670566567]], [[0.4086740670024916]]], "std": [[[0.31026701556304703]], [[0.29673501635692684]], [[0.30291344109245505]]], "count": [181]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39116787184487056]], [[0.39557643064131726]], [[0.3840170327339039]]], "std": [[[0.3139220678299045]], [[0.2953855715620733]], [[0.30068088461407305]]], "count": [181]}, "observation.state": {"min": [-0.14256612956523895, 0.1570916324853897, 0.07074800878763199, -1.7829160690307617, -0.13737158477306366, -0.10567859560251236, -0.19644008576869965, -0.32306525111198425, 0.3460025489330292, 0.10317230969667435, -1.7169716358184814, -1.3480905294418335, -1.0563160181045532, -0.11011718213558197, -0.007956519722938538, -0.36454474925994873, -1.7953143119812012, 0.011702432297170162, -0.04271911457180977, -0.06059892103075981, -0.30647724866867065, -0.478546679019928, 0.017164625227451324, 1.3350855112075806, -1.5287753343582153, 0.8621965646743774, 1000.0, 999.625], "max": [0.21184806525707245, 0.21661826968193054, 0.2621244490146637, -1.5269140005111694, 0.06804711371660233, -0.004445135127753019, -0.05065163969993591, -0.2627018690109253, 0.44138744473457336, 0.1823379397392273, -1.384897232055664, -1.2350043058395386, -0.8471847176551819, 0.3272743225097656, 0.15833298861980438, -0.22868612408638, -1.4146525859832764, 0.18798615038394928, 0.14291736483573914, 0.19851593673229218, -0.23390737175941467, -0.3690236210823059, 0.12066556513309479, 1.6626883745193481, -1.3966387510299683, 1.1453620195388794, 1001.875, 1000.0], "mean": [0.13015654683113098, 0.19134175777435303, 0.12331302464008331, -1.6705970764160156, -0.05324546620249748, -0.0853380635380745, -0.16065429151058197, -0.3078501522541046, 0.37331998348236084, 0.1624133139848709, -1.5083340406417847, -1.3171758651733398, -0.9766239523887634, -0.009594031609594822, 0.12283378094434738, -0.27504396438598633, -1.6399993896484375, 0.1263929158449173, 0.005883319769054651, 0.033807940781116486, -0.28611886501312256, -0.3983513414859772, 0.09590023010969162, 1.4455291032791138, -1.4320894479751587, 1.0605823993682861, 1000.8638916015625, 999.994140625], "std": [0.10387665033340454, 0.011972763575613499, 0.06261828541755676, 0.06261708587408066, 0.06132606789469719, 0.02737436816096306, 0.037507135421037674, 0.021345432847738266, 0.026849688962101936, 0.025395242497324944, 0.10720004141330719, 0.03482379391789436, 0.057926226407289505, 0.11832240223884583, 0.04928573593497276, 0.03631962835788727, 0.0782746896147728, 0.07066067308187485, 0.06508635729551315, 0.10895507782697678, 0.025994762778282166, 0.027130121365189552, 0.0336785688996315, 0.1316685676574707, 0.044860560446977615, 0.10861987620592117, 0.33059608936309814, 0.043541986495256424], "count": [1024]}, "action": {"min": [-0.14256612956523895, 0.1570916324853897, 0.07074800878763199, -1.7829160690307617, -0.13737158477306366, -0.10567859560251236, -0.19644008576869965, -0.32306525111198425, 0.3460025489330292, 0.10317230969667435, -1.7169716358184814, -1.3480905294418335, -1.0563610792160034, -0.11011718213558197, -0.007956519722938538, -0.36454474925994873, -1.7953143119812012, 0.011702432297170162, -0.04271911457180977, -0.06059892103075981, -0.30647724866867065, -0.478546679019928, 0.017164625227451324, 1.3350855112075806, -1.5287753343582153, 0.8621965646743774, 1000.0, 999.625], "max": [0.21184806525707245, 0.21661826968193054, 0.2621244490146637, -1.5269135236740112, 0.06804711371660233, -0.004445135127753019, -0.05065163969993591, -0.2627018690109253, 0.44138744473457336, 0.1823379397392273, -1.384897232055664, -1.2350043058395386, -0.8471847176551819, 0.3272743225097656, 0.15833298861980438, -0.22868612408638, -1.4146525859832764, 0.18798615038394928, 0.14291736483573914, 0.19851593673229218, -0.23390737175941467, -0.3690236210823059, 0.12066556513309479, 1.6626883745193481, -1.3966387510299683, 1.1453620195388794, 1001.875, 1000.0], "mean": [0.13034483790397644, 0.1913120448589325, 0.12323974817991257, -1.6707514524459839, -0.05319845303893089, -0.08536242693662643, -0.16077455878257751, -0.307854026556015, 0.3732655644416809, 0.16241110861301422, -1.5083930492401123, -1.3172307014465332, -0.9765779972076416, -0.0096424026414752, 0.12276268005371094, -0.27501505613327026, -1.6400995254516602, 0.12627337872982025, 0.005919249728322029, 0.03397940844297409, -0.28609374165534973, -0.39833584427833557, 0.0958738923072815, 1.4456897974014282, -1.4321445226669312, 1.060501217842102, 1000.8632202148438, 999.994140625], "std": [0.10382667928934097, 0.011947783641517162, 0.06263367831707001, 0.0624573789536953, 0.061280105262994766, 0.027380069717764854, 0.03735135868191719, 0.021347764879465103, 0.026827581226825714, 0.025393664836883545, 0.10714858770370483, 0.034824129194021225, 0.057881709188222885, 0.11835262924432755, 0.04928702488541603, 0.036343444138765335, 0.07833417505025864, 0.07065999507904053, 0.06506969034671783, 0.10894455015659332, 0.025987528264522552, 0.0271396953612566, 0.033669739961624146, 0.13163475692272186, 0.04485149681568146, 0.10858742892742157, 0.33074769377708435, 0.043541986495256424], "count": [1024]}, "timestamp": {"min": [0.0], "max": [34.1], "mean": [17.05], "std": [9.853439895679974], "count": [1024]}, "frame_index": {"min": [0], "max": [1023], "mean": [511.5], "std": [295.60319687039924], "count": [1024]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [1024]}, "index": {"min": [88013], "max": [89036], "mean": [88524.5], "std": [295.60319687039924], "count": [1024]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1024]}, "subtask_annotation": {"mean": [1.0400390625, 3.0, 3.0, 3.0, 3.0], "std": [0.9214026323894029, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1024]}, "scene_annotation": {"mean": [88.0], "std": [0.0], "min": [88], "max": [88], "count": [1024]}, "eef_direction_state": {"mean": [4.8408203125, 4.974609375], "std": [2.1398957952637327, 2.0826055654305042], "min": [0, 0], "max": [6, 6], "count": [1024]}, "eef_velocity_state": {"mean": [0.2587890625, 0.21875], "std": [0.43796950079928065, 0.41339864235384227], "min": [0, 0], "max": [1, 1], "count": [1024]}, "eef_acc_mag_state": {"mean": [0.087890625, 0.087890625], "std": [0.37250451411641894, 0.36987361089581583], "min": [0, 0], "max": [2, 2], "count": [1024]}, "eef_direction_action": {"mean": [4.8408203125, 4.974609375], "std": [2.1398957952637327, 2.0826055654305042], "min": [0, 0], "max": [6, 6], "count": [1024]}, "eef_velocity_action": {"mean": [0.2587890625, 0.21875], "std": [0.43796950079928065, 0.41339864235384227], "min": [0, 0], "max": [1, 1], "count": [1024]}, "eef_acc_mag_action": {"mean": [0.087890625, 0.087890625], "std": [0.37250451411641894, 0.36987361089581583], "min": [0, 0], "max": [2, 2], "count": [1024]}, "eef_sim_pose_state": {"mean": [0.41723991025992635, 0.23845547714703572, 1.1333878176663759, -0.009520319299404395, -0.12693877090784794, 1.2660316672979226, 0.44293326693226326, -0.17222668886457512, 1.1545668364368908, 0.01473787174997129, 0.005305141025207381, -1.2576397462326632], "std": [0.02790107155781214, 0.01952406824718586, 0.01897845278789489, 0.02796191927244365, 0.07001339454013444, 0.06845648947515443, 0.030119482980202967, 0.02313838014705718, 0.02541651222218552, 0.016545918251410618, 0.05770147379609619, 0.1324132396340387], "min": [0.3922189935852454, 0.1910178866351099, 1.1199181417284567, -0.08133293951747345, -0.2769098708133837, 1.1321682311334373, 0.4184359383776393, -0.18763744294649706, 1.1350371930692913, -0.006120057498211207, -0.10853845214272306, -1.3664662307402353], "max": [0.4896616463368838, 0.2529203323062911, 1.173752778649812, 0.020298652660559524, -0.07376098363518091, 1.3789189246677451, 0.5297984592996069, -0.11157018175570016, 1.2081070119878456, 0.07049929308784864, 0.05120862482279831, -1.0206520366186593], "count": [1024]}, "eef_sim_pose_action": {"mean": [0.4171871478159076, 0.23846042011814012, 1.1333842602847306, -0.009516720109458442, -0.12694079107431736, 1.265950852609466, 0.4429216210518654, -0.17221330797719048, 1.1545882552091493, 0.01477910283767725, 0.005257363343734196, -1.2574914730159383], "std": [0.0278842865044708, 0.019526943867994195, 0.018980582043710555, 0.027964081914306646, 0.0700119598879949, 0.06837201676039135, 0.03012649217714403, 0.02313343605383395, 0.025409293180002842, 0.016576699915410914, 0.05768395836079801, 0.13237634632860026], "min": [0.3922189935852454, 0.1910178866351099, 1.1199181417284567, -0.08133293951747345, -0.2769098708133837, 1.1321682311334373, 0.4184359383776393, -0.18763744294649706, 1.1350371930692913, -0.006120057498211207, -0.10853845214272306, -1.3664662307402353], "max": [0.4896616463368838, 0.2529203323062911, 1.173752778649812, 0.020298652660559524, -0.07376098363518091, 1.3789189246677451, 0.5297984592996069, -0.11157018175570016, 1.2081070119878456, 0.07049929308784864, 0.05120862482279831, -1.0206520366186593], "count": [1024]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1024]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1024]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1024]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1024]}, "gripper_open_scale_state": {"mean": [0.9098762324181521, 0.9090855823863563], "std": [0.00030054314713466997, 3.95836235966073e-05], "min": [0.9090909090909091, 0.90875], "max": [0.9107954545454545, 0.9090909090909091], "count": [1024]}, "gripper_open_scale_action": {"mean": [0.9098756533319351, 0.9090855823863563], "std": [0.0003006808909714105, 3.95836235966073e-05], "min": [0.9090909090909091, 0.90875], "max": [0.9107954545454545, 0.9090909090909091], "count": [1024]}}} +{"episode_index": 89, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48601097618340267]], [[0.48502310853634384]], [[0.48055318998811647]]], "std": [[[0.34859199608606967]], [[0.334301912340066]], [[0.34838733607482164]]], "count": [165]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696542458902753]], [[0.37140977668845315]], [[0.3656373415527827]]], "std": [[[0.2802234373195787]], [[0.2747455504997612]], [[0.28183640707887586]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41668755322836204]], [[0.42003172286591406]], [[0.40841071251733013]]], "std": [[[0.3215177398777721]], [[0.30596338840540743]], [[0.3118584893144708]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41024127302436125]], [[0.4231085177757972]], [[0.417878614577144]]], "std": [[[0.3247662203226978]], [[0.3114930593923752]], [[0.3215176753329774]]], "count": [165]}, "observation.state": {"min": [-0.25190117955207825, 0.19346866011619568, 0.08734063804149628, -1.8926808834075928, -0.2488315850496292, -0.0791921392083168, -0.2925586402416229, -0.31871044635772705, 0.33351126313209534, 0.11138337105512619, -1.6580228805541992, -1.5567647218704224, -1.107675313949585, -0.21212731301784515, -0.010768681764602661, -0.31356149911880493, -1.8755755424499512, -0.03721260279417038, -0.07608980685472488, -0.06057710573077202, -0.3064894378185272, -0.4763472378253937, 0.0400855615735054, 1.3349539041519165, -1.4366029500961304, 0.94709712266922, 1000.0, 1000.0], "max": [0.2449493259191513, 0.33665764331817627, 0.3070426881313324, -1.4541254043579102, -0.13747085630893707, 0.06785731017589569, -0.050649456679821014, -0.2659527659416199, 0.4657672345638275, 0.18284043669700623, -1.3489747047424316, -1.2891275882720947, -0.7876701951026917, 0.2793355882167816, 0.16660477221012115, -0.16571573913097382, -1.3842108249664307, 0.18783123791217804, 0.038292523473501205, 0.150307759642601, -0.24935512244701385, -0.3435625433921814, 0.12266262620687485, 1.638975977897644, -1.3325446844100952, 1.1480175256729126, 1002.0, 1000.0], "mean": [0.06709552556276321, 0.22650769352912903, 0.13949421048164368, -1.6509795188903809, -0.2108989804983139, 0.00926301907747984, -0.18804726004600525, -0.3004661202430725, 0.3902624249458313, 0.16541539132595062, -1.4338926076889038, -1.4613219499588013, -0.9968995451927185, -0.03546201065182686, 0.12243866175413132, -0.250824511051178, -1.6431630849838257, 0.10852363705635071, -0.025911936536431313, 0.01891488768160343, -0.29117822647094727, -0.3947196900844574, 0.10608872026205063, 1.433699131011963, -1.3920700550079346, 1.085457444190979, 1000.9149780273438, 1000.0], "std": [0.12433921545743942, 0.041366081684827805, 0.06965438276529312, 0.0975872054696083, 0.03860918805003166, 0.03934501111507416, 0.06372402608394623, 0.01791304349899292, 0.031031114980578423, 0.019982751458883286, 0.11166127771139145, 0.0673125609755516, 0.10514719784259796, 0.10689354687929153, 0.05165419727563858, 0.03624488413333893, 0.09016802161931992, 0.09284614771604538, 0.031154293566942215, 0.09129762649536133, 0.020405471324920654, 0.02700338326394558, 0.02644268609583378, 0.12077584117650986, 0.023110710084438324, 0.07462610304355621, 0.4456311762332916, 0.0], "count": [905]}, "action": {"min": [-0.25190117955207825, 0.19346866011619568, 0.08734063804149628, -1.8926808834075928, -0.2488315850496292, -0.0791921392083168, -0.2925586402416229, -0.31871044635772705, 0.33351126313209534, 0.11138337105512619, -1.6580228805541992, -1.5567647218704224, -1.107675313949585, -0.21212731301784515, -0.010768681764602661, -0.31356149911880493, -1.8755755424499512, -0.03721260279417038, -0.07608980685472488, -0.06057710573077202, -0.3064894378185272, -0.4763472378253937, 0.0400855615735054, 1.3349539041519165, -1.4366029500961304, 0.94709712266922, 1000.0, 1000.0], "max": [0.2449493259191513, 0.33665764331817627, 0.3070426881313324, -1.4541254043579102, -0.13747085630893707, 0.06785731017589569, -0.050649456679821014, -0.2659527659416199, 0.4657672345638275, 0.18284043669700623, -1.3489747047424316, -1.2891275882720947, -0.7876701951026917, 0.2793355882167816, 0.16660477221012115, -0.16571573913097382, -1.3842108249664307, 0.18783123791217804, 0.038292523473501205, 0.150307759642601, -0.24935512244701385, -0.3435625433921814, 0.12266262620687485, 1.638975977897644, -1.3325446844100952, 1.1480175256729126, 1002.0, 1000.0], "mean": [0.0672404021024704, 0.22648675739765167, 0.1394309550523758, -1.6511465311050415, -0.21101002395153046, 0.00935424119234085, -0.18818765878677368, -0.3004592955112457, 0.3902209401130676, 0.1654091626405716, -1.4338535070419312, -1.4615375995635986, -0.99690842628479, -0.03553376719355583, 0.12235736846923828, -0.2507208287715912, -1.643211841583252, 0.10831157863140106, -0.025948232039809227, 0.019088327884674072, -0.29117369651794434, -0.3947041630744934, 0.10609035938978195, 1.433854579925537, -1.3920007944107056, 1.0853571891784668, 1000.91455078125, 1000.0], "std": [0.12434433400630951, 0.041375841945409775, 0.06967300176620483, 0.09750397503376007, 0.03854219987988472, 0.03923539072275162, 0.06356094777584076, 0.017907235771417618, 0.031027020886540413, 0.01997866854071617, 0.11168445646762848, 0.06707299500703812, 0.10515274107456207, 0.1069309189915657, 0.051655612885951996, 0.03635229915380478, 0.09017565846443176, 0.09288396686315536, 0.031192900612950325, 0.09129558503627777, 0.020402533933520317, 0.027010368183255196, 0.026443617418408394, 0.12074045091867447, 0.023191694170236588, 0.07460636645555496, 0.4456053376197815, 0.0], "count": [905]}, "timestamp": {"min": [0.0], "max": [30.133333333333333], "mean": [15.066666666666668], "std": [8.708361243974412], "count": [905]}, "frame_index": {"min": [0], "max": [904], "mean": [452.0], "std": [261.25083731923235], "count": [905]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [905]}, "index": {"min": [89037], "max": [89941], "mean": [89489.0], "std": [261.25083731923235], "count": [905]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [905]}, "subtask_annotation": {"mean": [1.0629834254143646, 3.0, 3.0, 3.0, 3.0], "std": [0.9244439539716068, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [905]}, "scene_annotation": {"mean": [89.0], "std": [0.0], "min": [89], "max": [89], "count": [905]}, "eef_direction_state": {"mean": [4.605524861878453, 4.478453038674033], "std": [2.350072850802268, 2.374316961217481], "min": [0, 0], "max": [6, 6], "count": [905]}, "eef_velocity_state": {"mean": [0.28066298342541435, 0.318232044198895], "std": [0.4493231277823953, 0.4657900924707275], "min": [0, 0], "max": [1, 1], "count": [905]}, "eef_acc_mag_state": {"mean": [0.1281767955801105, 0.14585635359116023], "std": [0.4424086405207357, 0.4709775438054586], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_direction_action": {"mean": [4.605524861878453, 4.478453038674033], "std": [2.350072850802268, 2.374316961217481], "min": [0, 0], "max": [6, 6], "count": [905]}, "eef_velocity_action": {"mean": [0.28066298342541435, 0.318232044198895], "std": [0.4493231277823953, 0.4657900924707275], "min": [0, 0], "max": [1, 1], "count": [905]}, "eef_acc_mag_action": {"mean": [0.1281767955801105, 0.14585635359116023], "std": [0.4424086405207357, 0.4709775438054586], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_sim_pose_state": {"mean": [0.43561283772063797, 0.24422003258939506, 1.1446592073779533, 0.0337510292662383, -0.002059421097333172, 1.230565676027773, 0.4379517996626438, -0.17946677696849966, 1.1483356856388514, 0.026869163476677616, -0.0066790082756533545, -1.2959740111826334], "std": [0.03273247003675196, 0.011962241179428143, 0.017969868177420762, 0.020331049309376455, 0.07435177514825812, 0.1137135699344762, 0.028572196516404292, 0.019883871549834117, 0.01812941472408787, 0.02995581187596843, 0.06898033315345181, 0.08938829735550671], "min": [0.38412478296968805, 0.20639909016732427, 1.1238493165752215, -0.0399528281302346, -0.14275277752158244, 1.025353387974632, 0.3900191819827643, -0.20085403162948476, 1.134772000128257, 0.005977781364580825, -0.12651232685370029, -1.366287871374753], "max": [0.5184074234472381, 0.2554159696513177, 1.179587578223834, 0.060202112350353054, 0.0678594249591089, 1.3789486262173671, 0.5240328410693411, -0.12685498467910464, 1.186612804222345, 0.12226765711388266, 0.051672256132784034, -1.1183708065824336], "count": [905]}, "eef_sim_pose_action": {"mean": [0.4355737310133018, 0.2442232202203923, 1.1446697331154907, 0.03379118898396809, -0.0019050035362239471, 1.230463399677177, 0.4379381037836736, -0.1794753348745712, 1.1483366645956865, 0.026908066982569565, -0.006813380176710139, -1.295899031271052], "std": [0.032732689429026164, 0.011963448877787379, 0.017960463645377688, 0.020311128550969268, 0.07434291393461466, 0.11362170543399895, 0.02857861480438577, 0.019889021105096646, 0.018128720653706312, 0.02995156448085091, 0.06898666423936732, 0.08935776762161261], "min": [0.38412478296968805, 0.20639909016732427, 1.1238493165752215, -0.0399528281302346, -0.14275277752158244, 1.025353387974632, 0.3900191819827643, -0.20085403162948476, 1.134772000128257, 0.005977781364580825, -0.12651232685370029, -1.366287871374753], "max": [0.5184074234472381, 0.2554159696513177, 1.179587578223834, 0.060202112350353054, 0.0678594249591089, 1.3789486262173671, 0.5240328410693411, -0.12685498467910464, 1.186612804222345, 0.12226765711388266, 0.051672256132784034, -1.1183708065824336], "count": [905]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [905]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [905]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [905]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [905]}, "gripper_open_scale_state": {"mean": [0.9099227053356324, 0.9090909090909047], "std": [0.0004051201523896772, 4.3298697960381105e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [905]}, "gripper_open_scale_action": {"mean": [0.9099223911777813, 0.9090909090909047], "std": [0.0004050937794905315, 4.3298697960381105e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [905]}}} +{"episode_index": 90, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4845005548565237]], [[0.4832722608874209]], [[0.4789478260109748]]], "std": [[[0.34731803918323056]], [[0.3326797966440612]], [[0.34716865777573436]]], "count": [187]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3761551665006466]], [[0.3777803401663696]], [[0.3720785089213939]]], "std": [[[0.28122389673441145]], [[0.27593739975557574]], [[0.28282061116441914]]], "count": [187]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42457844666387057]], [[0.42730918724441647]], [[0.41712349052811853]]], "std": [[[0.3099766386793045]], [[0.2958519594559271]], [[0.3018973826719438]]], "count": [187]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102389836950823]], [[0.4216114595347943]], [[0.41391322284261295]]], "std": [[[0.3232124015501636]], [[0.3096771673296756]], [[0.3181224930712353]]], "count": [187]}, "observation.state": {"min": [-0.24982315301895142, 0.0992383286356926, 0.0617835633456707, -1.7505488395690918, -0.14063318073749542, -0.07918340712785721, -0.22086487710475922, -0.31870049238204956, 0.3570011854171753, 0.09199012815952301, -1.6590696573257446, -1.3914109468460083, -1.1246192455291748, -0.2022051215171814, 0.012243484146893024, -0.3371354341506958, -1.7950950860977173, -0.13424745202064514, -0.08996784687042236, -0.06057710573077202, -0.3115745484828949, -0.5018166899681091, 0.04220506176352501, 1.3349539041519165, -1.397040843963623, 0.7938359975814819, 1000.0, 1000.0], "max": [0.16913330554962158, 0.23855814337730408, 0.2806805670261383, -1.3850147724151611, 0.023518310859799385, -0.0026670813094824553, -0.05066472664475441, -0.26704224944114685, 0.47302481532096863, 0.18142418563365936, -1.2963968515396118, -1.2891275882720947, -0.8473366498947144, 0.379228413105011, 0.16549429297447205, -0.1382235288619995, -1.2874727249145508, 0.18784977495670319, 0.05105633661150932, 0.1813429892063141, -0.2436465620994568, -0.3516363203525543, 0.1242138147354126, 1.7529946565628052, -1.2004573345184326, 1.145059585571289, 1002.0, 1000.0], "mean": [0.07689563184976578, 0.13716568052768707, 0.11423895508050919, -1.6316970586776733, -0.09646961092948914, -0.031630609184503555, -0.12412352859973907, -0.3063700199127197, 0.3917468786239624, 0.15805025398731232, -1.4030110836029053, -1.3558411598205566, -1.051470398902893, -0.029197365045547485, 0.12060952186584473, -0.25484925508499146, -1.6360973119735718, 0.05702970176935196, -0.03284755349159241, 0.021813523024320602, -0.2914091944694519, -0.39577358961105347, 0.10486624389886856, 1.4641743898391724, -1.3476130962371826, 1.0495600700378418, 1000.9260864257812, 1000.0], "std": [0.11378273367881775, 0.050402894616127014, 0.06997393071651459, 0.08344674855470657, 0.04803325980901718, 0.019377877935767174, 0.04451548308134079, 0.015187744051218033, 0.029474036768078804, 0.023236867040395737, 0.13455098867416382, 0.03197193890810013, 0.1025351881980896, 0.12949755787849426, 0.048652563244104385, 0.04445517808198929, 0.09447715431451797, 0.13640455901622772, 0.03498252108693123, 0.09265438467264175, 0.022395817562937737, 0.03208264335989952, 0.02417236566543579, 0.15153226256370544, 0.06015180051326752, 0.12056673318147659, 0.440586656332016, 0.0], "count": [1072]}, "action": {"min": [-0.24982315301895142, 0.0992383286356926, 0.0617835633456707, -1.7505488395690918, -0.14063318073749542, -0.07918340712785721, -0.22086487710475922, -0.31870076060295105, 0.3570011854171753, 0.09199012815952301, -1.6590696573257446, -1.3914109468460083, -1.1246192455291748, -0.2022051215171814, 0.012243484146893024, -0.3371354341506958, -1.7950950860977173, -0.13424745202064514, -0.08997560292482376, -0.06057710573077202, -0.3115745484828949, -0.5018166899681091, 0.04220506176352501, 1.3349539041519165, -1.397040843963623, 0.7938359975814819, 1000.0, 1000.0], "max": [0.16913330554962158, 0.23855814337730408, 0.2806805670261383, -1.3850147724151611, 0.023518310859799385, -0.0026670813094824553, -0.05066472664475441, -0.26704224944114685, 0.47302481532096863, 0.18142418563365936, -1.2963968515396118, -1.2891275882720947, -0.8473366498947144, 0.379228413105011, 0.16549429297447205, -0.1382235288619995, -1.2874727249145508, 0.18784977495670319, 0.05105633661150932, 0.1813429892063141, -0.2436465620994568, -0.3516363203525543, 0.1242138147354126, 1.7529946565628052, -1.2004573345184326, 1.145059585571289, 1002.0, 1000.0], "mean": [0.0770302414894104, 0.13705651462078094, 0.11415914446115494, -1.6318354606628418, -0.09645522385835648, -0.03157820552587509, -0.12417589873075485, -0.30636703968048096, 0.3917108178138733, 0.15803830325603485, -1.4029326438903809, -1.3559234142303467, -1.0515333414077759, -0.029293648898601532, 0.12048893421888351, -0.25473764538764954, -1.6361513137817383, 0.05678011104464531, -0.03289176523685455, 0.021900348365306854, -0.2914089858531952, -0.39575299620628357, 0.10486900061368942, 1.4642524719238281, -1.3474786281585693, 1.0495126247406006, 1000.9260864257812, 1000.0], "std": [0.11378433555364609, 0.05035754293203354, 0.06998446583747864, 0.08339579403400421, 0.04802326858043671, 0.019325202330946922, 0.04446203634142876, 0.015185662545263767, 0.029472798109054565, 0.023228144273161888, 0.13458621501922607, 0.03191380202770233, 0.10256022214889526, 0.12955790758132935, 0.04871916025876999, 0.044592224061489105, 0.09449297189712524, 0.1364096850156784, 0.03502475842833519, 0.09262071549892426, 0.022395676001906395, 0.032093729823827744, 0.024174313992261887, 0.15148711204528809, 0.060202497988939285, 0.12053939700126648, 0.440586656332016, 0.0], "count": [1072]}, "timestamp": {"min": [0.0], "max": [35.7], "mean": [17.85], "std": [10.315320321411901], "count": [1072]}, "frame_index": {"min": [0], "max": [1071], "mean": [535.5], "std": [309.45960964235707], "count": [1072]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [1072]}, "index": {"min": [89942], "max": [91013], "mean": [90477.5], "std": [309.45960964235707], "count": [1072]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1072]}, "subtask_annotation": {"mean": [1.0634328358208955, 3.0, 3.0, 3.0, 3.0], "std": [0.8722967662865889, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1072]}, "scene_annotation": {"mean": [90.0], "std": [0.0], "min": [90], "max": [90], "count": [1072]}, "eef_direction_state": {"mean": [4.682835820895522, 4.774253731343284], "std": [2.240686399344887, 2.265775830642736], "min": [0, 0], "max": [6, 6], "count": [1072]}, "eef_velocity_state": {"mean": [0.29197761194029853, 0.24813432835820895], "std": [0.4546720643122269, 0.43193018353482826], "min": [0, 0], "max": [1, 1], "count": [1072]}, "eef_acc_mag_state": {"mean": [0.04757462686567164, 0.12033582089552239], "std": [0.2707329983048392, 0.4292007922408212], "min": [0, 0], "max": [2, 2], "count": [1072]}, "eef_direction_action": {"mean": [4.682835820895522, 4.774253731343284], "std": [2.240686399344887, 2.265775830642736], "min": [0, 0], "max": [6, 6], "count": [1072]}, "eef_velocity_action": {"mean": [0.29197761194029853, 0.24813432835820895], "std": [0.4546720643122269, 0.43193018353482826], "min": [0, 0], "max": [1, 1], "count": [1072]}, "eef_acc_mag_action": {"mean": [0.04757462686567164, 0.12033582089552239], "std": [0.2707329983048392, 0.4292007922408212], "min": [0, 0], "max": [2, 2], "count": [1072]}, "eef_sim_pose_state": {"mean": [0.43364791313273715, 0.22901635070539877, 1.1364081434809643, 0.010110942025877504, -0.036408035682846326, 1.3275360977736386, 0.43931343291328745, -0.17847068669378813, 1.1483514997263553, 0.026056507586254364, -0.058490653460041044, -1.293316737085078], "std": [0.030458740810503048, 0.015235622582162245, 0.013168578629514304, 0.024220763488479687, 0.09070726711152786, 0.1015774447775754, 0.03446905961380931, 0.015680991885290943, 0.02010732795861789, 0.04128382282033771, 0.11936877219156511, 0.10431286837960134], "min": [0.4042902906405512, 0.18013918077599309, 1.1238565703313899, -0.06407231599857188, -0.2090207655543146, 1.1204680410016739, 0.3947981331302927, -0.18908686963268465, 1.1283119570121827, -0.053172859488325064, -0.2878587947542721, -1.394483641576383], "max": [0.5204966603887736, 0.24940099238364408, 1.169394127936703, 0.04208328003648565, 0.03880299454839453, 1.3947664770677517, 0.5512395917474194, -0.1332938248611852, 1.1935769630179733, 0.13865423665442067, 0.05082273294369033, -1.0786250172992842], "count": [1072]}, "eef_sim_pose_action": {"mean": [0.4336116731772802, 0.22900327071411444, 1.1364127828038926, 0.010129693410852717, -0.03630355271779686, 1.3275500120259984, 0.4392925856222706, -0.17847168300189772, 1.148348441640269, 0.026092688898014388, -0.05861910863710608, -1.293340283932744], "std": [0.03045866845386218, 0.01522596559957731, 0.01316503513216166, 0.024224948864539454, 0.09072608264457709, 0.10158549711497142, 0.03448098359846062, 0.015681607304480653, 0.02010960728064115, 0.04128307307443, 0.11932519716259106, 0.10433221867400347], "min": [0.4042902906405512, 0.18013918077599309, 1.1238565703313899, -0.06407231599857188, -0.2090207655543146, 1.1204680410016739, 0.3947981331302927, -0.18908686963268465, 1.1283119570121827, -0.053172859488325064, -0.2878587947542721, -1.394483641576383], "max": [0.5204966603887736, 0.24940099238364408, 1.169394127936703, 0.04208328003648565, 0.03880299454839453, 1.3947664770677517, 0.5512395917474194, -0.1332938248611852, 1.1935769630179733, 0.13865423665442067, 0.05082273294369033, -1.0786250172992842], "count": [1072]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1072]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1072]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1072]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1072]}, "gripper_open_scale_state": {"mean": [0.9099330054274128, 0.9090909090909006], "std": [0.0004005325897096779, 8.43769498715119e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1072]}, "gripper_open_scale_action": {"mean": [0.9099330054274127, 0.9090909090909006], "std": [0.000400532589709678, 8.43769498715119e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1072]}}} +{"episode_index": 91, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48132814989594513]], [[0.4805667130036094]], [[0.4761053088316587]]], "std": [[[0.34644363157926233]], [[0.33227096046558885]], [[0.34620805627081197]]], "count": [201]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3699319426153546]], [[0.37188025761714305]], [[0.36603302523331055]]], "std": [[[0.2782014426760402]], [[0.2729520700318348]], [[0.27978843635164485]]], "count": [201]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42295675726758364]], [[0.4273668422592918]], [[0.4194448559896595]]], "std": [[[0.31894746971687815]], [[0.3038555836992331]], [[0.31207643501342713]]], "count": [201]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4184604306896888]], [[0.4237154007332618]], [[0.4165832215556206]]], "std": [[[0.3246981957260944]], [[0.3079992397002055]], [[0.316014326289509]]], "count": [201]}, "observation.state": {"min": [-0.22035545110702515, 0.1262865662574768, 0.08739844709634781, -1.841164231300354, -0.13751885294914246, -0.08533242344856262, -0.24773749709129333, -0.3187433183193207, 0.34535330533981323, 0.07601325213909149, -1.7235255241394043, -1.4377111196517944, -1.0567294359207153, -0.2306823432445526, 0.002330014482140541, -0.3045588731765747, -1.8234436511993408, -0.1699056178331375, -0.1395139843225479, -0.060585830360651016, -0.31352606415748596, -0.4705396294593811, 0.05774037539958954, 1.3349539041519165, -1.455568552017212, 0.8507382869720459, 1000.0, 1000.0], "max": [0.21419334411621094, 0.2798188328742981, 0.3222335875034332, -1.4284123182296753, 0.02673299051821232, 0.0012533646076917648, -0.050673454999923706, -0.2701449394226074, 0.45683154463768005, 0.185538187623024, -1.3854994773864746, -1.2834382057189941, -0.8123241662979126, 0.2419157326221466, 0.15894494950771332, -0.1601884961128235, -1.4433338642120361, 0.18789996206760406, 0.058255817741155624, 0.16570155322551727, -0.24687212705612183, -0.3463859558105469, 0.12078706175088882, 1.6843682527542114, -1.144535779953003, 1.149937629699707, 1001.875, 1000.0], "mean": [0.1179896667599678, 0.19529910385608673, 0.13289086520671844, -1.680556058883667, -0.0872291773557663, -0.028982220217585564, -0.1645471304655075, -0.3052132725715637, 0.3765639364719391, 0.15887635946273804, -1.4759140014648438, -1.3666269779205322, -0.9640518426895142, -0.038087256252765656, 0.10864255577325821, -0.2393224537372589, -1.6398502588272095, 0.05828141048550606, -0.04152219370007515, 0.020570974797010422, -0.2910493016242981, -0.3950607478618622, 0.10750848054885864, 1.451357364654541, -1.3453097343444824, 1.0783984661102295, 1000.9182739257812, 1000.0], "std": [0.10733219236135483, 0.030995327979326248, 0.0696275532245636, 0.086085744202137, 0.03560030832886696, 0.017754660919308662, 0.04443250596523285, 0.017348913475871086, 0.02663542702794075, 0.02813141606748104, 0.11617913842201233, 0.03156818822026253, 0.06312299519777298, 0.11257456988096237, 0.05452341586351395, 0.0405290462076664, 0.07606503367424011, 0.13841384649276733, 0.04934721067547798, 0.08258862793445587, 0.021635033190250397, 0.029427185654640198, 0.02060040645301342, 0.1263665407896042, 0.08073688298463821, 0.09103468060493469, 0.35353150963783264, 0.0], "count": [1184]}, "action": {"min": [-0.22035545110702515, 0.1262865662574768, 0.08739844709634781, -1.841164231300354, -0.13751885294914246, -0.08533242344856262, -0.24773749709129333, -0.3187433183193207, 0.34535330533981323, 0.07601325213909149, -1.7235255241394043, -1.4377111196517944, -1.0567294359207153, -0.2306823432445526, 0.002330014482140541, -0.3045588731765747, -1.8234436511993408, -0.1699056178331375, -0.1395139843225479, -0.060585830360651016, -0.31352606415748596, -0.4705396294593811, 0.05774037539958954, 1.3349539041519165, -1.455568552017212, 0.8507382869720459, 1000.0, 1000.0], "max": [0.21419334411621094, 0.2798188328742981, 0.3222335875034332, -1.4284123182296753, 0.02673299051821232, 0.0012533646076917648, -0.050673454999923706, -0.2701449394226074, 0.45683154463768005, 0.185538187623024, -1.3854994773864746, -1.2834382057189941, -0.8123241662979126, 0.2419157326221466, 0.15894494950771332, -0.1601884961128235, -1.4433338642120361, 0.18789996206760406, 0.058255817741155624, 0.16570155322551727, -0.24687212705612183, -0.3463859558105469, 0.12078706175088882, 1.6843682527542114, -1.144535779953003, 1.149937629699707, 1001.875, 1000.0], "mean": [0.11813367158174515, 0.19526976346969604, 0.13284006714820862, -1.6807048320770264, -0.08719608932733536, -0.02893311344087124, -0.16463999450206757, -0.3052113652229309, 0.3765227198600769, 0.1588689088821411, -1.4759290218353271, -1.3667011260986328, -0.9639937877655029, -0.03816421329975128, 0.10855543613433838, -0.23924441635608673, -1.639868974685669, 0.05817133188247681, -0.041602253913879395, 0.020708881318569183, -0.29105448722839355, -0.3950415849685669, 0.10750330239534378, 1.4514496326446533, -1.3453121185302734, 1.078395128250122, 1000.918701171875, 1000.0], "std": [0.107296422123909, 0.030991680920124054, 0.06963877379894257, 0.08597222715616226, 0.03557176887989044, 0.017695825546979904, 0.044309183955192566, 0.0173475481569767, 0.026618212461471558, 0.028126589953899384, 0.11616872251033783, 0.03148925304412842, 0.06306957453489304, 0.11261975765228271, 0.05452637001872063, 0.04057823121547699, 0.07606656849384308, 0.13836261630058289, 0.04942570626735687, 0.08258937299251556, 0.021639471873641014, 0.02943817712366581, 0.020597856491804123, 0.12632182240486145, 0.08073833584785461, 0.0910322442650795, 0.3536989092826843, 0.0], "count": [1184]}, "timestamp": {"min": [0.0], "max": [39.43333333333333], "mean": [19.71666666666667], "std": [11.393041248450253], "count": [1184]}, "frame_index": {"min": [0], "max": [1183], "mean": [591.5], "std": [341.79123745350756], "count": [1184]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [1184]}, "index": {"min": [91014], "max": [92197], "mean": [91605.5], "std": [341.79123745350756], "count": [1184]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1184]}, "subtask_annotation": {"mean": [1.0827702702702702, 3.0, 3.0, 3.0, 3.0], "std": [0.8522072461951248, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1184]}, "scene_annotation": {"mean": [91.0], "std": [0.0], "min": [91], "max": [91], "count": [1184]}, "eef_direction_state": {"mean": [4.753378378378378, 5.090371621621622], "std": [2.2021922597088337, 1.918819103977545], "min": [0, 0], "max": [6, 6], "count": [1184]}, "eef_velocity_state": {"mean": [0.2635135135135135, 0.20016891891891891], "std": [0.44053846791089174, 0.4001266334771438], "min": [0, 0], "max": [1, 1], "count": [1184]}, "eef_acc_mag_state": {"mean": [0.09628378378378379, 0.059966216216216214], "std": [0.3888475356142088, 0.3113050106719568], "min": [0, 0], "max": [2, 2], "count": [1184]}, "eef_direction_action": {"mean": [4.753378378378378, 5.090371621621622], "std": [2.2021922597088337, 1.918819103977545], "min": [0, 0], "max": [6, 6], "count": [1184]}, "eef_velocity_action": {"mean": [0.2635135135135135, 0.20016891891891891], "std": [0.44053846791089174, 0.4001266334771438], "min": [0, 0], "max": [1, 1], "count": [1184]}, "eef_acc_mag_action": {"mean": [0.09628378378378379, 0.059966216216216214], "std": [0.3888475356142088, 0.3113050106719568], "min": [0, 0], "max": [2, 2], "count": [1184]}, "eef_sim_pose_state": {"mean": [0.42087016595573584, 0.235749716787586, 1.138992754727472, 0.02337340091670004, -0.0923040793258917, 1.2521007114243787, 0.43801973789472887, -0.17974442805798174, 1.1475231708836924, 0.03912799161056675, -0.04377155760061739, -1.3109842191795038], "std": [0.027906224571193596, 0.020807783618141378, 0.014653295423445848, 0.03407218865125662, 0.051303910781652806, 0.09431373667986917, 0.03055440975541853, 0.015475122029406947, 0.01961878238597701, 0.043478744736526, 0.1155287749107111, 0.07081246441596072], "min": [0.39380924692069097, 0.16852570063333047, 1.1238157840787846, -0.052931286441868286, -0.22477003140747587, 1.0557778546845502, 0.3883785916130779, -0.19712499665852515, 1.1223008192202466, -0.04037499497245656, -0.23777744308904314, -1.4052806714987445], "max": [0.508235040448364, 0.25783696990450977, 1.168278811098295, 0.05237075539513114, -0.05673813463765365, 1.3789400650338468, 0.5159598002627781, -0.1390881478667302, 1.188320931744385, 0.1280817327946917, 0.05089432159847029, -1.1370199087333765], "count": [1184]}, "eef_sim_pose_action": {"mean": [0.42083045963876753, 0.23574820760159165, 1.1389981211795792, 0.023411154429320753, -0.09228825485244353, 1.2520312657878399, 0.438001973425879, -0.17974419156364538, 1.1475131039632371, 0.0391815943500437, -0.043796238562698125, -1.310926717002956], "std": [0.02789378818636385, 0.02080701056937842, 0.014648905357589174, 0.03407711864612483, 0.05131181299908812, 0.09425059644066609, 0.030564729679513625, 0.015475003490347545, 0.019628258811686023, 0.04347677760165922, 0.11551170066084863, 0.07079500738903878], "min": [0.39380924692069097, 0.16852570063333047, 1.1238157840787846, -0.052931286441868286, -0.22477003140747587, 1.0557778546845502, 0.3883785916130779, -0.19712499665852515, 1.1223008192202466, -0.04037499497245656, -0.23777744308904314, -1.4052806714987445], "max": [0.508235040448364, 0.25783696990450977, 1.168278811098295, 0.05237075539513114, -0.05673813463765365, 1.3789400650338468, 0.5159598002627781, -0.1390881478667302, 1.188320931744385, 0.1280817327946917, 0.05089432159847029, -1.1370199087333765], "count": [1184]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1184]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1184]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1184]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1184]}, "gripper_open_scale_state": {"mean": [0.9099251778998607, 0.9090909090909041], "std": [0.0003213928588508469, 4.9960036108132044e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9107954545454545, 0.9090909090909091], "count": [1184]}, "gripper_open_scale_action": {"mean": [0.909925491557954, 0.9090909090909041], "std": [0.00032154610896002744, 4.9960036108132044e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9107954545454545, 0.9090909090909091], "count": [1184]}}} +{"episode_index": 92, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.487398359617416]], [[0.48552203612926653]], [[0.48101788514227245]]], "std": [[[0.3475055402273993]], [[0.33274308934586855]], [[0.34683340268311025]]], "count": [198]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3704009261322374]], [[0.37237794715950356]], [[0.36652645016339874]]], "std": [[[0.2788637730684866]], [[0.2733928492147189]], [[0.28035428386982747]]], "count": [198]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4274484365715983]], [[0.43123731597015913]], [[0.41869793317158516]]], "std": [[[0.3169103222416581]], [[0.30316257559768356]], [[0.30709848857195615]]], "count": [198]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4107849873324751]], [[0.41564724656697694]], [[0.40754322019211725]]], "std": [[[0.31949224848709024]], [[0.3032684082269664]], [[0.3105486362850038]]], "count": [198]}, "observation.state": {"min": [-0.327872097492218, 0.18354208767414093, 0.08018915355205536, -1.6853259801864624, -0.1798812747001648, -0.14784793555736542, -0.3165525496006012, -0.3269774317741394, 0.37891605496406555, 0.07802194356918335, -1.8351539373397827, -1.4393800497055054, -1.0566881895065308, -0.21004928648471832, 0.03473750501871109, -0.2902875244617462, -1.8393818140029907, -0.24664665758609772, -0.13294608891010284, -0.06059589236974716, -0.30672910809516907, -0.49122416973114014, 0.06253406405448914, 1.3349539041519165, -1.4347552061080933, 0.7368155717849731, 1000.0, 1000.0], "max": [0.10169269889593124, 0.2848857343196869, 0.3710842728614807, -1.3834232091903687, 0.03654719516634941, 0.00014835281763225794, -0.05067127197980881, -0.25503718852996826, 0.48007410764694214, 0.18479181826114655, -1.3855985403060913, -1.2410410642623901, -0.6912959814071655, 0.32631218433380127, 0.19016234576702118, -0.1516112983226776, -1.3857160806655884, 0.18786287307739258, 0.05964880809187889, 0.20284652709960938, -0.2353263795375824, -0.3491321802139282, 0.13093681633472443, 1.7703666687011719, -1.1052830219268799, 1.1448123455047607, 1002.0, 1000.0], "mean": [0.02130652405321598, 0.21336516737937927, 0.14601247012615204, -1.5629699230194092, -0.10755600035190582, -0.08910910040140152, -0.194442480802536, -0.31019407510757446, 0.40219688415527344, 0.16593430936336517, -1.5213884115219116, -1.3518978357315063, -0.9618024230003357, -0.02456858940422535, 0.1407586932182312, -0.25080606341362, -1.6444206237792969, 0.07882128655910492, -0.03268200531601906, 0.028012804687023163, -0.28715312480926514, -0.39715370535850525, 0.11067081242799759, 1.4710661172866821, -1.349044919013977, 1.0554026365280151, 1001.021728515625, 1000.0], "std": [0.12142474204301834, 0.022274116054177284, 0.09036386013031006, 0.06101829931139946, 0.05700252577662468, 0.02929781936109066, 0.06348530948162079, 0.022712048143148422, 0.027327194809913635, 0.031464673578739166, 0.15064150094985962, 0.04907999932765961, 0.1127733588218689, 0.12935784459114075, 0.03412479907274246, 0.028896605595946312, 0.09723732620477676, 0.13108481466770172, 0.04486507177352905, 0.10282427072525024, 0.02613224647939205, 0.03414975106716156, 0.01789400726556778, 0.15994146466255188, 0.08193826675415039, 0.11102279275655746, 0.3989998400211334, 0.0], "count": [1161]}, "action": {"min": [-0.327872097492218, 0.18354208767414093, 0.08018915355205536, -1.6853259801864624, -0.1798812747001648, -0.14784793555736542, -0.3165525496006012, -0.3269774317741394, 0.37891605496406555, 0.07802194356918335, -1.8351539373397827, -1.4393800497055054, -1.0566881895065308, -0.21004928648471832, 0.03473750501871109, -0.2902875244617462, -1.8393818140029907, -0.24664665758609772, -0.13294608891010284, -0.06059782952070236, -0.30672910809516907, -0.49122416973114014, 0.06253406405448914, 1.3349539041519165, -1.4347552061080933, 0.7368155717849731, 1000.0, 1000.0], "max": [0.10169269889593124, 0.2848857343196869, 0.3710842728614807, -1.3834232091903687, 0.03654719516634941, 0.00014835281763225794, -0.05067127197980881, -0.25503718852996826, 0.48007410764694214, 0.18479181826114655, -1.3855985403060913, -1.2410410642623901, -0.6912959814071655, 0.32631218433380127, 0.19016234576702118, -0.1516112983226776, -1.3857160806655884, 0.18786287307739258, 0.05964880809187889, 0.20284652709960938, -0.2353263795375824, -0.3491321802139282, 0.13093681633472443, 1.7703666687011719, -1.1052830219268799, 1.1448169946670532, 1002.0, 1000.0], "mean": [0.021381864324212074, 0.21335037052631378, 0.14595778286457062, -1.5630145072937012, -0.10756034404039383, -0.08912817388772964, -0.19457030296325684, -0.31020063161849976, 0.4021744132041931, 0.16593682765960693, -1.5214331150054932, -1.3519781827926636, -0.9617705345153809, -0.024646202102303505, 0.14073099195957184, -0.2507559061050415, -1.644465446472168, 0.0787031278014183, -0.03275606036186218, 0.02821999415755272, -0.2871531546115875, -0.397129625082016, 0.11066250503063202, 1.4712716341018677, -1.3490716218948364, 1.0552937984466553, 1001.02099609375, 1000.0], "std": [0.12144266813993454, 0.022277651354670525, 0.09038212150335312, 0.06101086735725403, 0.05700497701764107, 0.029298624023795128, 0.06334498524665833, 0.022715652361512184, 0.027329787611961365, 0.031466010957956314, 0.1506091058254242, 0.04905414208769798, 0.1127520501613617, 0.12940536439418793, 0.03412361443042755, 0.028931351378560066, 0.09724503010511398, 0.1310482770204544, 0.04495236277580261, 0.10288780182600021, 0.02613227441906929, 0.03416502848267555, 0.017891624942421913, 0.15991978347301483, 0.08195894956588745, 0.1109972670674324, 0.398248553276062, 0.0], "count": [1161]}, "timestamp": {"min": [0.0], "max": [38.666666666666664], "mean": [19.333333333333332], "std": [11.17172356475971], "count": [1161]}, "frame_index": {"min": [0], "max": [1160], "mean": [580.0], "std": [335.1517069427913], "count": [1161]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [1161]}, "index": {"min": [92198], "max": [93358], "mean": [92778.0], "std": [335.1517069427913], "count": [1161]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1161]}, "subtask_annotation": {"mean": [1.1498708010335916, 3.0, 3.0, 3.0, 3.0], "std": [0.9016792070563129, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1161]}, "scene_annotation": {"mean": [92.0], "std": [0.0], "min": [92], "max": [92], "count": [1161]}, "eef_direction_state": {"mean": [4.925925925925926, 4.614987080103359], "std": [2.021339564367765, 2.3673961143947735], "min": [0, 0], "max": [6, 6], "count": [1161]}, "eef_velocity_state": {"mean": [0.23428079242032732, 0.268733850129199], "std": [0.42354846561313036, 0.4433012157934314], "min": [0, 0], "max": [1, 1], "count": [1161]}, "eef_acc_mag_state": {"mean": [0.08613264427217916, 0.10938845822566753], "std": [0.36818657917215974, 0.41203646030577135], "min": [0, 0], "max": [2, 2], "count": [1161]}, "eef_direction_action": {"mean": [4.925925925925926, 4.614987080103359], "std": [2.021339564367765, 2.3673961143947735], "min": [0, 0], "max": [6, 6], "count": [1161]}, "eef_velocity_action": {"mean": [0.23428079242032732, 0.268733850129199], "std": [0.4235484656131304, 0.4433012157934314], "min": [0, 0], "max": [1, 1], "count": [1161]}, "eef_acc_mag_action": {"mean": [0.08613264427217916, 0.10938845822566753], "std": [0.36818657917215974, 0.41203646030577135], "min": [0, 0], "max": [2, 2], "count": [1161]}, "eef_sim_pose_state": {"mean": [0.44746523046772024, 0.244674573157452, 1.131709370710603, -0.0019376905415268639, -0.11243512441721536, 1.2314197782606822, 0.44087907531833004, -0.18471410712012828, 1.1518697539863452, 0.03415290741512739, -0.05753538688498607, -1.290207139505315], "std": [0.030681396235512876, 0.022246004960719986, 0.021552862140147337, 0.025976767723436447, 0.09918416793744732, 0.1208040353026348, 0.03576874894701498, 0.012247350103733009, 0.023578402277573948, 0.04341539857324871, 0.13638619881861946, 0.09246815098742198], "min": [0.42512334838026716, 0.17766688592361948, 1.1162967211548194, -0.08349429841650924, -0.33090167000328896, 0.9662389802530751, 0.3933183390312997, -0.20650012700114898, 1.129444716148947, -0.010207940512951597, -0.4370783164164833, -1.3665271509294894], "max": [0.5345509098069497, 0.25963185840485314, 1.186134798107236, 0.03897100655855623, -0.023364624846028414, 1.3789537595209396, 0.5386061834181084, -0.14826609997907747, 1.1991069314154739, 0.15320303944893232, 0.05085468369750967, -1.1140989796556349], "count": [1161]}, "eef_sim_pose_action": {"mean": [0.44744455385912524, 0.24468448765187834, 1.131703183742546, -0.0019333920573308446, -0.11241000592150774, 1.2313364496566395, 0.440859667797749, -0.18472036847685278, 1.1518650955016516, 0.03420359931320422, -0.057625821173918804, -1.2900421220820797], "std": [0.030685681553345716, 0.022249741023453375, 0.0215561508609682, 0.02597839804726206, 0.09919707156730806, 0.12073559816807902, 0.03578034458631369, 0.012250691019166898, 0.02358226423290465, 0.04341680950633106, 0.1363491409164659, 0.09250288512738844], "min": [0.42512334838026716, 0.17766688592361948, 1.1162967211548194, -0.08349429841650924, -0.33090167000328896, 0.9662389802530751, 0.3933183390312997, -0.20650012700114898, 1.129444716148947, -0.010207940512951597, -0.4370783164164833, -1.3665271509294894], "max": [0.5345509098069497, 0.25963185840485314, 1.186134798107236, 0.03897100655855623, -0.023364624846028414, 1.3789537595209396, 0.5386061834181084, -0.14826609997907747, 1.1991069314154739, 0.15320303944893232, 0.05085468369750967, -1.1140989796556349], "count": [1161]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1161]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1161]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1161]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1161]}, "gripper_open_scale_state": {"mean": [0.9100193970022887, 0.9090909090909023], "std": [0.00036272611050567244, 6.772360450213455e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1161]}, "gripper_open_scale_action": {"mean": [0.9100186259740407, 0.9090909090909023], "std": [0.0003620425138658701, 6.772360450213455e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1161]}}} +{"episode_index": 93, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4665175073481069]], [[0.47127256642301896]], [[0.4643830176547937]]], "std": [[[0.34511277613560737]], [[0.3327060025199216]], [[0.3454455788193717]]], "count": [169]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37659927558301426]], [[0.37845391359206404]], [[0.37244061931972]]], "std": [[[0.2819098343313576]], [[0.2770481371403187]], [[0.284060751532476]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41347518201067407]], [[0.41491194357427386]], [[0.4030050409463588]]], "std": [[[0.32024389937061554]], [[0.30188233913362456]], [[0.307274931426654]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3943588716305062]], [[0.40497527144486983]], [[0.3954662929767568]]], "std": [[[0.3159218365889216]], [[0.2996214283569551]], [[0.3071634535755692]]], "count": [169]}, "observation.state": {"min": [-0.09220138192176819, 0.21160808205604553, 0.10462921857833862, -1.856245994567871, -0.17605026066303253, -0.07938957959413528, -0.32886365056037903, -0.318765789270401, 0.34934455156326294, 0.09354949742555618, -1.852251648902893, -1.519412875175476, -1.0561641454696655, -0.24124595522880554, 0.03888702392578125, -0.298169881105423, -1.9010910987854004, -0.04484077915549278, -0.04273547604680061, -0.06402195245027542, -0.30654338002204895, -0.39805370569229126, 0.054372310638427734, 1.3344930410385132, -1.432472586631775, 0.9844832420349121, 1000.0, 999.5], "max": [0.2012004554271698, 0.3748825490474701, 0.33998575806617737, -1.5267267227172852, -0.035929784178733826, 0.05699918046593666, -0.05065163969993591, -0.2549368143081665, 0.4120938777923584, 0.1814689338207245, -1.384897232055664, -1.2892802953720093, -0.679307222366333, 0.01255764439702034, 0.1582915484905243, -0.1934162974357605, -1.6350702047348022, 0.18784542381763458, 0.07394850999116898, 0.1461287885904312, -0.23999375104904175, -0.33738213777542114, 0.12497124820947647, 1.6487314701080322, -1.3042726516723633, 1.1450183391571045, 1002.0, 1000.0], "mean": [0.10984436422586441, 0.2679115831851959, 0.16645511984825134, -1.709144115447998, -0.10756506770849228, -0.017015619203448296, -0.20033636689186096, -0.2979356050491333, 0.37316128611564636, 0.15903201699256897, -1.5513124465942383, -1.381971836090088, -0.8813738226890564, -0.09644502401351929, 0.12417741119861603, -0.250706285238266, -1.7119996547698975, 0.10368221998214722, -0.014866211451590061, 0.007118949666619301, -0.2893392741680145, -0.37686577439308167, 0.10760119557380676, 1.417551875114441, -1.3938419818878174, 1.097975492477417, 1000.9296875, 999.9915161132812], "std": [0.08263249695301056, 0.045556116849184036, 0.08135783672332764, 0.08861827850341797, 0.029145201668143272, 0.03589248284697533, 0.07858290523290634, 0.022091291844844818, 0.0199254360049963, 0.02988363243639469, 0.14915436506271362, 0.05856692045927048, 0.1177101656794548, 0.06671566516160965, 0.04137065261602402, 0.02707803063094616, 0.09698884189128876, 0.09970903396606445, 0.03884763643145561, 0.0852811336517334, 0.023900629952549934, 0.01873457059264183, 0.019888225942850113, 0.1155795305967331, 0.021786298602819443, 0.06116321310400963, 0.35434845089912415, 0.05900118872523308], "count": [941]}, "action": {"min": [-0.09220138192176819, 0.21160808205604553, 0.10462921857833862, -1.856245994567871, -0.17605026066303253, -0.07938957959413528, -0.32886365056037903, -0.31876689195632935, 0.34934455156326294, 0.09354949742555618, -1.852251648902893, -1.519412875175476, -1.0561641454696655, -0.24124595522880554, 0.03888702392578125, -0.298169881105423, -1.9010910987854004, -0.04484077915549278, -0.04273547604680061, -0.06402195245027542, -0.30654338002204895, -0.39805370569229126, 0.054372310638427734, 1.3344930410385132, -1.432472586631775, 0.9844832420349121, 1000.0, 999.5], "max": [0.2012004554271698, 0.3748825490474701, 0.33998575806617737, -1.5267267227172852, -0.035929784178733826, 0.05699918046593666, -0.05065163969993591, -0.2549368143081665, 0.4120938777923584, 0.1814689338207245, -1.384897232055664, -1.2892802953720093, -0.679307222366333, 0.01255764439702034, 0.1582915484905243, -0.1934162974357605, -1.6350702047348022, 0.18784542381763458, 0.07394850999116898, 0.1461287885904312, -0.23999375104904175, -0.33738213777542114, 0.12497124820947647, 1.6487314701080322, -1.3042726516723633, 1.1450183391571045, 1002.0, 1000.0], "mean": [0.11002101004123688, 0.2679435610771179, 0.16641123592853546, -1.7093435525894165, -0.10753616690635681, -0.01695648394525051, -0.20048686861991882, -0.29792818427085876, 0.37310874462127686, 0.1590275764465332, -1.5514044761657715, -1.382066011428833, -0.8812299370765686, -0.09659603238105774, 0.1240774542093277, -0.2506445050239563, -1.7121881246566772, 0.10346018522977829, -0.014744722284376621, 0.007282415870577097, -0.28932178020477295, -0.37682458758354187, 0.10758078843355179, 1.4176416397094727, -1.3938556909561157, 1.0978103876113892, 1000.92919921875, 999.9915161132812], "std": [0.08258818835020065, 0.045530639588832855, 0.08137907087802887, 0.08841872215270996, 0.02912910282611847, 0.035835783928632736, 0.07843159139156342, 0.022085458040237427, 0.019887862727046013, 0.029880627989768982, 0.1490783393383026, 0.05848929286003113, 0.11757946014404297, 0.06679093092679977, 0.04140183702111244, 0.027122855186462402, 0.09701158851385117, 0.09975408017635345, 0.0389389842748642, 0.0852985829114914, 0.023894069716334343, 0.018749332055449486, 0.019884750247001648, 0.11554814875125885, 0.021792231127619743, 0.061246924102306366, 0.35441237688064575, 0.05900118872523308], "count": [941]}, "timestamp": {"min": [0.0], "max": [31.333333333333332], "mean": [15.66666666666667], "std": [9.054771608875008], "count": [941]}, "frame_index": {"min": [0], "max": [940], "mean": [470.0], "std": [271.6431482662502], "count": [941]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [941]}, "index": {"min": [93359], "max": [94299], "mean": [93829.0], "std": [271.6431482662502], "count": [941]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [941]}, "subtask_annotation": {"mean": [0.9489904357066951, 3.0, 3.0, 3.0, 3.0], "std": [0.9148390222754632, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [941]}, "scene_annotation": {"mean": [93.0], "std": [0.0], "min": [93], "max": [93], "count": [941]}, "eef_direction_state": {"mean": [5.121147715196599, 5.202975557917109], "std": [1.7772290819837124, 1.9203678326247897], "min": [0, 0], "max": [6, 6], "count": [941]}, "eef_velocity_state": {"mean": [0.2412327311370882, 0.14984059511158343], "std": [0.427831158946171, 0.35691510358653833], "min": [0, 0], "max": [1, 1], "count": [941]}, "eef_acc_mag_state": {"mean": [0.09458023379383634, 0.06376195536663125], "std": [0.3809802770636875, 0.31635255672533286], "min": [0, 0], "max": [2, 2], "count": [941]}, "eef_direction_action": {"mean": [5.121147715196599, 5.202975557917109], "std": [1.7772290819837124, 1.9203678326247895], "min": [0, 0], "max": [6, 6], "count": [941]}, "eef_velocity_action": {"mean": [0.2412327311370882, 0.14984059511158343], "std": [0.427831158946171, 0.35691510358653833], "min": [0, 0], "max": [1, 1], "count": [941]}, "eef_acc_mag_action": {"mean": [0.09458023379383634, 0.06376195536663125], "std": [0.3809802770636875, 0.31635255672533286], "min": [0, 0], "max": [2, 2], "count": [941]}, "eef_sim_pose_state": {"mean": [0.42066312422567337, 0.2422560931124084, 1.1473522946545944, 0.035837144675641495, -0.13506549017054154, 1.1703280563516454, 0.42014671648293467, -0.17958711883216383, 1.1505683708767194, 0.026437568143278054, 0.0038019928141000696, -1.3067964011950175], "std": [0.019862164523368663, 0.01892754358487795, 0.021180290676690836, 0.028672800260828645, 0.05918889816762185, 0.1529751499941867, 0.017458687945276302, 0.013040249548706535, 0.02074809149832382, 0.04427044082280164, 0.05721899764742084, 0.08526836240119023], "min": [0.3965371240670101, 0.19525494233741617, 1.1237986520918706, -0.038302266559250286, -0.26002156343030847, 0.8830152232810989, 0.3820801548649316, -0.18865255944806847, 1.1349871168063572, -0.04694262063494303, -0.09888372593817718, -1.4129116943893623], "max": [0.46579028457909466, 0.2612643127279842, 1.1856609634552833, 0.07654423337077693, -0.07400225031150587, 1.378912150184591, 0.4458670952910913, -0.14090257216508148, 1.1918070697920067, 0.13954143216297377, 0.050845139538425066, -1.1349421142796763], "count": [941]}, "eef_sim_pose_action": {"mean": [0.42061423768285044, 0.24226471696498147, 1.1473644856325793, 0.03588975564673413, -0.13509533748438604, 1.170173630769403, 0.42010797585560045, -0.17957580166146828, 1.1505906012070402, 0.026385270334429486, 0.0037067528526018062, -1.306691451105544], "std": [0.019838835853528178, 0.01893168781974612, 0.021170039082912723, 0.028662727580050895, 0.05916627599706992, 0.15283779745369877, 0.01747553721396275, 0.013037944466833727, 0.020742603081673985, 0.044323656351805955, 0.05721527922692998, 0.08525581832458302], "min": [0.3965371240670101, 0.19525494233741617, 1.1237986520918706, -0.038302266559250286, -0.26002156343030847, 0.8830152232810989, 0.3820801548649316, -0.18865255944806847, 1.1349871168063572, -0.04694262063494303, -0.09888372593817718, -1.4129116943893623], "max": [0.46579028457909466, 0.2612643127279842, 1.1856609634552833, 0.07654423337077693, -0.07400225031150587, 1.378912150184591, 0.4458670952910913, -0.14090257216508148, 1.1918070697920067, 0.13954143216297377, 0.050845139538425066, -1.1349421142796763], "count": [941]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [941]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [941]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [941]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [941]}, "gripper_open_scale_state": {"mean": [0.9099360294837779, 0.9090831803690407], "std": [0.0003221349528626653, 5.363731537096047e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9109090909090909, 0.9090909090909091], "count": [941]}, "gripper_open_scale_action": {"mean": [0.9099355933751745, 0.9090831803690407], "std": [0.00032219333485581416, 5.363731537096047e-05], "min": [0.9090909090909091, 0.9086363636363637], "max": [0.9109090909090909, 0.9090909090909091], "count": [941]}}} +{"episode_index": 94, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4724697747837092]], [[0.47737456434886094]], [[0.4704827227133628]]], "std": [[[0.34633171538343077]], [[0.3340642437331218]], [[0.346666948958041]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3740558731440553]], [[0.37590145193433827]], [[0.36995704526993844]]], "std": [[[0.28083479959115315]], [[0.2757878597059991]], [[0.2828545357670464]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4066416350258793]], [[0.407776946616797]], [[0.39785944996977596]]], "std": [[[0.3167140845251111]], [[0.29689718236019697]], [[0.30430126806141067]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3712733645963202]], [[0.3831749121613963]], [[0.37281928387925495]]], "std": [[[0.3004658370946869]], [[0.28681008853504614]], [[0.2937776078608287]]], "count": [173]}, "observation.state": {"min": [-0.0899968147277832, 0.20201967656612396, 0.06879433244466782, -1.901395559310913, -0.17331883311271667, -0.10517354309558868, -0.28717973828315735, -0.319364994764328, 0.3145740032196045, 0.08904443681240082, -1.8136825561523438, -1.4343631267547607, -1.0566881895065308, -0.26931193470954895, -0.007781987078487873, -0.30082932114601135, -1.8809620141983032, -0.07133269309997559, -0.09400998055934906, -0.06060764938592911, -0.3065166175365448, -0.42118364572525024, 0.04272356256842613, 1.3349539041519165, -1.438086986541748, 1.0078675746917725, 1000.0, 1000.0], "max": [0.2996828556060791, 0.36484581232070923, 0.35426145792007446, -1.5269231796264648, 0.06729662418365479, 0.026462463662028313, -0.05065381899476051, -0.2706316113471985, 0.4120935797691345, 0.18788930773735046, -1.3708471059799194, -1.2891275882720947, -0.6219175457954407, 0.08490808308124542, 0.15828391909599304, -0.16177783906459808, -1.6103891134262085, 0.18785198032855988, 0.04018838703632355, 0.11990956962108612, -0.2479073703289032, -0.32487425208091736, 0.12059225142002106, 1.635196328163147, -1.3138197660446167, 1.1494990587234497, 1002.0, 1000.0], "mean": [0.12506085634231567, 0.24628733098506927, 0.13513925671577454, -1.6970332860946655, -0.12630929052829742, -0.025878291577100754, -0.19088168442249298, -0.3036661446094513, 0.37237638235092163, 0.1673780232667923, -1.4985709190368652, -1.384955883026123, -0.9316468238830566, -0.0889999270439148, 0.11416146159172058, -0.24955205619335175, -1.6909528970718384, 0.09889397770166397, -0.03803779184818268, 0.005646897479891777, -0.29127049446105957, -0.37969642877578735, 0.10551895946264267, 1.4241374731063843, -1.3882042169570923, 1.1114506721496582, 1000.9378051757812, 1000.0], "std": [0.09194585680961609, 0.05085732787847519, 0.08466999977827072, 0.08662497252225876, 0.06789828836917877, 0.02911604382097721, 0.06565334647893906, 0.01673753187060356, 0.02384290099143982, 0.02911526709794998, 0.16974197328090668, 0.04014408215880394, 0.13914915919303894, 0.08075882494449615, 0.055050767958164215, 0.03099067509174347, 0.08050259947776794, 0.10577505826950073, 0.02945858985185623, 0.07752182334661484, 0.020606128498911858, 0.021693553775548935, 0.02263966016471386, 0.112376868724823, 0.02979801595211029, 0.048176273703575134, 0.37506431341171265, 0.0], "count": [968]}, "action": {"min": [-0.0899968147277832, 0.20201967656612396, 0.06879433244466782, -1.901395559310913, -0.17331883311271667, -0.10517354309558868, -0.28717973828315735, -0.319364994764328, 0.3145740032196045, 0.08904443681240082, -1.8136825561523438, -1.4343631267547607, -1.0566881895065308, -0.26931193470954895, -0.007781987078487873, -0.30082932114601135, -1.8809620141983032, -0.07133269309997559, -0.09400998055934906, -0.06060764938592911, -0.3065166175365448, -0.42118364572525024, 0.04272356256842613, 1.3349539041519165, -1.438086986541748, 1.0078675746917725, 1000.0, 1000.0], "max": [0.2996828556060791, 0.36484581232070923, 0.35426145792007446, -1.5269231796264648, 0.06729662418365479, 0.026462463662028313, -0.05065381899476051, -0.2706316113471985, 0.4120936989784241, 0.18788930773735046, -1.3708471059799194, -1.2891275882720947, -0.6219175457954407, 0.08490808308124542, 0.15828391909599304, -0.16177783906459808, -1.6103891134262085, 0.18785198032855988, 0.04018838703632355, 0.11990956962108612, -0.2479073703289032, -0.32487425208091736, 0.12059225142002106, 1.635196328163147, -1.3138197660446167, 1.1494990587234497, 1002.0, 1000.0], "mean": [0.12522250413894653, 0.2462817281484604, 0.13505832850933075, -1.6972006559371948, -0.12634626030921936, -0.02580995112657547, -0.19100533425807953, -0.30366256833076477, 0.3723312020301819, 0.16738444566726685, -1.498557686805725, -1.385076642036438, -0.9316092729568481, -0.08912012726068497, 0.11400973796844482, -0.24945080280303955, -1.6910500526428223, 0.09866494685411453, -0.03808854520320892, 0.005759830120950937, -0.2912583649158478, -0.3796684443950653, 0.1055075153708458, 1.4242323637008667, -1.3881222009658813, 1.1114540100097656, 1000.9384765625, 1000.0], "std": [0.09187409281730652, 0.05086098611354828, 0.08469539135694504, 0.08645254373550415, 0.06791415065526962, 0.029068278148770332, 0.06550170481204987, 0.016734709963202477, 0.02380901388823986, 0.02911900170147419, 0.16975054144859314, 0.040030986070632935, 0.1391192376613617, 0.08080041408538818, 0.05513125658035278, 0.031116053462028503, 0.0804920345544815, 0.10582226514816284, 0.02950868383049965, 0.07750489562749863, 0.020600609481334686, 0.021698324009776115, 0.02263483963906765, 0.11234091967344284, 0.02988411672413349, 0.048178721219301224, 0.37570714950561523, 0.0], "count": [968]}, "timestamp": {"min": [0.0], "max": [32.233333333333334], "mean": [16.116666666666667], "std": [9.314579372622733], "count": [968]}, "frame_index": {"min": [0], "max": [967], "mean": [483.5], "std": [279.43738117868196], "count": [968]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [968]}, "index": {"min": [94300], "max": [95267], "mean": [94783.5], "std": [279.43738117868196], "count": [968]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [968]}, "subtask_annotation": {"mean": [1.0010330578512396, 3.0, 3.0, 3.0, 3.0], "std": [0.9198224355584957, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [968]}, "scene_annotation": {"mean": [94.0], "std": [0.0], "min": [94], "max": [94], "count": [968]}, "eef_direction_state": {"mean": [4.860537190082645, 4.630165289256198], "std": [2.1086628975630517, 2.3145245601681554], "min": [0, 0], "max": [6, 6], "count": [968]}, "eef_velocity_state": {"mean": [0.24896694214876033, 0.28615702479338845], "std": [0.43241462031926575, 0.45196369539464615], "min": [0, 0], "max": [1, 1], "count": [968]}, "eef_acc_mag_state": {"mean": [0.13016528925619836, 0.12086776859504132], "std": [0.44951669817222206, 0.4298501457532769], "min": [0, 0], "max": [2, 2], "count": [968]}, "eef_direction_action": {"mean": [4.860537190082645, 4.630165289256198], "std": [2.1086628975630517, 2.3145245601681554], "min": [0, 0], "max": [6, 6], "count": [968]}, "eef_velocity_action": {"mean": [0.24896694214876033, 0.28615702479338845], "std": [0.43241462031926575, 0.45196369539464615], "min": [0, 0], "max": [1, 1], "count": [968]}, "eef_acc_mag_action": {"mean": [0.13016528925619836, 0.12086776859504132], "std": [0.44951669817222206, 0.4298501457532769], "min": [0, 0], "max": [2, 2], "count": [968]}, "eef_sim_pose_state": {"mean": [0.4182764026071269, 0.24718345023772784, 1.1415602144076114, 0.03574857491123337, -0.09722728466803107, 1.2144635331215468, 0.422603411933389, -0.17749032765484574, 1.1472089460204675, 0.038637698397325455, 0.005823758117802567, -1.31083648978608], "std": [0.023323959333211276, 0.018779212990409893, 0.01608108844692428, 0.021076035483675593, 0.10659546503128585, 0.146132637626448, 0.021370539435877127, 0.016338086351289294, 0.017244059334148406, 0.04050930533129816, 0.05786778035180431, 0.07605021088118921], "min": [0.3675976330687273, 0.18953817345748156, 1.1230940623565515, -0.016985383305274215, -0.3385754160172598, 0.9428451192159464, 0.3709830161340398, -0.18757955126291487, 1.1350111858644574, 0.0058567799810819166, -0.11045046495216027, -1.3663141047315022], "max": [0.4649283803484114, 0.25991070874903477, 1.1712579818456872, 0.06718410703385302, -0.011806527937040512, 1.3788408848203453, 0.4679759713165746, -0.12745417178607357, 1.184557442285979, 0.12764555202716288, 0.057797000940149834, -1.160209707348268], "count": [968]}, "eef_sim_pose_action": {"mean": [0.4182328205162911, 0.2471963753034826, 1.1415680393231036, 0.03579572252369436, -0.09716418644101606, 1.2143892420142997, 0.42257590784133386, -0.17747959256678209, 1.1472146330167954, 0.038708679047265104, 0.005750107024461406, -1.3108300695253248], "std": [0.023298217186048933, 0.018783553346896093, 0.01607432193189489, 0.021059031985376876, 0.1066260659396775, 0.14606734308446115, 0.021377188947269407, 0.016334870963278476, 0.01724094451941303, 0.04051202348737057, 0.057855850228501766, 0.07604579155000223], "min": [0.3675976330687273, 0.18953817345748156, 1.1230940623565515, -0.016985383305274215, -0.3385754160172598, 0.9428451192159464, 0.3709830161340398, -0.18757955126291487, 1.1350111858644574, 0.0058567799810819166, -0.11045046495216027, -1.3663141047315022], "max": [0.4649283803484114, 0.25991070874903477, 1.1712579818456872, 0.06718410703385302, -0.011806527937040512, 1.3788408848203453, 0.4679759713165746, -0.12745417178607357, 1.184557442285979, 0.12764555202716288, 0.057797000940149834, -1.160209707348268], "count": [968]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [968]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [968]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [968]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [968]}, "gripper_open_scale_state": {"mean": [0.9099434966238552, 0.909090909090903], "std": [0.0003409675524982938, 6.106226635438361e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [968]}, "gripper_open_scale_action": {"mean": [0.9099440835885434, 0.909090909090903], "std": [0.0003415528670147707, 6.106226635438361e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [968]}}} +{"episode_index": 95, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47290675186741365]], [[0.4776694444444444]], [[0.47069734360410836]]], "std": [[[0.34518086274603965]], [[0.33309991955752516]], [[0.34550519954570974]]], "count": [175]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3690158333333333]], [[0.37098218720821663]], [[0.3652584885620915]]], "std": [[[0.2782844034505336]], [[0.2730834440396911]], [[0.2802632002344196]]], "count": [175]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4035360294117647]], [[0.40711276377217553]], [[0.39384338935574226]]], "std": [[[0.31346353050179626]], [[0.29685050928341056]], [[0.3021299815345215]]], "count": [175]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3969049463118581]], [[0.4082608228291317]], [[0.39876674836601306]]], "std": [[[0.31994100448477775]], [[0.3042212736897622]], [[0.31173729052798166]]], "count": [175]}, "observation.state": {"min": [-0.20891372859477997, 0.19293524324893951, 0.1020984873175621, -1.8580076694488525, -0.1762629896402359, -0.13089969754219055, -0.3513806164264679, -0.3220657408237457, 0.32606926560401917, 0.11701499670743942, -1.7962509393692017, -1.4851040840148926, -1.0950736999511719, -0.22656883299350739, 0.018683750182390213, -0.2963241636753082, -1.9564813375473022, -0.11915908008813858, -0.0426340326666832, -0.06057710573077202, -0.3065059185028076, -0.4286087453365326, 0.05190081149339676, 1.3349539041519165, -1.4575724601745605, 0.9023123979568481, 1000.0, 1000.0], "max": [0.264334499835968, 0.33634674549102783, 0.3266776502132416, -1.5044803619384766, -0.027051512151956558, 0.00944550335407257, -0.05066254734992981, -0.26243463158607483, 0.44861119985580444, 0.18412137031555176, -1.3766810894012451, -1.289196252822876, -0.7174675464630127, 0.11222139745950699, 0.15827082097530365, -0.2121567726135254, -1.6281598806381226, 0.18786504864692688, 0.12519246339797974, 0.18018998205661774, -0.24135230481624603, -0.3325158655643463, 0.12066300213336945, 1.6368889808654785, -1.3063223361968994, 1.1452049016952515, 1001.75, 1000.0], "mean": [0.053703222423791885, 0.24012762308120728, 0.15419302880764008, -1.630674123764038, -0.14144441485404968, -0.03450668230652809, -0.19889050722122192, -0.3027922511100769, 0.39259031414985657, 0.16368317604064941, -1.5100899934768677, -1.3981181383132935, -0.9403199553489685, -0.06174393370747566, 0.12698404490947723, -0.2607746422290802, -1.6864421367645264, 0.11089280992746353, -0.0016101067885756493, 0.004112690687179565, -0.28834858536720276, -0.3862706422805786, 0.10471350699663162, 1.4176592826843262, -1.398703694343567, 1.0888217687606812, 1000.7659301757812, 1000.0], "std": [0.10551552474498749, 0.05287358537316322, 0.06534713506698608, 0.09040939807891846, 0.04369255527853966, 0.036943934857845306, 0.07659366726875305, 0.021983211860060692, 0.027011428028345108, 0.018153784796595573, 0.16419203579425812, 0.05850061774253845, 0.11385709047317505, 0.06326524168252945, 0.045630548149347305, 0.01640086993575096, 0.08590114861726761, 0.10401622951030731, 0.06053308770060539, 0.08775228261947632, 0.025677058845758438, 0.016734329983592033, 0.023145612329244614, 0.11382533609867096, 0.028301628306508064, 0.08081956952810287, 0.43914544582366943, 0.0], "count": [979]}, "action": {"min": [-0.20891372859477997, 0.19293524324893951, 0.1020984873175621, -1.8580076694488525, -0.1762629896402359, -0.13089969754219055, -0.3513806164264679, -0.3220657408237457, 0.32606926560401917, 0.11701499670743942, -1.7962509393692017, -1.4851040840148926, -1.0950736999511719, -0.22656883299350739, 0.018683750182390213, -0.2963241636753082, -1.9564813375473022, -0.11915908008813858, -0.0426340326666832, -0.06057710573077202, -0.3065069913864136, -0.4286087453365326, 0.05190081149339676, 1.3349539041519165, -1.4575724601745605, 0.9023123979568481, 1000.0, 1000.0], "max": [0.264334499835968, 0.33634674549102783, 0.3266776502132416, -1.5044803619384766, -0.027051512151956558, 0.00944550335407257, -0.05066254734992981, -0.26243463158607483, 0.44861119985580444, 0.18412137031555176, -1.3766810894012451, -1.289196252822876, -0.7174675464630127, 0.11222139745950699, 0.15827082097530365, -0.2121567726135254, -1.6281598806381226, 0.18786504864692688, 0.12519246339797974, 0.18018998205661774, -0.24135230481624603, -0.3325158655643463, 0.12066300213336945, 1.6368889808654785, -1.3063223361968994, 1.1452049016952515, 1001.75, 1000.0], "mean": [0.053786326199769974, 0.24010677635669708, 0.15415294468402863, -1.630760669708252, -0.14148220419883728, -0.034434691071510315, -0.19901880621910095, -0.3027949035167694, 0.39256545901298523, 0.163674995303154, -1.5100823640823364, -1.398272156715393, -0.9402685761451721, -0.06183338537812233, 0.12688280642032623, -0.2607271671295166, -1.686562180519104, 0.11070910841226578, -0.0015746757853776217, 0.00427192822098732, -0.2883281111717224, -0.3862459361553192, 0.10468794405460358, 1.417801022529602, -1.3987159729003906, 1.0887316465377808, 1000.7682495117188, 1000.0], "std": [0.10551010072231293, 0.05288686230778694, 0.06536325812339783, 0.09035054594278336, 0.04370502382516861, 0.03692551702260971, 0.07645032554864883, 0.021985279396176338, 0.02700466476380825, 0.01814756728708744, 0.16419781744480133, 0.05841314420104027, 0.11381611973047256, 0.06332279741764069, 0.045670971274375916, 0.016470542177557945, 0.08591145277023315, 0.10403898358345032, 0.0605192594230175, 0.08777618408203125, 0.025670569390058517, 0.016747327521443367, 0.023141810670495033, 0.11380878835916519, 0.02830342948436737, 0.08080640435218811, 0.4396916925907135, 0.0], "count": [979]}, "timestamp": {"min": [0.0], "max": [32.6], "mean": [16.3], "std": [9.420426977820297], "count": [979]}, "frame_index": {"min": [0], "max": [978], "mean": [489.0], "std": [282.61280933460887], "count": [979]}, "episode_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [979]}, "index": {"min": [95268], "max": [96246], "mean": [95757.0], "std": [282.61280933460887], "count": [979]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [979]}, "subtask_annotation": {"mean": [1.1430030643513789, 3.0, 3.0, 3.0, 3.0], "std": [0.9513065962303915, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [979]}, "scene_annotation": {"mean": [95.0], "std": [0.0], "min": [95], "max": [95], "count": [979]}, "eef_direction_state": {"mean": [4.682328907048008, 5.0234933605720125], "std": [2.3104780402231824, 1.9692372780623375], "min": [0, 0], "max": [6, 6], "count": [979]}, "eef_velocity_state": {"mean": [0.26455566905005107, 0.23391215526046988], "std": [0.4410963239741832, 0.42331697211648656], "min": [0, 0], "max": [1, 1], "count": [979]}, "eef_acc_mag_state": {"mean": [0.10520939734422881, 0.10520939734422881], "std": [0.3993910483128897, 0.4069912925731729], "min": [0, 0], "max": [2, 2], "count": [979]}, "eef_direction_action": {"mean": [4.682328907048008, 5.0234933605720125], "std": [2.3104780402231824, 1.9692372780623375], "min": [0, 0], "max": [6, 6], "count": [979]}, "eef_velocity_action": {"mean": [0.26455566905005107, 0.23391215526046988], "std": [0.4410963239741832, 0.42331697211648656], "min": [0, 0], "max": [1, 1], "count": [979]}, "eef_acc_mag_action": {"mean": [0.10520939734422881, 0.10520939734422881], "std": [0.39939104831288974, 0.40699129257317296], "min": [0, 0], "max": [2, 2], "count": [979]}, "eef_sim_pose_state": {"mean": [0.43859672612177314, 0.24454565899500358, 1.1413548438269414, 0.0230426172727001, -0.08881294680949156, 1.2049630560476263, 0.42917156525796446, -0.17739912977129163, 1.1522378676413458, 0.01909113175522925, 0.002246080148573702, -1.301337230416042], "std": [0.027844469687304946, 0.008356487389003527, 0.01941674564067246, 0.03992123357316492, 0.0968715068667478, 0.1336325775301529, 0.01724829145361064, 0.015561123862667394, 0.02432562184985742, 0.021932409645512695, 0.0715859438723378, 0.09090927331097678], "min": [0.37746838114775216, 0.2174261135872947, 1.1238456555497511, -0.084764945351131, -0.28066656195222706, 0.9491642382974097, 0.37922184457717417, -0.18762733219340635, 1.1350205016092467, 0.0035404760871021734, -0.20039713628379063, -1.3664981797066738], "max": [0.5040795625732437, 0.26112807259814036, 1.176172849273844, 0.06273181220516122, -6.25563708611665e-07, 1.3789234104168853, 0.47536555226966865, -0.13756492984394825, 1.1951001981974707, 0.08844652850856805, 0.05092614052894251, -1.1202961501021698], "count": [979]}, "eef_sim_pose_action": {"mean": [0.43857426058205295, 0.244546427878535, 1.1413572926880824, 0.023098543422282437, -0.08873526524788677, 1.204861665467227, 0.42914961568408244, -0.17738371333734793, 1.1522557758589682, 0.019118044559782867, 0.0021722568031681405, -1.301223907959111], "std": [0.027841614620598424, 0.008356775281420205, 0.019414690178417397, 0.03993498520063562, 0.09691211749227392, 0.13353818612178603, 0.017259902732063744, 0.015558465919776642, 0.024319406739745326, 0.021932412335973133, 0.07157307023791411, 0.09089714818592304], "min": [0.37746838114775216, 0.2174261135872947, 1.1238456555497511, -0.084764945351131, -0.28066656195222706, 0.9491642382974097, 0.37922184457717417, -0.18762733219340635, 1.1350205016092467, 0.0035404760871021734, -0.20039713628379063, -1.3664981797066738], "max": [0.5040795625732437, 0.26112807259814036, 1.176172849273844, 0.06273181220516122, -6.25563708611665e-07, 1.3789234104168853, 0.47536555226966865, -0.13756492984394825, 1.1951001981974707, 0.08844652850856805, 0.05092614052894251, -1.1202961501021698], "count": [979]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [979]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [979]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [979]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [979]}, "gripper_open_scale_state": {"mean": [0.9097872470540822, 0.9090909090909027], "std": [0.0003992230047748184, 6.328271240363392e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9106818181818181, 0.9090909090909091], "count": [979]}, "gripper_open_scale_action": {"mean": [0.9097892907598107, 0.9090909090909027], "std": [0.00039971896243061114, 6.328271240363392e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9106818181818181, 0.9090909090909091], "count": [979]}}} +{"episode_index": 96, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47865484727841756]], [[0.4805409091105578]], [[0.47439381678597364]]], "std": [[[0.34597130619161004]], [[0.3332140832920985]], [[0.3458882063720131]]], "count": [189]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3697683423678113]], [[0.37151975049278974]], [[0.3657756834215168]]], "std": [[[0.2788832425813316]], [[0.27377718607722923]], [[0.2809067322675534]]], "count": [189]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3981355171698309]], [[0.402926842341875]], [[0.39297328020714456]]], "std": [[[0.30778064813244677]], [[0.2921863965445944]], [[0.2999529194553512]]], "count": [189]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41020935025244665]], [[0.4214337684147733]], [[0.4124802311356641]]], "std": [[[0.3285779156722126]], [[0.313011292875998]], [[0.3206724009165502]]], "count": [189]}, "observation.state": {"min": [-0.20782725512981415, 0.19617609679698944, 0.10772499442100525, -1.8633244037628174, -0.27751389145851135, -0.07956083118915558, -0.3179858922958374, -0.3274496793746948, 0.34026962518692017, 0.095992311835289, -1.8221960067749023, -1.5336819887161255, -1.0563480854034424, -0.17880898714065552, -0.00475929444655776, -0.2744115889072418, -1.8793028593063354, -0.08264025300741196, -0.09465902298688889, -0.06065019220113754, -0.3073645532131195, -0.4379928708076477, 0.05465081334114075, 1.3349539041519165, -1.397040843963623, 0.9559568166732788, 1000.0, 1000.0], "max": [0.17321737110614777, 0.37918370962142944, 0.35272014141082764, -1.5268958806991577, -0.03888484463095665, 0.04550400748848915, -0.050649456679821014, -0.25493738055229187, 0.44299080967903137, 0.1814105063676834, -1.3367074728012085, -1.289287805557251, -0.6722921133041382, 0.13043281435966492, 0.15828391909599304, -0.16952601075172424, -1.5643113851547241, 0.18786178529262543, 0.05139230936765671, 0.1385180652141571, -0.24748875200748444, -0.34973931312561035, 0.1251928061246872, 1.6281378269195557, -1.3111169338226318, 1.148327112197876, 1002.0, 1000.0], "mean": [0.0658610537648201, 0.27185553312301636, 0.17461898922920227, -1.6615493297576904, -0.1949114352464676, 0.012171451933681965, -0.20737238228321075, -0.3015691041946411, 0.38556548953056335, 0.1610332578420639, -1.4918514490127563, -1.4570010900497437, -0.9123013019561768, -0.06349555402994156, 0.12488564103841782, -0.2472832351922989, -1.672969937324524, 0.10793451219797134, -0.0269643384963274, 0.0037170974537730217, -0.29127639532089233, -0.3873612880706787, 0.10952841490507126, 1.4186902046203613, -1.3823256492614746, 1.1030194759368896, 1000.937255859375, 1000.0], "std": [0.10492046922445297, 0.03921418637037277, 0.07460591197013855, 0.08169221878051758, 0.07412790507078171, 0.035409387201070786, 0.07655808329582214, 0.028638381510972977, 0.024799013510346413, 0.027920618653297424, 0.18363238871097565, 0.07853604853153229, 0.11743129044771194, 0.0609852559864521, 0.04817388951778412, 0.0275589432567358, 0.06957732886075974, 0.10411479324102402, 0.03395155072212219, 0.08215661346912384, 0.022059161216020584, 0.016079336404800415, 0.01941864565014839, 0.11509154736995697, 0.024582618847489357, 0.06255875527858734, 0.3107666075229645, 0.0], "count": [1090]}, "action": {"min": [-0.20782725512981415, 0.19617609679698944, 0.10772499442100525, -1.8633244037628174, -0.27751389145851135, -0.07956083118915558, -0.3179858922958374, -0.3274496793746948, 0.34026962518692017, 0.095992311835289, -1.8221960067749023, -1.5336819887161255, -1.0563480854034424, -0.17880898714065552, -0.00475929444655776, -0.2744115889072418, -1.8793028593063354, -0.08264025300741196, -0.09465902298688889, -0.06065019220113754, -0.3073645532131195, -0.4379928708076477, 0.05465081334114075, 1.3349539041519165, -1.397040843963623, 0.9559568166732788, 1000.0, 1000.0], "max": [0.17321737110614777, 0.37918370962142944, 0.35272014141082764, -1.5268958806991577, -0.03888484463095665, 0.04550400748848915, -0.050649456679821014, -0.25493738055229187, 0.44299080967903137, 0.18140868842601776, -1.3367074728012085, -1.289287805557251, -0.6722921133041382, 0.13043281435966492, 0.15828391909599304, -0.16952601075172424, -1.5643113851547241, 0.18786178529262543, 0.05139230936765671, 0.1385180652141571, -0.24748875200748444, -0.34973931312561035, 0.1251928061246872, 1.6281378269195557, -1.3111169338226318, 1.148327112197876, 1002.0, 1000.0], "mean": [0.06598011404275894, 0.2718949019908905, 0.17459741234779358, -1.6616688966751099, -0.19502533972263336, 0.012269873172044754, -0.20749659836292267, -0.30157503485679626, 0.3855283260345459, 0.161031574010849, -1.4918168783187866, -1.4572080373764038, -0.9122246503829956, -0.06357146799564362, 0.12479983270168304, -0.2472011148929596, -1.67301344871521, 0.10778429359197617, -0.026988686993718147, 0.0038707300554960966, -0.291276752948761, -0.387343168258667, 0.109522745013237, 1.418792724609375, -1.3823188543319702, 1.1029545068740845, 1000.9380493164062, 1000.0], "std": [0.10492629557847977, 0.03918030858039856, 0.07461713254451752, 0.08159047365188599, 0.0741349384188652, 0.03530433028936386, 0.07641352713108063, 0.028642596676945686, 0.024789558723568916, 0.027919486165046692, 0.18365536630153656, 0.07839179039001465, 0.117365263402462, 0.061030857264995575, 0.048197705298662186, 0.027654075995087624, 0.06956855952739716, 0.10411752015352249, 0.03397231176495552, 0.0821928158402443, 0.02205943688750267, 0.01608808897435665, 0.019416309893131256, 0.11506688594818115, 0.02457953616976738, 0.06255234032869339, 0.3096259534358978, 0.0], "count": [1090]}, "timestamp": {"min": [0.0], "max": [36.3], "mean": [18.15], "std": [10.488525476284389], "count": [1090]}, "frame_index": {"min": [0], "max": [1089], "mean": [544.5], "std": [314.65576428853166], "count": [1090]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [1090]}, "index": {"min": [96247], "max": [97336], "mean": [96791.5], "std": [314.65576428853166], "count": [1090]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1090]}, "subtask_annotation": {"mean": [1.0541284403669724, 3.0, 3.0, 3.0, 3.0], "std": [0.9461687215069512, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1090]}, "scene_annotation": {"mean": [96.0], "std": [0.0], "min": [96], "max": [96], "count": [1090]}, "eef_direction_state": {"mean": [4.822935779816514, 5.175229357798165], "std": [2.1475026258391288, 1.8561900390737136], "min": [0, 0], "max": [6, 6], "count": [1090]}, "eef_velocity_state": {"mean": [0.2724770642201835, 0.1963302752293578], "std": [0.44523399880751985, 0.39722122080488415], "min": [0, 0], "max": [1, 1], "count": [1090]}, "eef_acc_mag_state": {"mean": [0.07339449541284404, 0.05688073394495413], "std": [0.34016784897207153, 0.3036073552181843], "min": [0, 0], "max": [2, 2], "count": [1090]}, "eef_direction_action": {"mean": [4.822935779816514, 5.175229357798165], "std": [2.1475026258391288, 1.8561900390737136], "min": [0, 0], "max": [6, 6], "count": [1090]}, "eef_velocity_action": {"mean": [0.2724770642201835, 0.1963302752293578], "std": [0.44523399880751985, 0.39722122080488415], "min": [0, 0], "max": [1, 1], "count": [1090]}, "eef_acc_mag_action": {"mean": [0.07339449541284404, 0.05688073394495413], "std": [0.34016784897207153, 0.3036073552181843], "min": [0, 0], "max": [2, 2], "count": [1090]}, "eef_sim_pose_state": {"mean": [0.43316243798117765, 0.24455104993722393, 1.1456265477008805, 0.05622612876123087, -0.056425543717981225, 1.1725450088619196, 0.4300584836395217, -0.1811400824904313, 1.1480531744579823, 0.03062015609382898, -0.0009409633395196242, -1.3150586750751674], "std": [0.02623653456983238, 0.01776000167450753, 0.02550506809436083, 0.04784973158843804, 0.11254304952727896, 0.14381047663332144, 0.016255671525255762, 0.01396340802028304, 0.0192101231433197, 0.03649812487795907, 0.07254937683907836, 0.07170432823668611], "min": [0.39750754087970724, 0.1973936611042497, 1.123841800598467, -0.028958400127616524, -0.28156726840705626, 0.9360264195722305, 0.39649640325254504, -0.19536080633454833, 1.132203714260509, 0.005982646085097798, -0.16297722493341338, -1.367693692781947], "max": [0.4992320175449982, 0.26019888744312125, 1.1888471224693113, 0.11006804466635312, 0.044698556610418994, 1.3788250283773413, 0.48364354018103184, -0.1367572338834501, 1.1867639721629062, 0.13427102781401723, 0.05087411803654329, -1.178657538325453], "count": [1090]}, "eef_sim_pose_action": {"mean": [0.43312873312361483, 0.24456048836287406, 1.1456289049881176, 0.056317046949861116, -0.056316183933201924, 1.1724224532389687, 0.43004198784013314, -0.18114094804256314, 1.1480508436646357, 0.030641179860017995, -0.0010043447560068163, -1.3149856594239602], "std": [0.02623447791575473, 0.01776417740424682, 0.02550317490766567, 0.047847479927544574, 0.1125816759634746, 0.14369154669514161, 0.016264084452121352, 0.013963837325209207, 0.019211854931325267, 0.036490543543646746, 0.07253428390774988, 0.07169254369408652], "min": [0.39750754087970724, 0.1973936611042497, 1.123841800598467, -0.028958400127616524, -0.28156726840705626, 0.9360264195722305, 0.39649640325254504, -0.19536080633454833, 1.132203714260509, 0.005982646085097798, -0.16297722493341338, -1.367693692781947], "max": [0.4992320175449982, 0.26019888744312125, 1.1888471224693113, 0.11006804466635312, 0.044698556610418994, 1.3788250283773413, 0.48364354018103184, -0.1367572338834501, 1.1867639721629062, 0.13427102781401723, 0.05087411803654329, -1.178657538325453], "count": [1090]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1090]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1090]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1090]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1090]}, "gripper_open_scale_state": {"mean": [0.909943111925546, 0.9090909090909002], "std": [0.0002825151262278785, 8.881784197001252e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1090]}, "gripper_open_scale_action": {"mean": [0.9099438260216026, 0.9090909090909002], "std": [0.00028147851855440134, 8.881784197001252e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1090]}}} +{"episode_index": 97, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47259952761018936]], [[0.4712146535109771]], [[0.4663155061169767]]], "std": [[[0.3448935506125311]], [[0.3308287210931509]], [[0.34445423016530957]]], "count": [195]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.371047322775264]], [[0.3726980821602145]], [[0.3670632656695157]]], "std": [[[0.27850139944842894]], [[0.27348340424478657]], [[0.2805071638104352]]], "count": [195]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110658339617898]], [[0.4128756913021619]], [[0.40058199157868274]]], "std": [[[0.3224416327250628]], [[0.3047993379320238]], [[0.31045490156482175]]], "count": [195]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4036530176386794]], [[0.41483168991955754]], [[0.40576677036199094]]], "std": [[[0.32020368989479425]], [[0.30556948236697684]], [[0.313007152406792]]], "count": [195]}, "observation.state": {"min": [-0.23683027923107147, 0.17965437471866608, 0.10989247262477875, -1.8450584411621094, -0.22156955301761627, -0.07919541001319885, -0.2779196798801422, -0.3187040090560913, 0.3370787501335144, 0.07438531517982483, -1.719161033630371, -1.557559609413147, -1.0589123964309692, -0.22918790578842163, -0.041227951645851135, -0.2721688151359558, -1.8536890745162964, -0.06011022999882698, -0.08021751046180725, -0.06058037653565407, -0.3069300055503845, -0.4641754925251007, 0.047859564423561096, 1.3299168348312378, -1.4083038568496704, 0.9553137421607971, 1000.0, 999.5625], "max": [0.20249199867248535, 0.3113405704498291, 0.36246341466903687, -1.4685505628585815, -0.05628905072808266, 0.04792783036828041, -0.05063854902982712, -0.26966455578804016, 0.45418307185173035, 0.1828734278678894, -1.3729861974716187, -1.2894121408462524, -0.7451189160346985, 0.21636737883090973, 0.15831226110458374, -0.1323363184928894, -1.432356834411621, 0.18788033723831177, 0.10071313381195068, 0.1238572895526886, -0.2550484836101532, -0.34233975410461426, 0.13370169699192047, 1.5566864013671875, -1.2825219631195068, 1.1494783163070679, 1002.0, 1000.0], "mean": [0.09392933547496796, 0.20515090227127075, 0.1651182472705841, -1.6800131797790527, -0.14889752864837646, 0.010653384029865265, -0.18177005648612976, -0.302067369222641, 0.38025811314582825, 0.1479143649339676, -1.4653100967407227, -1.4503443241119385, -0.956541121006012, -0.05120645463466644, 0.10992060601711273, -0.2352747619152069, -1.6523089408874512, 0.09762377291917801, -0.023916466161608696, 0.012875198386609554, -0.29303714632987976, -0.39210057258605957, 0.1096220389008522, 1.4111764430999756, -1.382693886756897, 1.099265694618225, 1000.9567260742188, 999.9938354492188], "std": [0.11912509053945541, 0.036977287381887436, 0.07818661630153656, 0.09219016879796982, 0.03375082463026047, 0.03523753583431244, 0.05984186381101608, 0.015051312744617462, 0.028718002140522003, 0.02815660461783409, 0.12586653232574463, 0.06174299865961075, 0.08924929797649384, 0.08596789836883545, 0.06108292192220688, 0.03872302919626236, 0.0743708461523056, 0.10109152644872665, 0.046813540160655975, 0.08025730401277542, 0.01870013400912285, 0.02295689284801483, 0.021775230765342712, 0.08962412178516388, 0.027040399610996246, 0.06134313344955444, 0.38650116324424744, 0.0476321280002594], "count": [1138]}, "action": {"min": [-0.23683027923107147, 0.17965437471866608, 0.10989247262477875, -1.8450584411621094, -0.22156955301761627, -0.07919541001319885, -0.2779196798801422, -0.3187040090560913, 0.3370787501335144, 0.07438531517982483, -1.719161033630371, -1.557559609413147, -1.0589123964309692, -0.22918790578842163, -0.041227951645851135, -0.2721688151359558, -1.8536890745162964, -0.06011022999882698, -0.08021751046180725, -0.06058037653565407, -0.3069300055503845, -0.4641754925251007, 0.047859564423561096, 1.3299168348312378, -1.4083038568496704, 0.9553137421607971, 1000.0, 999.5625], "max": [0.20249199867248535, 0.3113405704498291, 0.36246341466903687, -1.4685505628585815, -0.05628905072808266, 0.04792783036828041, -0.05063854902982712, -0.26966455578804016, 0.45418307185173035, 0.1828734278678894, -1.3729861974716187, -1.2894121408462524, -0.7451189160346985, 0.21636737883090973, 0.15831226110458374, -0.1323363184928894, -1.432356834411621, 0.18788033723831177, 0.10071313381195068, 0.1238572895526886, -0.2550484836101532, -0.34233975410461426, 0.13370169699192047, 1.5566864013671875, -1.2825219631195068, 1.1494783163070679, 1002.0, 1000.0], "mean": [0.09407025575637817, 0.20512127876281738, 0.16508615016937256, -1.6801820993423462, -0.14891961216926575, 0.01074603945016861, -0.18187324702739716, -0.3020611107349396, 0.3802165985107422, 0.14789694547653198, -1.4653022289276123, -1.4504954814910889, -0.956494152545929, -0.051232241094112396, 0.10982758551836014, -0.23519529402256012, -1.6523106098175049, 0.09748418629169464, -0.02394181303679943, 0.013018171302974224, -0.29303526878356934, -0.39209720492362976, 0.10961528867483139, 1.4112732410430908, -1.3826831579208374, 1.099219799041748, 1000.9559326171875, 999.9938354492188], "std": [0.11911595612764359, 0.03698163852095604, 0.0782012939453125, 0.09208560734987259, 0.03375165909528732, 0.03513970226049423, 0.05971669405698776, 0.015045887790620327, 0.028706101700663567, 0.028142031282186508, 0.12587203085422516, 0.06155981495976448, 0.08921178430318832, 0.0859745517373085, 0.06108982861042023, 0.03876509517431259, 0.07437047362327576, 0.10107643902301788, 0.04683145508170128, 0.08027122169733047, 0.018698880448937416, 0.022957541048526764, 0.021773016080260277, 0.08960124850273132, 0.027037102729082108, 0.0613287091255188, 0.387692928314209, 0.0476321242749691], "count": [1138]}, "timestamp": {"min": [0.0], "max": [37.9], "mean": [18.95], "std": [10.950405877815163], "count": [1138]}, "frame_index": {"min": [0], "max": [1137], "mean": [568.5], "std": [328.5121763344549], "count": [1138]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [1138]}, "index": {"min": [97337], "max": [98474], "mean": [97905.5], "std": [328.5121763344549], "count": [1138]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1138]}, "subtask_annotation": {"mean": [1.069420035149385, 3.0, 3.0, 3.0, 3.0], "std": [0.9018219291722723, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1138]}, "scene_annotation": {"mean": [97.0], "std": [0.0], "min": [97], "max": [97], "count": [1138]}, "eef_direction_state": {"mean": [4.664323374340949, 4.558875219683656], "std": [2.2348438036891367, 2.382669442738082], "min": [0, 0], "max": [6, 6], "count": [1138]}, "eef_velocity_state": {"mean": [0.2820738137082601, 0.28998242530755713], "std": [0.4500090858286527, 0.4537539182423746], "min": [0, 0], "max": [1, 1], "count": [1138]}, "eef_acc_mag_state": {"mean": [0.09050966608084358, 0.01757469244288225], "std": [0.3745853060229197, 0.17195379419610868], "min": [0, 0], "max": [2, 2], "count": [1138]}, "eef_direction_action": {"mean": [4.664323374340949, 4.558875219683656], "std": [2.2348438036891367, 2.382669442738082], "min": [0, 0], "max": [6, 6], "count": [1138]}, "eef_velocity_action": {"mean": [0.2820738137082601, 0.28998242530755713], "std": [0.4500090858286527, 0.4537539182423746], "min": [0, 0], "max": [1, 1], "count": [1138]}, "eef_acc_mag_action": {"mean": [0.09050966608084358, 0.01757469244288225], "std": [0.3745853060229197, 0.17195379419610865], "min": [0, 0], "max": [2, 2], "count": [1138]}, "eef_sim_pose_state": {"mean": [0.42625906894131876, 0.22857448482050932, 1.1436678189930531, 0.04032139071458365, -0.03639738869651046, 1.206531678575357, 0.4346074998810305, -0.18089227157442261, 1.146829987667849, 0.024244929006624505, -0.0004764703725490684, -1.3179893444435025], "std": [0.030504462166952195, 0.01933856696869869, 0.013889379681589858, 0.028045372144521928, 0.06067248485558752, 0.12139237525748149, 0.023381191996687242, 0.017706270670768846, 0.017286962359180043, 0.0307715194869796, 0.06034421808763532, 0.059579724610872166], "min": [0.390621569699747, 0.17272577536536962, 1.1238484089630747, -0.031410324306489434, -0.18818437056772663, 0.9838159047837969, 0.38662795358524105, -0.2050548121556116, 1.1329640295664356, -0.025464783841840588, -0.1083233393527483, -1.3680140318773857], "max": [0.5086082177728783, 0.25561263714388743, 1.1750908134953253, 0.06524342550139939, 0.014698939652664667, 1.378841749162131, 0.5093539226077982, -0.12777091415642902, 1.1801685336493857, 0.13254403346743138, 0.05774216213420269, -1.2073947941338408], "count": [1138]}, "eef_sim_pose_action": {"mean": [0.42621989105389274, 0.22856575090815812, 1.1436788116322119, 0.04037301232940114, -0.03631923119727631, 1.2064341676962804, 0.4346055830360851, -0.1808910492805206, 1.14682905173387, 0.024275768925453904, -0.0005315269976110635, -1.3179275051686103], "std": [0.030498582790623004, 0.019332381221504786, 0.013878645286560694, 0.028035263249841662, 0.060678721378016845, 0.12129846734430723, 0.02338159751168078, 0.017705854989644686, 0.017287631182632074, 0.030770647894287795, 0.06032595726678562, 0.05956596693818946], "min": [0.390621569699747, 0.17272577536536962, 1.1238484089630747, -0.031410324306489434, -0.18818437056772663, 0.9838159047837969, 0.38662795358524105, -0.2050548121556116, 1.1329640295664356, -0.025464783841840588, -0.1083233393527483, -1.3680140318773857], "max": [0.5086082177728783, 0.25561263714388743, 1.1750908134953253, 0.06524342550139939, 0.014698939652664667, 1.378841749162131, 0.5093539226077982, -0.12777091415642902, 1.1801685336493857, 0.13254403346743138, 0.05774216213420269, -1.2073947941338408], "count": [1138]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1138]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1138]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1138]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1138]}, "gripper_open_scale_state": {"mean": [0.9099609259931345, 0.9090853171433058], "std": [0.00035136558013745687, 4.3302146520349435e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9109090909090909, 0.9090909090909091], "count": [1138]}, "gripper_open_scale_action": {"mean": [0.9099601663935983, 0.9090853171433058], "std": [0.0003524481359995649, 4.3302146520349435e-05], "min": [0.9090909090909091, 0.9086931818181818], "max": [0.9109090909090909, 0.9090909090909091], "count": [1138]}}} +{"episode_index": 98, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48389898969606054]], [[0.4814774768741741]], [[0.47721875223222254]]], "std": [[[0.34750900217049757]], [[0.33256793481715297]], [[0.34686535157109527]]], "count": [183]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37113122232044005]], [[0.37289140237151325]], [[0.36716455610021786]]], "std": [[[0.2789953777210957]], [[0.27375643411296846]], [[0.2806750016235544]]], "count": [183]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113138795135541]], [[0.414937338163863]], [[0.40505469168541736]]], "std": [[[0.3173199724146635]], [[0.3031737588406894]], [[0.31003198695702466]]], "count": [183]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41762964748741027]], [[0.4266884018179221]], [[0.41794155148398154]]], "std": [[[0.3285306146629385]], [[0.3129549117065012]], [[0.32034054920912686]]], "count": [183]}, "observation.state": {"min": [-0.35775870084762573, 0.13221414387226105, 0.09475501626729965, -1.8457096815109253, -0.26699283719062805, -0.09019207209348679, -0.2765190601348877, -0.33067587018013, 0.34106001257896423, 0.06822381168603897, -1.732426404953003, -1.5032005310058594, -1.1580443382263184, -0.17890715599060059, -0.07584546506404877, -0.2599526047706604, -1.8519383668899536, -0.07406850159168243, -0.05663157254457474, -0.06056947261095047, -0.30655238032341003, -0.4867073893547058, 0.05029274895787239, 1.3349539041519165, -1.4254997968673706, 1.0119266510009766, 1000.0, 1000.0], "max": [0.21350394189357758, 0.2955409586429596, 0.35839465260505676, -1.355201244354248, 0.007367471233010292, 0.09714393317699432, -0.05065600201487541, -0.2537379264831543, 0.4908652603626251, 0.18175886571407318, -1.3536854982376099, -1.2827154397964478, -0.7238691449165344, 0.2845868468284607, 0.15826210379600525, -0.16068919003009796, -1.4217201471328735, 0.18782471120357513, 0.12998667359352112, 0.11097348481416702, -0.23557844758033752, -0.35637569427490234, 0.12066643685102463, 1.5063034296035767, -1.3536685705184937, 1.1454377174377441, 1002.0, 1000.0], "mean": [0.04235025867819786, 0.19542968273162842, 0.16525524854660034, -1.604697585105896, -0.17596396803855896, -0.04199713468551636, -0.1923658698797226, -0.30499565601348877, 0.3945543169975281, 0.15000958740711212, -1.4733939170837402, -1.4462034702301025, -1.0037145614624023, -0.03303290158510208, 0.10422693192958832, -0.23703351616859436, -1.6425737142562866, 0.11601420491933823, -0.00987736601382494, -0.001772452611476183, -0.29025107622146606, -0.3975012004375458, 0.1087968721985817, 1.3875517845153809, -1.3923078775405884, 1.1179862022399902, 1000.9588012695312, 1000.0], "std": [0.15260031819343567, 0.03372007980942726, 0.08331366628408432, 0.09561516344547272, 0.08999669551849365, 0.061913684010505676, 0.05782681703567505, 0.02878030203282833, 0.03715600073337555, 0.03337038680911064, 0.1459093987941742, 0.0735841691493988, 0.1424511969089508, 0.09918830543756485, 0.07421065121889114, 0.034313224256038666, 0.06923048943281174, 0.09310845285654068, 0.05807488411664963, 0.07308148592710495, 0.02441301755607128, 0.027197860181331635, 0.021372785791754723, 0.0672559067606926, 0.01602501980960369, 0.042244620621204376, 0.4070729911327362, 0.0], "count": [1043]}, "action": {"min": [-0.35775870084762573, 0.13221414387226105, 0.09475501626729965, -1.8457096815109253, -0.26699283719062805, -0.09019207209348679, -0.2765190601348877, -0.33067587018013, 0.34106001257896423, 0.06822381168603897, -1.732426404953003, -1.5032005310058594, -1.1580443382263184, -0.17890715599060059, -0.07584546506404877, -0.2599526047706604, -1.8519383668899536, -0.07406850159168243, -0.05663157254457474, -0.06056947261095047, -0.30655238032341003, -0.4867073893547058, 0.05029274895787239, 1.3349539041519165, -1.4254997968673706, 1.0119266510009766, 1000.0, 1000.0], "max": [0.21350394189357758, 0.2955409586429596, 0.35839465260505676, -1.355201244354248, 0.007367471233010292, 0.09714393317699432, -0.05065600201487541, -0.2537379264831543, 0.4908652603626251, 0.18175886571407318, -1.3536854982376099, -1.2827154397964478, -0.7238691449165344, 0.2845868468284607, 0.15826210379600525, -0.16068919003009796, -1.4217201471328735, 0.18782471120357513, 0.12998667359352112, 0.11097348481416702, -0.23557844758033752, -0.35637569427490234, 0.12066643685102463, 1.5063034296035767, -1.3536685705184937, 1.1454377174377441, 1002.0, 1000.0], "mean": [0.04247378930449486, 0.1953926831483841, 0.16521409153938293, -1.6047799587249756, -0.17607510089874268, -0.04200019687414169, -0.19249694049358368, -0.30500632524490356, 0.39451661705970764, 0.14999805390834808, -1.473366141319275, -1.4464077949523926, -1.0037641525268555, -0.033102817833423615, 0.10412652045488358, -0.2369399219751358, -1.6426342725753784, 0.11590290069580078, -0.009889323264360428, -0.0016094556776806712, -0.2902420163154602, -0.39748597145080566, 0.10879131406545639, 1.3876378536224365, -1.3923320770263672, 1.1179722547531128, 1000.9578247070312, 1000.0], "std": [0.15262316167354584, 0.033717911690473557, 0.08333293348550797, 0.09558530896902084, 0.0900205448269844, 0.06191562861204147, 0.05766010284423828, 0.02878745272755623, 0.037158094346523285, 0.03336160629987717, 0.1459290087223053, 0.07344449311494827, 0.14247825741767883, 0.09923215955495834, 0.07420836389064789, 0.034383732825517654, 0.06925167143344879, 0.09309196472167969, 0.05808286741375923, 0.0731397420167923, 0.024408720433712006, 0.027206744998693466, 0.02137046679854393, 0.06724604219198227, 0.016051338985562325, 0.04223820939660072, 0.40582749247550964, 0.0], "count": [1043]}, "timestamp": {"min": [0.0], "max": [34.733333333333334], "mean": [17.366666666666667], "std": [10.03626756651429], "count": [1043]}, "frame_index": {"min": [0], "max": [1042], "mean": [521.0], "std": [301.0880269954287], "count": [1043]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [1043]}, "index": {"min": [98475], "max": [99517], "mean": [98996.0], "std": [301.0880269954287], "count": [1043]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1043]}, "subtask_annotation": {"mean": [1.0565675934803451, 3.0, 3.0, 3.0, 3.0], "std": [0.9183661927745935, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1043]}, "scene_annotation": {"mean": [98.0], "std": [0.0], "min": [98], "max": [98], "count": [1043]}, "eef_direction_state": {"mean": [4.539789069990412, 4.86673058485139], "std": [2.3334449314124086, 2.162718086541691], "min": [0, 0], "max": [6, 6], "count": [1043]}, "eef_velocity_state": {"mean": [0.3077660594439118, 0.2473633748801534], "std": [0.4615691845198004, 0.43147970479276543], "min": [0, 0], "max": [1, 1], "count": [1043]}, "eef_acc_mag_state": {"mean": [0.15436241610738255, 0.12464046021093], "std": [0.48579796767251193, 0.4310534045308115], "min": [0, 0], "max": [2, 2], "count": [1043]}, "eef_direction_action": {"mean": [4.539789069990412, 4.86673058485139], "std": [2.3334449314124086, 2.1627180865416906], "min": [0, 0], "max": [6, 6], "count": [1043]}, "eef_velocity_action": {"mean": [0.3077660594439118, 0.2473633748801534], "std": [0.4615691845198004, 0.43147970479276543], "min": [0, 0], "max": [1, 1], "count": [1043]}, "eef_acc_mag_action": {"mean": [0.15436241610738255, 0.12464046021093], "std": [0.48579796767251193, 0.4310534045308115], "min": [0, 0], "max": [2, 2], "count": [1043]}, "eef_sim_pose_state": {"mean": [0.44014246774789095, 0.23000912803741483, 1.1376216627092968, 0.006720073721391445, -0.018432611284034704, 1.2145157639039592, 0.43949897315622943, -0.1789286917988192, 1.1498620018209513, 0.021039460975831998, 0.02107469294491635, -1.331341884733096], "std": [0.03979861539744285, 0.024197093806206077, 0.02904719066348024, 0.026019219517459276, 0.12544912473230924, 0.11984510946798982, 0.027582141307976343, 0.018246938840302873, 0.023095556303668923, 0.02271906154708951, 0.04371555559480528, 0.04481285430323217], "min": [0.39109406696344867, 0.16459274498416324, 1.1127171857197213, -0.06516871373983646, -0.25191716674531417, 0.998801125929257, 0.40000183196149364, -0.18900364647932677, 1.1349834733922883, 0.003446939053620479, -0.08359358392894056, -1.3664996874681548], "max": [0.5435979338189372, 0.2549040581471929, 1.1924325907977225, 0.07030993084492143, 0.09496432077761163, 1.3788259741172824, 0.5285460886576265, -0.1257705293183222, 1.202689748758735, 0.09578965358761315, 0.051767040389284036, -1.245979350779756], "count": [1043]}, "eef_sim_pose_action": {"mean": [0.44010689001765946, 0.23000595495143586, 1.1376115602039676, 0.006726273735892508, -0.018268992669361953, 1.214422578049362, 0.4394853473650983, -0.17892910739089424, 1.1498674166353342, 0.02108011679434682, 0.021060095630615623, -1.3312726045239152], "std": [0.039803599299561176, 0.02419504508113115, 0.029053810987328572, 0.02601970540476206, 0.125484911195427, 0.1197550642891188, 0.02758996471720215, 0.01824714150135874, 0.023092735290881242, 0.022729771518273444, 0.04370816696724879, 0.04481439245581397], "min": [0.39109406696344867, 0.16459274498416324, 1.1127171857197213, -0.06516871373983646, -0.25191716674531417, 0.998801125929257, 0.40000183196149364, -0.18900364647932677, 1.1349834733922883, 0.003446939053620479, -0.08359358392894056, -1.3664996874681548], "max": [0.5435979338189372, 0.2549040581471929, 1.1924325907977225, 0.07030993084492143, 0.09496432077761163, 1.3788254868743874, 0.5285460886576265, -0.1257705293183222, 1.202689748758735, 0.09578965358761315, 0.051767040389284036, -1.245979350779756], "count": [1043]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1043]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1043]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1043]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1043]}, "gripper_open_scale_state": {"mean": [0.9099625691118256, 0.9090909090909012], "std": [0.0003700679142211783, 7.882583474838611e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1043]}, "gripper_open_scale_action": {"mean": [0.9099616982982002, 0.9090909090909012], "std": [0.0003689337358430468, 7.882583474838611e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1043]}}} +{"episode_index": 99, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4855496522257552]], [[0.4826998575781664]], [[0.47862805820526405]]], "std": [[[0.3480139688186346]], [[0.3327386696212897]], [[0.34712422605150084]]], "count": [185]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37020443605370074]], [[0.37182947800741917]], [[0.36637901762056174]]], "std": [[[0.2790780515511561]], [[0.27357990667199134]], [[0.2807166315526785]]], "count": [185]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4272662460254372]], [[0.43295620915032684]], [[0.4206173600070659]]], "std": [[[0.30418436815308525]], [[0.29850057242773687]], [[0.3020026817591031]]], "count": [185]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4145392962815757]], [[0.42044253665430137]], [[0.41102920530824943]]], "std": [[[0.32202428345854534]], [[0.3064405488851947]], [[0.31319477891820396]]], "count": [185]}, "observation.state": {"min": [-0.4189935624599457, 0.06327800452709198, 0.09918924421072006, -1.7692707777023315, -0.1375068575143814, -0.10357874631881714, -0.2291279137134552, -0.3187342584133148, 0.36554473638534546, 0.04952368512749672, -1.7918003797531128, -1.3589450120925903, -1.1018673181533813, -0.1824359893798828, -0.10305187106132507, -0.25994932651519775, -1.7607688903808594, -0.2252412885427475, -0.16579973697662354, -0.06060328707098961, -0.3096482455730438, -0.5112467408180237, 0.04712062329053879, 1.3349539041519165, -1.397040843963623, 0.9827395677566528, 1000.0, 1000.0], "max": [0.1352466493844986, 0.2554660141468048, 0.36185693740844727, -1.2970359325408936, 0.1329100877046585, 0.07975500077009201, -0.05066690966486931, -0.24037937819957733, 0.5084288120269775, 0.18183425068855286, -1.3853931427001953, -1.2399535179138184, -0.7176883220672607, 0.3699825406074524, 0.15823155641555786, -0.1512044221162796, -1.2697848081588745, 0.18784214556217194, 0.05265003815293312, 0.11777590960264206, -0.23685474693775177, -0.3579005002975464, 0.12609362602233887, 1.5921820402145386, -1.152134895324707, 1.1834269762039185, 1002.0, 1000.0], "mean": [0.018749477341771126, 0.15886476635932922, 0.17009776830673218, -1.6225204467773438, -0.05270235612988472, -0.061692774295806885, -0.15472884476184845, -0.28642162680625916, 0.40230420231819153, 0.13889707624912262, -1.549023151397705, -1.3209776878356934, -0.9987021088600159, -0.016288399696350098, 0.09464505314826965, -0.22918066382408142, -1.609747052192688, 0.06804755330085754, -0.0549834743142128, -0.009160409681499004, -0.29059839248657227, -0.4029028117656708, 0.10961295664310455, 1.4207406044006348, -1.332124948501587, 1.1215124130249023, 1000.9151611328125, 1000.0], "std": [0.16536977887153625, 0.04358791187405586, 0.09126697480678558, 0.11246851086616516, 0.08229360729455948, 0.05726602301001549, 0.04412364214658737, 0.02327403612434864, 0.039826344698667526, 0.038617756217718124, 0.13063523173332214, 0.03181182220578194, 0.1332564502954483, 0.12632004916667938, 0.08199118077754974, 0.04118083417415619, 0.09719453752040863, 0.14648321270942688, 0.04874960705637932, 0.06612713634967804, 0.024075107648968697, 0.03558134287595749, 0.022333387285470963, 0.1001579686999321, 0.08492890000343323, 0.048246823251247406, 0.4111391305923462, 0.0], "count": [1061]}, "action": {"min": [-0.4189935624599457, 0.06327800452709198, 0.09918924421072006, -1.7692707777023315, -0.1375068575143814, -0.10357874631881714, -0.2291279137134552, -0.3187342584133148, 0.36554473638534546, 0.04952368512749672, -1.7918003797531128, -1.3589450120925903, -1.1018673181533813, -0.1824359893798828, -0.10305187106132507, -0.25994932651519775, -1.7607688903808594, -0.2252412885427475, -0.16579973697662354, -0.06060328707098961, -0.3096482455730438, -0.5112467408180237, 0.04712062329053879, 1.3349539041519165, -1.397040843963623, 0.9827395677566528, 1000.0, 1000.0], "max": [0.1352466493844986, 0.2554660141468048, 0.36185693740844727, -1.2970359325408936, 0.1329100877046585, 0.07975500077009201, -0.05066690966486931, -0.24037937819957733, 0.5084288120269775, 0.18183425068855286, -1.3853931427001953, -1.2399535179138184, -0.7176883220672607, 0.3699825406074524, 0.15823155641555786, -0.1512044221162796, -1.2697848081588745, 0.18784214556217194, 0.05265003815293312, 0.11777590960264206, -0.23685474693775177, -0.3579005002975464, 0.12609362602233887, 1.5921820402145386, -1.152134895324707, 1.1834269762039185, 1002.0, 1000.0], "mean": [0.018868377432227135, 0.15879826247692108, 0.17005272209644318, -1.622670292854309, -0.05266718566417694, -0.06171288341283798, -0.15481823682785034, -0.28640320897102356, 0.4022703766822815, 0.13887755572795868, -1.5491002798080444, -1.321028470993042, -0.9987422227859497, -0.016317307949066162, 0.09453098475933075, -0.22908157110214233, -1.6097476482391357, 0.06788957118988037, -0.05509256571531296, -0.009020819328725338, -0.2905883491039276, -0.40289953351020813, 0.10960885137319565, 1.4208836555480957, -1.3320577144622803, 1.1215462684631348, 1000.9141235351562, 1000.0], "std": [0.16540610790252686, 0.04355357214808464, 0.09128981083631516, 0.11244689673185349, 0.08226532489061356, 0.057275861501693726, 0.04400859400629997, 0.023256218060851097, 0.03983325511217117, 0.03860146179795265, 0.1305633783340454, 0.03180377930402756, 0.1332804560661316, 0.1263333261013031, 0.08198681473731995, 0.04123333841562271, 0.09719467908143997, 0.1464443802833557, 0.048851143568754196, 0.06617473810911179, 0.02407064661383629, 0.035582687705755234, 0.022331763058900833, 0.10014370828866959, 0.08490577340126038, 0.04827554523944855, 0.41007137298583984, 0.0], "count": [1061]}, "timestamp": {"min": [0.0], "max": [35.333333333333336], "mean": [17.666666666666668], "std": [10.209472725529626], "count": [1061]}, "frame_index": {"min": [0], "max": [1060], "mean": [530.0], "std": [306.2841817658888], "count": [1061]}, "episode_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [1061]}, "index": {"min": [99518], "max": [100578], "mean": [100048.0], "std": [306.2841817658888], "count": [1061]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1061]}, "subtask_annotation": {"mean": [0.9500471253534402, 3.0, 3.0, 3.0, 3.0], "std": [0.8630833191965566, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1061]}, "scene_annotation": {"mean": [99.0], "std": [0.0], "min": [99], "max": [99], "count": [1061]}, "eef_direction_state": {"mean": [4.447690857681432, 4.630537229029218], "std": [2.3982295627065047, 2.299278785784611], "min": [0, 0], "max": [6, 6], "count": [1061]}, "eef_velocity_state": {"mean": [0.3081998114985862, 0.2987747408105561], "std": [0.4617495941425584, 0.4577208702518822], "min": [0, 0], "max": [1, 1], "count": [1061]}, "eef_acc_mag_state": {"mean": [0.15080113100848255, 0.11687087653157399], "std": [0.4734932638517129, 0.4248501552220037], "min": [0, 0], "max": [2, 2], "count": [1061]}, "eef_direction_action": {"mean": [4.447690857681432, 4.630537229029218], "std": [2.3982295627065047, 2.299278785784611], "min": [0, 0], "max": [6, 6], "count": [1061]}, "eef_velocity_action": {"mean": [0.3081998114985862, 0.2987747408105561], "std": [0.4617495941425584, 0.4577208702518822], "min": [0, 0], "max": [1, 1], "count": [1061]}, "eef_acc_mag_action": {"mean": [0.15080113100848255, 0.11687087653157399], "std": [0.4734932638517129, 0.4248501552220037], "min": [0, 0], "max": [2, 2], "count": [1061]}, "eef_sim_pose_state": {"mean": [0.4472304225230642, 0.2168848743769545, 1.1514758473900568, -0.045232529389356124, -0.12124330275622938, 1.243448413093436, 0.4448137501730408, -0.1785782289342185, 1.1467547635956012, 0.051290130350128006, -0.02279779959756707, -1.3492864963592743], "std": [0.04198024450147976, 0.030276430038462716, 0.02410968011393589, 0.032525416819065234, 0.10554242540740388, 0.10850609313633561, 0.035664138298837605, 0.021491309073236868, 0.02111124100481233, 0.05187503013243651, 0.09768289046457918, 0.025301537647000584], "min": [0.41589582797022195, 0.14060106996603455, 1.1238226639947795, -0.08853556751951319, -0.3309368320756547, 1.0511796980662427, 0.4013005529912184, -0.19936147939116852, 1.1241095042038394, 0.005815743993158762, -0.24015976192341681, -1.3888420578192964], "max": [0.5586346317407682, 0.24805345299664078, 1.2042803793980108, 0.03647994379244335, -0.03797875742422763, 1.3789011184551003, 0.5535616813840898, -0.11693785065582281, 1.1976669682348982, 0.13983385089307765, 0.05093834597142877, -1.2900910613255068], "count": [1061]}, "eef_sim_pose_action": {"mean": [0.447198179223873, 0.216871388219005, 1.1514883162271181, -0.04529737237189692, -0.12120955046439236, 1.2433830789869196, 0.4448120177795972, -0.1785774231722126, 1.1467545111449744, 0.05140560184872204, -0.02285879793257545, -1.3492493956304314], "std": [0.04198885845072258, 0.030266074429355555, 0.024098805410870377, 0.03249273048569348, 0.105562600801907, 0.1084453808783594, 0.03566486514695473, 0.02149098636122814, 0.021111382969066547, 0.051910150699898454, 0.09765710202107232, 0.025305164947865007], "min": [0.41589582797022195, 0.14060106996603455, 1.1238226639947795, -0.08853556751951319, -0.3309368320756547, 1.0511796980662427, 0.4013005529912184, -0.19936147939116852, 1.1241095042038394, 0.005815743993158762, -0.24015976192341681, -1.3888420578192964], "max": [0.5586346317407682, 0.24805345299664078, 1.2042803793980108, 0.03647994379244335, -0.03797875742422763, 1.3789011184551003, 0.5535616813840898, -0.11693785065582281, 1.1976669682348982, 0.13983385089307765, 0.05093834597142877, -1.2900910613255068], "count": [1061]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1061]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1061]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1061]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1061]}, "gripper_open_scale_state": {"mean": [0.9099227700532972, 0.9090909090909008], "std": [0.0003737622742988779, 8.215650382226158e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1061]}, "gripper_open_scale_action": {"mean": [0.9099220649929111, 0.9090909090909008], "std": [0.00037279181659061503, 8.215650382226158e-15], "min": [0.9090909090909091, 0.9090909090909091], "max": [0.9109090909090909, 0.9090909090909091], "count": [1061]}}} +{"episode_index": 100, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49580598892869115]], [[0.5168209016779789]], [[0.5227803321916373]]], "std": [[[0.33453126576388975]], [[0.3093554983980387]], [[0.31400079794898045]]], "count": [156]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36936356471007203]], [[0.3863777822293447]], [[0.3887652269775431]]], "std": [[[0.2673228995316588]], [[0.2535395304458868]], [[0.25572917458384437]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4036244815233786]], [[0.4252413901458019]], [[0.4272723678146472]]], "std": [[[0.2989806281041288]], [[0.27421752195645127]], [[0.27806672902511315]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.404061222138428]], [[0.4225889344519859]], [[0.4242882232487012]]], "std": [[[0.307770935375781]], [[0.2820949391785359]], [[0.2859803491801326]]], "count": [156]}, "observation.state": {"min": [-0.31608784198760986, 0.21142372488975525, 0.0985129252076149, -1.750821590423584, -0.30216121673583984, -0.08038768172264099, -0.39028725028038025, -0.3228153884410858, 0.38804319500923157, 0.1086425632238388, -1.6596399545669556, -1.637325644493103, -1.0566881895065308, -0.05881868675351143, 0.0689808651804924, -0.357372522354126, -1.6550259590148926, -0.04438044875860214, -0.04266348108649254, -0.06058473885059357, -0.3133631944656372, -0.4898550510406494, 0.05620824918150902, 1.3349539041519165, -1.4787720441818237, 0.715337336063385, 1003.75, 999.9375], "max": [0.05614506080746651, 0.43538767099380493, 0.3906821310520172, -1.3123719692230225, -0.11734284460544586, 0.1048571988940239, -0.05063309520483017, -0.2606180012226105, 0.4721868634223938, 0.1938619315624237, -1.3855518102645874, -1.288737416267395, -0.6556755304336548, 0.34567880630493164, 0.22747640311717987, -0.23220078647136688, -1.2173529863357544, 0.18788687884807587, 0.04502622038125992, 0.24225933849811554, -0.2860105037689209, -0.38760024309158325, 0.12111743539571762, 1.683455467224121, -1.3420894145965576, 1.145141839981079, 1004.625, 1000.0], "mean": [-0.06539129465818405, 0.3066663444042206, 0.21231476962566376, -1.5137040615081787, -0.22081944346427917, 0.024469930678606033, -0.25863519310951233, -0.31128644943237305, 0.421140193939209, 0.1702905297279358, -1.4992142915725708, -1.4878625869750977, -0.8284117579460144, 0.029688077047467232, 0.15250657498836517, -0.27279144525527954, -1.5572545528411865, 0.11935741454362869, -0.022465605288743973, 0.053246792405843735, -0.3034350872039795, -0.4110517203807831, 0.1087614893913269, 1.4511210918426514, -1.4090540409088135, 1.0034691095352173, 1004.2301025390625, 999.9952392578125], "std": [0.09185617417097092, 0.054252564907073975, 0.07311674952507019, 0.09467513114213943, 0.04381813481450081, 0.050637923181056976, 0.09337514638900757, 0.015788903459906578, 0.019583771005272865, 0.021704426035284996, 0.08010795712471008, 0.09913064539432526, 0.11618299037218094, 0.1344171017408371, 0.03227507323026657, 0.033591728657484055, 0.13218443095684052, 0.08668595552444458, 0.027310537174344063, 0.13228930532932281, 0.005705570802092552, 0.03376146778464317, 0.021086040884256363, 0.1370248794555664, 0.028436634689569473, 0.16985592246055603, 0.1446182280778885, 0.016572367399930954], "count": [841]}, "action": {"min": [-0.31608784198760986, 0.21142372488975525, 0.0985129252076149, -1.750821590423584, -0.30216121673583984, -0.08038768172264099, -0.39028725028038025, -0.3228153884410858, 0.38804319500923157, 0.1086425632238388, -1.6596399545669556, -1.637325644493103, -1.0566881895065308, -0.0588187575340271, 0.0689808651804924, -0.357372522354126, -1.6550259590148926, -0.04438044875860214, -0.04266348108649254, -0.06058270484209061, -0.3133631944656372, -0.4898550510406494, 0.05620824918150902, 1.3349539041519165, -1.4787720441818237, 0.715337336063385, 1003.75, 999.9375], "max": [0.05614506080746651, 0.43538767099380493, 0.3906821310520172, -1.3123719692230225, -0.11734284460544586, 0.1048571988940239, -0.05063309520483017, -0.2606180012226105, 0.4721868634223938, 0.1938619315624237, -1.3855518102645874, -1.288737416267395, -0.6556755304336548, 0.34567880630493164, 0.22747640311717987, -0.23220078647136688, -1.2173529863357544, 0.18787887692451477, 0.04502622038125992, 0.24225933849811554, -0.2860105037689209, -0.38760024309158325, 0.12111743539571762, 1.683455467224121, -1.3420894145965576, 1.145141839981079, 1004.625, 1000.0], "mean": [-0.06546087563037872, 0.3067721426486969, 0.21236766874790192, -1.5136662721633911, -0.2209158092737198, 0.02460041269659996, -0.2588864266872406, -0.3112911880016327, 0.4211500585079193, 0.1702883392572403, -1.4993035793304443, -1.4881054162979126, -0.8281400799751282, 0.029909832403063774, 0.15250706672668457, -0.27279072999954224, -1.5570191144943237, 0.11916940659284592, -0.022451866418123245, 0.053566694259643555, -0.3034423589706421, -0.41110968589782715, 0.10875042527914047, 1.4514178037643433, -1.4090676307678223, 1.0031002759933472, 1004.2308349609375, 999.9952392578125], "std": [0.09182415902614594, 0.05416352301836014, 0.07308603823184967, 0.094676174223423, 0.04372372478246689, 0.05051203444600105, 0.09309858083724976, 0.015791689977049828, 0.01958136074244976, 0.021703394129872322, 0.0800231322646141, 0.09889359027147293, 0.11591566354036331, 0.13442477583885193, 0.03227515518665314, 0.03359201177954674, 0.13222187757492065, 0.08670845627784729, 0.02730328030884266, 0.13233891129493713, 0.0057133897207677364, 0.0337662436068058, 0.02108224853873253, 0.13704350590705872, 0.028433620929718018, 0.16988596320152283, 0.14473900198936462, 0.016572367399930954], "count": [841]}, "timestamp": {"min": [0.0], "max": [28.0], "mean": [14.0], "std": [8.09252055226855], "count": [841]}, "frame_index": {"min": [0], "max": [840], "mean": [420.0], "std": [242.77561656805653], "count": [841]}, "episode_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [841]}, "index": {"min": [100579], "max": [101419], "mean": [100999.0], "std": [242.77561656805653], "count": [841]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [841]}, "subtask_annotation": {"mean": [0.9346016646848989, 3.0, 3.0, 3.0, 3.0], "std": [0.9489985281182377, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [841]}, "scene_annotation": {"mean": [100.0], "std": [0.0], "min": [100], "max": [100], "count": [841]}, "eef_direction_state": {"mean": [4.7621878715814505, 5.222354340071344], "std": [2.1700692258738483, 1.7842685989787594], "min": [0, 0], "max": [6, 6], "count": [841]}, "eef_velocity_state": {"mean": [0.27705112960760997, 0.17954815695600476], "std": [0.44754195467101615, 0.38381065161053884], "min": [0, 0], "max": [1, 1], "count": [841]}, "eef_acc_mag_state": {"mean": [0.011890606420927468, 0.028537455410225922], "std": [0.14581393978839102, 0.22164422078322907], "min": [0, 0], "max": [2, 2], "count": [841]}, "eef_direction_action": {"mean": [4.7621878715814505, 5.222354340071344], "std": [2.1700692258738483, 1.7842685989787594], "min": [0, 0], "max": [6, 6], "count": [841]}, "eef_velocity_action": {"mean": [0.27705112960760997, 0.17954815695600476], "std": [0.44754195467101615, 0.38381065161053884], "min": [0, 0], "max": [1, 1], "count": [841]}, "eef_acc_mag_action": {"mean": [0.011890606420927468, 0.028537455410225922], "std": [0.14581393978839102, 0.22164422078322907], "min": [0, 0], "max": [2, 2], "count": [841]}, "eef_sim_pose_state": {"mean": [0.47051410627465634, 0.2571231705398892, 1.1401117007172465, 0.10303007356610111, -0.06990511447216051, 1.1225702756501654, 0.4558584377509223, -0.1855414392429409, 1.140320357842302, -0.019020965349191156, -0.034718140533085466, -1.247997868690876], "std": [0.022755586701494135, 0.015796773224588525, 0.01583805715239022, 0.04951165193476952, 0.015493178486561492, 0.1374333344725125, 0.037283518438391845, 0.01458190253985855, 0.007602220476526584, 0.03258483379819857, 0.10485680800001049, 0.14048395504500286], "min": [0.4413094567181932, 0.21381188935202053, 1.1238728674475198, -0.0031918301255496884, -0.11735295343105645, 0.8858336516345355, 0.4307458106810807, -0.20867815541912577, 1.133301776980902, -0.09609002543981271, -0.22824578718617783, -1.366471889868186], "max": [0.5321132712480025, 0.28074783493019156, 1.1867543752867395, 0.15171080870886094, -0.05143567980850561, 1.3789446878583593, 0.5412629075209432, -0.14976865429696518, 1.1595871695508988, 0.011291436413413125, 0.0508239680229563, -1.029446735497588], "count": [841]}, "eef_sim_pose_action": {"mean": [0.4705322417276485, 0.2571442167356965, 1.14012034898527, 0.10317705233614348, -0.06988695913543093, 1.1222895186601143, 0.4559247167905471, -0.18555480811466682, 1.1403190585287417, -0.019087371222302075, -0.03495501335837367, -1.2477050913641268], "std": [0.022747801737068488, 0.015795443027276045, 0.01583117370096726, 0.04940515023077903, 0.015494863125251244, 0.13715028179386501, 0.037288375052345446, 0.014588964031920594, 0.007603219971819491, 0.032590850547187786, 0.10488829690554412, 0.14049339102126657], "min": [0.4413094567181932, 0.21381188935202053, 1.1238728674475198, -0.0031918301255496884, -0.11735295343105645, 0.8858336516345355, 0.43074535702230987, -0.20867815541912577, 1.133301776980902, -0.09609002543981271, -0.22824578718617783, -1.366471889868186], "max": [0.5321132712480025, 0.28074783493019156, 1.1867543752867395, 0.15171080870886094, -0.05143567980850561, 1.3789446878583593, 0.5412629075209432, -0.14976865429696518, 1.1595871695508988, 0.011291436413413125, 0.05082039801329996, -1.029446735497588], "count": [841]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [841]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [841]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [841]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [841]}, "gripper_open_scale_state": {"mean": [0.9129364579093212, 0.9090865852340253], "std": [0.00013147105142370977, 1.5065787336237975e-05], "min": [0.9125, 0.9090340909090909], "max": [0.9132954545454546, 0.9090909090909091], "count": [841]}, "gripper_open_scale_action": {"mean": [0.9129371368107995, 0.9090865852340253], "std": [0.0001315808533896459, 1.5065787336237975e-05], "min": [0.9125, 0.9090340909090909], "max": [0.9132954545454546, 0.9090909090909091], "count": [841]}}} +{"episode_index": 101, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4897564896514161]], [[0.510596628540305]], [[0.5159138657407407]]], "std": [[[0.3301651791392147]], [[0.30565114721575365]], [[0.30977651353252716]]], "count": [150]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37176158496732026]], [[0.38890121732026145]], [[0.39162590822440085]]], "std": [[[0.2697074732470227]], [[0.2559195528174663]], [[0.2578933090124237]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38821228213507625]], [[0.41255277913943356]], [[0.4166262663398693]]], "std": [[[0.2926441435868367]], [[0.2681860659028943]], [[0.2721634645504021]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3835176089324619]], [[0.4008967293028322]], [[0.4005938439542484]]], "std": [[[0.28984675709507085]], [[0.2659567972765771]], [[0.2686479013116504]]], "count": [150]}, "observation.state": {"min": [-0.35300594568252563, 0.18858827650547028, 0.13028882443904877, -1.6971690654754639, -0.18414096534252167, -0.08127453178167343, -0.31710341572761536, -0.328695684671402, 0.38980498909950256, 0.09597574919462204, -1.6287999153137207, -1.548681378364563, -1.0568791627883911, -0.05906630679965019, 0.03289618343114853, -0.3758086562156677, -1.6796034574508667, -0.029546242207288742, -0.042678751051425934, -0.06057492643594742, -0.31155526638031006, -0.5183227062225342, 0.04116962477564812, 1.3349149227142334, -1.6035339832305908, 0.6074213981628418, 1003.875, 999.9375], "max": [0.04728751629590988, 0.3003537058830261, 0.3723561763763428, -1.2391096353530884, -0.03324415907263756, 0.11410853266716003, -0.050655804574489594, -0.28689712285995483, 0.48864173889160156, 0.18165236711502075, -1.3849165439605713, -1.2892470359802246, -0.6014976501464844, 0.4642063081264496, 0.2196006029844284, -0.1958826631307602, -1.1300406455993652, 0.2653914988040924, 0.23854069411754608, 0.2506052851676941, -0.2779247462749481, -0.3894941210746765, 0.12594962120056152, 1.6363757848739624, -1.3965694904327393, 1.146386742591858, 1004.5, 1000.0], "mean": [-0.08171021193265915, 0.23690009117126465, 0.2194024920463562, -1.4773484468460083, -0.1477876752614975, 0.00986423995345831, -0.22901931405067444, -0.31748977303504944, 0.42662981152534485, 0.1508074551820755, -1.4940088987350464, -1.4572508335113525, -0.8449101448059082, 0.0529177226126194, 0.14062143862247467, -0.2826778292655945, -1.539486050605774, 0.1375407725572586, 0.014807703904807568, 0.0407111793756485, -0.3026523292064667, -0.41659706830978394, 0.10363664478063583, 1.4105350971221924, -1.4328023195266724, 0.998972475528717, 1004.193603515625, 999.9874877929688], "std": [0.10640323162078857, 0.023990392684936523, 0.06764988601207733, 0.10905732214450836, 0.03786583989858627, 0.06463980674743652, 0.07636238634586334, 0.011795335449278355, 0.02513534389436245, 0.024227825924754143, 0.06560153514146805, 0.07749337702989578, 0.1330457180738449, 0.17182092368602753, 0.03827916085720062, 0.0419466532766819, 0.15956716239452362, 0.08275853842496872, 0.09080322831869125, 0.13324257731437683, 0.008457801304757595, 0.04194750636816025, 0.027010738849639893, 0.10893941670656204, 0.05256302282214165, 0.2038802057504654, 0.1264120191335678, 0.024988243356347084], "count": [801]}, "action": {"min": [-0.35300594568252563, 0.18858827650547028, 0.13028882443904877, -1.6971690654754639, -0.18414096534252167, -0.08127453178167343, -0.31710341572761536, -0.328695684671402, 0.38980498909950256, 0.09597574919462204, -1.6287999153137207, -1.548681378364563, -1.0568791627883911, -0.05906630679965019, 0.03289618343114853, -0.3758086562156677, -1.6796034574508667, -0.029546242207288742, -0.042678751051425934, -0.06057492643594742, -0.31155526638031006, -0.5183227062225342, 0.04116962477564812, 1.3349149227142334, -1.6035339832305908, 0.6074213981628418, 1003.875, 999.9375], "max": [0.04728751629590988, 0.3003537058830261, 0.3723561763763428, -1.2391096353530884, -0.03324415907263756, 0.11410853266716003, -0.05065469443798065, -0.28689712285995483, 0.48864173889160156, 0.18165236711502075, -1.3849165439605713, -1.2892470359802246, -0.6014976501464844, 0.4642063081264496, 0.2196006029844284, -0.1958826631307602, -1.1300406455993652, 0.2653914988040924, 0.23854069411754608, 0.2506052851676941, -0.2779247462749481, -0.3894941210746765, 0.12594962120056152, 1.6363757848739624, -1.3965539932250977, 1.146386742591858, 1004.5, 1000.0], "mean": [-0.08179804682731628, 0.23692364990711212, 0.21945658326148987, -1.4772602319717407, -0.14784103631973267, 0.009936770424246788, -0.22925712168216705, -0.31750115752220154, 0.4266453683376312, 0.15078246593475342, -1.4941115379333496, -1.4574928283691406, -0.8447023034095764, 0.0532250851392746, 0.14057807624340057, -0.28274819254875183, -1.5391772985458374, 0.13734164834022522, 0.014874273911118507, 0.04106072336435318, -0.3026585876941681, -0.4166707396507263, 0.10358547419309616, 1.4108617305755615, -1.4328925609588623, 0.998516857624054, 1004.1936645507812, 999.9874877929688], "std": [0.10635944455862045, 0.023979606106877327, 0.06760978698730469, 0.1090458482503891, 0.03788137808442116, 0.06457241624593735, 0.07610279321670532, 0.011800912208855152, 0.025130223482847214, 0.02420656569302082, 0.06549495458602905, 0.07727182656526566, 0.13284508883953094, 0.17184101045131683, 0.038278691470623016, 0.041955847293138504, 0.1596209853887558, 0.08282915502786636, 0.09078054875135422, 0.1333436369895935, 0.008462516590952873, 0.04195168614387512, 0.027017317712306976, 0.10910560935735703, 0.052563175559043884, 0.20396210253238678, 0.12633609771728516, 0.024988243356347084], "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": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [801]}, "index": {"min": [101420], "max": [102220], "mean": [101820.0], "std": [231.22860261366168], "count": [801]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [801]}, "subtask_annotation": {"mean": [0.9038701622971286, 3.0, 3.0, 3.0, 3.0], "std": [0.934561793536768, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [801]}, "scene_annotation": {"mean": [101.0], "std": [0.0], "min": [101], "max": [101], "count": [801]}, "eef_direction_state": {"mean": [5.119850187265918, 5.038701622971286], "std": [1.9572504798127504, 2.0284494209354174], "min": [0, 0], "max": [6, 6], "count": [801]}, "eef_velocity_state": {"mean": [0.18601747815230962, 0.20224719101123595], "std": [0.389120772992352, 0.40167557149931377], "min": [0, 0], "max": [1, 1], "count": [801]}, "eef_acc_mag_state": {"mean": [0.017478152309612985, 0.009987515605493134], "std": [0.16480346509387656, 0.09943724220594213], "min": [0, 0], "max": [2, 1], "count": [801]}, "eef_direction_action": {"mean": [5.119850187265918, 5.038701622971286], "std": [1.9572504798127504, 2.0284494209354174], "min": [0, 0], "max": [6, 6], "count": [801]}, "eef_velocity_action": {"mean": [0.18601747815230962, 0.20224719101123595], "std": [0.389120772992352, 0.40167557149931377], "min": [0, 0], "max": [1, 1], "count": [801]}, "eef_acc_mag_action": {"mean": [0.017478152309612985, 0.009987515605493134], "std": [0.16480346509387656, 0.09943724220594213], "min": [0, 0], "max": [2, 1], "count": [801]}, "eef_sim_pose_state": {"mean": [0.4747545485941321, 0.2355585610226498, 1.1332437241757418, 0.0961046689622804, -0.08262585786267965, 1.1467821026089655, 0.46148905306302984, -0.1794797196990184, 1.1435957773218943, -0.04686138704452103, -0.007347521801273768, -1.2542836624674365], "std": [0.02771236264799245, 0.016527019713840563, 0.014153301769490652, 0.05877560173573533, 0.043825572192136675, 0.12053421439755532, 0.04665505519386267, 0.01726008741593748, 0.014592576691877168, 0.07823244736661603, 0.09147579790794651, 0.15077513777855503], "min": [0.44090648136619803, 0.19280657564685275, 1.1207574473423498, 0.003786824341908912, -0.19469479895142205, 0.9665200729235603, 0.4307462209098915, -0.20758560452140304, 1.1349754842928121, -0.22884197696786496, -0.19014051796973463, -1.366364207948914], "max": [0.5441997031481126, 0.2491936722998374, 1.161456604670582, 0.21759201288824526, -0.04468450371961885, 1.3789218992036525, 0.5717376258607415, -0.1339001508180641, 1.1772023206418298, 0.0071759770476890195, 0.13789476357913766, -1.005609357639445], "count": [801]}, "eef_sim_pose_action": {"mean": [0.47477746146127986, 0.23555617789872327, 1.1332413319726822, 0.09620353757387418, -0.08258682970640294, 1.1465164825754366, 0.4615746961544337, -0.17945999425782277, 1.1435994293950071, -0.046971051233478806, -0.007574356915126084, -1.2538994309979392], "std": [0.0277020378463573, 0.01652546855316942, 0.014155051754111631, 0.05868965563248962, 0.04384539763881759, 0.12025647614577895, 0.04666151886456451, 0.017259804325427137, 0.014590789604885067, 0.07822004022335795, 0.09155681702532582, 0.15088119554637075], "min": [0.44090648136619803, 0.19280657564685275, 1.1207574473423498, 0.003786824341908912, -0.19469479895142205, 0.9665200729235603, 0.4307462209098915, -0.20758560452140304, 1.1349754842928121, -0.22884197696786496, -0.19014051796973463, -1.366364207948914], "max": [0.5441997031481126, 0.2491936722998374, 1.161456604670582, 0.21759201288824526, -0.04468450371961885, 1.3789226387701894, 0.5717376258607415, -0.1339001508180641, 1.1772023206418298, 0.0071759770476890195, 0.13789476357913766, -1.005609357639445], "count": [801]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [801]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [801]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [801]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [801]}, "gripper_open_scale_state": {"mean": [0.9129032631080618, 0.9090795596413533], "std": [0.00011492020778969831, 2.2716625696549843e-05], "min": [0.9126136363636363, 0.9090340909090909], "max": [0.9131818181818182, 0.9090909090909091], "count": [801]}, "gripper_open_scale_action": {"mean": [0.9129032017334746, 0.9090795596413533], "std": [0.00011485062544813905, 2.2716625696549843e-05], "min": [0.9126136363636363, 0.9090340909090909], "max": [0.9131818181818182, 0.9090909090909091], "count": [801]}}} +{"episode_index": 102, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4876510500164426]], [[0.5073498234985818]], [[0.5128327231573971]]], "std": [[[0.3286287664847165]], [[0.30408245463912614]], [[0.3086763901173687]]], "count": [159]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37183095300489166]], [[0.38690138657664325]], [[0.38956856322193445]]], "std": [[[0.2696770682680937]], [[0.25547553898697506]], [[0.25744116959091295]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4168466814136556]], [[0.43664232642742634]], [[0.43931909889217746]]], "std": [[[0.30892506887069576]], [[0.2782608070062117]], [[0.27893353530188864]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3696171023965142]], [[0.3865805971759773]], [[0.3855003853742755]]], "std": [[[0.28272841696087403]], [[0.25986160804786346]], [[0.2622678923027762]]], "count": [159]}, "observation.state": {"min": [-0.35501307249069214, 0.08003861457109451, 0.1303640902042389, -1.645574927330017, -0.1463065892457962, -0.09914888441562653, -0.27671322226524353, -0.341909259557724, 0.3971415162086487, 0.09035581350326538, -1.6164008378982544, -1.489513635635376, -1.0599902868270874, -0.06586217880249023, 0.04132721573114395, -0.49400779604911804, -1.6723755598068237, -0.050474923104047775, -0.04277801886200905, -0.060583651065826416, -0.3094242513179779, -0.5215556621551514, 0.007362375035881996, 1.3348159790039062, -1.4911497831344604, 0.4159219264984131, 1003.875, 999.9375], "max": [0.05400921404361725, 0.2701529562473297, 0.30546754598617554, -1.1217602491378784, -0.018793923780322075, 0.05232497304677963, -0.0506337508559227, -0.29295045137405396, 0.4998546838760376, 0.18151187896728516, -1.3855518102645874, -1.288939118385315, -0.7120307683944702, 0.5511815547943115, 0.24497441947460175, -0.2180330753326416, -1.0654449462890625, 0.18793487548828125, 0.18401333689689636, 0.334125816822052, -0.26765304803848267, -0.38879042863845825, 0.12063662707805634, 1.7170095443725586, -1.396594524383545, 1.1450926065444946, 1004.4444580078125, 1000.0], "mean": [-0.10240225493907928, 0.17129868268966675, 0.1892228126525879, -1.3975105285644531, -0.1018257662653923, -0.054510362446308136, -0.19053733348846436, -0.3292759656906128, 0.4359017312526703, 0.14729902148246765, -1.464105248451233, -1.4135617017745972, -0.9171997308731079, 0.09952671080827713, 0.14296872913837433, -0.30866584181785583, -1.5050185918807983, 0.11622221022844315, 0.012817304581403732, 0.08350798487663269, -0.29829686880111694, -0.425403356552124, 0.09517029672861099, 1.4718027114868164, -1.4295399188995361, 0.9351764917373657, 1004.1510620117188, 999.9988403320312], "std": [0.10370151698589325, 0.04210316017270088, 0.05479481443762779, 0.1236884668469429, 0.036281511187553406, 0.05314046889543533, 0.049152228981256485, 0.014163805171847343, 0.02619566023349762, 0.02716207504272461, 0.05643380805850029, 0.05247625708580017, 0.0943945124745369, 0.2109098732471466, 0.03955242037773132, 0.07814402133226395, 0.18535083532333374, 0.086343914270401, 0.08139702677726746, 0.16518500447273254, 0.012425554916262627, 0.04743780568242073, 0.035319581627845764, 0.1604229360818863, 0.03710564970970154, 0.26325568556785583, 0.10311253368854523, 0.008421273902058601], "count": [865]}, "action": {"min": [-0.35501307249069214, 0.08003861457109451, 0.1303640902042389, -1.645574927330017, -0.1463065892457962, -0.09914888441562653, -0.27671322226524353, -0.341909259557724, 0.3971415162086487, 0.09035581350326538, -1.6164008378982544, -1.489513635635376, -1.0599902868270874, -0.06586217880249023, 0.04132721573114395, -0.49400779604911804, -1.6723755598068237, -0.050474923104047775, -0.04277801886200905, -0.060583651065826416, -0.3094242513179779, -0.5215556621551514, 0.007362375035881996, 1.3348159790039062, -1.4911497831344604, 0.4159219264984131, 1003.875, 999.9375], "max": [0.05400921404361725, 0.2701529562473297, 0.30546754598617554, -1.1217602491378784, -0.018793923780322075, 0.05232497304677963, -0.05063394457101822, -0.29295045137405396, 0.4998546838760376, 0.18151187896728516, -1.3855518102645874, -1.288939118385315, -0.7120307683944702, 0.5511815547943115, 0.24497441947460175, -0.2180330753326416, -1.0654449462890625, 0.18790432810783386, 0.18401333689689636, 0.334125816822052, -0.26765304803848267, -0.38879042863845825, 0.12063662707805634, 1.7170095443725586, -1.396594524383545, 1.1450259685516357, 1004.4375, 1000.0], "mean": [-0.10249582678079605, 0.1712443083524704, 0.18923382461071014, -1.3973462581634521, -0.10180986672639847, -0.05452879145741463, -0.1907060146331787, -0.32930174469947815, 0.4359225332736969, 0.14727474749088287, -1.4641633033752441, -1.4137128591537476, -0.9170934557914734, 0.09981568902730942, 0.14290817081928253, -0.3087138235569, -1.5047128200531006, 0.11608216166496277, 0.012829934246838093, 0.08382347971200943, -0.29829975962638855, -0.4254750907421112, 0.09512291103601456, 1.4720951318740845, -1.429647445678711, 0.9348464608192444, 1004.1509399414062, 999.9988403320312], "std": [0.10363978147506714, 0.0420752577483654, 0.05478741601109505, 0.12361092120409012, 0.03626895323395729, 0.053151685744524, 0.04892156645655632, 0.014164878986775875, 0.026183871552348137, 0.027140919119119644, 0.05637883394956589, 0.05230577662587166, 0.09428901225328445, 0.2108638733625412, 0.039569027721881866, 0.07812685519456863, 0.18535378575325012, 0.0863255113363266, 0.08138935267925262, 0.16517016291618347, 0.0124278012663126, 0.04743032529950142, 0.035312894731760025, 0.16040490567684174, 0.037145256996154785, 0.2631707191467285, 0.10278744995594025, 0.008421273902058601], "count": [865]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.4], "std": [8.323460818673924], "count": [865]}, "frame_index": {"min": [0], "max": [864], "mean": [432.0], "std": [249.70382456021773], "count": [865]}, "episode_index": {"min": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [865]}, "index": {"min": [102221], "max": [103085], "mean": [102653.0], "std": [249.70382456021773], "count": [865]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [865]}, "subtask_annotation": {"mean": [0.9202312138728324, 3.0, 3.0, 3.0, 3.0], "std": [0.8863094579269002, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [865]}, "scene_annotation": {"mean": [102.0], "std": [0.0], "min": [102], "max": [102], "count": [865]}, "eef_direction_state": {"mean": [5.008092485549133, 4.907514450867052], "std": [2.009498644113725, 2.0191571400338275], "min": [0, 0], "max": [6, 6], "count": [865]}, "eef_velocity_state": {"mean": [0.21734104046242775, 0.27630057803468205], "std": [0.41243655583997385, 0.44716727140118445], "min": [0, 0], "max": [1, 1], "count": [865]}, "eef_acc_mag_state": {"mean": [0.005780346820809248, 0.0], "std": [0.07580853785320309, 0.0], "min": [0, 0], "max": [1, 0], "count": [865]}, "eef_direction_action": {"mean": [5.008092485549133, 4.907514450867052], "std": [2.009498644113725, 2.0191571400338275], "min": [0, 0], "max": [6, 6], "count": [865]}, "eef_velocity_action": {"mean": [0.21734104046242775, 0.27630057803468205], "std": [0.41243655583997385, 0.44716727140118445], "min": [0, 0], "max": [1, 1], "count": [865]}, "eef_acc_mag_action": {"mean": [0.005780346820809248, 0.0], "std": [0.07580853785320309, 0.0], "min": [0, 0], "max": [1, 0], "count": [865]}, "eef_sim_pose_state": {"mean": [0.48128288701120786, 0.22687174762269824, 1.1186160093564368, 0.06447753321475863, -0.07756038213655243, 1.2149617929136132, 0.47256595593564205, -0.17516292874968512, 1.1485514516728432, -0.05449142883411476, -0.04810698145894169, -1.194633599222366], "std": [0.027564092104169203, 0.021665557565781073, 0.01537607814007419, 0.03531413535142949, 0.04389953118207574, 0.08501539162465126, 0.05457161096078612, 0.022269331999156636, 0.01965928186242493, 0.08867205093214275, 0.12302259652989815, 0.2066766221031243], "min": [0.44054723338545404, 0.17802086018317426, 1.104702472149032, -0.009459608899295424, -0.1999793756938637, 1.0334520879830127, 0.43029810922042805, -0.20736880707296274, 1.1348266774486255, -0.266283284061523, -0.26325543531605056, -1.3664165792390435], "max": [0.5481416177580931, 0.2475163047704366, 1.1561024261290602, 0.1324611992033492, -0.020097993140360426, 1.3789149298852568, 0.5837213522608146, -0.11162233513702571, 1.1908786264850968, 0.0060522228685142565, 0.055858207829709405, -0.8165137958187931], "count": [865]}, "eef_sim_pose_action": {"mean": [0.48130738122489986, 0.22686087461732266, 1.1185949836781008, 0.06452976406429872, -0.07752711086240154, 1.2148066007308465, 0.4726477515719579, -0.17514343752387881, 1.1485526384354543, -0.05453703539274553, -0.04826327424492592, -1.1943043414363357], "std": [0.027548440275768634, 0.021657684708763666, 0.015381372365792723, 0.035260152976086465, 0.04391151357462488, 0.0848383495309204, 0.054561855519206476, 0.02226581597478072, 0.019658496689067585, 0.0886510211044128, 0.12298235118060147, 0.20662957295305048], "min": [0.44054723338545404, 0.17802086018317426, 1.104702472149032, -0.009459608899295424, -0.1999793756938637, 1.0334520879830127, 0.43029810922042805, -0.20736880707296274, 1.1348266774486255, -0.266283284061523, -0.26325543531605056, -1.3664165792390435], "max": [0.5481416177580931, 0.2475163047704366, 1.1561024261290602, 0.1324611992033492, -0.020097993140360426, 1.3789149298852568, 0.5837213522608146, -0.11162233513702571, 1.1908786264850968, 0.006043920077595688, 0.055858207829709405, -0.8165137958187931], "count": [865]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [865]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [865]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [865]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [865]}, "gripper_open_scale_state": {"mean": [0.9128646132468693, 0.9090898581187568], "std": [9.373900859612474e-05, 7.655702724288047e-06], "min": [0.9126136363636363, 0.9090340909090909], "max": [0.9131313254616478, 0.9090909090909091], "count": [865]}, "gripper_open_scale_action": {"mean": [0.9128645723215623, 0.9090898581187568], "std": [9.344313419347043e-05, 7.655702724288047e-06], "min": [0.9126136363636363, 0.9090340909090909], "max": [0.913125, 0.9090909090909091], "count": [865]}}} +{"episode_index": 103, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4961181460279861]], [[0.5158818800171076]], [[0.5210139642825811]]], "std": [[[0.3321699930337943]], [[0.3077600678370165]], [[0.3117482044488424]]], "count": [149]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36858742652542004]], [[0.38575483616265294]], [[0.3887245457187349]]], "std": [[[0.26907826073909147]], [[0.25544544293175103]], [[0.25783720585920566]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4143158502215204]], [[0.44358783502215204]], [[0.4470737144690091]]], "std": [[[0.2989143239848481]], [[0.27579544594047095]], [[0.2781072428075335]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38954121019213056]], [[0.41015646521472127]], [[0.4114623799184103]]], "std": [[[0.2993928034367868]], [[0.2747951220103301]], [[0.2786176959942007]]], "count": [149]}, "observation.state": {"min": [-0.2718524932861328, 0.12358349561691284, 0.10590330511331558, -1.6224929094314575, -0.16118115186691284, -0.07925648987293243, -0.2571764588356018, -0.3300635516643524, 0.4056299924850464, 0.10596449673175812, -1.502795696258545, -1.5414776802062988, -1.0562564134597778, -0.05878378078341484, -0.02321396954357624, -0.3904007077217102, -1.648603081703186, -0.08216901123523712, -0.17953111231327057, -0.060584116727113724, -0.32367250323295593, -0.5152816772460938, 0.01451831217855215, 1.3349539041519165, -1.4726922512054443, 0.6590803861618042, 1003.8125, 999.9375], "max": [0.01630464754998684, 0.2723706364631653, 0.2866288721561432, -1.2867865562438965, -0.07713591307401657, 0.09528079628944397, -0.050647515803575516, -0.3001900613307953, 0.48145049810409546, 0.18186205625534058, -1.3354383707046509, -1.2875745296478271, -0.7903777360916138, 0.4672431945800781, 0.1937304586172104, -0.23403774201869965, -1.0646998882293701, 0.18784105777740479, 0.11894964426755905, 0.20221711695194244, -0.2893058657646179, -0.38949668407440186, 0.12327281385660172, 1.6489083766937256, -1.3555991649627686, 1.145059585571289, 1004.5625, 1000.0], "mean": [-0.09023868292570114, 0.1741207391023636, 0.15041935443878174, -1.4371742010116577, -0.14139246940612793, 0.002031578915193677, -0.16870522499084473, -0.32171568274497986, 0.4366753399372101, 0.16316929459571838, -1.3857070207595825, -1.4198338985443115, -0.9668096899986267, 0.07966095209121704, 0.11671360582113266, -0.2769973874092102, -1.4835352897644043, 0.10816002637147903, -0.03458757326006889, 0.036678213626146317, -0.30587509274482727, -0.4247489869594574, 0.09930466115474701, 1.4352368116378784, -1.4055112600326538, 1.015053391456604, 1004.173095703125, 999.9987182617188], "std": [0.07798756659030914, 0.03811962157487869, 0.059835683554410934, 0.08135571330785751, 0.0194653682410717, 0.051841363310813904, 0.05786827579140663, 0.008063256740570068, 0.01972334459424019, 0.023327434435486794, 0.058558735996484756, 0.0710882842540741, 0.09285895526409149, 0.18618173897266388, 0.06223682314157486, 0.044086989015340805, 0.2077924609184265, 0.10307405143976212, 0.06954163312911987, 0.11706966906785965, 0.0075905583798885345, 0.04656738415360451, 0.03383088484406471, 0.12505142390727997, 0.02382003329694271, 0.1746724545955658, 0.12526898086071014, 0.008798633702099323], "count": [791]}, "action": {"min": [-0.2718524932861328, 0.12358349561691284, 0.10590330511331558, -1.6224929094314575, -0.16118115186691284, -0.07925648987293243, -0.2571764588356018, -0.3300635516643524, 0.4056299924850464, 0.10596449673175812, -1.502795696258545, -1.5414776802062988, -1.0562995672225952, -0.05878378078341484, -0.02321396954357624, -0.3904007077217102, -1.648603081703186, -0.08216901123523712, -0.17953111231327057, -0.060584403574466705, -0.32367250323295593, -0.5152816772460938, 0.01451831217855215, 1.3349539041519165, -1.4726922512054443, 0.6590803861618042, 1003.8125, 999.9375], "max": [0.01630464754998684, 0.2723706364631653, 0.2866288721561432, -1.2867865562438965, -0.07713591307401657, 0.09528079628944397, -0.050645094364881516, -0.3001900613307953, 0.48145049810409546, 0.18186205625534058, -1.3354383707046509, -1.2875745296478271, -0.7903777360916138, 0.4672431945800781, 0.1937304586172104, -0.23403774201869965, -1.0646998882293701, 0.18784105777740479, 0.11894964426755905, 0.20221711695194244, -0.2893058657646179, -0.38949668407440186, 0.12327281385660172, 1.6489083766937256, -1.3555991649627686, 1.145059585571289, 1004.5625, 1000.0], "mean": [-0.09036258608102798, 0.17403802275657654, 0.15037092566490173, -1.437023401260376, -0.14141204953193665, 0.002119062002748251, -0.1688629686832428, -0.3217284679412842, 0.4367105960845947, 0.16315914690494537, -1.38564932346344, -1.420009732246399, -0.9667585492134094, 0.08002035319805145, 0.11658428609371185, -0.2769668698310852, -1.4830363988876343, 0.10794981569051743, -0.034757133573293686, 0.03696516528725624, -0.3058966100215912, -0.4248476028442383, 0.099271759390831, 1.4355326890945435, -1.4055062532424927, 1.0148463249206543, 1004.173095703125, 999.9987182617188], "std": [0.07791206985712051, 0.038098182529211044, 0.05985346809029579, 0.08129984140396118, 0.019469227641820908, 0.0517624132335186, 0.05771607160568237, 0.008066501468420029, 0.019704319536685944, 0.02332119457423687, 0.05858190357685089, 0.07093741744756699, 0.09282097220420837, 0.18618853390216827, 0.062256693840026855, 0.0441071093082428, 0.20790152251720428, 0.10308091342449188, 0.06972435861825943, 0.11710904538631439, 0.007616409566253424, 0.04657519608736038, 0.03382280096411705, 0.12509053945541382, 0.023822259157896042, 0.1746159940958023, 0.12530051171779633, 0.008798633702099323], "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": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [791]}, "index": {"min": [103086], "max": [103876], "mean": [103481.0], "std": [228.34184898962346], "count": [791]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [791]}, "subtask_annotation": {"mean": [0.9380530973451328, 3.0, 3.0, 3.0, 3.0], "std": [0.9148062887044631, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [791]}, "scene_annotation": {"mean": [103.0], "std": [0.0], "min": [103], "max": [103], "count": [791]}, "eef_direction_state": {"mean": [5.347661188369153, 4.993678887484197], "std": [1.6507260683457226, 1.9971434703115658], "min": [0, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.15170670037926676, 0.23893805309734514], "std": [0.3587363620255159, 0.4264348248905036], "min": [0, 0], "max": [1, 1], "count": [791]}, "eef_acc_mag_state": {"mean": [0.01643489254108723, 0.017699115044247787], "std": [0.16210665277383005, 0.18730982733200593], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_direction_action": {"mean": [5.347661188369153, 4.993678887484197], "std": [1.6507260683457226, 1.9971434703115658], "min": [0, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.15170670037926676, 0.23893805309734514], "std": [0.3587363620255159, 0.4264348248905036], "min": [0, 0], "max": [1, 1], "count": [791]}, "eef_acc_mag_action": {"mean": [0.01643489254108723, 0.017699115044247787], "std": [0.16210665277383005, 0.18730982733200593], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [0.48061583369458744, 0.23785636398037852, 1.1274098415482499, 0.07779407764550404, -0.03129430753655158, 1.2744942208217815, 0.4691199008521225, -0.1748024503874303, 1.1379842036522463, -0.02034198364339001, -0.027209981790962737, -1.262189357494571], "std": [0.021023947724155105, 0.016971152796736118, 0.009823513543953152, 0.03979202162639088, 0.04084459002418862, 0.09283523585030964, 0.05053686645115535, 0.024590224769773558, 0.01187174930940875, 0.05687159232711264, 0.10027070284508013, 0.13326031730938492], "min": [0.4524222416269802, 0.19424969601952188, 1.1191428790065026, 0.005490800967459575, -0.12597480520848658, 1.0846109412246394, 0.43074755514722296, -0.20625833853890085, 1.114790274298689, -0.14038779273675983, -0.22151845546532956, -1.3663803298244408], "max": [0.5285304174976398, 0.25647259747395224, 1.1521157641725557, 0.14292604487432264, 0.009017489425132696, 1.378978690839289, 0.5681561836752145, -0.10918681039891613, 1.1626082452171826, 0.04469369166494819, 0.050837983790522845, -1.0047730284260736], "count": [791]}, "eef_sim_pose_action": {"mean": [0.4806531094336772, 0.23785362677386238, 1.127405193551637, 0.07788350980459852, -0.031190505900834307, 1.2744107634777297, 0.46922465900000415, -0.17478959901819416, 1.1379587988490947, -0.020299592176323378, -0.027390347006581668, -1.2619639092682116], "std": [0.021001311819945384, 0.016969797545828967, 0.009826065859761986, 0.03970876234071684, 0.04083480684193132, 0.09277090426334961, 0.050543110956629604, 0.024586198978894917, 0.011899532264249741, 0.056903656583273995, 0.10025845702513199, 0.1332347137704925], "min": [0.4524222416269802, 0.19424969601952188, 1.1191428790065026, 0.005493843802638065, -0.12597480520848658, 1.0846109412246394, 0.43074755514722296, -0.20625833853890085, 1.114790274298689, -0.14038779273675983, -0.22151845546532956, -1.3663803298244408], "max": [0.5285304174976398, 0.25647259747395224, 1.1521157641725557, 0.14292604487432264, 0.009017489425132696, 1.3789759750761053, 0.5681561836752145, -0.10918681039891613, 1.1626082452171826, 0.04469369166494819, 0.050837983790522845, -1.0047730284260736], "count": [791]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [791]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [791]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [791]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [791]}, "gripper_open_scale_state": {"mean": [0.9128846888558096, 0.9090897597977253], "std": [0.00011388026844239254, 7.998742045203092e-06], "min": [0.9125568181818182, 0.9090340909090909], "max": [0.9132386363636363, 0.9090909090909091], "count": [791]}, "gripper_open_scale_action": {"mean": [0.9128847204922369, 0.9090897597977253], "std": [0.00011390891009145608, 7.998742045203092e-06], "min": [0.9125568181818182, 0.9090340909090909], "max": [0.9132386363636363, 0.9090909090909091], "count": [791]}}} +{"episode_index": 104, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48763956427015254]], [[0.5077441367102397]], [[0.5119197685185185]]], "std": [[[0.326335237782766]], [[0.30329700338339455]], [[0.3076056035764353]]], "count": [150]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3683179071350763]], [[0.38477662173202615]], [[0.3869037241285403]]], "std": [[[0.26938430817489223]], [[0.2560340683262755]], [[0.25845949033739507]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4066777396514161]], [[0.43658130991285404]], [[0.4388588112745098]]], "std": [[[0.29990135622668807]], [[0.2778983437866401]], [[0.28028263147693583]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4023374605119826]], [[0.42082244825708065]], [[0.4214778213507625]]], "std": [[[0.3067390486986295]], [[0.2805643484377886]], [[0.2842246913387627]]], "count": [150]}, "observation.state": {"min": [-0.2999075651168823, 0.11757301539182663, 0.14717379212379456, -1.5375707149505615, -0.24988751113414764, -0.07915940880775452, -0.31358110904693604, -0.3336833715438843, 0.4044603705406189, 0.10389406234025955, -1.5325798988342285, -1.6114084720611572, -1.0559594631195068, -0.05890049785375595, 0.003150319214910269, -0.3923947513103485, -1.6416915655136108, -0.03899938240647316, -0.13424962759017944, -0.06057601422071457, -0.3308178782463074, -0.5244446396827698, 0.028989750891923904, 1.3354251384735107, -1.4657725095748901, 0.644843339920044, 1003.8125, 999.9375], "max": [0.0061708297580480576, 0.28806766867637634, 0.30372002720832825, -1.1774241924285889, -0.08663377910852432, 0.004432045388966799, -0.05066581815481186, -0.3179076313972473, 0.48459288477897644, 0.18143850564956665, -1.384897232055664, -1.2894582748413086, -0.8148143887519836, 0.5056491494178772, 0.18753671646118164, -0.20715858042240143, -0.9725323915481567, 0.1878170669078827, 0.05452408641576767, 0.24736224114894867, -0.29703080654144287, -0.38949817419052124, 0.13429243862628937, 1.675412654876709, -1.3965191841125488, 1.1451830863952637, 1004.625, 1000.0], "mean": [-0.1248033344745636, 0.19350486993789673, 0.18775442242622375, -1.3747048377990723, -0.18142113089561462, -0.05023205652832985, -0.21372908353805542, -0.3285129964351654, 0.44257548451423645, 0.1569899320602417, -1.4390759468078613, -1.468882441520691, -0.9493147134780884, 0.11071888357400894, 0.12009568512439728, -0.28423213958740234, -1.4387645721435547, 0.11079580336809158, -0.04420088604092598, 0.06206682324409485, -0.30948227643966675, -0.43222805857658386, 0.09908797591924667, 1.4517344236373901, -1.4184201955795288, 0.986150324344635, 1004.2261352539062, 999.998779296875], "std": [0.08137232810258865, 0.03293410316109657, 0.05435776337981224, 0.09481292217969894, 0.030667979270219803, 0.02299179881811142, 0.06951526552438736, 0.005146184470504522, 0.020300567150115967, 0.024299712851643562, 0.04454648494720459, 0.08825474232435226, 0.07568927854299545, 0.20818550884723663, 0.05525672435760498, 0.04430317133665085, 0.2482084035873413, 0.08832680433988571, 0.046403102576732635, 0.13575465977191925, 0.008821924217045307, 0.05186323821544647, 0.030131934210658073, 0.13333460688591003, 0.02653270773589611, 0.1857633888721466, 0.13874240219593048, 0.008728680200874805], "count": [804]}, "action": {"min": [-0.2999075651168823, 0.11757301539182663, 0.14717379212379456, -1.5375707149505615, -0.24988751113414764, -0.07915940880775452, -0.31358110904693604, -0.3336833715438843, 0.4044603705406189, 0.10389406234025955, -1.5325798988342285, -1.6114084720611572, -1.0559594631195068, -0.05890049785375595, 0.003150319214910269, -0.3923947513103485, -1.6416915655136108, -0.03899938240647316, -0.13424962759017944, -0.06057649850845337, -0.3308178782463074, -0.5244446396827698, 0.028989750891923904, 1.3354251384735107, -1.4657725095748901, 0.644843339920044, 1003.8125, 999.9375], "max": [0.0061708297580480576, 0.28806766867637634, 0.30372002720832825, -1.1774241924285889, -0.08663377910852432, 0.004432045388966799, -0.05066581815481186, -0.3179076313972473, 0.48459288477897644, 0.181438609957695, -1.384897232055664, -1.2894582748413086, -0.8148143887519836, 0.5056491494178772, 0.18753671646118164, -0.20715858042240143, -0.9725323915481567, 0.1878170669078827, 0.05452408641576767, 0.24736224114894867, -0.29703080654144287, -0.38949817419052124, 0.13429243862628937, 1.675412654876709, -1.3965191841125488, 1.1451830863952637, 1004.625, 1000.0], "mean": [-0.12497428059577942, 0.1934691071510315, 0.18776749074459076, -1.3744878768920898, -0.18149137496948242, -0.050208717584609985, -0.21394851803779602, -0.32852908968925476, 0.44261881709098816, 0.15697287023067474, -1.4391151666641235, -1.4691095352172852, -0.9492220878601074, 0.11120587587356567, 0.11995085328817368, -0.28427016735076904, -1.4381129741668701, 0.11060545593500137, -0.044306837022304535, 0.0623922124505043, -0.3095119595527649, -0.432353675365448, 0.09902908653020859, 1.4520212411880493, -1.4185057878494263, 0.9858060479164124, 1004.225341796875, 999.998779296875], "std": [0.08124087005853653, 0.03292455896735191, 0.054349351674318314, 0.09466414153575897, 0.030631693080067635, 0.022971931844949722, 0.06927825510501862, 0.005135869607329369, 0.020272593945264816, 0.024287333711981773, 0.04451273754239082, 0.08802732825279236, 0.07560432702302933, 0.2082466185092926, 0.055308934301137924, 0.044295527040958405, 0.24837957322597504, 0.088325634598732, 0.04649674519896507, 0.1357739269733429, 0.008852032013237476, 0.05188196152448654, 0.030136091634631157, 0.1333318054676056, 0.02657392993569374, 0.18572594225406647, 0.1391538828611374, 0.008728680200874805], "count": [804]}, "timestamp": {"min": [0.0], "max": [26.766666666666666], "mean": [13.383333333333333], "std": [7.73648762299409], "count": [804]}, "frame_index": {"min": [0], "max": [803], "mean": [401.5], "std": [232.09462868982268], "count": [804]}, "episode_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [804]}, "index": {"min": [103877], "max": [104680], "mean": [104278.5], "std": [232.09462868982268], "count": [804]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [804]}, "subtask_annotation": {"mean": [0.9477611940298507, 3.0, 3.0, 3.0, 3.0], "std": [0.8962372768438818, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [804]}, "scene_annotation": {"mean": [104.0], "std": [0.0], "min": [104], "max": [104], "count": [804]}, "eef_direction_state": {"mean": [5.164179104477612, 4.766169154228856], "std": [1.7977073425101024, 2.2416344763622096], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.19029850746268656, 0.26119402985074625], "std": [0.3925366040513445, 0.4392854523212386], "min": [0, 0], "max": [1, 1], "count": [804]}, "eef_acc_mag_state": {"mean": [0.004975124378109453, 0.022388059701492536], "std": [0.09962678803234085, 0.20441950004031648], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_direction_action": {"mean": [5.164179104477612, 4.766169154228856], "std": [1.797707342510103, 2.2416344763622096], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.19029850746268656, 0.26119402985074625], "std": [0.3925366040513445, 0.43928545232123867], "min": [0, 0], "max": [1, 1], "count": [804]}, "eef_acc_mag_action": {"mean": [0.004975124378109453, 0.022388059701492536], "std": [0.09962678803234085, 0.20441950004031648], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [0.48836755293106265, 0.23744121913781413, 1.1189594988881633, 0.05952804497422671, -0.019829424512991092, 1.2093705610957088, 0.4774943710518783, -0.1766735901558399, 1.1353145205649855, -0.030694778782362885, -0.03527129216055075, -1.2359288405623334], "std": [0.021599943778983208, 0.018178424795974646, 0.0043947800961901835, 0.028794453257262417, 0.03185440344675269, 0.0960534628412434, 0.05651984731939337, 0.01963573770381611, 0.009683858917935268, 0.048705605603528046, 0.10001298105598758, 0.15062176383437087], "min": [0.45309653384206294, 0.19383381184464243, 1.1146471062097019, 0.005675480975028235, -0.13642550264018616, 1.0330138734044751, 0.43074884868248675, -0.21419658996697766, 1.11508799064227, -0.1481700358693384, -0.20362617987446252, -1.366369463533608], "max": [0.5334186428529315, 0.2617399493444039, 1.1298831455767786, 0.10586846385697635, 5.044461876058115e-05, 1.3788605439829231, 0.5786920127513272, -0.1260711187762597, 1.1501621559533382, 0.006468730191589334, 0.05077518904674494, -0.9710133048099702], "count": [804]}, "eef_sim_pose_action": {"mean": [0.4884154709342361, 0.23744025381926262, 1.1189489956118748, 0.05958888130001913, -0.01973467598187751, 1.2091868085505937, 0.47762933488911735, -0.17664161049718038, 1.1352900830251054, -0.03075311271945856, -0.035447854556342924, -1.2356114910832277], "std": [0.021564340927034225, 0.018177922379930548, 0.004393296362193095, 0.02873224626947861, 0.03179985925333308, 0.0958702172714189, 0.05653761850353368, 0.019638875278881713, 0.009709335469930747, 0.04868970940702577, 0.09998633258677612, 0.15061553574201925], "min": [0.45309653384206294, 0.19383381184464243, 1.1146471062097019, 0.005675480975028235, -0.13642550264018616, 1.0330138734044751, 0.43074884868248675, -0.21419658996697766, 1.11508799064227, -0.1481700358693384, -0.20362617987446252, -1.366369463533608], "max": [0.5334186428529315, 0.2617399493444039, 1.1298831455767786, 0.10586846385697635, 5.044461876058115e-05, 1.3788605439829231, 0.5786920127513272, -0.1260711187762597, 1.1501621559533382, 0.006468730191589334, 0.05077518904674494, -0.9710133048099702], "count": [804]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [804]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [804]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [804]}, "gripper_open_scale_state": {"mean": [0.9129329342197261, 0.9090897783808229], "std": [0.0001261298584948979, 7.935136164408297e-06], "min": [0.9125568181818182, 0.9090340909090909], "max": [0.9132954545454546, 0.9090909090909091], "count": [804]}, "gripper_open_scale_action": {"mean": [0.9129321762492139, 0.9090897783808228], "std": [0.00012650293454846272, 7.935136164408302e-06], "min": [0.9125568181818182, 0.9090340909090909], "max": [0.9132954545454546, 0.9090909090909091], "count": [804]}}} +{"episode_index": 105, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48303754273090815]], [[0.5026832161592708]], [[0.5070794378332474]]], "std": [[[0.32338811696060615]], [[0.3002475626474473]], [[0.30522416649284484]]], "count": [152]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36917884094427245]], [[0.38568207398090815]], [[0.389338779508514]]], "std": [[[0.2680809338662089]], [[0.25457717678667946]], [[0.25778031933831236]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3985342277261782]], [[0.4220595867733058]], [[0.4211876894672342]]], "std": [[[0.30030170683600954]], [[0.27603375957422127]], [[0.2773985427115107]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.385785021876075]], [[0.4055780349694702]], [[0.4065102943863949]]], "std": [[[0.29612092726827866]], [[0.2715306574547603]], [[0.2751692480850853]]], "count": [152]}, "observation.state": {"min": [-0.2313259392976761, 0.19729529321193695, 0.11458414047956467, -1.745276927947998, -0.2579967677593231, -0.08480991423130035, -0.31031298637390137, -0.32794567942619324, 0.38863787055015564, 0.09020518511533737, -1.5713191032409668, -1.6071711778640747, -1.0561833381652832, -0.07571238279342651, -0.0018925913609564304, -0.3992571532726288, -1.6799753904342651, -0.05722934752702713, -0.09561458975076675, -0.060586921870708466, -0.31054431200027466, -0.5047158002853394, 0.01811756193637848, 1.3351249694824219, -1.5410128831863403, 0.6739845275878906, 1003.75, 999.9375], "max": [0.03939753398299217, 0.36876407265663147, 0.3448367118835449, -1.4140527248382568, -0.08327620476484299, 0.1856604963541031, -0.05066909268498421, -0.2786359488964081, 0.45998823642730713, 0.18177950382232666, -1.384897232055664, -1.2893184423446655, -0.674532949924469, 0.422511488199234, 0.22862395644187927, -0.17944930493831635, -1.0776077508926392, 0.1878127008676529, 0.13587279617786407, 0.2595391869544983, -0.284432053565979, -0.3884851336479187, 0.1313464343547821, 1.6618058681488037, -1.3696125745773315, 1.1451307535171509, 1004.5625, 1000.0], "mean": [-0.04682932049036026, 0.23119743168354034, 0.2240900844335556, -1.535585880279541, -0.15161871910095215, 0.05327307805418968, -0.21684831380844116, -0.314281702041626, 0.4159063696861267, 0.14118698239326477, -1.4766225814819336, -1.4862555265426636, -0.8391385674476624, 0.06825233995914459, 0.12599213421344757, -0.28453412652015686, -1.5071537494659424, 0.10932853072881699, -0.02232215739786625, 0.06074952334165573, -0.30464547872543335, -0.4199199676513672, 0.09675022214651108, 1.4575496912002563, -1.4246416091918945, 0.9881635904312134, 1004.1653442382812, 999.998779296875], "std": [0.0661485344171524, 0.04668194055557251, 0.055146750062704086, 0.06859169900417328, 0.0333382710814476, 0.07481101900339127, 0.05956465005874634, 0.015113681554794312, 0.014913617633283138, 0.02359350211918354, 0.04679008945822716, 0.07800304144620895, 0.09991450607776642, 0.1700412631034851, 0.057834818959236145, 0.05102211982011795, 0.19204595685005188, 0.0872911885380745, 0.055175282061100006, 0.13143956661224365, 0.005123293027281761, 0.04121165722608566, 0.034221943467855453, 0.13538861274719238, 0.0493428036570549, 0.1826472282409668, 0.14491413533687592, 0.008686420507729053], "count": [812]}, "action": {"min": [-0.2313259392976761, 0.19729529321193695, 0.11458414047956467, -1.745276927947998, -0.2579967677593231, -0.08480991423130035, -0.31031298637390137, -0.32794567942619324, 0.38863787055015564, 0.09020518511533737, -1.5713191032409668, -1.6071711778640747, -1.0561833381652832, -0.07571238279342651, -0.0018925913609564304, -0.3992571532726288, -1.6799753904342651, -0.05722934752702713, -0.09561458975076675, -0.060589104890823364, -0.31054431200027466, -0.5047158002853394, 0.01811756193637848, 1.3351249694824219, -1.5410128831863403, 0.6739845275878906, 1003.75, 999.9375], "max": [0.03939753398299217, 0.36876407265663147, 0.3448367118835449, -1.4140527248382568, -0.08327620476484299, 0.1856604963541031, -0.05066923797130585, -0.2786359488964081, 0.45998823642730713, 0.18177950382232666, -1.384897232055664, -1.2893184423446655, -0.674532949924469, 0.422511488199234, 0.22862395644187927, -0.17944930493831635, -1.0776077508926392, 0.1878127008676529, 0.13587279617786407, 0.2595391869544983, -0.284432053565979, -0.3884851336479187, 0.1313464343547821, 1.6618058681488037, -1.3696125745773315, 1.1451307535171509, 1004.5625, 1000.0], "mean": [-0.04688073694705963, 0.2311878651380539, 0.22417697310447693, -1.5355640649795532, -0.1516343057155609, 0.05340464413166046, -0.2170536071062088, -0.3142906725406647, 0.4159089922904968, 0.14113439619541168, -1.4767132997512817, -1.4865202903747559, -0.8388983607292175, 0.06857197731733322, 0.12587951123714447, -0.28455689549446106, -1.5067821741104126, 0.10909880697727203, -0.022385409101843834, 0.0610358789563179, -0.30464866757392883, -0.4200036823749542, 0.09669750183820724, 1.4578789472579956, -1.424656867980957, 0.9878764748573303, 1004.1654052734375, 999.998779296875], "std": [0.06612356752157211, 0.04668574407696724, 0.05508165806531906, 0.06859727203845978, 0.03333457186818123, 0.07467170804738998, 0.05927793309092522, 0.01511846762150526, 0.01491311751306057, 0.0235512163490057, 0.046683453023433685, 0.07769923657178879, 0.09962723404169083, 0.17004604637622833, 0.05786067992448807, 0.0510152205824852, 0.19208970665931702, 0.08732984215021133, 0.05522796884179115, 0.13142822682857513, 0.005125264637172222, 0.04121888056397438, 0.034218013286590576, 0.13541539013385773, 0.049336161464452744, 0.18258455395698547, 0.14500561356544495, 0.008686420507729053], "count": [812]}, "timestamp": {"min": [0.0], "max": [27.033333333333335], "mean": [13.516666666666666], "std": [7.8134677178431975], "count": [812]}, "frame_index": {"min": [0], "max": [811], "mean": [405.5], "std": [234.4040315352959], "count": [812]}, "episode_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [812]}, "index": {"min": [104681], "max": [105492], "mean": [105086.5], "std": [234.4040315352959], "count": [812]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [812]}, "subtask_annotation": {"mean": [0.9593596059113301, 3.0, 3.0, 3.0, 3.0], "std": [0.9348604825935931, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [812]}, "scene_annotation": {"mean": [105.0], "std": [0.0], "min": [105], "max": [105], "count": [812]}, "eef_direction_state": {"mean": [5.263546798029557, 4.945812807881773], "std": [1.535138905647484, 2.0700823867932967], "min": [0, 0], "max": [6, 6], "count": [812]}, "eef_velocity_state": {"mean": [0.23029556650246305, 0.22660098522167488], "std": [0.42102199295496223, 0.41863227147252124], "min": [0, 0], "max": [1, 1], "count": [812]}, "eef_acc_mag_state": {"mean": [0.03571428571428571, 0.046798029556650245], "std": [0.24805719414948874, 0.30233425797106545], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_direction_action": {"mean": [5.263546798029557, 4.945812807881773], "std": [1.535138905647484, 2.0700823867932967], "min": [0, 0], "max": [6, 6], "count": [812]}, "eef_velocity_action": {"mean": [0.23029556650246305, 0.22660098522167488], "std": [0.42102199295496223, 0.41863227147252124], "min": [0, 0], "max": [1, 1], "count": [812]}, "eef_acc_mag_action": {"mean": [0.03571428571428571, 0.046798029556650245], "std": [0.24805719414948874, 0.30233425797106545], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_sim_pose_state": {"mean": [0.464284320175757, 0.22670552345422512, 1.1377992483567974, 0.110592820149013, -0.06220819902410376, 1.140230188367547, 0.4655018157380522, -0.17489615377000478, 1.1396824574097648, -0.025290446451661053, -0.031400953838043415, -1.2304641216255527], "std": [0.0163249481033114, 0.018255214532658923, 0.017565788143678124, 0.044552415349181425, 0.032166451811721966, 0.09986285582105268, 0.045539331102190696, 0.023697146221168103, 0.007918991589333046, 0.05072778256249032, 0.09145505534903801, 0.15723439386490232], "min": [0.44119843166074346, 0.18599000232047194, 1.1238208471538509, 0.0022190941825159793, -0.1446001149453744, 0.9787386219388252, 0.4305341304411602, -0.2084245637741309, 1.1315847348334116, -0.1489008388784563, -0.21271306769707632, -1.366478418690488], "max": [0.5123208274086817, 0.26512087786485705, 1.1782997419994596, 0.17455628855211203, -0.03836686484149432, 1.3789336727814951, 0.5576578399096939, -0.1170820791611004, 1.1614527856348669, 0.022771927528044578, 0.05070803872967233, -0.9661104909386583], "count": [812]}, "eef_sim_pose_action": {"mean": [0.46429502388909216, 0.22667676008722942, 1.1378019033099593, 0.11072042680400561, -0.062162830524118085, 1.1399478172403423, 0.46559373903018797, -0.17486809137238302, 1.1396785746197335, -0.025282833943743248, -0.03161192937894268, -1.2301809243762247], "std": [0.016320464884632468, 0.018241101645627922, 0.017563839260217054, 0.04439942741436821, 0.032172686640931904, 0.09951104239734616, 0.045544427376569635, 0.023695518970327026, 0.00792205710584031, 0.05073292323916712, 0.09146313053654812, 0.1571963181652288], "min": [0.44119843166074346, 0.18599000232047194, 1.1238208471538509, 0.0022190941825159793, -0.1446001149453744, 0.9787386219388252, 0.4305341304411602, -0.2084245637741309, 1.1315847348334116, -0.1489008388784563, -0.21271306769707632, -1.366478418690488], "max": [0.5123208274086817, 0.26512087786485705, 1.1782997419994596, 0.17455628855211203, -0.03836686484149432, 1.3789336547391224, 0.5576578399096939, -0.1170820791611004, 1.1614527856348669, 0.022771927528044578, 0.05070803872967233, -0.9661104909386583], "count": [812]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [812]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [812]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [812]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [812]}, "gripper_open_scale_state": {"mean": [0.9128775823911774, 0.9090897895208241], "std": [0.00013173996798395218, 7.896739800522275e-06], "min": [0.9125, 0.9090340909090909], "max": [0.9132386363636363, 0.9090909090909091], "count": [812]}, "gripper_open_scale_action": {"mean": [0.9128776001577924, 0.9090897895208241], "std": [0.0001318229911382208, 7.896739800522275e-06], "min": [0.9125, 0.9090340909090909], "max": [0.9132386363636363, 0.9090909090909091], "count": [812]}}} +{"episode_index": 106, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48210011686793924]], [[0.5034469116564948]], [[0.5085049465978444]]], "std": [[[0.32794479139337046]], [[0.30402356659788377]], [[0.3084998945721122]]], "count": [151]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.366315205276371]], [[0.38344892438211486]], [[0.38729144077608973]]], "std": [[[0.26770735675389995]], [[0.25382460348595587]], [[0.2569147556867194]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40232412727784267]], [[0.42710152225901393]], [[0.4273595298770722]]], "std": [[[0.3038765824327628]], [[0.27909450843910055]], [[0.28072049941703375]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40353003803618576]], [[0.42113604564342294]], [[0.42271298640869154]]], "std": [[[0.3056246679748022]], [[0.2799153656405022]], [[0.2830007716661074]]], "count": [151]}, "observation.state": {"min": [-0.33456870913505554, 0.17524850368499756, 0.11203377693891525, -1.630691647529602, -0.2524389624595642, -0.08348673582077026, -0.33355534076690674, -0.3347218632698059, 0.3925004303455353, 0.08442699909210205, -1.6098231077194214, -1.6380342245101929, -1.0563480854034424, -0.059227749705314636, 0.0012391838245093822, -0.3588440716266632, -1.6386809349060059, -0.008089601062238216, -0.04323398694396019, -0.06057492271065712, -0.31388169527053833, -0.5180075168609619, 0.03463243693113327, 1.33521568775177, -1.5245351791381836, 0.7022601962089539, 1003.875, 1002.0], "max": [0.015269449912011623, 0.3549726903438568, 0.37844738364219666, -1.2129231691360474, -0.10205594450235367, 0.05941646173596382, -0.05067127197980881, -0.29098817706108093, 0.485368549823761, 0.18584081530570984, -1.3849906921386719, -1.2892624139785767, -0.6632516980171204, 0.45823511481285095, 0.1804114133119583, -0.24854688346385956, -1.0752558708190918, 0.1878214329481125, 0.14219743013381958, 0.22303126752376556, -0.28787630796432495, -0.38927987217903137, 0.12060462683439255, 1.6051074266433716, -1.3965191841125488, 1.1451830863952637, 1004.6875, 1002.5], "mean": [-0.07028985768556595, 0.2550436556339264, 0.23159243166446686, -1.4633665084838867, -0.16900338232517242, -0.02896353416144848, -0.2466866672039032, -0.3253496587276459, 0.42112627625465393, 0.15149766206741333, -1.5180715322494507, -1.4788068532943726, -0.83485347032547, 0.065538190305233, 0.1240207627415657, -0.2815208435058594, -1.5116996765136719, 0.1284659206867218, -0.005273390561342239, 0.040815167129039764, -0.30429425835609436, -0.420291006565094, 0.09873868525028229, 1.418849229812622, -1.433180332183838, 1.0087748765945435, 1004.168212890625, 1002.1381225585938], "std": [0.10101722925901413, 0.03992466256022453, 0.07004924863576889, 0.09359317272901535, 0.03386596962809563, 0.04457869008183479, 0.07764439284801483, 0.010241677984595299, 0.0229366235435009, 0.027005551382899284, 0.05883221700787544, 0.09035702794790268, 0.10981296747922897, 0.18245846033096313, 0.05584639310836792, 0.03590639308094978, 0.18995828926563263, 0.0776703730225563, 0.05781454220414162, 0.12538577616214752, 0.005933705251663923, 0.04563804343342781, 0.03115466609597206, 0.10595232248306274, 0.04510550573468208, 0.17630282044410706, 0.14136454463005066, 0.0816848948597908], "count": [811]}, "action": {"min": [-0.33456870913505554, 0.17524850368499756, 0.11203377693891525, -1.630691647529602, -0.2524389624595642, -0.08348673582077026, -0.33355534076690674, -0.3347218632698059, 0.3925004303455353, 0.08442699909210205, -1.6098231077194214, -1.6380342245101929, -1.0563480854034424, -0.059227749705314636, 0.0012391838245093822, -0.3588440716266632, -1.6386809349060059, -0.008089601062238216, -0.04323398694396019, -0.06057492271065712, -0.31388169527053833, -0.5180075168609619, 0.03463243693113327, 1.33521568775177, -1.5245351791381836, 0.7022601962089539, 1003.875, 1002.0], "max": [0.015269449912011623, 0.3549726903438568, 0.37844738364219666, -1.2129231691360474, -0.10205594450235367, 0.05941646173596382, -0.05067127197980881, -0.29098817706108093, 0.485368549823761, 0.18584081530570984, -1.3849906921386719, -1.2892624139785767, -0.6632516980171204, 0.45823511481285095, 0.1804114133119583, -0.24854688346385956, -1.0752558708190918, 0.1878214329481125, 0.14219743013381958, 0.22303126752376556, -0.28787630796432495, -0.38927987217903137, 0.12060462683439255, 1.6051074266433716, -1.3965191841125488, 1.1451830863952637, 1004.6875, 1002.4545288085938], "mean": [-0.0703340694308281, 0.25509899854660034, 0.23166844248771667, -1.4632996320724487, -0.1690458357334137, -0.02893844246864319, -0.24692989885807037, -0.325369268655777, 0.4211258292198181, 0.1514720767736435, -1.5182230472564697, -1.4790362119674683, -0.8346087336540222, 0.06582002341747284, 0.12391223013401031, -0.2815352976322174, -1.511371374130249, 0.1283203661441803, -0.005267370026558638, 0.04110303893685341, -0.3043026924133301, -0.42036503553390503, 0.09868936240673065, 1.4190797805786133, -1.433293342590332, 1.0085111856460571, 1004.168212890625, 1002.137939453125], "std": [0.10099156200885773, 0.03990252688527107, 0.06999160349369049, 0.09356705844402313, 0.03384792432188988, 0.04455608129501343, 0.07733850181102753, 0.01024414412677288, 0.022936789318919182, 0.026987042278051376, 0.05864880234003067, 0.0901111587882042, 0.1095394641160965, 0.18244268000125885, 0.055865246802568436, 0.03590011969208717, 0.18997476994991302, 0.0776696428656578, 0.05781092494726181, 0.1254207044839859, 0.005941668059676886, 0.045636698603630066, 0.03115169145166874, 0.10597416013479233, 0.045128460973501205, 0.17625859379768372, 0.14238832890987396, 0.08096501976251602], "count": [811]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.803845206050668], "count": [811]}, "frame_index": {"min": [0], "max": [810], "mean": [405.0], "std": [234.11535618152004], "count": [811]}, "episode_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [811]}, "index": {"min": [105493], "max": [106303], "mean": [105898.0], "std": [234.11535618152004], "count": [811]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [811]}, "subtask_annotation": {"mean": [0.9938347718865598, 3.0, 3.0, 3.0, 3.0], "std": [0.9609959216123865, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [811]}, "scene_annotation": {"mean": [106.0], "std": [0.0], "min": [106], "max": [106], "count": [811]}, "eef_direction_state": {"mean": [4.86806411837238, 4.859432799013564], "std": [2.0544027668200657, 2.244592169253289], "min": [0, 0], "max": [6, 6], "count": [811]}, "eef_velocity_state": {"mean": [0.2651048088779285, 0.21454993834771888], "std": [0.4413889998490214, 0.41050975908339654], "min": [0, 0], "max": [1, 1], "count": [811]}, "eef_acc_mag_state": {"mean": [0.011097410604192354, 0.008631319358816275], "std": [0.11593252057749065, 0.09250307932681091], "min": [0, 0], "max": [2, 1], "count": [811]}, "eef_direction_action": {"mean": [4.86806411837238, 4.859432799013564], "std": [2.0544027668200657, 2.244592169253289], "min": [0, 0], "max": [6, 6], "count": [811]}, "eef_velocity_action": {"mean": [0.2651048088779285, 0.21454993834771888], "std": [0.44138899984902136, 0.4105097590833965], "min": [0, 0], "max": [1, 1], "count": [811]}, "eef_acc_mag_action": {"mean": [0.011097410604192354, 0.008631319358816275], "std": [0.11593252057749065, 0.09250307932681091], "min": [0, 0], "max": [2, 1], "count": [811]}, "eef_sim_pose_state": {"mean": [0.4703326502304143, 0.2388096655862294, 1.1246947776928546, 0.08816630145027289, -0.0789053373687183, 1.1184698187076858, 0.4650238048826168, -0.1748547729343295, 1.1409316695922473, -0.03520856079320938, -0.0068811921514803824, -1.2542618682243167], "std": [0.025644721609548497, 0.020329819681162608, 0.010833666150658608, 0.043246129264236405, 0.023435584819722445, 0.1208681173980061, 0.049752568636775706, 0.021040981715290556, 0.01020232587472817, 0.05836006115487278, 0.07647124843748061, 0.14101767898932158], "min": [0.4461797991768409, 0.18483110718639564, 1.1147664443308412, -0.00044020136733147197, -0.15841856726974757, 0.9286305025109879, 0.43074424138445006, -0.19372303721899545, 1.1309952204342362, -0.15687089139945998, -0.14221839243384315, -1.3663393772989896], "max": [0.5397376199710979, 0.2625472422701002, 1.1558738527651797, 0.15887017507884738, -0.04093197706133278, 1.378793559757724, 0.5699268892298134, -0.1272078034972466, 1.1643454460939402, 0.005942938357981098, 0.050792988810576256, -1.034962463332504], "count": [811]}, "eef_sim_pose_action": {"mean": [0.4703407145158434, 0.2388093786785622, 1.12468365815392, 0.08826007945156214, -0.07890215739582776, 1.11816923870006, 0.46510551352720075, -0.174829072339559, 1.140926762422562, -0.035246925818576, -0.006991652972324917, -1.2539879222166457], "std": [0.02564033403834135, 0.020329701874471088, 0.010839129991875349, 0.04314891541973623, 0.02343612649860686, 0.12052300365176957, 0.049750621080432655, 0.021038150192017054, 0.01020613585585179, 0.05834326916020869, 0.07645262300825202, 0.14101551090773914], "min": [0.4461797991768409, 0.18483110718639564, 1.1147664443308412, -0.00044020136733147197, -0.15841856726974757, 0.9286305025109879, 0.43074424138445006, -0.19372303721899545, 1.1309952204342362, -0.15687089139945998, -0.14221839243384315, -1.3663393772989896], "max": [0.5397376199710979, 0.2625472422701002, 1.1558738527651797, 0.15887017507884738, -0.04093197706133278, 1.378793559757724, 0.5699268892298134, -0.1272078034972466, 1.1643454460939402, 0.005942938357981098, 0.050792988810576256, -1.034962463332504], "count": [811]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [811]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [811]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [811]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [811]}, "gripper_open_scale_state": {"mean": [0.9128802499812816, 0.9110346469509298], "std": [0.00012851337316192483, 7.42591191372195e-05], "min": [0.9126136363636363, 0.9109090909090909], "max": [0.9133522727272727, 0.9113636363636364], "count": [811]}, "gripper_open_scale_action": {"mean": [0.9128802281561332, 0.9110345456931882], "std": [0.00012944410556164866, 7.360483188506553e-05], "min": [0.9126136363636363, 0.9109090909090909], "max": [0.9133522727272727, 0.9113222989169034], "count": [811]}}} +{"episode_index": 107, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4816849462531344]], [[0.5029329834134912]], [[0.5075114546080487]]], "std": [[[0.32592447703867355]], [[0.30220460213396844]], [[0.3066010343913354]]], "count": [159]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3694570076458256]], [[0.3863754187733794]], [[0.39008167365478685]]], "std": [[[0.268711341771526]], [[0.25463428441152075]], [[0.2577520876265915]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4041064647819296]], [[0.43102837510790476]], [[0.43196971985859334]]], "std": [[[0.2975613037798185]], [[0.2734161015419718]], [[0.2756367083580455]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3826103673387594]], [[0.4020515039873392]], [[0.4030492546861512]]], "std": [[[0.29207790864082783]], [[0.2679667717732875]], [[0.27086107375234303]]], "count": [159]}, "observation.state": {"min": [-0.2813001573085785, 0.09789333492517471, 0.1272737681865692, -1.615454912185669, -0.172644704580307, -0.07959356158971786, -0.28112781047821045, -0.33786994218826294, 0.396573007106781, 0.09061281383037567, -1.5180472135543823, -1.5346920490264893, -1.056434988975525, -0.058775052428245544, -0.006928957067430019, -0.3453068435192108, -1.6535968780517578, -0.06586109101772308, -0.18791960179805756, -0.06059455871582031, -0.322145938873291, -0.5097665190696716, 0.04119556397199631, 1.3349539041519165, -1.495370626449585, 0.7609525322914124, 1003.8125, 1002.0], "max": [0.026282476261258125, 0.2856634855270386, 0.29459521174430847, -1.2415999174118042, -0.04460625350475311, 0.06728789955377579, -0.05067127197980881, -0.3097743093967438, 0.47883760929107666, 0.1815193146467209, -1.3850136995315552, -1.2890565395355225, -0.7664702534675598, 0.40922626852989197, 0.18371336162090302, -0.23437154293060303, -1.0940301418304443, 0.18782033026218414, 0.10453322529792786, 0.19925442337989807, -0.29190975427627563, -0.3895096182823181, 0.12066324800252914, 1.6429826021194458, -1.396747350692749, 1.1448948383331299, 1004.5625, 1002.3125], "mean": [-0.06611982733011246, 0.18176935613155365, 0.1862289309501648, -1.448930025100708, -0.09479483962059021, -0.013736971653997898, -0.17114293575286865, -0.3290695548057556, 0.4264817237854004, 0.15037699043750763, -1.4368985891342163, -1.4072474241256714, -0.8988326191902161, 0.05916847288608551, 0.11787854135036469, -0.27765804529190063, -1.504337191581726, 0.11264053732156754, -0.03704415261745453, 0.03230718523263931, -0.3068617582321167, -0.41901788115501404, 0.09823910146951675, 1.433332085609436, -1.4138569831848145, 1.025144338607788, 1004.1842651367188, 1002.1056518554688], "std": [0.07816202938556671, 0.036521635949611664, 0.05434810742735863, 0.07841970771551132, 0.027301890775561333, 0.04374494031071663, 0.06027324125170708, 0.008671820163726807, 0.01840583235025406, 0.02856067195534706, 0.04047233983874321, 0.07279569655656815, 0.08867441117763519, 0.16416405141353607, 0.06156278774142265, 0.02947581373155117, 0.19245117902755737, 0.09845294058322906, 0.060131803154945374, 0.11320146173238754, 0.0053150467574596405, 0.04149266332387924, 0.030776437371969223, 0.12319549918174744, 0.028035897761583328, 0.1543356329202652, 0.13704584538936615, 0.08320488035678864], "count": [862]}, "action": {"min": [-0.2813001573085785, 0.09789333492517471, 0.1272737681865692, -1.615454912185669, -0.172644704580307, -0.07959356158971786, -0.28112781047821045, -0.33786994218826294, 0.396573007106781, 0.09061281383037567, -1.5180472135543823, -1.5346920490264893, -1.056434988975525, -0.058775052428245544, -0.006928957067430019, -0.3453068435192108, -1.6535968780517578, -0.06586109101772308, -0.18791960179805756, -0.06059455871582031, -0.322145938873291, -0.5097665190696716, 0.04119556397199631, 1.3349539041519165, -1.495370626449585, 0.7609525322914124, 1003.8125, 1002.0], "max": [0.026282476261258125, 0.2856634855270386, 0.29459521174430847, -1.2415999174118042, -0.04460625350475311, 0.06728789955377579, -0.05067127197980881, -0.3097743093967438, 0.47883760929107666, 0.1815193146467209, -1.3850136995315552, -1.2890565395355225, -0.7664702534675598, 0.40922626852989197, 0.18371336162090302, -0.23437154293060303, -1.0940301418304443, 0.18782033026218414, 0.10453322529792786, 0.19925442337989807, -0.29190975427627563, -0.3895096182823181, 0.12066324800252914, 1.6429826021194458, -1.396747350692749, 1.1448948383331299, 1004.5625, 1002.3125], "mean": [-0.06617966294288635, 0.18172520399093628, 0.18623952567577362, -1.4488353729248047, -0.09473174810409546, -0.013673103414475918, -0.17129960656166077, -0.3290911614894867, 0.4264938235282898, 0.1503525972366333, -1.4369394779205322, -1.407378911972046, -0.8986526727676392, 0.05949929356575012, 0.11772462725639343, -0.2776881456375122, -1.5038820505142212, 0.1124316155910492, -0.03720727935433388, 0.032568030059337616, -0.3068784177303314, -0.419101357460022, 0.09817184507846832, 1.4336572885513306, -1.4138954877853394, 1.0249314308166504, 1004.1843872070312, 1002.1055908203125], "std": [0.07812634110450745, 0.03650260716676712, 0.05434147268533707, 0.07837428897619247, 0.02726602554321289, 0.04368934407830238, 0.06013526767492294, 0.008669238537549973, 0.018399806693196297, 0.02854313515126705, 0.040437500923871994, 0.07268539816141129, 0.0885123759508133, 0.1642133891582489, 0.061627376824617386, 0.029470941051840782, 0.19260510802268982, 0.0984843298792839, 0.06033703684806824, 0.11324615031480789, 0.0053364853374660015, 0.041505731642246246, 0.030790716409683228, 0.12330746650695801, 0.028035001829266548, 0.15429650247097015, 0.1370002180337906, 0.08320498466491699], "count": [862]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [862]}, "index": {"min": [106304], "max": [107165], "mean": [106734.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "subtask_annotation": {"mean": [0.9547563805104409, 3.0, 3.0, 3.0, 3.0], "std": [0.9360252507896801, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [862]}, "scene_annotation": {"mean": [107.0], "std": [0.0], "min": [107], "max": [107], "count": [862]}, "eef_direction_state": {"mean": [5.305104408352668, 5.025522041763341], "std": [1.5744322958019237, 2.0096745459990997], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_state": {"mean": [0.18213457076566125, 0.22621809744779584], "std": [0.3859553975496013, 0.41838196643127], "min": [0, 0], "max": [1, 1], "count": [862]}, "eef_acc_mag_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [862]}, "eef_direction_action": {"mean": [5.305104408352668, 5.025522041763341], "std": [1.5744322958019237, 2.0096745459990997], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_action": {"mean": [0.18213457076566125, 0.22621809744779584], "std": [0.3859553975496013, 0.41838196643127], "min": [0, 0], "max": [1, 1], "count": [862]}, "eef_acc_mag_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [862]}, "eef_sim_pose_state": {"mean": [0.4716536555870219, 0.22848641946539744, 1.1212053644953226, 0.09069179354630688, -0.0828142745717153, 1.2291818229427491, 0.46333907985387074, -0.17384730241163188, 1.1365319341274271, -0.014944120389876341, -0.017854008896193724, -1.2630510242411004], "std": [0.020195766410950052, 0.022222130015615255, 0.008058425226781001, 0.04393254167670557, 0.01389759884892366, 0.09310731424635921, 0.04496001023909872, 0.02133053227137544, 0.008229643816925933, 0.04486502577905219, 0.08876040141189857, 0.12779086303562454], "min": [0.44665370703461466, 0.17830782683996874, 1.1130588408759894, 0.00480175477556366, -0.14374444441827072, 1.0672456474546153, 0.43075860141364924, -0.20050106669082338, 1.115085571527364, -0.10480294436658494, -0.18638148824474188, -1.3665010280065737], "max": [0.5279979867680341, 0.2569237932538582, 1.1429081901770946, 0.1464069678289761, -0.05911127567574903, 1.3789131279458764, 0.5584893394243443, -0.13061101198751118, 1.1562547215725854, 0.05464682842671098, 0.05097226678548883, -1.057928548665444], "count": [862]}, "eef_sim_pose_action": {"mean": [0.4716696454219043, 0.22847494726111783, 1.1211937009625683, 0.09080117753434933, -0.08282318509246384, 1.229024194187744, 0.4634307750641711, -0.17380382555678922, 1.1365103532762544, -0.014890497790607669, -0.018016632646095695, -1.2627806611870456], "std": [0.02018649824141582, 0.022214985765858616, 0.008061928844033532, 0.043837648831796805, 0.013895674884221061, 0.09296864189204145, 0.04497409090300216, 0.021340607207848607, 0.008257926706789648, 0.04491747826632474, 0.08876299556661617, 0.12781835267884517], "min": [0.44665370703461466, 0.17830782683996874, 1.1130588408759894, 0.00480175477556366, -0.14374444441827072, 1.0672456474546153, 0.43075860141364924, -0.20050106669082338, 1.115085571527364, -0.10480294436658494, -0.18638148824474188, -1.3665010280065737], "max": [0.5279979867680341, 0.2569237932538582, 1.1429081901770946, 0.1464069678289761, -0.05911127567574903, 1.3789150216004402, 0.5584893394243443, -0.13061101198751118, 1.1562547215725854, 0.05464682842671098, 0.05097226678548883, -1.057928548665444], "count": [862]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [862]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [862]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [862]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [862]}, "gripper_open_scale_state": {"mean": [0.9128947841706254, 0.9110051417838585], "std": [0.00012458705853063648, 7.564094964170402e-05], "min": [0.9125568181818182, 0.9109090909090909], "max": [0.9132386363636363, 0.9111931818181818], "count": [862]}, "gripper_open_scale_action": {"mean": [0.9128949636971503, 0.9110051417838585], "std": [0.0001245460051378696, 7.564094964170402e-05], "min": [0.9125568181818182, 0.9109090909090909], "max": [0.9132386363636363, 0.9111931818181818], "count": [862]}}} +{"episode_index": 108, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47769221542181417]], [[0.49886482063923837]], [[0.5041359951735993]]], "std": [[[0.32518009161512207]], [[0.30230141449626363]], [[0.30712335725930107]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3688565031262987]], [[0.3852687755015301]], [[0.3889320962729986]]], "std": [[[0.2674197707315296]], [[0.2534954814033848]], [[0.2567205948659898]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3870731681400884]], [[0.41315827713551706]], [[0.4133621630492274]]], "std": [[[0.2893068591285141]], [[0.26630398398285116]], [[0.268197744172149]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39539372119271604]], [[0.41518978097019155]], [[0.41698513119120484]]], "std": [[[0.30293957741850347]], [[0.27763730622745186]], [[0.28105934343143785]]], "count": [173]}, "observation.state": {"min": [-0.22384174168109894, 0.1596856266260147, 0.10549861192703247, -1.70633864402771, -0.2062150090932846, -0.07956738024950027, -0.28429123759269714, -0.32484006881713867, 0.3820370137691498, 0.10231824964284897, -1.5689773559570312, -1.5639747381210327, -1.069854974746704, -0.058770690113306046, -0.0738721489906311, -0.35326990485191345, -1.6676894426345825, -0.09163087606430054, -0.17326101660728455, -0.060558564960956573, -0.3195995092391968, -0.5155555009841919, 0.01635781303048134, 1.3349539041519165, -1.470519781112671, 0.7617369294166565, 1003.8125, 1002.0], "max": [0.06915540248155594, 0.34358659386634827, 0.3174448609352112, -1.363938808441162, -0.03971932828426361, 0.1541016697883606, -0.05067127197980881, -0.29820531606674194, 0.4618251323699951, 0.18300418555736542, -1.380629301071167, -1.2889245748519897, -0.6480463743209839, 0.4394029974937439, 0.21235093474388123, -0.24547509849071503, -1.0296231508255005, 0.18784542381763458, 0.04891503229737282, 0.21406573057174683, -0.2907261848449707, -0.38950854539871216, 0.12087837606668472, 1.66883385181427, -1.3782919645309448, 1.1447726488113403, 1004.5625, 1002.4375], "mean": [-0.01787417195737362, 0.2189633548259735, 0.19777753949165344, -1.5444055795669556, -0.13203705847263336, 0.0348174087703228, -0.20079384744167328, -0.31838157773017883, 0.4106144607067108, 0.14831237494945526, -1.456870198249817, -1.4560693502426147, -0.8671717643737793, 0.057547613978385925, 0.10651171952486038, -0.2831714451313019, -1.497963547706604, 0.09883492439985275, -0.05446840822696686, 0.033023811876773834, -0.30730435252189636, -0.4171806275844574, 0.09107445180416107, 1.4529322385787964, -1.4127588272094727, 1.026097297668457, 1004.1918334960938, 1002.0972290039062], "std": [0.07251568883657455, 0.03703932836651802, 0.05237291008234024, 0.0732911229133606, 0.030600236728787422, 0.06096125394105911, 0.057743992656469345, 0.007904909551143646, 0.0182304996997118, 0.020503556355834007, 0.048420149832963943, 0.06608445197343826, 0.10662560909986496, 0.16297854483127594, 0.08093111962080002, 0.03148424252867699, 0.19997970759868622, 0.10852241516113281, 0.05315852537751198, 0.10995170474052429, 0.005651419050991535, 0.04022989794611931, 0.03922180458903313, 0.13958752155303955, 0.02694137580692768, 0.1452115774154663, 0.13308820128440857, 0.07986072450876236], "count": [965]}, "action": {"min": [-0.22384174168109894, 0.1596856266260147, 0.10549861192703247, -1.70633864402771, -0.2062150090932846, -0.07956738024950027, -0.28429123759269714, -0.3248406648635864, 0.3820370137691498, 0.10231824964284897, -1.5689773559570312, -1.5639747381210327, -1.069854974746704, -0.058770690113306046, -0.0738721489906311, -0.35326990485191345, -1.6676894426345825, -0.09163087606430054, -0.17326101660728455, -0.060558564960956573, -0.3195995092391968, -0.5155555009841919, 0.01635781303048134, 1.3349539041519165, -1.470519781112671, 0.7617369294166565, 1003.8125, 1002.0], "max": [0.06915540248155594, 0.34358659386634827, 0.3174448609352112, -1.363938808441162, -0.03971932828426361, 0.1541016697883606, -0.05067127197980881, -0.29820531606674194, 0.4618251323699951, 0.18300418555736542, -1.380629301071167, -1.2889245748519897, -0.6480463743209839, 0.4394029974937439, 0.21235093474388123, -0.24547509849071503, -1.0296231508255005, 0.18784542381763458, 0.04891503229737282, 0.21406573057174683, -0.2907261848449707, -0.38950854539871216, 0.12087837606668472, 1.66883385181427, -1.3782919645309448, 1.1447726488113403, 1004.5625, 1002.4375], "mean": [-0.017870526760816574, 0.2189541459083557, 0.19780518114566803, -1.544426441192627, -0.13203662633895874, 0.03491576761007309, -0.20095351338386536, -0.31838783621788025, 0.4106071889400482, 0.14828331768512726, -1.4569240808486938, -1.4562510251998901, -0.8670060634613037, 0.05779280513525009, 0.10636808723211288, -0.2832303047180176, -1.497621774673462, 0.09864958375692368, -0.05459887161850929, 0.033262696117162704, -0.3073177933692932, -0.41723647713661194, 0.09099669009447098, 1.4532461166381836, -1.412834882736206, 1.0258947610855103, 1004.1910400390625, 1002.0972290039062], "std": [0.07251697033643723, 0.037040986120700836, 0.05235340818762779, 0.0732891708612442, 0.0306001715362072, 0.060853686183691025, 0.05754130706191063, 0.007907629944384098, 0.018231313675642014, 0.020476363599300385, 0.04836920648813248, 0.0658654272556305, 0.10645466297864914, 0.16298134624958038, 0.08096219599246979, 0.03149385750293732, 0.20002660155296326, 0.10852303355932236, 0.05328371003270149, 0.10999858379364014, 0.005664876662194729, 0.04022887721657753, 0.039237529039382935, 0.13966253399848938, 0.02700033411383629, 0.14518235623836517, 0.13318674266338348, 0.07986072450876236], "count": [965]}, "timestamp": {"min": [0.0], "max": [32.13333333333333], "mean": [16.066666666666666], "std": [9.285711843711523], "count": [965]}, "frame_index": {"min": [0], "max": [964], "mean": [482.0], "std": [278.57135531134566], "count": [965]}, "episode_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [965]}, "index": {"min": [107166], "max": [108130], "mean": [107648.0], "std": [278.57135531134566], "count": [965]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [965]}, "subtask_annotation": {"mean": [0.9419689119170984, 3.0, 3.0, 3.0, 3.0], "std": [0.9177299427054745, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [965]}, "scene_annotation": {"mean": [108.0], "std": [0.0], "min": [108], "max": [108], "count": [965]}, "eef_direction_state": {"mean": [5.239378238341969, 5.061139896373057], "std": [1.847475136572027, 1.9621793810541772], "min": [0, 0], "max": [6, 6], "count": [965]}, "eef_velocity_state": {"mean": [0.16062176165803108, 0.20621761658031088], "std": [0.36718171433215263, 0.4045885702689179], "min": [0, 0], "max": [1, 1], "count": [965]}, "eef_acc_mag_state": {"mean": [0.004145077720207254, 0.014507772020725389], "std": [0.09095588915022605, 0.1697205603114881], "min": [0, 0], "max": [2, 2], "count": [965]}, "eef_direction_action": {"mean": [5.239378238341969, 5.061139896373057], "std": [1.847475136572027, 1.9621793810541772], "min": [0, 0], "max": [6, 6], "count": [965]}, "eef_velocity_action": {"mean": [0.16062176165803108, 0.20621761658031088], "std": [0.36718171433215263, 0.4045885702689179], "min": [0, 0], "max": [1, 1], "count": [965]}, "eef_acc_mag_action": {"mean": [0.004145077720207254, 0.014507772020725389], "std": [0.09095588915022605, 0.1697205603114881], "min": [0, 0], "max": [2, 2], "count": [965]}, "eef_sim_pose_state": {"mean": [0.4575518703949071, 0.2306896773534496, 1.1330429069245056, 0.10330841939766965, -0.06689883311956542, 1.1779045985344034, 0.46186257192520047, -0.1676392722660221, 1.1349730670834721, -0.0026788246998612746, -0.0240644077112117, -1.2530173837644627], "std": [0.019034822605790463, 0.01452800106973326, 0.010580299647608794, 0.04738762425578068, 0.030086009688196233, 0.0980354019304124, 0.04346839120621326, 0.02973101732268544, 0.008238558030491254, 0.03767781364322877, 0.09164567474621763, 0.13311004776891916], "min": [0.4338357034438181, 0.19217906354589218, 1.1237668598110973, 0.0042127779317110425, -0.14222876125377737, 0.9943315370799396, 0.4307586654960907, -0.20177955854489718, 1.1175244859581657, -0.07252808219284002, -0.20108752559619925, -1.3664149074298981], "max": [0.5119162262569319, 0.2531743773855743, 1.1592184641179588, 0.19104728647039732, -0.01955766765641287, 1.3789468965583016, 0.5632813466090996, -0.10367761832649111, 1.1568990177213718, 0.06018081812664866, 0.051135006640508296, -1.0615378612977184], "count": [965]}, "eef_sim_pose_action": {"mean": [0.45754968861017076, 0.23067664979714608, 1.1330451938156583, 0.10340240279787391, -0.06686922320462048, 1.177715260835149, 0.4619273742760005, -0.16758611315189162, 1.1349550472253709, -0.0026284722277186163, -0.024194708698790902, -1.2527336880189845], "std": [0.019035454366452115, 0.014518697786077846, 0.010578536587933503, 0.047283813845985324, 0.030090859682920214, 0.09782314793216833, 0.04346858623929277, 0.02974113113582255, 0.008257424094961966, 0.03772175033055852, 0.09162847058324189, 0.1331597865450295], "min": [0.4338357034438181, 0.19217906354589218, 1.1237668598110973, 0.0042127779317110425, -0.14222876125377737, 0.9943315370799396, 0.4307586654960907, -0.20177955854489718, 1.1175244859581657, -0.07252808219284002, -0.20108752559619925, -1.3664149074298981], "max": [0.5119162262569319, 0.2531743773855743, 1.1592184641179588, 0.19104728647039732, -0.01955766765641287, 1.3789436536067212, 0.5632813466090996, -0.10367761832649111, 1.1568990177213718, 0.06018081812664866, 0.051135006640508296, -1.0615378612977184], "count": [965]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [965]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [965]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [965]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [965]}, "gripper_open_scale_state": {"mean": [0.9129016694595848, 0.910997493389919], "std": [0.00012098883871926921, 7.260062835946951e-05], "min": [0.9125568181818182, 0.9109090909090909], "max": [0.9132386363636363, 0.9113068181818181], "count": [965]}, "gripper_open_scale_action": {"mean": [0.9129009618772647, 0.9109974933899191], "std": [0.0001210787280213531, 7.260062835946964e-05], "min": [0.9125568181818182, 0.9109090909090909], "max": [0.9132386363636363, 0.9113068181818181], "count": [965]}}} +{"episode_index": 109, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.484102482232853]], [[0.5040910873887707]], [[0.508218687248996]]], "std": [[[0.33010321487010846]], [[0.30618968558344345]], [[0.3115112814525819]]], "count": [166]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3690077159126703]], [[0.38444638972556894]], [[0.3867490944168832]]], "std": [[[0.26788391584219245]], [[0.2540252966556229]], [[0.2569441136171048]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39868194592093864]], [[0.4217466249803134]], [[0.4206176064552327]]], "std": [[[0.2992451824976013]], [[0.2764616907288092]], [[0.2788976077275836]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3965042695290968]], [[0.4144028491416647]], [[0.41471925446885577]]], "std": [[[0.3014871263421934]], [[0.27620633100063013]], [[0.2797634341315529]]], "count": [166]}, "observation.state": {"min": [-0.22759638726711273, 0.15707090497016907, 0.09771225601434708, -1.6975007057189941, -0.3358580768108368, -0.08327183872461319, -0.37010252475738525, -0.3257860541343689, 0.3852512538433075, 0.09187594056129456, -1.5700204372406006, -1.663553237915039, -1.0567371845245361, -0.05944591388106346, 0.031695179641246796, -0.359610915184021, -1.6725947856903076, -0.05078689754009247, -0.09300096333026886, -0.06057274341583252, -0.32182613015174866, -0.4955313205718994, 0.041672561317682266, 1.3349539041519165, -1.513412594795227, 0.7105299234390259, 1003.875, 1002.0], "max": [0.07124324887990952, 0.45359471440315247, 0.3386014997959137, -1.3472098112106323, -0.0774882510304451, 0.1362316757440567, -0.050648365169763565, -0.28917792439460754, 0.45984888076782227, 0.18516874313354492, -1.384897232055664, -1.2893997430801392, -0.6733387112617493, 0.3697828948497772, 0.19970820844173431, -0.23453843593597412, -1.1755774021148682, 0.18782033026218414, 0.11239811033010483, 0.22978132963180542, -0.28959929943084717, -0.38951006531715393, 0.12064269185066223, 1.6651860475540161, -1.3968900442123413, 1.1448383331298828, 1004.5, 1002.25], "mean": [-0.033051203936338425, 0.25742247700691223, 0.21003545820713043, -1.5334842205047607, -0.19201256334781647, 0.025829385966062546, -0.23164837062358856, -0.3167015016078949, 0.4124820828437805, 0.1536712944507599, -1.4752182960510254, -1.4988720417022705, -0.8569541573524475, 0.03301826864480972, 0.13507798314094543, -0.2779594361782074, -1.5467567443847656, 0.12488805502653122, -0.018188057467341423, 0.03148545324802399, -0.3050115704536438, -0.4117371737957001, 0.10286770015954971, 1.4251327514648438, -1.4181207418441772, 1.0217108726501465, 1004.1790161132812, 1002.0523071289062], "std": [0.0717252716422081, 0.07153181731700897, 0.06643037497997284, 0.07777997851371765, 0.06104482337832451, 0.0547688789665699, 0.07815083116292953, 0.01074647344648838, 0.016772933304309845, 0.025635669007897377, 0.05941271409392357, 0.10176093876361847, 0.1093861386179924, 0.14357462525367737, 0.04498105123639107, 0.034544896334409714, 0.15092097222805023, 0.08809217810630798, 0.046542588621377945, 0.12146928161382675, 0.005732908844947815, 0.03534288331866264, 0.02745017409324646, 0.12228118628263474, 0.0329224169254303, 0.1663682758808136, 0.11988305300474167, 0.06343569606542587], "count": [919]}, "action": {"min": [-0.22759638726711273, 0.15707090497016907, 0.09771225601434708, -1.6975007057189941, -0.3358580768108368, -0.08327183872461319, -0.37010252475738525, -0.3257860541343689, 0.3852512538433075, 0.09187594056129456, -1.5700204372406006, -1.663553237915039, -1.0567371845245361, -0.05944591388106346, 0.031695179641246796, -0.359610915184021, -1.6725947856903076, -0.05078689754009247, -0.09300096333026886, -0.06057274341583252, -0.32182613015174866, -0.4955313205718994, 0.041672561317682266, 1.3349539041519165, -1.513412594795227, 0.7105299234390259, 1003.875, 1002.0], "max": [0.07124324887990952, 0.45359471440315247, 0.3386014997959137, -1.3472098112106323, -0.0774882510304451, 0.1362316757440567, -0.050648365169763565, -0.28917792439460754, 0.45984888076782227, 0.18516874313354492, -1.384897232055664, -1.2893997430801392, -0.6733387112617493, 0.3697828948497772, 0.19970820844173431, -0.23453843593597412, -1.1755774021148682, 0.18782033026218414, 0.11239811033010483, 0.22978132963180542, -0.28959929943084717, -0.38951006531715393, 0.12064269185066223, 1.6651860475540161, -1.3968900442123413, 1.1448383331298828, 1004.5, 1002.25], "mean": [-0.03306703269481659, 0.25744524598121643, 0.21007362008094788, -1.5334837436676025, -0.1920686662197113, 0.025929223746061325, -0.23184235394001007, -0.316709041595459, 0.4124787151813507, 0.15364737808704376, -1.475279450416565, -1.4991017580032349, -0.8567761778831482, 0.033284321427345276, 0.13497908413410187, -0.2779834270477295, -1.5464227199554443, 0.1246885284781456, -0.018219340592622757, 0.0317336842417717, -0.3050267994403839, -0.41180574893951416, 0.10282084345817566, 1.4253833293914795, -1.418158769607544, 1.021427035331726, 1004.17919921875, 1002.052978515625], "std": [0.07171832770109177, 0.07152215391397476, 0.06640450656414032, 0.07778003066778183, 0.06101835519075394, 0.05466092750430107, 0.07792206108570099, 0.010750354267656803, 0.016773318871855736, 0.025619983673095703, 0.05934809893369675, 0.10152584314346313, 0.10919488966464996, 0.1436307430267334, 0.04503002017736435, 0.03454001247882843, 0.15106500685214996, 0.08815699815750122, 0.04656870663166046, 0.12151401489973068, 0.005755552556365728, 0.03536083549261093, 0.027456549927592278, 0.12233227491378784, 0.03291817754507065, 0.16638076305389404, 0.11974410712718964, 0.06335463374853134], "count": [919]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.843076387773657], "count": [919]}, "frame_index": {"min": [0], "max": [918], "mean": [459.0], "std": [265.29229163320974], "count": [919]}, "episode_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [919]}, "index": {"min": [108131], "max": [109049], "mean": [108590.0], "std": [265.29229163320974], "count": [919]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [919]}, "subtask_annotation": {"mean": [0.8966267682263329, 3.0, 3.0, 3.0, 3.0], "std": [0.962393836538162, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [919]}, "scene_annotation": {"mean": [109.0], "std": [0.0], "min": [109], "max": [109], "count": [919]}, "eef_direction_state": {"mean": [5.193688792165397, 5.1077257889009795], "std": [1.7701193516360734, 1.9721497102804586], "min": [0, 0], "max": [6, 6], "count": [919]}, "eef_velocity_state": {"mean": [0.1882480957562568, 0.2100108813928183], "std": [0.39091015617454045, 0.40731598432842026], "min": [0, 0], "max": [1, 1], "count": [919]}, "eef_acc_mag_state": {"mean": [0.0, 0.01088139281828074], "std": [0.0, 0.14712029406882046], "min": [0, 0], "max": [0, 2], "count": [919]}, "eef_direction_action": {"mean": [5.193688792165397, 5.1077257889009795], "std": [1.7701193516360734, 1.9721497102804586], "min": [0, 0], "max": [6, 6], "count": [919]}, "eef_velocity_action": {"mean": [0.1882480957562568, 0.2100108813928183], "std": [0.39091015617454045, 0.40731598432842026], "min": [0, 0], "max": [1, 1], "count": [919]}, "eef_acc_mag_action": {"mean": [0.0, 0.01088139281828074], "std": [0.0, 0.1471202940688205], "min": [0, 0], "max": [0, 2], "count": [919]}, "eef_sim_pose_state": {"mean": [0.46109276902960256, 0.23936669981045816, 1.1342711141142898, 0.0981575338017848, -0.04515980962989877, 1.140418040633276, 0.4561187493713314, -0.17830487639288192, 1.1390539403416362, -0.02230573400575038, -0.013490262774138147, -1.2636755479416375], "std": [0.017740553107252383, 0.021204260220651746, 0.012782349922455295, 0.0441957574881232, 0.02974587000563924, 0.12467425229940486, 0.03915995363328954, 0.01806293891637974, 0.008233127584963595, 0.04268861980667658, 0.08859866847123944, 0.1379671855328993], "min": [0.43702196407304295, 0.1857799224848422, 1.1238308366104528, -0.003999616969388331, -0.1392583122912574, 0.9403666419310535, 0.4307604323111922, -0.19925110143037084, 1.122995327917561, -0.12395570936008671, -0.1885039185995292, -1.3664830237196064], "max": [0.511462003339743, 0.27491393557123284, 1.1675558085099946, 0.16723162613685505, -0.010174516047852133, 1.3789688927842843, 0.5467033029633633, -0.13440409244892926, 1.1589291268547697, 0.021658782892585715, 0.05095256679561988, -1.0314400048353418], "count": [919]}, "eef_sim_pose_action": {"mean": [0.4610957005910979, 0.23936204279741352, 1.1342727514248128, 0.09825864052223063, -0.04510424436087383, 1.1401927880835994, 0.4561943966562353, -0.17827940671365386, 1.139042103331368, -0.022343712438651187, -0.013662405377894699, -1.2634250008877772], "std": [0.017739459360921066, 0.021202983480164517, 0.012781107701482733, 0.0440901483388244, 0.029735633431274878, 0.12442983125526981, 0.03917803490087864, 0.018066313612533597, 0.008246753234320866, 0.04267899940225263, 0.08862713544236436, 0.137989382841679], "min": [0.43702196407304295, 0.1857799224848422, 1.1238308366104528, -0.003999616969388331, -0.1392583122912574, 0.9403666419310535, 0.4307604323111922, -0.19925110143037084, 1.122995327917561, -0.12395570936008671, -0.1885039185995292, -1.3664830237196064], "max": [0.511462003339743, 0.27491393557123284, 1.1675558085099946, 0.16723162613685505, -0.010174516047852133, 1.3789688927842843, 0.5467033029633633, -0.13440409244892926, 1.1589291268547697, 0.021658782892585715, 0.05095256679561988, -1.0314400048353418], "count": [919]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [919]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [919]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [919]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [919]}, "gripper_open_scale_state": {"mean": [0.9128900119314726, 0.9109566046861631], "std": [0.00010898526779297925, 5.766855889454319e-05], "min": [0.9126136363636363, 0.9109090909090909], "max": [0.9131818181818182, 0.9111363636363636], "count": [919]}, "gripper_open_scale_action": {"mean": [0.91289013606668, 0.9109572897241326], "std": [0.00010885895716834562, 5.759537734101751e-05], "min": [0.9126136363636363, 0.9109090909090909], "max": [0.9131818181818182, 0.9111363636363636], "count": [919]}}} +{"episode_index": 110, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4867419870886697]], [[0.5071279031603008]], [[0.5115577231856133]]], "std": [[[0.33217022194200324]], [[0.3076739671675903]], [[0.3125393694358616]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3677193107975368]], [[0.38362864695492843]], [[0.3862080086610752]]], "std": [[[0.26694951578801573]], [[0.2527510597313908]], [[0.25554524188580136]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39543475858551513]], [[0.4185363632929087]], [[0.417188671181382]]], "std": [[[0.29191349013543233]], [[0.26846987474869405]], [[0.27113861037864906]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3805374872492349]], [[0.3996641519324493]], [[0.3989100882164041]]], "std": [[[0.28986504979486394]], [[0.2659030678086888]], [[0.26941479344523334]]], "count": [173]}, "observation.state": {"min": [-0.2122844010591507, 0.19383953511714935, 0.11230539530515671, -1.6921883821487427, -0.2493017315864563, -0.07997643947601318, -0.3641367554664612, -0.3228846788406372, 0.39108380675315857, 0.10171175003051758, -1.6040115356445312, -1.5998250246047974, -1.0566881895065308, -0.06365106999874115, 0.0362963043153286, -0.35735833644866943, -1.658488154411316, -0.0171402245759964, -0.06324528157711029, -0.06057165190577507, -0.31857067346572876, -0.48922669887542725, 0.050746187567710876, 1.3349539041519165, -1.4974327087402344, 0.6891896724700928, 1003.625, 1002.0], "max": [0.030288007110357285, 0.45749661326408386, 0.35565119981765747, -1.3715888261795044, -0.05907066911458969, 0.21643827855587006, -0.05066690966486931, -0.2852446138858795, 0.455192506313324, 0.18637894093990326, -1.3855384588241577, -1.2891275882720947, -0.5895897746086121, 0.3321514129638672, 0.26629143953323364, -0.24122631549835205, -1.1833943128585815, 0.18783888220787048, 0.08821221441030502, 0.26762768626213074, -0.2937805652618408, -0.37995070219039917, 0.12096543610095978, 1.6403701305389404, -1.396780014038086, 1.1452102661132812, 1004.5625, 1002.25], "mean": [-0.025061244145035744, 0.2720069885253906, 0.19240713119506836, -1.5539019107818604, -0.1478559672832489, 0.05911068990826607, -0.23093131184577942, -0.3149600028991699, 0.4116351902484894, 0.1645190715789795, -1.4697527885437012, -1.449272632598877, -0.8104667067527771, 0.022927753627300262, 0.1413753479719162, -0.2756446301937103, -1.5534605979919434, 0.13039912283420563, -0.018344182521104813, 0.03897084668278694, -0.30742785334587097, -0.40886324644088745, 0.10493481159210205, 1.4231287240982056, -1.426775574684143, 1.0175706148147583, 1004.171142578125, 1002.0704956054688], "std": [0.07313999533653259, 0.05877981334924698, 0.07407306879758835, 0.06441950798034668, 0.03535578399896622, 0.06379704177379608, 0.07359929382801056, 0.009566421620547771, 0.014991097152233124, 0.02601189911365509, 0.06823152303695679, 0.079384446144104, 0.12349333614110947, 0.12736521661281586, 0.04686490446329117, 0.030788304284214973, 0.13756489753723145, 0.07661549001932144, 0.04064308851957321, 0.1275334358215332, 0.003544293576851487, 0.03168979659676552, 0.023732757195830345, 0.11543835699558258, 0.03842754662036896, 0.17269277572631836, 0.14668260514736176, 0.05997036024928093], "count": [966]}, "action": {"min": [-0.2122844010591507, 0.19383953511714935, 0.11230539530515671, -1.6921883821487427, -0.2493017315864563, -0.07997643947601318, -0.3641367554664612, -0.3228846788406372, 0.39108380675315857, 0.10171175003051758, -1.6040115356445312, -1.5998250246047974, -1.0566881895065308, -0.06365106999874115, 0.0362963043153286, -0.35735833644866943, -1.658488154411316, -0.0171402245759964, -0.06324528157711029, -0.06057165190577507, -0.31857067346572876, -0.48922669887542725, 0.050746187567710876, 1.3349539041519165, -1.4974327087402344, 0.6891896724700928, 1003.625, 1002.0], "max": [0.030288007110357285, 0.45749661326408386, 0.35565119981765747, -1.3715888261795044, -0.05907066911458969, 0.21643827855587006, -0.05066690966486931, -0.2852446138858795, 0.455192506313324, 0.18637894093990326, -1.3855302333831787, -1.2891275882720947, -0.5895897746086121, 0.3321514129638672, 0.26629143953323364, -0.24122631549835205, -1.1833943128585815, 0.18783888220787048, 0.08821221441030502, 0.26762768626213074, -0.2937805652618408, -0.37995070219039917, 0.12096543610095978, 1.6403701305389404, -1.396780014038086, 1.1452102661132812, 1004.5625, 1002.25], "mean": [-0.025048088282346725, 0.2720550298690796, 0.19240523874759674, -1.55394446849823, -0.14785660803318024, 0.05924549326300621, -0.2311108112335205, -0.31496304273605347, 0.411626935005188, 0.16451650857925415, -1.4697998762130737, -1.4494187831878662, -0.8102461099624634, 0.023084081709384918, 0.14129923284053802, -0.27564939856529236, -1.5532844066619873, 0.13028380274772644, -0.018349148333072662, 0.03921721875667572, -0.3074299693107605, -0.40890246629714966, 0.10489653795957565, 1.423341989517212, -1.4268735647201538, 1.0173780918121338, 1004.1719360351562, 1002.0704345703125], "std": [0.07314680516719818, 0.058753401041030884, 0.07407434284687042, 0.06441529840230942, 0.03535560518503189, 0.06364218145608902, 0.07337027788162231, 0.009568091481924057, 0.01499303337186575, 0.026010336354374886, 0.06818875670433044, 0.07921978831291199, 0.12324300408363342, 0.12735749781131744, 0.04689706861972809, 0.03078622557222843, 0.13756941258907318, 0.07661280035972595, 0.04064634069800377, 0.12757070362567902, 0.0035443641245365143, 0.031689248979091644, 0.023737182840704918, 0.1154656857252121, 0.03847155719995499, 0.17265479266643524, 0.14634589850902557, 0.0600476898252964], "count": [966]}, "timestamp": {"min": [0.0], "max": [32.166666666666664], "mean": [16.083333333333332], "std": [9.295334353359257], "count": [966]}, "frame_index": {"min": [0], "max": [965], "mean": [482.5], "std": [278.8600306007777], "count": [966]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [966]}, "index": {"min": [109050], "max": [110015], "mean": [109532.5], "std": [278.8600306007777], "count": [966]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [966]}, "subtask_annotation": {"mean": [1.015527950310559, 3.0, 3.0, 3.0, 3.0], "std": [0.9472456971184757, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [966]}, "scene_annotation": {"mean": [110.0], "std": [0.0], "min": [110], "max": [110], "count": [966]}, "eef_direction_state": {"mean": [5.311594202898551, 5.270186335403727], "std": [1.5156909284574476, 1.7647577580436362], "min": [0, 0], "max": [6, 6], "count": [966]}, "eef_velocity_state": {"mean": [0.18944099378881987, 0.16149068322981366], "std": [0.39185852505862956, 0.3679829377291576], "min": [0, 0], "max": [1, 1], "count": [966]}, "eef_acc_mag_state": {"mean": [0.002070393374741201, 0.0], "std": [0.04545444803333382, 0.0], "min": [0, 0], "max": [1, 0], "count": [966]}, "eef_direction_action": {"mean": [5.311594202898551, 5.270186335403727], "std": [1.5156909284574476, 1.7647577580436362], "min": [0, 0], "max": [6, 6], "count": [966]}, "eef_velocity_action": {"mean": [0.18944099378881987, 0.16149068322981366], "std": [0.39185852505862956, 0.3679829377291576], "min": [0, 0], "max": [1, 1], "count": [966]}, "eef_acc_mag_action": {"mean": [0.002070393374741201, 0.0], "std": [0.04545444803333382, 0.0], "min": [0, 0], "max": [1, 0], "count": [966]}, "eef_sim_pose_state": {"mean": [0.45977169201297097, 0.24820464790531682, 1.139045227007172, 0.1322505529828754, -0.09660345129938984, 1.1530685418675797, 0.4534466983982277, -0.18075899309535196, 1.1370231972903224, -0.026661192694087434, -0.008672734118815008, -1.2582578519572871], "std": [0.017252247639933306, 0.02002753822166564, 0.012715826677896835, 0.05439874189489991, 0.017847934852250485, 0.1261647643790246, 0.035190449767428564, 0.015217220535536452, 0.005145458766448294, 0.05062087025377283, 0.0823678427732161, 0.14171667977942726], "min": [0.44739198780674644, 0.1976820436993713, 1.1238516087361805, 0.005278982245744301, -0.16744821365826557, 0.9218608785861642, 0.4291527600272566, -0.2102412113138728, 1.1279717669997702, -0.13158598273134814, -0.1854317313737912, -1.3664726190385503], "max": [0.5073842518840308, 0.2731635512585304, 1.1734947122213133, 0.25731657783623235, -0.07172974936324605, 1.3789338855499946, 0.5391806314220476, -0.14376263797754074, 1.1587638416036983, 0.0077522718772494725, 0.05344423414780919, -1.0053122871231368], "count": [966]}, "eef_sim_pose_action": {"mean": [0.45976851019577336, 0.24821693467408829, 1.1390542291159533, 0.13238375065193872, -0.09661985954227303, 1.152883161837602, 0.4534926150374686, -0.18074108436926628, 1.1370213313766213, -0.026663723417400687, -0.008756685717680821, -1.2580226387846873], "std": [0.017253757776715038, 0.02003060531153867, 0.01270815081798688, 0.054245509523158736, 0.017836342050292595, 0.12596416407934996, 0.03518974084105069, 0.015219306945382859, 0.005146521287035628, 0.05061930765197819, 0.0823485477978598, 0.14172544484387192], "min": [0.44739198780674644, 0.1976820436993713, 1.1238516087361805, 0.005278982245744301, -0.16744821365826557, 0.9218608785861642, 0.4291527600272566, -0.2102412113138728, 1.1279717669997702, -0.13158598273134814, -0.1854317313737912, -1.3664726190385503], "max": [0.5073842518840308, 0.2731635512585304, 1.1734947122213133, 0.25731657783623235, -0.07172974936324605, 1.3789347301387007, 0.5391806314220476, -0.14376263797754074, 1.1587638416036983, 0.0077522718772494725, 0.05344423414780919, -1.0053122871231368], "count": [966]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [966]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [966]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [966]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [966]}, "gripper_open_scale_state": {"mean": [0.9128827868705194, 0.9109731955145063], "std": [0.00013334726983757692, 5.4518668193804184e-05], "min": [0.9123863636363636, 0.9109090909090909], "max": [0.9132386363636363, 0.9111363636363636], "count": [966]}, "gripper_open_scale_action": {"mean": [0.912883607105821, 0.9109731464037791], "std": [0.00013304173251777655, 5.45889050792492e-05], "min": [0.9123863636363636, 0.9109090909090909], "max": [0.9132386363636363, 0.9111363636363636], "count": [966]}}} +{"episode_index": 111, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.00784313725490196]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4896181611612448]], [[0.5111450581179441]], [[0.5165908882018717]]], "std": [[[0.33188566622065224]], [[0.30728428049032364]], [[0.3120658448505083]]], "count": [176]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3698838940879382]], [[0.3864335972315062]], [[0.38955741700089125]]], "std": [[[0.2680775571847194]], [[0.25362220108588934]], [[0.2563539986850075]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39487508935866017]], [[0.4199430274714052]], [[0.4199437469826946]]], "std": [[[0.29441027144806803]], [[0.27125661196785167]], [[0.2739372728214365]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38757805188836897]], [[0.4072859952930036]], [[0.4078893890652852]]], "std": [[[0.2956389947205075]], [[0.2706767707553316]], [[0.27414936241783916]]], "count": [176]}, "observation.state": {"min": [-0.25656557083129883, 0.20603393018245697, 0.13957397639751434, -1.6474119424819946, -0.341019868850708, -0.08507389575242996, -0.4112737476825714, -0.31984612345695496, 0.3878135085105896, 0.1142926886677742, -1.643661379814148, -1.674797773361206, -1.056727647781372, -0.06248387694358826, 0.04481678083539009, -0.3856130540370941, -1.644468903541565, -0.056582484394311905, -0.07692429423332214, -0.06056728959083557, -0.3176876902580261, -0.49018150568008423, 0.03685050085186958, 1.3349539041519165, -1.4982248544692993, 0.6758677363395691, 1003.6875, 1002.0], "max": [0.006108652334660292, 0.48804423213005066, 0.38357099890708923, -1.3552700281143188, -0.11557134240865707, 0.10750464349985123, -0.05065709352493286, -0.3000391721725464, 0.45877355337142944, 0.19180013239383698, -1.3855518102645874, -1.2891275882720947, -0.565911054611206, 0.36176857352256775, 0.2220757007598877, -0.21371011435985565, -1.198526382446289, 0.18781596422195435, 0.1222701296210289, 0.2651078701019287, -0.2901672422885895, -0.3889941871166229, 0.12065806239843369, 1.6640446186065674, -1.3968000411987305, 1.144828200340271, 1004.5, 1002.25], "mean": [-0.03869064897298813, 0.3298373818397522, 0.20991398394107819, -1.5278445482254028, -0.23259422183036804, 0.01252351887524128, -0.2814151644706726, -0.3159455955028534, 0.4123953580856323, 0.17536285519599915, -1.5112264156341553, -1.502921223640442, -0.8062330484390259, 0.04209718480706215, 0.1326976865530014, -0.28625285625457764, -1.5374048948287964, 0.11021491140127182, -0.018220921978354454, 0.051582083106040955, -0.3058331310749054, -0.41269803047180176, 0.09819415956735611, 1.44990873336792, -1.422279953956604, 0.9930552840232849, 1004.1531372070312, 1002.0403442382812], "std": [0.07810547202825546, 0.058122601360082626, 0.0773838609457016, 0.06212799251079559, 0.048990122973918915, 0.04402583837509155, 0.09025384485721588, 0.00536899920552969, 0.01581828109920025, 0.02346847578883171, 0.07136760652065277, 0.10028582066297531, 0.12634845077991486, 0.14440226554870605, 0.04399082437157631, 0.0481320358812809, 0.14615702629089355, 0.09149131923913956, 0.04947841539978981, 0.13104799389839172, 0.005133440718054771, 0.03382393717765808, 0.030542563647031784, 0.13958987593650818, 0.03206918388605118, 0.18803411722183228, 0.14648064970970154, 0.057813357561826706], "count": [991]}, "action": {"min": [-0.25656557083129883, 0.20603393018245697, 0.13957397639751434, -1.6474119424819946, -0.341019868850708, -0.08507389575242996, -0.4112737476825714, -0.31984612345695496, 0.3878135085105896, 0.1142926886677742, -1.643661379814148, -1.674797773361206, -1.056727647781372, -0.06248387694358826, 0.04481678083539009, -0.3856130540370941, -1.644468903541565, -0.056582484394311905, -0.07692429423332214, -0.06056728959083557, -0.3176876902580261, -0.49018150568008423, 0.03685050085186958, 1.3349539041519165, -1.4982248544692993, 0.6758677363395691, 1003.6875, 1002.0], "max": [0.006108652334660292, 0.48804423213005066, 0.38357099890708923, -1.3552700281143188, -0.11557134240865707, 0.10750464349985123, -0.05065709352493286, -0.3000391721725464, 0.45877355337142944, 0.19180013239383698, -1.3855518102645874, -1.2891275882720947, -0.565911054611206, 0.36176857352256775, 0.2220757007598877, -0.21371011435985565, -1.198526382446289, 0.18781596422195435, 0.1222701296210289, 0.2651078701019287, -0.2901672422885895, -0.3889941871166229, 0.12065806239843369, 1.6640446186065674, -1.396780014038086, 1.1448535919189453, 1004.5, 1002.25], "mean": [-0.03869502991437912, 0.3299553692340851, 0.20993120968341827, -1.5278618335723877, -0.23269186913967133, 0.012608645483851433, -0.2816423773765564, -0.3159465789794922, 0.4123893082141876, 0.17537298798561096, -1.511323094367981, -1.5031170845031738, -0.806015133857727, 0.04227132350206375, 0.13260407745838165, -0.28626227378845215, -1.5371861457824707, 0.11004197597503662, -0.01824379898607731, 0.051798708736896515, -0.30584219098091125, -0.4127424359321594, 0.098151795566082, 1.450125813484192, -1.4223239421844482, 0.9928421974182129, 1004.1539916992188, 1002.0403442382812], "std": [0.07810303568840027, 0.0580107681453228, 0.07737191766500473, 0.0621301494538784, 0.04889616370201111, 0.04392973333597183, 0.0899541974067688, 0.00536960456520319, 0.01581953652203083, 0.023473208770155907, 0.07126208394765854, 0.10005713254213333, 0.12610270082950592, 0.14438460767269135, 0.04403497651219368, 0.048127781599760056, 0.1461729258298874, 0.09150645136833191, 0.04949489235877991, 0.1310398429632187, 0.005142475012689829, 0.03382233902812004, 0.030540533363819122, 0.13957804441452026, 0.03206449747085571, 0.18798191845417023, 0.14661091566085815, 0.05779535323381424], "count": [991]}, "timestamp": {"min": [0.0], "max": [33.0], "mean": [16.5], "std": [9.53589709116732], "count": [991]}, "frame_index": {"min": [0], "max": [990], "mean": [495.0], "std": [286.07691273501956], "count": [991]}, "episode_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [991]}, "index": {"min": [110016], "max": [111006], "mean": [110511.0], "std": [286.07691273501956], "count": [991]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [991]}, "subtask_annotation": {"mean": [1.1079717457114027, 3.0, 3.0, 3.0, 3.0], "std": [0.9558608966225742, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [991]}, "scene_annotation": {"mean": [111.0], "std": [0.0], "min": [111], "max": [111], "count": [991]}, "eef_direction_state": {"mean": [5.240161453077699, 5.3118062563067605], "std": [1.7540040898735696, 1.7231878171223534], "min": [0, 0], "max": [6, 6], "count": [991]}, "eef_velocity_state": {"mean": [0.1705348133198789, 0.1503531786074672], "std": [0.37610196857479755, 0.35741726355913084], "min": [0, 0], "max": [1, 1], "count": [991]}, "eef_acc_mag_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [991]}, "eef_direction_action": {"mean": [5.240161453077699, 5.3118062563067605], "std": [1.7540040898735696, 1.7231878171223531], "min": [0, 0], "max": [6, 6], "count": [991]}, "eef_velocity_action": {"mean": [0.1705348133198789, 0.1503531786074672], "std": [0.37610196857479755, 0.35741726355913084], "min": [0, 0], "max": [1, 1], "count": [991]}, "eef_acc_mag_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [991]}, "eef_sim_pose_state": {"mean": [0.46274054712687895, 0.26398680359256915, 1.1361416059012652, 0.11062279428807453, -0.07038842985661774, 1.0984855666626305, 0.45804148344612444, -0.17570424689188915, 1.1386691690016038, -0.027304455054507334, -0.028777420272802594, -1.2369356008025063], "std": [0.018541817959280324, 0.017991162914832298, 0.008573323846452414, 0.046851579707331156, 0.023474382706649994, 0.1401814382870311, 0.03842687809643992, 0.019326097198243165, 0.008529460245155933, 0.04894953783575542, 0.09747890437760846, 0.15832714304855122], "min": [0.4484575564345648, 0.21980106041796718, 1.1238529255420588, -0.0004889353446474454, -0.19757397130762122, 0.8613558698873032, 0.43059657404117274, -0.19432445324345277, 1.1271730997134972, -0.12959241760216034, -0.20742255865081494, -1.3664605373843963], "max": [0.5164391905634763, 0.2773692790909146, 1.1592831681232154, 0.20807546773040836, -0.0169679782900809, 1.3788560688823313, 0.5428726035124595, -0.132219667968568, 1.1626678892590683, 0.009646541111130502, 0.05080236971310548, -0.9726350735912334], "count": [991]}, "eef_sim_pose_action": {"mean": [0.46274141039598077, 0.2640169353530169, 1.1361500779823974, 0.1107272545944969, -0.07038030334487332, 1.0982450183147234, 0.45809173600471365, -0.17568025895022094, 1.1386612799516047, -0.02731678018267935, -0.028905889054676576, -1.2367232651976663], "std": [0.018541390306727263, 0.017988120216434943, 0.008565335382533587, 0.04673203687663839, 0.023473790632416728, 0.1399044375977677, 0.038423720647243594, 0.019326059256147558, 0.008536465061117616, 0.04894273415509331, 0.0974578358679698, 0.15829445900629885], "min": [0.4484575564345648, 0.21980106041796718, 1.1238529255420588, -0.0004889353446474454, -0.19757397130762122, 0.8613558698873032, 0.43059657404117274, -0.19432445324345277, 1.1271730997134972, -0.12959241760216034, -0.20742255865081494, -1.3664605373843963], "max": [0.5164391905634763, 0.2773692790909146, 1.1592831681232154, 0.20807546773040836, -0.0169679782900809, 1.3788560688823313, 0.5428726035124595, -0.132219667968568, 1.1626678892590683, 0.009646541111130502, 0.05080236971310548, -0.9726350735912334], "count": [991]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [991]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [991]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [991]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [991]}, "gripper_open_scale_state": {"mean": [0.9128664602068493, 0.9109458551143542], "std": [0.00013316461757505372, 5.255737761287053e-05], "min": [0.9124431818181818, 0.9109090909090909], "max": [0.9131818181818182, 0.9111363636363636], "count": [991]}, "gripper_open_scale_action": {"mean": [0.9128672885851051, 0.9109458290788092], "std": [0.00013328260565599088, 5.25410437878122e-05], "min": [0.9124431818181818, 0.9109090909090909], "max": [0.9131818181818182, 0.9111363636363636], "count": [991]}}} +{"episode_index": 112, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49530205288637197]], [[0.5159348891730605]], [[0.5207180649433687]]], "std": [[[0.3356043183948384]], [[0.31103716230336753]], [[0.3154912782179081]]], "count": [161]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3705901965858807]], [[0.38681693383875293]], [[0.38972608771769573]]], "std": [[[0.26845539433824106]], [[0.2540219556468734]], [[0.2567902831337172]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4059973726809564]], [[0.4299425123310194]], [[0.43242454101205696]]], "std": [[[0.30009979193163105]], [[0.2739646729336269]], [[0.2758504593936578]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.377906985801567]], [[0.39674797781431415]], [[0.3960920881033573]]], "std": [[[0.290732446554542]], [[0.2671076675726928]], [[0.2701264681040214]]], "count": [161]}, "observation.state": {"min": [-0.32110458612442017, 0.1271963268518448, 0.11102911829948425, -1.6496808528900146, -0.2075709104537964, -0.09581203013658524, -0.3255944550037384, -0.32534581422805786, 0.3797777593135834, 0.09790299832820892, -1.581072449684143, -1.5366522073745728, -1.0566881895065308, -0.060675282031297684, -0.024200081825256348, -0.38858991861343384, -1.635927677154541, -0.11645818501710892, -0.04285546764731407, -0.06056946888566017, -0.3126216232776642, -0.5303429365158081, 0.01894249953329563, 1.3349539041519165, -1.4844368696212769, 0.6473305821418762, 1003.75, 1002.0], "max": [0.077615886926651, 0.40393245220184326, 0.3050006628036499, -1.2264482975006104, -0.10133163630962372, 0.04747295379638672, -0.05065163969993591, -0.3042564392089844, 0.49142318964004517, 0.18949787318706512, -1.3854860067367554, -1.2891275882720947, -0.6877298951148987, 0.5136362314224243, 0.15830571949481964, -0.25679466128349304, -1.0220201015472412, 0.18783451616764069, 0.1928163468837738, 0.2114073634147644, -0.2756558656692505, -0.3864988684654236, 0.12066599726676941, 1.6577314138412476, -1.360614538192749, 1.1448948383331299, 1004.6875, 1002.25], "mean": [-0.043143380433321, 0.24128930270671844, 0.17251083254814148, -1.499733805656433, -0.1492946594953537, -0.01342032290995121, -0.21459484100341797, -0.3168454170227051, 0.41990113258361816, 0.167477548122406, -1.474076509475708, -1.421644687652588, -0.8898186087608337, 0.05781371891498566, 0.12387920916080475, -0.28480401635169983, -1.5233914852142334, 0.10371392220258713, -0.010553712025284767, 0.018829701468348503, -0.30240264534950256, -0.41820481419563293, 0.09868385642766953, 1.4244329929351807, -1.3957242965698242, 1.0094691514968872, 1004.197265625, 1002.0761108398438], "std": [0.12069177627563477, 0.05951034650206566, 0.07212371379137039, 0.11998267471790314, 0.026051346212625504, 0.03410881385207176, 0.07088249921798706, 0.003880056319758296, 0.030355148017406464, 0.030408374965190887, 0.0592639334499836, 0.07126739621162415, 0.10678920149803162, 0.189133882522583, 0.058795828372240067, 0.0412222221493721, 0.192448690533638, 0.1233537420630455, 0.055467382073402405, 0.11151073127985, 0.007527178153395653, 0.04688689112663269, 0.03425240516662598, 0.1295536458492279, 0.0200001560151577, 0.19539763033390045, 0.1722559630870819, 0.060405291616916656], "count": [881]}, "action": {"min": [-0.32110458612442017, 0.1271963268518448, 0.11102911829948425, -1.6496808528900146, -0.2075709104537964, -0.09581203013658524, -0.3255944550037384, -0.32534581422805786, 0.3797777593135834, 0.09790299832820892, -1.581072449684143, -1.5366522073745728, -1.0566881895065308, -0.060675282031297684, -0.024200081825256348, -0.38858991861343384, -1.635927677154541, -0.11645818501710892, -0.04285546764731407, -0.06056946888566017, -0.3126216232776642, -0.5303429365158081, 0.01894249953329563, 1.3349539041519165, -1.4844368696212769, 0.6473305821418762, 1003.75, 1002.0], "max": [0.077615886926651, 0.40393245220184326, 0.3050006628036499, -1.2264482975006104, -0.10133163630962372, 0.04747295379638672, -0.050651200115680695, -0.3042564392089844, 0.49142318964004517, 0.18949787318706512, -1.3854860067367554, -1.2891275882720947, -0.6877298951148987, 0.5136362314224243, 0.15830571949481964, -0.25679466128349304, -1.0220201015472412, 0.18783451616764069, 0.1928163468837738, 0.2114073634147644, -0.2756558656692505, -0.3864988684654236, 0.12066599726676941, 1.6577314138412476, -1.360614538192749, 1.1448948383331299, 1004.6875, 1002.25], "mean": [-0.04311874508857727, 0.24132636189460754, 0.1724696308374405, -1.4997729063034058, -0.14931820333003998, -0.013351731933653355, -0.21477632224559784, -0.3168436586856842, 0.4198926091194153, 0.16748659312725067, -1.4741369485855103, -1.4217666387557983, -0.8896864652633667, 0.058157097548246384, 0.12375233322381973, -0.284870982170105, -1.523051381111145, 0.10342525690793991, -0.010498781688511372, 0.019077768549323082, -0.30239424109458923, -0.4182915985584259, 0.09861113131046295, 1.4247435331344604, -1.3957126140594482, 1.009088158607483, 1004.1978759765625, 1002.0759887695312], "std": [0.12070408463478088, 0.0595051608979702, 0.07214833050966263, 0.11999715119600296, 0.026049979031085968, 0.034037016332149506, 0.07066677510738373, 0.0038795473519712687, 0.03035839833319187, 0.030413741245865822, 0.059200916439294815, 0.07113248109817505, 0.10665468126535416, 0.1891964226961136, 0.05884203314781189, 0.04122960567474365, 0.19251617789268494, 0.12345404177904129, 0.05545959621667862, 0.11157692968845367, 0.007526651956140995, 0.046904414892196655, 0.0342736653983593, 0.12966684997081757, 0.020002417266368866, 0.19546101987361908, 0.17225398123264313, 0.06043703854084015], "count": [881]}, "timestamp": {"min": [0.0], "max": [29.333333333333332], "mean": [14.666666666666666], "std": [8.477420991472977], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [881]}, "index": {"min": [111007], "max": [111887], "mean": [111447.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}, "subtask_annotation": {"mean": [0.945516458569807, 3.0, 3.0, 3.0, 3.0], "std": [0.9818932753100665, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [881]}, "scene_annotation": {"mean": [112.0], "std": [0.0], "min": [112], "max": [112], "count": [881]}, "eef_direction_state": {"mean": [4.844494892167991, 5.019296254256527], "std": [2.0762140849338984, 2.0578114410677646], "min": [0, 0], "max": [6, 6], "count": [881]}, "eef_velocity_state": {"mean": [0.25198637911464244, 0.20090805902383654], "std": [0.434153479607535, 0.4006794365114221], "min": [0, 0], "max": [1, 1], "count": [881]}, "eef_acc_mag_state": {"mean": [0.00681044267877412, 0.009080590238365494], "std": [0.11650967010539297, 0.13445714320055263], "min": [0, 0], "max": [2, 2], "count": [881]}, "eef_direction_action": {"mean": [4.844494892167991, 5.019296254256527], "std": [2.0762140849338984, 2.0578114410677646], "min": [0, 0], "max": [6, 6], "count": [881]}, "eef_velocity_action": {"mean": [0.25198637911464244, 0.20090805902383654], "std": [0.434153479607535, 0.4006794365114221], "min": [0, 0], "max": [1, 1], "count": [881]}, "eef_acc_mag_action": {"mean": [0.00681044267877412, 0.009080590238365494], "std": [0.11650967010539297, 0.13445714320055263], "min": [0, 0], "max": [2, 2], "count": [881]}, "eef_sim_pose_state": {"mean": [0.46616957846671375, 0.24848981494800085, 1.1321094166146763, 0.07619418309344275, -0.0851440526816291, 1.1953514257169258, 0.46229712888545316, -0.17321865317971516, 1.1423643767842997, -0.030726559864579214, -0.03273750513686828, -1.2701603549448413], "std": [0.03183410563387555, 0.0254905353120622, 0.005450735098113837, 0.04257132242299936, 0.019174826528137193, 0.110427892622465, 0.050788067403372224, 0.02428440562935162, 0.011986998790960407, 0.055680302514712815, 0.12357772138783805, 0.13708411674296658], "min": [0.4309449292350293, 0.1887586376411888, 1.1237148186651262, -0.008639660487116174, -0.14921732506985386, 1.012022261582651, 0.4302495054764878, -0.1876344423915935, 1.1339902371882278, -0.1469198125695494, -0.2607632207249697, -1.3664740303226366], "max": [0.540559059976712, 0.27737254129585615, 1.1467153803423218, 0.16806872193416572, -0.04184157245373843, 1.3789303134580844, 0.5816579420427274, -0.11229150292658623, 1.1793183274283776, 0.006147288261447059, 0.05100953266319208, -1.0161910603698274], "count": [881]}, "eef_sim_pose_action": {"mean": [0.46616453380306677, 0.24851143486051336, 1.132117089022381, 0.07625925951178555, -0.08514291085820361, 1.1952034628218384, 0.4623922768979879, -0.17317015843246988, 1.1423786989538505, -0.03079267910323729, -0.03299855138888571, -1.269867994372174], "std": [0.03183652795410867, 0.025497569725747675, 0.005443813487555472, 0.0425070158641646, 0.01917539771334071, 0.11026909389327813, 0.05080739610223878, 0.024298223418312708, 0.011985695586322767, 0.055671558016901684, 0.12364390005182843, 0.1371530197333963], "min": [0.4309449292350293, 0.1887586376411888, 1.1237148186651262, -0.008639660487116174, -0.14921732506985386, 1.012022261582651, 0.4302495054764878, -0.1876344423915935, 1.1339902371882278, -0.1469198125695494, -0.2607632207249697, -1.3664740303226366], "max": [0.540559059976712, 0.27737254129585615, 1.1467153803423218, 0.16806872193416572, -0.04184157245373843, 1.3789303134580844, 0.5816579420427274, -0.11229150292658623, 1.1793183274283776, 0.006147288261447059, 0.05100953266319208, -1.0161910603698274], "count": [881]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [881]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [881]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [881]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [881]}, "gripper_open_scale_state": {"mean": [0.9129065868490657, 0.9109783055068638], "std": [0.0001565963265150518, 5.491392474853129e-05], "min": [0.9125, 0.9109090909090909], "max": [0.9133522727272727, 0.9111363636363636], "count": [881]}, "gripper_open_scale_action": {"mean": [0.9129071303145111, 0.9109781765212069], "std": [0.00015659536474238908, 5.4942883194228625e-05], "min": [0.9125, 0.9109090909090909], "max": [0.9133522727272727, 0.9111363636363636], "count": [881]}}} +{"episode_index": 113, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47653525499055044]], [[0.4996857688105363]], [[0.5049557949937002]]], "std": [[[0.32768937279920923]], [[0.3037004127963733]], [[0.30874614148851254]]], "count": [166]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3693982990786676]], [[0.3861455823293173]], [[0.3888997312780534]]], "std": [[[0.2684526485376803]], [[0.2541665936636583]], [[0.2568449578830944]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4101639892904953]], [[0.4300420001082762]], [[0.43150430275021656]]], "std": [[[0.3034040182358208]], [[0.27425010307503567]], [[0.2764562305390325]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4057271044964171]], [[0.4239443054079061]], [[0.4226514526242224]]], "std": [[[0.30550107634948015]], [[0.27957190878202404]], [[0.28020916185489664]]], "count": [166]}, "observation.state": {"min": [-0.27447158098220825, 0.0607680007815361, 0.09336311370134354, -1.6118803024291992, -0.26228371262550354, -0.09589821100234985, -0.3151770234107971, -0.3385747969150543, 0.39828768372535706, 0.06825962662696838, -1.6263115406036377, -1.6703423261642456, -1.1098997592926025, -0.05886559188365936, 0.016539176926016808, -0.39018145203590393, -1.6351771354675293, 0.05251804739236832, -0.06426193565130234, -0.06059128791093826, -0.32105982303619385, -0.48711562156677246, 0.022846750915050507, 1.3349539041519165, -1.5787538290023804, 0.7214239835739136, 1003.8125, 1003.0], "max": [0.0288066603243351, 0.2996272146701813, 0.34675002098083496, -1.2264952659606934, 0.018361954018473625, 0.03905937820672989, -0.050673454999923706, -0.30299699306488037, 0.4768534302711487, 0.1843971312046051, -1.3843082189559937, -1.2893438339233398, -0.7525397539138794, 0.3695363700389862, 0.15828827023506165, -0.22211387753486633, -1.1433401107788086, 0.18784870207309723, 0.04484841600060463, 0.2443995475769043, -0.3013434410095215, -0.3894917368888855, 0.12065237760543823, 1.617687702178955, -1.396593451499939, 1.1446888446807861, 1004.5625, 1003.25], "mean": [-0.0652841106057167, 0.18448615074157715, 0.1904289573431015, -1.4587970972061157, -0.07335945963859558, -0.017226865515112877, -0.17951621115207672, -0.32584506273269653, 0.42517614364624023, 0.1478387415409088, -1.4673175811767578, -1.3929311037063599, -0.8780066967010498, 0.031433772295713425, 0.12757132947444916, -0.27633601427078247, -1.5329577922821045, 0.15145935118198395, -0.029839832335710526, 0.03618120029568672, -0.30919092893600464, -0.4111190438270569, 0.1014803946018219, 1.4094001054763794, -1.4486384391784668, 1.0432761907577515, 1004.1410522460938, 1003.0389404296875], "std": [0.080290786921978, 0.05400466546416283, 0.07434158027172089, 0.08707449585199356, 0.06471894681453705, 0.03324558213353157, 0.06102825328707695, 0.009709603153169155, 0.01827404834330082, 0.03699445724487305, 0.08031430840492249, 0.07902691513299942, 0.09174744039773941, 0.1369720697402954, 0.04498772323131561, 0.04336070269346237, 0.15247435867786407, 0.04971521720290184, 0.02739960514008999, 0.12634879350662231, 0.004858107306063175, 0.03195500373840332, 0.03092881664633751, 0.10380064696073532, 0.06869976222515106, 0.1458871066570282, 0.11048532277345657, 0.062127310782670975], "count": [916]}, "action": {"min": [-0.27447158098220825, 0.0607680007815361, 0.09336311370134354, -1.6118803024291992, -0.26228371262550354, -0.09589821100234985, -0.3151770234107971, -0.3385747969150543, 0.39828768372535706, 0.06825962662696838, -1.6263115406036377, -1.6703423261642456, -1.1098997592926025, -0.05886559188365936, 0.016539176926016808, -0.39018145203590393, -1.6351771354675293, 0.05251804739236832, -0.06426193565130234, -0.06059346720576286, -0.32105982303619385, -0.48711562156677246, 0.022846750915050507, 1.3349539041519165, -1.5787538290023804, 0.7214239835739136, 1003.8125, 1003.0], "max": [0.0288066603243351, 0.2996272146701813, 0.34675002098083496, -1.2264952659606934, 0.018361954018473625, 0.03905937820672989, -0.050673454999923706, -0.30299699306488037, 0.4768534302711487, 0.1843971312046051, -1.3843082189559937, -1.2893438339233398, -0.7525397539138794, 0.3695363700389862, 0.15828827023506165, -0.22211387753486633, -1.1433401107788086, 0.18784870207309723, 0.04484841600060463, 0.2443995475769043, -0.3013434410095215, -0.3894917368888855, 0.12065237760543823, 1.617687702178955, -1.396593451499939, 1.1446888446807861, 1004.5625, 1003.25], "mean": [-0.06533140689134598, 0.18444745242595673, 0.190420001745224, -1.4587308168411255, -0.0732591301202774, -0.017145540565252304, -0.1796448826789856, -0.3258613348007202, 0.42518702149391174, 0.14782436192035675, -1.4673469066619873, -1.3930004835128784, -0.8778228163719177, 0.03165600448846817, 0.12747599184513092, -0.27633222937583923, -1.5326732397079468, 0.1513763666152954, -0.029849659651517868, 0.03643571212887764, -0.30920514464378357, -0.4111780822277069, 0.10144329816102982, 1.4095624685287476, -1.4487718343734741, 1.043090581893921, 1004.1408081054688, 1003.0391235351562], "std": [0.0802614614367485, 0.05399433150887489, 0.07434723526239395, 0.0870458111166954, 0.06469094753265381, 0.033184800297021866, 0.060880593955516815, 0.009710132144391537, 0.018269231542944908, 0.03698403760790825, 0.08028814196586609, 0.07896445691585541, 0.09155994653701782, 0.13699054718017578, 0.04501509666442871, 0.043362248688936234, 0.15252631902694702, 0.049717918038368225, 0.027405794709920883, 0.12638847529888153, 0.004869244992733002, 0.03196495398879051, 0.030926216393709183, 0.10380039364099503, 0.06871798634529114, 0.1458662897348404, 0.11057619750499725, 0.062197647988796234], "count": [916]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.814208857167941], "count": [916]}, "frame_index": {"min": [0], "max": [915], "mean": [457.5], "std": [264.4262657150382], "count": [916]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [916]}, "index": {"min": [111888], "max": [112803], "mean": [112345.5], "std": [264.4262657150382], "count": [916]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [916]}, "subtask_annotation": {"mean": [0.888646288209607, 3.0, 3.0, 3.0, 3.0], "std": [0.9243444043995446, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [916]}, "scene_annotation": {"mean": [113.0], "std": [0.0], "min": [113], "max": [113], "count": [916]}, "eef_direction_state": {"mean": [5.37117903930131, 5.098253275109171], "std": [1.370222596360946, 1.983875283653658], "min": [0, 0], "max": [6, 6], "count": [916]}, "eef_velocity_state": {"mean": [0.185589519650655, 0.18231441048034935], "std": [0.38877506330331046, 0.38610343978207534], "min": [0, 0], "max": [1, 1], "count": [916]}, "eef_acc_mag_state": {"mean": [0.03820960698689956, 0.0], "std": [0.246509837876128, 0.0], "min": [0, 0], "max": [2, 0], "count": [916]}, "eef_direction_action": {"mean": [5.37117903930131, 5.098253275109171], "std": [1.370222596360946, 1.983875283653658], "min": [0, 0], "max": [6, 6], "count": [916]}, "eef_velocity_action": {"mean": [0.185589519650655, 0.18231441048034935], "std": [0.38877506330331046, 0.3861034397820753], "min": [0, 0], "max": [1, 1], "count": [916]}, "eef_acc_mag_action": {"mean": [0.03820960698689956, 0.0], "std": [0.246509837876128, 0.0], "min": [0, 0], "max": [2, 0], "count": [916]}, "eef_sim_pose_state": {"mean": [0.47094744610780026, 0.22714668705459698, 1.1239311813900996, 0.08558429774804713, -0.11011512894713169, 1.211566191520397, 0.4556421508452434, -0.17712699724580527, 1.1344572252617176, -0.0175452409441362, 0.020227954279747443, -1.2630964222327743], "std": [0.01966233678153053, 0.03002508044784975, 0.007970495112610507, 0.04172750497060804, 0.03866095619390932, 0.1133228674138928, 0.03665667085329338, 0.019987419288623274, 0.004690506418095194, 0.03789350824806388, 0.046491256679813506, 0.14340157443525017], "min": [0.4464400370789151, 0.15706288881666797, 1.115050739345834, -0.027939969964951183, -0.19063429703340673, 0.9670424464334791, 0.430741478096681, -0.1922044944571722, 1.1237643371356316, -0.11199905446243008, -0.08486727263560678, -1.3664343984973715], "max": [0.5249071971947105, 0.2527254285896321, 1.1460720441890986, 0.129825069799259, 0.023038880622137548, 1.3793681323334943, 0.5422040730133866, -0.12156540011350575, 1.1463549070342265, 0.007557944258744009, 0.05083000779306657, -0.9712550033706173], "count": [916]}, "eef_sim_pose_action": {"mean": [0.47096115601392385, 0.22714143601975353, 1.1239251841952551, 0.08569783684181123, -0.11016583386532641, 1.2114483444768245, 0.45570736332304773, -0.17710937052568435, 1.1344456231460969, -0.017573331058689072, 0.02018390532784584, -1.262872694681149], "std": [0.01965428291106764, 0.030021978504709154, 0.007972632531536641, 0.04165087258147931, 0.038646896174454666, 0.11320490647922525, 0.0366654400277625, 0.019985308551994155, 0.004702294851558404, 0.037885742729809734, 0.04648135080260126, 0.14340014520443375], "min": [0.4464400370789151, 0.15706288881666797, 1.115050739345834, -0.027939969964951183, -0.19063429703340673, 0.9670424464334791, 0.430741478096681, -0.1922044944571722, 1.1237643371356316, -0.11199905446243008, -0.08486727263560678, -1.3664343984973715], "max": [0.5249071971947105, 0.2527254285896321, 1.1460720441890986, 0.129825069799259, 0.023038880622137548, 1.3793681323334943, 0.5422040730133866, -0.12156540011350575, 1.1463549070342265, 0.007557944258744009, 0.05083000779306657, -0.9712550033706173], "count": [916]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [916]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [916]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [916]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [916]}, "gripper_open_scale_state": {"mean": [0.9128554785994631, 0.9118535992908989], "std": [0.00010044166727892204, 5.6479470311079665e-05], "min": [0.9125568181818182, 0.9118181818181819], "max": [0.9132386363636363, 0.9120454545454545], "count": [916]}, "gripper_open_scale_action": {"mean": [0.9128552883946291, 0.9118537515153409], "std": [0.0001005239290912218, 5.654334237182288e-05], "min": [0.9125568181818182, 0.9118181818181819], "max": [0.9132386363636363, 0.9120454545454545], "count": [916]}}} +{"episode_index": 114, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48324647033292484]], [[0.5022792815563726]], [[0.5073915415645425]]], "std": [[[0.32868858648384164]], [[0.3049452592220159]], [[0.30936365960138623]]], "count": [160]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3793753523284314]], [[0.39582495404411766]], [[0.3991972375408497]]], "std": [[[0.2708735764872404]], [[0.25631955817281976]], [[0.259021698551082]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40997807904411765]], [[0.4293680695976307]], [[0.43070890522875815]]], "std": [[[0.3048747998714711]], [[0.27627673815884896]], [[0.2786690039304611]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4049848141339869]], [[0.4253990272671569]], [[0.4245151475694445]]], "std": [[[0.3104211158361571]], [[0.28424445047534036]], [[0.2857859714545135]]], "count": [160]}, "observation.state": {"min": [-0.2774953544139862, 0.21506056189537048, 0.12666399776935577, -1.6612873077392578, -0.18163751065731049, -0.08652579039335251, -0.3595498204231262, -0.329711377620697, 0.38387349247932434, 0.11879874765872955, -1.6836405992507935, -1.5168185234069824, -1.0564806461334229, -0.06110179424285889, -0.0031339568085968494, -0.3973623812198639, -1.6584751605987549, -0.12722031772136688, -0.14754031598567963, -0.06059128791093826, -0.3246411383152008, -0.4922383725643158, 0.015580125153064728, 1.3349539041519165, -1.4880387783050537, 0.7058719992637634, 1003.9375, 1003.0], "max": [0.06306092441082001, 0.3903232514858246, 0.3662497103214264, -1.3368130922317505, -0.08102691173553467, 0.06330636143684387, -0.05063745751976967, -0.3011268079280853, 0.4700382649898529, 0.18162943422794342, -1.384897232055664, -1.2891736030578613, -0.5881709456443787, 0.38390153646469116, 0.23623794317245483, -0.23495295643806458, -1.1304104328155518, 0.18800905346870422, 0.05653885006904602, 0.23856033384799957, -0.30051442980766296, -0.38874489068984985, 0.12722687423229218, 1.734226942062378, -1.3522859811782837, 1.145059585571289, 1004.5, 1003.272705078125], "mean": [-0.029720019549131393, 0.2666013836860657, 0.20107851922512054, -1.5177034139633179, -0.11939015239477158, -0.022836074233055115, -0.2353508025407791, -0.320422887802124, 0.4125552773475647, 0.16292789578437805, -1.5271921157836914, -1.412723183631897, -0.8211989402770996, 0.040973812341690063, 0.13306677341461182, -0.2843172252178192, -1.5221964120864868, 0.10296528041362762, -0.055370595306158066, 0.04659624770283699, -0.3084372282028198, -0.4125862419605255, 0.09930339455604553, 1.4681546688079834, -1.4048471450805664, 1.0077027082443237, 1004.1886596679688, 1003.0645751953125], "std": [0.09681200236082077, 0.039741989225149155, 0.06769395619630814, 0.07012917846441269, 0.02020467445254326, 0.0401887521147728, 0.08034995198249817, 0.009711098857223988, 0.02196647971868515, 0.017529340460896492, 0.07829791307449341, 0.0579523891210556, 0.12609153985977173, 0.14189420640468597, 0.05271283909678459, 0.04016164690256119, 0.1646224856376648, 0.11079824715852737, 0.040429044514894485, 0.12558197975158691, 0.004745773505419493, 0.0335899256169796, 0.03147236630320549, 0.1590881496667862, 0.03543924540281296, 0.17109371721744537, 0.11564173549413681, 0.063553087413311], "count": [870]}, "action": {"min": [-0.2774953544139862, 0.21506056189537048, 0.12666399776935577, -1.6612873077392578, -0.18163751065731049, -0.08652579039335251, -0.3595498204231262, -0.329711377620697, 0.38387349247932434, 0.11879874765872955, -1.6836405992507935, -1.5168185234069824, -1.0564806461334229, -0.06110179424285889, -0.0031339568085968494, -0.3973623812198639, -1.6584751605987549, -0.12722031772136688, -0.14754031598567963, -0.060589104890823364, -0.3246411383152008, -0.4922383725643158, 0.015580125153064728, 1.3349539041519165, -1.4880387783050537, 0.7058719992637634, 1003.9375, 1003.0], "max": [0.06306092441082001, 0.3903232514858246, 0.3662497103214264, -1.3368130922317505, -0.08102691173553467, 0.06330636143684387, -0.05063745751976967, -0.3011268079280853, 0.4700382649898529, 0.18162943422794342, -1.384897232055664, -1.2891736030578613, -0.5881709456443787, 0.38390153646469116, 0.23623794317245483, -0.23495295643806458, -1.1304104328155518, 0.18796105682849884, 0.05653885006904602, 0.23856033384799957, -0.30051442980766296, -0.38874489068984985, 0.12722687423229218, 1.734226942062378, -1.3522859811782837, 1.145059585571289, 1004.5, 1003.2999877929688], "mean": [-0.02970428392291069, 0.26664283871650696, 0.20110242068767548, -1.5177125930786133, -0.1193583756685257, -0.022790510207414627, -0.23555558919906616, -0.32043492794036865, 0.41254299879074097, 0.1629132628440857, -1.5273257493972778, -1.412861943244934, -0.8209633827209473, 0.0411703996360302, 0.13300254940986633, -0.28435608744621277, -1.5219370126724243, 0.1028226763010025, -0.05546029284596443, 0.04690687730908394, -0.3084510564804077, -0.4126304090023041, 0.09925485402345657, 1.46848464012146, -1.4049490690231323, 1.0074422359466553, 1004.1885986328125, 1003.064453125], "std": [0.09681893140077591, 0.0397087037563324, 0.06767875701189041, 0.0701308324933052, 0.0201980359852314, 0.04014727473258972, 0.08010582625865936, 0.009715496562421322, 0.02196972258388996, 0.01751917228102684, 0.07815440744161606, 0.057801634073257446, 0.12584425508975983, 0.1418742537498474, 0.05271609127521515, 0.04015441611409187, 0.16462206840515137, 0.11076816916465759, 0.04048708826303482, 0.1256505846977234, 0.00475764786824584, 0.03358481451869011, 0.03147198632359505, 0.15910875797271729, 0.03554477170109749, 0.17105704545974731, 0.11568571627140045, 0.06385393440723419], "count": [870]}, "timestamp": {"min": [0.0], "max": [28.966666666666665], "mean": [14.483333333333333], "std": [8.371573373072755], "count": [870]}, "frame_index": {"min": [0], "max": [869], "mean": [434.5], "std": [251.14720119218265], "count": [870]}, "episode_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [870]}, "index": {"min": [112804], "max": [113673], "mean": [113238.5], "std": [251.14720119218265], "count": [870]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [870]}, "subtask_annotation": {"mean": [0.9689655172413794, 3.0, 3.0, 3.0, 3.0], "std": [0.9260980242582828, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [870]}, "scene_annotation": {"mean": [114.0], "std": [0.0], "min": [114], "max": [114], "count": [870]}, "eef_direction_state": {"mean": [5.081609195402299, 4.905747126436782], "std": [1.9876647613704024, 2.0348321019635485], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.1839080459770115, 0.2425287356321839], "std": [0.3874091849736261, 0.42861235169420797], "min": [0, 0], "max": [1, 1], "count": [870]}, "eef_acc_mag_state": {"mean": [0.0022988505747126436, 0.013793103448275862], "std": [0.06776736999072878, 0.16551724137930968], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_direction_action": {"mean": [5.081609195402299, 4.905747126436782], "std": [1.9876647613704024, 2.0348321019635485], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.1839080459770115, 0.2425287356321839], "std": [0.3874091849736261, 0.42861235169420797], "min": [0, 0], "max": [1, 1], "count": [870]}, "eef_acc_mag_action": {"mean": [0.0022988505747126436, 0.013793103448275862], "std": [0.06776736999072877, 0.16551724137930965], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [0.460578871751749, 0.2476513628125242, 1.1298638169070054, 0.09153981180460134, -0.13203776587096297, 1.1434027287892408, 0.45770432672386263, -0.17670275498334564, 1.1341625697985431, -0.006376663582272847, -0.04025077737108191, -1.2413657742285915], "std": [0.024711188843821508, 0.011254323473991005, 0.011784159874600056, 0.04509988200240736, 0.033229053966422215, 0.12386277381818156, 0.03770257995233314, 0.02187459475516978, 0.006119572495338454, 0.03355652595309649, 0.11809275771686513, 0.1481158595570541], "min": [0.43564343254671895, 0.2163058900813417, 1.120036140407917, -0.0010011499830767656, -0.20061147322209139, 0.9151118144880501, 0.43074774291645623, -0.20923301020696755, 1.1153614870691035, -0.10983723377428167, -0.2645715408077869, -1.366368743351307], "max": [0.5234504998132647, 0.26812196981748904, 1.151675554532655, 0.16819774925811226, -0.07591926745719446, 1.3788784873487896, 0.5449100146469507, -0.11167894408024456, 1.148256628043627, 0.06132954578885186, 0.0517960342461079, -1.0067629504694144], "count": [870]}, "eef_sim_pose_action": {"mean": [0.46057282412224254, 0.24765623540951798, 1.1298602848402035, 0.09163372629409373, -0.13208775587369143, 1.143165960873244, 0.45775864850952935, -0.17668222505432296, 1.1341468806286479, -0.006356020756061586, -0.040393053991628736, -1.241040196215471], "std": [0.024713661990913405, 0.01125508952448959, 0.011786431671878556, 0.04500584108220319, 0.033177681978902876, 0.12360903549362431, 0.03769774177973295, 0.02187272872909227, 0.006134863057059718, 0.033569523418922935, 0.1180570959461891, 0.14815193177859476], "min": [0.43564343254671895, 0.2163058900813417, 1.120036140407917, -0.0010011499830767656, -0.20061147322209139, 0.9151118144880501, 0.43074906930760404, -0.20923301020696755, 1.1153614870691035, -0.10983723377428167, -0.2645715408077869, -1.366366913197709], "max": [0.5234504998132647, 0.26812196981748904, 1.151675554532655, 0.16819774925811226, -0.07591926745719446, 1.3788778130087442, 0.5449100146469507, -0.11167894408024456, 1.148256628043627, 0.06132954578885186, 0.0517960342461079, -1.0067629504694144], "count": [870]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [870]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [870]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [870]}, "gripper_open_scale_state": {"mean": [0.9128987711843654, 0.9118768617317079], "std": [0.00010512901600480092, 5.777563579847092e-05], "min": [0.9126704545454546, 0.9118181818181819], "max": [0.9131818181818182, 0.9120660955255682], "count": [870]}, "gripper_open_scale_action": {"mean": [0.9128987660821579, 0.9118767795861684], "std": [0.0001051687459617837, 5.804903263311198e-05], "min": [0.9126704545454546, 0.9118181818181819], "max": [0.9131818181818182, 0.912090897993608], "count": [870]}}} +{"episode_index": 115, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4846868394245884]], [[0.5045222281686936]], [[0.5099554738562092]]], "std": [[[0.33120293519885663]], [[0.3078559318016884]], [[0.3121992909893204]]], "count": [158]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.376640486679904]], [[0.39290960200008274]], [[0.3959911746607926]]], "std": [[[0.2704551868942837]], [[0.2561702959982842]], [[0.25877147481779933]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4056529303176967]], [[0.42634793967692564]], [[0.42896233685984947]]], "std": [[[0.2990653054405059]], [[0.2705456788294076]], [[0.27206186492309375]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3978772325122032]], [[0.41782901697071234]], [[0.41649904597915116]]], "std": [[[0.3019665713080807]], [[0.27740813300805645]], [[0.2784997488717116]]], "count": [158]}, "observation.state": {"min": [-0.285229355096817, 0.10552369803190231, 0.13052117824554443, -1.541460633277893, -0.2516143023967743, -0.0830962136387825, -0.32202306389808655, -0.337359756231308, 0.4013034999370575, 0.11037299782037735, -1.5332105159759521, -1.5861631631851196, -1.0566881895065308, -0.05877832695841789, -0.056644659489393234, -0.3784506618976593, -1.6351335048675537, -0.06252969056367874, -0.17601318657398224, -0.06056510657072067, -0.3256307542324066, -0.5202698111534119, 0.0036859374959021807, 1.3352680206298828, -1.5209300518035889, 0.7066965699195862, 1003.875, 1003.0], "max": [0.024100814014673233, 0.30244264006614685, 0.2601238787174225, -1.186270833015442, -0.07745335251092911, -0.022249676287174225, -0.05064291134476662, -0.31569719314575195, 0.48305532336235046, 0.1816946268081665, -1.3855481147766113, -1.2891275882720947, -0.8114107847213745, 0.48541969060897827, 0.20379337668418884, -0.23247677087783813, -1.0458089113235474, 0.18854792416095734, 0.07211918383836746, 0.21881847083568573, -0.28588518500328064, -0.3882666230201721, 0.12067156285047531, 1.6243704557418823, -1.3965191841125488, 1.1451830863952637, 1004.5625, 1003.3125], "mean": [-0.03532268851995468, 0.2228257805109024, 0.17414341866970062, -1.4592112302780151, -0.113336943089962, -0.06381137669086456, -0.20217956602573395, -0.3323245644569397, 0.41737157106399536, 0.1652715504169464, -1.4773510694503784, -1.399929165840149, -0.8919287919998169, 0.07364586740732193, 0.10585165023803711, -0.28020602464675903, -1.4870257377624512, 0.1146695613861084, -0.0344059094786644, 0.048279549926519394, -0.30599483847618103, -0.4220043420791626, 0.0925026535987854, 1.4405630826950073, -1.4317947626113892, 1.0181065797805786, 1004.1856079101562, 1003.039794921875], "std": [0.09429392218589783, 0.041399139910936356, 0.041195739060640335, 0.09910880029201508, 0.039473045617341995, 0.012301536276936531, 0.061285633593797684, 0.006868675816804171, 0.024303821846842766, 0.02127242274582386, 0.03747042641043663, 0.06940517574548721, 0.06311626732349396, 0.1823715716600418, 0.07388071715831757, 0.04163598269224167, 0.1952098160982132, 0.09214315563440323, 0.04888615012168884, 0.11787323653697968, 0.009873324073851109, 0.04482842609286308, 0.03873380273580551, 0.11798156052827835, 0.03950396925210953, 0.15818320214748383, 0.13227447867393494, 0.05643683671951294], "count": [855]}, "action": {"min": [-0.285229355096817, 0.10552369803190231, 0.13052117824554443, -1.541460633277893, -0.2516143023967743, -0.0830962136387825, -0.32202306389808655, -0.337359756231308, 0.4013034999370575, 0.11037299782037735, -1.5332105159759521, -1.5861631631851196, -1.0566881895065308, -0.05877832695841789, -0.056644659489393234, -0.3784506618976593, -1.6351335048675537, -0.06252969056367874, -0.17601318657398224, -0.06056292727589607, -0.3256307542324066, -0.5202698111534119, 0.0036859374959021807, 1.3352680206298828, -1.5209300518035889, 0.7066965699195862, 1003.875, 1003.0], "max": [0.024100814014673233, 0.30244264006614685, 0.2601238787174225, -1.186270833015442, -0.07745335251092911, -0.022249676287174225, -0.05064291134476662, -0.31569719314575195, 0.48305532336235046, 0.1816946268081665, -1.3855481147766113, -1.2891275882720947, -0.8114107847213745, 0.48541969060897827, 0.20379337668418884, -0.23247677087783813, -1.0458089113235474, 0.18854792416095734, 0.07211918383836746, 0.21881847083568573, -0.28588518500328064, -0.3882666230201721, 0.12067156285047531, 1.6243704557418823, -1.3965191841125488, 1.1451830863952637, 1004.5625, 1003.3125], "mean": [-0.035306643694639206, 0.22285309433937073, 0.17414629459381104, -1.4591848850250244, -0.1132805123925209, -0.06379394978284836, -0.2023627907037735, -0.332346111536026, 0.41736069321632385, 0.16526566445827484, -1.4774585962295532, -1.400029182434082, -0.891709566116333, 0.0738479495048523, 0.10573121905326843, -0.2801867425441742, -1.4867292642593384, 0.11454524844884872, -0.03447003290057182, 0.04853520169854164, -0.3060154318809509, -0.4220583140850067, 0.0924629345536232, 1.440747618675232, -1.4318996667861938, 1.017943024635315, 1004.1849975585938, 1003.039794921875], "std": [0.09430212527513504, 0.04140268638730049, 0.041194040328264236, 0.0990937128663063, 0.03947294130921364, 0.01229025423526764, 0.061066195368766785, 0.0068548452109098434, 0.02430824004113674, 0.021268639713525772, 0.03733867406845093, 0.0693071261048317, 0.06286861002445221, 0.18232043087482452, 0.07387908548116684, 0.04164921119809151, 0.1951771378517151, 0.0921161025762558, 0.04893287643790245, 0.1178738996386528, 0.009892751462757587, 0.04481704905629158, 0.03872234374284744, 0.11794102191925049, 0.03952933847904205, 0.15812398493289948, 0.1325407475233078, 0.0564151331782341], "count": [855]}, "timestamp": {"min": [0.0], "max": [28.466666666666665], "mean": [14.233333333333333], "std": [8.227235708754636], "count": [855]}, "frame_index": {"min": [0], "max": [854], "mean": [427.0], "std": [246.8170712626391], "count": [855]}, "episode_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [855]}, "index": {"min": [113674], "max": [114528], "mean": [114101.0], "std": [246.8170712626391], "count": [855]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [855]}, "subtask_annotation": {"mean": [1.0304093567251462, 3.0, 3.0, 3.0, 3.0], "std": [0.9222457694821111, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [855]}, "scene_annotation": {"mean": [115.0], "std": [0.0], "min": [115], "max": [115], "count": [855]}, "eef_direction_state": {"mean": [5.201169590643275, 4.829239766081871], "std": [1.8427664273428692, 2.165402871865425], "min": [0, 0], "max": [6, 6], "count": [855]}, "eef_velocity_state": {"mean": [0.1672514619883041, 0.256140350877193], "std": [0.3732002283641873, 0.43650025375674234], "min": [0, 0], "max": [1, 1], "count": [855]}, "eef_acc_mag_state": {"mean": [0.029239766081871343, 0.025730994152046785], "std": [0.20596089405673107, 0.17912692134808636], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_direction_action": {"mean": [5.201169590643275, 4.829239766081871], "std": [1.8427664273428692, 2.165402871865425], "min": [0, 0], "max": [6, 6], "count": [855]}, "eef_velocity_action": {"mean": [0.1672514619883041, 0.256140350877193], "std": [0.3732002283641873, 0.43650025375674234], "min": [0, 0], "max": [1, 1], "count": [855]}, "eef_acc_mag_action": {"mean": [0.029239766081871343, 0.025730994152046785], "std": [0.20596089405673107, 0.17912692134808636], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_sim_pose_state": {"mean": [0.4629342287610045, 0.24534060395787452, 1.116179517267423, 0.07129124239675648, -0.10230385852636788, 1.2075235706210345, 0.4668757779033751, -0.16949195938673758, 1.1375217456938163, -0.01636003983575153, -0.010842169396820756, -1.2459971325682366], "std": [0.02535529749203697, 0.017957154410949288, 0.004808741786231959, 0.027097811894823447, 0.03395697494160811, 0.07670328298428185, 0.04863192769392549, 0.02928392676581244, 0.013137701499698262, 0.04427669100731073, 0.08097544165984805, 0.13572262313607417], "min": [0.4466735207241588, 0.19553219763356844, 1.1126557013215195, 0.00548403546354681, -0.13469333938846328, 1.0458205540222894, 0.4307557234894091, -0.19850710123158044, 1.1152413559862417, -0.11809759509457546, -0.1714592125582315, -1.3664563003416417], "max": [0.530321411586161, 0.25906810622864157, 1.130582363506899, 0.09915599142343201, -0.018510810846692483, 1.3789851750543498, 0.5722878104722441, -0.09766908868012195, 1.1653406819946297, 0.07823091729316456, 0.0521048016266068, -1.0196799013892077], "count": [855]}, "eef_sim_pose_action": {"mean": [0.4629280820714139, 0.24535041882012523, 1.1161664851871973, 0.07138513238870259, -0.10236775065452619, 1.207330666046293, 0.4669353326806415, -0.169470852400506, 1.1375010975316993, -0.01635967708880982, -0.010902279639447163, -1.24578365858186], "std": [0.025358311316301785, 0.017960510259204587, 0.004803077085993972, 0.027008723173450197, 0.03395884456582465, 0.07647892306390075, 0.04861883593660818, 0.029277358112255833, 0.013155500365928503, 0.044276874733623905, 0.08094877116891963, 0.13567658042588332], "min": [0.4466735207241588, 0.19553219763356844, 1.1126557013215195, 0.0054785798293622845, -0.13469333938846328, 1.0458205540222894, 0.4307557234894091, -0.19850710123158044, 1.1152413559862417, -0.11809759509457546, -0.1714592125582315, -1.3664563003416417], "max": [0.530321411586161, 0.25906810622864157, 1.130582363506899, 0.09915599142343201, -0.018510810846692483, 1.3789851750543498, 0.5722878104722441, -0.09766908868012195, 1.1653406819946297, 0.07823091729316456, 0.0521048016266068, -1.0196799013892077], "count": [855]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [855]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [855]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [855]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [855]}, "gripper_open_scale_state": {"mean": [0.9128959653328097, 0.9118544143117066], "std": [0.00012024906345348833, 5.1306333634453255e-05], "min": [0.9126136363636363, 0.9118181818181819], "max": [0.9132386363636363, 0.9121022727272727], "count": [855]}, "gripper_open_scale_action": {"mean": [0.9128954379189714, 0.9118543841348351], "std": [0.00012049124357149588, 5.128662532053448e-05], "min": [0.9126136363636363, 0.9118181818181819], "max": [0.9132386363636363, 0.9121022727272727], "count": [855]}}} +{"episode_index": 116, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5257829850582845]], [[0.5450521970386093]], [[0.5512242373323899]]], "std": [[[0.3453827708821786]], [[0.3185578352277291]], [[0.3226180087293781]]], "count": [194]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3701785583434405]], [[0.38848622586921366]], [[0.3930691264908025]]], "std": [[[0.2700811820101608]], [[0.25549486174758884]], [[0.25888425096245554]]], "count": [194]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4298122083670238]], [[0.44950534941210163]], [[0.45178573083013274]]], "std": [[[0.2872397494324184]], [[0.2648798393493095]], [[0.26375602435316653]]], "count": [194]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.395380095680884]], [[0.41637794686173435]], [[0.41597311080789706]]], "std": [[[0.3020982873667314]], [[0.277240904013015]], [[0.2772495070471342]]], "count": [194]}, "observation.state": {"min": [-0.38021668791770935, 0.10164470225572586, -0.005529421381652355, -1.750762701034546, -0.1996220350265503, -0.0794801115989685, -0.2267935425043106, -0.3186715543270111, 0.3689277470111847, 0.10244368761777878, -1.6343713998794556, -1.4902782440185547, -1.1120474338531494, -0.064386285841465, -0.04735951125621796, -0.36270013451576233, -1.685153603553772, 0.03206606209278107, -0.07485826313495636, -0.060590196400880814, -0.3065383732318878, -0.5499556660652161, 0.01413699984550476, 1.3325283527374268, -1.623370885848999, 0.8784637451171875, 1003.75, 999.875], "max": [0.17170004546642303, 0.2601904273033142, 0.2632916569709778, -1.2390037775039673, -0.019770216196775436, 0.050673454999923706, -0.05065163969993591, -0.2649206221103668, 0.5114385485649109, 0.213430255651474, -1.3350828886032104, -1.2891275882720947, -0.8970630764961243, 0.5939355492591858, 0.16071537137031555, -0.19508855044841766, -0.9869258403778076, 0.23020565509796143, 0.04548546299338341, 0.2477298527956009, -0.2416837513446808, -0.3769354522228241, 0.12059937417507172, 1.6680614948272705, -1.383817195892334, 1.1450183391571045, 1004.625, 1000.0], "mean": [0.046481143683195114, 0.18805894255638123, 0.08600456267595291, -1.6074331998825073, -0.1389428824186325, -0.03818247839808464, -0.1541466861963272, -0.29886770248413086, 0.4004744291305542, 0.18203437328338623, -1.4230940341949463, -1.3390960693359375, -1.0447630882263184, 0.06208078935742378, 0.11689881980419159, -0.27915865182876587, -1.5387861728668213, 0.1544039249420166, -0.023014411330223083, 0.05624333769083023, -0.29127365350723267, -0.41821661591529846, 0.09412956982851028, 1.4511712789535522, -1.4571222066879272, 1.0538769960403442, 1004.1633911132812, 999.990234375], "std": [0.16960066556930542, 0.03224678710103035, 0.09766145050525665, 0.13631244003772736, 0.04369458928704262, 0.032289400696754456, 0.0475587323307991, 0.01657143048942089, 0.04395405575633049, 0.03661150857806206, 0.10182628035545349, 0.04967750981450081, 0.07660412043333054, 0.19468961656093597, 0.05991830676794052, 0.04678303375840187, 0.17302551865577698, 0.05155009403824806, 0.03347983583807945, 0.13005892932415009, 0.02241365797817707, 0.04802684858441353, 0.03584975004196167, 0.13572007417678833, 0.08580270409584045, 0.10851635038852692, 0.13325737416744232, 0.026393109932541847], "count": [1124]}, "action": {"min": [-0.38021668791770935, 0.10164470225572586, -0.005529421381652355, -1.750762701034546, -0.1996220350265503, -0.0794801115989685, -0.2267935425043106, -0.31867289543151855, 0.3689277470111847, 0.10244368761777878, -1.6343713998794556, -1.4902782440185547, -1.1120474338531494, -0.064386285841465, -0.04735951125621796, -0.36270013451576233, -1.685153603553772, 0.03206606209278107, -0.07485826313495636, -0.060590196400880814, -0.3065383732318878, -0.5499556660652161, 0.01413699984550476, 1.3325283527374268, -1.623370885848999, 0.8784637451171875, 1003.75, 999.875], "max": [0.17170004546642303, 0.2601904273033142, 0.2632916569709778, -1.2390037775039673, -0.019770216196775436, 0.050673454999923706, -0.05065163969993591, -0.2649206221103668, 0.5114385485649109, 0.213430255651474, -1.3350828886032104, -1.2891275882720947, -0.8970630764961243, 0.5939355492591858, 0.16071537137031555, -0.19508855044841766, -0.9869258403778076, 0.23020565509796143, 0.04548546299338341, 0.2477298527956009, -0.2416837513446808, -0.3769354522228241, 0.12059931457042694, 1.6680614948272705, -1.383817195892334, 1.1450183391571045, 1004.625, 1000.0], "mean": [0.0466277115046978, 0.1880313605070114, 0.08587106317281723, -1.6075799465179443, -0.13896583020687103, -0.03815791383385658, -0.1542355716228485, -0.298858642578125, 0.4004361927509308, 0.1820615530014038, -1.4230564832687378, -1.3391228914260864, -1.044808268547058, 0.06215806305408478, 0.11681158095598221, -0.27910202741622925, -1.5386945009231567, 0.15426655113697052, -0.02304111048579216, 0.05640173330903053, -0.2912692129611969, -0.4182412326335907, 0.09411590546369553, 1.4513084888458252, -1.4571149349212646, 1.0538015365600586, 1004.1632690429688, 999.990234375], "std": [0.16963687539100647, 0.03223579749464989, 0.09767977893352509, 0.1363144963979721, 0.043700575828552246, 0.032268766313791275, 0.04745834320783615, 0.016563408076763153, 0.04396264627575874, 0.03662240132689476, 0.10184821486473083, 0.04965836554765701, 0.07662591338157654, 0.19465921819210052, 0.059929415583610535, 0.04684462025761604, 0.17300187051296234, 0.0516664981842041, 0.033507395535707474, 0.13002492487430573, 0.022411121055483818, 0.04801918938755989, 0.035842590034008026, 0.13568060100078583, 0.0858081579208374, 0.10848266631364822, 0.13333100080490112, 0.026393109932541847], "count": [1124]}, "timestamp": {"min": [0.0], "max": [37.43333333333333], "mean": [18.716666666666665], "std": [10.815690762344616], "count": [1124]}, "frame_index": {"min": [0], "max": [1123], "mean": [561.5], "std": [324.4707228703385], "count": [1124]}, "episode_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [1124]}, "index": {"min": [114529], "max": [115652], "mean": [115090.5], "std": [324.4707228703385], "count": [1124]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1124]}, "subtask_annotation": {"mean": [1.0213523131672597, 3.0, 3.0, 3.0, 3.0], "std": [0.9210312302636486, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1124]}, "scene_annotation": {"mean": [116.0], "std": [0.0], "min": [116], "max": [116], "count": [1124]}, "eef_direction_state": {"mean": [4.540925266903915, 4.615658362989324], "std": [2.3740736042509076, 2.3899188503047855], "min": [0, 0], "max": [6, 6], "count": [1124]}, "eef_velocity_state": {"mean": [0.29626334519572955, 0.26423487544483987], "std": [0.45660855827410707, 0.44092494377556884], "min": [0, 0], "max": [1, 1], "count": [1124]}, "eef_acc_mag_state": {"mean": [0.019572953736654804, 0.019572953736654804], "std": [0.17789145351284852, 0.17789145351284424], "min": [0, 0], "max": [2, 2], "count": [1124]}, "eef_direction_action": {"mean": [4.540925266903915, 4.615658362989324], "std": [2.3740736042509076, 2.3899188503047855], "min": [0, 0], "max": [6, 6], "count": [1124]}, "eef_velocity_action": {"mean": [0.29626334519572955, 0.26423487544483987], "std": [0.45660855827410707, 0.44092494377556884], "min": [0, 0], "max": [1, 1], "count": [1124]}, "eef_acc_mag_action": {"mean": [0.019572953736654804, 0.019572953736654804], "std": [0.17789145351284855, 0.17789145351284427], "min": [0, 0], "max": [2, 2], "count": [1124]}, "eef_sim_pose_state": {"mean": [0.4431178694925711, 0.25282482185498534, 1.1430273047918311, -0.0017181466293035063, -0.057587818170885534, 1.3229234704055113, 0.4636320338437379, -0.17204396532198982, 1.1494574023777624, 0.01444493716793391, 0.016915772363913794, -1.2380964972753], "std": [0.045979259170412415, 0.028336625162093725, 0.015765397478051814, 0.014981176203889281, 0.04846617141290782, 0.10210287427444342, 0.05209346659153839, 0.023925019073711012, 0.021590724857858068, 0.016100110670902407, 0.04579848161554384, 0.1544672577845147], "min": [0.4095018382967081, 0.18806117490342575, 1.1238742647627287, -0.04049929439359312, -0.17795127139945022, 1.1224543872558632, 0.42867231332433725, -0.1904086022825326, 1.1349945478258705, -0.012849288183860441, -0.08543490423798628, -1.366342646525204], "max": [0.5587249600848128, 0.27675409886105334, 1.1737988092916056, 0.03831266511360365, -0.01665518473749783, 1.4074389032027683, 0.6035152859944224, -0.11141323169226962, 1.19611729383437, 0.05280402649004756, 0.1126703541727625, -0.989400251077347], "count": [1124]}, "eef_sim_pose_action": {"mean": [0.4430793305193653, 0.25285040332070086, 1.1430361333523078, -0.001720371237522316, -0.057538003257330106, 1.3229415937447129, 0.4636590688678416, -0.17203886630015894, 1.1494586121252375, 0.014480583531200571, 0.016837862831075967, -1.2380011326496938], "std": [0.045989001689389755, 0.02834457846537931, 0.015757448970005077, 0.014980316038125904, 0.04847596365105166, 0.10211463340974547, 0.052084276284633066, 0.023922319797240788, 0.021589953473153112, 0.016125350643732234, 0.04581518939490721, 0.15442114785930883], "min": [0.4095018382967081, 0.18806117490342575, 1.1238731817180758, -0.04049929439359312, -0.17795127139945022, 1.1224543872558632, 0.42867231332433725, -0.1904086022825326, 1.1349945478258705, -0.012849288183860441, -0.08543490423798628, -1.366342646525204], "max": [0.5587249600848128, 0.27675409886105334, 1.1737988092916056, 0.03831266511360365, -0.01665518473749783, 1.4074389032027683, 0.6035152859944224, -0.11141323169226962, 1.19611729383437, 0.05280402649004756, 0.1126703541727625, -0.989400251077347], "count": [1124]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1124]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1124]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1124]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1124]}, "gripper_open_scale_state": {"mean": [0.9128757999337501, 0.9090820122937497], "std": [0.00012114346604588414, 2.3993729672396552e-05], "min": [0.9125, 0.9089772727272727], "max": [0.9132954545454546, 0.9090909090909091], "count": [1124]}, "gripper_open_scale_action": {"mean": [0.9128756824938951, 0.9090820122937497], "std": [0.0001212093295606287, 2.3993729672396552e-05], "min": [0.9125, 0.9089772727272727], "max": [0.9132954545454546, 0.9090909090909091], "count": [1124]}}} +{"episode_index": 117, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5194526531339031]], [[0.5374829552119993]], [[0.5425793122590916]]], "std": [[[0.341186947439583]], [[0.31517223330553906]], [[0.3193079279368403]]], "count": [195]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37300139517345404]], [[0.3911701336517513]], [[0.39538703808446457]]], "std": [[[0.2711360559808544]], [[0.2568913691313162]], [[0.2601496347298787]]], "count": [195]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43246328138092843]], [[0.4533915168845316]], [[0.45502042064689124]]], "std": [[[0.2954521149008067]], [[0.2727117025900208]], [[0.27226473601247203]]], "count": [195]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41350324074074074]], [[0.4325157135076253]], [[0.4328508536534272]]], "std": [[[0.3134174463002728]], [[0.28656831082696055]], [[0.2871471556082196]]], "count": [195]}, "observation.state": {"min": [-0.403357595205307, 0.1307796984910965, 0.02877611666917801, -1.5790538787841797, -0.23881776630878448, -0.13251522183418274, -0.2670048177242279, -0.33097612857818604, 0.3899535536766052, 0.12508413195610046, -1.5969537496566772, -1.5119529962539673, -1.1774699687957764, -0.05952554568648338, -0.1051277294754982, -0.3398221433162689, -1.6760625839233398, 0.019690586254000664, -0.1031271442770958, -0.060590196400880814, -0.3167778253555298, -0.5402331948280334, -0.0008958125254139304, 1.3349539041519165, -1.5170178413391113, 0.9184911251068115, 1003.75, 999.8125], "max": [0.05589853227138519, 0.22143210470676422, 0.2598162591457367, -1.1711541414260864, -0.11891909688711166, -0.030856329947710037, -0.05065236613154411, -0.2790375053882599, 0.5176536440849304, 0.19956906139850616, -1.2964478731155396, -1.2889245748519897, -0.8871927261352539, 0.5454524755477905, 0.15823373198509216, -0.19966129958629608, -1.0105379819869995, 0.19018635153770447, 0.030376365408301353, 0.16450819373130798, -0.24783681333065033, -0.389496386051178, 0.12064137309789658, 1.6314189434051514, -1.3839551210403442, 1.1448254585266113, 1004.625, 1000.0], "mean": [-0.0554639957845211, 0.1576666682958603, 0.10976669937372208, -1.4549673795700073, -0.18026955425739288, -0.07701548933982849, -0.17412923276424408, -0.3175252377986908, 0.4284377694129944, 0.173422709107399, -1.3919042348861694, -1.4055818319320679, -1.081998348236084, 0.07872623205184937, 0.09206289798021317, -0.266079306602478, -1.5148013830184937, 0.122041717171669, -0.029615089297294617, 0.040904700756073, -0.29006993770599365, -0.4247448444366455, 0.09167572855949402, 1.4458158016204834, -1.4272412061691284, 1.068177342414856, 1004.1653442382812, 999.9947509765625], "std": [0.12153452634811401, 0.03474454954266548, 0.07071122527122498, 0.0870664119720459, 0.026795644313097, 0.019824905321002007, 0.05606052279472351, 0.01735750585794449, 0.031348053365945816, 0.019160909578204155, 0.10857066512107849, 0.04422358423471451, 0.09055238962173462, 0.19413352012634277, 0.08436722308397293, 0.03686421737074852, 0.1906726211309433, 0.0701613798737526, 0.03055507503449917, 0.10395680367946625, 0.023315902799367905, 0.04898283630609512, 0.04107494652271271, 0.12280065566301346, 0.0386616587638855, 0.08606960624456406, 0.1661854386329651, 0.02439391054213047], "count": [1137]}, "action": {"min": [-0.403357595205307, 0.1307796984910965, 0.02877611666917801, -1.5790538787841797, -0.23881776630878448, -0.13251522183418274, -0.2670048177242279, -0.33097612857818604, 0.3899535536766052, 0.12508413195610046, -1.5969537496566772, -1.5119529962539673, -1.1774699687957764, -0.05952554568648338, -0.1051277294754982, -0.3398221433162689, -1.6760625839233398, 0.019690586254000664, -0.1031271442770958, -0.060590196400880814, -0.3167778253555298, -0.5402331948280334, -0.0008958125254139304, 1.3349539041519165, -1.5170178413391113, 0.9184911251068115, 1003.75, 999.8125], "max": [0.05589853227138519, 0.22143210470676422, 0.2598162591457367, -1.1711541414260864, -0.11891909688711166, -0.030856329947710037, -0.05065104365348816, -0.2790375053882599, 0.5176536440849304, 0.19956906139850616, -1.2964478731155396, -1.2889245748519897, -0.8871927261352539, 0.5454524755477905, 0.15823423862457275, -0.19966129958629608, -1.0105379819869995, 0.19018635153770447, 0.030376365408301353, 0.16450819373130798, -0.24783681333065033, -0.389496386051178, 0.12064137309789658, 1.6314189434051514, -1.3839551210403442, 1.1448254585266113, 1004.625, 1000.0], "mean": [-0.055467404425144196, 0.15759135782718658, 0.1096877008676529, -1.4549235105514526, -0.18032103776931763, -0.07702112942934036, -0.17422300577163696, -0.31753504276275635, 0.42844003438949585, 0.17342595756053925, -1.3918390274047852, -1.405686616897583, -1.0820794105529785, 0.07888055592775345, 0.09196605533361435, -0.2660270035266876, -1.5145901441574097, 0.12193471193313599, -0.029661327600479126, 0.04107336327433586, -0.29007822275161743, -0.42479076981544495, 0.0916600376367569, 1.4459284543991089, -1.4272674322128296, 1.0680997371673584, 1004.1655883789062, 999.9947509765625], "std": [0.1215328574180603, 0.03470929339528084, 0.07071910798549652, 0.08704271167516708, 0.026769518852233887, 0.019826456904411316, 0.05594303831458092, 0.017361344769597054, 0.03134697675704956, 0.019162582233548164, 0.10859674215316772, 0.04408768191933632, 0.09057090431451797, 0.1940937489271164, 0.08435437083244324, 0.03691495954990387, 0.19067224860191345, 0.07015377283096313, 0.03061438538134098, 0.1039476990699768, 0.023323483765125275, 0.048974279314279556, 0.04106730967760086, 0.1227574571967125, 0.03865126147866249, 0.08604054898023605, 0.16624154150485992, 0.02439391054213047], "count": [1137]}, "timestamp": {"min": [0.0], "max": [37.86666666666667], "mean": [18.93333333333333], "std": [10.940783369610273], "count": [1137]}, "frame_index": {"min": [0], "max": [1136], "mean": [568.0], "std": [328.22350108830824], "count": [1137]}, "episode_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [1137]}, "index": {"min": [115653], "max": [116789], "mean": [116221.0], "std": [328.22350108830824], "count": [1137]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1137]}, "subtask_annotation": {"mean": [1.1011433597185576, 3.0, 3.0, 3.0, 3.0], "std": [0.9099124382242368, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1137]}, "scene_annotation": {"mean": [117.0], "std": [0.0], "min": [117], "max": [117], "count": [1137]}, "eef_direction_state": {"mean": [4.808267370272647, 4.938434476693052], "std": [2.217742933126264, 2.0969656876808647], "min": [0, 0], "max": [6, 6], "count": [1137]}, "eef_velocity_state": {"mean": [0.24098504837291118, 0.22867194371152155], "std": [0.42768125377858596, 0.4199774825758117], "min": [0, 0], "max": [1, 1], "count": [1137]}, "eef_acc_mag_state": {"mean": [0.005277044854881266, 0.0079155672823219], "std": [0.07245134679549088, 0.08861665236805623], "min": [0, 0], "max": [1, 1], "count": [1137]}, "eef_direction_action": {"mean": [4.808267370272647, 4.938434476693052], "std": [2.217742933126264, 2.0969656876808647], "min": [0, 0], "max": [6, 6], "count": [1137]}, "eef_velocity_action": {"mean": [0.24098504837291118, 0.22867194371152155], "std": [0.427681253778586, 0.4199774825758117], "min": [0, 0], "max": [1, 1], "count": [1137]}, "eef_acc_mag_action": {"mean": [0.005277044854881266, 0.0079155672823219], "std": [0.07245134679549088, 0.08861665236805623], "min": [0, 0], "max": [1, 1], "count": [1137]}, "eef_sim_pose_state": {"mean": [0.4713095706869943, 0.24523157136080154, 1.1246206315056237, 0.0010257171708385352, 0.011606463292481198, 1.3110599348559637, 0.4690278074077015, -0.167649003610613, 1.1500922543060856, 0.020711824006808027, 0.004646338098622361, -1.2630925971523013], "std": [0.033401414489263, 0.01097010792865317, 0.017014033888381516, 0.012484629645773465, 0.06825881649757029, 0.10032419652412797, 0.05209555303035896, 0.03219231511666538, 0.022012421699340506, 0.019530025867172326, 0.0521448318626479, 0.115357229417675], "min": [0.43765507780580526, 0.2125687283209471, 1.111787415395913, -0.04878997163375509, -0.10423922541162867, 1.1185074400287704, 0.43074570110032767, -0.19230989446895425, 1.122792379059979, 0.004944216467082985, -0.09903517026362896, -1.3664806568690844], "max": [0.5657908980305554, 0.2636314107137504, 1.1622158075527584, 0.0207083769727201, 0.08015461101441645, 1.3990025433968478, 0.5899653760847858, -0.08996730165828028, 1.1896786195603275, 0.07680963396224816, 0.06674206108442315, -1.0740575814828275], "count": [1137]}, "eef_sim_pose_action": {"mean": [0.47131192164023616, 0.2452352085957304, 1.1246108858165924, 0.0010270151454406765, 0.011731675098671342, 1.3110563047741415, 0.4690762318206375, -0.16764233287686656, 1.1500824681651187, 0.02072753640306575, 0.004595257181864749, -1.2629904788162343], "std": [0.033400228088901654, 0.010971488439107707, 0.017017638503384086, 0.012485162502881321, 0.06822809746209944, 0.1003218154758823, 0.052085527391795935, 0.03218897009868508, 0.02202159890401919, 0.019525216965363287, 0.052127991117123594, 0.11531712871389081], "min": [0.43765507780580526, 0.2125687283209471, 1.111787415395913, -0.04878997163375509, -0.10423922541162867, 1.1185074400287704, 0.43074570110032767, -0.19230989446895425, 1.122792379059979, 0.004944216467082985, -0.09903517026362896, -1.3664806568690844], "max": [0.5657908980305554, 0.2636314107137504, 1.1622158075527584, 0.0207083769727201, 0.08015461101441645, 1.3990025433968478, 0.5899653760847858, -0.08996730165828028, 1.1896786195603275, 0.07680963396224816, 0.06674206108442315, -1.0740575814828275], "count": [1137]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1137]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1137]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1137]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1137]}, "gripper_open_scale_state": {"mean": [0.9128783090453741, 0.9090853122251472], "std": [0.00015107703541672568, 2.2160997337849183e-05], "min": [0.9125, 0.9089204545454546], "max": [0.9132954545454546, 0.9090909090909091], "count": [1137]}, "gripper_open_scale_action": {"mean": [0.9128784313401702, 0.9090853122251472], "std": [0.0001511266088329125, 2.2160997337849183e-05], "min": [0.9125, 0.9089204545454546], "max": [0.9132954545454546, 0.9090909090909091], "count": [1137]}}} +{"episode_index": 118, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5163447554290533]], [[0.5363476886991355]], [[0.5400502767235927]]], "std": [[[0.3393338168893433]], [[0.313885668696573]], [[0.3173277640360634]]], "count": [155]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37502643369175626]], [[0.39364561458992203]], [[0.3978514639995783]]], "std": [[[0.2700843132789957]], [[0.2560848700355019]], [[0.25935041517742186]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4186130178684377]], [[0.44199970351043644]], [[0.4447281665085389]]], "std": [[[0.30542032347629544]], [[0.2791880486636483]], [[0.2805014160913846]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4015211601307189]], [[0.4207536119017499]], [[0.420473302761965]]], "std": [[[0.30168042336240153]], [[0.27614050270190155]], [[0.27746237122239814]]], "count": [155]}, "observation.state": {"min": [-0.2575898766517639, 0.21655391156673431, 0.08933685719966888, -1.657527208328247, -0.26739099621772766, -0.15664330124855042, -0.3166888952255249, -0.32916611433029175, 0.3655093014240265, 0.10208931565284729, -1.7116234302520752, -1.509401798248291, -1.069754958152771, -0.08975246548652649, 0.020741056650877, -0.3240945637226105, -1.7549864053726196, 0.04554109275341034, -0.04259148985147476, -0.06056838110089302, -0.30649301409721375, -0.47488150000572205, 0.04294637590646744, 1.3349539041519165, -1.6339831352233887, 0.9403984546661377, 1003.5625, 1002.0], "max": [0.12350822240114212, 0.34009814262390137, 0.3302239179611206, -1.4631291627883911, -0.06865797936916351, 0.0770682841539383, -0.05067236348986626, -0.2655585706233978, 0.46475374698638916, 0.19666975736618042, -1.3854023218154907, -1.2891275882720947, -0.7141952514648438, 0.2830564081668854, 0.16625897586345673, -0.19535578787326813, -1.3843591213226318, 0.22499911487102509, 0.10949213802814484, 0.18013761937618256, -0.2593221366405487, -0.3718240559101105, 0.12062206119298935, 1.553298830986023, -1.392919898033142, 1.1448948383331299, 1004.5, 1002.0], "mean": [0.037347275763750076, 0.2527117431163788, 0.15901486575603485, -1.586907148361206, -0.15979009866714478, -0.05496017262339592, -0.21241921186447144, -0.3112611174583435, 0.39594367146492004, 0.16907067596912384, -1.508590579032898, -1.4075279235839844, -0.9312622547149658, -0.010100463405251503, 0.13097909092903137, -0.26236864924430847, -1.6189708709716797, 0.16800527274608612, 0.0009906516643241048, 0.026277640834450722, -0.2945769131183624, -0.40064260363578796, 0.1043606847524643, 1.4003831148147583, -1.4568918943405151, 1.0826425552368164, 1004.1395874023438, 1002.0], "std": [0.11598190665245056, 0.032944682985544205, 0.08124567568302155, 0.0486127994954586, 0.042650315910577774, 0.062455713748931885, 0.07339505851268768, 0.022264912724494934, 0.027644183486700058, 0.028598174452781677, 0.12177062034606934, 0.04881865531206131, 0.12232664972543716, 0.09995029121637344, 0.041944194585084915, 0.031077329069375992, 0.07226628065109253, 0.04520258679986, 0.057322245091199875, 0.10516103357076645, 0.017196841537952423, 0.02439575269818306, 0.025926774367690086, 0.08071508258581161, 0.09104393422603607, 0.07633040100336075, 0.1499074399471283, 0.0], "count": [834]}, "action": {"min": [-0.2575898766517639, 0.21655391156673431, 0.08933685719966888, -1.657527208328247, -0.26739099621772766, -0.15664330124855042, -0.3166888952255249, -0.32916611433029175, 0.3655093014240265, 0.10208931565284729, -1.7116234302520752, -1.509401798248291, -1.069754958152771, -0.08975246548652649, 0.020741056650877, -0.3240945637226105, -1.7549864053726196, 0.04554109275341034, -0.04259148985147476, -0.06056838110089302, -0.30649280548095703, -0.47488150000572205, 0.04294637590646744, 1.3349539041519165, -1.6339831352233887, 0.9403984546661377, 1003.5625, 1002.0], "max": [0.12350822240114212, 0.34009814262390137, 0.3302239179611206, -1.4631291627883911, -0.06865797936916351, 0.0770682841539383, -0.05067236348986626, -0.2655585706233978, 0.46475374698638916, 0.19666975736618042, -1.3854023218154907, -1.2891275882720947, -0.7141952514648438, 0.2830564081668854, 0.16625897586345673, -0.19535578787326813, -1.3843591213226318, 0.22499911487102509, 0.10949213802814484, 0.18013761937618256, -0.2593221366405487, -0.3718240559101105, 0.12062206119298935, 1.553298830986023, -1.392919898033142, 1.1448948383331299, 1004.5, 1002.0], "mean": [0.03748350962996483, 0.25273463129997253, 0.15894781053066254, -1.5869979858398438, -0.1598532646894455, -0.054967645555734634, -0.21260161697864532, -0.31127211451530457, 0.39590248465538025, 0.16908062994480133, -1.5086348056793213, -1.4076800346374512, -0.93120276927948, -0.01006387360394001, 0.13090071082115173, -0.2622937262058258, -1.6189477443695068, 0.16784264147281647, 0.0010568350553512573, 0.02648734115064144, -0.29457029700279236, -0.40065625309944153, 0.1043509691953659, 1.400513768196106, -1.4569147825241089, 1.0824795961380005, 1004.141357421875, 1002.0], "std": [0.11601199954748154, 0.03292619809508324, 0.0812782347202301, 0.04857105389237404, 0.04265623167157173, 0.062459006905555725, 0.07318159192800522, 0.02227090112864971, 0.027645699679851532, 0.028603922575712204, 0.12173262983560562, 0.048647381365299225, 0.12227856367826462, 0.0999380350112915, 0.04195421189069748, 0.031157981604337692, 0.07226412743330002, 0.0453747883439064, 0.0573037788271904, 0.1051621213555336, 0.017193326726555824, 0.024392707273364067, 0.02592221088707447, 0.08069721609354019, 0.09103117883205414, 0.07634328305721283, 0.15026810765266418, 0.0], "count": [834]}, "timestamp": {"min": [0.0], "max": [27.766666666666666], "mean": [13.883333333333335], "std": [8.025162972846143], "count": [834]}, "frame_index": {"min": [0], "max": [833], "mean": [416.5], "std": [240.7548891853843], "count": [834]}, "episode_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [834]}, "index": {"min": [116790], "max": [117623], "mean": [117206.5], "std": [240.7548891853843], "count": [834]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [834]}, "subtask_annotation": {"mean": [0.9388489208633094, 3.0, 3.0, 3.0, 3.0], "std": [0.9238910618690213, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [834]}, "scene_annotation": {"mean": [118.0], "std": [0.0], "min": [118], "max": [118], "count": [834]}, "eef_direction_state": {"mean": [4.636690647482014, 4.881294964028777], "std": [2.1919071955038327, 2.144439075042549], "min": [0, 0], "max": [6, 6], "count": [834]}, "eef_velocity_state": {"mean": [0.31654676258992803, 0.2446043165467626], "std": [0.4651289172732286, 0.4298523524112132], "min": [0, 0], "max": [1, 1], "count": [834]}, "eef_acc_mag_state": {"mean": [0.04316546762589928, 0.016786570743405275], "std": [0.2647247409060989, 0.12847093751538527], "min": [0, 0], "max": [2, 1], "count": [834]}, "eef_direction_action": {"mean": [4.636690647482014, 4.881294964028777], "std": [2.1919071955038327, 2.144439075042549], "min": [0, 0], "max": [6, 6], "count": [834]}, "eef_velocity_action": {"mean": [0.31654676258992803, 0.2446043165467626], "std": [0.4651289172732286, 0.4298523524112132], "min": [0, 0], "max": [1, 1], "count": [834]}, "eef_acc_mag_action": {"mean": [0.04316546762589928, 0.016786570743405275], "std": [0.2647247409060989, 0.12847093751538527], "min": [0, 0], "max": [2, 1], "count": [834]}, "eef_sim_pose_state": {"mean": [0.44225823729124103, 0.2503517328989032, 1.1334804928867426, 0.029866438432771033, -0.08545496258717603, 1.1962799880915327, 0.44453668740893043, -0.1791222170393484, 1.1471470662571313, 0.0035494180737384185, 0.042702105780314234, -1.2759569519529048], "std": [0.029986255773260456, 0.02037734187806033, 0.023079638496419752, 0.026310657056441703, 0.06793551547273806, 0.12966423749378772, 0.027089694269459747, 0.017026704316534, 0.017170901524353913, 0.008812204187312692, 0.03160367885147451, 0.11773179365285032], "min": [0.4168121032042912, 0.1988053117579273, 1.1154113220647057, -0.054920033294669435, -0.21281487912868746, 0.9970627310330699, 0.4207820450240645, -0.1909113149537226, 1.1350319813342782, -0.017198060992080544, -0.03701837308015432, -1.366361229129634], "max": [0.5179617846608703, 0.2793997199215694, 1.1824954487713977, 0.10908232908200632, -0.014165047101073913, 1.3789568005050539, 0.5247326993587724, -0.13428102084779708, 1.1813083465395764, 0.02856316673499304, 0.0963196890618987, -1.0721161681094202], "count": [834]}, "eef_sim_pose_action": {"mean": [0.4422201192208564, 0.2503734211344501, 1.1334722108128545, 0.02989636825773884, -0.08539634145347348, 1.1961461624952354, 0.44455347132453715, -0.1791241746872069, 1.1471561494665439, 0.003521740137823562, 0.042603361103402335, -1.275824244308648], "std": [0.029992679101069827, 0.020383714147837403, 0.023084355889545303, 0.026297300278027295, 0.06796472108617523, 0.12953316263988796, 0.027085488626926398, 0.017027767476020934, 0.017166497789784116, 0.008840903672099578, 0.03170668764368258, 0.11769231539084461], "min": [0.4168121032042912, 0.1988053117579273, 1.1154113220647057, -0.054920033294669435, -0.21281487912868746, 0.9970627310330699, 0.4207820450240645, -0.1909113149537226, 1.1350319813342782, -0.017198060992080544, -0.03701837308015432, -1.366361229129634], "max": [0.5179617846608703, 0.2793997199215694, 1.1824954487713977, 0.10908232908200632, -0.014165047101073913, 1.3789568005050539, 0.5247326993587724, -0.13428102084779708, 1.1813083465395764, 0.02856316673499304, 0.0963196890618987, -1.0721161681094202], "count": [834]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [834]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [834]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [834]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [834]}, "gripper_open_scale_state": {"mean": [0.9128543109448916, 0.9109090909090874], "std": [0.0001362790278027993, 3.4416913763379853e-15], "min": [0.9123295454545455, 0.9109090909090909], "max": [0.9131818181818182, 0.9109090909090909], "count": [834]}, "gripper_open_scale_action": {"mean": [0.9128557893874925, 0.9109090909090874], "std": [0.00013660731603495031, 3.4416913763379853e-15], "min": [0.9123295454545455, 0.9109090909090909], "max": [0.9131818181818182, 0.9109090909090909], "count": [834]}}} +{"episode_index": 119, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5180640931372549]], [[0.5375286426237162]], [[0.5406827240896358]]], "std": [[[0.3390391812938222]], [[0.31346898399481904]], [[0.31661174248808865]]], "count": [175]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3768844269374416]], [[0.39602620214752565]], [[0.40091535830999064]]], "std": [[[0.27223305477304965]], [[0.25821275572377456]], [[0.2613469914986854]]], "count": [175]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4101562138188609]], [[0.4330252229225023]], [[0.4358235410830999]]], "std": [[[0.28936887757915264]], [[0.26498973274705984]], [[0.2659954058910172]]], "count": [175]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3959971323529412]], [[0.4147169059290383]], [[0.41415554855275444]]], "std": [[[0.30116782532474357]], [[0.275799966420908]], [[0.27634651994085835]]], "count": [175]}, "observation.state": {"min": [-0.2745512127876282, 0.08384452760219574, 0.011460267938673496, -1.603813648223877, -0.13816572725772858, -0.095756396651268, -0.20535434782505035, -0.33419838547706604, 0.3753807544708252, 0.06836193799972534, -1.6574536561965942, -1.4458463191986084, -1.1211566925048828, -0.09550768882036209, 0.01702459529042244, -0.32273101806640625, -1.7106266021728516, -0.0005316541064530611, -0.04266566410660744, -0.06059128791093826, -0.3133617639541626, -0.5064241290092468, 0.05586893856525421, 1.3349539041519165, -1.599074363708496, 0.903122067451477, 1003.75, 1002.0], "max": [0.10732793062925339, 0.21654954552650452, 0.320800244808197, -1.3248848915100098, 0.06671629846096039, -0.001999492757022381, -0.05066363885998726, -0.2896215617656708, 0.47535550594329834, 0.19193562865257263, -1.2914352416992188, -1.270449161529541, -0.7877748608589172, 0.39232057332992554, 0.19020816683769226, -0.13271047174930573, -1.2520391941070557, 0.22172880172729492, 0.07234498858451843, 0.22096087038516998, -0.2588331997394562, -0.38161006569862366, 0.12535150349140167, 1.5747383832931519, -1.341392159461975, 1.145141839981079, 1004.625, 1002.0], "mean": [0.03443453460931778, 0.11730391532182693, 0.10156837105751038, -1.5409877300262451, -0.04428247734904289, -0.0720687210559845, -0.11566181480884552, -0.32219991087913513, 0.40202993154525757, 0.16292738914489746, -1.3962090015411377, -1.3066108226776123, -1.033323884010315, 0.015950441360473633, 0.12487214058637619, -0.24726158380508423, -1.58682119846344, 0.16083066165447235, -0.0034190863370895386, 0.04561633616685867, -0.29480791091918945, -0.4093981087207794, 0.10906393826007843, 1.4046536684036255, -1.4480940103530884, 1.076785922050476, 1004.1535034179688, 1002.0], "std": [0.10782135277986526, 0.04082750156521797, 0.10736864805221558, 0.06196967884898186, 0.04653732478618622, 0.02694607339799404, 0.04355975612998009, 0.01458036620169878, 0.025594139471650124, 0.04069157689809799, 0.131125345826149, 0.04847009852528572, 0.10977183282375336, 0.13773904740810394, 0.0490419864654541, 0.0501837432384491, 0.10514216870069504, 0.0608522929251194, 0.04504679515957832, 0.11559968441724777, 0.018101919442415237, 0.03455019369721413, 0.0209690872579813, 0.0946662500500679, 0.08165953308343887, 0.08363012224435806, 0.1455814391374588, 0.0], "count": [982]}, "action": {"min": [-0.2745512127876282, 0.08384452760219574, 0.011460267938673496, -1.603813648223877, -0.13816572725772858, -0.095756396651268, -0.20535434782505035, -0.33419838547706604, 0.3753807544708252, 0.06836193799972534, -1.6574536561965942, -1.4458463191986084, -1.1211566925048828, -0.09550768882036209, 0.01702459529042244, -0.32273101806640625, -1.7106266021728516, -0.0005323254154063761, -0.04266566410660744, -0.06059128791093826, -0.3133617639541626, -0.5064241290092468, 0.05586893856525421, 1.3349539041519165, -1.599074363708496, 0.903122067451477, 1003.75, 1002.0], "max": [0.10732793062925339, 0.21654409170150757, 0.320800244808197, -1.3248848915100098, 0.06671629846096039, -0.001999492757022381, -0.05066363885998726, -0.2896215617656708, 0.47535550594329834, 0.19193562865257263, -1.2914352416992188, -1.270449161529541, -0.7877748608589172, 0.39232057332992554, 0.19020816683769226, -0.13271047174930573, -1.2520391941070557, 0.22172880172729492, 0.07234498858451843, 0.22096087038516998, -0.2588331997394562, -0.38161006569862366, 0.12535150349140167, 1.5747383832931519, -1.3413783311843872, 1.145141839981079, 1004.625, 1002.0], "mean": [0.0345345214009285, 0.11717785894870758, 0.10143399238586426, -1.5410317182540894, -0.04419818893074989, -0.07207983732223511, -0.11570967733860016, -0.32221436500549316, 0.40200379490852356, 0.16293670237064362, -1.3961199522018433, -1.3065979480743408, -1.0333796739578247, 0.015969865024089813, 0.12472940236330032, -0.24713388085365295, -1.5867743492126465, 0.16063888370990753, -0.003388605546206236, 0.045732785016298294, -0.2948099374771118, -0.4094124436378479, 0.1090659499168396, 1.4046642780303955, -1.4480379819869995, 1.0767357349395752, 1004.15283203125, 1002.0], "std": [0.10784073919057846, 0.04071173071861267, 0.10739351809024811, 0.061974991112947464, 0.04644324630498886, 0.02695118822157383, 0.04351406916975975, 0.014583999291062355, 0.025596991181373596, 0.040696825832128525, 0.13116221129894257, 0.04847629740834236, 0.10979755222797394, 0.13772982358932495, 0.04914829879999161, 0.05031078681349754, 0.10513084381818771, 0.06106341630220413, 0.045030348002910614, 0.115550197660923, 0.01810334622859955, 0.03454483672976494, 0.020970292389392853, 0.0946592465043068, 0.08171403408050537, 0.08360390365123749, 0.14580687880516052, 0.0], "count": [982]}, "timestamp": {"min": [0.0], "max": [32.7], "mean": [16.35], "std": [9.449294506293402], "count": [982]}, "frame_index": {"min": [0], "max": [981], "mean": [490.5], "std": [283.47883518880207], "count": [982]}, "episode_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [982]}, "index": {"min": [117624], "max": [118605], "mean": [118114.5], "std": [283.47883518880207], "count": [982]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [982]}, "subtask_annotation": {"mean": [0.9898167006109979, 3.0, 3.0, 3.0, 3.0], "std": [0.8727010339806597, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [982]}, "scene_annotation": {"mean": [119.0], "std": [0.0], "min": [119], "max": [119], "count": [982]}, "eef_direction_state": {"mean": [4.838085539714868, 4.638492871690428], "std": [2.1064481550111993, 2.3373059171961534], "min": [0, 0], "max": [6, 6], "count": [982]}, "eef_velocity_state": {"mean": [0.2606924643584521, 0.27189409368635437], "std": [0.43901241825849613, 0.4449356082680177], "min": [0, 0], "max": [1, 1], "count": [982]}, "eef_acc_mag_state": {"mean": [0.003054989816700611, 0.009164969450101833], "std": [0.07129036913721942, 0.11469216425144835], "min": [0, 0], "max": [2, 2], "count": [982]}, "eef_direction_action": {"mean": [4.838085539714868, 4.638492871690428], "std": [2.1064481550111993, 2.3373059171961534], "min": [0, 0], "max": [6, 6], "count": [982]}, "eef_velocity_action": {"mean": [0.2606924643584521, 0.27189409368635437], "std": [0.43901241825849613, 0.4449356082680177], "min": [0, 0], "max": [1, 1], "count": [982]}, "eef_acc_mag_action": {"mean": [0.003054989816700611, 0.009164969450101833], "std": [0.07129036913721942, 0.11469216425144835], "min": [0, 0], "max": [2, 2], "count": [982]}, "eef_sim_pose_state": {"mean": [0.44433304709463556, 0.2306959774433259, 1.1214550872751528, 0.017637247911871323, -0.07644845698960698, 1.3540184580653247, 0.45332465225510976, -0.1836910154331234, 1.1470449131429508, 0.002159770235890193, 0.03333944966221633, -1.2773675791208396], "std": [0.02813925648701628, 0.029201052687027447, 0.014408088547619203, 0.008472999776956418, 0.05794901026535969, 0.137176966349382, 0.03790142864852089, 0.012636018948397283, 0.017759990098981653, 0.013472674384388615, 0.025554901886546032, 0.12403993934032069], "min": [0.42353839632922013, 0.15826366451450136, 1.1095204669448684, -0.010234268958744464, -0.2259464536398581, 1.0921813527733975, 0.4253034079399371, -0.20493161309522712, 1.1300788580725332, -0.03757189004220873, -0.017615812483322335, -1.3823803454537673], "max": [0.5244091631750818, 0.2504999636910588, 1.1548836304428822, 0.039562377171666996, -0.027174130444557854, 1.45981836471926, 0.5568183635139499, -0.14843098783844866, 1.1826414321540808, 0.03473227827544323, 0.08600251429576034, -1.0613591576683135], "count": [982]}, "eef_sim_pose_action": {"mean": [0.444305837950502, 0.23069839291166688, 1.1214419305113248, 0.01765194959572287, -0.07640610422660928, 1.3540945093392893, 0.4533386986340351, -0.1836916375595894, 1.1470444729797282, 0.0021421422559022014, 0.03327498771323423, -1.277383341794968], "std": [0.0281437072382192, 0.029202523678522916, 0.014411823857041824, 0.008464440238446431, 0.057964498014321866, 0.13721145388121347, 0.03789561178932495, 0.012636227194761113, 0.017760293134121398, 0.013478988821284534, 0.025590754357939824, 0.12405223527591484], "min": [0.42353839632922013, 0.15826366451450136, 1.1095204669448684, -0.010234268958744464, -0.2259464536398581, 1.0921813527733975, 0.4253034079399371, -0.20493161309522712, 1.1300788580725332, -0.03757189004220873, -0.017615812483322335, -1.3823803454537673], "max": [0.5244091631750818, 0.2504999636910588, 1.1548836304428822, 0.039562377171666996, -0.027174130444557854, 1.45981836471926, 0.5568183635139499, -0.14843098783844866, 1.1826414321540808, 0.03473227827544323, 0.08600251429576034, -1.0613591576683135], "count": [982]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [982]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [982]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [982]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [982]}, "gripper_open_scale_state": {"mean": [0.9128668662659052, 0.910909090909083], "std": [0.00013234652357219562, 7.882583474838611e-15], "min": [0.9125, 0.9109090909090909], "max": [0.9132954545454546, 0.9109090909090909], "count": [982]}, "gripper_open_scale_action": {"mean": [0.9128661331885888, 0.910909090909083], "std": [0.0001325522837050563, 7.882583474838611e-15], "min": [0.9125, 0.9109090909090909], "max": [0.9132954545454546, 0.9109090909090909], "count": [982]}}} +{"episode_index": 120, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5120318359982883]], [[0.5315574752470432]], [[0.5343971183959695]]], "std": [[[0.3406950919840469]], [[0.3151107481290191]], [[0.3186938090320353]]], "count": [168]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3670127047346717]], [[0.38610914886788045]], [[0.3912089752567694]]], "std": [[[0.27077231828488174]], [[0.2571699770028766]], [[0.26070195281720815]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4310072192071273]], [[0.452744009930361]], [[0.45263931440631805]]], "std": [[[0.3018015701498435]], [[0.277925459282122]], [[0.2768557540211987]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3827478091931217]], [[0.3990302032271242]], [[0.39707230878462496]]], "std": [[[0.2929571505766534]], [[0.2676177872434506]], [[0.2674573488331673]]], "count": [168]}, "observation.state": {"min": [-0.35942110419273376, 0.07561202347278595, 0.0632409155368805, -1.6832784414291382, -0.17664696276187897, -0.10739338397979736, -0.23626849055290222, -0.3288611173629761, 0.37249019742012024, 0.07721924781799316, -1.6205662488937378, -1.5029757022857666, -1.1817398071289062, -0.12811917066574097, -0.030279280617833138, -0.3228302597999573, -1.7807037830352783, 0.003720823908224702, -0.04269293323159218, -0.06056401878595352, -0.3064802587032318, -0.5276384949684143, 0.03683287650346756, 1.3349539041519165, -1.685983419418335, 0.9356012344360352, 1000.875, 1003.0], "max": [0.10538297891616821, 0.24143685400485992, 0.3005664050579071, -1.2534878253936768, -0.025878868997097015, 0.024698590859770775, -0.05066581815481186, -0.26753318309783936, 0.5013430714607239, 0.18143250048160553, -1.3350738286972046, -1.2893539667129517, -0.8545293211936951, 0.47046005725860596, 0.19375881552696228, -0.17809340357780457, -1.1745237112045288, 0.29258590936660767, 0.12371329963207245, 0.2065553516149521, -0.24664700031280518, -0.36096513271331787, 0.1206294372677803, 1.5627332925796509, -1.3565095663070679, 1.1451001167297363, 1001.8125, 1003.0], "mean": [-0.00037850122316740453, 0.13532796502113342, 0.13518455624580383, -1.5322319269180298, -0.14171546697616577, -0.06782017648220062, -0.15778933465480804, -0.3119108974933624, 0.41078832745552063, 0.15139760076999664, -1.422998309135437, -1.4076563119888306, -1.067755103111267, 0.0200425386428833, 0.12403199076652527, -0.25931310653686523, -1.5904189348220825, 0.17692933976650238, 0.0025270218029618263, 0.035812802612781525, -0.2910604774951935, -0.4091367721557617, 0.10308463871479034, 1.401939034461975, -1.4663903713226318, 1.0845893621444702, 1001.2870483398438, 1003.0], "std": [0.12682874500751495, 0.04918035864830017, 0.08012604713439941, 0.08480078727006912, 0.047002438455820084, 0.0457269512116909, 0.044995345175266266, 0.020169366151094437, 0.032316867262125015, 0.030925728380680084, 0.10838599503040314, 0.04674343764781952, 0.11583860218524933, 0.15785083174705505, 0.05834681913256645, 0.033898137509822845, 0.12898960709571838, 0.06652113050222397, 0.06321829557418823, 0.10941855609416962, 0.021279701963067055, 0.040831390768289566, 0.027742905542254448, 0.07664205133914948, 0.11213439702987671, 0.07121875882148743, 0.13781379163265228, 0.0], "count": [934]}, "action": {"min": [-0.35942110419273376, 0.07561202347278595, 0.0632409155368805, -1.6832784414291382, -0.17664696276187897, -0.10739338397979736, -0.23626849055290222, -0.3288611173629761, 0.37249019742012024, 0.07721924781799316, -1.6205662488937378, -1.5029757022857666, -1.1817398071289062, -0.12811917066574097, -0.030279280617833138, -0.3228302597999573, -1.7807037830352783, 0.003720823908224702, -0.04269293323159218, -0.06056401878595352, -0.3064802587032318, -0.5276384949684143, 0.03683287650346756, 1.3349539041519165, -1.685983419418335, 0.9356012344360352, 1000.875, 1003.0], "max": [0.10538297891616821, 0.24143685400485992, 0.3005664050579071, -1.2534878253936768, -0.025878868997097015, 0.024698590859770775, -0.05066581815481186, -0.26753318309783936, 0.5013430714607239, 0.18143250048160553, -1.3350738286972046, -1.2893539667129517, -0.8545293211936951, 0.47046005725860596, 0.19375881552696228, -0.17809340357780457, -1.1745237112045288, 0.29258590936660767, 0.12371329963207245, 0.2065553516149521, -0.24664700031280518, -0.36096513271331787, 0.1206294372677803, 1.5627332925796509, -1.3565095663070679, 1.1451001167297363, 1001.8125, 1003.0], "mean": [-0.00030864562722854316, 0.13521310687065125, 0.13510410487651825, -1.5322556495666504, -0.14175529778003693, -0.06784763187170029, -0.15789520740509033, -0.31192073225975037, 0.4107690453529358, 0.15138453245162964, -1.4229469299316406, -1.407789707183838, -1.0678654909133911, 0.020063985139131546, 0.12393415719270706, -0.2592257261276245, -1.5903935432434082, 0.17674267292022705, 0.0025299671106040478, 0.03598715737462044, -0.2910533547401428, -0.4091477394104004, 0.10307736694812775, 1.402073860168457, -1.4663565158843994, 1.0844897031784058, 1001.2869873046875, 1003.0], "std": [0.1268502026796341, 0.04911569878458977, 0.08015122264623642, 0.08480249345302582, 0.047014471143484116, 0.04574146121740341, 0.044859305024147034, 0.020174914970993996, 0.032321467995643616, 0.03091561421751976, 0.10841509699821472, 0.04658358171582222, 0.11587655544281006, 0.15784145891666412, 0.0583660714328289, 0.03400157764554024, 0.12898311018943787, 0.0667346641421318, 0.06321622431278229, 0.1093946099281311, 0.021275680512189865, 0.04082750529050827, 0.02773919515311718, 0.07663604617118835, 0.11216026544570923, 0.07119885832071304, 0.1386195570230484, 0.0], "count": [934]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [8.987414039150034], "count": [934]}, "frame_index": {"min": [0], "max": [933], "mean": [466.5], "std": [269.62242117450097], "count": [934]}, "episode_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [934]}, "index": {"min": [118606], "max": [119539], "mean": [119072.5], "std": [269.62242117450097], "count": [934]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [934]}, "subtask_annotation": {"mean": [1.0503211991434689, 3.0, 3.0, 3.0, 3.0], "std": [0.9281667268590441, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [934]}, "scene_annotation": {"mean": [120.0], "std": [0.0], "min": [120], "max": [120], "count": [934]}, "eef_direction_state": {"mean": [4.471092077087794, 4.47323340471092], "std": [2.4153150463461874, 2.4404757046543897], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_state": {"mean": [0.30728051391862954, 0.30513918629550324], "std": [0.4613666651206318, 0.4604663541263598], "min": [0, 0], "max": [1, 1], "count": [934]}, "eef_acc_mag_state": {"mean": [0.033190578158458245, 0.0417558886509636], "std": [0.23130551206408623, 0.2521248465905763], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_direction_action": {"mean": [4.471092077087794, 4.47323340471092], "std": [2.4153150463461874, 2.4404757046543897], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_action": {"mean": [0.30728051391862954, 0.30513918629550324], "std": [0.4613666651206318, 0.4604663541263598], "min": [0, 0], "max": [1, 1], "count": [934]}, "eef_acc_mag_action": {"mean": [0.033190578158458245, 0.0417558886509636], "std": [0.23130551206408625, 0.2521248465905763], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_sim_pose_state": {"mean": [0.45431495765054086, 0.22523896758126677, 1.1293789681123247, -0.008237570918881436, -0.0009158197453751401, 1.286440289108617, 0.4532396637546299, -0.17840108466932467, 1.1503806438932143, 0.006582308792826439, 0.0495315738434367, -1.2700771907093182], "std": [0.03409638711102037, 0.023046073245109294, 0.020475295381071134, 0.019227230985621516, 0.07815018554311541, 0.1077035518921551, 0.04330145553184885, 0.019743955643478434, 0.02154426593572845, 0.016897608812038792, 0.04739328600321235, 0.12001473536876307], "min": [0.4213573960787991, 0.16596828602466165, 1.111972709787314, -0.06131088411171093, -0.1442761792317795, 1.1033762696200256, 0.41095595011954966, -0.1960610449000206, 1.1350307589095, -0.03448856041157844, -0.07455734054454011, -1.3664273400981488], "max": [0.5499768571325763, 0.24928714071686803, 1.1698688948140943, 0.03057565912404281, 0.07091611160875999, 1.378886875114746, 0.5763782379041459, -0.12559937039348618, 1.1973347028798729, 0.06907954524489335, 0.1405315916947334, -1.064340946797675], "count": [934]}, "eef_sim_pose_action": {"mean": [0.45429608003044636, 0.22522784325868797, 1.1293672101367387, -0.008258895811006386, -0.0007606224340381265, 1.2864178920639533, 0.45325253508794, -0.17840143779246392, 1.1503857921759086, 0.006603409828137008, 0.04942544354206563, -1.2699926593653026], "std": [0.034101935228603275, 0.023037938592407933, 0.02048162453927191, 0.019222981210409697, 0.07814447393938977, 0.10768650936095939, 0.043296559948196985, 0.019744123161479016, 0.02154117617923216, 0.016909245194730194, 0.04750099965588899, 0.11997462061652074], "min": [0.4213573960787991, 0.16596828602466165, 1.111972709787314, -0.06131088411171093, -0.1442761792317795, 1.1033762696200256, 0.41095595011954966, -0.1960610449000206, 1.1350307589095, -0.03448856041157844, -0.07455734054454011, -1.3664273400981488], "max": [0.5499768571325763, 0.24928714071686803, 1.1698688948140943, 0.03057565912404281, 0.07091611160875999, 1.378886875114746, 0.5763782379041459, -0.12559937039348618, 1.1973347028798729, 0.06907954524489335, 0.1405315916947334, -1.064340946797675], "count": [934]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [934]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [934]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [934]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [934]}, "gripper_open_scale_state": {"mean": [0.9102610192160594, 0.9118181818181744], "std": [0.00012528522898327802, 7.438494264988549e-15], "min": [0.9098863636363637, 0.9118181818181819], "max": [0.9107386363636364, 0.9118181818181819], "count": [934]}, "gripper_open_scale_action": {"mean": [0.9102609588581476, 0.9118181818181744], "std": [0.00012601729496263266, 7.438494264988549e-15], "min": [0.9098863636363637, 0.9118181818181819], "max": [0.9107386363636364, 0.9118181818181819], "count": [934]}}} +{"episode_index": 121, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5121848883608321]], [[0.5323752553104575]], [[0.5348876372449386]]], "std": [[[0.34106597507613934]], [[0.31590441527977053]], [[0.31931515724446624]]], "count": [164]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38331477786744783]], [[0.39839710988562094]], [[0.4025284154312131]]], "std": [[[0.27529445331511393]], [[0.2603374482976866]], [[0.2628998078260813]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43468256690379403]], [[0.4595807341483341]], [[0.4598229814283437]]], "std": [[[0.30987547969797]], [[0.28507356475868056]], [[0.28416186892564416]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3971162733640204]], [[0.4201635219890802]], [[0.4240067127969074]]], "std": [[[0.3049193162333859]], [[0.2792582821619054]], [[0.28234095688497096]]], "count": [164]}, "observation.state": {"min": [-0.16106662154197693, 0.15412676334381104, 0.058487072587013245, -1.8327702283859253, -0.16548557579517365, -0.0792226791381836, -0.2387610375881195, -0.3187973201274872, 0.3320741355419159, 0.08512387424707413, -1.753943920135498, -1.4071376323699951, -1.111327886581421, -0.12747885286808014, 0.02079123444855213, -0.35663512349128723, -1.7262985706329346, 0.011777699925005436, -0.0865432396531105, -0.06056510657072067, -0.30874499678611755, -0.45557901263237, 0.02955818735063076, 1.3350797891616821, -1.580583930015564, 0.9072543382644653, 1000.9375, 1000.0], "max": [0.25793567299842834, 0.2820855677127838, 0.3196374177932739, -1.526779055595398, 0.0521395280957222, 0.011217013001441956, -0.05065927281975746, -0.2695918679237366, 0.43884775042533875, 0.19506606459617615, -1.3850622177124023, -1.2887059450149536, -0.7631535530090332, 0.23092232644557953, 0.17724691331386566, -0.17335592210292816, -1.4272669553756714, 0.18797741830348969, 0.015573791228234768, 0.20248110592365265, -0.25897732377052307, -0.3507046103477478, 0.12064024806022644, 1.686992883682251, -1.3614553213119507, 1.1453208923339844, 1001.625, 1000.0], "mean": [0.09958793222904205, 0.18975237011909485, 0.12590749561786652, -1.6651017665863037, -0.1149744763970375, -0.04344383627176285, -0.16434010863304138, -0.3026244342327118, 0.3823781907558441, 0.16148588061332703, -1.468860149383545, -1.3720338344573975, -1.008409857749939, -0.028475448489189148, 0.12775780260562897, -0.2678821086883545, -1.6273329257965088, 0.12110229581594467, -0.040391091257333755, 0.041125085204839706, -0.29546913504600525, -0.3938082456588745, 0.09988076239824295, 1.458943247795105, -1.424390435218811, 1.069272518157959, 1001.24267578125, 1000.0], "std": [0.09458263218402863, 0.03863627091050148, 0.07387641817331314, 0.07329194247722626, 0.060528334230184555, 0.021736180409789085, 0.046635858714580536, 0.014237054623663425, 0.023656990379095078, 0.027876101434230804, 0.1265021562576294, 0.03357682749629021, 0.10978700965642929, 0.0816139280796051, 0.04458043351769447, 0.048529502004384995, 0.06117972731590271, 0.0734889879822731, 0.023891037330031395, 0.10944923758506775, 0.016284789890050888, 0.020598361268639565, 0.030574234202504158, 0.14244940876960754, 0.05378999188542366, 0.09072383493185043, 0.12067130208015442, 0.0], "count": [899]}, "action": {"min": [-0.16106662154197693, 0.15412676334381104, 0.058487072587013245, -1.8327702283859253, -0.16548557579517365, -0.0792226791381836, -0.2387610375881195, -0.3187973201274872, 0.3320741355419159, 0.08512387424707413, -1.753943920135498, -1.4071376323699951, -1.111327886581421, -0.12747885286808014, 0.02079123444855213, -0.35663512349128723, -1.7262985706329346, 0.011777699925005436, -0.0865432396531105, -0.06056510657072067, -0.30874499678611755, -0.45557901263237, 0.02955818735063076, 1.3350797891616821, -1.580583930015564, 0.9072543382644653, 1000.9375, 1000.0], "max": [0.25793567299842834, 0.2820855677127838, 0.3196374177932739, -1.526779055595398, 0.0521395280957222, 0.011217013001441956, -0.05065927281975746, -0.2695918679237366, 0.43884775042533875, 0.19506606459617615, -1.3851593732833862, -1.2887059450149536, -0.7631535530090332, 0.23092232644557953, 0.17724691331386566, -0.17335592210292816, -1.4272669553756714, 0.18797741830348969, 0.015573791228234768, 0.20248110592365265, -0.25897732377052307, -0.3507046103477478, 0.12064024806022644, 1.686992883682251, -1.3614553213119507, 1.1453208923339844, 1001.625, 1000.0], "mean": [0.09973415732383728, 0.1896926462650299, 0.12583468854427338, -1.6652616262435913, -0.11498774588108063, -0.04341110959649086, -0.16445468366146088, -0.3026159405708313, 0.38233745098114014, 0.1614762842655182, -1.4688670635223389, -1.3721473217010498, -1.008435845375061, -0.028442807495594025, 0.12766104936599731, -0.26779457926750183, -1.6272832155227661, 0.12092628329992294, -0.040416739881038666, 0.04131223261356354, -0.29546454548835754, -0.39382204413414, 0.09987341612577438, 1.4590957164764404, -1.4243634939193726, 1.0691841840744019, 1001.24169921875, 1000.0], "std": [0.09453975409269333, 0.038636405020952225, 0.07388710230588913, 0.07314673066139221, 0.06053455173969269, 0.02170444279909134, 0.04648284986615181, 0.014229672029614449, 0.023637399077415466, 0.027870729565620422, 0.12649773061275482, 0.03347082808613777, 0.10980117321014404, 0.08160773664712906, 0.04460867866873741, 0.04861469939351082, 0.06119142845273018, 0.07351812720298767, 0.02390574850142002, 0.10941905528306961, 0.016282258555293083, 0.020599650219082832, 0.030570033937692642, 0.14238989353179932, 0.053809672594070435, 0.09068892151117325, 0.12103565782308578, 0.0], "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": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [899]}, "index": {"min": [119540], "max": [120438], "mean": [119989.0], "std": [259.5187854472196], "count": [899]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}, "subtask_annotation": {"mean": [1.010011123470523, 3.0, 3.0, 3.0, 3.0], "std": [0.9016792515211588, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [899]}, "scene_annotation": {"mean": [121.0], "std": [0.0], "min": [121], "max": [121], "count": [899]}, "eef_direction_state": {"mean": [4.549499443826474, 4.865406006674083], "std": [2.286621941898604, 2.128443457960478], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_state": {"mean": [0.3025583982202447, 0.24916573971078976], "std": [0.45936566467973083, 0.4325299687480224], "min": [0, 0], "max": [1, 1], "count": [899]}, "eef_acc_mag_state": {"mean": [0.042269187986651836, 0.02335928809788654], "std": [0.2591887979607272, 0.19592470617400806], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_direction_action": {"mean": [4.549499443826474, 4.865406006674083], "std": [2.286621941898604, 2.128443457960478], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_action": {"mean": [0.3025583982202447, 0.24916573971078976], "std": [0.45936566467973083, 0.4325299687480224], "min": [0, 0], "max": [1, 1], "count": [899]}, "eef_acc_mag_action": {"mean": [0.042269187986651836, 0.02335928809788654], "std": [0.2591887979607272, 0.19592470617400806], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_sim_pose_state": {"mean": [0.4264980358285735, 0.23733648206675176, 1.1395127121473616, 0.0009209606136851505, -0.06454995697659671, 1.2642849129130629, 0.438507039551792, -0.17629221502506653, 1.1439049175932432, 0.02937500876352383, -6.607370161700144e-05, -1.2574156468576856], "std": [0.024387890042977322, 0.0201250297820724, 0.013942146830805925, 0.007337147150100305, 0.08876562289030704, 0.10638420110160712, 0.021962719316131904, 0.020134148073055257, 0.014350216310058365, 0.026036333018168725, 0.05662576028274848, 0.13429392238668167], "min": [0.38072385607164616, 0.17892500463025343, 1.1237805320527314, -0.027417091459343346, -0.2705034624772584, 1.0441494763967196, 0.4025909215326752, -0.19113267757040536, 1.1301817818484492, 0.006041120161388358, -0.10367015713615046, -1.3664400168867163], "max": [0.49024672529256513, 0.26987913806849984, 1.171348965532587, 0.021114480709368277, 0.006246678318301724, 1.3795836910430785, 0.5070294064055263, -0.12370215725654629, 1.1767439533982833, 0.08365292498448629, 0.050983546037135064, -1.0336096501779428], "count": [899]}, "eef_sim_pose_action": {"mean": [0.42645862174508503, 0.23733273217100334, 1.1395208883412753, 0.000917180790186353, -0.06446515795054661, 1.2642195679147539, 0.43852310697326136, -0.17629349158077623, 1.1439061410272462, 0.029412377527812186, -0.00016669501369333744, -1.2573197127906695], "std": [0.02437353118758876, 0.02012349725076836, 0.013935070327262905, 0.0073355643045498785, 0.08879107306679121, 0.10633184932990157, 0.021962353044474987, 0.020134900446431913, 0.014349510540899828, 0.02602694204811542, 0.05661528608256722, 0.13424681993690218], "min": [0.38072385607164616, 0.17892500463025343, 1.1237805320527314, -0.027417091459343346, -0.2705034624772584, 1.0441494763967196, 0.4025909215326752, -0.19113267757040536, 1.1301817818484492, 0.006041120161388358, -0.10367015713615046, -1.3664400168867163], "max": [0.49024672529256513, 0.26987913806849984, 1.171348965532587, 0.021114480709368277, 0.006246678318301724, 1.3795836910430785, 0.5070294064055263, -0.12370215725654629, 1.1767439533982833, 0.08365292498448629, 0.050983546037135064, -1.0336096501779428], "count": [899]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [899]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [899]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [899]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [899]}, "gripper_open_scale_state": {"mean": [0.9102206712526647, 0.9090909090909048], "std": [0.00010970163045947618, 4.218847493575595e-15], "min": [0.9099431818181818, 0.9090909090909091], "max": [0.9105681818181818, 0.9090909090909091], "count": [899]}, "gripper_open_scale_action": {"mean": [0.9102198276602737, 0.9090909090909048], "std": [0.00011003284420493102, 4.218847493575595e-15], "min": [0.9099431818181818, 0.9090909090909091], "max": [0.9105681818181818, 0.9090909090909091], "count": [899]}}} +{"episode_index": 122, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5213792424600362]], [[0.5409747913221513]], [[0.5434475253957004]]], "std": [[[0.3403309137042455]], [[0.3153936043339595]], [[0.31820449388525557]]], "count": [166]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37632722064729507]], [[0.39160862937042284]], [[0.3957942616052445]]], "std": [[[0.27289339248055255]], [[0.2580403380014901]], [[0.2608346709269274]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41575658885542166]], [[0.44064172252736433]], [[0.4441906006378455]]], "std": [[[0.297276948941263]], [[0.2734839917054562]], [[0.2750400056351683]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4086712290337822]], [[0.42948004025907555]], [[0.4325672580025986]]], "std": [[[0.307909871782537]], [[0.28194711177848547]], [[0.28489496554257465]]], "count": [166]}, "observation.state": {"min": [-0.22269964218139648, 0.10764645040035248, 0.007283477112650871, -1.8063350915908813, -0.2022116631269455, -0.07926911115646362, -0.25244224071502686, -0.322474867105484, 0.3428463041782379, 0.09913093596696854, -1.6040146350860596, -1.5030603408813477, -1.1606817245483398, -0.08652142435312271, 0.0034950219560414553, -0.3343527317047119, -1.690295696258545, 0.08700575679540634, -0.04264712333679199, -0.06059128791093826, -0.3067306876182556, -0.48674607276916504, 0.03638618811964989, 1.3349539041519165, -1.6215059757232666, 0.9088695645332336, 1001.0, 1000.0], "max": [0.261884480714798, 0.29959121346473694, 0.29182013869285583, -1.4349671602249146, -0.0570286326110363, 0.06907904148101807, -0.05065381899476051, -0.28043174743652344, 0.46216437220573425, 0.19639787077903748, -1.2798163890838623, -1.2890312671661377, -0.8013554811477661, 0.3267092704772949, 0.15829046070575714, -0.20041397213935852, -1.3121047019958496, 0.19678151607513428, 0.08817839622497559, 0.20063650608062744, -0.26491743326187134, -0.38298362493515015, 0.12064462155103683, 1.5866446495056152, -1.3967148065567017, 1.144935965538025, 1001.625, 1000.0], "mean": [0.09842537343502045, 0.16265903413295746, 0.10539883375167847, -1.653714895248413, -0.12166015058755875, -0.008145579136908054, -0.13763397932052612, -0.30845317244529724, 0.38411810994148254, 0.16678588092327118, -1.3857274055480957, -1.3767142295837402, -1.0279316902160645, -0.003970195073634386, 0.12291226536035538, -0.2687355875968933, -1.6087900400161743, 0.15996232628822327, 0.003327947109937668, 0.03055177815258503, -0.295845627784729, -0.40163785219192505, 0.09963734447956085, 1.4041293859481812, -1.4624265432357788, 1.0715019702911377, 1001.2667236328125, 1000.0], "std": [0.1155053973197937, 0.06534500420093536, 0.08403235673904419, 0.08566750586032867, 0.03123190440237522, 0.04405929893255234, 0.06219838932156563, 0.016164112836122513, 0.02896287478506565, 0.02455783635377884, 0.11948761343955994, 0.060475632548332214, 0.11010165512561798, 0.11221569776535034, 0.047351665794849396, 0.036348793655633926, 0.08617348223924637, 0.03633643314242363, 0.054237958043813705, 0.10775089263916016, 0.014768481254577637, 0.02710123173892498, 0.030123645439743996, 0.09185332804918289, 0.08051009476184845, 0.09198146313428879, 0.1175592690706253, 0.0], "count": [917]}, "action": {"min": [-0.22269964218139648, 0.10764645040035248, 0.007283477112650871, -1.8063350915908813, -0.2022116631269455, -0.07926882803440094, -0.25244224071502686, -0.322474867105484, 0.3428463041782379, 0.09913093596696854, -1.6040146350860596, -1.5030603408813477, -1.1606817245483398, -0.08652142435312271, 0.0034950219560414553, -0.3343527317047119, -1.690295696258545, 0.08700575679540634, -0.04264712333679199, -0.06059128791093826, -0.3067306876182556, -0.48674607276916504, 0.03638618811964989, 1.3349539041519165, -1.6215059757232666, 0.9088695645332336, 1001.0, 1000.0], "max": [0.261884480714798, 0.29959121346473694, 0.29182013869285583, -1.4349671602249146, -0.0570286326110363, 0.06907904148101807, -0.05065381899476051, -0.28043174743652344, 0.46216437220573425, 0.19639787077903748, -1.2798163890838623, -1.2890312671661377, -0.8013554811477661, 0.3267092704772949, 0.15829046070575714, -0.20041397213935852, -1.3121047019958496, 0.19678151607513428, 0.08817839622497559, 0.20063650608062744, -0.26491743326187134, -0.38298362493515015, 0.12064462155103683, 1.5866446495056152, -1.3967148065567017, 1.144935965538025, 1001.625, 1000.0], "mean": [0.09860624372959137, 0.16254034638404846, 0.10528343170881271, -1.6538786888122559, -0.12162311375141144, -0.008090517483651638, -0.13769392669200897, -0.3084564507007599, 0.3840692341327667, 0.1667833775281906, -1.3856256008148193, -1.3767778873443604, -1.0279836654663086, -0.003997817635536194, 0.12283410876989365, -0.26867249608039856, -1.6088464260101318, 0.15988454222679138, 0.0034236847423017025, 0.03075307048857212, -0.2958344519138336, -0.40163129568099976, 0.09962093085050583, 1.4042068719863892, -1.4625433683395386, 1.0713918209075928, 1001.2669067382812, 1000.0], "std": [0.11549060791730881, 0.06534568965435028, 0.08404693752527237, 0.08556845784187317, 0.03123343549668789, 0.044001903384923935, 0.06214100867509842, 0.01616649143397808, 0.028953343629837036, 0.024556444957852364, 0.11952803283929825, 0.06041400134563446, 0.11012671142816544, 0.1122322529554367, 0.047352384775877, 0.03641403466463089, 0.08620762825012207, 0.03635307028889656, 0.05423425883054733, 0.1077529564499855, 0.014764294028282166, 0.027104835957288742, 0.030116310343146324, 0.09182500094175339, 0.08049280941486359, 0.09195440262556076, 0.11737491190433502, 0.0], "count": [917]}, "timestamp": {"min": [0.0], "max": [30.533333333333335], "mean": [15.266666666666666], "std": [8.823831367382311], "count": [917]}, "frame_index": {"min": [0], "max": [916], "mean": [458.0], "std": [264.7149410214694], "count": [917]}, "episode_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [917]}, "index": {"min": [120439], "max": [121355], "mean": [120897.0], "std": [264.7149410214694], "count": [917]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [917]}, "subtask_annotation": {"mean": [1.089422028353326, 3.0, 3.0, 3.0, 3.0], "std": [0.9191215957774229, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [917]}, "scene_annotation": {"mean": [122.0], "std": [0.0], "min": [122], "max": [122], "count": [917]}, "eef_direction_state": {"mean": [4.4187568157033805, 4.758996728462377], "std": [2.3751708617342917, 2.2537351226931746], "min": [0, 0], "max": [6, 6], "count": [917]}, "eef_velocity_state": {"mean": [0.33151581243184297, 0.2410032715376227], "std": [0.4707579829801041, 0.42769228967306316], "min": [0, 0], "max": [1, 1], "count": [917]}, "eef_acc_mag_state": {"mean": [0.04034896401308615, 0.025081788440567066], "std": [0.25042404240773586, 0.1937494330828344], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_direction_action": {"mean": [4.4187568157033805, 4.758996728462377], "std": [2.3751708617342917, 2.2537351226931746], "min": [0, 0], "max": [6, 6], "count": [917]}, "eef_velocity_action": {"mean": [0.33151581243184297, 0.2410032715376227], "std": [0.4707579829801041, 0.4276922896730632], "min": [0, 0], "max": [1, 1], "count": [917]}, "eef_acc_mag_action": {"mean": [0.04034896401308615, 0.025081788440567066], "std": [0.25042404240773586, 0.1937494330828344], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_sim_pose_state": {"mean": [0.42720231088726734, 0.23779941141684138, 1.1368729457136162, 0.03607475893911825, -0.030749835504145038, 1.3173644782955565, 0.4458459508488817, -0.17512569443840498, 1.1464270764303865, -0.0024647755056743737, 0.04084190677267466, -1.2676319470876818], "std": [0.030827174269203513, 0.015476106722114774, 0.016383345355043724, 0.014955496890240384, 0.0505694363177872, 0.13501018362814232, 0.030109429755708565, 0.020002831118579877, 0.015174395086718232, 0.013554970437500433, 0.019226621492039703, 0.12498072822562804], "min": [0.3832814180925406, 0.18963546431726372, 1.123512232964923, -0.0005876194560286985, -0.1481724088013594, 1.0669169524489637, 0.4274348766156745, -0.18774229787865326, 1.1350197683602123, -0.047763003541549276, -0.016120523273626564, -1.3664798210894626], "max": [0.5118102091797682, 0.26592723412416885, 1.1658234415674573, 0.0650421341799392, 0.035651924478050656, 1.439098395971243, 0.536634151471336, -0.12818987924773625, 1.177192747388985, 0.006349851551934571, 0.06580877693089682, -1.047846788732706], "count": [917]}, "eef_sim_pose_action": {"mean": [0.4271530816890599, 0.23779364830803598, 1.1368732282539613, 0.036113721554511334, -0.03065733909807442, 1.3174013253665284, 0.44584301142433724, -0.17512193968348475, 1.1464410836110632, -0.0024960974643535765, 0.04084331401102959, -1.267489373033086], "std": [0.03082178716271937, 0.015473550996094007, 0.016383123318329838, 0.01492197572187457, 0.050563812948430216, 0.13503158346896754, 0.030111033523279894, 0.020000814493687964, 0.015169804323557252, 0.01356860490087168, 0.019227396315174256, 0.12494259760044928], "min": [0.3832814180925406, 0.18963546431726372, 1.123512232964923, -0.0005876194560286985, -0.1481724088013594, 1.0669169524489637, 0.4274348766156745, -0.18774229787865326, 1.1350197683602123, -0.047763003541549276, -0.016120523273626564, -1.3664798210894626], "max": [0.5118102091797682, 0.26592723412416885, 1.1658234415674573, 0.0650421341799392, 0.035651924478050656, 1.439098395971243, 0.536634151471336, -0.12818987924773625, 1.177192747388985, 0.006349851551934571, 0.06580877693089682, -1.047846788732706], "count": [917]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [917]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [917]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [917]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [917]}, "gripper_open_scale_state": {"mean": [0.910242534057704, 0.9090909090909044], "std": [0.00010687224523506667, 4.6629367034256575e-15], "min": [0.91, 0.9090909090909091], "max": [0.9105681818181818, 0.9090909090909091], "count": [917]}, "gripper_open_scale_action": {"mean": [0.9102426504765009, 0.9090909090909044], "std": [0.00010670423330839368, 4.6629367034256575e-15], "min": [0.91, 0.9090909090909091], "max": [0.9105681818181818, 0.9090909090909091], "count": [917]}}} +{"episode_index": 123, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5272194276795497]], [[0.5467221324946163]], [[0.5498358693188258]]], "std": [[[0.33907553996594875]], [[0.31431673162846546]], [[0.3170024741646083]]], "count": [173]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37570805706675736]], [[0.39142900775435413]], [[0.3960558412671427]]], "std": [[[0.27204964213883426]], [[0.25765685822189094]], [[0.260814771200437]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4097124501775662]], [[0.43508068164645436]], [[0.43843997577354643]]], "std": [[[0.29093471560092127]], [[0.2682411201066837]], [[0.2698431632493875]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.399093512694095]], [[0.41995748446295667]], [[0.42128512717707506]]], "std": [[[0.303047577578257]], [[0.2775094412449504]], [[0.27964169544717116]]], "count": [173]}, "observation.state": {"min": [-0.3039981722831726, 0.12020955234766006, 0.031817350536584854, -1.7314189672470093, -0.17002996802330017, -0.13104695081710815, -0.25178447365760803, -0.33941173553466797, 0.3511544466018677, 0.10569531470537186, -1.680759072303772, -1.3833017349243164, -1.1207375526428223, -0.05879795923829079, -0.03487167879939079, -0.3142006993293762, -1.6454135179519653, 0.03665954992175102, -0.054570991545915604, -0.06055092811584473, -0.3125462532043457, -0.5160393714904785, 0.037819623947143555, 1.3349539041519165, -1.515082597732544, 0.9161055088043213, 1001.0, 1000.0], "max": [0.19506235420703888, 0.27684739232063293, 0.30254846811294556, -1.3379802703857422, -0.006693337578326464, -0.003480840940028429, -0.05066690966486931, -0.2766079306602478, 0.48544955253601074, 0.19251243770122528, -1.319454312324524, -1.2891275882720947, -0.7731392979621887, 0.41802817583084106, 0.15828172862529755, -0.1580275595188141, -1.164894938468933, 0.18809959292411804, 0.07323292642831802, 0.16544194519519806, -0.2628544270992279, -0.389497309923172, 0.12066931277513504, 1.5658389329910278, -1.3780406713485718, 1.14497709274292, 1001.5625, 1000.0], "mean": [0.03544360026717186, 0.1760840117931366, 0.11415067315101624, -1.5437850952148438, -0.09521380811929703, -0.09644627571105957, -0.151823490858078, -0.3200071454048157, 0.4007936716079712, 0.17203983664512634, -1.4438930749893188, -1.329375147819519, -1.0143171548843384, 0.02606932632625103, 0.11078709363937378, -0.2543879449367523, -1.5622870922088623, 0.1390000730752945, -0.020783180370926857, 0.01476687379181385, -0.29753080010414124, -0.41248807311058044, 0.10406405478715897, 1.3974847793579102, -1.4211560487747192, 1.0886588096618652, 1001.2427978515625, 1000.0], "std": [0.12422434240579605, 0.05744610354304314, 0.08572892844676971, 0.08742553740739822, 0.03501744195818901, 0.03880709782242775, 0.06325340270996094, 0.019097473472356796, 0.03248024731874466, 0.024857694283127785, 0.13306549191474915, 0.028851773589849472, 0.1242833286523819, 0.14453762769699097, 0.06488233804702759, 0.03723635897040367, 0.12757070362567902, 0.06221159175038338, 0.03708207979798317, 0.09442617744207382, 0.0160208772867918, 0.03781652823090553, 0.028620798140764236, 0.08711160719394684, 0.043437302112579346, 0.07927356660366058, 0.10033689439296722, 0.0], "count": [971]}, "action": {"min": [-0.3039981722831726, 0.12020955234766006, 0.031817350536584854, -1.7314189672470093, -0.17002996802330017, -0.13104695081710815, -0.25178447365760803, -0.33941173553466797, 0.3511544466018677, 0.10569531470537186, -1.680759072303772, -1.3833017349243164, -1.1207375526428223, -0.05879795923829079, -0.03487167879939079, -0.3142006993293762, -1.6454135179519653, 0.03665954992175102, -0.054570991545915604, -0.06055092811584473, -0.3125462532043457, -0.5160393714904785, 0.037819623947143555, 1.3349539041519165, -1.515082597732544, 0.9161055088043213, 1001.0, 1000.0], "max": [0.19506235420703888, 0.27684739232063293, 0.30254846811294556, -1.3379802703857422, -0.006693337578326464, -0.003480840940028429, -0.05066690966486931, -0.2766079306602478, 0.48544955253601074, 0.19251243770122528, -1.319454312324524, -1.2891275882720947, -0.7731392979621887, 0.41802817583084106, 0.15828172862529755, -0.1580275595188141, -1.164894938468933, 0.18809959292411804, 0.07323292642831802, 0.16544194519519806, -0.2628544270992279, -0.389497309923172, 0.12066931277513504, 1.5658389329910278, -1.3780406713485718, 1.14497709274292, 1001.5625, 1000.0], "mean": [0.03553953394293785, 0.17598548531532288, 0.11403398215770721, -1.5438019037246704, -0.09518180042505264, -0.09649958461523056, -0.1519031673669815, -0.3200267255306244, 0.4007670283317566, 0.1720486432313919, -1.4438380002975464, -1.3294053077697754, -1.014382004737854, 0.02611609920859337, 0.11067517101764679, -0.2542904019355774, -1.5622036457061768, 0.1388578712940216, -0.0207858644425869, 0.01492183655500412, -0.297535240650177, -0.4125073254108429, 0.10406003892421722, 1.3975504636764526, -1.4211524724960327, 1.0885981321334839, 1001.2429809570312, 1000.0], "std": [0.12423770874738693, 0.057458583265542984, 0.08576039969921112, 0.08742382377386093, 0.0349930003285408, 0.03881896287202835, 0.06317470222711563, 0.01910588890314102, 0.03248162195086479, 0.024862535297870636, 0.13310089707374573, 0.028825078159570694, 0.12432228028774261, 0.14451748132705688, 0.06489410996437073, 0.037345532327890396, 0.12754963338375092, 0.062257666140794754, 0.03708377853035927, 0.09442591667175293, 0.016023952513933182, 0.03780960291624069, 0.02861873060464859, 0.08708839863538742, 0.04343950003385544, 0.0792534276843071, 0.09989573806524277, 0.0], "count": [971]}, "timestamp": {"min": [0.0], "max": [32.333333333333336], "mean": [16.166666666666668], "std": [9.343446901438462], "count": [971]}, "frame_index": {"min": [0], "max": [970], "mean": [485.0], "std": [280.30340704315387], "count": [971]}, "episode_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [971]}, "index": {"min": [121356], "max": [122326], "mean": [121841.0], "std": [280.30340704315387], "count": [971]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [971]}, "subtask_annotation": {"mean": [0.8403707518022657, 3.0, 3.0, 3.0, 3.0], "std": [0.8860153144936924, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [971]}, "scene_annotation": {"mean": [123.0], "std": [0.0], "min": [123], "max": [123], "count": [971]}, "eef_direction_state": {"mean": [4.6354273944387225, 4.961894953656024], "std": [2.31925209402177, 2.095945306635919], "min": [0, 0], "max": [6, 6], "count": [971]}, "eef_velocity_state": {"mean": [0.2646755921730175, 0.2203913491246138], "std": [0.4411603144899656, 0.41451055759250094], "min": [0, 0], "max": [1, 1], "count": [971]}, "eef_acc_mag_state": {"mean": [0.030895983522142123, 0.01956745623069001], "std": [0.21061706333535055, 0.1717068200782866], "min": [0, 0], "max": [2, 2], "count": [971]}, "eef_direction_action": {"mean": [4.6354273944387225, 4.961894953656024], "std": [2.3192520940217696, 2.095945306635919], "min": [0, 0], "max": [6, 6], "count": [971]}, "eef_velocity_action": {"mean": [0.2646755921730175, 0.2203913491246138], "std": [0.4411603144899656, 0.41451055759250094], "min": [0, 0], "max": [1, 1], "count": [971]}, "eef_acc_mag_action": {"mean": [0.030895983522142123, 0.01956745623069001], "std": [0.21061706333535052, 0.17170682007828658], "min": [0, 0], "max": [2, 2], "count": [971]}, "eef_sim_pose_state": {"mean": [0.444047143257269, 0.2440973766715816, 1.1225844630546222, 0.006083955386950458, -0.08216158790520615, 1.305900002659337, 0.4555645915208783, -0.17676812967895353, 1.1439791914767303, 0.005864581625203227, 0.02342339157393425, -1.3005671568210713], "std": [0.03409355505002963, 0.015347307466717117, 0.01972454917279679, 0.012455336258207538, 0.07749797852114568, 0.13074661852150718, 0.04036232077083679, 0.02077543293651642, 0.016047716027816485, 0.008447485530965361, 0.0360471293460886, 0.09637483456370385], "min": [0.39815929571750497, 0.19670744695311623, 1.1035649874903, -0.03873107591419522, -0.23664934105609103, 1.0714943613646524, 0.43075085955246606, -0.1884451189061781, 1.1284867804998857, -0.01778291437656543, -0.04574300720914515, -1.366469033565908], "max": [0.5351619815799941, 0.2704090161872294, 1.1681387444335163, 0.041076823029531306, -0.010152433615556955, 1.4181581240136225, 0.5636754895716533, -0.12627360163811965, 1.1760134431816676, 0.03807121370922517, 0.05247701360452983, -1.1043288066744614], "count": [971]}, "eef_sim_pose_action": {"mean": [0.4440199566585705, 0.244103318744917, 1.1225645016069534, 0.006079557017142963, -0.08209488460223589, 1.3059323450403266, 0.45558495668546106, -0.17676868026882078, 1.1439746229400307, 0.005866177867911446, 0.02337351615774164, -1.3005159717544539], "std": [0.034096859413572204, 0.015349653410564964, 0.019733086028795154, 0.012456278553552063, 0.07753108462378072, 0.13076854221231848, 0.04035478459939922, 0.02077572719681489, 0.01605090159309835, 0.008447632151515595, 0.036042743657343924, 0.09635305846167125], "min": [0.39815929571750497, 0.19670744695311623, 1.1035649874903, -0.03873107591419522, -0.23664934105609103, 1.0714943613646524, 0.43075085955246606, -0.1884451189061781, 1.1284867804998857, -0.01778291437656543, -0.04574300720914515, -1.366469033565908], "max": [0.5351619815799941, 0.2704090161872294, 1.1681387444335163, 0.041076823029531306, -0.010152433615556955, 1.4181581240136225, 0.5636754895716533, -0.12627360163811965, 1.1760134431816676, 0.03807121370922517, 0.05247701360452983, -1.1043288066744614], "count": [971]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [971]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [971]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [971]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [971]}, "gripper_open_scale_state": {"mean": [0.9102207562914751, 0.909090909090903], "std": [9.121527337407698e-05, 6.106226635438361e-15], "min": [0.91, 0.9090909090909091], "max": [0.9105113636363636, 0.9090909090909091], "count": [971]}, "gripper_open_scale_action": {"mean": [0.9102208538357235, 0.909090909090903], "std": [9.08143291652033e-05, 6.106226635438361e-15], "min": [0.91, 0.9090909090909091], "max": [0.9105113636363636, 0.9090909090909091], "count": [971]}}} +{"episode_index": 124, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.531569697215903]], [[0.5516927438793198]], [[0.5556206577474453]]], "std": [[[0.3387469718419727]], [[0.3143685242491189]], [[0.317299714037966]]], "count": [181]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37821361783663743]], [[0.3949043575993933]], [[0.4002636564294226]]], "std": [[[0.27219737806381533]], [[0.25816159885660833]], [[0.26145045970402025]]], "count": [181]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4093634210360019]], [[0.4368473858466038]], [[0.44036328336583247]]], "std": [[[0.2845101618478547]], [[0.2631463904687735]], [[0.26336763657683104]]], "count": [181]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41416560028707616]], [[0.4314756797746723]], [[0.43196975544361393]]], "std": [[[0.31035717426310916]], [[0.2824749973484218]], [[0.2831702249192534]]], "count": [181]}, "observation.state": {"min": [-0.3324819505214691, 0.09035569429397583, 0.024840397760272026, -1.5780764818191528, -0.13875040411949158, -0.0973653718829155, -0.1997823864221573, -0.3385353684425354, 0.38183730840682983, 0.09510531276464462, -1.6038328409194946, -1.4006747007369995, -1.128117561340332, -0.10888345539569855, -0.03597450628876686, -0.32357096672058105, -1.7093710899353027, -0.03406555578112602, -0.05152102932333946, -0.06056947261095047, -0.3217216730117798, -0.532951295375824, 0.027771687135100365, 1.3349539041519165, -1.517291784286499, 0.8710741400718689, 1001.0, 1000.0], "max": [0.11512736976146698, 0.2165953516960144, 0.2680912911891937, -1.2940678596496582, 0.04047636687755585, 0.01921280287206173, -0.05064181983470917, -0.2735394239425659, 0.4984753131866455, 0.19472111761569977, -1.3016982078552246, -1.2891504764556885, -0.8480772376060486, 0.5018028616905212, 0.15822391211986542, -0.16681748628616333, -1.1396793127059937, 0.1878301501274109, 0.11727848649024963, 0.19503836333751678, -0.24475830793380737, -0.37316617369651794, 0.12064293771982193, 1.592193365097046, -1.345481276512146, 1.1446812152862549, 1001.5555419921875, 1000.0], "mean": [0.03606050834059715, 0.14601834118366241, 0.09593421965837479, -1.5329972505569458, -0.10403347760438919, -0.0747743621468544, -0.13929636776447296, -0.32430729269981384, 0.4019792377948761, 0.1724284142255783, -1.3864781856536865, -1.3452774286270142, -1.0464985370635986, 0.026369085535407066, 0.09924864023923874, -0.2549087703227997, -1.5753564834594727, 0.11123758554458618, -0.0036159101873636246, 0.031569693237543106, -0.29204410314559937, -0.41164711117744446, 0.09881000965833664, 1.418092131614685, -1.4179469347000122, 1.0653949975967407, 1001.2236938476562, 1000.0], "std": [0.1205596998333931, 0.0332295298576355, 0.08804508298635483, 0.06413683295249939, 0.05574256181716919, 0.032724328339099884, 0.03932402655482292, 0.019176587462425232, 0.03125332295894623, 0.03308844566345215, 0.11471287906169891, 0.026114394888281822, 0.09452617913484573, 0.16871319711208344, 0.06669898331165314, 0.03582160547375679, 0.13479779660701752, 0.08164740353822708, 0.060101304203271866, 0.09566062688827515, 0.024872740730643272, 0.043219465762376785, 0.030044030398130417, 0.09453707933425903, 0.040166474878787994, 0.09379350394010544, 0.10225146263837814, 0.0], "count": [1026]}, "action": {"min": [-0.3324819505214691, 0.09035569429397583, 0.024840397760272026, -1.5780764818191528, -0.13875040411949158, -0.0973653718829155, -0.1997823864221573, -0.3385353684425354, 0.38183730840682983, 0.09510531276464462, -1.6038328409194946, -1.4006747007369995, -1.128117561340332, -0.10888345539569855, -0.03597450628876686, -0.32357096672058105, -1.7093710899353027, -0.03406555578112602, -0.05152102932333946, -0.06056947261095047, -0.3217216730117798, -0.532951295375824, 0.027771687135100365, 1.3349539041519165, -1.517291784286499, 0.8710741400718689, 1001.0, 1000.0], "max": [0.11512736976146698, 0.2165953516960144, 0.2680912911891937, -1.2940678596496582, 0.04047636687755585, 0.01921280287206173, -0.05064181983470917, -0.2735394239425659, 0.4984753131866455, 0.19472111761569977, -1.3016982078552246, -1.2891504764556885, -0.8480772376060486, 0.5018028616905212, 0.15822391211986542, -0.16681748628616333, -1.1396793127059937, 0.1878301501274109, 0.11727848649024963, 0.19503836333751678, -0.24475830793380737, -0.37316617369651794, 0.12064293771982193, 1.592193365097046, -1.345481276512146, 1.1446812152862549, 1001.6666870117188, 1000.0], "mean": [0.03616390377283096, 0.1459347903728485, 0.09581580758094788, -1.5330324172973633, -0.10403259098529816, -0.07478547841310501, -0.13938575983047485, -0.32432594895362854, 0.4019506573677063, 0.17244099080562592, -1.386397123336792, -1.3453404903411865, -1.0465502738952637, 0.02638302743434906, 0.09912338852882385, -0.25484931468963623, -1.5752811431884766, 0.11107242107391357, -0.0036219777539372444, 0.03172225132584572, -0.29205799102783203, -0.41165295243263245, 0.09878610819578171, 1.4181694984436035, -1.4179767370224, 1.0652951002120972, 1001.224609375, 1000.0], "std": [0.12057950347661972, 0.03315959870815277, 0.08805727958679199, 0.06414327025413513, 0.05574200302362442, 0.03272780403494835, 0.03922659158706665, 0.019180510193109512, 0.03125747665762901, 0.03309435024857521, 0.11474305391311646, 0.026056887581944466, 0.09454603493213654, 0.16870680451393127, 0.06670884042978287, 0.035863861441612244, 0.13478587567806244, 0.08166367560625076, 0.0601055771112442, 0.09563834965229034, 0.024884812533855438, 0.043216876685619354, 0.03003641590476036, 0.09450142830610275, 0.0401623398065567, 0.09376375377178192, 0.10374021530151367, 0.0], "count": [1026]}, "timestamp": {"min": [0.0], "max": [34.166666666666664], "mean": [17.083333333333332], "std": [9.872684913811815], "count": [1026]}, "frame_index": {"min": [0], "max": [1025], "mean": [512.5], "std": [296.18054741435446], "count": [1026]}, "episode_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [1026]}, "index": {"min": [122327], "max": [123352], "mean": [122839.5], "std": [296.18054741435446], "count": [1026]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1026]}, "subtask_annotation": {"mean": [1.0350877192982457, 3.0, 3.0, 3.0, 3.0], "std": [0.892210629347217, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1026]}, "scene_annotation": {"mean": [124.0], "std": [0.0], "min": [124], "max": [124], "count": [1026]}, "eef_direction_state": {"mean": [4.8274853801169595, 4.565302144249513], "std": [2.1934833735898707, 2.3582885963428226], "min": [0, 0], "max": [6, 6], "count": [1026]}, "eef_velocity_state": {"mean": [0.2309941520467836, 0.297270955165692], "std": [0.4214686865794117, 0.45705681745333204], "min": [0, 0], "max": [1, 1], "count": [1026]}, "eef_acc_mag_state": {"mean": [0.024366471734892786, 0.005847953216374269], "std": [0.1830828650749221, 0.10798938779309489], "min": [0, 0], "max": [2, 2], "count": [1026]}, "eef_direction_action": {"mean": [4.8274853801169595, 4.565302144249513], "std": [2.1934833735898707, 2.3582885963428226], "min": [0, 0], "max": [6, 6], "count": [1026]}, "eef_velocity_action": {"mean": [0.2309941520467836, 0.297270955165692], "std": [0.4214686865794117, 0.45705681745333204], "min": [0, 0], "max": [1, 1], "count": [1026]}, "eef_acc_mag_action": {"mean": [0.024366471734892786, 0.005847953216374269], "std": [0.1830828650749221, 0.10798938779309489], "min": [0, 0], "max": [2, 2], "count": [1026]}, "eef_sim_pose_state": {"mean": [0.4441804728545078, 0.24154544171853473, 1.1196789635389763, 0.021312109947571878, -0.04357662279565455, 1.3409531454612453, 0.4551597662129669, -0.17296902824613658, 1.1496966139496059, 0.003278668065701762, 0.005157508602373259, -1.2837878142978554], "std": [0.03306092316913935, 0.024820253952163866, 0.018568415990585983, 0.013091300623269615, 0.07362275050843917, 0.0987614352471916, 0.04576617858171098, 0.022137181252418394, 0.025241372155579807, 0.016957058180430924, 0.05476007443413175, 0.09761841305525663], "min": [0.4225310774366518, 0.1790952818287932, 1.106509216916961, -0.013848694114293014, -0.2091795333704869, 1.1502694791510115, 0.41848614203989715, -0.18929465052650565, 1.121748863245723, -0.04567049071469187, -0.10531576895313344, -1.3664774543605869], "max": [0.5448555106224731, 0.2584454003433673, 1.1699649887317893, 0.0327517087774285, 0.014384045559417524, 1.4083103666117607, 0.5825388293447303, -0.1181261600835149, 1.2001485230617772, 0.05049293661138643, 0.05092349661475426, -1.0728398687417426], "count": [1026]}, "eef_sim_pose_action": {"mean": [0.4441515603454451, 0.24155584708993785, 1.119662603724472, 0.021337096766835918, -0.04348979832086645, 1.3409780366270445, 0.4551676083443953, -0.17295294515354578, 1.1496844632455954, 0.0032594068631154388, 0.005107342462448223, -1.28369955477606], "std": [0.03306608792290037, 0.024824909064013558, 0.018572184681959977, 0.013085880359592454, 0.07363691329207717, 0.09877422851264137, 0.045762684004153155, 0.022132537717420204, 0.025251437053743945, 0.0169653345399843, 0.05474173492696734, 0.0975845477816655], "min": [0.4225310774366518, 0.1790952818287932, 1.106509216916961, -0.013848694114293014, -0.2091795333704869, 1.1502694791510115, 0.41848614203989715, -0.18929465052650565, 1.121748863245723, -0.04567049071469187, -0.10531576895313344, -1.3664777749910804], "max": [0.5448555106224731, 0.2584454003433673, 1.1699649887317893, 0.0327517087774285, 0.014384045559417524, 1.4083103666117607, 0.5825388293447303, -0.1181261600835149, 1.2001485230617772, 0.05049293661138643, 0.05092349661475426, -1.0728398687417426], "count": [1026]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1026]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1026]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1026]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1026]}, "gripper_open_scale_state": {"mean": [0.9102033281368582, 0.9090909090909016], "std": [9.295568342740281e-05, 7.438494264988549e-15], "min": [0.91, 0.9090909090909091], "max": [0.910505038174716, 0.9090909090909091], "count": [1026]}, "gripper_open_scale_action": {"mean": [0.9102041750361554, 0.9090909090909016], "std": [9.430928532998995e-05, 7.438494264988549e-15], "min": [0.91, 0.9090909090909091], "max": [0.9106060791015625, 0.9090909090909091], "count": [1026]}}} +{"episode_index": 125, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5300535696152284]], [[0.5494085348122301]], [[0.5537339105369078]]], "std": [[[0.33756808624491375]], [[0.3125791651232301]], [[0.3157850267744294]]], "count": [177]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3737993669454599]], [[0.3909892209944241]], [[0.39642629865034523]]], "std": [[[0.2707741665713982]], [[0.2567266248318149]], [[0.2600328440526818]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4072132387559544]], [[0.4343471022118829]], [[0.43849605696798494]]], "std": [[[0.2870781771131385]], [[0.26633584825153894]], [[0.2671136642233003]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3926556741811602]], [[0.41141189048594956]], [[0.41289370314980983]]], "std": [[[0.29613649872364745]], [[0.2706075498439192]], [[0.27255010655575357]]], "count": [177]}, "observation.state": {"min": [-0.398308128118515, 0.04092906042933464, 0.04777838662266731, -1.6655972003936768, -0.15681564807891846, -0.12049207836389542, -0.19191204011440277, -0.33969300985336304, 0.3733998239040375, 0.08808306604623795, -1.5293631553649902, -1.4352551698684692, -1.1492656469345093, -0.15042120218276978, -0.08667086809873581, -0.32001593708992004, -1.7927215099334717, -0.020554523915052414, -0.0660967081785202, -0.060556381940841675, -0.3105389475822449, -0.5509010553359985, 0.014667750336229801, 1.3349539041519165, -1.5159920454025269, 0.8536502122879028, 1001.0, 1000.0], "max": [0.11432234197854996, 0.21660073101520538, 0.2514474093914032, -1.2106574773788452, 0.025068381801247597, 0.10054732859134674, -0.050676725804805756, -0.27077242732048035, 0.5185438394546509, 0.18144400417804718, -1.308655858039856, -1.2891275882720947, -0.8541997671127319, 0.57451331615448, 0.18569213151931763, -0.19694076478481293, -1.0152013301849365, 0.18782906234264374, 0.11994120478630066, 0.17030814290046692, -0.24243880808353424, -0.3570590615272522, 0.12063050270080566, 1.5884878635406494, -1.3969403505325317, 1.1447335481643677, 1001.5625, 1000.0], "mean": [0.004229336977005005, 0.12153232097625732, 0.10775063186883926, -1.503652811050415, -0.11160695552825928, -0.06763365864753723, -0.13767167925834656, -0.3230024576187134, 0.41103270649909973, 0.16124852001667023, -1.3745620250701904, -1.3723183870315552, -1.0643237829208374, 0.07814767211675644, 0.10055901110172272, -0.26438581943511963, -1.5219112634658813, 0.11863483488559723, -0.0022789519280195236, 0.04441570118069649, -0.2899136245250702, -0.4248209297657013, 0.09463372826576233, 1.4335541725158691, -1.4280874729156494, 1.0423287153244019, 1001.229736328125, 1000.0], "std": [0.14119137823581696, 0.043040137737989426, 0.07257311046123505, 0.08986478298902512, 0.05991273373365402, 0.06713131070137024, 0.03150292858481407, 0.021266529336571693, 0.03810465335845947, 0.029736371710896492, 0.0823463723063469, 0.033227305859327316, 0.10534829646348953, 0.2129502296447754, 0.08091048896312714, 0.030071670189499855, 0.19434070587158203, 0.07475786656141281, 0.05907655507326126, 0.10542966425418854, 0.023191191256046295, 0.05524452030658722, 0.036584436893463135, 0.10192753374576569, 0.03986571356654167, 0.11230196803808212, 0.1007876917719841, 0.0], "count": [996]}, "action": {"min": [-0.398308128118515, 0.04092906042933464, 0.04777838662266731, -1.6655972003936768, -0.15681564807891846, -0.12049207836389542, -0.19191204011440277, -0.33969300985336304, 0.3733998239040375, 0.08808306604623795, -1.5293631553649902, -1.4352551698684692, -1.1492656469345093, -0.15042120218276978, -0.08667086809873581, -0.32001593708992004, -1.7927215099334717, -0.020554523915052414, -0.0660967081785202, -0.060557108372449875, -0.3105389475822449, -0.5509010553359985, 0.014667750336229801, 1.3349539041519165, -1.5159920454025269, 0.8536502122879028, 1001.0, 1000.0], "max": [0.11432234197854996, 0.2166011780500412, 0.2514474093914032, -1.2106574773788452, 0.025068381801247597, 0.10054732859134674, -0.050676725804805756, -0.27077242732048035, 0.5185438394546509, 0.18144378066062927, -1.308655858039856, -1.2891275882720947, -0.8541997671127319, 0.57451331615448, 0.18569213151931763, -0.19694076478481293, -1.0152013301849365, 0.18782906234264374, 0.11994120478630066, 0.17030814290046692, -0.24243880808353424, -0.3570590615272522, 0.12063050270080566, 1.5884878635406494, -1.3969403505325317, 1.1447335481643677, 1001.5625, 1000.0], "mean": [0.004308001138269901, 0.12142354249954224, 0.10765310376882553, -1.5036572217941284, -0.11162132769823074, -0.06766852736473083, -0.1377621591091156, -0.32302260398864746, 0.4110105037689209, 0.16124649345874786, -1.3744860887527466, -1.3724133968353271, -1.064412236213684, 0.07824671268463135, 0.10048863291740417, -0.26432669162750244, -1.5217825174331665, 0.11852773278951645, -0.0022951457649469376, 0.044612783938646317, -0.2899169623851776, -0.4248514175415039, 0.09462498873472214, 1.4336884021759033, -1.4281214475631714, 1.0422203540802002, 1001.2297973632812, 1000.0], "std": [0.1412142813205719, 0.042936503887176514, 0.07258480787277222, 0.08986593782901764, 0.059920720756053925, 0.0671464204788208, 0.03138214349746704, 0.021271955221891403, 0.03811050206422806, 0.029735073447227478, 0.082370825111866, 0.03312438726425171, 0.10537861287593842, 0.21290946006774902, 0.08089076727628708, 0.030138026922941208, 0.19430814683437347, 0.07473507523536682, 0.059089794754981995, 0.1054166927933693, 0.02319384552538395, 0.055233389139175415, 0.03657927364110947, 0.10188556462526321, 0.03985363617539406, 0.11225536465644836, 0.1007915660738945, 0.0], "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": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [996]}, "index": {"min": [123353], "max": [124348], "mean": [123850.5], "std": [287.52028913916087], "count": [996]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [996]}, "subtask_annotation": {"mean": [1.0973895582329318, 3.0, 3.0, 3.0, 3.0], "std": [0.9170152018221329, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [996]}, "scene_annotation": {"mean": [125.0], "std": [0.0], "min": [125], "max": [125], "count": [996]}, "eef_direction_state": {"mean": [4.599397590361446, 4.456827309236948], "std": [2.30006976464695, 2.4254224933777473], "min": [0, 0], "max": [6, 6], "count": [996]}, "eef_velocity_state": {"mean": [0.285140562248996, 0.2961847389558233], "std": [0.451481363966794, 0.4565734764147985], "min": [0, 0], "max": [1, 1], "count": [996]}, "eef_acc_mag_state": {"mean": [0.0391566265060241, 0.0030120481927710845], "std": [0.2563900054719105, 0.054799413851385426], "min": [0, 0], "max": [2, 1], "count": [996]}, "eef_direction_action": {"mean": [4.599397590361446, 4.456827309236948], "std": [2.30006976464695, 2.4254224933777473], "min": [0, 0], "max": [6, 6], "count": [996]}, "eef_velocity_action": {"mean": [0.285140562248996, 0.2961847389558233], "std": [0.451481363966794, 0.4565734764147985], "min": [0, 0], "max": [1, 1], "count": [996]}, "eef_acc_mag_action": {"mean": [0.0391566265060241, 0.0030120481927710845], "std": [0.2563900054719105, 0.054799413851385426], "min": [0, 0], "max": [2, 1], "count": [996]}, "eef_sim_pose_state": {"mean": [0.4531784138697564, 0.230775608790795, 1.1208417391112901, 0.01984694058333661, -0.013836373419069715, 1.3356099741302085, 0.46902554378843475, -0.1706233674668574, 1.1524262485068861, -0.0033491032148261716, -0.002499127838353166, -1.2617593893036234], "std": [0.039336640396674706, 0.02363437133312221, 0.02296101304382815, 0.022059080368482864, 0.07526980479074642, 0.08087277621603285, 0.05783235241257101, 0.02886938784005317, 0.02495678961691259, 0.024735414746815308, 0.05935726849862245, 0.10983462205655324], "min": [0.41972837177094763, 0.16881271210294047, 1.102901423400205, 0.002446662160359936, -0.15305944784573522, 1.175971445216441, 0.40490085863612774, -0.19239396375480922, 1.1297827499791757, -0.07710009009433216, -0.13091790332954667, -1.3664458330208649], "max": [0.5636730444819588, 0.2475274626835067, 1.1770695353714489, 0.09451514176149856, 0.051811328127213896, 1.3907252306802245, 0.5997539242545623, -0.10313976876612085, 1.2027647096336058, 0.04909404101469739, 0.05089285759628703, -1.0955688453204249], "count": [996]}, "eef_sim_pose_action": {"mean": [0.453156040075526, 0.23077267433822715, 1.1208218845816011, 0.01985014621535287, -0.01371103975108433, 1.335620869939582, 0.46905908763797227, -0.17062580892472148, 1.1524220750401195, -0.0033402300180242375, -0.0025655678449890487, -1.2616326902662394], "std": [0.039343015731175913, 0.023632501233788225, 0.02296695164262415, 0.0220572105661577, 0.07527002146284682, 0.08087934163554295, 0.057819824076015415, 0.02887092362597385, 0.024960048835449642, 0.024740296575243903, 0.0593345367929977, 0.10978671693581142], "min": [0.41972837177094763, 0.16881271210294047, 1.102901423400205, 0.002446662160359936, -0.15305944784573522, 1.175971445216441, 0.40490085863612774, -0.19239396375480922, 1.1297827499791757, -0.07710009009433216, -0.13091790332954667, -1.3664458330208649], "max": [0.5636730444819588, 0.2475274626835067, 1.1770695353714489, 0.09451514176149856, 0.051811328127213896, 1.3907252306802245, 0.5997539242545623, -0.10313976876612085, 1.2027647096336058, 0.04909404101469739, 0.05089285759628703, -1.0955688453204249], "count": [996]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [996]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [996]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [996]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [996]}, "gripper_open_scale_state": {"mean": [0.910208944687668, 0.9090909090909023], "std": [9.162468960963986e-05, 6.772360450213455e-15], "min": [0.91, 0.9090909090909091], "max": [0.9105113636363636, 0.9090909090909091], "count": [996]}, "gripper_open_scale_action": {"mean": [0.9102089434620626, 0.9090909090909023], "std": [9.162858364959596e-05, 6.772360450213455e-15], "min": [0.91, 0.9090909090909091], "max": [0.9105113636363636, 0.9090909090909091], "count": [996]}}} +{"episode_index": 126, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5363423660412441]], [[0.5577410306795132]], [[0.5613376389827962]]], "std": [[[0.3382281604513026]], [[0.3141547719862967]], [[0.316407053654661]]], "count": [174]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3768956584309969]], [[0.3955161825745624]], [[0.4019088958380287]]], "std": [[[0.2683948694357465]], [[0.25462934937426407]], [[0.25865531172702017]]], "count": [174]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.398505538182706]], [[0.42577934133423484]], [[0.4303403376436782]]], "std": [[[0.28746022830782053]], [[0.2631826815039324]], [[0.26364309737093916]]], "count": [174]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4064832528078281]], [[0.4238484571031478]], [[0.4246250375629179]]], "std": [[[0.30342179369035327]], [[0.2745671700493218]], [[0.2755007580853576]]], "count": [174]}, "observation.state": {"min": [-0.14864641427993774, 0.17302648723125458, 0.02687152475118637, -1.7752747535705566, -0.29080456495285034, -0.0838194340467453, -0.2792712152004242, -0.3263297975063324, 0.34609395265579224, 0.08738724887371063, -1.6754255294799805, -1.5197350978851318, -1.1035369634628296, -0.15901149809360504, -0.014282247051596642, -0.34703800082206726, -1.7880014181137085, 0.04110796004533768, -0.09227992594242096, -0.0606207400560379, -0.31301170587539673, -0.48096126317977905, 0.025173062458634377, 1.3349539041519165, -1.5677685737609863, 0.9120104908943176, 1001.0, 999.9375], "max": [0.20202186703681946, 0.3213489353656769, 0.31729650497436523, -1.5268118381500244, -0.01445896178483963, 0.11044007539749146, -0.05066254734992981, -0.26404786109924316, 0.4362172484397888, 0.2106035053730011, -1.3392481803894043, -1.2891275882720947, -0.7733106017112732, 0.31141364574432373, 0.16009469330310822, -0.19817885756492615, -1.3333323001861572, 0.1878279745578766, 0.06229625642299652, 0.18712656199932098, -0.24767175316810608, -0.3506859540939331, 0.12059450149536133, 1.6742727756500244, -1.3956958055496216, 1.144995927810669, 1001.625, 1000.0], "mean": [0.11712769418954849, 0.23757562041282654, 0.10795724391937256, -1.653066873550415, -0.21428745985031128, -0.03542577475309372, -0.20450493693351746, -0.31129807233810425, 0.37595081329345703, 0.17955221235752106, -1.430965781211853, -1.441455602645874, -1.0063526630401611, -0.014267696999013424, 0.12050820887088776, -0.273978590965271, -1.6231979131698608, 0.13637816905975342, -0.018156861886382103, 0.0457729734480381, -0.2919694483280182, -0.3970809578895569, 0.09468241780996323, 1.449828863143921, -1.4513969421386719, 1.0665994882583618, 1001.2315673828125, 999.9968872070312], "std": [0.11205744743347168, 0.027699869126081467, 0.10052616894245148, 0.055866871029138565, 0.08962758630514145, 0.05999799817800522, 0.05336674675345421, 0.02026994153857231, 0.027053026482462883, 0.04099147021770477, 0.12488952279090881, 0.055556222796440125, 0.1257457286119461, 0.11579013615846634, 0.05343437194824219, 0.03690320998430252, 0.09652438014745712, 0.053394194692373276, 0.043244391679763794, 0.11102399975061417, 0.021008143201470375, 0.028725555166602135, 0.03292682766914368, 0.12675920128822327, 0.06162847578525543, 0.08816376328468323, 0.11813204735517502, 0.013541504740715027], "count": [972]}, "action": {"min": [-0.14864641427993774, 0.17302648723125458, 0.02687152475118637, -1.7752747535705566, -0.29080456495285034, -0.0838194340467453, -0.2792712152004242, -0.3263297975063324, 0.34609395265579224, 0.08738724887371063, -1.6754255294799805, -1.5197350978851318, -1.1035369634628296, -0.15901149809360504, -0.014282247051596642, -0.34703800082206726, -1.7880014181137085, 0.04110796004533768, -0.09227992594242096, -0.0606207400560379, -0.31301170587539673, -0.48096126317977905, 0.025173062458634377, 1.3349539041519165, -1.5677685737609863, 0.9120104908943176, 1001.0, 999.9375], "max": [0.20202186703681946, 0.3213489353656769, 0.31729650497436523, -1.5268118381500244, -0.01445896178483963, 0.11044007539749146, -0.05066254734992981, -0.26404786109924316, 0.4362172484397888, 0.2106035053730011, -1.3392481803894043, -1.2891275882720947, -0.7733106017112732, 0.31141364574432373, 0.16009469330310822, -0.19817885756492615, -1.3333323001861572, 0.1878279745578766, 0.06229625642299652, 0.18712656199932098, -0.24767175316810608, -0.3506859540939331, 0.12059536576271057, 1.6742727756500244, -1.3956958055496216, 1.144995927810669, 1001.625, 1000.0], "mean": [0.11732704937458038, 0.23759740591049194, 0.10783449560403824, -1.6532100439071655, -0.2144431620836258, -0.03542057052254677, -0.20467129349708557, -0.31130537390708923, 0.37589454650878906, 0.1795813888311386, -1.4309183359146118, -1.4416316747665405, -1.0063951015472412, -0.014251389540731907, 0.12040670961141586, -0.273917555809021, -1.6231328248977661, 0.13628564774990082, -0.018207654356956482, 0.04596899449825287, -0.2919747829437256, -0.3970867693424225, 0.09466300904750824, 1.4499508142471313, -1.4514702558517456, 1.0665555000305176, 1001.2312622070312, 999.9968872070312], "std": [0.11203228682279587, 0.02769169583916664, 0.10055041313171387, 0.055721215903759, 0.08962519466876984, 0.059994421899318695, 0.05313853919506073, 0.020273927599191666, 0.027034733444452286, 0.041002869606018066, 0.12491558492183685, 0.05534406006336212, 0.125769704580307, 0.11578498780727386, 0.05345625430345535, 0.03697502985596657, 0.0965377539396286, 0.053382959216833115, 0.0433020144701004, 0.1110042855143547, 0.02101251110434532, 0.028724584728479385, 0.032917123287916183, 0.12670549750328064, 0.06160610169172287, 0.08813534677028656, 0.11630867421627045, 0.013541504740715027], "count": [972]}, "timestamp": {"min": [0.0], "max": [32.36666666666667], "mean": [16.183333333333334], "std": [9.353069411022641], "count": [972]}, "frame_index": {"min": [0], "max": [971], "mean": [485.5], "std": [280.5920823306792], "count": [972]}, "episode_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [972]}, "index": {"min": [124349], "max": [125320], "mean": [124834.5], "std": [280.5920823306792], "count": [972]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [972]}, "subtask_annotation": {"mean": [1.0792181069958848, 3.0, 3.0, 3.0, 3.0], "std": [0.9145037365241327, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [972]}, "scene_annotation": {"mean": [126.0], "std": [0.0], "min": [126], "max": [126], "count": [972]}, "eef_direction_state": {"mean": [4.7139917695473255, 4.434156378600823], "std": [2.1412300107134548, 2.460550058996908], "min": [0, 0], "max": [6, 6], "count": [972]}, "eef_velocity_state": {"mean": [0.29218106995884774, 0.32613168724279834], "std": [0.4547650957544382, 0.468796128203899], "min": [0, 0], "max": [1, 1], "count": [972]}, "eef_acc_mag_state": {"mean": [0.029835390946502057, 0.037037037037037035], "std": [0.2178617885543308, 0.2498284733931857], "min": [0, 0], "max": [2, 2], "count": [972]}, "eef_direction_action": {"mean": [4.7139917695473255, 4.434156378600823], "std": [2.1412300107134548, 2.460550058996908], "min": [0, 0], "max": [6, 6], "count": [972]}, "eef_velocity_action": {"mean": [0.29218106995884774, 0.32613168724279834], "std": [0.4547650957544382, 0.468796128203899], "min": [0, 0], "max": [1, 1], "count": [972]}, "eef_acc_mag_action": {"mean": [0.029835390946502057, 0.037037037037037035], "std": [0.2178617885543308, 0.2498284733931857], "min": [0, 0], "max": [2, 2], "count": [972]}, "eef_sim_pose_state": {"mean": [0.420735497522707, 0.2569435981264704, 1.1334240328682295, 0.029468250746923875, -0.009536817630892916, 1.2448251094346916, 0.44201522295796847, -0.17203158585875244, 1.1481517421790193, 0.02113678423004929, 0.018323339548663723, -1.2458524447386794], "std": [0.028746582535917987, 0.03248133948709832, 0.02086942317763433, 0.013334699690819145, 0.09014642075015693, 0.12070319116058885, 0.030920354934989933, 0.022756293614299566, 0.01967283668579318, 0.021378595204299536, 0.03980414821659721, 0.13220165363616618], "min": [0.3986671143410257, 0.1805484551045829, 1.117589180895921, 0.003362958842827668, -0.19085574723515286, 1.0225111816937926, 0.39922768554270477, -0.18857401069017393, 1.125208943449483, -0.009416093588938024, -0.07556402904301729, -1.3663332162234032], "max": [0.48707939435237224, 0.28221817849532677, 1.1814479464249046, 0.061134360564681633, 0.06761978533857604, 1.3788432269641802, 0.5309874137681511, -0.11828448364612958, 1.1872641761718985, 0.09324313086874308, 0.05099119654400197, -1.0456278877105394], "count": [972]}, "eef_sim_pose_action": {"mean": [0.4206806299908821, 0.2569788195891467, 1.1334186562794921, 0.029489762996303726, -0.009389736291947864, 1.2447592426603757, 0.44202418878683963, -0.17202320642580995, 1.148142769103227, 0.021176617091809263, 0.018314853322123653, -1.2457251777542602], "std": [0.02873566326439521, 0.03248937094572811, 0.020872572787509935, 0.013312961745493115, 0.09015440677821904, 0.12064751542140616, 0.030918345854889947, 0.022752069405035765, 0.019680819965525197, 0.021386080277436412, 0.03979810308304243, 0.1321451767420907], "min": [0.3986671143410257, 0.1805484551045829, 1.117589180895921, 0.003362958842827668, -0.19085574723515286, 1.0225111816937926, 0.39922768554270477, -0.18857401069017393, 1.125208943449483, -0.009416093588938024, -0.07556402904301729, -1.3663332162234032], "max": [0.48707939435237224, 0.28221817849532677, 1.1814479464249046, 0.061134360564681633, 0.06761978533857604, 1.3788432269641802, 0.5309874137681511, -0.11828448364612958, 1.1872641761718985, 0.09324313086874308, 0.05099119654400197, -1.0456278877105394], "count": [972]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [972]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [972]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [972]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [972]}, "gripper_open_scale_state": {"mean": [0.9102105402919732, 0.9090881032547649], "std": [0.00010739281680569284, 1.2310556099023852e-05], "min": [0.91, 0.9090340909090909], "max": [0.9105681818181818, 0.9090909090909091], "count": [972]}, "gripper_open_scale_action": {"mean": [0.910210275418119, 0.9090881032547649], "std": [0.00010573555089440563, 1.2310556099023854e-05], "min": [0.91, 0.9090340909090909], "max": [0.9105681818181818, 0.9090909090909091], "count": [972]}}} +{"episode_index": 127, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5408453340348821]], [[0.5619488335642229]], [[0.56523742651499]]], "std": [[[0.3369596900005208]], [[0.3128138171053501]], [[0.3144680411968298]]], "count": [184]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37345668491581413]], [[0.39192892600880935]], [[0.39821991443769533]]], "std": [[[0.2670804266055647]], [[0.2530465094086049]], [[0.2572094089786559]]], "count": [184]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4154356839656152]], [[0.4401750586104007]], [[0.44223176417306054]]], "std": [[[0.2798921232413007]], [[0.2598654097598881]], [[0.2593709547579552]]], "count": [184]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3952671812837454]], [[0.4173664815110827]], [[0.42071168678069054]]], "std": [[[0.2958041233148882]], [[0.27095857166865206]], [[0.27363521593456774]]], "count": [184]}, "observation.state": {"min": [-0.2361757755279541, 0.039421532303094864, -0.0017616917612031102, -1.6834311485290527, -0.16393877565860748, -0.07922398298978806, -0.1975581794977188, -0.323447048664093, 0.3638612627983093, 0.07751387357711792, -1.5686204433441162, -1.4639043807983398, -1.1435697078704834, -0.126585453748703, -0.02845650166273117, -0.31233102083206177, -1.7414895296096802, 0.013033246621489525, -0.05400703102350235, -0.06056510657072067, -0.30818092823028564, -0.5087406635284424, 0.037765875458717346, 1.328170657157898, -1.5656657218933105, 0.9270051121711731, 1001.0, 999.9375], "max": [0.18370682001113892, 0.2344915270805359, 0.26330363750457764, -1.3784904479980469, 0.09838312119245529, 0.029936760663986206, -0.05063309520483017, -0.27829787135124207, 0.4719880521297455, 0.20190294086933136, -1.2715156078338623, -1.2895188331604004, -0.8881505727767944, 0.39671769738197327, 0.1582675576210022, -0.12534736096858978, -1.2082500457763672, 0.20574922859668732, 0.06635305285453796, 0.18095356225967407, -0.25510817766189575, -0.3652256727218628, 0.12237956374883652, 1.5951910018920898, -1.3423899412155151, 1.1654406785964966, 1001.5, 1000.0], "mean": [0.08385302126407623, 0.1376532018184662, 0.08400341123342514, -1.6130915880203247, -0.10905783623456955, -0.04068247973918915, -0.12788589298725128, -0.31250736117362976, 0.38958048820495605, 0.17087312042713165, -1.3725175857543945, -1.346950650215149, -1.0667641162872314, 0.01045458484441042, 0.1021570935845375, -0.25497913360595703, -1.5880485773086548, 0.13824141025543213, -0.019510524347424507, 0.03295675292611122, -0.2927972376346588, -0.40719008445739746, 0.09937126189470291, 1.4152979850769043, -1.4389259815216064, 1.0927623510360718, 1001.2063598632812, 999.9981079101562], "std": [0.12983790040016174, 0.04152384772896767, 0.09930308163166046, 0.08744925260543823, 0.07884048670530319, 0.025754980742931366, 0.02964589186012745, 0.014032922685146332, 0.03361262008547783, 0.04168269783258438, 0.11482275277376175, 0.037714969366788864, 0.09173482656478882, 0.14983625710010529, 0.06586947292089462, 0.04354001581668854, 0.12843795120716095, 0.059836868196725845, 0.03334488719701767, 0.1011895090341568, 0.017970886081457138, 0.0385117381811142, 0.02978845313191414, 0.10165387392044067, 0.06509329378604889, 0.07233867794275284, 0.09793540090322495, 0.010748213157057762], "count": [1049]}, "action": {"min": [-0.2361757755279541, 0.039421532303094864, -0.0017616917612031102, -1.6834311485290527, -0.16393877565860748, -0.07922631502151489, -0.1975581794977188, -0.323447048664093, 0.3638612627983093, 0.07751387357711792, -1.5686204433441162, -1.4639043807983398, -1.1435697078704834, -0.126585453748703, -0.02845650166273117, -0.31233102083206177, -1.7414895296096802, 0.013033246621489525, -0.05400703102350235, -0.06056183576583862, -0.30818092823028564, -0.5087406635284424, 0.037765875458717346, 1.328170657157898, -1.5656657218933105, 0.9270051121711731, 1001.0, 999.9375], "max": [0.18370682001113892, 0.2344915270805359, 0.26330363750457764, -1.3784904479980469, 0.09838312119245529, 0.029936760663986206, -0.05063309520483017, -0.27829787135124207, 0.4719880521297455, 0.20190294086933136, -1.2715156078338623, -1.2895188331604004, -0.8881505727767944, 0.39671769738197327, 0.1582675576210022, -0.12534736096858978, -1.2082500457763672, 0.20574922859668732, 0.06635305285453796, 0.18095356225967407, -0.25510817766189575, -0.3652256727218628, 0.12237956374883652, 1.5951910018920898, -1.3423899412155151, 1.1654406785964966, 1001.5, 1000.0], "mean": [0.08402062952518463, 0.1375739872455597, 0.08386164158582687, -1.6132293939590454, -0.1090804859995842, -0.0406547375023365, -0.1279621571302414, -0.31251099705696106, 0.3895355463027954, 0.17089243233203888, -1.372413158416748, -1.3470081090927124, -1.0668444633483887, 0.010400243103504181, 0.10200730711221695, -0.25485315918922424, -1.5880675315856934, 0.13807663321495056, -0.019519342109560966, 0.033054184168577194, -0.2927972376346588, -0.4071829617023468, 0.09937231242656708, 1.4152960777282715, -1.438876748085022, 1.0927786827087402, 1001.2064819335938, 999.9981079101562], "std": [0.12985099852085114, 0.04145270586013794, 0.09931818395853043, 0.08742722123861313, 0.07885203510522842, 0.0257291030138731, 0.02954982779920101, 0.01403502095490694, 0.03361397236585617, 0.04169226065278053, 0.11486130952835083, 0.03767366707324982, 0.09176208078861237, 0.14987167716026306, 0.065920390188694, 0.0437159463763237, 0.12844634056091309, 0.059938084334135056, 0.03335221856832504, 0.10114853084087372, 0.017970891669392586, 0.038515735417604446, 0.02978922240436077, 0.10165534168481827, 0.06514479964971542, 0.07235221564769745, 0.09788574278354645, 0.010748213157057762], "count": [1049]}, "timestamp": {"min": [0.0], "max": [34.93333333333333], "mean": [17.466666666666665], "std": [10.094002619817815], "count": [1049]}, "frame_index": {"min": [0], "max": [1048], "mean": [524.0], "std": [302.82007859453444], "count": [1049]}, "episode_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [1049]}, "index": {"min": [125321], "max": [126369], "mean": [125845.0], "std": [302.82007859453444], "count": [1049]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1049]}, "subtask_annotation": {"mean": [1.119161105815062, 3.0, 3.0, 3.0, 3.0], "std": [0.9107476379500384, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1049]}, "scene_annotation": {"mean": [127.0], "std": [0.0], "min": [127], "max": [127], "count": [1049]}, "eef_direction_state": {"mean": [4.597712106768351, 4.535748331744519], "std": [2.264711361111575, 2.370559304905494], "min": [0, 0], "max": [6, 6], "count": [1049]}, "eef_velocity_state": {"mean": [0.2888465204957102, 0.2926596758817922], "std": [0.4532264424029377, 0.4549835051895339], "min": [0, 0], "max": [1, 1], "count": [1049]}, "eef_acc_mag_state": {"mean": [0.02478551000953289, 0.002859866539561487], "std": [0.19855429999732618, 0.05340119570699998], "min": [0, 0], "max": [2, 1], "count": [1049]}, "eef_direction_action": {"mean": [4.597712106768351, 4.535748331744519], "std": [2.264711361111575, 2.370559304905494], "min": [0, 0], "max": [6, 6], "count": [1049]}, "eef_velocity_action": {"mean": [0.2888465204957102, 0.2926596758817922], "std": [0.4532264424029377, 0.4549835051895339], "min": [0, 0], "max": [1, 1], "count": [1049]}, "eef_acc_mag_action": {"mean": [0.02478551000953289, 0.002859866539561487], "std": [0.19855429999732618, 0.05340119570699997], "min": [0, 0], "max": [2, 1], "count": [1049]}, "eef_sim_pose_state": {"mean": [0.4315369299325918, 0.23892303443728474, 1.1310346880651705, 0.016450152918902613, -0.028957774492533915, 1.3537703043503986, 0.45096029367324814, -0.17373793584668498, 1.1475560184984006, 0.018575686745538226, 0.03161192933664402, -1.2804637240059527], "std": [0.03509853369250726, 0.03362399182304958, 0.013023647761871308, 0.016645584794710195, 0.07450307380202385, 0.09867329785782307, 0.04120531798918135, 0.02046638608193689, 0.01670565529497775, 0.018000840572452916, 0.027712988429512767, 0.11522149600446945], "min": [0.40475044877797456, 0.1578609223282562, 1.1213947630678456, -0.03493940093116921, -0.19628091303697714, 1.163392754880809, 0.4115392698154885, -0.190194911863663, 1.1320858082885865, -0.013898966166855264, -0.03795988072422252, -1.4077628740902322], "max": [0.5170621687869345, 0.2632150917125824, 1.16394564248986, 0.03260264661809398, 0.036233664083979766, 1.4310651196527262, 0.557608238123885, -0.12688143807988317, 1.1814001896672641, 0.061787121313420235, 0.08455195371648205, -1.0867412478716183], "count": [1049]}, "eef_sim_pose_action": {"mean": [0.4314913707741831, 0.23893804230400884, 1.1310330070210797, 0.016471477967000082, -0.028853656124416562, 1.353819227405926, 0.45095256219800267, -0.17373587319617967, 1.1475545975097972, 0.01859115318798038, 0.0315899143002409, -1.2804981424718846], "std": [0.035101533802655925, 0.03363121931840622, 0.01302469217812653, 0.01664592136448652, 0.07451365605508793, 0.09869847770449257, 0.04120987084562563, 0.020465100649601147, 0.01670678367656866, 0.017996929845622088, 0.02770692384909252, 0.11525252749753737], "min": [0.40475044877797456, 0.1578609223282562, 1.1213947630678456, -0.03493940093116921, -0.19628091303697714, 1.163392754880809, 0.4115392698154885, -0.190194911863663, 1.1320858082885865, -0.013898966166855264, -0.03795988072422252, -1.4077628740902322], "max": [0.5170621687869345, 0.2632150917125824, 1.16394564248986, 0.03260264661809398, 0.036233664083979766, 1.4310651196527262, 0.557608238123885, -0.12688143807988317, 1.1814001896672641, 0.061787121313420235, 0.08455195371648205, -1.0867412478716183], "count": [1049]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1049]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1049]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1049]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1049]}, "gripper_open_scale_state": {"mean": [0.9101876072280702, 0.9090891758384524], "std": [8.903207271829433e-05, 9.771186657222934e-06], "min": [0.91, 0.9090340909090909], "max": [0.9104545454545454, 0.9090909090909091], "count": [1049]}, "gripper_open_scale_action": {"mean": [0.9101876613922093, 0.9090891758384524], "std": [8.898655743333264e-05, 9.771186657222934e-06], "min": [0.91, 0.9090340909090909], "max": [0.9104545454545454, 0.9090909090909091], "count": [1049]}}} +{"episode_index": 128, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5342453059132923]], [[0.5556630240360444]], [[0.5591974948756623]]], "std": [[[0.33688587621317484]], [[0.31254820071432254]], [[0.3143463394559203]]], "count": [169]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37511648562284877]], [[0.39329382154735665]], [[0.3991527596492246]]], "std": [[[0.2692457874024646]], [[0.2548388563987323]], [[0.25825743197922096]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41849711514290133]], [[0.4433892139942762]], [[0.44401203735932243]]], "std": [[[0.2830050507249222]], [[0.26198678537930503]], [[0.26013509807779295]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41459757391615426]], [[0.4375439774529141]], [[0.44068022682445757]]], "std": [[[0.3092608511411578]], [[0.28351161266466995]], [[0.28540033393152103]]], "count": [169]}, "observation.state": {"min": [-0.34817245602607727, 0.08220718801021576, 0.056988272815942764, -1.6598997116088867, -0.17319120466709137, -0.14649857580661774, -0.2217898964881897, -0.3278977572917938, 0.37348249554634094, 0.0812525600194931, -1.6466425657272339, -1.4720333814620972, -1.1297214031219482, -0.1634489893913269, -0.033138349652290344, -0.3165242075920105, -1.7833610773086548, 0.051804643124341965, -0.11638837307691574, -0.06057383120059967, -0.3072996735572815, -0.5287541747093201, 0.034463249146938324, 1.3349539041519165, -1.552257776260376, 0.9830918908119202, 1000.75, 999.9375], "max": [0.12372530251741409, 0.21662046015262604, 0.2920350432395935, -1.2904462814331055, 0.025555983185768127, 0.026338109746575356, -0.05065915361046791, -0.2634885609149933, 0.49984437227249146, 0.18663012981414795, -1.3850375413894653, -1.2893335819244385, -0.8576110005378723, 0.47897398471832275, 0.16811011731624603, -0.1247103214263916, -1.0993468761444092, 0.18786615133285522, -0.03426844999194145, 0.20385554432868958, -0.2559337615966797, -0.3518124222755432, 0.13590924441814423, 1.6309798955917358, -1.3749980926513672, 1.1771280765533447, 1001.75, 1000.0], "mean": [0.00847034901380539, 0.1662718951702118, 0.13996154069900513, -1.540987253189087, -0.12171868979930878, -0.08785007148981094, -0.1708662062883377, -0.30986443161964417, 0.4074007570743561, 0.15707217156887054, -1.4752269983291626, -1.374889850616455, -1.0287610292434692, 0.015152720734477043, 0.1234164759516716, -0.2571776509284973, -1.5696128606796265, 0.1629282385110855, -0.049986157566308975, 0.02033688873052597, -0.2964223325252533, -0.4086659848690033, 0.10635758936405182, 1.413905143737793, -1.4286696910858154, 1.1114813089370728, 1001.2611694335938, 999.9978637695312], "std": [0.15040744841098785, 0.03211400285363197, 0.08360178768634796, 0.09472049027681351, 0.057744670659303665, 0.05474712699651718, 0.0457121767103672, 0.020980846136808395, 0.03938920050859451, 0.03621897101402283, 0.09676031023263931, 0.04312806576490402, 0.0961829423904419, 0.1593594253063202, 0.056618139147758484, 0.03671781346201897, 0.14899210631847382, 0.037459298968315125, 0.017515258863568306, 0.10919910669326782, 0.016776764765381813, 0.041730865836143494, 0.027182377874851227, 0.11211387068033218, 0.0551353320479393, 0.05630345270037651, 0.1546269953250885, 0.011327812448143959], "count": [941]}, "action": {"min": [-0.34817245602607727, 0.08220718801021576, 0.056988272815942764, -1.6598997116088867, -0.17319120466709137, -0.14649857580661774, -0.2217898964881897, -0.3278977572917938, 0.37348249554634094, 0.0812525600194931, -1.6466425657272339, -1.4720333814620972, -1.1297214031219482, -0.1634489893913269, -0.033138349652290344, -0.3165242075920105, -1.7833610773086548, 0.051804643124341965, -0.11638837307691574, -0.06057456135749817, -0.3072996735572815, -0.5287541747093201, 0.034463249146938324, 1.3349539041519165, -1.552257776260376, 0.9830918908119202, 1000.75, 999.9375], "max": [0.12372530251741409, 0.21662046015262604, 0.2920350432395935, -1.2904462814331055, 0.025555983185768127, 0.026338109746575356, -0.05065818130970001, -0.2634885609149933, 0.49984437227249146, 0.18663012981414795, -1.3850375413894653, -1.2893273830413818, -0.8576110005378723, 0.47897398471832275, 0.16811011731624603, -0.1247103214263916, -1.0993468761444092, 0.18786615133285522, -0.03426844999194145, 0.20385554432868958, -0.2559337615966797, -0.3518124222755432, 0.13590924441814423, 1.6309798955917358, -1.3749980926513672, 1.1771280765533447, 1001.75, 1000.0], "mean": [0.008592210710048676, 0.16621701419353485, 0.13986699283123016, -1.5410524606704712, -0.12175288796424866, -0.08791711181402206, -0.17100177705287933, -0.3098730742931366, 0.4073658287525177, 0.15707744657993317, -1.4752452373504639, -1.3749819993972778, -1.0288267135620117, 0.015186231583356857, 0.12331846356391907, -0.2570393681526184, -1.5695364475250244, 0.16284076869487762, -0.05005861818790436, 0.020528601482510567, -0.2964214086532593, -0.40868330001831055, 0.10637180507183075, 1.4139964580535889, -1.428661584854126, 1.111505150794983, 1001.2618408203125, 999.9978637695312], "std": [0.150452122092247, 0.03207199648022652, 0.08364344388246536, 0.09473172575235367, 0.057763468474149704, 0.05477524548768997, 0.045544326305389404, 0.02098618820309639, 0.03939959406852722, 0.03622289374470711, 0.09674517810344696, 0.043038032948970795, 0.09622279554605484, 0.15934723615646362, 0.05663769692182541, 0.0369512103497982, 0.14897695183753967, 0.037497151643037796, 0.01762520521879196, 0.10921525955200195, 0.01677621714770794, 0.04172629490494728, 0.027193326503038406, 0.11208461970090866, 0.05514046549797058, 0.056322112679481506, 0.15476742386817932, 0.011327812448143959], "count": [941]}, "timestamp": {"min": [0.0], "max": [31.333333333333332], "mean": [15.66666666666667], "std": [9.054771608875008], "count": [941]}, "frame_index": {"min": [0], "max": [940], "mean": [470.0], "std": [271.6431482662502], "count": [941]}, "episode_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [941]}, "index": {"min": [126370], "max": [127310], "mean": [126840.0], "std": [271.6431482662502], "count": [941]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [941]}, "subtask_annotation": {"mean": [0.873538788522848, 3.0, 3.0, 3.0, 3.0], "std": [0.9289024958493446, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [941]}, "scene_annotation": {"mean": [128.0], "std": [0.0], "min": [128], "max": [128], "count": [941]}, "eef_direction_state": {"mean": [4.488841657810839, 4.568544102019128], "std": [2.3324019075286695, 2.3966033583374227], "min": [0, 0], "max": [6, 6], "count": [941]}, "eef_velocity_state": {"mean": [0.3145589798087141, 0.2688629117959617], "std": [0.4643399918490898, 0.44336852217603384], "min": [0, 0], "max": [1, 1], "count": [941]}, "eef_acc_mag_state": {"mean": [0.0, 0.028692879914984058], "std": [0.0, 0.19620548187620493], "min": [0, 0], "max": [0, 2], "count": [941]}, "eef_direction_action": {"mean": [4.488841657810839, 4.568544102019128], "std": [2.3324019075286695, 2.3966033583374227], "min": [0, 0], "max": [6, 6], "count": [941]}, "eef_velocity_action": {"mean": [0.3145589798087141, 0.2688629117959617], "std": [0.4643399918490898, 0.44336852217603384], "min": [0, 0], "max": [1, 1], "count": [941]}, "eef_acc_mag_action": {"mean": [0.0, 0.028692879914984058], "std": [0.0, 0.19620548187620493], "min": [0, 0], "max": [0, 2], "count": [941]}, "eef_sim_pose_state": {"mean": [0.4514256284592188, 0.232867468651433, 1.1306242987404, -0.017141465097000003, -0.055049965414467446, 1.265559167345751, 0.45215947897135506, -0.17968361358948118, 1.1428933079985695, 0.029920327502634708, 0.03378665218727621, -1.2923346970524694], "std": [0.041076245579730546, 0.028515198503827967, 0.021448512491187646, 0.020883586937328807, 0.06568898885615461, 0.09550960328306116, 0.044462142290846156, 0.0187693746368178, 0.014564037650923517, 0.03264313236073759, 0.02877345146310656, 0.1104090724743437], "min": [0.4202576237599768, 0.16821919179288208, 1.1114105353923773, -0.05629763042412739, -0.20300843610888863, 1.11275086471485, 0.40005049309548035, -0.20573481541056984, 1.1280841688366554, 0.005854086079283394, -0.04674699385311998, -1.3664754378199941], "max": [0.5475225627585145, 0.25644129906051943, 1.1781439936839542, 0.0329537572702433, 0.010447797715684493, 1.3789363351632273, 0.5786489820822492, -0.12536012769556404, 1.1802584360878094, 0.10631527141001973, 0.05404922697101533, -1.074951325086857], "count": [941]}, "eef_sim_pose_action": {"mean": [0.45139170720294314, 0.23287709674977117, 1.1306121241754166, -0.017180058600013835, -0.054961793390764874, 1.265510309614979, 0.4521778872330478, -0.17970159511051362, 1.142887814924488, 0.029990987606577223, 0.03376996871635728, -1.2922894878284699], "std": [0.041088029094414176, 0.028521600819133134, 0.02145560930309029, 0.020875362355772198, 0.0657162872997326, 0.09546334585924614, 0.044456860439900256, 0.018785021617060048, 0.014567986592096027, 0.03266288560798285, 0.028768077668629828, 0.11038745033787545], "min": [0.4202576237599768, 0.16821919179288208, 1.1114105353923773, -0.05629763042412739, -0.20300843610888863, 1.11275086471485, 0.40005049309548035, -0.20573481541056984, 1.1280841688366554, 0.005855341096323574, -0.04674699385311998, -1.3664754378199941], "max": [0.5475225627585145, 0.25644129906051943, 1.1781439936839542, 0.0329537572702433, 0.010447797715684493, 1.378938084553104, 0.5786489820822492, -0.12536012769556404, 1.1802584360878094, 0.10631527141001973, 0.05404922697101533, -1.074951325086857], "count": [941]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [941]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [941]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [941]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [941]}, "gripper_open_scale_state": {"mean": [0.9102374986367214, 0.9090889769104392], "std": [0.00014057040921437874, 1.0298041544444361e-05], "min": [0.9097727272727273, 0.9090340909090909], "max": [0.9106818181818181, 0.9090909090909091], "count": [941]}, "gripper_open_scale_action": {"mean": [0.9102381241424092, 0.9090889769104392], "std": [0.00014069680798925723, 1.0298041544444361e-05], "min": [0.9097727272727273, 0.9090340909090909], "max": [0.9106818181818181, 0.9090909090909091], "count": [941]}}} +{"episode_index": 129, "stats": {"observation.images.cam_chest_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5325303852037269]], [[0.55324282523293]], [[0.5578710714782367]]], "std": [[[0.33685961520923097]], [[0.31201683436727984]], [[0.3145541277089515]]], "count": [188]}, "observation.images.cam_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3757290406410791]], [[0.3937804286608261]], [[0.39961236484842166]]], "std": [[[0.26942960863348486]], [[0.25501490542604455]], [[0.2581277113254144]]], "count": [188]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43060514771068004]], [[0.453600280515575]], [[0.4560529535617438]]], "std": [[[0.28303865838015063]], [[0.2618566400274459]], [[0.2608481065093999]]], "count": [188]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41380816080864974]], [[0.43514842663572517]], [[0.4379694887706856]]], "std": [[[0.3063252582321139]], [[0.28079048929211636]], [[0.2826286177216248]]], "count": [188]}, "observation.state": {"min": [-0.4031863212585449, 0.06662467122077942, 0.0684201791882515, -1.6629159450531006, -0.14062881469726562, -0.16556629538536072, -0.1803296059370041, -0.32910606265068054, 0.37752407789230347, 0.07924856245517731, -1.7125648260116577, -1.3956822156906128, -1.1820921897888184, -0.10774899274110794, -0.055920347571372986, -0.3190058171749115, -1.7078014612197876, 0.050272028893232346, -0.13548991084098816, -0.06055092811584473, -0.30658411979675293, -0.5499298572540283, 0.02874249964952469, 1.3348308801651, -1.5291310548782349, 0.9533968567848206, 1001.0, 999.9375], "max": [0.12618622183799744, 0.21654649078845978, 0.3021514117717743, -1.2071623802185059, 0.14996196329593658, -0.0041320668533444405, -0.050674546509981155, -0.2625488042831421, 0.5148611068725586, 0.18142925202846527, -1.3653556108474731, -1.19050133228302, -0.8091059327125549, 0.5635690093040466, 0.15828827023506165, -0.17271997034549713, -0.9886472225189209, 0.18782469630241394, 0.04643121361732483, 0.19768580794334412, -0.24809575080871582, -0.3725810647010803, 0.12072081118822098, 1.6484395265579224, -1.3968900442123413, 1.150711178779602, 1001.5625, 1000.0], "mean": [0.01708105206489563, 0.12255331128835678, 0.1379314512014389, -1.5431734323501587, -0.08194191753864288, -0.1094415932893753, -0.13179908692836761, -0.30993402004241943, 0.40573951601982117, 0.14822301268577576, -1.4580985307693481, -1.3363820314407349, -1.0728899240493774, 0.04016861319541931, 0.11041990667581558, -0.26059436798095703, -1.552275538444519, 0.14421088993549347, -0.03959209471940994, 0.03351680189371109, -0.2915620803833008, -0.4148179590702057, 0.10015928745269775, 1.4320400953292847, -1.4285249710083008, 1.0916385650634766, 1001.236083984375, 999.995361328125], "std": [0.14979861676692963, 0.04635933041572571, 0.07921527326107025, 0.096340112388134, 0.08898323774337769, 0.05776078253984451, 0.035891734063625336, 0.023930484429001808, 0.038662541657686234, 0.03223881870508194, 0.12207262217998505, 0.05502957105636597, 0.12250200659036636, 0.19619949162006378, 0.0655309408903122, 0.0296559426933527, 0.18435344099998474, 0.05217881500720978, 0.03499826416373253, 0.10980101674795151, 0.02193707786500454, 0.05084896460175514, 0.03032095357775688, 0.1201002299785614, 0.04459747299551964, 0.07310754060745239, 0.1123136430978775, 0.016368214040994644], "count": [1080]}, "action": {"min": [-0.4031863212585449, 0.06662467122077942, 0.0684201791882515, -1.6629159450531006, -0.14062881469726562, -0.16556629538536072, -0.1803296059370041, -0.32910606265068054, 0.37752407789230347, 0.07924856245517731, -1.7125648260116577, -1.3956822156906128, -1.1820921897888184, -0.10774899274110794, -0.055920347571372986, -0.3190058171749115, -1.7078014612197876, 0.050272028893232346, -0.13548991084098816, -0.06055092811584473, -0.30658411979675293, -0.5499298572540283, 0.02874249964952469, 1.3348308801651, -1.5291310548782349, 0.9533968567848206, 1001.0, 999.9375], "max": [0.12618622183799744, 0.21654687821865082, 0.3021514117717743, -1.2071623802185059, 0.14996196329593658, -0.0041320668533444405, -0.050674546509981155, -0.2625488042831421, 0.5148611068725586, 0.1814298927783966, -1.3653556108474731, -1.19050133228302, -0.8091059327125549, 0.5635690093040466, 0.15828827023506165, -0.17271997034549713, -0.9886472225189209, 0.18782469630241394, 0.04643121361732483, 0.19768580794334412, -0.24809575080871582, -0.3725810647010803, 0.12072081118822098, 1.6484395265579224, -1.3968900442123413, 1.150711178779602, 1001.5625, 1000.0], "mean": [0.017190247774124146, 0.12244177609682083, 0.1378604918718338, -1.543226957321167, -0.08194253593683243, -0.10951782763004303, -0.13188163936138153, -0.3099430203437805, 0.40570804476737976, 0.14820808172225952, -1.4580862522125244, -1.3364616632461548, -1.0730010271072388, 0.04014686867594719, 0.11033190786838531, -0.26051536202430725, -1.5522576570510864, 0.1441156268119812, -0.039676032960414886, 0.03368736803531647, -0.29156047105789185, -0.41481462121009827, 0.10015223920345306, 1.4321691989898682, -1.428542137145996, 1.091640591621399, 1001.2362060546875, 999.995361328125], "std": [0.1498335301876068, 0.046277936547994614, 0.07924095541238785, 0.0963471457362175, 0.08898336440324783, 0.057775162160396576, 0.03580756485462189, 0.02393563650548458, 0.03867119923233986, 0.032227158546447754, 0.12208065390586853, 0.05502336099743843, 0.12254175543785095, 0.1962118297815323, 0.06553041934967041, 0.029770854860544205, 0.18434643745422363, 0.052193041890859604, 0.03511419892311096, 0.10979784280061722, 0.021936053410172462, 0.05085068941116333, 0.030317068099975586, 0.12007100880146027, 0.04458890110254288, 0.07310914993286133, 0.1120983213186264, 0.016368214040994644], "count": [1080]}, "timestamp": {"min": [0.0], "max": [35.96666666666667], "mean": [17.983333333333334], "std": [10.39230039054912], "count": [1080]}, "frame_index": {"min": [0], "max": [1079], "mean": [539.5], "std": [311.76901171647364], "count": [1080]}, "episode_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [1080]}, "index": {"min": [127311], "max": [128390], "mean": [127850.5], "std": [311.76901171647364], "count": [1080]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1080]}, "subtask_annotation": {"mean": [0.9583333333333334, 3.0, 3.0, 3.0, 3.0], "std": [0.9315086329891595, 0.0, 0.0, 0.0, 0.0], "min": [0, 3, 3, 3, 3], "max": [3, 3, 3, 3, 3], "count": [1080]}, "scene_annotation": {"mean": [129.0], "std": [0.0], "min": [129], "max": [129], "count": [1080]}, "eef_direction_state": {"mean": [4.67037037037037, 4.654629629629629], "std": [2.2690860967970368, 2.3878893616678605], "min": [0, 0], "max": [6, 6], "count": [1080]}, "eef_velocity_state": {"mean": [0.2851851851851852, 0.24537037037037038], "std": [0.45150259726392794, 0.43030657874900796], "min": [0, 0], "max": [1, 1], "count": [1080]}, "eef_acc_mag_state": {"mean": [0.007407407407407408, 0.005555555555555556], "std": [0.09593950997769245, 0.1052627517860911], "min": [0, 0], "max": [2, 2], "count": [1080]}, "eef_direction_action": {"mean": [4.67037037037037, 4.654629629629629], "std": [2.2690860967970368, 2.3878893616678605], "min": [0, 0], "max": [6, 6], "count": [1080]}, "eef_velocity_action": {"mean": [0.2851851851851852, 0.24537037037037038], "std": [0.45150259726392794, 0.43030657874900796], "min": [0, 0], "max": [1, 1], "count": [1080]}, "eef_acc_mag_action": {"mean": [0.007407407407407408, 0.005555555555555556], "std": [0.09593950997769245, 0.10526275178609108], "min": [0, 0], "max": [2, 2], "count": [1080]}, "eef_sim_pose_state": {"mean": [0.448695292488547, 0.2203241193424115, 1.1285711214704817, -0.039209165614061, -0.05338613365742262, 1.308938728203265, 0.4587410516679214, -0.17492867843286813, 1.1479574802727057, 0.02769876429478295, 0.019836073817688017, -1.2766406923404268], "std": [0.04058638684785202, 0.02477032951657785, 0.024181527767412406, 0.024464003685416794, 0.11709121836893883, 0.08578139651578393, 0.05374523315486036, 0.021495432602297353, 0.020228368032527904, 0.03285703078028453, 0.043592061446422845, 0.1112335155994374], "min": [0.41882891968406033, 0.16393092415357766, 1.1082994358020513, -0.09211041053811209, -0.33238042696963377, 1.1609486872752097, 0.418435478584164, -0.1899136414481516, 1.1280204328515353, 0.005846843008518565, -0.08145085361266413, -1.3664658860533154], "max": [0.56172514094589, 0.2472844364073691, 1.1754757833728389, 0.00976081935644213, 0.048712595583668916, 1.3789101132591837, 0.5993369502235478, -0.11980913706707629, 1.1890697081425714, 0.11872722929351809, 0.05624292584800572, -1.0745374236560261], "count": [1080]}, "eef_sim_pose_action": {"mean": [0.4486641659004539, 0.22031017407552644, 1.1285573263807034, -0.039261868902612136, -0.05327481610655694, 1.3089253775171088, 0.4587400234296241, -0.1749290933557273, 1.14795197134929, 0.027776755064166124, 0.01981329108229837, -1.2765534019148415], "std": [0.040595903587105776, 0.024759383767762353, 0.02418849113453773, 0.024428790133977234, 0.11712673179789343, 0.08577163036729628, 0.05374577972082404, 0.021495681406947263, 0.020232708483363754, 0.032905137893763585, 0.043582302338542905, 0.11120009262941152], "min": [0.41882891968406033, 0.16393092415357766, 1.1082994358020513, -0.09211041053811209, -0.33238042696963377, 1.1609486872752097, 0.418435478584164, -0.1899136414481516, 1.1280204328515353, 0.005846843008518565, -0.08145085361266413, -1.3664658860533154], "max": [0.56172514094589, 0.24728418999662383, 1.1754757833728389, 0.00976081935644213, 0.048712595583668916, 1.3789101132591837, 0.5993369502235478, -0.11980913706707629, 1.1890697081425714, 0.11872722929351809, 0.05624292584800572, -1.0745374236560261], "count": [1080]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1080]}, "gripper_activity_state": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1080]}, "gripper_mode_action": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [1080]}, "gripper_activity_action": {"mean": [2.0, 2.0], "std": [0.0, 0.0], "min": [2, 2], "max": [2, 2], "count": [1080]}, "gripper_open_scale_state": {"mean": [0.9102148056287173, 0.9090867003366944], "std": [0.00010210336611545648, 1.488019320677415e-05], "min": [0.91, 0.9090340909090909], "max": [0.9105113636363636, 0.9090909090909091], "count": [1080]}, "gripper_open_scale_action": {"mean": [0.9102149066860846, 0.9090867003366944], "std": [0.00010190677336698988, 1.488019320677415e-05], "min": [0.91, 0.9090340909090909], "max": [0.9105113636363636, 0.9090909090909091], "count": [1080]}}} diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/meta/info.json b/alpha_bot_2_recover_after_touching_an_obstacle/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..07246e69f21490eccd26169760af21fc96caeaaa --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/meta/info.json @@ -0,0 +1 @@ +{"codebase_version": "v2.1", "robot_type": "alpha_bot_2", "total_episodes": 130, "total_frames": 128391, "total_tasks": 1, "total_videos": 520, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:129"}, "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_chest_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_head_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_left_wrist_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_right_wrist_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.state": {"dtype": "float32", "shape": [28], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "left_eef_pos_x_m", "left_eef_pos_y_m", "left_eef_pos_z_m", "left_eef_rot_euler_x_rad", "left_eef_rot_euler_y_rad", "left_eef_rot_euler_z_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "right_eef_pos_x_m", "right_eef_pos_y_m", "right_eef_pos_z_m", "right_eef_rot_euler_x_rad", "right_eef_rot_euler_y_rad", "right_eef_rot_euler_z_rad", "left_gripper_open", "right_gripper_open"]}, "action": {"dtype": "float32", "shape": [28], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "left_eef_pos_x_m", "left_eef_pos_y_m", "left_eef_pos_z_m", "left_eef_rot_euler_x_rad", "left_eef_rot_euler_y_rad", "left_eef_rot_euler_z_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "right_eef_pos_x_m", "right_eef_pos_y_m", "right_eef_pos_z_m", "right_eef_rot_euler_x_rad", "right_eef_rot_euler_y_rad", "right_eef_rot_euler_z_rad", "left_gripper_open", "right_gripper_open"]}, "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, "dtype": "int32", "shape": [5]}, "scene_annotation": {"names": null, "dtype": "int32", "shape": [1]}, "eef_sim_pose_state": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "gripper_open_scale_state": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_open_scale_action": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_mode_state": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_mode_action": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_activity_state": {"names": ["left_gripper_activity", "right_gripper_activity"], "dtype": "int32", "shape": [2]}}} \ No newline at end of file diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/meta/tasks.jsonl b/alpha_bot_2_recover_after_touching_an_obstacle/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e7270d66322653c9b107b4d1d5905685777688f7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "return to a safe position after touching an obstacle with your arm on the white table."} diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000000.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2312e073de2dc915f02fd1ee0e50edf95bff6b70 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d72cf96375adc35d53db1f99d2fc0db912ae925584af0e63410fd5e4ff5a54 +size 6880987 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000001.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a8e0dd6f5d0c308308f69878be92aa3e0f80af2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2a2e17b297a8c90bc1787e9993f23b68f2b440e3bd9280f13b39735d5424d0 +size 7868061 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000002.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd782309545c2c799204b144d66f79e20dc9c4a2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451c22f57a27cbbb599180f39696347ef5480fc424025632fb0d9b8c25520676 +size 8169481 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000003.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92cf6e70542be8eae43676baeb6b3004eb51ee0d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cfbdacfaae6eb5bc7717ad384434ff68cc158d91e7122ab6daa530d93f40ac +size 6545928 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000004.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7621cffe2cd84afa2295cc06d4fd8acab12353ed --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113aa46059fc459df5f472e893a24eb8dd475ee1d730476e249ee1bb74c57b01 +size 7303379 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000005.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30dd4fc064deafcb673650f716523635e14d4dcb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b513852d617e3246fd8683f9c0c1576d5dfb4e5689cf42dc3abdfa96fb2384 +size 7256277 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000006.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a7cbca14d475ad2f86dc679430ab1b3d718c25f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1d25326a06a54a1c67bfe49e576f9062c478c8126ab52995d6e4558e9ce1ee +size 6796772 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000007.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..356463cbb7a29ecef741a7c77790d9827b3f829a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe410c0a3aa24a4ad2688e4160f3cd429433bdbb02848b092a063184b2a0bb8 +size 6557427 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000008.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85a5f71cfb9c76308673185a7c536b901e46f800 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cc5feee5a481ed5fa9a8f3791cb2ed7374e0c779f079bfc28cd352519f964e +size 5987152 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000009.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6633a029e77725f66dc77b5065442cda313eaf49 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550c13ca7de8ca3e6e52766be06ae8b7062bf4f29e0a0b35c4609967effa99bf +size 6491588 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000010.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..402498d1e80b90bbca9fa9a7663df29ccb38793c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b40a85f6dcfc6a27da53329519cc2bd95eec28f7272e8825df2813968e42c5 +size 7611173 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000011.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8395598427baa062e2cac08b817e46e7caf8be23 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fc369683b34f18296c969b995930d46b18749eac6c611ae0adc96ff489432c +size 8351699 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000012.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bd692b313d15d327bfc861e261a33103c347394 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3907a3e54a7db4f50002c6d0d1615c766f08e6ff2e3830a449dfcf332a2aa8f +size 7374441 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000013.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c28841f5862f080930f91aa9e481ac1f61888d94 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64d5e5cae13ab6d0aee0504697cadade9069244d970229f0272e55dbe116ac1 +size 6785659 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000014.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d129fe990f8a6d9ad54fb46bdc362068ec7e467 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2febdd9546ef839f5dd9d71985324b278cefc116631b15e2ef34bee75e70a1f3 +size 6827567 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000015.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7efc9a1cd92d73d714846b064daa417f68fc331e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6eac93967c5f45671986a0482560231f213aced53e9819e733c1742ff08a8b +size 7835224 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000016.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddade9f7c700a9af2156d69590d0140e0bbddc3a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfdb383781e025048ced787ad3589849c35c22f1b4b7a2781b857371499b4a0 +size 8371219 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000017.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef7ce6240633013202858531a97a74af03dda60d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55931288222379aee84e5e2a17d05e506fcdecc66f202a1f45557044bd6f0e8 +size 6587464 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000018.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0ff3b52b256653dec6f7a3f14c97ff182273269 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86fd7fb0cee208aaff465ce93c4194f1a812c06a931f4799f7a00368583ab91 +size 6878801 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000019.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3144b83af7fb76959c44b36a3fbc8b3e44cdd67c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc006c790c7c287f27d3fd3a0fb5652780a0875ca5ad65e7295a767a1d986453 +size 6633301 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000020.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e63cda36056a2448c4e62c3960348c5fb3525528 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ede33a7fcd1d6ba424417953c8f8c27b999b655c47e4f21efeb6f1b30d29a4 +size 5727437 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000021.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf38663ad09a29dc5272f49ebad72206af67609b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6318de9b2a34c4904b70df4ab9fd1b2f2cdc3f31b9ce4e52f95f713c1c12dd5 +size 6324843 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000022.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdbfdc8163ccae56b2ea4c5643468fa08ff8b4f9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9702366a9ac97a34cbff96ed7baacd88b332bb375664ca6e6ad05ab79e22c8 +size 6282581 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000023.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3717d9bce76735ec40490dc0e2c6a231b4f92016 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c8ff50346968ca6752aa8601d25e3f2c1caf754a7398a0d89ef991f2feed13 +size 6885537 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000024.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02193d93e95b0f2b773f2b4b04e6fed4e962475e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a8f7423c61562afa8427d72bc163d09a32d28e19409090deef1a6d7f820486 +size 6831585 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000025.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06319c96ccaa2ce2eee383634cfa6dd87651e35e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8705f9dccff352c20cf6bec919cceb3db989e5a9517a14b42ed0c9baf5e3f87 +size 5281877 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000026.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8026ab95f5a199e2dd866368c32120ae5bff8a91 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011b653b05afbc271b3aae8d10894e81383f677e4278a9e4cef0ad74e82c4a8f +size 6412652 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000027.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffa26d0c85c40b42b78a9c19c3888e22e94609a9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31743d0958dff2dafd452913b1e791e559f9f05b27b81dc8127b8ddb8a9dbff +size 6950269 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000028.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61e732c99ab8df8e960bddd6268a8aa3c751186a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e6f4a9605a2c27e190401c8ecc17646dc7267c4cedaaaca83424b1239d466e +size 6923320 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000029.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2da15bff5e3434131c284b0558f04d0d70cb435a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1b1f75f7fd401f4c8c105f2090b117eca912fa0633bb64674c3d4b8459baf6 +size 6289765 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000030.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0130ea7c62a648d5464928e84b3c5ef98bb31fd7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51863afd88a8b87307584716a2eaf95ece7e9e1dc14d2bcfbc91378721a0c017 +size 6958907 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000031.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ac50bdef06d041811a6f87fd7de3043d408bc5b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65248576bf5ddbf3ec7802ffab934c17716cd66e2f449d279523276cb00dca7 +size 6360099 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000032.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d59acc537b6630935417c02261ac7e399bb93497 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0fc66d57427e276c56e47b35b53a482667c02efa9dd1a6d844c1095cf38551 +size 6342239 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000033.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c15543d9ceb45875e6e6a9b90f48c8f62662d0bb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbb8845af7dfcac9fb4f6976f224726c39a804f8392a699b6b08515ef67e519 +size 6249269 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000034.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be323e193bba4cd0d466ab4706f7c52ae3fd0fde --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccc358f49897ffbd31660dbc1f2dbe821ad86c35b8937430a8cd3912ed58cc1 +size 5572358 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000035.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..972d7d09004036d5663b7e3623fd944089026bd7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3d7835c3be24873b0233bfaf3deda2ed0bbf427b6ad7694f5f4b14b834c7b9 +size 5790029 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000036.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c75ea8c0cda57a967b0d5bffd2006dce254fdf54 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f615fb8ab0acd36fc49cd971901d009da94f3b6b3c790ed1c0435710795bf4dc +size 6032642 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000037.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea8ae76b264faef2d0dd6c139f237601f5e42812 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07595c11839d7fd820f9b865df7bd59aab723d425f3e1e8fbe22fe00b41769b +size 5725493 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000038.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fc7d8c03d2569a244d57d661f67e10a886a65b8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77bee7e141b22faa08c4ad937087920d13ba7fd62a7fb65d295b8e848cdbf1f +size 5836556 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000039.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3f4a5566db1bf26396c9e6151672ed4f789eb4b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28536066a4a47b39e31200ade505e39e1cbfdb062923e8837094a105ff5aa436 +size 6046927 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000040.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5518c7031682049128d35fc343dc0a907e1736eb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b450668196f83de97bf012a1fe8365b1da5806cd11f15c6bd36dc089bb21c9 +size 6100025 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000041.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f10bf93ab3ee87bb1ee73c48791c9284f04420c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6742c8c0abef9a1cc2d9ff458b5a8be26a261c051627d7c9cca76c816930f8 +size 6126373 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000042.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25e639ec1d60f065451e5156541fbd3bb55c04c8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acb4ee322a077842d87af3d7386cb3a73531427e5a8d3e43717943ab969ce24 +size 6853065 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000043.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..369586649de34abd6e20ddf489ce1f72b18b1a8c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13f7004f1699307e62e803ee9acb879f371088401808f7cbdd0e99e69c2c781 +size 7200773 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000044.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10488d706cc9d721360cce70cc99919f817f4b4f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5dd157a348a49acdb9a108222025c8b2166e3035139c919a5eac2753ca7cc7 +size 5937668 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000045.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62c5bfd2d5ab01c032d28e3986b3a004c63849e2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c35a1631be6d94a99bfb243dfab57fda663daa1f5f8f7a7481810f0f465318 +size 6299941 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000046.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..948d722693b498700f699d3b9e3d45196991190a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069aa9e19241727bd1b70b9d80ea2d85696cdca2e41960f2acd10f709c065e55 +size 6873903 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000047.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0d7851ee99b868dc02cddc6c4aec671d97c21be --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ebbafae2370f6316b0f257abd7b1cb1bc973bf685b23f50a418f1988362ee9 +size 6110943 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000048.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28670ef83c3ec108775b52f0dbc467adf0dc2636 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52fcda11820a96ac02c1ac8ad2d01ff09abfbff3d8d2046c018eab20c96b04f +size 5977941 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000049.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c0c3d6d404ba48cbd88f005b99c780d207b8227 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b83443efe41fc01d341b2e368577d95c54ff1e79881c994081e50719406cad +size 6155055 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000050.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10b47ba44a0cb0db5ad8a82f9bce32ca1a9cf19c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6db437e836360b62f37eee19bad1b078314ded08ecc6669ab1802286c9493a +size 5759930 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000051.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fabccaca16f2d98900551fc66a27e0ab00f8662 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89aea6966b1bd8af30552ba5bd9e4cc99c57b9f36f1ffe80a5701f164d411ce8 +size 5770578 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000052.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f55cd3cad2f7a89e4702a64fddd95aea1e39d1a4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59cf886414622e36a3a351a53ae20b8f79319be80c98dc6f286b171a2d1c2f5 +size 6535627 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000053.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc80a628eb17f74c802dc5a7e13e8e707ba1c072 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99f66337c5ab87f58c8b68df70249a9c882725d2275ca0863e33e4a1424f581 +size 6438993 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000054.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d22bee9537a36b265993457285069a5c7245759 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8232ca3f1ddfe9ef3752901cfc9f2e6d2cce1160698d3e45735d31c1bcabfe +size 6720168 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000055.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4456dc24231341ff210dc1c6f948f9a066f63a2b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad06817f53bf463de9b6aca4a55f4099277167633892a3597bd28ca9a3b9fe90 +size 6667193 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000056.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec7cbc1f69cf54362f165d8426ebc4880768c01e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773e79dafc7d9868a79a2dfd11ed8fbf94e3c95eeb807312ba66eafffac889b8 +size 6408411 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000057.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..520ecddcf3898af34be417592eef60f62daead25 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e186fab77d9e654f5284efcc6acca46f07982568da0c914c10afc7e9e76e0f +size 7658784 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000058.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ba7eb933a3bc92f2016956e04a938d6226f90cc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7ba17dc86f98e983fdd7794044b0828ec93754252ec8381d270f69387a9575 +size 6893006 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000059.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6024580154830e0df9869262e4d99a33438eec7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afe289fc5664d9966ab59bb05c2c0ac346bafcf6294c5e36eae0c6dfdffffcc +size 5962297 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000060.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2aa8cb9707900ebe6692c9a9fcaabb8b5a39507 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38817c0e1b7944fbc4744f7321df58a684c0c236b1b18d67f56206d444080d5b +size 6363013 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000061.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e315ef1c4d760fc5309078cf606e661f171fd2e7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad2d2eb3bc1373cd0320384635c7c49245e412dd7f9fdbf3eb6777bc3ae20de +size 6612126 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000062.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc918043f92d30948f560845b30898eb227eb20 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10275d7128802009623201672e8c865e279dc71b4d68b2225888786f398fdc5d +size 6462815 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000063.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9dc5beb1fb99973547dcff14c5ce9006415b3ca --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d675d450a5f5dbf59f9726595d469cb62ef7fc06b6da6aa8b0670ff3fccadd +size 7740329 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000064.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..849b7e83e7e731935448947925b6b9c6e4e47122 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fb1c626a3222ef68d15a8f2e1f60fd5f8b6c9e18a33dd852062041054d8b77 +size 6123428 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000065.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5db0fffe4529632d62051ce51c32e196d1b494e5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66b91eb0563a0e6070eb4a8e87d06dcf032000e5a6f8729d786dba6bdd71d13 +size 6693395 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000066.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fab3c94fa6bfa6285b1ac4818275e79dd8aee74b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68431d9c177412005aac217e52e0be820831b7f9ce7a22bfb14241a887cf0b47 +size 5984645 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000067.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46d90ddfae0ce46b025aae53ffc860ef582e1608 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9589aae9298b27ac4827a21072742a288bdb774108362298e01e6eacfd673b +size 6617629 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000068.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d2f56a1a2e85abf12314457371a4fdfc81323c5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ce57ff7698dc9bf833e91ea7beb7ad82c19840b19245dc8066428ee88587c4 +size 6804377 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000069.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b850aafaeb4cb8f5332d0602c15effe9c6abd89e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0021ac75360dfa91ec2803a7bfa1d8ac4ed3d1e5a35cfb38cabd5fb7cc701e +size 6448280 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000070.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..494586e8a8b444db2ee2dcef26d836e69a7b5f1c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88743fc80f8addcd4f13651f1ca3ad26570eca7650e3c17f8b94f5443f3029fc +size 6760435 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000071.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5d41602cf65ff5fb4daa47720d0312790f43380 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a4b3e1ee7d1157f0c53d17faf3d3cb362262e5e0babb879ed4b5542765f4ca +size 6569214 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000072.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d30228cd861215d475bcb91c85a4482ffea7a0d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bb89e7599100407c299d0a93862a4bbd4c1c543f5296163401b39283fea44f +size 6454606 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000073.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a429bb476f8ccece14977c6a23574746af50d09 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102cd448b25382767cc5319e90b21ea76b9db1f9f821e1c877ba4cee138ef404 +size 7220490 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000074.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdeb031b065acc2abca8e856c7c20102ab076d7b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad34b789a35e33a2f4c0481582f04b979e39fb9530db60be67d697226845f13 +size 6078553 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000075.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..562fcec98d15eae28586abfae21d8d737e75b607 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8207efe173cb4bf72b993108bf9fae0ea73f83239e40d321ea3e6033f3446e5 +size 6050741 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000076.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60cdd00acde2fb695388cb9be3cb5914b58f8070 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57829a5f89431bac74caf226f31fe53c5626a73f2435d2046e70869b2c145d6 +size 6755676 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000077.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fa1b137d39d26fb491f0332280996d5f99bf542 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f9edfad57ebe238dfd51339dde33480c8eab598f2f61f9561982fd3e6aecfb +size 7439927 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000078.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..951417ba7257a858aa254dda1e2c29a970189e64 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8211e9ebd68767ff41937d6f002f9a9bd94da2c7471be10fab7112cd8d8cd96 +size 6985731 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000079.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d00643884d0e422460cca688333d9d3bce5d85ff --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680a4356e9600cd85d072be21972ae3fffde5c070368f7c733d7a05e87c9a43d +size 7314622 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000080.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e6a170b15adbc22e1378ae19d5920ea986ca56b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456f1225602d3255e0cba4b1dd89d565a76d7c1e5c03caf6824a41748fa964ba +size 7457699 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000081.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1820c89278e628e34bef6fd5d675bbef0befd480 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bcc4b6bd0cdaeeaf0529022701f86efc8847d5a54e35f11fd6c4756cc6e37f +size 6477829 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000082.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61fcb87303a5f0c577b81a3d9d290e881aefd38e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d9c7f976277133306b406159e5c480156323f252f3a6d5d922415ecf698ef6 +size 6358123 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000083.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3687bffe6952fbd3cd483dc8b7d60d726972303b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5745710faadd1c6e0834294e8f2867b3f642a949701ed017f846d82561f1b35 +size 6545475 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000084.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9981d79c077679e8f5aca2f61ed4cfd1c8d8358 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2441401f317becaf00c6e3833cce2d80e1a5d153894cf1d90e023d1c9c41b4e8 +size 6677157 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000085.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..460d3c8108b6618c79f6881cb5ae653614182f87 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb05ae7ab233e041b1847347f5909093112d2e77267686e7151714f011a705a +size 7073769 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000086.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a35be56dfbf10c9955152b2a93b77bf832c49473 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778cad932503b024b943a93cb3f928791fabd0198005ff91d4c09037f66fc2b2 +size 6981880 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000087.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75b378df6be80d5b4a0e2c8b9b3ba22651bb18ed --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd2e1b4e1f0acaff8883b654b92e7d52f87ff7152ff517ec4a331d9005bc389 +size 8127471 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000088.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01c8f6729e52cfec57045cd8955c8cdfc5a29c5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d2984777618605ed56834aa4b2014abd6fe58d5788f282b44c2a38e3be914a +size 7016697 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000089.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dedb4021c89a17abd44d21f532213a687d5d737b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ab596c1284c509a3c71dbb70212e8011eaa71372f42ac7e806a22a273f7491 +size 5849581 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000090.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98c8117e662382da04c34ad75ae98cffdfe42058 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b337d7c3d01b84aca9c5842eff8268475df972b86a32ae064b6d0e15c0cc0ce7 +size 7126158 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000091.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e4088efa4ed87a2fc7b851656d8d4a6b5e89805 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd1a285b6e063c27655407de3f2f1d21dd0f6979709247a745df8622c2b0072 +size 7884367 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000092.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c8f8c67205b05d010ddf7ef0327291cbfa33f05 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cadda0356b211884fc9875a893213f9cfbbbc052d3a99d5a63d560ce7db5b7 +size 7816069 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000093.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b7293cb5e7d3462e9a2591a1603209d81190c77 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a597b35bfbbc4e5489677456e47387b13e22ee7fb899d4cffcce83969d35d20f +size 6281829 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000094.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..470a1b8cb261ce661c43183a59f25639e4b52162 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c266c7aae3a662677866c8479fc6933605117a06f94d9823df5d107c7f24d8a6 +size 6365574 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000095.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38d0fbbe94376c876f74f7618c00d9d51ea777cb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c323784e0c9867f6c53c6570e3ebb6037f2d8fe060f85594fec437d4504f45e +size 6403085 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000096.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d1a95d15189674fa1e17aec61fa8099264c9687 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8d8960cddb5e2b1a2bf41273e3f2bf9a4ce865fa4817b9621f9b6fa47ca7c3 +size 7043850 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000097.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ac2c9c22a28dd9f555bb0f9b2ae4c0da67072fe --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c868d0d3ab296d8614c9a65de1fcdb48a9b873fbe4656205d752d0bed1ec331e +size 7647728 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000098.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..343a53f33946d9cabacef872f19666ccfad131ea --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10dda73895cffd1392f5d1c45e4ba41e3178a2774f1dff04b06aeb1e7cdcfe3 +size 6812214 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000099.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89d8478676c8bad7e7111ac34580647b92ca1840 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6926b1157567a5d4b3e20669f702f431464557b7bc671544e8f7575b1bfe1f +size 6769566 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000100.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edbe1df5d7efae7ce96fb78395e7bed95085ff28 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19acd0ad7731e8eca03d72ee074140633ca89b12f77872a50a8189e5a2732c14 +size 6430571 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000101.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f99532cf735c354f84eb18234b39a0319dd65f43 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ffff8002faa05eabdc8cc0c3db3a2082a3d3fd69d27042663cd421ad123d71 +size 6462962 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000102.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7896babca78df6028b3bd639e0a187a2c72b878c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d0f36b1b990f965345990cf13cd62d4fd342c04642b177d4b18f0df24a36fd +size 6975981 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000103.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..def73e3f029f7834649a3e7cc8bf77de3e5dced8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29bf0ac62efcfa542e6a0b400abff07fb1e050d5afc8c63e5a04e5c8e64f862 +size 6068307 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000104.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d997766322bc342b4d051c550d59a42b1df4dfb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39365f1fcfd9c7f0ed29d883eee8d73e8aff9bcc727e8530c58de06c8e6f847 +size 6534845 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000105.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c30fd810fa3155f8363bc1fcde56d1bf9904cdfa --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef921953de36d527438462767ab84539054b406b7d0300267ff436b5e9ecf07c +size 6915289 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000106.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45474551e6a39e4bfa9074ddabbeef2fea0d1572 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b4605b6c67550afda15481c93159eab32dc3b3030e12712317d6afee391104 +size 6649735 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000107.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db4218ea8cb50a14a4c19ab252e83c5d557176e8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7767f3dbaee45c575f2bb8118f7174b4640dc11312a5b3d0112f2075bfc4a5d0 +size 7079143 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000108.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c53edf050cfb750dee3a608aa3b324301685a80 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d8beee6f987dc462db14b10d0e46a4e36fc3167da4b9309de272bcb21be377 +size 7968647 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000109.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c84551705a541c14bb0a080f6a7eef4946d24596 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d72e92a406830c30a445bea7d817dfcfb2051217e449504e9ab63dbf8f23323 +size 7350077 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000110.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..065a41e00934389b7a4f40be97ba07fba76bddad --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3e37aab5242222b54297b6b6533fb191c9623a1edd3bcb0810c59384ff54ff +size 7528701 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000111.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6172bade46afac065dde2d76df1ef62efa393ae --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9c97380d40d40a8475d315ec2f5ebaa388ec20eb827f92f3783da285be0d82 +size 7779900 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000112.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3723955437fa96abd52b50980eb017710646a6c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f965d0684e995e6f0102129d6b233d6cabd713aaeaa84290d40eda3e5eba5f0e +size 6574030 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000113.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e5f331a3f5305a4aadb05d1ec2e3cc9c882d774 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f68a7b86707de284b63ece7944dcd6b588dc0d02e2559ce6fa12ad07e9c0c55 +size 7372062 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000114.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6511ec45635dc68d178dbfa9279f7466e02444eb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc78223bef7f867cb9c894de2fc0fd76a1c9c10711a6ac3ef1a274439797948c +size 6932481 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000115.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed2a83cda49f749d13309ab1233b199d7734d669 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadbdae146aeb89e5f9866c8a7f41ef2b292d865e78bb8af787d179bd7b979f3 +size 6522124 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000116.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46a762acbf690139323579c947d4a6f1ea43e292 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f73994e48322ee655b64b6b12b81461521a0c61a89ae7987d45ecec888728a +size 7441069 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000117.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93cbd5b9ad42d0ca164664d968bab4c9526075b4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67c13259b3d86532be08621bd80e6736aefe612055a9a24a195574916e5bad3 +size 8018924 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000118.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f6e1edfeb495d0169e2ce94617e68c2fcefcb12 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a9ac3f34ac68ec2d1937b8e571b7967a9ccb27c359559845e9a6c44cb3b9de +size 6004950 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000119.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36f75271297b6e04c557d561ef088247c59df389 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9165dea8d91ee3ca3394b59e0991f2e6004a295b92565a576e3727f1e61117e1 +size 6934750 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000120.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b2a0b60eced3e0421be8775871f20b389d3da5b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9287bb369ea24f177e454860b8033847dd0bc04faed580be8408276415e4050d +size 6676150 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000121.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75a0ded31a8405608ce0a15d024dce2964b24b1d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b886256bf5de2ebb6ede698d6c2e4a03f646e2377c0e7fde2417d40a5ccf24e0 +size 6434551 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000122.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e601b90de84d56323a2b3d76b4f17ac655f487c8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d62e61b2eea80c9c36b548a04089c29c279bae9b95ba72e6035b6837af36aa1 +size 6514069 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000123.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08ce10eb0d8fe928aaa0427d2b174d32ddf9c3de --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e95915a29977145f6293cf77ae151fbdeba21f3997736bb3ca32fd7a0a0018f +size 6883810 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000124.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e6172a73c348995229927a2ef8963c90b70f529 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162c43c96dca1a0ed3cd0a99580f17c5d68896f5da4fc1606023e962cc4a619f +size 7175812 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000125.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf535405a87ad50b7aa80c5afafbcaa11be3064a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ac8f4244e2cf6235f666827d02f88161451219fecc255a36228a44a3ea4cc4 +size 7158251 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000126.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ce6dc17a677efbcb3ab788a336868b53d02edf3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1fa114566d5651d3cd088b4228870974c135a2582d327c8b068de726015333 +size 6945471 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000127.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5f9288f3a6240aa84d362ea40761437e41ed3f7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becf9c75191d812d88224ec197c1ccc7f857d989591cffe38cc2173d0f1c32bb +size 7356853 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000128.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a88a6f9f51a3355f3982bb374ae927ded5781d6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08098201809e7bd9a8f8b4a5291c975706363677d4ffb1af331dffd896e1ed60 +size 6746103 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000129.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d855b5bdc4f8fb0a9ffda03434384e96b52fb748 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_chest_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984ae3dd68f2340aa0a3a72cb5d4de1d4e4613610b4a6fbf7ddcbcf78ffbf069 +size 7792781 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5881800f542d46815f70a703d76713c92c03115 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1443e70a49c3f14c0f9989937d6e71743984faf2972b0bfe02a24945f61a3ced +size 7349654 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000001.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4c482f00e7fb02f7bd3640e7f22f2f63456e1f9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:27e6764eb6e3c69aa14f634296018cb804f701a7a1e11e40313a802ec1b6a05a +size 8014386 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000002.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..143e03bb093c38e386bb8649974bf176c473dd42 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:3d92731db121828ee552f9129bb8f7f01123d020ff08160628a5a4027e01075e +size 8607470 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000003.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13f0a7a8c2e284ccbe23f568ed54c801610705d5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:eac9b6d360dee9b9716584b0a8fea5203076d644767248e9dbc51c5ccd038342 +size 6663806 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000004.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81b501cc834ef722f6a1e1d3e9d04f35d75cdce0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6415530b10e0f4cdd5e3227b6e2e0d5133ebce1cb5d2ed2ea14e627b02e283fc +size 7390264 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000005.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50cc61d3366bdf2c0c5124e0d6b7cbeadf0c5aeb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:4cdd80f72205499642064fe4909b1aba6e0884e2f516255448228b272ee4f7a2 +size 7418126 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000006.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c86f89dffa3610b3bdff7572044a071450ce31e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:407746c171e3b940d3df165f70aa1bc3b1ab3b9262cef8d7456017948018e887 +size 7065089 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000007.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..988406bef88e49658e517f72434ac48b7a55de44 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6d9f482b772ee7a55079676f4134e1e99984bc6e3eb1e7b361c796a6f657144e +size 6777302 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000008.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53e5b93d6e8dd8c5cf3ecfa068ad9fb40ab84f74 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:70ff7417c4f9b14bb53a4cf1389b74ce98fb2d9bc133018f1a796005b3f4a682 +size 6449647 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000009.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7c373036a367d04a119c5d8a119c936567ab305 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b7d93056daf5a8e41e42dc11a1fc5cc5156385d0651a1fa427faab9edd9a3437 +size 7046904 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000010.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d3a0054969fbd64aafbdc1e44136cdd91949bfb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f47fc364df191f4d8e8ce2e03458c92a33ab0ad3c1135f5e930695c3928d39e2 +size 8188097 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000011.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11d228886c6239ae600d99ebd75139f032296770 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2d5657b1f6ae0fc8cf82756370b7974c52962af86ccc3a7a839666422297631c +size 8928336 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000012.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f5dcf0711d3bdb315b801e4f682051ceb15ccfc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:81c7453d1086b49ece6baa467a3c59a70b5552861e360bee50dd8cc4ff895ea7 +size 7581637 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000013.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..317a871e79424a3e343f93de747c7c620acad4f8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:79d31c31d0485e9fe64576923a3da94c4c4bc7d6cbabe588888936609807a5a8 +size 6883935 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000014.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89d1cd46706bb840c03859d9948e03eacc2e3e4e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:3a243c2303b396a16ca2dd8c7981ffecab397a3151a079b53c578dca9b1a108c +size 7218691 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000015.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b1683617d53ddaa210f3cdfadf6a8dd4c0e3180 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:66deeca816469fbffb6b442e0bde2725c97793322c2ac78580d8a1ea099f419a +size 8039656 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000016.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dc26342bba59e2eba3ce0370012244edcf5a57b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2ca9980383c27dd4c7cea3f9e7b887c45a22e7b90488bac5957d20202cbb2562 +size 8855890 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000017.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39525d87b8b744190348bec92d34055c95c94f5e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:0de606186178ea8da6dd4238d861898056e311ee118f5325ef597e63e0af6cd3 +size 6849211 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000018.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40c4816db6013fa02602c63cf0e6a4c6fcec46b1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:54ac38e861909e87c723f15b79cb96a515d97f876f41dc4e38a297b479f1d287 +size 7150299 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000019.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1082cbd864f003e73b4c667f1684d5335eec12d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:5d95cc07334eca6e07fd5b0982ec8bf5a9ab5a88ac13181a0a402c13fcf1ee63 +size 7034998 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000020.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..932a42e96d0841073608d66807811deff06b2f56 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ff12441b83449c7483f23fdda44cb745779fe259d594262135f30616bbd5b50a +size 5950243 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000021.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34a8fba9d71972afc1990371470b087f0a3342f1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e86919db9bd64f006a58027c9729e592a5794b552a18e08df54b65a70fc4c795 +size 6596735 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000022.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fcc8debae8665ed2b0dee4e3f0d23652c0c3fb7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:095c7d82e79e36738809b4f7043cf1e9781ecf8ee43dc3c887263e204c2b33ff +size 6733872 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000023.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fec4b20096e2b08753b30f04d0e7d0595dadfc99 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:bf617af46904abf3c3c5c5f80755c78ca175ac208d6269073477d8a2dfd4f07d +size 7214047 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000024.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89958ab127a00389e5f5493deceaa638ec1111f4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a03409281184d9bdddbad0e6bf84be047f7deff28f5eb3fa077805bf54d45ad0 +size 7119117 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000025.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d51da07702cfa8f49a7e28c011d0a270309f0be1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7aa9acb09b65a0cb28095a3acd97cea97cb82b8738e429369ef26965fdcbd8a2 +size 5541943 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000026.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41b96bb650fdec46f391f824b3146f70cca2de55 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2b8f25029d7e90603beed88048eb1ec3fd18aeb7f516d74b65a9586e91aebb20 +size 6621939 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000027.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d380876ce9ca0abb5254aaf62c0f1de03db4ae93 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:159c34c0871de202645c1134a44e187cfe7230dfec107d840cb700b1a37b2203 +size 7199074 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000028.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1d183fc2d1218248221307f7280924d4b74cac4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c7e2873509c3836ac89f9eeceaf26778971777b8ae61677d6eb67d741a5568b2 +size 7569084 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000029.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07907170b0a0f5c9fee3e41361a5af4712985669 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:43d4897e25c4c847eece4440593d8c55eae43cae85ecce9b1c805a8af4ce4713 +size 6702541 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000030.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e4cd8e41358138ec94ecbc9a2bc3b00f3511398 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2f8f2dca0f461546257859afbe794afa83a2f259fada829cb331cecf680dd2c0 +size 7577804 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000031.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae914baa21269aa60d790afe6b1c01d26ec4da14 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:642143e7666f31c4f146e40e0ef89b67a6707a9025a58d676904807ebdf8cdd5 +size 7203777 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000032.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..151ec2e1a72c52414541cde4ec88a7ffef568b8d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:41cb2d4ad3aa7b01c31bf499434b464cad75784925c32c3537208291c3003f3f +size 6927234 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000033.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c5b6822e40a98ff217aacbfcf9dddfd71a1b009 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c6d5d97518a2ec698a1cfd27fe0362bf3d46e09c6154f3561c3df32ba63e1bfa +size 6908702 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000034.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..548de2f9274db07abba8883219fadef0199f324b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:02dd516829cce074da95c25dd343b25cb2a46efe5622bbbb237d87695c39a7c6 +size 5952601 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000035.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1475ca6c0eb3b0395692aa9e8a0203a0b3332b80 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:18c234b01fb44a63cda0c5dde5e7caa7869dc36fb90b634a5400bc07b893201f +size 6870606 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000036.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f27ed7738804e25a5c51d4d1c4ddcb2f8237db7b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b78a4f1bfb1a0b472016afcc67f4f648aee3ac22d6dd12f58531dfe6e44bc2f4 +size 6371061 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000037.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d29909389179d8c3172c097043a33abbb2096c96 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:5518406c00db274e06d1710d9016b36a23b39417cc568f685959a240164dd21e +size 6536216 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000038.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ddadadb139d28ec1a7de63a57e6870415f4e7dc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6e9b3e10a52237e41347994a290a0f8ade09fafa207f203571741f73d7a6a20c +size 6473454 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000039.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0ac3c0490f460b6d24271f6d215fad31efde326 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:420b8c7d4268c31b48d6cb5ef22ae8d0e236597569f50a123dad8d0a0dd31962 +size 6613483 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000040.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a977c6b9bc1badddeaf6f4fa98d96ab23befce9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:759c6e4843c8e1d3f6b55855481e232084b158d305f9079a12d36e22a1583645 +size 6418823 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000041.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9c93c1feba2075ffcdced80a5c21829dc2ae575 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:8cad24a8d4b3925d124249cbcc57027131a891396b220959da9d9b4e1adb9a03 +size 6641861 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000042.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2acc00a1dfdfccb651180bfbf017f0fe6d3e0f55 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:5929b347721275e63edf041907a50de115fbdaaeeb5e1fa91c9f8ab96b6be05f +size 7167327 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000043.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f5680476e6c06a57b350b4f0f7c135a925a0e75 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2627503858565901f76db1587a74d87e691c4b72ac7e7695729743e97dd769cd +size 7639359 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000044.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6be18354544bb4aa973ef4cacd494145976da3a8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a0d5b65aa285b46b0cd6f0690e1e51168efde42ebc0a323c4ae2f67f2824f7dd +size 6581417 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000045.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed07826efa7aabd2c07a10d179ff94d3210c9926 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7c086570ff47ae6be5f54df1d03ed7a517d9e65408ba62416020ff94bb914d25 +size 6531078 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000046.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe5eaea96fd0a4ceedbe12efc242b52b2465ad00 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:28af6ae88a9ca74dd72f7554e87cf5ced913d51b080a148e5ea20870e1a38f6a +size 7105311 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000047.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9756e75b8d22fe772ad054cf3c3b4085af7fafe --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a65cc72f6d6f70de0cbe7e843e37171fbf6d002425b3aa362f79252c338a9699 +size 6419484 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000048.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..733872ac5938895e60d1353f79a396c7094c3a1f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c2ae3e6c9dad002343c156c08e7ea0c372b4ad1c5812cd4b94d1ed4efff75b2f +size 6599005 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000049.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53af339c7bf828e259b4af75a814b6f6c12034aa --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1d8a5d66353c6a0449ae227157dc71c61d90b86cf899fc08eb2dd9a5284ca1c2 +size 6625039 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000050.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..545a53a8300a32ddd2ecf078763934297192a900 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ace8f1898e1354b5b5682740ff49cad275e49c879ab9dea97b5dd72696ec1f56 +size 6355382 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000051.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ea0a9312dbf93061b83d5e88301f6b69a5b4ada --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:36255fcbe245978aa4a1582ddf52523efabe295ba124adfbc8146c99b44593f8 +size 6242801 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000052.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42697b6941d9adcd55c2c7a8579872cad86b36c1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:224e8d96eb9bcce8ac6229d51461cbe51a63f4ecadae2bafbda78e998682c38e +size 7100624 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000053.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..333b6b525f2f9ee9c09baa6d293448a0161601e3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6bb993f4699857ff43a69938eff2e42578b92a437cf651965361e975d34f22e5 +size 6713609 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000054.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70e261a771db62f7caa71b90296ec836c96bef0f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:af262b89048f88d6df94e317b278f2660104d7fa70448fd5f2ec7383f2f5f0ce +size 6824660 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000055.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44396dad462823efe42570211838a9deb2c00c9e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b0ffa1b860abf0dc60906877f4f2d97334626f4af330655e7d9eee5b88fc36e1 +size 6829071 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000056.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95165b7ae3b5033705f8e63fad151725c8fe08a6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:201845a4e9c3d10b573fd0b4c58c16c715434ffdfb25dc71551667464490a46e +size 6724266 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000057.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf7b4bdb9ce7954e2bd2f2482e9de15c7eecaade --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e2195b0a46a832a763bef4382cee6e7c6d4f461ba5b58dae663a32a9f468f763 +size 7877382 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000058.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..368b684b01dc51c7e42d9b8179057396f38beb9b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:32a41c9d84c8b7ffa14c0cd4d8ced795551ce6c8ae0562ab2b2b3369ae3e5bcc +size 7401350 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000059.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..191b3fe73ab4239da913ca120dccbaefed0ecab6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6ca52b242e49b6cd8d009b6e75baf94f20e0d5886e4b97ba48034d5bdb57e226 +size 7311826 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000060.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70eb01e9df3b41cdd35deaf7a84deae50b31e38c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:8f78c03d2eb118c9c4f44785e78dffc9fde409192624e33dbe8d9e9a26611246 +size 7580677 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000061.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59213bfefb24ee13b1d1782abfb7f3de15f2d846 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:0c0f2b6917083e3c3bd9ddcfbd9edea516bbdacde674e3b9c05f0bbc137cc114 +size 7453917 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000062.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eb231c2bdb9e9359de6870096e8ab0bd7a66924 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:cf4612213908ca265cd62911aa73b0c3975c141215cc41cb981d713292ba5278 +size 7484163 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000063.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f4e908cdaa105687456a83dbdbda3109872025d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:9ab814511ebee97f50ad21306d782341f83fd7c58202f71508eca77f58f9d74a +size 8702575 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000064.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..952852593080854aab45df48cadd2934a6a61edb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:8f99f65c34a97cbb658d99b8538b3b9464fc7d3f7912bfc6b9170d15860670db +size 7188615 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000065.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..098ccdf2485450eed3333f2a7bbc6b4ec8b014cf --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2efc7605c1406276556a11533aa05be6cc3b9c969810b83026a5bab973847791 +size 7479701 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000066.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..522d5ce2db73b7b18f587557ae19a12d064e34a2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:646e910fe8980c54946cbd0401cddaba11161dc38304f70675ea7a017cae0a08 +size 6836106 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000067.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53bea4afa0fdb15f111ebed9193ac91a78bdc580 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:816fa4711da4c8fba7a08915c74a3bbc71284f65e3bc9910f63badab0d9c625b +size 7355452 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000068.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..025abf032207deddd9e537b372bca3a220313d8d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7d3b0c79d871ed08acd120aea697b356533e9639b5411c416928f73e1239273d +size 7928098 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000069.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..947699c1abaf560e496811f6d6551e9765d8fa22 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a840ff6dc99a2f4780ff1097aa8fa38fa8a9156a17d774d31074d94b36b11c4d +size 7534514 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000070.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..821cacf8b0c1bec55ce8868e4b9f12d1842fac52 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:20989c3ef5f882ad8d55c954a57b817e9a84ff4adca99580e4618721f9946883 +size 8007729 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000071.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a5d29b4dc2e8c4c8852cc98807bf804e6be77df --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:72c3d5c89a508775c298014044059f6c20543de7928b2927cd3f954f379f3d90 +size 7982503 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000072.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..850eef6872e9d9a0cac0e05e4c117199cf5e7e72 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d3b5ad7f8ff67b0d6c232ae8aac39931012e2cac0c864b7ac17821db43b7607f +size 7505820 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000073.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0c54476eb74fa9a877db5eaed21d9cdefa167df --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2037723ff4164ea34c1fdf506ee8953f0bf52d1e6c148890d5ba281fabfabaf6 +size 8425620 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000074.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a8502a74026f7555cddae0d769e32e6a11cfee2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f68e6c3b086a68d33e391c5952115898ed9823c751eecc2db829701e3a616ad6 +size 7336283 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000075.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93e85b60064ef2a437906fdd48180df47ad8b2a9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:60c5a5a445dc577677a75b1d8c0c425fafbe169a9faed0dbd0a03c2c16cec2e8 +size 7513409 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000076.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5a898e6af70c9431072cf98066a9ac4099bd6b0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7004646c9cdaefb950dbc9326bc450bdc9b05346ebd7c875487db4cbc05c2f0f +size 7580923 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000077.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..056b9b597097937285478eef610a0d6c561c638d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:31e7e8fc3f9a6378eca94d1b1032df8705c18ea527f4ebd0710c77da855f2260 +size 8401588 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000078.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbdc0d865b2345976d934360fd11585a64cab25e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6ed3d640cc1968176180567d58d7b0b9ca07fd6cb3799c1bcab0caa2cbc96d71 +size 8264339 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000079.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..550445ddf1d0d8dfb6c8f672ba01143fb627ed36 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:24885b71d81cd0b3a37f032a1758d28229e2f02bc1e432dd1b6cc8355d4605c5 +size 8107056 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000080.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fb4da2ee240c1a08324fd930b7cd8a2b57bfc50 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:8189bf05ff4c54897ee3065cd87c52cf5c9a9548c5f6dd0c93deb5d89d8bd236 +size 8508008 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000081.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..654d70360659ebb3a1f4a9621744b8f9b84c6570 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6bfaead5e08a92d8e98018c1de4b0519b15622e242e347f842b5b5b95e814e47 +size 7875337 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000082.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86e5090c4909a7c41178af28d317cbe62387dccd --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:855fb18441926d32deb3dc44f3f807eed6921743827a54de38588c4292e9b655 +size 7345037 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000083.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4eec76eeb77dec57dbed7d58da36a8cd45b1bd84 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:0d21196404fcb1cc6e7a2b1d28a7d3f66249541dbdd8c474cb74c95046df4ff9 +size 7769146 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000084.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef6fb72436d007aa92ddbd0f7055b63722032c8c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:307572adcc67bcced88dd4978eff2276e6a865a11cff50d0cec109865a2f5ad0 +size 7877845 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000085.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..051cd828de37129aae07b19ffb79e1bf6bc7667c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ef33c8b53a667c9618226d32ab14b91bf4b988c4370a29f7a6795cf7f80338f4 +size 8479180 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000086.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffd98e7c8ac5d98f38e09b51adb19dca5a3fc095 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:16cd422f6a75205dc829184dd59edcf41595b2eca75d7f9bbcc5322e5bb240bd +size 8539785 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000087.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0885c005150f485791f2666614b5e2f850891e89 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2942b4e66689dc7dc1cf0f768cfce5c1e6e0f160afef83ca6b7307fb5100cac6 +size 9008224 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000088.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f73efc25167df299e1cc90c079d13ed410abcfd3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e696aff013e9883392093cce9c20556b318bf709b060d98176d0ece76fede0f3 +size 7786624 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000089.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c05d6d7fece8c99e9fa7f7460f3a65e363536ad --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:8de2c9ba9f88196db32c0c0bf1289d8b3f2f582e34fdbe95247499aa78ba6ac8 +size 6876195 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000090.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e713c1b84a1c2e6537e779b6813245bce244f5e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7c14cf876742b31f4d71dfed1ddbce8dac21bb4314dc5321d22352c828f553dc +size 7912819 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000091.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb0e44c4fb9384a978329b604a3f951d6a83c17b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a5a228ea08a29cd9473376a6c935c4fc67123d5653e663173552d564b9b2ac84 +size 8899046 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000092.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..022ae0dfbf6b7eb463471da2d9be722c3d10b116 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f1d576deecdcefe4472032530c11bccf7dc1b4c84c8120912290591a77476206 +size 8800357 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000093.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ad8fc3905b478341441cb32a09702dc55ce0b93 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:df4692aed58602b855bb9eb0938759f0ba2e10594ebb360692e9e8917a24cbca +size 7335055 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000094.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbaf08f348857eec50f39da2e268995c47f25104 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b42b4ad4b44dcf6a593bf821f30ef6d9be220742f0b65d090c6c1991319debee +size 7335578 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000095.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..095aa8f0424c34a6301ef27d138aa2d48e613ca8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:becd01737df4178216dc30002e20bfd647e69bc76face498a4b049d7f9ed79a4 +size 7496768 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000096.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4df92245df0c40c6eb059712e4b702d065360a34 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:99a0fb76f567638e30a32cc5e56524d17da8d27a4394704823b04830afe359f8 +size 8293775 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000097.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bf58312885674fb1d6ac459a36b82047210fcfe --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:4bf8f7b727bf249b0eca95e7da600d91e8f3db1708cf53bd08984e4f2996f2fe +size 8530066 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000098.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ec6ba28c8f136d219ef62707f00384f4e12c0c6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:099ae9c29a65384e548ca20b85bc534c084a00bd85953ffee057df2290a63156 +size 7821708 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000099.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52f890b515e765453f8f7cd8c541107721a27bab --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc2527d7cf2e5720f94180411c1c3bce3c8134b4c712206827a3ec2c1ab7b3f +size 7977457 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000100.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f13c29778b72ce8e6c82fb14de9a97b768c0f67c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9a6a6f20d2d6f6c09226a89c14d94f76b471772ab35da5595398acac55a7ae +size 6544584 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000101.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8158526309784e34ba0212339285c4c7d363442 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce9207df7398979e8875a0b5551c4d3fc69fbd303825d5caf3aeb886f32cb43 +size 6207977 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000102.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd44d10ae4bf9b01bf50af81fa5c21d7999209e2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2592beb1bb4072df43cf2499485eb750d9a6d376fc7bcf3573607f118de914fc +size 6482427 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000103.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0fa0ba6e0050ba644ca80f57405f271030ca5a9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdad7101e444e6d6344bb99957430e066e626f281c37380d9b9fa25c37f1707a +size 5891495 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000104.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1ff01a557abe9b57821259beb0991c1d8ff92ac --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9165a8f6f0d90c6827088ecbdbb158ff24e1cf7e76d8321986425bb154d68bd2 +size 6028350 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000105.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db625b5d726ee8a78b23a26a3e8e52e5dc7523b1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221fa98e0095d98ddc1c38209cdd6f678fe672afaec739dca34fd1bcd85e7bd8 +size 6309730 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000106.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..168bb4d829722be49020f7b68c729cadb5c6f6c8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc2d837f978e2ee21403f705b9d84eceb765f819f98e07b2331b604950df5cc +size 6176541 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000107.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30b5cc5d279220370f9a9f9f17cdd04ee3a0c1d8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df61b8776aebdeedce91ccbfdb09d81aa607558c9d064a3cefa2ef3ee786f41 +size 6492369 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000108.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c1e2fb6b60b017164cefa02eecbd43eeca3c8f8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8953afea27360a2269b9198e4061a749dbb92702287130108be5184b18cb2715 +size 7328139 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000109.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..850e566935d62752f581d471fcec07c2ceff601a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b5300e8324c3a143606e4646c58be9cf3cd180a252eb6ad9458a3dc37b80f0 +size 7046759 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000110.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0273ee8d8c6accc33a4577b5407257a9ccc76a0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b997e6211004bf4a2da466ecbd03da7f49acc97b76efc7448fe39ac7f930e60e +size 7351881 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000111.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa757322c22fcd20f5f9abc388bde2fe762b6495 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9710c10eed26a7db3196d07cc86ed2f2136fe2136367ae1826a7c322f026ed69 +size 7631053 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000112.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d436df03e7d90424f6e2398e2fcccebe11006de --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bbfa6d5a912581d2dd8644184f8d8b6e6090e5aa3cf22b8ad4607b9784fb0e +size 6592478 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000113.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7b39da2cbd86ad261cde2564452703a816d670e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151e721716a16227303c4ff04f0f05da7a0f69fa323696d2809bd627ad644193 +size 6879458 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000114.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d285537c161f70d6aef45e1ef317d77fad337d0c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb292ce579a9fe1d4db1919ee040870627505afa52d2c1aba17f76ecd3d1185 +size 6611784 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000115.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff8cf89aa56b8962c3b146ea6a4908c752ec0945 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef5021e0fbd1fb88e534a5b645f772e6eb6aebc5ed87e66fd4a4f8b446bbbd4 +size 6277592 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000116.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d635ad730e705c2f8e39c559060714fc8546e166 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b30173c18a6acf312f604327f30fa53ba85114814575bbc5636ebd1572b202 +size 8453596 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000117.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5da00347469b568b2f7760e114b4e4243574e567 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1599eca4104596cef1e3b2cd0d22654bb72cc608e98505ae5f1f71ea57e6336 +size 8687448 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000118.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..355939a1569b9b5d3c08ac720ce5ec0422a0d3ba --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e917dd74f24bc3fd7f79dfedb035d64de2b97691fa76b9ffd075b7efbb0a5bb8 +size 6628136 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000119.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9924f44c0b561d5356f27a3bc5a7320c18f8b526 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f100a9e375dab12c230a0ff4ad6dfb66591cd4d51e65d6da941515494e3bc2 +size 7551675 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000120.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5612d2b712c3eb9766398979ee29d2abe7afa8e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfe75e16b2f2f2cd0934d444c905f4e93a913742f8887ef217f3dd48e575225 +size 7300842 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000121.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42a9da226cbd5278891f38ee7ca6db9b8e799a22 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50b86cbc40d0ee3b20ffb195d532a1d6d51b216041faa9cbbac084993c8bdea +size 7266476 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000122.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bda2dffa4bcb3dca9072c00abba6b270b6e1c3b0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727382320c03ede5535d9f5182a7f2552a2901a06fc66e7ede1219f08e385a46 +size 7231598 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000123.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beed8ede5bf9f407af533e5d5a46b02e8037e996 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c444aa4536ba9bb19ae2358301f6be6e03639e950b662528b56f7026301ecef +size 7651874 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000124.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26821f832b060231d08011193684d09d3ba76cc4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6627669f1c5e40c134c57d15df5cc66304c7e64d2437a87bb5827f6ac59961f5 +size 7987055 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000125.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..026e69e71f1d085b15aaf45cf6e8e2ac8c3909dd --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefb2f94d0d2972b80dd7645f77dad93f135089bf0fc7860ffffbbd4ac6a1cae +size 7773318 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000126.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d370e9ff14053046c2830a27d40f2a1c887d99d7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cf19aaa03e271f090175e49ebfe771e24a5b26a6958be96a548ad12d0ff010 +size 7705051 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000127.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eeea2555884dd7f8a7a394715107f866152735d3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbd714414a38608087cda58fccad98650d252975639b7f57726cd9251388731 +size 8134615 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000128.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0af4a4b051ed809930a65962f01098d6c85b08fa --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e66039dbc8aadcc3f58f34b5e47ad45192c7a399aa7fa415b0a15dcc37e134 +size 7395608 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000129.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66d16bc31dfffea802552a10c2d770b27802b099 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_head_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb987b91709c2f759b47dc711679d836a6bed477add3750731e7c1e3f364471b +size 8380071 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6fcd1c44ffcb0978783aa94699b9584a53c562c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:385cce2630d20facc9b44870112150e1c41016103e6ed4baed2de39b0e3a51d0 +size 7856363 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..983521494e7f8c1f78d9c68430b7889fb0bb424c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:5521d479665798cc1fe54faf0c72a4d1e5e21ef08ed357133bac676aa753b5d0 +size 8694037 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84e8f04033f45d9e9dbbcb888e20e211c4b6bfc3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:dca906f61a17a4e1212797b25bac4a494e1d3d411e8309ff90c5830e0c02746e +size 9490684 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a85e06e46329e84052f89c6ab0b4eec65bf3b400 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:3da0f9bd9d5895bc25dea943a62ee113a0dbde455b431e4e1f5d14e42cd2c663 +size 7424011 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa7a50268ea1e1ac8f311016379cc6c1a608dfbc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b3230493cf8cf7c7567317fdb3d04a1c0cc4a27f2b178a5da775a270a45841b4 +size 7946435 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80528467fe054305ec690639017e6bd329a2ce8a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:bbad27ddd19688865fd8b15565ccfadc27a92763563afcf40293de8a2fb651e5 +size 8125219 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5dffdf17587734d071fb3b65675cc954b78afd9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:fd09f9f25bfef5e8680fa03dc5e5398917f62db87a2fa7676ef04f681a07ed35 +size 7012306 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48f9f941dfd3ab0d99cbc0de57565d63e560a370 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:26ebcb6ce3436b27e06448323a96e0676ee2ca751e032560082bca8bd47eaa4c +size 6670767 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e248089fbff60b41d8ea192e39de74f274672702 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:838978182efae393e33e1ea96caca59e19a7b54656c352dc4c37eda6d2a4a991 +size 6898132 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b7e05b3aa3837770620b286abe67dc6ae22d7ff --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1a190052941e4b14d545a0435e2beef730e7c07a2e2747d598e99f3045215adf +size 6764089 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edf2a9403b8f3a83aa6401e7af21fd614e25efd8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:62b6d6e50ed4c1c1e34fc0e814de11a18d2707dce0e56f0a4c82d4cb21d4d5fa +size 8293798 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db857a8d29428cfab409732285771abad79c4a51 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ff950c10b5a40783f94b8a11547d67b87cfac8855d97aa77af3b06f5dd573b99 +size 9045051 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fb3c121cac7506ebb0448cd995329e7137b79f1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:03e4a78f978c237a0e0a72a4eabc9b3df865003c24b87b64b455478a3b72217d +size 8107587 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f08570c4bdad633492c81d4f49b413bf3815fd9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b1ce8fd7545d2e1f111cee591da49e2be52d320b6eadd4577dc9524ee4daba4d +size 7459613 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d99e3d39add97f82b8fce696c16f8bd1f88e28a4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7564ae7330fbafc403d3cdc96351527f2d8e44b0e961ef1d2cb5c1fc56b279f8 +size 7768602 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2597d5774f026b5cffdf23bc21528994b9990e22 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:bdc43d6049aa945e502e34129eebdccbaa363e98df7e672ae3544074a244512a +size 8446786 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c30250bb41288fefa8a961613bc00028cbc458a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e016abf240d6d6e7157742965f22f8a094049113a10970d6c5a76e2238ef3fd0 +size 9259754 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3eed15ac7e8676f234142aeb63a9e2e22ea39e4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:bd8d277ed267ee8f55b9f3ab651aa9832b46b1f80b018ab031485b2af78a9aa3 +size 7219560 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c01782d75a1f7a55227d5f50b9c74b0183c6e80f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:42198410bba824ade6b03ec84be79032987924bedd3d38a74641f298213ca4d8 +size 6290633 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d4b1330351d31d07eb66225e6cb99960905d26f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:cfa026651f818159c8f13952f87b76dcb1d6e061ddf0853472d146e082ff0fea +size 7271138 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2ddaae5da10745cafecbdb80d03225ddb078ed7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:22eed257fa0f68d23c97b00ab3a6c60f475bfa40926a5a52b1fb014730528c1e +size 6386331 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af0766d58fe547f2e60e1054e74d0d601294846a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a6232be0ad304f1021d1a4470efa505128485e297c78a5fa2e5d13a219bbea48 +size 7132946 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..333726897717cc98e31d4279be4087e134f883fa --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:505b9ce214674cacb775cbfa6c312f413bb0deee4ed45436d96e0bd79a71b394 +size 6772428 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6ebf3d6153116e6d1e15e210ed1553803a4b31a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:9d8a46d19f96a7a7b5d488e889540b97e7cc96956b7eca326d42e2b4c7bc7b9a +size 7911173 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e872eeca3987eb0ade0bbfaea11a1edbc34378a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a41e57b24dd2b56ec9d4817b52e074703ee2a74231eea9712de7e89cc0dc1c47 +size 7733464 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..498a0a776a28be68a701caa32c30ecbb12563a0d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:4d6c34922726636978bc39510fe1a67f24e1a1647e1b095f91042932c7bbf1fa +size 6050439 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9115edc4536413f689b09a0051d1a6ccf7a09fa9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:3e5c49fdea7546dfd3e6a13d0d71e9dd5c3e80eb7f5f7061a8c886c5b35ea782 +size 7169526 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3560a53106506210be4c02930cc3d332c5b67a3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:609fc181bb54894d08a9d02c4b428c168769a2e99bec562c4c4dd274a5abe5aa +size 7659459 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3c7cda9ee0e649c27292eaeebd45fcbbc4ca899 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:673bd31c824c67387c5318cc5f093faa3624e66a90a6408a154c74072206aa63 +size 8322754 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03ed3537daef6d9e922ca2d6a64f35ab83fee469 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:bb016c1c384e8e2b6648649f0712ca19de8643f80b0ee7349b911858b428b247 +size 7362858 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08d54defab0bb7d289a1b4658e7c8f4e422a50d7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a8f98228ab8f57bc9516d0e7facf88048efc1a7579d4650640b285114cb332f1 +size 8047230 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e8b3bcfcc9d6e0cc3fdba02ae54a3588c842ba4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1486bcb8d6c3414fd8d2e3d22a0bb32553d1967851530221b1ee5a5bf42a19b9 +size 7923424 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcd160782c3f0c74cbf52847b8bf05aeb6575ac7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:4d564521cd50e0d605c4a6dcc63339619beb26971bd8905695be626dc1b9e25b +size 7849956 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cc33213a1e5c490660aff9a27edd4e03a3bb474 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:5e26d72a9e3d853a5d56e0ee2748815ec7aecf61af384f19a8fc8b85871bd432 +size 8118383 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7412a8413fe90daf1a25f184ec321c1b5375354 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7f45ff1f77e418d1f96c96926833ecbe3355385592fbfccffc7cddd8fa861320 +size 6252657 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52d9e501d469b0c4b35d86dd13655359848d8c33 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:62c0ea94cd388567a6cc4d72450e511814120decfa9f1ff2f4be5578c2070474 +size 8046346 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9bf8129bb840b135870ebb58f9d75ba6f964299 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:3b5e0202361733fb4b59ebc6a7e82b0edd0f07a9f415a5c8537b9abab862fda1 +size 6871879 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d18b2511e94f9a125c41270dd3927bd431b35dab --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:fbc65f47a6629db720e3a66e583621dc6557d4036c429c19585192256248013f +size 6015920 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46946ae5a27d622e465410bd4eed9b3078768a5d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e239dcaa5e3c62dc887469c617f4c6ed337e2c138e53915cb759d913495744a2 +size 6987433 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e1ac2c0ace5cfb7cddc8caa126c9bda274e8e94 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:3f115574b6804fa79fbf94984846e8c6952edc5c31629f209ea02ff2c1874ce0 +size 7703368 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b5036db53de54d601da18e3eba2b20712a3ee11 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:41d3d3b7c5b3ab9534aae6972876ac450ff7f1496c3fcddb8a16a26ec6671e35 +size 6185261 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..facd20e8bb6ba7a4de407c240bcd0577fbdcaa19 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2a1d75fab2cd248b478efbead068dccda906ef263c88e15716cdfec72d0fb091 +size 6480418 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7209eea8a362680aab52321bf9aa9d4797e3654a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d13aedaccd68bcfa1d1d635c14847f1bf22fd1a51884e3f0c403ee73277a8f93 +size 6977033 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7badc133bf350472e8156ecbb705a27ec65c0c84 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d2acad2b3522b62d69c9efc000a6ad7b10e6a6433d0c7bebf07fba23ad2b6062 +size 7865755 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de5515f15c52fdac07aae16af4db7abd7cb8623b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2575b3bb55074f67eeee8ed17b8e451805ed1fc75a182c2e9b2a860d7b0f268b +size 6321344 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f609f6eb9a212e0bd7833958d6a894c53840da3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ab426fab2edff9d0720e8a050aa7e117781b86fe2c1f524b5974b94e2881dfcd +size 6968459 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e3ce36b586f40e167a18e82a168dc81d5064cf5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:967bb9397c9eb20a4037cf0845d70cec7add3fd5e728fef4ffa337b7216b89ce +size 8225601 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94e5b2a4ba56e76c64216fe2069390d441f84c0d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:62f62f2c1963a99eb819e553c137406754e39c0f7889dfb430fb9cb8a4ee94a2 +size 6312679 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82c5b5908cd5d49f88107b5f0fbae66720adb923 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:223760ee489eb4ca531a4e973be611e06584710a67fb86443526b6472225da0c +size 5526262 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c1af61de2fd185bf8dc97e1fe0d9375f432e058 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d44430fa0370f2587b37cc655f4333cc5d2724f6f2b5c71401e5ea47b466e7db +size 7195589 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eab5da7c319a61b31e7d302fde030deba56533f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c05bb51dbde94889c62d217ff676a89338f80a1a1a10ee06bc40b7a164975809 +size 6634828 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc457b9a403f82fce6e0d71628f7c4cc51aedfb3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:05e5416a209bb8de49c13659436fa3227ffbe0437572a6f632b2b886f80821ce +size 6711034 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e3d39ef67f462786beec93a17d2313fa8562859 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ce1b4e07cf4b13bfec7ef55daa6c80f0b256b15aeae5ba96d91cb579cd0ca0e0 +size 8486193 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bda78a35ef6cfec9029021a7cd539169f0cd24a3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f5b8acfdc0c892a592025549886c84ee8e1192a9ba3363171d724c8a24727d2f +size 8182592 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28f9354559afeebb5c163dcc70a3390979b757b2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:219add6b58433951c0ef6eae416e7a656ae055294bc1cca774aeb605282b162d +size 8054793 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96785cb928b605cab1d3c7f678ce46f17fb923f5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:76a10393284d588ec61169e5ebb4ba62e9649a6575a3f34c9cb1f4f0480d2ff3 +size 8181677 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6c4e0fe65ee7354166c1cb09687dc5c69e52616 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f55a9b70ecf646559aa9536ebb8f9d04c221fb79769e390c74ad0b5ccdb7dd03 +size 8395171 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7191ef0b6ddb987dd87c11a7e0c449c6e3de6341 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e6a41b3b86da815e3ebb5cae2da5c0b1c20d0ad38ff473d3b5a3e554594da331 +size 9555179 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc0e53e46dac9705b376fba853cc7f33057a535c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f1196cdcff973d08bd8fe2b6084e4624f06e8f6e70bd1e7d448e83064958c4bb +size 8211246 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d2f485d6ecce96045a20d2e464014ff6c054c52 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1974954d73a50fa26613c3ef1d4e0ceb72e60303b69d40673560c34839ca9f76 +size 7942676 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2f8014643b4d584351fed4e47503f36277a3f8d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:307ffa336eb97b0cc4afe9d409f6c319810133e545a472464e827bcb4e4642b8 +size 8288619 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34a9dca32b835a7c87437714062b342b7a680ed9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:36e47504155f788d24c2d8b8312bc08182c424485f60ffc3b236b5ba64106167 +size 8113365 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..122ce9d4c1e369960345250475adea144b019e77 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ff97130672e87fe939cbe7dbf6fceffa26bd5e6ed207006d93df5140ac964080 +size 7904391 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b317d75221c9d94b89930aa2e7612fec2b29e7bc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:78ef0dee7ea19e16ae3196c7f760b4cabeda60633b8210a1f72374150abdefbe +size 9566293 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78e9ab9706004cc3af7200c162556f6673b72a53 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b0472556de3fb86e196607fcf0c0cea2ae0b02dc45aac473ac4a4923adf8c9ec +size 7645359 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d597b3f5cd2d9b87e996c654d0c2f8c81d8fed72 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1142b38459fca8a704412161ec81919ff15cd5e81e93a6bfb8e34b76b4ffd6e2 +size 7923897 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a192f8a38cba463aa161e818283f453b16872cd1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6d37b0a49866f78ba04c9399471f6e42d735cad29d7e15303069cff1e380fa84 +size 7167633 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e84d234f273a5054b4d2d3c5ee9ec89ad2390b0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:da86db466b8f23171f9edeb37c598cc8f7bb7150f094744dce7add7d8b634bde +size 8765930 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcabb736ff0a49050086331a1e9c19b965bdff1b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ac45782c6df6a981c04dd14abeeb82704a36e620b73ff13347b6070508ce6de5 +size 9313055 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..107f27965941bb5680b722e203831ee052051d26 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:50615cd7eba3da64fb016f0d1b06433c97cca20a0836f75e9f21d90ea8dbfa49 +size 8266134 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6db16f7ea390fb20b827140a93c28c9a1b5ec6e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:5a232ab75517ebda2be286aeadbc74623e35c030ec91e6b45e74888d6b62f569 +size 8421727 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f32c35c2e9621962122795c63f2ebc8cb3cf957 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a0f2155eb5b60da7fe46f8fe385131f3e4e895dc8afb7d6084d5e78bf100134f +size 8506921 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..839df9e3cb5d932f194e3d387fec4fb7ec5559a9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:668a416c9d5499a7f8f65ad8556f53bd8340ade6915df9065bf1ec91db8c51d3 +size 8105777 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c626bab76ec71025d1ce1e71cb883af5a6c742c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2eef8bade28b2559a8bc2db0eeb41c7e34a31955995d5d44c7bbee5fce74e945 +size 9259050 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb64ddfa7c38f5f253e448254d64dd74be5b0b95 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:56e297daad889bc8a8ec7128ba0ebb25c1468e7341483127852dd75fed750354 +size 7787134 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b58d88833ba657713ff1e0ee6b82176f18f6288c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2385c6e847e672bbd9f0f81696c33a3e92afef77dafe92d6760ffd6323b3c336 +size 8449413 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fbba6d9fb7fc1d4905a01a1ac146990cc395a54 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:fd7ab5a16e392a6f860feff075e56b85df365c9a5a85e84d75d706f070d76529 +size 8352612 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ed0d102b0cfed8e2650dfed81623f9c894b007f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:61fe6c9c2f3d85a3cfafcd3036b65ea25d783169aaef1f7a6b2b8c378e54c1e3 +size 8790920 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f2cd71f07b02c6368c98f4e69eff13474bb7ff9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7823c6e2b9c84e3cdb593b9ae505e38e26426f12e7ad48c7e105c570b5955a57 +size 8500081 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2862101107074093be7aa1c33d51e254e52ffc09 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:8e518ec256f961da9b29beb87174324e83af0f22b046cd51845525ced30ae382 +size 8520480 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f67d8ead617f6bf9da705ac6164d091593b652c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:9789352a28ffe8bcfe951fa4949c84919d38895878462a8742ee70ac7e63ae56 +size 8817250 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c183c7fd2c915359c2f52e5c38aaa3f8878ff5ed --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a88ccd1347aa1e884b3519740bea66e4205e97d9609a3ab25bf6ebe8fcdf21a2 +size 8323487 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fa9056ae03174f9dfcba1ae4aa04d393de05560 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:3880ea16353b5efeed1f241da83b48427dd2efe39fa2c8946f85454999b213e4 +size 7888830 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18837a66425b481ed71e6d0b3c8bd2928dfb8951 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:13e2c4bec21ae754549c5754186d3ec0fb49d653a7dcf460e1e20e10035273e1 +size 8757612 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c337782c34d40aad294226db28b24bc22221ba42 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d0702d66c71ba2d080ba648a94141de7b330947e3fe2e3539de0d69f824da39f +size 8531400 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ebf6612459cf4746c4c680e84a830e82331d7cd --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:fa2c7452fbd85079b3de1c11a481742998de912f534464f42c9e1e0dfaa9bc97 +size 9077822 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..feb3c5895e1ca606e9a0a6013a8716472016e083 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6f2164abefa8e3bb191ce8279917a4be627917fccdeb15afdc54027288031c57 +size 9539353 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f147066362b75addda024d9c61dfdfad9fa0f5e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7d39e709c096db6cd94870b9392c6bd1e607d10d7cd0f778ddd3942a3f0f70c5 +size 9750402 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9416ba535d0b0c09bb1024f4845e434819fb8069 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:21aa5e787986fc20613e94882b24df3567cf54cb316301d28cab1056a9f8de6f +size 8035230 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d56ca3add9e0c0c17c552f402b94156724e320f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:821078fbf6ccf2daa4acfddccbefbba87833a4da83672e3982320a5fbb0b166a +size 7179969 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e44d9feddbfd9228dd407328702bbb2cd68ea8cc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:92c9d9119d37cec0064aa3f5296f4deb5a129d18a5733e24040101bfdb4bb30f +size 8132012 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc12aabdd2285241a8ce9c8077e14776a9950dd8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:261c9ced22f9717645f8c1d5b8eebfa6b5893c98c5a21b6ed823f8c6e0bee2ca +size 9454300 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7e7f6c0605c71dbd18f9d79e1c80879408337d8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:36c07340cf115e396c4d1cbcb5da3a66fa20905751bc82ed010de95cbb1f2bd8 +size 9353724 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81e1ba8211efc706c74ed920e8a150d457e510ba --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:4105969fb0396e1721cef8a17595084e07e0dfc17b32ab7e0a7cf486f8e39c41 +size 8413597 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c49e5eace94591b4fbf9b644965067018d0ed70 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:033c3b50dfe80f5110c2c6c5b421e7b1319b2d7c799154ac7da31fafc6d60b52 +size 7885213 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0c4bf6c351f994e9aaf7c8de1eca46782278101 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:9cd58082735a594ef05124107d631ac40c1926d2ef1e5805f268fc5239f1c23c +size 8053721 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3655fec08288e10b90b5625525db0d5988cb394b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:073fbdcd2c96d583d9a891ebbfd775975e3980e895d0b206bd87973f92a1c3c1 +size 8658125 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e24358512e27563087d5308a7faa77efbacecae --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:48b2e49944b102468ecad089ebb13dfded9a6174f7a38b83d5d396fc9e9596de +size 8942204 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ec1f336310a1a30c8f3243cc0010b335ab16447 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:4b9eb50c03b3f7bd48278ca77dfc023159a66a4e6da2baf71f74fbe5f59eea5c +size 7788835 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ee1b905c23b45ded4daf6857eb19fa512e3bf8f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcb5405a1541822520e011295e1e68f7a7ed3c5c7daee0cb8c5083ab046f1d9 +size 8133477 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d0af4f322305db92df5d3c951da7d36ff5da152 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75562e90152a9aaef98b434bbec8cd28f65e2030e51fb9d626cd2daedb86a768 +size 8084560 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a8ed3440e8cf76604b0804c4e010e335efba1ae --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fceaef291c98f0e4cf30e66a9e900a348f392be304ac0a671fc7ed188f5adb0 +size 7584032 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f6489030ce600330f66c240a770ad186376d6f3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c495395797a7a7cc61a38504fe7b4313bc2354787cc7e59d01fc8e34ce69b3bd +size 8174123 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f05ac96ac1c9f3c3c967bc4deea892abfb02706 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253fe0a1c5043392941e4fbbdd0e49c75806b4ad48685c776a563a491d53ea67 +size 7553920 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eefafbaefb0282efddc01ded58c55d93722d51f7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0b5c6f09e939cae34ac0685dbaa3c5ce154dda88cc83685c43f32df2988ed1 +size 8055001 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2178baf13d72b87c141277052f500d0ebf141a34 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61d175e9235d69bd966572682a6342f689b7825d7623a7fba88d1f4c8e62447 +size 8051527 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0d086cb4ddab24bb9c7d6a1346a899c0d5165e7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c155c2289a30864a9d3d09f88cc0c0446f3281f8070548e3f92fb975bcf00a3 +size 7839187 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42a4fb8733e114f11b8a5665e79f98d4d85ab954 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27487a4452795e8d5b3b63a31c1dfdc23ae0b9af661d85a8dec4562b5ec54bd7 +size 8166893 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6311f7d392c197171ae07566301229007a414dc8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3f00982f8ca595e8797a9305aad2e5fb042a62702291b38c2a7a02f8eae780 +size 9285154 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08977259ac9158f3c6e989be38d9f4555abc77b6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a1f5601b36fbf85383cd63a80047ee044ec393352a9c61164ad9e83553dee4 +size 8908626 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44198f89b4b01a46e1252c49d81a7d02965c123e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd427630cf263db4f972d7819a987b7d1639490b4c5471c1ffbb873f24a1cd8 +size 8925715 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cb0a4a463a4e760720a378e87216b3f4b0fa7bd --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca7f843f250a408eb8cacf4712a17f91a6731f1cecf62aa77debcae62722b96 +size 9762001 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b824660a6688d2e765baa231c79a5622e1afaa10 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f717a6c47055747e0951e80206cdfff87269bbe6e0bb3dfb006c1767ed6808c +size 8237398 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fa353080cbdfcafbde4deb70f6ac22dc0aa7a3c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2faf62af3015367b9ff38d06e9b03b4382ea0f8b72eb6680899ca22b88f41d4 +size 8786077 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62a28a1881c8072fdaa8718052fa731d4e0bc8ae --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36a8bfc95de42784df90e8b3b8b85a18ecc86f58de0b5303fe6da4a664dbe6e +size 8660762 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1ff4e1f83a982e0e9207da56a488c7a9efe25ac --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e9a525c15b31ecd6684224019b80a3a00dc30b16374b244a8c600507158553 +size 7863626 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4783d1c123a4e79d1edb3607d5dff672659d6b8b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f212e6fa750c0ac3732f4f4896fe5230be4f360f6c5dbdd022eb6de6878522 +size 9371078 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90cca73b84509ecbb5e9706acd85b3ac7192475b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a119bd3afef3c67c96c708ed721946ad0dbdd3208a43759f05940f85a21bc7 +size 9668402 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63c82fcd6372574c9ed6ec73b6bad826dee18773 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f49fa96e553f7ee3e050c641c357d3ebf6f0b2f7f9a17119d54c2eb86eda5a7 +size 7642668 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e86677196e87813e3da5c57721d5f2731d957ded --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a9f804276f3127f33481422dcceeab2430a69e24010419bf5cfb73e244aecd +size 8227721 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b461391cdc67f33c8e5baa1d2a7c9a78407d209 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add3e8263ee4dd3bafcde56628d09ddb6e493c76edd54f4c8ee6018593295750 +size 8204791 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fe5060621e1f5bfb1778def1095e2bdfe428145 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc15eb41ccd7be164fb3d868a49252f43420cbe19734945e4986f95734bba425 +size 8557650 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..535ee5fa69c50b30e7683e3db425571de1efc58a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213238d9d9323b355920c957e53fd34a616e2da4ecba3390b284ed4945cb0d00 +size 8182058 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a54b48446bca42328574a9f84a3484aa2b77a5bb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3befd580e1b362b66a581557f265a660dd0f5b0ab7afa2913f087373eabf4b51 +size 8756041 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..112042ce213896484372e242865c5180272de0f2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853c23d2d75c0c8f06fc82566215d942c174630c8d19b33a110ddf20f6621eb1 +size 8840618 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cad1c556320aa6a74e21ca4bbe4b3b17b569f4aa --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1b4dbdd06b68920156d838cb95f66c32633ab4bce9af4de8547b5dec0ed01a +size 8448194 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fe94bc430d3d2bfba7c0bfb884a26b3f48971a0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b04d595cac5b834a5bb5e32067f3da812ea4e97b8bb6137fc2c1730e64b072 +size 8447030 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15bb3205a823d54a8836e55d4935b6ea5b70badd --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9c6c388000947b1191be3bece2b43924e3923c74dc7888ff2e27b6f9af3a79 +size 9114839 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79681e7da8a66b27f7ec5bfa50687ca89baac79a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfb27c4c119a9e8bcb01cf139ad006fdea896cb778b02847dd4be65ead1ab1e +size 8326503 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8f1d57e3a20a5fb1c057916f5efb7ea34886492 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887256c59032025f10f64bda16912f6640ad113f62d794ddc3851ad3b9f312e7 +size 9534152 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3c9c2f19c503bb5bac65a0d4575ebb0055508f4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:187a8bd54ca2a5e321c6673667cfbe792ebb4145d8e02db73a274d39808f2921 +size 8259496 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29407d21888507a2b6f7525b3fad349d0e94f479 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2a083b72dc3bac02337a93880b02f454a88b9c69b3f18f48d17680bfbd040b48 +size 8842454 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7290114e6405e3215cff7011fde727d40886afe --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:bba67b1cca39d2a3f13cb5c08f6e1891c67531c348630b094ff44628f47ca073 +size 9782161 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3b960042663ce5970cf7744f07f6adfda335137 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a50462301ae097ebed286d0e44944ee7b60a9e50371cafc0c5d091b333744b94 +size 8273093 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36c6d881ea6f46ca8bdc9415486955d9e2a0cb2d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:80a14b0303b2a0a1358f2c54abdd65ea1583061650f591ea3d3cf8b3fa49f2b2 +size 8945998 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..538c73b157c2ac88b4582e2ba81c0d1a7c0aed49 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b3c3152ad3c8fd7579087f1ca88d636dd980c9f83bb384c64fe7c3d8aee9ae60 +size 7802611 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fee749969f0ef22fab70f1b88ed964ed006d7ed --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:447cb9549e205cf3e66777b2d467847b7951fc22772d854203670e77e8d06598 +size 8489772 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ea92adb268e9fa33d71d809f1829776b24d2399 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:947ed9612df1e1930db81c55e02974ff60c7f15e901d03000e7a5f6b3a65ccb7 +size 8599298 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6afca9639dd04d502cdfe03da5f570e17965fe4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d616ce1dc462e280297a957afa9304131282e7a999bd78775693e12c2ad6ee97 +size 7531771 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c74b39ee641143678954c002fd7a41ca3e85f23c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:97b2a6edbcd566de538a682f0ce3de54634999ecb73fc3016772e5ec175c6184 +size 8694612 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06406967b453f1c1fb93694a3b587acc38f46315 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f33204ea19a48403a9c11e4821641d2b1ed6733203ec615e22aacba6dbb101dc +size 9756482 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41306b7e83b8c4b2396e1ed73d9017aef17b4504 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:9437620dc7a3479d5c6eb034ecfb466e49f82d5f3a1ad815c23455a7bb9f2ef4 +size 10133677 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..529e4d6989560beee69968a439913929a5edb5df --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:20cf313b2911a9dcf12c21e1ecc87be85298720312382fa7f2616147f19cba42 +size 9222171 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90e7e0c9ea3f1eb76445c499605cb8ef26c6819f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d2098915df638b12d8aadfd89cc732b37920f18a09a576c036e3e892e273e6a7 +size 7914566 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dec5e7c9d5b9f4f26c05016e534e25edc0c1eb6 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:149d4dad8be3a091209437d0122dc895384c84b6d84db9d66388e2ed167e16bd +size 8337269 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3b39c6fa2913982df1e91fc2d251af9909ac73e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f9166036b43936b00061607039da078ad3fb35d0920543faf9dc19e6e5a23d0f +size 9498122 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d280813d4319ca390980f8d22161516732e87af8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:17f76023a7d1a1c2de8407d01812d6aeff0a773906ae901e43c242cda525d460 +size 9662070 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b04520596c96275967dd4bc485a42d2e7447ef3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c0d149eee33d96bb4b911e15b3c750615aea1e32a622a0db126c8393ca18b837 +size 7221943 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d195f5584db5dc626824295b2c96d4f4e4e1a2d4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ad27d82f90d27287349a0ddd6bde676f9e9049be7a791772d3b0996307d4b5fd +size 8942029 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e48d7c85be7ae9f119c688f0630d0a333af94f7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:0e409b28b976aa6439f4bed3a39170921a27c97198b5bafdcfd5601646d76754 +size 8075480 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91db79d7adbfc5327a4bb24b850f4e1c6b358653 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b7e3fcd3f7c2c29275dc48d94cad582d4716e93bd0cf387e47e57565bec58eb7 +size 7111185 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..677dd26ecb4c6c652c4456d0af03d67c153adbdb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f431446565bf6102b80e31326e96032e6a16ad3b77d642d45fa61c030f6c9eda +size 7467981 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d74196a0f825f94ca95c7e1449b7cd6d19664b9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:03bb33864d64bf13ff11c36cfb2125abe67e1658740c283a7010a54519848622 +size 7919263 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..860be9cf95992edf44c0d527a3a8e6b0a0a8c0f2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f4e6b061a1ea8fc19f76e771ef467f63d9f5f0eeccd66bf41f837747f5bb1fc9 +size 8420248 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..196b32129794dc865108504ce4475956bdef5407 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ad5394e56384e7b86bd5e97fed641267ac1067e0815b8c1af58cfc002d144cd6 +size 8275533 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12ee67af0e29daf3a9c73ef8289f155a979e81b4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:192231cf715b4aa3fb4900810f2d344960ceb23fe59e14cf30eea5fefaa09610 +size 6421000 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..940e0be9f295ff218d2714e79b9fce1e97b9fc4a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:87f04b8aac3970e1cc78032e7cd2c00e3593f6e5d7913e41f8168032021c5277 +size 7749263 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4693dbf47f3caf05d1bfa89a883db2b9c237853 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:82dcfe167f919e5932fdfb3d0c050a55faf4910b5366112f442cefd6217aa468 +size 8194526 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbc1000ad486313d1d0d2c7fe8f468bb9fa5a1a9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c9ac9e25f49ad9e4182cdb76dbfb6dc1d67270f95a22a1bf6870b4b922f907fa +size 8759848 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86ac00a0fb68ee329b9fdba19cf4819d0af199af --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2cf95a5b1f16a6316de60c2f3a33401b8ac7a37339ac3e6f770bacd06a98b435 +size 7939522 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f950e5328a81d347f6ca10e633039b8a8a164cc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b41369ba0d16a94535bd171c1b6d7d7055af98001bb6b6dd98564fdcce4779a7 +size 8459492 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7677d414b208454c5129b206621a39641c17d3d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:20e49143c57585b4bd7958e6db272afc95d58c222a84c1d40c85fb2c3b04c46d +size 8330983 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d94701284b4fe732951be453e0d92fdf4f8b3fa1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:18810e40872d33db5979e19993a28e7422412c2cfcaebd681c7da7b236b339d9 +size 8103450 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16ac51d22acd853134b6ea12433239221db64315 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:355b60d83dcff8f6d6fde3e22c240404c770a148a50ae50ed3ef0bfe6502c388 +size 8015733 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..211091aae59f03b20d13eba951de7c9d002843d1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1fcd78d4c52786ea88482aa6797aa1bb45c62c6e5ab93b0b034f3ce6daf3eae8 +size 7233508 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3173172b3669ce8c2c3b4405d6adf8a9696bc493 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e90112ae381fb23ede256bcd089068189d6fa3719260d4170213d966971c5f8c +size 7814940 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05a371e6ec8ed6633c658a0e44466111ed4fb536 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:73301bbd4f27bd1c40199e6afd1679695abe769c9bbd95347c3d149b90859202 +size 7220138 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2719a19365e7635adbaa3a8bd4188461a4ec2616 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e48fe80b4e02f05bb8a6dd453cd5177b2846b652ee8f49d5c656dcc69f9bba96 +size 7031503 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..887982654d93faf742cdf9aa571ec95ec32a91af --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1a69d95f79ebf18c615bfc3420cbe3b0272b081c342f128c78a59452a78f6517 +size 7904171 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..604ecd7fd131231626ef694e8a40905d709f538b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:8d5238a1f0b7d570279bd80a3e67eb581da2c70e990e98f0b58410b29962ccdf +size 7540935 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e62a141002e7e43653c4291ea2cbac97571346d9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:ef656201d249cbc5502c61c963a0a8bb2d40605984613eff3eb1d8cb9602bec6 +size 7362823 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c735c779b714957ef11644df193d2fa4134b481 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:be6fa26aaa57462779b841fd2ffa33d29e5a53feb2b84222be0d05e42859b451 +size 8068697 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8c9a0c0bc7e8431e164b6f1f271bcfb19244ab4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:af0ab36268be2a05c375bd0ce8e0886104645045f739cc4fd9a69d3833ebf67c +size 8468234 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09b2475fcee52875fecca46ee20f5f9bc0694324 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:edd4db2229cb284d0af39d51376e72ba9b023963741abe5cac96bbe4834b39c3 +size 8880955 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9975ab7e94cccf3e7fd584df08285882219cf2e3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e8e3bc1293bd4e50918ceb4913e8371f8e0fab7f919516fbe737adc5cd637949 +size 7549887 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..591b24f914c55dd22db4cc51b35835e5caf26953 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:8723fb76e7c70e64e458263efcf64680a5c243643ae44d247f4abcaf4bf84144 +size 7753562 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40b7656dfd3c6194b039c2b1bf00ed8666170756 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d47eb875ca0e26d3b7b18aa7cf252eac1e064817c009ad276a52aff17de8181c +size 8268613 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44bdc056a8020cafda195865173fea03b0ef275c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b0c0cecc9675b1308a4295cf7b8365955eb5c451a09e9b1dab44cf55390063aa +size 7325351 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72ccb132eff0018427478a8a3b22f2002a92dae3 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:f175d412c6c4bcc7a343e228d5c2ffa15a0f7f56ac05d92b9a4f81d7a9d22a8d +size 8275521 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e8f089af41ad7ec8d47ffec463c516a5183d516 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:54e5aa2f843f474749c7faec277a3dedd2f34346f467c9f23a49d3af62887c18 +size 8042197 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5c97bb87479c92b8466b18a3515d828778ca2b2 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b7a48876a5c6bebd300f4b55f090afd42c0e585dea8e5ba76861ee9f5889ff6a +size 7870793 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01549b54917852aaceda7b2dfafaffa15c61bf0e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:fc5dc25444b1c5c359c96cad377814c366124c464c14a2d074dc9339ef4ded62 +size 7377131 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b944b7b65d04c4dc17665afe3a50a79d308d922 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:0c54371a90bae88655c26abdeb8fa0a9bff26ea67f700ac197dbd52e264f8e46 +size 8093546 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4eb48408d5fe80b351772140bf2405b5d01d25e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:124177d49026f9f5e54a7d4401465c0f24b9bfff3b009fc083c1add5d3aedc19 +size 7802866 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a02d7ecc62801ad7d88093cdbd72492ab46e6447 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b62bf26ef548052d4c5a460acbcf24afb2a79c347c9939abb26357166497ba16 +size 7995115 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb98dcbf0ffe7b7b4128ff36e51ed6f8a6377136 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:068542acc7e7ba72ea50e1438eb39c09eaf2ebda026a891e5c78434ad5815a95 +size 7852856 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86c4f0cbb7836e26013e298768f430470912ef2d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:94c8a5a36cdd476ccb255db98db195a11a1a4bdba7191fac8b8860f08dd0271a +size 8329282 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2050debfdc9795b6883cae980f9a9d2866cb9e8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:5c754e8480e759407e5b32be9ea0f918eb1fca22e7402418babe640d96c778f9 +size 9230920 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d87d79f4a442a4ce5502646a4d820437dbaecedc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c136dcb01892d1fb30c30d33381f90c9b77215fd6bfebf0f8f22f79d4100b4fc +size 7956527 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52dd18b543138882790e1b5087d3395228d128c5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:52da332f93319d92cf59ca842cceddab6e6e49cc23ba90d9c2dab752aaec8534 +size 7624646 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77f387f9a324cac7c8ec8e3b5e41682a2d3c9d65 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:dd36d11717f356b70ab8cd5b0ee466bd5a1d2ca92f79ef4a278a84b0de12b75b +size 7820339 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..272e58795a1740d5b71f52035097faf7ce6df1c7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:fbcb71c2c53394d42044922e0c517ec8f5ca503f33fad309603869f927054905 +size 8332006 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22772ef1917afffce2cd1524f010f9377d800847 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:53a12a74087f4130ac7e6dcfbdc510fbf067d0d576aa605af9917b1d0b874ff5 +size 8159082 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed6aafa85d1ed54deed5e8ab7e588c543b8ad368 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:7c52d18fddecfcafe8403ea4dcbccdae3398faa294d5c17ebac68e9b1c36b181 +size 9693858 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59fbe2ab0508fac69f4895065e00950136ca7730 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d410ffa4f73106ecf40505593616c7420a2b091a83ae63a24c23761575ff8eb4 +size 7745554 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf00e47072925d92fd3cf52701b7b864736eb33c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c57f7c22bee33621ee25bffeacf831b3d31a7880111d59f6c62299e1783c9a8d +size 7974124 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..671504aa278a3fdd611c504fe3ea7ca496e509ed --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:caa13371d0be53109464f311ca30f80788d8ef2b862866ab83db806af3e5aad9 +size 7318234 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e20a7ea3cb37bb902ae60c31b971e34ce0b3aac --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a410b9cdd959c2879d45a3f447580e6f27c22f50b41f33c8eedb812479652a11 +size 8588855 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41bc482bf2e824a7458b7a25a2a849bd8b1e2bd7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:980056ae968ba03c9225bc9447826db650c20619bf30bb26a1d08e673d42ad79 +size 9123277 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9bba3898880fb03c27a349e5bac8f00536cd8d9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e6e06ecfe20ec6f3589a7f0b626b494d78fb4522afb202faed278cbabf78151d +size 8682338 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c25a302f37b5e06f6aa1e26840d8102252e6e28d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:dd4bbe2f54e506f813491ed17ee251a8a24a1d4d096a6324601dc39abaf54054 +size 8910953 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1e13eb5048e5c0fb22dc3f4e015339805bf2c98 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:efe833013d9b828866aa1b0361c51c72e683223de5032f4e4a98a34969f591cb +size 8434179 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a46c05802986bbd785fac38e1f356ba178303ea --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c1815e120b2c05ee716365e20c5bce3c92c7d8c3a3529b6b7e8217259f8c6463 +size 7886146 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d808805110096753ee319171077d3e79947453b9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:2b6571659f925aa8729e024ce33b68987948970a71acee37be82adbe16cd4433 +size 8500127 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b0ece82f96922272fb13c063b13a453fddfc074 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:b4dc85aa9062c76cfb7101302d9206ea7495171304753df13ccfadefa474317b +size 7439583 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a05a68d01e3e26d4fbc0470721d6b3f62baa7176 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:385e954d4e5fc5c8f2fbb7a9e72759748960bee7d865bfcc2058140675c6cd40 +size 7674947 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7942b2a3c25937a0b7eaa6287a72a42c98a5d90e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a1c068b69f67ae72dd3f1716acdbeaf5a5a404d0977512de55f5711a82a8c244 +size 8243855 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6a8e48831395fb6ed214b9519d22205e31a5fd1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:1a83c92511943444b81005d7ef9e42b196de2b5c9da2a60951b5a55b2e17c416 +size 8583281 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f3f36a25cefa72de5fc07f6d0a3b0c64144d1b9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:6ff00b647d931014eb2c0b052a0f60b890187e9c87737b598717352754cb875e +size 8489203 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a65bc06514675b48507f65e1cfb5d91f1fba42ac --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c08779512f6979ad08e473344151dd28abbed51ce054b45d8c5b4d2ce00e271d +size 8143388 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1e2afcc4d5f4884b04eb0783531c9837e9ffdd8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:11550f062c0074be6985f9549c5f51f48255ab750e89cb57c97559ca4062562f +size 8488517 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b09b065a49a0a0c6de6ba7f7939bd994fffa781 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d2ecd2233bd3adb25da3a82b85e2c14896aef0c92414444c518d986a4d8ea16c +size 8069670 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b536d8c3574d3a92a1c18b9b9716ed161b6e4805 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:eced550fe8faad0e1b2babcf741c1cfbfe72f23c5c590d5cf4e94cc8734186ad +size 7691456 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b5f7b1560cc6f136de15db8b3eaf394a43e0fb5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:80a63ca863cb3b8c8a75bd4fe828626942e318b51a6df49ff4cd1dfcf44ff033 +size 7986280 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea503ac03f6f4cf4463022b82eec67317a9087ee --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:e1946f75dfc689e2dc2b4192d00932b536445e8dab1fdf595d54307efa5a48f3 +size 7915951 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a215f8c5ba769e63aee2dad883d04b569d1d10f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:dbb2fbe717d99ea54dbc2b3e5e0bc3c15920e88d89bb32239a93d808f4c5c522 +size 8417380 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ec0bd0f02744db0691643bf48848067a6e67f4a --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:a4b8fc341ba917126259a8ee1b336e5a0239fb4369c945d6747903fa77b43c74 +size 8264497 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e085e2fe4b840731c5c1b1cb25b1ddeb4c84c7e9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:0551252f95960ceb32fa36fc98e2f81cbd8ee9c0bcbd4da0507314b96a84f953 +size 9402065 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7480348785c17606dbf70c3ba9e7665b8d3474a0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:bccb6b9a90f3a8327caa890749000c46989ad3e0a6dd29a77cc7aeeb1633e6a5 +size 7639563 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fabc45c4e0bd89eedeeb5309557ffb6f7341a27f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:798e1633ccff63be6c702f65d4229a0c16f2af8d1c841dd14766e521c19628c5 +size 7265816 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64fe409dd499f735d4ae9306fa0168bcec4b2401 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:9d1bd3b370da7cf4e48df401fe35c7683733041d00018cd36206bb5640de102b +size 8317174 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..566c769804eb149600897fec84929fc7edd5b7fc --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:426526e397137c1fefd999724dca17977131267d8e341f23136c6fcba1feebc3 +size 9488145 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..988995e70f2119599812857a3edd8a4b421abc55 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:0bf9e1177da81d2417eeb16354f32d9ef3aefb8109723283f2e40af507045d15 +size 8977776 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6655aecdf5b19a4f3c8ba4369b93ffb60fc20b83 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:c562cd3b9ae5325dc1baa8dc69a897d4291f8a11c4189c438090c0a7a51c71a6 +size 8257584 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1e3b57c0161dd85b03ce78d172de9eb80304068 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:faf06a59fe3157b31635cdeb108f919b767c650a3e68782b7ed2441c41d54056 +size 8202834 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19addfd8adcd69b8d5bb7159215423a8b535acb9 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:57f4bdacf8441b7fecac07e46d21f7172dcfdc4920ff6e7e44c643b99f1ec922 +size 8859806 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e71e6aff4d4121d33baa66c5f0cc8b92843b493 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:d5beb7877f044fa09594cc138ac45d3ab4b411cafdc314f0b130ea77f61edd77 +size 9725171 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65d1cf5ea55efcc782c591840d20777412d68ba5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:bdbfbbc53ae10366fe2b9f89e50bd51393dab3a0556328e124f3904b60fbb4ac +size 9464056 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29f5f348dc225665ae617faf5f02e4dce8a97a8f --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/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:521ebf28c3ac2915642c97e3f433c1902931c8dab78e630692078722b3c1e752 +size 8164940 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f0747a651d408d32b5b4e6249eb63397fcbea06 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d407be78b49dfa08676799372fb1edf9668676f0bc5bc9f5725678f7623c6fd +size 8217158 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63ae71cff04440e7b949f8a3b8620a1d0e9c660c --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4b65f3b2da0f7d4855f7dd5c8174d3abafa58ac6339e0f2fd42ab861271c83 +size 7234647 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..892e218b5d848d65a138a1c68985218f8dc4a3d5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4f20c2e69e731a34e1cc1e5ae0f4d993e3d505585a920e105dfe3ae2c1bf38 +size 6336059 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13e7d6c9a55c68d2ec64c4de6ec5e9e22a90854d --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b2ea85d9559e8a1be5f1fc63f19a7a83e1fcf3a24a1592f8b880b4281d69ef +size 6840709 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae03acaa0004583768ee132391f45055bb4a4b06 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3520c98a32d1435f50bfc6f201706f04f05881c2e52dd877c7b6f4e6506e1b +size 6434884 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..079cc8dce202671be2b99997a9b3a97014251083 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fceba332e68b9b4c9b1d6a0be7fc693f936e780b7fd9819c4d28df88af3f141 +size 6717287 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45d2cb6f304757a55f0d7eb042f188e7c04c8732 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96351b354b151bb635e93d9854ab1a457752c82e9b73e9fb3be820744390763 +size 7031606 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59f990d862806321e7bbf6d0888381e828d434c4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2da9f443d5da5eb5d8ca59abd8f3b3afc32921aca3d7c3da9dd8f03b6a843b7 +size 6672887 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a29ae1ac0c85414a8a9ca02f4c50ddc59ca844c1 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a62e94f01901d3e6473c7510d031a86d48d5c057e8ac48815caf60ced44d41 +size 7061147 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a45db95c3005a20b66b0ec5568517182aa86f82 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9f96573ed10232e7e2388ec4496d9b98470df54d0f5c47d7ed244bf0353791 +size 8298809 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..661254f97b82f00aac9bda97ce9fd793d0131ec7 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7509f3b12f99c7a55358ba5ec6485e8d12b9e5bde77ee7aba3e52985a5c35eb +size 7842693 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5429a14fcf807d6784ea3938024b790cb6ef1039 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38eb81bbc108ad7eb32e3cccd765ab27070f978363a322e01eb9be2076da6b70 +size 8021415 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4980b562902e11b5231786a4a5006dcb30092bb5 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b221b2f4a5086398da0a8c7e42e1118ea0543e9ac4ba9f63fcd4fb00e6c94185 +size 8075367 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d4c096b6f5bc0149ad331461d24c77ff24f78d8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6336842b2c84eaa3f1c6b5be7df25ef1bf40ba99ca847464764628b67e56bdeb +size 6619608 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08b103ab342e0aacc35f14689a4eba24852e9afb --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f510ec4c132ec35bf173daee6590382cbfdf86dbd567d03c5e443764b7887df8 +size 7429848 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec546d78cfe6d873a4356a8ec6759879291f30dd --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cefe1e79c6f48240cef4acda2aa1a032bdf476a37adc263f7af21156456ed1 +size 7203567 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e718a0e9c0e7b2a8a2e7a2d6f1fe2317b227953e --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a90faa72fe8a9f50ead55b7c2db0e4a771a21f7b0b73974020754fc4ce3962b +size 6653025 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..473f678522803a7e86d140f7d50316ac34afa425 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3513d42f8870e67c8e10916a37be8fba9e8babb9a1d0d34c14d0dabc33cf1b1 +size 8538860 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2219f7e859a17251ef1b27618f86046eeaa51854 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee9ec5c09d1c7b3ccf84ed4bc2fc9c0f22be8c71bbb66e527910b28146a17a4 +size 8890194 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..137714c3ce1804add0888f0f799b89430fe2d128 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7253710957603ebe96155d9744325656d60b0d0000713b29ca88ccd2f8ac4ec +size 7014912 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95dab3fb95fa4a898610cc7f84d09422ad45b341 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5498b0f0b27ff7bbeeab4c61e82f6fd3a8c80192d674965a9c2ba4441923db +size 7585484 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d09ecbca7c74b6e814dbad01e5b366a3eec21d08 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13172682a6ae5af056daa2a8ad626b720e31a9e3bd28328509020fdf48424f6 +size 6972615 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c26047a7cfe686fd37eb00207e76e6c11b1e37e0 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3594a6ea5078a7bb0e8f569322293a3a297c7d7993e0e5d51f8327e685bf98ac +size 8006217 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1c49d93b985be8c42bbc93f7c71ff1b84c3941b --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aea2fd950089fc86d0f541d0ad4a0e48bd89680290c6d932a523be99265b23f +size 7723305 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8e52025f551576d67ed44a64df1ca26d74430f8 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49280eda7ba05f7fd8c6e6c1ac61923a560b2cf872a2ce49154115e7abcf756c +size 7802877 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a5dddb504c402f08bc1161dd3ccb73c2ebd5083 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4aa284cdf30ee6538da0573f8f99bb40a7289ab923e4cc057e968cc01c24f15 +size 7885770 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcf0492324755b5d4bb8dba053675f7b5112a3bf --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c615cd773f4c118e2c72604f4e85f66e9040ee3a04051246222ff7837ef7cf74 +size 7540630 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc7f8337a58a53736258b8f075526c23fa9191f4 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80b5a5b58e328c4a59c6f0448d9018bda9171321e500dece85993fb86f866e8 +size 8392627 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..882a77c2f1b156bb9b5f10d300677776187387db --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577f803ccd752abb420fae56e8c4a708ddffadfbdd55379eb3baa353583175fb +size 8319093 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61664e3b3a8ec6aec8f17ea774742bc826311efe --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93752880d54a7b5b8bb944a1f1e762ec25d28235b74d54524d3c6f0e5b48151 +size 7592125 diff --git a/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bca0c6caf92b4ac41a1334b13d9796a5895aa080 --- /dev/null +++ b/alpha_bot_2_recover_after_touching_an_obstacle/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e963c0ed862accc121a2d38471e9f0a1767e59e80c26e3984c2447047a84216 +size 8432049