diff --git a/Airbot_MMK2_storage_cup/.gitattributes b/Airbot_MMK2_storage_cup/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..1ef325f1b111266a6b26e0196871bd78baa8c2f3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/.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/Airbot_MMK2_storage_cup/README.md b/Airbot_MMK2_storage_cup/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1b7d2e39f5ee2ba6e2ebdac2df272649fdbba5f7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/README.md @@ -0,0 +1,338 @@ +--- +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: 10K-100K + +license: apache-2.0 + +configs: +- config_name: default + data_files: data/*/*.parquet +--- + +# Airbot_MMK2_storage_cup + +## πŸ“‹ Overview + +This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot. + +**Robot Type:** `Airbot_MMK2` + | **Codebase Version:** `v2.1` +**End-Effector Type:** `five_finger_gripper` + +## 🏠 Scene Types + +This dataset covers the following scene types: +- `kitchen` +- `level1` +- `level2` +- `level3` +- `level4` +- `level5` +- `level1: household` +- `level2: kitchen` +- `household` + + +## πŸ€– Atomic Actions + +This dataset includes the following atomic actions: +- `grasp` +- `pick` +- `place` + + +## πŸ“Š Dataset Statistics + +| Metric | Value | +|--------|-------| +| **Total Episodes** | 99 | +| **Total Frames** | 20190 | +| **Total Tasks** | 1 | +| **Total Videos** | 396 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **Dataset Size** | 802.0MB | + + +## πŸ‘₯ 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 +put the two cups in the basin. + +### Sub-Tasks +This dataset includes 11 distinct subtasks: + +1. **place the cup in the yellow basket use the right gripper** +2. **Grasp the cup the left gripper** +3. **Lift the cup the right gripper** +4. **place the cup in the basin use the left gripper** +5. **Grasp the cup the right gripper** +6. **place the cup in the yellow basket use the left gripper** +7. **place the cup in the basin use the right gripper** +8. **Static** +9. **Lift the cup the left gripper** +10. **End** +11. **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:98 + + +## πŸ“ Dataset Structure + +This dataset follows the LeRobot format and contains the following components: + +### Data Files +- **Videos**: Compressed video files containing RGB camera observations +- **State Data**: Robot joint positions, velocities, and other state information +- **Action Data**: Robot action commands and trajectories +- **Metadata**: Episode metadata, timestamps, and annotations + +### File Organization +- **Data Path Pattern**: `data/chunk-{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_high_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- **observation.images.cam_third_view**: 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_rot_x, left_eef_rot_y, left_eef_rot_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_rot_x, right_eef_rot_y, right_eef_rot_z +- **eef_sim_pose_action**: float32 + - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_rot_x, left_eef_rot_y, left_eef_rot_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_rot_x, right_eef_rot_y, right_eef_rot_z +- **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 + + +### Meta Information + +The complete dataset metadata is available in [meta/info.json](meta/info.json): + +```json +{"codebase_version": "v2.1", "robot_type": "Airbot_MMK2", "total_episodes": 99, "total_frames": 20190, "total_tasks": 1, "total_videos": 396, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:98"}, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "features": {"observation.images.cam_high_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_left_wrist_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_right_wrist_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_third_view": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.state": {"dtype": "float32", "shape": [36], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "left_hand_joint_1_rad", "left_hand_joint_2_rad", "left_hand_joint_3_rad", "left_hand_joint_4_rad", "left_hand_joint_5_rad", "left_hand_joint_6_rad", "left_hand_joint_7_rad", "left_hand_joint_8_rad", "left_hand_joint_9_rad", "left_hand_joint_10_rad", "left_hand_joint_11_rad", "left_hand_joint_12_rad", "right_hand_joint_1_rad", "right_hand_joint_2_rad", "right_hand_joint_3_rad", "right_hand_joint_4_rad", "right_hand_joint_5_rad", "right_hand_joint_6_rad", "right_hand_joint_7_rad", "right_hand_joint_8_rad", "right_hand_joint_9_rad", "right_hand_joint_10_rad", "right_hand_joint_11_rad", "right_hand_joint_12_rad"]}, "action": {"dtype": "float32", "shape": [36], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "left_hand_joint_1_rad", "left_hand_joint_2_rad", "left_hand_joint_3_rad", "left_hand_joint_4_rad", "left_hand_joint_5_rad", "left_hand_joint_6_rad", "left_hand_joint_7_rad", "left_hand_joint_8_rad", "left_hand_joint_9_rad", "left_hand_joint_10_rad", "left_hand_joint_11_rad", "left_hand_joint_12_rad", "right_hand_joint_1_rad", "right_hand_joint_2_rad", "right_hand_joint_3_rad", "right_hand_joint_4_rad", "right_hand_joint_5_rad", "right_hand_joint_6_rad", "right_hand_joint_7_rad", "right_hand_joint_8_rad", "right_hand_joint_9_rad", "right_hand_joint_10_rad", "right_hand_joint_11_rad", "right_hand_joint_12_rad"]}, "timestamp": {"dtype": "float32", "shape": [1], "names": null}, "frame_index": {"dtype": "int64", "shape": [1], "names": null}, "episode_index": {"dtype": "int64", "shape": [1], "names": null}, "index": {"dtype": "int64", "shape": [1], "names": null}, "task_index": {"dtype": "int64", "shape": [1], "names": null}, "subtask_annotation": {"names": null, "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_rot_x", "left_eef_rot_y", "left_eef_rot_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_rot_x", "right_eef_rot_y", "right_eef_rot_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_rot_x", "left_eef_rot_y", "left_eef_rot_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_rot_x", "right_eef_rot_y", "right_eef_rot_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}}} +``` + +### Directory Structure + +The dataset is organized as follows (showing leaf directories with first 5 files only): + +``` +Airbot_MMK2_storage_cup_qced_hardlink/ +β”œβ”€β”€ annotations/ +β”‚ β”œβ”€β”€ eef_acc_mag_annotation.jsonl +β”‚ β”œβ”€β”€ eef_direction_annotation.jsonl +β”‚ β”œβ”€β”€ eef_velocity_annotation.jsonl +β”‚ β”œβ”€β”€ gripper_activity_annotation.jsonl +β”‚ β”œβ”€β”€ gripper_mode_annotation.jsonl +β”‚ └── (...) +β”œβ”€β”€ 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_high_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 + β”‚ └── (...) + └── observation.images.cam_third_view/ + β”œβ”€β”€ 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/Airbot_MMK2_storage_cup/annotations/eef_acc_mag_annotation.jsonl b/Airbot_MMK2_storage_cup/annotations/eef_acc_mag_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..261c0cb86faecc005328e7b464d8fa76fc4eab3a --- /dev/null +++ b/Airbot_MMK2_storage_cup/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/Airbot_MMK2_storage_cup/annotations/eef_direction_annotation.jsonl b/Airbot_MMK2_storage_cup/annotations/eef_direction_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..15eb9abd75814183c860e3bffd75f9148c4e0d04 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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/Airbot_MMK2_storage_cup/annotations/eef_velocity_annotation.jsonl b/Airbot_MMK2_storage_cup/annotations/eef_velocity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..67c684f8b05e1f6240ea5dd4a9bc9a5df14fe086 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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/Airbot_MMK2_storage_cup/annotations/gripper_activity_annotation.jsonl b/Airbot_MMK2_storage_cup/annotations/gripper_activity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..275a505f9220cce6502eac987c96a0261ef3f030 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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/Airbot_MMK2_storage_cup/annotations/gripper_mode_annotation.jsonl b/Airbot_MMK2_storage_cup/annotations/gripper_mode_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3825f1be6645468297ad5be29f9275f04db52345 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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/Airbot_MMK2_storage_cup/annotations/scene_annotations.jsonl b/Airbot_MMK2_storage_cup/annotations/scene_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..59ee45ee5940a835423dbc68991abb19336a3740 --- /dev/null +++ b/Airbot_MMK2_storage_cup/annotations/scene_annotations.jsonl @@ -0,0 +1,99 @@ +{"scene_index": 0, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and the table is in the center"} +{"scene_index": 1, "scene": "The yellow bucket is in the front-left, the two cups are in the front-right, the robot arms are in the front, the robot arms are in the back, the robot arms are in the left, the robot arms are in the right, and the robot arms are in the center"} +{"scene_index": 2, "scene": "The yellow bucket is in the front-left, the two cups are in the front-right, the two robotic arms are in the back-left and back-right, and the robot is in the center"} +{"scene_index": 3, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 4, "scene": "Two robotic arms are in the front-left and front-right, and two cups are in the front-left and front-right. A yellow bucket is in the back-left and back-right. The arms are in the front-left and front-right, and the cups are in the front-left and front-right. The yellow bucket is in the back-left and back-right"} +{"scene_index": 5, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right and back-right"} +{"scene_index": 6, "scene": "A yellow plastic bucket is in the front-left, two white disposable cups are in the front, and a robotic arm is in the front-left"} +{"scene_index": 7, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right and back-right"} +{"scene_index": 8, "scene": "A yellow plastic bucket is in the front-left, two white paper cups are in the front-right, and the robot arms are in the front-left and front-right"} +{"scene_index": 9, "scene": "A yellow tub is in the front-left, with two white cups on the black table, one on the front-left and one on the front-right"} +{"scene_index": 10, "scene": "A yellow plastic bucket is in the front-left, two white paper cups are in the front-right, and the robot s arms are in the front, back, left, and right"} +{"scene_index": 11, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right and back-right"} +{"scene_index": 12, "scene": "Two cups are in the front-right and front-left, a yellow bucket is in the back-left, and the robot arms are in the front, back, left, and right"} +{"scene_index": 13, "scene": "The robot is in the front-left, front-right, back-left, back-right, front, back, left, right, or center"} +{"scene_index": 14, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 15, "scene": "A robotic arm is in the front-left, with two coffee cups on the table in front of it, a yellow plastic basin in the back-left, and a row of coffee cups on the right"} +{"scene_index": 16, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 17, "scene": "Two coffee cups are in the front-left and front-right, a yellow plastic bucket is in the center, and the robotic arms are on the left and right"} +{"scene_index": 18, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 19, "scene": "Two cups are in the front-left and front-right, a yellow bucket is in the back-left and back-right, and the robot arms are in the front, back, left, and right"} +{"scene_index": 20, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right and back-right"} +{"scene_index": 21, "scene": "Two white disposable cups are on the blue surface, with the one on the left in the front-left and the one on the right in the front-right. A yellow plastic bucket is in the back-left"} +{"scene_index": 22, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right and back-right"} +{"scene_index": 23, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 24, "scene": "The yellow bucket is in the front-left, the cups are in the front-right, the robotic arms are in the back-left, the robotic arms are in the back-right, the robotic arms are in the front, the robotic arms are in the back, the robotic arms are in the left, the robotic arms are in the right, and the robotic arms are in the center"} +{"scene_index": 25, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 26, "scene": "Two robotic arms are in the front-left and front-right, and two cups are in the front-left and front-right. A yellow plastic bucket is in the back-left and back-right. The arms are in the front-left and front-right, and the cups are in the front-left and front-right. The bucket is in the back-left and back-right"} +{"scene_index": 27, "scene": "Two cups are in the front-left and front-right, and a tub is in the center"} +{"scene_index": 28, "scene": "The yellow plastic bucket is in the front-left, the two cups are in the front-right, the robot arms are in the front, the robot arms are in the back, the robot arms are in the left, the robot arms are in the right, and the robot arms are in the center"} +{"scene_index": 29, "scene": "Two cups are in the front-left and front-right, and a tub is in the center"} +{"scene_index": 30, "scene": "The two robotic arms are in the front-left and front-right, and the two cups are in the front-left and front-right, and the yellow bucket is in the back-left and back-right, and the blue table is in the center"} +{"scene_index": 31, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and the table is in the center"} +{"scene_index": 32, "scene": "A yellow plastic bucket is in the front-right, two white paper cups are in the front, and a white robotic arm is in the front-left"} +{"scene_index": 33, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 34, "scene": "The two cups are in the front-left and front-right. The yellow bucket is in the back-left and back-right. The robotic arms are in the front, left, and right"} +{"scene_index": 35, "scene": "A yellow bucket is in the front-right, two white cups are in the front, and a robotic arm is in the front-left"} +{"scene_index": 36, "scene": "Two cups are in the front-left and front-right, and a tub is in the center"} +{"scene_index": 37, "scene": "The yellow plastic bucket is in the front-left, the two cups are in the front-right, the robotic arms are in the back-left and back-right, and the robotic arms are in the front, back, left, right, and center"} +{"scene_index": 38, "scene": "Two cups are in the front-left and front-right, a yellow tub is in the center, and a black object is in the back-left"} +{"scene_index": 39, "scene": "Two robotic arms are in the front-left and front-right, with a yellow bucket in the back-left and back-right, and two cups in the front"} +{"scene_index": 40, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and a black cloth is in the center"} +{"scene_index": 41, "scene": "A robotic arm is in the front-left, and two disposable cups are in the front-right. A yellow plastic bucket is in the back-left, and a robotic arm is in the back-right. The robotic arm is in the front, and the cups are in the front. The robotic arm is in the back, and the cups are in the back. The robotic arm is in the left, and the cups are in the right. The robotic arm is in the center"} +{"scene_index": 42, "scene": "A yellow tub is in the front-left, and two blue cups are in the front-right and back-right"} +{"scene_index": 43, "scene": "A robotic arm is in the front-left, with two white cups on the blue table in front of it, and a yellow container in the back-right"} +{"scene_index": 44, "scene": "Two cups are in the front-left and front-right, and a tub is in the center"} +{"scene_index": 45, "scene": "A yellow tub is in the front-left, and two blue cups are in the front-right"} +{"scene_index": 46, "scene": "Two disposable cups are in the front-left and front-right, a yellow plastic container is in the back-left and back-right, and the robot arms are in the front, back, left, right, and center"} +{"scene_index": 47, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 48, "scene": "Two disposable cups are in the front-left and front-right, a yellow plastic container is in the back-left and back-right, and the robot arms are in the front, back, left, and right"} +{"scene_index": 49, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and the table is in the center"} +{"scene_index": 50, "scene": "The two cups are in the front-left and front-right. The yellow plastic container is in the back-left and back-right. The robotic arms are in the front and back. The table is in the center"} +{"scene_index": 51, "scene": "Two cups are in the front-left and front-right, and a yellow tub is in the center"} +{"scene_index": 52, "scene": "A yellow plastic bucket is in the front-left, two white disposable cups are in the front, and a robotic arm is in the front-right"} +{"scene_index": 53, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and a black object is in the back-right"} +{"scene_index": 54, "scene": "A robotic arm is in the front-left, with a yellow bucket in the front-right, two white disposable cups in the front, and a robotic arm in the back-right"} +{"scene_index": 55, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 56, "scene": "Two cups are in the front-right, and a yellow bucket is in the front-left"} +{"scene_index": 57, "scene": "The two robotic arms are in the front-left and front-right, and the two cups are in the front-left and front-right, and the yellow bucket is in the back-left and back-right, and the blue table is in the center"} +{"scene_index": 58, "scene": "A yellow tub is in the front-left, a white cup is in the front-right, and a white cup is in the front-left"} +{"scene_index": 59, "scene": "A yellow plastic bucket is in the front-left, with two white disposable cups in front of it, one on the left and one on the right. The robotic arms are on the right side of the image, with the left arm on the left side of the image"} +{"scene_index": 60, "scene": "A yellow tub is in the front-left, and two blue cups are in the front-right"} +{"scene_index": 61, "scene": "Two cups are in the front-left and front-right, a yellow bucket is in the back-left and back-right, and the robot arms are in the front, back, left, and right"} +{"scene_index": 62, "scene": "Two cups are on the left and right of a yellow tub, which is in the front-center"} +{"scene_index": 63, "scene": "The two robotic arms are in the front-left and front-right, and the two cups are in the front-left and front-right, and the yellow bucket is in the back-left and back-right, and the blue table is in the center"} +{"scene_index": 64, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and a white object is in the back-right"} +{"scene_index": 65, "scene": "A yellow bucket is in the front-left, two white cups are in the front-right, and two robotic arms are in the back-right"} +{"scene_index": 66, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right and back-right"} +{"scene_index": 67, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 68, "scene": "The yellow bucket is in the front-left, the two cups are in the front, and the robotic arm is in the front-right"} +{"scene_index": 69, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and the table is in the center"} +{"scene_index": 70, "scene": "A yellow bucket is in the front-right, two white disposable cups are in the front, and a robotic arm is in the front-left"} +{"scene_index": 71, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 72, "scene": "A yellow plastic bucket is in the front-right, two white disposable cups are in the front, and a robotic arm is in the front-left"} +{"scene_index": 73, "scene": "Two cups are in the front-left and front-right, and a yellow tub is in the center"} +{"scene_index": 74, "scene": "Two white disposable cups are in the front-left and front-right, a yellow plastic container is in the back-left and back-right, and the robotic arms are in the front, back, left, and right"} +{"scene_index": 75, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and a black object is in the back-right"} +{"scene_index": 76, "scene": "The robot s arms are in the front-left and front-right, and the two cups are in the front-left and front-right. The yellow bucket is in the back-left and back-right. The robot s arms are in the front-left and front-right, and"} +{"scene_index": 77, "scene": "Two cups are in the front-left and front-right, and a yellow tub is in the center"} +{"scene_index": 78, "scene": "Two cups are in the front-left and front-right, a yellow bucket is in the back-left and back-right, and the robot arms are in the front, back, left, and right"} +{"scene_index": 79, "scene": "The two robotic arms are in the front-left and front-right, and the two cups are in the front-left and front-right, and the yellow bucket is in the back-left and back-right, and the table is in the center"} +{"scene_index": 80, "scene": "Two cups are in the front-left and front-right, a yellow tub is in the center, and the table is in the back-left and back-right"} +{"scene_index": 81, "scene": "A yellow plastic bucket is in the front-left, and two white disposable coffee cups are in the front-right"} +{"scene_index": 82, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and a black table is in the center"} +{"scene_index": 83, "scene": "A yellow bucket is in the front-left, two white cups are in the front-right, and a robotic arm is in the front-left"} +{"scene_index": 84, "scene": "Two cups are in the front-left and front-right, and a yellow tub is in the center"} +{"scene_index": 85, "scene": "The yellow bucket is in the front-left, the two cups are in the front-right, the robot arms are in the back-left, the back-right, the front, the back, the left, and the right"} +{"scene_index": 86, "scene": "Two cups are in the front-left and front-right, a yellow tub is in the center, and the table is in the back-left and back-right"} +{"scene_index": 87, "scene": "Two cups are in the front-left and front-right, a yellow bucket is in the back-left and back-right, and the robot arms are in the front, back, left, and right"} +{"scene_index": 88, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 89, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right"} +{"scene_index": 90, "scene": "The two cups are in the front-right and front-left"} +{"scene_index": 91, "scene": "A yellow tub is in the front-left, two white disposable cups are in the front-right, and a black tablecloth is in the center"} +{"scene_index": 92, "scene": "A robotic arm is in the front-left, and two disposable cups are in the front-right. A yellow plastic container is in the back-left, and the robotic arm is in the front-left. The robotic arm is in the front-left, and the two cups are in the front-right. The yellow plastic container is in the back-left, and the"} +{"scene_index": 93, "scene": "A yellow tub is in the front-left, two white cups are in the front-right, and the table is in the center"} +{"scene_index": 94, "scene": "A yellow plastic bucket is in the front-left, and two white disposable cups are in the front-right"} +{"scene_index": 95, "scene": "A yellow tub is in the front-left, and two white cups are in the front-right and back-right"} +{"scene_index": 96, "scene": "The two cups are in the front-left and front-right. The yellow container is in the back-left and back-right. The robot arms are in the front, left, and right. The robot is in the center"} +{"scene_index": 97, "scene": "Two cups are in the front-left and front-right, and a tub is in the center"} +{"scene_index": 98, "scene": "A yellow bucket is in the front-left, two white cups are in the front-right, and two robotic arms are in the back-right"} diff --git a/Airbot_MMK2_storage_cup/annotations/subtask_annotations.jsonl b/Airbot_MMK2_storage_cup/annotations/subtask_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..48cad52786aa7253c5b8a6d78c9dd93448c4b253 --- /dev/null +++ b/Airbot_MMK2_storage_cup/annotations/subtask_annotations.jsonl @@ -0,0 +1,11 @@ +{"subtask_index": 0, "subtask": "place the cup in the yellow basket use the right gripper"} +{"subtask_index": 1, "subtask": "Grasp the cup the left gripper"} +{"subtask_index": 2, "subtask": "Lift the cup the right gripper"} +{"subtask_index": 3, "subtask": "place the cup in the basin use the left gripper"} +{"subtask_index": 4, "subtask": "Grasp the cup the right gripper"} +{"subtask_index": 5, "subtask": "place the cup in the yellow basket use the left gripper"} +{"subtask_index": 6, "subtask": "place the cup in the basin use the right gripper"} +{"subtask_index": 7, "subtask": "Static"} +{"subtask_index": 8, "subtask": "Lift the cup the left gripper"} +{"subtask_index": 9, "subtask": "End"} +{"subtask_index": 10, "subtask": "null"} diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000000.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95805da72e47b540e462c6207eab72f972ee0151 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1360175c7bbca85eb7de15a04983ef8a170d39184c51d924db7cbf2f1b08ad58 +size 102207 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000001.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99b87b466e3f91bc236a24493991036001d4a652 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f250ca39152e4f5e007dffa63050141d2d046352f7fca08a5844120799b839a +size 116108 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000002.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af09dfc6d1254cdf6759d490e2d9775a31221b3c --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160f04ebf4d069d63de2cf8a306557dba969a733a1f56058d792dd6c2ecf7f48 +size 104828 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000003.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c85561da51740511805024ed288da53bda1e646d --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3ff4aa18fc61b110f763b693a939174f466b3b48bf6582e3a8d8e787607a24 +size 172699 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000004.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..102c52c77b6a4a2956cdbda59cc19a97d601dde3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabcd028da6ee73da22710d860c14fc0b8f90af5a13933a7ec57d3023ba2107e +size 114240 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000005.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12843df1f526b67e66ffdee443b15ecf0adc0e11 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18b9e933d9aee41575454a44b4d950350b22855e3eabd94bd6de5b96770bfb0 +size 136699 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000006.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca8ab8a21da6aec73a943a69fac3f3134b5682ef --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e41f375953c86ebadeef9ab013b92a60136dca7f0713d71da3d270f46281be +size 109462 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000007.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32a793c6f94a108c36b4164bf69c6f5cb5c18e50 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c5df5e60a522fa50975b58f7c3277a9739aa913a801a77480b11b06cf8ea37 +size 150531 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000008.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46786a1fe068e3860361ac9f5dafe863d3b6d2f9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c771dd2ccb49096714d48211eff6b259c492712e7f8c7082001866f9ad666a +size 114558 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000009.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..206d6b3cc4313e941ccb6d8875c017870793d1d6 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47e836a1700245e094c935ddf39f10eae25429e1b6493b76342baf141bf2357 +size 135796 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000010.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5f406511dc82ba51cfed4db94b0c95b41f47a08 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18240bebebd151a25a34d1bfea55dd8fc7c96cf370233067ecbcaf2eb579fe5d +size 120472 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000011.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee4eb761fe84ac31f7a545a70305431301beb8be --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb210e56689583c70bf755b05519aff0bc52371c97bc71b472a812019d4354b +size 134199 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000012.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fac57c6d8d3ad71ca5541eead1666eb303c89d3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8dd177d8d33a229d82ecf704f477cbfe2063261ab9ab0ee9dbb077d14d6d4f +size 105220 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000013.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b094d18e2101735075e6071904983362ffb0d7bc --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785b8bb4274aaafbb89a0e37709b6659955f65ab4e1d9250780e6dab10964716 +size 117634 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000014.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b57ccb81a01c3e5b348c735b19d266f25168faed --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd591a34dcddec3207b1e762ca74ea596380121324339b9f282e0f0131660621 +size 138400 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000015.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fddf070426e7e3dc8a5b29a2c76cd74fcf4c6d4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c089c3f43d8177d91aa8eb63f858516fa2bfb9663b04b9cdff232a88e38be74f +size 125777 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000016.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc99e4f548a2c28d5e97189694f37d24883b3a6d --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5548b8ac1aa999f50d82a2f73a172f49f359d07a07bbbc5ea8e9f095c9f758f +size 125190 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000017.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f2d05a9214affd188ecae28070ed4a6c34da13e --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddba2427393039f60c1f56b201c14d4756131a5ae24912543edead073b1821c +size 114659 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000018.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f73ebe47e51647474ba6c54844718b5d8a2f566b --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f4afeab5151395364da774b2fb0f8dda2aee6d177c46a924ae39002c907397 +size 143158 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000019.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc3178c5a18e75fac1d3e5cca66a5afcd45e88c5 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fa70ac185196374f3942af17c83e6de066e66acfea50027e688b27aa505f22 +size 107938 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000020.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba219994f16657ded0e56a87ea33a054c63a6dd3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377c494d722817875abbb64a90daa4620eaa59ebbaaa7086721cc22d5338acd4 +size 130075 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000021.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be644c7fa40daf5837ef2c4e4fb2d1d51c80393b --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49334afb1c5ee170d019f65993334593f9dc434dc063f2e35eedd6726d211ac +size 109068 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000022.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b7b9d13fc8df61f67b0fc2016f40f15479fa942 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bfb59d170fe49a52847c46dce1e60695cdd6740bdd9bf48339872bd8ad3da9 +size 182888 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000023.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7abdcbc5f96bf4e797330aaa37fd516776b27a59 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3220bdabaf652e9ebb8ca99a5f042a0e870f96a7fd8551b637832ca19958b9b +size 142872 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000024.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d17d38c21af8930358c68444f5507ca1c7c58869 Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000024.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000025.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3ce581104c40daffb263876dd0ad6399fc9edfb --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550c6ba75811adecef6729aa1e06f4be8a1986f9b60a91d7c44d8eb7a880d6c0 +size 143843 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000026.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..114556a11b15deff3b6b657815defcef2c1e8dbf --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9a14640e6f4c3c63a1880ae9d48ce83307f293a3acea0fd3e3495c74ce7a92 +size 104482 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000027.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c502c4b0798539c08a25f9a76407f0bc98822ff8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fa2159d1504cd1d9853f7ea606c8c2046ef7faf05cb7bcdb33bbeb337b1f4c +size 123376 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000028.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62af920059cb8aa6c454e77c3ccd679228613784 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7bdf6926f2e0abb28c668db85c426c5598f4ca8541c55848480871f9593e34 +size 101096 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000029.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a76f37d97cbcd69502f50e385a165e99507e53a --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3faf82b69a380435b7c8293f4b9c4cd8b5d62224e7854f6f676f3f94f625b0c +size 153318 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000030.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..824e817ed6255bc498c3e42a3a887453c1470e24 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee5d7cbde9407b25af36e0bfb7a5bf3ffe8823a0d81422fbaa62d8dddbcdfde +size 118761 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000031.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9090f40c69533c9de22532825a5bfff393bf36cc --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4943d0f1b9013838e443130c57cf47019a8ccd1a53c78d7493bece8a5f59648e +size 128648 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000032.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f0fd26ca31a85caf7d47d8fdd07ab1917b8845c --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e3713d511a2f5568981149246b3fef10596a55ea0f6c14114d45ad45b99ef8 +size 139421 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000033.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..199e94148fc0afbe06aa58aade9b3388c2b8aa4f --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f723946de4894ffe5382ddc4bf0a303d1cc6dedc89313b35ab698c0636ea13f3 +size 121423 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000034.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ae425c6b193420b952bac750e6ce0a709c039fd Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000034.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000035.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0f1335bbd7740ddb86a00f36843a60ad851a015 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8fe0147f989deafc8d6970ad0328265c29fbc893cae7b1bf2aa8835b7e8c2c +size 121320 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000036.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fd6f7084087fb82bb0874c17e31aa339ea56edb --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b9e35b125508372bcfcd550e92ff6eac1b360b2ad38222f87137216dc29256 +size 123759 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000037.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d5f87441ba9f1159c44c1861ccf73e1ad62cc07 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d214d80e233a9bb4b359163f0bed5ef69d40dfec23fa806b08c7bd0c8bc04fc4 +size 106858 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000038.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78fadc614eb0b3039d3323036c46d96d6c8d080e --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e80148b25a618e39a93a29414ea971c29875e1e811bfb953029327e18e00d8 +size 119450 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000039.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45aa53d35bbb7a7a76f08a2a6f1756d3e3138f99 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6794d4717dd13d5fa6cdf76665ca379c113ff842102a37ec7cdb5e4300db857b +size 131680 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000040.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94ede2b545ae47e69f8363516e3b5842b84dd987 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b4d2083780ae9413f5dcebe47abe390410c6b8d72e81bfa45f254ba0490c18 +size 117703 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000041.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b03a5995b5e7e06a46b040802f06e9db05e09be0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8694dd845098718ac6952cbbf719e3e6aec6f7391c68a9fb4107af426bd96e42 +size 107517 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000042.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..222a2e663767cb3040ee1f9ff9b888034c3e84cf --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b43c78a940db52cb858970a797e31cbe2b92d30834d824e35cb490352e49274 +size 148991 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000043.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9256590540c1850b2e4d28525696ef03abd08a8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e1fede970ea27936b8bf8c1399f2d37c2362a1da927178ff7921d43c444c83 +size 113312 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000044.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b47c41275cf7ddbf2d6c9065b8e0cb0bc85458d7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d122b998fbe1d2c5a4f15e9f0c1eba94b4bf3d67f08c03267a3b6c25195127 +size 126206 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000045.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38b5b50adbfd2ed07cdffe046983118ccbf92e7f --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b345384040abb3a02fcf63d3b60a6a665f04c5610319b5e94bc133cba4d885c +size 131534 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000046.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ca5ebd2bcf764b24818a520039e3c359320c41f --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed99c8298bbcdc6acf5a25f7d6a760be346775b31bc6045543d4dec3521afe4 +size 121631 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000047.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b4876cb62f1f76b71e099b0c1fc47a3ac54630d --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e20def55b1008e35158e063a626da7ef8d46aa4367b7f826cdc3347d3fe11f +size 115453 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000048.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fff7db90ce574b60a49648704e2cb01bebaa5c36 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c19731aaef5209ec2a765789dd139002d3ce8c063f1c0b1eab94d4ba70b7d0b +size 107081 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000049.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99435f5a925cda398636828403c2220ca03fcd9a --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b352f86f4d32f92a8c4d1d6f9dd82e71984c91bec6fe24aaae0e8f609c99ecc +size 140104 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000050.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..006032189bc74c9a22bfb345d2a143e366c55bfd --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999edf84adcbb07ba0e3647956aa5bca097be30973c5953c8d4a93696c587e98 +size 105292 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000051.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab2228e2fea977fd20baf6753093ee33ec382990 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b745ce43f67c294010d4b245e0f17a6ea90955d67854e51b545b5545316ff57f +size 114863 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000052.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc674091e7dc730996462271ae8e6ffad4baf780 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b07213dbabff6500e942f60481ac6fb6d43740b77dad088f4e3e0965379fa40 +size 104458 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000053.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c661d8eba1fa40faa085a8333c4f5a99db19ef5b --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0cd23149150a773d6e22304a8f6bc65519c0b4bcac54ae682e8895dbec2514 +size 113199 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000054.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..468716e0c9b7db97731a1e1c76f1a30c0523fc02 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5968444f1cd73de86cb2354ff658425d9334cca454a6ac7e63e5fe15e57e70a +size 108010 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000055.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5797a7f3b8ff697a60363c95475dcd53f939435b --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab069e993893f3cad818d68b41b7b35980d88e3cceeead2285513b8be30b7fa +size 117721 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000056.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b0e4761c2cc98eb9d89dd5d9986c7df43ed6772 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c594a89b77879f6b5689c54874882011098618211fcf2d704be9065e942fb146 +size 120991 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000057.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a77bd9fa31f12c05e2bee152d488b70238b59cbc --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7feaeaa168e09717f185cb90b1ee9ae932fe331a5fbf976c2b228a28aa051084 +size 102211 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000058.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..859a187e978d5134b7ec96a53b6d2c503756106b --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6126e4d369e8dd307b0837c9aad23d3c985672ed61f5662472c469b6607f8ae7 +size 111285 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000059.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5d0d172aeaf10198e9d39b88d43dc5a6b7e97d3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c822f25780bdb2764988585dd2e8ad0b15f2cc6472221ee511b4e060d70312 +size 103461 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000060.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3db8226df4782e53984cdabba173ce57d241b07 Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000060.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000061.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db709ae773f73418cfbfe8e0640d38c4582775c3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22aea3fe5c12b8b126629ac16f135a730a37b2729a99c9178fef98fa8fcfcc08 +size 100523 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000062.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..196bdac493f93d917d25d6644f0e9c8ee37c3581 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d3282aadeb969da244a5d0474b3c1d81b8fb5459b3fffed9a62e4074500524 +size 114617 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000063.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ffaa9cce8d5c32199f016c960cc9c4c3df778b8 Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000063.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000064.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79b13e1136a2aebe504bfe4b5f0ef73422f4d427 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b567387001b1824927a63a2f05da91c27ad7658c750107d88860867a4d209946 +size 110970 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000065.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a27211d5739d41e95903cd932bdd44e3d40e83c --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909808d473e94b379004f2a8c560ab4f2d21573d0d07587a2231e794fc467bf0 +size 127278 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000066.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18062f27b820617012a29206419921cd3a8e74c0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2bd13137f5371ea0b26b0d3a5888d78a6567b8071fb6e441ec67f0549fdc53 +size 110383 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000067.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93975653706ea1d56d6b5d191a5ec096a5592b03 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb17f08922d3273a762c65c1c20468a32310a8cdacbbb65242495e579f40d7c3 +size 135539 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000068.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f36e96337481e2a7e91bb255291e58bd0712ccf8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ee9e79b3e64aaff492a08a622d5ccffecc4f760dfa285a6536ec3ae945d31b +size 125930 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000069.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04081922c208e2839570f26d3815f3bf4d078021 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6d57d6369a732b2d19bf3ae93b57650af66d87b095185c0df72c655445056d +size 101941 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000070.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4dc8b88ebc9a5f8702fe00c8da9d8a6f2d4b381 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319e3bdb3b1ee7b53de0c7efbb2272abbee4dbf46183f494af54f83807e765c7 +size 107305 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000071.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..840a2a61d270a062c739f0ff56c028d1c40dd456 Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000071.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000072.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa36f2c05e8be085d3e6858507fbbd6a3bd2a2ba --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f99bf7cd8b7f56992f367fc147cd784ccabe30ebc1064ee21a9ee95dea343d0 +size 121646 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000073.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4de73b9e308fd6ef0d6a54989e0517a7926c69d7 Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000073.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000074.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2e5fcea1773079d4dd315a2176efcbb1a40c27f --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c264de1b76ee8621b5bc2a26758333f6f5bc23c2c9a7f5920677f542aa124ba4 +size 103023 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000075.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3601d034f715104f2fde68fa160628a0a8a9a6e --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab84f5ae956fd743b7a03382a7a124ebe2295e0f15c6a4e3cabd34f02040a9c +size 111291 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000076.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7f9e27d8847d480122a573c805bce03151ee14c --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9873821db23b10c40c9f7f912b130eecaa9d736b5367d9ce9b59d2b4987f15 +size 131804 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000077.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d68303ba9a880143f79569cfea7b18a17296b9f9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7347a40bcd0d8ebd09d410e64caf6eb67664c14539791b2e45157971d721e89a +size 118526 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000078.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2eed15db3dbddb5aacfd27cfacd9eeb41fa0a0bf --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07970d087b9680f590390e7cb5b533864fa7c1e454422f77b25979b8285bdb43 +size 111104 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000079.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29883e6c13cc063705506938e4f5c44f44afd8ea Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000079.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000080.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f4d7e8e7453d883cda440a059f4048cada789a6 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc427bbf3f58da620f5fb9561f3ecbade31c8c0e372995255ea77cf829b1081 +size 106284 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000081.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57f0838a3dc1804561f3de0663dd29f31ff04488 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34a24a39102eb46c421b4d0702b2953ddccb881b6c080056717cff515f340c4 +size 106301 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000082.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8576de052a814de9f130fafac583378014859d79 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb30296afc0f8d086c089ef0e5315c78ad9e2ba5f8100b8a7e5c381b1ec17f1 +size 115509 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000083.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2412bf93d861fd636850a63b147f43901c2f30d7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2685ed550848bf277a86b6480dc7df6e955eed4817a2d16292d08810af5619fe +size 100106 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000084.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b9861746a13b6bc7b2066a8873c8db05d3928fc --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32d07a3efc9b0926f94633d5a3027775660b93f419f81b346e94a0f3431f26e +size 127874 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000085.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1edd82648a158583b70b0bbdd83b8d593aad34d0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e12ccd508b08a7310c65285ee697b7cdb6e792fc46e016689c11592b3bf9c0d +size 102246 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000086.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ffff97b68de588923ea5679f810234e158c4c0e --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d50eb253c8f6dde120c01d55941abc122e25568a1b2128243dba3ef4fd14605 +size 127032 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000087.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60b41a3fc47968b6e8978dbc19883fb814e33f14 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11007db55cf876af03e9a059e0cfffe472ced0393e2f6b773dff14327f8375b +size 106687 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000088.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1553741c2185fc5543a4fa4fb531575c31fb89d2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd756de134372c094a8dee793966b6de7b5746a13daff88424caec6892937208 +size 121607 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000089.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fb31645e564ee9aeb6aa7484aa1d400e00c6adb --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3595c7bfbb2bab8dcc2efbd69ca210cd25779bdf1c460732b9e16a241cfa639e +size 133685 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000090.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa48dbecf44989ba968d4146dc49a11804e55fef Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000090.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000091.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f5177d3d7535778f988e6c163d94243880c3c14 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5178c22e86c9d6d4bcfabb5422cffc88113833f291a91c2a931c5669292627e5 +size 109156 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000092.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aefa5a4d75d3908da45663d350345debec4b207d Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000092.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000093.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a891962d947cad077fa276a8b6936ddd4975039 Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000093.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000094.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62adda32fc3f875884847cd2cb4215e7d76eae59 --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18656f1b713ffdb8d1db27f2c264d57c4f713d035a380b3a61f79356d372ff3 +size 109633 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000095.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d333ccf795546e454d9702420232aecf920c6bc --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50c22d71427ce05b98568cd38f6e19e34c89088f5ff2967388e07fc897b0b45 +size 110438 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000096.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8b60734a37bc146dc08557c74bdc4f13317762f Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000096.parquet differ diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000097.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0659a13cd34641d96ac2969fed793a0e20af912d --- /dev/null +++ b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a02eeb19d458e6c0d085b165f0a61ae060f0874b5247f780f6f65fe2f081fc +size 108684 diff --git a/Airbot_MMK2_storage_cup/data/chunk-000/episode_000098.parquet b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7272c1becc3c173bc23054ff7e71cfdea5dfd8e6 Binary files /dev/null and b/Airbot_MMK2_storage_cup/data/chunk-000/episode_000098.parquet differ diff --git a/Airbot_MMK2_storage_cup/meta/episodes.jsonl b/Airbot_MMK2_storage_cup/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2e2714ef64d48883e39ff00e53fe986b24894ea9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/meta/episodes.jsonl @@ -0,0 +1,99 @@ +{"episode_index": 0, "tasks": ["put the two cups in the basin."], "length": 174} +{"episode_index": 1, "tasks": ["put the two cups in the basin."], "length": 199} +{"episode_index": 2, "tasks": ["put the two cups in the basin."], "length": 180} +{"episode_index": 3, "tasks": ["put the two cups in the basin."], "length": 320} +{"episode_index": 4, "tasks": ["put the two cups in the basin."], "length": 197} +{"episode_index": 5, "tasks": ["put the two cups in the basin."], "length": 246} +{"episode_index": 6, "tasks": ["put the two cups in the basin."], "length": 190} +{"episode_index": 7, "tasks": ["put the two cups in the basin."], "length": 278} +{"episode_index": 8, "tasks": ["put the two cups in the basin."], "length": 200} +{"episode_index": 9, "tasks": ["put the two cups in the basin."], "length": 243} +{"episode_index": 10, "tasks": ["put the two cups in the basin."], "length": 213} +{"episode_index": 11, "tasks": ["put the two cups in the basin."], "length": 242} +{"episode_index": 12, "tasks": ["put the two cups in the basin."], "length": 179} +{"episode_index": 13, "tasks": ["put the two cups in the basin."], "length": 202} +{"episode_index": 14, "tasks": ["put the two cups in the basin."], "length": 253} +{"episode_index": 15, "tasks": ["put the two cups in the basin."], "length": 218} +{"episode_index": 16, "tasks": ["put the two cups in the basin."], "length": 226} +{"episode_index": 17, "tasks": ["put the two cups in the basin."], "length": 201} +{"episode_index": 18, "tasks": ["put the two cups in the basin."], "length": 261} +{"episode_index": 19, "tasks": ["put the two cups in the basin."], "length": 182} +{"episode_index": 20, "tasks": ["put the two cups in the basin."], "length": 236} +{"episode_index": 21, "tasks": ["put the two cups in the basin."], "length": 186} +{"episode_index": 22, "tasks": ["put the two cups in the basin."], "length": 342} +{"episode_index": 23, "tasks": ["put the two cups in the basin."], "length": 259} +{"episode_index": 24, "tasks": ["put the two cups in the basin."], "length": 163} +{"episode_index": 25, "tasks": ["put the two cups in the basin."], "length": 264} +{"episode_index": 26, "tasks": ["put the two cups in the basin."], "length": 177} +{"episode_index": 27, "tasks": ["put the two cups in the basin."], "length": 217} +{"episode_index": 28, "tasks": ["put the two cups in the basin."], "length": 171} +{"episode_index": 29, "tasks": ["put the two cups in the basin."], "length": 286} +{"episode_index": 30, "tasks": ["put the two cups in the basin."], "length": 205} +{"episode_index": 31, "tasks": ["put the two cups in the basin."], "length": 231} +{"episode_index": 32, "tasks": ["put the two cups in the basin."], "length": 251} +{"episode_index": 33, "tasks": ["put the two cups in the basin."], "length": 213} +{"episode_index": 34, "tasks": ["put the two cups in the basin."], "length": 150} +{"episode_index": 35, "tasks": ["put the two cups in the basin."], "length": 206} +{"episode_index": 36, "tasks": ["put the two cups in the basin."], "length": 220} +{"episode_index": 37, "tasks": ["put the two cups in the basin."], "length": 177} +{"episode_index": 38, "tasks": ["put the two cups in the basin."], "length": 208} +{"episode_index": 39, "tasks": ["put the two cups in the basin."], "length": 230} +{"episode_index": 40, "tasks": ["put the two cups in the basin."], "length": 206} +{"episode_index": 41, "tasks": ["put the two cups in the basin."], "length": 180} +{"episode_index": 42, "tasks": ["put the two cups in the basin."], "length": 274} +{"episode_index": 43, "tasks": ["put the two cups in the basin."], "length": 192} +{"episode_index": 44, "tasks": ["put the two cups in the basin."], "length": 225} +{"episode_index": 45, "tasks": ["put the two cups in the basin."], "length": 237} +{"episode_index": 46, "tasks": ["put the two cups in the basin."], "length": 208} +{"episode_index": 47, "tasks": ["put the two cups in the basin."], "length": 200} +{"episode_index": 48, "tasks": ["put the two cups in the basin."], "length": 180} +{"episode_index": 49, "tasks": ["put the two cups in the basin."], "length": 263} +{"episode_index": 50, "tasks": ["put the two cups in the basin."], "length": 175} +{"episode_index": 51, "tasks": ["put the two cups in the basin."], "length": 199} +{"episode_index": 52, "tasks": ["put the two cups in the basin."], "length": 175} +{"episode_index": 53, "tasks": ["put the two cups in the basin."], "length": 195} +{"episode_index": 54, "tasks": ["put the two cups in the basin."], "length": 181} +{"episode_index": 55, "tasks": ["put the two cups in the basin."], "length": 204} +{"episode_index": 56, "tasks": ["put the two cups in the basin."], "length": 209} +{"episode_index": 57, "tasks": ["put the two cups in the basin."], "length": 171} +{"episode_index": 58, "tasks": ["put the two cups in the basin."], "length": 190} +{"episode_index": 59, "tasks": ["put the two cups in the basin."], "length": 174} +{"episode_index": 60, "tasks": ["put the two cups in the basin."], "length": 167} +{"episode_index": 61, "tasks": ["put the two cups in the basin."], "length": 170} +{"episode_index": 62, "tasks": ["put the two cups in the basin."], "length": 202} +{"episode_index": 63, "tasks": ["put the two cups in the basin."], "length": 160} +{"episode_index": 64, "tasks": ["put the two cups in the basin."], "length": 190} +{"episode_index": 65, "tasks": ["put the two cups in the basin."], "length": 219} +{"episode_index": 66, "tasks": ["put the two cups in the basin."], "length": 189} +{"episode_index": 67, "tasks": ["put the two cups in the basin."], "length": 252} +{"episode_index": 68, "tasks": ["put the two cups in the basin."], "length": 222} +{"episode_index": 69, "tasks": ["put the two cups in the basin."], "length": 174} +{"episode_index": 70, "tasks": ["put the two cups in the basin."], "length": 182} +{"episode_index": 71, "tasks": ["put the two cups in the basin."], "length": 169} +{"episode_index": 72, "tasks": ["put the two cups in the basin."], "length": 213} +{"episode_index": 73, "tasks": ["put the two cups in the basin."], "length": 169} +{"episode_index": 74, "tasks": ["put the two cups in the basin."], "length": 175} +{"episode_index": 75, "tasks": ["put the two cups in the basin."], "length": 192} +{"episode_index": 76, "tasks": ["put the two cups in the basin."], "length": 228} +{"episode_index": 77, "tasks": ["put the two cups in the basin."], "length": 207} +{"episode_index": 78, "tasks": ["put the two cups in the basin."], "length": 191} +{"episode_index": 79, "tasks": ["put the two cups in the basin."], "length": 165} +{"episode_index": 80, "tasks": ["put the two cups in the basin."], "length": 181} +{"episode_index": 81, "tasks": ["put the two cups in the basin."], "length": 180} +{"episode_index": 82, "tasks": ["put the two cups in the basin."], "length": 203} +{"episode_index": 83, "tasks": ["put the two cups in the basin."], "length": 167} +{"episode_index": 84, "tasks": ["put the two cups in the basin."], "length": 228} +{"episode_index": 85, "tasks": ["put the two cups in the basin."], "length": 172} +{"episode_index": 86, "tasks": ["put the two cups in the basin."], "length": 227} +{"episode_index": 87, "tasks": ["put the two cups in the basin."], "length": 176} +{"episode_index": 88, "tasks": ["put the two cups in the basin."], "length": 215} +{"episode_index": 89, "tasks": ["put the two cups in the basin."], "length": 251} +{"episode_index": 90, "tasks": ["put the two cups in the basin."], "length": 155} +{"episode_index": 91, "tasks": ["put the two cups in the basin."], "length": 187} +{"episode_index": 92, "tasks": ["put the two cups in the basin."], "length": 154} +{"episode_index": 93, "tasks": ["put the two cups in the basin."], "length": 165} +{"episode_index": 94, "tasks": ["put the two cups in the basin."], "length": 184} +{"episode_index": 95, "tasks": ["put the two cups in the basin."], "length": 188} +{"episode_index": 96, "tasks": ["put the two cups in the basin."], "length": 157} +{"episode_index": 97, "tasks": ["put the two cups in the basin."], "length": 187} +{"episode_index": 98, "tasks": ["put the two cups in the basin."], "length": 143} diff --git a/Airbot_MMK2_storage_cup/meta/episodes_stats.jsonl b/Airbot_MMK2_storage_cup/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f9cb55774b9ac062578fe5ab6483a8e674b0d4f9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/meta/episodes_stats.jsonl @@ -0,0 +1,99 @@ +{"episode_index": 0, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3178891421568627]], [[0.32303814746732024]], [[0.3439855902777778]]], "std": [[[0.3276872165706159]], [[0.31226953705029276]], [[0.29469462720067774]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45258115604575166]], [[0.4832294607843137]], [[0.4512265604575163]]], "std": [[[0.32960329688311324]], [[0.31706136490133124]], [[0.3306246646822251]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.09019607843137255]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.460521039624183]], [[0.5019369934640523]], [[0.48870568014705884]]], "std": [[[0.31357706040393224]], [[0.29796769194854844]], [[0.30006883231661796]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3838402696078431]], [[0.41243433210784314]], [[0.4114350592320261]]], "std": [[[0.3629553027675777]], [[0.3619216384207471]], [[0.3341905781822111]]], "count": [100]}, "observation.state": {"min": [0.28386548161506653, -1.2013380527496338, 0.9718513488769531, -0.2575913667678833, -1.5886125564575195, 0.30622950196266174, -1.3090333938598633, -1.3397421836853027, 1.1217288970947266, -0.4194323718547821, 0.7784485220909119, -0.37868383526802063, 35.50111389160156, 41.90625, -0.8524999618530273, 0.2318750023841858, 1.3799999952316284, 0.2606250047683716, 0.859000027179718, 0.4168750047683716, 0.6337500214576721, -0.6418750286102295, 0.9893749952316284, 0.2562499940395355, 34.80687713623047, 42.973751068115234, 1.1181249618530273, 0.20937500894069672, 0.851111114025116, 0.48499998450279236, 0.5318750143051147, -0.8237500190734863, 1.0212500095367432, 0.19062501192092896, 0.8374999761581421, -0.28299999237060547], "max": [1.3049801588058472, -0.7754762172698975, 1.5498874187469482, 0.33822575211524963, -0.7806658744812012, 0.5081042051315308, -0.19321736693382263, -0.8626115918159485, 1.7003319263458252, 0.301961749792099, 1.6140018701553345, -0.11477645486593246, 56.98500061035156, 55.67444610595703, 53.77000045776367, 9.766875267028809, 35.00812530517578, 30.25374984741211, 33.49812698364258, 71.921875, 40.10874938964844, 87.47125244140625, 41.78750228881836, 101.14749908447266, 61.174373626708984, 69.86846160888672, 2.884999990463257, 9.778888702392578, 32.720001220703125, 63.85562515258789, 39.43687438964844, 57.65437698364258, 45.619998931884766, 73.94937896728516, 81.83499908447266, 109.81500244140625], "mean": [0.8788900971412659, -0.8806574940681458, 1.1402908563613892, 0.004660924430936575, -1.1908183097839355, 0.44232338666915894, -0.974902331829071, -0.973207950592041, 1.271403193473816, 0.025447800755500793, 1.320055365562439, -0.29464441537857056, 53.11750030517578, 46.61159133911133, 9.716100692749023, 6.537473678588867, 15.404936790466309, 4.909842014312744, 9.681659698486328, 10.800453186035156, 10.742385864257812, 13.175457000732422, 6.866243839263916, 43.88862609863281, 53.68814468383789, 55.699119567871094, 1.2193175554275513, 4.217814922332764, 18.655189514160156, 10.513763427734375, 17.57642936706543, 10.665703773498535, 18.33687400817871, 13.209047317504883, 19.441207885742188, 32.47531509399414], "std": [0.2565464377403259, 0.10943876951932907, 0.14824017882347107, 0.17620888352394104, 0.23290054500102997, 0.05940627306699753, 0.3570753037929535, 0.1267540156841278, 0.16477131843566895, 0.266958624124527, 0.2101123183965683, 0.08402271568775177, 3.701596736907959, 2.7239668369293213, 15.135335922241211, 2.6199612617492676, 9.349267959594727, 8.978388786315918, 11.474575996398926, 21.599132537841797, 12.649648666381836, 27.15108871459961, 11.861629486083984, 25.82425880432129, 7.365586280822754, 11.374555587768555, 0.27786311507225037, 3.3401713371276855, 12.013567924499512, 19.652992248535156, 11.941267013549805, 17.983501434326172, 13.327827453613281, 24.32343101501465, 22.495847702026367, 34.46907043457031], "count": [174]}, "action": {"min": [0.28386548161506653, -1.2013380527496338, 0.9718513488769531, -0.2575913667678833, -1.5886125564575195, 0.30622950196266174, -1.3090333938598633, -1.3397421836853027, 1.1217288970947266, -0.4194323718547821, 0.7784485220909119, -0.37868383526802063, 35.50111389160156, 41.90625, -0.8524999618530273, 0.2318750023841858, 1.3799999952316284, 0.2606250047683716, 0.859000027179718, 0.4168750047683716, 0.6337500214576721, -0.6418750286102295, 0.9893749952316284, 0.2562499940395355, 34.80687713623047, 42.973751068115234, 1.1181249618530273, 0.20937500894069672, 0.851111114025116, 0.48499998450279236, 0.5318750143051147, -0.8237500190734863, 1.0212500095367432, 0.19062501192092896, 0.8374999761581421, -0.28299999237060547], "max": [1.3049801588058472, -0.7754762172698975, 1.5498874187469482, 0.33822575211524963, -0.7806658744812012, 0.5081042051315308, -0.19321736693382263, -0.8626115918159485, 1.7003319263458252, 0.301961749792099, 1.6140018701553345, -0.11477645486593246, 56.98500061035156, 55.67444610595703, 53.77000045776367, 9.766875267028809, 35.00812530517578, 30.25374984741211, 33.49812698364258, 71.921875, 40.10874938964844, 87.47125244140625, 41.78750228881836, 101.14749908447266, 61.174373626708984, 69.86846160888672, 2.884999990463257, 9.778888702392578, 32.720001220703125, 63.85562515258789, 39.43687438964844, 57.65437698364258, 45.619998931884766, 73.94937896728516, 81.83499908447266, 109.81500244140625], "mean": [0.8788899183273315, -0.880657434463501, 1.140291690826416, 0.004660938400775194, -1.190817952156067, 0.4423235356807709, -0.9749020934104919, -0.9732078313827515, 1.2714030742645264, 0.0254477858543396, 1.3200559616088867, -0.29464438557624817, 53.11751174926758, 46.611572265625, 9.716102600097656, 6.537472724914551, 15.404932022094727, 4.909842491149902, 9.681660652160645, 10.800447463989258, 10.742388725280762, 13.175472259521484, 6.866243839263916, 43.88861846923828, 53.68812942504883, 55.699119567871094, 1.2193174362182617, 4.217814922332764, 18.655179977416992, 10.513766288757324, 17.5764102935791, 10.66571044921875, 18.336868286132812, 13.209043502807617, 19.44120216369629, 32.47531509399414], "std": [0.25654640793800354, 0.10943876951932907, 0.14824014902114868, 0.17620888352394104, 0.2329004853963852, 0.05940627306699753, 0.3570752739906311, 0.1267540156841278, 0.16477128863334656, 0.26695865392684937, 0.21011234819889069, 0.08402270823717117, 3.70159649848938, 2.723966598510742, 15.135336875915527, 2.6199607849121094, 9.349268913269043, 8.978384971618652, 11.47457218170166, 21.5991268157959, 12.64964771270752, 27.151090621948242, 11.8616304397583, 25.824260711669922, 7.365586757659912, 11.374555587768555, 0.2778630554676056, 3.3401713371276855, 12.013568878173828, 19.652992248535156, 11.941267967224121, 17.98349952697754, 13.327828407287598, 24.323427200317383, 22.495849609375, 34.46907043457031], "count": [174]}, "timestamp": {"min": [0.0], "max": [5.766666666666667], "mean": [2.8833333333333333], "std": [1.6742881295466265], "count": [174]}, "frame_index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [174]}, "index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [174]}, "subtask_annotation": {"mean": [4.0344827586206895, 10.0, 10.0, 10.0, 10.0], "std": [2.442197408224246, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [174]}, "scene_annotation": {"mean": [0.0], "std": [0.0], "min": [0], "max": [0], "count": [174]}, "eef_direction_state": {"mean": [3.3333333333333335, 3.781609195402299], "std": [2.0770595189379457, 1.8657548307993392], "min": [0, 0], "max": [6, 6], "count": [174]}, "eef_velocity_state": {"mean": [1.2011494252873562, 1.1839080459770115], "std": [0.7729617993079124, 0.9100806536467848], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_acc_mag_state": {"mean": [1.1494252873563218, 0.8275862068965517], "std": [0.8713674763845516, 0.8333135154203152], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_direction_action": {"mean": [3.3333333333333335, 3.781609195402299], "std": [2.0770595189379457, 1.8657548307993392], "min": [0, 0], "max": [6, 6], "count": [174]}, "eef_velocity_action": {"mean": [1.2011494252873562, 1.1839080459770115], "std": [0.7729617993079124, 0.9100806536467848], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_acc_mag_action": {"mean": [1.1494252873563218, 0.8275862068965517], "std": [0.8713674763845516, 0.8333135154203152], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_sim_pose_state": {"mean": [0.63694558570557, 0.19289002964236954, 1.2388197157249323, -1.1853254032538307, 0.6165230210643867, -2.003998920560443, 0.642834583038446, -0.21238030329099242, 1.2261522272908703, 1.155499661389717, 0.5384457166741244, 2.0011689781338395], "std": [0.043100714994652255, 0.030565843099300327, 0.050019430528513986, 0.20058924508440712, 0.07391876464174302, 0.17821512988697455, 0.04144285037952539, 0.06584511852813908, 0.06520710755071608, 0.17792286958208686, 0.05426704823288259, 0.15499768549459522], "min": [0.585364948701958, 0.1414603482561989, 1.1721931029471895, -1.5963196374324213, 0.48870357848855006, -2.400698773579179, 0.6116436785612533, -0.2815169818471334, 1.170895266715861, 0.7248245375210405, 0.3528488759098476, 1.850009749572155], "max": [0.76284236493339, 0.25779449328129694, 1.3662193760865788, -0.7855834915707698, 0.7616557607229546, -1.7533250060802772, 0.7625589641470264, -0.07973559013620349, 1.3805173048362422, 1.3197104868970524, 0.6403697004662523, 2.3792877488569717], "count": [174]}, "eef_sim_pose_action": {"mean": [0.63694558570557, 0.19289002964236954, 1.2388197157249323, -1.1853254032538307, 0.6165230210643867, -2.003998920560443, 0.642834583038446, -0.21238030329099242, 1.2261522272908703, 1.155499661389717, 0.5384457166741244, 2.0011689781338395], "std": [0.043100714994652255, 0.030565843099300327, 0.050019430528513986, 0.20058924508440712, 0.07391876464174302, 0.17821512988697455, 0.04144285037952539, 0.06584511852813908, 0.06520710755071608, 0.17792286958208686, 0.05426704823288259, 0.15499768549459522], "min": [0.585364948701958, 0.1414603482561989, 1.1721931029471895, -1.5963196374324213, 0.48870357848855006, -2.400698773579179, 0.6116436785612533, -0.2815169818471334, 1.170895266715861, 0.7248245375210405, 0.3528488759098476, 1.850009749572155], "max": [0.76284236493339, 0.25779449328129694, 1.3662193760865788, -0.7855834915707698, 0.7616557607229546, -1.7533250060802772, 0.7625589641470264, -0.07973559013620349, 1.3805173048362422, 1.3197104868970524, 0.6403697004662523, 2.3792877488569717], "count": [174]}}} +{"episode_index": 1, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3415372589869281]], [[0.41887256127450984]], [[0.4380925408496732]]], "std": [[[0.37106601589421845]], [[0.2643158913966028]], [[0.2551079270593019]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5239958047385621]], [[0.5417199183006536]], [[0.5033304554738561]]], "std": [[[0.29987962292327663]], [[0.2862358642434704]], [[0.28755164617922113]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659051674836601]], [[0.5048582536764706]], [[0.4882919852941176]]], "std": [[[0.3034930855894056]], [[0.2797878349371672]], [[0.2757074569935646]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.429562926879085]], [[0.4543513664215686]], [[0.36018292892156867]]], "std": [[[0.3920722406372414]], [[0.34860111601657]], [[0.33269495482587036]]], "count": [100]}, "observation.state": {"min": [0.2484121024608612, -1.294346570968628, 0.7602807879447937, -0.46007683873176575, -1.610526204109192, 0.8067474365234375, -1.0770246982574463, -1.1252336502075195, 0.7112134695053101, -0.17264153063297272, 0.6129596829414368, -0.9489204287528992, 32.02000045776367, 43.181251525878906, 0.0, -0.2449999898672104, 16.403125762939453, 0.32249999046325684, 8.375624656677246, 0.27687498927116394, 0.6924999952316284, 4.341249942779541, 1.0, 54.65812683105469, 19.837499618530273, 42.17625045776367, 0.4112499952316284, -1.5031249523162842, 3.364375114440918, 0.4387499988079071, 3.4018750190734863, -0.6568750143051147, 0.897857129573822, 1.4231250286102295, 0.6568750143051147, 32.11375045776367], "max": [1.093777060508728, -0.6270265579223633, 1.467822551727295, 0.1217622235417366, -0.26858264207839966, 1.2840228080749512, -0.3202248811721802, -0.583919882774353, 1.2463282346725464, 0.2662487328052521, 1.5676738023757935, -0.7478828430175781, 69.20375061035156, 76.04444122314453, 38.474998474121094, 3.7725000381469727, 38.35000228881836, 37.21500015258789, 44.06062698364258, 52.1349983215332, 45.82625198364258, 72.85874938964844, 44.36312484741211, 103.7856216430664, 60.51187515258789, 63.8033332824707, 2.8737499713897705, 0.7637500166893005, 40.28562545776367, 22.918750762939453, 46.515625, 81.59500122070312, 53.40625, 103.47438049316406, 55.22999954223633, 110.12667083740234], "mean": [0.6070716381072998, -0.9357556700706482, 1.142345666885376, -0.13908207416534424, -0.704802393913269, 1.0067615509033203, -0.8157860636711121, -0.7695295810699463, 0.8625641465187073, -0.03986775502562523, 0.9809470772743225, -0.8197532296180725, 46.51729202270508, 56.43024826049805, 21.722307205200195, 0.22067894041538239, 27.659395217895508, 11.832983016967773, 27.191612243652344, 15.044450759887695, 19.500329971313477, 37.987815856933594, 12.834086418151855, 85.31578063964844, 50.54679489135742, 49.91365051269531, 0.7461882829666138, -0.775353193283081, 31.77056121826172, 15.52595329284668, 35.18071746826172, 36.20921325683594, 34.62537384033203, 55.13886260986328, 34.82577896118164, 81.9954833984375], "std": [0.3269139528274536, 0.21134361624717712, 0.27375656366348267, 0.21372391283512115, 0.36185652017593384, 0.17443148791790009, 0.27991044521331787, 0.147784024477005, 0.16438205540180206, 0.08701231330633163, 0.2130945324897766, 0.08557724207639694, 14.723118782043457, 9.194533348083496, 10.889703750610352, 0.9080600738525391, 7.495389938354492, 15.200176239013672, 11.47314453125, 19.65320587158203, 16.454545974731445, 18.201610565185547, 15.810243606567383, 10.672883987426758, 13.950209617614746, 5.206911563873291, 0.4651678800582886, 0.7706758975982666, 10.222648620605469, 8.550039291381836, 13.483088493347168, 19.380985260009766, 17.629901885986328, 21.594482421875, 20.804828643798828, 14.770161628723145], "count": [199]}, "action": {"min": [0.2484121024608612, -1.294346570968628, 0.7602807879447937, -0.46007683873176575, -1.610526204109192, 0.8067474365234375, -1.0770246982574463, -1.1252336502075195, 0.7112134695053101, -0.17264153063297272, 0.6129596829414368, -0.9489204287528992, 32.02000045776367, 43.181251525878906, 0.0, -0.2449999898672104, 16.403125762939453, 0.32249999046325684, 8.375624656677246, 0.27687498927116394, 0.6924999952316284, 4.341249942779541, 1.0, 54.65812683105469, 19.837499618530273, 42.17625045776367, 0.4112499952316284, -1.5031249523162842, 3.364375114440918, 0.4387499988079071, 3.4018750190734863, -0.6568750143051147, 0.897857129573822, 1.4231250286102295, 0.6568750143051147, 32.11375045776367], "max": [1.093777060508728, -0.6270265579223633, 1.467822551727295, 0.1217622235417366, -0.26858264207839966, 1.2840228080749512, -0.3202248811721802, -0.583919882774353, 1.2463282346725464, 0.2662487328052521, 1.5676738023757935, -0.7478828430175781, 69.20375061035156, 76.04444122314453, 38.474998474121094, 3.7725000381469727, 38.35000228881836, 37.21500015258789, 44.06062698364258, 52.1349983215332, 45.82625198364258, 72.85874938964844, 44.36312484741211, 103.7856216430664, 60.51187515258789, 63.8033332824707, 2.8737499713897705, 0.7637500166893005, 40.28562545776367, 22.918750762939453, 46.515625, 81.59500122070312, 53.40625, 103.47438049316406, 55.22999954223633, 110.12667083740234], "mean": [0.6070717573165894, -0.9357559084892273, 1.1423457860946655, -0.13908210396766663, -0.704802393913269, 1.006761908531189, -0.8157855272293091, -0.7695295810699463, 0.8625639081001282, -0.03986774757504463, 0.9809468388557434, -0.8197533488273621, 46.51728820800781, 56.43026351928711, 21.722305297851562, 0.22067904472351074, 27.659395217895508, 11.832991600036621, 27.19160270690918, 15.044454574584961, 19.500329971313477, 37.98781967163086, 12.83407974243164, 85.31578063964844, 50.546810150146484, 49.91365432739258, 0.746188223361969, -0.7753531336784363, 31.770566940307617, 15.52595329284668, 35.18072509765625, 36.20920181274414, 34.62537384033203, 55.13888168334961, 34.825782775878906, 81.9954833984375], "std": [0.3269139230251312, 0.21134358644485474, 0.27375656366348267, 0.21372389793395996, 0.3618565499782562, 0.1744314730167389, 0.27991044521331787, 0.1477840393781662, 0.16438205540180206, 0.08701231330633163, 0.21309451758861542, 0.08557722717523575, 14.723123550415039, 9.194533348083496, 10.889703750610352, 0.9080604314804077, 7.495388984680176, 15.200177192687988, 11.47314739227295, 19.653207778930664, 16.45454978942871, 18.20160675048828, 15.810245513916016, 10.672883987426758, 13.950209617614746, 5.206912040710449, 0.4651680886745453, 0.7706759572029114, 10.222648620605469, 8.550037384033203, 13.483087539672852, 19.380985260009766, 17.629901885986328, 21.594480514526367, 20.80483055114746, 14.770161628723145], "count": [199]}, "timestamp": {"min": [0.0], "max": [6.6], "mean": [3.3000000000000003], "std": [1.9148542155126762], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [199]}, "index": {"min": [174], "max": [372], "mean": [273.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [199]}, "subtask_annotation": {"mean": [3.9547738693467336, 5.768844221105527, 10.0, 10.0, 10.0], "std": [3.5996879853788735, 4.319737821335883, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [199]}, "scene_annotation": {"mean": [1.0], "std": [0.0], "min": [1], "max": [1], "count": [199]}, "eef_direction_state": {"mean": [3.020100502512563, 3.4321608040201004], "std": [1.821037859126388, 1.8305533266419063], "min": [0, 0], "max": [6, 6], "count": [199]}, "eef_velocity_state": {"mean": [1.5979899497487438, 1.4120603015075377], "std": [0.5483607182192469, 0.7166752356183758], "min": [0, 0], "max": [2, 2], "count": [199]}, "eef_acc_mag_state": {"mean": [1.271356783919598, 1.0552763819095476], "std": [0.7547062847378588, 0.7906233143037072], "min": [0, 0], "max": [2, 2], "count": [199]}, "eef_direction_action": {"mean": [3.020100502512563, 3.4321608040201004], "std": [1.821037859126388, 1.8305533266419063], "min": [0, 0], "max": [6, 6], "count": [199]}, "eef_velocity_action": {"mean": [1.5979899497487438, 1.4120603015075377], "std": [0.5483607182192469, 0.7166752356183758], "min": [0, 0], "max": [2, 2], "count": [199]}, "eef_acc_mag_action": {"mean": [1.271356783919598, 1.0552763819095476], "std": [0.7547062847378588, 0.7906233143037072], "min": [0, 0], "max": [2, 2], "count": [199]}, "eef_sim_pose_state": {"mean": [0.680447483623159, 0.1681309741077625, 1.2298170640344668, -1.3896798178250822, 0.9353055589865565, -1.9525976191850785, 0.581803882952135, -0.1343986120598455, 1.2278346232135846, 1.2671612490884951, 0.8522175469745505, 2.066476488212171], "std": [0.09517962119603947, 0.0663260023768828, 0.07671194684175807, 0.38509641665149746, 0.11985790570446021, 0.44716528092078955, 0.05127508937035739, 0.03660832459199335, 0.08412753349093663, 0.4217846430526926, 0.10350722932947026, 0.3719408622924999], "min": [0.5533534445384776, 0.04599182979147046, 1.065036106934465, -2.0998591076919486, 0.6344005590648383, -2.756091624559387, 0.5398843251004635, -0.24491247795332194, 1.0761036535823307, 0.6750104635601686, 0.7229319664753366, 1.3668794500624777], "max": [0.7952444209280525, 0.28979503527861816, 1.3128668257906608, -0.8188115306321763, 1.14344646681135, -1.3667727175790065, 0.6974999907181691, -0.055750212518659276, 1.3402846560500241, 1.9591969141464862, 1.073810099131054, 2.6044089081105946], "count": [199]}, "eef_sim_pose_action": {"mean": [0.680447483623159, 0.1681309741077625, 1.2298170640344668, -1.3896798178250822, 0.9353055589865565, -1.9525976191850785, 0.581803882952135, -0.1343986120598455, 1.2278346232135846, 1.2671612490884951, 0.8522175469745505, 2.066476488212171], "std": [0.09517962119603947, 0.0663260023768828, 0.07671194684175807, 0.38509641665149746, 0.11985790570446021, 0.44716528092078955, 0.05127508937035739, 0.03660832459199335, 0.08412753349093663, 0.4217846430526926, 0.10350722932947026, 0.3719408622924999], "min": [0.5533534445384776, 0.04599182979147046, 1.065036106934465, -2.0998591076919486, 0.6344005590648383, -2.756091624559387, 0.5398843251004635, -0.24491247795332194, 1.0761036535823307, 0.6750104635601686, 0.7229319664753366, 1.3668794500624777], "max": [0.7952444209280525, 0.28979503527861816, 1.3128668257906608, -0.8188115306321763, 1.14344646681135, -1.3667727175790065, 0.6974999907181691, -0.055750212518659276, 1.3402846560500241, 1.9591969141464862, 1.073810099131054, 2.6044089081105946], "count": [199]}}} +{"episode_index": 2, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34275284722222227]], [[0.40604101715686275]], [[0.40587981617647056]]], "std": [[[0.365361644853923]], [[0.26678959949706593]], [[0.25404785938172764]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5479655739379086]], [[0.5761387765522875]], [[0.5360855126633987]]], "std": [[[0.32422085535905293]], [[0.2985869374445069]], [[0.3264737336810378]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.00392156862745098]], [[0.1568627450980392]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4936977900326798]], [[0.5217768055555556]], [[0.49105335988562093]]], "std": [[[0.315023008876682]], [[0.281320995557862]], [[0.27524320130230007]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40048481413398695]], [[0.41574617034313727]], [[0.31575125204248367]]], "std": [[[0.4056084840036034]], [[0.3631668047669039]], [[0.34448233416326557]]], "count": [100]}, "observation.state": {"min": [0.26548314094543457, -1.2471389770507812, 0.8152132630348206, -0.21732184290885925, -1.1863412857055664, 0.7077324986457825, -1.115625262260437, -1.3405766487121582, 0.7481212615966797, -0.09503509849309921, 0.3542000353336334, -0.9295923113822937, 36.28874969482422, 42.903751373291016, -0.30812498927116394, -0.6112500429153442, 11.233124732971191, 0.9112499952316284, 7.252500057220459, -0.9437500238418579, 2.737499952316284, 1.1887500286102295, 1.1043750047683716, 31.864376068115234, 37.77750015258789, 41.615623474121094, 0.22875000536441803, -1.9793750047683716, 1.1377778053283691, 0.7225000262260437, 0.7599999904632568, 0.3100000023841858, 1.0329999923706055, 1.0759999752044678, 0.554444432258606, -3.009999990463257], "max": [1.0068331956863403, -0.7435911893844604, 1.3846608400344849, 0.20239661633968353, -0.28315022587776184, 1.0982919931411743, -0.314884215593338, -0.7493610382080078, 1.4248827695846558, 0.09918364137411118, 1.3554542064666748, -0.6337262392044067, 59.59687423706055, 61.84562301635742, 43.6349983215332, 5.079999923706055, 37.13125228881836, 32.676876068115234, 43.92499923706055, 51.751251220703125, 45.03874969482422, 74.3949966430664, 48.194374084472656, 103.984375, 58.48500061035156, 49.56312561035156, 0.4387499988079071, 0.23000000417232513, 39.63875198364258, 24.739999771118164, 45.04125213623047, 50.52124786376953, 50.63500213623047, 83.36062622070312, 54.99937438964844, 109.36750030517578], "mean": [0.5606715679168701, -1.001487374305725, 1.1552680730819702, -0.05051487684249878, -0.6276724338531494, 0.9122207760810852, -0.8669664263725281, -0.9460901618003845, 0.952960193157196, 0.03490419313311577, 1.0103527307510376, -0.7346161007881165, 46.35940933227539, 53.443336486816406, 2.2932240962982178, 0.35470929741859436, 26.43932342529297, 11.47995376586914, 24.666292190551758, 15.913578033447266, 19.250307083129883, 32.569068908691406, 11.7610502243042, 78.28601837158203, 54.46221160888672, 48.14693832397461, 0.2968839108943939, -1.0740286111831665, 31.524473190307617, 18.272825241088867, 37.17611312866211, 30.51833152770996, 37.34090042114258, 51.65028381347656, 31.97919464111328, 79.40706634521484], "std": [0.3111373484134674, 0.14445582032203674, 0.21082036197185516, 0.13225148618221283, 0.2386855036020279, 0.1451970487833023, 0.3157993257045746, 0.18290871381759644, 0.2272350788116455, 0.0659269317984581, 0.3193954527378082, 0.09101357311010361, 9.149506568908691, 5.590329170227051, 8.069321632385254, 1.3616487979888916, 8.650836944580078, 13.583598136901855, 12.443615913391113, 21.374589920043945, 14.876311302185059, 26.590015411376953, 15.80362319946289, 15.251635551452637, 6.887603759765625, 2.169982671737671, 0.04529676213860512, 0.5782124400138855, 8.117349624633789, 9.070002555847168, 11.891796112060547, 13.848475456237793, 15.14714527130127, 17.91472625732422, 17.29999351501465, 18.449337005615234], "count": [180]}, "action": {"min": [0.26548314094543457, -1.2471389770507812, 0.8152132630348206, -0.21732184290885925, -1.1863412857055664, 0.7077324986457825, -1.115625262260437, -1.3405766487121582, 0.7481212615966797, -0.09503509849309921, 0.3542000353336334, -0.9295923113822937, 36.28874969482422, 42.903751373291016, -0.30812498927116394, -0.6112500429153442, 11.233124732971191, 0.9112499952316284, 7.252500057220459, -0.9437500238418579, 2.737499952316284, 1.1887500286102295, 1.1043750047683716, 31.864376068115234, 37.77750015258789, 41.615623474121094, 0.22875000536441803, -1.9793750047683716, 1.1377778053283691, 0.7225000262260437, 0.7599999904632568, 0.3100000023841858, 1.0329999923706055, 1.0759999752044678, 0.554444432258606, -3.009999990463257], "max": [1.0068331956863403, -0.7435911893844604, 1.3846608400344849, 0.20239661633968353, -0.28315022587776184, 1.0982919931411743, -0.314884215593338, -0.7493610382080078, 1.4248827695846558, 0.09918364137411118, 1.3554542064666748, -0.6337262392044067, 59.59687423706055, 61.84562301635742, 43.6349983215332, 5.079999923706055, 37.13125228881836, 32.676876068115234, 43.92499923706055, 51.751251220703125, 45.03874969482422, 74.3949966430664, 48.194374084472656, 103.984375, 58.48500061035156, 49.56312561035156, 0.4387499988079071, 0.23000000417232513, 39.63875198364258, 24.739999771118164, 45.04125213623047, 50.52124786376953, 50.63500213623047, 83.36062622070312, 54.99937438964844, 109.36750030517578], "mean": [0.5606718063354492, -1.0014872550964355, 1.1552677154541016, -0.050514910370111465, -0.6276723742485046, 0.9122209548950195, -0.8669666647911072, -0.9460901618003845, 0.9529599547386169, 0.03490416705608368, 1.0103529691696167, -0.7346161603927612, 46.359397888183594, 53.4433479309082, 2.293224811553955, 0.35470929741859436, 26.439319610595703, 11.479955673217773, 24.66628646850586, 15.913568496704102, 19.25031280517578, 32.569087982177734, 11.761059761047363, 78.28604888916016, 54.462223052978516, 48.146949768066406, 0.296883761882782, -1.0740281343460083, 31.524486541748047, 18.272829055786133, 37.17607879638672, 30.51833152770996, 37.340911865234375, 51.65028762817383, 31.979198455810547, 79.40707397460938], "std": [0.31113746762275696, 0.14445580542087555, 0.21082036197185516, 0.13225148618221283, 0.2386854737997055, 0.14519701898097992, 0.3157993257045746, 0.18290871381759644, 0.22723506391048431, 0.0659269317984581, 0.3193954527378082, 0.0910135805606842, 9.149505615234375, 5.590329170227051, 8.069323539733887, 1.3616489171981812, 8.650837898254395, 13.583600044250488, 12.443617820739746, 21.374591827392578, 14.876309394836426, 26.590011596679688, 15.803627014160156, 15.251635551452637, 6.88760232925415, 2.16998291015625, 0.045296769589185715, 0.5782124400138855, 8.117349624633789, 9.070000648498535, 11.891797065734863, 13.848474502563477, 15.14714527130127, 17.914724349975586, 17.299989700317383, 18.449337005615234], "count": [180]}, "timestamp": {"min": [0.0], "max": [5.966666666666667], "mean": [2.9833333333333334], "std": [1.7320240781835015], "count": [180]}, "frame_index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [180]}, "index": {"min": [373], "max": [552], "mean": [462.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}, "subtask_annotation": {"mean": [2.65, 5.377777777777778, 10.0, 10.0, 10.0], "std": [3.08846419942196, 4.170205904263071, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [180]}, "scene_annotation": {"mean": [2.0], "std": [0.0], "min": [2], "max": [2], "count": [180]}, "eef_direction_state": {"mean": [3.3666666666666667, 4.05], "std": [1.6862186493255664, 1.9300978674092615], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_state": {"mean": [1.3888888888888888, 1.2555555555555555], "std": [0.5905636562630358, 0.803618360377489], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_state": {"mean": [0.95, 0.9944444444444445], "std": [0.8450838222724821, 0.8198727694128471], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_direction_action": {"mean": [3.3666666666666667, 4.05], "std": [1.6862186493255664, 1.9300978674092615], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_action": {"mean": [1.3888888888888888, 1.2555555555555555], "std": [0.5905636562630358, 0.803618360377489], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_action": {"mean": [0.95, 0.9944444444444445], "std": [0.8450838222724821, 0.8198727694128471], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_sim_pose_state": {"mean": [0.6820798312416712, 0.12940800548654596, 1.215344804706211, -1.4370631362773325, 0.8980563560143184, -2.074576423603564, 0.5978530939930559, -0.11169111609406901, 1.1889600387075208, 1.3791324194709529, 0.6905041303922522, 2.1728733046687574], "std": [0.07923574282273625, 0.039617715079997146, 0.08454995741555767, 0.31355908978447156, 0.12512659348257146, 0.3378407904656147, 0.07186051606544651, 0.04710740902497795, 0.0710650956587109, 0.2774786001194166, 0.15871688030397452, 0.18218621067023497], "min": [0.5743277019755546, 0.03962064290115605, 1.0572533926979193, -2.008681961295438, 0.7033838092561218, -2.6312822154565163, 0.5416857064605933, -0.1595620009326309, 1.0630460977826308, 0.8729787418054036, 0.5707966334367982, 1.8134239495379831], "max": [0.7683951420864418, 0.17559298437822832, 1.3089553507131084, -0.9905293284419923, 1.1110139019855385, -1.6032739326385426, 0.7429416755158439, -0.004491424567450747, 1.3068109939893904, 1.8219378062891012, 1.0434338533137333, 2.454289416645159], "count": [180]}, "eef_sim_pose_action": {"mean": [0.6820798312416712, 0.12940800548654596, 1.215344804706211, -1.4370631362773325, 0.8980563560143184, -2.074576423603564, 0.5978530939930559, -0.11169111609406901, 1.1889600387075208, 1.3791324194709529, 0.6905041303922522, 2.1728733046687574], "std": [0.07923574282273625, 0.039617715079997146, 0.08454995741555767, 0.31355908978447156, 0.12512659348257146, 0.3378407904656147, 0.07186051606544651, 0.04710740902497795, 0.0710650956587109, 0.2774786001194166, 0.15871688030397452, 0.18218621067023497], "min": [0.5743277019755546, 0.03962064290115605, 1.0572533926979193, -2.008681961295438, 0.7033838092561218, -2.6312822154565163, 0.5416857064605933, -0.1595620009326309, 1.0630460977826308, 0.8729787418054036, 0.5707966334367982, 1.8134239495379831], "max": [0.7683951420864418, 0.17559298437822832, 1.3089553507131084, -0.9905293284419923, 1.1110139019855385, -1.6032739326385426, 0.7429416755158439, -0.004491424567450747, 1.3068109939893904, 1.8219378062891012, 1.0434338533137333, 2.454289416645159], "count": [180]}}} +{"episode_index": 3, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33556872753267974]], [[0.3422400919117647]], [[0.3670175449346405]]], "std": [[[0.33371797728945213]], [[0.3175216814068227]], [[0.29991211055140954]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46427095179738564]], [[0.49609722017973856]], [[0.4646664317810457]]], "std": [[[0.3267258494315243]], [[0.31326738029437834]], [[0.32548708528335096]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46875638071895426]], [[0.4969778819444444]], [[0.4658920261437908]]], "std": [[[0.3196794378122798]], [[0.3050260840672016]], [[0.31395634310132553]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38591868668300655]], [[0.4089065727124183]], [[0.38577077001633986]]], "std": [[[0.36186509744923856]], [[0.35910001002772696]], [[0.337205084662203]]], "count": [100]}, "observation.state": {"min": [0.32382506132125854, -1.1688649654388428, 0.9141426086425781, -0.3969968259334564, -1.6103274822235107, 0.47791731357574463, -1.264928936958313, -1.3966058492660522, 1.1111515760421753, -0.2157244235277176, 0.7167210578918457, -0.43140116333961487, 31.60444450378418, 42.42124938964844, -0.8687499761581421, -0.3087500035762787, 0.9118750095367432, -0.671875, 1.0240000486373901, -1.027500033378601, 1.045555591583252, -0.24500000476837158, 1.0049999952316284, 4.499230861663818, 30.625, 43.729373931884766, 0.6146153807640076, -1.4581249952316284, 0.9124999642372131, -1.0625, 0.6143749952316284, 0.8068749904632568, 0.7037500143051147, 0.5844444632530212, 0.75, 0.36937499046325684], "max": [1.3755054473876953, -0.7241597771644592, 1.5353676080703735, 0.10039959847927094, -0.6488183736801147, 0.6191586256027222, -0.1578831970691681, -0.8649957776069641, 1.7680914402008057, 0.3155829906463623, 1.632858395576477, -0.2238069325685501, 64.04875183105469, 58.08222198486328, 47.408748626708984, 9.198124885559082, 33.36312484741211, 37.94874954223633, 42.25062561035156, 55.79125213623047, 49.720001220703125, 74.15499877929688, 43.06062316894531, 93.87374877929688, 57.42124938964844, 62.78666687011719, 2.6262500286102295, 9.751250267028809, 36.693748474121094, 47.42124938964844, 55.608123779296875, 91.92312622070312, 51.15812301635742, 88.08438110351562, 47.833126068115234, 101.39625549316406], "mean": [1.0898653268814087, -0.8370519876480103, 1.0340001583099365, -0.19934096932411194, -1.3175477981567383, 0.5520617961883545, -0.9618827104568481, -1.0046355724334717, 1.260786771774292, 0.0346376970410347, 1.3054370880126953, -0.34592899680137634, 53.36771774291992, 46.681007385253906, 7.8284478187561035, 6.184703826904297, 10.444296836853027, 6.004401683807373, 11.56017780303955, 8.793642044067383, 12.097001075744629, 13.260765075683594, 7.971625328063965, 37.107879638671875, 50.668853759765625, 52.0642204284668, 1.183434009552002, 3.6169180870056152, 19.102092742919922, 10.357442855834961, 19.75830078125, 22.226877212524414, 19.97620964050293, 22.88675308227539, 15.596606254577637, 38.631866455078125], "std": [0.2907973527908325, 0.08727250248193741, 0.15090405941009521, 0.1894007921218872, 0.27937501668930054, 0.039728354662656784, 0.3075852692127228, 0.1290077120065689, 0.1549271196126938, 0.16918615996837616, 0.17932401597499847, 0.07893659174442291, 5.9022088050842285, 2.488856315612793, 14.89307975769043, 3.3474018573760986, 12.4253568649292, 11.540617942810059, 16.15528678894043, 19.801631927490234, 16.99251937866211, 24.779464721679688, 13.53525161743164, 27.576831817626953, 6.383788585662842, 7.3222808837890625, 0.4099818766117096, 3.847961902618408, 11.831942558288574, 17.111780166625977, 19.10558319091797, 34.39979553222656, 18.742372512817383, 34.44648361206055, 17.236499786376953, 36.80316925048828], "count": [320]}, "action": {"min": [0.32382506132125854, -1.1688649654388428, 0.9141426086425781, -0.3969968259334564, -1.6103274822235107, 0.47791731357574463, -1.264928936958313, -1.3966058492660522, 1.1111515760421753, -0.2157244235277176, 0.7167210578918457, -0.43140116333961487, 31.60444450378418, 42.42124938964844, -0.8687499761581421, -0.3087500035762787, 0.9118750095367432, -0.671875, 1.0240000486373901, -1.027500033378601, 1.045555591583252, -0.24500000476837158, 1.0049999952316284, 4.499230861663818, 30.625, 43.729373931884766, 0.6146153807640076, -1.4581249952316284, 0.9124999642372131, -1.0625, 0.6143749952316284, 0.8068749904632568, 0.7037500143051147, 0.5844444632530212, 0.75, 0.36937499046325684], "max": [1.3755054473876953, -0.7241597771644592, 1.5353676080703735, 0.10039959847927094, -0.6488183736801147, 0.6191586256027222, -0.1578831970691681, -0.8649957776069641, 1.7680914402008057, 0.3155829906463623, 1.632858395576477, -0.2238069325685501, 64.04875183105469, 58.08222198486328, 47.408748626708984, 9.198124885559082, 33.36312484741211, 37.94874954223633, 42.25062561035156, 55.79125213623047, 49.720001220703125, 74.15499877929688, 43.06062316894531, 93.87374877929688, 57.42124938964844, 62.78666687011719, 2.6262500286102295, 9.751250267028809, 36.693748474121094, 47.42124938964844, 55.608123779296875, 91.92312622070312, 51.15812301635742, 88.08438110351562, 47.833126068115234, 101.39625549316406], "mean": [1.0898654460906982, -0.8370513916015625, 1.0339992046356201, -0.19934096932411194, -1.3175479173660278, 0.5520617365837097, -0.9618819355964661, -1.0046360492706299, 1.2607868909835815, 0.034637726843357086, 1.3054370880126953, -0.3459290564060211, 53.36771774291992, 46.68103790283203, 7.8284406661987305, 6.184702396392822, 10.444299697875977, 6.004410743713379, 11.560184478759766, 8.793615341186523, 12.097001075744629, 13.260760307312012, 7.971621036529541, 37.107879638671875, 50.668853759765625, 52.064247131347656, 1.183434247970581, 3.6169185638427734, 19.102108001708984, 10.357441902160645, 19.758298873901367, 22.226879119873047, 19.976200103759766, 22.886760711669922, 15.59660530090332, 38.63188171386719], "std": [0.29079732298851013, 0.08727250248193741, 0.15090404450893402, 0.18940074741840363, 0.27937498688697815, 0.03972833976149559, 0.3075851500034332, 0.12900769710540771, 0.1549271196126938, 0.16918618977069855, 0.17932401597499847, 0.07893659174442291, 5.902207851409912, 2.488856554031372, 14.893077850341797, 3.347403049468994, 12.425355911254883, 11.540611267089844, 16.155292510986328, 19.801620483398438, 16.992525100708008, 24.779447555541992, 13.53525161743164, 27.57683753967285, 6.383787631988525, 7.322279453277588, 0.409981906414032, 3.847961664199829, 11.831945419311523, 17.111780166625977, 19.10558319091797, 34.3997917175293, 18.742372512817383, 34.44647979736328, 17.236501693725586, 36.80316925048828], "count": [320]}, "timestamp": {"min": [0.0], "max": [10.633333333333333], "mean": [5.316666666666666], "std": [3.079186400478037], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [320]}, "index": {"min": [553], "max": [872], "mean": [712.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [320]}, "subtask_annotation": {"mean": [4.178125, 10.0, 10.0, 10.0, 10.0], "std": [2.211367559763643, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [320]}, "scene_annotation": {"mean": [3.0], "std": [0.0], "min": [3], "max": [3], "count": [320]}, "eef_direction_state": {"mean": [4.26875, 4.15], "std": [1.9612555767925797, 2.1233817367586094], "min": [0, 0], "max": [6, 6], "count": [320]}, "eef_velocity_state": {"mean": [0.84375, 0.903125], "std": [0.8065890759860315, 0.8767783268164197], "min": [0, 0], "max": [2, 2], "count": [320]}, "eef_acc_mag_state": {"mean": [0.7125, 0.56875], "std": [0.8543089312420884, 0.7715396538739939], "min": [0, 0], "max": [2, 2], "count": [320]}, "eef_direction_action": {"mean": [4.26875, 4.15], "std": [1.9612555767925797, 2.1233817367586094], "min": [0, 0], "max": [6, 6], "count": [320]}, "eef_velocity_action": {"mean": [0.84375, 0.903125], "std": [0.8065890759860315, 0.8767783268164197], "min": [0, 0], "max": [2, 2], "count": [320]}, "eef_acc_mag_action": {"mean": [0.7125, 0.56875], "std": [0.8543089312420884, 0.7715396538739939], "min": [0, 0], "max": [2, 2], "count": [320]}, "eef_sim_pose_state": {"mean": [0.6166730054356171, 0.23425976237609655, 1.2067687832428111, -1.2654687144302241, 0.6257253778910161, -1.8903618117799001, 0.6410433543686868, -0.19618775368719016, 1.2149324652098736, 1.1594888757535613, 0.5236339895173373, 2.026936279684951], "std": [0.04712567691817592, 0.02901657059531014, 0.050447633150367883, 0.16917552046980497, 0.10175315610452519, 0.1542845057399545, 0.04077538805904226, 0.05339161719482913, 0.07166944008037426, 0.2123656636786369, 0.06682642091334964, 0.13018662161982514], "min": [0.5763628882341161, 0.16245943546157565, 1.1503239069003712, -1.559655290259669, 0.45479111832483055, -2.2453886882099523, 0.5990823897449395, -0.25333367587738054, 1.1563165927396721, 0.5217196779405615, 0.34443603114033405, 1.7769502395225438], "max": [0.7781533608163056, 0.2749128461859702, 1.3601662275660358, -0.7435672331510513, 0.7983264261897762, -1.6352759676370088, 0.7949680282883502, -0.100065520374187, 1.4263549509077862, 1.3431227380407011, 0.5965081160846455, 2.237007253236762], "count": [320]}, "eef_sim_pose_action": {"mean": [0.6166730054356171, 0.23425976237609655, 1.2067687832428111, -1.2654687144302241, 0.6257253778910161, -1.8903618117799001, 0.6410433543686868, -0.19618775368719016, 1.2149324652098736, 1.1594888757535613, 0.5236339895173373, 2.026936279684951], "std": [0.04712567691817592, 0.02901657059531014, 0.050447633150367883, 0.16917552046980497, 0.10175315610452519, 0.1542845057399545, 0.04077538805904226, 0.05339161719482913, 0.07166944008037426, 0.2123656636786369, 0.06682642091334964, 0.13018662161982514], "min": [0.5763628882341161, 0.16245943546157565, 1.1503239069003712, -1.559655290259669, 0.45479111832483055, -2.2453886882099523, 0.5990823897449395, -0.25333367587738054, 1.1563165927396721, 0.5217196779405615, 0.34443603114033405, 1.7769502395225438], "max": [0.7781533608163056, 0.2749128461859702, 1.3601662275660358, -0.7435672331510513, 0.7983264261897762, -1.6352759676370088, 0.7949680282883502, -0.100065520374187, 1.4263549509077862, 1.3431227380407011, 0.5965081160846455, 2.237007253236762], "count": [320]}}} +{"episode_index": 4, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35731850490196077]], [[0.42364291053921566]], [[0.4160652267156863]]], "std": [[[0.36809107861349377]], [[0.2677874018363686]], [[0.2634070113080406]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5197056903594771]], [[0.5509272610294118]], [[0.5194193075980392]]], "std": [[[0.33150194500431773]], [[0.306024582730738]], [[0.3238653211150874]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46935795343137254]], [[0.5003602532679738]], [[0.47423603962418304]]], "std": [[[0.31402778964530204]], [[0.2819732349641816]], [[0.27342198012700486]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4018964522058824]], [[0.41740639705882354]], [[0.32324393178104577]]], "std": [[[0.41103702678746473]], [[0.3695125143079613]], [[0.34890319555883237]]], "count": [100]}, "observation.state": {"min": [0.25902190804481506, -1.1941853761672974, 0.7856011986732483, -0.47925248742103577, -1.1783303022384644, 0.6517032980918884, -1.0946440696716309, -1.1795223951339722, 0.7361524105072021, -0.16758698225021362, 0.47512778639793396, -0.7802844047546387, 30.655624389648438, 44.325626373291016, -0.7818750143051147, -0.7368749976158142, 8.04312515258789, -0.016875000670552254, 2.8993749618530273, -0.8431249856948853, 1.0, -2.171875, 1.0774999856948853, 57.71937561035156, 38.90923309326172, 39.72187805175781, 0.19312500953674316, -1.888124942779541, 11.84375, 0.9118750095367432, 13.358750343322754, 4.948124885559082, 2.09375, 32.5, 0.6100000143051147, 64.84062957763672], "max": [1.0431926250457764, -0.6405186057090759, 1.3699263334274292, 0.237110897898674, -0.2660553455352783, 1.2754396200180054, -0.3263523280620575, -0.704871416091919, 1.3090095520019531, 0.05369268357753754, 1.4335135221481323, -0.6012054681777954, 52.790000915527344, 64.53400421142578, 49.865623474121094, 1.3337500095367432, 38.26124954223633, 34.24222183227539, 47.866249084472656, 57.63687515258789, 48.859375, 80.25062561035156, 44.61124801635742, 110.40750122070312, 59.241249084472656, 51.915557861328125, 0.4325000047683716, 0.27909091114997864, 39.25062561035156, 41.01124954223633, 47.08937454223633, 64.01750183105469, 52.053123474121094, 84.21562957763672, 52.145626068115234, 106.50812530517578], "mean": [0.6061065793037415, -0.8627469539642334, 1.0573935508728027, -0.11496418714523315, -0.6885362267494202, 0.9484000205993652, -0.8804311752319336, -0.8641304969787598, 0.9048660397529602, -0.028324440121650696, 0.9834755659103394, -0.6789013147354126, 41.15660858154297, 56.85124588012695, 7.644865036010742, 0.05801939591765404, 26.75712776184082, 12.564440727233887, 24.64124870300293, 16.442487716674805, 15.905654907226562, 41.38610076904297, 11.948651313781738, 92.43643951416016, 54.56148910522461, 48.40106964111328, 0.30015870928764343, -1.1751326322555542, 30.335159301757812, 28.073963165283203, 37.687255859375, 45.496849060058594, 38.003936767578125, 63.9301643371582, 36.141761779785156, 86.74312591552734], "std": [0.29532212018966675, 0.16556623578071594, 0.17888355255126953, 0.2411615550518036, 0.2236480563879013, 0.2403656244277954, 0.3086206912994385, 0.14081022143363953, 0.1924028992652893, 0.0738121047616005, 0.2890435457229614, 0.0661560446023941, 7.776795387268066, 4.754501819610596, 14.97212028503418, 0.5582274198532104, 9.061814308166504, 13.483732223510742, 13.772801399230957, 19.32488250732422, 17.153059005737305, 26.103370666503906, 16.082685470581055, 14.174983978271484, 7.076855182647705, 2.46858811378479, 0.06075984984636307, 0.8103821277618408, 9.68171501159668, 13.275716781616211, 12.460428237915039, 14.342057228088379, 17.1136417388916, 11.232063293457031, 17.77739143371582, 10.09852123260498], "count": [197]}, "action": {"min": [0.25902190804481506, -1.1941853761672974, 0.7856011986732483, -0.47925248742103577, -1.1783303022384644, 0.6517032980918884, -1.0946440696716309, -1.1795223951339722, 0.7361524105072021, -0.16758698225021362, 0.47512778639793396, -0.7802844047546387, 30.655624389648438, 44.325626373291016, -0.7818750143051147, -0.7368749976158142, 8.04312515258789, -0.016875000670552254, 2.8993749618530273, -0.8431249856948853, 1.0, -2.171875, 1.0774999856948853, 57.71937561035156, 38.90923309326172, 39.72187805175781, 0.19312500953674316, -1.888124942779541, 11.84375, 0.9118750095367432, 13.358750343322754, 4.948124885559082, 2.09375, 32.5, 0.6100000143051147, 64.84062957763672], "max": [1.0431926250457764, -0.6405186057090759, 1.3699263334274292, 0.237110897898674, -0.2660553455352783, 1.2754396200180054, -0.3263523280620575, -0.704871416091919, 1.3090095520019531, 0.05369268357753754, 1.4335135221481323, -0.6012054681777954, 52.790000915527344, 64.53400421142578, 49.865623474121094, 1.3337500095367432, 38.26124954223633, 34.24222183227539, 47.866249084472656, 57.63687515258789, 48.859375, 80.25062561035156, 44.61124801635742, 110.40750122070312, 59.241249084472656, 51.915557861328125, 0.4325000047683716, 0.27909091114997864, 39.25062561035156, 41.01124954223633, 47.08937454223633, 64.01750183105469, 52.053123474121094, 84.21562957763672, 52.145626068115234, 106.50812530517578], "mean": [0.6061068177223206, -0.8627471327781677, 1.0573935508728027, -0.11496417969465256, -0.6885360479354858, 0.9484001994132996, -0.880431592464447, -0.8641303777694702, 0.904866099357605, -0.028324434533715248, 0.9834756851196289, -0.6789012551307678, 41.15660095214844, 56.851234436035156, 7.644862651824951, 0.05801939219236374, 26.75712013244629, 12.564440727233887, 24.641260147094727, 16.442474365234375, 15.905654907226562, 41.38609313964844, 11.94865608215332, 92.43643951416016, 54.561492919921875, 48.401084899902344, 0.30015861988067627, -1.1751329898834229, 30.33515739440918, 28.0739803314209, 37.68724060058594, 45.49683380126953, 38.003971099853516, 63.93016815185547, 36.141761779785156, 86.74311828613281], "std": [0.29532214999198914, 0.16556623578071594, 0.17888347804546356, 0.2411615401506424, 0.22364802658557892, 0.24036557972431183, 0.3086206614971161, 0.14081019163131714, 0.1924028843641281, 0.0738120973110199, 0.2890435755252838, 0.0661560520529747, 7.776796340942383, 4.754501819610596, 14.972115516662598, 0.5582273602485657, 9.061812400817871, 13.483732223510742, 13.77280044555664, 19.32487678527832, 17.153059005737305, 26.103370666503906, 16.082683563232422, 14.174982070922852, 7.076854228973389, 2.468588352203369, 0.060759857296943665, 0.8103821277618408, 9.68171501159668, 13.275717735290527, 12.460433959960938, 14.342056274414062, 17.1136417388916, 11.232065200805664, 17.77739143371582, 10.09852123260498], "count": [197]}, "timestamp": {"min": [0.0], "max": [6.533333333333333], "mean": [3.2666666666666666], "std": [1.8956089610817242], "count": [197]}, "frame_index": {"min": [0], "max": [196], "mean": [98.0], "std": [56.868268832451726], "count": [197]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [197]}, "index": {"min": [873], "max": [1069], "mean": [971.0], "std": [56.868268832451726], "count": [197]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [197]}, "subtask_annotation": {"mean": [2.9035532994923856, 5.563451776649746, 10.0, 10.0, 10.0], "std": [3.2518386151743197, 4.168078385220158, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [197]}, "scene_annotation": {"mean": [4.0], "std": [0.0], "min": [4], "max": [4], "count": [197]}, "eef_direction_state": {"mean": [3.3197969543147208, 3.8071065989847717], "std": [1.9234761149709707, 1.9881247072507349], "min": [0, 0], "max": [6, 6], "count": [197]}, "eef_velocity_state": {"mean": [1.3401015228426396, 1.3147208121827412], "std": [0.7203115441651471, 0.7488987164739956], "min": [0, 0], "max": [2, 2], "count": [197]}, "eef_acc_mag_state": {"mean": [1.0507614213197969, 1.0609137055837563], "std": [0.8044684400267016, 0.7845883382854844], "min": [0, 0], "max": [2, 2], "count": [197]}, "eef_direction_action": {"mean": [3.3197969543147208, 3.8071065989847717], "std": [1.9234761149709707, 1.9881247072507349], "min": [0, 0], "max": [6, 6], "count": [197]}, "eef_velocity_action": {"mean": [1.3401015228426396, 1.3147208121827412], "std": [0.7203115441651471, 0.7488987164739956], "min": [0, 0], "max": [2, 2], "count": [197]}, "eef_acc_mag_action": {"mean": [1.0507614213197969, 1.0609137055837563], "std": [0.8044684400267016, 0.7845883382854844], "min": [0, 0], "max": [2, 2], "count": [197]}, "eef_sim_pose_state": {"mean": [0.6569633248097115, 0.17702810495227375, 1.225861534448903, -1.4003955473702105, 0.8773604636834523, -1.959032179846698, 0.5848846220228062, -0.12223312472016258, 1.1906507815358391, 1.4193499182109353, 0.6985773011971578, 2.2212180210365045], "std": [0.07352274319686179, 0.08676361666280406, 0.0982709626235507, 0.3633247397178349, 0.13689121054047254, 0.5135441826533468, 0.06676813535580851, 0.031582615374810455, 0.07459998375171319, 0.30243753352355873, 0.1385317154354278, 0.2270527540165413], "min": [0.5608793059982836, 0.06216154404188315, 1.0539349408457384, -2.000460976070813, 0.6529882854196143, -2.650847773768935, 0.5346143547294733, -0.16529999973759357, 1.0638306997142795, 0.8876126890128967, 0.5667797307179905, 1.7984972088040063], "max": [0.7541652927419579, 0.3104371056678088, 1.3340733502203372, -0.8835484027307341, 1.1063988889231382, -1.251028508256175, 0.7211209873313699, -0.052030287320283364, 1.3093894835715105, 1.9346054713741978, 0.9624253184746889, 2.5700675981932877], "count": [197]}, "eef_sim_pose_action": {"mean": [0.6569633248097115, 0.17702810495227375, 1.225861534448903, -1.4003955473702105, 0.8773604636834523, -1.959032179846698, 0.5848846220228062, -0.12223312472016258, 1.1906507815358391, 1.4193499182109353, 0.6985773011971578, 2.2212180210365045], "std": [0.07352274319686179, 0.08676361666280406, 0.0982709626235507, 0.3633247397178349, 0.13689121054047254, 0.5135441826533468, 0.06676813535580851, 0.031582615374810455, 0.07459998375171319, 0.30243753352355873, 0.1385317154354278, 0.2270527540165413], "min": [0.5608793059982836, 0.06216154404188315, 1.0539349408457384, -2.000460976070813, 0.6529882854196143, -2.650847773768935, 0.5346143547294733, -0.16529999973759357, 1.0638306997142795, 0.8876126890128967, 0.5667797307179905, 1.7984972088040063], "max": [0.7541652927419579, 0.3104371056678088, 1.3340733502203372, -0.8835484027307341, 1.1063988889231382, -1.251028508256175, 0.7211209873313699, -0.052030287320283364, 1.3093894835715105, 1.9346054713741978, 0.9624253184746889, 2.5700675981932877], "count": [197]}}} +{"episode_index": 5, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3352949652777778]], [[0.34392170343137257]], [[0.37127677491830063]]], "std": [[[0.337944768258982]], [[0.3215675191974084]], [[0.30442234311671296]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45952763888888887]], [[0.48893194852941174]], [[0.45510984272875815]]], "std": [[[0.3201555777351848]], [[0.30720379249882546]], [[0.31965108780709156]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48857524305555555]], [[0.5095242524509803]], [[0.4793266401143791]]], "std": [[[0.3128274020400755]], [[0.3032743749373331]], [[0.3127116076177131]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3775487193627451]], [[0.407361345996732]], [[0.40904116013071895]]], "std": [[[0.36076339308925803]], [[0.3589567337193311]], [[0.3309538633305287]]], "count": [100]}, "observation.state": {"min": [0.246457040309906, -1.2036983966827393, 0.9354256987571716, -0.3401331305503845, -1.6066266298294067, 0.37520503997802734, -1.2262531518936157, -1.4744030237197876, 1.137035608291626, -0.3088521361351013, 0.7057536244392395, -0.4342145323753357, 37.87889099121094, 42.89125061035156, -0.8762500286102295, -0.2918750047683716, 2.8218748569488525, -0.28187501430511475, 1.453125, -0.18687500059604645, 1.0175000429153442, 0.10437499731779099, 0.9643750190734863, 2.632499933242798, 35.61375045776367, 41.96312713623047, 0.79666668176651, -0.22499999403953552, 0.7337499856948853, 0.5712500214576721, 0.5987499952316284, -0.7583333253860474, 1.0049999952316284, 0.5006250143051147, 0.7293750047683716, 3.527777671813965], "max": [1.384517788887024, -0.7316223978996277, 1.5373464822769165, 0.33054855465888977, -0.6952391862869263, 0.576218843460083, -0.2623597979545593, -0.8982795476913452, 1.7901216745376587, 0.26526856422424316, 1.561880111694336, -0.2247367799282074, 66.46687316894531, 57.04375076293945, 44.149375915527344, 8.306875228881836, 43.60124969482422, 12.5024995803833, 38.86000061035156, 15.748125076293945, 42.91062545776367, 65.39500427246094, 50.421875, 96.59062194824219, 60.99625015258789, 70.62125396728516, 2.71875, 9.5962495803833, 45.45249938964844, 11.645625114440918, 43.979373931884766, 14.255624771118164, 62.48125076293945, 66.57500457763672, 60.404998779296875, 104.12687683105469], "mean": [0.9552024006843567, -0.8623879551887512, 1.071840763092041, -0.051251690834760666, -1.241158366203308, 0.5156072378158569, -0.9801958799362183, -1.0318455696105957, 1.2775318622589111, 0.11154600977897644, 1.3435829877853394, -0.3610667884349823, 53.800655364990234, 48.4001350402832, 7.484866619110107, 3.4008095264434814, 19.036312103271484, 2.3397669792175293, 13.092042922973633, 2.602452278137207, 12.590380668640137, 11.730281829833984, 10.25637435913086, 35.56134033203125, 52.49921798706055, 57.881675720214844, 1.1675516366958618, 3.496076822280884, 25.401790618896484, 2.513488292694092, 20.434541702270508, 2.9215588569641113, 21.036617279052734, 9.106966018676758, 12.254587173461914, 38.64529800415039], "std": [0.3068026602268219, 0.10858812928199768, 0.14766940474510193, 0.22922489047050476, 0.290961891412735, 0.0629861131310463, 0.31446170806884766, 0.15327155590057373, 0.17796166241168976, 0.18056796491146088, 0.20474493503570557, 0.08009777963161469, 7.29162073135376, 3.009098529815674, 13.533273696899414, 2.3833868503570557, 12.705795288085938, 3.871518135070801, 13.829282760620117, 5.343508720397949, 15.74345588684082, 22.411083221435547, 16.08658790588379, 28.820858001708984, 5.95151948928833, 10.920116424560547, 0.29070204496383667, 3.233781576156616, 13.00986385345459, 3.437255382537842, 11.963062286376953, 3.7195234298706055, 18.35089111328125, 19.29219627380371, 19.277816772460938, 26.53432273864746], "count": [246]}, "action": {"min": [0.246457040309906, -1.2036983966827393, 0.9354256987571716, -0.3401331305503845, -1.6066266298294067, 0.37520503997802734, -1.2262531518936157, -1.4744030237197876, 1.137035608291626, -0.3088521361351013, 0.7057536244392395, -0.4342145323753357, 37.87889099121094, 42.89125061035156, -0.8762500286102295, -0.2918750047683716, 2.8218748569488525, -0.28187501430511475, 1.453125, -0.18687500059604645, 1.0175000429153442, 0.10437499731779099, 0.9643750190734863, 2.632499933242798, 35.61375045776367, 41.96312713623047, 0.79666668176651, -0.22499999403953552, 0.7337499856948853, 0.5712500214576721, 0.5987499952316284, -0.7583333253860474, 1.0049999952316284, 0.5006250143051147, 0.7293750047683716, 3.527777671813965], "max": [1.384517788887024, -0.7316223978996277, 1.5373464822769165, 0.33054855465888977, -0.6952391862869263, 0.576218843460083, -0.2623597979545593, -0.8982795476913452, 1.7901216745376587, 0.26526856422424316, 1.561880111694336, -0.2247367799282074, 66.46687316894531, 57.04375076293945, 44.149375915527344, 8.306875228881836, 43.60124969482422, 12.5024995803833, 38.86000061035156, 15.748125076293945, 42.91062545776367, 65.39500427246094, 50.421875, 96.59062194824219, 60.99625015258789, 70.62125396728516, 2.71875, 9.5962495803833, 45.45249938964844, 11.645625114440918, 43.979373931884766, 14.255624771118164, 62.48125076293945, 66.57500457763672, 60.404998779296875, 104.12687683105469], "mean": [0.9552024006843567, -0.862387478351593, 1.0718401670455933, -0.051251690834760666, -1.2411582469940186, 0.5156071782112122, -0.980195164680481, -1.0318455696105957, 1.2775312662124634, 0.11154604703187943, 1.3435839414596558, -0.36106669902801514, 53.800655364990234, 48.400123596191406, 7.484875202178955, 3.400810718536377, 19.036314010620117, 2.339766502380371, 13.092048645019531, 2.602452278137207, 12.590385437011719, 11.730279922485352, 10.256377220153809, 35.561344146728516, 52.49918746948242, 57.88172912597656, 1.167551875114441, 3.496076822280884, 25.401790618896484, 2.5134878158569336, 20.43455696105957, 2.921557664871216, 21.036617279052734, 9.106968879699707, 12.254590034484863, 38.645286560058594], "std": [0.3068026602268219, 0.1085880771279335, 0.14766937494277954, 0.22922484576702118, 0.2909618318080902, 0.0629861131310463, 0.31446167826652527, 0.15327152609825134, 0.17796164751052856, 0.18056796491146088, 0.20474493503570557, 0.08009776473045349, 7.291621685028076, 3.009098768234253, 13.533279418945312, 2.3833866119384766, 12.705793380737305, 3.871515989303589, 13.829286575317383, 5.343507289886475, 15.743460655212402, 22.411087036132812, 16.086585998535156, 28.820863723754883, 5.95151948928833, 10.920114517211914, 0.2907020151615143, 3.233781337738037, 13.00986385345459, 3.437255382537842, 11.963065147399902, 3.7195231914520264, 18.35089111328125, 19.292192459106445, 19.277820587158203, 26.534320831298828], "count": [246]}, "timestamp": {"min": [0.0], "max": [8.166666666666666], "mean": [4.083333333333333], "std": [2.3671165456607204], "count": [246]}, "frame_index": {"min": [0], "max": [245], "mean": [122.5], "std": [71.01349636982161], "count": [246]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [246]}, "index": {"min": [1070], "max": [1315], "mean": [1192.5], "std": [71.01349636982161], "count": [246]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [246]}, "subtask_annotation": {"mean": [3.7804878048780486, 10.0, 10.0, 10.0, 10.0], "std": [2.257909621665, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [246]}, "scene_annotation": {"mean": [5.0], "std": [0.0], "min": [5], "max": [5], "count": [246]}, "eef_direction_state": {"mean": [3.5569105691056913, 4.195121951219512], "std": [1.8856575183619546, 2.0348929241535507], "min": [0, 0], "max": [6, 6], "count": [246]}, "eef_velocity_state": {"mean": [1.1382113821138211, 0.8943089430894309], "std": [0.7685399868680638, 0.9134319108579911], "min": [0, 0], "max": [2, 2], "count": [246]}, "eef_acc_mag_state": {"mean": [0.8658536585365854, 0.6829268292682927], "std": [0.8567597559393084, 0.8096679352535521], "min": [0, 0], "max": [2, 2], "count": [246]}, "eef_direction_action": {"mean": [3.5569105691056913, 4.195121951219512], "std": [1.8856575183619546, 2.0348929241535507], "min": [0, 0], "max": [6, 6], "count": [246]}, "eef_velocity_action": {"mean": [1.1382113821138211, 0.8943089430894309], "std": [0.7685399868680638, 0.9134319108579911], "min": [0, 0], "max": [2, 2], "count": [246]}, "eef_acc_mag_action": {"mean": [0.8658536585365854, 0.6829268292682927], "std": [0.8567597559393084, 0.8096679352535521], "min": [0, 0], "max": [2, 2], "count": [246]}, "eef_sim_pose_state": {"mean": [0.6212369766509588, 0.20191774006611496, 1.2237356378237882, -1.2152726287272164, 0.638848274867512, -1.9663786883736971, 0.6488931772766546, -0.2061346887248217, 1.2157980106297337, 1.128515425303749, 0.4925975023880364, 1.949098328192941], "std": [0.04647401495622528, 0.027594381260229645, 0.054616433532430474, 0.19177609267819254, 0.13360954554805296, 0.18815091754157248, 0.045908661301045726, 0.0628590374570308, 0.0617021079980935, 0.16989519928726227, 0.058751517352884496, 0.09247931819192803], "min": [0.5813400341419672, 0.13975083582411557, 1.1788473179002303, -1.569767151525245, 0.4554026147689547, -2.3726140206332635, 0.6149958997886644, -0.25954411226279317, 1.1650676496821477, 0.539082550945679, 0.38515966818131786, 1.8046434140708962], "max": [0.7716328421866416, 0.2720593355743793, 1.3923137017338014, -0.6711595426272576, 0.87135316602836, -1.6033449690289405, 0.7911202876713616, -0.051602192745853676, 1.3881903497077324, 1.2602055944856048, 0.5914164634014858, 2.17561712087536], "count": [246]}, "eef_sim_pose_action": {"mean": [0.6212369766509588, 0.20191774006611496, 1.2237356378237882, -1.2152726287272164, 0.638848274867512, -1.9663786883736971, 0.6488931772766546, -0.2061346887248217, 1.2157980106297337, 1.128515425303749, 0.4925975023880364, 1.949098328192941], "std": [0.04647401495622528, 0.027594381260229645, 0.054616433532430474, 0.19177609267819254, 0.13360954554805296, 0.18815091754157248, 0.045908661301045726, 0.0628590374570308, 0.0617021079980935, 0.16989519928726227, 0.058751517352884496, 0.09247931819192803], "min": [0.5813400341419672, 0.13975083582411557, 1.1788473179002303, -1.569767151525245, 0.4554026147689547, -2.3726140206332635, 0.6149958997886644, -0.25954411226279317, 1.1650676496821477, 0.539082550945679, 0.38515966818131786, 1.8046434140708962], "max": [0.7716328421866416, 0.2720593355743793, 1.3923137017338014, -0.6711595426272576, 0.87135316602836, -1.6033449690289405, 0.7911202876713616, -0.051602192745853676, 1.3881903497077324, 1.2602055944856048, 0.5914164634014858, 2.17561712087536], "count": [246]}}} +{"episode_index": 6, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36733930759803923]], [[0.42786431168300654]], [[0.4070040584150327]]], "std": [[[0.3761902290116672]], [[0.2658961276548461]], [[0.2610040110589808]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4809762214052288]], [[0.5111422937091503]], [[0.4713397303921569]]], "std": [[[0.28386257015895994]], [[0.26508264911187085]], [[0.27035277216535275]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.457629693627451]], [[0.5146156331699346]], [[0.5124945424836601]]], "std": [[[0.32964333535372]], [[0.2961147226238472]], [[0.29637252629461447]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3936743218954248]], [[0.41362472630718955]], [[0.3243805126633987]]], "std": [[[0.40382353671812976]], [[0.3657761759374433]], [[0.3460532511751892]]], "count": [100]}, "observation.state": {"min": [0.391465425491333, -1.2498092651367188, 0.6939517259597778, -0.5173523426055908, -1.5439984798431396, 0.47665369510650635, -1.6820019483566284, -1.2050812244415283, 0.648699164390564, -0.04353589564561844, 0.47465094923973083, -0.9261590242385864, 40.47999954223633, 42.00062561035156, -0.6293749809265137, -1.0656249523162842, 1.9737499952316284, 0.6974999904632568, 1.5099999904632568, -1.3862500190734863, 1.0212500095367432, -2.978749990463257, 1.1087499856948853, 1.9356249570846558, 46.43812561035156, 42.176876068115234, 0.8056249618530273, -0.8037499785423279, 1.9956250190734863, 0.9950000047683716, 2.077500104904175, -0.6087499856948853, 0.7237499952316284, 1.7193750143051147, 0.6666666865348816, 0.8487499952316284], "max": [1.4687190055847168, -0.7875562310218811, 1.461504340171814, 0.002551117679104209, -0.49382010102272034, 0.815427839756012, -0.3086375594139099, -0.7573243379592896, 1.3445582389831543, 0.4568408131599426, 1.5408273935317993, -0.51723313331604, 68.07125091552734, 63.86555480957031, 56.89812469482422, 5.996874809265137, 35.71375274658203, 29.48062515258789, 43.919376373291016, 47.80875015258789, 44.96500015258789, 85.71062469482422, 38.368751525878906, 96.59749603271484, 63.76250076293945, 49.65625, 5.614999771118164, 0.13333332538604736, 36.57875061035156, 41.93375015258789, 41.56187438964844, 45.50062561035156, 55.79937744140625, 82.42813110351562, 49.353126525878906, 99.20000457763672], "mean": [0.8511962890625, -1.0552552938461304, 1.158660650253296, -0.3050547242164612, -0.9467313289642334, 0.6945440769195557, -1.1890627145767212, -0.9278771877288818, 0.8545747995376587, 0.26386576890945435, 1.2509660720825195, -0.6188199520111084, 53.04135513305664, 56.20471954345703, 10.396575927734375, 0.7429386377334595, 22.373714447021484, 9.778972625732422, 19.503921508789062, 9.359697341918945, 17.63995361328125, 25.0634822845459, 10.385978698730469, 58.03602600097656, 59.272464752197266, 48.193450927734375, 1.1734994649887085, -0.5766873359680176, 27.03434944152832, 29.58911895751953, 30.24609375, 27.30394172668457, 36.06285858154297, 52.766448974609375, 31.028772354125977, 68.66796112060547], "std": [0.35470202565193176, 0.12430336326360703, 0.28133273124694824, 0.15895527601242065, 0.3334653675556183, 0.09703672677278519, 0.44352608919143677, 0.12388551980257034, 0.2272689789533615, 0.17074483633041382, 0.327300101518631, 0.11779824644327164, 10.409132957458496, 6.9636006355285645, 17.873567581176758, 1.7980082035064697, 10.785426139831543, 11.29598617553711, 15.638290405273438, 13.459013938903809, 16.218629837036133, 34.00885772705078, 13.887815475463867, 27.630794525146484, 6.432699680328369, 2.229888677597046, 0.7756183743476868, 0.29338333010673523, 12.5762357711792, 17.089956283569336, 14.984030723571777, 17.040163040161133, 20.909109115600586, 31.32619857788086, 18.977161407470703, 36.93054962158203], "count": [190]}, "action": {"min": [0.391465425491333, -1.2498092651367188, 0.6939517259597778, -0.5173523426055908, -1.5439984798431396, 0.47665369510650635, -1.6820019483566284, -1.2050812244415283, 0.648699164390564, -0.04353589564561844, 0.47465094923973083, -0.9261590242385864, 40.47999954223633, 42.00062561035156, -0.6293749809265137, -1.0656249523162842, 1.9737499952316284, 0.6974999904632568, 1.5099999904632568, -1.3862500190734863, 1.0212500095367432, -2.978749990463257, 1.1087499856948853, 1.9356249570846558, 46.43812561035156, 42.176876068115234, 0.8056249618530273, -0.8037499785423279, 1.9956250190734863, 0.9950000047683716, 2.077500104904175, -0.6087499856948853, 0.7237499952316284, 1.7193750143051147, 0.6666666865348816, 0.8487499952316284], "max": [1.4687190055847168, -0.7875562310218811, 1.461504340171814, 0.002551117679104209, -0.49382010102272034, 0.815427839756012, -0.3086375594139099, -0.7573243379592896, 1.3445582389831543, 0.4568408131599426, 1.5408273935317993, -0.51723313331604, 68.07125091552734, 63.86555480957031, 56.89812469482422, 5.996874809265137, 35.71375274658203, 29.48062515258789, 43.919376373291016, 47.80875015258789, 44.96500015258789, 85.71062469482422, 38.368751525878906, 96.59749603271484, 63.76250076293945, 49.65625, 5.614999771118164, 0.13333332538604736, 36.57875061035156, 41.93375015258789, 41.56187438964844, 45.50062561035156, 55.79937744140625, 82.42813110351562, 49.353126525878906, 99.20000457763672], "mean": [0.8511963486671448, -1.05525541305542, 1.158660888671875, -0.3050547242164612, -0.9467311501502991, 0.6945441961288452, -1.1890629529953003, -0.9278773069381714, 0.8545749187469482, 0.26386570930480957, 1.2509665489196777, -0.6188201308250427, 53.04136657714844, 56.20471954345703, 10.396577835083008, 0.7429390549659729, 22.373727798461914, 9.778974533081055, 19.503915786743164, 9.359692573547363, 17.63995933532715, 25.06346321105957, 10.385969161987305, 58.036041259765625, 59.27248764038086, 48.193458557128906, 1.173499345779419, -0.576687216758728, 27.03435516357422, 29.58913230895996, 30.246078491210938, 27.30394744873047, 36.06284713745117, 52.766448974609375, 31.028778076171875, 68.66797637939453], "std": [0.35470205545425415, 0.12430337071418762, 0.28133276104927063, 0.15895529091358185, 0.33346545696258545, 0.09703673422336578, 0.4435260593891144, 0.12388551980257034, 0.2272689938545227, 0.17074482142925262, 0.32730013132095337, 0.11779824644327164, 10.409132957458496, 6.963598251342773, 17.873567581176758, 1.7980077266693115, 10.785426139831543, 11.295988082885742, 15.638289451599121, 13.459012985229492, 16.2186279296875, 34.008853912353516, 13.88781452178955, 27.630788803100586, 6.432698726654053, 2.229888916015625, 0.7756183743476868, 0.2933834195137024, 12.576237678527832, 17.089962005615234, 14.984030723571777, 17.040163040161133, 20.909109115600586, 31.326202392578125, 18.97716522216797, 36.9305534362793], "count": [190]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.15], "std": [1.8282505298782221], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [190]}, "index": {"min": [1316], "max": [1505], "mean": [1410.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [190]}, "subtask_annotation": {"mean": [2.231578947368421, 5.178947368421053, 10.0, 10.0, 10.0], "std": [2.6811334271709777, 4.119220537836642, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [190]}, "scene_annotation": {"mean": [6.0], "std": [0.0], "min": [6], "max": [6], "count": [190]}, "eef_direction_state": {"mean": [2.9157894736842107, 3.463157894736842], "std": [1.563822293678215, 2.014737942033467], "min": [0, 0], "max": [6, 6], "count": [190]}, "eef_velocity_state": {"mean": [1.4789473684210526, 1.131578947368421], "std": [0.5592089783260313, 0.7667790675964975], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_acc_mag_state": {"mean": [1.1, 1.0052631578947369], "std": [0.8178920273612234, 0.8175532715368181], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_direction_action": {"mean": [2.9157894736842107, 3.463157894736842], "std": [1.563822293678215, 2.014737942033467], "min": [0, 0], "max": [6, 6], "count": [190]}, "eef_velocity_action": {"mean": [1.4789473684210526, 1.131578947368421], "std": [0.5592089783260313, 0.7667790675964975], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_acc_mag_action": {"mean": [1.1, 1.0052631578947369], "std": [0.8178920273612234, 0.8175532715368181], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_sim_pose_state": {"mean": [0.6676748282835699, 0.18228570149058101, 1.1604066475225736, -1.4651297017304195, 0.5323795034081331, -1.952647611849434, 0.5637163071104901, -0.18442514858363684, 1.1375780092634447, 1.5202837325352185, 0.4878892597227767, 2.0285725787244995], "std": [0.10269977884475225, 0.05370140084629768, 0.07575856614994356, 0.2142501818276705, 0.1309930840013069, 0.17843070381404447, 0.08120749900758646, 0.058222733736701636, 0.0888118173119878, 0.27533363777996833, 0.20967968396953776, 0.06342679937301823], "min": [0.5258811858624419, 0.08882847861841797, 1.0421736585463497, -1.7683438430820526, 0.22544807462451755, -2.2188521673419803, 0.4923927536225974, -0.27377443930628564, 1.0478010033275904, 1.0025270485979019, 0.3356620159431043, 1.888175771302248], "max": [0.7781995321189117, 0.25436805131421614, 1.2826501117467386, -0.9471391786575045, 0.7177502078617479, -1.7118561808065909, 0.7377795490889102, -0.059499274891286286, 1.2870079241402748, 1.8605779552096509, 0.9862101218556392, 2.1045330397807107], "count": [190]}, "eef_sim_pose_action": {"mean": [0.6676748282835699, 0.18228570149058101, 1.1604066475225736, -1.4651297017304195, 0.5323795034081331, -1.952647611849434, 0.5637163071104901, -0.18442514858363684, 1.1375780092634447, 1.5202837325352185, 0.4878892597227767, 2.0285725787244995], "std": [0.10269977884475225, 0.05370140084629768, 0.07575856614994356, 0.2142501818276705, 0.1309930840013069, 0.17843070381404447, 0.08120749900758646, 0.058222733736701636, 0.0888118173119878, 0.27533363777996833, 0.20967968396953776, 0.06342679937301823], "min": [0.5258811858624419, 0.08882847861841797, 1.0421736585463497, -1.7683438430820526, 0.22544807462451755, -2.2188521673419803, 0.4923927536225974, -0.27377443930628564, 1.0478010033275904, 1.0025270485979019, 0.3356620159431043, 1.888175771302248], "max": [0.7781995321189117, 0.25436805131421614, 1.2826501117467386, -0.9471391786575045, 0.7177502078617479, -1.7118561808065909, 0.7377795490889102, -0.059499274891286286, 1.2870079241402748, 1.8605779552096509, 0.9862101218556392, 2.1045330397807107], "count": [190]}}} +{"episode_index": 7, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32539818423202616]], [[0.3351060784313725]], [[0.3550632536764706]]], "std": [[[0.3288838296197481]], [[0.3140807408514037]], [[0.30536699140469675]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4870516319444444]], [[0.49951118055555555]], [[0.4708889236111111]]], "std": [[[0.32062512830811246]], [[0.3183737612774976]], [[0.3299991515618747]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4705561805555556]], [[0.4915799836601307]], [[0.461767704248366]]], "std": [[[0.31515552951393305]], [[0.30797107533991]], [[0.31489271823050813]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37845219566993465]], [[0.409909579248366]], [[0.4134259946895425]]], "std": [[[0.3627536188924331]], [[0.36203581630508797]], [[0.335066728395833]]], "count": [100]}, "observation.state": {"min": [0.14157511293888092, -1.1760414838790894, 0.9431982636451721, -0.39811742305755615, -1.6080677509307861, 0.34673744440078735, -1.1608513593673706, -1.3532606363296509, 1.1403788328170776, -0.4180733561515808, 0.6191109418869019, -0.4236285984516144, 29.031110763549805, 43.665000915527344, 11.352999687194824, 0.4293749928474426, 0.9574999809265137, 0.19312500953674316, 0.8118749856948853, -0.11800000071525574, 0.78125, -0.5306249856948853, 0.9355555772781372, 8.006875038146973, 30.3231258392334, 44.98999786376953, 1.006250023841858, -0.9850000143051147, 1.006250023841858, 0.2331249862909317, 0.5774999856948853, -0.7599999904632568, 0.7612500190734863, 0.8637499809265137, 0.7411110997200012, -3.1566667556762695], "max": [1.3172351121902466, -0.6776913404464722, 1.5717746019363403, 0.40963321924209595, -0.5466306209564209, 0.6020876169204712, -0.09052891284227371, -0.8886472582817078, 1.6889352798461914, 0.25662708282470703, 1.598064661026001, -0.20864328742027283, 57.06312561035156, 55.446250915527344, 60.53624725341797, 8.738749504089355, 45.279998779296875, 32.946250915527344, 46.383750915527344, 59.77312469482422, 50.306251525878906, 80.21375274658203, 52.20375061035156, 100.15812683105469, 58.075626373291016, 65.38562774658203, 2.5425000190734863, 9.644285202026367, 31.963125228881836, 33.40062713623047, 36.720001220703125, 79.81937408447266, 74.72125244140625, 110.99874877929688, 84.63687896728516, 109.84062957763672], "mean": [0.9925047755241394, -0.8403187394142151, 1.064253807067871, -0.12014508247375488, -1.2765891551971436, 0.5101526975631714, -0.836921751499176, -0.9927926063537598, 1.2987515926361084, -0.10428024083375931, 1.1846966743469238, -0.356023371219635, 51.84471130371094, 48.09236145019531, 35.87847900390625, 3.4885988235473633, 20.90914535522461, 6.144338130950928, 15.221840858459473, 9.183720588684082, 15.711812019348145, 9.283841133117676, 10.039342880249023, 52.177101135253906, 45.67136001586914, 54.08200454711914, 1.6560801267623901, 5.646235942840576, 10.007843971252441, 6.556891441345215, 9.925776481628418, 14.669262886047363, 15.66384506225586, 22.021827697753906, 17.805885314941406, 25.166582107543945], "std": [0.40070775151252747, 0.10281900316476822, 0.16516754031181335, 0.3023598790168762, 0.35966312885284424, 0.0688372254371643, 0.31861722469329834, 0.11006198078393936, 0.13140976428985596, 0.2297130525112152, 0.20384107530117035, 0.08669178187847137, 4.989370822906494, 3.396575450897217, 7.741489887237549, 2.2891199588775635, 12.836932182312012, 10.970271110534668, 14.177412986755371, 17.875078201293945, 15.259485244750977, 21.5926456451416, 16.979934692382812, 20.34590721130371, 7.082140922546387, 8.259353637695312, 0.38775134086608887, 3.2995803356170654, 10.861532211303711, 11.51738166809082, 12.605583190917969, 29.258834838867188, 23.21329116821289, 40.41684341430664, 25.757658004760742, 40.40968322753906], "count": [278]}, "action": {"min": [0.14157511293888092, -1.1760414838790894, 0.9431982636451721, -0.39811742305755615, -1.6080677509307861, 0.34673744440078735, -1.1608513593673706, -1.3532606363296509, 1.1403788328170776, -0.4180733561515808, 0.6191109418869019, -0.4236285984516144, 29.031110763549805, 43.665000915527344, 11.352999687194824, 0.4293749928474426, 0.9574999809265137, 0.19312500953674316, 0.8118749856948853, -0.11800000071525574, 0.78125, -0.5306249856948853, 0.9355555772781372, 8.006875038146973, 30.3231258392334, 44.98999786376953, 1.006250023841858, -0.9850000143051147, 1.006250023841858, 0.2331249862909317, 0.5774999856948853, -0.7599999904632568, 0.7612500190734863, 0.8637499809265137, 0.7411110997200012, -3.1566667556762695], "max": [1.3172351121902466, -0.6776913404464722, 1.5717746019363403, 0.40963321924209595, -0.5466306209564209, 0.6020876169204712, -0.09052891284227371, -0.8886472582817078, 1.6889352798461914, 0.25662708282470703, 1.598064661026001, -0.20864328742027283, 57.06312561035156, 55.446250915527344, 60.53624725341797, 8.738749504089355, 45.279998779296875, 32.946250915527344, 46.383750915527344, 59.77312469482422, 50.306251525878906, 80.21375274658203, 52.20375061035156, 100.15812683105469, 58.075626373291016, 65.38562774658203, 2.5425000190734863, 9.644285202026367, 31.963125228881836, 33.40062713623047, 36.720001220703125, 79.81937408447266, 74.72125244140625, 110.99874877929688, 84.63687896728516, 109.84062957763672], "mean": [0.9925041198730469, -0.8403186798095703, 1.064253807067871, -0.12014509737491608, -1.2765898704528809, 0.5101523995399475, -0.8369215726852417, -0.9927929043769836, 1.2987512350082397, -0.10428021103143692, 1.1846970319747925, -0.35602322220802307, 51.844722747802734, 48.09236526489258, 35.87847900390625, 3.488597869873047, 20.909149169921875, 6.144334316253662, 15.221857070922852, 9.183721542358398, 15.71181583404541, 9.283859252929688, 10.039334297180176, 52.177101135253906, 45.67136764526367, 54.08197784423828, 1.6560794115066528, 5.646235466003418, 10.007845878601074, 6.5568928718566895, 9.925780296325684, 14.669260025024414, 15.663841247558594, 22.02182388305664, 17.805877685546875, 25.166580200195312], "std": [0.4007076323032379, 0.10281895846128464, 0.16516759991645813, 0.3023598790168762, 0.3596632182598114, 0.06883720308542252, 0.3186172544956207, 0.11006198078393936, 0.13140976428985596, 0.2297130823135376, 0.20384107530117035, 0.08669178932905197, 4.989371299743652, 3.3965744972229004, 7.741489410400391, 2.2891197204589844, 12.836929321289062, 10.9702730178833, 14.177412033081055, 17.87506866455078, 15.259488105773926, 21.5926456451416, 16.97994041442871, 20.345903396606445, 7.082141876220703, 8.259353637695312, 0.38775134086608887, 3.2995798587799072, 10.861529350280762, 11.517382621765137, 12.605582237243652, 29.25883674621582, 23.213293075561523, 40.41684341430664, 25.75765609741211, 40.40968322753906], "count": [278]}, "timestamp": {"min": [0.0], "max": [9.233333333333333], "mean": [4.616666666666667], "std": [2.675038940526536], "count": [278]}, "frame_index": {"min": [0], "max": [277], "mean": [138.5], "std": [80.25116821579608], "count": [278]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [278]}, "index": {"min": [1506], "max": [1783], "mean": [1644.5], "std": [80.25116821579608], "count": [278]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [278]}, "subtask_annotation": {"mean": [4.118705035971223, 10.0, 10.0, 10.0, 10.0], "std": [2.188165301757696, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [278]}, "scene_annotation": {"mean": [7.0], "std": [0.0], "min": [7], "max": [7], "count": [278]}, "eef_direction_state": {"mean": [4.100719424460432, 4.205035971223022], "std": [2.0260709541389246, 1.8845385192032436], "min": [0, 0], "max": [6, 6], "count": [278]}, "eef_velocity_state": {"mean": [0.9496402877697842, 0.9748201438848921], "std": [0.855147267448348, 0.824149312900239], "min": [0, 0], "max": [2, 2], "count": [278]}, "eef_acc_mag_state": {"mean": [0.7517985611510791, 0.6546762589928058], "std": [0.8393944818218908, 0.8065579251105692], "min": [0, 0], "max": [2, 2], "count": [278]}, "eef_direction_action": {"mean": [4.100719424460432, 4.205035971223022], "std": [2.0260709541389246, 1.8845385192032436], "min": [0, 0], "max": [6, 6], "count": [278]}, "eef_velocity_action": {"mean": [0.9496402877697842, 0.9748201438848921], "std": [0.855147267448348, 0.824149312900239], "min": [0, 0], "max": [2, 2], "count": [278]}, "eef_acc_mag_action": {"mean": [0.7517985611510791, 0.6546762589928058], "std": [0.8393944818218908, 0.8065579251105692], "min": [0, 0], "max": [2, 2], "count": [278]}, "eef_sim_pose_state": {"mean": [0.6218201382287115, 0.22903119714974565, 1.2307831565686036, -1.20628617987126, 0.6350451434721661, -1.8771192192745538, 0.6536346314051947, -0.1820515413185791, 1.23114455507501, 1.1516997438213479, 0.636579062593767, 2.038985418382525], "std": [0.05324566980569783, 0.04040421194819237, 0.0677589212199786, 0.20183558748895036, 0.138883459145557, 0.2078679074690444, 0.036771384062716995, 0.050123357019897744, 0.07478852785937422, 0.21873976667213593, 0.06721613892530144, 0.1856574766693318], "min": [0.5821599960768217, 0.1662158052025169, 1.1669788063186368, -1.6098492166229432, 0.42644247537595903, -2.3911322578984047, 0.6122015015378409, -0.2537350427325865, 1.1706534159183795, 0.465909946350925, 0.4647620215920365, 1.6470613058873873], "max": [0.7910481999268163, 0.26964082309234494, 1.4175418641541582, -0.6045182951493853, 0.9074480895850794, -1.5581272740456433, 0.7811897384287418, -0.07683964202883498, 1.4411684556609137, 1.3479738948647826, 0.7655209790913253, 2.33520841065744], "count": [278]}, "eef_sim_pose_action": {"mean": [0.6218201382287115, 0.22903119714974565, 1.2307831565686036, -1.20628617987126, 0.6350451434721661, -1.8771192192745538, 0.6536346314051947, -0.1820515413185791, 1.23114455507501, 1.1516997438213479, 0.636579062593767, 2.038985418382525], "std": [0.05324566980569783, 0.04040421194819237, 0.0677589212199786, 0.20183558748895036, 0.138883459145557, 0.2078679074690444, 0.036771384062716995, 0.050123357019897744, 0.07478852785937422, 0.21873976667213593, 0.06721613892530144, 0.1856574766693318], "min": [0.5821599960768217, 0.1662158052025169, 1.1669788063186368, -1.6098492166229432, 0.42644247537595903, -2.3911322578984047, 0.6122015015378409, -0.2537350427325865, 1.1706534159183795, 0.465909946350925, 0.4647620215920365, 1.6470613058873873], "max": [0.7910481999268163, 0.26964082309234494, 1.4175418641541582, -0.6045182951493853, 0.9074480895850794, -1.5581272740456433, 0.7811897384287418, -0.07683964202883498, 1.4411684556609137, 1.3479738948647826, 0.7655209790913253, 2.33520841065744], "count": [278]}}} +{"episode_index": 8, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3505540747549019]], [[0.4136201225490196]], [[0.40539590890522875]]], "std": [[[0.36747809567626155]], [[0.2645970490363859]], [[0.2599510914017543]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.058823529411764705]], [[0.16862745098039217]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5244777144607843]], [[0.5578197732843138]], [[0.5353009844771242]]], "std": [[[0.3218287566110183]], [[0.2963802827678609]], [[0.303092945464836]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4478829370915033]], [[0.5039058006535948]], [[0.4994545383986928]]], "std": [[[0.31664116203567333]], [[0.2734019472340514]], [[0.2684840366685105]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41522852736928106]], [[0.4281466053921569]], [[0.3266444546568627]]], "std": [[[0.41401589813152834]], [[0.37204806330923407]], [[0.34836424287865386]]], "count": [100]}, "observation.state": {"min": [0.24476425349712372, -1.263566255569458, 0.720130443572998, -0.43929293751716614, -1.0127222537994385, 0.9839208126068115, -1.102655053138733, -1.102821946144104, 0.7253280878067017, -0.05288204923272133, 0.6697995662689209, -0.9966525435447693, 31.237499237060547, 38.52375030517578, -0.6943750381469727, -0.6468750238418579, 9.427999496459961, 0.7975000143051147, 8.30875015258789, -0.08437499403953552, 1.0049999952316284, 0.9162499904632568, 1.03125, 44.35187530517578, 24.499374389648438, 39.838748931884766, 0.34937500953674316, -0.7106249928474426, 14.361249923706055, 0.8793749809265137, 17.936874389648438, -0.31687501072883606, 14.197500228881836, 2.083125114440918, 0.6311111450195312, 28.531875610351562], "max": [0.9172579646110535, -0.6495574712753296, 1.4535410404205322, 0.16188868880271912, -0.23649099469184875, 1.2568904161453247, -0.35663193464279175, -0.5786347985267639, 1.2088006734848022, 0.013423170894384384, 1.3843270540237427, -0.7885576486587524, 55.853126525878906, 63.706668853759766, 44.461875915527344, 5.118124961853027, 43.66875076293945, 35.30812454223633, 47.30500030517578, 52.375, 50.46312713623047, 70.51062774658203, 51.04125213623047, 107.37687683105469, 59.76812744140625, 54.119998931884766, 4.143750190734863, 0.25555557012557983, 40.146873474121094, 24.3075008392334, 38.41062545776367, 29.6924991607666, 43.551876068115234, 51.80125045776367, 55.3224983215332, 99.21687316894531], "mean": [0.562852680683136, -0.9616735577583313, 1.1356701850891113, -0.15125992894172668, -0.5316694378852844, 1.1733906269073486, -0.9291637539863586, -0.7643670439720154, 0.8638176918029785, -0.03522812947630882, 0.9300239682197571, -0.8458383679389954, 41.208003997802734, 50.568695068359375, 8.320602416992188, 0.6889148950576782, 26.54672622680664, 10.88476276397705, 24.4572696685791, 13.951495170593262, 20.856874465942383, 21.836471557617188, 12.960288047790527, 78.97223663330078, 52.668148040771484, 48.73432540893555, 0.762835681438446, -0.46464142203330994, 32.868099212646484, 16.761560440063477, 31.793649673461914, 18.158241271972656, 33.797054290771484, 28.404869079589844, 27.329174041748047, 79.98155212402344], "std": [0.21991756558418274, 0.15593726933002472, 0.23664407432079315, 0.17462116479873657, 0.19365063309669495, 0.08973436057567596, 0.27980756759643555, 0.14804863929748535, 0.14955799281597137, 0.0151750473305583, 0.18609382212162018, 0.08084510266780853, 8.153512954711914, 7.828264236450195, 14.594197273254395, 1.7296555042266846, 11.026092529296875, 13.764134407043457, 13.837825775146484, 18.80180549621582, 15.537199974060059, 20.83560562133789, 17.735994338989258, 17.144643783569336, 12.007962226867676, 3.2959325313568115, 0.7023493647575378, 0.29118990898132324, 8.624629974365234, 9.155471801757812, 6.629868507385254, 12.321309089660645, 10.229778289794922, 16.417078018188477, 17.72484016418457, 22.502277374267578], "count": [200]}, "action": {"min": [0.24476425349712372, -1.263566255569458, 0.720130443572998, -0.43929293751716614, -1.0127222537994385, 0.9839208126068115, -1.102655053138733, -1.102821946144104, 0.7253280878067017, -0.05288204923272133, 0.6697995662689209, -0.9966525435447693, 31.237499237060547, 38.52375030517578, -0.6943750381469727, -0.6468750238418579, 9.427999496459961, 0.7975000143051147, 8.30875015258789, -0.08437499403953552, 1.0049999952316284, 0.9162499904632568, 1.03125, 44.35187530517578, 24.499374389648438, 39.838748931884766, 0.34937500953674316, -0.7106249928474426, 14.361249923706055, 0.8793749809265137, 17.936874389648438, -0.31687501072883606, 14.197500228881836, 2.083125114440918, 0.6311111450195312, 28.531875610351562], "max": [0.9172579646110535, -0.6495574712753296, 1.4535410404205322, 0.16188868880271912, -0.23649099469184875, 1.2568904161453247, -0.35663193464279175, -0.5786347985267639, 1.2088006734848022, 0.013423170894384384, 1.3843270540237427, -0.7885576486587524, 55.853126525878906, 63.706668853759766, 44.461875915527344, 5.118124961853027, 43.66875076293945, 35.30812454223633, 47.30500030517578, 52.375, 50.46312713623047, 70.51062774658203, 51.04125213623047, 107.37687683105469, 59.76812744140625, 54.119998931884766, 4.143750190734863, 0.25555557012557983, 40.146873474121094, 24.3075008392334, 38.41062545776367, 29.6924991607666, 43.551876068115234, 51.80125045776367, 55.3224983215332, 99.21687316894531], "mean": [0.562852680683136, -0.9616735577583313, 1.1356704235076904, -0.1512599140405655, -0.5316693782806396, 1.1733908653259277, -0.9291637539863586, -0.7643670439720154, 0.8638178110122681, -0.035228144377470016, 0.9300239682197571, -0.8458380699157715, 41.20798873901367, 50.568702697753906, 8.320611953735352, 0.6889150738716125, 26.54674530029297, 10.884751319885254, 24.45726776123047, 13.951473236083984, 20.856874465942383, 21.836477279663086, 12.960290908813477, 78.97223663330078, 52.668182373046875, 48.73430633544922, 0.7628358602523804, -0.46464142203330994, 32.86811447143555, 16.76156234741211, 31.793651580810547, 18.158248901367188, 33.79706954956055, 28.404870986938477, 27.329191207885742, 79.9815673828125], "std": [0.21991761028766632, 0.15593726933002472, 0.23664407432079315, 0.17462119460105896, 0.19365058839321136, 0.08973436057567596, 0.27980759739875793, 0.14804862439632416, 0.14955799281597137, 0.01517504919320345, 0.18609380722045898, 0.08084511011838913, 8.153512001037598, 7.82826566696167, 14.594195365905762, 1.7296563386917114, 11.026092529296875, 13.764131546020508, 13.837825775146484, 18.801801681518555, 15.537199974060059, 20.835603713989258, 17.735994338989258, 17.144643783569336, 12.007964134216309, 3.295933246612549, 0.7023493647575378, 0.291189968585968, 8.624632835388184, 9.15546989440918, 6.6298675537109375, 12.321308135986328, 10.229780197143555, 16.41707420349121, 17.724842071533203, 22.502277374267578], "count": [200]}, "timestamp": {"min": [0.0], "max": [6.633333333333334], "mean": [3.3166666666666664], "std": [1.9244768408871828], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [200]}, "index": {"min": [1784], "max": [1983], "mean": [1883.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [200]}, "subtask_annotation": {"mean": [2.635, 5.17, 10.0, 10.0, 10.0], "std": [2.937988257294433, 4.201321220759012, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [200]}, "scene_annotation": {"mean": [8.0], "std": [0.0], "min": [8], "max": [8], "count": [200]}, "eef_direction_state": {"mean": [3.215, 3.665], "std": [1.6519004207275934, 1.8848806328253271], "min": [0, 0], "max": [6, 6], "count": [200]}, "eef_velocity_state": {"mean": [1.47, 1.205], "std": [0.5187484939737177, 0.6730341744666457], "min": [0, 0], "max": [2, 2], "count": [200]}, "eef_acc_mag_state": {"mean": [1.045, 0.865], "std": [0.8203505348325204, 0.8287188908188354], "min": [0, 0], "max": [2, 2], "count": [200]}, "eef_direction_action": {"mean": [3.215, 3.665], "std": [1.6519004207275934, 1.8848806328253271], "min": [0, 0], "max": [6, 6], "count": [200]}, "eef_velocity_action": {"mean": [1.47, 1.205], "std": [0.5187484939737177, 0.6730341744666457], "min": [0, 0], "max": [2, 2], "count": [200]}, "eef_acc_mag_action": {"mean": [1.045, 0.865], "std": [0.8203505348325204, 0.8287188908188354], "min": [0, 0], "max": [2, 2], "count": [200]}, "eef_sim_pose_state": {"mean": [0.686689374689351, 0.1478208947230544, 1.1941175878618397, -1.647110791770948, 1.0793964727118892, -2.2085484675262914, 0.5752704165746532, -0.14583906837827093, 1.1793040938185617, 1.547580386298443, 0.8871565659361671, 2.290115975219344], "std": [0.07953997136301467, 0.04945093031504395, 0.06767126451054867, 0.4261443784056598, 0.0757943006605491, 0.46991917955608786, 0.05240142649992841, 0.03335456804304862, 0.08403192651479272, 0.4848348379896136, 0.04846796313578949, 0.40001611964863226], "min": [0.5705147495055608, 0.06368450480509091, 1.0703302991929917, -2.413656532395795, 0.9458361311160761, -3.070447420816389, 0.5364727453158881, -0.18187731002033447, 1.0850403398704267, 0.6955452737317656, 0.8415927865616646, 1.5882502838920376], "max": [0.7764790002658629, 0.22795529611735624, 1.3113187861458897, -0.8044065708969977, 1.2469410660421816, -1.6305436047982633, 0.6961062715608104, -0.06973532496542653, 1.3194219757099839, 2.117163944531319, 1.0052534773442718, 2.729390073146234], "count": [200]}, "eef_sim_pose_action": {"mean": [0.686689374689351, 0.1478208947230544, 1.1941175878618397, -1.647110791770948, 1.0793964727118892, -2.2085484675262914, 0.5752704165746532, -0.14583906837827093, 1.1793040938185617, 1.547580386298443, 0.8871565659361671, 2.290115975219344], "std": [0.07953997136301467, 0.04945093031504395, 0.06767126451054867, 0.4261443784056598, 0.0757943006605491, 0.46991917955608786, 0.05240142649992841, 0.03335456804304862, 0.08403192651479272, 0.4848348379896136, 0.04846796313578949, 0.40001611964863226], "min": [0.5705147495055608, 0.06368450480509091, 1.0703302991929917, -2.413656532395795, 0.9458361311160761, -3.070447420816389, 0.5364727453158881, -0.18187731002033447, 1.0850403398704267, 0.6955452737317656, 0.8415927865616646, 1.5882502838920376], "max": [0.7764790002658629, 0.22795529611735624, 1.3113187861458897, -0.8044065708969977, 1.2469410660421816, -1.6305436047982633, 0.6961062715608104, -0.06973532496542653, 1.3194219757099839, 2.117163944531319, 1.0052534773442718, 2.729390073146234], "count": [200]}}} +{"episode_index": 9, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3232684824346405]], [[0.32772844158496733]], [[0.35589329248366014]]], "std": [[[0.32725509487489235]], [[0.31357880831847695]], [[0.29355076029180255]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4787323876633987]], [[0.5104308517156863]], [[0.47967473651960785]]], "std": [[[0.3272385624730593]], [[0.31437040329696997]], [[0.3269762015568722]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4881935049019608]], [[0.5051799611928105]], [[0.4728450551470588]]], "std": [[[0.31767177365389127]], [[0.3104573955630847]], [[0.3189577973879427]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3756933047385621]], [[0.4089438276143791]], [[0.39613619076797385]]], "std": [[[0.36323688616682387]], [[0.36123478970201917]], [[0.3433995993682608]]], "count": [100]}, "observation.state": {"min": [0.15909914672374725, -1.2299724817276, 0.9236476421356201, -0.3881036937236786, -1.6167993545532227, 0.4191224277019501, -1.2402247190475464, -1.3867590427398682, 1.0812076330184937, -0.4005970060825348, 0.6535391211509705, -0.4356689155101776, 14.248125076293945, 44.38687515258789, 11.142221450805664, 0.42374998331069946, 0.828125, -0.2175000011920929, 0.9375, -1.2081249952316284, 0.6937500238418579, -0.203125, 0.9537500143051147, 6.662499904632568, 32.67749786376953, 44.71437454223633, 0.6349999904632568, -0.49687498807907104, 1.0525000095367432, 0.6918750405311584, 0.7762500047683716, 0.8849999904632568, 0.9100000262260437, 0.7043750286102295, 0.7350000143051147, 0.13499999046325684], "max": [1.3625829219818115, -0.7529612183570862, 1.6549839973449707, 0.28481918573379517, -0.5664911866188049, 0.5785500407218933, -0.07848859578371048, -0.8481261134147644, 1.7592936754226685, 0.27661746740341187, 1.6569390296936035, -0.2048046886920929, 58.772499084472656, 69.57555389404297, 64.23812866210938, 8.493124961853027, 40.54249954223633, 51.337501525878906, 37.90125274658203, 63.846248626708984, 42.54500198364258, 77.29937744140625, 53.20125198364258, 93.8375015258789, 54.943748474121094, 65.28812408447266, 2.7174999713897705, 9.505000114440918, 30.5106258392334, 43.479373931884766, 36.265625, 81.18000030517578, 63.266876220703125, 110.31999969482422, 66.09000396728516, 109.95999908447266], "mean": [0.9974072575569153, -0.8520370721817017, 1.08017098903656, -0.12338081002235413, -1.2813520431518555, 0.5091104507446289, -0.9170181751251221, -0.9925997853279114, 1.2744483947753906, 0.008416532538831234, 1.2641150951385498, -0.3705405592918396, 47.22359085083008, 49.53215026855469, 41.18183135986328, 4.3155903816223145, 16.48534393310547, 9.936793327331543, 11.782784461975098, 11.005979537963867, 12.588546752929688, 13.28859806060791, 9.964271545410156, 38.67086410522461, 47.3874397277832, 55.72016143798828, 1.0786408185958862, 3.3520143032073975, 19.061683654785156, 8.070670127868652, 15.683405876159668, 15.449959754943848, 18.472972869873047, 20.165008544921875, 12.643416404724121, 38.90715408325195], "std": [0.3671831488609314, 0.10936512053012848, 0.1887616217136383, 0.2316083014011383, 0.3310110867023468, 0.03798050805926323, 0.37160730361938477, 0.12820567190647125, 0.1725592017173767, 0.24690258502960205, 0.23531965911388397, 0.07446593046188354, 10.22384262084961, 5.190185070037842, 8.871251106262207, 2.2546703815460205, 12.208847999572754, 17.518510818481445, 12.415781021118164, 22.372291564941406, 13.8356294631958, 25.369544982910156, 16.701810836791992, 25.313251495361328, 7.07056999206543, 8.501424789428711, 0.36090418696403503, 3.321714401245117, 9.181655883789062, 14.323275566101074, 9.935134887695312, 27.379777908325195, 17.082796096801758, 37.94837951660156, 20.694923400878906, 33.03891372680664], "count": [243]}, "action": {"min": [0.15909914672374725, -1.2299724817276, 0.9236476421356201, -0.3881036937236786, -1.6167993545532227, 0.4191224277019501, -1.2402247190475464, -1.3867590427398682, 1.0812076330184937, -0.4005970060825348, 0.6535391211509705, -0.4356689155101776, 14.248125076293945, 44.38687515258789, 11.142221450805664, 0.42374998331069946, 0.828125, -0.2175000011920929, 0.9375, -1.2081249952316284, 0.6937500238418579, -0.203125, 0.9537500143051147, 6.662499904632568, 32.67749786376953, 44.71437454223633, 0.6349999904632568, -0.49687498807907104, 1.0525000095367432, 0.6918750405311584, 0.7762500047683716, 0.8849999904632568, 0.9100000262260437, 0.7043750286102295, 0.7350000143051147, 0.13499999046325684], "max": [1.3625829219818115, -0.7529612183570862, 1.6549839973449707, 0.28481918573379517, -0.5664911866188049, 0.5785500407218933, -0.07848859578371048, -0.8481261134147644, 1.7592936754226685, 0.27661746740341187, 1.6569390296936035, -0.2048046886920929, 58.772499084472656, 69.57555389404297, 64.23812866210938, 8.493124961853027, 40.54249954223633, 51.337501525878906, 37.90125274658203, 63.846248626708984, 42.54500198364258, 77.29937744140625, 53.20125198364258, 93.8375015258789, 54.943748474121094, 65.28812408447266, 2.7174999713897705, 9.505000114440918, 30.5106258392334, 43.479373931884766, 36.265625, 81.18000030517578, 63.266876220703125, 110.31999969482422, 66.09000396728516, 109.95999908447266], "mean": [0.9974073767662048, -0.8520368337631226, 1.08017098903656, -0.12338081002235413, -1.2813520431518555, 0.5091103911399841, -0.9170187711715698, -0.9926002025604248, 1.2744483947753906, 0.008416548371315002, 1.2641149759292603, -0.37054041028022766, 47.223602294921875, 49.53214645385742, 41.18183135986328, 4.315590858459473, 16.485355377197266, 9.936789512634277, 11.782783508300781, 11.005980491638184, 12.588539123535156, 13.288599967956543, 9.964273452758789, 38.67086410522461, 47.38743591308594, 55.720191955566406, 1.0786411762237549, 3.3520150184631348, 19.061689376831055, 8.070670127868652, 15.683404922485352, 15.449952125549316, 18.472965240478516, 20.165016174316406, 12.643425941467285, 38.907135009765625], "std": [0.3671831488609314, 0.10936512798070908, 0.18876157701015472, 0.2316083014011383, 0.331011027097702, 0.037980496883392334, 0.37160730361938477, 0.12820565700531006, 0.1725592017173767, 0.24690258502960205, 0.23531968891620636, 0.07446594536304474, 10.22384262084961, 5.190184116363525, 8.871252059936523, 2.2546706199645996, 12.208847045898438, 17.518508911132812, 12.415779113769531, 22.372304916381836, 13.835626602172852, 25.36955451965332, 16.701814651489258, 25.31325340270996, 7.0705695152282715, 8.501422882080078, 0.36090415716171265, 3.321713924407959, 9.181654930114746, 14.323274612426758, 9.935134887695312, 27.379777908325195, 17.08279800415039, 37.94838333129883, 20.694923400878906, 33.038909912109375], "count": [243]}, "timestamp": {"min": [0.0], "max": [8.066666666666666], "mean": [4.033333333333333], "std": [2.33824879074221], "count": [243]}, "frame_index": {"min": [0], "max": [242], "mean": [121.0], "std": [70.14746372226631], "count": [243]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [243]}, "index": {"min": [1984], "max": [2226], "mean": [2105.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [243]}, "subtask_annotation": {"mean": [4.526748971193416, 10.0, 10.0, 10.0, 10.0], "std": [2.696267906612269, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [243]}, "scene_annotation": {"mean": [9.0], "std": [0.0], "min": [9], "max": [9], "count": [243]}, "eef_direction_state": {"mean": [3.3580246913580245, 4.127572016460905], "std": [1.902837227351206, 1.932018782008015], "min": [0, 0], "max": [6, 6], "count": [243]}, "eef_velocity_state": {"mean": [1.2386831275720165, 1.0740740740740742], "std": [0.7648566357523585, 0.9177416069158406], "min": [0, 0], "max": [2, 2], "count": [243]}, "eef_acc_mag_state": {"mean": [0.9670781893004116, 0.823045267489712], "std": [0.8357658952999444, 0.8199943453133786], "min": [0, 0], "max": [2, 2], "count": [243]}, "eef_direction_action": {"mean": [3.3580246913580245, 4.127572016460905], "std": [1.902837227351206, 1.932018782008015], "min": [0, 0], "max": [6, 6], "count": [243]}, "eef_velocity_action": {"mean": [1.2386831275720165, 1.0740740740740742], "std": [0.7648566357523585, 0.9177416069158406], "min": [0, 0], "max": [2, 2], "count": [243]}, "eef_acc_mag_action": {"mean": [0.9670781893004116, 0.823045267489712], "std": [0.8357658952999444, 0.8199943453133786], "min": [0, 0], "max": [2, 2], "count": [243]}, "eef_sim_pose_state": {"mean": [0.6256874893176869, 0.22470243920020208, 1.230506273857282, -1.2002428321235323, 0.6243327666877189, -1.8927342062181125, 0.6477620673964765, -0.20171007776052163, 1.2284725941606895, 1.1463154207818265, 0.5803189549163207, 1.9815856395933669], "std": [0.05717356490846316, 0.035893139592906124, 0.060927216338774216, 0.17581020234481168, 0.12444478122118104, 0.14588009504550656, 0.04598612986514223, 0.05885076755890581, 0.0849394402779247, 0.23115296289500223, 0.06801207507589972, 0.1620084173065729], "min": [0.5762056258920091, 0.16342132548994315, 1.173396315962818, -1.4855930262549526, 0.4587737565784802, -2.2275504037520184, 0.5743047011664436, -0.25985600908333345, 1.1578958247335391, 0.5091191145047611, 0.41238676286918596, 1.6997088253475572], "max": [0.8019165220437161, 0.2809624128724989, 1.399724046011792, -0.7445222913220002, 0.8434914450770257, -1.6413394992218064, 0.7948319296316049, -0.09633250302389952, 1.451183829516871, 1.3374768560985866, 0.7002572653790629, 2.353914691037718], "count": [243]}, "eef_sim_pose_action": {"mean": [0.6256874893176869, 0.22470243920020208, 1.230506273857282, -1.2002428321235323, 0.6243327666877189, -1.8927342062181125, 0.6477620673964765, -0.20171007776052163, 1.2284725941606895, 1.1463154207818265, 0.5803189549163207, 1.9815856395933669], "std": [0.05717356490846316, 0.035893139592906124, 0.060927216338774216, 0.17581020234481168, 0.12444478122118104, 0.14588009504550656, 0.04598612986514223, 0.05885076755890581, 0.0849394402779247, 0.23115296289500223, 0.06801207507589972, 0.1620084173065729], "min": [0.5762056258920091, 0.16342132548994315, 1.173396315962818, -1.4855930262549526, 0.4587737565784802, -2.2275504037520184, 0.5743047011664436, -0.25985600908333345, 1.1578958247335391, 0.5091191145047611, 0.41238676286918596, 1.6997088253475572], "max": [0.8019165220437161, 0.2809624128724989, 1.399724046011792, -0.7445222913220002, 0.8434914450770257, -1.6413394992218064, 0.7948319296316049, -0.09633250302389952, 1.451183829516871, 1.3374768560985866, 0.7002572653790629, 2.353914691037718], "count": [243]}}} +{"episode_index": 10, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3509771507352941]], [[0.4190993586601307]], [[0.41269189746732027]]], "std": [[[0.3749900171755125]], [[0.2697968435832768]], [[0.26509521397352004]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5028050633169935]], [[0.5359762377450981]], [[0.5138505800653596]]], "std": [[[0.3061492326571609]], [[0.28519290286408633]], [[0.29227011647767]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47158608864379087]], [[0.5073272017973856]], [[0.47995697099673207]]], "std": [[[0.314356035672211]], [[0.2646786791999106]], [[0.2608089384573495]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4009963419117647]], [[0.4158426388888889]], [[0.3110641094771242]]], "std": [[[0.4112817656617976]], [[0.3718292595611635]], [[0.3449886677986956]]], "count": [100]}, "observation.state": {"min": [-0.015855077654123306, -1.1608539819717407, 0.7325761318206787, -0.2208743393421173, -0.7160772681236267, 0.6926165223121643, -1.0129129886627197, -1.1872711181640625, 0.7545586228370667, -0.12324044108390808, 0.41120678186416626, -0.9194620251655579, 21.457500457763672, 44.61249923706055, -0.5418750047683716, -0.6787499785423279, 0.9887499809265137, 0.8274999856948853, 3.4574999809265137, -0.6781250238418579, 1.1668750047683716, 1.5199999809265137, 0.9900000095367432, 33.85874938964844, 26.6200008392334, 36.71333312988281, 0.8324999809265137, -1.0449999570846558, 13.761249542236328, 0.6506666541099548, 16.2983341217041, 2.119374990463257, 5.36545467376709, 7.758749961853027, 0.6222222447395325, 32.86312484741211], "max": [0.7510776519775391, -0.5860179662704468, 1.276440978050232, 0.4374570846557617, -0.22118429839611053, 1.4930740594863892, -0.2500572204589844, -0.6818875670433044, 1.3426508903503418, -0.026679445058107376, 1.169508695602417, -0.729995846748352, 52.68562698364258, 62.60750198364258, 25.45888900756836, 9.290624618530273, 37.860626220703125, 24.12125015258789, 42.459373474121094, 31.655624389648438, 44.60625076293945, 48.73625183105469, 56.85625076293945, 103.60375213623047, 58.1306266784668, 46.953125, 3.8949999809265137, 2.1277778148651123, 37.67124938964844, 27.423124313354492, 42.546875, 43.96812438964844, 40.75062561035156, 67.52562713623047, 44.354373931884766, 106.72125244140625], "mean": [0.3188936412334442, -0.8219000697135925, 1.0014842748641968, 0.15790732204914093, -0.4411970376968384, 1.125321626663208, -0.7825576663017273, -0.8566833138465881, 0.9485520720481873, -0.0838744193315506, 0.756534218788147, -0.8437705039978027, 37.74927520751953, 53.483707427978516, 1.366838812828064, 1.296109676361084, 23.880908966064453, 8.095929145812988, 23.360383987426758, 9.91891098022461, 18.339447021484375, 26.75800132751465, 16.523914337158203, 80.85271453857422, 51.89155197143555, 45.13211441040039, 1.130008578300476, -0.6313894391059875, 31.588272094726562, 18.26296043395996, 35.78887176513672, 24.848403930664062, 31.2273006439209, 37.99525451660156, 29.520360946655273, 82.25227355957031], "std": [0.30024611949920654, 0.14470775425434113, 0.1720251739025116, 0.25809648633003235, 0.1335379034280777, 0.2665706276893616, 0.25402262806892395, 0.14484497904777527, 0.1656826138496399, 0.029675766825675964, 0.1888623982667923, 0.04780165106058121, 11.234786987304688, 5.5508222579956055, 4.874998569488525, 3.0748469829559326, 11.32969856262207, 9.635092735290527, 13.394259452819824, 13.668479919433594, 16.937637329101562, 15.380146980285645, 20.51457405090332, 13.761570930480957, 10.041942596435547, 2.5680203437805176, 0.47870728373527527, 0.6552637815475464, 8.705459594726562, 9.414895057678223, 9.48287582397461, 11.934959411621094, 11.532790184020996, 15.273258209228516, 17.377866744995117, 16.624643325805664], "count": [213]}, "action": {"min": [-0.015855077654123306, -1.1608539819717407, 0.7325761318206787, -0.2208743393421173, -0.7160772681236267, 0.6926165223121643, -1.0129129886627197, -1.1872711181640625, 0.7545586228370667, -0.12324044108390808, 0.41120678186416626, -0.9194620251655579, 21.457500457763672, 44.61249923706055, -0.5418750047683716, -0.6787499785423279, 0.9887499809265137, 0.8274999856948853, 3.4574999809265137, -0.6781250238418579, 1.1668750047683716, 1.5199999809265137, 0.9900000095367432, 33.85874938964844, 26.6200008392334, 36.71333312988281, 0.8324999809265137, -1.0449999570846558, 13.761249542236328, 0.6506666541099548, 16.2983341217041, 2.119374990463257, 5.36545467376709, 7.758749961853027, 0.6222222447395325, 32.86312484741211], "max": [0.7510776519775391, -0.5860179662704468, 1.276440978050232, 0.4374570846557617, -0.22118429839611053, 1.4930740594863892, -0.2500572204589844, -0.6818875670433044, 1.3426508903503418, -0.026679445058107376, 1.169508695602417, -0.729995846748352, 52.68562698364258, 62.60750198364258, 25.45888900756836, 9.290624618530273, 37.860626220703125, 24.12125015258789, 42.459373474121094, 31.655624389648438, 44.60625076293945, 48.73625183105469, 56.85625076293945, 103.60375213623047, 58.1306266784668, 46.953125, 3.8949999809265137, 2.1277778148651123, 37.67124938964844, 27.423124313354492, 42.546875, 43.96812438964844, 40.75062561035156, 67.52562713623047, 44.354373931884766, 106.72125244140625], "mean": [0.31889355182647705, -0.8219001293182373, 1.0014845132827759, 0.15790726244449615, -0.4411969482898712, 1.125321626663208, -0.7825579643249512, -0.8566831946372986, 0.9485520720481873, -0.08387451618909836, 0.7565344572067261, -0.8437702059745789, 37.74925994873047, 53.483707427978516, 1.3668383359909058, 1.2961103916168213, 23.880908966064453, 8.095932960510254, 23.360382080078125, 9.918899536132812, 18.33943748474121, 26.758007049560547, 16.52391815185547, 80.85272979736328, 51.891563415527344, 45.132144927978516, 1.1300086975097656, -0.6313889622688293, 31.5882625579834, 18.26296043395996, 35.78887939453125, 24.84841537475586, 31.227319717407227, 37.9952392578125, 29.520347595214844, 82.2523193359375], "std": [0.30024605989456177, 0.14470775425434113, 0.17202512919902802, 0.25809651613235474, 0.1335379034280777, 0.26657065749168396, 0.25402259826660156, 0.14484497904777527, 0.1656826287508011, 0.029675766825675964, 0.1888623833656311, 0.047801654785871506, 11.234785079956055, 5.5508222579956055, 4.874997615814209, 3.074848175048828, 11.329697608947754, 9.635091781616211, 13.394254684448242, 13.668481826782227, 16.937637329101562, 15.380146980285645, 20.514575958251953, 13.76157283782959, 10.041945457458496, 2.5680205821990967, 0.47870710492134094, 0.6552637815475464, 8.705462455749512, 9.414895057678223, 9.48287582397461, 11.93496036529541, 11.53278923034668, 15.273256301879883, 17.37786865234375, 16.62464714050293], "count": [213]}, "timestamp": {"min": [0.0], "max": [7.066666666666666], "mean": [3.5333333333333337], "std": [2.0495708674600013], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [213]}, "index": {"min": [2227], "max": [2439], "mean": [2333.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [213]}, "subtask_annotation": {"mean": [2.755868544600939, 5.380281690140845, 10.0, 10.0, 10.0], "std": [2.925767957706809, 4.3627731538566366, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [213]}, "scene_annotation": {"mean": [10.0], "std": [0.0], "min": [10], "max": [10], "count": [213]}, "eef_direction_state": {"mean": [3.352112676056338, 3.9812206572769955], "std": [2.0562415566797547, 2.006942039614348], "min": [0, 0], "max": [6, 6], "count": [213]}, "eef_velocity_state": {"mean": [1.2910798122065728, 1.0845070422535212], "std": [0.7566700325974005, 0.7458142137957029], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_acc_mag_state": {"mean": [1.0187793427230047, 0.7793427230046949], "std": [0.8389712083257493, 0.8465037401402673], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_direction_action": {"mean": [3.352112676056338, 3.9812206572769955], "std": [2.0562415566797547, 2.006942039614348], "min": [0, 0], "max": [6, 6], "count": [213]}, "eef_velocity_action": {"mean": [1.2910798122065728, 1.0845070422535212], "std": [0.7566700325974005, 0.7458142137957029], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_acc_mag_action": {"mean": [1.0187793427230047, 0.7793427230046949], "std": [0.8389712083257493, 0.8465037401402673], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_sim_pose_state": {"mean": [0.6416086585971412, 0.14120262702880237, 1.2800655149849645, -1.2612384397225203, 1.1173819355425931, -0.40740021050859737, 0.6025008762939953, -0.12089695951081894, 1.1719591460859045, 1.603071425021275, 0.9240852742501099, 2.3632180768078115], "std": [0.0679707681962456, 0.07429926443597425, 0.12769817282526463, 0.8220026834210975, 0.14259425596739517, 2.0047128805533005, 0.057673928052834146, 0.02966724036193724, 0.08255422814667132, 0.4072305128761195, 0.04729649388744116, 0.33465771099597763], "min": [0.5518373758393684, 0.04237149007846408, 1.079046284241302, -2.537100412388774, 0.9643417475524778, -3.139762081936108, 0.5451163644486383, -0.16735302006969452, 1.080561741403341, 0.7418545538740806, 0.867400537964738, 1.6917973293913817], "max": [0.7305217365200808, 0.26145984735380157, 1.4269798298561789, -0.4116221466683231, 1.4012968355135702, 3.1203348133302757, 0.7402840814046838, -0.05980248430400287, 1.3205116606366851, 2.0735207199848817, 1.0380824616873183, 2.709693439906755], "count": [213]}, "eef_sim_pose_action": {"mean": [0.6416086585971412, 0.14120262702880237, 1.2800655149849645, -1.2612384397225203, 1.1173819355425931, -0.40740021050859737, 0.6025008762939953, -0.12089695951081894, 1.1719591460859045, 1.603071425021275, 0.9240852742501099, 2.3632180768078115], "std": [0.0679707681962456, 0.07429926443597425, 0.12769817282526463, 0.8220026834210975, 0.14259425596739517, 2.0047128805533005, 0.057673928052834146, 0.02966724036193724, 0.08255422814667132, 0.4072305128761195, 0.04729649388744116, 0.33465771099597763], "min": [0.5518373758393684, 0.04237149007846408, 1.079046284241302, -2.537100412388774, 0.9643417475524778, -3.139762081936108, 0.5451163644486383, -0.16735302006969452, 1.080561741403341, 0.7418545538740806, 0.867400537964738, 1.6917973293913817], "max": [0.7305217365200808, 0.26145984735380157, 1.4269798298561789, -0.4116221466683231, 1.4012968355135702, 3.1203348133302757, 0.7402840814046838, -0.05980248430400287, 1.3205116606366851, 2.0735207199848817, 1.0380824616873183, 2.709693439906755], "count": [213]}}} +{"episode_index": 11, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32049093749999996]], [[0.32772517361111114]], [[0.351959483251634]]], "std": [[[0.3277206339099533]], [[0.31247522613177886]], [[0.29535890197787856]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48964884191176467]], [[0.5047898284313725]], [[0.4740638296568627]]], "std": [[[0.322277929281243]], [[0.31925932868543]], [[0.3314342622417868]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4848264276960784]], [[0.5065354656862745]], [[0.47904811274509806]]], "std": [[[0.320595672496873]], [[0.3146345431443503]], [[0.32527393964350276]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3667841441993464]], [[0.39818443831699346]], [[0.40525257965686273]]], "std": [[[0.3583609606958363]], [[0.35731045610039386]], [[0.3276699460824403]]], "count": [100]}, "observation.state": {"min": [0.16620412468910217, -1.2309976816177368, 0.9098668694496155, -0.4780842363834381, -1.6151198148727417, 0.3237296938896179, -1.2699083089828491, -1.3696163892745972, 1.1159590482711792, -0.25430113077163696, 0.9542133808135986, -0.42131590843200684, 46.798126220703125, 41.869998931884766, -1.0987499952316284, 0.15187498927116394, 0.7150000333786011, 0.17687499523162842, 0.9181250333786011, -0.9474999904632568, 0.7200000286102295, 0.030625000596046448, 0.9670000076293945, 0.016875004395842552, 32.6818733215332, 42.5625, 1.193750023841858, 1.4512499570846558, 1.0149999856948853, 0.3799999952316284, 0.6418750286102295, 1.2506250143051147, 1.0987499952316284, 0.48222222924232483, 0.6766666769981384, 0.1875], "max": [1.3391698598861694, -0.6747110486030579, 1.5542267560958862, 0.4657101035118103, -0.7164825797080994, 0.821269154548645, -0.3119516372680664, -0.8797779679298401, 1.6595377922058105, 0.3619726002216339, 1.6300450563430786, -0.21884775161743164, 58.46937561035156, 53.55500030517578, 57.25749969482422, 9.226249694824219, 41.6150016784668, 73.99937438964844, 39.24625015258789, 67.92312622070312, 39.77812576293945, 73.75812530517578, 40.68375015258789, 96.79562377929688, 54.86375045776367, 65.60187530517578, 2.552500009536743, 9.416874885559082, 35.59812545776367, 80.13187408447266, 40.024375915527344, 82.76374816894531, 41.73999786376953, 99.79499816894531, 76.08562469482422, 108.90312957763672], "mean": [0.9110367894172668, -0.8477832674980164, 1.098017930984497, -0.09737096726894379, -1.2032719850540161, 0.5522438883781433, -0.9847369194030762, -1.007533311843872, 1.2580186128616333, 0.12168458849191666, 1.416053056716919, -0.36953526735305786, 52.790855407714844, 48.02552795410156, 10.163843154907227, 5.752618312835693, 12.997458457946777, 9.940579414367676, 10.077430725097656, 9.684154510498047, 10.107420921325684, 12.581881523132324, 8.319811820983887, 34.87598419189453, 48.09577560424805, 54.23771667480469, 1.274214267730713, 6.251040935516357, 10.597800254821777, 16.336183547973633, 11.332725524902344, 18.07270622253418, 11.128939628601074, 21.52033042907715, 16.3731689453125, 29.432281494140625], "std": [0.3486791253089905, 0.11238246411085129, 0.13780933618545532, 0.3251752555370331, 0.323813796043396, 0.11376289278268814, 0.3167116343975067, 0.1263703554868698, 0.1479387879371643, 0.24085043370723724, 0.21422645449638367, 0.06554151326417923, 3.7159714698791504, 2.29465913772583, 18.09091567993164, 3.037511110305786, 13.207761764526367, 21.115053176879883, 12.817133903503418, 21.919254302978516, 13.382559776306152, 24.060335159301758, 13.078410148620605, 30.076797485351562, 5.906913757324219, 8.084609031677246, 0.17972858250141144, 1.847577452659607, 11.968141555786133, 29.463666915893555, 13.229641914367676, 30.195486068725586, 14.007753372192383, 37.525230407714844, 25.721426010131836, 40.62315368652344], "count": [242]}, "action": {"min": [0.16620412468910217, -1.2309976816177368, 0.9098668694496155, -0.4780842363834381, -1.6151198148727417, 0.3237296938896179, -1.2699083089828491, -1.3696163892745972, 1.1159590482711792, -0.25430113077163696, 0.9542133808135986, -0.42131590843200684, 46.798126220703125, 41.869998931884766, -1.0987499952316284, 0.15187498927116394, 0.7150000333786011, 0.17687499523162842, 0.9181250333786011, -0.9474999904632568, 0.7200000286102295, 0.030625000596046448, 0.9670000076293945, 0.016875004395842552, 32.6818733215332, 42.5625, 1.193750023841858, 1.4512499570846558, 1.0149999856948853, 0.3799999952316284, 0.6418750286102295, 1.2506250143051147, 1.0987499952316284, 0.48222222924232483, 0.6766666769981384, 0.1875], "max": [1.3391698598861694, -0.6747110486030579, 1.5542267560958862, 0.4657101035118103, -0.7164825797080994, 0.821269154548645, -0.3119516372680664, -0.8797779679298401, 1.6595377922058105, 0.3619726002216339, 1.6300450563430786, -0.21884775161743164, 58.46937561035156, 53.55500030517578, 57.25749969482422, 9.226249694824219, 41.6150016784668, 73.99937438964844, 39.24625015258789, 67.92312622070312, 39.77812576293945, 73.75812530517578, 40.68375015258789, 96.79562377929688, 54.86375045776367, 65.60187530517578, 2.552500009536743, 9.416874885559082, 35.59812545776367, 80.13187408447266, 40.024375915527344, 82.76374816894531, 41.73999786376953, 99.79499816894531, 76.08562469482422, 108.90312957763672], "mean": [0.9110368490219116, -0.8477831482887268, 1.0980180501937866, -0.09737095981836319, -1.203271746635437, 0.5522440075874329, -0.9847375154495239, -1.0075331926345825, 1.2580188512802124, 0.12168462574481964, 1.4160531759262085, -0.36953526735305786, 52.790836334228516, 48.02549743652344, 10.163869857788086, 5.752619743347168, 12.997467041015625, 9.940572738647461, 10.077428817749023, 9.684154510498047, 10.107416152954102, 12.581872940063477, 8.31981372833252, 34.8759880065918, 48.09578323364258, 54.23767852783203, 1.2742149829864502, 6.251041412353516, 10.597799301147461, 16.336183547973633, 11.33272933959961, 18.07270050048828, 11.128938674926758, 21.520334243774414, 16.3731746673584, 29.43229103088379], "std": [0.34867915511131287, 0.11238247901201248, 0.13780933618545532, 0.3251751959323883, 0.3238138258457184, 0.11376288533210754, 0.3167116343975067, 0.1263703554868698, 0.14793874323368073, 0.24085035920143127, 0.21422648429870605, 0.06554152071475983, 3.7159712314605713, 2.29465913772583, 18.090919494628906, 3.037510871887207, 13.207761764526367, 21.115049362182617, 12.817131042480469, 21.919248580932617, 13.382559776306152, 24.060333251953125, 13.078413963317871, 30.076797485351562, 5.906913757324219, 8.084609985351562, 0.17972861230373383, 1.847577691078186, 11.968141555786133, 29.463668823242188, 13.229640007019043, 30.19548988342285, 14.007752418518066, 37.525230407714844, 25.721426010131836, 40.62316131591797], "count": [242]}, "timestamp": {"min": [0.0], "max": [8.033333333333333], "mean": [4.016666666666667], "std": [2.328626204439004], "count": [242]}, "frame_index": {"min": [0], "max": [241], "mean": [120.5], "std": [69.85878613317011], "count": [242]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [242]}, "index": {"min": [2440], "max": [2681], "mean": [2560.5], "std": [69.85878613317011], "count": [242]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [242]}, "subtask_annotation": {"mean": [3.822314049586777, 10.0, 10.0, 10.0, 10.0], "std": [2.2974649199493014, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [242]}, "scene_annotation": {"mean": [11.0], "std": [0.0], "min": [11], "max": [11], "count": [242]}, "eef_direction_state": {"mean": [3.3057851239669422, 4.214876033057851], "std": [2.166014640971444, 1.984262927335358], "min": [0, 0], "max": [6, 6], "count": [242]}, "eef_velocity_state": {"mean": [1.115702479338843, 0.9173553719008265], "std": [0.7996908766881851, 0.927867695572849], "min": [0, 0], "max": [2, 2], "count": [242]}, "eef_acc_mag_state": {"mean": [0.9421487603305785, 0.6487603305785123], "std": [0.8361414790044126, 0.7955055258966615], "min": [0, 0], "max": [2, 2], "count": [242]}, "eef_direction_action": {"mean": [3.3057851239669422, 4.214876033057851], "std": [2.166014640971444, 1.984262927335358], "min": [0, 0], "max": [6, 6], "count": [242]}, "eef_velocity_action": {"mean": [1.115702479338843, 0.9173553719008265], "std": [0.7996908766881851, 0.927867695572849], "min": [0, 0], "max": [2, 2], "count": [242]}, "eef_acc_mag_action": {"mean": [0.9421487603305785, 0.6487603305785123], "std": [0.8361414790044126, 0.7955055258966615], "min": [0, 0], "max": [2, 2], "count": [242]}, "eef_sim_pose_state": {"mean": [0.6365666599335718, 0.2241258161232185, 1.2371775034250725, -1.1827761274986455, 0.6800131583684839, -1.8520113749393123, 0.6390855520370687, -0.2145239847768365, 1.233235879456244, 1.0477879119575242, 0.49731909256352963, 1.8971751314224763], "std": [0.04237237101451402, 0.045436302600127605, 0.05914408919768327, 0.23298091816813665, 0.14035048565392577, 0.27009712204804714, 0.03624072800488614, 0.07003836994655688, 0.0575446877693188, 0.16011356231079168, 0.041831103881517104, 0.17367617286686687], "min": [0.58869135763315, 0.15626871919942, 1.187514883033289, -1.6090233833756642, 0.4965561472087252, -2.4233693460820525, 0.6082354351783159, -0.2842514224935916, 1.1901388923232294, 0.5430251728655124, 0.43290031079957325, 1.7449144978583258], "max": [0.7773722488955512, 0.29945240452410327, 1.4224063071035813, -0.48599701267365814, 0.9687313229181309, -1.3047415786547316, 0.7537221029198484, -0.08956701663816127, 1.390070782518113, 1.2244269628028879, 0.6280744182471789, 2.2878011160786302], "count": [242]}, "eef_sim_pose_action": {"mean": [0.6365666599335718, 0.2241258161232185, 1.2371775034250725, -1.1827761274986455, 0.6800131583684839, -1.8520113749393123, 0.6390855520370687, -0.2145239847768365, 1.233235879456244, 1.0477879119575242, 0.49731909256352963, 1.8971751314224763], "std": [0.04237237101451402, 0.045436302600127605, 0.05914408919768327, 0.23298091816813665, 0.14035048565392577, 0.27009712204804714, 0.03624072800488614, 0.07003836994655688, 0.0575446877693188, 0.16011356231079168, 0.041831103881517104, 0.17367617286686687], "min": [0.58869135763315, 0.15626871919942, 1.187514883033289, -1.6090233833756642, 0.4965561472087252, -2.4233693460820525, 0.6082354351783159, -0.2842514224935916, 1.1901388923232294, 0.5430251728655124, 0.43290031079957325, 1.7449144978583258], "max": [0.7773722488955512, 0.29945240452410327, 1.4224063071035813, -0.48599701267365814, 0.9687313229181309, -1.3047415786547316, 0.7537221029198484, -0.08956701663816127, 1.390070782518113, 1.2244269628028879, 0.6280744182471789, 2.2878011160786302], "count": [242]}}} +{"episode_index": 12, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3424861519607843]], [[0.42338126021241834]], [[0.4400716850490196]]], "std": [[[0.3720285359351212]], [[0.2677211223318176]], [[0.25735482561771644]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00392156862745098]], [[0.1450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5108387928921568]], [[0.5303338623366013]], [[0.5017981821895424]]], "std": [[[0.3020895155468323]], [[0.2893957587640018]], [[0.29031294735733376]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46407711805555557]], [[0.5062622691993464]], [[0.4932767136437909]]], "std": [[[0.3159100310718848]], [[0.288207132128922]], [[0.2865651879292728]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40324407271241836]], [[0.41845963031045746]], [[0.32181331290849674]]], "std": [[[0.41116590245182794]], [[0.3689790789031845]], [[0.34549741857324906]]], "count": [100]}, "observation.state": {"min": [0.2149614691734314, -1.3145408630371094, 0.8144741654396057, -0.22366388142108917, -1.474164605140686, 0.6990062594413757, -1.2122339010238647, -1.1917058229446411, 0.7695315480232239, -0.08628500252962112, 0.5902857184410095, -0.7985713481903076, 30.511249542236328, 34.993751525878906, -0.13062499463558197, -0.4818750023841858, 5.253636360168457, 0.4281249940395355, 3.9462499618530273, -0.29124999046325684, 1.8737499713897705, 0.2199999988079071, 1.087499976158142, 16.033124923706055, 35.04999923706055, 42.01625061035156, 0.8693749904632568, -1.3975000381469727, 2.505625009536743, 0.6681250333786011, 4.358749866485596, 1.2912499904632568, 1.7243750095367432, 4.713124752044678, 0.8656250238418579, 63.106876373291016], "max": [1.144378900527954, -0.6293710470199585, 1.4878977537155151, 0.11050869524478912, -0.35055220127105713, 1.085607886314392, -0.3436617851257324, -0.687652051448822, 1.3244831562042236, 0.2092631757259369, 1.385757565498352, -0.6780251264572144, 65.01875305175781, 62.8477783203125, 40.55812454223633, 4.625, 35.576873779296875, 26.673749923706055, 43.603126525878906, 41.31875228881836, 48.93312454223633, 65.56999969482422, 47.51250076293945, 91.94812774658203, 59.485626220703125, 60.959999084472656, 5.447500228881836, 3.822499990463257, 35.880001068115234, 50.97437286376953, 48.587501525878906, 60.671875, 57.573123931884766, 75.86062622070312, 55.85750198364258, 107.04875183105469], "mean": [0.5607804656028748, -0.9373416304588318, 1.1209592819213867, -0.10557924956083298, -0.8411930203437805, 0.8991345167160034, -0.8711482286453247, -0.9103847742080688, 0.9459129571914673, 0.07413571327924728, 1.0832993984222412, -0.725867509841919, 46.71258544921875, 53.329078674316406, 6.206592559814453, 0.4493364691734314, 22.686437606811523, 9.322924613952637, 20.62930679321289, 12.871002197265625, 22.299850463867188, 22.931209564208984, 14.141432762145996, 70.03539276123047, 53.780792236328125, 47.18922424316406, 1.29610276222229, -0.5850285291671753, 28.803014755249023, 35.727779388427734, 37.69924545288086, 38.39126968383789, 41.201171875, 53.12013244628906, 33.77817153930664, 79.27230072021484], "std": [0.3914613425731659, 0.17567744851112366, 0.20640021562576294, 0.10396263748407364, 0.2738668620586395, 0.13605360686779022, 0.3199128210544586, 0.12779152393341064, 0.17109991610050201, 0.08902264386415482, 0.2538880407810211, 0.04805026575922966, 13.27367115020752, 6.18831729888916, 11.736961364746094, 1.310025691986084, 9.800710678100586, 11.351461410522461, 15.839303016662598, 16.40038299560547, 17.129562377929688, 26.14012908935547, 17.86383056640625, 19.425735473632812, 7.815075874328613, 2.9343695640563965, 0.7576675415039062, 1.315934658050537, 8.901795387268066, 20.488422393798828, 13.05105209350586, 22.025039672851562, 19.05364418029785, 21.66978645324707, 20.176559448242188, 8.645581245422363], "count": [179]}, "action": {"min": [0.2149614691734314, -1.3145408630371094, 0.8144741654396057, -0.22366388142108917, -1.474164605140686, 0.6990062594413757, -1.2122339010238647, -1.1917058229446411, 0.7695315480232239, -0.08628500252962112, 0.5902857184410095, -0.7985713481903076, 30.511249542236328, 34.993751525878906, -0.13062499463558197, -0.4818750023841858, 5.253636360168457, 0.4281249940395355, 3.9462499618530273, -0.29124999046325684, 1.8737499713897705, 0.2199999988079071, 1.087499976158142, 16.033124923706055, 35.04999923706055, 42.01625061035156, 0.8693749904632568, -1.3975000381469727, 2.505625009536743, 0.6681250333786011, 4.358749866485596, 1.2912499904632568, 1.7243750095367432, 4.713124752044678, 0.8656250238418579, 63.106876373291016], "max": [1.144378900527954, -0.6293710470199585, 1.4878977537155151, 0.11050869524478912, -0.35055220127105713, 1.085607886314392, -0.3436617851257324, -0.687652051448822, 1.3244831562042236, 0.2092631757259369, 1.385757565498352, -0.6780251264572144, 65.01875305175781, 62.8477783203125, 40.55812454223633, 4.625, 35.576873779296875, 26.673749923706055, 43.603126525878906, 41.31875228881836, 48.93312454223633, 65.56999969482422, 47.51250076293945, 91.94812774658203, 59.485626220703125, 60.959999084472656, 5.447500228881836, 3.822499990463257, 35.880001068115234, 50.97437286376953, 48.587501525878906, 60.671875, 57.573123931884766, 75.86062622070312, 55.85750198364258, 107.04875183105469], "mean": [0.5607798099517822, -0.9373414516448975, 1.1209595203399658, -0.10557923465967178, -0.8411933183670044, 0.8991345167160034, -0.8711476922035217, -0.9103847742080688, 0.9459131956100464, 0.07413576543331146, 1.083299160003662, -0.7258671522140503, 46.71258544921875, 53.32908630371094, 6.206596851348877, 0.4493367671966553, 22.68643569946289, 9.322920799255371, 20.62931251525879, 12.870999336242676, 22.299850463867188, 22.931215286254883, 14.141432762145996, 70.03536224365234, 53.78082275390625, 47.1892204284668, 1.2961024045944214, -0.5850288271903992, 28.803014755249023, 35.72779846191406, 37.699241638183594, 38.39126968383789, 41.201175689697266, 53.1201171875, 33.778167724609375, 79.27230072021484], "std": [0.39146140217781067, 0.17567746341228485, 0.20640021562576294, 0.10396263748407364, 0.2738668918609619, 0.13605362176895142, 0.319912850856781, 0.12779150903224945, 0.17109991610050201, 0.08902264386415482, 0.2538880705833435, 0.04805026203393936, 13.273674011230469, 6.18831729888916, 11.736959457397461, 1.3100250959396362, 9.80070972442627, 11.351459503173828, 15.839303970336914, 16.40038299560547, 17.129562377929688, 26.140132904052734, 17.863826751708984, 19.425737380981445, 7.815075874328613, 2.9343693256378174, 0.7576676607131958, 1.3159347772598267, 8.901795387268066, 20.48842430114746, 13.051051139831543, 22.02503776550293, 19.05364418029785, 21.66978645324707, 20.17656135559082, 8.645580291748047], "count": [179]}, "timestamp": {"min": [0.0], "max": [5.933333333333334], "mean": [2.9666666666666663], "std": [1.7224014243685084], "count": [179]}, "frame_index": {"min": [0], "max": [178], "mean": [89.0], "std": [51.67204273105525], "count": [179]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [179]}, "index": {"min": [2682], "max": [2860], "mean": [2771.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [179]}, "subtask_annotation": {"mean": [3.7374301675977653, 5.955307262569832, 10.0, 10.0, 10.0], "std": [3.4387369529691605, 4.484387851512884, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [179]}, "scene_annotation": {"mean": [12.0], "std": [0.0], "min": [12], "max": [12], "count": [179]}, "eef_direction_state": {"mean": [2.9385474860335195, 3.636871508379888], "std": [1.926475379393642, 1.9851356117146557], "min": [0, 0], "max": [6, 6], "count": [179]}, "eef_velocity_state": {"mean": [1.4804469273743017, 1.3910614525139664], "std": [0.6713680032490733, 0.8002293607105034], "min": [0, 0], "max": [2, 2], "count": [179]}, "eef_acc_mag_state": {"mean": [1.1787709497206704, 1.0446927374301676], "std": [0.7333984931608509, 0.7754705117077395], "min": [0, 0], "max": [2, 2], "count": [179]}, "eef_direction_action": {"mean": [2.9385474860335195, 3.636871508379888], "std": [1.926475379393642, 1.9851356117146557], "min": [0, 0], "max": [6, 6], "count": [179]}, "eef_velocity_action": {"mean": [1.4804469273743017, 1.3910614525139664], "std": [0.6713680032490733, 0.8002293607105034], "min": [0, 0], "max": [2, 2], "count": [179]}, "eef_acc_mag_action": {"mean": [1.1787709497206704, 1.0446927374301676], "std": [0.7333984931608509, 0.7754705117077395], "min": [0, 0], "max": [2, 2], "count": [179]}, "eef_sim_pose_state": {"mean": [0.6643733108348563, 0.16925870630472942, 1.2713753446985987, -1.1473729515459843, 0.7680445605807947, -1.7800328488139139, 0.5999376879021007, -0.13616150745630162, 1.2056563871056845, 1.2848444214546646, 0.6659166772525607, 2.0574798771701324], "std": [0.0731156618271915, 0.061414552014338666, 0.12506437874443269, 0.4292638986479912, 0.09447913977947543, 0.4419464543619006, 0.059176881330127745, 0.03258391032372437, 0.08723707556630692, 0.2916650177716929, 0.09985523350024143, 0.1819167436549121], "min": [0.5632508174759487, 0.04673159606602684, 1.0472629457725455, -1.872379775136914, 0.6332975869780348, -2.4488121872864492, 0.5448906178541209, -0.1964454873304718, 1.0486866990210932, 0.7808752305066385, 0.5749953388848965, 1.6261400865196296], "max": [0.769581856602073, 0.24156397958646628, 1.404302946031223, -0.6067255421864444, 0.9635911707380007, -1.2369125499011864, 0.7281647075480184, -0.06587486453489441, 1.3500972426563158, 1.7917605892206487, 0.8614578870318979, 2.34222705278234], "count": [179]}, "eef_sim_pose_action": {"mean": [0.6643733108348563, 0.16925870630472942, 1.2713753446985987, -1.1473729515459843, 0.7680445605807947, -1.7800328488139139, 0.5999376879021007, -0.13616150745630162, 1.2056563871056845, 1.2848444214546646, 0.6659166772525607, 2.0574798771701324], "std": [0.0731156618271915, 0.061414552014338666, 0.12506437874443269, 0.4292638986479912, 0.09447913977947543, 0.4419464543619006, 0.059176881330127745, 0.03258391032372437, 0.08723707556630692, 0.2916650177716929, 0.09985523350024143, 0.1819167436549121], "min": [0.5632508174759487, 0.04673159606602684, 1.0472629457725455, -1.872379775136914, 0.6332975869780348, -2.4488121872864492, 0.5448906178541209, -0.1964454873304718, 1.0486866990210932, 0.7808752305066385, 0.5749953388848965, 1.6261400865196296], "max": [0.769581856602073, 0.24156397958646628, 1.404302946031223, -0.6067255421864444, 0.9635911707380007, -1.2369125499011864, 0.7281647075480184, -0.06587486453489441, 1.3500972426563158, 1.7917605892206487, 0.8614578870318979, 2.34222705278234], "count": [179]}}} +{"episode_index": 13, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.348276454248366]], [[0.4087260089869281]], [[0.40481758986928107]]], "std": [[[0.3677298376883111]], [[0.2669529822221648]], [[0.2617503277683799]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5102205187908496]], [[0.541050306372549]], [[0.5019670465686275]]], "std": [[[0.31884445069472606]], [[0.29608896900402476]], [[0.30891718256656525]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4720638316993464]], [[0.5057128451797386]], [[0.4713466196895425]]], "std": [[[0.3113717012831488]], [[0.273711063674184]], [[0.2683149807558785]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4070711499183006]], [[0.4249862969771242]], [[0.3213243504901961]]], "std": [[[0.4121457738338878]], [[0.37228075772586494]], [[0.3457650685598711]]], "count": [100]}, "observation.state": {"min": [-0.00754050025716424, -1.2902694940567017, 0.751983642578125, -0.4190985858440399, -0.5995603799819946, 0.48676279187202454, -0.9911211729049683, -1.1547503471374512, 0.7754205465316772, -0.36638343334198, 0.22752632200717926, -0.9899017810821533, 23.622499465942383, 50.41625213623047, -0.4950000047683716, -0.46875, 9.598750114440918, 0.5462499856948853, 13.264545440673828, 0.30687499046325684, 0.890625, 9.532500267028809, 1.0099999904632568, 72.08363342285156, 29.038124084472656, 41.130001068115234, 0.6512500047683716, -2.0381250381469727, 1.7230000495910645, 1.0824999809265137, 0.6666666865348816, 0.5145454406738281, 0.8027272820472717, 0.9772727489471436, 0.6677777767181396, 11.675000190734863], "max": [0.6905661225318909, -0.6723744869232178, 1.4791237115859985, 0.855292022228241, 0.023150797933340073, 1.7363097667694092, -0.16422522068023682, -0.5833715200424194, 1.2642338275909424, -0.1987106055021286, 0.904573917388916, -0.6311513185501099, 69.6812515258789, 67.44062805175781, 13.817999839782715, 0.5131250023841858, 34.82250213623047, 40.051876068115234, 40.16062545776367, 55.96687698364258, 42.708126068115234, 81.81812286376953, 52.248748779296875, 110.03153991699219, 99.76667022705078, 87.8227310180664, 2.8662500381469727, 0.31333333253860474, 45.87937545776367, 47.936248779296875, 49.573123931884766, 72.86624908447266, 53.96437454223633, 93.00250244140625, 59.185001373291016, 106.73125457763672], "mean": [0.28314751386642456, -0.978410005569458, 1.1427478790283203, 0.17946767807006836, -0.258992999792099, 1.1420021057128906, -0.6652392148971558, -0.8336488604545593, 0.9250152707099915, -0.2905268967151642, 0.5970078110694885, -0.7615770101547241, 44.93273162841797, 57.36266326904297, 0.6532174348831177, -0.0061900923028588295, 27.162994384765625, 12.908782958984375, 25.62836456298828, 22.991985321044922, 16.73339080810547, 49.656394958496094, 14.428236961364746, 96.05537414550781, 58.73796081542969, 48.27280807495117, 0.8798072934150696, -0.8317118883132935, 31.541078567504883, 34.041893005371094, 34.89189529418945, 48.764244079589844, 34.954368591308594, 62.28074645996094, 31.230676651000977, 85.35851287841797], "std": [0.26608115434646606, 0.17623810470104218, 0.24275416135787964, 0.4649035334587097, 0.16422241926193237, 0.48135343194007874, 0.31846854090690613, 0.1763683706521988, 0.17553509771823883, 0.04910973832011223, 0.19620032608509064, 0.12433665245771408, 16.635726928710938, 5.097332954406738, 2.725813388824463, 0.3374403119087219, 7.400679588317871, 16.834142684936523, 9.100428581237793, 20.088661193847656, 13.554576873779297, 18.708148956298828, 17.532669067382812, 9.983048439025879, 15.359224319458008, 8.983306884765625, 0.3725000023841858, 0.5474346280097961, 9.99345588684082, 18.033966064453125, 11.248930931091309, 25.976924896240234, 14.881865501403809, 22.969186782836914, 17.992807388305664, 17.2249813079834], "count": [202]}, "action": {"min": [-0.00754050025716424, -1.2902694940567017, 0.751983642578125, -0.4190985858440399, -0.5995603799819946, 0.48676279187202454, -0.9911211729049683, -1.1547503471374512, 0.7754205465316772, -0.36638343334198, 0.22752632200717926, -0.9899017810821533, 23.622499465942383, 50.41625213623047, -0.4950000047683716, -0.46875, 9.598750114440918, 0.5462499856948853, 13.264545440673828, 0.30687499046325684, 0.890625, 9.532500267028809, 1.0099999904632568, 72.08363342285156, 29.038124084472656, 41.130001068115234, 0.6512500047683716, -2.0381250381469727, 1.7230000495910645, 1.0824999809265137, 0.6666666865348816, 0.5145454406738281, 0.8027272820472717, 0.9772727489471436, 0.6677777767181396, 11.675000190734863], "max": [0.6905661225318909, -0.6723744869232178, 1.4791237115859985, 0.855292022228241, 0.023150797933340073, 1.7363097667694092, -0.16422522068023682, -0.5833715200424194, 1.2642338275909424, -0.1987106055021286, 0.904573917388916, -0.6311513185501099, 69.6812515258789, 67.44062805175781, 13.817999839782715, 0.5131250023841858, 34.82250213623047, 40.051876068115234, 40.16062545776367, 55.96687698364258, 42.708126068115234, 81.81812286376953, 52.248748779296875, 110.03153991699219, 99.76667022705078, 87.8227310180664, 2.8662500381469727, 0.31333333253860474, 45.87937545776367, 47.936248779296875, 49.573123931884766, 72.86624908447266, 53.96437454223633, 93.00250244140625, 59.185001373291016, 106.73125457763672], "mean": [0.2831473648548126, -0.9784101843833923, 1.1427478790283203, 0.17946793138980865, -0.2589929699897766, 1.1420016288757324, -0.6652395129203796, -0.8336490392684937, 0.9250152111053467, -0.2905268669128418, 0.5970078706741333, -0.7615768313407898, 44.93272399902344, 57.36264419555664, 0.6532179117202759, -0.006190052721649408, 27.162992477416992, 12.908782005310059, 25.628374099731445, 22.991971969604492, 16.733394622802734, 49.65639114379883, 14.428228378295898, 96.055419921875, 58.73794937133789, 48.2728157043457, 0.8798074126243591, -0.8317117094993591, 31.541086196899414, 34.041866302490234, 34.89188766479492, 48.7642707824707, 34.9543571472168, 62.280792236328125, 31.23065757751465, 85.3585433959961], "std": [0.2660810649394989, 0.17623813450336456, 0.24275416135787964, 0.4649035930633545, 0.16422241926193237, 0.48135343194007874, 0.31846851110458374, 0.1763683706521988, 0.17553508281707764, 0.04910973459482193, 0.19620031118392944, 0.12433666735887527, 16.635725021362305, 5.0973334312438965, 2.7258126735687256, 0.33744025230407715, 7.400678634643555, 16.83414649963379, 9.10042953491211, 20.088659286499023, 13.55457878112793, 18.70815086364746, 17.532672882080078, 9.983047485351562, 15.359224319458008, 8.983305931091309, 0.37250012159347534, 0.5474345684051514, 9.993456840515137, 18.03396224975586, 11.248930931091309, 25.9769229888916, 14.881867408752441, 22.96918487548828, 17.9928035736084, 17.2249813079834], "count": [202]}, "timestamp": {"min": [0.0], "max": [6.7], "mean": [3.35], "std": [1.9437220880453965], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [202]}, "index": {"min": [2861], "max": [3062], "mean": [2961.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [202]}, "subtask_annotation": {"mean": [2.405940594059406, 5.3861386138613865, 10.0, 10.0, 10.0], "std": [2.860375305368162, 4.247236252290004, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [202]}, "scene_annotation": {"mean": [13.0], "std": [0.0], "min": [13], "max": [13], "count": [202]}, "eef_direction_state": {"mean": [3.6683168316831685, 3.6732673267326734], "std": [1.8358061705031057, 1.93513072135565], "min": [0, 0], "max": [6, 6], "count": [202]}, "eef_velocity_state": {"mean": [1.4158415841584158, 1.188118811881188], "std": [0.7280426319346431, 0.6852458009108229], "min": [0, 0], "max": [2, 2], "count": [202]}, "eef_acc_mag_state": {"mean": [1.1435643564356435, 0.9108910891089109], "std": [0.786131755463012, 0.8336845320800351], "min": [0, 0], "max": [2, 2], "count": [202]}, "eef_direction_action": {"mean": [3.6683168316831685, 3.6732673267326734], "std": [1.8358061705031057, 1.93513072135565], "min": [0, 0], "max": [6, 6], "count": [202]}, "eef_velocity_action": {"mean": [1.4158415841584158, 1.188118811881188], "std": [0.7280426319346431, 0.6852458009108229], "min": [0, 0], "max": [2, 2], "count": [202]}, "eef_acc_mag_action": {"mean": [1.1435643564356435, 0.9108910891089109], "std": [0.786131755463012, 0.8336845320800351], "min": [0, 0], "max": [2, 2], "count": [202]}, "eef_sim_pose_state": {"mean": [0.6819076030788752, 0.10864298871603895, 1.2438474245612043, -1.65614340597516, 1.2178026128554589, -0.7447614504626013, 0.5904431565462341, -0.0971329220154271, 1.1843215921786536, 1.6484483922941888, 0.9952399427681788, 2.4772244100797804], "std": [0.09616130672260809, 0.04053214364672934, 0.10618932642860464, 0.6880023409022739, 0.17725552910959316, 2.193805914700829, 0.06708317282933178, 0.04128022000792147, 0.08952423091895254, 0.46705909096289133, 0.1741829853124292, 0.3930285503910993], "min": [0.5499057176950835, 0.05295679174267082, 1.0573944217419677, -2.527914419563199, 0.9205168609973722, -3.138514914085224, 0.5392243779169708, -0.17047583313439457, 1.0696954196518902, 0.6474823749726005, 0.8130380765807099, 1.6834362949604156], "max": [0.7845553330775034, 0.19510250120434822, 1.4091414784829281, -0.4819376762492232, 1.4651889996703846, 3.1279752520344677, 0.7212084397304088, -0.0339410524813972, 1.3383461950632443, 2.175034280168779, 1.3197248496454277, 2.889319371567903], "count": [202]}, "eef_sim_pose_action": {"mean": [0.6819076030788752, 0.10864298871603895, 1.2438474245612043, -1.65614340597516, 1.2178026128554589, -0.7447614504626013, 0.5904431565462341, -0.0971329220154271, 1.1843215921786536, 1.6484483922941888, 0.9952399427681788, 2.4772244100797804], "std": [0.09616130672260809, 0.04053214364672934, 0.10618932642860464, 0.6880023409022739, 0.17725552910959316, 2.193805914700829, 0.06708317282933178, 0.04128022000792147, 0.08952423091895254, 0.46705909096289133, 0.1741829853124292, 0.3930285503910993], "min": [0.5499057176950835, 0.05295679174267082, 1.0573944217419677, -2.527914419563199, 0.9205168609973722, -3.138514914085224, 0.5392243779169708, -0.17047583313439457, 1.0696954196518902, 0.6474823749726005, 0.8130380765807099, 1.6834362949604156], "max": [0.7845553330775034, 0.19510250120434822, 1.4091414784829281, -0.4819376762492232, 1.4651889996703846, 3.1279752520344677, 0.7212084397304088, -0.0339410524813972, 1.3383461950632443, 2.175034280168779, 1.3197248496454277, 2.889319371567903], "count": [202]}}} +{"episode_index": 14, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3323912050653595]], [[0.33663949346405225]], [[0.34855700367647063]]], "std": [[[0.3306102511079028]], [[0.315501592634554]], [[0.3053243307847029]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4639022487745098]], [[0.4914385763888889]], [[0.46113594771241834]]], "std": [[[0.3189852390362105]], [[0.3077513013035817]], [[0.31836640735762817]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4782325428921569]], [[0.4970454003267974]], [[0.461835095996732]]], "std": [[[0.3172826493314647]], [[0.3093420599275915]], [[0.31831639014277086]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36979747344771247]], [[0.40190363357843134]], [[0.409372806372549]]], "std": [[[0.35759989472128373]], [[0.35659061827608546]], [[0.3277771223216555]]], "count": [100]}, "observation.state": {"min": [0.29399845004081726, -1.219815731048584, 0.9218356609344482, -0.3526264429092407, -1.6087883710861206, 0.20966850221157074, -1.258297085762024, -1.3649672269821167, 1.1238746643066406, -0.38931962847709656, 0.9330653548240662, -0.41413938999176025, 15.368000030517578, 42.5993766784668, -0.8793749809265137, -0.6393750309944153, 1.0262500047683716, -0.609375, 1.0306249856948853, -0.9493750333786011, 0.8723076581954956, 0.10375000536441803, 0.9543750286102295, 0.6031249761581421, 30.0049991607666, 43.920623779296875, 1.1362500190734863, 0.26499998569488525, 0.9112499952316284, 0.47437500953674316, 0.6712499856948853, 0.6924999952316284, 0.7300000190734863, 0.20000000298023224, 0.6887500286102295, -3.4837498664855957], "max": [1.3596742153167725, -0.7181754112243652, 1.5854123830795288, 0.6712062358856201, -0.5122501254081726, 0.6328917741775513, -0.32442110776901245, -0.9038586020469666, 1.6783732175827026, 0.2446211874485016, 1.638246774673462, -0.1018301323056221, 56.62687683105469, 63.06416702270508, 64.04624938964844, 9.786874771118164, 33.85874938964844, 47.446250915527344, 35.92625045776367, 76.40437316894531, 75.73750305175781, 110.34375, 83.15562438964844, 110.12625122070312, 55.82749938964844, 59.084999084472656, 2.65625, 9.621110916137695, 34.505001068115234, 63.08062744140625, 36.692501068115234, 66.85625457763672, 44.57437515258789, 100.94437408447266, 83.00187683105469, 109.73125457763672], "mean": [0.9450808763504028, -0.8363250494003296, 1.0636868476867676, -0.00019347903435118496, -1.1765388250350952, 0.503282904624939, -1.0031781196594238, -0.9976638555526733, 1.257079839706421, 0.031265001744031906, 1.360242486000061, -0.3243148922920227, 44.768951416015625, 50.3529052734375, 15.29755973815918, 5.6803059577941895, 10.585721969604492, 7.580406665802002, 10.285722732543945, 11.583434104919434, 15.34378433227539, 18.392532348632812, 12.844250679016113, 44.8574104309082, 50.53082275390625, 51.800079345703125, 1.4189512729644775, 4.758604526519775, 11.248658180236816, 9.573907852172852, 9.738726615905762, 11.496514320373535, 11.231860160827637, 16.63898277282715, 13.177793502807617, 35.00809860229492], "std": [0.33249780535697937, 0.11021006107330322, 0.16701360046863556, 0.36579832434654236, 0.3722264766693115, 0.1447330266237259, 0.29386407136917114, 0.11437489837408066, 0.1542031466960907, 0.24168328940868378, 0.1836235374212265, 0.10430143773555756, 8.282011985778809, 5.039676666259766, 22.421945571899414, 3.4381155967712402, 10.444689750671387, 15.859807014465332, 11.519744873046875, 26.054765701293945, 22.181320190429688, 37.32343673706055, 24.991008758544922, 32.36185836791992, 6.86332893371582, 5.305314540863037, 0.2295214682817459, 2.6178741455078125, 9.438345909118652, 19.087841033935547, 11.872041702270508, 21.4427433013916, 13.557992935180664, 33.85829544067383, 24.945613861083984, 33.840023040771484], "count": [253]}, "action": {"min": [0.29399845004081726, -1.219815731048584, 0.9218356609344482, -0.3526264429092407, -1.6087883710861206, 0.20966850221157074, -1.258297085762024, -1.3649672269821167, 1.1238746643066406, -0.38931962847709656, 0.9330653548240662, -0.41413938999176025, 15.368000030517578, 42.5993766784668, -0.8793749809265137, -0.6393750309944153, 1.0262500047683716, -0.609375, 1.0306249856948853, -0.9493750333786011, 0.8723076581954956, 0.10375000536441803, 0.9543750286102295, 0.6031249761581421, 30.0049991607666, 43.920623779296875, 1.1362500190734863, 0.26499998569488525, 0.9112499952316284, 0.47437500953674316, 0.6712499856948853, 0.6924999952316284, 0.7300000190734863, 0.20000000298023224, 0.6887500286102295, -3.4837498664855957], "max": [1.3596742153167725, -0.7181754112243652, 1.5854123830795288, 0.6712062358856201, -0.5122501254081726, 0.6328917741775513, -0.32442110776901245, -0.9038586020469666, 1.6783732175827026, 0.2446211874485016, 1.638246774673462, -0.1018301323056221, 56.62687683105469, 63.06416702270508, 64.04624938964844, 9.786874771118164, 33.85874938964844, 47.446250915527344, 35.92625045776367, 76.40437316894531, 75.73750305175781, 110.34375, 83.15562438964844, 110.12625122070312, 55.82749938964844, 59.084999084472656, 2.65625, 9.621110916137695, 34.505001068115234, 63.08062744140625, 36.692501068115234, 66.85625457763672, 44.57437515258789, 100.94437408447266, 83.00187683105469, 109.73125457763672], "mean": [0.9450809359550476, -0.8363250494003296, 1.0636866092681885, -0.00019358540885150433, -1.1765391826629639, 0.503282904624939, -1.003178596496582, -0.9976640343666077, 1.257079839706421, 0.03126497566699982, 1.3602428436279297, -0.3243148922920227, 44.768985748291016, 50.35289764404297, 15.297565460205078, 5.680306434631348, 10.585722923278809, 7.580412864685059, 10.285726547241211, 11.58344554901123, 15.343785285949707, 18.392520904541016, 12.844265937805176, 44.85743713378906, 50.53077697753906, 51.80012130737305, 1.4189507961273193, 4.758604526519775, 11.248652458190918, 9.573904037475586, 9.738730430603027, 11.496505737304688, 11.231860160827637, 16.638996124267578, 13.177790641784668, 35.00809860229492], "std": [0.33249789476394653, 0.11021006107330322, 0.16701355576515198, 0.36579838395118713, 0.3722264766693115, 0.1447330266237259, 0.29386404156684875, 0.11437489092350006, 0.1542031168937683, 0.24168330430984497, 0.1836235076189041, 0.10430143773555756, 8.282011032104492, 5.039676189422607, 22.42194938659668, 3.438115358352661, 10.444687843322754, 15.8598051071167, 11.519745826721191, 26.054777145385742, 22.181320190429688, 37.32343673706055, 24.991018295288086, 32.361854553222656, 6.863327980041504, 5.305314540863037, 0.2295212745666504, 2.6178739070892334, 9.438345909118652, 19.08784294128418, 11.872040748596191, 21.4427433013916, 13.557991027832031, 33.85830307006836, 24.945621490478516, 33.840023040771484], "count": [253]}, "timestamp": {"min": [0.0], "max": [8.4], "mean": [4.199999999999999], "std": [2.434474618201362], "count": [253]}, "frame_index": {"min": [0], "max": [252], "mean": [126.0], "std": [73.03423854604085], "count": [253]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [253]}, "index": {"min": [3063], "max": [3315], "mean": [3189.0], "std": [73.03423854604085], "count": [253]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [253]}, "subtask_annotation": {"mean": [3.849802371541502, 10.0, 10.0, 10.0, 10.0], "std": [2.522854028885056, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [253]}, "scene_annotation": {"mean": [14.0], "std": [0.0], "min": [14], "max": [14], "count": [253]}, "eef_direction_state": {"mean": [3.3636363636363638, 4.41106719367589], "std": [2.079967936954012, 1.963348969822529], "min": [0, 0], "max": [6, 6], "count": [253]}, "eef_velocity_state": {"mean": [1.1383399209486167, 0.7747035573122529], "std": [0.7652484232429912, 0.8983034135489374], "min": [0, 0], "max": [2, 2], "count": [253]}, "eef_acc_mag_state": {"mean": [0.8735177865612648, 0.5889328063241107], "std": [0.8433711976089553, 0.7933742714604791], "min": [0, 0], "max": [2, 2], "count": [253]}, "eef_direction_action": {"mean": [3.3636363636363638, 4.41106719367589], "std": [2.079967936954012, 1.963348969822529], "min": [0, 0], "max": [6, 6], "count": [253]}, "eef_velocity_action": {"mean": [1.1383399209486167, 0.7747035573122529], "std": [0.7652484232429912, 0.8983034135489374], "min": [0, 0], "max": [2, 2], "count": [253]}, "eef_acc_mag_action": {"mean": [0.8735177865612648, 0.5889328063241107], "std": [0.8433711976089553, 0.7933742714604791], "min": [0, 0], "max": [2, 2], "count": [253]}, "eef_sim_pose_state": {"mean": [0.6230035724553384, 0.20723827486141955, 1.2161576702870052, -1.30759080416656, 0.7022422437400364, -2.012027994968799, 0.634496889350159, -0.20169864914917118, 1.2112423854843732, 1.155045334990013, 0.524958171002283, 2.028050068105117], "std": [0.052567326364563315, 0.041186702444285184, 0.04079087255689254, 0.2255148392652982, 0.13687807851435768, 0.2951253993999599, 0.0374337429112963, 0.05778767571632452, 0.05346244786449538, 0.15301513244753068, 0.0566034686100254, 0.17502794577819145], "min": [0.5807998503565897, 0.14396104544347615, 1.1739194257629466, -1.8059862933207003, 0.5104116884964407, -2.6242198283547666, 0.6046015457756206, -0.2572368928929101, 1.1679941380104308, 0.7139483607220403, 0.38509395758208687, 1.8482551405506549], "max": [0.7940260439661413, 0.2665183217624144, 1.3368737012411385, -0.8574277362490736, 0.9266677265652512, -1.730108914312539, 0.7590160330433119, -0.09483904500654623, 1.3661837527642735, 1.283577182462163, 0.6627305813304307, 2.4014339718408344], "count": [253]}, "eef_sim_pose_action": {"mean": [0.6230035724553384, 0.20723827486141955, 1.2161576702870052, -1.30759080416656, 0.7022422437400364, -2.012027994968799, 0.634496889350159, -0.20169864914917118, 1.2112423854843732, 1.155045334990013, 0.524958171002283, 2.028050068105117], "std": [0.052567326364563315, 0.041186702444285184, 0.04079087255689254, 0.2255148392652982, 0.13687807851435768, 0.2951253993999599, 0.0374337429112963, 0.05778767571632452, 0.05346244786449538, 0.15301513244753068, 0.0566034686100254, 0.17502794577819145], "min": [0.5807998503565897, 0.14396104544347615, 1.1739194257629466, -1.8059862933207003, 0.5104116884964407, -2.6242198283547666, 0.6046015457756206, -0.2572368928929101, 1.1679941380104308, 0.7139483607220403, 0.38509395758208687, 1.8482551405506549], "max": [0.7940260439661413, 0.2665183217624144, 1.3368737012411385, -0.8574277362490736, 0.9266677265652512, -1.730108914312539, 0.7590160330433119, -0.09483904500654623, 1.3661837527642735, 1.283577182462163, 0.6627305813304307, 2.4014339718408344], "count": [253]}}} +{"episode_index": 15, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3446760661764706]], [[0.41766092116013076]], [[0.4221008190359477]]], "std": [[[0.36564993241204535]], [[0.2668152164879744]], [[0.26160566638078764]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4943638888888889]], [[0.5257125469771242]], [[0.49381850081699347]]], "std": [[[0.3270972345608197]], [[0.3004594403718612]], [[0.30686392312652355]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46884595996732026]], [[0.4962549019607843]], [[0.4682385866013072]]], "std": [[[0.3017849296016342]], [[0.2711761599178745]], [[0.2660070523777538]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4088882107843137]], [[0.4212476797385621]], [[0.3207617013888889]]], "std": [[[0.41538026794019983]], [[0.3733859939204703]], [[0.3472398328647825]]], "count": [100]}, "observation.state": {"min": [0.17915046215057373, -1.269216775894165, 0.8061054944992065, -0.31421664357185364, -1.36235511302948, 0.7652161121368408, -1.021734595298767, -1.1650501489639282, 0.7632848620414734, -0.2508678436279297, 0.22757400572299957, -1.1282615661621094, 26.872499465942383, 44.76874923706055, -0.47437500953674316, -0.4599999785423279, 13.545624732971191, 0.734375, 5.127500057220459, 0.21437500417232513, 1.046875, -2.713124990463257, 0.9943749904632568, 11.451874732971191, 29.426250457763672, 42.282501220703125, 0.39124998450279236, -2.7174999713897705, 4.682499885559082, 1.65625, 4.703750133514404, 0.4375, 1.2868750095367432, 9.447500228881836, 0.9125000238418579, 29.86312484741211], "max": [0.8304246068000793, -0.7305256724357605, 1.4424067735671997, 0.28324559330940247, -0.15738250315189362, 1.2485694885253906, -0.16331921517848969, -0.6301499605178833, 1.252121925354004, -0.0559709407389164, 1.1272814273834229, -0.6414511203765869, 62.12249755859375, 69.92666625976562, 32.192501068115234, 1.9756250381469727, 37.90812683105469, 40.13999938964844, 43.557498931884766, 56.09062576293945, 44.90999984741211, 76.98625183105469, 44.00374984741211, 107.94999694824219, 66.19000244140625, 56.36777877807617, 0.75, 0.1862500011920929, 39.634376525878906, 43.65250015258789, 47.755001068115234, 60.22125244140625, 52.44312286376953, 77.27375030517578, 54.333126068115234, 98.51312255859375], "mean": [0.4636276364326477, -0.9897276163101196, 1.1577308177947998, 0.01874287612736225, -0.5373875498771667, 0.9838521480560303, -0.7412779331207275, -0.8444727659225464, 0.9182800650596619, -0.16568869352340698, 0.7546805143356323, -0.7796676158905029, 42.153839111328125, 55.168087005615234, 4.107952117919922, 0.022911587730050087, 25.273374557495117, 12.771574020385742, 25.32752227783203, 16.786405563354492, 17.43618392944336, 41.297183990478516, 12.447381973266602, 85.71749877929688, 53.31345748901367, 47.12547302246094, 0.5349538922309875, -1.471194863319397, 29.656970977783203, 30.164793014526367, 34.685089111328125, 37.90653610229492, 32.17610168457031, 54.1180305480957, 27.178340911865234, 81.15242767333984], "std": [0.2569735050201416, 0.13837453722953796, 0.2055221050977707, 0.21662476658821106, 0.2570841312408447, 0.18163269758224487, 0.30428409576416016, 0.12752299010753632, 0.13169221580028534, 0.055573493242263794, 0.22034674882888794, 0.1616617888212204, 12.82214641571045, 7.47982120513916, 8.306008338928223, 0.5490747690200806, 8.115869522094727, 15.567440032958984, 11.053929328918457, 20.79210662841797, 15.082343101501465, 21.103052139282227, 16.101186752319336, 17.92543601989746, 10.301159858703613, 2.1152184009552, 0.10888182371854782, 1.0757064819335938, 8.404071807861328, 16.242380142211914, 12.413553237915039, 19.34626579284668, 16.401933670043945, 17.451244354248047, 18.56509780883789, 13.357094764709473], "count": [218]}, "action": {"min": [0.17915046215057373, -1.269216775894165, 0.8061054944992065, -0.31421664357185364, -1.36235511302948, 0.7652161121368408, -1.021734595298767, -1.1650501489639282, 0.7632848620414734, -0.2508678436279297, 0.22757400572299957, -1.1282615661621094, 26.872499465942383, 44.76874923706055, -0.47437500953674316, -0.4599999785423279, 13.545624732971191, 0.734375, 5.127500057220459, 0.21437500417232513, 1.046875, -2.713124990463257, 0.9943749904632568, 11.451874732971191, 29.426250457763672, 42.282501220703125, 0.39124998450279236, -2.7174999713897705, 4.682499885559082, 1.65625, 4.703750133514404, 0.4375, 1.2868750095367432, 9.447500228881836, 0.9125000238418579, 29.86312484741211], "max": [0.8304246068000793, -0.7305256724357605, 1.4424067735671997, 0.28324559330940247, -0.15738250315189362, 1.2485694885253906, -0.16331921517848969, -0.6301499605178833, 1.252121925354004, -0.0559709407389164, 1.1272814273834229, -0.6414511203765869, 62.12249755859375, 69.92666625976562, 32.192501068115234, 1.9756250381469727, 37.90812683105469, 40.13999938964844, 43.557498931884766, 56.09062576293945, 44.90999984741211, 76.98625183105469, 44.00374984741211, 107.94999694824219, 66.19000244140625, 56.36777877807617, 0.75, 0.1862500011920929, 39.634376525878906, 43.65250015258789, 47.755001068115234, 60.22125244140625, 52.44312286376953, 77.27375030517578, 54.333126068115234, 98.51312255859375], "mean": [0.4636276662349701, -0.9897278547286987, 1.1577305793762207, 0.0187428779900074, -0.5373875498771667, 0.983852207660675, -0.7412782311439514, -0.8444727659225464, 0.9182798862457275, -0.16568854451179504, 0.7546807527542114, -0.7796677350997925, 42.15383529663086, 55.16809844970703, 4.1079583168029785, 0.02291157655417919, 25.27337646484375, 12.771574020385742, 25.327537536621094, 16.786407470703125, 17.43617820739746, 41.29720687866211, 12.447383880615234, 85.7175064086914, 53.31346893310547, 47.12552261352539, 0.5349541306495667, -1.4711952209472656, 29.656957626342773, 30.164779663085938, 34.685081481933594, 37.90652847290039, 32.176109313964844, 54.118011474609375, 27.1783390045166, 81.15245819091797], "std": [0.2569735050201416, 0.13837452232837677, 0.2055221050977707, 0.21662476658821106, 0.2570841610431671, 0.18163272738456726, 0.3042840361595154, 0.12752299010753632, 0.13169221580028534, 0.055573489516973495, 0.22034674882888794, 0.1616617888212204, 12.822147369384766, 7.479820728302002, 8.306008338928223, 0.5490745902061462, 8.115869522094727, 15.567439079284668, 11.053930282592773, 20.7921142578125, 15.082344055175781, 21.10304832458496, 16.10118865966797, 17.92543601989746, 10.30116081237793, 2.115218162536621, 0.10888181626796722, 1.0757066011428833, 8.404071807861328, 16.242382049560547, 12.413555145263672, 19.346261978149414, 16.401933670043945, 17.451244354248047, 18.565095901489258, 13.35709285736084], "count": [218]}, "timestamp": {"min": [0.0], "max": [7.233333333333333], "mean": [3.616666666666667], "std": [2.0976839079751217], "count": [218]}, "frame_index": {"min": [0], "max": [217], "mean": [108.5], "std": [62.930517239253646], "count": [218]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [218]}, "index": {"min": [3316], "max": [3533], "mean": [3424.5], "std": [62.930517239253646], "count": [218]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [218]}, "subtask_annotation": {"mean": [3.4220183486238533, 5.678899082568807, 10.0, 10.0, 10.0], "std": [3.304968675285362, 4.312092520719716, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [218]}, "scene_annotation": {"mean": [15.0], "std": [0.0], "min": [15], "max": [15], "count": [218]}, "eef_direction_state": {"mean": [3.0458715596330275, 3.2110091743119265], "std": [1.7836429122862432, 2.0944373442303443], "min": [0, 0], "max": [6, 6], "count": [218]}, "eef_velocity_state": {"mean": [1.463302752293578, 1.3073394495412844], "std": [0.5341821409568045, 0.6580770460481639], "min": [0, 0], "max": [2, 2], "count": [218]}, "eef_acc_mag_state": {"mean": [0.9954128440366973, 0.9357798165137615], "std": [0.8042188438639429, 0.8045196795740833], "min": [0, 0], "max": [2, 2], "count": [218]}, "eef_direction_action": {"mean": [3.0458715596330275, 3.2110091743119265], "std": [1.7836429122862432, 2.0944373442303443], "min": [0, 0], "max": [6, 6], "count": [218]}, "eef_velocity_action": {"mean": [1.463302752293578, 1.3073394495412844], "std": [0.5341821409568045, 0.6580770460481639], "min": [0, 0], "max": [2, 2], "count": [218]}, "eef_acc_mag_action": {"mean": [0.9954128440366973, 0.9357798165137615], "std": [0.8042188438639429, 0.8045196795740833], "min": [0, 0], "max": [2, 2], "count": [218]}, "eef_sim_pose_state": {"mean": [0.6813703036863404, 0.12518883976891915, 1.2319856341611586, -1.4364955980508296, 0.9918623699165878, -2.102822211261685, 0.5883084493786852, -0.10580944784959656, 1.1881565855640936, 1.4814279453866193, 0.9089851520998735, 2.305407101866933], "std": [0.08244525948565574, 0.057362110120485796, 0.09185924424635963, 0.418164017168431, 0.1324481622113799, 0.5036137061498213, 0.054611070360157214, 0.03281250151236439, 0.08908612171463483, 0.42480374027160783, 0.19579030746887868, 0.3648869073359931], "min": [0.5676519452474883, 0.04916070126965072, 1.0612614863663112, -2.0993898312892174, 0.7001618822090263, -2.876871263919794, 0.5363670865252224, -0.15543890695597912, 1.070690656990575, 0.6905977765196056, 0.7525357723768678, 1.5836069829274382], "max": [0.7752870144494194, 0.2107618330852384, 1.3290107341355129, -0.7240333219288007, 1.2487154070985418, -1.4835250925910455, 0.7187050191607245, -0.03411712231155173, 1.333879156405207, 1.99958544525495, 1.3642871685098905, 2.683821148536015], "count": [218]}, "eef_sim_pose_action": {"mean": [0.6813703036863404, 0.12518883976891915, 1.2319856341611586, -1.4364955980508296, 0.9918623699165878, -2.102822211261685, 0.5883084493786852, -0.10580944784959656, 1.1881565855640936, 1.4814279453866193, 0.9089851520998735, 2.305407101866933], "std": [0.08244525948565574, 0.057362110120485796, 0.09185924424635963, 0.418164017168431, 0.1324481622113799, 0.5036137061498213, 0.054611070360157214, 0.03281250151236439, 0.08908612171463483, 0.42480374027160783, 0.19579030746887868, 0.3648869073359931], "min": [0.5676519452474883, 0.04916070126965072, 1.0612614863663112, -2.0993898312892174, 0.7001618822090263, -2.876871263919794, 0.5363670865252224, -0.15543890695597912, 1.070690656990575, 0.6905977765196056, 0.7525357723768678, 1.5836069829274382], "max": [0.7752870144494194, 0.2107618330852384, 1.3290107341355129, -0.7240333219288007, 1.2487154070985418, -1.4835250925910455, 0.7187050191607245, -0.03411712231155173, 1.333879156405207, 1.99958544525495, 1.3642871685098905, 2.683821148536015], "count": [218]}}} +{"episode_index": 16, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3241859129901961]], [[0.3289699652777778]], [[0.34291495506535946]]], "std": [[[0.33000069331845294]], [[0.3155219485681569]], [[0.3058287972686881]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46851146241830066]], [[0.4886243096405229]], [[0.45684998570261437]]], "std": [[[0.3217202712691172]], [[0.3163192284287202]], [[0.3286625686560353]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4831008558006536]], [[0.5050361192810457]], [[0.4723290604575163]]], "std": [[[0.3158118691470234]], [[0.308342488160211]], [[0.3170059686099176]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3723383129084967]], [[0.40323300857843136]], [[0.405717404003268]]], "std": [[[0.3611325973824447]], [[0.3597042450522033]], [[0.3321599823905304]]], "count": [100]}, "observation.state": {"min": [0.26045241951942444, -1.1519368886947632, 0.9318017363548279, -0.426108181476593, -1.6011048555374146, 0.49765869975090027, -1.3331480026245117, -1.3502088785171509, 1.091295599937439, -0.28863394260406494, 0.918402373790741, -0.46187150478363037, 19.93555450439453, 42.32749938964844, -0.8806250095367432, 1.8125, 0.8545454740524292, 0.24437500536441803, 0.70333331823349, -1.024999976158142, 0.7043750286102295, -2.974375009536743, 1.0837500095367432, 7.287499904632568, 25.983749389648438, 41.92625045776367, 1.09375, -0.26625001430511475, 0.9681249856948853, 1.134374976158142, 0.9537500143051147, 0.8331249952316284, 1.0362499952316284, 0.5787500143051147, 0.8756250143051147, -0.7706249952316284], "max": [1.3621060848236084, -0.7475489974021912, 1.5079251527786255, 0.2026827335357666, -0.6711347103118896, 0.602826714515686, -0.30384528636932373, -0.8335241079330444, 1.648999571800232, 0.3061579763889313, 1.6314148902893066, -0.18892577290534973, 64.92312622070312, 62.282222747802734, 40.3181266784668, 9.541250228881836, 37.48625183105469, 52.96312713623047, 30.50874900817871, 74.62437438964844, 34.66062545776367, 81.22000122070312, 73.85812377929688, 110.92749786376953, 65.73187255859375, 65.32500457763672, 2.8350000381469727, 9.483750343322754, 31.313125610351562, 51.915626525878906, 39.82749938964844, 73.81875610351562, 71.90312957763672, 109.96562957763672, 81.30937957763672, 109.85562896728516], "mean": [0.9735387563705444, -0.8502963185310364, 1.0881425142288208, -0.10500499606132507, -1.2274973392486572, 0.5502409338951111, -1.0040652751922607, -0.9629543423652649, 1.2650370597839355, 0.06381604820489883, 1.3228257894515991, -0.3563646972179413, 50.19174575805664, 48.172489166259766, 7.252643585205078, 6.934810161590576, 12.065674781799316, 9.101297378540039, 8.871698379516602, 12.68654727935791, 9.709697723388672, 13.312100410461426, 13.490859031677246, 45.2394905090332, 49.98294448852539, 52.89261245727539, 1.2499573230743408, 4.059322357177734, 14.965815544128418, 9.952245712280273, 13.276416778564453, 13.960432052612305, 17.818317413330078, 21.882198333740234, 14.811647415161133, 36.015689849853516], "std": [0.2887342870235443, 0.08501336723566055, 0.13692806661128998, 0.17982807755470276, 0.25062525272369385, 0.023676950484514236, 0.3307642340660095, 0.1399770826101303, 0.15785911679267883, 0.23297597467899323, 0.18457373976707458, 0.09627950936555862, 8.846328735351562, 3.7352609634399414, 13.875882148742676, 2.3143692016601562, 12.285304069519043, 17.153993606567383, 11.375825881958008, 26.428241729736328, 12.748151779174805, 29.832839965820312, 23.75914764404297, 30.993898391723633, 10.225188255310059, 8.087042808532715, 0.2397625744342804, 2.8809518814086914, 8.41873836517334, 16.67469596862793, 11.381820678710938, 24.65557098388672, 20.430931091308594, 39.55868911743164, 24.292556762695312, 35.89606857299805], "count": [226]}, "action": {"min": [0.26045241951942444, -1.1519368886947632, 0.9318017363548279, -0.426108181476593, -1.6011048555374146, 0.49765869975090027, -1.3331480026245117, -1.3502088785171509, 1.091295599937439, -0.28863394260406494, 0.918402373790741, -0.46187150478363037, 19.93555450439453, 42.32749938964844, -0.8806250095367432, 1.8125, 0.8545454740524292, 0.24437500536441803, 0.70333331823349, -1.024999976158142, 0.7043750286102295, -2.974375009536743, 1.0837500095367432, 7.287499904632568, 25.983749389648438, 41.92625045776367, 1.09375, -0.26625001430511475, 0.9681249856948853, 1.134374976158142, 0.9537500143051147, 0.8331249952316284, 1.0362499952316284, 0.5787500143051147, 0.8756250143051147, -0.7706249952316284], "max": [1.3621060848236084, -0.7475489974021912, 1.5079251527786255, 0.2026827335357666, -0.6711347103118896, 0.602826714515686, -0.30384528636932373, -0.8335241079330444, 1.648999571800232, 0.3061579763889313, 1.6314148902893066, -0.18892577290534973, 64.92312622070312, 62.282222747802734, 40.3181266784668, 9.541250228881836, 37.48625183105469, 52.96312713623047, 30.50874900817871, 74.62437438964844, 34.66062545776367, 81.22000122070312, 73.85812377929688, 110.92749786376953, 65.73187255859375, 65.32500457763672, 2.8350000381469727, 9.483750343322754, 31.313125610351562, 51.915626525878906, 39.82749938964844, 73.81875610351562, 71.90312957763672, 109.96562957763672, 81.30937957763672, 109.85562896728516], "mean": [0.9735385775566101, -0.8502965569496155, 1.0881438255310059, -0.10500496625900269, -1.227497935295105, 0.5502411723136902, -1.0040653944015503, -0.9629542231559753, 1.2650374174118042, 0.06381604820489883, 1.322825312614441, -0.3563646376132965, 50.19175720214844, 48.172481536865234, 7.2526445388793945, 6.9348063468933105, 12.065673828125, 9.101304054260254, 8.871706008911133, 12.68655014038086, 9.709694862365723, 13.31210708618164, 13.490867614746094, 45.2394905090332, 49.9829216003418, 52.892581939697266, 1.2499582767486572, 4.059321403503418, 14.965812683105469, 9.952245712280273, 13.276415824890137, 13.96042537689209, 17.818317413330078, 21.8822078704834, 14.811651229858398, 36.015682220458984], "std": [0.2887342870235443, 0.08501335233449936, 0.1369280219078064, 0.17982806265354156, 0.25062522292137146, 0.023676952347159386, 0.33076420426368713, 0.13997705280780792, 0.15785910189151764, 0.23297591507434845, 0.18457373976707458, 0.09627951681613922, 8.846327781677246, 3.7352609634399414, 13.875886917114258, 2.314368963241577, 12.285303115844727, 17.15399742126465, 11.375823974609375, 26.428237915039062, 12.748151779174805, 29.83283805847168, 23.75914764404297, 30.993898391723633, 10.225186347961426, 8.087042808532715, 0.23976269364356995, 2.8809521198272705, 8.418740272521973, 16.674697875976562, 11.381820678710938, 24.655576705932617, 20.43093490600586, 39.558685302734375, 24.292552947998047, 35.89606857299805], "count": [226]}, "timestamp": {"min": [0.0], "max": [7.5], "mean": [3.75], "std": [2.174664725116648], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [226]}, "index": {"min": [3534], "max": [3759], "mean": [3646.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [226]}, "subtask_annotation": {"mean": [4.230088495575221, 10.0, 10.0, 10.0, 10.0], "std": [2.603635475884359, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [226]}, "scene_annotation": {"mean": [16.0], "std": [0.0], "min": [16], "max": [16], "count": [226]}, "eef_direction_state": {"mean": [3.34070796460177, 4.119469026548672], "std": [2.051079455412307, 1.8262761767650049], "min": [0, 0], "max": [6, 6], "count": [226]}, "eef_velocity_state": {"mean": [1.2256637168141593, 0.9823008849557522], "std": [0.7799794371083444, 0.9215444988987481], "min": [0, 0], "max": [2, 2], "count": [226]}, "eef_acc_mag_state": {"mean": [0.9601769911504425, 0.8053097345132744], "std": [0.8430916370698639, 0.8451674922198784], "min": [0, 0], "max": [2, 2], "count": [226]}, "eef_direction_action": {"mean": [3.34070796460177, 4.119469026548672], "std": [2.051079455412307, 1.8262761767650049], "min": [0, 0], "max": [6, 6], "count": [226]}, "eef_velocity_action": {"mean": [1.2256637168141593, 0.9823008849557522], "std": [0.7799794371083444, 0.9215444988987481], "min": [0, 0], "max": [2, 2], "count": [226]}, "eef_acc_mag_action": {"mean": [0.9601769911504425, 0.8053097345132744], "std": [0.8430916370698639, 0.8451674922198784], "min": [0, 0], "max": [2, 2], "count": [226]}, "eef_sim_pose_state": {"mean": [0.6313869014002709, 0.21618971083180585, 1.2226502434029212, -1.2176794146734689, 0.6712291925282668, -1.914992416443815, 0.644737198283601, -0.21879502729541694, 1.2214482126036106, 1.1621755942849668, 0.5808763606313373, 1.9688031680338531], "std": [0.043018464939645076, 0.02975062667613467, 0.049557374617525456, 0.14215795942696186, 0.10349700859489042, 0.13715611308773837, 0.03899971725154237, 0.0672231072160268, 0.05602326514430534, 0.15797038486435075, 0.05524870442896696, 0.15513783542571896], "min": [0.5813996195110156, 0.15147067708924056, 1.1789174074199076, -1.4670173621745428, 0.43936815551851405, -2.2007864225456046, 0.5916979538781053, -0.28380947344557755, 1.1812365665776177, 0.7209202060209245, 0.404072117946803, 1.7915388768696985], "max": [0.7648986139547557, 0.2932892075711055, 1.3690453291193503, -0.7963855917404118, 0.8270146765952711, -1.6162148523031243, 0.7488402737203785, -0.08217277236287623, 1.3688997786031303, 1.2784734596997476, 0.6319364324667074, 2.3115698248251673], "count": [226]}, "eef_sim_pose_action": {"mean": [0.6313869014002709, 0.21618971083180585, 1.2226502434029212, -1.2176794146734689, 0.6712291925282668, -1.914992416443815, 0.644737198283601, -0.21879502729541694, 1.2214482126036106, 1.1621755942849668, 0.5808763606313373, 1.9688031680338531], "std": [0.043018464939645076, 0.02975062667613467, 0.049557374617525456, 0.14215795942696186, 0.10349700859489042, 0.13715611308773837, 0.03899971725154237, 0.0672231072160268, 0.05602326514430534, 0.15797038486435075, 0.05524870442896696, 0.15513783542571896], "min": [0.5813996195110156, 0.15147067708924056, 1.1789174074199076, -1.4670173621745428, 0.43936815551851405, -2.2007864225456046, 0.5916979538781053, -0.28380947344557755, 1.1812365665776177, 0.7209202060209245, 0.404072117946803, 1.7915388768696985], "max": [0.7648986139547557, 0.2932892075711055, 1.3690453291193503, -0.7963855917404118, 0.8270146765952711, -1.6162148523031243, 0.7488402737203785, -0.08217277236287623, 1.3688997786031303, 1.2784734596997476, 0.6319364324667074, 2.3115698248251673], "count": [226]}}} +{"episode_index": 17, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35742708333333334]], [[0.4181008925653595]], [[0.3934579350490196]]], "std": [[[0.36811228097651727]], [[0.2642388343636808]], [[0.2611829553574915]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4927902593954248]], [[0.540209405637255]], [[0.5256269362745097]]], "std": [[[0.31923722409097327]], [[0.2958243797796706]], [[0.29871442507364093]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4561923161764706]], [[0.4814129738562091]], [[0.4495446956699346]]], "std": [[[0.30594812981536235]], [[0.26888695402301865]], [[0.26306776529136916]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4135010253267974]], [[0.42677194444444444]], [[0.3226811785130719]]], "std": [[[0.4160573874411527]], [[0.3737933963712072]], [[0.3479952215809034]]], "count": [100]}, "observation.state": {"min": [0.14128901064395905, -1.1345797777175903, 0.770962119102478, -0.15390154719352722, -0.9039778113365173, 0.6797417402267456, -1.028648853302002, -1.1756598949432373, 0.7291905283927917, -0.11215381324291229, 0.41839197278022766, -0.9788450598716736, 31.785625457763672, 47.87187576293945, -0.5362499952316284, -0.3843750059604645, 8.511249542236328, 0.70250004529953, 11.696249961853027, -0.8174999952316284, 8.209091186523438, 10.061874389648438, 1.0106250047683716, 60.6827278137207, 31.046875, 38.084442138671875, 0.38624998927116394, -1.2881250381469727, 6.92555570602417, -0.20900000631809235, 4.397777557373047, 1.0824999809265137, 6.526666641235352, 4.433125019073486, 0.5881249904632568, 57.59062576293945], "max": [0.9156128168106079, -0.6354667544364929, 1.3121089935302734, 0.3055380582809448, -0.1850871741771698, 1.1593995094299316, -0.2608233094215393, -0.590810239315033, 1.3101539611816406, -0.0719626396894455, 1.2627794742584229, -0.6270980834960938, 64.74250030517578, 63.578887939453125, 36.52818298339844, -0.08937499672174454, 41.35000228881836, 41.380001068115234, 45.58562469482422, 76.95062255859375, 49.62687683105469, 96.86125183105469, 50.15250015258789, 109.8862533569336, 61.94499969482422, 52.067501068115234, 0.578125, 0.30454546213150024, 39.10375213623047, 26.515625, 42.510623931884766, 68.22562408447266, 50.69187545776367, 89.16250610351562, 56.139373779296875, 107.20062255859375], "mean": [0.47409337759017944, -0.8932145833969116, 1.0772477388381958, 0.10599757730960846, -0.4866389036178589, 0.9406974911689758, -0.8327620029449463, -0.812231719493866, 0.8986019492149353, -0.09377700835466385, 0.8408768177032471, -0.7002304792404175, 48.633094787597656, 56.24684143066406, 5.259863376617432, -0.2372782677412033, 32.619686126708984, 15.035614013671875, 34.36016845703125, 21.13232421875, 24.41332244873047, 50.634342193603516, 16.2636775970459, 93.79850769042969, 56.08666229248047, 49.75897979736328, 0.49175357818603516, -0.8490158915519714, 32.62730407714844, 20.486513137817383, 36.03471755981445, 42.751529693603516, 38.993770599365234, 60.549739837646484, 37.696319580078125, 91.89205169677734], "std": [0.2993580102920532, 0.12835349142551422, 0.17154645919799805, 0.16959892213344574, 0.1866212785243988, 0.17754539847373962, 0.284903883934021, 0.1589423567056656, 0.1811407506465912, 0.013442480936646461, 0.20336396992206573, 0.11496957391500473, 11.850350379943848, 4.592445373535156, 10.433453559875488, 0.11204913258552551, 9.750746726989746, 17.688318252563477, 9.437994956970215, 26.796201705932617, 13.772603988647461, 22.455120086669922, 18.916250228881836, 12.718170166015625, 10.122577667236328, 3.862406015396118, 0.04918684437870979, 0.43418073654174805, 7.738190650939941, 9.512741088867188, 9.412525177001953, 19.967042922973633, 11.393817901611328, 24.518573760986328, 17.955333709716797, 13.30433177947998], "count": [201]}, "action": {"min": [0.14128901064395905, -1.1345797777175903, 0.770962119102478, -0.15390154719352722, -0.9039778113365173, 0.6797417402267456, -1.028648853302002, -1.1756598949432373, 0.7291905283927917, -0.11215381324291229, 0.41839197278022766, -0.9788450598716736, 31.785625457763672, 47.87187576293945, -0.5362499952316284, -0.3843750059604645, 8.511249542236328, 0.70250004529953, 11.696249961853027, -0.8174999952316284, 8.209091186523438, 10.061874389648438, 1.0106250047683716, 60.6827278137207, 31.046875, 38.084442138671875, 0.38624998927116394, -1.2881250381469727, 6.92555570602417, -0.20900000631809235, 4.397777557373047, 1.0824999809265137, 6.526666641235352, 4.433125019073486, 0.5881249904632568, 57.59062576293945], "max": [0.9156128168106079, -0.6354667544364929, 1.3121089935302734, 0.3055380582809448, -0.1850871741771698, 1.1593995094299316, -0.2608233094215393, -0.590810239315033, 1.3101539611816406, -0.0719626396894455, 1.2627794742584229, -0.6270980834960938, 64.74250030517578, 63.578887939453125, 36.52818298339844, -0.08937499672174454, 41.35000228881836, 41.380001068115234, 45.58562469482422, 76.95062255859375, 49.62687683105469, 96.86125183105469, 50.15250015258789, 109.8862533569336, 61.94499969482422, 52.067501068115234, 0.578125, 0.30454546213150024, 39.10375213623047, 26.515625, 42.510623931884766, 68.22562408447266, 50.69187545776367, 89.16250610351562, 56.139373779296875, 107.20062255859375], "mean": [0.4740934669971466, -0.893214762210846, 1.0772483348846436, 0.10599751025438309, -0.4866389036178589, 0.9406974911689758, -0.8327621817588806, -0.8122318983078003, 0.8986021876335144, -0.09377709031105042, 0.8408768177032471, -0.7002307176589966, 48.63311004638672, 56.2468376159668, 5.259870529174805, -0.2372780591249466, 32.619686126708984, 15.035604476928711, 34.360164642333984, 21.13232421875, 24.4133243560791, 50.634361267089844, 16.263673782348633, 93.79850769042969, 56.086666107177734, 49.75895309448242, 0.4917537271976471, -0.8490158915519714, 32.627296447753906, 20.486522674560547, 36.03472137451172, 42.75152587890625, 38.9937744140625, 60.54977035522461, 37.696327209472656, 91.89208984375], "std": [0.2993580102920532, 0.12835349142551422, 0.17154645919799805, 0.16959893703460693, 0.18662124872207642, 0.1775454431772232, 0.2849038541316986, 0.1589423567056656, 0.1811407506465912, 0.013442481867969036, 0.20336396992206573, 0.11496957391500473, 11.850349426269531, 4.592445373535156, 10.433450698852539, 0.11204911768436432, 9.750746726989746, 17.68832015991211, 9.437994956970215, 26.796201705932617, 13.772603034973145, 22.45511817932129, 18.916250228881836, 12.718171119689941, 10.122575759887695, 3.8624045848846436, 0.049186840653419495, 0.43418073654174805, 7.738190174102783, 9.512740135192871, 9.412524223327637, 19.967039108276367, 11.393817901611328, 24.51858139038086, 17.955337524414062, 13.304332733154297], "count": [201]}, "timestamp": {"min": [0.0], "max": [6.666666666666667], "mean": [3.3333333333333335], "std": [1.9340994650588013], "count": [201]}, "frame_index": {"min": [0], "max": [200], "mean": [100.0], "std": [58.02298395176403], "count": [201]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [201]}, "index": {"min": [3760], "max": [3960], "mean": [3860.0], "std": [58.02298395176403], "count": [201]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [201]}, "subtask_annotation": {"mean": [2.646766169154229, 5.074626865671642, 10.0, 10.0, 10.0], "std": [2.948918680318953, 4.274115425642603, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [201]}, "scene_annotation": {"mean": [17.0], "std": [0.0], "min": [17], "max": [17], "count": [201]}, "eef_direction_state": {"mean": [4.019900497512438, 4.2388059701492535], "std": [1.9056350034092746, 1.8985950729182968], "min": [0, 0], "max": [6, 6], "count": [201]}, "eef_velocity_state": {"mean": [1.1194029850746268, 1.064676616915423], "std": [0.7890239841432437, 0.8169814724148592], "min": [0, 0], "max": [2, 2], "count": [201]}, "eef_acc_mag_state": {"mean": [0.8258706467661692, 0.8059701492537313], "std": [0.8664718666555505, 0.8506153342552261], "min": [0, 0], "max": [2, 2], "count": [201]}, "eef_direction_action": {"mean": [4.019900497512438, 4.2388059701492535], "std": [1.9056350034092746, 1.8985950729182968], "min": [0, 0], "max": [6, 6], "count": [201]}, "eef_velocity_action": {"mean": [1.1194029850746268, 1.064676616915423], "std": [0.7890239841432437, 0.8169814724148592], "min": [0, 0], "max": [2, 2], "count": [201]}, "eef_acc_mag_action": {"mean": [0.8258706467661692, 0.8059701492537313], "std": [0.8664718666555505, 0.8506153342552261], "min": [0, 0], "max": [2, 2], "count": [201]}, "eef_sim_pose_state": {"mean": [0.6647066917098358, 0.13566846796921714, 1.2289481688950707, -1.470278108779097, 1.0520643403305343, -2.126925571727987, 0.5833306994610543, -0.12378661743177631, 1.1826434274327708, 1.5376810867731343, 0.779005293065659, 2.3238034631631375], "std": [0.07623447020653405, 0.0395364880146329, 0.09068008134406814, 0.39323649637330044, 0.15837117230680992, 0.4571887752103801, 0.06483098418970433, 0.027530783962959354, 0.0867545855145475, 0.3889419995189573, 0.10668556282094768, 0.3121311339111707], "min": [0.544663712903044, 0.07552733563619943, 1.0605503761088806, -2.1613218221974373, 0.7742454048329885, -2.9005886130408998, 0.5350068516059044, -0.158106763186418, 1.0805431725195853, 0.7343811010925729, 0.6914532571717871, 1.7339436271445967], "max": [0.7436503678371781, 0.19207553245224285, 1.3342230850431054, -0.7836005195133139, 1.2822647967999377, -1.5765238411539366, 0.7328784984020309, -0.05948658026153156, 1.343004186639055, 1.9839791009280623, 1.0610102893130184, 2.6314783093400145], "count": [201]}, "eef_sim_pose_action": {"mean": [0.6647066917098358, 0.13566846796921714, 1.2289481688950707, -1.470278108779097, 1.0520643403305343, -2.126925571727987, 0.5833306994610543, -0.12378661743177631, 1.1826434274327708, 1.5376810867731343, 0.779005293065659, 2.3238034631631375], "std": [0.07623447020653405, 0.0395364880146329, 0.09068008134406814, 0.39323649637330044, 0.15837117230680992, 0.4571887752103801, 0.06483098418970433, 0.027530783962959354, 0.0867545855145475, 0.3889419995189573, 0.10668556282094768, 0.3121311339111707], "min": [0.544663712903044, 0.07552733563619943, 1.0605503761088806, -2.1613218221974373, 0.7742454048329885, -2.9005886130408998, 0.5350068516059044, -0.158106763186418, 1.0805431725195853, 0.7343811010925729, 0.6914532571717871, 1.7339436271445967], "max": [0.7436503678371781, 0.19207553245224285, 1.3342230850431054, -0.7836005195133139, 1.2822647967999377, -1.5765238411539366, 0.7328784984020309, -0.05948658026153156, 1.343004186639055, 1.9839791009280623, 1.0610102893130184, 2.6314783093400145], "count": [201]}}} +{"episode_index": 18, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32320084763071893]], [[0.32911850081699345]], [[0.3439492197712419]]], "std": [[[0.3267220231172617]], [[0.31250627478781706]], [[0.30331311119096566]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651562969771242]], [[0.4937271568627451]], [[0.46269503063725487]]], "std": [[[0.30829254525240385]], [[0.2951328794989882]], [[0.30575967866498976]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47940035130718955]], [[0.5045859906045751]], [[0.48284952205882353]]], "std": [[[0.3046016138039015]], [[0.29701158742725137]], [[0.3006604407621016]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37304619281045753]], [[0.404236652369281]], [[0.4090298366013072]]], "std": [[[0.3609539545929647]], [[0.3597516754329538]], [[0.33228759585858053]]], "count": [100]}, "observation.state": {"min": [0.3682907819747925, -1.2185044288635254, 0.9235999584197998, -0.4331178069114685, -1.6112313270568848, 0.25549325346946716, -1.352521538734436, -1.4247634410858154, 1.1028457880020142, -0.6820544600486755, 0.9266040921211243, -0.4182031750679016, 37.18333435058594, 42.889373779296875, 18.066665649414062, 0.5012500286102295, 1.5466666221618652, -0.23875001072883606, 0.6974999904632568, -1.0212500095367432, 0.8324999809265137, -2.9700000286102295, 0.9281250238418579, -0.5266666412353516, 33.31312561035156, 42.270626068115234, 1.0625, 0.6850000023841858, 0.7450000047683716, 0.75, 0.6918749809265137, 1.024999976158142, 0.8244444727897644, 0.6777777671813965, 0.7438461780548096, -2.666874885559082], "max": [1.444743275642395, -0.7452124953269958, 1.5866283178329468, 0.5632486343383789, -0.6706817150115967, 0.5282005667686462, -0.26565003395080566, -0.8434901237487793, 1.710584044456482, 0.3104574978351593, 1.6062028408050537, 0.03185320645570755, 57.09062576293945, 57.0011100769043, 58.94874954223633, 9.760000228881836, 35.670623779296875, 65.43624877929688, 29.433124542236328, 87.02937316894531, 35.70125198364258, 94.03250122070312, 56.209999084472656, 110.62000274658203, 63.39812469482422, 64.03538513183594, 2.4987499713897705, 9.571249961853027, 39.567501068115234, 102.30000305175781, 43.77562713623047, 86.05374908447266, 46.96812438964844, 86.23687744140625, 58.61125183105469, 108.33687591552734], "mean": [1.0289082527160645, -0.8545775413513184, 1.0778716802597046, -0.08203493803739548, -1.2218555212020874, 0.4529586732387543, -0.9857043027877808, -0.9616398215293884, 1.2584116458892822, -0.006007256451994181, 1.3031436204910278, -0.3221893608570099, 52.298866271972656, 47.74885559082031, 40.070465087890625, 6.816425800323486, 11.202768325805664, 11.01236629486084, 8.528655052185059, 14.506275177001953, 10.256311416625977, 17.03740882873535, 10.910277366638184, 42.5479621887207, 52.98104476928711, 53.48368453979492, 1.270272135734558, 6.117472171783447, 12.415602684020996, 19.94878387451172, 14.269822120666504, 18.355581283569336, 15.997906684875488, 18.628816604614258, 13.288199424743652, 44.485923767089844], "std": [0.3732437193393707, 0.10785763710737228, 0.16539433598518372, 0.3664591610431671, 0.34966111183166504, 0.08608981221914291, 0.38559240102767944, 0.14723294973373413, 0.1676025390625, 0.3438945412635803, 0.1863776445388794, 0.1417323499917984, 3.589705228805542, 3.3134443759918213, 8.8125, 3.176571846008301, 12.228858947753906, 22.161840438842773, 9.532795906066895, 30.2882080078125, 12.290740966796875, 33.790531158447266, 18.547672271728516, 33.443695068359375, 6.736111640930176, 7.558132648468018, 0.17874519526958466, 2.102365732192993, 14.129166603088379, 36.40875244140625, 14.053977966308594, 31.18730926513672, 14.538914680480957, 31.911108016967773, 20.493181228637695, 32.41242980957031], "count": [261]}, "action": {"min": [0.3682907819747925, -1.2185044288635254, 0.9235999584197998, -0.4331178069114685, -1.6112313270568848, 0.25549325346946716, -1.352521538734436, -1.4247634410858154, 1.1028457880020142, -0.6820544600486755, 0.9266040921211243, -0.4182031750679016, 37.18333435058594, 42.889373779296875, 18.066665649414062, 0.5012500286102295, 1.5466666221618652, -0.23875001072883606, 0.6974999904632568, -1.0212500095367432, 0.8324999809265137, -2.9700000286102295, 0.9281250238418579, -0.5266666412353516, 33.31312561035156, 42.270626068115234, 1.0625, 0.6850000023841858, 0.7450000047683716, 0.75, 0.6918749809265137, 1.024999976158142, 0.8244444727897644, 0.6777777671813965, 0.7438461780548096, -2.666874885559082], "max": [1.444743275642395, -0.7452124953269958, 1.5866283178329468, 0.5632486343383789, -0.6706817150115967, 0.5282005667686462, -0.26565003395080566, -0.8434901237487793, 1.710584044456482, 0.3104574978351593, 1.6062028408050537, 0.03185320645570755, 57.09062576293945, 57.0011100769043, 58.94874954223633, 9.760000228881836, 35.670623779296875, 65.43624877929688, 29.433124542236328, 87.02937316894531, 35.70125198364258, 94.03250122070312, 56.209999084472656, 110.62000274658203, 63.39812469482422, 64.03538513183594, 2.4987499713897705, 9.571249961853027, 39.567501068115234, 102.30000305175781, 43.77562713623047, 86.05374908447266, 46.96812438964844, 86.23687744140625, 58.61125183105469, 108.33687591552734], "mean": [1.028908610343933, -0.8545771837234497, 1.077871322631836, -0.08203499019145966, -1.2218554019927979, 0.4529588520526886, -0.9857046604156494, -0.9616395831108093, 1.2584112882614136, -0.006007207091897726, 1.3031432628631592, -0.3221893608570099, 52.29883575439453, 47.748870849609375, 40.07048034667969, 6.816426753997803, 11.202760696411133, 11.012374877929688, 8.528656005859375, 14.506258964538574, 10.256308555603027, 17.03740882873535, 10.91028118133545, 42.5479736328125, 52.981082916259766, 53.48371124267578, 1.2702716588974, 6.1174702644348145, 12.415600776672363, 19.948781967163086, 14.269819259643555, 18.3555850982666, 15.99790096282959, 18.628826141357422, 13.288193702697754, 44.48590850830078], "std": [0.3732437193393707, 0.10785762965679169, 0.16539430618286133, 0.3664591312408447, 0.34966111183166504, 0.08608981966972351, 0.38559243083000183, 0.14723293483257294, 0.1676025539636612, 0.3438945412635803, 0.18637768924236298, 0.1417323350906372, 3.5897045135498047, 3.3134448528289795, 8.8125, 3.17657208442688, 12.228856086730957, 22.16184425354004, 9.532796859741211, 30.28820037841797, 12.290741920471191, 33.790531158447266, 18.54766845703125, 33.44370651245117, 6.736111640930176, 7.558132171630859, 0.17874513566493988, 2.1023662090301514, 14.129168510437012, 36.40876007080078, 14.053977966308594, 31.18731117248535, 14.53891372680664, 31.911100387573242, 20.493181228637695, 32.41243362426758], "count": [261]}, "timestamp": {"min": [0.0], "max": [8.666666666666666], "mean": [4.333333333333333], "std": [2.5114552369905794], "count": [261]}, "frame_index": {"min": [0], "max": [260], "mean": [130.0], "std": [75.34365710971738], "count": [261]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [261]}, "index": {"min": [3961], "max": [4221], "mean": [4091.0], "std": [75.34365710971738], "count": [261]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [261]}, "subtask_annotation": {"mean": [3.954022988505747, 10.0, 10.0, 10.0, 10.0], "std": [2.467760145841279, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [261]}, "scene_annotation": {"mean": [18.0], "std": [0.0], "min": [18], "max": [18], "count": [261]}, "eef_direction_state": {"mean": [3.203065134099617, 4.5440613026819925], "std": [2.1991269147842334, 1.7624687655384652], "min": [0, 0], "max": [6, 6], "count": [261]}, "eef_velocity_state": {"mean": [1.1417624521072798, 0.9118773946360154], "std": [0.8112116411348893, 0.9242853303721238], "min": [0, 0], "max": [2, 2], "count": [261]}, "eef_acc_mag_state": {"mean": [0.8620689655172413, 0.685823754789272], "std": [0.8510405682948383, 0.8263791395888379], "min": [0, 0], "max": [2, 2], "count": [261]}, "eef_direction_action": {"mean": [3.203065134099617, 4.5440613026819925], "std": [2.1991269147842334, 1.7624687655384652], "min": [0, 0], "max": [6, 6], "count": [261]}, "eef_velocity_action": {"mean": [1.1417624521072798, 0.9118773946360154], "std": [0.8112116411348893, 0.9242853303721238], "min": [0, 0], "max": [2, 2], "count": [261]}, "eef_acc_mag_action": {"mean": [0.8620689655172413, 0.685823754789272], "std": [0.8510405682948383, 0.8263791395888379], "min": [0, 0], "max": [2, 2], "count": [261]}, "eef_sim_pose_state": {"mean": [0.6227282689545158, 0.2258398559231567, 1.1999835508258128, -1.3427238071372134, 0.6428740717334489, -1.9875246685459653, 0.6357190555786534, -0.21155099712210498, 1.2176085206021892, 1.2048734368331344, 0.5916503865831292, 2.032648646461688], "std": [0.05054020306577453, 0.05183731501258457, 0.05206388833162523, 0.1960921427084483, 0.15975154291444113, 0.25623164583495234, 0.03903626957482211, 0.07256868491421489, 0.07415731302131924, 0.24966436532461728, 0.08936110903860964, 0.23433731072148864], "min": [0.577322693150458, 0.14987890871222537, 1.1464514924025329, -1.703556796091499, 0.4141336356653791, -2.5200938169464537, 0.6081247336337408, -0.282907255465791, 1.146108363335149, 0.5632921370092928, 0.4303817373050509, 1.7708262306625646], "max": [0.7822849697781818, 0.28935698874527355, 1.356024556209984, -0.7936478718706439, 0.9169176449880405, -1.6850224391390343, 0.7618319973263237, -0.07729291367580361, 1.3955649090686084, 1.4459479598818326, 0.8282485664223742, 2.572255492487722], "count": [261]}, "eef_sim_pose_action": {"mean": [0.6227282689545158, 0.2258398559231567, 1.1999835508258128, -1.3427238071372134, 0.6428740717334489, -1.9875246685459653, 0.6357190555786534, -0.21155099712210498, 1.2176085206021892, 1.2048734368331344, 0.5916503865831292, 2.032648646461688], "std": [0.05054020306577453, 0.05183731501258457, 0.05206388833162523, 0.1960921427084483, 0.15975154291444113, 0.25623164583495234, 0.03903626957482211, 0.07256868491421489, 0.07415731302131924, 0.24966436532461728, 0.08936110903860964, 0.23433731072148864], "min": [0.577322693150458, 0.14987890871222537, 1.1464514924025329, -1.703556796091499, 0.4141336356653791, -2.5200938169464537, 0.6081247336337408, -0.282907255465791, 1.146108363335149, 0.5632921370092928, 0.4303817373050509, 1.7708262306625646], "max": [0.7822849697781818, 0.28935698874527355, 1.356024556209984, -0.7936478718706439, 0.9169176449880405, -1.6850224391390343, 0.7618319973263237, -0.07729291367580361, 1.3955649090686084, 1.4459479598818326, 0.8282485664223742, 2.572255492487722], "count": [261]}}} +{"episode_index": 19, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3483962602124183]], [[0.420376881127451]], [[0.42560491625816993]]], "std": [[[0.3690922846681822]], [[0.26793697945092193]], [[0.25895605565736035]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5000506086601307]], [[0.5410284865196079]], [[0.5080884987745098]]], "std": [[[0.3260160765548216]], [[0.29545158395872057]], [[0.2984335972089158]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4770936642156863]], [[0.505563762254902]], [[0.474562595996732]]], "std": [[[0.308190530345181]], [[0.26595498627012154]], [[0.2605141940875703]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4113863133169935]], [[0.43088393586601303]], [[0.32712292892156863]]], "std": [[[0.4124323709425166]], [[0.37325611766831046]], [[0.34910355110339075]]], "count": [100]}, "observation.state": {"min": [0.1874713897705078, -1.272793173789978, 0.8230811953544617, -0.30644407868385315, -0.9341700673103333, 0.8481870293617249, -0.9496833682060242, -1.1413986682891846, 0.8107547760009766, -0.2637903392314911, 0.2953812777996063, -1.0590476989746094, 33.758750915527344, 41.82374954223633, -0.23000000417232513, -0.32749998569488525, 4.345624923706055, -0.035624999552965164, 1.0625, -0.3387500047683716, 0.9537500143051147, 0.21937499940395355, 0.9750000238418579, 23.0206241607666, 33.96875, 41.95874786376953, 0.22437499463558197, -3.0349998474121094, 2.208124876022339, -0.07375000417232513, 0.6754545569419861, 0.8174999952316284, 1.1306250095367432, 0.9866666793823242, 0.6931250095367432, -3.259999990463257], "max": [0.862087070941925, -0.7603761553764343, 1.4767872095108032, 0.259164959192276, -0.14877545833587646, 1.1853876113891602, -0.15433070063591003, -0.7254711389541626, 1.2702897787094116, -0.10774300247430801, 1.0386863946914673, -0.6472209692001343, 65.44187927246094, 69.84874725341797, 17.809375762939453, 4.206874847412109, 37.501251220703125, 47.99937438964844, 47.91875076293945, 57.158748626708984, 49.084373474121094, 80.453125, 43.20624923706055, 110.90125274658203, 51.30687713623047, 46.91142654418945, 3.6362500190734863, 0.3866666555404663, 38.45375061035156, 42.03062438964844, 45.938751220703125, 69.22562408447266, 53.74937438964844, 93.33062744140625, 64.66812896728516, 108.18000030517578], "mean": [0.48553356528282166, -0.98228520154953, 1.1714028120040894, -0.034361544996500015, -0.5364598631858826, 0.9745891094207764, -0.651075005531311, -0.9042364954948425, 0.9650231599807739, -0.18329599499702454, 0.6990157961845398, -0.7929795384407043, 50.22112274169922, 54.725799560546875, 2.0038678646087646, 0.3606064021587372, 25.671016693115234, 14.310513496398926, 21.920534133911133, 12.765027046203613, 12.760455131530762, 30.812118530273438, 8.587535858154297, 84.05221557617188, 47.63096618652344, 45.762168884277344, 0.5558795928955078, -2.017289876937866, 29.475141525268555, 29.010623931884766, 35.616554260253906, 43.79930114746094, 37.03166961669922, 63.02996826171875, 33.18473815917969, 81.55184173583984], "std": [0.24850398302078247, 0.16841092705726624, 0.21610648930072784, 0.18838170170783997, 0.2659064829349518, 0.10921960324048996, 0.2993946671485901, 0.12016457319259644, 0.15655812621116638, 0.04161135107278824, 0.20520153641700745, 0.13457021117210388, 11.783598899841309, 7.4351725578308105, 4.999753952026367, 1.0855828523635864, 10.32603645324707, 19.783754348754883, 13.414251327514648, 19.08267593383789, 15.19869613647461, 24.331911087036133, 13.847551345825195, 22.026559829711914, 5.165127277374268, 1.2748793363571167, 0.5734683871269226, 1.2360361814498901, 9.86182689666748, 15.83303165435791, 13.570688247680664, 25.335275650024414, 17.214733123779297, 29.70526885986328, 20.745351791381836, 27.09281349182129], "count": [182]}, "action": {"min": [0.1874713897705078, -1.272793173789978, 0.8230811953544617, -0.30644407868385315, -0.9341700673103333, 0.8481870293617249, -0.9496833682060242, -1.1413986682891846, 0.8107547760009766, -0.2637903392314911, 0.2953812777996063, -1.0590476989746094, 33.758750915527344, 41.82374954223633, -0.23000000417232513, -0.32749998569488525, 4.345624923706055, -0.035624999552965164, 1.0625, -0.3387500047683716, 0.9537500143051147, 0.21937499940395355, 0.9750000238418579, 23.0206241607666, 33.96875, 41.95874786376953, 0.22437499463558197, -3.0349998474121094, 2.208124876022339, -0.07375000417232513, 0.6754545569419861, 0.8174999952316284, 1.1306250095367432, 0.9866666793823242, 0.6931250095367432, -3.259999990463257], "max": [0.862087070941925, -0.7603761553764343, 1.4767872095108032, 0.259164959192276, -0.14877545833587646, 1.1853876113891602, -0.15433070063591003, -0.7254711389541626, 1.2702897787094116, -0.10774300247430801, 1.0386863946914673, -0.6472209692001343, 65.44187927246094, 69.84874725341797, 17.809375762939453, 4.206874847412109, 37.501251220703125, 47.99937438964844, 47.91875076293945, 57.158748626708984, 49.084373474121094, 80.453125, 43.20624923706055, 110.90125274658203, 51.30687713623047, 46.91142654418945, 3.6362500190734863, 0.3866666555404663, 38.45375061035156, 42.03062438964844, 45.938751220703125, 69.22562408447266, 53.74937438964844, 93.33062744140625, 64.66812896728516, 108.18000030517578], "mean": [0.4855334162712097, -0.9822853803634644, 1.1714028120040894, -0.034361567348241806, -0.5364598035812378, 0.9745891690254211, -0.6510749459266663, -0.9042363166809082, 0.9650233387947083, -0.18329598009586334, 0.6990159153938293, -0.7929798364639282, 50.221126556396484, 54.72576904296875, 2.0038681030273438, 0.36060631275177, 25.671018600463867, 14.310510635375977, 21.920522689819336, 12.765033721923828, 12.760448455810547, 30.812149047851562, 8.587533950805664, 84.05221557617188, 47.63096237182617, 45.76216506958008, 0.5558794736862183, -2.0172901153564453, 29.475135803222656, 29.010635375976562, 35.61656951904297, 43.79929733276367, 37.03168869018555, 63.02996063232422, 33.18472671508789, 81.55189514160156], "std": [0.24850398302078247, 0.16841091215610504, 0.21610645949840546, 0.18838167190551758, 0.26590651273727417, 0.10921961814165115, 0.2993946671485901, 0.12016457319259644, 0.15655812621116638, 0.04161135107278824, 0.20520153641700745, 0.13457022607326508, 11.783598899841309, 7.4351725578308105, 4.999752998352051, 1.085582971572876, 10.326035499572754, 19.78375244140625, 13.414252281188965, 19.082674026489258, 15.198689460754395, 24.331911087036133, 13.847552299499512, 22.026559829711914, 5.165126323699951, 1.2748794555664062, 0.5734683275222778, 1.236035943031311, 9.86182689666748, 15.833030700683594, 13.570688247680664, 25.33527374267578, 17.214733123779297, 29.70526695251465, 20.74535369873047, 27.09281349182129], "count": [182]}, "timestamp": {"min": [0.0], "max": [6.033333333333333], "mean": [3.0166666666666666], "std": [1.751269380890457], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [182]}, "index": {"min": [4222], "max": [4403], "mean": [4312.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [182]}, "subtask_annotation": {"mean": [2.7967032967032965, 5.329670329670329, 10.0, 10.0, 10.0], "std": [3.057577528132132, 4.318513544262281, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [182]}, "scene_annotation": {"mean": [19.0], "std": [0.0], "min": [19], "max": [19], "count": [182]}, "eef_direction_state": {"mean": [3.2472527472527473, 3.4615384615384617], "std": [1.8335601986444006, 1.8741016444674068], "min": [0, 0], "max": [6, 6], "count": [182]}, "eef_velocity_state": {"mean": [1.5054945054945055, 1.3241758241758241], "std": [0.6354651558154266, 0.6284186781278266], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_acc_mag_state": {"mean": [1.1868131868131868, 1.1373626373626373], "std": [0.8242490809933701, 0.7968548548530877], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_direction_action": {"mean": [3.2472527472527473, 3.4615384615384617], "std": [1.8335601986444006, 1.8741016444674068], "min": [0, 0], "max": [6, 6], "count": [182]}, "eef_velocity_action": {"mean": [1.5054945054945055, 1.3241758241758241], "std": [0.6354651558154266, 0.6284186781278266], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_acc_mag_action": {"mean": [1.1868131868131868, 1.1373626373626373], "std": [0.8242490809933701, 0.7968548548530877], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_sim_pose_state": {"mean": [0.6905758994541034, 0.13985572441209795, 1.2254937592420743, -1.4849390024116085, 0.9628726763774096, -2.092930894383394, 0.6031424122089445, -0.08802827326502442, 1.20097225633153, 1.4454649429736652, 0.9256118996332571, 2.298393891624352], "std": [0.07652983391908785, 0.05823349368802001, 0.08831277857147309, 0.40337905085967424, 0.1067231255931028, 0.4607079543213305, 0.06381178607903099, 0.022249991106553936, 0.09094405259271715, 0.39142332551965486, 0.1475254176618746, 0.3612527108958537], "min": [0.5721886947788838, 0.06459439712808568, 1.0602795340189983, -2.1355119470083803, 0.7978483258835434, -2.8266980995721678, 0.547124835612316, -0.14041392215407686, 1.0704539384475564, 0.7000334257845175, 0.7763055169385669, 1.6905411405154602], "max": [0.7859445804858669, 0.2344572690011476, 1.3367686801372582, -0.8868390501380177, 1.1334021385775301, -1.3953277430812658, 0.726459770288514, -0.05357721183302186, 1.3432436895253448, 1.968900004995955, 1.228051331929108, 2.701821085977827], "count": [182]}, "eef_sim_pose_action": {"mean": [0.6905758994541034, 0.13985572441209795, 1.2254937592420743, -1.4849390024116085, 0.9628726763774096, -2.092930894383394, 0.6031424122089445, -0.08802827326502442, 1.20097225633153, 1.4454649429736652, 0.9256118996332571, 2.298393891624352], "std": [0.07652983391908785, 0.05823349368802001, 0.08831277857147309, 0.40337905085967424, 0.1067231255931028, 0.4607079543213305, 0.06381178607903099, 0.022249991106553936, 0.09094405259271715, 0.39142332551965486, 0.1475254176618746, 0.3612527108958537], "min": [0.5721886947788838, 0.06459439712808568, 1.0602795340189983, -2.1355119470083803, 0.7978483258835434, -2.8266980995721678, 0.547124835612316, -0.14041392215407686, 1.0704539384475564, 0.7000334257845175, 0.7763055169385669, 1.6905411405154602], "max": [0.7859445804858669, 0.2344572690011476, 1.3367686801372582, -0.8868390501380177, 1.1334021385775301, -1.3953277430812658, 0.726459770288514, -0.05357721183302186, 1.3432436895253448, 1.968900004995955, 1.228051331929108, 2.701821085977827], "count": [182]}}} +{"episode_index": 20, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33305237132352944]], [[0.3413329820261438]], [[0.36810325571895425]]], "std": [[[0.3354272816293173]], [[0.3197577442004615]], [[0.3034537349370837]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45819250612745094]], [[0.48219815155228757]], [[0.44980352736928103]]], "std": [[[0.3194753204708751]], [[0.30909031437007417]], [[0.3205450864056194]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45589810253267976]], [[0.48850805555555554]], [[0.463636970996732]]], "std": [[[0.3028676743452469]], [[0.2920665503569166]], [[0.2978841004781183]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37054287173202616]], [[0.40253783905228757]], [[0.410201670751634]]], "std": [[[0.35927290057201017]], [[0.3584878115000788]], [[0.3300769557251038]]], "count": [100]}, "observation.state": {"min": [0.3240157961845398, -1.2538385391235352, 0.8878366351127625, -0.45200082659721375, -1.61020827293396, 0.4427977502346039, -1.334210753440857, -1.4572128057479858, 1.0862516164779663, -0.5393825769424438, 0.8620393872261047, -0.44155794382095337, 36.00777816772461, 41.69187545776367, -1.0512499809265137, -0.6825000047683716, 0.8237500190734863, -0.5406249761581421, 0.8912500143051147, -1.0049999952316284, 0.9837499856948853, -0.6581249833106995, 0.9266666769981384, 0.12999999523162842, 29.171875, 46.270626068115234, 1.0787500143051147, 1.2450000047683716, 1.0418750047683716, 0.8333333134651184, 0.7450000047683716, 0.8643749952316284, 0.7131249904632568, 0.7100000381469727, 0.7549999952316284, 0.3643749952316284], "max": [1.474450707435608, -0.6912813782691956, 1.6148813962936401, 0.24593251943588257, -0.542339026927948, 0.6367303729057312, -0.3393701910972595, -0.840199887752533, 1.7245556116104126, 0.3325513005256653, 1.5315289497375488, -0.07341019809246063, 55.46750259399414, 53.55750274658203, 23.187334060668945, 9.438750267028809, 32.514373779296875, 14.863749504089355, 36.225624084472656, 64.36375427246094, 55.06624984741211, 99.86125183105469, 60.0993766784668, 108.86187744140625, 56.046875, 69.43900299072266, 2.740000009536743, 9.487500190734863, 36.076873779296875, 74.20999908447266, 39.618751525878906, 71.92375183105469, 44.342498779296875, 86.49812316894531, 77.98750305175781, 109.58499908447266], "mean": [0.9541954398155212, -0.8114430904388428, 1.0797960758209229, -0.03870437666773796, -1.1315678358078003, 0.5573450922966003, -0.9992752075195312, -0.9580086469650269, 1.253157377243042, 0.04094839096069336, 1.3194173574447632, -0.34629738330841064, 47.96866989135742, 48.82658004760742, 2.036048412322998, 6.01333475112915, 9.001761436462402, 2.7384605407714844, 8.51176643371582, 9.890043258666992, 11.064523696899414, 17.254531860351562, 10.59801197052002, 26.920490264892578, 47.233699798583984, 56.263275146484375, 1.3158916234970093, 5.004537105560303, 13.707526206970215, 15.084123611450195, 11.656794548034668, 15.126211166381836, 12.597161293029785, 17.679899215698242, 16.547758102416992, 32.42633819580078], "std": [0.2768678069114685, 0.1278982311487198, 0.1631135791540146, 0.17509903013706207, 0.24507781863212585, 0.06609900295734406, 0.357360303401947, 0.1591888815164566, 0.18173997104167938, 0.3135366439819336, 0.22296254336833954, 0.11610881984233856, 4.0767130851745605, 3.084768295288086, 6.080103397369385, 3.359825611114502, 11.220382690429688, 4.657895088195801, 12.971153259277344, 20.906917572021484, 17.553377151489258, 33.68655776977539, 17.585336685180664, 37.52425003051758, 6.723413944244385, 9.200560569763184, 0.22593846917152405, 2.1632192134857178, 10.671009063720703, 26.549985885620117, 12.90752124786377, 25.496854782104492, 14.466385841369629, 31.4502010345459, 26.43175506591797, 37.284420013427734], "count": [236]}, "action": {"min": [0.3240157961845398, -1.2538385391235352, 0.8878366351127625, -0.45200082659721375, -1.61020827293396, 0.4427977502346039, -1.334210753440857, -1.4572128057479858, 1.0862516164779663, -0.5393825769424438, 0.8620393872261047, -0.44155794382095337, 36.00777816772461, 41.69187545776367, -1.0512499809265137, -0.6825000047683716, 0.8237500190734863, -0.5406249761581421, 0.8912500143051147, -1.0049999952316284, 0.9837499856948853, -0.6581249833106995, 0.9266666769981384, 0.12999999523162842, 29.171875, 46.270626068115234, 1.0787500143051147, 1.2450000047683716, 1.0418750047683716, 0.8333333134651184, 0.7450000047683716, 0.8643749952316284, 0.7131249904632568, 0.7100000381469727, 0.7549999952316284, 0.3643749952316284], "max": [1.474450707435608, -0.6912813782691956, 1.6148813962936401, 0.24593251943588257, -0.542339026927948, 0.6367303729057312, -0.3393701910972595, -0.840199887752533, 1.7245556116104126, 0.3325513005256653, 1.5315289497375488, -0.07341019809246063, 55.46750259399414, 53.55750274658203, 23.187334060668945, 9.438750267028809, 32.514373779296875, 14.863749504089355, 36.225624084472656, 64.36375427246094, 55.06624984741211, 99.86125183105469, 60.0993766784668, 108.86187744140625, 56.046875, 69.43900299072266, 2.740000009536743, 9.487500190734863, 36.076873779296875, 74.20999908447266, 39.618751525878906, 71.92375183105469, 44.342498779296875, 86.49812316894531, 77.98750305175781, 109.58499908447266], "mean": [0.9541957378387451, -0.8114432692527771, 1.0797958374023438, -0.038704391568899155, -1.1315675973892212, 0.5573451519012451, -0.9992753863334656, -0.9580087661743164, 1.2531569004058838, 0.040948424488306046, 1.3194177150726318, -0.3462974727153778, 47.96867370605469, 48.826595306396484, 2.0360474586486816, 6.01333475112915, 9.001768112182617, 2.7384562492370605, 8.511760711669922, 9.890028953552246, 11.064522743225098, 17.25452423095703, 10.598013877868652, 26.920480728149414, 47.23369216918945, 56.263248443603516, 1.315891146659851, 5.004537582397461, 13.707521438598633, 15.084123611450195, 11.656789779663086, 15.126211166381836, 12.597159385681152, 17.679893493652344, 16.54775047302246, 32.42634582519531], "std": [0.2768677771091461, 0.1278982162475586, 0.1631135791540146, 0.17509905993938446, 0.24507783353328705, 0.06609898805618286, 0.357360303401947, 0.1591888815164566, 0.18173997104167938, 0.3135366141796112, 0.22296254336833954, 0.11610881984233856, 4.076713562011719, 3.084768295288086, 6.080103397369385, 3.35982608795166, 11.220382690429688, 4.657895088195801, 12.971155166625977, 20.906917572021484, 17.553377151489258, 33.68656921386719, 17.585330963134766, 37.52425003051758, 6.723413944244385, 9.200559616088867, 0.22593840956687927, 2.1632189750671387, 10.671010971069336, 26.549985885620117, 12.90752124786377, 25.496854782104492, 14.466384887695312, 31.450199127197266, 26.43174934387207, 37.284420013427734], "count": [236]}, "timestamp": {"min": [0.0], "max": [7.833333333333333], "mean": [3.9166666666666665], "std": [2.270890672058971], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [236]}, "index": {"min": [4404], "max": [4639], "mean": [4521.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [236]}, "subtask_annotation": {"mean": [3.6737288135593222, 10.0, 10.0, 10.0, 10.0], "std": [2.3196627445583173, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [236]}, "scene_annotation": {"mean": [20.0], "std": [0.0], "min": [20], "max": [20], "count": [236]}, "eef_direction_state": {"mean": [3.461864406779661, 4.211864406779661], "std": [1.990077908854173, 2.0078308344032827], "min": [0, 0], "max": [6, 6], "count": [236]}, "eef_velocity_state": {"mean": [1.173728813559322, 0.8728813559322034], "std": [0.7753542619620155, 0.9301595468164358], "min": [0, 0], "max": [2, 2], "count": [236]}, "eef_acc_mag_state": {"mean": [0.8601694915254238, 0.635593220338983], "std": [0.8446882717058225, 0.7989957068814897], "min": [0, 0], "max": [2, 2], "count": [236]}, "eef_direction_action": {"mean": [3.461864406779661, 4.211864406779661], "std": [1.990077908854173, 2.0078308344032827], "min": [0, 0], "max": [6, 6], "count": [236]}, "eef_velocity_action": {"mean": [1.173728813559322, 0.8728813559322034], "std": [0.7753542619620155, 0.9301595468164358], "min": [0, 0], "max": [2, 2], "count": [236]}, "eef_acc_mag_action": {"mean": [0.8601694915254238, 0.635593220338983], "std": [0.8446882717058225, 0.7989957068814897], "min": [0, 0], "max": [2, 2], "count": [236]}, "eef_sim_pose_state": {"mean": [0.6319072619924369, 0.20891782826387212, 1.2176455061154627, -1.309546443832812, 0.7434128101527074, -2.0048564253196393, 0.6409106637354928, -0.21648524527851085, 1.2209236845978229, 1.1804792374940254, 0.592720815487661, 1.9816875373465352], "std": [0.05086184634014424, 0.032265786032639764, 0.04122673103711588, 0.17091790535271076, 0.06542048309014552, 0.1745581506578728, 0.042342987723716384, 0.07437719464342331, 0.05526503032644804, 0.18381938611709675, 0.06769811183334563, 0.19549671322025253], "min": [0.5735947770550254, 0.14727073001033675, 1.1779592818987554, -1.6131238803642085, 0.6349895908293219, -2.3543388731455464, 0.6096612402964314, -0.2883163407976621, 1.170011621431985, 0.6670820741548981, 0.4479943419348418, 1.824300546327244], "max": [0.8012935692324238, 0.30044982780440127, 1.3430920781841638, -0.7838969375939904, 0.8436533908525994, -1.6779951070739958, 0.7663302376070232, -0.05379758772150822, 1.3566406672038904, 1.4204527758634309, 0.7436569733943625, 2.444458756567365], "count": [236]}, "eef_sim_pose_action": {"mean": [0.6319072619924369, 0.20891782826387212, 1.2176455061154627, -1.309546443832812, 0.7434128101527074, -2.0048564253196393, 0.6409106637354928, -0.21648524527851085, 1.2209236845978229, 1.1804792374940254, 0.592720815487661, 1.9816875373465352], "std": [0.05086184634014424, 0.032265786032639764, 0.04122673103711588, 0.17091790535271076, 0.06542048309014552, 0.1745581506578728, 0.042342987723716384, 0.07437719464342331, 0.05526503032644804, 0.18381938611709675, 0.06769811183334563, 0.19549671322025253], "min": [0.5735947770550254, 0.14727073001033675, 1.1779592818987554, -1.6131238803642085, 0.6349895908293219, -2.3543388731455464, 0.6096612402964314, -0.2883163407976621, 1.170011621431985, 0.6670820741548981, 0.4479943419348418, 1.824300546327244], "max": [0.8012935692324238, 0.30044982780440127, 1.3430920781841638, -0.7838969375939904, 0.8436533908525994, -1.6779951070739958, 0.7663302376070232, -0.05379758772150822, 1.3566406672038904, 1.4204527758634309, 0.7436569733943625, 2.444458756567365], "count": [236]}}} +{"episode_index": 21, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3628196425653595]], [[0.42883425040849676]], [[0.41458953431372547]]], "std": [[[0.36528970958588053]], [[0.25952577446947084]], [[0.26150936552995296]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5051031883169934]], [[0.5460614971405229]], [[0.5372841319444444]]], "std": [[[0.316419979341324]], [[0.2943213538391676]], [[0.30028561466427617]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4406024632352941]], [[0.47106318423202614]], [[0.44274288602941175]]], "std": [[[0.29039922929384504]], [[0.26659334344071683]], [[0.26446468234767273]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41063960171568625]], [[0.4267270383986928]], [[0.3260736560457516]]], "std": [[[0.41482208662748504]], [[0.374024057359676]], [[0.3483150078069202]]], "count": [100]}, "observation.state": {"min": [0.16854065656661987, -1.2660458087921143, 0.7812380790710449, -0.31719690561294556, -1.5354390144348145, 0.5857795476913452, -1.1598763465881348, -1.185053825378418, 0.7482404112815857, -0.08552204817533493, 0.34206435084342957, -1.0038952827453613, 33.747501373291016, 44.39875030517578, -0.828125, -0.4724999964237213, 6.002500057220459, 0.5893750190734863, 10.484999656677246, -0.8274999856948853, 2.0612499713897705, 0.06187500059604645, 1.046875, 52.520626068115234, 35.755001068115234, 42.576873779296875, 0.20374999940395355, -3.7537500858306885, 2.3966667652130127, 0.14153845608234406, 0.7133333683013916, 0.12399999052286148, 0.9988889098167419, 0.5931249856948853, 0.6725000143051147, -3.407777786254883], "max": [1.084987998008728, -0.6527761816978455, 1.3954375982284546, 0.2127918303012848, -0.1200217455625534, 1.2661888599395752, -0.2145799994468689, -0.6107423305511475, 1.3198100328445435, 0.2196822315454483, 1.5165083408355713, -0.5427443385124207, 55.30000305175781, 63.150001525878906, 49.213748931884766, 1.4268749952316284, 37.19937515258789, 32.4900016784668, 44.075626373291016, 65.82687377929688, 45.63687515258789, 87.82562255859375, 45.700626373291016, 109.73562622070312, 63.125, 53.029998779296875, 0.40562501549720764, 0.08562500029802322, 39.56812286376953, 41.13500213623047, 45.599998474121094, 62.32875061035156, 50.10562515258789, 82.61812591552734, 53.020626068115234, 106.88750457763672], "mean": [0.5530381798744202, -0.9351707100868225, 1.0739567279815674, -0.0467396080493927, -0.634037971496582, 0.9736685752868652, -0.8750414252281189, -0.8716982007026672, 0.8939394354820251, -0.006134517956525087, 0.9311087131500244, -0.7119470238685608, 44.1762809753418, 55.20710372924805, 9.712197303771973, 0.01884925551712513, 27.263216018676758, 10.166131973266602, 27.060073852539062, 16.47869110107422, 19.274917602539062, 38.842552185058594, 11.974727630615234, 86.75984191894531, 57.45934295654297, 50.23933792114258, 0.30208465456962585, -1.7912654876708984, 28.298458099365234, 26.95865821838379, 31.915149688720703, 40.42410659790039, 33.24475860595703, 51.32500457763672, 27.929031372070312, 79.60303497314453], "std": [0.37425848841667175, 0.16289947926998138, 0.20970650017261505, 0.15562260150909424, 0.3444298803806305, 0.25601086020469666, 0.33033430576324463, 0.15225043892860413, 0.18249250948429108, 0.06820258498191833, 0.28380846977233887, 0.14785325527191162, 7.794702053070068, 4.891079902648926, 16.56393051147461, 0.46418148279190063, 9.136713981628418, 13.028467178344727, 10.138655662536621, 20.89327049255371, 13.712157249450684, 25.82767677307129, 15.590846061706543, 14.358077049255371, 8.580364227294922, 3.2016658782958984, 0.04632524773478508, 1.231544017791748, 7.099212169647217, 17.2405948638916, 8.756746292114258, 24.153676986694336, 10.183354377746582, 29.87206268310547, 16.919897079467773, 21.544754028320312], "count": [186]}, "action": {"min": [0.16854065656661987, -1.2660458087921143, 0.7812380790710449, -0.31719690561294556, -1.5354390144348145, 0.5857795476913452, -1.1598763465881348, -1.185053825378418, 0.7482404112815857, -0.08552204817533493, 0.34206435084342957, -1.0038952827453613, 33.747501373291016, 44.39875030517578, -0.828125, -0.4724999964237213, 6.002500057220459, 0.5893750190734863, 10.484999656677246, -0.8274999856948853, 2.0612499713897705, 0.06187500059604645, 1.046875, 52.520626068115234, 35.755001068115234, 42.576873779296875, 0.20374999940395355, -3.7537500858306885, 2.3966667652130127, 0.14153845608234406, 0.7133333683013916, 0.12399999052286148, 0.9988889098167419, 0.5931249856948853, 0.6725000143051147, -3.407777786254883], "max": [1.084987998008728, -0.6527761816978455, 1.3954375982284546, 0.2127918303012848, -0.1200217455625534, 1.2661888599395752, -0.2145799994468689, -0.6107423305511475, 1.3198100328445435, 0.2196822315454483, 1.5165083408355713, -0.5427443385124207, 55.30000305175781, 63.150001525878906, 49.213748931884766, 1.4268749952316284, 37.19937515258789, 32.4900016784668, 44.075626373291016, 65.82687377929688, 45.63687515258789, 87.82562255859375, 45.700626373291016, 109.73562622070312, 63.125, 53.029998779296875, 0.40562501549720764, 0.08562500029802322, 39.56812286376953, 41.13500213623047, 45.599998474121094, 62.32875061035156, 50.10562515258789, 82.61812591552734, 53.020626068115234, 106.88750457763672], "mean": [0.5530381798744202, -0.9351702332496643, 1.0739567279815674, -0.046739593148231506, -0.6340382099151611, 0.9736689329147339, -0.8750414252281189, -0.8716983795166016, 0.8939392566680908, -0.006134507246315479, 0.9311087131500244, -0.7119471430778503, 44.17626953125, 55.207088470458984, 9.712196350097656, 0.018849238753318787, 27.26321792602539, 10.166138648986816, 27.060087203979492, 16.478689193725586, 19.27490997314453, 38.842552185058594, 11.974730491638184, 86.75981903076172, 57.459346771240234, 50.239356994628906, 0.3020847737789154, -1.791265845298767, 28.298458099365234, 26.95867156982422, 31.9151668548584, 40.42412185668945, 33.24475860595703, 51.32501220703125, 27.929031372070312, 79.60306549072266], "std": [0.3742586076259613, 0.1628994345664978, 0.20970651507377625, 0.15562261641025543, 0.3444298505783081, 0.25601083040237427, 0.33033421635627747, 0.1522504687309265, 0.18249252438545227, 0.06820257753133774, 0.28380846977233887, 0.14785325527191162, 7.794701099395752, 4.891079902648926, 16.563936233520508, 0.46418142318725586, 9.136713027954102, 13.02846622467041, 10.138654708862305, 20.89327049255371, 13.71215534210205, 25.82767677307129, 15.590840339660645, 14.358078002929688, 8.580366134643555, 3.2016665935516357, 0.04632524400949478, 1.2315442562103271, 7.099212169647217, 17.240596771240234, 8.756746292114258, 24.15367889404297, 10.183354377746582, 29.872066497802734, 16.919898986816406, 21.54475212097168], "count": [186]}, "timestamp": {"min": [0.0], "max": [6.166666666666667], "mean": [3.0833333333333335], "std": [1.7897599673533713], "count": [186]}, "frame_index": {"min": [0], "max": [185], "mean": [92.5], "std": [53.692799020601136], "count": [186]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [186]}, "index": {"min": [4640], "max": [4825], "mean": [4732.5], "std": [53.692799020601136], "count": [186]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [186]}, "subtask_annotation": {"mean": [2.4408602150537635, 5.086021505376344, 10.0, 10.0, 10.0], "std": [2.826382488218372, 4.090786695060473, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [186]}, "scene_annotation": {"mean": [21.0], "std": [0.0], "min": [21], "max": [21], "count": [186]}, "eef_direction_state": {"mean": [3.8548387096774195, 3.860215053763441], "std": [1.8565209762552557, 2.089870078019011], "min": [0, 0], "max": [6, 6], "count": [186]}, "eef_velocity_state": {"mean": [1.3602150537634408, 1.2634408602150538], "std": [0.7926598458173811, 0.8298574752921034], "min": [0, 0], "max": [2, 2], "count": [186]}, "eef_acc_mag_state": {"mean": [1.1290322580645162, 1.064516129032258], "std": [0.851637340802845, 0.8651738791351157], "min": [0, 0], "max": [2, 2], "count": [186]}, "eef_direction_action": {"mean": [3.8548387096774195, 3.860215053763441], "std": [1.8565209762552557, 2.089870078019011], "min": [0, 0], "max": [6, 6], "count": [186]}, "eef_velocity_action": {"mean": [1.3602150537634408, 1.2634408602150538], "std": [0.7926598458173811, 0.8298574752921034], "min": [0, 0], "max": [2, 2], "count": [186]}, "eef_acc_mag_action": {"mean": [1.1290322580645162, 1.064516129032258], "std": [0.851637340802845, 0.8651738791351157], "min": [0, 0], "max": [2, 2], "count": [186]}, "eef_sim_pose_state": {"mean": [0.6589945992260022, 0.13151263363011473, 1.2330292457166496, -1.3883114160248, 0.9316219306468635, -2.048172575026078, 0.5822531806222156, -0.11660929722682706, 1.1816099333430137, 1.4556159109545053, 0.7067014458084401, 2.23476579691103], "std": [0.08814206882959966, 0.052543874569713385, 0.09420820888295757, 0.36925917636950684, 0.19864728690767602, 0.4277899368463666, 0.06890775116913475, 0.041980002589078, 0.08117340526352475, 0.29742325016945836, 0.18912165520227456, 0.2511888754507215], "min": [0.5363363248822768, 0.04072341771785867, 1.0507249989940666, -2.048573011940996, 0.6363305406239057, -2.803765089406843, 0.5390581416430592, -0.23875098429202968, 1.0638645386998284, 0.8592569497562303, 0.5577446177875407, 1.7536980423522734], "max": [0.760370006907935, 0.2489387280532968, 1.3206611012106935, -0.8856316398707043, 1.2527968594486318, -1.5733833642530248, 0.7384127685670451, -0.05261465352710443, 1.3121795113774655, 1.9100405686830462, 1.0971361334016447, 2.5779575409781743], "count": [186]}, "eef_sim_pose_action": {"mean": [0.6589945992260022, 0.13151263363011473, 1.2330292457166496, -1.3883114160248, 0.9316219306468635, -2.048172575026078, 0.5822531806222156, -0.11660929722682706, 1.1816099333430137, 1.4556159109545053, 0.7067014458084401, 2.23476579691103], "std": [0.08814206882959966, 0.052543874569713385, 0.09420820888295757, 0.36925917636950684, 0.19864728690767602, 0.4277899368463666, 0.06890775116913475, 0.041980002589078, 0.08117340526352475, 0.29742325016945836, 0.18912165520227456, 0.2511888754507215], "min": [0.5363363248822768, 0.04072341771785867, 1.0507249989940666, -2.048573011940996, 0.6363305406239057, -2.803765089406843, 0.5390581416430592, -0.23875098429202968, 1.0638645386998284, 0.8592569497562303, 0.5577446177875407, 1.7536980423522734], "max": [0.760370006907935, 0.2489387280532968, 1.3206611012106935, -0.8856316398707043, 1.2527968594486318, -1.5733833642530248, 0.7384127685670451, -0.05261465352710443, 1.3121795113774655, 1.9100405686830462, 1.0971361334016447, 2.5779575409781743], "count": [186]}}} +{"episode_index": 22, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3225379779411765]], [[0.3320205698529412]], [[0.34922607434640524]]], "std": [[[0.3273490361957581]], [[0.31308460054692705]], [[0.3047964667856171]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48377143178104576]], [[0.5007234579248366]], [[0.4665429370915033]]], "std": [[[0.3142340169878733]], [[0.30764498190919004]], [[0.3191523287015924]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4224742156862745]], [[0.46600586397058824]], [[0.4498302573529412]]], "std": [[[0.3014705334953614]], [[0.28907982910305297]], [[0.29425692897366523]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36799020424836604]], [[0.3985073631535948]], [[0.40292469158496735]]], "std": [[[0.35907952865849685]], [[0.3573523073061638]], [[0.32755341402472166]]], "count": [100]}, "observation.state": {"min": [0.36819541454315186, -1.1731326580047607, 0.8932488560676575, -0.43891146779060364, -1.6102294921875, 0.3739891052246094, -1.2659265995025635, -1.3995622396469116, 1.1145285367965698, -0.42174506187438965, 0.8938687443733215, -0.44809070229530334, 44.08625030517578, 46.961875915527344, -0.8550000190734863, 0.4137499928474426, 1.0631250143051147, -0.8643749952316284, 0.5981249809265137, 0.0, 0.9537500143051147, 0.04125000163912773, 0.9168750047683716, 1.162500023841858, 25.412500381469727, 45.448123931884766, 1.209375023841858, -0.38624998927116394, 1.0256249904632568, -1.0787500143051147, 0.8893749713897705, -1.546875, 0.9106249809265137, 0.22374999523162842, 1.0355556011199951, -3.305555582046509], "max": [1.4280775785446167, -0.7157196402549744, 1.5582083463668823, 0.3675040006637573, -0.6390430927276611, 0.5967946648597717, -0.2629081904888153, -0.8430609703063965, 1.699378252029419, 0.2505204379558563, 1.4990558624267578, -0.23913748562335968, 57.486873626708984, 53.30666732788086, 38.85562515258789, 8.588749885559082, 35.950626373291016, 35.05687713623047, 33.75062561035156, 63.024375915527344, 42.94187545776367, 81.82749938964844, 52.82625198364258, 100.4437484741211, 60.30500030517578, 64.20500183105469, 3.40625, 9.545000076293945, 40.276248931884766, 104.22562408447266, 43.186248779296875, 99.32500457763672, 48.109375, 96.16250610351562, 58.490623474121094, 107.53874969482422], "mean": [1.1612545251846313, -0.8159192800521851, 1.009637475013733, -0.2214871495962143, -1.3705742359161377, 0.5239371061325073, -0.8635174632072449, -1.0037081241607666, 1.2945367097854614, -0.09873390942811966, 1.196520447731018, -0.349992960691452, 53.09983825683594, 49.265098571777344, 4.460568428039551, 5.121397018432617, 10.42725658416748, 4.602870941162109, 6.748076915740967, 9.062358856201172, 8.26259708404541, 10.150575637817383, 7.233987331390381, 25.19780158996582, 50.71185302734375, 53.72136688232422, 1.3111045360565186, 6.1846022605896, 14.727286338806152, 13.331289291381836, 12.442770004272461, 15.284309387207031, 14.621288299560547, 18.296096801757812, 11.87554931640625, 51.23691177368164], "std": [0.3510986864566803, 0.08685493469238281, 0.16647876799106598, 0.27587515115737915, 0.3329034149646759, 0.053694821894168854, 0.3172540068626404, 0.1260179877281189, 0.1436482071876526, 0.26390042901039124, 0.21553181111812592, 0.079073965549469, 3.200989007949829, 1.5387423038482666, 10.41660213470459, 2.255805492401123, 10.380702018737793, 10.2015962600708, 10.95539379119873, 19.24985694885254, 13.072196960449219, 23.70566749572754, 14.805092811584473, 28.279369354248047, 7.765092849731445, 6.417768955230713, 0.2469657063484192, 2.4719910621643066, 9.728987693786621, 29.4477596282959, 13.160792350769043, 32.086917877197266, 13.746108055114746, 32.93223190307617, 16.62864875793457, 33.683998107910156], "count": [342]}, "action": {"min": [0.36819541454315186, -1.1731326580047607, 0.8932488560676575, -0.43891146779060364, -1.6102294921875, 0.3739891052246094, -1.2659265995025635, -1.3995622396469116, 1.1145285367965698, -0.42174506187438965, 0.8938687443733215, -0.44809070229530334, 44.08625030517578, 46.961875915527344, -0.8550000190734863, 0.4137499928474426, 1.0631250143051147, -0.8643749952316284, 0.5981249809265137, 0.0, 0.9537500143051147, 0.04125000163912773, 0.9168750047683716, 1.162500023841858, 25.412500381469727, 45.448123931884766, 1.209375023841858, -0.38624998927116394, 1.0256249904632568, -1.0787500143051147, 0.8893749713897705, -1.546875, 0.9106249809265137, 0.22374999523162842, 1.0355556011199951, -3.305555582046509], "max": [1.4280775785446167, -0.7157196402549744, 1.5582083463668823, 0.3675040006637573, -0.6390430927276611, 0.5967946648597717, -0.2629081904888153, -0.8430609703063965, 1.699378252029419, 0.2505204379558563, 1.4990558624267578, -0.23913748562335968, 57.486873626708984, 53.30666732788086, 38.85562515258789, 8.588749885559082, 35.950626373291016, 35.05687713623047, 33.75062561035156, 63.024375915527344, 42.94187545776367, 81.82749938964844, 52.82625198364258, 100.4437484741211, 60.30500030517578, 64.20500183105469, 3.40625, 9.545000076293945, 40.276248931884766, 104.22562408447266, 43.186248779296875, 99.32500457763672, 48.109375, 96.16250610351562, 58.490623474121094, 107.53874969482422], "mean": [1.1612542867660522, -0.8159185647964478, 1.0096373558044434, -0.2214871048927307, -1.3705750703811646, 0.5239368081092834, -0.863517701625824, -1.003708004951477, 1.2945361137390137, -0.09873394668102264, 1.1965203285217285, -0.34999316930770874, 53.09986114501953, 49.26508331298828, 4.460567474365234, 5.121397018432617, 10.427267074584961, 4.60287618637085, 6.748065948486328, 9.062374114990234, 8.262589454650879, 10.150585174560547, 7.234003067016602, 25.197805404663086, 50.71186447143555, 53.72139358520508, 1.3111045360565186, 6.184600830078125, 14.727282524108887, 13.331281661987305, 12.442764282226562, 15.284309387207031, 14.621294021606445, 18.296100616455078, 11.8755464553833, 51.236934661865234], "std": [0.35109877586364746, 0.086854949593544, 0.16647882759571075, 0.27587515115737915, 0.33290326595306396, 0.053694792091846466, 0.3172539472579956, 0.1260180026292801, 0.1436482071876526, 0.26390036940574646, 0.21553181111812592, 0.0790739506483078, 3.200988292694092, 1.5387420654296875, 10.416600227355957, 2.255805253982544, 10.380703926086426, 10.201594352722168, 10.955389976501465, 19.249853134155273, 13.072196960449219, 23.705665588378906, 14.80509090423584, 28.279367446899414, 7.765093803405762, 6.417768955230713, 0.24696579575538635, 2.4719913005828857, 9.728988647460938, 29.447750091552734, 13.160792350769043, 32.086917877197266, 13.74610710144043, 32.93223571777344, 16.628650665283203, 33.683998107910156], "count": [342]}, "timestamp": {"min": [0.0], "max": [11.366666666666667], "mean": [5.683333333333334], "std": [3.2908824663617824], "count": [342]}, "frame_index": {"min": [0], "max": [341], "mean": [170.5], "std": [98.72647399085346], "count": [342]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [342]}, "index": {"min": [4826], "max": [5167], "mean": [4996.5], "std": [98.72647399085346], "count": [342]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [342]}, "subtask_annotation": {"mean": [3.9473684210526314, 10.0, 10.0, 10.0, 10.0], "std": [1.853598232661435, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [342]}, "scene_annotation": {"mean": [22.0], "std": [0.0], "min": [22], "max": [22], "count": [342]}, "eef_direction_state": {"mean": [4.292397660818714, 4.02046783625731], "std": [2.0779827669828244, 1.8940169919841146], "min": [0, 0], "max": [6, 6], "count": [342]}, "eef_velocity_state": {"mean": [0.7602339181286549, 0.8742690058479532], "std": [0.8555617512456892, 0.812176282343166], "min": [0, 0], "max": [2, 2], "count": [342]}, "eef_acc_mag_state": {"mean": [0.6345029239766082, 0.5701754385964912], "std": [0.8330049624914054, 0.7719796634628715], "min": [0, 0], "max": [2, 2], "count": [342]}, "eef_direction_action": {"mean": [4.292397660818714, 4.02046783625731], "std": [2.0779827669828244, 1.8940169919841146], "min": [0, 0], "max": [6, 6], "count": [342]}, "eef_velocity_action": {"mean": [0.7602339181286549, 0.8742690058479532], "std": [0.8555617512456892, 0.812176282343166], "min": [0, 0], "max": [2, 2], "count": [342]}, "eef_acc_mag_action": {"mean": [0.6345029239766082, 0.5701754385964912], "std": [0.8330049624914054, 0.7719796634628715], "min": [0, 0], "max": [2, 2], "count": [342]}, "eef_sim_pose_state": {"mean": [0.6071782334058977, 0.2492238778875251, 1.2040587703353183, -1.2900291734858609, 0.6363040252612221, -1.8746769898006042, 0.6516698905601244, -0.17656154462581633, 1.2226912843749411, 1.1779183251017815, 0.6422822165961753, 2.0673883495371546], "std": [0.05166775998121457, 0.04073596275754365, 0.04425743678095838, 0.13987025162149994, 0.11614415053289076, 0.1728306090940529, 0.03581058714930808, 0.06696046398048708, 0.05357988005629316, 0.1598826969231022, 0.07219304901842354, 0.18462009353248107], "min": [0.5719698294415415, 0.16955496452983337, 1.1656276999206108, -1.6066798419213875, 0.49206629945438873, -2.3616753378322057, 0.6125100476799538, -0.2656989268798534, 1.1750050800048677, 0.622474025540767, 0.4861802196267746, 1.7302551367597299], "max": [0.7831342571895388, 0.2825322191435914, 1.3513600535639951, -0.8299490070013988, 0.8915270394231389, -1.6848758315373862, 0.7664933654519924, -0.08335442688721237, 1.3973042328928624, 1.2879747246958964, 0.770712399060907, 2.338975093812388], "count": [342]}, "eef_sim_pose_action": {"mean": [0.6071782334058977, 0.2492238778875251, 1.2040587703353183, -1.2900291734858609, 0.6363040252612221, -1.8746769898006042, 0.6516698905601244, -0.17656154462581633, 1.2226912843749411, 1.1779183251017815, 0.6422822165961753, 2.0673883495371546], "std": [0.05166775998121457, 0.04073596275754365, 0.04425743678095838, 0.13987025162149994, 0.11614415053289076, 0.1728306090940529, 0.03581058714930808, 0.06696046398048708, 0.05357988005629316, 0.1598826969231022, 0.07219304901842354, 0.18462009353248107], "min": [0.5719698294415415, 0.16955496452983337, 1.1656276999206108, -1.6066798419213875, 0.49206629945438873, -2.3616753378322057, 0.6125100476799538, -0.2656989268798534, 1.1750050800048677, 0.622474025540767, 0.4861802196267746, 1.7302551367597299], "max": [0.7831342571895388, 0.2825322191435914, 1.3513600535639951, -0.8299490070013988, 0.8915270394231389, -1.6848758315373862, 0.7664933654519924, -0.08335442688721237, 1.3973042328928624, 1.2879747246958964, 0.770712399060907, 2.338975093812388], "count": [342]}}} +{"episode_index": 23, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3148155882352941]], [[0.3257672242647059]], [[0.3537681147875817]]], "std": [[[0.3284878550764223]], [[0.3128937643708621]], [[0.29575975589950804]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.14901960784313725]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653367912581699]], [[0.49150475898692814]], [[0.4565556964869281]]], "std": [[[0.32376488777550566]], [[0.3124126498670576]], [[0.3256100656986709]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4858137663398693]], [[0.5033726879084968]], [[0.4686897344771242]]], "std": [[[0.3161226930591851]], [[0.3083206786506788]], [[0.3163390870723741]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3856321058006536]], [[0.4100712847222222]], [[0.3973653084150327]]], "std": [[[0.36573462176858273]], [[0.36189337427771767]], [[0.3374746670562659]]], "count": [100]}, "observation.state": {"min": [0.0648985281586647, -1.2204833030700684, 0.9082217812538147, -0.29616808891296387, -1.6191306114196777, 0.3806649148464203, -1.331254243850708, -1.455949068069458, 1.0564488172531128, -0.4610370397567749, 0.700603723526001, -0.4705500900745392, 6.301111221313477, 46.321876525878906, -1.0774999856948853, -0.2750000059604645, 0.8487499952316284, -0.8318749666213989, 1.071874976158142, -1.0368750095367432, 0.9437500238418579, 0.02500000223517418, 0.9474999904632568, 0.35875001549720764, 31.640625, 42.525001525878906, 1.169374942779541, 0.03687500208616257, 1.0768749713897705, 0.8962500095367432, 0.7287499904632568, 0.4581249952316284, 0.8999999761581421, 0.8806250095367432, 0.9800000190734863, 0.5831249952316284], "max": [1.3112983703613281, -0.7031786441802979, 1.6083486080169678, 0.44966429471969604, -0.47286278009414673, 0.6279723048210144, -0.14558060467243195, -0.8202784061431885, 1.7829928398132324, 0.324659526348114, 1.6569390296936035, -0.23632410168647766, 64.51312255859375, 64.18545532226562, 42.14125061035156, 9.318124771118164, 45.57875061035156, 81.03624725341797, 36.907501220703125, 70.64812469482422, 40.239376068115234, 75.25312805175781, 42.30687713623047, 101.68875122070312, 58.62687683105469, 60.4900016784668, 2.4362499713897705, 9.46875, 34.24937438964844, 62.913124084472656, 34.49937438964844, 78.06999969482422, 40.051876068115234, 100.12562561035156, 74.15250396728516, 110.13187408447266], "mean": [0.8025783896446228, -0.8197197318077087, 1.1435651779174805, 0.05800829827785492, -1.0058178901672363, 0.46930068731307983, -0.8056983947753906, -0.9817225337028503, 1.3052873611450195, -0.10966581851243973, 1.1155009269714355, -0.37854552268981934, 49.57487869262695, 51.36110305786133, 8.466459274291992, 4.013949871063232, 17.13015365600586, 11.678101539611816, 10.970449447631836, 11.080992698669434, 9.67648696899414, 12.816461563110352, 7.73299503326416, 25.108287811279297, 48.92431640625, 50.91741943359375, 1.311004638671875, 6.37634801864624, 14.659647941589355, 9.816978454589844, 14.934709548950195, 15.984514236450195, 14.137755393981934, 21.761930465698242, 15.686262130737305, 37.023677825927734], "std": [0.3119939863681793, 0.11647056043148041, 0.15102143585681915, 0.18648554384708405, 0.28358376026153564, 0.05500034615397453, 0.30279740691185, 0.1553470343351364, 0.16001510620117188, 0.20428873598575592, 0.20841272175312042, 0.06795747578144073, 10.928391456604004, 4.021869659423828, 15.29763412475586, 2.4313085079193115, 11.802901268005371, 23.67743492126465, 12.111571311950684, 24.197111129760742, 13.519241333007812, 25.253520965576172, 12.580716133117676, 32.7152214050293, 7.104338645935059, 6.135308265686035, 0.16072994470596313, 2.117190361022949, 9.399813652038574, 17.311246871948242, 10.022798538208008, 27.730783462524414, 11.960248947143555, 37.404605865478516, 24.5723876953125, 38.57656478881836], "count": [259]}, "action": {"min": [0.0648985281586647, -1.2204833030700684, 0.9082217812538147, -0.29616808891296387, -1.6191306114196777, 0.3806649148464203, -1.331254243850708, -1.455949068069458, 1.0564488172531128, -0.4610370397567749, 0.700603723526001, -0.4705500900745392, 6.301111221313477, 46.321876525878906, -1.0774999856948853, -0.2750000059604645, 0.8487499952316284, -0.8318749666213989, 1.071874976158142, -1.0368750095367432, 0.9437500238418579, 0.02500000223517418, 0.9474999904632568, 0.35875001549720764, 31.640625, 42.525001525878906, 1.169374942779541, 0.03687500208616257, 1.0768749713897705, 0.8962500095367432, 0.7287499904632568, 0.4581249952316284, 0.8999999761581421, 0.8806250095367432, 0.9800000190734863, 0.5831249952316284], "max": [1.3112983703613281, -0.7031786441802979, 1.6083486080169678, 0.44966429471969604, -0.47286278009414673, 0.6279723048210144, -0.14558060467243195, -0.8202784061431885, 1.7829928398132324, 0.324659526348114, 1.6569390296936035, -0.23632410168647766, 64.51312255859375, 64.18545532226562, 42.14125061035156, 9.318124771118164, 45.57875061035156, 81.03624725341797, 36.907501220703125, 70.64812469482422, 40.239376068115234, 75.25312805175781, 42.30687713623047, 101.68875122070312, 58.62687683105469, 60.4900016784668, 2.4362499713897705, 9.46875, 34.24937438964844, 62.913124084472656, 34.49937438964844, 78.06999969482422, 40.051876068115234, 100.12562561035156, 74.15250396728516, 110.13187408447266], "mean": [0.8025786280632019, -0.8197192549705505, 1.1435662508010864, 0.05800822749733925, -1.0058180093765259, 0.46930059790611267, -0.8056984543800354, -0.981722891330719, 1.3052865266799927, -0.10966578871011734, 1.115500807762146, -0.378545343875885, 49.57487869262695, 51.361106872558594, 8.466466903686523, 4.013948917388916, 17.130142211914062, 11.678099632263184, 10.970455169677734, 11.080978393554688, 9.67648696899414, 12.816473960876465, 7.732997894287109, 25.108293533325195, 48.92430114746094, 50.917457580566406, 1.311004638671875, 6.376344203948975, 14.659634590148926, 9.816978454589844, 14.934698104858398, 15.984516143798828, 14.1377592086792, 21.761934280395508, 15.686266899108887, 37.0236701965332], "std": [0.3119940161705017, 0.11647055298089981, 0.15102142095565796, 0.18648552894592285, 0.28358376026153564, 0.05500033497810364, 0.30279743671417236, 0.15534701943397522, 0.16001510620117188, 0.20428870618343353, 0.20841273665428162, 0.06795746833086014, 10.928391456604004, 4.02186918258667, 15.297632217407227, 2.4313087463378906, 11.802902221679688, 23.67743682861328, 12.111571311950684, 24.197114944458008, 13.519242286682129, 25.25351905822754, 12.580718994140625, 32.715213775634766, 7.104338645935059, 6.135309219360352, 0.16072994470596313, 2.1171908378601074, 9.39981460571289, 17.311246871948242, 10.022798538208008, 27.73077964782715, 11.960250854492188, 37.404598236083984, 24.572389602661133, 38.576568603515625], "count": [259]}, "timestamp": {"min": [0.0], "max": [8.6], "mean": [4.3], "std": [2.492210085669166], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [259]}, "index": {"min": [5168], "max": [5426], "mean": [5297.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}, "subtask_annotation": {"mean": [4.555984555984556, 10.0, 10.0, 10.0, 10.0], "std": [2.567947833773416, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [259]}, "scene_annotation": {"mean": [23.0], "std": [0.0], "min": [23], "max": [23], "count": [259]}, "eef_direction_state": {"mean": [3.3552123552123554, 4.374517374517374], "std": [1.9365619172007806, 1.7383609804487623], "min": [0, 0], "max": [6, 6], "count": [259]}, "eef_velocity_state": {"mean": [1.2548262548262548, 1.0694980694980696], "std": [0.7640106206721673, 0.9232079264601777], "min": [0, 0], "max": [2, 2], "count": [259]}, "eef_acc_mag_state": {"mean": [0.9227799227799228, 0.7451737451737451], "std": [0.8484726192063303, 0.8177128551282263], "min": [0, 0], "max": [2, 2], "count": [259]}, "eef_direction_action": {"mean": [3.3552123552123554, 4.374517374517374], "std": [1.9365619172007806, 1.7383609804487623], "min": [0, 0], "max": [6, 6], "count": [259]}, "eef_velocity_action": {"mean": [1.2548262548262548, 1.0694980694980696], "std": [0.7640106206721673, 0.9232079264601777], "min": [0, 0], "max": [2, 2], "count": [259]}, "eef_acc_mag_action": {"mean": [0.9227799227799228, 0.7451737451737451], "std": [0.8484726192063303, 0.8177128551282263], "min": [0, 0], "max": [2, 2], "count": [259]}, "eef_sim_pose_state": {"mean": [0.6530307788845149, 0.20828475029198276, 1.2405079635034861, -1.286000552937344, 0.7275638493996565, -1.9975376034510102, 0.6639407277927576, -0.1815151669848136, 1.2341686360238624, 1.1865727493962661, 0.6775582842453167, 2.04071167507347], "std": [0.049464363286507086, 0.02709340475228852, 0.054550748172133276, 0.17397761758894334, 0.08665989890027205, 0.16745641975682632, 0.04402418769142749, 0.05949040123925528, 0.06357377453147073, 0.2021208934074801, 0.09181827923367263, 0.14720117095944962], "min": [0.5666295151637208, 0.14843582138331546, 1.1868415694291132, -1.5308461337388841, 0.5644339724729437, -2.3077642953272886, 0.5725546127620988, -0.27619572833718475, 1.1735367130214662, 0.5546470776873895, 0.48178612220790473, 1.6784642968640677], "max": [0.7996183301682062, 0.27436500345108866, 1.4085188267962425, -0.7779064949505058, 0.9277696410345682, -1.5407079089568847, 0.8005880565315655, -0.06822105783272084, 1.4303203397517068, 1.364051236447602, 0.8146791106972895, 2.3006659195728862], "count": [259]}, "eef_sim_pose_action": {"mean": [0.6530307788845149, 0.20828475029198276, 1.2405079635034861, -1.286000552937344, 0.7275638493996565, -1.9975376034510102, 0.6639407277927576, -0.1815151669848136, 1.2341686360238624, 1.1865727493962661, 0.6775582842453167, 2.04071167507347], "std": [0.049464363286507086, 0.02709340475228852, 0.054550748172133276, 0.17397761758894334, 0.08665989890027205, 0.16745641975682632, 0.04402418769142749, 0.05949040123925528, 0.06357377453147073, 0.2021208934074801, 0.09181827923367263, 0.14720117095944962], "min": [0.5666295151637208, 0.14843582138331546, 1.1868415694291132, -1.5308461337388841, 0.5644339724729437, -2.3077642953272886, 0.5725546127620988, -0.27619572833718475, 1.1735367130214662, 0.5546470776873895, 0.48178612220790473, 1.6784642968640677], "max": [0.7996183301682062, 0.27436500345108866, 1.4085188267962425, -0.7779064949505058, 0.9277696410345682, -1.5407079089568847, 0.8005880565315655, -0.06822105783272084, 1.4303203397517068, 1.364051236447602, 0.8146791106972895, 2.3006659195728862], "count": [259]}}} +{"episode_index": 24, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3556243055555555]], [[0.4217620098039216]], [[0.420323654003268]]], "std": [[[0.36456014190603886]], [[0.2640228146836841]], [[0.2624212776072565]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16862745098039217]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.480689693627451]], [[0.5143589583333333]], [[0.4887020588235294]]], "std": [[[0.318137894389929]], [[0.290796404629761]], [[0.2962548619121341]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41798397875816995]], [[0.4485936580882353]], [[0.4143590420751634]]], "std": [[[0.28904327257923623]], [[0.2517512903272627]], [[0.24752399173799525]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41474049632352944]], [[0.42634707924836607]], [[0.31768882761437905]]], "std": [[[0.4171750813103113]], [[0.37548894068492206]], [[0.34737875705132537]]], "count": [100]}, "observation.state": {"min": [0.12777046859264374, -1.2589884996414185, 0.8284218311309814, -0.10171091556549072, -0.8972066640853882, 0.31741148233413696, -0.9631780385971069, -1.118533968925476, 0.804198145866394, -0.24903200566768646, 0.4219755530357361, -0.8959589004516602, 25.27312469482422, 43.149166107177734, -0.5, -0.5043749809265137, 9.43375015258789, 0.32750001549720764, 11.744375228881836, 0.6512500047683716, 0.9361538290977478, 22.603750228881836, 1.167272686958313, 66.68399810791016, 33.05125045776367, 42.813751220703125, 0.23750001192092896, -1.7843749523162842, 8.823333740234375, 0.7044444680213928, 2.4066667556762695, 2.3112499713897705, 1.1377778053283691, 9.35111141204834, 0.7506250143051147, -3.158750057220459], "max": [0.8107070922851562, -0.7518405914306641, 1.4278391599655151, 0.5641307830810547, -0.06480316072702408, 1.1759699583053589, -0.25654229521751404, -0.6734950542449951, 1.278348445892334, -0.09347885102033615, 1.0174906253814697, -0.5874723196029663, 53.0368766784668, 64.4781265258789, 7.663000106811523, 2.276250123977661, 38.15812683105469, 34.103126525878906, 47.602500915527344, 56.84000015258789, 46.07500076293945, 84.44062805175781, 43.779998779296875, 109.6624984741211, 57.14312744140625, 49.71908950805664, 0.43187499046325684, 0.23999999463558197, 39.546875, 29.541250228881836, 46.51499938964844, 61.84562683105469, 53.243751525878906, 83.84500122070312, 53.853126525878906, -3.055555582046509], "mean": [0.41003358364105225, -0.9567457437515259, 1.1156399250030518, 0.20179757475852966, -0.46180641651153564, 0.8574461936950684, -0.7542932629585266, -0.8708809018135071, 0.9385218620300293, -0.1642760932445526, 0.7451403737068176, -0.677863359451294, 39.46941375732422, 55.4302978515625, 0.433458149433136, 0.17758306860923767, 24.743459701538086, 11.165677070617676, 26.784269332885742, 15.609330177307129, 15.63846206665039, 47.285247802734375, 13.211211204528809, 91.14948272705078, 51.713836669921875, 47.751373291015625, 0.31877413392066956, -0.9644778966903687, 31.931943893432617, 21.585975646972656, 37.927406311035156, 40.063385009765625, 38.44661331176758, 59.052459716796875, 34.79557418823242, -3.1174416542053223], "std": [0.29064875841140747, 0.1442231386899948, 0.1762414127588272, 0.20799705386161804, 0.21882520616054535, 0.29879292845726013, 0.2468254417181015, 0.10698086768388748, 0.13792061805725098, 0.037665221840143204, 0.15706473588943481, 0.11277776211500168, 9.760289192199707, 6.694515228271484, 1.925649642944336, 0.765790581703186, 10.292387962341309, 13.315929412841797, 12.196396827697754, 18.500892639160156, 15.797908782958984, 18.891788482666016, 15.808785438537598, 10.886139869689941, 7.817558288574219, 1.919460415840149, 0.0483207143843174, 0.530779242515564, 7.077375888824463, 10.636565208435059, 10.724882125854492, 21.910430908203125, 17.042205810546875, 19.023740768432617, 20.884531021118164, 0.021703314036130905], "count": [163]}, "action": {"min": [0.12777046859264374, -1.2589884996414185, 0.8284218311309814, -0.10171091556549072, -0.8972066640853882, 0.31741148233413696, -0.9631780385971069, -1.118533968925476, 0.804198145866394, -0.24903200566768646, 0.4219755530357361, -0.8959589004516602, 25.27312469482422, 43.149166107177734, -0.5, -0.5043749809265137, 9.43375015258789, 0.32750001549720764, 11.744375228881836, 0.6512500047683716, 0.9361538290977478, 22.603750228881836, 1.167272686958313, 66.68399810791016, 33.05125045776367, 42.813751220703125, 0.23750001192092896, -1.7843749523162842, 8.823333740234375, 0.7044444680213928, 2.4066667556762695, 2.3112499713897705, 1.1377778053283691, 9.35111141204834, 0.7506250143051147, -3.158750057220459], "max": [0.8107070922851562, -0.7518405914306641, 1.4278391599655151, 0.5641307830810547, -0.06480316072702408, 1.1759699583053589, -0.25654229521751404, -0.6734950542449951, 1.278348445892334, -0.09347885102033615, 1.0174906253814697, -0.5874723196029663, 53.0368766784668, 64.4781265258789, 7.663000106811523, 2.276250123977661, 38.15812683105469, 34.103126525878906, 47.602500915527344, 56.84000015258789, 46.07500076293945, 84.44062805175781, 43.779998779296875, 109.6624984741211, 57.14312744140625, 49.71908950805664, 0.43187499046325684, 0.23999999463558197, 39.546875, 29.541250228881836, 46.51499938964844, 61.84562683105469, 53.243751525878906, 83.84500122070312, 53.853126525878906, -3.055555582046509], "mean": [0.4100337624549866, -0.9567461013793945, 1.1156401634216309, 0.20179761946201324, -0.46180659532546997, 0.8574466109275818, -0.7542939186096191, -0.8708810806274414, 0.9385219812393188, -0.1642760932445526, 0.7451404929161072, -0.6778632402420044, 39.46941375732422, 55.43030548095703, 0.4334578812122345, 0.17758312821388245, 24.74345588684082, 11.165685653686523, 26.784263610839844, 15.609320640563965, 15.638457298278809, 47.28523635864258, 13.21121597290039, 91.14946746826172, 51.713844299316406, 47.75136947631836, 0.3187739849090576, -0.964478075504303, 31.93195152282715, 21.585962295532227, 37.92742919921875, 40.063392639160156, 38.446617126464844, 59.052459716796875, 34.79559326171875, -3.117440938949585], "std": [0.2906486988067627, 0.1442231684923172, 0.1762414127588272, 0.20799706876277924, 0.21882519125938416, 0.29879292845726013, 0.2468254566192627, 0.10698087513446808, 0.13792061805725098, 0.037665218114852905, 0.157064750790596, 0.11277776211500168, 9.76028823852539, 6.69451379776001, 1.9256495237350464, 0.7657908201217651, 10.29238510131836, 13.315930366516113, 12.196396827697754, 18.50088882446289, 15.797905921936035, 18.89179039001465, 15.80878734588623, 10.886138916015625, 7.817557334899902, 1.919460654258728, 0.048320721834897995, 0.530779242515564, 7.077375411987305, 10.636565208435059, 10.724882125854492, 21.91043472290039, 17.042207717895508, 19.023740768432617, 20.884531021118164, 0.021703312173485756], "count": [163]}, "timestamp": {"min": [0.0], "max": [5.4], "mean": [2.6999999999999993], "std": [1.5684387141358123], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [163]}, "index": {"min": [5427], "max": [5589], "mean": [5508.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}, "subtask_annotation": {"mean": [2.5337423312883436, 4.993865030674846, 10.0, 10.0, 10.0], "std": [2.863526095651655, 4.1409179689961375, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [163]}, "scene_annotation": {"mean": [24.0], "std": [0.0], "min": [24], "max": [24], "count": [163]}, "eef_direction_state": {"mean": [3.5276073619631902, 4.006134969325154], "std": [1.867753098577653, 1.878182558782444], "min": [0, 0], "max": [6, 6], "count": [163]}, "eef_velocity_state": {"mean": [1.4723926380368098, 1.2576687116564418], "std": [0.6675004509139608, 0.747912900142091], "min": [0, 0], "max": [2, 2], "count": [163]}, "eef_acc_mag_state": {"mean": [1.1717791411042944, 0.950920245398773], "std": [0.8551187771301058, 0.8494218963838767], "min": [0, 0], "max": [2, 2], "count": [163]}, "eef_direction_action": {"mean": [3.5276073619631902, 4.006134969325154], "std": [1.867753098577653, 1.878182558782444], "min": [0, 0], "max": [6, 6], "count": [163]}, "eef_velocity_action": {"mean": [1.4723926380368098, 1.2576687116564418], "std": [0.6675004509139608, 0.747912900142091], "min": [0, 0], "max": [2, 2], "count": [163]}, "eef_acc_mag_action": {"mean": [1.1717791411042944, 0.950920245398773], "std": [0.8551187771301058, 0.8494218963838767], "min": [0, 0], "max": [2, 2], "count": [163]}, "eef_sim_pose_state": {"mean": [0.6643424211079679, 0.11037790130568088, 1.2382432190230468, -1.4426928093819449, 1.0012574215902312, -2.1643895379643103, 0.5905644997457955, -0.10234037800570783, 1.173167629707381, 1.563115839982605, 0.7997801544202939, 2.391056735325396], "std": [0.0770939991241404, 0.042464235864983255, 0.10896015316774267, 0.4963247174910305, 0.18567206273604955, 0.565894550315308, 0.05638046886769713, 0.018078871635916646, 0.08511366077775351, 0.35954831697693096, 0.09969379292431263, 0.31282703605414686], "min": [0.5600416250947863, 0.04893886997331556, 1.0609061043635948, -2.0885335459843, 0.7003027533604418, -2.916348295313297, 0.5510649492245185, -0.1450380355678729, 1.0683131214658323, 0.8081424738192555, 0.7214735730996145, 1.737864577773221], "max": [0.7692096367861498, 0.1816384868941896, 1.3750486576739516, -0.7115075490168982, 1.311199033910499, -1.3322060472678745, 0.7281814197101452, -0.07766306830548392, 1.3286094437060771, 2.0215646644818306, 1.0067586695938582, 2.7152930997802622], "count": [163]}, "eef_sim_pose_action": {"mean": [0.6643424211079679, 0.11037790130568088, 1.2382432190230468, -1.4426928093819449, 1.0012574215902312, -2.1643895379643103, 0.5905644997457955, -0.10234037800570783, 1.173167629707381, 1.563115839982605, 0.7997801544202939, 2.391056735325396], "std": [0.0770939991241404, 0.042464235864983255, 0.10896015316774267, 0.4963247174910305, 0.18567206273604955, 0.565894550315308, 0.05638046886769713, 0.018078871635916646, 0.08511366077775351, 0.35954831697693096, 0.09969379292431263, 0.31282703605414686], "min": [0.5600416250947863, 0.04893886997331556, 1.0609061043635948, -2.0885335459843, 0.7003027533604418, -2.916348295313297, 0.5510649492245185, -0.1450380355678729, 1.0683131214658323, 0.8081424738192555, 0.7214735730996145, 1.737864577773221], "max": [0.7692096367861498, 0.1816384868941896, 1.3750486576739516, -0.7115075490168982, 1.311199033910499, -1.3322060472678745, 0.7281814197101452, -0.07766306830548392, 1.3286094437060771, 2.0215646644818306, 1.0067586695938582, 2.7152930997802622], "count": [163]}}} +{"episode_index": 25, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3235087663398693]], [[0.3328905555555555]], [[0.3598688357843137]]], "std": [[[0.32723591322355666]], [[0.31205557395859]], [[0.2960191357987514]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4753828941993464]], [[0.5032101838235294]], [[0.47088705882352944]]], "std": [[[0.32456682247723195]], [[0.3126156684097908]], [[0.32442577147911755]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43209730596405227]], [[0.4716796364379085]], [[0.45583997140522875]]], "std": [[[0.30439781481833444]], [[0.29277158379789786]], [[0.2982109372204385]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37095570465686273]], [[0.40225649305555555]], [[0.408526683006536]]], "std": [[[0.3609953918774918]], [[0.35937516981295187]], [[0.3297414165280425]]], "count": [100]}, "observation.state": {"min": [0.2697508931159973, -1.2267299890518188, 0.9239099025726318, -0.4495689272880554, -1.6005654335021973, 0.4491874575614929, -1.3132295608520508, -1.3800593614578247, 1.1099984645843506, -0.5223592519760132, 0.8616340756416321, -0.43153059482574463, 44.920623779296875, 38.397499084472656, 10.177499771118164, 1.1612499952316284, 3.848888874053955, -0.734375, 0.9474999904632568, -1.0674999952316284, 0.6844444274902344, 0.11312499642372131, 0.9337500333786011, 0.44999998807907104, 23.8956241607666, 42.38999938964844, 1.1037499904632568, 0.42125001549720764, 0.9166666865348816, 0.6549999713897705, 0.8956249952316284, 0.7643750309944153, 0.9362500309944153, 0.36500000953674316, 0.9275000095367432, -3.1581249237060547], "max": [1.4150358438491821, -0.7555838227272034, 1.6105659008026123, 0.21000228822231293, -0.5538071393966675, 0.6639105081558228, -0.3485017418861389, -0.8426318168640137, 1.6808527708053589, 0.28770408034324646, 1.4972200393676758, -0.047827497124671936, 59.24562454223633, 57.97687530517578, 60.81812286376953, 9.523750305175781, 37.354373931884766, 64.39500427246094, 32.630001068115234, 90.36937713623047, 40.67812728881836, 96.04499816894531, 70.06749725341797, 111.22875213623047, 53.79624938964844, 65.69437408447266, 2.783750057220459, 9.449999809265137, 38.53187561035156, 54.755001068115234, 40.87062454223633, 60.834999084472656, 43.15687561035156, 84.74063110351562, 77.45999908447266, 111.22062683105469], "mean": [1.0244767665863037, -0.8382835388183594, 1.0807832479476929, -0.15290434658527374, -1.2333307266235352, 0.5624038577079773, -0.9784261584281921, -0.9647821187973022, 1.2739745378494263, -0.004155823495239019, 1.2811366319656372, -0.3280039429664612, 51.58823776245117, 49.09604263305664, 37.79814910888672, 5.782675266265869, 13.640926361083984, 12.221596717834473, 7.713283538818359, 17.646242141723633, 8.977665901184082, 20.69068717956543, 13.238662719726562, 28.707231521606445, 44.94068908691406, 54.91562271118164, 1.2389299869537354, 4.445159912109375, 18.573715209960938, 9.23758316040039, 16.088729858398438, 11.308784484863281, 17.252689361572266, 15.174298286437988, 13.341835021972656, 47.48734664916992], "std": [0.3557027280330658, 0.1135326474905014, 0.18221721053123474, 0.2263645976781845, 0.2992660701274872, 0.060968391597270966, 0.35105979442596436, 0.13724300265312195, 0.16414344310760498, 0.3104788362979889, 0.19477422535419464, 0.12242653965950012, 3.59285569190979, 3.8384270668029785, 11.556629180908203, 2.6016809940338135, 10.689702987670898, 23.141826629638672, 10.275588989257812, 33.77919006347656, 12.920395851135254, 36.04689407348633, 23.2147274017334, 42.58808135986328, 6.946075439453125, 9.399024963378906, 0.21252675354480743, 3.2276430130004883, 11.90995979309082, 17.18187141418457, 11.569751739501953, 19.573740005493164, 12.280278205871582, 29.166229248046875, 22.7206974029541, 33.271297454833984], "count": [264]}, "action": {"min": [0.2697508931159973, -1.2267299890518188, 0.9239099025726318, -0.4495689272880554, -1.6005654335021973, 0.4491874575614929, -1.3132295608520508, -1.3800593614578247, 1.1099984645843506, -0.5223592519760132, 0.8616340756416321, -0.43153059482574463, 44.920623779296875, 38.397499084472656, 10.177499771118164, 1.1612499952316284, 3.848888874053955, -0.734375, 0.9474999904632568, -1.0674999952316284, 0.6844444274902344, 0.11312499642372131, 0.9337500333786011, 0.44999998807907104, 23.8956241607666, 42.38999938964844, 1.1037499904632568, 0.42125001549720764, 0.9166666865348816, 0.6549999713897705, 0.8956249952316284, 0.7643750309944153, 0.9362500309944153, 0.36500000953674316, 0.9275000095367432, -3.1581249237060547], "max": [1.4150358438491821, -0.7555838227272034, 1.6105659008026123, 0.21000228822231293, -0.5538071393966675, 0.6639105081558228, -0.3485017418861389, -0.8426318168640137, 1.6808527708053589, 0.28770408034324646, 1.4972200393676758, -0.047827497124671936, 59.24562454223633, 57.97687530517578, 60.81812286376953, 9.523750305175781, 37.354373931884766, 64.39500427246094, 32.630001068115234, 90.36937713623047, 40.67812728881836, 96.04499816894531, 70.06749725341797, 111.22875213623047, 53.79624938964844, 65.69437408447266, 2.783750057220459, 9.449999809265137, 38.53187561035156, 54.755001068115234, 40.87062454223633, 60.834999084472656, 43.15687561035156, 84.74063110351562, 77.45999908447266, 111.22062683105469], "mean": [1.0244771242141724, -0.8382837772369385, 1.080782413482666, -0.15290430188179016, -1.2333306074142456, 0.5624040365219116, -0.9784262776374817, -0.9647821187973022, 1.2739746570587158, -0.004155850037932396, 1.2811367511749268, -0.32800379395484924, 51.588226318359375, 49.096065521240234, 37.79814147949219, 5.782673358917236, 13.640929222106934, 12.221580505371094, 7.713277816772461, 17.646259307861328, 8.97766399383545, 20.690689086914062, 13.238663673400879, 28.70723533630371, 44.940673828125, 54.91558837890625, 1.2389308214187622, 4.44516134262085, 18.5737247467041, 9.237580299377441, 16.088733673095703, 11.308785438537598, 17.252696990966797, 15.174298286437988, 13.341835021972656, 47.48732376098633], "std": [0.3557026982307434, 0.1135326474905014, 0.18221718072891235, 0.2263645976781845, 0.2992660403251648, 0.060968395322561264, 0.3510597348213196, 0.13724298775196075, 0.16414344310760498, 0.3104788362979889, 0.19477424025535583, 0.12242653965950012, 3.59285569190979, 3.838426351547241, 11.556628227233887, 2.6016812324523926, 10.689702987670898, 23.141822814941406, 10.275590896606445, 33.779178619384766, 12.92039680480957, 36.04689025878906, 23.2147216796875, 42.58808898925781, 6.946076393127441, 9.399024963378906, 0.21252678334712982, 3.2276430130004883, 11.909961700439453, 17.18187141418457, 11.569751739501953, 19.573740005493164, 12.280279159545898, 29.166229248046875, 22.7206974029541, 33.271297454833984], "count": [264]}, "timestamp": {"min": [0.0], "max": [8.766666666666667], "mean": [4.383333333333334], "std": [2.5403229599286665], "count": [264]}, "frame_index": {"min": [0], "max": [263], "mean": [131.5], "std": [76.20968879786], "count": [264]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [264]}, "index": {"min": [5590], "max": [5853], "mean": [5721.5], "std": [76.20968879786], "count": [264]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [264]}, "subtask_annotation": {"mean": [3.912878787878788, 10.0, 10.0, 10.0, 10.0], "std": [2.298711935207458, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [264]}, "scene_annotation": {"mean": [25.0], "std": [0.0], "min": [25], "max": [25], "count": [264]}, "eef_direction_state": {"mean": [3.9318181818181817, 4.46969696969697], "std": [2.1040839863198437, 1.81925473393929], "min": [0, 0], "max": [6, 6], "count": [264]}, "eef_velocity_state": {"mean": [0.9659090909090909, 0.8787878787878788], "std": [0.8718953184190158, 0.90896463769519], "min": [0, 0], "max": [2, 2], "count": [264]}, "eef_acc_mag_state": {"mean": [0.8371212121212122, 0.6893939393939394], "std": [0.8616321108213947, 0.8130803359389167], "min": [0, 0], "max": [2, 2], "count": [264]}, "eef_direction_action": {"mean": [3.9318181818181817, 4.46969696969697], "std": [2.1040839863198437, 1.81925473393929], "min": [0, 0], "max": [6, 6], "count": [264]}, "eef_velocity_action": {"mean": [0.9659090909090909, 0.8787878787878788], "std": [0.8718953184190158, 0.90896463769519], "min": [0, 0], "max": [2, 2], "count": [264]}, "eef_acc_mag_action": {"mean": [0.8371212121212122, 0.6893939393939394], "std": [0.8616321108213947, 0.8130803359389167], "min": [0, 0], "max": [2, 2], "count": [264]}, "eef_sim_pose_state": {"mean": [0.6312004182631797, 0.2315218222588656, 1.2170330914181247, -1.2658946671142781, 0.689321102462183, -1.8919735232791177, 0.6441875982633815, -0.21071245375306955, 1.2155635117357015, 1.2057148992005478, 0.6093619729327785, 2.0219492477178362], "std": [0.055851080706632326, 0.04339599426235729, 0.05424577103098081, 0.18217279563130842, 0.07459234499499737, 0.17368052766154257, 0.03924306838566045, 0.07124734966142529, 0.05666838505787694, 0.17524409628160084, 0.058479778163575136, 0.1904589387360479], "min": [0.5840380073571515, 0.16113589537759926, 1.1743795989841024, -1.4888440229619462, 0.5729316120734524, -2.2502780878574664, 0.614890167108938, -0.2801880114477577, 1.1569531744672688, 0.6976345693296725, 0.47683557360132856, 1.8550833088063774], "max": [0.8013804339558884, 0.29998916997127945, 1.3673134477494688, -0.663902876419092, 0.818745203096106, -1.5438540430294834, 0.7638580965119355, -0.0789550527859301, 1.3651162361392548, 1.3530899284700078, 0.7240934367826206, 2.4541308464534906], "count": [264]}, "eef_sim_pose_action": {"mean": [0.6312004182631797, 0.2315218222588656, 1.2170330914181247, -1.2658946671142781, 0.689321102462183, -1.8919735232791177, 0.6441875982633815, -0.21071245375306955, 1.2155635117357015, 1.2057148992005478, 0.6093619729327785, 2.0219492477178362], "std": [0.055851080706632326, 0.04339599426235729, 0.05424577103098081, 0.18217279563130842, 0.07459234499499737, 0.17368052766154257, 0.03924306838566045, 0.07124734966142529, 0.05666838505787694, 0.17524409628160084, 0.058479778163575136, 0.1904589387360479], "min": [0.5840380073571515, 0.16113589537759926, 1.1743795989841024, -1.4888440229619462, 0.5729316120734524, -2.2502780878574664, 0.614890167108938, -0.2801880114477577, 1.1569531744672688, 0.6976345693296725, 0.47683557360132856, 1.8550833088063774], "max": [0.8013804339558884, 0.29998916997127945, 1.3673134477494688, -0.663902876419092, 0.818745203096106, -1.5438540430294834, 0.7638580965119355, -0.0789550527859301, 1.3651162361392548, 1.3530899284700078, 0.7240934367826206, 2.4541308464534906], "count": [264]}}} +{"episode_index": 26, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33738686683006536]], [[0.41018737540849676]], [[0.42443175040849673]]], "std": [[[0.3639877394102304]], [[0.26324975372500997]], [[0.25717771525885347]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49231287785947714]], [[0.5336634579248366]], [[0.5162319424019608]]], "std": [[[0.31236151527326567]], [[0.2907434085744783]], [[0.2945065498827744]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43504907883986926]], [[0.453883641748366]], [[0.42615751429738563]]], "std": [[[0.27170800057025624]], [[0.25330789435930384]], [[0.24799920631565983]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42905026552287584]], [[0.44241426674836604]], [[0.3363181556372549]]], "std": [[[0.4151479378324768]], [[0.3792361947637814]], [[0.3573489529223918]]], "count": [100]}, "observation.state": {"min": [0.1399538516998291, -1.2455414533615112, 0.775730550289154, -0.21407930552959442, -1.0456960201263428, 0.5355439782142639, -0.9443427324295044, -1.1181763410568237, 0.7788299918174744, -0.255159467458725, 0.4302328824996948, -1.2066707611083984, 20.056249618530273, 45.38874816894531, -0.4650000035762787, -0.5850000381469727, 9.774999618530273, 0.0625, 11.557499885559082, 0.16124999523162842, 0.9987500309944153, 6.57937479019165, 1.0106250047683716, 56.54375076293945, 26.036666870117188, 39.59111022949219, 0.20875000953674316, -2.473750114440918, 9.618888854980469, 1.741111159324646, 5.817272663116455, 0.8400000333786011, 2.9158332347869873, 0.9175000190734863, 1.0425000190734863, -3.1412501335144043], "max": [0.8661879301071167, -0.6666284799575806, 1.4161802530288696, 0.34962233901023865, -0.11344128847122192, 0.9660629630088806, -0.27065691351890564, -0.6582837104797363, 1.219362735748291, 0.025892652571201324, 1.124852180480957, -0.5600060820579529, 56.485626220703125, 68.65812683105469, 25.530000686645508, 1.3512500524520874, 38.43375015258789, 33.592498779296875, 47.77375030517578, 63.56187438964844, 49.83000183105469, 88.47062683105469, 45.84562683105469, 109.87187194824219, 54.08812713623047, 51.140625, 0.44312500953674316, 0.1459999978542328, 46.00562286376953, 26.1299991607666, 53.717498779296875, 70.14812469482422, 67.27249908447266, 99.30437469482422, 76.69625091552734, -3.041249990463257], "mean": [0.47054052352905273, -0.9121283292770386, 1.111739993095398, 0.10712675005197525, -0.5782278180122375, 0.8172932267189026, -0.7100826501846313, -0.8465043306350708, 0.9235429763793945, -0.11545772105455399, 0.8197407722473145, -0.7905625104904175, 41.52067565917969, 55.75968933105469, 2.1777889728546143, -0.04357204586267471, 26.251426696777344, 12.2609224319458, 27.70680046081543, 21.995073318481445, 20.45649528503418, 45.44841766357422, 15.802168846130371, 86.39888763427734, 47.83123779296875, 49.29734420776367, 0.31578510999679565, -1.5143336057662964, 35.517574310302734, 19.652061462402344, 40.662681579589844, 39.90679168701172, 42.56163787841797, 61.392234802246094, 39.97758483886719, -3.0900583267211914], "std": [0.2855128049850464, 0.16661937534809113, 0.20655791461467743, 0.2020031064748764, 0.2592311501502991, 0.14448679983615875, 0.24738936126232147, 0.1289273202419281, 0.13621610403060913, 0.09090986847877502, 0.23019181191921234, 0.23260408639907837, 12.672728538513184, 7.360154628753662, 6.406768321990967, 0.5749951004981995, 9.687646865844727, 14.204859733581543, 13.463902473449707, 23.27524185180664, 17.747406005859375, 24.244441986083984, 16.9340877532959, 14.451007843017578, 9.452177047729492, 2.608203887939453, 0.04921746999025345, 0.8882098197937012, 9.32026481628418, 8.212820053100586, 12.815032005310059, 21.108665466308594, 19.199129104614258, 21.927352905273438, 23.327722549438477, 0.021229157224297523], "count": [177]}, "action": {"min": [0.1399538516998291, -1.2455414533615112, 0.775730550289154, -0.21407930552959442, -1.0456960201263428, 0.5355439782142639, -0.9443427324295044, -1.1181763410568237, 0.7788299918174744, -0.255159467458725, 0.4302328824996948, -1.2066707611083984, 20.056249618530273, 45.38874816894531, -0.4650000035762787, -0.5850000381469727, 9.774999618530273, 0.0625, 11.557499885559082, 0.16124999523162842, 0.9987500309944153, 6.57937479019165, 1.0106250047683716, 56.54375076293945, 26.036666870117188, 39.59111022949219, 0.20875000953674316, -2.473750114440918, 9.618888854980469, 1.741111159324646, 5.817272663116455, 0.8400000333786011, 2.9158332347869873, 0.9175000190734863, 1.0425000190734863, -3.1412501335144043], "max": [0.8661879301071167, -0.6666284799575806, 1.4161802530288696, 0.34962233901023865, -0.11344128847122192, 0.9660629630088806, -0.27065691351890564, -0.6582837104797363, 1.219362735748291, 0.025892652571201324, 1.124852180480957, -0.5600060820579529, 56.485626220703125, 68.65812683105469, 25.530000686645508, 1.3512500524520874, 38.43375015258789, 33.592498779296875, 47.77375030517578, 63.56187438964844, 49.83000183105469, 88.47062683105469, 45.84562683105469, 109.87187194824219, 54.08812713623047, 51.140625, 0.44312500953674316, 0.1459999978542328, 46.00562286376953, 26.1299991607666, 53.717498779296875, 70.14812469482422, 67.27249908447266, 99.30437469482422, 76.69625091552734, -3.041249990463257], "mean": [0.4705403745174408, -0.9121279716491699, 1.1117401123046875, 0.10712673515081406, -0.5782278180122375, 0.8172933459281921, -0.7100832462310791, -0.846504271030426, 0.9235430955886841, -0.1154576987028122, 0.8197407722473145, -0.790562629699707, 41.52068328857422, 55.75968933105469, 2.177790641784668, -0.04357203468680382, 26.251428604125977, 12.26092529296875, 27.70680046081543, 21.99509048461914, 20.456491470336914, 45.44843673706055, 15.802165031433105, 86.39888763427734, 47.83124923706055, 49.297332763671875, 0.3157850503921509, -1.514333963394165, 35.51759719848633, 19.652063369750977, 40.662662506103516, 39.90678024291992, 42.56163787841797, 61.39227294921875, 39.97758483886719, -3.090057134628296], "std": [0.28551289439201355, 0.16661933064460754, 0.20655792951583862, 0.2020030915737152, 0.2592311203479767, 0.14448679983615875, 0.24738934636116028, 0.1289273202419281, 0.13621610403060913, 0.09090986847877502, 0.23019181191921234, 0.23260408639907837, 12.6727294921875, 7.36015510559082, 6.406765937805176, 0.5749951004981995, 9.68764877319336, 14.204858779907227, 13.463903427124023, 23.275239944458008, 17.747406005859375, 24.24444007873535, 16.9340877532959, 14.451005935668945, 9.452176094055176, 2.608203649520874, 0.04921746253967285, 0.8882097005844116, 9.320265769958496, 8.212821006774902, 12.815032005310059, 21.108667373657227, 19.199129104614258, 21.927350997924805, 23.32771873474121, 0.021229157224297523], "count": [177]}, "timestamp": {"min": [0.0], "max": [5.866666666666666], "mean": [2.9333333333333336], "std": [1.7031561116764198], "count": [177]}, "frame_index": {"min": [0], "max": [176], "mean": [88.0], "std": [51.094683350292584], "count": [177]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [177]}, "index": {"min": [5854], "max": [6030], "mean": [5942.0], "std": [51.094683350292584], "count": [177]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [177]}, "subtask_annotation": {"mean": [3.135593220338983, 5.005649717514125, 10.0, 10.0, 10.0], "std": [3.251028314251822, 4.128579152784285, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [177]}, "scene_annotation": {"mean": [26.0], "std": [0.0], "min": [26], "max": [26], "count": [177]}, "eef_direction_state": {"mean": [3.463276836158192, 3.926553672316384], "std": [2.069432220277388, 2.0640112306171288], "min": [0, 0], "max": [6, 6], "count": [177]}, "eef_velocity_state": {"mean": [1.3728813559322033, 1.1299435028248588], "std": [0.7789237486831224, 0.8095869751017474], "min": [0, 0], "max": [2, 2], "count": [177]}, "eef_acc_mag_state": {"mean": [1.0225988700564972, 1.0225988700564972], "std": [0.8366924541452394, 0.8092320573918147], "min": [0, 0], "max": [2, 2], "count": [177]}, "eef_direction_action": {"mean": [3.463276836158192, 3.926553672316384], "std": [2.069432220277388, 2.0640112306171288], "min": [0, 0], "max": [6, 6], "count": [177]}, "eef_velocity_action": {"mean": [1.3728813559322033, 1.1299435028248588], "std": [0.7789237486831224, 0.8095869751017474], "min": [0, 0], "max": [2, 2], "count": [177]}, "eef_acc_mag_action": {"mean": [1.0225988700564972, 1.0225988700564972], "std": [0.8366924541452394, 0.8092320573918147], "min": [0, 0], "max": [2, 2], "count": [177]}, "eef_sim_pose_state": {"mean": [0.6659857595903741, 0.1427818158511667, 1.2499740875907783, -1.4127224392117335, 0.9023181439691422, -2.093910473091326, 0.5961840311499487, -0.10646754728060434, 1.2136413055184994, 1.3578302549179277, 0.8659069099721883, 2.1988461723333868], "std": [0.07828545590120345, 0.06302040087914783, 0.1048845577696023, 0.46459182103934893, 0.16694036154033118, 0.5271610253768665, 0.0580106707581491, 0.020330301170705962, 0.0788116654719126, 0.39937583749915645, 0.15531327310849874, 0.37208711596766303], "min": [0.5552737489176441, 0.0548281539302147, 1.0638036525187091, -2.1593523526113656, 0.7072182080397957, -2.887651284604144, 0.5411746327032738, -0.13371359211076841, 1.077823063558466, 0.7460096194231423, 0.7116022325185423, 1.5886843291712427], "max": [0.7664599844151736, 0.24533304196793368, 1.3726940528672367, -0.8654970149269984, 1.231749283637746, -1.4030639928980837, 0.7165702446673387, -0.06309415970188867, 1.3240898475157095, 1.9908348202636816, 1.1761484323144837, 2.7341641915001644], "count": [177]}, "eef_sim_pose_action": {"mean": [0.6659857595903741, 0.1427818158511667, 1.2499740875907783, -1.4127224392117335, 0.9023181439691422, -2.093910473091326, 0.5961840311499487, -0.10646754728060434, 1.2136413055184994, 1.3578302549179277, 0.8659069099721883, 2.1988461723333868], "std": [0.07828545590120345, 0.06302040087914783, 0.1048845577696023, 0.46459182103934893, 0.16694036154033118, 0.5271610253768665, 0.0580106707581491, 0.020330301170705962, 0.0788116654719126, 0.39937583749915645, 0.15531327310849874, 0.37208711596766303], "min": [0.5552737489176441, 0.0548281539302147, 1.0638036525187091, -2.1593523526113656, 0.7072182080397957, -2.887651284604144, 0.5411746327032738, -0.13371359211076841, 1.077823063558466, 0.7460096194231423, 0.7116022325185423, 1.5886843291712427], "max": [0.7664599844151736, 0.24533304196793368, 1.3726940528672367, -0.8654970149269984, 1.231749283637746, -1.4030639928980837, 0.7165702446673387, -0.06309415970188867, 1.3240898475157095, 1.9908348202636816, 1.1761484323144837, 2.7341641915001644], "count": [177]}}} +{"episode_index": 27, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.323285414624183]], [[0.32855830678104575]], [[0.350106862745098]]], "std": [[[0.3312744370896056]], [[0.31465563065839725]], [[0.295862642713672]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47248978145424836]], [[0.48773528594771237]], [[0.4566659150326797]]], "std": [[[0.3188619255650311]], [[0.3146064398731274]], [[0.3247586499861343]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41490187704248366]], [[0.45810038807189546]], [[0.43760765931372547]]], "std": [[[0.3016827646273621]], [[0.2874755855940845]], [[0.2913298414625983]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3767182741013072]], [[0.407423762254902]], [[0.41322748366013073]]], "std": [[[0.36080158792597466]], [[0.35884604406655773]], [[0.32921645814002715]]], "count": [100]}, "observation.state": {"min": [0.2895876169204712, -1.1892261505126953, 0.9204766154289246, -0.3380827009677887, -1.6047532558441162, 0.34273195266723633, -1.1854352951049805, -1.42857825756073, 1.1858644485473633, -0.2995298206806183, 0.9708314538002014, -0.406557559967041, 30.23444366455078, 44.018123626708984, -0.7912499904632568, -0.35249999165534973, 0.8118749856948853, -0.3024999797344208, 1.1043750047683716, -0.9331250190734863, 1.0, 0.017777767032384872, 0.8899999856948853, 0.39625000953674316, 24.978750228881836, 43.864376068115234, 1.068750023841858, 0.5787500143051147, 0.9649999737739563, 0.8424999713897705, 0.7946153879165649, 0.6556249856948853, 1.0646153688430786, 0.21312500536441803, 1.0500000715255737, 0.488571435213089], "max": [1.3372148275375366, -0.7577534914016724, 1.5788557529449463, 0.3076600432395935, -0.6659132242202759, 0.6270503997802734, -0.3718194365501404, -0.8837357759475708, 1.6903419494628906, 0.18301288783550262, 1.5494476556777954, -0.19574463367462158, 57.970001220703125, 60.387001037597656, 63.286251068115234, 8.194375038146973, 33.95750045776367, 36.10375213623047, 33.899375915527344, 70.9487533569336, 50.275001525878906, 92.23500061035156, 75.59187316894531, 110.90125274658203, 65.80937957763672, 64.5806655883789, 2.302500009536743, 9.438750267028809, 35.47312545776367, 54.868751525878906, 39.15562438964844, 60.325626373291016, 48.69312286376953, 79.59000396728516, 81.61624908447266, 110.32562255859375], "mean": [0.9704596996307373, -0.8625528216362, 1.0897705554962158, -0.08216077089309692, -1.2116998434066772, 0.5299280881881714, -0.9451332688331604, -1.00456964969635, 1.3041208982467651, 0.028370540589094162, 1.2594914436340332, -0.34694451093673706, 51.833984375, 50.611976623535156, 10.98840045928955, 4.8631911277771, 11.683187484741211, 6.712822437286377, 9.715511322021484, 12.296048164367676, 11.460111618041992, 17.679227828979492, 12.18174934387207, 30.37611198425293, 53.47113800048828, 54.83955383300781, 1.2375324964523315, 4.7681565284729, 17.282039642333984, 9.044107437133789, 16.907432556152344, 11.825789451599121, 18.91179847717285, 14.575087547302246, 17.191713333129883, 39.155540466308594], "std": [0.32248997688293457, 0.1003376916050911, 0.17507487535476685, 0.22384269535541534, 0.28849002718925476, 0.0795794203877449, 0.2709205448627472, 0.13957789540290833, 0.1363901048898697, 0.17090722918510437, 0.1177598237991333, 0.06675627082586288, 5.0436177253723145, 3.613173007965088, 19.018938064575195, 2.747267246246338, 11.392054557800293, 12.08930778503418, 11.562650680541992, 24.657087326049805, 15.845081329345703, 32.69609069824219, 22.557077407836914, 38.83631134033203, 10.274190902709961, 8.253783226013184, 0.16942523419857025, 2.747300148010254, 10.742561340332031, 15.706072807312012, 10.832374572753906, 19.832862854003906, 13.121455192565918, 27.143798828125, 23.985509872436523, 33.72539520263672], "count": [217]}, "action": {"min": [0.2895876169204712, -1.1892261505126953, 0.9204766154289246, -0.3380827009677887, -1.6047532558441162, 0.34273195266723633, -1.1854352951049805, -1.42857825756073, 1.1858644485473633, -0.2995298206806183, 0.9708314538002014, -0.406557559967041, 30.23444366455078, 44.018123626708984, -0.7912499904632568, -0.35249999165534973, 0.8118749856948853, -0.3024999797344208, 1.1043750047683716, -0.9331250190734863, 1.0, 0.017777767032384872, 0.8899999856948853, 0.39625000953674316, 24.978750228881836, 43.864376068115234, 1.068750023841858, 0.5787500143051147, 0.9649999737739563, 0.8424999713897705, 0.7946153879165649, 0.6556249856948853, 1.0646153688430786, 0.21312500536441803, 1.0500000715255737, 0.488571435213089], "max": [1.3372148275375366, -0.7577534914016724, 1.5788557529449463, 0.3076600432395935, -0.6659132242202759, 0.6270503997802734, -0.3718194365501404, -0.8837357759475708, 1.6903419494628906, 0.18301288783550262, 1.5494476556777954, -0.19574463367462158, 57.970001220703125, 60.387001037597656, 63.286251068115234, 8.194375038146973, 33.95750045776367, 36.10375213623047, 33.899375915527344, 70.9487533569336, 50.275001525878906, 92.23500061035156, 75.59187316894531, 110.90125274658203, 65.80937957763672, 64.5806655883789, 2.302500009536743, 9.438750267028809, 35.47312545776367, 54.868751525878906, 39.15562438964844, 60.325626373291016, 48.69312286376953, 79.59000396728516, 81.61624908447266, 110.32562255859375], "mean": [0.9704594612121582, -0.8625526428222656, 1.0897709131240845, -0.0821608155965805, -1.2116999626159668, 0.5299281477928162, -0.9451332688331604, -1.00456964969635, 1.3041211366653442, 0.028370525687932968, 1.2594916820526123, -0.3469444215297699, 51.83399963378906, 50.61197280883789, 10.98837947845459, 4.8631911277771, 11.683180809020996, 6.71282434463501, 9.715503692626953, 12.296035766601562, 11.460123062133789, 17.679237365722656, 12.181744575500488, 30.3761043548584, 53.47114944458008, 54.83956527709961, 1.237532377243042, 4.768156051635742, 17.282047271728516, 9.044110298156738, 16.907428741455078, 11.82578182220459, 18.911808013916016, 14.575089454650879, 17.19171714782715, 39.15553283691406], "std": [0.32248997688293457, 0.1003376916050911, 0.17507486045360565, 0.22384275496006012, 0.28849008679389954, 0.0795794203877449, 0.2709205448627472, 0.13957789540290833, 0.13639011979103088, 0.17090724408626556, 0.1177598237991333, 0.06675627082586288, 5.0436177253723145, 3.6131722927093506, 19.018936157226562, 2.7472667694091797, 11.392056465148926, 12.089303016662598, 11.562649726867676, 24.657094955444336, 15.845080375671387, 32.69609451293945, 22.557077407836914, 38.836307525634766, 10.274190902709961, 8.253783226013184, 0.16942517459392548, 2.747299909591675, 10.742560386657715, 15.706074714660645, 10.832374572753906, 19.83286476135254, 13.121456146240234, 27.143800735473633, 23.985509872436523, 33.72539520263672], "count": [217]}, "timestamp": {"min": [0.0], "max": [7.2], "mean": [3.6], "std": [2.08806130178211], "count": [217]}, "frame_index": {"min": [0], "max": [216], "mean": [108.0], "std": [62.6418390534633], "count": [217]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [217]}, "index": {"min": [6031], "max": [6247], "mean": [6139.0], "std": [62.6418390534633], "count": [217]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [217]}, "subtask_annotation": {"mean": [3.8847926267281108, 10.0, 10.0, 10.0, 10.0], "std": [2.447720481606238, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [217]}, "scene_annotation": {"mean": [27.0], "std": [0.0], "min": [27], "max": [27], "count": [217]}, "eef_direction_state": {"mean": [2.9262672811059907, 4.027649769585254], "std": [1.882272717471804, 1.9742981035706422], "min": [0, 0], "max": [6, 6], "count": [217]}, "eef_velocity_state": {"mean": [1.3410138248847927, 1.0276497695852536], "std": [0.6323279240200518, 0.9052690141265924], "min": [0, 0], "max": [2, 2], "count": [217]}, "eef_acc_mag_state": {"mean": [0.9308755760368663, 0.7603686635944701], "std": [0.8423226984342047, 0.8245629215242417], "min": [0, 0], "max": [2, 2], "count": [217]}, "eef_direction_action": {"mean": [2.9262672811059907, 4.027649769585254], "std": [1.882272717471804, 1.9742981035706422], "min": [0, 0], "max": [6, 6], "count": [217]}, "eef_velocity_action": {"mean": [1.3410138248847927, 1.0276497695852536], "std": [0.6323279240200518, 0.9052690141265924], "min": [0, 0], "max": [2, 2], "count": [217]}, "eef_acc_mag_action": {"mean": [0.9308755760368663, 0.7603686635944701], "std": [0.8423226984342047, 0.8245629215242417], "min": [0, 0], "max": [2, 2], "count": [217]}, "eef_sim_pose_state": {"mean": [0.6303254410655732, 0.2108297676335752, 1.2180095942000946, -1.2505969048899515, 0.6618638161682743, -1.9482079476306062, 0.6544200505103253, -0.20314983025477165, 1.213018147641451, 1.1821154476387719, 0.5598154804624802, 2.0173731921242624], "std": [0.05272039669246503, 0.03554631640291884, 0.05302688790993112, 0.1766888169471585, 0.09127071301738052, 0.1828610959797383, 0.03256928515236787, 0.05913706398063261, 0.06231522232541748, 0.2194268033436539, 0.06420504059024056, 0.12775099075583066], "min": [0.5816529306559414, 0.1539056323745913, 1.1703261678249486, -1.5204959683006791, 0.507982551114857, -2.32915928973908, 0.614406609685524, -0.2615328356907136, 1.1543381542304463, 0.6713076542131247, 0.3809165376144319, 1.7715709534414628], "max": [0.7861456074565285, 0.2820832380381274, 1.3643830702481112, -0.7349817732393433, 0.8149662206269874, -1.61698644621163, 0.7572722309907419, -0.07473898418811624, 1.3550151061483606, 1.3882546383862424, 0.6237540977623226, 2.2921339458948067], "count": [217]}, "eef_sim_pose_action": {"mean": [0.6303254410655732, 0.2108297676335752, 1.2180095942000946, -1.2505969048899515, 0.6618638161682743, -1.9482079476306062, 0.6544200505103253, -0.20314983025477165, 1.213018147641451, 1.1821154476387719, 0.5598154804624802, 2.0173731921242624], "std": [0.05272039669246503, 0.03554631640291884, 0.05302688790993112, 0.1766888169471585, 0.09127071301738052, 0.1828610959797383, 0.03256928515236787, 0.05913706398063261, 0.06231522232541748, 0.2194268033436539, 0.06420504059024056, 0.12775099075583066], "min": [0.5816529306559414, 0.1539056323745913, 1.1703261678249486, -1.5204959683006791, 0.507982551114857, -2.32915928973908, 0.614406609685524, -0.2615328356907136, 1.1543381542304463, 0.6713076542131247, 0.3809165376144319, 1.7715709534414628], "max": [0.7861456074565285, 0.2820832380381274, 1.3643830702481112, -0.7349817732393433, 0.8149662206269874, -1.61698644621163, 0.7572722309907419, -0.07473898418811624, 1.3550151061483606, 1.3882546383862424, 0.6237540977623226, 2.2921339458948067], "count": [217]}}} +{"episode_index": 28, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33819677491830064]], [[0.4054155371732026]], [[0.4101825163398693]]], "std": [[[0.36426223019199555]], [[0.2617709417249336]], [[0.255146750689458]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4934175224673203]], [[0.5365635110294118]], [[0.5293016482843137]]], "std": [[[0.3003158297330926]], [[0.2783612774953398]], [[0.2831917544243893]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4342200388071895]], [[0.4519200878267974]], [[0.42773892361111115]]], "std": [[[0.2669571181194139]], [[0.24921315205084682]], [[0.24758617170396321]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42766059232026143]], [[0.4427379881535948]], [[0.33662172794117645]]], "std": [[[0.4174442549212081]], [[0.3801277195589059]], [[0.35945939335287597]]], "count": [100]}, "observation.state": {"min": [0.124480240046978, -1.1940900087356567, 0.8417973518371582, -0.030708782374858856, -1.2325713634490967, 0.6980764269828796, -0.9770780801773071, -1.2059156894683838, 0.7645008563995361, -0.10409513860940933, 0.3710394501686096, -1.1643693447113037, 8.46500015258789, 45.279998779296875, -0.4906249940395355, -0.7087500095367432, 14.622499465942383, 0.05250000208616257, 17.80875015258789, 0.5099999904632568, 2.3106250762939453, 16.220624923706055, 1.0106250047683716, 64.2543716430664, 36.109375, 42.36000061035156, 0.26749998331069946, -3.111875057220459, 18.151874542236328, 2.323124885559082, 13.842222213745117, 3.2612500190734863, 10.546875, 29.350000381469727, 0.7143750190734863, -3.116875171661377], "max": [0.9323024153709412, -0.7315508723258972, 1.380107045173645, 0.21763180196285248, -0.143053337931633, 0.9920986890792847, -0.24959097802639008, -0.7176032066345215, 1.320191502571106, 0.05862802267074585, 1.3713568449020386, -0.6661040186882019, 56.94937515258789, 70.17444610595703, 27.091249465942383, 0.534375011920929, 39.95562744140625, 29.564374923706055, 47.33937454223633, 54.34312438964844, 49.87687683105469, 77.62187194824219, 43.83875274658203, 110.1675033569336, 52.318748474121094, 49.81312561035156, 4.40625, 0.11444442719221115, 43.4375, 37.61375045776367, 48.63500213623047, 57.89500045776367, 53.82875061035156, 95.57875061035156, 71.13750457763672, -3.0193748474121094], "mean": [0.5201807618141174, -0.9393608570098877, 1.0991326570510864, 0.08613605052232742, -0.6275169849395752, 0.8439369201660156, -0.7771490216255188, -0.8869709372520447, 0.9396929144859314, 0.007065929006785154, 0.9993365406990051, -0.8182199001312256, 40.70655059814453, 55.49044418334961, 1.2817437648773193, -0.2742603123188019, 29.499059677124023, 10.899046897888184, 31.01797866821289, 19.212888717651367, 22.270116806030273, 48.382022857666016, 16.205886840820312, 88.61528778076172, 49.17488479614258, 48.32353210449219, 0.8409687876701355, -1.6691194772720337, 36.04353332519531, 17.066194534301758, 39.96044158935547, 35.192386627197266, 40.869075775146484, 66.71833038330078, 46.21797180175781, -3.059929370880127], "std": [0.3112877905368805, 0.1286478191614151, 0.17679092288017273, 0.0800953358411789, 0.2773364186286926, 0.09720809757709503, 0.2510121166706085, 0.13310584425926208, 0.16008037328720093, 0.05661647021770477, 0.324014276266098, 0.15959416329860687, 16.421236038208008, 7.6133832931518555, 4.997498512268066, 0.3706079125404358, 9.053194999694824, 12.029132843017578, 10.588869094848633, 21.2308406829834, 16.885223388671875, 18.861650466918945, 17.32425880432129, 11.185739517211914, 5.064714431762695, 1.9013210535049438, 0.7970662713050842, 1.0157874822616577, 7.273412227630615, 7.573025226593018, 9.684266090393066, 13.472774505615234, 13.857919692993164, 17.236156463623047, 23.924318313598633, 0.01828768290579319], "count": [171]}, "action": {"min": [0.124480240046978, -1.1940900087356567, 0.8417973518371582, -0.030708782374858856, -1.2325713634490967, 0.6980764269828796, -0.9770780801773071, -1.2059156894683838, 0.7645008563995361, -0.10409513860940933, 0.3710394501686096, -1.1643693447113037, 8.46500015258789, 45.279998779296875, -0.4906249940395355, -0.7087500095367432, 14.622499465942383, 0.05250000208616257, 17.80875015258789, 0.5099999904632568, 2.3106250762939453, 16.220624923706055, 1.0106250047683716, 64.2543716430664, 36.109375, 42.36000061035156, 0.26749998331069946, -3.111875057220459, 18.151874542236328, 2.323124885559082, 13.842222213745117, 3.2612500190734863, 10.546875, 29.350000381469727, 0.7143750190734863, -3.116875171661377], "max": [0.9323024153709412, -0.7315508723258972, 1.380107045173645, 0.21763180196285248, -0.143053337931633, 0.9920986890792847, -0.24959097802639008, -0.7176032066345215, 1.320191502571106, 0.05862802267074585, 1.3713568449020386, -0.6661040186882019, 56.94937515258789, 70.17444610595703, 27.091249465942383, 0.534375011920929, 39.95562744140625, 29.564374923706055, 47.33937454223633, 54.34312438964844, 49.87687683105469, 77.62187194824219, 43.83875274658203, 110.1675033569336, 52.318748474121094, 49.81312561035156, 4.40625, 0.11444442719221115, 43.4375, 37.61375045776367, 48.63500213623047, 57.89500045776367, 53.82875061035156, 95.57875061035156, 71.13750457763672, -3.0193748474121094], "mean": [0.520180881023407, -0.9393604397773743, 1.099133014678955, 0.08613604307174683, -0.6275171637535095, 0.8439366817474365, -0.7771490216255188, -0.8869709968566895, 0.9396926164627075, 0.007065946701914072, 0.9993361830711365, -0.8182199001312256, 40.706546783447266, 55.490440368652344, 1.2817426919937134, -0.2742602825164795, 29.499048233032227, 10.899054527282715, 31.017974853515625, 19.212888717651367, 22.270116806030273, 48.38203048706055, 16.205883026123047, 88.61531066894531, 49.17491912841797, 48.323551177978516, 0.8409689664840698, -1.6691197156906128, 36.04352951049805, 17.066194534301758, 39.960418701171875, 35.19239044189453, 40.86907958984375, 66.71833038330078, 46.21797180175781, -3.0599284172058105], "std": [0.3112877905368805, 0.1286478489637375, 0.17679092288017273, 0.0800953358411789, 0.27733638882637024, 0.09720806777477264, 0.25101208686828613, 0.1331058293581009, 0.16008037328720093, 0.05661647394299507, 0.32401424646377563, 0.15959417819976807, 16.421236038208008, 7.6133832931518555, 4.997498035430908, 0.37060797214508057, 9.053194999694824, 12.029131889343262, 10.588868141174316, 21.230836868286133, 16.88521957397461, 18.861650466918945, 17.324256896972656, 11.185737609863281, 5.064715385437012, 1.9013210535049438, 0.7970662713050842, 1.0157876014709473, 7.273411750793457, 7.573026180267334, 9.684266090393066, 13.4727783203125, 13.85792064666748, 17.23615837097168, 23.924314498901367, 0.01828768476843834], "count": [171]}, "timestamp": {"min": [0.0], "max": [5.666666666666667], "mean": [2.8333333333333335], "std": [1.6454201309718464], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [171]}, "index": {"min": [6248], "max": [6418], "mean": [6333.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [171]}, "subtask_annotation": {"mean": [3.491228070175439, 4.824561403508772, 10.0, 10.0, 10.0], "std": [3.1758747398454963, 4.15822783475867, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [8, 10, 10, 10, 10], "count": [171]}, "scene_annotation": {"mean": [28.0], "std": [0.0], "min": [28], "max": [28], "count": [171]}, "eef_direction_state": {"mean": [3.742690058479532, 3.7485380116959064], "std": [2.0242367164077457, 2.171300220194326], "min": [0, 0], "max": [6, 6], "count": [171]}, "eef_velocity_state": {"mean": [1.286549707602339, 1.1228070175438596], "std": [0.8127603112557508, 0.7509099845274635], "min": [0, 0], "max": [2, 2], "count": [171]}, "eef_acc_mag_state": {"mean": [0.9766081871345029, 0.9298245614035088], "std": [0.8443359020487803, 0.8206326711246671], "min": [0, 0], "max": [2, 2], "count": [171]}, "eef_direction_action": {"mean": [3.742690058479532, 3.7485380116959064], "std": [2.0242367164077457, 2.171300220194326], "min": [0, 0], "max": [6, 6], "count": [171]}, "eef_velocity_action": {"mean": [1.286549707602339, 1.1228070175438596], "std": [0.8127603112557508, 0.7509099845274635], "min": [0, 0], "max": [2, 2], "count": [171]}, "eef_acc_mag_action": {"mean": [0.9766081871345029, 0.9298245614035088], "std": [0.8443359020487803, 0.8206326711246671], "min": [0, 0], "max": [2, 2], "count": [171]}, "eef_sim_pose_state": {"mean": [0.6607606558737028, 0.12588973641459533, 1.2379323334150822, -1.379490417030353, 0.9209209055929795, -2.097719067301369, 0.5996507789475304, -0.12221957932198213, 1.2237528156231976, 1.2508115247329945, 0.7671315546409586, 2.0733642869707767], "std": [0.06809525246345287, 0.0329377582971706, 0.1018724242176484, 0.4350754335998091, 0.14333207527582154, 0.42132391984418716, 0.06025105364607784, 0.02802823248511991, 0.08327057610720949, 0.4034291319082708, 0.142112805788814, 0.3321398922207348], "min": [0.5778286675776605, 0.06885218734379708, 1.084048296705802, -2.0084042288141495, 0.7738407746577258, -2.6992392584120446, 0.5470536254301404, -0.15151453966264442, 1.0904749940391862, 0.757619205249649, 0.647265855735415, 1.6458875520160483], "max": [0.7614699526558647, 0.17671563901396703, 1.35336356785781, -0.7800414888339069, 1.227408058153677, -1.5694519322727292, 0.7411936021385529, -0.0510974256239978, 1.3226870119430387, 1.8185599231418923, 1.1267662904414482, 2.5393078626903614], "count": [171]}, "eef_sim_pose_action": {"mean": [0.6607606558737028, 0.12588973641459533, 1.2379323334150822, -1.379490417030353, 0.9209209055929795, -2.097719067301369, 0.5996507789475304, -0.12221957932198213, 1.2237528156231976, 1.2508115247329945, 0.7671315546409586, 2.0733642869707767], "std": [0.06809525246345287, 0.0329377582971706, 0.1018724242176484, 0.4350754335998091, 0.14333207527582154, 0.42132391984418716, 0.06025105364607784, 0.02802823248511991, 0.08327057610720949, 0.4034291319082708, 0.142112805788814, 0.3321398922207348], "min": [0.5778286675776605, 0.06885218734379708, 1.084048296705802, -2.0084042288141495, 0.7738407746577258, -2.6992392584120446, 0.5470536254301404, -0.15151453966264442, 1.0904749940391862, 0.757619205249649, 0.647265855735415, 1.6458875520160483], "max": [0.7614699526558647, 0.17671563901396703, 1.35336356785781, -0.7800414888339069, 1.227408058153677, -1.5694519322727292, 0.7411936021385529, -0.0510974256239978, 1.3226870119430387, 1.8185599231418923, 1.1267662904414482, 2.5393078626903614], "count": [171]}}} +{"episode_index": 29, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3247116094771242]], [[0.3346855718954248]], [[0.35353138276143786]]], "std": [[[0.32880599885046835]], [[0.31470907333632536]], [[0.3068400116479296]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49009346200980397]], [[0.5052773651960784]], [[0.4733705024509804]]], "std": [[[0.3264463748937382]], [[0.3231048976186105]], [[0.33540686039663814]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4839713745915033]], [[0.5234148406862745]], [[0.49882637459150325]]], "std": [[[0.3273388605124328]], [[0.3116270585371924]], [[0.31763431590056224]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3732136315359477]], [[0.4070392218137255]], [[0.41235662173202614]]], "std": [[[0.3598630564340784]], [[0.3602051122358803]], [[0.3313137043087653]]], "count": [100]}, "observation.state": {"min": [0.29964905977249146, -1.1352711915969849, 0.9028095602989197, -0.4275387227535248, -1.6115010976791382, 0.38242924213409424, -1.2220568656921387, -1.279564380645752, 1.1210613250732422, -0.5349956154823303, 0.767075777053833, -0.4169315993785858, 8.624444007873535, 45.55500030517578, -0.8587499856948853, -0.1550000011920929, 0.8818750381469727, -0.8068749904632568, 0.8410000205039978, 0.171875, 0.8231250047683716, 0.3331249952316284, 0.9474999904632568, -0.34812501072883606, 28.58333396911621, 44.036251068115234, 1.0418750047683716, 0.6256250143051147, 0.671875, 0.39000001549720764, 0.6787500381469727, 0.6356250047683716, 0.6568750143051147, 0.3918749988079071, 0.9700000286102295, -0.30687499046325684], "max": [1.350852608680725, -0.711046576499939, 1.5231603384017944, 0.5775539875030518, -0.5553568601608276, 0.6512741446495056, -0.30227169394493103, -0.8517633676528931, 1.6363394260406494, 0.24562256038188934, 1.6374329328536987, -0.20234893262386322, 59.318748474121094, 63.315834045410156, 43.74374771118164, 9.368124961853027, 34.98062515258789, 40.34000015258789, 30.16812515258789, 80.03562927246094, 39.319374084472656, 93.07749938964844, 51.131248474121094, 108.80687713623047, 54.985626220703125, 66.10000610351562, 2.853749990463257, 9.637499809265137, 30.979999542236328, 38.79249954223633, 33.358123779296875, 71.14250183105469, 80.55937957763672, 109.97000122070312, 96.75125122070312, 109.71062469482422], "mean": [0.9567050337791443, -0.8032001256942749, 1.0793408155441284, -0.08619466423988342, -1.177467942237854, 0.5483357906341553, -0.8899006843566895, -0.9706998467445374, 1.291218638420105, -0.02347481995820999, 1.2589846849441528, -0.3748171627521515, 48.49384689331055, 49.172672271728516, 8.57152271270752, 5.934018611907959, 13.122589111328125, 4.56503438949585, 8.813522338867188, 10.309670448303223, 10.090291023254395, 12.574323654174805, 7.173858165740967, 38.23696517944336, 47.91507339477539, 55.62713623046875, 1.3609923124313354, 5.599826335906982, 13.860569953918457, 8.60815715789795, 10.788350105285645, 16.49112892150879, 17.077678680419922, 24.46567726135254, 20.111597061157227, 25.912343978881836], "std": [0.3438981771469116, 0.08741976320743561, 0.13331441581249237, 0.33545270562171936, 0.36294904351234436, 0.06623111665248871, 0.34482935070991516, 0.1300158053636551, 0.1573321372270584, 0.2837340533733368, 0.2560485303401947, 0.07054930925369263, 8.857765197753906, 3.853238582611084, 14.77014446258545, 2.7101798057556152, 8.82277774810791, 11.1930570602417, 8.528300285339355, 22.3261775970459, 11.692903518676758, 27.704540252685547, 13.910294532775879, 30.431875228881836, 4.926328182220459, 8.63774585723877, 0.27089205384254456, 2.3537793159484863, 9.925047874450684, 14.316117286682129, 11.790090560913086, 26.623445510864258, 28.098222732543945, 42.316001892089844, 34.264434814453125, 43.118194580078125], "count": [286]}, "action": {"min": [0.29964905977249146, -1.1352711915969849, 0.9028095602989197, -0.4275387227535248, -1.6115010976791382, 0.38242924213409424, -1.2220568656921387, -1.279564380645752, 1.1210613250732422, -0.5349956154823303, 0.767075777053833, -0.4169315993785858, 8.624444007873535, 45.55500030517578, -0.8587499856948853, -0.1550000011920929, 0.8818750381469727, -0.8068749904632568, 0.8410000205039978, 0.171875, 0.8231250047683716, 0.3331249952316284, 0.9474999904632568, -0.34812501072883606, 28.58333396911621, 44.036251068115234, 1.0418750047683716, 0.6256250143051147, 0.671875, 0.39000001549720764, 0.6787500381469727, 0.6356250047683716, 0.6568750143051147, 0.3918749988079071, 0.9700000286102295, -0.30687499046325684], "max": [1.350852608680725, -0.711046576499939, 1.5231603384017944, 0.5775539875030518, -0.5553568601608276, 0.6512741446495056, -0.30227169394493103, -0.8517633676528931, 1.6363394260406494, 0.24562256038188934, 1.6374329328536987, -0.20234893262386322, 59.318748474121094, 63.315834045410156, 43.74374771118164, 9.368124961853027, 34.98062515258789, 40.34000015258789, 30.16812515258789, 80.03562927246094, 39.319374084472656, 93.07749938964844, 51.131248474121094, 108.80687713623047, 54.985626220703125, 66.10000610351562, 2.853749990463257, 9.637499809265137, 30.979999542236328, 38.79249954223633, 33.358123779296875, 71.14250183105469, 80.55937957763672, 109.97000122070312, 96.75125122070312, 109.71062469482422], "mean": [0.9567050337791443, -0.8032002449035645, 1.0793410539627075, -0.08619473874568939, -1.1774680614471436, 0.5483357906341553, -0.8899004459381104, -0.9706996083259583, 1.2912185192108154, -0.023474853485822678, 1.258984923362732, -0.3748171627521515, 48.49385070800781, 49.17268371582031, 8.571524620056152, 5.934017181396484, 13.122599601745605, 4.565032958984375, 8.813516616821289, 10.309679985046387, 10.09028434753418, 12.574309349060059, 7.173847675323486, 38.23698806762695, 47.915061950683594, 55.627132415771484, 1.3609920740127563, 5.59982442855835, 13.860569953918457, 8.608150482177734, 10.788351058959961, 16.491121292114258, 17.077688217163086, 24.465675354003906, 20.111591339111328, 25.912342071533203], "std": [0.3438982367515564, 0.08741974830627441, 0.13331446051597595, 0.33545270562171936, 0.36294910311698914, 0.06623111665248871, 0.34482941031455994, 0.13001583516597748, 0.1573321372270584, 0.2837340533733368, 0.2560485601425171, 0.07054929435253143, 8.857766151428223, 3.853238582611084, 14.770135879516602, 2.7101798057556152, 8.822776794433594, 11.193056106567383, 8.528301239013672, 22.326160430908203, 11.692901611328125, 27.704545974731445, 13.910289764404297, 30.43187141418457, 4.926328182220459, 8.637746810913086, 0.27089205384254456, 2.3537793159484863, 9.925048828125, 14.316116333007812, 11.790088653564453, 26.62344741821289, 28.098222732543945, 42.316001892089844, 34.26443862915039, 43.118202209472656], "count": [286]}, "timestamp": {"min": [0.0], "max": [9.5], "mean": [4.75], "std": [2.7520194605255086], "count": [286]}, "frame_index": {"min": [0], "max": [285], "mean": [142.5], "std": [82.56058381576526], "count": [286]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [286]}, "index": {"min": [6419], "max": [6704], "mean": [6561.5], "std": [82.56058381576526], "count": [286]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [286]}, "subtask_annotation": {"mean": [4.300699300699301, 10.0, 10.0, 10.0, 10.0], "std": [2.6445218876906704, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [286]}, "scene_annotation": {"mean": [29.0], "std": [0.0], "min": [29], "max": [29], "count": [286]}, "eef_direction_state": {"mean": [3.625874125874126, 3.9125874125874125], "std": [2.1377137413834864, 2.1062798920413677], "min": [0, 0], "max": [6, 6], "count": [286]}, "eef_velocity_state": {"mean": [0.9965034965034965, 0.9195804195804196], "std": [0.8172025099664513, 0.8469409158030804], "min": [0, 0], "max": [2, 2], "count": [286]}, "eef_acc_mag_state": {"mean": [0.7867132867132867, 0.7237762237762237], "std": [0.8445413173294796, 0.8218568471436671], "min": [0, 0], "max": [2, 2], "count": [286]}, "eef_direction_action": {"mean": [3.625874125874126, 3.9125874125874125], "std": [2.1377137413834864, 2.1062798920413677], "min": [0, 0], "max": [6, 6], "count": [286]}, "eef_velocity_action": {"mean": [0.9965034965034965, 0.9195804195804196], "std": [0.8172025099664513, 0.8469409158030804], "min": [0, 0], "max": [2, 2], "count": [286]}, "eef_acc_mag_action": {"mean": [0.7867132867132867, 0.7237762237762237], "std": [0.8445413173294796, 0.8218568471436671], "min": [0, 0], "max": [2, 2], "count": [286]}, "eef_sim_pose_state": {"mean": [0.6352405909455916, 0.23423578056191222, 1.2307026517405846, -1.2613752173877688, 0.7414272622198599, -1.8989139452716444, 0.6542129513117121, -0.20527298895229157, 1.241246136763023, 1.110372685951489, 0.6327167282955966, 1.9511566122114345], "std": [0.043259917397488766, 0.04881279494025793, 0.03955252782888104, 0.19486448576307627, 0.15803024389132325, 0.24692496877164072, 0.04425718337215995, 0.06252205702229977, 0.05693594890058647, 0.1756415194836331, 0.10178667616236149, 0.17759818051075418], "min": [0.5820955369132657, 0.15440180675613763, 1.1908849250361022, -1.7252276635940555, 0.5584532454647815, -2.4829008083892172, 0.5953831092630368, -0.26676887754589856, 1.1830372807851084, 0.6484096824779952, 0.4986303014995217, 1.7490199750155717], "max": [0.7771423253746644, 0.2890853614794399, 1.3441974620279455, -0.8848524081451313, 1.0562758024000005, -1.667887867630588, 0.7640051692893279, -0.10152833245461187, 1.3697367254713555, 1.3766177384194074, 0.8354317770471513, 2.38090213004017], "count": [286]}, "eef_sim_pose_action": {"mean": [0.6352405909455916, 0.23423578056191222, 1.2307026517405846, -1.2613752173877688, 0.7414272622198599, -1.8989139452716444, 0.6542129513117121, -0.20527298895229157, 1.241246136763023, 1.110372685951489, 0.6327167282955966, 1.9511566122114345], "std": [0.043259917397488766, 0.04881279494025793, 0.03955252782888104, 0.19486448576307627, 0.15803024389132325, 0.24692496877164072, 0.04425718337215995, 0.06252205702229977, 0.05693594890058647, 0.1756415194836331, 0.10178667616236149, 0.17759818051075418], "min": [0.5820955369132657, 0.15440180675613763, 1.1908849250361022, -1.7252276635940555, 0.5584532454647815, -2.4829008083892172, 0.5953831092630368, -0.26676887754589856, 1.1830372807851084, 0.6484096824779952, 0.4986303014995217, 1.7490199750155717], "max": [0.7771423253746644, 0.2890853614794399, 1.3441974620279455, -0.8848524081451313, 1.0562758024000005, -1.667887867630588, 0.7640051692893279, -0.10152833245461187, 1.3697367254713555, 1.3766177384194074, 0.8354317770471513, 2.38090213004017], "count": [286]}}} +{"episode_index": 30, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3452738786764706]], [[0.4191228084150327]], [[0.431854489379085]]], "std": [[[0.3656958950262515]], [[0.2616807793266443]], [[0.2593269187185643]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5005964297385621]], [[0.537368233251634]], [[0.5156877900326797]]], "std": [[[0.3225366324579799]], [[0.3045361109671273]], [[0.3081344156314113]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4285965012254902]], [[0.457743347630719]], [[0.43172480596405227]]], "std": [[[0.28936714773907085]], [[0.2597057845738168]], [[0.25263637791002247]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4218613174019608]], [[0.44072632965686276]], [[0.3428818770424837]]], "std": [[[0.4144173100249213]], [[0.3784101044520778]], [[0.35626600199555114]]], "count": [100]}, "observation.state": {"min": [0.16353380680084229, -1.287050724029541, 0.855601966381073, -0.44027048349380493, -1.621588945388794, 0.7279506921768188, -1.1390860080718994, -1.1906566619873047, 0.7368200421333313, -0.014281490817666054, 0.427419513463974, -1.044646978378296, 17.615625381469727, 46.60375213623047, -0.43687498569488525, -0.6375000476837158, 9.203749656677246, 0.22874999046325684, 8.46875, -0.3293749988079071, 2.106874942779541, 2.385624885559082, 0.9850000143051147, 46.627498626708984, 31.614376068115234, 36.1875, 0.5256249904632568, -1.871250033378601, 4.59375, 0.011250002309679985, 2.3081250190734863, 0.5987499952316284, 1.7287499904632568, 1.3337500095367432, 0.6924999952316284, -3.0535714626312256], "max": [0.9082217812538147, -0.70888751745224, 1.3903114795684814, 0.17543107271194458, -0.14274337887763977, 1.728417992591858, -0.29042211174964905, -0.7386558651924133, 1.3454880714416504, 0.20447088778018951, 1.6614786386489868, -0.6700141429901123, 63.040000915527344, 78.84111022949219, 19.739999771118164, 2.7753846645355225, 38.00312805175781, 92.55555725097656, 45.14250183105469, 82.47777557373047, 47.741249084472656, 91.30777740478516, 49.412498474121094, 109.26062774658203, 58.59000015258789, 60.27714157104492, 3.0399999618530273, 3.497499942779541, 36.65687561035156, 60.68333435058594, 47.10874938964844, 66.79875183105469, 51.72875213623047, 81.99749755859375, 56.98875045776367, -2.9437499046325684], "mean": [0.587420642375946, -0.9258493781089783, 1.0635275840759277, -0.1648532748222351, -0.7575351595878601, 1.1020691394805908, -0.8557144999504089, -0.902946949005127, 0.9256018400192261, 0.05964970588684082, 0.989335834980011, -0.7888991832733154, 42.21999740600586, 58.37477111816406, 0.8541012406349182, 0.19641873240470886, 24.1179256439209, 15.80429458618164, 26.12427520751953, 19.331628799438477, 18.779748916625977, 40.47001647949219, 12.98989486694336, 80.37600708007812, 52.05695343017578, 47.951332092285156, 0.7782467603683472, -0.6605944633483887, 27.3082332611084, 32.5218505859375, 33.74758529663086, 45.13707733154297, 37.20576858520508, 58.725830078125, 32.210960388183594, -3.005520820617676], "std": [0.2635349631309509, 0.14917132258415222, 0.13941073417663574, 0.2220839262008667, 0.36587008833885193, 0.3206450641155243, 0.2985599637031555, 0.11518830806016922, 0.1774679571390152, 0.04993298649787903, 0.27618926763534546, 0.11567386239767075, 15.910436630249023, 9.15848445892334, 3.5828988552093506, 0.9104081988334656, 8.769559860229492, 20.15848731994629, 11.172837257385254, 25.013967514038086, 15.520865440368652, 25.76737403869629, 17.598928451538086, 16.031597137451172, 8.540804862976074, 4.446412563323975, 0.454945832490921, 1.3076485395431519, 8.577269554138184, 15.954214096069336, 11.461309432983398, 22.72724151611328, 16.440210342407227, 24.261220932006836, 19.652557373046875, 0.027510114014148712], "count": [205]}, "action": {"min": [0.16353380680084229, -1.287050724029541, 0.855601966381073, -0.44027048349380493, -1.621588945388794, 0.7279506921768188, -1.1390860080718994, -1.1906566619873047, 0.7368200421333313, -0.014281490817666054, 0.427419513463974, -1.044646978378296, 17.615625381469727, 46.60375213623047, -0.43687498569488525, -0.6375000476837158, 9.203749656677246, 0.22874999046325684, 8.46875, -0.3293749988079071, 2.106874942779541, 2.385624885559082, 0.9850000143051147, 46.627498626708984, 31.614376068115234, 36.1875, 0.5256249904632568, -1.871250033378601, 4.59375, 0.011250002309679985, 2.3081250190734863, 0.5987499952316284, 1.7287499904632568, 1.3337500095367432, 0.6924999952316284, -3.0535714626312256], "max": [0.9082217812538147, -0.70888751745224, 1.3903114795684814, 0.17543107271194458, -0.14274337887763977, 1.728417992591858, -0.29042211174964905, -0.7386558651924133, 1.3454880714416504, 0.20447088778018951, 1.6614786386489868, -0.6700141429901123, 63.040000915527344, 78.84111022949219, 19.739999771118164, 2.7753846645355225, 38.00312805175781, 92.55555725097656, 45.14250183105469, 82.47777557373047, 47.741249084472656, 91.30777740478516, 49.412498474121094, 109.26062774658203, 58.59000015258789, 60.27714157104492, 3.0399999618530273, 3.497499942779541, 36.65687561035156, 60.68333435058594, 47.10874938964844, 66.79875183105469, 51.72875213623047, 81.99749755859375, 56.98875045776367, -2.9437499046325684], "mean": [0.5874207019805908, -0.925849437713623, 1.0635278224945068, -0.1648532748222351, -0.7575352191925049, 1.1020689010620117, -0.8557146191596985, -0.9029468894004822, 0.9256016612052917, 0.059649743139743805, 0.9893356561660767, -0.7888991236686707, 42.21999740600586, 58.37478256225586, 0.8541002869606018, 0.19641873240470886, 24.11792755126953, 15.804303169250488, 26.124265670776367, 19.331640243530273, 18.779741287231445, 40.47001647949219, 12.989888191223145, 80.37602996826172, 52.056949615478516, 47.9513053894043, 0.778247058391571, -0.6605944633483887, 27.308229446411133, 32.52186965942383, 33.747562408447266, 45.13706588745117, 37.20576095581055, 58.725830078125, 32.2109489440918, -3.005518674850464], "std": [0.2635349929332733, 0.14917132258415222, 0.13941070437431335, 0.2220839262008667, 0.36587008833885193, 0.32064515352249146, 0.29855993390083313, 0.11518830060958862, 0.1774679273366928, 0.04993298649787903, 0.27618926763534546, 0.11567386239767075, 15.910436630249023, 9.15848445892334, 3.582899808883667, 0.9104081392288208, 8.769559860229492, 20.15848731994629, 11.17283821105957, 25.013975143432617, 15.520866394042969, 25.767375946044922, 17.59893035888672, 16.031597137451172, 8.540807723999023, 4.446412086486816, 0.45494571328163147, 1.3076485395431519, 8.577269554138184, 15.954211235046387, 11.461311340332031, 22.72724151611328, 16.44021224975586, 24.261220932006836, 19.652555465698242, 0.027510128915309906], "count": [205]}, "timestamp": {"min": [0.0], "max": [6.8], "mean": [3.4], "std": [1.9725899500684654], "count": [205]}, "frame_index": {"min": [0], "max": [204], "mean": [102.0], "std": [59.177698502053964], "count": [205]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [205]}, "index": {"min": [6705], "max": [6909], "mean": [6807.0], "std": [59.177698502053964], "count": [205]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [205]}, "subtask_annotation": {"mean": [3.1414634146341465, 5.912195121951219, 10.0, 10.0, 10.0], "std": [3.2391639699575667, 4.320354271943228, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [205]}, "scene_annotation": {"mean": [30.0], "std": [0.0], "min": [30], "max": [30], "count": [205]}, "eef_direction_state": {"mean": [2.946341463414634, 3.5317073170731708], "std": [1.9234239745416923, 2.08717793185314], "min": [0, 0], "max": [6, 6], "count": [205]}, "eef_velocity_state": {"mean": [1.4634146341463414, 1.326829268292683], "std": [0.6362067839790486, 0.7811887096719823], "min": [0, 0], "max": [2, 2], "count": [205]}, "eef_acc_mag_state": {"mean": [1.175609756097561, 1.0390243902439025], "std": [0.8135380386881873, 0.8075491524058792], "min": [0, 0], "max": [2, 2], "count": [205]}, "eef_direction_action": {"mean": [2.946341463414634, 3.5317073170731708], "std": [1.9234239745416923, 2.08717793185314], "min": [0, 0], "max": [6, 6], "count": [205]}, "eef_velocity_action": {"mean": [1.4634146341463414, 1.326829268292683], "std": [0.6362067839790486, 0.7811887096719823], "min": [0, 0], "max": [2, 2], "count": [205]}, "eef_acc_mag_action": {"mean": [1.175609756097561, 1.0390243902439025], "std": [0.8135380386881873, 0.8075491524058792], "min": [0, 0], "max": [2, 2], "count": [205]}, "eef_sim_pose_state": {"mean": [0.6600862652082594, 0.1478296625021855, 1.2386972092947257, -1.2626022417550136, 0.9594094902890931, -1.891014431031241, 0.5915584993471301, -0.12747879865802386, 1.1900558466860989, 1.3776237934264677, 0.6972048091453469, 2.1397930133721514], "std": [0.062184283800001156, 0.07038288843350968, 0.08480330425432829, 0.43631731193456247, 0.235004586122813, 0.47743598601938786, 0.06795309390312623, 0.03200269197664103, 0.0979924624987303, 0.3966893273732088, 0.14957924266628747, 0.32910148180855653], "min": [0.5627597894268035, 0.03147350432395393, 1.0672595808623102, -1.9891822183738632, 0.5969766335518085, -2.6848374978647085, 0.5368002112460454, -0.215705034340395, 1.0579078585194557, 0.5834131068410187, 0.3893654264525004, 1.5272239291032226], "max": [0.7627540129434242, 0.2334702082398862, 1.3557735057391842, -0.5432361519425702, 1.3954330124716434, -1.3579022135023155, 0.7481897226185885, -0.07391053458836394, 1.354151229235357, 1.876533548469265, 1.0156615220061131, 2.519447836816208], "count": [205]}, "eef_sim_pose_action": {"mean": [0.6600862652082594, 0.1478296625021855, 1.2386972092947257, -1.2626022417550136, 0.9594094902890931, -1.891014431031241, 0.5915584993471301, -0.12747879865802386, 1.1900558466860989, 1.3776237934264677, 0.6972048091453469, 2.1397930133721514], "std": [0.062184283800001156, 0.07038288843350968, 0.08480330425432829, 0.43631731193456247, 0.235004586122813, 0.47743598601938786, 0.06795309390312623, 0.03200269197664103, 0.0979924624987303, 0.3966893273732088, 0.14957924266628747, 0.32910148180855653], "min": [0.5627597894268035, 0.03147350432395393, 1.0672595808623102, -1.9891822183738632, 0.5969766335518085, -2.6848374978647085, 0.5368002112460454, -0.215705034340395, 1.0579078585194557, 0.5834131068410187, 0.3893654264525004, 1.5272239291032226], "max": [0.7627540129434242, 0.2334702082398862, 1.3557735057391842, -0.5432361519425702, 1.3954330124716434, -1.3579022135023155, 0.7481897226185885, -0.07391053458836394, 1.354151229235357, 1.876533548469265, 1.0156615220061131, 2.519447836816208], "count": [205]}}} +{"episode_index": 31, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3277900816993464]], [[0.3377870567810457]], [[0.365191664624183]]], "std": [[[0.334058399348629]], [[0.3173363319417589]], [[0.29993188863829356]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4835453513071895]], [[0.5100462520424837]], [[0.47770133986928104]]], "std": [[[0.3264307537166159]], [[0.3156991462257666]], [[0.3278726478432849]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.476333233251634]], [[0.5090109579248365]], [[0.4820506290849673]]], "std": [[[0.31991046770101333]], [[0.30348099641812376]], [[0.31052451350302773]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3844476041666667]], [[0.41810343341503264]], [[0.4213286274509804]]], "std": [[[0.36204142337702166]], [[0.36203104323612667]], [[0.3356063602778964]]], "count": [100]}, "observation.state": {"min": [0.06523232161998749, -1.1874618530273438, 0.985838770866394, -0.3802834451198578, -1.6077287197113037, 0.3162432312965393, -1.2399863004684448, -1.3970826864242554, 1.1603002548217773, -0.444585919380188, 0.5949826240539551, -0.4196019172668457, 43.696876525878906, 45.52812576293945, -1.0199999809265137, -0.23999999463558197, 2.359999895095825, -0.5275000333786011, 0.8262500166893005, -1.0056250095367432, 0.703125, -3.088124990463257, 0.921875, 0.4893749952316284, 30.031875610351562, 45.43937301635742, 1.212499976158142, 0.19062501192092896, 1.0525000095367432, 0.6518750190734863, 0.6568750143051147, 0.484375, 0.6944444179534912, 0.23000000417232513, 1.0737500190734863, -3.0625], "max": [1.342841625213623, -0.7594701051712036, 1.569581151008606, 0.5042629837989807, -0.6619554162025452, 0.5950064659118652, -0.11742294579744339, -0.840657651424408, 1.780775547027588, 0.23055428266525269, 1.5314335823059082, -0.1928597390651703, 66.72624969482422, 53.681251525878906, 41.0099983215332, 9.791250228881836, 59.42124938964844, 53.56062698364258, 57.189998626708984, 69.0999984741211, 53.354373931884766, 81.40625, 48.662498474121094, 105.72750091552734, 50.66812515258789, 70.22000122070312, 2.4887499809265137, 9.866923332214355, 32.70874786376953, 50.16625213623047, 38.22312545776367, 68.88125610351562, 64.05374908447266, 110.63874816894531, 81.23125457763672, 110.04875183105469], "mean": [0.8864225745201111, -0.8613781929016113, 1.1340726613998413, -0.027365613728761673, -1.1877323389053345, 0.45037272572517395, -0.8795463442802429, -0.9847076535224915, 1.3227393627166748, -0.018103264272212982, 1.17380952835083, -0.37210795283317566, 52.8820686340332, 48.36549758911133, 5.522027492523193, 6.022586345672607, 18.56830406188965, 10.217148780822754, 14.431106567382812, 12.849751472473145, 14.119102478027344, 14.317564964294434, 11.914275169372559, 31.43061065673828, 45.295833587646484, 57.09400177001953, 1.298171043395996, 3.892515182495117, 16.3675537109375, 9.48777961730957, 15.439470291137695, 13.378768920898438, 19.977590560913086, 20.36296844482422, 16.943666458129883, 38.00492858886719], "std": [0.3911094665527344, 0.09475483000278473, 0.14154410362243652, 0.3208925426006317, 0.32897359132766724, 0.06482990086078644, 0.4114598333835602, 0.14169606566429138, 0.17033754289150238, 0.2606612741947174, 0.21744127571582794, 0.0643286406993866, 5.834560871124268, 1.736586332321167, 12.17600154876709, 3.8464832305908203, 19.31247329711914, 17.675525665283203, 18.91388511657715, 23.477069854736328, 18.079364776611328, 27.710872650146484, 16.921897888183594, 34.807193756103516, 5.237174987792969, 9.678552627563477, 0.1716385930776596, 2.931546926498413, 8.883503913879395, 17.170467376708984, 10.84372329711914, 23.701051712036133, 18.358844757080078, 38.68020248413086, 25.130685806274414, 33.50479507446289], "count": [231]}, "action": {"min": [0.06523232161998749, -1.1874618530273438, 0.985838770866394, -0.3802834451198578, -1.6077287197113037, 0.3162432312965393, -1.2399863004684448, -1.3970826864242554, 1.1603002548217773, -0.444585919380188, 0.5949826240539551, -0.4196019172668457, 43.696876525878906, 45.52812576293945, -1.0199999809265137, -0.23999999463558197, 2.359999895095825, -0.5275000333786011, 0.8262500166893005, -1.0056250095367432, 0.703125, -3.088124990463257, 0.921875, 0.4893749952316284, 30.031875610351562, 45.43937301635742, 1.212499976158142, 0.19062501192092896, 1.0525000095367432, 0.6518750190734863, 0.6568750143051147, 0.484375, 0.6944444179534912, 0.23000000417232513, 1.0737500190734863, -3.0625], "max": [1.342841625213623, -0.7594701051712036, 1.569581151008606, 0.5042629837989807, -0.6619554162025452, 0.5950064659118652, -0.11742294579744339, -0.840657651424408, 1.780775547027588, 0.23055428266525269, 1.5314335823059082, -0.1928597390651703, 66.72624969482422, 53.681251525878906, 41.0099983215332, 9.791250228881836, 59.42124938964844, 53.56062698364258, 57.189998626708984, 69.0999984741211, 53.354373931884766, 81.40625, 48.662498474121094, 105.72750091552734, 50.66812515258789, 70.22000122070312, 2.4887499809265137, 9.866923332214355, 32.70874786376953, 50.16625213623047, 38.22312545776367, 68.88125610351562, 64.05374908447266, 110.63874816894531, 81.23125457763672, 110.04875183105469], "mean": [0.8864226341247559, -0.8613781929016113, 1.13407301902771, -0.027365654706954956, -1.187732458114624, 0.4503723978996277, -0.8795461654663086, -0.9847077131271362, 1.322739601135254, -0.01810324192047119, 1.173809289932251, -0.3721078336238861, 52.88206100463867, 48.36552429199219, 5.522027015686035, 6.022584915161133, 18.56831169128418, 10.217162132263184, 14.431106567382812, 12.849729537963867, 14.119091033935547, 14.317572593688965, 11.914271354675293, 31.43059730529785, 45.295833587646484, 57.09397888183594, 1.298171043395996, 3.892515182495117, 16.367557525634766, 9.487775802612305, 15.439472198486328, 13.378761291503906, 19.977584838867188, 20.362979888916016, 16.943660736083984, 38.004966735839844], "std": [0.391109436750412, 0.09475482255220413, 0.14154411852359772, 0.3208926022052765, 0.32897353172302246, 0.06482989341020584, 0.4114598035812378, 0.1416960507631302, 0.17033755779266357, 0.2606612741947174, 0.21744127571582794, 0.064328633248806, 5.834560871124268, 1.736586332321167, 12.17600154876709, 3.846482753753662, 19.31247901916504, 17.675525665283203, 18.91388702392578, 23.477066040039062, 18.07935905456543, 27.71088409423828, 16.921899795532227, 34.80719757080078, 5.237174987792969, 9.678553581237793, 0.17163856327533722, 2.931547164916992, 8.883502960205078, 17.170467376708984, 10.84372329711914, 23.701051712036133, 18.358842849731445, 38.68020248413086, 25.130687713623047, 33.504798889160156], "count": [231]}, "timestamp": {"min": [0.0], "max": [7.666666666666667], "mean": [3.8333333333333335], "std": [2.222777708350689], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [231]}, "index": {"min": [6910], "max": [7140], "mean": [7025.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [231]}, "subtask_annotation": {"mean": [4.220779220779221, 10.0, 10.0, 10.0, 10.0], "std": [2.4368564838096445, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [231]}, "scene_annotation": {"mean": [31.0], "std": [0.0], "min": [31], "max": [31], "count": [231]}, "eef_direction_state": {"mean": [3.354978354978355, 4.341991341991342], "std": [1.901118120411409, 2.0064643193588303], "min": [0, 0], "max": [6, 6], "count": [231]}, "eef_velocity_state": {"mean": [1.2077922077922079, 1.0], "std": [0.7502552928446744, 0.9625003513801574], "min": [0, 0], "max": [2, 2], "count": [231]}, "eef_acc_mag_state": {"mean": [0.987012987012987, 0.696969696969697], "std": [0.8295438661127958, 0.7862120231859036], "min": [0, 0], "max": [2, 2], "count": [231]}, "eef_direction_action": {"mean": [3.354978354978355, 4.341991341991342], "std": [1.901118120411409, 2.0064643193588303], "min": [0, 0], "max": [6, 6], "count": [231]}, "eef_velocity_action": {"mean": [1.2077922077922079, 1.0], "std": [0.7502552928446744, 0.9625003513801574], "min": [0, 0], "max": [2, 2], "count": [231]}, "eef_acc_mag_action": {"mean": [0.987012987012987, 0.696969696969697], "std": [0.8295438661127958, 0.7862120231859036], "min": [0, 0], "max": [2, 2], "count": [231]}, "eef_sim_pose_state": {"mean": [0.6387752417942021, 0.21789697418059628, 1.2427239959676029, -1.181631717789454, 0.6453101775636947, -1.910060630275485, 0.6637180374886255, -0.21303508782473918, 1.2310162975910504, 1.1840452599213205, 0.6367303629652694, 1.958118785013479], "std": [0.04167449168453611, 0.045860933086260734, 0.0696466159777589, 0.2168776342462132, 0.15417023232887536, 0.22293073348541095, 0.04793172733509134, 0.06318290093045875, 0.09500952021589351, 0.27085366975369884, 0.057580644488094, 0.1787869405605531], "min": [0.5921694120208526, 0.14582039862624313, 1.18199595575763, -1.5350946484599644, 0.44139390340486573, -2.386661949064252, 0.6197525990901334, -0.27442800393644584, 1.1471801585418255, 0.5084725032925186, 0.5438046996734722, 1.6642833606157352], "max": [0.7692304537570779, 0.29022357759490464, 1.433235906233737, -0.572043351774097, 0.9146603052610174, -1.46268279586862, 0.8078891713545808, -0.09552653049159081, 1.4326959117927303, 1.4087173535707378, 0.770405594149516, 2.3544677211908907], "count": [231]}, "eef_sim_pose_action": {"mean": [0.6387752417942021, 0.21789697418059628, 1.2427239959676029, -1.181631717789454, 0.6453101775636947, -1.910060630275485, 0.6637180374886255, -0.21303508782473918, 1.2310162975910504, 1.1840452599213205, 0.6367303629652694, 1.958118785013479], "std": [0.04167449168453611, 0.045860933086260734, 0.0696466159777589, 0.2168776342462132, 0.15417023232887536, 0.22293073348541095, 0.04793172733509134, 0.06318290093045875, 0.09500952021589351, 0.27085366975369884, 0.057580644488094, 0.1787869405605531], "min": [0.5921694120208526, 0.14582039862624313, 1.18199595575763, -1.5350946484599644, 0.44139390340486573, -2.386661949064252, 0.6197525990901334, -0.27442800393644584, 1.1471801585418255, 0.5084725032925186, 0.5438046996734722, 1.6642833606157352], "max": [0.7692304537570779, 0.29022357759490464, 1.433235906233737, -0.572043351774097, 0.9146603052610174, -1.46268279586862, 0.8078891713545808, -0.09552653049159081, 1.4326959117927303, 1.4087173535707378, 0.770405594149516, 2.3544677211908907], "count": [231]}}} +{"episode_index": 32, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3645354963235294]], [[0.4258368545751634]], [[0.41998740808823526]]], "std": [[[0.371498560771883]], [[0.2679331517998423]], [[0.26200527338545543]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1843137254901961]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5188230330882353]], [[0.5420662704248366]], [[0.5040980575980393]]], "std": [[[0.2812139832801616]], [[0.2690025191016534]], [[0.27129668988868305]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4560852798202614]], [[0.4922596834150327]], [[0.47918656454248365]]], "std": [[[0.31573982461698485]], [[0.2850071103413856]], [[0.2796837077232366]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.416877602124183]], [[0.43098022263071895]], [[0.33429563725490197]]], "std": [[[0.4027450367850082]], [[0.37044909081585964]], [[0.35008724493382665]]], "count": [100]}, "observation.state": {"min": [0.24910353124141693, -1.2846426963806152, 0.7691739201545715, -0.5337796807289124, -1.5179123878479004, 0.8895797729492188, -1.2769893407821655, -1.0514419078826904, 0.6820782423019409, 0.14157511293888092, 0.6532291769981384, -1.254482388496399, 22.78499984741211, 47.03312683105469, -0.7350000143051147, -0.43187499046325684, 17.116249084472656, 0.20874999463558197, 11.875, -1.0681250095367432, 0.9275000095367432, 0.9262499809265137, 1.0099999904632568, 30.791250228881836, 38.38062286376953, 39.71937561035156, 0.4637500047683716, -0.27666667103767395, 12.359375, 0.4325000047683716, 6.369375228881836, -1.4581249952316284, 3.130000114440918, 0.8181250095367432, 0.7293750047683716, -2.5162501335144043], "max": [0.9721904397010803, -0.7943035960197449, 1.2900310754776, 0.03755149990320206, -0.30529963970184326, 1.649166464805603, -0.3831444978713989, -0.7337920665740967, 1.1710584163665771, 0.31149861216545105, 1.6209955215454102, -0.7493133544921875, 68.28812408447266, 73.0790023803711, 31.3387508392334, 3.6731250286102295, 45.00437545776367, 80.99555206298828, 48.59062576293945, 95.35333251953125, 48.963748931884766, 106.72333526611328, 44.81624984741211, 108.88249969482422, 68.13063049316406, 64.8706283569336, 8.895000457763672, 5.602499961853027, 49.74437713623047, 78.61778259277344, 67.44733428955078, 110.55266571044922, 76.21400451660156, 110.47187805175781, 81.50800323486328, -2.3927271366119385], "mean": [0.5736806392669678, -0.9631545543670654, 1.035246729850769, -0.22526316344738007, -0.837181031703949, 1.236255168914795, -1.0242496728897095, -0.8591266870498657, 0.8582589626312256, 0.2251536101102829, 1.1882315874099731, -0.8674296140670776, 43.1719856262207, 55.43303680419922, 2.176457166671753, 0.39574098587036133, 28.83839225769043, 21.84507179260254, 29.862689971923828, 20.251840591430664, 23.813045501708984, 42.78714370727539, 16.969388961791992, 86.8439712524414, 60.26155471801758, 46.281639099121094, 1.2283825874328613, 0.6998268961906433, 32.66700744628906, 25.56217384338379, 33.390625, 20.95647430419922, 33.98664474487305, 42.5722770690918, 33.416099548339844, -2.46195912361145], "std": [0.29480183124542236, 0.13060441613197327, 0.177738219499588, 0.19007331132888794, 0.27698665857315063, 0.23833508789539337, 0.32559284567832947, 0.08335118740797043, 0.13050203025341034, 0.05790020897984505, 0.22553884983062744, 0.17254719138145447, 14.58847713470459, 6.314743995666504, 5.707912921905518, 0.9478418827056885, 6.821122169494629, 20.818584442138672, 9.82182502746582, 27.918827056884766, 16.783130645751953, 28.067251205444336, 16.653745651245117, 17.861557006835938, 10.422799110412598, 5.670989990234375, 1.5067116022109985, 1.159619688987732, 8.097047805786133, 16.29983901977539, 11.780292510986328, 24.86528205871582, 15.074690818786621, 21.455869674682617, 20.82945442199707, 0.025220710784196854], "count": [251]}, "action": {"min": [0.24910353124141693, -1.2846426963806152, 0.7691739201545715, -0.5337796807289124, -1.5179123878479004, 0.8895797729492188, -1.2769893407821655, -1.0514419078826904, 0.6820782423019409, 0.14157511293888092, 0.6532291769981384, -1.254482388496399, 22.78499984741211, 47.03312683105469, -0.7350000143051147, -0.43187499046325684, 17.116249084472656, 0.20874999463558197, 11.875, -1.0681250095367432, 0.9275000095367432, 0.9262499809265137, 1.0099999904632568, 30.791250228881836, 38.38062286376953, 39.71937561035156, 0.4637500047683716, -0.27666667103767395, 12.359375, 0.4325000047683716, 6.369375228881836, -1.4581249952316284, 3.130000114440918, 0.8181250095367432, 0.7293750047683716, -2.5162501335144043], "max": [0.9721904397010803, -0.7943035960197449, 1.2900310754776, 0.03755149990320206, -0.30529963970184326, 1.649166464805603, -0.3831444978713989, -0.7337920665740967, 1.1710584163665771, 0.31149861216545105, 1.6209955215454102, -0.7493133544921875, 68.28812408447266, 73.0790023803711, 31.3387508392334, 3.6731250286102295, 45.00437545776367, 80.99555206298828, 48.59062576293945, 95.35333251953125, 48.963748931884766, 106.72333526611328, 44.81624984741211, 108.88249969482422, 68.13063049316406, 64.8706283569336, 8.895000457763672, 5.602499961853027, 49.74437713623047, 78.61778259277344, 67.44733428955078, 110.55266571044922, 76.21400451660156, 110.47187805175781, 81.50800323486328, -2.3927271366119385], "mean": [0.5736808180809021, -0.9631547927856445, 1.0352468490600586, -0.22526316344738007, -0.8371808528900146, 1.2362548112869263, -1.0242494344711304, -0.859126627445221, 0.8582589030265808, 0.22515366971492767, 1.1882317066192627, -0.867429792881012, 43.1719970703125, 55.43302917480469, 2.176462173461914, 0.39574116468429565, 28.838376998901367, 21.845062255859375, 29.862686157226562, 20.2518253326416, 23.81305694580078, 42.78715515136719, 16.969375610351562, 86.84397888183594, 60.26157760620117, 46.281620025634766, 1.2283823490142822, 0.6998267769813538, 32.6670036315918, 25.56216049194336, 33.390621185302734, 20.95646858215332, 33.98665237426758, 42.57228469848633, 33.41609191894531, -2.46195912361145], "std": [0.29480183124542236, 0.13060440123081207, 0.1777382493019104, 0.19007332623004913, 0.276986688375473, 0.23833511769771576, 0.32559284567832947, 0.08335117995738983, 0.13050203025341034, 0.05790019780397415, 0.22553886473178864, 0.17254717648029327, 14.58847427368164, 6.314744472503662, 5.707911968231201, 0.9478419423103333, 6.821122169494629, 20.818584442138672, 9.821824073791504, 27.918825149536133, 16.783132553100586, 28.067249298095703, 16.65374755859375, 17.861557006835938, 10.422802925109863, 5.670989990234375, 1.5067118406295776, 1.1596198081970215, 8.097046852111816, 16.29983901977539, 11.780292510986328, 24.86528205871582, 15.074691772460938, 21.455867767333984, 20.829452514648438, 0.025220708921551704], "count": [251]}, "timestamp": {"min": [0.0], "max": [8.333333333333334], "mean": [4.166666666666667], "std": [2.41522945769824], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [251]}, "index": {"min": [7141], "max": [7391], "mean": [7266.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [251]}, "subtask_annotation": {"mean": [3.3705179282868527, 6.159362549800797, 10.0, 10.0, 10.0], "std": [3.3426745933353392, 4.240586245463124, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [251]}, "scene_annotation": {"mean": [32.0], "std": [0.0], "min": [32], "max": [32], "count": [251]}, "eef_direction_state": {"mean": [3.302788844621514, 3.5258964143426295], "std": [1.9382787449853585, 2.010511890286442], "min": [0, 0], "max": [6, 6], "count": [251]}, "eef_velocity_state": {"mean": [1.402390438247012, 1.203187250996016], "std": [0.6749902337704342, 0.7538412923293135], "min": [0, 0], "max": [2, 2], "count": [251]}, "eef_acc_mag_state": {"mean": [0.9920318725099602, 0.7888446215139442], "std": [0.7933590490171838, 0.8127685334736658], "min": [0, 0], "max": [2, 2], "count": [251]}, "eef_direction_action": {"mean": [3.302788844621514, 3.5258964143426295], "std": [1.9382787449853585, 2.010511890286442], "min": [0, 0], "max": [6, 6], "count": [251]}, "eef_velocity_action": {"mean": [1.402390438247012, 1.203187250996016], "std": [0.6749902337704342, 0.7538412923293135], "min": [0, 0], "max": [2, 2], "count": [251]}, "eef_acc_mag_action": {"mean": [0.9920318725099602, 0.7888446215139442], "std": [0.7933590490171838, 0.8127685334736658], "min": [0, 0], "max": [2, 2], "count": [251]}, "eef_sim_pose_state": {"mean": [0.6502627790300994, 0.13624373168234713, 1.2530451833213394, -1.0993342132532136, 0.9452500348383874, -1.7332186710676734, 0.5819999902536779, -0.17252418400686761, 1.182318925736303, 1.3355611225712345, 0.69283514799864, 1.9473983923639484], "std": [0.07615346669156625, 0.08118860529869111, 0.09636645739774562, 0.4045945606319054, 0.21049416665400525, 0.487711047944952, 0.05229555470042052, 0.028976249798092553, 0.09500416629104044, 0.401215895960439, 0.13753948360693077, 0.295690589289559], "min": [0.5552602175802674, -0.0030162017152850495, 1.0725308340838946, -1.8473927422588192, 0.5413018238485576, -2.5755151038513437, 0.5270730469391072, -0.20446573537407517, 1.073912281951532, 0.4927547721761116, 0.534645272996884, 1.3567078835603519], "max": [0.7507686866969737, 0.2488206606547677, 1.357184480958145, -0.5363133055645043, 1.444601260781261, -1.184426288587606, 0.7075535756637436, -0.099361153357017, 1.357281590498526, 1.7830023899271525, 1.0731388779768443, 2.217004740760706], "count": [251]}, "eef_sim_pose_action": {"mean": [0.6502627790300994, 0.13624373168234713, 1.2530451833213394, -1.0993342132532136, 0.9452500348383874, -1.7332186710676734, 0.5819999902536779, -0.17252418400686761, 1.182318925736303, 1.3355611225712345, 0.69283514799864, 1.9473983923639484], "std": [0.07615346669156625, 0.08118860529869111, 0.09636645739774562, 0.4045945606319054, 0.21049416665400525, 0.487711047944952, 0.05229555470042052, 0.028976249798092553, 0.09500416629104044, 0.401215895960439, 0.13753948360693077, 0.295690589289559], "min": [0.5552602175802674, -0.0030162017152850495, 1.0725308340838946, -1.8473927422588192, 0.5413018238485576, -2.5755151038513437, 0.5270730469391072, -0.20446573537407517, 1.073912281951532, 0.4927547721761116, 0.534645272996884, 1.3567078835603519], "max": [0.7507686866969737, 0.2488206606547677, 1.357184480958145, -0.5363133055645043, 1.444601260781261, -1.184426288587606, 0.7075535756637436, -0.099361153357017, 1.357281590498526, 1.7830023899271525, 1.0731388779768443, 2.217004740760706], "count": [251]}}} +{"episode_index": 33, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3231453778594771]], [[0.33420936274509805]], [[0.3616227491830066]]], "std": [[[0.33363651001562944]], [[0.3173183407428218]], [[0.3005005664000228]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46446338031045753]], [[0.49284235906862744]], [[0.46133080882352945]]], "std": [[[0.32193865880367384]], [[0.30751254624318836]], [[0.3171210744332642]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47486834150326795]], [[0.5100600367647059]], [[0.48698932598039213]]], "std": [[[0.31454118337168374]], [[0.3004563261333145]], [[0.3049314352149767]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37904474673202615]], [[0.4107266401143791]], [[0.41589900939542485]]], "std": [[[0.3618542010152159]], [[0.3612142708270666]], [[0.3356169569925724]]], "count": [100]}, "observation.state": {"min": [0.3088759779930115, -1.1661230325698853, 0.9345090985298157, -0.26930055022239685, -1.6036596298217773, 0.2798123061656952, -1.2582732439041138, -1.3088663816452026, 1.1497037410736084, -0.45357441902160645, 0.8954184651374817, -0.401240736246109, 31.63222312927246, 41.484375, -0.8637499809265137, 0.07312499731779099, 0.7433333396911621, 0.3268750011920929, 1.0657142400741577, -0.009999999776482582, 0.7641666531562805, -0.6681250333786011, 0.96875, 0.17444445192813873, 26.811874389648438, 43.73374938964844, 1.140625, 0.04749999940395355, 0.7293750047683716, -0.8050000071525574, 0.5793750286102295, 0.12999999523162842, 0.8899999856948853, 0.009374999441206455, 0.8131250143051147, -3.3333332538604736], "max": [1.2527445554733276, -0.7823586463928223, 1.591611385345459, 0.47949090600013733, -0.685368537902832, 0.5432423949241638, -0.26045241951942444, -0.8696689009666443, 1.6317616701126099, 0.24177920818328857, 1.6335927248001099, -0.10450045764446259, 59.611873626708984, 57.83374786376953, 46.537498474121094, 9.5024995803833, 35.70624923706055, 48.16437530517578, 34.649375915527344, 60.788124084472656, 42.28187561035156, 75.04125213623047, 67.57624816894531, 110.05437469482422, 58.573123931884766, 68.58000183105469, 6.465000152587891, 9.770000457763672, 33.75, 57.52000045776367, 36.551876068115234, 72.08562469482422, 44.24250030517578, 94.6768798828125, 89.07437896728516, 109.66437530517578], "mean": [0.8984881043434143, -0.8623486757278442, 1.1659772396087646, -0.008659533224999905, -1.088592290878296, 0.4481678009033203, -0.9380823969841003, -0.9676464796066284, 1.2883939743041992, -0.006862550973892212, 1.2985243797302246, -0.334981232881546, 51.35976791381836, 51.765625, 6.702393054962158, 4.422552585601807, 20.42235565185547, 8.03198528289795, 16.272232055664062, 10.753827095031738, 18.343582153320312, 13.854865074157715, 13.27739143371582, 59.306007385253906, 50.190250396728516, 56.19123077392578, 1.6904170513153076, 4.657703399658203, 18.479869842529297, 9.366276741027832, 19.273326873779297, 13.963905334472656, 20.722183227539062, 18.961153030395508, 17.131349563598633, 52.58256149291992], "std": [0.2812022268772125, 0.08592551946640015, 0.1433057337999344, 0.23697969317436218, 0.23217707872390747, 0.06691936403512955, 0.3419073522090912, 0.12541824579238892, 0.13877934217453003, 0.25847938656806946, 0.1834089457988739, 0.0841725766658783, 5.842795372009277, 4.564220905303955, 13.780169486999512, 2.8373570442199707, 7.7382354736328125, 15.468853950500488, 9.08422565460205, 20.272884368896484, 11.138017654418945, 25.538999557495117, 21.238676071166992, 31.20816421508789, 7.494034767150879, 10.65737247467041, 1.3006857633590698, 3.29777193069458, 11.622635841369629, 18.16002082824707, 12.048299789428711, 25.173843383789062, 13.42324161529541, 34.0953369140625, 27.99995994567871, 34.835689544677734], "count": [213]}, "action": {"min": [0.3088759779930115, -1.1661230325698853, 0.9345090985298157, -0.26930055022239685, -1.6036596298217773, 0.2798123061656952, -1.2582732439041138, -1.3088663816452026, 1.1497037410736084, -0.45357441902160645, 0.8954184651374817, -0.401240736246109, 31.63222312927246, 41.484375, -0.8637499809265137, 0.07312499731779099, 0.7433333396911621, 0.3268750011920929, 1.0657142400741577, -0.009999999776482582, 0.7641666531562805, -0.6681250333786011, 0.96875, 0.17444445192813873, 26.811874389648438, 43.73374938964844, 1.140625, 0.04749999940395355, 0.7293750047683716, -0.8050000071525574, 0.5793750286102295, 0.12999999523162842, 0.8899999856948853, 0.009374999441206455, 0.8131250143051147, -3.3333332538604736], "max": [1.2527445554733276, -0.7823586463928223, 1.591611385345459, 0.47949090600013733, -0.685368537902832, 0.5432423949241638, -0.26045241951942444, -0.8696689009666443, 1.6317616701126099, 0.24177920818328857, 1.6335927248001099, -0.10450045764446259, 59.611873626708984, 57.83374786376953, 46.537498474121094, 9.5024995803833, 35.70624923706055, 48.16437530517578, 34.649375915527344, 60.788124084472656, 42.28187561035156, 75.04125213623047, 67.57624816894531, 110.05437469482422, 58.573123931884766, 68.58000183105469, 6.465000152587891, 9.770000457763672, 33.75, 57.52000045776367, 36.551876068115234, 72.08562469482422, 44.24250030517578, 94.6768798828125, 89.07437896728516, 109.66437530517578], "mean": [0.89848792552948, -0.8623485565185547, 1.1659770011901855, -0.008659529499709606, -1.0885924100875854, 0.4481678307056427, -0.9380826950073242, -0.9676464796066284, 1.2883940935134888, -0.006862516049295664, 1.2985243797302246, -0.33498135209083557, 51.35978317260742, 51.765628814697266, 6.702394485473633, 4.422552585601807, 20.42236328125, 8.031990051269531, 16.272216796875, 10.75383472442627, 18.343576431274414, 13.854865074157715, 13.277396202087402, 59.30602264404297, 50.190250396728516, 56.19120788574219, 1.690417766571045, 4.657703876495361, 18.479869842529297, 9.3662748336792, 19.273324966430664, 13.963908195495605, 20.722177505493164, 18.961156845092773, 17.131359100341797, 52.58257293701172], "std": [0.28120216727256775, 0.08592551201581955, 0.14330574870109558, 0.2369796633720398, 0.23217704892158508, 0.06691937148571014, 0.3419073522090912, 0.12541824579238892, 0.13877931237220764, 0.25847938656806946, 0.1834089457988739, 0.0841725692152977, 5.842796325683594, 4.564220905303955, 13.780166625976562, 2.8373570442199707, 7.738234519958496, 15.468856811523438, 9.084222793579102, 20.27288055419922, 11.138015747070312, 25.53900909423828, 21.238679885864258, 31.208171844482422, 7.494034290313721, 10.657371520996094, 1.3006857633590698, 3.29777193069458, 11.622634887695312, 18.160017013549805, 12.048298835754395, 25.17384147644043, 13.423240661621094, 34.0953369140625, 27.99995231628418, 34.835693359375], "count": [213]}, "timestamp": {"min": [0.0], "max": [7.066666666666666], "mean": [3.5333333333333337], "std": [2.0495708674600013], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [213]}, "index": {"min": [7392], "max": [7604], "mean": [7498.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [213]}, "subtask_annotation": {"mean": [4.262910798122066, 10.0, 10.0, 10.0, 10.0], "std": [2.590409356691622, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [213]}, "scene_annotation": {"mean": [33.0], "std": [0.0], "min": [33], "max": [33], "count": [213]}, "eef_direction_state": {"mean": [3.6384976525821595, 4.211267605633803], "std": [1.9126025324613554, 1.8276603964170566], "min": [0, 0], "max": [6, 6], "count": [213]}, "eef_velocity_state": {"mean": [1.2394366197183098, 1.056338028169014], "std": [0.7530493016249178, 0.9124180937244388], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_acc_mag_state": {"mean": [1.0657276995305165, 0.8075117370892019], "std": [0.853272661997095, 0.8422749799685497], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_direction_action": {"mean": [3.6384976525821595, 4.211267605633803], "std": [1.9126025324613554, 1.8276603964170566], "min": [0, 0], "max": [6, 6], "count": [213]}, "eef_velocity_action": {"mean": [1.2394366197183098, 1.056338028169014], "std": [0.7530493016249178, 0.9124180937244388], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_acc_mag_action": {"mean": [1.0657276995305165, 0.8075117370892019], "std": [0.853272661997095, 0.8422749799685497], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_sim_pose_state": {"mean": [0.6512836663549707, 0.2161747383339121, 1.2156384040467234, -1.3162315859172538, 0.6749038904768956, -2.0081354778663822, 0.6457222218635972, -0.21047383586773177, 1.2335465903422358, 1.1276952793351855, 0.5936118991776409, 1.9862714569519], "std": [0.043748559671965934, 0.03242194757572491, 0.05323806891873893, 0.17281784850628262, 0.10440830280873309, 0.18383085640520747, 0.03386252777613567, 0.06399536563185469, 0.06919261593166036, 0.22776959621546075, 0.0686011804929379, 0.16699396005495895], "min": [0.5779756062285231, 0.15348039833897686, 1.156636674535302, -1.581877985513095, 0.5336083795250182, -2.4105929452344173, 0.602064640004931, -0.2783263820763719, 1.1703884189163256, 0.5972822169154944, 0.393996790902152, 1.729450196727747], "max": [0.7830860880459015, 0.25191036284883545, 1.351342578167006, -0.8680095284012963, 0.8710130624933701, -1.6720204498005726, 0.7421896852233884, -0.08649803041729923, 1.3854250945366162, 1.3449101643648382, 0.7210094061699324, 2.3992877955858307], "count": [213]}, "eef_sim_pose_action": {"mean": [0.6512836663549707, 0.2161747383339121, 1.2156384040467234, -1.3162315859172538, 0.6749038904768956, -2.0081354778663822, 0.6457222218635972, -0.21047383586773177, 1.2335465903422358, 1.1276952793351855, 0.5936118991776409, 1.9862714569519], "std": [0.043748559671965934, 0.03242194757572491, 0.05323806891873893, 0.17281784850628262, 0.10440830280873309, 0.18383085640520747, 0.03386252777613567, 0.06399536563185469, 0.06919261593166036, 0.22776959621546075, 0.0686011804929379, 0.16699396005495895], "min": [0.5779756062285231, 0.15348039833897686, 1.156636674535302, -1.581877985513095, 0.5336083795250182, -2.4105929452344173, 0.602064640004931, -0.2783263820763719, 1.1703884189163256, 0.5972822169154944, 0.393996790902152, 1.729450196727747], "max": [0.7830860880459015, 0.25191036284883545, 1.351342578167006, -0.8680095284012963, 0.8710130624933701, -1.6720204498005726, 0.7421896852233884, -0.08649803041729923, 1.3854250945366162, 1.3449101643648382, 0.7210094061699324, 2.3992877955858307], "count": [213]}}} +{"episode_index": 34, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34319007557189546]], [[0.4075694362745098]], [[0.40918009599673205]]], "std": [[[0.3660808300048932]], [[0.26614338838215185]], [[0.25272861132065005]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5438546548202614]], [[0.5672597446895425]], [[0.5213081658496731]]], "std": [[[0.3298370678268638]], [[0.3046144533206286]], [[0.32271172282891475]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4637813010620915]], [[0.5058820200163399]], [[0.48879953635620915]]], "std": [[[0.31135083665635893]], [[0.2761688893385757]], [[0.2644739224572355]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40938608660130715]], [[0.4228794485294118]], [[0.32349767156862747]]], "std": [[[0.4077165405666269]], [[0.36580647643444963]], [[0.3447288754932856]]], "count": [100]}, "observation.state": {"min": [0.2872510850429535, -1.2735799551010132, 0.8266575336456299, -0.28276875615119934, -1.2523126602172852, 0.6596665978431702, -1.177181601524353, -1.1741340160369873, 0.809419572353363, -0.04558632895350456, 0.666723906993866, -0.8704212307929993, 34.130001068115234, 44.17375183105469, -0.6612499952316284, -0.6675000190734863, 21.004375457763672, 0.5843750238418579, 10.005624771118164, 0.34375, 1.6649999618530273, -3.197499990463257, 0.9850000143051147, 56.439998626708984, 39.1875, 44.53125, 0.33444443345069885, -2.700624942779541, 6.046666622161865, -0.6188888549804688, 2.8511111736297607, -0.3636363446712494, 1.565999984741211, 0.46000000834465027, 0.5170000195503235, 31.35230827331543], "max": [1.0575932264328003, -0.7967116832733154, 1.385137677192688, 0.12734130024909973, -0.342588871717453, 1.0630769729614258, -0.39616236090660095, -0.7675765156745911, 1.2558890581130981, 0.14975298941135406, 1.3190470933914185, -0.6185864210128784, 49.55937576293945, 64.18777465820312, 54.03499984741211, 4.6875, 36.01499938964844, 37.31333541870117, 43.47187423706055, 54.896873474121094, 49.48625183105469, 72.1918716430664, 46.393123626708984, 107.57437133789062, 54.334999084472656, 50.353126525878906, 1.96875, 2.4800000190734863, 41.182498931884766, 27.35562515258789, 48.853126525878906, 50.134376525878906, 53.91999816894531, 85.40750122070312, 61.701873779296875, 107.22125244140625], "mean": [0.6181473731994629, -1.0139122009277344, 1.1415419578552246, -0.10390114039182663, -0.7643582820892334, 0.8931097388267517, -0.9240187406539917, -0.9028330445289612, 0.9328864812850952, 0.05119136720895767, 1.082506537437439, -0.6850906014442444, 41.459407806396484, 56.27600860595703, 6.7933244705200195, 0.13976585865020752, 29.388072967529297, 16.776386260986328, 29.733436584472656, 20.45563507080078, 22.125160217285156, 42.47349548339844, 13.297667503356934, 91.97796630859375, 50.99644470214844, 49.26859664916992, 0.7617729902267456, -1.3221545219421387, 34.73043441772461, 18.449495315551758, 40.0039176940918, 30.653841018676758, 42.35248565673828, 48.949928283691406, 39.48147201538086, 75.07606506347656], "std": [0.3245394229888916, 0.13855622708797455, 0.2034866362810135, 0.12669764459133148, 0.24956731498241425, 0.15901152789592743, 0.28153467178344727, 0.12698721885681152, 0.14832843840122223, 0.06365688890218735, 0.18204686045646667, 0.08122197538614273, 5.827945232391357, 5.639021396636963, 14.493049621582031, 1.3364619016647339, 5.443127632141113, 13.679126739501953, 9.761534690856934, 20.87819480895996, 17.24315643310547, 25.250272750854492, 16.732898712158203, 14.458871841430664, 5.217203617095947, 1.6800031661987305, 0.45781847834587097, 1.1659071445465088, 7.667722225189209, 9.252939224243164, 10.755191802978516, 16.000167846679688, 12.087385177612305, 24.717506408691406, 16.267290115356445, 18.192970275878906], "count": [150]}, "action": {"min": [0.2872510850429535, -1.2735799551010132, 0.8266575336456299, -0.28276875615119934, -1.2523126602172852, 0.6596665978431702, -1.177181601524353, -1.1741340160369873, 0.809419572353363, -0.04558632895350456, 0.666723906993866, -0.8704212307929993, 34.130001068115234, 44.17375183105469, -0.6612499952316284, -0.6675000190734863, 21.004375457763672, 0.5843750238418579, 10.005624771118164, 0.34375, 1.6649999618530273, -3.197499990463257, 0.9850000143051147, 56.439998626708984, 39.1875, 44.53125, 0.33444443345069885, -2.700624942779541, 6.046666622161865, -0.6188888549804688, 2.8511111736297607, -0.3636363446712494, 1.565999984741211, 0.46000000834465027, 0.5170000195503235, 31.35230827331543], "max": [1.0575932264328003, -0.7967116832733154, 1.385137677192688, 0.12734130024909973, -0.342588871717453, 1.0630769729614258, -0.39616236090660095, -0.7675765156745911, 1.2558890581130981, 0.14975298941135406, 1.3190470933914185, -0.6185864210128784, 49.55937576293945, 64.18777465820312, 54.03499984741211, 4.6875, 36.01499938964844, 37.31333541870117, 43.47187423706055, 54.896873474121094, 49.48625183105469, 72.1918716430664, 46.393123626708984, 107.57437133789062, 54.334999084472656, 50.353126525878906, 1.96875, 2.4800000190734863, 41.182498931884766, 27.35562515258789, 48.853126525878906, 50.134376525878906, 53.91999816894531, 85.40750122070312, 61.701873779296875, 107.22125244140625], "mean": [0.6181473731994629, -1.0139122009277344, 1.1415421962738037, -0.10390114784240723, -0.7643579840660095, 0.893109917640686, -0.9240185618400574, -0.9028333425521851, 0.9328864812850952, 0.05119136720895767, 1.082506537437439, -0.6850907802581787, 41.45941162109375, 56.27600860595703, 6.793332099914551, 0.13976579904556274, 29.388072967529297, 16.77638816833496, 29.733434677124023, 20.45563507080078, 22.125154495239258, 42.47350311279297, 13.297672271728516, 91.9779281616211, 50.99646759033203, 49.268592834472656, 0.7617734670639038, -1.3221544027328491, 34.73043441772461, 18.449495315551758, 40.003910064697266, 30.6538143157959, 42.35247802734375, 48.94994354248047, 39.48146438598633, 75.07605743408203], "std": [0.3245393931865692, 0.13855621218681335, 0.20348666608333588, 0.12669764459133148, 0.24956728518009186, 0.15901148319244385, 0.28153467178344727, 0.12698721885681152, 0.14832843840122223, 0.06365689635276794, 0.18204686045646667, 0.08122198283672333, 5.827944755554199, 5.639022350311279, 14.493049621582031, 1.3364620208740234, 5.4431281089782715, 13.679126739501953, 9.76153564453125, 20.87819480895996, 17.24315643310547, 25.250272750854492, 16.732900619506836, 14.458871841430664, 5.217203617095947, 1.6800031661987305, 0.45781847834587097, 1.165907382965088, 7.667722702026367, 9.252939224243164, 10.755192756652832, 16.000165939331055, 12.087385177612305, 24.717506408691406, 16.267290115356445, 18.192970275878906], "count": [150]}, "timestamp": {"min": [0.0], "max": [4.966666666666667], "mean": [2.483333333333333], "std": [1.4433435976027125], "count": [150]}, "frame_index": {"min": [0], "max": [149], "mean": [74.5], "std": [43.300307928081374], "count": [150]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [150]}, "index": {"min": [7605], "max": [7754], "mean": [7679.5], "std": [43.300307928081374], "count": [150]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [150]}, "subtask_annotation": {"mean": [2.986666666666667, 4.946666666666666, 10.0, 10.0, 10.0], "std": [3.1090977612305615, 4.287635971280942, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [150]}, "scene_annotation": {"mean": [34.0], "std": [0.0], "min": [34], "max": [34], "count": [150]}, "eef_direction_state": {"mean": [3.38, 3.8133333333333335], "std": [1.5520738814029884, 1.7373798919317816], "min": [0, 0], "max": [6, 6], "count": [150]}, "eef_velocity_state": {"mean": [1.5, 1.3866666666666667], "std": [0.5859465277082315, 0.6611774009715962], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_acc_mag_state": {"mean": [1.24, 1.06], "std": [0.7804272334219673, 0.7679409699536378], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_direction_action": {"mean": [3.38, 3.8133333333333335], "std": [1.5520738814029884, 1.7373798919317816], "min": [0, 0], "max": [6, 6], "count": [150]}, "eef_velocity_action": {"mean": [1.5, 1.3866666666666667], "std": [0.5859465277082315, 0.6611774009715962], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_acc_mag_action": {"mean": [1.24, 1.06], "std": [0.7804272334219673, 0.7679409699536378], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_sim_pose_state": {"mean": [0.6734875104209932, 0.1312955004752214, 1.2204788062948506, -1.3319721893162668, 0.8206699103164479, -1.987896323170709, 0.5913059263394819, -0.1306028608151141, 1.1876392053791625, 1.3559185723124765, 0.6555038251277902, 2.1438685657753007], "std": [0.07914831095485694, 0.04739406008940702, 0.08534893416438503, 0.29127512233868263, 0.14891791264738644, 0.31637458790423495, 0.05021942552400647, 0.03761394381463897, 0.07136664835591244, 0.2655527672742083, 0.09404037686619397, 0.15364988490359935], "min": [0.5673628254589288, 0.0315002286489679, 1.056673911999201, -1.8614148622806121, 0.6216494392128351, -2.4858732624257702, 0.5541894964200182, -0.1778122208410745, 1.0733321574695882, 0.8527562203887578, 0.5873200184266056, 1.8362023300180388], "max": [0.7573218102203233, 0.19320209900666196, 1.3243184344279417, -0.9588522890812539, 1.112374556015821, -1.4950537431725672, 0.7009080061310462, -0.04808486665370623, 1.3056650737209847, 1.7441796662171212, 0.8865637053394884, 2.348597414852773], "count": [150]}, "eef_sim_pose_action": {"mean": [0.6734875104209932, 0.1312955004752214, 1.2204788062948506, -1.3319721893162668, 0.8206699103164479, -1.987896323170709, 0.5913059263394819, -0.1306028608151141, 1.1876392053791625, 1.3559185723124765, 0.6555038251277902, 2.1438685657753007], "std": [0.07914831095485694, 0.04739406008940702, 0.08534893416438503, 0.29127512233868263, 0.14891791264738644, 0.31637458790423495, 0.05021942552400647, 0.03761394381463897, 0.07136664835591244, 0.2655527672742083, 0.09404037686619397, 0.15364988490359935], "min": [0.5673628254589288, 0.0315002286489679, 1.056673911999201, -1.8614148622806121, 0.6216494392128351, -2.4858732624257702, 0.5541894964200182, -0.1778122208410745, 1.0733321574695882, 0.8527562203887578, 0.5873200184266056, 1.8362023300180388], "max": [0.7573218102203233, 0.19320209900666196, 1.3243184344279417, -0.9588522890812539, 1.112374556015821, -1.4950537431725672, 0.7009080061310462, -0.04808486665370623, 1.3056650737209847, 1.7441796662171212, 0.8865637053394884, 2.348597414852773], "count": [150]}}} +{"episode_index": 35, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.384042308006536]], [[0.4269892075163399]], [[0.3945621160130719]]], "std": [[[0.3680516513698991]], [[0.2661905561779702]], [[0.267341210635817]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16862745098039217]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47489627859477124]], [[0.4884655821078432]], [[0.4530810702614379]]], "std": [[[0.2763843936403398]], [[0.257866123490668]], [[0.25478690547994187]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4880367381535948]], [[0.5210691911764707]], [[0.5019191441993464]]], "std": [[[0.30754233735083264]], [[0.2731011111117298]], [[0.2689151112117866]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41334461805555556]], [[0.42727714869281047]], [[0.33149149714052284]]], "std": [[[0.4015311968453891]], [[0.36540025210428906]], [[0.34782989905581846]]], "count": [100]}, "observation.state": {"min": [0.277404248714447, -1.2834744453430176, 0.7861018776893616, -0.22664415836334229, -1.2883621454238892, 0.6633859872817993, -1.2144273519515991, -1.1746498346328735, 0.7151235938072205, 0.12164301425218582, 0.6897289752960205, -0.9673160314559937, 16.517499923706055, 51.536251068115234, -0.49437499046325684, -0.5924999713897705, 0.6668750047683716, 0.4437499940395355, 0.6987500190734863, -0.9940000176429749, 0.7612500190734863, 0.5787500143051147, 0.9900000095367432, 1.0724999904632568, 39.885623931884766, 39.18187713623047, 0.14750000834465027, -0.7425000071525574, 15.926875114440918, 0.7506250143051147, 9.979374885559082, -0.47999998927116394, 5.886250019073486, 5.338749885559082, 0.7818750143051147, 42.649375915527344], "max": [1.08834969997406, -0.7349841594696045, 1.387951135635376, 0.11773288995027542, -0.25766289234161377, 1.1490997076034546, -0.4516458511352539, -0.7089008092880249, 1.280295491218567, 0.23925669491291046, 1.488279104232788, -0.7610437273979187, 53.97249984741211, 71.08312225341797, 14.7524995803833, 3.424375057220459, 37.35499954223633, 40.006874084472656, 37.58062744140625, 77.3343734741211, 39.990623474121094, 93.81812286376953, 41.625, 107.88375091552734, 74.8081283569336, 54.51499938964844, 6.633749961853027, 3.429999828338623, 52.161251068115234, 55.17562484741211, 53.326873779296875, 90.45999908447266, 53.390625, 88.89312744140625, 66.86250305175781, 113.10000610351562], "mean": [0.7476094365119934, -0.9416484832763672, 0.9872350692749023, -0.021880723536014557, -0.7940773367881775, 0.8703774809837341, -1.0225690603256226, -0.8750866651535034, 0.8297944068908691, 0.19490325450897217, 1.186947226524353, -0.835719883441925, 36.58617401123047, 64.04242706298828, 1.5596073865890503, 0.4106196463108063, 19.54538345336914, 12.415740966796875, 15.190057754516602, 26.439144134521484, 12.659589767456055, 47.60245895385742, 12.442914009094238, 70.78398132324219, 57.13169479370117, 46.50075912475586, 0.941124677658081, -0.2883255183696747, 36.22758483886719, 30.086105346679688, 33.09185791015625, 39.5821533203125, 29.520315170288086, 51.18151092529297, 31.698719024658203, 91.4045181274414], "std": [0.3367878496646881, 0.14018481969833374, 0.2000289112329483, 0.10402238368988037, 0.2528950870037079, 0.1961517482995987, 0.22732013463974, 0.11552616208791733, 0.15401619672775269, 0.03449713811278343, 0.22595322132110596, 0.06296014040708542, 10.94054889678955, 4.019089698791504, 3.8286938667297363, 0.8039290904998779, 10.442215919494629, 14.500327110290527, 11.467761039733887, 29.104633331298828, 14.508357048034668, 34.676231384277344, 15.301615715026855, 33.6076774597168, 6.991571426391602, 2.819894790649414, 1.2460695505142212, 0.6171249151229858, 11.946852684020996, 16.672821044921875, 13.671663284301758, 25.98810386657715, 15.917723655700684, 19.166927337646484, 22.53219223022461, 17.116195678710938], "count": [206]}, "action": {"min": [0.277404248714447, -1.2834744453430176, 0.7861018776893616, -0.22664415836334229, -1.2883621454238892, 0.6633859872817993, -1.2144273519515991, -1.1746498346328735, 0.7151235938072205, 0.12164301425218582, 0.6897289752960205, -0.9673160314559937, 16.517499923706055, 51.536251068115234, -0.49437499046325684, -0.5924999713897705, 0.6668750047683716, 0.4437499940395355, 0.6987500190734863, -0.9940000176429749, 0.7612500190734863, 0.5787500143051147, 0.9900000095367432, 1.0724999904632568, 39.885623931884766, 39.18187713623047, 0.14750000834465027, -0.7425000071525574, 15.926875114440918, 0.7506250143051147, 9.979374885559082, -0.47999998927116394, 5.886250019073486, 5.338749885559082, 0.7818750143051147, 42.649375915527344], "max": [1.08834969997406, -0.7349841594696045, 1.387951135635376, 0.11773288995027542, -0.25766289234161377, 1.1490997076034546, -0.4516458511352539, -0.7089008092880249, 1.280295491218567, 0.23925669491291046, 1.488279104232788, -0.7610437273979187, 53.97249984741211, 71.08312225341797, 14.7524995803833, 3.424375057220459, 37.35499954223633, 40.006874084472656, 37.58062744140625, 77.3343734741211, 39.990623474121094, 93.81812286376953, 41.625, 107.88375091552734, 74.8081283569336, 54.51499938964844, 6.633749961853027, 3.429999828338623, 52.161251068115234, 55.17562484741211, 53.326873779296875, 90.45999908447266, 53.390625, 88.89312744140625, 66.86250305175781, 113.10000610351562], "mean": [0.7476094365119934, -0.9416484832763672, 0.9872353076934814, -0.021880721673369408, -0.794077455997467, 0.8703776001930237, -1.0225692987442017, -0.8750866055488586, 0.8297942280769348, 0.1949032098054886, 1.186947226524353, -0.8357201218605042, 36.586181640625, 64.04242706298828, 1.5596085786819458, 0.41061967611312866, 19.54538345336914, 12.41573715209961, 15.190056800842285, 26.43913459777832, 12.659590721130371, 47.602439880371094, 12.442923545837402, 70.78399658203125, 57.13170623779297, 46.5007438659668, 0.9411243796348572, -0.2883254587650299, 36.22761154174805, 30.08610725402832, 33.091854095458984, 39.5821533203125, 29.52031135559082, 51.18150329589844, 31.698719024658203, 91.404541015625], "std": [0.3367878198623657, 0.14018481969833374, 0.2000289261341095, 0.10402238368988037, 0.2528951168060303, 0.1961517482995987, 0.22732013463974, 0.11552616208791733, 0.15401619672775269, 0.03449713811278343, 0.22595322132110596, 0.06296013295650482, 10.94054889678955, 4.019090175628662, 3.828692674636841, 0.8039292693138123, 10.442216873168945, 14.500324249267578, 11.46776294708252, 29.104633331298828, 14.508355140686035, 34.676231384277344, 15.30161190032959, 33.60767364501953, 6.991572380065918, 2.8198952674865723, 1.2460696697235107, 0.6171249151229858, 11.946855545043945, 16.67282485961914, 13.671664237976074, 25.98809814453125, 15.917723655700684, 19.16692543029785, 22.53219223022461, 17.116193771362305], "count": [206]}, "timestamp": {"min": [0.0], "max": [6.833333333333333], "mean": [3.416666666666667], "std": [1.9822125684867067], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [206]}, "index": {"min": [7755], "max": [7960], "mean": [7857.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [206]}, "subtask_annotation": {"mean": [2.8009708737864076, 4.694174757281553, 10.0, 10.0, 10.0], "std": [2.9203336405224696, 3.650863051115941, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [8, 10, 10, 10, 10], "count": [206]}, "scene_annotation": {"mean": [35.0], "std": [0.0], "min": [35], "max": [35], "count": [206]}, "eef_direction_state": {"mean": [3.737864077669903, 4.063106796116505], "std": [1.845809555063567, 1.963476720833425], "min": [0, 0], "max": [6, 6], "count": [206]}, "eef_velocity_state": {"mean": [1.3398058252427185, 1.0242718446601942], "std": [0.718052896586431, 0.7596583314026198], "min": [0, 0], "max": [2, 2], "count": [206]}, "eef_acc_mag_state": {"mean": [0.8689320388349514, 0.9611650485436893], "std": [0.8286764656376264, 0.8055912632586016], "min": [0, 0], "max": [2, 2], "count": [206]}, "eef_direction_action": {"mean": [3.737864077669903, 4.063106796116505], "std": [1.845809555063567, 1.963476720833425], "min": [0, 0], "max": [6, 6], "count": [206]}, "eef_velocity_action": {"mean": [1.3398058252427185, 1.0242718446601942], "std": [0.718052896586431, 0.7596583314026198], "min": [0, 0], "max": [2, 2], "count": [206]}, "eef_acc_mag_action": {"mean": [0.8689320388349514, 0.9611650485436893], "std": [0.8286764656376264, 0.8055912632586016], "min": [0, 0], "max": [2, 2], "count": [206]}, "eef_sim_pose_state": {"mean": [0.612374324783271, 0.11480890894064487, 1.1840524540073905, -1.4588606040466923, 0.7974286882315834, -2.1819816712377467, 0.573587874601965, -0.14883742685280285, 1.1754274166108107, 1.3837773084328016, 0.6552699540560096, 2.0626497830630943], "std": [0.08137250284822588, 0.0388169023407035, 0.10945988331900587, 0.43843729930840053, 0.17918084811011314, 0.4580907167609661, 0.050360306292291206, 0.024379151042064832, 0.0699966231837091, 0.3155667780355449, 0.0690663813181126, 0.2285136290657008], "min": [0.5346507298055676, 0.030459054768325833, 1.0521717991144641, -2.0051266558107934, 0.5685438473339786, -2.7314659164095665, 0.543351387404764, -0.16952668498735113, 1.0764444711512466, 0.8004358013029121, 0.5735228612465124, 1.6700624707995424], "max": [0.7497934837285429, 0.17827186356613953, 1.3590038709447985, -0.7456396094600534, 1.1894881993306607, -1.3597133180060155, 0.7243688403465813, -0.08587124518229064, 1.3006564979202273, 1.7687558154579779, 0.8343346917772112, 2.3658185703598935], "count": [206]}, "eef_sim_pose_action": {"mean": [0.612374324783271, 0.11480890894064487, 1.1840524540073905, -1.4588606040466923, 0.7974286882315834, -2.1819816712377467, 0.573587874601965, -0.14883742685280285, 1.1754274166108107, 1.3837773084328016, 0.6552699540560096, 2.0626497830630943], "std": [0.08137250284822588, 0.0388169023407035, 0.10945988331900587, 0.43843729930840053, 0.17918084811011314, 0.4580907167609661, 0.050360306292291206, 0.024379151042064832, 0.0699966231837091, 0.3155667780355449, 0.0690663813181126, 0.2285136290657008], "min": [0.5346507298055676, 0.030459054768325833, 1.0521717991144641, -2.0051266558107934, 0.5685438473339786, -2.7314659164095665, 0.543351387404764, -0.16952668498735113, 1.0764444711512466, 0.8004358013029121, 0.5735228612465124, 1.6700624707995424], "max": [0.7497934837285429, 0.17827186356613953, 1.3590038709447985, -0.7456396094600534, 1.1894881993306607, -1.3597133180060155, 0.7243688403465813, -0.08587124518229064, 1.3006564979202273, 1.7687558154579779, 0.8343346917772112, 2.3658185703598935], "count": [206]}}} +{"episode_index": 36, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32986748774509805]], [[0.33880558006535944]], [[0.3563778329248366]]], "std": [[[0.32971139611545797]], [[0.31622102655322604]], [[0.30839670990368956]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4579164093137255]], [[0.4879609191176471]], [[0.46023447099673204]]], "std": [[[0.3153047724071572]], [[0.30135572176995534]], [[0.30935009438720795]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46763084763071894]], [[0.48702855187908495]], [[0.4584272099673203]]], "std": [[[0.29553034539033946]], [[0.2880317573263534]], [[0.2924923699761603]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38077043300653596]], [[0.41469395629084965]], [[0.42045626429738564]]], "std": [[[0.3602759600282638]], [[0.3612310144414901]], [[0.332229476666108]]], "count": [100]}, "observation.state": {"min": [0.25523099303245544, -1.1754454374313354, 0.9922178983688354, -0.37537193298339844, -1.456113338470459, 0.28820478916168213, -1.2220568656921387, -1.3685911893844604, 1.1903467178344727, -0.40877488255500793, 0.8405575156211853, -0.3862916827201843, 39.4275016784668, 44.03874969482422, -0.96875, 0.534375011920929, 2.3511111736297607, 0.12062499672174454, 0.8224999904632568, -0.8806250095367432, 0.8450000286102295, -3.2825000286102295, 0.9850000143051147, -0.4737499952316284, 20.071874618530273, 44.015625, 1.2556250095367432, 1.5462499856948853, 0.9631249904632568, 0.65625, 0.5733333230018616, 0.6912500262260437, 1.1262500286102295, 0.3056250214576721, 0.7400000095367432, -3.3499999046325684], "max": [1.3334001302719116, -0.7676241397857666, 1.5485761165618896, 0.5511844754219055, -0.5808442234992981, 0.5683985948562622, -0.23942358791828156, -0.8774891495704651, 1.6793984174728394, 0.23193714022636414, 1.3807930946350098, -0.0676165372133255, 59.473751068115234, 62.2087516784668, 49.88624954223633, 9.59375, 43.35187530517578, 41.08562469482422, 36.45000076293945, 74.35687255859375, 40.27625274658203, 82.27562713623047, 50.00062561035156, 106.62812805175781, 62.555625915527344, 69.56375122070312, 2.887500047683716, 9.49181842803955, 32.759376525878906, 64.53750610351562, 34.80062484741211, 78.81375122070312, 37.71875, 90.09562683105469, 84.01812744140625, 111.16312408447266], "mean": [0.8509639501571655, -0.8650456070899963, 1.1369673013687134, 0.039857637137174606, -1.0301291942596436, 0.4735438823699951, -0.908257782459259, -1.0063059329986572, 1.3144723176956177, -0.008502760902047157, 1.1868466138839722, -0.2988113462924957, 51.56386184692383, 49.44884490966797, 12.130730628967285, 5.372934818267822, 15.407620429992676, 6.1873955726623535, 7.575109958648682, 10.016585350036621, 8.084639549255371, 11.167102813720703, 8.338454246520996, 21.295236587524414, 51.530174255371094, 58.367855072021484, 1.4366768598556519, 5.8841118812561035, 14.164525985717773, 11.798870086669922, 15.565624237060547, 16.463916778564453, 18.070571899414062, 18.635967254638672, 17.379343032836914, 47.1920280456543], "std": [0.30067235231399536, 0.09299483895301819, 0.13049118220806122, 0.2606719434261322, 0.24594789743423462, 0.08004020154476166, 0.3331529498100281, 0.12759824097156525, 0.1319592297077179, 0.24526087939739227, 0.12347579002380371, 0.08617434650659561, 4.1866912841796875, 3.0899620056152344, 16.98611068725586, 2.6667468547821045, 11.364194869995117, 12.488190650939941, 11.258233070373535, 21.985445022583008, 12.437344551086426, 26.773929595947266, 14.046430587768555, 35.883968353271484, 10.99915885925293, 10.143563270568848, 0.22330889105796814, 2.3760719299316406, 8.9865140914917, 21.131311416625977, 9.28355884552002, 28.451553344726562, 9.99103832244873, 33.10976791381836, 26.78866958618164, 32.71037292480469], "count": [220]}, "action": {"min": [0.25523099303245544, -1.1754454374313354, 0.9922178983688354, -0.37537193298339844, -1.456113338470459, 0.28820478916168213, -1.2220568656921387, -1.3685911893844604, 1.1903467178344727, -0.40877488255500793, 0.8405575156211853, -0.3862916827201843, 39.4275016784668, 44.03874969482422, -0.96875, 0.534375011920929, 2.3511111736297607, 0.12062499672174454, 0.8224999904632568, -0.8806250095367432, 0.8450000286102295, -3.2825000286102295, 0.9850000143051147, -0.4737499952316284, 20.071874618530273, 44.015625, 1.2556250095367432, 1.5462499856948853, 0.9631249904632568, 0.65625, 0.5733333230018616, 0.6912500262260437, 1.1262500286102295, 0.3056250214576721, 0.7400000095367432, -3.3499999046325684], "max": [1.3334001302719116, -0.7676241397857666, 1.5485761165618896, 0.5511844754219055, -0.5808442234992981, 0.5683985948562622, -0.23942358791828156, -0.8774891495704651, 1.6793984174728394, 0.23193714022636414, 1.3807930946350098, -0.0676165372133255, 59.473751068115234, 62.2087516784668, 49.88624954223633, 9.59375, 43.35187530517578, 41.08562469482422, 36.45000076293945, 74.35687255859375, 40.27625274658203, 82.27562713623047, 50.00062561035156, 106.62812805175781, 62.555625915527344, 69.56375122070312, 2.887500047683716, 9.49181842803955, 32.759376525878906, 64.53750610351562, 34.80062484741211, 78.81375122070312, 37.71875, 90.09562683105469, 84.01812744140625, 111.16312408447266], "mean": [0.8509640097618103, -0.8650459051132202, 1.1369684934616089, 0.03985755145549774, -1.030129313468933, 0.47354382276535034, -0.9082574844360352, -1.0063058137893677, 1.3144723176956177, -0.00850272923707962, 1.186846375465393, -0.2988113462924957, 51.56388473510742, 49.44884490966797, 12.130746841430664, 5.372934818267822, 15.407621383666992, 6.187390327453613, 7.575108528137207, 10.016581535339355, 8.084647178649902, 11.167102813720703, 8.338452339172363, 21.29523468017578, 51.53020095825195, 58.367862701416016, 1.4366769790649414, 5.8841118812561035, 14.164521217346191, 11.798868179321289, 15.56562614440918, 16.463912963867188, 18.070585250854492, 18.635963439941406, 17.379343032836914, 47.19200897216797], "std": [0.30067235231399536, 0.092994824051857, 0.1304911971092224, 0.2606719434261322, 0.24594785273075104, 0.08004019409418106, 0.3331529498100281, 0.12759824097156525, 0.1319592446088791, 0.24526087939739227, 0.12347579747438431, 0.08617435395717621, 4.186691761016846, 3.0899620056152344, 16.986112594604492, 2.6667473316192627, 11.364194869995117, 12.48819351196289, 11.258233070373535, 21.98543930053711, 12.437344551086426, 26.773937225341797, 14.04643440246582, 35.88398361206055, 10.999157905578613, 10.143561363220215, 0.22330887615680695, 2.3760716915130615, 8.9865140914917, 21.131311416625977, 9.283557891845703, 28.451553344726562, 9.991040229797363, 33.109764099121094, 26.788667678833008, 32.71037292480469], "count": [220]}, "timestamp": {"min": [0.0], "max": [7.3], "mean": [3.65], "std": [2.116929117587287], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [220]}, "index": {"min": [7961], "max": [8180], "mean": [8070.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [220]}, "subtask_annotation": {"mean": [3.918181818181818, 10.0, 10.0, 10.0, 10.0], "std": [2.3398982813238156, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [220]}, "scene_annotation": {"mean": [36.0], "std": [0.0], "min": [36], "max": [36], "count": [220]}, "eef_direction_state": {"mean": [3.809090909090909, 4.127272727272727], "std": [2.0932595484531027, 1.9707363225182], "min": [0, 0], "max": [6, 6], "count": [220]}, "eef_velocity_state": {"mean": [1.0954545454545455, 1.0363636363636364], "std": [0.8607487611098067, 0.9187666904089208], "min": [0, 0], "max": [2, 2], "count": [220]}, "eef_acc_mag_state": {"mean": [0.9636363636363636, 0.7545454545454545], "std": [0.8731059784394894, 0.8167158584161497], "min": [0, 0], "max": [2, 2], "count": [220]}, "eef_direction_action": {"mean": [3.809090909090909, 4.127272727272727], "std": [2.0932595484531027, 1.9707363225182], "min": [0, 0], "max": [6, 6], "count": [220]}, "eef_velocity_action": {"mean": [1.0954545454545455, 1.0363636363636364], "std": [0.8607487611098067, 0.9187666904089208], "min": [0, 0], "max": [2, 2], "count": [220]}, "eef_acc_mag_action": {"mean": [0.9636363636363636, 0.7545454545454545], "std": [0.8731059784394894, 0.8167158584161497], "min": [0, 0], "max": [2, 2], "count": [220]}, "eef_sim_pose_state": {"mean": [0.6472393671249107, 0.1973404484992394, 1.2137797827765884, -1.3399998155688264, 0.703614403055727, -2.051665070426355, 0.6590205435830838, -0.20130824764250912, 1.2109644523953862, 1.232040606641899, 0.5534546586943526, 2.0424439873473226], "std": [0.042944024011815386, 0.03064903494504127, 0.056388839834033984, 0.18411637510190024, 0.12660096307332674, 0.20122419521299875, 0.032226910319098655, 0.06921596995929584, 0.08087453029435501, 0.2521142274688819, 0.04721258752205993, 0.1597122583132245], "min": [0.6017569506554135, 0.1490671928727417, 1.1654249226437752, -1.6690696199643456, 0.5207536459792279, -2.490818505528779, 0.6335731271227929, -0.269647749851704, 1.1287555676713044, 0.6283700671921896, 0.4755981649741998, 1.793782868433774], "max": [0.7825327013128469, 0.28276574103608454, 1.3551809288331709, -0.8456358609864479, 0.9158310386613246, -1.6922473275809735, 0.7645993451265335, -0.0841809486244976, 1.3890466627675202, 1.4755183501669271, 0.6803141431396145, 2.3900223721528024], "count": [220]}, "eef_sim_pose_action": {"mean": [0.6472393671249107, 0.1973404484992394, 1.2137797827765884, -1.3399998155688264, 0.703614403055727, -2.051665070426355, 0.6590205435830838, -0.20130824764250912, 1.2109644523953862, 1.232040606641899, 0.5534546586943526, 2.0424439873473226], "std": [0.042944024011815386, 0.03064903494504127, 0.056388839834033984, 0.18411637510190024, 0.12660096307332674, 0.20122419521299875, 0.032226910319098655, 0.06921596995929584, 0.08087453029435501, 0.2521142274688819, 0.04721258752205993, 0.1597122583132245], "min": [0.6017569506554135, 0.1490671928727417, 1.1654249226437752, -1.6690696199643456, 0.5207536459792279, -2.490818505528779, 0.6335731271227929, -0.269647749851704, 1.1287555676713044, 0.6283700671921896, 0.4755981649741998, 1.793782868433774], "max": [0.7825327013128469, 0.28276574103608454, 1.3551809288331709, -0.8456358609864479, 0.9158310386613246, -1.6922473275809735, 0.7645993451265335, -0.0841809486244976, 1.3890466627675202, 1.4755183501669271, 0.6803141431396145, 2.3900223721528024], "count": [220]}}} +{"episode_index": 37, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35577800449346403]], [[0.41487985498366015]], [[0.40127812295751636]]], "std": [[[0.3664728992953207]], [[0.2630064903490218]], [[0.2563642360391347]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.17254901960784313]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5140847160947712]], [[0.5383628472222223]], [[0.49043816176470584]]], "std": [[[0.3112957798328159]], [[0.27832211387538214]], [[0.2795320166551558]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4671752982026144]], [[0.4917319424019608]], [[0.4623803982843137]]], "std": [[[0.29414853779866174]], [[0.2687491266133066]], [[0.2705196454680923]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4124981556372549]], [[0.43601564746732024]], [[0.34475645016339873]]], "std": [[[0.4007432267328663]], [[0.364315181042402]], [[0.3457270572050671]]], "count": [100]}, "observation.state": {"min": [0.3047274351119995, -1.1986439228057861, 0.8105878233909607, -0.27457571029663086, -1.5613582134246826, 0.7193436622619629, -1.0769293308258057, -1.077906847000122, 0.7450932860374451, -0.012922484427690506, 0.7484073638916016, -0.9929331541061401, 24.88249969482422, 49.776248931884766, -0.515625, -0.9587500095367432, 9.072142601013184, -0.056874994188547134, 7.198750019073486, -0.39625000953674316, 1.8893749713897705, -2.911875009536743, 1.0618749856948853, 0.9887499809265137, 36.86600112915039, 44.72999954223633, 0.19312500953674316, -3.268125057220459, 5.743750095367432, -0.23874999582767487, 2.9487500190734863, -0.16124999523162842, 3.468125104904175, 1.396875023841858, 0.8068749904632568, -2.9437499046325684], "max": [1.0195887088775635, -0.784027636051178, 1.3266527652740479, 0.10037575662136078, -0.37873369455337524, 0.9849936962127686, -0.41375792026519775, -0.734912633895874, 1.1964980363845825, 0.25539788603782654, 1.6400693655014038, -0.6463626027107239, 66.61750030517578, 73.46090698242188, 8.587778091430664, 9.436249732971191, 33.711875915527344, 31.577499389648438, 39.4275016784668, 50.67250061035156, 42.626251220703125, 69.8656234741211, 39.673126220703125, 101.50125122070312, 68.07937622070312, 60.698570251464844, 7.636250019073486, 0.20374999940395355, 54.645626068115234, 38.44727325439453, 55.234375, 72.03937530517578, 66.52874755859375, 78.50187683105469, 69.88812255859375, 98.12187957763672], "mean": [0.6968370676040649, -0.9447935223579407, 1.0307196378707886, -0.07975152879953384, -0.9021222591400146, 0.8756210207939148, -0.8626397848129272, -0.8617909550666809, 0.8809292316436768, 0.07215923070907593, 1.1021593809127808, -0.7799578905105591, 42.08131408691406, 59.178253173828125, 0.5876437425613403, 1.948418378829956, 23.37124252319336, 10.168157577514648, 23.762744903564453, 13.205069541931152, 20.843494415283203, 24.216903686523438, 11.136280059814453, 67.24906158447266, 58.56788635253906, 48.07166290283203, 1.0617233514785767, -1.632130742073059, 35.690399169921875, 12.267666816711426, 33.92210006713867, 42.29200744628906, 37.430503845214844, 53.21746063232422, 35.46240997314453, 72.11617279052734], "std": [0.2658083736896515, 0.11548395454883575, 0.16393133997917175, 0.1279827207326889, 0.29959121346473694, 0.1051456555724144, 0.21612556278705597, 0.08815336972475052, 0.12480595707893372, 0.057075340300798416, 0.22519071400165558, 0.11412149667739868, 15.64593505859375, 8.313682556152344, 2.077305316925049, 3.568142890930176, 8.053424835205078, 11.16765308380127, 10.47932243347168, 18.95178985595703, 13.055218696594238, 26.449750900268555, 14.575113296508789, 24.669370651245117, 10.506837844848633, 4.254029273986816, 1.6538671255111694, 1.4124314785003662, 16.374597549438477, 11.412322044372559, 15.327433586120605, 23.253190994262695, 20.34370994567871, 24.226215362548828, 26.021556854248047, 32.30510711669922], "count": [177]}, "action": {"min": [0.3047274351119995, -1.1986439228057861, 0.8105878233909607, -0.27457571029663086, -1.5613582134246826, 0.7193436622619629, -1.0769293308258057, -1.077906847000122, 0.7450932860374451, -0.012922484427690506, 0.7484073638916016, -0.9929331541061401, 24.88249969482422, 49.776248931884766, -0.515625, -0.9587500095367432, 9.072142601013184, -0.056874994188547134, 7.198750019073486, -0.39625000953674316, 1.8893749713897705, -2.911875009536743, 1.0618749856948853, 0.9887499809265137, 36.86600112915039, 44.72999954223633, 0.19312500953674316, -3.268125057220459, 5.743750095367432, -0.23874999582767487, 2.9487500190734863, -0.16124999523162842, 3.468125104904175, 1.396875023841858, 0.8068749904632568, -2.9437499046325684], "max": [1.0195887088775635, -0.784027636051178, 1.3266527652740479, 0.10037575662136078, -0.37873369455337524, 0.9849936962127686, -0.41375792026519775, -0.734912633895874, 1.1964980363845825, 0.25539788603782654, 1.6400693655014038, -0.6463626027107239, 66.61750030517578, 73.46090698242188, 8.587778091430664, 9.436249732971191, 33.711875915527344, 31.577499389648438, 39.4275016784668, 50.67250061035156, 42.626251220703125, 69.8656234741211, 39.673126220703125, 101.50125122070312, 68.07937622070312, 60.698570251464844, 7.636250019073486, 0.20374999940395355, 54.645626068115234, 38.44727325439453, 55.234375, 72.03937530517578, 66.52874755859375, 78.50187683105469, 69.88812255859375, 98.12187957763672], "mean": [0.6968371868133545, -0.944793701171875, 1.0307201147079468, -0.07975156605243683, -0.9021221995353699, 0.87562096118927, -0.862639844417572, -0.8617912530899048, 0.8809287548065186, 0.07215925306081772, 1.1021596193313599, -0.7799575924873352, 42.0813102722168, 59.17826461791992, 0.5876438021659851, 1.9484187364578247, 23.371240615844727, 10.1681547164917, 23.762746810913086, 13.205074310302734, 20.843490600585938, 24.216907501220703, 11.136286735534668, 67.24905395507812, 58.56791687011719, 48.07169723510742, 1.061722993850708, -1.6321306228637695, 35.69037628173828, 12.267670631408691, 33.92210388183594, 42.29201126098633, 37.43049240112305, 53.217464447021484, 35.46240997314453, 72.11619567871094], "std": [0.2658083736896515, 0.11548396944999695, 0.16393132507801056, 0.1279827207326889, 0.29959121346473694, 0.10514567792415619, 0.21612554788589478, 0.08815337717533112, 0.12480595707893372, 0.057075340300798416, 0.22519074380397797, 0.11412148922681808, 15.645934104919434, 8.31368350982666, 2.077305793762207, 3.568143606185913, 8.053423881530762, 11.167651176452637, 10.479323387145996, 18.951791763305664, 13.055216789245605, 26.449745178222656, 14.57511043548584, 24.669370651245117, 10.50683879852295, 4.254028797149658, 1.6538671255111694, 1.4124319553375244, 16.374597549438477, 11.412324905395508, 15.327433586120605, 23.253192901611328, 20.34370994567871, 24.226211547851562, 26.02155876159668, 32.30510330200195], "count": [177]}, "timestamp": {"min": [0.0], "max": [5.866666666666666], "mean": [2.9333333333333336], "std": [1.7031561116764198], "count": [177]}, "frame_index": {"min": [0], "max": [176], "mean": [88.0], "std": [51.094683350292584], "count": [177]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [177]}, "index": {"min": [8181], "max": [8357], "mean": [8269.0], "std": [51.094683350292584], "count": [177]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [177]}, "subtask_annotation": {"mean": [3.610169491525424, 5.3107344632768365, 10.0, 10.0, 10.0], "std": [3.4641845429399147, 4.122358496486933, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [177]}, "scene_annotation": {"mean": [37.0], "std": [0.0], "min": [37], "max": [37], "count": [177]}, "eef_direction_state": {"mean": [2.7005649717514126, 3.2598870056497176], "std": [1.864218446231609, 2.0776524096332567], "min": [0, 0], "max": [6, 6], "count": [177]}, "eef_velocity_state": {"mean": [1.4689265536723164, 1.2994350282485876], "std": [0.5424317293875006, 0.7331147985994841], "min": [0, 0], "max": [2, 2], "count": [177]}, "eef_acc_mag_state": {"mean": [1.1581920903954803, 1.0508474576271187], "std": [0.8080478724872834, 0.7830924243615219], "min": [0, 0], "max": [2, 2], "count": [177]}, "eef_direction_action": {"mean": [2.7005649717514126, 3.2598870056497176], "std": [1.864218446231609, 2.0776524096332567], "min": [0, 0], "max": [6, 6], "count": [177]}, "eef_velocity_action": {"mean": [1.4689265536723164, 1.2994350282485876], "std": [0.5424317293875006, 0.7331147985994841], "min": [0, 0], "max": [2, 2], "count": [177]}, "eef_acc_mag_action": {"mean": [1.1581920903954803, 1.0508474576271187], "std": [0.8080478724872834, 0.7830924243615219], "min": [0, 0], "max": [2, 2], "count": [177]}, "eef_sim_pose_state": {"mean": [0.6354815140121982, 0.13296527533373978, 1.22350828570686, -1.2652818240874601, 0.7833877227087942, -1.9857472266624598, 0.584265155582704, -0.13356084798115522, 1.21591650182867, 1.2517908178739543, 0.6670828934146339, 2.05151692946942], "std": [0.06700446206490701, 0.047312947162229516, 0.09083000550115627, 0.3868627561678163, 0.13498064484334055, 0.4041618474445641, 0.04804194887380725, 0.022421833798777543, 0.08439525484181723, 0.38012106593861467, 0.07765817755019414, 0.3158468616241238], "min": [0.5535316147429816, 0.05082362254989775, 1.0621739987762886, -1.8810152303594991, 0.5500940707167699, -2.602931888951246, 0.5379500814069968, -0.20902495067619936, 1.0730645657291498, 0.7309633085096354, 0.48154842080492566, 1.5427578991808177], "max": [0.7378244150760139, 0.21546567571946698, 1.3133554097760756, -0.7834676168576459, 1.0836788138249869, -1.521263014919258, 0.7061149949208652, -0.10464362648032977, 1.3188972196724222, 1.8177739800479478, 0.8483723690765195, 2.464209230092138], "count": [177]}, "eef_sim_pose_action": {"mean": [0.6354815140121982, 0.13296527533373978, 1.22350828570686, -1.2652818240874601, 0.7833877227087942, -1.9857472266624598, 0.584265155582704, -0.13356084798115522, 1.21591650182867, 1.2517908178739543, 0.6670828934146339, 2.05151692946942], "std": [0.06700446206490701, 0.047312947162229516, 0.09083000550115627, 0.3868627561678163, 0.13498064484334055, 0.4041618474445641, 0.04804194887380725, 0.022421833798777543, 0.08439525484181723, 0.38012106593861467, 0.07765817755019414, 0.3158468616241238], "min": [0.5535316147429816, 0.05082362254989775, 1.0621739987762886, -1.8810152303594991, 0.5500940707167699, -2.602931888951246, 0.5379500814069968, -0.20902495067619936, 1.0730645657291498, 0.7309633085096354, 0.48154842080492566, 1.5427578991808177], "max": [0.7378244150760139, 0.21546567571946698, 1.3133554097760756, -0.7834676168576459, 1.0836788138249869, -1.521263014919258, 0.7061149949208652, -0.10464362648032977, 1.3188972196724222, 1.8177739800479478, 0.8483723690765195, 2.464209230092138], "count": [177]}}} +{"episode_index": 38, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32745867647058824]], [[0.33117752655228755]], [[0.3392533598856209]]], "std": [[[0.3336107702914351]], [[0.3178586818457252]], [[0.30721669954709363]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684906781045752]], [[0.4963813684640523]], [[0.4643379064542484]]], "std": [[[0.32917835303656756]], [[0.3173271634505418]], [[0.3305831940861757]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45522334354575167]], [[0.49019374795751636]], [[0.46452058210784314]]], "std": [[[0.3022499935450331]], [[0.28825439048943813]], [[0.29419071839025934]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3798565461601307]], [[0.4107139746732026]], [[0.4141198304738562]]], "std": [[[0.36191667370172803]], [[0.36089752680873244]], [[0.33175664871284827]]], "count": [100]}, "observation.state": {"min": [0.24524109065532684, -1.1272125244140625, 0.9250569939613342, -0.2780002951622009, -1.6017946004867554, 0.3789244294166565, -1.2945373058319092, -1.4291504621505737, 1.1392767429351807, -0.3336242139339447, 0.816047728061676, -0.39816510677337646, 24.061111450195312, 44.03937530517578, -0.8653846383094788, -0.054999999701976776, 1.6290909051895142, -0.5768749713897705, 0.9675000309944153, -0.8543750047683716, 0.7699999809265137, -3.267777681350708, 0.9587500095367432, 1.0112500190734863, 24.922500610351562, 44.864376068115234, 1.0, -0.14249999821186066, 1.0556249618530273, 0.31312501430511475, 1.1106250286102295, 1.0672727823257446, 0.9731249809265137, 0.3112500011920929, 0.7599999904632568, 0.3108333349227905], "max": [1.2467679977416992, -0.7428388595581055, 1.5291924476623535, 0.19450484216213226, -0.669632613658905, 0.5785500407218933, -0.24614709615707397, -0.8532124757766724, 1.784447193145752, 0.3137874901294708, 1.5879343748092651, -0.07481689006090164, 59.26625061035156, 63.505558013916016, 57.8962516784668, 9.324999809265137, 39.20249938964844, 14.571874618530273, 41.02687454223633, 59.095001220703125, 46.78937530517578, 87.27312469482422, 48.80437469482422, 101.27249908447266, 62.314998626708984, 75.45000457763672, 3.1262500286102295, 9.480000495910645, 35.06624984741211, 31.166873931884766, 41.38500213623047, 66.5581283569336, 66.29499816894531, 109.92312622070312, 74.43375396728516, 110.21500396728516], "mean": [0.8953152894973755, -0.8624941110610962, 1.1298424005508423, -0.06252296268939972, -1.177721381187439, 0.5092812180519104, -0.9583981037139893, -1.000257968902588, 1.3071175813674927, 0.024728216230869293, 1.2797037363052368, -0.2876095175743103, 53.25518798828125, 49.60362243652344, 12.879179000854492, 5.288209915161133, 15.896123886108398, 2.215113401412964, 12.948110580444336, 7.547920227050781, 14.430408477783203, 12.027762413024902, 8.13448429107666, 54.334537506103516, 51.787193298339844, 58.89005661010742, 1.206948161125183, 4.188117980957031, 18.21721076965332, 4.914315700531006, 16.265127182006836, 10.947150230407715, 19.587543487548828, 18.951040267944336, 13.18178939819336, 48.555110931396484], "std": [0.2521180212497711, 0.0829048678278923, 0.13621476292610168, 0.1550421118736267, 0.2193170189857483, 0.05340336635708809, 0.3400293290615082, 0.1389857530593872, 0.17882002890110016, 0.2589796185493469, 0.18574514985084534, 0.11120687425136566, 5.8715643882751465, 3.7925827503204346, 18.660018920898438, 2.7039811611175537, 10.639525413513184, 3.3849079608917236, 11.911824226379395, 17.054019927978516, 13.302400588989258, 25.666757583618164, 14.381183624267578, 23.716943740844727, 8.994346618652344, 12.552634239196777, 0.30153727531433105, 3.476902723312378, 12.47996997833252, 8.87379264831543, 11.210634231567383, 19.647663116455078, 16.78997039794922, 36.10597610473633, 20.907243728637695, 34.623939514160156], "count": [208]}, "action": {"min": [0.24524109065532684, -1.1272125244140625, 0.9250569939613342, -0.2780002951622009, -1.6017946004867554, 0.3789244294166565, -1.2945373058319092, -1.4291504621505737, 1.1392767429351807, -0.3336242139339447, 0.816047728061676, -0.39816510677337646, 24.061111450195312, 44.03937530517578, -0.8653846383094788, -0.054999999701976776, 1.6290909051895142, -0.5768749713897705, 0.9675000309944153, -0.8543750047683716, 0.7699999809265137, -3.267777681350708, 0.9587500095367432, 1.0112500190734863, 24.922500610351562, 44.864376068115234, 1.0, -0.14249999821186066, 1.0556249618530273, 0.31312501430511475, 1.1106250286102295, 1.0672727823257446, 0.9731249809265137, 0.3112500011920929, 0.7599999904632568, 0.3108333349227905], "max": [1.2467679977416992, -0.7428388595581055, 1.5291924476623535, 0.19450484216213226, -0.669632613658905, 0.5785500407218933, -0.24614709615707397, -0.8532124757766724, 1.784447193145752, 0.3137874901294708, 1.5879343748092651, -0.07481689006090164, 59.26625061035156, 63.505558013916016, 57.8962516784668, 9.324999809265137, 39.20249938964844, 14.571874618530273, 41.02687454223633, 59.095001220703125, 46.78937530517578, 87.27312469482422, 48.80437469482422, 101.27249908447266, 62.314998626708984, 75.45000457763672, 3.1262500286102295, 9.480000495910645, 35.06624984741211, 31.166873931884766, 41.38500213623047, 66.5581283569336, 66.29499816894531, 109.92312622070312, 74.43375396728516, 110.21500396728516], "mean": [0.8953151702880859, -0.8624945282936096, 1.129841923713684, -0.06252297759056091, -1.1777215003967285, 0.5092812180519104, -0.9583982825279236, -1.0002578496932983, 1.3071180582046509, 0.02472822181880474, 1.2797033786773682, -0.2876095175743103, 53.25520324707031, 49.603599548339844, 12.879159927368164, 5.288209915161133, 15.896117210388184, 2.2151148319244385, 12.94810962677002, 7.547916889190674, 14.430419921875, 12.027750968933105, 8.134483337402344, 54.33451843261719, 51.787208557128906, 58.89006042480469, 1.2069485187530518, 4.188117980957031, 18.217195510864258, 4.9143147468566895, 16.265113830566406, 10.947145462036133, 19.58753776550293, 18.95103645324707, 13.181795120239258, 48.55509948730469], "std": [0.25211799144744873, 0.0829048678278923, 0.1362147331237793, 0.1550421118736267, 0.2193170189857483, 0.05340337008237839, 0.34002935886383057, 0.1389857530593872, 0.17882002890110016, 0.2589796185493469, 0.18574517965316772, 0.11120687425136566, 5.871564865112305, 3.7925827503204346, 18.660022735595703, 2.7039811611175537, 10.639522552490234, 3.3849070072174072, 11.911823272705078, 17.05401611328125, 13.302399635314941, 25.666759490966797, 14.381184577941895, 23.716947555541992, 8.994346618652344, 12.552632331848145, 0.30153727531433105, 3.476902723312378, 12.479970932006836, 8.87379264831543, 11.210633277893066, 19.647661209106445, 16.78997039794922, 36.10598373413086, 20.907241821289062, 34.623939514160156], "count": [208]}, "timestamp": {"min": [0.0], "max": [6.9], "mean": [3.45], "std": [2.0014578020366387], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [208]}, "index": {"min": [8358], "max": [8565], "mean": [8461.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [208]}, "subtask_annotation": {"mean": [4.100961538461538, 10.0, 10.0, 10.0, 10.0], "std": [2.5484533466514887, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [208]}, "scene_annotation": {"mean": [38.0], "std": [0.0], "min": [38], "max": [38], "count": [208]}, "eef_direction_state": {"mean": [3.105769230769231, 3.581730769230769], "std": [2.0611715732655234, 2.10152254435632], "min": [0, 0], "max": [6, 6], "count": [208]}, "eef_velocity_state": {"mean": [1.2451923076923077, 1.1346153846153846], "std": [0.7419283357073254, 0.8776902851726182], "min": [0, 0], "max": [2, 2], "count": [208]}, "eef_acc_mag_state": {"mean": [0.9423076923076923, 0.7067307692307693], "std": [0.8696476195842311, 0.8119023746586352], "min": [0, 0], "max": [2, 2], "count": [208]}, "eef_direction_action": {"mean": [3.105769230769231, 3.581730769230769], "std": [2.0611715732655234, 2.10152254435632], "min": [0, 0], "max": [6, 6], "count": [208]}, "eef_velocity_action": {"mean": [1.2451923076923077, 1.1346153846153846], "std": [0.7419283357073254, 0.8776902851726182], "min": [0, 0], "max": [2, 2], "count": [208]}, "eef_acc_mag_action": {"mean": [0.9423076923076923, 0.7067307692307693], "std": [0.8696476195842311, 0.8119023746586352], "min": [0, 0], "max": [2, 2], "count": [208]}, "eef_sim_pose_state": {"mean": [0.6433960103868714, 0.20879740566697907, 1.2358346698541283, -1.1919631002402793, 0.6479245673232555, -1.930504331316865, 0.6525951348072765, -0.21061298000907921, 1.216998112524263, 1.1875869755799346, 0.5341901935506594, 2.013507870484769], "std": [0.04211381397316658, 0.024125363355291495, 0.04751269358825834, 0.14712358450299592, 0.056497878381160084, 0.15540466607699258, 0.0434600213409276, 0.06515483648292403, 0.06780439420808029, 0.1845945626134357, 0.03582167161036341, 0.16335898141439525], "min": [0.5805975838191036, 0.16811212841313738, 1.186510755105546, -1.466082364583579, 0.5698509865707844, -2.256802753945527, 0.6115915360568971, -0.28505912075674633, 1.1577781483700957, 0.6969529500038665, 0.43545075843071945, 1.8355947502339975], "max": [0.7696618362913791, 0.2567311206743259, 1.366484092872741, -0.7901960079335875, 0.7525402797144434, -1.6326870644720595, 0.782971794029614, -0.08262876549396433, 1.3765700130349081, 1.3457223447139186, 0.6040918705243268, 2.331224342733692], "count": [208]}, "eef_sim_pose_action": {"mean": [0.6433960103868714, 0.20879740566697907, 1.2358346698541283, -1.1919631002402793, 0.6479245673232555, -1.930504331316865, 0.6525951348072765, -0.21061298000907921, 1.216998112524263, 1.1875869755799346, 0.5341901935506594, 2.013507870484769], "std": [0.04211381397316658, 0.024125363355291495, 0.04751269358825834, 0.14712358450299592, 0.056497878381160084, 0.15540466607699258, 0.0434600213409276, 0.06515483648292403, 0.06780439420808029, 0.1845945626134357, 0.03582167161036341, 0.16335898141439525], "min": [0.5805975838191036, 0.16811212841313738, 1.186510755105546, -1.466082364583579, 0.5698509865707844, -2.256802753945527, 0.6115915360568971, -0.28505912075674633, 1.1577781483700957, 0.6969529500038665, 0.43545075843071945, 1.8355947502339975], "max": [0.7696618362913791, 0.2567311206743259, 1.366484092872741, -0.7901960079335875, 0.7525402797144434, -1.6326870644720595, 0.782971794029614, -0.08262876549396433, 1.3765700130349081, 1.3457223447139186, 0.6040918705243268, 2.331224342733692], "count": [208]}}} +{"episode_index": 39, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3420874080882353]], [[0.423176760620915]], [[0.44259519607843134]]], "std": [[[0.3633366255556081]], [[0.26217353018882916]], [[0.2550963627752395]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5015189950980392]], [[0.5177785212418301]], [[0.47266164215686274]]], "std": [[[0.3014258292196244]], [[0.2798168767172467]], [[0.2837240304791932]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45412500408496737]], [[0.482398323120915]], [[0.4465000142973856]]], "std": [[[0.30035667890687856]], [[0.26554041391862593]], [[0.26660501673760495]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39425342933006535]], [[0.41984983660130715]], [[0.3340533986928105]]], "std": [[[0.4058888317680088]], [[0.3663595669317628]], [[0.3445498248495279]]], "count": [100]}, "observation.state": {"min": [0.19760432839393616, -1.3066014051437378, 0.7740615606307983, -0.4584144055843353, -1.6290912628173828, 0.6432631611824036, -1.0149157047271729, -1.226157784461975, 0.7348278760910034, -0.13766498863697052, 0.40577077865600586, -1.365181803703308, 23.176250457763672, 50.97999954223633, -0.5568749904632568, -1.6687500476837158, 0.4637500047683716, 0.5668749809265137, 3.442499876022339, -0.0768750011920929, 1.2912499904632568, -2.9375, 1.0206249952316284, 22.748750686645508, 31.8174991607666, 37.2868766784668, 0.18909090757369995, -2.4175000190734863, 6.145625114440918, 0.6193749904632568, 2.1600000858306885, -0.5506249666213989, 0.7293750047683716, -0.12999999523162842, 0.734375, -2.5512499809265137], "max": [0.9626774191856384, -0.7192721366882324, 1.4770971536636353, 0.19641222059726715, -0.17929351329803467, 1.1026073694229126, -0.2646486461162567, -0.5474320650100708, 1.2708619832992554, 0.22797933220863342, 1.669050931930542, -0.5788891315460205, 55.7712516784668, 75.45124816894531, 12.061249732971191, 5.554375171661377, 35.10124969482422, 77.72562408447266, 42.57875061035156, 66.60749816894531, 45.095001220703125, 75.47374725341797, 47.24187469482422, 106.60749816894531, 48.07749938964844, 52.94874954223633, 0.5418750047683716, 8.703125, 41.776248931884766, 102.48687744140625, 51.70687484741211, 90.51812744140625, 57.272499084472656, 98.56937408447266, 60.76750183105469, -2.3949999809265137], "mean": [0.6376312971115112, -0.9004724621772766, 1.0579612255096436, -0.11428684741258621, -0.9623428583145142, 0.8804176449775696, -0.7966601848602295, -0.8875062465667725, 0.9062031507492065, 0.03987593576312065, 1.0647478103637695, -0.8522638082504272, 42.86013412475586, 62.54426193237305, 0.7603706121444702, 0.7622891664505005, 20.58509063720703, 22.619260787963867, 24.054712295532227, 21.569488525390625, 18.215927124023438, 39.685665130615234, 11.398942947387695, 77.37333679199219, 41.97085189819336, 45.61144256591797, 0.31587398052215576, 0.5229119062423706, 26.40670394897461, 46.40631866455078, 30.48932456970215, 51.717918395996094, 29.928974151611328, 64.80007934570312, 27.858280181884766, -2.47204852104187], "std": [0.2667772173881531, 0.1590486764907837, 0.19210496544837952, 0.22930747270584106, 0.43650850653648376, 0.14426104724407196, 0.2608846127986908, 0.16057591140270233, 0.15037913620471954, 0.09013631939888, 0.35828402638435364, 0.2278427928686142, 11.413108825683594, 9.01684856414795, 2.799041748046875, 1.9017455577850342, 10.590265274047852, 22.1962833404541, 11.180883407592773, 23.614543914794922, 13.288025856018066, 25.7712345123291, 14.575934410095215, 20.5665225982666, 4.0614705085754395, 4.32655143737793, 0.07265425473451614, 3.4734129905700684, 12.464836120605469, 30.868730545043945, 18.07314682006836, 28.182828903198242, 23.169591903686523, 28.651674270629883, 25.74542236328125, 0.034836482256650925], "count": [230]}, "action": {"min": [0.19760432839393616, -1.3066014051437378, 0.7740615606307983, -0.4584144055843353, -1.6290912628173828, 0.6432631611824036, -1.0149157047271729, -1.226157784461975, 0.7348278760910034, -0.13766498863697052, 0.40577077865600586, -1.365181803703308, 23.176250457763672, 50.97999954223633, -0.5568749904632568, -1.6687500476837158, 0.4637500047683716, 0.5668749809265137, 3.442499876022339, -0.0768750011920929, 1.2912499904632568, -2.9375, 1.0206249952316284, 22.748750686645508, 31.8174991607666, 37.2868766784668, 0.18909090757369995, -2.4175000190734863, 6.145625114440918, 0.6193749904632568, 2.1600000858306885, -0.5506249666213989, 0.7293750047683716, -0.12999999523162842, 0.734375, -2.5512499809265137], "max": [0.9626774191856384, -0.7192721366882324, 1.4770971536636353, 0.19641222059726715, -0.17929351329803467, 1.1026073694229126, -0.2646486461162567, -0.5474320650100708, 1.2708619832992554, 0.22797933220863342, 1.669050931930542, -0.5788891315460205, 55.7712516784668, 75.45124816894531, 12.061249732971191, 5.554375171661377, 35.10124969482422, 77.72562408447266, 42.57875061035156, 66.60749816894531, 45.095001220703125, 75.47374725341797, 47.24187469482422, 106.60749816894531, 48.07749938964844, 52.94874954223633, 0.5418750047683716, 8.703125, 41.776248931884766, 102.48687744140625, 51.70687484741211, 90.51812744140625, 57.272499084472656, 98.56937408447266, 60.76750183105469, -2.3949999809265137], "mean": [0.6376315355300903, -0.9004727602005005, 1.057961344718933, -0.11428684741258621, -0.9623429775238037, 0.8804181218147278, -0.796660304069519, -0.8875060081481934, 0.9062036275863647, 0.03987594321370125, 1.0647478103637695, -0.8522640466690063, 42.86013412475586, 62.54423141479492, 0.7603704929351807, 0.7622891068458557, 20.58509635925293, 22.619260787963867, 24.054729461669922, 21.56949234008789, 18.215911865234375, 39.685672760009766, 11.39893913269043, 77.37333679199219, 41.97086715698242, 45.6114387512207, 0.31587404012680054, 0.5229123830795288, 26.40671157836914, 46.40631866455078, 30.489316940307617, 51.71792221069336, 29.928956985473633, 64.80010986328125, 27.85826873779297, -2.472048282623291], "std": [0.2667772173881531, 0.1590486764907837, 0.19210495054721832, 0.22930742800235748, 0.4365084767341614, 0.14426103234291077, 0.26088467240333557, 0.16057591140270233, 0.15037912130355835, 0.0901363343000412, 0.35828402638435364, 0.22784282267093658, 11.41310977935791, 9.016847610473633, 2.799041271209717, 1.9017455577850342, 10.590266227722168, 22.19628143310547, 11.180885314941406, 23.61454963684082, 13.288023948669434, 25.771230697631836, 14.575935363769531, 20.56652069091797, 4.061470031738281, 4.3265509605407715, 0.07265423238277435, 3.4734137058258057, 12.464834213256836, 30.868732452392578, 18.073150634765625, 28.182830810546875, 23.169591903686523, 28.65167808532715, 25.74542236328125, 0.03483648598194122], "count": [230]}, "timestamp": {"min": [0.0], "max": [7.633333333333334], "mean": [3.8166666666666664], "std": [2.213155113306692], "count": [230]}, "frame_index": {"min": [0], "max": [229], "mean": [114.5], "std": [66.39465339920075], "count": [230]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [230]}, "index": {"min": [8566], "max": [8795], "mean": [8680.5], "std": [66.39465339920075], "count": [230]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [230]}, "subtask_annotation": {"mean": [4.060869565217391, 6.3826086956521735, 10.0, 10.0, 10.0], "std": [3.518366608482183, 4.131706897924764, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [230]}, "scene_annotation": {"mean": [39.0], "std": [0.0], "min": [39], "max": [39], "count": [230]}, "eef_direction_state": {"mean": [3.0956521739130434, 3.034782608695652], "std": [1.7642533242311007, 1.9445819257065229], "min": [0, 0], "max": [6, 6], "count": [230]}, "eef_velocity_state": {"mean": [1.4608695652173913, 1.5], "std": [0.5866182600181887, 0.6577299564807535], "min": [0, 0], "max": [2, 2], "count": [230]}, "eef_acc_mag_state": {"mean": [1.0304347826086957, 1.0608695652173914], "std": [0.8150405605317508, 0.8052756106288856], "min": [0, 0], "max": [2, 2], "count": [230]}, "eef_direction_action": {"mean": [3.0956521739130434, 3.034782608695652], "std": [1.7642533242311007, 1.9445819257065229], "min": [0, 0], "max": [6, 6], "count": [230]}, "eef_velocity_action": {"mean": [1.4608695652173913, 1.5], "std": [0.5866182600181887, 0.6577299564807535], "min": [0, 0], "max": [2, 2], "count": [230]}, "eef_acc_mag_action": {"mean": [1.0304347826086957, 1.0608695652173914], "std": [0.8150405605317508, 0.8052756106288856], "min": [0, 0], "max": [2, 2], "count": [230]}, "eef_sim_pose_state": {"mean": [0.6402559399945486, 0.173342166586103, 1.2660723963059732, -1.159887468518413, 0.7305542444072377, -1.8366301295496354, 0.584744712185039, -0.11884785868501402, 1.2305783653512412, 1.170218464030609, 0.7340008175123321, 2.0094007615001317], "std": [0.07387912627335723, 0.08069770854192886, 0.10249505747491511, 0.4844033314856805, 0.20318947451517164, 0.5365218628459115, 0.060883443354416575, 0.05458003364016227, 0.0959510029883251, 0.42855789384695625, 0.20215060981407335, 0.4028810682796943], "min": [0.5441794391985225, 0.04105932240238325, 1.057489896090451, -1.9844600443884257, 0.3928064161772773, -2.700801718923853, 0.5271452430362102, -0.23549000557589012, 1.0572099512854545, 0.557413885088675, 0.4927014304401225, 1.4699296467188825], "max": [0.7746601566510672, 0.29587024197672296, 1.3758918388509906, -0.6291719980654422, 1.1458782526662605, -1.1873431397944678, 0.7267902817519762, -0.023085628578063178, 1.380774488910435, 1.8522618016743093, 1.2380636370319738, 2.5552614914775367], "count": [230]}, "eef_sim_pose_action": {"mean": [0.6402559399945486, 0.173342166586103, 1.2660723963059732, -1.159887468518413, 0.7305542444072377, -1.8366301295496354, 0.584744712185039, -0.11884785868501402, 1.2305783653512412, 1.170218464030609, 0.7340008175123321, 2.0094007615001317], "std": [0.07387912627335723, 0.08069770854192886, 0.10249505747491511, 0.4844033314856805, 0.20318947451517164, 0.5365218628459115, 0.060883443354416575, 0.05458003364016227, 0.0959510029883251, 0.42855789384695625, 0.20215060981407335, 0.4028810682796943], "min": [0.5441794391985225, 0.04105932240238325, 1.057489896090451, -1.9844600443884257, 0.3928064161772773, -2.700801718923853, 0.5271452430362102, -0.23549000557589012, 1.0572099512854545, 0.557413885088675, 0.4927014304401225, 1.4699296467188825], "max": [0.7746601566510672, 0.29587024197672296, 1.3758918388509906, -0.6291719980654422, 1.1458782526662605, -1.1873431397944678, 0.7267902817519762, -0.023085628578063178, 1.380774488910435, 1.8522618016743093, 1.2380636370319738, 2.5552614914775367], "count": [230]}}} +{"episode_index": 40, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3312246915849673]], [[0.34059378676470586]], [[0.3551814358660131]]], "std": [[[0.3329646621666106]], [[0.31766406793946894]], [[0.3082991405932329]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46518159722222224]], [[0.49151163807189546]], [[0.4594578901143791]]], "std": [[[0.3194212314876229]], [[0.30589153685622206]], [[0.31404752120667084]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4304589460784314]], [[0.46648202205882355]], [[0.44699458333333336]]], "std": [[[0.30821275408456095]], [[0.293229375696605]], [[0.2946808275388816]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3786272385620915]], [[0.41288468341503265]], [[0.41960696895424837]]], "std": [[[0.35943264394738217]], [[0.3605078457930973]], [[0.33030436727492185]]], "count": [100]}, "observation.state": {"min": [0.23253318667411804, -1.1219911575317383, 0.9383662939071655, -0.2801513969898224, -1.5830175876617432, 0.28820478916168213, -1.2029831409454346, -1.3424839973449707, 1.169921875, -0.416332870721817, 0.8877889513969421, -0.3735599219799042, 41.02555465698242, 42.936248779296875, -0.7256250381469727, 0.4231249988079071, 2.3887500762939453, 0.28187498450279236, 0.8481249809265137, -0.10999999940395355, 0.6668750047683716, -0.38062500953674316, 0.9643750190734863, 0.14687499403953552, 22.2137508392334, 43.934444427490234, 0.9125000238418579, -0.06625001132488251, 0.9114285707473755, 0.4443749785423279, 0.6240000128746033, -0.36375001072883606, 0.8928571343421936, 0.9181250333786011, 1.3481249809265137, -3.4850001335144043], "max": [1.2897052764892578, -0.7396333813667297, 1.5348191261291504, 0.5603637099266052, -0.6364442706108093, 0.5675402283668518, -0.27776187658309937, -0.8677932620048523, 1.6664282083511353, 0.14455804228782654, 1.5227020978927612, -0.04940108209848404, 58.641876220703125, 54.84111022949219, 56.23249816894531, 9.341249465942383, 42.61375045776367, 9.470000267028809, 40.47187423706055, 56.68937301635742, 51.61937713623047, 101.07875061035156, 57.305625915527344, 103.7874984741211, 62.872501373291016, 75.59500122070312, 3.2825000286102295, 9.553750038146973, 33.556251525878906, 44.17124938964844, 33.181251525878906, 63.71562576293945, 59.73875045776367, 105.45062255859375, 79.65250396728516, 109.91937255859375], "mean": [0.9440587759017944, -0.8334916234016418, 1.1041771173477173, 0.00928528793156147, -1.119350790977478, 0.4859830141067505, -0.9132577776908875, -1.047590970993042, 1.3408422470092773, -0.08458909392356873, 1.214473009109497, -0.2590065598487854, 51.619747161865234, 47.223262786865234, 9.64291763305664, 5.774418830871582, 14.538789749145508, 1.720457673072815, 9.38337230682373, 7.943601608276367, 9.962315559387207, 13.673785209655762, 8.626107215881348, 29.590612411499023, 46.827415466308594, 61.94614791870117, 1.2047022581100464, 3.4426443576812744, 20.0380859375, 7.105984687805176, 16.5898494720459, 10.593070030212402, 19.53520393371582, 16.736263275146484, 15.132752418518066, 38.49069595336914], "std": [0.335604727268219, 0.08322858065366745, 0.14320188760757446, 0.2794336974620819, 0.2593490481376648, 0.07138680666685104, 0.3247837424278259, 0.11235211044549942, 0.13648287951946259, 0.22243380546569824, 0.13362650573253632, 0.09648888558149338, 4.2476582527160645, 2.9885387420654297, 17.468751907348633, 2.6175620555877686, 12.068221092224121, 2.640289306640625, 13.271699905395508, 17.103731155395508, 16.04560089111328, 29.339723587036133, 15.86697006225586, 31.689611434936523, 9.557022094726562, 11.863045692443848, 0.3391159176826477, 3.650681972503662, 12.359838485717773, 13.249388694763184, 9.601500511169434, 19.21053695678711, 13.903145790100098, 32.84290313720703, 19.544025421142578, 32.85007095336914], "count": [206]}, "action": {"min": [0.23253318667411804, -1.1219911575317383, 0.9383662939071655, -0.2801513969898224, -1.5830175876617432, 0.28820478916168213, -1.2029831409454346, -1.3424839973449707, 1.169921875, -0.416332870721817, 0.8877889513969421, -0.3735599219799042, 41.02555465698242, 42.936248779296875, -0.7256250381469727, 0.4231249988079071, 2.3887500762939453, 0.28187498450279236, 0.8481249809265137, -0.10999999940395355, 0.6668750047683716, -0.38062500953674316, 0.9643750190734863, 0.14687499403953552, 22.2137508392334, 43.934444427490234, 0.9125000238418579, -0.06625001132488251, 0.9114285707473755, 0.4443749785423279, 0.6240000128746033, -0.36375001072883606, 0.8928571343421936, 0.9181250333786011, 1.3481249809265137, -3.4850001335144043], "max": [1.2897052764892578, -0.7396333813667297, 1.5348191261291504, 0.5603637099266052, -0.6364442706108093, 0.5675402283668518, -0.27776187658309937, -0.8677932620048523, 1.6664282083511353, 0.14455804228782654, 1.5227020978927612, -0.04940108209848404, 58.641876220703125, 54.84111022949219, 56.23249816894531, 9.341249465942383, 42.61375045776367, 9.470000267028809, 40.47187423706055, 56.68937301635742, 51.61937713623047, 101.07875061035156, 57.305625915527344, 103.7874984741211, 62.872501373291016, 75.59500122070312, 3.2825000286102295, 9.553750038146973, 33.556251525878906, 44.17124938964844, 33.181251525878906, 63.71562576293945, 59.73875045776367, 105.45062255859375, 79.65250396728516, 109.91937255859375], "mean": [0.9440582990646362, -0.8334918022155762, 1.1041767597198486, 0.009285377338528633, -1.119350790977478, 0.48598307371139526, -0.9132570624351501, -1.047590970993042, 1.3408418893814087, -0.08458908647298813, 1.2144731283187866, -0.2590065598487854, 51.619747161865234, 47.223243713378906, 9.642923355102539, 5.77441930770874, 14.538798332214355, 1.7204563617706299, 9.383374214172363, 7.943600177764893, 9.962310791015625, 13.673795700073242, 8.626102447509766, 29.59061622619629, 46.82741928100586, 61.94615936279297, 1.204702377319336, 3.4426448345184326, 20.038087844848633, 7.105986595153809, 16.589841842651367, 10.593071937561035, 19.53519058227539, 16.736265182495117, 15.132753372192383, 38.49068832397461], "std": [0.335604727268219, 0.08322860300540924, 0.14320187270641327, 0.2794336974620819, 0.2593490481376648, 0.07138682156801224, 0.32478365302085876, 0.11235211044549942, 0.13648287951946259, 0.22243380546569824, 0.13362650573253632, 0.09648887813091278, 4.247657299041748, 2.9885387420654297, 17.468751907348633, 2.6175622940063477, 12.068221092224121, 2.640289545059204, 13.271697044372559, 17.103727340698242, 16.04560089111328, 29.33971405029297, 15.866966247558594, 31.689607620239258, 9.557022094726562, 11.863045692443848, 0.3391159474849701, 3.650681734085083, 12.359838485717773, 13.249391555786133, 9.601499557495117, 19.210538864135742, 13.903144836425781, 32.84290313720703, 19.54402732849121, 32.850067138671875], "count": [206]}, "timestamp": {"min": [0.0], "max": [6.833333333333333], "mean": [3.416666666666667], "std": [1.9822125684867067], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [206]}, "index": {"min": [8796], "max": [9001], "mean": [8898.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [206]}, "subtask_annotation": {"mean": [3.936893203883495, 10.0, 10.0, 10.0, 10.0], "std": [2.4197604908863988, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [206]}, "scene_annotation": {"mean": [40.0], "std": [0.0], "min": [40], "max": [40], "count": [206]}, "eef_direction_state": {"mean": [3.7281553398058254, 4.228155339805825], "std": [1.934330494332973, 1.7436106648638108], "min": [0, 0], "max": [6, 6], "count": [206]}, "eef_velocity_state": {"mean": [1.1990291262135921, 1.0242718446601942], "std": [0.7908450863525515, 0.9213714998107932], "min": [0, 0], "max": [2, 2], "count": [206]}, "eef_acc_mag_state": {"mean": [0.9757281553398058, 0.8592233009708737], "std": [0.8726664883487221, 0.8615786924829095], "min": [0, 0], "max": [2, 2], "count": [206]}, "eef_direction_action": {"mean": [3.7281553398058254, 4.228155339805825], "std": [1.934330494332973, 1.7436106648638108], "min": [0, 0], "max": [6, 6], "count": [206]}, "eef_velocity_action": {"mean": [1.1990291262135921, 1.0242718446601942], "std": [0.7908450863525515, 0.9213714998107932], "min": [0, 0], "max": [2, 2], "count": [206]}, "eef_acc_mag_action": {"mean": [0.9757281553398058, 0.8592233009708737], "std": [0.8726664883487221, 0.8615786924829095], "min": [0, 0], "max": [2, 2], "count": [206]}, "eef_sim_pose_state": {"mean": [0.6329207467011382, 0.2098352086129432, 1.211327947126455, -1.3345120684582585, 0.7224532535426171, -2.0357381458577275, 0.6512761077378626, -0.18111019507659218, 1.1992200041229424, 1.2333275851753633, 0.5499247704741992, 2.124367538313962], "std": [0.0434240369954878, 0.039083933566947324, 0.05639038893215035, 0.17589013008305876, 0.11901305205627583, 0.19485039925439404, 0.03382081609759307, 0.05814551390274937, 0.08171336639316665, 0.22077472693742115, 0.03544311311774421, 0.12691696027149024], "min": [0.5806627231199266, 0.13473981024231504, 1.156597112047293, -1.6203353451754796, 0.5763022386925258, -2.492228955362184, 0.6158132875959164, -0.24452248820368586, 1.1158885294102956, 0.7422742855777797, 0.4895730917648211, 1.9327976859788811], "max": [0.7685024667711724, 0.2528996755420314, 1.3579891604581975, -0.8522901419337255, 0.9369589118484205, -1.6938178176979377, 0.7457680328548402, -0.07493572901708928, 1.3662662402035923, 1.4530213982685005, 0.6273097181361513, 2.405510033665972], "count": [206]}, "eef_sim_pose_action": {"mean": [0.6329207467011382, 0.2098352086129432, 1.211327947126455, -1.3345120684582585, 0.7224532535426171, -2.0357381458577275, 0.6512761077378626, -0.18111019507659218, 1.1992200041229424, 1.2333275851753633, 0.5499247704741992, 2.124367538313962], "std": [0.0434240369954878, 0.039083933566947324, 0.05639038893215035, 0.17589013008305876, 0.11901305205627583, 0.19485039925439404, 0.03382081609759307, 0.05814551390274937, 0.08171336639316665, 0.22077472693742115, 0.03544311311774421, 0.12691696027149024], "min": [0.5806627231199266, 0.13473981024231504, 1.156597112047293, -1.6203353451754796, 0.5763022386925258, -2.492228955362184, 0.6158132875959164, -0.24452248820368586, 1.1158885294102956, 0.7422742855777797, 0.4895730917648211, 1.9327976859788811], "max": [0.7685024667711724, 0.2528996755420314, 1.3579891604581975, -0.8522901419337255, 0.9369589118484205, -1.6938178176979377, 0.7457680328548402, -0.07493572901708928, 1.3662662402035923, 1.4530213982685005, 0.6273097181361513, 2.405510033665972], "count": [206]}}} +{"episode_index": 41, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34212625408496733]], [[0.41825680147058825]], [[0.43677709354575167]]], "std": [[[0.3584750094559633]], [[0.260808733027458]], [[0.2513899691620815]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00392156862745098]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47861634803921566]], [[0.4921595363562092]], [[0.44464306372549023]]], "std": [[[0.2738541200892326]], [[0.25912110411296513]], [[0.24918082846140116]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4812442401960784]], [[0.516451658496732]], [[0.48738877655228763]]], "std": [[[0.3103862746167444]], [[0.2717329424688889]], [[0.26790128970618143]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.402997199754902]], [[0.41576422385620915]], [[0.32110230800653594]]], "std": [[[0.40803742272963045]], [[0.36664929698961557]], [[0.34460473621593507]]], "count": [100]}, "observation.state": {"min": [0.24316681921482086, -1.2945849895477295, 0.8880273699760437, -0.3093051314353943, -1.3259453773498535, 0.715671956539154, -1.0400930643081665, -1.1623321771621704, 0.7486696243286133, -0.17090104520320892, 0.3284742832183838, -1.3767452239990234, 37.563751220703125, 44.19499969482422, -0.390625, -0.359375, 12.23812484741211, 0.20812499523162842, 6.67312479019165, -0.375, 0.8500000238418579, -3.073124885559082, 1.0412499904632568, 45.685001373291016, 33.84437561035156, 41.875, 0.6666666865348816, -2.244999885559082, 8.583125114440918, 0.32375001907348633, 5.271249771118164, -0.8424999713897705, 4.010000228881836, 2.004999876022339, 0.7100000381469727, 31.654375076293945], "max": [0.8474717736244202, -0.7081669569015503, 1.4809119701385498, 0.241569384932518, -0.20389868319034576, 1.0056411027908325, -0.2576867341995239, -0.6726367473602295, 1.2484264373779297, 0.038171395659446716, 1.0462920665740967, -0.7198920249938965, 67.01374816894531, 66.50875091552734, 47.01750183105469, 2.9700000286102295, 37.24625015258789, 42.686248779296875, 42.78562545776367, 71.19625091552734, 45.09000015258789, 85.94999694824219, 45.361873626708984, 109.24124908447266, 60.91749954223633, 48.83333206176758, 3.2699999809265137, 3.556874990463257, 39.54750061035156, 44.70499801635742, 46.60499954223633, 85.58625030517578, 49.96312713623047, 90.69499969482422, 53.231876373291016, 103.30437469482422], "mean": [0.5569611191749573, -0.9510847330093384, 1.1024852991104126, -0.00881118793040514, -0.7402945756912231, 0.8942517638206482, -0.7449471354484558, -0.8614541888237, 0.8929606676101685, -0.07395217567682266, 0.7748914957046509, -0.9415713548660278, 50.88761520385742, 55.57249450683594, 11.292744636535645, 0.22174890339374542, 25.290407180786133, 18.760896682739258, 21.9415225982666, 18.73232650756836, 14.040348052978516, 32.63563537597656, 12.261764526367188, 78.06288146972656, 52.70185470581055, 44.704315185546875, 0.9864912033081055, -0.6080984473228455, 29.39099884033203, 29.207916259765625, 31.169416427612305, 49.050418853759766, 32.83430480957031, 59.307010650634766, 29.42981719970703, 85.80281066894531], "std": [0.20887941122055054, 0.1941380649805069, 0.18327923119068146, 0.21212758123874664, 0.34459206461906433, 0.11813132464885712, 0.28437376022338867, 0.13309140503406525, 0.15334166586399078, 0.06616421788930893, 0.21182040870189667, 0.21475385129451752, 11.017062187194824, 7.425098896026611, 14.258252143859863, 0.7798954844474792, 7.671039581298828, 15.833924293518066, 12.047789573669434, 25.577024459838867, 16.23723602294922, 32.6244010925293, 16.805171966552734, 16.363630294799805, 10.172289848327637, 0.9149990677833557, 0.4896496534347534, 1.4072173833847046, 7.3356499671936035, 17.485700607299805, 9.456290245056152, 32.038082122802734, 13.782917022705078, 29.59080696105957, 18.948226928710938, 18.783248901367188], "count": [180]}, "action": {"min": [0.24316681921482086, -1.2945849895477295, 0.8880273699760437, -0.3093051314353943, -1.3259453773498535, 0.715671956539154, -1.0400930643081665, -1.1623321771621704, 0.7486696243286133, -0.17090104520320892, 0.3284742832183838, -1.3767452239990234, 37.563751220703125, 44.19499969482422, -0.390625, -0.359375, 12.23812484741211, 0.20812499523162842, 6.67312479019165, -0.375, 0.8500000238418579, -3.073124885559082, 1.0412499904632568, 45.685001373291016, 33.84437561035156, 41.875, 0.6666666865348816, -2.244999885559082, 8.583125114440918, 0.32375001907348633, 5.271249771118164, -0.8424999713897705, 4.010000228881836, 2.004999876022339, 0.7100000381469727, 31.654375076293945], "max": [0.8474717736244202, -0.7081669569015503, 1.4809119701385498, 0.241569384932518, -0.20389868319034576, 1.0056411027908325, -0.2576867341995239, -0.6726367473602295, 1.2484264373779297, 0.038171395659446716, 1.0462920665740967, -0.7198920249938965, 67.01374816894531, 66.50875091552734, 47.01750183105469, 2.9700000286102295, 37.24625015258789, 42.686248779296875, 42.78562545776367, 71.19625091552734, 45.09000015258789, 85.94999694824219, 45.361873626708984, 109.24124908447266, 60.91749954223633, 48.83333206176758, 3.2699999809265137, 3.556874990463257, 39.54750061035156, 44.70499801635742, 46.60499954223633, 85.58625030517578, 49.96312713623047, 90.69499969482422, 53.231876373291016, 103.30437469482422], "mean": [0.5569611191749573, -0.9510843753814697, 1.102485179901123, -0.008811172097921371, -0.7402945756912231, 0.8942515850067139, -0.7449473738670349, -0.8614542484283447, 0.8929606676101685, -0.07395220547914505, 0.7748916745185852, -0.9415712952613831, 50.887603759765625, 55.57246780395508, 11.292749404907227, 0.22174905240535736, 25.290403366088867, 18.760894775390625, 21.941524505615234, 18.732330322265625, 14.040340423583984, 32.635643005371094, 12.261750221252441, 78.06282806396484, 52.70186233520508, 44.70431900024414, 0.9864915013313293, -0.6080984473228455, 29.391002655029297, 29.20792007446289, 31.169414520263672, 49.05039596557617, 32.83431625366211, 59.30702590942383, 29.42981719970703, 85.80281829833984], "std": [0.20887939631938934, 0.19413816928863525, 0.18327920138835907, 0.21212759613990784, 0.34459203481674194, 0.11813130229711533, 0.28437379002571106, 0.13309140503406525, 0.15334166586399078, 0.06616421788930893, 0.21182043850421906, 0.21475385129451752, 11.017062187194824, 7.425098896026611, 14.25825309753418, 0.779895544052124, 7.67103910446167, 15.833924293518066, 12.04779052734375, 25.577030181884766, 16.23723793029785, 32.62440490722656, 16.805173873901367, 16.363632202148438, 10.172287940979004, 0.9149990081787109, 0.48964959383010864, 1.4072173833847046, 7.335649490356445, 17.485700607299805, 9.456290245056152, 32.03807067871094, 13.782917022705078, 29.590805053710938, 18.948225021362305, 18.783248901367188], "count": [180]}, "timestamp": {"min": [0.0], "max": [5.966666666666667], "mean": [2.9833333333333334], "std": [1.7320240781835015], "count": [180]}, "frame_index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [180]}, "index": {"min": [9002], "max": [9181], "mean": [9091.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}, "subtask_annotation": {"mean": [3.0166666666666666, 5.322222222222222, 10.0, 10.0, 10.0], "std": [3.229163978493507, 4.2277595268988515, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [180]}, "scene_annotation": {"mean": [41.0], "std": [0.0], "min": [41], "max": [41], "count": [180]}, "eef_direction_state": {"mean": [3.0944444444444446, 3.3722222222222222], "std": [1.9739898182283364, 1.8915912042380105], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_state": {"mean": [1.3833333333333333, 1.4166666666666667], "std": [0.6689544080129822, 0.6487166818676187], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_state": {"mean": [1.288888888888889, 1.038888888888889], "std": [0.7489910909490101, 0.7627719106353626], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_direction_action": {"mean": [3.0944444444444446, 3.3722222222222222], "std": [1.9739898182283364, 1.8915912042380105], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_action": {"mean": [1.3833333333333333, 1.4166666666666667], "std": [0.6689544080129822, 0.6487166818676187], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_action": {"mean": [1.288888888888889, 1.038888888888889], "std": [0.7489910909490101, 0.7627719106353626], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_sim_pose_state": {"mean": [0.6533379251728982, 0.13753105986516503, 1.2411237039883434, -1.3045038446302155, 0.8501898156967316, -2.0007163304234643, 0.5884462662600455, -0.09671076038085334, 1.1908047254175955, 1.4321648101444968, 0.9702893330219585, 2.24697554740014], "std": [0.069764503144339, 0.09001798235788475, 0.112693560563274, 0.48938896078686533, 0.15097748078220458, 0.5953910378273094, 0.06206237853076919, 0.031742819321056596, 0.0749657314655162, 0.410521958495787, 0.17483097453419197, 0.3853404947297893], "min": [0.5666284289372951, 0.04379451553629318, 1.0529348636857687, -2.043095092742991, 0.652797683269434, -2.8792364131562778, 0.5389775216938717, -0.16332011818156753, 1.0687821196369085, 0.6041980235446076, 0.8148105549021794, 1.398466500664479], "max": [0.7764544751262092, 0.27024808655249993, 1.3747605271156658, -0.6816403819880029, 1.1158222803941316, -1.2354920208324438, 0.7221176715878497, -0.04248183735858044, 1.3107392876478174, 2.042455702019327, 1.3438969769588054, 2.75624318585116], "count": [180]}, "eef_sim_pose_action": {"mean": [0.6533379251728982, 0.13753105986516503, 1.2411237039883434, -1.3045038446302155, 0.8501898156967316, -2.0007163304234643, 0.5884462662600455, -0.09671076038085334, 1.1908047254175955, 1.4321648101444968, 0.9702893330219585, 2.24697554740014], "std": [0.069764503144339, 0.09001798235788475, 0.112693560563274, 0.48938896078686533, 0.15097748078220458, 0.5953910378273094, 0.06206237853076919, 0.031742819321056596, 0.0749657314655162, 0.410521958495787, 0.17483097453419197, 0.3853404947297893], "min": [0.5666284289372951, 0.04379451553629318, 1.0529348636857687, -2.043095092742991, 0.652797683269434, -2.8792364131562778, 0.5389775216938717, -0.16332011818156753, 1.0687821196369085, 0.6041980235446076, 0.8148105549021794, 1.398466500664479], "max": [0.7764544751262092, 0.27024808655249993, 1.3747605271156658, -0.6816403819880029, 1.1158222803941316, -1.2354920208324438, 0.7221176715878497, -0.04248183735858044, 1.3107392876478174, 2.042455702019327, 1.3438969769588054, 2.75624318585116], "count": [180]}}} +{"episode_index": 42, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32179699959150326]], [[0.3289318198529412]], [[0.34298955065359477]]], "std": [[[0.32827657977562885]], [[0.3142034407266607]], [[0.3065815168946257]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.027450980392156862]], [[0.15294117647058825]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46811091094771246]], [[0.49276700776143795]], [[0.46121553513071895]]], "std": [[[0.31794082330720663]], [[0.3055551001006069]], [[0.3146642945903743]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4616372855392157]], [[0.4992639297385621]], [[0.47800319444444445]]], "std": [[[0.3149626698763402]], [[0.29765851006674476]], [[0.3008313522914693]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3812721834150327]], [[0.4151315788398693]], [[0.4217604023692811]]], "std": [[[0.36321506094665273]], [[0.3633544776470984]], [[0.3333859846007505]]], "count": [100]}, "observation.state": {"min": [0.25592240691185, -1.1920394897460938, 0.9481098055839539, -0.37379834055900574, -1.5136313438415527, 0.19951170682907104, -1.2273975610733032, -1.3949369192123413, 1.1551556587219238, -0.6010862588882446, 0.7930399775505066, -0.4023136496543884, 28.34666633605957, 43.12062454223633, -0.8912500143051147, -0.02187500149011612, 2.683333396911621, 0.16187499463558197, 1.4077777862548828, -0.9850000143051147, 0.8324999809265137, -0.029999999329447746, 0.9537500143051147, 14.888750076293945, 22.766250610351562, 44.61499786376953, 1.0943750143051147, -0.18000002205371857, 1.0149999856948853, -0.5687500238418579, 0.5761538147926331, -0.18312500417232513, 0.8643749952316284, 0.38624998927116394, 1.0299999713897705, -2.578125], "max": [1.4375429153442383, -0.658879816532135, 1.5773775577545166, 0.8325703740119934, -0.5588139891624451, 0.5622949600219727, -0.27342259883880615, -0.8343824148178101, 1.7107747793197632, 0.1770046502351761, 1.4559013843536377, -0.09496356546878815, 57.676876068115234, 59.13666534423828, 47.29375076293945, 9.477499961853027, 40.98625183105469, 41.375, 38.95500183105469, 50.203125, 42.255001068115234, 67.30374908447266, 62.592498779296875, 100.28812408447266, 73.34437561035156, 71.02444458007812, 2.5325000286102295, 9.403124809265137, 41.036251068115234, 57.11750030517578, 36.895626068115234, 71.00687408447266, 49.01499938964844, 99.01250457763672, 86.37249755859375, 109.78312683105469], "mean": [0.787513017654419, -0.8244490027427673, 1.1376280784606934, 0.1333627998828888, -0.9841904640197754, 0.427152544260025, -0.8863784074783325, -0.9347864985466003, 1.2900620698928833, -0.10205952078104019, 1.1537940502166748, -0.3199058771133423, 51.66746139526367, 49.436920166015625, 9.432424545288086, 5.390670299530029, 19.453609466552734, 5.0324811935424805, 13.214938163757324, 4.908135414123535, 13.477604866027832, 7.717119216918945, 8.039326667785645, 46.56306457519531, 54.236385345458984, 54.06084442138672, 1.3825503587722778, 5.393207550048828, 21.67441177368164, 7.954025745391846, 16.9367733001709, 11.054057121276855, 19.760196685791016, 15.259986877441406, 14.36878776550293, 42.75212478637695], "std": [0.27255621552467346, 0.11708469688892365, 0.12499014288187027, 0.3487641513347626, 0.2493821531534195, 0.10794083029031754, 0.32383885979652405, 0.13225767016410828, 0.14364539086818695, 0.28057417273521423, 0.1564864069223404, 0.09938862919807434, 4.366781234741211, 4.497840404510498, 15.327956199645996, 2.671464204788208, 8.135026931762695, 11.37531566619873, 9.94704532623291, 13.675924301147461, 11.843585968017578, 18.33240509033203, 16.843952178955078, 22.545602798461914, 13.089691162109375, 8.899846076965332, 0.2025035321712494, 3.334465980529785, 16.47609519958496, 16.27027702331543, 12.808280944824219, 21.663494110107422, 15.324861526489258, 32.01559066772461, 23.164390563964844, 35.34004211425781], "count": [274]}, "action": {"min": [0.25592240691185, -1.1920394897460938, 0.9481098055839539, -0.37379834055900574, -1.5136313438415527, 0.19951170682907104, -1.2273975610733032, -1.3949369192123413, 1.1551556587219238, -0.6010862588882446, 0.7930399775505066, -0.4023136496543884, 28.34666633605957, 43.12062454223633, -0.8912500143051147, -0.02187500149011612, 2.683333396911621, 0.16187499463558197, 1.4077777862548828, -0.9850000143051147, 0.8324999809265137, -0.029999999329447746, 0.9537500143051147, 14.888750076293945, 22.766250610351562, 44.61499786376953, 1.0943750143051147, -0.18000002205371857, 1.0149999856948853, -0.5687500238418579, 0.5761538147926331, -0.18312500417232513, 0.8643749952316284, 0.38624998927116394, 1.0299999713897705, -2.578125], "max": [1.4375429153442383, -0.658879816532135, 1.5773775577545166, 0.8325703740119934, -0.5588139891624451, 0.5622949600219727, -0.27342259883880615, -0.8343824148178101, 1.7107747793197632, 0.1770046502351761, 1.4559013843536377, -0.09496356546878815, 57.676876068115234, 59.13666534423828, 47.29375076293945, 9.477499961853027, 40.98625183105469, 41.375, 38.95500183105469, 50.203125, 42.255001068115234, 67.30374908447266, 62.592498779296875, 100.28812408447266, 73.34437561035156, 71.02444458007812, 2.5325000286102295, 9.403124809265137, 41.036251068115234, 57.11750030517578, 36.895626068115234, 71.00687408447266, 49.01499938964844, 99.01250457763672, 86.37249755859375, 109.78312683105469], "mean": [0.787513017654419, -0.8244487643241882, 1.1376283168792725, 0.13336282968521118, -0.9841903448104858, 0.42715224623680115, -0.8863779902458191, -0.9347863793373108, 1.290062427520752, -0.1020595133304596, 1.1537938117980957, -0.31990599632263184, 51.667457580566406, 49.4369010925293, 9.4324312210083, 5.390670299530029, 19.453611373901367, 5.032475471496582, 13.214941024780273, 4.908147811889648, 13.47760009765625, 7.717104434967041, 8.03933334350586, 46.56306838989258, 54.236392974853516, 54.0608024597168, 1.3825500011444092, 5.393206596374512, 21.674434661865234, 7.954024791717529, 16.9367618560791, 11.05405330657959, 19.760208129882812, 15.259984970092773, 14.368790626525879, 42.75212097167969], "std": [0.2725561559200287, 0.11708469688892365, 0.12499015033245087, 0.3487640917301178, 0.2493821382522583, 0.10794085264205933, 0.3238387703895569, 0.13225768506526947, 0.14364540576934814, 0.28057417273521423, 0.1564863920211792, 0.09938863664865494, 4.366780757904053, 4.49783992767334, 15.327956199645996, 2.671464443206787, 8.135025978088379, 11.37531566619873, 9.947046279907227, 13.675933837890625, 11.843585014343262, 18.33240509033203, 16.843971252441406, 22.545608520507812, 13.089691162109375, 8.899845123291016, 0.20250345766544342, 3.334465742111206, 16.476093292236328, 16.270278930664062, 12.808279037475586, 21.663494110107422, 15.324861526489258, 32.015586853027344, 23.16438865661621, 35.34004211425781], "count": [274]}, "timestamp": {"min": [0.0], "max": [9.1], "mean": [4.550000000000001], "std": [2.6365486699260625], "count": [274]}, "frame_index": {"min": [0], "max": [273], "mean": [136.5], "std": [79.09646009778187], "count": [274]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [274]}, "index": {"min": [9182], "max": [9455], "mean": [9318.5], "std": [79.09646009778187], "count": [274]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [274]}, "subtask_annotation": {"mean": [3.605839416058394, 10.0, 10.0, 10.0, 10.0], "std": [2.209328808582319, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [274]}, "scene_annotation": {"mean": [42.0], "std": [0.0], "min": [42], "max": [42], "count": [274]}, "eef_direction_state": {"mean": [3.4562043795620436, 4.200729927007299], "std": [2.066392933071882, 1.820363176661128], "min": [0, 0], "max": [6, 6], "count": [274]}, "eef_velocity_state": {"mean": [1.0875912408759123, 0.9452554744525548], "std": [0.7543010740336002, 0.875828767296048], "min": [0, 0], "max": [2, 2], "count": [274]}, "eef_acc_mag_state": {"mean": [0.8284671532846716, 0.656934306569343], "std": [0.8520862251277646, 0.8054373269567148], "min": [0, 0], "max": [2, 2], "count": [274]}, "eef_direction_action": {"mean": [3.4562043795620436, 4.200729927007299], "std": [2.066392933071882, 1.820363176661128], "min": [0, 0], "max": [6, 6], "count": [274]}, "eef_velocity_action": {"mean": [1.0875912408759123, 0.9452554744525548], "std": [0.7543010740336002, 0.875828767296048], "min": [0, 0], "max": [2, 2], "count": [274]}, "eef_acc_mag_action": {"mean": [0.8284671532846716, 0.656934306569343], "std": [0.8520862251277646, 0.8054373269567148], "min": [0, 0], "max": [2, 2], "count": [274]}, "eef_sim_pose_state": {"mean": [0.64803962947153, 0.19872387206160366, 1.2281170319692336, -1.3531551954584407, 0.7482305284862049, -2.0911373097230315, 0.6552642216047878, -0.20508946508207992, 1.2218378240676662, 1.2572736520246286, 0.6664498358527761, 2.0729564325832595], "std": [0.04002101892044867, 0.03398376061288709, 0.04211645018432022, 0.2127443871453839, 0.16286623770743394, 0.2660137956843747, 0.03490833185276348, 0.05764023636360255, 0.064835620628915, 0.21836021631824323, 0.08735913688699508, 0.17436233989989483], "min": [0.5908790173888258, 0.14820681234783722, 1.1904357905220981, -1.8378887834240354, 0.5315390484031091, -2.677200141939102, 0.6293636596109524, -0.265350478720713, 1.1535830848138993, 0.653387972225139, 0.4987975908144686, 1.715109058910258], "max": [0.7847066847278865, 0.3000174622293763, 1.3474680948845372, -0.8746010840577938, 1.0601447850436614, -1.7029655358732179, 0.7730481729038117, -0.0725049975499461, 1.3850058151186635, 1.436427819133416, 0.8359154625312311, 2.436979307648885], "count": [274]}, "eef_sim_pose_action": {"mean": [0.64803962947153, 0.19872387206160366, 1.2281170319692336, -1.3531551954584407, 0.7482305284862049, -2.0911373097230315, 0.6552642216047878, -0.20508946508207992, 1.2218378240676662, 1.2572736520246286, 0.6664498358527761, 2.0729564325832595], "std": [0.04002101892044867, 0.03398376061288709, 0.04211645018432022, 0.2127443871453839, 0.16286623770743394, 0.2660137956843747, 0.03490833185276348, 0.05764023636360255, 0.064835620628915, 0.21836021631824323, 0.08735913688699508, 0.17436233989989483], "min": [0.5908790173888258, 0.14820681234783722, 1.1904357905220981, -1.8378887834240354, 0.5315390484031091, -2.677200141939102, 0.6293636596109524, -0.265350478720713, 1.1535830848138993, 0.653387972225139, 0.4987975908144686, 1.715109058910258], "max": [0.7847066847278865, 0.3000174622293763, 1.3474680948845372, -0.8746010840577938, 1.0601447850436614, -1.7029655358732179, 0.7730481729038117, -0.0725049975499461, 1.3850058151186635, 1.436427819133416, 0.8359154625312311, 2.436979307648885], "count": [274]}}} +{"episode_index": 43, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34688110906862746]], [[0.4283297998366013]], [[0.43737839052287586]]], "std": [[[0.36662285140894835]], [[0.26607948832851874]], [[0.25551120361136065]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16862745098039217]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46706426674836604]], [[0.48762925040849675]], [[0.45509647058823527]]], "std": [[[0.26984795407614914]], [[0.255395904948877]], [[0.2490193042766921]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4915887806372549]], [[0.5317594730392157]], [[0.5109474571078432]]], "std": [[[0.31504264253740194]], [[0.2825541536221354]], [[0.285368108212074]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4097601225490196]], [[0.4281423427287582]], [[0.33767889705882354]]], "std": [[[0.4072903684402017]], [[0.3689225807157225]], [[0.3490322342699018]]], "count": [100]}, "observation.state": {"min": [0.20098993182182312, -1.3199292421340942, 0.8255130648612976, -0.1998296082019806, -1.3607020378112793, 0.6857500076293945, -1.0770723819732666, -1.2371729612350464, 0.775730550289154, -0.04150930792093277, 0.3702935576438904, -1.1013675928115845, 10.110625267028809, 47.943748474121094, -0.5356249809265137, -0.2750000059604645, 14.706250190734863, 0.6462500095367432, 6.736249923706055, -0.9930000305175781, 2.1443750858306885, -3.259999990463257, 1.1631250381469727, 52.743125915527344, 24.191999435424805, 38.93312454223633, 0.8474999666213989, -2.028749942779541, 4.885624885559082, 0.08812499791383743, 3.567500114440918, 0.36125001311302185, 1.328125, 1.2431249618530273, 0.7506250143051147, -2.728749990463257], "max": [0.8980411291122437, -0.7735370397567749, 1.4928330183029175, 0.18377584218978882, -0.21260109543800354, 0.9524490833282471, -0.21961070597171783, -0.6503204107284546, 1.3782949447631836, 0.10130560398101807, 1.2091344594955444, -0.7481212019920349, 69.69812774658203, 75.3062515258789, 31.488750457763672, 3.6762499809265137, 37.068748474121094, 48.54375076293945, 45.743125915527344, 66.05000305175781, 46.014373779296875, 89.9749984741211, 47.57500076293945, 110.90125274658203, 65.73062896728516, 71.6050033569336, 2.9049999713897705, 3.6781249046325684, 43.27562713623047, 56.97125244140625, 50.69750213623047, 82.20562744140625, 55.4943733215332, 86.85062408447266, 57.98374938964844, 104.95437622070312], "mean": [0.5844934582710266, -0.9391427040100098, 1.0600842237472534, 0.031164733693003654, -0.797581672668457, 0.8413494229316711, -0.7914192080497742, -0.8703484535217285, 0.9502134919166565, 0.03279241546988487, 0.9233806729316711, -0.846791684627533, 45.78867721557617, 57.54913330078125, 5.1863508224487305, 0.3024730384349823, 26.140024185180664, 14.998432159423828, 27.172292709350586, 21.358652114868164, 18.00074577331543, 49.60417175292969, 14.21445083618164, 85.05731201171875, 55.19940185546875, 45.757869720458984, 1.0688556432724, -0.49817728996276855, 33.03672790527344, 29.089384078979492, 35.808868408203125, 47.873958587646484, 38.8360710144043, 54.6193962097168, 33.401363372802734, 78.0532455444336], "std": [0.2419780045747757, 0.16179439425468445, 0.19195793569087982, 0.14256855845451355, 0.3494272232055664, 0.10951625555753708, 0.2834721803665161, 0.15696990489959717, 0.191548153758049, 0.03385155647993088, 0.26311925053596497, 0.09425754845142365, 21.28763771057129, 9.875048637390137, 8.772765159606934, 0.9474843144416809, 7.5174126625061035, 19.021394729614258, 12.080671310424805, 25.783578872680664, 16.471017837524414, 20.27687644958496, 16.713966369628906, 10.757762908935547, 12.553031921386719, 6.099517822265625, 0.357720285654068, 1.5128672122955322, 10.413137435913086, 20.714017868041992, 12.384734153747559, 34.536643981933594, 16.25914764404297, 34.323768615722656, 23.621322631835938, 30.85442543029785], "count": [192]}, "action": {"min": [0.20098993182182312, -1.3199292421340942, 0.8255130648612976, -0.1998296082019806, -1.3607020378112793, 0.6857500076293945, -1.0770723819732666, -1.2371729612350464, 0.775730550289154, -0.04150930792093277, 0.3702935576438904, -1.1013675928115845, 10.110625267028809, 47.943748474121094, -0.5356249809265137, -0.2750000059604645, 14.706250190734863, 0.6462500095367432, 6.736249923706055, -0.9930000305175781, 2.1443750858306885, -3.259999990463257, 1.1631250381469727, 52.743125915527344, 24.191999435424805, 38.93312454223633, 0.8474999666213989, -2.028749942779541, 4.885624885559082, 0.08812499791383743, 3.567500114440918, 0.36125001311302185, 1.328125, 1.2431249618530273, 0.7506250143051147, -2.728749990463257], "max": [0.8980411291122437, -0.7735370397567749, 1.4928330183029175, 0.18377584218978882, -0.21260109543800354, 0.9524490833282471, -0.21961070597171783, -0.6503204107284546, 1.3782949447631836, 0.10130560398101807, 1.2091344594955444, -0.7481212019920349, 69.69812774658203, 75.3062515258789, 31.488750457763672, 3.6762499809265137, 37.068748474121094, 48.54375076293945, 45.743125915527344, 66.05000305175781, 46.014373779296875, 89.9749984741211, 47.57500076293945, 110.90125274658203, 65.73062896728516, 71.6050033569336, 2.9049999713897705, 3.6781249046325684, 43.27562713623047, 56.97125244140625, 50.69750213623047, 82.20562744140625, 55.4943733215332, 86.85062408447266, 57.98374938964844, 104.95437622070312], "mean": [0.5844933986663818, -0.9391422867774963, 1.060084581375122, 0.03116474859416485, -0.7975814938545227, 0.8413497805595398, -0.791419267654419, -0.8703484535217285, 0.9502134323120117, 0.03279239684343338, 0.9233806133270264, -0.8467917442321777, 45.78867721557617, 57.54912185668945, 5.186356067657471, 0.3024729788303375, 26.140029907226562, 14.99843692779541, 27.17229461669922, 21.358640670776367, 18.00075340270996, 49.60417175292969, 14.214457511901855, 85.05732727050781, 55.19941711425781, 45.75786209106445, 1.0688556432724, -0.4981771409511566, 33.0367317199707, 29.08939552307129, 35.80887222290039, 47.87396240234375, 38.83607864379883, 54.61940383911133, 33.40135192871094, 78.05326843261719], "std": [0.2419780194759369, 0.16179437935352325, 0.19195792078971863, 0.14256855845451355, 0.3494272232055664, 0.10951625555753708, 0.2834721803665161, 0.15696988999843597, 0.191548153758049, 0.033851563930511475, 0.26311925053596497, 0.09425755590200424, 21.287633895874023, 9.875046730041504, 8.772764205932617, 0.9474843740463257, 7.517411231994629, 19.021394729614258, 12.080670356750488, 25.783578872680664, 16.471019744873047, 20.276874542236328, 16.713964462280273, 10.757761001586914, 12.5530366897583, 6.09951639175415, 0.35772016644477844, 1.5128669738769531, 10.41313648223877, 20.71401596069336, 12.384733200073242, 34.53664016723633, 16.25914764404297, 34.32376480102539, 23.621322631835938, 30.854421615600586], "count": [192]}, "timestamp": {"min": [0.0], "max": [6.366666666666666], "mean": [3.1833333333333336], "std": [1.847495802631427], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [192]}, "index": {"min": [9456], "max": [9647], "mean": [9551.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [192]}, "subtask_annotation": {"mean": [3.453125, 5.458333333333333, 10.0, 10.0, 10.0], "std": [3.3272690605121893, 4.178109287970133, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [192]}, "scene_annotation": {"mean": [43.0], "std": [0.0], "min": [43], "max": [43], "count": [192]}, "eef_direction_state": {"mean": [3.5989583333333335, 3.7395833333333335], "std": [1.8903810678265955, 1.8385047800832315], "min": [0, 0], "max": [6, 6], "count": [192]}, "eef_velocity_state": {"mean": [1.4375, 1.4322916666666667], "std": [0.6260408000548633, 0.7399316961250924], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_acc_mag_state": {"mean": [0.9375, 1.0104166666666667], "std": [0.8816709987291178, 0.797062205679219], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_direction_action": {"mean": [3.5989583333333335, 3.7395833333333335], "std": [1.8903810678265955, 1.8385047800832315], "min": [0, 0], "max": [6, 6], "count": [192]}, "eef_velocity_action": {"mean": [1.4375, 1.4322916666666667], "std": [0.6260408000548633, 0.7399316961250924], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_acc_mag_action": {"mean": [0.9375, 1.0104166666666667], "std": [0.8816709987291178, 0.797062205679219], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_sim_pose_state": {"mean": [0.6384581556374095, 0.12448445379699341, 1.2448041769128484, -1.2625318143475648, 0.8135286608564546, -2.027205155806915, 0.6105257928672608, -0.1306894936789099, 1.2089823412074876, 1.362892790175139, 0.829030756701342, 2.116897485995978], "std": [0.06731912535284702, 0.05865328912861263, 0.1093624717718914, 0.5104357705897138, 0.1556562401439889, 0.5170239916330789, 0.06543807306323637, 0.02999910272197237, 0.07795712754830171, 0.35561921564603044, 0.08461766719940257, 0.27988212486776815], "min": [0.5668908723690764, 0.04102665157569213, 1.0662226083136865, -2.0189067691092415, 0.5813216711447473, -2.7734073083561754, 0.5559686690101555, -0.18078498579760954, 1.0623986540333406, 0.8208771895984558, 0.70759629089468, 1.7011857956286818], "max": [0.7767489558820653, 0.21917722764528305, 1.3729614858282373, -0.6114172657373009, 1.1173328524976318, -1.3459423240889412, 0.7550042750914925, -0.05718341626635509, 1.3162389552140967, 2.0084651379755836, 1.0696705949898728, 2.6036012532511887], "count": [192]}, "eef_sim_pose_action": {"mean": [0.6384581556374095, 0.12448445379699341, 1.2448041769128484, -1.2625318143475648, 0.8135286608564546, -2.027205155806915, 0.6105257928672608, -0.1306894936789099, 1.2089823412074876, 1.362892790175139, 0.829030756701342, 2.116897485995978], "std": [0.06731912535284702, 0.05865328912861263, 0.1093624717718914, 0.5104357705897138, 0.1556562401439889, 0.5170239916330789, 0.06543807306323637, 0.02999910272197237, 0.07795712754830171, 0.35561921564603044, 0.08461766719940257, 0.27988212486776815], "min": [0.5668908723690764, 0.04102665157569213, 1.0662226083136865, -2.0189067691092415, 0.5813216711447473, -2.7734073083561754, 0.5559686690101555, -0.18078498579760954, 1.0623986540333406, 0.8208771895984558, 0.70759629089468, 1.7011857956286818], "max": [0.7767489558820653, 0.21917722764528305, 1.3729614858282373, -0.6114172657373009, 1.1173328524976318, -1.3459423240889412, 0.7550042750914925, -0.05718341626635509, 1.3162389552140967, 2.0084651379755836, 1.0696705949898728, 2.6036012532511887], "count": [192]}}} +{"episode_index": 44, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3186801470588235]], [[0.32448917687908496]], [[0.34518501633986926]]], "std": [[[0.32667802480313435]], [[0.31039000888479457]], [[0.29227191281979753]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46603691789215684]], [[0.4907479636437908]], [[0.4575329044117647]]], "std": [[[0.32745886761494475]], [[0.31599537047757636]], [[0.3281320658793478]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.06274509803921569]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45756258986928106]], [[0.4952153390522876]], [[0.46877254697712417]]], "std": [[[0.31059744301450104]], [[0.2927409039158337]], [[0.2982655380956876]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37633424223856204]], [[0.40900732434640524]], [[0.4148905678104575]]], "std": [[[0.362170799005884]], [[0.3614862301370647]], [[0.33329504062771803]]], "count": [100]}, "observation.state": {"min": [0.28558212518692017, -1.2030785083770752, 0.9835923314094543, -0.36772122979164124, -1.5987428426742554, 0.27130064368247986, -1.2594839334487915, -1.3347352743148804, 1.1358433961868286, -0.48549917340278625, 0.9222886562347412, -0.36172783374786377, 27.773332595825195, 40.0837516784668, -0.953125, 0.41749998927116394, 2.732222318649292, -0.3400000035762787, 1.3806250095367432, -0.8287500143051147, 0.9793750047683716, 0.6306250095367432, 0.9587500095367432, 0.734375, 3.224375009536743, 45.53062438964844, 1.1150000095367432, -0.1587499976158142, 0.5974999666213989, 0.7450000047683716, 0.6818749904632568, -0.04812498763203621, 0.6987500190734863, 0.30562499165534973, 0.8878571391105652, -3.5773332118988037], "max": [1.265205979347229, -0.7539625763893127, 1.5920405387878418, 0.46671149134635925, -0.6787642240524292, 0.5612936019897461, -0.28303101658821106, -0.9179255366325378, 1.6809004545211792, 0.27235233783721924, 1.585136890411377, -0.049472611397504807, 56.93937683105469, 57.16777801513672, 58.032501220703125, 9.601249694824219, 34.48374938964844, 38.923126220703125, 29.05562400817871, 84.09187316894531, 67.63312530517578, 111.90562438964844, 79.16937255859375, 110.99687194824219, 57.86125183105469, 82.6831283569336, 2.4800000190734863, 9.444999694824219, 31.717500686645508, 74.39250183105469, 34.848751068115234, 76.37687683105469, 36.588748931884766, 93.79875183105469, 76.45938110351562, 108.86187744140625], "mean": [0.8699423670768738, -0.8816738724708557, 1.1658432483673096, -0.01275761891156435, -1.1321691274642944, 0.4923480153083801, -0.961352527141571, -1.0003447532653809, 1.3087966442108154, -0.009926393628120422, 1.2657979726791382, -0.28002890944480896, 51.396507263183594, 45.46641540527344, 12.417373657226562, 6.772226333618164, 17.374433517456055, 5.963155269622803, 10.909127235412598, 11.441916465759277, 15.017205238342285, 17.479450225830078, 10.248005867004395, 55.78731918334961, 41.689125061035156, 64.79752349853516, 1.368298053741455, 3.8036279678344727, 17.865686416625977, 15.248647689819336, 18.593101501464844, 15.13593578338623, 17.09039306640625, 20.852989196777344, 12.078020095825195, 53.61492919921875], "std": [0.24441027641296387, 0.09158080816268921, 0.1318948119878769, 0.2218102216720581, 0.23994080722332, 0.07631196081638336, 0.3218076527118683, 0.10549315065145493, 0.14603620767593384, 0.27019473910331726, 0.15908101201057434, 0.09265519678592682, 6.27748966217041, 4.079453468322754, 18.24431610107422, 2.874027729034424, 7.903570175170898, 11.598604202270508, 8.071088790893555, 26.4265193939209, 17.324996948242188, 35.516441345214844, 21.57598114013672, 26.66187286376953, 14.118973731994629, 12.484122276306152, 0.19698376953601837, 3.4555296897888184, 12.833648681640625, 23.44822120666504, 10.178616523742676, 23.138328552246094, 11.418174743652344, 32.58620834350586, 18.3593692779541, 33.133811950683594], "count": [225]}, "action": {"min": [0.28558212518692017, -1.2030785083770752, 0.9835923314094543, -0.36772122979164124, -1.5987428426742554, 0.27130064368247986, -1.2594839334487915, -1.3347352743148804, 1.1358433961868286, -0.48549917340278625, 0.9222886562347412, -0.36172783374786377, 27.773332595825195, 40.0837516784668, -0.953125, 0.41749998927116394, 2.732222318649292, -0.3400000035762787, 1.3806250095367432, -0.8287500143051147, 0.9793750047683716, 0.6306250095367432, 0.9587500095367432, 0.734375, 3.224375009536743, 45.53062438964844, 1.1150000095367432, -0.1587499976158142, 0.5974999666213989, 0.7450000047683716, 0.6818749904632568, -0.04812498763203621, 0.6987500190734863, 0.30562499165534973, 0.8878571391105652, -3.5773332118988037], "max": [1.265205979347229, -0.7539625763893127, 1.5920405387878418, 0.46671149134635925, -0.6787642240524292, 0.5612936019897461, -0.28303101658821106, -0.9179255366325378, 1.6809004545211792, 0.27235233783721924, 1.585136890411377, -0.049472611397504807, 56.93937683105469, 57.16777801513672, 58.032501220703125, 9.601249694824219, 34.48374938964844, 38.923126220703125, 29.05562400817871, 84.09187316894531, 67.63312530517578, 111.90562438964844, 79.16937255859375, 110.99687194824219, 57.86125183105469, 82.6831283569336, 2.4800000190734863, 9.444999694824219, 31.717500686645508, 74.39250183105469, 34.848751068115234, 76.37687683105469, 36.588748931884766, 93.79875183105469, 76.45938110351562, 108.86187744140625], "mean": [0.8699420094490051, -0.8816738128662109, 1.1658433675765991, -0.01275765523314476, -1.1321691274642944, 0.4923482835292816, -0.9613522291183472, -1.0003448724746704, 1.3087964057922363, -0.00992635078728199, 1.2657984495162964, -0.2800288498401642, 51.396484375, 45.46644973754883, 12.417384147644043, 6.772227764129639, 17.374420166015625, 5.963162899017334, 10.9091215133667, 11.441920280456543, 15.017212867736816, 17.479448318481445, 10.24802303314209, 55.787322998046875, 41.68911361694336, 64.79750061035156, 1.3682973384857178, 3.803626298904419, 17.865676879882812, 15.248652458190918, 18.593090057373047, 15.135926246643066, 17.09040069580078, 20.852985382080078, 12.07801628112793, 53.614933013916016], "std": [0.24441026151180267, 0.09158078581094742, 0.1318948119878769, 0.2218102514743805, 0.2399407923221588, 0.07631190866231918, 0.3218076527118683, 0.10549316555261612, 0.14603620767593384, 0.27019476890563965, 0.15908099710941315, 0.09265518933534622, 6.27748966217041, 4.079453945159912, 18.244321823120117, 2.874027967453003, 7.903566837310791, 11.598603248596191, 8.071090698242188, 26.4265193939209, 17.325000762939453, 35.516448974609375, 21.575977325439453, 26.66187286376953, 14.118974685668945, 12.484122276306152, 0.1969836950302124, 3.4555301666259766, 12.833648681640625, 23.448219299316406, 10.17861557006836, 23.13832664489746, 11.418174743652344, 32.586204528808594, 18.35936737060547, 33.133811950683594], "count": [225]}, "timestamp": {"min": [0.0], "max": [7.466666666666667], "mean": [3.7333333333333334], "std": [2.1650421260121955], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [225]}, "index": {"min": [9648], "max": [9872], "mean": [9760.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [225]}, "subtask_annotation": {"mean": [4.182222222222222, 10.0, 10.0, 10.0, 10.0], "std": [2.667940436523931, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [225]}, "scene_annotation": {"mean": [44.0], "std": [0.0], "min": [44], "max": [44], "count": [225]}, "eef_direction_state": {"mean": [3.3466666666666667, 4.346666666666667], "std": [2.1113029152634626, 1.6851772079583252], "min": [0, 0], "max": [6, 6], "count": [225]}, "eef_velocity_state": {"mean": [1.0888888888888888, 1.008888888888889], "std": [0.7489910909490082, 0.8843886079527162], "min": [0, 0], "max": [2, 2], "count": [225]}, "eef_acc_mag_state": {"mean": [0.7688888888888888, 0.7777777777777778], "std": [0.8484815776752721, 0.8508528764034052], "min": [0, 0], "max": [2, 2], "count": [225]}, "eef_direction_action": {"mean": [3.3466666666666667, 4.346666666666667], "std": [2.1113029152634626, 1.6851772079583252], "min": [0, 0], "max": [6, 6], "count": [225]}, "eef_velocity_action": {"mean": [1.0888888888888888, 1.008888888888889], "std": [0.7489910909490082, 0.8843886079527162], "min": [0, 0], "max": [2, 2], "count": [225]}, "eef_acc_mag_action": {"mean": [0.7688888888888888, 0.7777777777777778], "std": [0.8484815776752721, 0.8508528764034052], "min": [0, 0], "max": [2, 2], "count": [225]}, "eef_sim_pose_state": {"mean": [0.650540129831768, 0.2047539125566624, 1.2293560843321052, -1.2270008087469655, 0.6828207451971141, -1.9682987090933772, 0.6504695009838909, -0.20679821722702676, 1.2074522741759866, 1.213661140352747, 0.5536585825626176, 2.048004310354697], "std": [0.04089360008383989, 0.032784997242932275, 0.03944201125636741, 0.16161238365851183, 0.09935910604143475, 0.1969691252202441, 0.03272487399789508, 0.06118884211213813, 0.06539728537032874, 0.18533584824853105, 0.07645879345053616, 0.13839577651669152], "min": [0.5910577515605344, 0.14465390043160595, 1.1885147929898907, -1.5688447652530857, 0.43725233373216366, -2.4070607917492612, 0.6039470325663012, -0.26557386913877495, 1.147608213320481, 0.772267298202289, 0.3415081078506286, 1.887494445041864], "max": [0.7846296840180886, 0.257931556573818, 1.3406296043546486, -0.8711881177637216, 0.8608164886554541, -1.6915538355521722, 0.7465067394752507, -0.08674790789347753, 1.365102930746093, 1.3899804592678064, 0.7021039897555381, 2.39629115663738], "count": [225]}, "eef_sim_pose_action": {"mean": [0.650540129831768, 0.2047539125566624, 1.2293560843321052, -1.2270008087469655, 0.6828207451971141, -1.9682987090933772, 0.6504695009838909, -0.20679821722702676, 1.2074522741759866, 1.213661140352747, 0.5536585825626176, 2.048004310354697], "std": [0.04089360008383989, 0.032784997242932275, 0.03944201125636741, 0.16161238365851183, 0.09935910604143475, 0.1969691252202441, 0.03272487399789508, 0.06118884211213813, 0.06539728537032874, 0.18533584824853105, 0.07645879345053616, 0.13839577651669152], "min": [0.5910577515605344, 0.14465390043160595, 1.1885147929898907, -1.5688447652530857, 0.43725233373216366, -2.4070607917492612, 0.6039470325663012, -0.26557386913877495, 1.147608213320481, 0.772267298202289, 0.3415081078506286, 1.887494445041864], "max": [0.7846296840180886, 0.257931556573818, 1.3406296043546486, -0.8711881177637216, 0.8608164886554541, -1.6915538355521722, 0.7465067394752507, -0.08674790789347753, 1.365102930746093, 1.3899804592678064, 0.7021039897555381, 2.39629115663738], "count": [225]}}} +{"episode_index": 45, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32538541462418297]], [[0.334016556372549]], [[0.36001603349673206]]], "std": [[[0.32954904406216584]], [[0.3135245116527556]], [[0.2959910712771569]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.16470588235294117]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748222344771242]], [[0.5030654370915032]], [[0.470006574754902]]], "std": [[[0.3161949022751229]], [[0.30365838640730264]], [[0.3156422768189875]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48365999795751635]], [[0.5142948447712418]], [[0.4791956821895425]]], "std": [[[0.3250046500150122]], [[0.3109210440846165]], [[0.3241817629365889]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38386086192810454]], [[0.40651744485294117]], [[0.3882391156045752]]], "std": [[[0.3632310128426617]], [[0.36037627827598634]], [[0.33736266946929344]]], "count": [100]}, "observation.state": {"min": [0.12912946939468384, -1.2050573825836182, 0.9042877554893494, -0.4764629602432251, -1.6050266027450562, 0.4130903482437134, -1.1567398309707642, -1.4099335670471191, 1.1518654823303223, -0.413948655128479, 0.7836938500404358, -0.46759364008903503, 37.148887634277344, 42.03312683105469, -0.8688888549804688, -0.6268749833106995, 1.4077777862548828, 0.421875, 0.5659999847412109, -1.071874976158142, 0.8700000047683716, -0.10312499105930328, 0.9481818079948425, -0.23750001192092896, 31.485624313354492, 45.41749954223633, 1.1875, -0.3125, 1.034999966621399, -0.20374999940395355, 0.6875, 0.7037500143051147, 0.9481250047683716, 0.6568750143051147, 0.5575000047683716, -2.1781249046325684], "max": [1.4284113645553589, -0.7499570846557617, 1.5425918102264404, 0.3326943516731262, -0.5851596593856812, 0.6265974044799805, -0.16696707904338837, -0.8564125895500183, 1.6742007732391357, 0.25340571999549866, 1.5611886978149414, -0.13807030022144318, 57.647499084472656, 56.866249084472656, 39.65625, 8.61111068725586, 39.49562454223633, 24.799999237060547, 42.342498779296875, 61.401248931884766, 55.55937576293945, 90.2249984741211, 50.3650016784668, 103.24437713623047, 51.0, 70.75812530517578, 2.853749990463257, 9.473125457763672, 36.40625, 56.71125030517578, 42.583126068115234, 68.14187622070312, 56.17937469482422, 108.69937896728516, 85.04750061035156, 109.93437957763672], "mean": [1.0203529596328735, -0.8282697796821594, 1.0555592775344849, -0.14673781394958496, -1.2426029443740845, 0.5228288173675537, -0.871708869934082, -0.9874477982521057, 1.2843434810638428, -0.007251280825585127, 1.2014212608337402, -0.38155823945999146, 53.4117546081543, 47.863765716552734, 5.6286749839782715, 3.7017412185668945, 16.057037353515625, 5.732038974761963, 12.105002403259277, 10.587018013000488, 13.936575889587402, 14.538370132446289, 11.184012413024902, 30.954343795776367, 43.85021209716797, 56.87506103515625, 1.3131674528121948, 6.052046298980713, 12.173850059509277, 9.5118989944458, 13.83593463897705, 14.214033126831055, 15.79511833190918, 21.947513580322266, 18.23618507385254, 30.64714241027832], "std": [0.43561872839927673, 0.10802394896745682, 0.1727437973022461, 0.32479000091552734, 0.3643759489059448, 0.05693531408905983, 0.3289421796798706, 0.14536458253860474, 0.13702663779258728, 0.26068413257598877, 0.17796140909194946, 0.10603238642215729, 3.8185322284698486, 3.138751268386841, 11.425049781799316, 2.705540895462036, 12.779162406921387, 9.107606887817383, 15.255419731140137, 20.350528717041016, 18.69460678100586, 26.630338668823242, 17.044336318969727, 32.321205139160156, 4.840511798858643, 10.359928131103516, 0.2219821959733963, 2.5623130798339844, 10.830305099487305, 17.594968795776367, 14.274587631225586, 23.628719329833984, 18.442134857177734, 39.29277801513672, 26.99875831604004, 39.07248306274414], "count": [237]}, "action": {"min": [0.12912946939468384, -1.2050573825836182, 0.9042877554893494, -0.4764629602432251, -1.6050266027450562, 0.4130903482437134, -1.1567398309707642, -1.4099335670471191, 1.1518654823303223, -0.413948655128479, 0.7836938500404358, -0.46759364008903503, 37.148887634277344, 42.03312683105469, -0.8688888549804688, -0.6268749833106995, 1.4077777862548828, 0.421875, 0.5659999847412109, -1.071874976158142, 0.8700000047683716, -0.10312499105930328, 0.9481818079948425, -0.23750001192092896, 31.485624313354492, 45.41749954223633, 1.1875, -0.3125, 1.034999966621399, -0.20374999940395355, 0.6875, 0.7037500143051147, 0.9481250047683716, 0.6568750143051147, 0.5575000047683716, -2.1781249046325684], "max": [1.4284113645553589, -0.7499570846557617, 1.5425918102264404, 0.3326943516731262, -0.5851596593856812, 0.6265974044799805, -0.16696707904338837, -0.8564125895500183, 1.6742007732391357, 0.25340571999549866, 1.5611886978149414, -0.13807030022144318, 57.647499084472656, 56.866249084472656, 39.65625, 8.61111068725586, 39.49562454223633, 24.799999237060547, 42.342498779296875, 61.401248931884766, 55.55937576293945, 90.2249984741211, 50.3650016784668, 103.24437713623047, 51.0, 70.75812530517578, 2.853749990463257, 9.473125457763672, 36.40625, 56.71125030517578, 42.583126068115234, 68.14187622070312, 56.17937469482422, 108.69937896728516, 85.04750061035156, 109.93437957763672], "mean": [1.020353078842163, -0.8282698392868042, 1.0555590391159058, -0.14673781394958496, -1.2426033020019531, 0.5228288769721985, -0.8717089295387268, -0.9874477386474609, 1.2843433618545532, -0.007251258008182049, 1.2014211416244507, -0.3815583288669586, 53.4117317199707, 47.86377716064453, 5.628674507141113, 3.7017409801483154, 16.05704689025879, 5.732048511505127, 12.105005264282227, 10.58701229095459, 13.936558723449707, 14.538387298583984, 11.184006690979004, 30.954330444335938, 43.850223541259766, 56.87506866455078, 1.313167691230774, 6.0520453453063965, 12.173849105834961, 9.511895179748535, 13.835932731628418, 14.214032173156738, 15.795120239257812, 21.947513580322266, 18.236188888549805, 30.64714241027832], "std": [0.4356185495853424, 0.10802394151687622, 0.1727437973022461, 0.32478997111320496, 0.3643759489059448, 0.056935302913188934, 0.328942209482193, 0.14536458253860474, 0.13702665269374847, 0.26068413257598877, 0.17796140909194946, 0.10603237897157669, 3.8185322284698486, 3.138751268386841, 11.42504596710205, 2.7055413722991943, 12.779159545898438, 9.10760498046875, 15.255424499511719, 20.35053253173828, 18.69460678100586, 26.630342483520508, 17.04433822631836, 32.32120132446289, 4.840511322021484, 10.359930038452148, 0.22198230028152466, 2.5623130798339844, 10.830304145812988, 17.594968795776367, 14.274587631225586, 23.628721237182617, 18.442134857177734, 39.29277420043945, 26.998754501342773, 39.07249069213867], "count": [237]}, "timestamp": {"min": [0.0], "max": [7.866666666666666], "mean": [3.9333333333333336], "std": [2.280513262566289], "count": [237]}, "frame_index": {"min": [0], "max": [236], "mean": [118.0], "std": [68.41539787698868], "count": [237]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [237]}, "index": {"min": [9873], "max": [10109], "mean": [9991.0], "std": [68.41539787698868], "count": [237]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [237]}, "subtask_annotation": {"mean": [3.9831223628691985, 10.0, 10.0, 10.0, 10.0], "std": [2.3038515627101503, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [237]}, "scene_annotation": {"mean": [45.0], "std": [0.0], "min": [45], "max": [45], "count": [237]}, "eef_direction_state": {"mean": [3.632911392405063, 4.312236286919831], "std": [1.9777915603732665, 1.77998069819328], "min": [0, 0], "max": [6, 6], "count": [237]}, "eef_velocity_state": {"mean": [1.1139240506329113, 0.9789029535864979], "std": [0.8214529954705619, 0.9114705389230144], "min": [0, 0], "max": [2, 2], "count": [237]}, "eef_acc_mag_state": {"mean": [0.9451476793248945, 0.7172995780590717], "std": [0.8476498158192027, 0.8062495130799103], "min": [0, 0], "max": [2, 2], "count": [237]}, "eef_direction_action": {"mean": [3.632911392405063, 4.312236286919831], "std": [1.9777915603732665, 1.77998069819328], "min": [0, 0], "max": [6, 6], "count": [237]}, "eef_velocity_action": {"mean": [1.1139240506329113, 0.9789029535864979], "std": [0.8214529954705619, 0.9114705389230144], "min": [0, 0], "max": [2, 2], "count": [237]}, "eef_acc_mag_action": {"mean": [0.9451476793248945, 0.7172995780590717], "std": [0.8476498158192027, 0.8062495130799103], "min": [0, 0], "max": [2, 2], "count": [237]}, "eef_sim_pose_state": {"mean": [0.6239316853679345, 0.23606513335489793, 1.2231422915912813, -1.2628353822135678, 0.6742366786652014, -1.8751528639599582, 0.6573821634013263, -0.19556703989851842, 1.2313426802737437, 1.1547511924309524, 0.6133702467158678, 1.980747934777471], "std": [0.05292796748156154, 0.05819960968621818, 0.06714444865576859, 0.1804736678883476, 0.11019853407616215, 0.21024774786129283, 0.03237932938136998, 0.07287601621238235, 0.06957203861350113, 0.20918527472806786, 0.056549347937042166, 0.1848929319237427], "min": [0.579438613275247, 0.12606906445181404, 1.1672227841520137, -1.5409440757235409, 0.49440580257150746, -2.3370486633405623, 0.6174625421467556, -0.2698934980873557, 1.1795488525912055, 0.5146294392067485, 0.43331402346495285, 1.6977248056257142], "max": [0.7745131064492429, 0.2985208778582158, 1.411660691667904, -0.7339455200772422, 0.8344262652935925, -1.5910744834149568, 0.7667353207516739, -0.05163590111291269, 1.433137285364302, 1.3589513672779243, 0.7242170849642635, 2.3848412798544287], "count": [237]}, "eef_sim_pose_action": {"mean": [0.6239316853679345, 0.23606513335489793, 1.2231422915912813, -1.2628353822135678, 0.6742366786652014, -1.8751528639599582, 0.6573821634013263, -0.19556703989851842, 1.2313426802737437, 1.1547511924309524, 0.6133702467158678, 1.980747934777471], "std": [0.05292796748156154, 0.05819960968621818, 0.06714444865576859, 0.1804736678883476, 0.11019853407616215, 0.21024774786129283, 0.03237932938136998, 0.07287601621238235, 0.06957203861350113, 0.20918527472806786, 0.056549347937042166, 0.1848929319237427], "min": [0.579438613275247, 0.12606906445181404, 1.1672227841520137, -1.5409440757235409, 0.49440580257150746, -2.3370486633405623, 0.6174625421467556, -0.2698934980873557, 1.1795488525912055, 0.5146294392067485, 0.43331402346495285, 1.6977248056257142], "max": [0.7745131064492429, 0.2985208778582158, 1.411660691667904, -0.7339455200772422, 0.8344262652935925, -1.5910744834149568, 0.7667353207516739, -0.05163590111291269, 1.433137285364302, 1.3589513672779243, 0.7242170849642635, 2.3848412798544287], "count": [237]}}} +{"episode_index": 46, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.33270939338235295]], [[0.4180228615196078]], [[0.4507596017156863]]], "std": [[[0.36206080797456075]], [[0.26007172373534637]], [[0.24914959859931055]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4691494199346405]], [[0.4766951736111111]], [[0.4434617626633987]]], "std": [[[0.26257578159774614]], [[0.2573755050308003]], [[0.24708636566195386]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646417238562091]], [[0.4918677879901961]], [[0.4628290032679738]]], "std": [[[0.30791948111059675]], [[0.278079665316469]], [[0.27632939203581514]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40393531862745097]], [[0.42439302491830067]], [[0.33475640931372547]]], "std": [[[0.4086512167467226]], [[0.3696972294427697]], [[0.3477834456103107]]], "count": [100]}, "observation.state": {"min": [0.2560654580593109, -1.3038595914840698, 0.7964255809783936, -0.28693318367004395, -1.6261110305786133, 0.6500581502914429, -1.0328450202941895, -1.2008850574493408, 0.7676241993904114, -0.14372090995311737, 0.4549572765827179, -0.881327748298645, 20.910625457763672, 45.96062469482422, -0.5887500047683716, -0.3331249952316284, 11.736249923706055, 0.4012500047683716, 6.887499809265137, -0.796875, 1.8600000143051147, -0.2406250238418579, 1.0099999904632568, 30.609375, 33.41625213623047, 43.90625, 0.7081249952316284, -1.7699999809265137, 5.538125038146973, 0.8893750309944153, 3.015625, 1.4900000095367432, 3.317500114440918, 5.837500095367432, 0.8056249618530273, -2.7143750190734863], "max": [0.9359979629516602, -0.7234206795692444, 1.471351146697998, 0.1811373084783554, -0.27249276638031006, 1.0452191829681396, -0.3271152675151825, -0.6617646813392639, 1.3657301664352417, 0.23416240513324738, 1.6683118343353271, -0.5760068893432617, 75.74250030517578, 83.69889068603516, 11.12874984741211, 3.833124876022339, 39.600624084472656, 104.4111099243164, 47.481876373291016, 106.26000213623047, 46.98875045776367, 95.00749969482422, 45.638126373291016, 110.1312484741211, 59.490665435791016, 81.52200317382812, 3.2699999809265137, 2.6056249141693115, 43.829376220703125, 99.27444458007812, 50.66437530517578, 102.52250671386719, 56.638126373291016, 95.28750610351562, 59.65999984741211, -2.535555601119995], "mean": [0.6414133906364441, -0.9306755065917969, 1.048543095588684, -0.035295624285936356, -0.9649209976196289, 0.8451770544052124, -0.8113953471183777, -0.8601628541946411, 0.9376433491706848, 0.01477237418293953, 1.0308409929275513, -0.751145601272583, 47.367347717285156, 59.75365447998047, 0.350690633058548, 0.6470957398414612, 23.817750930786133, 22.985225677490234, 25.120403289794922, 26.369182586669922, 21.546245574951172, 38.18496322631836, 12.986642837524414, 77.52837371826172, 50.8077392578125, 52.76127624511719, 0.9594472646713257, -0.5790330767631531, 31.308794021606445, 36.917659759521484, 35.996734619140625, 44.21788787841797, 36.667213439941406, 57.66102981567383, 31.988704681396484, -2.6435422897338867], "std": [0.23166196048259735, 0.1499658077955246, 0.17975212633609772, 0.14492350816726685, 0.42491286993026733, 0.12532074749469757, 0.240841805934906, 0.13602052628993988, 0.1709936559200287, 0.08494479209184647, 0.34180477261543274, 0.07680056244134903, 16.480989456176758, 10.552872657775879, 1.966176986694336, 1.2501342296600342, 9.484076499938965, 29.676176071166992, 12.19809627532959, 32.62611770629883, 13.592997550964355, 31.5111083984375, 15.181026458740234, 19.44691276550293, 8.214426040649414, 10.348587036132812, 0.4012967646121979, 1.094068169593811, 10.986618995666504, 23.63517189025879, 13.1190185546875, 25.349668502807617, 17.08489418029785, 22.262100219726562, 21.445079803466797, 0.051739852875471115], "count": [208]}, "action": {"min": [0.2560654580593109, -1.3038595914840698, 0.7964255809783936, -0.28693318367004395, -1.6261110305786133, 0.6500581502914429, -1.0328450202941895, -1.2008850574493408, 0.7676241993904114, -0.14372090995311737, 0.4549572765827179, -0.881327748298645, 20.910625457763672, 45.96062469482422, -0.5887500047683716, -0.3331249952316284, 11.736249923706055, 0.4012500047683716, 6.887499809265137, -0.796875, 1.8600000143051147, -0.2406250238418579, 1.0099999904632568, 30.609375, 33.41625213623047, 43.90625, 0.7081249952316284, -1.7699999809265137, 5.538125038146973, 0.8893750309944153, 3.015625, 1.4900000095367432, 3.317500114440918, 5.837500095367432, 0.8056249618530273, -2.7143750190734863], "max": [0.9359979629516602, -0.7234206795692444, 1.471351146697998, 0.1811373084783554, -0.27249276638031006, 1.0452191829681396, -0.3271152675151825, -0.6617646813392639, 1.3657301664352417, 0.23416240513324738, 1.6683118343353271, -0.5760068893432617, 75.74250030517578, 83.69889068603516, 11.12874984741211, 3.833124876022339, 39.600624084472656, 104.4111099243164, 47.481876373291016, 106.26000213623047, 46.98875045776367, 95.00749969482422, 45.638126373291016, 110.1312484741211, 59.490665435791016, 81.52200317382812, 3.2699999809265137, 2.6056249141693115, 43.829376220703125, 99.27444458007812, 50.66437530517578, 102.52250671386719, 56.638126373291016, 95.28750610351562, 59.65999984741211, -2.535555601119995], "mean": [0.6414133310317993, -0.9306752681732178, 1.0485432147979736, -0.035295628011226654, -0.9649209380149841, 0.8451770544052124, -0.8113952875137329, -0.8601630330085754, 0.9376429915428162, 0.014772381633520126, 1.0308409929275513, -0.7511453628540039, 47.36732864379883, 59.753665924072266, 0.35069069266319275, 0.6470957398414612, 23.81774139404297, 22.985225677490234, 25.120403289794922, 26.369169235229492, 21.546247482299805, 38.18496322631836, 12.986641883850098, 77.52835083007812, 50.807743072509766, 52.76128387451172, 0.9594466686248779, -0.5790330171585083, 31.308807373046875, 36.91765213012695, 35.996742248535156, 44.217872619628906, 36.66720199584961, 57.661033630371094, 31.98870849609375, -2.6435415744781494], "std": [0.23166191577911377, 0.1499658077955246, 0.1797521561384201, 0.14492350816726685, 0.4249128997325897, 0.12532073259353638, 0.2408418506383896, 0.13602052628993988, 0.1709936261177063, 0.08494479209184647, 0.34180477261543274, 0.07680056244134903, 16.480989456176758, 10.552874565124512, 1.9661771059036255, 1.250133991241455, 9.484076499938965, 29.676176071166992, 12.198098182678223, 32.62611389160156, 13.592999458312988, 31.511104583740234, 15.181031227111816, 19.44690704345703, 8.214425086975098, 10.348587036132812, 0.4012966752052307, 1.094068169593811, 10.986620903015137, 23.63517189025879, 13.119017601013184, 25.349666595458984, 17.08489418029785, 22.262096405029297, 21.445079803466797, 0.05173984169960022], "count": [208]}, "timestamp": {"min": [0.0], "max": [6.9], "mean": [3.45], "std": [2.0014578020366387], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [208]}, "index": {"min": [10110], "max": [10317], "mean": [10213.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [208]}, "subtask_annotation": {"mean": [3.9086538461538463, 6.163461538461538, 10.0, 10.0, 10.0], "std": [3.4788263542830693, 4.182404941498914, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [208]}, "scene_annotation": {"mean": [46.0], "std": [0.0], "min": [46], "max": [46], "count": [208]}, "eef_direction_state": {"mean": [3.4326923076923075, 3.4615384615384617], "std": [1.8976930482365808, 1.9730056967200946], "min": [0, 0], "max": [6, 6], "count": [208]}, "eef_velocity_state": {"mean": [1.3990384615384615, 1.3894230769230769], "std": [0.6425602624099948, 0.6703067996233532], "min": [0, 0], "max": [2, 2], "count": [208]}, "eef_acc_mag_state": {"mean": [1.2259615384615385, 1.1682692307692308], "std": [0.8388975357239921, 0.7878603477233722], "min": [0, 0], "max": [2, 2], "count": [208]}, "eef_direction_action": {"mean": [3.4326923076923075, 3.4615384615384617], "std": [1.8976930482365808, 1.9730056967200946], "min": [0, 0], "max": [6, 6], "count": [208]}, "eef_velocity_action": {"mean": [1.3990384615384615, 1.3894230769230769], "std": [0.6425602624099948, 0.6703067996233532], "min": [0, 0], "max": [2, 2], "count": [208]}, "eef_acc_mag_action": {"mean": [1.2259615384615385, 1.1682692307692308], "std": [0.8388975357239921, 0.7878603477233722], "min": [0, 0], "max": [2, 2], "count": [208]}, "eef_sim_pose_state": {"mean": [0.6309295131551642, 0.1412579699242053, 1.2580335778336147, -1.1395429333692857, 0.7459751868417299, -1.9212009487228643, 0.5967806879266038, -0.1380398638370917, 1.2210925718683066, 1.2866357498287262, 0.7208115195017814, 2.099413885631063], "std": [0.06733292291063143, 0.05511883637456835, 0.10350267333338459, 0.5059899986119584, 0.20244660985504756, 0.47167596797862693, 0.0601651656226727, 0.03761355500462861, 0.08855398474976393, 0.4243336026636417, 0.1638097643788231, 0.33259721876366044], "min": [0.5559446075145138, 0.0490078862166384, 1.0591882973109328, -1.9697144966502942, 0.3325443805105135, -2.714365750221988, 0.5505550967673427, -0.21449633700717194, 1.062660752100991, 0.6083848214840181, 0.30996203512723053, 1.5865208867029383], "max": [0.7724017990789082, 0.21757812296933726, 1.3625132271356697, -0.5972100216031498, 1.0827518088938768, -1.4150498233670576, 0.7448008625302003, -0.06905604884776956, 1.3544294944977664, 2.0098123182500793, 0.9609314867817171, 2.62764737759303], "count": [208]}, "eef_sim_pose_action": {"mean": [0.6309295131551642, 0.1412579699242053, 1.2580335778336147, -1.1395429333692857, 0.7459751868417299, -1.9212009487228643, 0.5967806879266038, -0.1380398638370917, 1.2210925718683066, 1.2866357498287262, 0.7208115195017814, 2.099413885631063], "std": [0.06733292291063143, 0.05511883637456835, 0.10350267333338459, 0.5059899986119584, 0.20244660985504756, 0.47167596797862693, 0.0601651656226727, 0.03761355500462861, 0.08855398474976393, 0.4243336026636417, 0.1638097643788231, 0.33259721876366044], "min": [0.5559446075145138, 0.0490078862166384, 1.0591882973109328, -1.9697144966502942, 0.3325443805105135, -2.714365750221988, 0.5505550967673427, -0.21449633700717194, 1.062660752100991, 0.6083848214840181, 0.30996203512723053, 1.5865208867029383], "max": [0.7724017990789082, 0.21757812296933726, 1.3625132271356697, -0.5972100216031498, 1.0827518088938768, -1.4150498233670576, 0.7448008625302003, -0.06905604884776956, 1.3544294944977664, 2.0098123182500793, 0.9609314867817171, 2.62764737759303], "count": [208]}}} +{"episode_index": 47, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31136805147058827]], [[0.3178719281045752]], [[0.3391306678921569]]], "std": [[[0.3232975700933922]], [[0.3068999771325946]], [[0.2888522002936783]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4786111499183006]], [[0.5085471650326797]], [[0.47886008578431377]]], "std": [[[0.32699911130866277]], [[0.3129009937382329]], [[0.3225947448016087]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45193576388888884]], [[0.4889012336601307]], [[0.4614403635620915]]], "std": [[[0.31793322310276445]], [[0.30317978027312165]], [[0.3081166809426183]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37479080473856213]], [[0.40680484272875816]], [[0.41311908496732025]]], "std": [[[0.36305643766569606]], [[0.36285168573941984]], [[0.33517284686260035]]], "count": [100]}, "observation.state": {"min": [0.3322175145149231, -1.085584044456482, 0.9419823288917542, -0.3586108684539795, -1.6103142499923706, 0.2838177978992462, -1.2514305114746094, -1.3985131978988647, 1.0790460109710693, -0.482375830411911, 0.79973965883255, -0.3954947888851166, 10.068888664245605, 41.72999954223633, 10.40250015258789, 0.07437499612569809, 1.0625, -0.42249998450279236, 0.9056249856948853, -1.0462499856948853, 1.0787500143051147, 0.4737499952316284, 0.9112499952316284, 2.268749952316284, 27.9637508392334, 46.381874084472656, 0.8018749952316284, -0.8412500023841858, 0.34312501549720764, 0.7900000214576721, 0.609375, 0.2874999940395355, 0.671875, 0.3956249952316284, 0.9431250095367432, 0.37562498450279236], "max": [1.3324226140975952, -0.7686732411384583, 1.4706835746765137, 0.5306086540222168, -0.6338692903518677, 0.5596961379051208, -0.22917142510414124, -0.8398184180259705, 1.7583876848220825, 0.23348687589168549, 1.642103910446167, -0.13151369988918304, 56.50562286376953, 68.12999725341797, 54.419376373291016, 9.38687515258789, 39.33437728881836, 40.470001220703125, 36.72187423706055, 68.56437683105469, 50.32875061035156, 82.82250213623047, 45.24250030517578, 99.89749908447266, 78.08062744140625, 68.29800415039062, 2.666249990463257, 9.648750305175781, 33.239376068115234, 72.10062408447266, 38.389373779296875, 62.26750183105469, 73.9956283569336, 111.16062927246094, 87.80313110351562, 110.30875396728516], "mean": [0.9892681241035461, -0.8233407735824585, 1.0875413417816162, -0.06964240223169327, -1.222665548324585, 0.4691580533981323, -0.9346400499343872, -0.9650108218193054, 1.3051064014434814, -0.03621922433376312, 1.220375657081604, -0.3196205794811249, 48.968936920166016, 47.78165054321289, 35.48051452636719, 5.9722490310668945, 12.346095085144043, 6.4845051765441895, 9.027660369873047, 8.799280166625977, 11.336753845214844, 11.370624542236328, 7.653738975524902, 41.53605651855469, 51.49061965942383, 54.875465393066406, 1.2031933069229126, 4.600062847137451, 16.9018611907959, 9.498088836669922, 15.613547325134277, 11.974987983703613, 21.47610855102539, 20.743690490722656, 16.650663375854492, 44.676883697509766], "std": [0.34698933362960815, 0.07437582314014435, 0.13477060198783875, 0.2966561019420624, 0.30141115188598633, 0.07333988696336746, 0.35314106941223145, 0.14458435773849487, 0.17289049923419952, 0.24579967558383942, 0.20540361106395721, 0.0776582807302475, 9.485575675964355, 5.714384078979492, 10.411609649658203, 2.8150460720062256, 10.682609558105469, 12.084067344665527, 11.222103118896484, 20.074018478393555, 14.983842849731445, 22.922035217285156, 13.609041213989258, 23.35091781616211, 14.206472396850586, 7.6306891441345215, 0.34326085448265076, 3.790790557861328, 12.385310173034668, 17.820693969726562, 11.98389720916748, 20.50677490234375, 21.13298797607422, 38.57438659667969, 28.25214385986328, 35.22992706298828], "count": [200]}, "action": {"min": [0.3322175145149231, -1.085584044456482, 0.9419823288917542, -0.3586108684539795, -1.6103142499923706, 0.2838177978992462, -1.2514305114746094, -1.3985131978988647, 1.0790460109710693, -0.482375830411911, 0.79973965883255, -0.3954947888851166, 10.068888664245605, 41.72999954223633, 10.40250015258789, 0.07437499612569809, 1.0625, -0.42249998450279236, 0.9056249856948853, -1.0462499856948853, 1.0787500143051147, 0.4737499952316284, 0.9112499952316284, 2.268749952316284, 27.9637508392334, 46.381874084472656, 0.8018749952316284, -0.8412500023841858, 0.34312501549720764, 0.7900000214576721, 0.609375, 0.2874999940395355, 0.671875, 0.3956249952316284, 0.9431250095367432, 0.37562498450279236], "max": [1.3324226140975952, -0.7686732411384583, 1.4706835746765137, 0.5306086540222168, -0.6338692903518677, 0.5596961379051208, -0.22917142510414124, -0.8398184180259705, 1.7583876848220825, 0.23348687589168549, 1.642103910446167, -0.13151369988918304, 56.50562286376953, 68.12999725341797, 54.419376373291016, 9.38687515258789, 39.33437728881836, 40.470001220703125, 36.72187423706055, 68.56437683105469, 50.32875061035156, 82.82250213623047, 45.24250030517578, 99.89749908447266, 78.08062744140625, 68.29800415039062, 2.666249990463257, 9.648750305175781, 33.239376068115234, 72.10062408447266, 38.389373779296875, 62.26750183105469, 73.9956283569336, 111.16062927246094, 87.80313110351562, 110.30875396728516], "mean": [0.9892685413360596, -0.823340654373169, 1.0875412225723267, -0.06964240968227386, -1.2226659059524536, 0.4691580832004547, -0.9346400499343872, -0.9650102257728577, 1.3051066398620605, -0.03621917590498924, 1.2203755378723145, -0.3196207582950592, 48.96894836425781, 47.78163146972656, 35.480506896972656, 5.972249984741211, 12.346090316772461, 6.484498500823975, 9.027664184570312, 8.799284934997559, 11.336753845214844, 11.370621681213379, 7.6537299156188965, 41.536048889160156, 51.49064636230469, 54.875450134277344, 1.2031934261322021, 4.600063323974609, 16.901840209960938, 9.49809455871582, 15.613547325134277, 11.974992752075195, 21.476106643676758, 20.743701934814453, 16.650663375854492, 44.6768913269043], "std": [0.34698933362960815, 0.07437582314014435, 0.13477057218551636, 0.29665613174438477, 0.30141109228134155, 0.07333989441394806, 0.35314100980758667, 0.14458435773849487, 0.17289049923419952, 0.2457996904850006, 0.20540361106395721, 0.0776582807302475, 9.485576629638672, 5.714383602142334, 10.411609649658203, 2.8150463104248047, 10.682612419128418, 12.084067344665527, 11.222102165222168, 20.074018478393555, 14.98383903503418, 22.922040939331055, 13.609039306640625, 23.350915908813477, 14.206473350524902, 7.6306891441345215, 0.3432607650756836, 3.790790319442749, 12.385309219360352, 17.820693969726562, 11.983898162841797, 20.506772994995117, 21.13298797607422, 38.57439422607422, 28.252147674560547, 35.22993087768555], "count": [200]}, "timestamp": {"min": [0.0], "max": [6.633333333333334], "mean": [3.3166666666666664], "std": [1.9244768408871828], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [200]}, "index": {"min": [10318], "max": [10517], "mean": [10417.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [200]}, "subtask_annotation": {"mean": [4.535, 10.0, 10.0, 10.0, 10.0], "std": [2.709017349519927, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [200]}, "scene_annotation": {"mean": [47.0], "std": [0.0], "min": [47], "max": [47], "count": [200]}, "eef_direction_state": {"mean": [2.89, 3.9], "std": [1.9020778112369614, 1.946792233393177], "min": [0, 0], "max": [6, 6], "count": [200]}, "eef_velocity_state": {"mean": [1.39, 1.2], "std": [0.64645185435576, 0.927361849549568], "min": [0, 0], "max": [2, 2], "count": [200]}, "eef_acc_mag_state": {"mean": [1.12, 0.87], "std": [0.8280096617793777, 0.83252627586161], "min": [0, 0], "max": [2, 2], "count": [200]}, "eef_direction_action": {"mean": [2.89, 3.9], "std": [1.9020778112369614, 1.946792233393177], "min": [0, 0], "max": [6, 6], "count": [200]}, "eef_velocity_action": {"mean": [1.39, 1.2], "std": [0.64645185435576, 0.927361849549568], "min": [0, 0], "max": [2, 2], "count": [200]}, "eef_acc_mag_action": {"mean": [1.12, 0.87], "std": [0.8280096617793777, 0.83252627586161], "min": [0, 0], "max": [2, 2], "count": [200]}, "eef_sim_pose_state": {"mean": [0.6279686953474797, 0.22800933219558966, 1.2234085877222274, -1.2644000495657113, 0.6588107319406425, -1.949702486327939, 0.6545034576493464, -0.210880418575481, 1.2210580627329193, 1.2190012282230456, 0.6189746815170014, 2.0334226979808934], "std": [0.040439372999655505, 0.03822736025049734, 0.0570338086376543, 0.2205201605679185, 0.13322604305992405, 0.20180280754551463, 0.04473081559316266, 0.061488071377402184, 0.07174649909946597, 0.2345627784996117, 0.07376714369590419, 0.13741648574578158], "min": [0.5809170812701216, 0.16669304051112327, 1.1704263946232796, -1.718625361731534, 0.4817947753688463, -2.46434150125659, 0.5801982327096862, -0.27174954693952647, 1.1473197435393065, 0.6759469567168179, 0.45844874517124623, 1.786993703027758], "max": [0.7456692429860958, 0.27429405021733166, 1.3750827190983441, -0.7394384494038344, 0.9258840550357323, -1.634657021479854, 0.7802240263940938, -0.08599048289752514, 1.3791509406542561, 1.4597272092493794, 0.7551837723910935, 2.352865107622049], "count": [200]}, "eef_sim_pose_action": {"mean": [0.6279686953474797, 0.22800933219558966, 1.2234085877222274, -1.2644000495657113, 0.6588107319406425, -1.949702486327939, 0.6545034576493464, -0.210880418575481, 1.2210580627329193, 1.2190012282230456, 0.6189746815170014, 2.0334226979808934], "std": [0.040439372999655505, 0.03822736025049734, 0.0570338086376543, 0.2205201605679185, 0.13322604305992405, 0.20180280754551463, 0.04473081559316266, 0.061488071377402184, 0.07174649909946597, 0.2345627784996117, 0.07376714369590419, 0.13741648574578158], "min": [0.5809170812701216, 0.16669304051112327, 1.1704263946232796, -1.718625361731534, 0.4817947753688463, -2.46434150125659, 0.5801982327096862, -0.27174954693952647, 1.1473197435393065, 0.6759469567168179, 0.45844874517124623, 1.786993703027758], "max": [0.7456692429860958, 0.27429405021733166, 1.3750827190983441, -0.7394384494038344, 0.9258840550357323, -1.634657021479854, 0.7802240263940938, -0.08599048289752514, 1.3791509406542561, 1.4597272092493794, 0.7551837723910935, 2.352865107622049], "count": [200]}}} +{"episode_index": 48, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3368086376633987]], [[0.42121481821895423]], [[0.445843118872549]]], "std": [[[0.36005614486928916]], [[0.26105091674596015]], [[0.24918880319122866]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47054413194444444]], [[0.4846594955065359]], [[0.4508867524509804]]], "std": [[[0.2670757957317535]], [[0.2565105616715769]], [[0.24851663803019566]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48159973039215687]], [[0.5057422140522876]], [[0.47255921364379083]]], "std": [[[0.30942092611159083]], [[0.275029104749405]], [[0.27677312181484376]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41137558619281045]], [[0.431193323120915]], [[0.3383558660130719]]], "std": [[[0.40689336713695184]], [[0.36709721398069]], [[0.3459595471180383]]], "count": [100]}, "observation.state": {"min": [0.30475127696990967, -1.279421329498291, 0.8241302371025085, -0.2765844464302063, -1.612560749053955, 0.721990168094635, -0.9821087718009949, -1.1940900087356567, 0.780642032623291, -0.07829785346984863, 0.5495155453681946, -1.0246909856796265, 29.469375610351562, 44.87181854248047, -0.609375, -0.34812498092651367, 5.211249828338623, 0.4987500011920929, 0.8893749713897705, -1.0306249856948853, 0.9743750095367432, -2.9956250190734863, 1.125, 1.4012500047683716, 31.984375, 40.287498474121094, 0.6781250238418579, -1.53125, 5.828750133514404, 0.27562499046325684, 2.8137500286102295, -0.6768749952316284, 1.9118750095367432, 1.0106250047683716, 0.7400000095367432, 4.54187536239624], "max": [0.8755923509597778, -0.7550831437110901, 1.4788137674331665, 0.18344205617904663, -0.2860589623451233, 0.9261510968208313, -0.33016708493232727, -0.6655317544937134, 1.2970645427703857, 0.26400226354599, 1.5845434665679932, -0.7235954999923706, 64.7750015258789, 68.91818237304688, 16.345001220703125, 4.579375267028809, 38.051876068115234, 34.083126068115234, 45.91374969482422, 61.01124954223633, 46.079376220703125, 75.83125305175781, 44.70624923706055, 104.12812805175781, 58.96125030517578, 64.51333618164062, 1.9787499904632568, 3.918750047683716, 39.130001068115234, 47.708126068115234, 47.89624786376953, 71.35625457763672, 53.068748474121094, 85.53812408447266, 55.508750915527344, 97.32500457763672], "mean": [0.6664400696754456, -0.96955806016922, 1.0770982503890991, -0.046999454498291016, -0.8875198364257812, 0.8248580694198608, -0.7926610112190247, -0.9121926426887512, 0.9522504806518555, -0.0005996227264404297, 0.9588570594787598, -0.7981095910072327, 45.888309478759766, 55.14967346191406, 0.45752373337745667, 0.5141848921775818, 22.960693359375, 11.262598037719727, 22.297561645507812, 14.231583595275879, 18.42189598083496, 23.373485565185547, 10.12788200378418, 64.70420837402344, 51.74250030517578, 45.10017776489258, 1.0076321363449097, -0.3922503590583801, 30.739715576171875, 28.71207046508789, 35.321712493896484, 42.40413284301758, 37.020267486572266, 53.88223648071289, 29.778339385986328, 77.79595184326172], "std": [0.19104120135307312, 0.1360851526260376, 0.17483115196228027, 0.1725732535123825, 0.39677733182907104, 0.06520487368106842, 0.23177583515644073, 0.12790857255458832, 0.15507772564888, 0.07426673918962479, 0.2250458300113678, 0.09497478604316711, 12.64088249206543, 7.629524230957031, 2.7354226112365723, 1.1696947813034058, 9.417142868041992, 13.063592910766602, 13.977530479431152, 21.59265899658203, 14.074862480163574, 29.251712799072266, 14.972955703735352, 27.562700271606445, 9.101995468139648, 4.629491329193115, 0.4063816964626312, 1.3941384553909302, 8.270096778869629, 19.508495330810547, 12.050806999206543, 26.599529266357422, 15.713292121887207, 30.864774703979492, 21.60361099243164, 20.919570922851562], "count": [180]}, "action": {"min": [0.30475127696990967, -1.279421329498291, 0.8241302371025085, -0.2765844464302063, -1.612560749053955, 0.721990168094635, -0.9821087718009949, -1.1940900087356567, 0.780642032623291, -0.07829785346984863, 0.5495155453681946, -1.0246909856796265, 29.469375610351562, 44.87181854248047, -0.609375, -0.34812498092651367, 5.211249828338623, 0.4987500011920929, 0.8893749713897705, -1.0306249856948853, 0.9743750095367432, -2.9956250190734863, 1.125, 1.4012500047683716, 31.984375, 40.287498474121094, 0.6781250238418579, -1.53125, 5.828750133514404, 0.27562499046325684, 2.8137500286102295, -0.6768749952316284, 1.9118750095367432, 1.0106250047683716, 0.7400000095367432, 4.54187536239624], "max": [0.8755923509597778, -0.7550831437110901, 1.4788137674331665, 0.18344205617904663, -0.2860589623451233, 0.9261510968208313, -0.33016708493232727, -0.6655317544937134, 1.2970645427703857, 0.26400226354599, 1.5845434665679932, -0.7235954999923706, 64.7750015258789, 68.91818237304688, 16.345001220703125, 4.579375267028809, 38.051876068115234, 34.083126068115234, 45.91374969482422, 61.01124954223633, 46.079376220703125, 75.83125305175781, 44.70624923706055, 104.12812805175781, 58.96125030517578, 64.51333618164062, 1.9787499904632568, 3.918750047683716, 39.130001068115234, 47.708126068115234, 47.89624786376953, 71.35625457763672, 53.068748474121094, 85.53812408447266, 55.508750915527344, 97.32500457763672], "mean": [0.6664401292800903, -0.9695577025413513, 1.0770984888076782, -0.04699946567416191, -0.887519896030426, 0.8248575925827026, -0.792661190032959, -0.9121926426887512, 0.9522507786750793, -0.0005996300023980439, 0.9588567018508911, -0.7981095910072327, 45.888301849365234, 55.149658203125, 0.4575236737728119, 0.5141848921775818, 22.960691452026367, 11.26259708404541, 22.29754638671875, 14.231586456298828, 18.42189598083496, 23.37349510192871, 10.127877235412598, 64.70420837402344, 51.74250030517578, 45.10019302368164, 1.0076320171356201, -0.3922502398490906, 30.73969268798828, 28.712060928344727, 35.32173156738281, 42.40414047241211, 37.02027893066406, 53.88225555419922, 29.77834701538086, 77.79594421386719], "std": [0.19104118645191193, 0.1360851675271988, 0.17483118176460266, 0.1725732684135437, 0.39677733182907104, 0.06520487368106842, 0.23177582025527954, 0.12790854275226593, 0.1550777554512024, 0.07426673918962479, 0.2250458300113678, 0.09497478604316711, 12.64088249206543, 7.6295247077941895, 2.7354226112365723, 1.1696947813034058, 9.417143821716309, 13.063594818115234, 13.97752857208252, 21.59265899658203, 14.074861526489258, 29.251707077026367, 14.972957611083984, 27.562694549560547, 9.101995468139648, 4.629491329193115, 0.4063817262649536, 1.394138216972351, 8.270096778869629, 19.50849723815918, 12.050806045532227, 26.599531173706055, 15.713292121887207, 30.864778518676758, 21.60361099243164, 20.919570922851562], "count": [180]}, "timestamp": {"min": [0.0], "max": [5.966666666666667], "mean": [2.9833333333333334], "std": [1.7320240781835015], "count": [180]}, "frame_index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [180]}, "index": {"min": [10518], "max": [10697], "mean": [10607.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}, "subtask_annotation": {"mean": [3.1277777777777778, 5.611111111111111, 10.0, 10.0, 10.0], "std": [3.3549806350750204, 4.15851053582208, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [180]}, "scene_annotation": {"mean": [48.0], "std": [0.0], "min": [48], "max": [48], "count": [180]}, "eef_direction_state": {"mean": [3.0555555555555554, 3.4555555555555557], "std": [1.9599382706328676, 1.8747510122746145], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_state": {"mean": [1.4444444444444444, 1.5], "std": [0.6601533678894644, 0.695221787153807], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_state": {"mean": [1.3, 1.1111111111111112], "std": [0.7446102634562893, 0.8020036636719374], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_direction_action": {"mean": [3.0555555555555554, 3.4555555555555557], "std": [1.9599382706328676, 1.8747510122746145], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_action": {"mean": [1.4444444444444444, 1.5], "std": [0.6601533678894644, 0.695221787153807], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_action": {"mean": [1.3, 1.1111111111111112], "std": [0.7446102634562893, 0.8020036636719374], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_sim_pose_state": {"mean": [0.6450299928049559, 0.1330057704414236, 1.2239582374772788, -1.2915401290576591, 0.7694007050011027, -2.0306064333479834, 0.5996650141108074, -0.11337078295956365, 1.202659631338052, 1.33419862246891, 0.7629692055513935, 2.1553561629215574], "std": [0.06202231721712111, 0.05193080386035933, 0.08583210010436997, 0.43786180178997997, 0.15656176854884649, 0.4364547679358425, 0.057275723888113445, 0.031309930646537136, 0.08372529810391409, 0.35858598810850073, 0.0979212714661618, 0.33086525075214135], "min": [0.5694104856080691, 0.0659546572399313, 1.056508603038644, -2.0105057017300667, 0.4928648014255921, -2.7329494139287056, 0.55392107290454, -0.21625212313440173, 1.0552258571174062, 0.7061987057152207, 0.453052269085946, 1.5195622404003815], "max": [0.775667036172878, 0.22610523988078074, 1.3221044706362877, -0.7041126899939223, 1.0078850804634274, -1.4866603312392337, 0.7269351232896865, -0.05679275200244038, 1.3259354874427054, 1.9180886075365775, 0.9750735449015147, 2.619467467817658], "count": [180]}, "eef_sim_pose_action": {"mean": [0.6450299928049559, 0.1330057704414236, 1.2239582374772788, -1.2915401290576591, 0.7694007050011027, -2.0306064333479834, 0.5996650141108074, -0.11337078295956365, 1.202659631338052, 1.33419862246891, 0.7629692055513935, 2.1553561629215574], "std": [0.06202231721712111, 0.05193080386035933, 0.08583210010436997, 0.43786180178997997, 0.15656176854884649, 0.4364547679358425, 0.057275723888113445, 0.031309930646537136, 0.08372529810391409, 0.35858598810850073, 0.0979212714661618, 0.33086525075214135], "min": [0.5694104856080691, 0.0659546572399313, 1.056508603038644, -2.0105057017300667, 0.4928648014255921, -2.7329494139287056, 0.55392107290454, -0.21625212313440173, 1.0552258571174062, 0.7061987057152207, 0.453052269085946, 1.5195622404003815], "max": [0.775667036172878, 0.22610523988078074, 1.3221044706362877, -0.7041126899939223, 1.0078850804634274, -1.4866603312392337, 0.7269351232896865, -0.05679275200244038, 1.3259354874427054, 1.9180886075365775, 0.9750735449015147, 2.619467467817658], "count": [180]}}} +{"episode_index": 49, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32382916462418304]], [[0.3321628390522876]], [[0.35775130514705883]]], "std": [[[0.32886846105780976]], [[0.3127125072291402]], [[0.29560683946048716]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4691778390522876]], [[0.4978812908496732]], [[0.47114092933006535]]], "std": [[[0.3231717770819295]], [[0.31191229499054557]], [[0.3216604137746066]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.11764705882352941]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4772397937091503]], [[0.5141311376633988]], [[0.4832865870098039]]], "std": [[[0.32304928900038865]], [[0.306442874951801]], [[0.3137254808476282]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3687683884803922]], [[0.39720893178104577]], [[0.3985264808006536]]], "std": [[[0.3631105510831397]], [[0.3616484780984329]], [[0.3328251474351035]]], "count": [100]}, "observation.state": {"min": [0.2405441701412201, -1.212734580039978, 0.9400033950805664, -0.4713607132434845, -1.6107804775238037, -0.02071889117360115, -1.3965104818344116, -1.3496843576431274, 1.0851072072982788, -0.43950751423835754, 0.7635471820831299, -0.4201953113079071, 14.863332748413086, 38.491249084472656, -0.7562500238418579, -0.48874998092651367, 0.7393749952316284, -0.12937501072883606, 0.8962500095367432, -0.9733333587646484, 0.7962499856948853, -3.1293749809265137, 0.9068750143051147, 0.47999998927116394, 26.97222137451172, 42.09375, 1.0, -0.4756249785423279, 0.890625, 0.7462500333786011, 0.6575000286102295, 0.9418750405311584, 0.6706249713897705, 0.265625, 0.8324999809265137, -3.526249885559082], "max": [1.3592450618743896, -0.6882295608520508, 1.6164788007736206, 1.0366836786270142, -0.5177099704742432, 0.5626030564308167, -0.129153311252594, -0.8616579174995422, 1.7195725440979004, 0.36206796765327454, 1.6300238370895386, -0.05729285627603531, 60.224998474121094, 58.189998626708984, 59.188751220703125, 9.423749923706055, 32.651248931884766, 42.649375915527344, 31.780624389648438, 75.99687194824219, 50.28750228881836, 98.03375244140625, 56.877498626708984, 107.31375122070312, 67.92437744140625, 61.97687530517578, 2.512500047683716, 9.521249771118164, 31.921875, 44.0099983215332, 38.67374801635742, 78.12125396728516, 83.76750183105469, 110.43375396728516, 89.48687744140625, 109.89312744140625], "mean": [0.8606659173965454, -0.81832355260849, 1.1175754070281982, 0.11843200027942657, -1.0953692197799683, 0.38327959179878235, -1.0790146589279175, -0.9476428031921387, 1.239304780960083, 0.10563478618860245, 1.394468903541565, -0.3294893205165863, 49.327850341796875, 46.264015197753906, 13.034605979919434, 6.5859904289245605, 7.738077163696289, 6.713455677032471, 6.798479080200195, 11.999213218688965, 9.749192237854004, 15.13174057006836, 9.402388572692871, 38.60195541381836, 55.428409576416016, 52.35459899902344, 1.2017059326171875, 4.9620490074157715, 12.031167984008789, 7.437501907348633, 8.497723579406738, 13.47913932800293, 17.477703094482422, 18.609355926513672, 13.8297700881958, 47.72937774658203], "std": [0.3535960018634796, 0.12643596529960632, 0.16366027295589447, 0.4312053322792053, 0.35555270314216614, 0.17334194481372833, 0.41489464044570923, 0.12898556888103485, 0.1849505454301834, 0.30935928225517273, 0.27556145191192627, 0.1174754798412323, 8.566731452941895, 4.607901096343994, 17.769880294799805, 3.410468816757202, 11.485897064208984, 13.2626314163208, 10.266104698181152, 25.364416122436523, 15.419266700744629, 33.878089904785156, 17.184446334838867, 32.37556076049805, 12.032989501953125, 7.087165832519531, 0.18491683900356293, 3.1303062438964844, 8.523078918457031, 13.239094734191895, 12.377084732055664, 26.073095321655273, 23.196237564086914, 37.48893737792969, 26.76927375793457, 34.64109420776367], "count": [263]}, "action": {"min": [0.2405441701412201, -1.212734580039978, 0.9400033950805664, -0.4713607132434845, -1.6107804775238037, -0.02071889117360115, -1.3965104818344116, -1.3496843576431274, 1.0851072072982788, -0.43950751423835754, 0.7635471820831299, -0.4201953113079071, 14.863332748413086, 38.491249084472656, -0.7562500238418579, -0.48874998092651367, 0.7393749952316284, -0.12937501072883606, 0.8962500095367432, -0.9733333587646484, 0.7962499856948853, -3.1293749809265137, 0.9068750143051147, 0.47999998927116394, 26.97222137451172, 42.09375, 1.0, -0.4756249785423279, 0.890625, 0.7462500333786011, 0.6575000286102295, 0.9418750405311584, 0.6706249713897705, 0.265625, 0.8324999809265137, -3.526249885559082], "max": [1.3592450618743896, -0.6882295608520508, 1.6164788007736206, 1.0366836786270142, -0.5177099704742432, 0.5626030564308167, -0.129153311252594, -0.8616579174995422, 1.7195725440979004, 0.36206796765327454, 1.6300238370895386, -0.05729285627603531, 60.224998474121094, 58.189998626708984, 59.188751220703125, 9.423749923706055, 32.651248931884766, 42.649375915527344, 31.780624389648438, 75.99687194824219, 50.28750228881836, 98.03375244140625, 56.877498626708984, 107.31375122070312, 67.92437744140625, 61.97687530517578, 2.512500047683716, 9.521249771118164, 31.921875, 44.0099983215332, 38.67374801635742, 78.12125396728516, 83.76750183105469, 110.43375396728516, 89.48687744140625, 109.89312744140625], "mean": [0.8606656789779663, -0.8183234333992004, 1.1175756454467773, 0.11843197792768478, -1.0953693389892578, 0.3832795023918152, -1.0790144205093384, -0.9476428627967834, 1.2393046617507935, 0.10563478618860245, 1.3944687843322754, -0.3294893503189087, 49.327857971191406, 46.26403045654297, 13.034586906433105, 6.585991382598877, 7.73807430267334, 6.713447570800781, 6.798474311828613, 11.999202728271484, 9.749186515808105, 15.131755828857422, 9.402400016784668, 38.60195541381836, 55.42842483520508, 52.354610443115234, 1.2017059326171875, 4.962050437927246, 12.0311861038208, 7.437504291534424, 8.497725486755371, 13.47913646697998, 17.477699279785156, 18.609355926513672, 13.82976245880127, 47.72936248779297], "std": [0.35359594225883484, 0.12643598020076752, 0.16366028785705566, 0.43120530247688293, 0.35555267333984375, 0.17334194481372833, 0.41489464044570923, 0.12898556888103485, 0.184950590133667, 0.30935925245285034, 0.2755614221096039, 0.1174754723906517, 8.566732406616211, 4.607900619506836, 17.769872665405273, 3.410468578338623, 11.485895156860352, 13.262633323669434, 10.26610279083252, 25.364416122436523, 15.419264793395996, 33.87808609008789, 17.18444061279297, 32.37556076049805, 12.032991409301758, 7.087165832519531, 0.18491673469543457, 3.130305290222168, 8.523078918457031, 13.239093780517578, 12.377082824707031, 26.073097229003906, 23.19623565673828, 37.48893737792969, 26.769269943237305, 34.641090393066406], "count": [263]}, "timestamp": {"min": [0.0], "max": [8.733333333333333], "mean": [4.366666666666667], "std": [2.5307003861469743], "count": [263]}, "frame_index": {"min": [0], "max": [262], "mean": [131.0], "std": [75.92101158440923], "count": [263]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [263]}, "index": {"min": [10698], "max": [10960], "mean": [10829.0], "std": [75.92101158440923], "count": [263]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [263]}, "subtask_annotation": {"mean": [3.7300380228136882, 10.0, 10.0, 10.0, 10.0], "std": [2.6319423494585936, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [263]}, "scene_annotation": {"mean": [49.0], "std": [0.0], "min": [49], "max": [49], "count": [263]}, "eef_direction_state": {"mean": [3.155893536121673, 4.266159695817491], "std": [1.8298417362001456, 2.0667279306953423], "min": [0, 0], "max": [6, 6], "count": [263]}, "eef_velocity_state": {"mean": [1.2357414448669202, 0.8555133079847909], "std": [0.6330084797462145, 0.9156632487897043], "min": [0, 0], "max": [2, 2], "count": [263]}, "eef_acc_mag_state": {"mean": [1.049429657794677, 0.6920152091254753], "std": [0.8188775923248063, 0.827413469311649], "min": [0, 0], "max": [2, 2], "count": [263]}, "eef_direction_action": {"mean": [3.155893536121673, 4.266159695817491], "std": [1.8298417362001456, 2.0667279306953423], "min": [0, 0], "max": [6, 6], "count": [263]}, "eef_velocity_action": {"mean": [1.2357414448669202, 0.8555133079847909], "std": [0.6330084797462145, 0.9156632487897043], "min": [0, 0], "max": [2, 2], "count": [263]}, "eef_acc_mag_action": {"mean": [1.049429657794677, 0.6920152091254753], "std": [0.8188775923248063, 0.827413469311649], "min": [0, 0], "max": [2, 2], "count": [263]}, "eef_sim_pose_state": {"mean": [0.6358337079038238, 0.2084518328538129, 1.2324604817511464, -1.3305111152122535, 0.7065354118464983, -2.072919496500593, 0.6329564866785264, -0.23829868202598764, 1.2198300625437106, 1.1719285228932455, 0.5598815306835445, 1.9348197831578633], "std": [0.04779441422695898, 0.04264096615944571, 0.04634803294136481, 0.2732822388668285, 0.1600389317198317, 0.3011045436302445, 0.04901479884377929, 0.0690688274594624, 0.07011614111304892, 0.1760848925060509, 0.05425648490405292, 0.1946838000577042], "min": [0.5825335414016056, 0.13973732397714936, 1.1883002790361266, -1.9093762399163703, 0.4345426199885871, -2.6829492351853896, 0.5960323320553427, -0.29742051360224386, 1.176950260095041, 0.61220523796176, 0.40738579997579016, 1.6908929438693667], "max": [0.7898499646761187, 0.29784183320547336, 1.3723113041944621, -0.8000313480562568, 1.0437788318611347, -1.674530142593806, 0.7804640591666346, -0.10521868949233039, 1.4337356121158134, 1.3690508123776537, 0.6792855006773344, 2.399522927897482], "count": [263]}, "eef_sim_pose_action": {"mean": [0.6358337079038238, 0.2084518328538129, 1.2324604817511464, -1.3305111152122535, 0.7065354118464983, -2.072919496500593, 0.6329564866785264, -0.23829868202598764, 1.2198300625437106, 1.1719285228932455, 0.5598815306835445, 1.9348197831578633], "std": [0.04779441422695898, 0.04264096615944571, 0.04634803294136481, 0.2732822388668285, 0.1600389317198317, 0.3011045436302445, 0.04901479884377929, 0.0690688274594624, 0.07011614111304892, 0.1760848925060509, 0.05425648490405292, 0.1946838000577042], "min": [0.5825335414016056, 0.13973732397714936, 1.1883002790361266, -1.9093762399163703, 0.4345426199885871, -2.6829492351853896, 0.5960323320553427, -0.29742051360224386, 1.176950260095041, 0.61220523796176, 0.40738579997579016, 1.6908929438693667], "max": [0.7898499646761187, 0.29784183320547336, 1.3723113041944621, -0.8000313480562568, 1.0437788318611347, -1.674530142593806, 0.7804640591666346, -0.10521868949233039, 1.4337356121158134, 1.3690508123776537, 0.6792855006773344, 2.399522927897482], "count": [263]}}} +{"episode_index": 50, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3492826123366013]], [[0.41306471405228756]], [[0.41296436274509807]]], "std": [[[0.35852025324587383]], [[0.2551750455576256]], [[0.24952205392712676]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47551461192810457]], [[0.4962641462418301]], [[0.4621157230392157]]], "std": [[[0.27707438173822246]], [[0.2663388901299851]], [[0.2571488994755537]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47775230596405227]], [[0.5106905024509804]], [[0.4685800040849673]]], "std": [[[0.31516604848438173]], [[0.2708038647243724]], [[0.27238242967587484]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.419245847630719]], [[0.4272472181372549]], [[0.3225980126633987]]], "std": [[[0.4113437103282353]], [[0.36958714343690147]], [[0.341869882362607]]], "count": [100]}, "observation.state": {"min": [0.2368009388446808, -1.3455357551574707, 0.8411058783531189, -0.2953680455684662, -1.5427082777023315, 0.6955968141555786, -1.0358015298843384, -1.2252994775772095, 0.8238441348075867, -0.12083237618207932, 0.47426947951316833, -1.0091172456741333, 31.23812484741211, 47.508750915527344, -0.46937498450279236, -0.9662500023841858, 6.809999942779541, 0.16687500476837158, 3.9568748474121094, -1.0162500143051147, 1.8481249809265137, 0.5512499809265137, 1.0512499809265137, 8.583125114440918, 30.505624771118164, 44.03687286376953, 0.8274999856948853, -1.578125, 5.301875114440918, 0.16624999046325684, 2.833750009536743, 0.06312499940395355, 2.478749990463257, 2.322499990463257, 0.765625, 7.208749771118164], "max": [1.0116095542907715, -0.7757782340049744, 1.5545843839645386, 0.18618391454219818, -0.24226081371307373, 0.895301878452301, -0.3389410376548767, -0.712882399559021, 1.3773412704467773, -0.015855077654123306, 1.2363860607147217, -0.643951952457428, 70.1362533569336, 69.23625183105469, 9.90250015258789, 6.296249866485596, 47.30875015258789, 65.80999755859375, 54.071250915527344, 79.27812194824219, 52.598751068115234, 80.05874633789062, 43.733123779296875, 109.33562469482422, 63.772499084472656, 49.51599884033203, 1.9674999713897705, 6.443749904632568, 37.45874786376953, 48.926876068115234, 44.079376220703125, 78.45375061035156, 48.66749954223633, 84.78250122070312, 47.66812515258789, 101.99749755859375], "mean": [0.7074832320213318, -0.972669243812561, 1.0661550760269165, -0.01516789011657238, -0.880579948425293, 0.8276158571243286, -0.8114240169525146, -0.923534095287323, 0.980583667755127, -0.06698174774646759, 0.9220033288002014, -0.757857084274292, 54.069007873535156, 57.51055908203125, 0.3975052833557129, 0.415070503950119, 32.91099166870117, 32.859031677246094, 36.903236389160156, 39.87041473388672, 32.169864654541016, 51.893714904785156, 23.04330062866211, 84.0293197631836, 54.87883377075195, 47.7244987487793, 1.1084632873535156, -0.38570886850357056, 30.14232063293457, 32.66594696044922, 33.75014114379883, 47.32643508911133, 36.02229309082031, 55.80540084838867, 31.611745834350586, 78.61436462402344], "std": [0.2742502987384796, 0.17019079625606537, 0.23448733985424042, 0.1951950043439865, 0.43101930618286133, 0.06237829476594925, 0.253548264503479, 0.13333386182785034, 0.17045801877975464, 0.03012187033891678, 0.21255649626255035, 0.10181248188018799, 11.102802276611328, 7.771902561187744, 1.8542958498001099, 1.706107258796692, 11.261140823364258, 23.991724014282227, 14.037152290344238, 30.170825958251953, 15.525721549987793, 26.985496520996094, 17.063735961914062, 21.846481323242188, 12.146985054016113, 1.1657872200012207, 0.3128410279750824, 1.9537287950515747, 7.298695087432861, 19.34670066833496, 10.193756103515625, 28.916799545288086, 14.168954849243164, 26.320449829101562, 18.075878143310547, 22.053770065307617], "count": [175]}, "action": {"min": [0.2368009388446808, -1.3455357551574707, 0.8411058783531189, -0.2953680455684662, -1.5427082777023315, 0.6955968141555786, -1.0358015298843384, -1.2252994775772095, 0.8238441348075867, -0.12083237618207932, 0.47426947951316833, -1.0091172456741333, 31.23812484741211, 47.508750915527344, -0.46937498450279236, -0.9662500023841858, 6.809999942779541, 0.16687500476837158, 3.9568748474121094, -1.0162500143051147, 1.8481249809265137, 0.5512499809265137, 1.0512499809265137, 8.583125114440918, 30.505624771118164, 44.03687286376953, 0.8274999856948853, -1.578125, 5.301875114440918, 0.16624999046325684, 2.833750009536743, 0.06312499940395355, 2.478749990463257, 2.322499990463257, 0.765625, 7.208749771118164], "max": [1.0116095542907715, -0.7757782340049744, 1.5545843839645386, 0.18618391454219818, -0.24226081371307373, 0.895301878452301, -0.3389410376548767, -0.712882399559021, 1.3773412704467773, -0.015855077654123306, 1.2363860607147217, -0.643951952457428, 70.1362533569336, 69.23625183105469, 9.90250015258789, 6.296249866485596, 47.30875015258789, 65.80999755859375, 54.071250915527344, 79.27812194824219, 52.598751068115234, 80.05874633789062, 43.733123779296875, 109.33562469482422, 63.772499084472656, 49.51599884033203, 1.9674999713897705, 6.443749904632568, 37.45874786376953, 48.926876068115234, 44.079376220703125, 78.45375061035156, 48.66749954223633, 84.78250122070312, 47.66812515258789, 101.99749755859375], "mean": [0.7074829339981079, -0.9726688265800476, 1.0661550760269165, -0.01516786403954029, -0.8805797696113586, 0.8276160359382629, -0.811424195766449, -0.9235345721244812, 0.9805834889411926, -0.06698167324066162, 0.9220033288002014, -0.7578573226928711, 54.06901168823242, 57.510528564453125, 0.3975054919719696, 0.41507044434547424, 32.91100311279297, 32.85903549194336, 36.903236389160156, 39.870426177978516, 32.16986846923828, 51.89372634887695, 23.043306350708008, 84.02932739257812, 54.87883758544922, 47.72447967529297, 1.1084634065628052, -0.38570892810821533, 30.142305374145508, 32.66593551635742, 33.75012969970703, 47.326438903808594, 36.02227783203125, 55.8054084777832, 31.611772537231445, 78.61441040039062], "std": [0.2742503583431244, 0.17019078135490417, 0.23448729515075684, 0.19519497454166412, 0.43101930618286133, 0.06237827613949776, 0.25354820489883423, 0.13333383202552795, 0.17045801877975464, 0.03012187033891678, 0.21255651116371155, 0.10181247442960739, 11.102801322937012, 7.771901607513428, 1.8542957305908203, 1.7061071395874023, 11.261139869689941, 23.99172019958496, 14.037151336669922, 30.17082977294922, 15.525720596313477, 26.985492706298828, 17.063739776611328, 21.84648323059082, 12.14698600769043, 1.1657873392105103, 0.31284111738204956, 1.9537287950515747, 7.298694610595703, 19.34670066833496, 10.193757057189941, 28.91680145263672, 14.16895580291748, 26.320449829101562, 18.07588005065918, 22.053768157958984], "count": [175]}, "timestamp": {"min": [0.0], "max": [5.8], "mean": [2.9], "std": [1.6839107920420118], "count": [175]}, "frame_index": {"min": [0], "max": [174], "mean": [87.0], "std": [50.51732376126036], "count": [175]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [175]}, "index": {"min": [10961], "max": [11135], "mean": [11048.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [175]}, "subtask_annotation": {"mean": [2.7314285714285713, 4.914285714285715, 10.0, 10.0, 10.0], "std": [2.912413964744848, 4.26394470998346, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [175]}, "scene_annotation": {"mean": [50.0], "std": [0.0], "min": [50], "max": [50], "count": [175]}, "eef_direction_state": {"mean": [3.5828571428571427, 3.6857142857142855], "std": [2.0654277611997696, 2.025148016762213], "min": [0, 0], "max": [6, 6], "count": [175]}, "eef_velocity_state": {"mean": [1.4114285714285715, 1.3942857142857144], "std": [0.7941829327127629, 0.7626805574112022], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_acc_mag_state": {"mean": [1.2057142857142857, 1.04], "std": [0.8162432610591578, 0.7954154350310993], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_direction_action": {"mean": [3.5828571428571427, 3.6857142857142855], "std": [2.0654277611997696, 2.025148016762213], "min": [0, 0], "max": [6, 6], "count": [175]}, "eef_velocity_action": {"mean": [1.4114285714285715, 1.3942857142857144], "std": [0.7941829327127629, 0.7626805574112022], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_acc_mag_action": {"mean": [1.2057142857142857, 1.04], "std": [0.8162432610591578, 0.7954154350310993], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_sim_pose_state": {"mean": [0.6416591747314679, 0.1274888377554427, 1.2117894248076055, -1.338007733951418, 0.8253341408344929, -2.0620025782835234, 0.60054672864203, -0.10727213558278378, 1.1873807336415967, 1.396457936462886, 0.8015287909829354, 2.2350349080978753], "std": [0.07471063652929567, 0.050796652055224344, 0.07106753590917826, 0.3813601437260037, 0.14371833493775502, 0.39072865374933313, 0.06544160998149606, 0.023354024947105253, 0.07001386055603587, 0.2929559318578744, 0.08805836718050696, 0.270042851834505], "min": [0.5716412252976008, 0.05150494224239807, 1.0583148280516002, -2.0425737537968582, 0.6184572677245446, -2.764428337674135, 0.5509986809684105, -0.14273386453839151, 1.0645927123530974, 0.88637583093791, 0.729349753210021, 1.7603031492508956], "max": [0.7884845908542721, 0.20160883571828359, 1.321427027653815, -0.8223210619466583, 1.0542917916849173, -1.6104862321882694, 0.7453217231258942, -0.05771183258645757, 1.2999788999793669, 1.9071426825347626, 1.0068485170760177, 2.631802864853659], "count": [175]}, "eef_sim_pose_action": {"mean": [0.6416591747314679, 0.1274888377554427, 1.2117894248076055, -1.338007733951418, 0.8253341408344929, -2.0620025782835234, 0.60054672864203, -0.10727213558278378, 1.1873807336415967, 1.396457936462886, 0.8015287909829354, 2.2350349080978753], "std": [0.07471063652929567, 0.050796652055224344, 0.07106753590917826, 0.3813601437260037, 0.14371833493775502, 0.39072865374933313, 0.06544160998149606, 0.023354024947105253, 0.07001386055603587, 0.2929559318578744, 0.08805836718050696, 0.270042851834505], "min": [0.5716412252976008, 0.05150494224239807, 1.0583148280516002, -2.0425737537968582, 0.6184572677245446, -2.764428337674135, 0.5509986809684105, -0.14273386453839151, 1.0645927123530974, 0.88637583093791, 0.729349753210021, 1.7603031492508956], "max": [0.7884845908542721, 0.20160883571828359, 1.321427027653815, -0.8223210619466583, 1.0542917916849173, -1.6104862321882694, 0.7453217231258942, -0.05771183258645757, 1.2999788999793669, 1.9071426825347626, 1.0068485170760177, 2.631802864853659], "count": [175]}}} +{"episode_index": 51, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3275972998366013]], [[0.33329455678104575]], [[0.3604248835784314]]], "std": [[[0.3299427641477108]], [[0.31582505636053826]], [[0.2953570290970288]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4812267626633987]], [[0.5019171058006536]], [[0.47425678717320263]]], "std": [[[0.3182016982705372]], [[0.3117638936512294]], [[0.32116842709890636]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48428959354575163]], [[0.5180216789215686]], [[0.48336251838235295]]], "std": [[[0.31476570061084347]], [[0.29675355592266534]], [[0.3028332753320366]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3798214215686274]], [[0.40713780024509805]], [[0.3920629820261438]]], "std": [[[0.3654173629288356]], [[0.3628664112536195]], [[0.3403877631842659]]], "count": [100]}, "observation.state": {"min": [0.3105926215648651, -1.1177233457565308, 0.9679465293884277, -0.5181391835212708, -1.592374324798584, 0.3890096843242645, -1.3120851516723633, -1.3348783254623413, 1.1373693943023682, -0.5077439546585083, 0.8966106176376343, -0.4137817621231079, 42.41444396972656, 44.45000076293945, -0.9900000095367432, 1.0049999952316284, 5.70090913772583, -0.4240000247955322, 3.9306249618530273, -0.9593750238418579, 3.259999990463257, -2.2543749809265137, 0.9018750190734863, 8.864375114440918, 29.129375457763672, 45.96875, 1.1306250095367432, 1.2168749570846558, 1.0137500762939453, 0.03749999776482582, 0.9368749856948853, 0.25062501430511475, 1.0631250143051147, 0.4312500059604645, 1.0049999952316284, -3.026249885559082], "max": [1.4544708728790283, -0.7772802710533142, 1.5415188074111938, 0.27525845170021057, -0.6723983287811279, 0.5084433555603027, -0.2888246774673462, -0.886692225933075, 1.6776341199874878, 0.3471904397010803, 1.5402551889419556, -0.07147897779941559, 63.37750244140625, 57.137779235839844, 53.180625915527344, 9.013124465942383, 35.130001068115234, 61.94937515258789, 29.901248931884766, 77.94874572753906, 34.36249923706055, 88.16062927246094, 70.78062438964844, 109.73999786376953, 67.22187805175781, 69.44499969482422, 2.7512500286102295, 9.50333309173584, 30.37125015258789, 66.21375274658203, 32.81187438964844, 75.22062683105469, 40.15062713623047, 93.79312896728516, 86.37125396728516, 109.24250030517578], "mean": [0.931283712387085, -0.8538352251052856, 1.1430301666259766, -0.04718366637825966, -1.1633213758468628, 0.45728203654289246, -0.9634555578231812, -0.9918487668037415, 1.285719394683838, 0.038455359637737274, 1.3274471759796143, -0.3171151280403137, 55.248634338378906, 49.06520462036133, 14.116820335388184, 4.558441638946533, 18.557750701904297, 10.181781768798828, 12.535563468933105, 13.405491828918457, 11.999732971191406, 15.627082824707031, 11.308721542358398, 48.14181137084961, 52.87188720703125, 56.97500228881836, 1.3089685440063477, 4.826767444610596, 12.88879680633545, 10.92668342590332, 15.99109935760498, 14.9669771194458, 18.13221549987793, 18.182458877563477, 15.100818634033203, 46.99654006958008], "std": [0.28363507986068726, 0.0776795744895935, 0.13625571131706238, 0.21054022014141083, 0.26308968663215637, 0.03410477563738823, 0.36208727955818176, 0.12472406774759293, 0.15993782877922058, 0.3205038607120514, 0.2204534262418747, 0.10775376856327057, 4.091290473937988, 2.8023407459259033, 18.224937438964844, 1.8527096509933472, 7.661117076873779, 19.445037841796875, 8.054315567016602, 26.73090171813965, 9.621744155883789, 31.68475914001465, 20.657304763793945, 28.584354400634766, 10.067172050476074, 9.692044258117676, 0.22903946042060852, 2.430361747741699, 8.270968437194824, 20.402599334716797, 8.451319694519043, 25.522653579711914, 10.045677185058594, 33.04826736450195, 25.59695053100586, 29.906898498535156], "count": [199]}, "action": {"min": [0.3105926215648651, -1.1177233457565308, 0.9679465293884277, -0.5181391835212708, -1.592374324798584, 0.3890096843242645, -1.3120851516723633, -1.3348783254623413, 1.1373693943023682, -0.5077439546585083, 0.8966106176376343, -0.4137817621231079, 42.41444396972656, 44.45000076293945, -0.9900000095367432, 1.0049999952316284, 5.70090913772583, -0.4240000247955322, 3.9306249618530273, -0.9593750238418579, 3.259999990463257, -2.2543749809265137, 0.9018750190734863, 8.864375114440918, 29.129375457763672, 45.96875, 1.1306250095367432, 1.2168749570846558, 1.0137500762939453, 0.03749999776482582, 0.9368749856948853, 0.25062501430511475, 1.0631250143051147, 0.4312500059604645, 1.0049999952316284, -3.026249885559082], "max": [1.4544708728790283, -0.7772802710533142, 1.5415188074111938, 0.27525845170021057, -0.6723983287811279, 0.5084433555603027, -0.2888246774673462, -0.886692225933075, 1.6776341199874878, 0.3471904397010803, 1.5402551889419556, -0.07147897779941559, 63.37750244140625, 57.137779235839844, 53.180625915527344, 9.013124465942383, 35.130001068115234, 61.94937515258789, 29.901248931884766, 77.94874572753906, 34.36249923706055, 88.16062927246094, 70.78062438964844, 109.73999786376953, 67.22187805175781, 69.44499969482422, 2.7512500286102295, 9.50333309173584, 30.37125015258789, 66.21375274658203, 32.81187438964844, 75.22062683105469, 40.15062713623047, 93.79312896728516, 86.37125396728516, 109.24250030517578], "mean": [0.9312837719917297, -0.8538352847099304, 1.1430302858352661, -0.04718367010354996, -1.1633212566375732, 0.4572819769382477, -0.9634557366371155, -0.9918487668037415, 1.285719394683838, 0.03845527395606041, 1.3274472951889038, -0.3171151876449585, 55.24863052368164, 49.06522750854492, 14.11682415008545, 4.558442115783691, 18.55776023864746, 10.181783676147461, 12.535557746887207, 13.405466079711914, 11.999732971191406, 15.627070426940918, 11.308716773986816, 48.14183807373047, 52.871864318847656, 56.97505569458008, 1.3089685440063477, 4.826767921447754, 12.888789176940918, 10.926679611206055, 15.991104125976562, 14.966976165771484, 18.132213592529297, 18.182456970214844, 15.100812911987305, 46.996543884277344], "std": [0.28363507986068726, 0.07767955958843231, 0.13625571131706238, 0.21054017543792725, 0.26308971643447876, 0.03410477936267853, 0.36208727955818176, 0.12472405284643173, 0.1599378138780594, 0.3205038607120514, 0.2204534113407135, 0.10775377601385117, 4.09128999710083, 2.8023414611816406, 18.22494125366211, 1.8527096509933472, 7.661118030548096, 19.44504165649414, 8.054315567016602, 26.730913162231445, 9.62174129486084, 31.68476104736328, 20.65730857849121, 28.584348678588867, 10.067171096801758, 9.69204330444336, 0.22903960943222046, 2.4303619861602783, 8.270968437194824, 20.40260124206543, 8.451319694519043, 25.522653579711914, 10.04567813873291, 33.04827117919922, 25.59695053100586, 29.90690040588379], "count": [199]}, "timestamp": {"min": [0.0], "max": [6.6], "mean": [3.3000000000000003], "std": [1.9148542155126762], "count": [199]}, "frame_index": {"min": [0], "max": [198], "mean": [99.0], "std": [57.445626465380286], "count": [199]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [199]}, "index": {"min": [11136], "max": [11334], "mean": [11235.0], "std": [57.445626465380286], "count": [199]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [199]}, "subtask_annotation": {"mean": [3.7889447236180906, 10.0, 10.0, 10.0, 10.0], "std": [2.3070088515577094, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [199]}, "scene_annotation": {"mean": [51.0], "std": [0.0], "min": [51], "max": [51], "count": [199]}, "eef_direction_state": {"mean": [3.407035175879397, 4.150753768844221], "std": [2.189548209236716, 2.0612205328636874], "min": [0, 0], "max": [6, 6], "count": [199]}, "eef_velocity_state": {"mean": [1.1608040201005025, 0.9597989949748744], "std": [0.8648765309876233, 0.9449107053071285], "min": [0, 0], "max": [2, 2], "count": [199]}, "eef_acc_mag_state": {"mean": [0.949748743718593, 0.7839195979899497], "std": [0.8667431311889622, 0.8318670129316705], "min": [0, 0], "max": [2, 2], "count": [199]}, "eef_direction_action": {"mean": [3.407035175879397, 4.150753768844221], "std": [2.189548209236716, 2.0612205328636874], "min": [0, 0], "max": [6, 6], "count": [199]}, "eef_velocity_action": {"mean": [1.1608040201005025, 0.9597989949748744], "std": [0.8648765309876233, 0.9449107053071285], "min": [0, 0], "max": [2, 2], "count": [199]}, "eef_acc_mag_action": {"mean": [0.949748743718593, 0.7839195979899497], "std": [0.8667431311889622, 0.8318670129316705], "min": [0, 0], "max": [2, 2], "count": [199]}, "eef_sim_pose_state": {"mean": [0.644201758304323, 0.219545218722425, 1.223984371836369, -1.2593169769462302, 0.6540776525575608, -1.9679288280680887, 0.6453680698704172, -0.21326749436861023, 1.2265126961614492, 1.1348073063570727, 0.5521753322198455, 1.9688865466475463], "std": [0.0427022273280556, 0.030649676341915264, 0.044723746324943116, 0.1534877605578882, 0.10269956839373114, 0.14780568052393112, 0.0382336493382484, 0.07663390902350276, 0.06361854405540557, 0.18740530694715601, 0.0624845080529817, 0.2186497521849641], "min": [0.5881691836443154, 0.18210662110614317, 1.1696986853175784, -1.5582476297682626, 0.5118163718142461, -2.2839962874309476, 0.6174826304677923, -0.29092225099091845, 1.1756410309245882, 0.5993748833441348, 0.4899257548666003, 1.7286189990896266], "max": [0.7733309548307702, 0.31709543886795083, 1.3472197476024015, -0.8692212220480489, 0.8303265499763128, -1.7163978932362998, 0.763819134719353, -0.09926088812549236, 1.3923859268941232, 1.3301401907781356, 0.7018877216770298, 2.429860551346684], "count": [199]}, "eef_sim_pose_action": {"mean": [0.644201758304323, 0.219545218722425, 1.223984371836369, -1.2593169769462302, 0.6540776525575608, -1.9679288280680887, 0.6453680698704172, -0.21326749436861023, 1.2265126961614492, 1.1348073063570727, 0.5521753322198455, 1.9688865466475463], "std": [0.0427022273280556, 0.030649676341915264, 0.044723746324943116, 0.1534877605578882, 0.10269956839373114, 0.14780568052393112, 0.0382336493382484, 0.07663390902350276, 0.06361854405540557, 0.18740530694715601, 0.0624845080529817, 0.2186497521849641], "min": [0.5881691836443154, 0.18210662110614317, 1.1696986853175784, -1.5582476297682626, 0.5118163718142461, -2.2839962874309476, 0.6174826304677923, -0.29092225099091845, 1.1756410309245882, 0.5993748833441348, 0.4899257548666003, 1.7286189990896266], "max": [0.7733309548307702, 0.31709543886795083, 1.3472197476024015, -0.8692212220480489, 0.8303265499763128, -1.7163978932362998, 0.763819134719353, -0.09926088812549236, 1.3923859268941232, 1.3301401907781356, 0.7018877216770298, 2.429860551346684], "count": [199]}}} +{"episode_index": 52, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34612732843137256]], [[0.4111208864379085]], [[0.4080223366013072]]], "std": [[[0.35964594799998384]], [[0.25847095071422005]], [[0.2526737494624689]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4746447753267974]], [[0.49438070465686274]], [[0.4627264440359477]]], "std": [[[0.2737397562158222]], [[0.262777698714102]], [[0.25414733221909647]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48920398897058825]], [[0.5173575878267974]], [[0.4881764236111111]]], "std": [[[0.31279324455263774]], [[0.2809898036378704]], [[0.2821134003602164]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4290380821078431]], [[0.43809303513071896]], [[0.3285525857843137]]], "std": [[[0.41422920177885786]], [[0.3733758826913122]], [[0.34596666288288336]]], "count": [100]}, "observation.state": {"min": [0.22664415836334229, -1.290937066078186, 0.8206015825271606, -0.0400337390601635, -1.0914651155471802, 0.6024690866470337, -1.0476748943328857, -1.1963073015213013, 0.8067254424095154, -0.06542305648326874, 0.4344859719276428, -1.0488288402557373, 25.28874969482422, 45.783748626708984, -0.48000001907348633, 0.11374999582767487, 8.693750381469727, -0.021250000223517418, 1.7918750047683716, -1.2237499952316284, 1.1137499809265137, -3.271250009536743, 0.9919999837875366, 7.114375114440918, 33.1037483215332, 41.78666687011719, 0.7087500095367432, -1.3156249523162842, 1.2966666221618652, -0.46799999475479126, 1.09333336353302, 0.6200000047683716, 1.0266666412353516, 4.147777557373047, 0.7606250047683716, 15.380000114440918], "max": [0.8649481534957886, -0.7101166844367981, 1.4733539819717407, 0.2592126429080963, -0.23067349195480347, 0.9286545515060425, -0.2767605185508728, -0.6780251264572144, 1.340528964996338, 0.021410316228866577, 1.2622787952423096, -0.6947146654129028, 62.078125, 72.875, 29.96875, 4.287499904632568, 36.064998626708984, 32.93687438964844, 44.388126373291016, 59.029998779296875, 44.22062683105469, 76.29000091552734, 44.883750915527344, 107.3168716430664, 65.32062530517578, 48.056922912597656, 2.740000009536743, 5.69777774810791, 37.709373474121094, 55.744998931884766, 52.375, 69.01875305175781, 54.97437286376953, 82.16374969482422, 51.84812545776367, 102.53750610351562], "mean": [0.5411964058876038, -0.9577656984329224, 1.0888077020645142, 0.13479115068912506, -0.7263778448104858, 0.7710714936256409, -0.8166013956069946, -0.8702670931816101, 0.9423475861549377, -0.024986837059259415, 0.9526715874671936, -0.7778959274291992, 45.79327392578125, 55.85942077636719, 4.18174934387207, 0.7174677848815918, 24.526607513427734, 11.198934555053711, 23.524782180786133, 18.095136642456055, 16.734813690185547, 39.8943977355957, 12.778037071228027, 76.03208923339844, 55.803123474121094, 46.243526458740234, 0.9907639622688293, -0.40809082984924316, 30.94178581237793, 34.077232360839844, 39.24387741088867, 40.60884094238281, 38.61487579345703, 56.950252532958984, 32.0440559387207, 81.83808898925781], "std": [0.26400578022003174, 0.1578090637922287, 0.19265419244766235, 0.10856083780527115, 0.2573993504047394, 0.10858374834060669, 0.2599078416824341, 0.14614936709403992, 0.16907399892807007, 0.02228977158665657, 0.2726815640926361, 0.10986118763685226, 11.999985694885254, 8.860189437866211, 8.684380531311035, 0.9779416918754578, 8.331228256225586, 13.21922779083252, 14.175026893615723, 22.745014190673828, 15.94578742980957, 24.850980758666992, 15.983859062194824, 23.274805068969727, 10.93945026397705, 1.0852644443511963, 0.369277685880661, 1.372235655784607, 8.313182830810547, 20.461217880249023, 12.820663452148438, 22.71955108642578, 16.987091064453125, 21.3189697265625, 19.006946563720703, 14.761457443237305], "count": [175]}, "action": {"min": [0.22664415836334229, -1.290937066078186, 0.8206015825271606, -0.0400337390601635, -1.0914651155471802, 0.6024690866470337, -1.0476748943328857, -1.1963073015213013, 0.8067254424095154, -0.06542305648326874, 0.4344859719276428, -1.0488288402557373, 25.28874969482422, 45.783748626708984, -0.48000001907348633, 0.11374999582767487, 8.693750381469727, -0.021250000223517418, 1.7918750047683716, -1.2237499952316284, 1.1137499809265137, -3.271250009536743, 0.9919999837875366, 7.114375114440918, 33.1037483215332, 41.78666687011719, 0.7087500095367432, -1.3156249523162842, 1.2966666221618652, -0.46799999475479126, 1.09333336353302, 0.6200000047683716, 1.0266666412353516, 4.147777557373047, 0.7606250047683716, 15.380000114440918], "max": [0.8649481534957886, -0.7101166844367981, 1.4733539819717407, 0.2592126429080963, -0.23067349195480347, 0.9286545515060425, -0.2767605185508728, -0.6780251264572144, 1.340528964996338, 0.021410316228866577, 1.2622787952423096, -0.6947146654129028, 62.078125, 72.875, 29.96875, 4.287499904632568, 36.064998626708984, 32.93687438964844, 44.388126373291016, 59.029998779296875, 44.22062683105469, 76.29000091552734, 44.883750915527344, 107.3168716430664, 65.32062530517578, 48.056922912597656, 2.740000009536743, 5.69777774810791, 37.709373474121094, 55.744998931884766, 52.375, 69.01875305175781, 54.97437286376953, 82.16374969482422, 51.84812545776367, 102.53750610351562], "mean": [0.5411964058876038, -0.9577657580375671, 1.0888075828552246, 0.13479115068912506, -0.726377546787262, 0.7710714936256409, -0.816601574420929, -0.8702671527862549, 0.9423476457595825, -0.02498682588338852, 0.9526721835136414, -0.7778961062431335, 45.79328536987305, 55.85940933227539, 4.181748867034912, 0.7174676060676575, 24.526601791381836, 11.19893741607666, 23.5247859954834, 18.095138549804688, 16.73480224609375, 39.89439392089844, 12.778036117553711, 76.03207397460938, 55.803131103515625, 46.24354934692383, 0.9907635450363159, -0.4080907702445984, 30.941810607910156, 34.07721710205078, 39.24388122558594, 40.60884094238281, 38.614871978759766, 56.95026397705078, 32.0440559387207, 81.83808898925781], "std": [0.26400578022003174, 0.1578090935945511, 0.19265420734882355, 0.10856084525585175, 0.2573993504047394, 0.10858374089002609, 0.25990787148475647, 0.14614936709403992, 0.16907401382923126, 0.022289777174592018, 0.2726815640926361, 0.10986117273569107, 11.999985694885254, 8.860188484191895, 8.684382438659668, 0.9779416918754578, 8.331228256225586, 13.219228744506836, 14.175029754638672, 22.745014190673828, 15.94579029083252, 24.850980758666992, 15.983861923217773, 23.27480697631836, 10.939451217651367, 1.0852644443511963, 0.36927756667137146, 1.3722355365753174, 8.313182830810547, 20.46121597290039, 12.820662498474121, 22.719552993774414, 16.98708724975586, 21.318967819213867, 19.00694465637207, 14.761457443237305], "count": [175]}, "timestamp": {"min": [0.0], "max": [5.8], "mean": [2.9], "std": [1.6839107920420118], "count": [175]}, "frame_index": {"min": [0], "max": [174], "mean": [87.0], "std": [50.51732376126036], "count": [175]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [175]}, "index": {"min": [11335], "max": [11509], "mean": [11422.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [175]}, "subtask_annotation": {"mean": [3.1085714285714285, 5.2457142857142856, 10.0, 10.0, 10.0], "std": [3.1649302794010157, 4.0598622676949345, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [175]}, "scene_annotation": {"mean": [52.0], "std": [0.0], "min": [52], "max": [52], "count": [175]}, "eef_direction_state": {"mean": [3.874285714285714, 3.8], "std": [1.8780450104362503, 1.885281335579844], "min": [0, 0], "max": [6, 6], "count": [175]}, "eef_velocity_state": {"mean": [1.5085714285714287, 1.3428571428571427], "std": [0.7318748638439025, 0.7148569144683886], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_acc_mag_state": {"mean": [1.1142857142857143, 0.9885714285714285], "std": [0.7989789402348325, 0.7927425914674515], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_direction_action": {"mean": [3.874285714285714, 3.8], "std": [1.8780450104362503, 1.885281335579844], "min": [0, 0], "max": [6, 6], "count": [175]}, "eef_velocity_action": {"mean": [1.5085714285714287, 1.3428571428571427], "std": [0.7318748638439025, 0.7148569144683886], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_acc_mag_action": {"mean": [1.1142857142857143, 0.9885714285714285], "std": [0.7989789402348325, 0.7927425914674515], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_sim_pose_state": {"mean": [0.6391557695892048, 0.1099858353914458, 1.2420491124040085, -1.297612357428959, 0.8357591408509908, -2.1113870369201346, 0.5972432290021574, -0.1253800243001992, 1.2033913112592405, 1.3633838165905159, 0.7863832063378058, 2.1682747748125744], "std": [0.06855477171740211, 0.04462072190939021, 0.11940949734199935, 0.5146121693963353, 0.1577433782676638, 0.48909977734104837, 0.0609540835813117, 0.02666370647304139, 0.0812391648343403, 0.4075643426582605, 0.11084344641690258, 0.30812686385787064], "min": [0.5667711589917529, 0.04187699993352886, 1.0533607835924919, -1.9779101102581493, 0.6212454458439041, -2.7556982307346902, 0.5541830167308891, -0.15647341909426257, 1.052138245619612, 0.8193773020196504, 0.6955055436925903, 1.7372581232860735], "max": [0.7732963162467823, 0.18900755446282513, 1.4069254584919444, -0.5697044834077996, 1.1113845106765123, -1.4126087790310948, 0.7424479908570037, -0.06191870170973085, 1.3129619484752924, 2.056958841582697, 1.0691915057560926, 2.671492188936796], "count": [175]}, "eef_sim_pose_action": {"mean": [0.6391557695892048, 0.1099858353914458, 1.2420491124040085, -1.297612357428959, 0.8357591408509908, -2.1113870369201346, 0.5972432290021574, -0.1253800243001992, 1.2033913112592405, 1.3633838165905159, 0.7863832063378058, 2.1682747748125744], "std": [0.06855477171740211, 0.04462072190939021, 0.11940949734199935, 0.5146121693963353, 0.1577433782676638, 0.48909977734104837, 0.0609540835813117, 0.02666370647304139, 0.0812391648343403, 0.4075643426582605, 0.11084344641690258, 0.30812686385787064], "min": [0.5667711589917529, 0.04187699993352886, 1.0533607835924919, -1.9779101102581493, 0.6212454458439041, -2.7556982307346902, 0.5541830167308891, -0.15647341909426257, 1.052138245619612, 0.8193773020196504, 0.6955055436925903, 1.7372581232860735], "max": [0.7732963162467823, 0.18900755446282513, 1.4069254584919444, -0.5697044834077996, 1.1113845106765123, -1.4126087790310948, 0.7424479908570037, -0.06191870170973085, 1.3129619484752924, 2.056958841582697, 1.0691915057560926, 2.671492188936796], "count": [175]}}} +{"episode_index": 53, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30931053513071893]], [[0.3166013623366013]], [[0.3390172487745098]]], "std": [[[0.32371750474395605]], [[0.3081588612439798]], [[0.2906598645792092]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46356277165032683]], [[0.4899921098856209]], [[0.4585415910947712]]], "std": [[[0.3205507310623887]], [[0.30816526422163515]], [[0.318543709394354]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4831195955882353]], [[0.5224227961601308]], [[0.4907289399509804]]], "std": [[[0.32518375122036774]], [[0.3075646689106188]], [[0.31341554633804025]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38395722017973855]], [[0.4124702430555555]], [[0.39914052900326796]]], "std": [[[0.36700723077394515]], [[0.3642790568448974]], [[0.34488296155155346]]], "count": [100]}, "observation.state": {"min": [0.37363144755363464, -1.166552186012268, 0.985202968120575, -0.2789222002029419, -1.5717427730560303, 0.2500572204589844, -1.1957350969314575, -1.3925764560699463, 1.1451259851455688, -0.5115348696708679, 0.7186522483825684, -0.4174773097038269, 31.594444274902344, 44.89812469482422, -0.8706250190734863, -0.6150000095367432, 12.1587495803833, -0.703125, 6.934999942779541, -0.9756250381469727, 5.311249732971191, -2.890625, 0.9693750143051147, 12.186874389648438, 33.646873474121094, 41.26000213623047, 0.984375, -0.9593749642372131, 1.0049999952316284, 0.36375001072883606, 0.9793750047683716, 0.7231249809265137, 0.7279999852180481, 0.7337499856948853, 0.8322222232818604, -3.479374885559082], "max": [1.2440552711486816, -0.7893205881118774, 1.5538452863693237, 0.4960612654685974, -0.7413738965988159, 0.5183298587799072, -0.21102750301361084, -0.8732187151908875, 1.7652065753936768, 0.28862863779067993, 1.6372294425964355, -0.044108111411333084, 56.3224983215332, 63.03111267089844, 59.662498474121094, 8.631875038146973, 32.50437545776367, 54.41625213623047, 29.21500015258789, 92.02062225341797, 45.060001373291016, 106.20625305175781, 66.46062469482422, 109.24500274658203, 78.30937957763672, 62.15875244140625, 2.3237500190734863, 9.514999389648438, 39.53687286376953, 32.34375, 44.255001068115234, 60.63125228881836, 59.00250244140625, 77.64812469482422, 83.50687408447266, 109.83562469482422], "mean": [0.8991901874542236, -0.8786080479621887, 1.1562670469284058, -0.004449320957064629, -1.1745144128799438, 0.43236279487609863, -0.8502119183540344, -1.014400839805603, 1.3514728546142578, -0.06321050226688385, 1.2227044105529785, -0.29572105407714844, 50.510406494140625, 53.32745361328125, 8.343696594238281, 3.051762819290161, 19.59317970275879, 7.683505535125732, 16.89693260192871, 12.862438201904297, 18.041746139526367, 14.047019958496094, 9.798004150390625, 52.35319519042969, 59.93942642211914, 51.34788131713867, 1.2771060466766357, 3.791135549545288, 18.7015438079834, 8.873563766479492, 21.29798698425293, 15.746152877807617, 27.3394832611084, 20.12478256225586, 25.754602432250977, 52.44245910644531], "std": [0.24158065021038055, 0.088471919298172, 0.13283021748065948, 0.20291759073734283, 0.2251758873462677, 0.05998716875910759, 0.35910269618034363, 0.16945575177669525, 0.1964585930109024, 0.251863569021225, 0.22818928956985474, 0.10641754418611526, 4.887479305267334, 4.461537837982178, 15.295512199401855, 1.9570825099945068, 5.210053443908691, 16.43731689453125, 5.040072917938232, 28.770227432250977, 9.60102367401123, 33.880863189697266, 18.854578018188477, 23.306798934936523, 13.91487979888916, 8.048317909240723, 0.22696778178215027, 3.3404622077941895, 12.33959674835205, 12.394051551818848, 13.642184257507324, 23.391183853149414, 18.340309143066406, 30.506839752197266, 29.977659225463867, 35.32267379760742], "count": [195]}, "action": {"min": [0.37363144755363464, -1.166552186012268, 0.985202968120575, -0.2789222002029419, -1.5717427730560303, 0.2500572204589844, -1.1957350969314575, -1.3925764560699463, 1.1451259851455688, -0.5115348696708679, 0.7186522483825684, -0.4174773097038269, 31.594444274902344, 44.89812469482422, -0.8706250190734863, -0.6150000095367432, 12.1587495803833, -0.703125, 6.934999942779541, -0.9756250381469727, 5.311249732971191, -2.890625, 0.9693750143051147, 12.186874389648438, 33.646873474121094, 41.26000213623047, 0.984375, -0.9593749642372131, 1.0049999952316284, 0.36375001072883606, 0.9793750047683716, 0.7231249809265137, 0.7279999852180481, 0.7337499856948853, 0.8322222232818604, -3.479374885559082], "max": [1.2440552711486816, -0.7893205881118774, 1.5538452863693237, 0.4960612654685974, -0.7413738965988159, 0.5183298587799072, -0.21102750301361084, -0.8732187151908875, 1.7652065753936768, 0.28862863779067993, 1.6372294425964355, -0.044108111411333084, 56.3224983215332, 63.03111267089844, 59.662498474121094, 8.631875038146973, 32.50437545776367, 54.41625213623047, 29.21500015258789, 92.02062225341797, 45.060001373291016, 106.20625305175781, 66.46062469482422, 109.24500274658203, 78.30937957763672, 62.15875244140625, 2.3237500190734863, 9.514999389648438, 39.53687286376953, 32.34375, 44.255001068115234, 60.63125228881836, 59.00250244140625, 77.64812469482422, 83.50687408447266, 109.83562469482422], "mean": [0.8991904258728027, -0.878607988357544, 1.1562672853469849, -0.00444928789511323, -1.1745142936706543, 0.43236276507377625, -0.8502122163772583, -1.0144010782241821, 1.3514724969863892, -0.06321045756340027, 1.2227041721343994, -0.29572099447250366, 50.51041030883789, 53.32741928100586, 8.343704223632812, 3.051762104034424, 19.59319496154785, 7.6835036277771, 16.896930694580078, 12.862418174743652, 18.041744232177734, 14.047041893005371, 9.797999382019043, 52.353206634521484, 59.93941879272461, 51.3479118347168, 1.2771059274673462, 3.791134834289551, 18.70154571533203, 8.873566627502441, 21.297985076904297, 15.746149063110352, 27.339473724365234, 20.124774932861328, 25.754600524902344, 52.44244384765625], "std": [0.24158066511154175, 0.0884719043970108, 0.13283026218414307, 0.20291757583618164, 0.22517593204975128, 0.059987157583236694, 0.35910269618034363, 0.16945575177669525, 0.1964585930109024, 0.2518635392189026, 0.22818931937217712, 0.10641754418611526, 4.887479305267334, 4.461537837982178, 15.295511245727539, 1.9570826292037964, 5.210052967071533, 16.43731689453125, 5.040072441101074, 28.77023696899414, 9.601021766662598, 33.88087844848633, 18.854572296142578, 23.30679702758789, 13.914876937866211, 8.04831600189209, 0.22696781158447266, 3.3404622077941895, 12.339597702026367, 12.394049644470215, 13.642184257507324, 23.391183853149414, 18.340309143066406, 30.50684356689453, 29.977663040161133, 35.32267379760742], "count": [195]}, "timestamp": {"min": [0.0], "max": [6.466666666666667], "mean": [3.2333333333333334], "std": [1.8763637016156385], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [195]}, "index": {"min": [11510], "max": [11704], "mean": [11607.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}, "subtask_annotation": {"mean": [4.297435897435897, 10.0, 10.0, 10.0, 10.0], "std": [2.427142160320171, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [195]}, "scene_annotation": {"mean": [53.0], "std": [0.0], "min": [53], "max": [53], "count": [195]}, "eef_direction_state": {"mean": [3.0615384615384613, 3.953846153846154], "std": [2.18298964426821, 1.8152976945727408], "min": [0, 0], "max": [6, 6], "count": [195]}, "eef_velocity_state": {"mean": [1.0974358974358975, 1.1948717948717948], "std": [0.7617413180564985, 0.8551349325072705], "min": [0, 0], "max": [2, 2], "count": [195]}, "eef_acc_mag_state": {"mean": [0.9076923076923077, 0.8358974358974359], "std": [0.866287278513997, 0.8312755658647015], "min": [0, 0], "max": [2, 2], "count": [195]}, "eef_direction_action": {"mean": [3.0615384615384613, 3.953846153846154], "std": [2.18298964426821, 1.8152976945727408], "min": [0, 0], "max": [6, 6], "count": [195]}, "eef_velocity_action": {"mean": [1.0974358974358975, 1.1948717948717948], "std": [0.7617413180564985, 0.8551349325072705], "min": [0, 0], "max": [2, 2], "count": [195]}, "eef_acc_mag_action": {"mean": [0.9076923076923077, 0.8358974358974359], "std": [0.866287278513997, 0.8312755658647015], "min": [0, 0], "max": [2, 2], "count": [195]}, "eef_sim_pose_state": {"mean": [0.6430051557604055, 0.20214129072098172, 1.2283325574541737, -1.2237669796316908, 0.6318851932346695, -2.00379321140519, 0.6639626797408473, -0.19499662413984953, 1.242254932019787, 1.1350262598676437, 0.5839188998231312, 2.0137856114742543], "std": [0.039932313301148575, 0.02845011883534873, 0.03664050578979083, 0.13592805102059127, 0.09892834424531001, 0.1532460267378537, 0.05199095207987877, 0.06279874961006103, 0.07127569867555154, 0.19599433063465033, 0.06856834046282312, 0.1596414346249303], "min": [0.590059938078863, 0.14500406138058927, 1.1927718547009651, -1.5794871113198443, 0.49720822257340425, -2.4279512297700947, 0.6118439570668192, -0.2720379504311572, 1.1698766008938182, 0.6516207045461648, 0.40805622501577066, 1.7949312518786005], "max": [0.7663307283350325, 0.24889130053741804, 1.335422004213748, -0.9015529232376573, 0.8370839552007991, -1.7551081823683206, 0.7812762234956738, -0.07512573240052, 1.387748487852126, 1.3867823135219246, 0.696272784750005, 2.43709413307998], "count": [195]}, "eef_sim_pose_action": {"mean": [0.6430051557604055, 0.20214129072098172, 1.2283325574541737, -1.2237669796316908, 0.6318851932346695, -2.00379321140519, 0.6639626797408473, -0.19499662413984953, 1.242254932019787, 1.1350262598676437, 0.5839188998231312, 2.0137856114742543], "std": [0.039932313301148575, 0.02845011883534873, 0.03664050578979083, 0.13592805102059127, 0.09892834424531001, 0.1532460267378537, 0.05199095207987877, 0.06279874961006103, 0.07127569867555154, 0.19599433063465033, 0.06856834046282312, 0.1596414346249303], "min": [0.590059938078863, 0.14500406138058927, 1.1927718547009651, -1.5794871113198443, 0.49720822257340425, -2.4279512297700947, 0.6118439570668192, -0.2720379504311572, 1.1698766008938182, 0.6516207045461648, 0.40805622501577066, 1.7949312518786005], "max": [0.7663307283350325, 0.24889130053741804, 1.335422004213748, -0.9015529232376573, 0.8370839552007991, -1.7551081823683206, 0.7812762234956738, -0.07512573240052, 1.387748487852126, 1.3867823135219246, 0.696272784750005, 2.43709413307998], "count": [195]}}} +{"episode_index": 54, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3580804391339869]], [[0.4231872201797386]], [[0.4210187826797386]]], "std": [[[0.3647082831092876]], [[0.26156193291709023]], [[0.26043280767809407]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4633995138888889]], [[0.4831823794934641]], [[0.4511108455882353]]], "std": [[[0.26806080625338086]], [[0.25517937200940954]], [[0.24652660944307622]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49114771241830063]], [[0.5187928553921568]], [[0.4847296303104575]]], "std": [[[0.31766015232064954]], [[0.27657666939562753]], [[0.2785271124145329]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41900292892156865]], [[0.4279589154411765]], [[0.32403677491830063]]], "std": [[[0.4135136317275155]], [[0.37333988875220964]], [[0.34514810857854344]]], "count": [100]}, "observation.state": {"min": [0.2681773006916046, -1.2934167385101318, 0.8660448789596558, -0.28586822748184204, -1.453527808189392, 0.6663423776626587, -1.0202564001083374, -1.2357423305511475, 0.7570382356643677, -0.11944952607154846, 0.4651617407798767, -1.0632438659667969, 22.690000534057617, 47.38333511352539, -0.5575000047683716, -0.5493749976158142, 5.653749942779541, 0.5299999713897705, 1.165624976158142, -0.9850000143051147, 1.0206249952316284, -3.2818751335144043, 1.0262500047683716, 35.852500915527344, 36.78888702392578, 42.41749954223633, 0.5262500047683716, -1.9762500524520874, 1.0674999952316284, 0.9106249809265137, 0.5768749713897705, 0.625, 0.8543750047683716, 0.8693749904632568, 0.6840000152587891, -3.145625114440918], "max": [0.8920328617095947, -0.782167911529541, 1.4934290647506714, 0.22063592076301575, -0.2661268711090088, 0.8458743691444397, -0.35803863406181335, -0.5906195044517517, 1.3835879564285278, 0.07259956747293472, 1.290627121925354, -0.6838425993919373, 65.50375366210938, 82.52062225341797, 33.35749816894531, 7.246250152587891, 38.234375, 102.421875, 45.76187515258789, 60.68187713623047, 45.584999084472656, 71.6675033569336, 44.06562423706055, 108.34562683105469, 62.475624084472656, 51.750667572021484, 0.8006249666213989, 9.536874771118164, 35.741249084472656, 53.60375213623047, 44.536251068115234, 77.14812469482422, 50.296875, 82.94375610351562, 48.12937545776367, 105.08625030517578], "mean": [0.6360716223716736, -0.9858294129371643, 1.1223825216293335, -0.005587667226791382, -0.8564714193344116, 0.7487046122550964, -0.8347555994987488, -0.8685808777809143, 0.954084038734436, -0.022467996925115585, 0.875355064868927, -0.7922607660293579, 49.081119537353516, 59.447330474853516, 1.7571650743484497, 0.6238967776298523, 27.93031120300293, 30.283241271972656, 30.191177368164062, 19.897546768188477, 21.10908317565918, 43.647918701171875, 10.990242004394531, 85.98180389404297, 53.45013427734375, 45.97257995605469, 0.6533967852592468, 0.09145583212375641, 26.60240936279297, 33.538108825683594, 30.081655502319336, 45.04887008666992, 31.69614028930664, 54.09988021850586, 26.82066535949707, 75.16996765136719], "std": [0.19989539682865143, 0.13154585659503937, 0.1685296595096588, 0.19655025005340576, 0.3794069290161133, 0.05689571797847748, 0.2649119198322296, 0.17908236384391785, 0.20237959921360016, 0.067073754966259, 0.24656398594379425, 0.14384302496910095, 12.643181800842285, 14.764068603515625, 6.117385387420654, 1.717280626296997, 8.133544921875, 32.96937561035156, 11.089644432067871, 21.750965118408203, 13.90565299987793, 20.351085662841797, 15.591548919677734, 14.0513916015625, 8.255234718322754, 2.2964117527008057, 0.0830637514591217, 3.446713924407959, 11.292194366455078, 17.76907730102539, 14.297127723693848, 26.66899299621582, 17.941884994506836, 25.33945655822754, 19.046504974365234, 28.790420532226562], "count": [181]}, "action": {"min": [0.2681773006916046, -1.2934167385101318, 0.8660448789596558, -0.28586822748184204, -1.453527808189392, 0.6663423776626587, -1.0202564001083374, -1.2357423305511475, 0.7570382356643677, -0.11944952607154846, 0.4651617407798767, -1.0632438659667969, 22.690000534057617, 47.38333511352539, -0.5575000047683716, -0.5493749976158142, 5.653749942779541, 0.5299999713897705, 1.165624976158142, -0.9850000143051147, 1.0206249952316284, -3.2818751335144043, 1.0262500047683716, 35.852500915527344, 36.78888702392578, 42.41749954223633, 0.5262500047683716, -1.9762500524520874, 1.0674999952316284, 0.9106249809265137, 0.5768749713897705, 0.625, 0.8543750047683716, 0.8693749904632568, 0.6840000152587891, -3.145625114440918], "max": [0.8920328617095947, -0.782167911529541, 1.4934290647506714, 0.22063592076301575, -0.2661268711090088, 0.8458743691444397, -0.35803863406181335, -0.5906195044517517, 1.3835879564285278, 0.07259956747293472, 1.290627121925354, -0.6838425993919373, 65.50375366210938, 82.52062225341797, 33.35749816894531, 7.246250152587891, 38.234375, 102.421875, 45.76187515258789, 60.68187713623047, 45.584999084472656, 71.6675033569336, 44.06562423706055, 108.34562683105469, 62.475624084472656, 51.750667572021484, 0.8006249666213989, 9.536874771118164, 35.741249084472656, 53.60375213623047, 44.536251068115234, 77.14812469482422, 50.296875, 82.94375610351562, 48.12937545776367, 105.08625030517578], "mean": [0.6360716819763184, -0.9858295321464539, 1.1223825216293335, -0.005587690509855747, -0.8564713001251221, 0.7487043738365173, -0.8347553014755249, -0.8685809373855591, 0.9540838599205017, -0.02246800810098648, 0.875355064868927, -0.7922607660293579, 49.081119537353516, 59.44735336303711, 1.7571635246276855, 0.6238964796066284, 27.930316925048828, 30.28323745727539, 30.191177368164062, 19.897541046142578, 21.109067916870117, 43.64790725708008, 10.990249633789062, 85.98179626464844, 53.45012664794922, 45.97257995605469, 0.6533966660499573, 0.09145581722259521, 26.602420806884766, 33.538116455078125, 30.0816593170166, 45.04887390136719, 31.69615936279297, 54.09986114501953, 26.820663452148438, 75.16996765136719], "std": [0.19989541172981262, 0.13154585659503937, 0.16852964460849762, 0.19655025005340576, 0.3794069290161133, 0.05689571797847748, 0.2649119198322296, 0.17908234894275665, 0.20237958431243896, 0.067073754966259, 0.24656401574611664, 0.14384302496910095, 12.643183708190918, 14.764071464538574, 6.117386817932129, 1.717280626296997, 8.133544921875, 32.9693717956543, 11.089643478393555, 21.750967025756836, 13.905654907226562, 20.35108757019043, 15.591546058654785, 14.0513916015625, 8.255233764648438, 2.2964119911193848, 0.08306372910737991, 3.44671368598938, 11.292193412780762, 17.769075393676758, 14.297127723693848, 26.66899299621582, 17.94188690185547, 25.339454650878906, 19.046504974365234, 28.790420532226562], "count": [181]}, "timestamp": {"min": [0.0], "max": [6.0], "mean": [3.0], "std": [1.7416467303484175], "count": [181]}, "frame_index": {"min": [0], "max": [180], "mean": [90.0], "std": [52.24940191045253], "count": [181]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [181]}, "index": {"min": [11705], "max": [11885], "mean": [11795.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [181]}, "subtask_annotation": {"mean": [3.149171270718232, 5.237569060773481, 10.0, 10.0, 10.0], "std": [3.3032483390521645, 4.073078661300584, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [181]}, "scene_annotation": {"mean": [54.0], "std": [0.0], "min": [54], "max": [54], "count": [181]}, "eef_direction_state": {"mean": [3.110497237569061, 3.5138121546961325], "std": [1.8294552146989145, 1.9654691279414538], "min": [0, 0], "max": [6, 6], "count": [181]}, "eef_velocity_state": {"mean": [1.4475138121546962, 1.3425414364640884], "std": [0.5888061768507725, 0.7158907866768275], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_acc_mag_state": {"mean": [1.1049723756906078, 0.988950276243094], "std": [0.7901518312096548, 0.793544049028497], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_direction_action": {"mean": [3.110497237569061, 3.5138121546961325], "std": [1.8294552146989145, 1.9654691279414538], "min": [0, 0], "max": [6, 6], "count": [181]}, "eef_velocity_action": {"mean": [1.4475138121546962, 1.3425414364640884], "std": [0.5888061768507725, 0.7158907866768275], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_acc_mag_action": {"mean": [1.1049723756906078, 0.988950276243094], "std": [0.7901518312096548, 0.793544049028497], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_sim_pose_state": {"mean": [0.6502116125378601, 0.13727168220859565, 1.2262329403451175, -1.311563874159193, 0.7249973002821768, -2.0631154518736596, 0.6030008981558437, -0.12733064244174122, 1.1813226146144062, 1.4979334434420035, 0.8189043203220179, 2.252775976411595], "std": [0.061443527969932604, 0.06253366570472049, 0.10522191187767528, 0.4790244691557808, 0.19229265153102656, 0.4796029943836151, 0.07200448975536233, 0.03135186946620455, 0.07172970372734125, 0.37332731382872314, 0.11089258604466305, 0.3334749549470471], "min": [0.5755130371933525, 0.06078568385767852, 1.05633464502718, -1.977799983653743, 0.4502546061892456, -2.724184879540407, 0.548837591644334, -0.171215276350071, 1.0601765150136289, 0.8997869806467047, 0.7202748018004397, 1.7066220447511555], "max": [0.7767226851362391, 0.23295956486516453, 1.3483831257960546, -0.7120538858555352, 1.0170872706864933, -1.4535767410772498, 0.7509213775462324, -0.06189198758302972, 1.2890812900111326, 2.0462005558092433, 1.0364051706079955, 2.7071141619113392], "count": [181]}, "eef_sim_pose_action": {"mean": [0.6502116125378601, 0.13727168220859565, 1.2262329403451175, -1.311563874159193, 0.7249973002821768, -2.0631154518736596, 0.6030008981558437, -0.12733064244174122, 1.1813226146144062, 1.4979334434420035, 0.8189043203220179, 2.252775976411595], "std": [0.061443527969932604, 0.06253366570472049, 0.10522191187767528, 0.4790244691557808, 0.19229265153102656, 0.4796029943836151, 0.07200448975536233, 0.03135186946620455, 0.07172970372734125, 0.37332731382872314, 0.11089258604466305, 0.3334749549470471], "min": [0.5755130371933525, 0.06078568385767852, 1.05633464502718, -1.977799983653743, 0.4502546061892456, -2.724184879540407, 0.548837591644334, -0.171215276350071, 1.0601765150136289, 0.8997869806467047, 0.7202748018004397, 1.7066220447511555], "max": [0.7767226851362391, 0.23295956486516453, 1.3483831257960546, -0.7120538858555352, 1.0170872706864933, -1.4535767410772498, 0.7509213775462324, -0.06189198758302972, 1.2890812900111326, 2.0462005558092433, 1.0364051706079955, 2.7071141619113392], "count": [181]}}} +{"episode_index": 55, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3138764562908497]], [[0.32153080678104573]], [[0.34359490604575166]]], "std": [[[0.3266705368636296]], [[0.3103992390316824]], [[0.29206511605641633]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4691322140522876]], [[0.49548047385620914]], [[0.4657974080882353]]], "std": [[[0.3303509187927137]], [[0.31910977250255423]], [[0.3309791049848268]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4754806760620915]], [[0.5098383190359477]], [[0.4814136315359477]]], "std": [[[0.3116249007786162]], [[0.2940965831956464]], [[0.3008802476287694]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39573104166666667]], [[0.42442348856209156]], [[0.406618966503268]]], "std": [[[0.3639605171401309]], [[0.36356688942827853]], [[0.3457363008672678]]], "count": [100]}, "observation.state": {"min": [0.19004635512828827, -1.264949083328247, 0.9861778616905212, -0.3466182351112366, -1.5705983638763428, 0.36717021465301514, -1.2369821071624756, -1.3658016920089722, 1.16683828830719, -0.43504902720451355, 0.583419144153595, -0.3720022439956665, 34.80555725097656, 42.58625030517578, -0.8806250095367432, 0.918749988079071, 3.1288888454437256, -0.5881249904632568, 1.2231249809265137, -0.9418749809265137, 1.4854545593261719, -2.693125009536743, 0.9162499904632568, 2.0299999713897705, 31.053749084472656, 44.505001068115234, 1.3799999952316284, -0.04062499850988388, 1.0212500095367432, 0.6681250333786011, 0.6675000190734863, 0.7325000166893005, 0.8224999904632568, 0.3162499964237213, 0.9919999837875366, 0.7362499833106995], "max": [1.3184272050857544, -0.7855058312416077, 1.6617075204849243, 0.18596932291984558, -0.7266632318496704, 0.527556836605072, 0.012278744019567966, -0.8754100799560547, 1.7543822526931763, 0.25501638650894165, 1.5385147333145142, -0.07908464968204498, 63.01874923706055, 58.678749084472656, 53.701873779296875, 9.354374885559082, 39.34312438964844, 30.86312484741211, 34.64875030517578, 64.88937377929688, 38.33437728881836, 74.80500030517578, 47.38624954223633, 102.71937561035156, 56.385623931884766, 72.46624755859375, 2.1762499809265137, 9.464374542236328, 38.208126068115234, 85.28250122070312, 37.58812713623047, 86.28874969482422, 46.354373931884766, 93.50125122070312, 71.15687561035156, 108.86125183105469], "mean": [0.8941805958747864, -0.8946540951728821, 1.1492643356323242, -0.06736920773983002, -1.220857858657837, 0.4717918038368225, -0.8455609083175659, -1.0291633605957031, 1.3261233568191528, -0.03902165964245796, 1.2373814582824707, -0.29520532488822937, 47.362091064453125, 49.158050537109375, 9.775607109069824, 5.470365047454834, 14.92365837097168, 4.954280853271484, 9.837450981140137, 9.832474708557129, 10.138792991638184, 10.469012260437012, 8.061505317687988, 39.110626220703125, 47.277381896972656, 58.826900482177734, 1.5545071363449097, 4.905398368835449, 22.802398681640625, 18.89706039428711, 21.44464683532715, 20.588178634643555, 21.22329330444336, 22.202701568603516, 16.375669479370117, 48.41648483276367], "std": [0.2676014304161072, 0.11938940733671188, 0.16709569096565247, 0.13726235926151276, 0.21364901959896088, 0.04397626966238022, 0.4262975752353668, 0.1177690252661705, 0.1729753613471985, 0.2744377851486206, 0.2592221200466156, 0.08461534976959229, 7.925349235534668, 4.0407395362854, 15.413044929504395, 2.2442703247070312, 10.754561424255371, 9.457374572753906, 11.023917198181152, 21.621665954589844, 12.608317375183105, 24.967479705810547, 13.845678329467773, 25.830814361572266, 6.877681255340576, 10.588666915893555, 0.11316323280334473, 4.003825664520264, 13.670743942260742, 31.526355743408203, 12.736621856689453, 32.58622741699219, 13.862764358520508, 36.208839416503906, 24.212549209594727, 34.289180755615234], "count": [204]}, "action": {"min": [0.19004635512828827, -1.264949083328247, 0.9861778616905212, -0.3466182351112366, -1.5705983638763428, 0.36717021465301514, -1.2369821071624756, -1.3658016920089722, 1.16683828830719, -0.43504902720451355, 0.583419144153595, -0.3720022439956665, 34.80555725097656, 42.58625030517578, -0.8806250095367432, 0.918749988079071, 3.1288888454437256, -0.5881249904632568, 1.2231249809265137, -0.9418749809265137, 1.4854545593261719, -2.693125009536743, 0.9162499904632568, 2.0299999713897705, 31.053749084472656, 44.505001068115234, 1.3799999952316284, -0.04062499850988388, 1.0212500095367432, 0.6681250333786011, 0.6675000190734863, 0.7325000166893005, 0.8224999904632568, 0.3162499964237213, 0.9919999837875366, 0.7362499833106995], "max": [1.3184272050857544, -0.7855058312416077, 1.6617075204849243, 0.18596932291984558, -0.7266632318496704, 0.527556836605072, 0.012278744019567966, -0.8754100799560547, 1.7543822526931763, 0.25501638650894165, 1.5385147333145142, -0.07908464968204498, 63.01874923706055, 58.678749084472656, 53.701873779296875, 9.354374885559082, 39.34312438964844, 30.86312484741211, 34.64875030517578, 64.88937377929688, 38.33437728881836, 74.80500030517578, 47.38624954223633, 102.71937561035156, 56.385623931884766, 72.46624755859375, 2.1762499809265137, 9.464374542236328, 38.208126068115234, 85.28250122070312, 37.58812713623047, 86.28874969482422, 46.354373931884766, 93.50125122070312, 71.15687561035156, 108.86125183105469], "mean": [0.8941805362701416, -0.894653856754303, 1.1492645740509033, -0.06736920773983002, -1.2208573818206787, 0.47179192304611206, -0.8455613851547241, -1.0291634798049927, 1.326123595237732, -0.039021626114845276, 1.2373814582824707, -0.29520538449287415, 47.362091064453125, 49.15803527832031, 9.775611877441406, 5.470362663269043, 14.923659324645996, 4.954280376434326, 9.83745002746582, 9.832462310791016, 10.138797760009766, 10.469001770019531, 8.061501502990723, 39.110626220703125, 47.277347564697266, 58.82686996459961, 1.554506778717041, 4.905399322509766, 22.80240249633789, 18.897056579589844, 21.44465446472168, 20.588178634643555, 21.223304748535156, 22.202701568603516, 16.375673294067383, 48.416465759277344], "std": [0.2676014006137848, 0.11938939243555069, 0.16709566116333008, 0.13726235926151276, 0.21364900469779968, 0.04397627338767052, 0.426297664642334, 0.1177690327167511, 0.1729753613471985, 0.2744378447532654, 0.2592221200466156, 0.08461534976959229, 7.925349235534668, 4.0407395362854, 15.413041114807129, 2.2442705631256104, 10.754561424255371, 9.457371711730957, 11.023918151855469, 21.621662139892578, 12.608317375183105, 24.96748161315918, 13.845680236816406, 25.830814361572266, 6.877680778503418, 10.588668823242188, 0.11316319555044174, 4.0038251876831055, 13.670743942260742, 31.52635383605957, 12.736620903015137, 32.58623123168945, 13.862765312194824, 36.208831787109375, 24.212549209594727, 34.28917694091797], "count": [204]}, "timestamp": {"min": [0.0], "max": [6.766666666666667], "mean": [3.3833333333333337], "std": [1.9629673305332263], "count": [204]}, "frame_index": {"min": [0], "max": [203], "mean": [101.5], "std": [58.88901991599679], "count": [204]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [204]}, "index": {"min": [11886], "max": [12089], "mean": [11987.5], "std": [58.88901991599679], "count": [204]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [204]}, "subtask_annotation": {"mean": [4.205882352941177, 10.0, 10.0, 10.0, 10.0], "std": [2.4408220862544256, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [204]}, "scene_annotation": {"mean": [55.0], "std": [0.0], "min": [55], "max": [55], "count": [204]}, "eef_direction_state": {"mean": [3.4166666666666665, 4.181372549019608], "std": [1.9473251303772283, 1.847480021498117], "min": [0, 0], "max": [6, 6], "count": [204]}, "eef_velocity_state": {"mean": [1.1715686274509804, 1.2009803921568627], "std": [0.7951911166235078, 0.8877151877249205], "min": [0, 0], "max": [2, 2], "count": [204]}, "eef_acc_mag_state": {"mean": [1.053921568627451, 0.8284313725490197], "std": [0.8699979229891189, 0.8546157777874313], "min": [0, 0], "max": [2, 2], "count": [204]}, "eef_direction_action": {"mean": [3.4166666666666665, 4.181372549019608], "std": [1.9473251303772283, 1.847480021498117], "min": [0, 0], "max": [6, 6], "count": [204]}, "eef_velocity_action": {"mean": [1.1715686274509804, 1.2009803921568627], "std": [0.7951911166235078, 0.8877151877249205], "min": [0, 0], "max": [2, 2], "count": [204]}, "eef_acc_mag_action": {"mean": [1.053921568627451, 0.8284313725490197], "std": [0.8699979229891189, 0.8546157777874313], "min": [0, 0], "max": [2, 2], "count": [204]}, "eef_sim_pose_state": {"mean": [0.6424919359347803, 0.2034783027845301, 1.2408550463515418, -1.1578507762618826, 0.5908258140266713, -1.9400547773211108, 0.6559987641598577, -0.19629184467626104, 1.2423157538535605, 1.1094762684201092, 0.5328390142311221, 1.9806701434910796], "std": [0.04657735006995146, 0.02497071948501107, 0.05500297946875367, 0.1740322882410875, 0.08451749137189282, 0.13214969936178805, 0.048513274685634884, 0.057048860410558594, 0.10224971554168234, 0.23284595843863382, 0.07737570740921616, 0.18418824446263812], "min": [0.5907601546276036, 0.1564410998181603, 1.1869564918622035, -1.5002563764564956, 0.46400460587933656, -2.2503743937886322, 0.6152522142097494, -0.2548453699317828, 1.1403887864837796, 0.558477888054029, 0.4286442811423754, 1.6886156325399027], "max": [0.7908331634064636, 0.27577906986087364, 1.4024274170258983, -0.6941229434614552, 0.7636568146372786, -1.6806337345632916, 0.7906523644807236, -0.0953163764972246, 1.4561205643675763, 1.3334238293009262, 0.6973419840220538, 2.360284656923712], "count": [204]}, "eef_sim_pose_action": {"mean": [0.6424919359347803, 0.2034783027845301, 1.2408550463515418, -1.1578507762618826, 0.5908258140266713, -1.9400547773211108, 0.6559987641598577, -0.19629184467626104, 1.2423157538535605, 1.1094762684201092, 0.5328390142311221, 1.9806701434910796], "std": [0.04657735006995146, 0.02497071948501107, 0.05500297946875367, 0.1740322882410875, 0.08451749137189282, 0.13214969936178805, 0.048513274685634884, 0.057048860410558594, 0.10224971554168234, 0.23284595843863382, 0.07737570740921616, 0.18418824446263812], "min": [0.5907601546276036, 0.1564410998181603, 1.1869564918622035, -1.5002563764564956, 0.46400460587933656, -2.2503743937886322, 0.6152522142097494, -0.2548453699317828, 1.1403887864837796, 0.558477888054029, 0.4286442811423754, 1.6886156325399027], "max": [0.7908331634064636, 0.27577906986087364, 1.4024274170258983, -0.6941229434614552, 0.7636568146372786, -1.6806337345632916, 0.7906523644807236, -0.0953163764972246, 1.4561205643675763, 1.3334238293009262, 0.6973419840220538, 2.360284656923712], "count": [204]}}} +{"episode_index": 56, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3554472937091503]], [[0.422935625]], [[0.39765507761437907]]], "std": [[[0.3789201283878716]], [[0.27302399150173645]], [[0.26639023679448287]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.1450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46957096405228754]], [[0.5197718913398693]], [[0.5145106413398693]]], "std": [[[0.32671933533059666]], [[0.29119564650048196]], [[0.30362086552369366]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4780898284313726]], [[0.5184340216503268]], [[0.5060665053104575]]], "std": [[[0.311170042582303]], [[0.2830530094276767]], [[0.27467951959463494]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39811686274509805]], [[0.411312920751634]], [[0.31108852532679737]]], "std": [[[0.4090005084055164]], [[0.3666747543900585]], [[0.34305616486962914]]], "count": [100]}, "observation.state": {"min": [0.31974804401397705, -1.1515792608261108, 0.7737754583358765, -0.19028477370738983, -1.4360170364379883, 0.6501773595809937, -1.2362191677093506, -1.1513885259628296, 0.6589990258216858, 0.03366521745920181, 0.7145037055015564, -0.8394793272018433, 34.00437545776367, 48.64250183105469, -0.8806250095367432, -0.5493749976158142, 21.318750381469727, 0.26124998927116394, 16.934999465942383, -1.215000033378601, 11.22249984741211, 3.6524999141693115, 1.0, 60.864166259765625, 40.75, 39.212501525878906, 0.359375, -0.8112499713897705, 11.713749885559082, 1.7400000095367432, 7.685555458068848, 1.993749976158142, 0.8090000152587891, 2.9281249046325684, 0.65625, 57.56062698364258], "max": [1.0894464254379272, -0.6714446544647217, 1.3090571165084839, 0.11155775189399719, -0.4811360239982605, 0.9537603855133057, -0.4576053321361542, -0.5889982581138611, 1.2619211673736572, 0.2959296703338623, 1.509522557258606, -0.6564240455627441, 59.12187576293945, 76.49666595458984, 36.86687469482422, 3.4493749141693115, 41.46125030517578, 82.28687286376953, 39.446876525878906, 38.71500015258789, 34.979373931884766, 59.67937469482422, 36.23500061035156, 91.59937286376953, 70.39312744140625, 58.977500915527344, 2.166249990463257, 1.2999999523162842, 48.26187515258789, 58.58562469482422, 42.85562515258789, 67.13874816894531, 43.458126068115234, 77.86125183105469, 42.779998779296875, 106.61125183105469], "mean": [0.808201253414154, -0.9108781814575195, 0.9935324788093567, -0.07699546962976456, -0.971942663192749, 0.7818185687065125, -1.001358151435852, -0.8397524356842041, 0.8793604969978333, 0.127810999751091, 1.1124428510665894, -0.7600523233413696, 48.0660285949707, 59.361907958984375, 6.232935905456543, 0.22733533382415771, 32.44324493408203, 19.684993743896484, 30.851268768310547, 13.456099510192871, 27.09990692138672, 36.21458053588867, 18.09836769104004, 80.50943756103516, 54.6534309387207, 48.539005279541016, 0.6185488700866699, -0.3489014208316803, 32.144020080566406, 18.39535903930664, 33.783470153808594, 34.597896575927734, 31.308605194091797, 54.15169906616211, 27.81852149963379, 79.74388885498047], "std": [0.2811804413795471, 0.09988836199045181, 0.13723686337471008, 0.0777929276227951, 0.2056056708097458, 0.11713077872991562, 0.2752024233341217, 0.1527906060218811, 0.18369019031524658, 0.06868045777082443, 0.2521604597568512, 0.06938223540782928, 6.238498210906982, 8.858874320983887, 10.343108177185059, 0.996919572353363, 5.032703876495361, 21.962770462036133, 6.638638496398926, 12.84675407409668, 7.297207832336426, 20.377288818359375, 15.268695831298828, 6.615041255950928, 7.7086615562438965, 3.6721954345703125, 0.3882382810115814, 0.45550498366355896, 9.389422416687012, 12.931548118591309, 9.753131866455078, 15.152288436889648, 12.163640022277832, 18.02850341796875, 15.712357521057129, 11.9652738571167], "count": [209]}, "action": {"min": [0.31974804401397705, -1.1515792608261108, 0.7737754583358765, -0.19028477370738983, -1.4360170364379883, 0.6501773595809937, -1.2362191677093506, -1.1513885259628296, 0.6589990258216858, 0.03366521745920181, 0.7145037055015564, -0.8394793272018433, 34.00437545776367, 48.64250183105469, -0.8806250095367432, -0.5493749976158142, 21.318750381469727, 0.26124998927116394, 16.934999465942383, -1.215000033378601, 11.22249984741211, 3.6524999141693115, 1.0, 60.864166259765625, 40.75, 39.212501525878906, 0.359375, -0.8112499713897705, 11.713749885559082, 1.7400000095367432, 7.685555458068848, 1.993749976158142, 0.8090000152587891, 2.9281249046325684, 0.65625, 57.56062698364258], "max": [1.0894464254379272, -0.6714446544647217, 1.3090571165084839, 0.11155775189399719, -0.4811360239982605, 0.9537603855133057, -0.4576053321361542, -0.5889982581138611, 1.2619211673736572, 0.2959296703338623, 1.509522557258606, -0.6564240455627441, 59.12187576293945, 76.49666595458984, 36.86687469482422, 3.4493749141693115, 41.46125030517578, 82.28687286376953, 39.446876525878906, 38.71500015258789, 34.979373931884766, 59.67937469482422, 36.23500061035156, 91.59937286376953, 70.39312744140625, 58.977500915527344, 2.166249990463257, 1.2999999523162842, 48.26187515258789, 58.58562469482422, 42.85562515258789, 67.13874816894531, 43.458126068115234, 77.86125183105469, 42.779998779296875, 106.61125183105469], "mean": [0.8082011938095093, -0.9108780026435852, 0.9935324192047119, -0.07699548453092575, -0.9719429612159729, 0.7818187475204468, -1.0013582706451416, -0.839752197265625, 0.8793606758117676, 0.1278110146522522, 1.1124428510665894, -0.7600523829460144, 48.06601333618164, 59.36189270019531, 6.232936382293701, 0.2273353487253189, 32.4432373046875, 19.684993743896484, 30.851272583007812, 13.456096649169922, 27.099897384643555, 36.21459197998047, 18.098363876342773, 80.50942993164062, 54.653419494628906, 48.53903579711914, 0.6185490489006042, -0.3489013612270355, 32.14403533935547, 18.39536476135254, 33.78346633911133, 34.597896575927734, 31.308597564697266, 54.15170669555664, 27.818517684936523, 79.74392700195312], "std": [0.2811804413795471, 0.09988836944103241, 0.13723686337471008, 0.0777929276227951, 0.20560571551322937, 0.11713080108165741, 0.2752024233341217, 0.1527906060218811, 0.18369020521640778, 0.06868045777082443, 0.2521604597568512, 0.06938223540782928, 6.238498210906982, 8.85887336730957, 10.343108177185059, 0.9969195127487183, 5.032703399658203, 21.962772369384766, 6.638638496398926, 12.84675407409668, 7.297208309173584, 20.377288818359375, 15.268692970275879, 6.615042209625244, 7.708658695220947, 3.6721951961517334, 0.3882382810115814, 0.45550504326820374, 9.389420509338379, 12.931550025939941, 9.753131866455078, 15.152290344238281, 12.163641929626465, 18.028505325317383, 15.712356567382812, 11.965271949768066], "count": [209]}, "timestamp": {"min": [0.0], "max": [6.933333333333334], "mean": [3.4666666666666663], "std": [2.011080417199781], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [209]}, "index": {"min": [12090], "max": [12298], "mean": [12194.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [209]}, "subtask_annotation": {"mean": [3.349282296650718, 5.885167464114833, 10.0, 10.0, 10.0], "std": [2.864986111295525, 3.766665690833362, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [209]}, "scene_annotation": {"mean": [56.0], "std": [0.0], "min": [56], "max": [56], "count": [209]}, "eef_direction_state": {"mean": [3.8564593301435406, 4.143540669856459], "std": [1.9289953007603562, 1.9560894734777017], "min": [0, 0], "max": [6, 6], "count": [209]}, "eef_velocity_state": {"mean": [1.1531100478468899, 1.0909090909090908], "std": [0.7920069548921927, 0.7679984775974478], "min": [0, 0], "max": [2, 2], "count": [209]}, "eef_acc_mag_state": {"mean": [0.9569377990430622, 0.9904306220095693], "std": [0.8318206243866321, 0.8066139909238845], "min": [0, 0], "max": [2, 2], "count": [209]}, "eef_direction_action": {"mean": [3.8564593301435406, 4.143540669856459], "std": [1.9289953007603562, 1.9560894734777017], "min": [0, 0], "max": [6, 6], "count": [209]}, "eef_velocity_action": {"mean": [1.1531100478468899, 1.0909090909090908], "std": [0.7920069548921927, 0.7679984775974478], "min": [0, 0], "max": [2, 2], "count": [209]}, "eef_acc_mag_action": {"mean": [0.9569377990430622, 0.9904306220095693], "std": [0.8318206243866321, 0.8066139909238845], "min": [0, 0], "max": [2, 2], "count": [209]}, "eef_sim_pose_state": {"mean": [0.6170907142413428, 0.1449724730173257, 1.2008513275022177, -1.3196353586699665, 0.7124742953174824, -2.030944899727164, 0.5858184986918508, -0.15762912761627038, 1.1808895549700253, 1.4281139157161657, 0.6938017305684205, 2.1133061972435336], "std": [0.05388811662696824, 0.032670488555155336, 0.10380424761055332, 0.3996966269243881, 0.10805635619757374, 0.3715043438943685, 0.05856444334785491, 0.037678796431081275, 0.07020275323929179, 0.3280693190445635, 0.059176005102822, 0.20805745325225122], "min": [0.5572852552085756, 0.07128849595087913, 1.058632741833599, -1.8523218090165638, 0.6033403530989401, -2.4959692104135556, 0.5291386409402485, -0.20171927928341712, 1.0620185023156412, 0.8874082659978684, 0.6115382078676586, 1.7865215927117104], "max": [0.7283878220267181, 0.19314056022353276, 1.3293696065914211, -0.7802329783262899, 0.9854877486862934, -1.4815493127354877, 0.7115798896261538, -0.0804452746199561, 1.2857578394694698, 1.8876060760176046, 0.7987341729676962, 2.369181930321556], "count": [209]}, "eef_sim_pose_action": {"mean": [0.6170907142413428, 0.1449724730173257, 1.2008513275022177, -1.3196353586699665, 0.7124742953174824, -2.030944899727164, 0.5858184986918508, -0.15762912761627038, 1.1808895549700253, 1.4281139157161657, 0.6938017305684205, 2.1133061972435336], "std": [0.05388811662696824, 0.032670488555155336, 0.10380424761055332, 0.3996966269243881, 0.10805635619757374, 0.3715043438943685, 0.05856444334785491, 0.037678796431081275, 0.07020275323929179, 0.3280693190445635, 0.059176005102822, 0.20805745325225122], "min": [0.5572852552085756, 0.07128849595087913, 1.058632741833599, -1.8523218090165638, 0.6033403530989401, -2.4959692104135556, 0.5291386409402485, -0.20171927928341712, 1.0620185023156412, 0.8874082659978684, 0.6115382078676586, 1.7865215927117104], "max": [0.7283878220267181, 0.19314056022353276, 1.3293696065914211, -0.7802329783262899, 0.9854877486862934, -1.4815493127354877, 0.7115798896261538, -0.0804452746199561, 1.2857578394694698, 1.8876060760176046, 0.7987341729676962, 2.369181930321556], "count": [209]}}} +{"episode_index": 57, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3786336989379085]], [[0.4179861825980392]], [[0.3881527982026144]]], "std": [[[0.3669547614883024]], [[0.26249948063062234]], [[0.2673118506525791]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748672855392157]], [[0.49603074959150323]], [[0.46346593750000004]]], "std": [[[0.27025279735250346]], [[0.25774731622055624]], [[0.24717254451637702]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4588704861111111]], [[0.48548417892156864]], [[0.45012323529411763]]], "std": [[[0.3155141547678804]], [[0.26243277419022254]], [[0.26065778464503225]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4181271180555555]], [[0.4235247283496732]], [[0.31896389501633987]]], "std": [[[0.40560428780120283]], [[0.3673555365580107]], [[0.34330313333458784]]], "count": [100]}, "observation.state": {"min": [0.31137940287590027, -1.2793021202087402, 0.8130674362182617, -0.17056725919246674, -1.3572185039520264, 0.7004606127738953, -1.1331731081008911, -1.1623798608779907, 0.7153858542442322, -0.08936064690351486, 0.3543272018432617, -1.176746129989624, 23.628124237060547, 44.78499984741211, -0.3687500059604645, -0.6225000023841858, 8.204999923706055, 0.15687501430511475, 3.0981249809265137, -1.296875, 0.9100000262260437, -3.3787500858306885, 1.0644444227218628, 16.594999313354492, 33.90687561035156, 42.44874954223633, 0.8743749856948853, -0.8793749809265137, 12.952221870422363, 0.08909089863300323, 7.823333263397217, 2.3899998664855957, 5.684444427490234, 5.303124904632568, 0.8075000047683716, 47.727500915527344], "max": [0.8999723196029663, -0.7667181491851807, 1.4075493812561035, 0.17393551766872406, -0.3290703594684601, 1.01296067237854, -0.24657626450061798, -0.6393052935600281, 1.274915099143982, 0.011992637999355793, 1.304193377494812, -0.6484369039535522, 67.2125015258789, 70.31375122070312, 40.49562454223633, 5.871874809265137, 42.451873779296875, 36.7243766784668, 48.94874954223633, 72.06124877929688, 46.55812454223633, 88.48249816894531, 45.21125030517578, 109.55374908447266, 71.89812469482422, 47.05272674560547, 3.552500009536743, 0.5199999809265137, 44.635623931884766, 48.79125213623047, 51.885623931884766, 82.91374969482422, 54.48749923706055, 84.42750549316406, 52.45249938964844, 104.28874969482422], "mean": [0.6402931809425354, -0.9690869450569153, 1.0741610527038574, 0.004903994034975767, -0.8405704498291016, 0.8172927498817444, -0.8764950037002563, -0.8529809713363647, 0.8896505832672119, -0.059938136488199234, 0.8666000962257385, -0.781624972820282, 45.480010986328125, 54.76504135131836, 7.133794784545898, 0.9649949073791504, 23.549955368041992, 11.190196990966797, 23.6468505859375, 17.855806350708008, 15.924426078796387, 39.983585357666016, 12.361241340637207, 78.42011260986328, 63.56068420410156, 45.478492736816406, 1.1603271961212158, -0.523262619972229, 37.47493362426758, 36.29978942871094, 39.86524963378906, 53.137847900390625, 42.6389045715332, 63.019325256347656, 36.61943054199219, 86.24884796142578], "std": [0.2076374888420105, 0.14172512292861938, 0.16134965419769287, 0.1292542964220047, 0.35225576162338257, 0.08998828381299973, 0.31269919872283936, 0.14735844731330872, 0.17729122936725616, 0.02947794459760189, 0.24163313210010529, 0.18338294327259064, 15.492188453674316, 8.391186714172363, 12.547751426696777, 1.8486723899841309, 11.689937591552734, 14.356572151184082, 15.574249267578125, 25.100557327270508, 17.52912139892578, 25.900524139404297, 15.825220108032227, 19.027875900268555, 12.760756492614746, 0.9711896181106567, 0.46209633350372314, 0.34431561827659607, 9.463242530822754, 17.2922420501709, 10.820882797241211, 26.206403732299805, 14.035096168518066, 25.14025115966797, 17.977718353271484, 13.884443283081055], "count": [171]}, "action": {"min": [0.31137940287590027, -1.2793021202087402, 0.8130674362182617, -0.17056725919246674, -1.3572185039520264, 0.7004606127738953, -1.1331731081008911, -1.1623798608779907, 0.7153858542442322, -0.08936064690351486, 0.3543272018432617, -1.176746129989624, 23.628124237060547, 44.78499984741211, -0.3687500059604645, -0.6225000023841858, 8.204999923706055, 0.15687501430511475, 3.0981249809265137, -1.296875, 0.9100000262260437, -3.3787500858306885, 1.0644444227218628, 16.594999313354492, 33.90687561035156, 42.44874954223633, 0.8743749856948853, -0.8793749809265137, 12.952221870422363, 0.08909089863300323, 7.823333263397217, 2.3899998664855957, 5.684444427490234, 5.303124904632568, 0.8075000047683716, 47.727500915527344], "max": [0.8999723196029663, -0.7667181491851807, 1.4075493812561035, 0.17393551766872406, -0.3290703594684601, 1.01296067237854, -0.24657626450061798, -0.6393052935600281, 1.274915099143982, 0.011992637999355793, 1.304193377494812, -0.6484369039535522, 67.2125015258789, 70.31375122070312, 40.49562454223633, 5.871874809265137, 42.451873779296875, 36.7243766784668, 48.94874954223633, 72.06124877929688, 46.55812454223633, 88.48249816894531, 45.21125030517578, 109.55374908447266, 71.89812469482422, 47.05272674560547, 3.552500009536743, 0.5199999809265137, 44.635623931884766, 48.79125213623047, 51.885623931884766, 82.91374969482422, 54.48749923706055, 84.42750549316406, 52.45249938964844, 104.28874969482422], "mean": [0.6402931213378906, -0.9690871238708496, 1.074161171913147, 0.004904013127088547, -0.8405702114105225, 0.8172927498817444, -0.8764951825141907, -0.8529806137084961, 0.8896504640579224, -0.059938058257102966, 0.8665996193885803, -0.7816247940063477, 45.47999572753906, 54.765018463134766, 7.133799076080322, 0.9649943113327026, 23.549943923950195, 11.190200805664062, 23.646835327148438, 17.855804443359375, 15.924408912658691, 39.98359298706055, 12.361252784729004, 78.42013549804688, 63.56067657470703, 45.47846603393555, 1.1603270769119263, -0.523262619972229, 37.474945068359375, 36.2997932434082, 39.865272521972656, 53.13785934448242, 42.63890075683594, 63.01933670043945, 36.61942672729492, 86.24886322021484], "std": [0.20763753354549408, 0.14172512292861938, 0.16134965419769287, 0.1292542815208435, 0.3522557020187378, 0.08998828381299973, 0.31269925832748413, 0.14735844731330872, 0.17729122936725616, 0.029477939009666443, 0.2416331022977829, 0.18338294327259064, 15.4921875, 8.391186714172363, 12.547751426696777, 1.8486727476119995, 11.689939498901367, 14.356575012207031, 15.574247360229492, 25.100555419921875, 17.52911949157715, 25.900522232055664, 15.825215339660645, 19.027873992919922, 12.76075553894043, 0.971189558506012, 0.4620964825153351, 0.3443155586719513, 9.463245391845703, 17.292240142822266, 10.820884704589844, 26.206405639648438, 14.035097122192383, 25.1402587890625, 17.977718353271484, 13.884443283081055], "count": [171]}, "timestamp": {"min": [0.0], "max": [5.666666666666667], "mean": [2.8333333333333335], "std": [1.6454201309718464], "count": [171]}, "frame_index": {"min": [0], "max": [170], "mean": [85.0], "std": [49.362603929155384], "count": [171]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [171]}, "index": {"min": [12299], "max": [12469], "mean": [12384.0], "std": [49.362603929155384], "count": [171]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [171]}, "subtask_annotation": {"mean": [2.2339181286549707, 5.391812865497076, 10.0, 10.0, 10.0], "std": [2.7022226879525233, 4.261035578224946, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [171]}, "scene_annotation": {"mean": [57.0], "std": [0.0], "min": [57], "max": [57], "count": [171]}, "eef_direction_state": {"mean": [3.152046783625731, 4.058479532163743], "std": [2.1521739092886962, 1.8878113269885342], "min": [0, 0], "max": [6, 6], "count": [171]}, "eef_velocity_state": {"mean": [1.3508771929824561, 1.2163742690058479], "std": [0.7451494940910632, 0.7983687757095552], "min": [0, 0], "max": [2, 2], "count": [171]}, "eef_acc_mag_state": {"mean": [1.1461988304093567, 1.0058479532163742], "std": [0.8354185463592307, 0.8128865326067779], "min": [0, 0], "max": [2, 2], "count": [171]}, "eef_direction_action": {"mean": [3.152046783625731, 4.058479532163743], "std": [2.1521739092886962, 1.8878113269885342], "min": [0, 0], "max": [6, 6], "count": [171]}, "eef_velocity_action": {"mean": [1.3508771929824561, 1.2163742690058479], "std": [0.7451494940910632, 0.7983687757095552], "min": [0, 0], "max": [2, 2], "count": [171]}, "eef_acc_mag_action": {"mean": [1.1461988304093567, 1.0058479532163742], "std": [0.8354185463592307, 0.8128865326067779], "min": [0, 0], "max": [2, 2], "count": [171]}, "eef_sim_pose_state": {"mean": [0.6400358175115372, 0.12039747079637299, 1.2254568347155055, -1.2977739267069983, 0.7945103581346317, -2.0766450879656664, 0.5746960225183785, -0.11504983287311063, 1.1671499287973606, 1.5279777662691032, 0.7946582040596263, 2.3115496839955165], "std": [0.06013537064743022, 0.05163097356625794, 0.09669055393017857, 0.4608316518980742, 0.1679060171409691, 0.43357408644128764, 0.07142894499178705, 0.02814041260837837, 0.08907731424875841, 0.3832369459887703, 0.18069201021966325, 0.36044216237160825], "min": [0.5583084384434134, 0.037975302261265, 1.0558126802659684, -2.009621619105494, 0.5793223120135433, -2.748667940412494, 0.5226729676963028, -0.15895129138634828, 1.048142467202196, 0.7906619993635999, 0.6568336588440586, 1.6276185389210809], "max": [0.7535134089612561, 0.19425937929785148, 1.3325279040477767, -0.7394180330458664, 1.08193402476881, -1.5590506735686467, 0.7284204152919753, -0.05479874516642402, 1.3168185685105647, 2.0071042388795175, 1.2162429926169303, 2.700677309020639], "count": [171]}, "eef_sim_pose_action": {"mean": [0.6400358175115372, 0.12039747079637299, 1.2254568347155055, -1.2977739267069983, 0.7945103581346317, -2.0766450879656664, 0.5746960225183785, -0.11504983287311063, 1.1671499287973606, 1.5279777662691032, 0.7946582040596263, 2.3115496839955165], "std": [0.06013537064743022, 0.05163097356625794, 0.09669055393017857, 0.4608316518980742, 0.1679060171409691, 0.43357408644128764, 0.07142894499178705, 0.02814041260837837, 0.08907731424875841, 0.3832369459887703, 0.18069201021966325, 0.36044216237160825], "min": [0.5583084384434134, 0.037975302261265, 1.0558126802659684, -2.009621619105494, 0.5793223120135433, -2.748667940412494, 0.5226729676963028, -0.15895129138634828, 1.048142467202196, 0.7906619993635999, 0.6568336588440586, 1.6276185389210809], "max": [0.7535134089612561, 0.19425937929785148, 1.3325279040477767, -0.7394180330458664, 1.08193402476881, -1.5590506735686467, 0.7284204152919753, -0.05479874516642402, 1.3168185685105647, 2.0071042388795175, 1.2162429926169303, 2.700677309020639], "count": [171]}}} +{"episode_index": 58, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3228905535130719]], [[0.3352718668300654]], [[0.36286512050653597]]], "std": [[[0.33076574559382305]], [[0.3157211954230539]], [[0.2987593499818096]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46639047385620913]], [[0.4951295506535948]], [[0.46228903594771237]]], "std": [[[0.3180581689957211]], [[0.3034689063129678]], [[0.31240230579221956]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684001062091503]], [[0.5027071732026144]], [[0.4709682598039216]]], "std": [[[0.3174732003878274]], [[0.2992583910468408]], [[0.3042346517485272]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38749972630718954]], [[0.41498678308823533]], [[0.3979009375]]], "std": [[[0.36690346572384397]], [[0.36256875516655984]], [[0.3391391066275097]]], "count": [100]}, "observation.state": {"min": [0.18477721512317657, -1.2643530368804932, 0.9848214983940125, -0.27924010157585144, -1.5622906684875488, 0.2980993092060089, -1.1923866271972656, -1.406261920928955, 1.1582233905792236, -0.38889047503471375, 0.7387035489082336, -0.42858776450157166, 28.4022216796875, 41.70937728881836, -0.7768750190734863, -0.14937500655651093, 1.15666663646698, -0.4268749952316284, 0.7877777814865112, -0.9543750286102295, 0.7649999856948853, -0.6150000095367432, 0.9750000238418579, 0.7568750381469727, 17.239999771118164, 45.889373779296875, 1.1169999837875366, 2.643125057220459, 1.074375033378601, 0.9481250047683716, 0.7912499904632568, 0.9206250309944153, 0.8174999952316284, 0.890625, 1.0942857265472412, 0.46812498569488525], "max": [1.2312971353530884, -0.7838845252990723, 1.6426336765289307, 0.4997091293334961, -0.5997748970985413, 0.5066472291946411, -0.20041771233081818, -0.9058136940002441, 1.728584885597229, 0.21970872581005096, 1.5777193307876587, -0.1938372701406479, 55.649375915527344, 55.653751373291016, 29.328750610351562, 9.565555572509766, 39.09375, 30.873748779296875, 40.94437789916992, 64.43187713623047, 50.198123931884766, 98.4437484741211, 53.864376068115234, 105.04624938964844, 57.209999084472656, 73.6675033569336, 2.802500009536743, 9.597272872924805, 28.504375457763672, 60.43562698364258, 35.72875213623047, 65.69499969482422, 46.29125213623047, 86.3643798828125, 82.8237533569336, 109.95999908447266], "mean": [0.8795767426490784, -0.89191734790802, 1.1501926183700562, 0.017508432269096375, -1.1111000776290894, 0.44294244050979614, -0.8826188445091248, -1.030895471572876, 1.351807951927185, -0.017669567838311195, 1.158245325088501, -0.3421982228755951, 50.274044036865234, 48.58702850341797, 6.4784159660339355, 4.729130268096924, 13.41922664642334, 5.63799524307251, 10.161687850952148, 9.994518280029297, 10.58864688873291, 16.13993263244629, 9.464761734008789, 27.561307907104492, 37.097557067871094, 60.946048736572266, 1.3853123188018799, 6.852921962738037, 15.776596069335938, 10.380637168884277, 13.851033210754395, 13.004349708557129, 14.325886726379395, 16.495649337768555, 16.81964683532715, 31.75335693359375], "std": [0.3332967162132263, 0.12236005067825317, 0.1755966693162918, 0.24955204129219055, 0.28355616331100464, 0.05603937432169914, 0.32259702682495117, 0.12950439751148224, 0.14230729639530182, 0.22102157771587372, 0.16018079221248627, 0.0772537961602211, 5.156297206878662, 4.06179141998291, 10.274160385131836, 2.442669153213501, 11.277687072753906, 10.05262279510498, 13.412095069885254, 20.915122985839844, 16.08139991760254, 30.4866886138916, 15.913519859313965, 33.721797943115234, 11.985581398010254, 10.993993759155273, 0.26257291436195374, 2.0909695625305176, 8.82425594329834, 18.045860290527344, 9.69743824005127, 21.93410301208496, 13.417222023010254, 29.53276824951172, 24.45225715637207, 34.609397888183594], "count": [190]}, "action": {"min": [0.18477721512317657, -1.2643530368804932, 0.9848214983940125, -0.27924010157585144, -1.5622906684875488, 0.2980993092060089, -1.1923866271972656, -1.406261920928955, 1.1582233905792236, -0.38889047503471375, 0.7387035489082336, -0.42858776450157166, 28.4022216796875, 41.70937728881836, -0.7768750190734863, -0.14937500655651093, 1.15666663646698, -0.4268749952316284, 0.7877777814865112, -0.9543750286102295, 0.7649999856948853, -0.6150000095367432, 0.9750000238418579, 0.7568750381469727, 17.239999771118164, 45.889373779296875, 1.1169999837875366, 2.643125057220459, 1.074375033378601, 0.9481250047683716, 0.7912499904632568, 0.9206250309944153, 0.8174999952316284, 0.890625, 1.0942857265472412, 0.46812498569488525], "max": [1.2312971353530884, -0.7838845252990723, 1.6426336765289307, 0.4997091293334961, -0.5997748970985413, 0.5066472291946411, -0.20041771233081818, -0.9058136940002441, 1.728584885597229, 0.21970872581005096, 1.5777193307876587, -0.1938372701406479, 55.649375915527344, 55.653751373291016, 29.328750610351562, 9.565555572509766, 39.09375, 30.873748779296875, 40.94437789916992, 64.43187713623047, 50.198123931884766, 98.4437484741211, 53.864376068115234, 105.04624938964844, 57.209999084472656, 73.6675033569336, 2.802500009536743, 9.597272872924805, 28.504375457763672, 60.43562698364258, 35.72875213623047, 65.69499969482422, 46.29125213623047, 86.3643798828125, 82.8237533569336, 109.95999908447266], "mean": [0.8795769810676575, -0.8919171690940857, 1.1501929759979248, 0.017508432269096375, -1.1111000776290894, 0.44294244050979614, -0.8826188445091248, -1.030895709991455, 1.3518080711364746, -0.017669590190052986, 1.1582458019256592, -0.34219831228256226, 50.27400207519531, 48.587032318115234, 6.478428363800049, 4.729129791259766, 13.419227600097656, 5.637997150421143, 10.161684036254883, 9.99453067779541, 10.588648796081543, 16.13995361328125, 9.464761734008789, 27.561321258544922, 37.09756088256836, 60.94602584838867, 1.385312795639038, 6.852923393249512, 15.776603698730469, 10.380640029907227, 13.851036071777344, 13.004345893859863, 14.325875282287598, 16.495651245117188, 16.81964111328125, 31.753358840942383], "std": [0.33329665660858154, 0.12236004322767258, 0.175596684217453, 0.24955204129219055, 0.283556193113327, 0.056039366871118546, 0.32259702682495117, 0.12950438261032104, 0.142307311296463, 0.22102151811122894, 0.16018079221248627, 0.0772538036108017, 5.156297206878662, 4.061790943145752, 10.274162292480469, 2.442668914794922, 11.277687072753906, 10.052618980407715, 13.412093162536621, 20.915124893188477, 16.081403732299805, 30.486684799194336, 15.91352367401123, 33.721797943115234, 11.985581398010254, 10.993992805480957, 0.2625728249549866, 2.0909693241119385, 8.82425594329834, 18.04585838317871, 9.697437286376953, 21.934101104736328, 13.417219161987305, 29.532772064208984, 24.45226287841797, 34.609397888183594], "count": [190]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.15], "std": [1.8282505298782221], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [190]}, "index": {"min": [12470], "max": [12659], "mean": [12564.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [190]}, "subtask_annotation": {"mean": [4.131578947368421, 10.0, 10.0, 10.0, 10.0], "std": [2.5211844817735423, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [190]}, "scene_annotation": {"mean": [58.0], "std": [0.0], "min": [58], "max": [58], "count": [190]}, "eef_direction_state": {"mean": [2.836842105263158, 3.8421052631578947], "std": [2.0338479284651227, 1.770018075873708], "min": [0, 1], "max": [6, 6], "count": [190]}, "eef_velocity_state": {"mean": [1.3526315789473684, 1.1631578947368422], "std": [0.6858482424227296, 0.8824073091717796], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_acc_mag_state": {"mean": [1.105263157894737, 0.8631578947368421], "std": [0.8641842421799483, 0.8474174552664736], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_direction_action": {"mean": [2.836842105263158, 3.8421052631578947], "std": [2.0338479284651227, 1.770018075873708], "min": [0, 1], "max": [6, 6], "count": [190]}, "eef_velocity_action": {"mean": [1.3526315789473684, 1.1631578947368422], "std": [0.6858482424227296, 0.8824073091717796], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_acc_mag_action": {"mean": [1.105263157894737, 0.8631578947368421], "std": [0.8641842421799483, 0.8474174552664736], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_sim_pose_state": {"mean": [0.644063602919896, 0.1954451380689631, 1.2213026881309688, -1.284571709216459, 0.6487864792924319, -2.031840499290335, 0.6710079438554545, -0.19898821702717345, 1.2108724535087243, 1.2228957716764093, 0.604047536300285, 2.018689078746133], "std": [0.05331639157868624, 0.03669904573774251, 0.05813072251353679, 0.18267085210739392, 0.12318807870782117, 0.19136803334432054, 0.03572725215776982, 0.06534387041657518, 0.0745919146343747, 0.22212929095497005, 0.06345637644542493, 0.11356467574719163], "min": [0.5902137915284209, 0.13742622950860972, 1.1615297695659905, -1.6608668181732003, 0.4975963054636008, -2.473379558693176, 0.6077044636006189, -0.2652579247762826, 1.1403452367161793, 0.7337904868929674, 0.37467196496702737, 1.7907031502816473], "max": [0.7960926090870437, 0.261470632457883, 1.369540843479499, -0.8538394693210742, 0.8802583281571876, -1.7184314172677753, 0.773482215458072, -0.05989147278646695, 1.3773806872498708, 1.4566443237078013, 0.685924169629001, 2.3026728912410723], "count": [190]}, "eef_sim_pose_action": {"mean": [0.644063602919896, 0.1954451380689631, 1.2213026881309688, -1.284571709216459, 0.6487864792924319, -2.031840499290335, 0.6710079438554545, -0.19898821702717345, 1.2108724535087243, 1.2228957716764093, 0.604047536300285, 2.018689078746133], "std": [0.05331639157868624, 0.03669904573774251, 0.05813072251353679, 0.18267085210739392, 0.12318807870782117, 0.19136803334432054, 0.03572725215776982, 0.06534387041657518, 0.0745919146343747, 0.22212929095497005, 0.06345637644542493, 0.11356467574719163], "min": [0.5902137915284209, 0.13742622950860972, 1.1615297695659905, -1.6608668181732003, 0.4975963054636008, -2.473379558693176, 0.6077044636006189, -0.2652579247762826, 1.1403452367161793, 0.7337904868929674, 0.37467196496702737, 1.7907031502816473], "max": [0.7960926090870437, 0.261470632457883, 1.369540843479499, -0.8538394693210742, 0.8802583281571876, -1.7184314172677753, 0.773482215458072, -0.05989147278646695, 1.3773806872498708, 1.4566443237078013, 0.685924169629001, 2.3026728912410723], "count": [190]}}} +{"episode_index": 59, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37650072916666666]], [[0.41823886029411766]], [[0.3933846139705882]]], "std": [[[0.3704943261809003]], [[0.26604069733502494]], [[0.26314645730926167]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46813584354575166]], [[0.484977914624183]], [[0.4540090910947713]]], "std": [[[0.26567827166698865]], [[0.253264875613355]], [[0.24365696327313602]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46102023488562094]], [[0.4776930861928105]], [[0.43490427900326795]]], "std": [[[0.3153898639282341]], [[0.2657761324317573]], [[0.2619324779254969]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41493249183006536]], [[0.4290396875]], [[0.32924781454248364]]], "std": [[[0.400751572702323]], [[0.36839028863840795]], [[0.34727305744898834]]], "count": [100]}, "observation.state": {"min": [0.3016994595527649, -1.2760356664657593, 0.8814946413040161, -0.3821192979812622, -1.514606237411499, 0.5944819450378418, -1.0656518936157227, -1.2049858570098877, 0.7403486967086792, -0.10757610201835632, 0.5729524493217468, -0.8645904660224915, 25.49312400817871, 46.68437576293945, -0.49937498569488525, 0.009999999776482582, 11.431875228881836, 1.1043750047683716, 1.390625, -0.6568750143051147, 0.9481250047683716, -2.8368749618530273, 1.1512500047683716, 7.073750019073486, 33.97999954223633, 41.484375, 0.7749999761581421, -1.4356249570846558, 1.28125, -0.46812498569488525, 0.7593333125114441, -0.4362500011920929, 1.1200000047683716, 0.65625, 0.8068749904632568, -2.6287500858306885], "max": [0.9284399747848511, -0.8150225281715393, 1.4135576486587524, 0.25148776173591614, -0.39263370633125305, 0.9277246594429016, -0.37491893768310547, -0.6782635450363159, 1.3553587198257446, 0.11913958191871643, 1.429651141166687, -0.6582360863685608, 65.9893798828125, 69.69874572753906, 31.713748931884766, 7.366250038146973, 38.51000213623047, 32.611873626708984, 45.61312484741211, 50.178749084472656, 46.65937423706055, 72.57749938964844, 48.391876220703125, 109.65750122070312, 59.747501373291016, 48.09312438964844, 2.625, 6.623125076293945, 38.0625, 35.86937713623047, 46.07374954223633, 65.9800033569336, 50.04624938964844, 85.79312896728516, 55.33812713623047, 110.12562561035156], "mean": [0.6852872967720032, -0.9754664897918701, 1.091740608215332, -0.06267591565847397, -0.9251896739006042, 0.7893252372741699, -0.8865876197814941, -0.8816593289375305, 0.9264820218086243, 0.015847086906433105, 0.9267607927322388, -0.7566509246826172, 45.05315017700195, 56.10454177856445, 5.609059810638428, 0.9604975581169128, 24.74897575378418, 10.203160285949707, 23.25899314880371, 15.345288276672363, 17.047378540039062, 30.512893676757812, 12.302077293395996, 68.58531188964844, 53.512516021728516, 47.013668060302734, 1.0807126760482788, -0.3459007740020752, 30.30787467956543, 26.591310501098633, 35.423484802246094, 42.86705780029297, 36.007850646972656, 60.85942077636719, 35.96640396118164, 82.82276153564453], "std": [0.21490326523780823, 0.13706757128238678, 0.1507992446422577, 0.2282639443874359, 0.38670429587364197, 0.1168820708990097, 0.2614498734474182, 0.13975505530834198, 0.19111455976963043, 0.0504443421959877, 0.21056689321994781, 0.06887713819742203, 14.295104026794434, 7.985636234283447, 9.947266578674316, 1.8422855138778687, 9.018935203552246, 12.456971168518066, 14.918926239013672, 19.942312240600586, 16.659168243408203, 31.691226959228516, 17.107040405273438, 33.940093994140625, 8.385040283203125, 1.690279245376587, 0.4157184064388275, 2.0707826614379883, 10.582850456237793, 12.068313598632812, 13.227910041809082, 22.977243423461914, 18.022480010986328, 23.6932373046875, 22.38139533996582, 27.026880264282227], "count": [174]}, "action": {"min": [0.3016994595527649, -1.2760356664657593, 0.8814946413040161, -0.3821192979812622, -1.514606237411499, 0.5944819450378418, -1.0656518936157227, -1.2049858570098877, 0.7403486967086792, -0.10757610201835632, 0.5729524493217468, -0.8645904660224915, 25.49312400817871, 46.68437576293945, -0.49937498569488525, 0.009999999776482582, 11.431875228881836, 1.1043750047683716, 1.390625, -0.6568750143051147, 0.9481250047683716, -2.8368749618530273, 1.1512500047683716, 7.073750019073486, 33.97999954223633, 41.484375, 0.7749999761581421, -1.4356249570846558, 1.28125, -0.46812498569488525, 0.7593333125114441, -0.4362500011920929, 1.1200000047683716, 0.65625, 0.8068749904632568, -2.6287500858306885], "max": [0.9284399747848511, -0.8150225281715393, 1.4135576486587524, 0.25148776173591614, -0.39263370633125305, 0.9277246594429016, -0.37491893768310547, -0.6782635450363159, 1.3553587198257446, 0.11913958191871643, 1.429651141166687, -0.6582360863685608, 65.9893798828125, 69.69874572753906, 31.713748931884766, 7.366250038146973, 38.51000213623047, 32.611873626708984, 45.61312484741211, 50.178749084472656, 46.65937423706055, 72.57749938964844, 48.391876220703125, 109.65750122070312, 59.747501373291016, 48.09312438964844, 2.625, 6.623125076293945, 38.0625, 35.86937713623047, 46.07374954223633, 65.9800033569336, 50.04624938964844, 85.79312896728516, 55.33812713623047, 110.12562561035156], "mean": [0.6852875351905823, -0.9754666090011597, 1.091740608215332, -0.06267589330673218, -0.9251893758773804, 0.789324939250946, -0.8865872025489807, -0.8816593885421753, 0.9264819025993347, 0.015847090631723404, 0.9267606139183044, -0.7566509246826172, 45.05314254760742, 56.10453796386719, 5.609058380126953, 0.9604976177215576, 24.74897003173828, 10.203156471252441, 23.25899887084961, 15.345292091369629, 17.047382354736328, 30.512893676757812, 12.302077293395996, 68.5853042602539, 53.512508392333984, 47.01365280151367, 1.0807125568389893, -0.34590059518814087, 30.307872772216797, 26.591310501098633, 35.42348861694336, 42.8670539855957, 36.00785446166992, 60.85940933227539, 35.966365814208984, 82.8227767944336], "std": [0.21490326523780823, 0.13706757128238678, 0.1507992297410965, 0.22826391458511353, 0.38670429587364197, 0.11688204854726791, 0.2614498734474182, 0.13975505530834198, 0.19111454486846924, 0.0504443421959877, 0.21056687831878662, 0.06887713819742203, 14.295103073120117, 7.985636234283447, 9.947264671325684, 1.8422856330871582, 9.018935203552246, 12.4569730758667, 14.918923377990723, 19.94232177734375, 16.659168243408203, 31.69122314453125, 17.107040405273438, 33.94009780883789, 8.385038375854492, 1.690279245376587, 0.4157184064388275, 2.0707828998565674, 10.582849502563477, 12.068314552307129, 13.227910995483398, 22.977245330810547, 18.022480010986328, 23.693239212036133, 22.381393432617188, 27.026880264282227], "count": [174]}, "timestamp": {"min": [0.0], "max": [5.766666666666667], "mean": [2.8833333333333333], "std": [1.6742881295466265], "count": [174]}, "frame_index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [174]}, "index": {"min": [12660], "max": [12833], "mean": [12746.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [174]}, "subtask_annotation": {"mean": [2.8448275862068964, 5.390804597701149, 10.0, 10.0, 10.0], "std": [3.164830391514701, 4.198676096321073, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [174]}, "scene_annotation": {"mean": [59.0], "std": [0.0], "min": [59], "max": [59], "count": [174]}, "eef_direction_state": {"mean": [3.5402298850574714, 3.6839080459770117], "std": [1.8588378380247146, 1.8124964407872064], "min": [0, 0], "max": [6, 6], "count": [174]}, "eef_velocity_state": {"mean": [1.3908045977011494, 1.3735632183908046], "std": [0.6924273784748977, 0.6977731031465016], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_acc_mag_state": {"mean": [1.2011494252873562, 1.0459770114942528], "std": [0.802151453706579, 0.7937695020974502], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_direction_action": {"mean": [3.5402298850574714, 3.6839080459770117], "std": [1.8588378380247146, 1.8124964407872064], "min": [0, 0], "max": [6, 6], "count": [174]}, "eef_velocity_action": {"mean": [1.3908045977011494, 1.3735632183908046], "std": [0.6924273784748977, 0.6977731031465016], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_acc_mag_action": {"mean": [1.2011494252873562, 1.0459770114942528], "std": [0.802151453706579, 0.7937695020974502], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_sim_pose_state": {"mean": [0.6429985863970542, 0.14250678613670892, 1.224265426243403, -1.2663424279738618, 0.7208756474809174, -1.9903542774024388, 0.5910457069670941, -0.12778123076940903, 1.1689658324750705, 1.5054123505632888, 0.7286890220888631, 2.2524621885600857], "std": [0.05963008829249369, 0.07435816166422478, 0.0984558222417081, 0.4451963256876463, 0.17039179976734276, 0.49803902147515233, 0.06771331833572433, 0.024275832840824223, 0.08332293041460356, 0.3692628746754138, 0.06795673954454239, 0.3282754051212407], "min": [0.5679139919519225, 0.046305221083848186, 1.0554749538272434, -1.9298643021996549, 0.4790877407418188, -2.6988389203800454, 0.5370176818346809, -0.17754856061919394, 1.0675105199252866, 0.7854553423144726, 0.6428610778943127, 1.5978969196073098], "max": [0.7543338976420219, 0.25209397866848515, 1.3343492914996724, -0.7669829842658589, 0.9971277169333175, -1.387561087481428, 0.7389073421247963, -0.06481241774891486, 1.3179606061736826, 1.9734089884126675, 0.9000324209670487, 2.62322920609527], "count": [174]}, "eef_sim_pose_action": {"mean": [0.6429985863970542, 0.14250678613670892, 1.224265426243403, -1.2663424279738618, 0.7208756474809174, -1.9903542774024388, 0.5910457069670941, -0.12778123076940903, 1.1689658324750705, 1.5054123505632888, 0.7286890220888631, 2.2524621885600857], "std": [0.05963008829249369, 0.07435816166422478, 0.0984558222417081, 0.4451963256876463, 0.17039179976734276, 0.49803902147515233, 0.06771331833572433, 0.024275832840824223, 0.08332293041460356, 0.3692628746754138, 0.06795673954454239, 0.3282754051212407], "min": [0.5679139919519225, 0.046305221083848186, 1.0554749538272434, -1.9298643021996549, 0.4790877407418188, -2.6988389203800454, 0.5370176818346809, -0.17754856061919394, 1.0675105199252866, 0.7854553423144726, 0.6428610778943127, 1.5978969196073098], "max": [0.7543338976420219, 0.25209397866848515, 1.3343492914996724, -0.7669829842658589, 0.9971277169333175, -1.387561087481428, 0.7389073421247963, -0.06481241774891486, 1.3179606061736826, 1.9734089884126675, 0.9000324209670487, 2.62322920609527], "count": [174]}}} +{"episode_index": 60, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2921268831699346]], [[0.3133708639705882]], [[0.3158976245915033]]], "std": [[[0.32768576823683876]], [[0.3040723016227142]], [[0.2936467963280183]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4739538807189542]], [[0.4858061294934641]], [[0.45338402777777775]]], "std": [[[0.3140622126497716]], [[0.3103889433965219]], [[0.31992234517526336]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49219665236928106]], [[0.5092809987745097]], [[0.4813773672385621]]], "std": [[[0.3257344785043526]], [[0.31903804140392045]], [[0.32686326452317316]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3855203451797386]], [[0.4124804881535948]], [[0.39323329656862743]]], "std": [[[0.36657854148471736]], [[0.3639510900990237]], [[0.3415248157281115]]], "count": [100]}, "observation.state": {"min": [0.31898507475852966, -1.1334830522537231, 0.9694353342056274, -0.34571221470832825, -1.5831446647644043, 0.38009271025657654, -1.1636911630630493, -1.3313019275665283, 1.1787594556808472, -0.31180858612060547, 0.7606145739555359, -0.4417486786842346, 45.54222106933594, 41.26187515258789, -0.7387499809265137, 0.23375000059604645, 4.54812479019165, 0.10562498867511749, 1.0106250047683716, -1.115625023841858, 0.8218749761581421, -3.009999990463257, 0.9856250286102295, 0.8943749666213989, 20.391000747680664, 43.59562301635742, 0.8799999952316284, -0.65625, 1.0525000095367432, 0.7599999904632568, 0.609375, 0.8799999952316284, 1.0612499713897705, 0.7393749952316284, 0.8268749713897705, -3.2668750286102295], "max": [1.2905794382095337, -0.746309220790863, 1.5460727214813232, 0.34120604395866394, -0.7399671673774719, 0.5541440844535828, -0.15199416875839233, -0.8695257902145386, 1.7264152765274048, 0.21796558797359467, 1.5824241638183594, -0.21617741882801056, 66.14812469482422, 55.211875915527344, 33.94124984741211, 9.761250495910645, 38.44187545776367, 7.981249809265137, 34.78437423706055, 61.07250213623047, 46.90312576293945, 66.18437194824219, 41.69187545776367, 91.37187194824219, 56.64250183105469, 68.94437408447266, 3.146250009536743, 9.548181533813477, 31.826875686645508, 34.21312713623047, 40.38999938964844, 80.8237533569336, 63.65875244140625, 110.09687805175781, 68.45062255859375, 109.38812255859375], "mean": [0.8767804503440857, -0.8940825462341309, 1.176616907119751, -0.021885819733142853, -1.094792127609253, 0.43862247467041016, -0.8875754475593567, -0.9896567463874817, 1.3192059993743896, 0.0413210503757, 1.2506245374679565, -0.354102224111557, 54.036197662353516, 47.45333480834961, 5.8447113037109375, 6.656936168670654, 15.426315307617188, 1.4961358308792114, 9.567675590515137, 8.675216674804688, 10.688948631286621, 9.190265655517578, 7.140703201293945, 35.18915557861328, 41.41127395629883, 54.96432876586914, 1.2029645442962646, 4.377079010009766, 16.66705322265625, 7.098893165588379, 16.161535263061523, 17.26762580871582, 18.446741104125977, 22.266538619995117, 16.91583251953125, 28.633392333984375], "std": [0.2770928144454956, 0.09095894545316696, 0.13702364265918732, 0.18889790773391724, 0.21725045144557953, 0.04389805719256401, 0.3354753851890564, 0.13698087632656097, 0.16375675797462463, 0.1792077124118805, 0.1788501739501953, 0.07514557242393494, 5.604496002197266, 3.224557876586914, 10.9125337600708, 2.657684564590454, 10.033726692199707, 2.193049669265747, 10.769176483154297, 18.9279727935791, 14.182089805603027, 22.082277297973633, 12.048295021057129, 25.129779815673828, 10.715439796447754, 10.439987182617188, 0.36253488063812256, 3.1869194507598877, 9.740708351135254, 10.921030044555664, 11.825199127197266, 27.695594787597656, 18.67893409729004, 38.54335021972656, 20.5745906829834, 37.07265090942383], "count": [167]}, "action": {"min": [0.31898507475852966, -1.1334830522537231, 0.9694353342056274, -0.34571221470832825, -1.5831446647644043, 0.38009271025657654, -1.1636911630630493, -1.3313019275665283, 1.1787594556808472, -0.31180858612060547, 0.7606145739555359, -0.4417486786842346, 45.54222106933594, 41.26187515258789, -0.7387499809265137, 0.23375000059604645, 4.54812479019165, 0.10562498867511749, 1.0106250047683716, -1.115625023841858, 0.8218749761581421, -3.009999990463257, 0.9856250286102295, 0.8943749666213989, 20.391000747680664, 43.59562301635742, 0.8799999952316284, -0.65625, 1.0525000095367432, 0.7599999904632568, 0.609375, 0.8799999952316284, 1.0612499713897705, 0.7393749952316284, 0.8268749713897705, -3.2668750286102295], "max": [1.2905794382095337, -0.746309220790863, 1.5460727214813232, 0.34120604395866394, -0.7399671673774719, 0.5541440844535828, -0.15199416875839233, -0.8695257902145386, 1.7264152765274048, 0.21796558797359467, 1.5824241638183594, -0.21617741882801056, 66.14812469482422, 55.211875915527344, 33.94124984741211, 9.761250495910645, 38.44187545776367, 7.981249809265137, 34.78437423706055, 61.07250213623047, 46.90312576293945, 66.18437194824219, 41.69187545776367, 91.37187194824219, 56.64250183105469, 68.94437408447266, 3.146250009536743, 9.548181533813477, 31.826875686645508, 34.21312713623047, 40.38999938964844, 80.8237533569336, 63.65875244140625, 110.09687805175781, 68.45062255859375, 109.38812255859375], "mean": [0.8767804503440857, -0.89408278465271, 1.1766167879104614, -0.021885808557271957, -1.0947922468185425, 0.43862244486808777, -0.8875756859779358, -0.9896568059921265, 1.3192064762115479, 0.04132102057337761, 1.250624656677246, -0.354102224111557, 54.036197662353516, 47.45331954956055, 5.844716548919678, 6.65693473815918, 15.426311492919922, 1.4961358308792114, 9.5676851272583, 8.6752290725708, 10.68896198272705, 9.190262794494629, 7.1406989097595215, 35.18917465209961, 41.41126251220703, 54.964324951171875, 1.2029650211334229, 4.377079010009766, 16.66704559326172, 7.098896026611328, 16.16153335571289, 17.267623901367188, 18.44674301147461, 22.266536712646484, 16.915830612182617, 28.633384704589844], "std": [0.2770928144454956, 0.09095899015665054, 0.13702361285686493, 0.18889789283275604, 0.21725042164325714, 0.043898072093725204, 0.3354753851890564, 0.13698089122772217, 0.16375677287578583, 0.1792076975107193, 0.17885014414787292, 0.07514557987451553, 5.604495525360107, 3.224557876586914, 10.912530899047852, 2.657684087753296, 10.033726692199707, 2.193049669265747, 10.769174575805664, 18.92797088623047, 14.182095527648926, 22.0822811126709, 12.048297882080078, 25.129777908325195, 10.71544075012207, 10.439987182617188, 0.362534761428833, 3.1869194507598877, 9.740708351135254, 10.921029090881348, 11.825200080871582, 27.695592880249023, 18.67893409729004, 38.54335021972656, 20.5745906829834, 37.07264709472656], "count": [167]}, "timestamp": {"min": [0.0], "max": [5.533333333333333], "mean": [2.766666666666666], "std": [1.6069294390925266], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [167]}, "index": {"min": [12834], "max": [13000], "mean": [12917.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [167]}, "subtask_annotation": {"mean": [4.2155688622754495, 10.0, 10.0, 10.0, 10.0], "std": [2.5053709024873823, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [167]}, "scene_annotation": {"mean": [60.0], "std": [0.0], "min": [60], "max": [60], "count": [167]}, "eef_direction_state": {"mean": [2.9880239520958085, 4.155688622754491], "std": [1.8474388290201131, 1.8922345182102784], "min": [0, 0], "max": [6, 6], "count": [167]}, "eef_velocity_state": {"mean": [1.4431137724550898, 1.1317365269461077], "std": [0.6710862623291926, 0.9256873038311404], "min": [0, 0], "max": [2, 2], "count": [167]}, "eef_acc_mag_state": {"mean": [1.1796407185628743, 0.8862275449101796], "std": [0.7989917989998051, 0.7998440093176161], "min": [0, 0], "max": [2, 2], "count": [167]}, "eef_direction_action": {"mean": [2.9880239520958085, 4.155688622754491], "std": [1.8474388290201131, 1.8922345182102784], "min": [0, 0], "max": [6, 6], "count": [167]}, "eef_velocity_action": {"mean": [1.4431137724550898, 1.1317365269461077], "std": [0.6710862623291926, 0.9256873038311404], "min": [0, 0], "max": [2, 2], "count": [167]}, "eef_acc_mag_action": {"mean": [1.1796407185628743, 0.8862275449101796], "std": [0.7989917989998051, 0.7998440093176161], "min": [0, 0], "max": [2, 2], "count": [167]}, "eef_sim_pose_state": {"mean": [0.654801551898942, 0.20593426075453122, 1.2177423120441135, -1.283204866206791, 0.6332745753022868, -2.001751552566276, 0.6644990246676545, -0.21458697514055095, 1.2423447028628392, 1.1111887710721753, 0.56095656250702, 1.9321092449207276], "std": [0.04086189698990425, 0.02712109787711269, 0.054327028623861205, 0.14835692010271623, 0.12596896049013784, 0.12795579161182824, 0.04079880829115886, 0.05111205141121643, 0.07498915046089229, 0.1956103839982584, 0.0582446234042943, 0.12186492561930826], "min": [0.5865637713728971, 0.1659604307860255, 1.158756288776108, -1.5438678326304993, 0.45320379512636144, -2.294014325273182, 0.6177279267868526, -0.2661119330424703, 1.182448465581046, 0.6512123809595866, 0.42163211868657147, 1.7506635670053414], "max": [0.7673992403749796, 0.2831917402774696, 1.3465666194213857, -0.9035357168489209, 0.8975089596577179, -1.7705829891067626, 0.77700568061087, -0.11878746325460646, 1.4110397211633634, 1.2797706356999645, 0.6283251444034756, 2.2058315415450904], "count": [167]}, "eef_sim_pose_action": {"mean": [0.654801551898942, 0.20593426075453122, 1.2177423120441135, -1.283204866206791, 0.6332745753022868, -2.001751552566276, 0.6644990246676545, -0.21458697514055095, 1.2423447028628392, 1.1111887710721753, 0.56095656250702, 1.9321092449207276], "std": [0.04086189698990425, 0.02712109787711269, 0.054327028623861205, 0.14835692010271623, 0.12596896049013784, 0.12795579161182824, 0.04079880829115886, 0.05111205141121643, 0.07498915046089229, 0.1956103839982584, 0.0582446234042943, 0.12186492561930826], "min": [0.5865637713728971, 0.1659604307860255, 1.158756288776108, -1.5438678326304993, 0.45320379512636144, -2.294014325273182, 0.6177279267868526, -0.2661119330424703, 1.182448465581046, 0.6512123809595866, 0.42163211868657147, 1.7506635670053414], "max": [0.7673992403749796, 0.2831917402774696, 1.3465666194213857, -0.9035357168489209, 0.8975089596577179, -1.7705829891067626, 0.77700568061087, -0.11878746325460646, 1.4110397211633634, 1.2797706356999645, 0.6283251444034756, 2.2058315415450904], "count": [167]}}} +{"episode_index": 61, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3679954738562092]], [[0.4199291441993464]], [[0.40496722630718957]]], "std": [[[0.36444164474011853]], [[0.2621483154669355]], [[0.2613509903084272]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4694677573529412]], [[0.49139092524509803]], [[0.4635565175653595]]], "std": [[[0.26346580116126617]], [[0.256015706377734]], [[0.24610734617884586]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47108678104575163]], [[0.4978373672385621]], [[0.4512549918300654]]], "std": [[[0.3203108952987059]], [[0.26777537160969545]], [[0.26420678359137323]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4187190727124183]], [[0.42151185661764706]], [[0.3151685232843137]]], "std": [[[0.4046732566062583]], [[0.367098392658618]], [[0.34208491071718433]]], "count": [100]}, "observation.state": {"min": [0.295881986618042, -1.3735027313232422, 0.780022144317627, -0.3153610825538635, -1.5008307695388794, 0.7156957983970642, -1.1345717906951904, -1.240630030632019, 0.7318131327629089, 0.006246661767363548, 0.5909056067466736, -0.8500229120254517, 23.701250076293945, 48.42499923706055, -0.5099999904632568, -0.6431249976158142, 14.076874732971191, 0.3974999785423279, 6.281874656677246, -0.546875, 1.2925000190734863, 0.18312500417232513, 1.1575000286102295, 0.1549999862909317, 39.587501525878906, 35.39099884033203, 0.35374999046325684, -2.7950000762939453, 0.9772727489471436, -0.38499999046325684, 0.7200000286102295, -0.32249999046325684, 0.972000002861023, 1.0212500095367432, 0.6606249809265137, -2.857142925262451], "max": [0.95826655626297, -0.7125486135482788, 1.5069953203201294, 0.16331921517848969, -0.31013962626457214, 0.8348592519760132, -0.4064621925354004, -0.6835088133811951, 1.3627021312713623, 0.08628500252962112, 1.4099335670471191, -0.6547646522521973, 57.069374084472656, 70.65562438964844, 18.194374084472656, 6.476874828338623, 37.834999084472656, 35.79624938964844, 44.86125183105469, 64.35375213623047, 49.03874969482422, 77.00312042236328, 45.279998779296875, 104.15437316894531, 49.104373931884766, 50.22999954223633, 2.268749952316284, 5.692857265472412, 37.90062713623047, 39.173126220703125, 47.09937286376953, 64.44937896728516, 52.17562484741211, 80.15875244140625, 51.837501525878906, 99.25125122070312], "mean": [0.6369112133979797, -0.9864578247070312, 1.1040663719177246, -0.05193719267845154, -0.930970311164856, 0.7874833345413208, -0.9112098217010498, -0.9428908228874207, 0.93723064661026, 0.05669112503528595, 1.0236799716949463, -0.7311728000640869, 42.160125732421875, 56.75098419189453, 1.6737802028656006, 0.47162744402885437, 25.260250091552734, 11.82098388671875, 23.470958709716797, 18.113889694213867, 20.444429397583008, 27.298063278198242, 11.888448715209961, 61.822330474853516, 45.10711669921875, 45.77055358886719, 0.7433563470840454, -1.2563765048980713, 30.994714736938477, 27.606945037841797, 35.704349517822266, 40.799415588378906, 37.077125549316406, 57.24771499633789, 30.425315856933594, 79.292236328125], "std": [0.2361021190881729, 0.1705280989408493, 0.20499755442142487, 0.17636284232139587, 0.3857265114784241, 0.04051662236452103, 0.2735500931739807, 0.15098126232624054, 0.20251846313476562, 0.021303562447428703, 0.22219377756118774, 0.08054576069116592, 12.715070724487305, 9.566925048828125, 4.79177713394165, 1.7513211965560913, 8.616087913513184, 14.825272560119629, 13.46190357208252, 24.7390079498291, 15.6613187789917, 30.88796043395996, 15.367270469665527, 28.46553611755371, 1.9032446146011353, 2.8138675689697266, 0.5597808957099915, 2.1486446857452393, 9.051107406616211, 15.75014877319336, 11.502798080444336, 24.093664169311523, 15.154573440551758, 23.300277709960938, 18.002933502197266, 24.085966110229492], "count": [170]}, "action": {"min": [0.295881986618042, -1.3735027313232422, 0.780022144317627, -0.3153610825538635, -1.5008307695388794, 0.7156957983970642, -1.1345717906951904, -1.240630030632019, 0.7318131327629089, 0.006246661767363548, 0.5909056067466736, -0.8500229120254517, 23.701250076293945, 48.42499923706055, -0.5099999904632568, -0.6431249976158142, 14.076874732971191, 0.3974999785423279, 6.281874656677246, -0.546875, 1.2925000190734863, 0.18312500417232513, 1.1575000286102295, 0.1549999862909317, 39.587501525878906, 35.39099884033203, 0.35374999046325684, -2.7950000762939453, 0.9772727489471436, -0.38499999046325684, 0.7200000286102295, -0.32249999046325684, 0.972000002861023, 1.0212500095367432, 0.6606249809265137, -2.857142925262451], "max": [0.95826655626297, -0.7125486135482788, 1.5069953203201294, 0.16331921517848969, -0.31013962626457214, 0.8348592519760132, -0.4064621925354004, -0.6835088133811951, 1.3627021312713623, 0.08628500252962112, 1.4099335670471191, -0.6547646522521973, 57.069374084472656, 70.65562438964844, 18.194374084472656, 6.476874828338623, 37.834999084472656, 35.79624938964844, 44.86125183105469, 64.35375213623047, 49.03874969482422, 77.00312042236328, 45.279998779296875, 104.15437316894531, 49.104373931884766, 50.22999954223633, 2.268749952316284, 5.692857265472412, 37.90062713623047, 39.173126220703125, 47.09937286376953, 64.44937896728516, 52.17562484741211, 80.15875244140625, 51.837501525878906, 99.25125122070312], "mean": [0.6369110345840454, -0.9864576458930969, 1.1040666103363037, -0.05193718150258064, -0.9309704303741455, 0.7874829173088074, -0.9112101793289185, -0.9428907632827759, 0.93723064661026, 0.056691210716962814, 1.0236800909042358, -0.7311725616455078, 42.16011428833008, 56.75095748901367, 1.6737817525863647, 0.4716273248195648, 25.260250091552734, 11.820987701416016, 23.470966339111328, 18.113889694213867, 20.44443130493164, 27.298051834106445, 11.88843822479248, 61.82231140136719, 45.10712432861328, 45.770545959472656, 0.7433562278747559, -1.2563763856887817, 30.994707107543945, 27.6069278717041, 35.70436477661133, 40.79941177368164, 37.0771369934082, 57.2476921081543, 30.425310134887695, 79.29222106933594], "std": [0.2361021637916565, 0.17052814364433289, 0.20499758422374725, 0.17636284232139587, 0.3857264816761017, 0.04051661863923073, 0.2735500931739807, 0.15098127722740173, 0.20251846313476562, 0.021303564310073853, 0.22219376266002655, 0.08054576069116592, 12.715070724487305, 9.566925048828125, 4.791776180267334, 1.7513211965560913, 8.61608600616455, 14.82526969909668, 13.461904525756836, 24.739009857177734, 15.661319732666016, 30.88795280456543, 15.367274284362793, 28.465539932250977, 1.903244972229004, 2.8138673305511475, 0.5597807168960571, 2.1486446857452393, 9.051107406616211, 15.750146865844727, 11.50279712677002, 24.093666076660156, 15.154574394226074, 23.30027961730957, 18.002933502197266, 24.085966110229492], "count": [170]}, "timestamp": {"min": [0.0], "max": [5.633333333333334], "mean": [2.8166666666666664], "std": [1.6357974609753292], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [170]}, "index": {"min": [13001], "max": [13170], "mean": [13085.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [170]}, "subtask_annotation": {"mean": [2.8058823529411763, 5.247058823529412, 10.0, 10.0, 10.0], "std": [3.0818196664872226, 4.222923109029469, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [170]}, "scene_annotation": {"mean": [61.0], "std": [0.0], "min": [61], "max": [61], "count": [170]}, "eef_direction_state": {"mean": [3.570588235294118, 4.076470588235294], "std": [1.921477588879836, 1.949367744186848], "min": [0, 0], "max": [6, 6], "count": [170]}, "eef_velocity_state": {"mean": [1.4352941176470588, 1.2705882352941176], "std": [0.7506398654564367, 0.7804709783822116], "min": [0, 0], "max": [2, 2], "count": [170]}, "eef_acc_mag_state": {"mean": [1.1529411764705881, 1.0529411764705883], "std": [0.811764705882353, 0.798982917478306], "min": [0, 0], "max": [2, 2], "count": [170]}, "eef_direction_action": {"mean": [3.570588235294118, 4.076470588235294], "std": [1.921477588879836, 1.949367744186848], "min": [0, 0], "max": [6, 6], "count": [170]}, "eef_velocity_action": {"mean": [1.4352941176470588, 1.2705882352941176], "std": [0.7506398654564367, 0.7804709783822116], "min": [0, 0], "max": [2, 2], "count": [170]}, "eef_acc_mag_action": {"mean": [1.1529411764705881, 1.0529411764705883], "std": [0.811764705882353, 0.798982917478306], "min": [0, 0], "max": [2, 2], "count": [170]}, "eef_sim_pose_state": {"mean": [0.6429693303173813, 0.13691234494471158, 1.2447834699848859, -1.2177091544758145, 0.691613619775005, -1.984774839704204, 0.5902659174029596, -0.11638882550432827, 1.1709989420174154, 1.4140859938343542, 0.6521888258443566, 2.1860608015042176], "std": [0.06798605153020665, 0.07232343453426102, 0.10685775609558708, 0.4966583304915467, 0.20812735082606448, 0.47363876334673816, 0.06908189196698042, 0.02814045468077531, 0.07491652544969848, 0.30092152633335945, 0.09969585820510639, 0.229761820168308], "min": [0.5541803533807244, 0.014647088166407224, 1.0571790968288364, -1.9861773473771642, 0.3861818853011263, -2.703783248975903, 0.5362132142128639, -0.1557778076330112, 1.0606607480880699, 0.8220764341907574, 0.556954319078423, 1.7334717788066853], "max": [0.7672576592967228, 0.24150355867869883, 1.3573150316468092, -0.6346283000701676, 0.995890481989973, -1.400963703496919, 0.7347509470057749, -0.056513386178418196, 1.301915774608463, 1.8026490357032452, 0.8500009299474609, 2.46066352758427], "count": [170]}, "eef_sim_pose_action": {"mean": [0.6429693303173813, 0.13691234494471158, 1.2447834699848859, -1.2177091544758145, 0.691613619775005, -1.984774839704204, 0.5902659174029596, -0.11638882550432827, 1.1709989420174154, 1.4140859938343542, 0.6521888258443566, 2.1860608015042176], "std": [0.06798605153020665, 0.07232343453426102, 0.10685775609558708, 0.4966583304915467, 0.20812735082606448, 0.47363876334673816, 0.06908189196698042, 0.02814045468077531, 0.07491652544969848, 0.30092152633335945, 0.09969585820510639, 0.229761820168308], "min": [0.5541803533807244, 0.014647088166407224, 1.0571790968288364, -1.9861773473771642, 0.3861818853011263, -2.703783248975903, 0.5362132142128639, -0.1557778076330112, 1.0606607480880699, 0.8220764341907574, 0.556954319078423, 1.7334717788066853], "max": [0.7672576592967228, 0.24150355867869883, 1.3573150316468092, -0.6346283000701676, 0.995890481989973, -1.400963703496919, 0.7347509470057749, -0.056513386178418196, 1.301915774608463, 1.8026490357032452, 0.8500009299474609, 2.46066352758427], "count": [170]}}} +{"episode_index": 62, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29989602736928106]], [[0.30465616421568625]], [[0.32332801879084966]]], "std": [[[0.318493560133669]], [[0.3022414267032428]], [[0.28399068819019413]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47426422998366013]], [[0.4901044158496732]], [[0.45916700163398694]]], "std": [[[0.32113965885615847]], [[0.3174306768121804]], [[0.32906044209558727]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4887066258169934]], [[0.5099783843954249]], [[0.476863960375817]]], "std": [[[0.3165179936736554]], [[0.30615057863528705]], [[0.31360520456029883]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.380668647875817]], [[0.40565763480392153]], [[0.3899561825980392]]], "std": [[[0.3678665087717324]], [[0.362848213697965]], [[0.34204511971741347]]], "count": [100]}, "observation.state": {"min": [0.3195573091506958, -1.2456846237182617, 0.9361621737480164, -0.3620202839374542, -1.5711917877197266, 0.3459029495716095, -1.1957350969314575, -1.471327304840088, 1.2009062767028809, -0.36483368277549744, 0.7930638194084167, -0.3685053884983063, 40.75666809082031, 42.01499938964844, -0.7256250381469727, 0.5600000023841858, 4.912221908569336, 0.041875001043081284, 0.9362500309944153, -1.0212500095367432, 0.6943750381469727, -1.015625, 0.9637500047683716, 0.47437500953674316, 32.13624954223633, 42.134376525878906, 1.0099999904632568, -0.5931249856948853, 0.8956249952316284, 0.7087500095367432, 0.8381249904632568, 0.05125000327825546, 0.6787500381469727, 0.42249998450279236, 0.9750000238418579, 0.90625], "max": [1.3272011280059814, -0.7351669669151306, 1.607919454574585, 0.30432212352752686, -0.6929503679275513, 0.5433271527290344, -0.2221856564283371, -0.9107728600502014, 1.8673704862594604, 0.23312924802303314, 1.5722938776016235, -0.1712348312139511, 60.27124786376953, 51.13999938964844, 38.704376220703125, 9.3931245803833, 37.24562454223633, 12.086874961853027, 35.877498626708984, 60.41749954223633, 48.846248626708984, 70.31375122070312, 44.18437576293945, 86.94562530517578, 60.341251373291016, 67.64688110351562, 2.177500009536743, 9.487500190734863, 31.984375, 47.28062438964844, 37.770626068115234, 66.77375030517578, 69.77125549316406, 109.65625, 85.66812896728516, 109.95500183105469], "mean": [0.8677147626876831, -0.883457601070404, 1.1705337762832642, -0.02719619870185852, -1.1298086643218994, 0.47679439187049866, -0.9037804007530212, -1.0315005779266357, 1.3589072227478027, 0.019869869574904442, 1.232973337173462, -0.30751627683639526, 52.26518630981445, 47.05903244018555, 6.3953752517700195, 6.7648725509643555, 14.461318016052246, 2.5303702354431152, 9.76781177520752, 11.700074195861816, 11.187566757202148, 11.487642288208008, 8.30791187286377, 27.236825942993164, 52.993202209472656, 55.96879959106445, 1.3907588720321655, 4.817041873931885, 17.019651412963867, 9.151346206665039, 17.316160202026367, 12.80659008026123, 21.16543960571289, 19.458545684814453, 16.763994216918945, 41.837181091308594], "std": [0.27768370509147644, 0.12638503313064575, 0.1617109775543213, 0.17226192355155945, 0.2210567444562912, 0.05797363817691803, 0.33514130115509033, 0.1529063731431961, 0.18502292037010193, 0.23105762898921967, 0.18546728789806366, 0.0706835687160492, 4.734475612640381, 2.3896484375, 11.678089141845703, 2.79229474067688, 11.315605163574219, 3.508690595626831, 12.78493881225586, 20.925931930541992, 15.92708683013916, 20.356477737426758, 13.631272315979004, 23.152494430541992, 7.526355743408203, 10.150120735168457, 0.24728749692440033, 3.0682666301727295, 10.441680908203125, 15.835680961608887, 11.332921028137207, 22.27716064453125, 18.401695251464844, 36.89557647705078, 24.653587341308594, 30.43610382080078], "count": [202]}, "action": {"min": [0.3195573091506958, -1.2456846237182617, 0.9361621737480164, -0.3620202839374542, -1.5711917877197266, 0.3459029495716095, -1.1957350969314575, -1.471327304840088, 1.2009062767028809, -0.36483368277549744, 0.7930638194084167, -0.3685053884983063, 40.75666809082031, 42.01499938964844, -0.7256250381469727, 0.5600000023841858, 4.912221908569336, 0.041875001043081284, 0.9362500309944153, -1.0212500095367432, 0.6943750381469727, -1.015625, 0.9637500047683716, 0.47437500953674316, 32.13624954223633, 42.134376525878906, 1.0099999904632568, -0.5931249856948853, 0.8956249952316284, 0.7087500095367432, 0.8381249904632568, 0.05125000327825546, 0.6787500381469727, 0.42249998450279236, 0.9750000238418579, 0.90625], "max": [1.3272011280059814, -0.7351669669151306, 1.607919454574585, 0.30432212352752686, -0.6929503679275513, 0.5433271527290344, -0.2221856564283371, -0.9107728600502014, 1.8673704862594604, 0.23312924802303314, 1.5722938776016235, -0.1712348312139511, 60.27124786376953, 51.13999938964844, 38.704376220703125, 9.3931245803833, 37.24562454223633, 12.086874961853027, 35.877498626708984, 60.41749954223633, 48.846248626708984, 70.31375122070312, 44.18437576293945, 86.94562530517578, 60.341251373291016, 67.64688110351562, 2.177500009536743, 9.487500190734863, 31.984375, 47.28062438964844, 37.770626068115234, 66.77375030517578, 69.77125549316406, 109.65625, 85.66812896728516, 109.95500183105469], "mean": [0.8677148818969727, -0.8834577798843384, 1.1705338954925537, -0.02719619870185852, -1.129808783531189, 0.4767940640449524, -0.9037801623344421, -1.0315005779266357, 1.3589071035385132, 0.019869845360517502, 1.2329729795455933, -0.3075161278247833, 52.26519775390625, 47.05902099609375, 6.395395278930664, 6.764869689941406, 14.461320877075195, 2.5303702354431152, 9.767809867858887, 11.700065612792969, 11.187570571899414, 11.487645149230957, 8.307909965515137, 27.23681640625, 52.99322509765625, 55.96879196166992, 1.3907585144042969, 4.817041873931885, 17.0196590423584, 9.151350021362305, 17.3161563873291, 12.8065824508667, 21.165449142456055, 19.458547592163086, 16.763996124267578, 41.8371696472168], "std": [0.27768364548683167, 0.12638500332832336, 0.1617109775543213, 0.17226190865039825, 0.22105672955513, 0.05797363445162773, 0.33514127135276794, 0.1529063880443573, 0.18502293527126312, 0.23105764389038086, 0.18546727299690247, 0.0706835687160492, 4.734475612640381, 2.3896484375, 11.67808723449707, 2.79229474067688, 11.315604209899902, 3.508692502975464, 12.78493881225586, 20.92593002319336, 15.927088737487793, 20.356475830078125, 13.631266593933105, 23.152490615844727, 7.526354789733887, 10.150120735168457, 0.24728751182556152, 3.0682666301727295, 10.441679954528809, 15.83568000793457, 11.332921028137207, 22.277158737182617, 18.401695251464844, 36.89558029174805, 24.653583526611328, 30.43610382080078], "count": [202]}, "timestamp": {"min": [0.0], "max": [6.7], "mean": [3.35], "std": [1.9437220880453965], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [202]}, "index": {"min": [13171], "max": [13372], "mean": [13271.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [202]}, "subtask_annotation": {"mean": [4.108910891089109, 10.0, 10.0, 10.0, 10.0], "std": [2.368945080418665, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [202]}, "scene_annotation": {"mean": [62.0], "std": [0.0], "min": [62], "max": [62], "count": [202]}, "eef_direction_state": {"mean": [3.014851485148515, 4.366336633663367], "std": [2.2014345520260714, 1.922883417982749], "min": [0, 0], "max": [6, 6], "count": [202]}, "eef_velocity_state": {"mean": [1.2425742574257426, 0.9851485148514851], "std": [0.7870041622612465, 0.951693242304624], "min": [0, 0], "max": [2, 2], "count": [202]}, "eef_acc_mag_state": {"mean": [0.9702970297029703, 0.7524752475247525], "std": [0.8437944184955513, 0.8193929242059637], "min": [0, 0], "max": [2, 2], "count": [202]}, "eef_direction_action": {"mean": [3.014851485148515, 4.366336633663367], "std": [2.2014345520260714, 1.922883417982749], "min": [0, 0], "max": [6, 6], "count": [202]}, "eef_velocity_action": {"mean": [1.2425742574257426, 0.9851485148514851], "std": [0.7870041622612465, 0.951693242304624], "min": [0, 0], "max": [2, 2], "count": [202]}, "eef_acc_mag_action": {"mean": [0.9702970297029703, 0.7524752475247525], "std": [0.8437944184955513, 0.8193929242059637], "min": [0, 0], "max": [2, 2], "count": [202]}, "eef_sim_pose_state": {"mean": [0.6519920751217537, 0.20479301836906252, 1.2341774692388248, -1.2246371773285285, 0.6556582606455279, -1.9685717359916048, 0.6691422340720197, -0.2081046655040776, 1.2232029832076252, 1.1663172456853301, 0.5502316485387792, 1.9803573642342676], "std": [0.046914007811105794, 0.032851570615804584, 0.05255452386221451, 0.19471091528366366, 0.07196240743746393, 0.1564790985265721, 0.04343997953009662, 0.06321199991704966, 0.07120177881178107, 0.19947841762680701, 0.06191230182385361, 0.1268057271373373], "min": [0.5840054843154611, 0.1456724802213828, 1.1710531591807671, -1.6108599935550898, 0.5198641027570545, -2.3441439985322754, 0.6238047268981111, -0.2661566914462351, 1.1607572880868764, 0.6388616113697891, 0.4338648423992457, 1.7640762442971378], "max": [0.7869560983399472, 0.2863319147074547, 1.3776351960093882, -0.703421101021192, 0.8106643790074615, -1.7143472037609335, 0.7964506300735744, -0.08080485569813795, 1.396445693719817, 1.326050932302449, 0.6818394290656875, 2.2813952373973807], "count": [202]}, "eef_sim_pose_action": {"mean": [0.6519920751217537, 0.20479301836906252, 1.2341774692388248, -1.2246371773285285, 0.6556582606455279, -1.9685717359916048, 0.6691422340720197, -0.2081046655040776, 1.2232029832076252, 1.1663172456853301, 0.5502316485387792, 1.9803573642342676], "std": [0.046914007811105794, 0.032851570615804584, 0.05255452386221451, 0.19471091528366366, 0.07196240743746393, 0.1564790985265721, 0.04343997953009662, 0.06321199991704966, 0.07120177881178107, 0.19947841762680701, 0.06191230182385361, 0.1268057271373373], "min": [0.5840054843154611, 0.1456724802213828, 1.1710531591807671, -1.6108599935550898, 0.5198641027570545, -2.3441439985322754, 0.6238047268981111, -0.2661566914462351, 1.1607572880868764, 0.6388616113697891, 0.4338648423992457, 1.7640762442971378], "max": [0.7869560983399472, 0.2863319147074547, 1.3776351960093882, -0.703421101021192, 0.8106643790074615, -1.7143472037609335, 0.7964506300735744, -0.08080485569813795, 1.396445693719817, 1.326050932302449, 0.6818394290656875, 2.2813952373973807], "count": [202]}}} +{"episode_index": 63, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37225783292483655]], [[0.41656727736928106]], [[0.3935633660130719]]], "std": [[[0.3643379272951734]], [[0.2630164871553842]], [[0.2592412579478331]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4936606760620915]], [[0.5134614971405229]], [[0.4783192626633987]]], "std": [[[0.2795396629353186]], [[0.26699810330564105]], [[0.2553463794519752]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.03137254901960784]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.463751760620915]], [[0.4836806209150327]], [[0.425187685866013]]], "std": [[[0.3187612303977096]], [[0.2575716067645093]], [[0.25519175644059827]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4232463276143791]], [[0.42654339460784313]], [[0.3185787397875817]]], "std": [[[0.40487301184218666]], [[0.3676164391302455]], [[0.34386587722510803]]], "count": [100]}, "observation.state": {"min": [0.24197471141815186, -1.3421978950500488, 0.8415350317955017, -0.2700369954109192, -1.2791935205459595, 0.7051814198493958, -0.952735185623169, -1.1863126754760742, 0.7859349846839905, -0.1961738020181656, 0.3931105434894562, -0.8437603116035461, 21.44444465637207, 47.93437576293945, -0.6206250190734863, -0.4818750023841858, 3.763749837875366, -0.24000000953674316, 1.2706249952316284, -0.8233333230018616, 0.7612500190734863, -0.7556250095367432, 1.1506249904632568, 2.4256250858306885, 36.046875, 44.709999084472656, 0.6399999856948853, -2.0612499713897705, 19.115625381469727, 7.94444465637207, 19.110000610351562, 21.228124618530273, 15.233124732971191, 46.8125, 2.4749999046325684, 69.33111572265625], "max": [0.8952754139900208, -0.7469291090965271, 1.4835822582244873, 0.28434234857559204, -0.2355373054742813, 0.8983272314071655, -0.3271152675151825, -0.6293869614601135, 1.3259878158569336, -0.03612096607685089, 1.0414520502090454, -0.676713764667511, 61.85499954223633, 66.67124938964844, 28.08562469482422, 8.55875015258789, 37.37125015258789, 40.52750015258789, 44.26874923706055, 61.752498626708984, 45.42499923706055, 78.27687072753906, 47.075626373291016, 103.41500091552734, 52.541873931884766, 49.18000030517578, 2.9049999713897705, -0.06562499701976776, 40.11000061035156, 54.484375, 44.640625, 78.63562774658203, 51.529998779296875, 92.76187896728516, 52.33187484741211, 108.37125396728516], "mean": [0.565784752368927, -0.9982818365097046, 1.1241382360458374, 0.046762093901634216, -0.7170252203941345, 0.8223487138748169, -0.82927405834198, -0.8729795217514038, 0.929699718952179, -0.10129117965698242, 0.7893682718276978, -0.7511392831802368, 42.744606018066406, 54.04087448120117, 4.986345291137695, 1.389005422592163, 23.686965942382812, 14.90452766418457, 24.98098373413086, 20.441104888916016, 18.86513900756836, 36.9130744934082, 14.06622314453125, 69.64309692382812, 47.682559967041016, 45.60005569458008, 0.97650146484375, -1.5134859085083008, 33.55242156982422, 44.462249755859375, 38.09180450439453, 57.796607971191406, 39.92537307739258, 68.52793884277344, 36.637001037597656, 90.49897766113281], "std": [0.23408439755439758, 0.1677095890045166, 0.19426533579826355, 0.18225261569023132, 0.31276553869247437, 0.08080752938985825, 0.21908874809741974, 0.12345199286937714, 0.1451801210641861, 0.049452219158411026, 0.15788549184799194, 0.053528208285570145, 15.754512786865234, 6.195492744445801, 8.39014720916748, 2.3394775390625, 11.62293815612793, 17.364904403686523, 15.344674110412598, 25.708219528198242, 16.88248634338379, 28.279504776000977, 16.912813186645508, 26.984176635742188, 5.194584846496582, 1.4059960842132568, 0.533988893032074, 0.7647148966789246, 5.62006139755249, 13.326081275939941, 7.699289321899414, 17.495677947998047, 13.082387924194336, 13.566863059997559, 17.115474700927734, 7.415915489196777], "count": [160]}, "action": {"min": [0.24197471141815186, -1.3421978950500488, 0.8415350317955017, -0.2700369954109192, -1.2791935205459595, 0.7051814198493958, -0.952735185623169, -1.1863126754760742, 0.7859349846839905, -0.1961738020181656, 0.3931105434894562, -0.8437603116035461, 21.44444465637207, 47.93437576293945, -0.6206250190734863, -0.4818750023841858, 3.763749837875366, -0.24000000953674316, 1.2706249952316284, -0.8233333230018616, 0.7612500190734863, -0.7556250095367432, 1.1506249904632568, 2.4256250858306885, 36.046875, 44.709999084472656, 0.6399999856948853, -2.0612499713897705, 19.115625381469727, 7.94444465637207, 19.110000610351562, 21.228124618530273, 15.233124732971191, 46.8125, 2.4749999046325684, 69.33111572265625], "max": [0.8952754139900208, -0.7469291090965271, 1.4835822582244873, 0.28434234857559204, -0.2355373054742813, 0.8983272314071655, -0.3271152675151825, -0.6293869614601135, 1.3259878158569336, -0.03612096607685089, 1.0414520502090454, -0.676713764667511, 61.85499954223633, 66.67124938964844, 28.08562469482422, 8.55875015258789, 37.37125015258789, 40.52750015258789, 44.26874923706055, 61.752498626708984, 45.42499923706055, 78.27687072753906, 47.075626373291016, 103.41500091552734, 52.541873931884766, 49.18000030517578, 2.9049999713897705, -0.06562499701976776, 40.11000061035156, 54.484375, 44.640625, 78.63562774658203, 51.529998779296875, 92.76187896728516, 52.33187484741211, 108.37125396728516], "mean": [0.5657846927642822, -0.9982819557189941, 1.124138355255127, 0.046762146055698395, -0.7170249819755554, 0.8223487138748169, -0.8292743563652039, -0.8729797601699829, 0.9297001957893372, -0.10129119455814362, 0.7893682718276978, -0.7511392831802368, 42.74459457397461, 54.040863037109375, 4.986350059509277, 1.389005422592163, 23.686965942382812, 14.904510498046875, 24.98098373413086, 20.44110679626465, 18.865135192871094, 36.9130744934082, 14.066210746765137, 69.64311218261719, 47.68256378173828, 45.60005569458008, 0.9765013456344604, -1.5134859085083008, 33.55242156982422, 44.46227264404297, 38.09180450439453, 57.7966194152832, 39.925376892089844, 68.52793884277344, 36.63698959350586, 90.49894714355469], "std": [0.23408441245555878, 0.16770952939987183, 0.19426535069942474, 0.18225258588790894, 0.31276553869247437, 0.08080752193927765, 0.21908874809741974, 0.12345199286937714, 0.1451801210641861, 0.049452222883701324, 0.15788550674915314, 0.053528204560279846, 15.754512786865234, 6.195492744445801, 8.390149116516113, 2.339477777481079, 11.622939109802246, 17.364906311035156, 15.344675064086914, 25.70821762084961, 16.882484436035156, 28.279499053955078, 16.912809371948242, 26.984172821044922, 5.19458532333374, 1.4059969186782837, 0.5339890122413635, 0.7647150158882141, 5.620059967041016, 13.326080322265625, 7.699288368225098, 17.495676040649414, 13.082389831542969, 13.566863059997559, 17.115474700927734, 7.415915489196777], "count": [160]}, "timestamp": {"min": [0.0], "max": [5.3], "mean": [2.6499999999999995], "std": [1.5395706472188204], "count": [160]}, "frame_index": {"min": [0], "max": [159], "mean": [79.5], "std": [46.18711941656461], "count": [160]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [160]}, "index": {"min": [13373], "max": [13532], "mean": [13452.5], "std": [46.18711941656461], "count": [160]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [160]}, "subtask_annotation": {"mean": [2.475, 4.70625, 10.0, 10.0, 10.0], "std": [2.6550659125528306, 4.202078168894529, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [8, 10, 10, 10, 10], "count": [160]}, "scene_annotation": {"mean": [63.0], "std": [0.0], "min": [63], "max": [63], "count": [160]}, "eef_direction_state": {"mean": [3.3, 3.9375], "std": [1.935846068260593, 1.9738525147538253], "min": [0, 0], "max": [6, 6], "count": [160]}, "eef_velocity_state": {"mean": [1.55, 1.25625], "std": [0.6595452979136465, 0.7436974771370418], "min": [0, 0], "max": [2, 2], "count": [160]}, "eef_acc_mag_state": {"mean": [1.20625, 0.88125], "std": [0.8146845631899511, 0.8319545886044505], "min": [0, 0], "max": [2, 2], "count": [160]}, "eef_direction_action": {"mean": [3.3, 3.9375], "std": [1.935846068260593, 1.9738525147538253], "min": [0, 0], "max": [6, 6], "count": [160]}, "eef_velocity_action": {"mean": [1.55, 1.25625], "std": [0.6595452979136465, 0.7436974771370418], "min": [0, 0], "max": [2, 2], "count": [160]}, "eef_acc_mag_action": {"mean": [1.20625, 0.88125], "std": [0.8146845631899511, 0.8319545886044505], "min": [0, 0], "max": [2, 2], "count": [160]}, "eef_sim_pose_state": {"mean": [0.6593298691236433, 0.11349555724749401, 1.2265937015155708, -1.3533280867104236, 0.8519835585662889, -2.0966355350998627, 0.5896811190542354, -0.1102837316063714, 1.1554507057871954, 1.6151400699663405, 0.8369027509490936, 2.4032759077096033], "std": [0.06749778383835525, 0.0583544570342951, 0.09309006153703968, 0.44406651228347466, 0.15996546173035606, 0.45449753698650747, 0.051326797108975364, 0.026889267968527867, 0.06563699795696869, 0.302459031536867, 0.10790633936291885, 0.2333472621114091], "min": [0.5684284479096641, 0.02521228811769935, 1.0613544183539576, -1.966216250685996, 0.5783255105258838, -2.724706160819044, 0.5537308010220717, -0.16137821577638253, 1.0640687814002703, 0.9620889285697727, 0.7317413220295923, 1.8763514092944205], "max": [0.7660619696465417, 0.21158697209294636, 1.32675004337916, -0.7724602147161403, 1.095282103663989, -1.4619140649196831, 0.7277962383650967, -0.05400157628930563, 1.2841502236156876, 1.9924157817042603, 1.0714873030439462, 2.647018181556092], "count": [160]}, "eef_sim_pose_action": {"mean": [0.6593298691236433, 0.11349555724749401, 1.2265937015155708, -1.3533280867104236, 0.8519835585662889, -2.0966355350998627, 0.5896811190542354, -0.1102837316063714, 1.1554507057871954, 1.6151400699663405, 0.8369027509490936, 2.4032759077096033], "std": [0.06749778383835525, 0.0583544570342951, 0.09309006153703968, 0.44406651228347466, 0.15996546173035606, 0.45449753698650747, 0.051326797108975364, 0.026889267968527867, 0.06563699795696869, 0.302459031536867, 0.10790633936291885, 0.2333472621114091], "min": [0.5684284479096641, 0.02521228811769935, 1.0613544183539576, -1.966216250685996, 0.5783255105258838, -2.724706160819044, 0.5537308010220717, -0.16137821577638253, 1.0640687814002703, 0.9620889285697727, 0.7317413220295923, 1.8763514092944205], "max": [0.7660619696465417, 0.21158697209294636, 1.32675004337916, -0.7724602147161403, 1.095282103663989, -1.4619140649196831, 0.7277962383650967, -0.05400157628930563, 1.2841502236156876, 1.9924157817042603, 1.0714873030439462, 2.647018181556092], "count": [160]}}} +{"episode_index": 64, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.306171345996732]], [[0.3117746384803921]], [[0.3307501184640523]]], "std": [[[0.32301682341375315]], [[0.30816500636766225]], [[0.2905682562975047]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46928711192810457]], [[0.4943345200163399]], [[0.4658535804738562]]], "std": [[[0.31224662928669167]], [[0.3000247089085758]], [[0.3091955300837215]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49359850694444446]], [[0.515885919117647]], [[0.481932175245098]]], "std": [[[0.313949653520043]], [[0.30492808664065846]], [[0.31278624964131907]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3775927471405229]], [[0.4102985927287582]], [[0.4191147794117647]]], "std": [[[0.3635150251387224]], [[0.3634671478262341]], [[0.3353252332623575]]], "count": [100]}, "observation.state": {"min": [0.3072785437107086, -1.243204951286316, 1.0600967407226562, -0.3001258969306946, -1.449670672416687, 0.2341306209564209, -1.225227952003479, -1.3819905519485474, 1.1690318584442139, -0.47405490279197693, 0.8046988248825073, -0.3876268267631531, 46.668460845947266, 44.508750915527344, 9.11199951171875, 0.49687498807907104, 5.272500038146973, -0.4281249940395355, 1.087499976158142, 0.5687500238418579, 1.0631250143051147, -0.7549999952316284, 0.96875, 14.961250305175781, 38.592498779296875, 44.901248931884766, 0.9366666674613953, 3.5562500953674316, 0.9850000143051147, 0.6362500190734863, 0.875, 0.6356250047683716, 0.8956249952316284, 0.7756249904632568, 0.9049999713897705, -3.5974998474121094], "max": [1.1477645635604858, -0.8538376688957214, 1.6323338747024536, 0.4894808232784271, -0.6669384837150574, 0.4916486144065857, -0.3600175380706787, -0.9062905311584473, 1.7534761428833008, 0.2514400780200958, 1.4452745914459229, -0.138165682554245, 63.27312469482422, 56.18937683105469, 53.13999938964844, 9.530624389648438, 36.70937728881836, 60.798126220703125, 31.171249389648438, 69.22062683105469, 34.50812530517578, 78.74749755859375, 38.75, 100.87000274658203, 59.21500015258789, 60.4943733215332, 2.5625, 9.577142715454102, 33.771873474121094, 43.5625, 38.083126068115234, 62.39250183105469, 45.244998931884766, 86.96125030517578, 88.421875, 109.69499969482422], "mean": [0.8213767409324646, -0.9346763491630554, 1.207606315612793, 0.052325986325740814, -1.089169979095459, 0.38035815954208374, -0.9052989482879639, -1.0227915048599243, 1.3313274383544922, 0.02278595045208931, 1.2505356073379517, -0.31739428639411926, 54.475276947021484, 48.5135383605957, 37.677703857421875, 5.8066792488098145, 17.907150268554688, 8.490755081176758, 11.7156343460083, 12.698026657104492, 11.630233764648438, 13.609577178955078, 7.628908634185791, 46.3140869140625, 53.08627700805664, 52.486515045166016, 1.2239130735397339, 7.165316104888916, 19.355806350708008, 10.174129486083984, 18.302101135253906, 15.05009651184082, 17.72037124633789, 20.513093948364258, 22.864566802978516, 33.60086441040039], "std": [0.26319923996925354, 0.0983966588973999, 0.1508587896823883, 0.2396567165851593, 0.2716853618621826, 0.07403973489999771, 0.33609098196029663, 0.14496606588363647, 0.18598388135433197, 0.24542458355426788, 0.2168203741312027, 0.07487501949071884, 4.285521984100342, 2.808389186859131, 10.045453071594238, 2.7794528007507324, 9.57766056060791, 18.251585006713867, 9.862177848815918, 22.603452682495117, 11.078935623168945, 26.3211612701416, 12.118086814880371, 24.461748123168945, 5.084693908691406, 5.794549465179443, 0.24430608749389648, 1.8125793933868408, 9.552607536315918, 16.176830291748047, 10.87607479095459, 22.99428367614746, 14.04997730255127, 33.033477783203125, 31.22919273376465, 39.621253967285156], "count": [190]}, "action": {"min": [0.3072785437107086, -1.243204951286316, 1.0600967407226562, -0.3001258969306946, -1.449670672416687, 0.2341306209564209, -1.225227952003479, -1.3819905519485474, 1.1690318584442139, -0.47405490279197693, 0.8046988248825073, -0.3876268267631531, 46.668460845947266, 44.508750915527344, 9.11199951171875, 0.49687498807907104, 5.272500038146973, -0.4281249940395355, 1.087499976158142, 0.5687500238418579, 1.0631250143051147, -0.7549999952316284, 0.96875, 14.961250305175781, 38.592498779296875, 44.901248931884766, 0.9366666674613953, 3.5562500953674316, 0.9850000143051147, 0.6362500190734863, 0.875, 0.6356250047683716, 0.8956249952316284, 0.7756249904632568, 0.9049999713897705, -3.5974998474121094], "max": [1.1477645635604858, -0.8538376688957214, 1.6323338747024536, 0.4894808232784271, -0.6669384837150574, 0.4916486144065857, -0.3600175380706787, -0.9062905311584473, 1.7534761428833008, 0.2514400780200958, 1.4452745914459229, -0.138165682554245, 63.27312469482422, 56.18937683105469, 53.13999938964844, 9.530624389648438, 36.70937728881836, 60.798126220703125, 31.171249389648438, 69.22062683105469, 34.50812530517578, 78.74749755859375, 38.75, 100.87000274658203, 59.21500015258789, 60.4943733215332, 2.5625, 9.577142715454102, 33.771873474121094, 43.5625, 38.083126068115234, 62.39250183105469, 45.244998931884766, 86.96125030517578, 88.421875, 109.69499969482422], "mean": [0.8213765025138855, -0.9346760511398315, 1.207606315612793, 0.052326031029224396, -1.0891700983047485, 0.38035815954208374, -0.9052990674972534, -1.0227916240692139, 1.3313274383544922, 0.02278592623770237, 1.2505356073379517, -0.3173941969871521, 54.475303649902344, 48.51353454589844, 37.67770004272461, 5.806678295135498, 17.90713882446289, 8.490755081176758, 11.7156400680542, 12.698017120361328, 11.630231857299805, 13.609564781188965, 7.628913879394531, 46.31407928466797, 53.0863037109375, 52.486507415771484, 1.2239129543304443, 7.165318489074707, 19.355804443359375, 10.174126625061035, 18.302099227905273, 15.050095558166504, 17.72036361694336, 20.513092041015625, 22.864574432373047, 33.60087203979492], "std": [0.2631992697715759, 0.09839664399623871, 0.1508588194847107, 0.2396567016839981, 0.2716854214668274, 0.07403971999883652, 0.33609095215797424, 0.14496605098247528, 0.18598389625549316, 0.24542465806007385, 0.2168203443288803, 0.07487503439188004, 4.285520553588867, 2.808389186859131, 10.045452117919922, 2.7794525623321533, 9.57766056060791, 18.2515869140625, 9.862174987792969, 22.603450775146484, 11.07893180847168, 26.321157455444336, 12.118088722229004, 24.461750030517578, 5.084693908691406, 5.794548511505127, 0.24430598318576813, 1.8125793933868408, 9.552607536315918, 16.176830291748047, 10.87607479095459, 22.994285583496094, 14.049976348876953, 33.033477783203125, 31.229196548461914, 39.621253967285156], "count": [190]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.15], "std": [1.8282505298782221], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [190]}, "index": {"min": [13533], "max": [13722], "mean": [13627.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [190]}, "subtask_annotation": {"mean": [3.7526315789473683, 10.0, 10.0, 10.0, 10.0], "std": [2.2680546779477475, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [190]}, "scene_annotation": {"mean": [64.0], "std": [0.0], "min": [64], "max": [64], "count": [190]}, "eef_direction_state": {"mean": [3.5210526315789474, 4.242105263157895], "std": [2.014964789392874, 1.9424118999119782], "min": [0, 0], "max": [6, 6], "count": [190]}, "eef_velocity_state": {"mean": [1.131578947368421, 0.9842105263157894], "std": [0.8198540509261052, 0.9373889592596177], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_acc_mag_state": {"mean": [0.9789473684210527, 0.7578947368421053], "std": [0.8581368725132131, 0.8106630096627444], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_direction_action": {"mean": [3.5210526315789474, 4.242105263157895], "std": [2.014964789392874, 1.9424118999119782], "min": [0, 0], "max": [6, 6], "count": [190]}, "eef_velocity_action": {"mean": [1.131578947368421, 0.9842105263157894], "std": [0.8198540509261052, 0.9373889592596177], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_acc_mag_action": {"mean": [0.9789473684210527, 0.7578947368421053], "std": [0.8581368725132131, 0.8106630096627444], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_sim_pose_state": {"mean": [0.6580034361931686, 0.18752593433607564, 1.2238972905459478, -1.2584516431411832, 0.6076088134758268, -2.0469251392149705, 0.664397373993787, -0.2046842192958504, 1.225343979203233, 1.1563875028784412, 0.5428009038069151, 1.9799793534699104], "std": [0.044512536427431235, 0.0283711827203158, 0.042618035540699636, 0.1650988457813047, 0.1258368278467548, 0.1514148350212737, 0.04987564676088422, 0.058856433770327725, 0.059915619283853014, 0.16481804346887946, 0.08143083523977962, 0.14223680983479495], "min": [0.6159365734614636, 0.1384362987089678, 1.193032212616744, -1.6056865092505666, 0.4519075406298909, -2.3770473074788763, 0.6255488622922409, -0.26231135400854394, 1.170911514734261, 0.6956312291895466, 0.43116573641033984, 1.798138603563248], "max": [0.7854549920557568, 0.2539156705937428, 1.3412910868147225, -0.9151165333711961, 0.8404593183715114, -1.8401532819142077, 0.7881849444219993, -0.10594708496233124, 1.3690038614904687, 1.3555116652353167, 0.7267411873829261, 2.360835957617132], "count": [190]}, "eef_sim_pose_action": {"mean": [0.6580034361931686, 0.18752593433607564, 1.2238972905459478, -1.2584516431411832, 0.6076088134758268, -2.0469251392149705, 0.664397373993787, -0.2046842192958504, 1.225343979203233, 1.1563875028784412, 0.5428009038069151, 1.9799793534699104], "std": [0.044512536427431235, 0.0283711827203158, 0.042618035540699636, 0.1650988457813047, 0.1258368278467548, 0.1514148350212737, 0.04987564676088422, 0.058856433770327725, 0.059915619283853014, 0.16481804346887946, 0.08143083523977962, 0.14223680983479495], "min": [0.6159365734614636, 0.1384362987089678, 1.193032212616744, -1.6056865092505666, 0.4519075406298909, -2.3770473074788763, 0.6255488622922409, -0.26231135400854394, 1.170911514734261, 0.6956312291895466, 0.43116573641033984, 1.798138603563248], "max": [0.7854549920557568, 0.2539156705937428, 1.3412910868147225, -0.9151165333711961, 0.8404593183715114, -1.8401532819142077, 0.7881849444219993, -0.10594708496233124, 1.3690038614904687, 1.3555116652353167, 0.7267411873829261, 2.360835957617132], "count": [190]}}} +{"episode_index": 65, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3667918157679738]], [[0.42032592728758167]], [[0.41018214460784314]]], "std": [[[0.37367866923618187]], [[0.2677321572017547]], [[0.2641652165434133]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4742003288398693]], [[0.4919195036764706]], [[0.45870487132352944]]], "std": [[[0.27482306273685153]], [[0.2623920678821728]], [[0.2550198616093154]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4588861907679738]], [[0.48222220588235293]], [[0.438964483251634]]], "std": [[[0.3100531872254855]], [[0.26341569575264373]], [[0.26275730511227385]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4331757986111111]], [[0.4353206209150327]], [[0.3247595935457516]]], "std": [[[0.40645492693762414]], [[0.3671844839639494]], [[0.3442590691469881]]], "count": [100]}, "observation.state": {"min": [0.19517242908477783, -1.3067444562911987, 0.7912279963493347, -0.5230029821395874, -1.6092784404754639, 0.6047818064689636, -0.9084840416908264, -1.1768759489059448, 0.7776378989219666, -0.35489147901535034, 0.4415341019630432, -0.8125641345977783, 28.265625, 46.29999923706055, -0.29625001549720764, -0.4649999737739563, 7.34499979019165, 0.421875, 2.9981250762939453, 0.15687499940395355, 2.2956249713897705, 0.3856250047683716, 1.0943750143051147, 16.782499313354492, 32.50562286376953, 44.35499954223633, 0.9750000238418579, -1.1481249332427979, 1.9375, 0.9100000262260437, 0.7237499952316284, 0.47437500953674316, 0.9162499904632568, 0.8337500095367432, 0.6675000190734863, -3.0637500286102295], "max": [1.2327382564544678, -0.6672484278678894, 1.5085688829421997, 0.3667410612106323, -0.26436254382133484, 0.9878070950508118, -0.22003985941410065, -0.6384947299957275, 1.3465847969055176, 0.05063028261065483, 1.400672197341919, -0.6081435680389404, 62.95624923706055, 72.86222076416016, 29.193124771118164, 5.764999866485596, 39.75062561035156, 51.064544677734375, 45.163124084472656, 83.68888854980469, 44.60687255859375, 89.87222290039062, 46.93437576293945, 106.36687469482422, 66.08625030517578, 64.85333251953125, 2.6362500190734863, 5.901249885559082, 50.67454528808594, 67.39733123779297, 46.067501068115234, 77.1969985961914, 49.974998474121094, 85.52375030517578, 47.62874984741211, 105.89749908447266], "mean": [0.7581155896186829, -0.9103683233261108, 1.0252467393875122, -0.05246135592460632, -0.9124736785888672, 0.8185257315635681, -0.7011064291000366, -0.8790794610977173, 0.9690597057342529, -0.2528685927391052, 0.7708309888839722, -0.6938917636871338, 45.448631286621094, 56.099830627441406, 2.7776124477386475, 0.7339341044425964, 27.21938705444336, 17.203704833984375, 26.626123428344727, 21.908496856689453, 21.120805740356445, 35.84807205200195, 12.364981651306152, 77.36372375488281, 56.202857971191406, 47.55753707885742, 1.262986421585083, 0.0036908502224832773, 31.757509231567383, 38.12969207763672, 33.82504653930664, 49.5986328125, 33.96482849121094, 60.6459846496582, 30.032270431518555, 82.21873474121094], "std": [0.3413315713405609, 0.17005114257335663, 0.2175597846508026, 0.28765904903411865, 0.4672406017780304, 0.1233590617775917, 0.2509096562862396, 0.1357651650905609, 0.15613631904125214, 0.06300251185894012, 0.1959173083305359, 0.08523263037204742, 12.057324409484863, 7.851991176605225, 7.504709243774414, 1.5896497964859009, 9.410364151000977, 19.442773818969727, 11.742591857910156, 26.409072875976562, 12.622770309448242, 29.902008056640625, 15.5409517288208, 19.813737869262695, 11.010957717895508, 5.538949966430664, 0.3346559703350067, 1.7627811431884766, 9.91431713104248, 18.606536865234375, 11.630024909973145, 25.178770065307617, 15.858553886413574, 22.5637149810791, 19.10690689086914, 22.88329315185547], "count": [219]}, "action": {"min": [0.19517242908477783, -1.3067444562911987, 0.7912279963493347, -0.5230029821395874, -1.6092784404754639, 0.6047818064689636, -0.9084840416908264, -1.1768759489059448, 0.7776378989219666, -0.35489147901535034, 0.4415341019630432, -0.8125641345977783, 28.265625, 46.29999923706055, -0.29625001549720764, -0.4649999737739563, 7.34499979019165, 0.421875, 2.9981250762939453, 0.15687499940395355, 2.2956249713897705, 0.3856250047683716, 1.0943750143051147, 16.782499313354492, 32.50562286376953, 44.35499954223633, 0.9750000238418579, -1.1481249332427979, 1.9375, 0.9100000262260437, 0.7237499952316284, 0.47437500953674316, 0.9162499904632568, 0.8337500095367432, 0.6675000190734863, -3.0637500286102295], "max": [1.2327382564544678, -0.6672484278678894, 1.5085688829421997, 0.3667410612106323, -0.26436254382133484, 0.9878070950508118, -0.22003985941410065, -0.6384947299957275, 1.3465847969055176, 0.05063028261065483, 1.400672197341919, -0.6081435680389404, 62.95624923706055, 72.86222076416016, 29.193124771118164, 5.764999866485596, 39.75062561035156, 51.064544677734375, 45.163124084472656, 83.68888854980469, 44.60687255859375, 89.87222290039062, 46.93437576293945, 106.36687469482422, 66.08625030517578, 64.85333251953125, 2.6362500190734863, 5.901249885559082, 50.67454528808594, 67.39733123779297, 46.067501068115234, 77.1969985961914, 49.974998474121094, 85.52375030517578, 47.62874984741211, 105.89749908447266], "mean": [0.7581158876419067, -0.9103685617446899, 1.0252466201782227, -0.05246131122112274, -0.9124737977981567, 0.8185259699821472, -0.7011067867279053, -0.8790794610977173, 0.9690594673156738, -0.2528686225414276, 0.7708310484886169, -0.6938918828964233, 45.448638916015625, 56.09984588623047, 2.7776148319244385, 0.7339336276054382, 27.219383239746094, 17.203710556030273, 26.626121520996094, 21.908491134643555, 21.120805740356445, 35.84807586669922, 12.36500358581543, 77.36372375488281, 56.202850341796875, 47.55753707885742, 1.2629867792129517, 0.0036907142493873835, 31.75752067565918, 38.129703521728516, 33.82504653930664, 49.59864044189453, 33.96482467651367, 60.64597702026367, 30.03227996826172, 82.21876525878906], "std": [0.3413315713405609, 0.1700511872768402, 0.21755975484848022, 0.28765901923179626, 0.46724048256874084, 0.12335905432701111, 0.2509096562862396, 0.1357651650905609, 0.15613633394241333, 0.06300251185894012, 0.19591732323169708, 0.08523261547088623, 12.057323455810547, 7.851991176605225, 7.504712104797363, 1.5896499156951904, 9.410361289978027, 19.44277572631836, 11.742592811584473, 26.409072875976562, 12.622770309448242, 29.902013778686523, 15.540949821472168, 19.813735961914062, 11.010961532592773, 5.538950443267822, 0.3346560001373291, 1.7627811431884766, 9.914315223693848, 18.60653305053711, 11.630024909973145, 25.17877197265625, 15.858551025390625, 22.563718795776367, 19.10690689086914, 22.8832950592041], "count": [219]}, "timestamp": {"min": [0.0], "max": [7.266666666666667], "mean": [3.6333333333333337], "std": [2.1073065132392914], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [219]}, "index": {"min": [13723], "max": [13941], "mean": [13832.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [219]}, "subtask_annotation": {"mean": [3.1552511415525113, 5.6438356164383565, 10.0, 10.0, 10.0], "std": [3.3205610058465935, 4.324834928664049, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [219]}, "scene_annotation": {"mean": [65.0], "std": [0.0], "min": [65], "max": [65], "count": [219]}, "eef_direction_state": {"mean": [3.470319634703196, 3.0547945205479454], "std": [1.8289367093682474, 1.8742943460614037], "min": [0, 0], "max": [6, 6], "count": [219]}, "eef_velocity_state": {"mean": [1.447488584474886, 1.4155251141552512], "std": [0.6124511674558932, 0.6163199615714052], "min": [0, 0], "max": [2, 2], "count": [219]}, "eef_acc_mag_state": {"mean": [1.1689497716894977, 0.7625570776255708], "std": [0.8296691821533558, 0.7812090151047649], "min": [0, 0], "max": [2, 2], "count": [219]}, "eef_direction_action": {"mean": [3.470319634703196, 3.0547945205479454], "std": [1.8289367093682474, 1.8742943460614037], "min": [0, 0], "max": [6, 6], "count": [219]}, "eef_velocity_action": {"mean": [1.447488584474886, 1.4155251141552512], "std": [0.6124511674558932, 0.6163199615714052], "min": [0, 0], "max": [2, 2], "count": [219]}, "eef_acc_mag_action": {"mean": [1.1689497716894977, 0.7625570776255708], "std": [0.8296691821533558, 0.7812090151047649], "min": [0, 0], "max": [2, 2], "count": [219]}, "eef_sim_pose_state": {"mean": [0.6325358771068587, 0.1566333939611178, 1.2135161698645271, -1.3512878598368867, 0.8240168009572574, -2.0087646493182376, 0.5932844009095051, -0.09497128862006578, 1.1968105299418554, 1.44639410253565, 0.8915695013889227, 2.338241534009853], "std": [0.07214366712014542, 0.06931733471334911, 0.0830394394129622, 0.44751812350351927, 0.15127580149647427, 0.49126935699466434, 0.05687657255062414, 0.027089178044601227, 0.08662909931007651, 0.42525742032613645, 0.11682772219290098, 0.381191842559422], "min": [0.555288887970393, 0.06546153015093711, 1.0510356237482332, -2.15557963262625, 0.5783540936830871, -2.8794860407985827, 0.545738303864226, -0.17242728941860366, 1.0627790928105993, 0.723977692603545, 0.7028096131736059, 1.6882865894170402], "max": [0.7827417320502167, 0.2697284578219748, 1.34211852584249, -0.6847318941605589, 1.0892632133394344, -1.522070897692095, 0.7302688424520157, -0.03868308243419327, 1.3316912725916001, 2.071830292031567, 1.1298008094632763, 2.8377143552393784], "count": [219]}, "eef_sim_pose_action": {"mean": [0.6325358771068587, 0.1566333939611178, 1.2135161698645271, -1.3512878598368867, 0.8240168009572574, -2.0087646493182376, 0.5932844009095051, -0.09497128862006578, 1.1968105299418554, 1.44639410253565, 0.8915695013889227, 2.338241534009853], "std": [0.07214366712014542, 0.06931733471334911, 0.0830394394129622, 0.44751812350351927, 0.15127580149647427, 0.49126935699466434, 0.05687657255062414, 0.027089178044601227, 0.08662909931007651, 0.42525742032613645, 0.11682772219290098, 0.381191842559422], "min": [0.555288887970393, 0.06546153015093711, 1.0510356237482332, -2.15557963262625, 0.5783540936830871, -2.8794860407985827, 0.545738303864226, -0.17242728941860366, 1.0627790928105993, 0.723977692603545, 0.7028096131736059, 1.6882865894170402], "max": [0.7827417320502167, 0.2697284578219748, 1.34211852584249, -0.6847318941605589, 1.0892632133394344, -1.522070897692095, 0.7302688424520157, -0.03868308243419327, 1.3316912725916001, 2.071830292031567, 1.1298008094632763, 2.8377143552393784], "count": [219]}}} +{"episode_index": 66, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3018148406862745]], [[0.308482085375817]], [[0.3314183394607843]]], "std": [[[0.3230460145970773]], [[0.3070840761218051]], [[0.2902732318308254]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47223722017973857]], [[0.5004677246732027]], [[0.46902202001633986]]], "std": [[[0.32303220923324116]], [[0.3115809504078466]], [[0.3231115185218947]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49010607638888887]], [[0.51128195874183]], [[0.48380405433006535]]], "std": [[[0.32144388626112047]], [[0.31555145858285244]], [[0.3229582785990114]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38532099468954245]], [[0.41744647671568624]], [[0.4196488480392157]]], "std": [[[0.36592879179615273]], [[0.3670829674340631]], [[0.3431065068399114]]], "count": [100]}, "observation.state": {"min": [0.23310540616512299, -1.2408207654953003, 0.9984698295593262, -0.319342702627182, -1.5641132593154907, 0.2969071865081787, -1.2514305114746094, -1.4455777406692505, 1.169921875, -0.4345483183860779, 0.5297741889953613, -0.3706035017967224, 37.91666793823242, 44.018123626708984, -0.7493749856948853, 0.7668750286102295, 9.79111099243164, -0.9543750286102295, 7.7377777099609375, -1.0824999809265137, 6.080625057220459, -0.09937500953674316, 0.984375, 0.06624999642372131, 35.630001068115234, 43.426876068115234, 0.7566666603088379, 1.1887500286102295, 1.021875023841858, 0.7562499642372131, 0.9631249904632568, 0.46875, 1.0206249952316284, 0.31687501072883606, 0.8025000095367432, -2.911250114440918], "max": [1.2933452129364014, -0.734149694442749, 1.6774433851242065, 0.18930724263191223, -0.6719930171966553, 0.48571375012397766, -0.042820628732442856, -0.8281834125518799, 1.8633887767791748, 0.235489621758461, 1.6184099912643433, -0.09598878771066666, 64.86125183105469, 60.595001220703125, 55.51374816894531, 8.789375305175781, 35.59812545776367, 14.609375, 33.63999938964844, 65.46062469482422, 40.19874954223633, 76.03375244140625, 45.34687423706055, 94.81187438964844, 57.80875015258789, 62.85124969482422, 2.25, 9.80875015258789, 33.63500213623047, 29.728124618530273, 39.72999954223633, 58.41437530517578, 77.12562561035156, 111.29937744140625, 87.01812744140625, 110.22500610351562], "mean": [0.9071749448776245, -0.9003294110298157, 1.1821105480194092, -0.06481947004795074, -1.1808427572250366, 0.40558749437332153, -0.89041668176651, -0.9921667575836182, 1.3531615734100342, 0.0033925576135516167, 1.2057956457138062, -0.2924498915672302, 52.041259765625, 52.33103561401367, 8.787946701049805, 3.4952449798583984, 23.022045135498047, 2.6988344192504883, 16.008075714111328, 10.320989608764648, 14.929864883422852, 12.345454216003418, 8.721516609191895, 33.42868423461914, 49.60039520263672, 51.89240264892578, 1.2190881967544556, 7.297991752624512, 12.233339309692383, 7.264001369476318, 13.816729545593262, 13.331214904785156, 20.548887252807617, 24.48172378540039, 20.03091049194336, 35.03346252441406], "std": [0.2996658384799957, 0.11361365765333176, 0.1727946251630783, 0.1738860309123993, 0.25196000933647156, 0.04772098362445831, 0.4184349477291107, 0.1756461262702942, 0.2081848382949829, 0.23384028673171997, 0.2626153230667114, 0.07785699516534805, 7.103795051574707, 4.315675258636475, 17.203563690185547, 1.814300537109375, 6.901634693145752, 4.736445426940918, 7.886136054992676, 21.63379669189453, 10.84782600402832, 23.99855613708496, 13.594380378723145, 27.315195083618164, 5.801709175109863, 5.233198165893555, 0.35108959674835205, 2.5351650714874268, 10.969667434692383, 10.713323593139648, 13.085734367370605, 20.641027450561523, 24.18606948852539, 41.394954681396484, 28.76479721069336, 37.37042236328125], "count": [189]}, "action": {"min": [0.23310540616512299, -1.2408207654953003, 0.9984698295593262, -0.319342702627182, -1.5641132593154907, 0.2969071865081787, -1.2514305114746094, -1.4455777406692505, 1.169921875, -0.4345483183860779, 0.5297741889953613, -0.3706035017967224, 37.91666793823242, 44.018123626708984, -0.7493749856948853, 0.7668750286102295, 9.79111099243164, -0.9543750286102295, 7.7377777099609375, -1.0824999809265137, 6.080625057220459, -0.09937500953674316, 0.984375, 0.06624999642372131, 35.630001068115234, 43.426876068115234, 0.7566666603088379, 1.1887500286102295, 1.021875023841858, 0.7562499642372131, 0.9631249904632568, 0.46875, 1.0206249952316284, 0.31687501072883606, 0.8025000095367432, -2.911250114440918], "max": [1.2933452129364014, -0.734149694442749, 1.6774433851242065, 0.18930724263191223, -0.6719930171966553, 0.48571375012397766, -0.042820628732442856, -0.8281834125518799, 1.8633887767791748, 0.235489621758461, 1.6184099912643433, -0.09598878771066666, 64.86125183105469, 60.595001220703125, 55.51374816894531, 8.789375305175781, 35.59812545776367, 14.609375, 33.63999938964844, 65.46062469482422, 40.19874954223633, 76.03375244140625, 45.34687423706055, 94.81187438964844, 57.80875015258789, 62.85124969482422, 2.25, 9.80875015258789, 33.63500213623047, 29.728124618530273, 39.72999954223633, 58.41437530517578, 77.12562561035156, 111.29937744140625, 87.01812744140625, 110.22500610351562], "mean": [0.9071753025054932, -0.9003293514251709, 1.1821105480194092, -0.06481945514678955, -1.1808425188064575, 0.4055875241756439, -0.8904172778129578, -0.9921668171882629, 1.3531616926193237, 0.0033926384057849646, 1.205795168876648, -0.29244983196258545, 52.041263580322266, 52.331024169921875, 8.787959098815918, 3.495243787765503, 23.022058486938477, 2.698834180831909, 16.008068084716797, 10.320993423461914, 14.929865837097168, 12.345450401306152, 8.721514701843262, 33.42869186401367, 49.60039520263672, 51.892417907714844, 1.2190884351730347, 7.297994136810303, 12.233341217041016, 7.264000415802002, 13.816729545593262, 13.331205368041992, 20.548885345458984, 24.481719970703125, 20.03091049194336, 35.03346633911133], "std": [0.29966577887535095, 0.11361365020275116, 0.1727946251630783, 0.17388604581356049, 0.25196000933647156, 0.047720976173877716, 0.4184349775314331, 0.1756461262702942, 0.20818480849266052, 0.23384028673171997, 0.2626153230667114, 0.07785700261592865, 7.103796005249023, 4.315675258636475, 17.203556060791016, 1.8143001794815063, 6.901636123657227, 4.736445426940918, 7.886136054992676, 21.633790969848633, 10.847824096679688, 23.998554229736328, 13.594379425048828, 27.315195083618164, 5.801709175109863, 5.233197212219238, 0.3510896861553192, 2.5351650714874268, 10.969667434692383, 10.713324546813965, 13.085733413696289, 20.64102554321289, 24.186067581176758, 41.394954681396484, 28.764799118041992, 37.370418548583984], "count": [189]}, "timestamp": {"min": [0.0], "max": [6.266666666666667], "mean": [3.1333333333333337], "std": [1.8186278914080822], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [189]}, "index": {"min": [13942], "max": [14130], "mean": [14036.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [189]}, "subtask_annotation": {"mean": [4.253968253968254, 10.0, 10.0, 10.0, 10.0], "std": [2.5195631642558056, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [189]}, "scene_annotation": {"mean": [66.0], "std": [0.0], "min": [66], "max": [66], "count": [189]}, "eef_direction_state": {"mean": [3.185185185185185, 3.3015873015873014], "std": [1.9443562590232155, 2.225168115412705], "min": [0, 0], "max": [6, 6], "count": [189]}, "eef_velocity_state": {"mean": [1.2275132275132274, 1.1904761904761905], "std": [0.7531834772179563, 0.8641687357978525], "min": [0, 0], "max": [2, 2], "count": [189]}, "eef_acc_mag_state": {"mean": [1.1375661375661377, 0.8783068783068783], "std": [0.8370497460556652, 0.8235972785617224], "min": [0, 0], "max": [2, 2], "count": [189]}, "eef_direction_action": {"mean": [3.185185185185185, 3.3015873015873014], "std": [1.9443562590232155, 2.225168115412705], "min": [0, 0], "max": [6, 6], "count": [189]}, "eef_velocity_action": {"mean": [1.2275132275132274, 1.1904761904761905], "std": [0.7531834772179563, 0.8641687357978525], "min": [0, 0], "max": [2, 2], "count": [189]}, "eef_acc_mag_action": {"mean": [1.1375661375661377, 0.8783068783068783], "std": [0.8370497460556652, 0.8235972785617224], "min": [0, 0], "max": [2, 2], "count": [189]}, "eef_sim_pose_state": {"mean": [0.6519108941514526, 0.21434347540839824, 1.2299167260106303, -1.223691962761208, 0.572074451774661, -1.9638138545785946, 0.6709171893829613, -0.2201705315745209, 1.2419457416088573, 1.1667798558562845, 0.5659120711402674, 1.954962875619111], "std": [0.04991845491173362, 0.029224407099126593, 0.05380063920286876, 0.14884874960772185, 0.11567880274394692, 0.10621093095715674, 0.05700244134949765, 0.06109405372471934, 0.08504830830208654, 0.20974327994268946, 0.06215055297800401, 0.1396836802185604], "min": [0.5920756432805309, 0.16681613227400563, 1.1798764940372208, -1.5072404295449218, 0.45390511315189475, -2.2052094323277194, 0.6138889199510406, -0.28419314260633555, 1.169867389796133, 0.6652897713598122, 0.38331747119374815, 1.7478472081250973], "max": [0.7963597180797213, 0.2898658703554537, 1.3681255667050456, -0.8486734036528227, 0.8125653318089934, -1.7798691214242792, 0.8197115284244991, -0.09202678070942577, 1.4267754097734582, 1.35513715501017, 0.7121294908594855, 2.2591670454348094], "count": [189]}, "eef_sim_pose_action": {"mean": [0.6519108941514526, 0.21434347540839824, 1.2299167260106303, -1.223691962761208, 0.572074451774661, -1.9638138545785946, 0.6709171893829613, -0.2201705315745209, 1.2419457416088573, 1.1667798558562845, 0.5659120711402674, 1.954962875619111], "std": [0.04991845491173362, 0.029224407099126593, 0.05380063920286876, 0.14884874960772185, 0.11567880274394692, 0.10621093095715674, 0.05700244134949765, 0.06109405372471934, 0.08504830830208654, 0.20974327994268946, 0.06215055297800401, 0.1396836802185604], "min": [0.5920756432805309, 0.16681613227400563, 1.1798764940372208, -1.5072404295449218, 0.45390511315189475, -2.2052094323277194, 0.6138889199510406, -0.28419314260633555, 1.169867389796133, 0.6652897713598122, 0.38331747119374815, 1.7478472081250973], "max": [0.7963597180797213, 0.2898658703554537, 1.3681255667050456, -0.8486734036528227, 0.8125653318089934, -1.7798691214242792, 0.8197115284244991, -0.09202678070942577, 1.4267754097734582, 1.35513715501017, 0.7121294908594855, 2.2591670454348094], "count": [189]}}} +{"episode_index": 67, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3167517871732026]], [[0.3222160191993464]], [[0.33490258782679744]]], "std": [[[0.3277212272250348]], [[0.3131832198318699]], [[0.3031889071505171]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4741207373366013]], [[0.5023045098039216]], [[0.47058006740196073]]], "std": [[[0.3240472155385789]], [[0.3130664472960465]], [[0.3252180155136338]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47562955678104574]], [[0.5025938623366013]], [[0.47411873570261437]]], "std": [[[0.3273965287146773]], [[0.316512267994112]], [[0.3232335323291589]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38442172385620915]], [[0.4076097671568627]], [[0.38864800857843135]]], "std": [[[0.36154470423378887]], [[0.3601016140679283]], [[0.340153746957059]]], "count": [100]}, "observation.state": {"min": [0.21584363281726837, -1.2620640993118286, 0.91673344373703, -0.38166627287864685, -1.6185487508773804, 0.35689422488212585, -1.1881771087646484, -1.3302052021026611, 1.0790883302688599, -0.43147268891334534, 0.801861584186554, -0.49653810262680054, 3.7720000743865967, 44.68375015258789, -0.8918750286102295, 0.21312500536441803, 1.2237499952316284, -0.48874998092651367, 0.6812499761581421, -1.0162500143051147, 0.9937499761581421, -3.135624885559082, 0.9637500047683716, 0.0, 22.0755558013916, 44.046875, 1.125, 2.867500066757202, 0.7712500095367432, 0.8331249952316284, 0.5049999952316284, 0.6668750047683716, 0.6475000381469727, 0.5774999856948853, 0.5943750143051147, -3.231250047683716], "max": [1.3564317226409912, -0.7120002508163452, 1.6327868700027466, 0.25277525186538696, -0.6246662139892578, 0.6391861438751221, -0.14240959286689758, -0.8387884497642517, 1.6268978118896484, 0.1962691694498062, 1.655184268951416, -0.2821965217590332, 60.24937438964844, 65.55562591552734, 35.606876373291016, 9.01200008392334, 37.87750244140625, 50.17499923706055, 35.87062454223633, 67.86125183105469, 42.33875274658203, 102.75, 55.247501373291016, 110.1987533569336, 52.796875, 66.9977798461914, 3.293750047683716, 9.532500267028809, 32.498748779296875, 53.051876068115234, 32.29624938964844, 81.20062255859375, 42.58374786376953, 107.69437408447266, 96.38249969482422, 110.72125244140625], "mean": [1.0089380741119385, -0.8467868566513062, 1.0787914991378784, -0.12567061185836792, -1.2541615962982178, 0.516040027141571, -0.8717382550239563, -0.9830120205879211, 1.272874116897583, -0.024592123925685883, 1.2064805030822754, -0.39918074011802673, 44.54435729980469, 52.142547607421875, 6.626323223114014, 4.78167200088501, 11.069448471069336, 8.91755199432373, 9.77242374420166, 12.253305435180664, 11.132024765014648, 18.6733341217041, 11.655553817749023, 30.631946563720703, 43.350311279296875, 53.57126998901367, 1.238579273223877, 8.638751029968262, 8.631980895996094, 9.96833324432373, 7.497842311859131, 15.690593719482422, 9.091742515563965, 21.301116943359375, 16.711538314819336, 21.399394989013672], "std": [0.37350237369537354, 0.12443599849939346, 0.19571296870708466, 0.2537247836589813, 0.30934661626815796, 0.07772382348775864, 0.3183843493461609, 0.11183249205350876, 0.1200786754488945, 0.1822293996810913, 0.1810760498046875, 0.046467192471027374, 12.3496732711792, 4.585599899291992, 12.341767311096191, 2.343881368637085, 11.091110229492188, 15.952963829040527, 12.619205474853516, 22.511608123779297, 15.420110702514648, 37.596500396728516, 19.035335540771484, 39.21424102783203, 6.687779426574707, 6.715778827667236, 0.28090667724609375, 1.5654499530792236, 11.774393081665039, 17.870895385742188, 11.216391563415527, 28.650667190551758, 14.388665199279785, 39.085147857666016, 30.025663375854492, 42.077640533447266], "count": [252]}, "action": {"min": [0.21584363281726837, -1.2620640993118286, 0.91673344373703, -0.38166627287864685, -1.6185487508773804, 0.35689422488212585, -1.1881771087646484, -1.3302052021026611, 1.0790883302688599, -0.43147268891334534, 0.801861584186554, -0.49653810262680054, 3.7720000743865967, 44.68375015258789, -0.8918750286102295, 0.21312500536441803, 1.2237499952316284, -0.48874998092651367, 0.6812499761581421, -1.0162500143051147, 0.9937499761581421, -3.135624885559082, 0.9637500047683716, 0.0, 22.0755558013916, 44.046875, 1.125, 2.867500066757202, 0.7712500095367432, 0.8331249952316284, 0.5049999952316284, 0.6668750047683716, 0.6475000381469727, 0.5774999856948853, 0.5943750143051147, -3.231250047683716], "max": [1.3564317226409912, -0.7120002508163452, 1.6327868700027466, 0.25277525186538696, -0.6246662139892578, 0.6391861438751221, -0.14240959286689758, -0.8387884497642517, 1.6268978118896484, 0.1962691694498062, 1.655184268951416, -0.2821965217590332, 60.24937438964844, 65.55562591552734, 35.606876373291016, 9.01200008392334, 37.87750244140625, 50.17499923706055, 35.87062454223633, 67.86125183105469, 42.33875274658203, 102.75, 55.247501373291016, 110.1987533569336, 52.796875, 66.9977798461914, 3.293750047683716, 9.532500267028809, 32.498748779296875, 53.051876068115234, 32.29624938964844, 81.20062255859375, 42.58374786376953, 107.69437408447266, 96.38249969482422, 110.72125244140625], "mean": [1.0089380741119385, -0.8467865586280823, 1.0787914991378784, -0.12567059695720673, -1.2541617155075073, 0.516040027141571, -0.871738076210022, -0.9830117225646973, 1.2728744745254517, -0.02459210343658924, 1.2064802646636963, -0.3991806209087372, 44.54436492919922, 52.142513275146484, 6.626325607299805, 4.781671524047852, 11.069453239440918, 8.917557716369629, 9.772418022155762, 12.253323554992676, 11.1320161819458, 18.673330307006836, 11.655563354492188, 30.631933212280273, 43.35026168823242, 53.571285247802734, 1.2385786771774292, 8.638750076293945, 8.631979942321777, 9.968324661254883, 7.4978461265563965, 15.69058609008789, 9.091736793518066, 21.301101684570312, 16.711532592773438, 21.39938735961914], "std": [0.37350237369537354, 0.12443601340055466, 0.19571295380592346, 0.2537248432636261, 0.30934664607048035, 0.07772382348775864, 0.3183843791484833, 0.11183248460292816, 0.1200786605477333, 0.1822293996810913, 0.1810760200023651, 0.046467188745737076, 12.349671363830566, 4.585599422454834, 12.341760635375977, 2.343881607055664, 11.091111183166504, 15.952970504760742, 12.619205474853516, 22.51161003112793, 15.420112609863281, 37.59650421142578, 19.035337448120117, 39.21424102783203, 6.687779903411865, 6.715781211853027, 0.2809067368507385, 1.5654497146606445, 11.774392127990723, 17.87089729309082, 11.216392517089844, 28.65066146850586, 14.388667106628418, 39.08514404296875, 30.025665283203125, 42.07763671875], "count": [252]}, "timestamp": {"min": [0.0], "max": [8.366666666666667], "mean": [4.183333333333334], "std": [2.4248520382504593], "count": [252]}, "frame_index": {"min": [0], "max": [251], "mean": [125.5], "std": [72.74556114751378], "count": [252]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [252]}, "index": {"min": [14131], "max": [14382], "mean": [14256.5], "std": [72.74556114751378], "count": [252]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [252]}, "subtask_annotation": {"mean": [4.436507936507937, 10.0, 10.0, 10.0, 10.0], "std": [2.5007809311912954, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [252]}, "scene_annotation": {"mean": [67.0], "std": [0.0], "min": [67], "max": [67], "count": [252]}, "eef_direction_state": {"mean": [3.8015873015873014, 4.341269841269841], "std": [1.8017621060569773, 1.7824661817522511], "min": [0, 0], "max": [6, 6], "count": [252]}, "eef_velocity_state": {"mean": [1.1825396825396826, 1.0317460317460319], "std": [0.7958303405657383, 0.9035776153317967], "min": [0, 0], "max": [2, 2], "count": [252]}, "eef_acc_mag_state": {"mean": [0.8333333333333334, 0.8293650793650794], "std": [0.8428033343060894, 0.8301431756714518], "min": [0, 0], "max": [2, 2], "count": [252]}, "eef_direction_action": {"mean": [3.8015873015873014, 4.341269841269841], "std": [1.8017621060569773, 1.7824661817522511], "min": [0, 0], "max": [6, 6], "count": [252]}, "eef_velocity_action": {"mean": [1.1825396825396826, 1.0317460317460319], "std": [0.7958303405657383, 0.9035776153317967], "min": [0, 0], "max": [2, 2], "count": [252]}, "eef_acc_mag_action": {"mean": [0.8333333333333334, 0.8293650793650794], "std": [0.8428033343060894, 0.8301431756714518], "min": [0, 0], "max": [2, 2], "count": [252]}, "eef_sim_pose_state": {"mean": [0.6272838537862614, 0.22565453282368353, 1.2237839321770223, -1.2393972448564607, 0.6487453700843222, -1.9021086656300399, 0.6517814103211941, -0.19235899556545308, 1.228385390196711, 1.1424511186798947, 0.6127154552138131, 1.988370425632854], "std": [0.05609320799786364, 0.046239688662616164, 0.061856249419519636, 0.1862300809671972, 0.08970745446854353, 0.16894940843208225, 0.03560899612880156, 0.049836460547933545, 0.08169649389503868, 0.2645881898278743, 0.05696683833146707, 0.14068400697843958], "min": [0.5789964217650398, 0.12703436366694515, 1.1626039430481971, -1.495222065056558, 0.4884671272104333, -2.3160064055223284, 0.5736584508694634, -0.23902589160125673, 1.1512943485142575, 0.36978620989044564, 0.47971731355578173, 1.5821209960008251], "max": [0.7879903755976536, 0.2755542438335836, 1.3865041199470196, -0.7775298215947668, 0.795824933254524, -1.6516592633234213, 0.760553117219342, -0.08460620835855384, 1.4462975079575935, 1.374872940033533, 0.7773066760081355, 2.2242743294366334], "count": [252]}, "eef_sim_pose_action": {"mean": [0.6272838537862614, 0.22565453282368353, 1.2237839321770223, -1.2393972448564607, 0.6487453700843222, -1.9021086656300399, 0.6517814103211941, -0.19235899556545308, 1.228385390196711, 1.1424511186798947, 0.6127154552138131, 1.988370425632854], "std": [0.05609320799786364, 0.046239688662616164, 0.061856249419519636, 0.1862300809671972, 0.08970745446854353, 0.16894940843208225, 0.03560899612880156, 0.049836460547933545, 0.08169649389503868, 0.2645881898278743, 0.05696683833146707, 0.14068400697843958], "min": [0.5789964217650398, 0.12703436366694515, 1.1626039430481971, -1.495222065056558, 0.4884671272104333, -2.3160064055223284, 0.5736584508694634, -0.23902589160125673, 1.1512943485142575, 0.36978620989044564, 0.47971731355578173, 1.5821209960008251], "max": [0.7879903755976536, 0.2755542438335836, 1.3865041199470196, -0.7775298215947668, 0.795824933254524, -1.6516592633234213, 0.760553117219342, -0.08460620835855384, 1.4462975079575935, 1.374872940033533, 0.7773066760081355, 2.2242743294366334], "count": [252]}}} +{"episode_index": 68, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36707491830065364]], [[0.42520455269607843]], [[0.41322530637254906]]], "std": [[[0.37112112348051296]], [[0.26593784289866956]], [[0.2597984549777234]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.17254901960784313]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47503848243464053]], [[0.49572377655228755]], [[0.4688281352124183]]], "std": [[[0.26799547616032215]], [[0.2577924500462044]], [[0.25416893063215973]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47810161764705883]], [[0.5048776899509804]], [[0.4701276429738562]]], "std": [[[0.31706590277505525]], [[0.27669700774005357]], [[0.27968776129313344]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4095036948529412]], [[0.42741111315359476]], [[0.3377965257352941]]], "std": [[[0.4018248430126623]], [[0.36734570833176006]], [[0.3437149064496588]]], "count": [100]}, "observation.state": {"min": [0.32587549090385437, -1.3143501281738281, 0.8523117303848267, -0.31524184346199036, -1.622394323348999, 0.6702525615692139, -1.0719701051712036, -1.1735618114471436, 0.7591601610183716, -0.03466659039258957, 0.8119230270385742, -0.8060101270675659, 9.191110610961914, 47.04499816894531, -0.5843750238418579, -0.2718181908130646, 12.723124504089355, 0.7756249904632568, 3.134999990463257, -1.0575000047683716, 0.9906250238418579, -3.395625114440918, 1.1575000286102295, -0.07375000417232513, 36.54624938964844, 42.928123474121094, 0.8799999952316284, -0.8031250238418579, 1.988124966621399, -0.07750000059604645, 0.8393750190734863, -0.3075000047683716, 1.0462499856948853, 0.7287499904632568, 0.7127272486686707, -1.8181250095367432], "max": [0.9746461510658264, -0.7717727422714233, 1.493691325187683, 0.15328164398670197, -0.36433300375938416, 0.8306391835212708, -0.5019741058349609, -0.6970034837722778, 1.3202868700027466, 0.21717879176139832, 1.654268741607666, -0.6671292185783386, 64.32125091552734, 79.67333221435547, 8.006250381469727, 4.080625057220459, 32.899375915527344, 55.42555618286133, 42.77687454223633, 59.52687454223633, 45.00749969482422, 77.76124572753906, 42.37312316894531, 107.11250305175781, 71.9937515258789, 73.65666961669922, 2.541249990463257, 6.718124866485596, 37.40625, 52.442501068115234, 46.071876525878906, 68.62187957763672, 49.55687713623047, 75.39875030517578, 48.34187698364258, 97.77249908447266], "mean": [0.7349418997764587, -0.9836094379425049, 1.099429965019226, -0.08959881961345673, -0.9521164298057556, 0.7977936863899231, -0.9456809163093567, -0.891344428062439, 0.9327831268310547, 0.09920264780521393, 1.1432316303253174, -0.7193607091903687, 47.90349197387695, 57.49568557739258, 0.371084600687027, 0.536349892616272, 25.35099983215332, 13.282291412353516, 24.151708602905273, 14.111351013183594, 19.806638717651367, 26.612031936645508, 10.060626983642578, 67.42948150634766, 60.894004821777344, 48.09409713745117, 1.145188808441162, 0.2567068636417389, 29.344667434692383, 31.235872268676758, 34.771034240722656, 35.344886779785156, 33.95158004760742, 50.42012405395508, 26.603845596313477, 78.4463119506836], "std": [0.20708125829696655, 0.14240744709968567, 0.17392392456531525, 0.16798284649848938, 0.3613651692867279, 0.04404398798942566, 0.1905394047498703, 0.11814188957214355, 0.15228289365768433, 0.06612684577703476, 0.2393507957458496, 0.0507216714322567, 11.560869216918945, 8.342793464660645, 1.8068665266036987, 0.8822426795959473, 6.364326000213623, 16.316984176635742, 13.09532642364502, 22.888093948364258, 13.508124351501465, 31.33488655090332, 13.816302299499512, 29.90947723388672, 13.647570610046387, 7.793338775634766, 0.30032724142074585, 1.8747291564941406, 9.386728286743164, 22.873987197875977, 12.554686546325684, 25.91451644897461, 16.0557861328125, 22.230295181274414, 19.908239364624023, 20.199304580688477], "count": [222]}, "action": {"min": [0.32587549090385437, -1.3143501281738281, 0.8523117303848267, -0.31524184346199036, -1.622394323348999, 0.6702525615692139, -1.0719701051712036, -1.1735618114471436, 0.7591601610183716, -0.03466659039258957, 0.8119230270385742, -0.8060101270675659, 9.191110610961914, 47.04499816894531, -0.5843750238418579, -0.2718181908130646, 12.723124504089355, 0.7756249904632568, 3.134999990463257, -1.0575000047683716, 0.9906250238418579, -3.395625114440918, 1.1575000286102295, -0.07375000417232513, 36.54624938964844, 42.928123474121094, 0.8799999952316284, -0.8031250238418579, 1.988124966621399, -0.07750000059604645, 0.8393750190734863, -0.3075000047683716, 1.0462499856948853, 0.7287499904632568, 0.7127272486686707, -1.8181250095367432], "max": [0.9746461510658264, -0.7717727422714233, 1.493691325187683, 0.15328164398670197, -0.36433300375938416, 0.8306391835212708, -0.5019741058349609, -0.6970034837722778, 1.3202868700027466, 0.21717879176139832, 1.654268741607666, -0.6671292185783386, 64.32125091552734, 79.67333221435547, 8.006250381469727, 4.080625057220459, 32.899375915527344, 55.42555618286133, 42.77687454223633, 59.52687454223633, 45.00749969482422, 77.76124572753906, 42.37312316894531, 107.11250305175781, 71.9937515258789, 73.65666961669922, 2.541249990463257, 6.718124866485596, 37.40625, 52.442501068115234, 46.071876525878906, 68.62187957763672, 49.55687713623047, 75.39875030517578, 48.34187698364258, 97.77249908447266], "mean": [0.7349421381950378, -0.9836098551750183, 1.099429726600647, -0.08959882706403732, -0.9521163105964661, 0.797793984413147, -0.9456808567047119, -0.8913447856903076, 0.9327831864356995, 0.09920255839824677, 1.1432312726974487, -0.7193604111671448, 47.90349578857422, 57.49566650390625, 0.3710843622684479, 0.5363500714302063, 25.35099220275879, 13.28227710723877, 24.151710510253906, 14.111337661743164, 19.806644439697266, 26.612031936645508, 10.060647010803223, 67.42951202392578, 60.89398193359375, 48.09406280517578, 1.1451889276504517, 0.2567070424556732, 29.344669342041016, 31.235885620117188, 34.77102279663086, 35.344886779785156, 33.951568603515625, 50.42012405395508, 26.603839874267578, 78.44633483886719], "std": [0.20708131790161133, 0.14240744709968567, 0.17392392456531525, 0.167982816696167, 0.3613651990890503, 0.04404399171471596, 0.1905393898487091, 0.11814186722040176, 0.15228290855884552, 0.06612684577703476, 0.2393507957458496, 0.050721675157547, 11.560869216918945, 8.342793464660645, 1.8068668842315674, 0.8822427988052368, 6.364325046539307, 16.316984176635742, 13.09532642364502, 22.888086318969727, 13.508123397827148, 31.33489418029785, 13.816304206848145, 29.909482955932617, 13.647567749023438, 7.793338775634766, 0.30032721161842346, 1.874729037284851, 9.386728286743164, 22.87398910522461, 12.554686546325684, 25.914520263671875, 16.055788040161133, 22.23029327392578, 19.908241271972656, 20.199304580688477], "count": [222]}, "timestamp": {"min": [0.0], "max": [7.366666666666666], "mean": [3.6833333333333336], "std": [2.1361743235842763], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [222]}, "index": {"min": [14383], "max": [14604], "mean": [14493.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [222]}, "subtask_annotation": {"mean": [2.869369369369369, 5.81981981981982, 10.0, 10.0, 10.0], "std": [3.1688316769591287, 4.150758528742839, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [222]}, "scene_annotation": {"mean": [68.0], "std": [0.0], "min": [68], "max": [68], "count": [222]}, "eef_direction_state": {"mean": [3.3963963963963963, 3.5765765765765765], "std": [1.9302209147677467, 2.077548579454133], "min": [0, 0], "max": [6, 6], "count": [222]}, "eef_velocity_state": {"mean": [1.3063063063063063, 1.364864864864865], "std": [0.661595025864403, 0.7517125970644244], "min": [0, 0], "max": [2, 2], "count": [222]}, "eef_acc_mag_state": {"mean": [1.0315315315315314, 1.018018018018018], "std": [0.8457079748562685, 0.810760759215911], "min": [0, 0], "max": [2, 2], "count": [222]}, "eef_direction_action": {"mean": [3.3963963963963963, 3.5765765765765765], "std": [1.9302209147677467, 2.077548579454133], "min": [0, 0], "max": [6, 6], "count": [222]}, "eef_velocity_action": {"mean": [1.3063063063063063, 1.364864864864865], "std": [0.661595025864403, 0.7517125970644244], "min": [0, 0], "max": [2, 2], "count": [222]}, "eef_acc_mag_action": {"mean": [1.0315315315315314, 1.018018018018018], "std": [0.8457079748562685, 0.810760759215911], "min": [0, 0], "max": [2, 2], "count": [222]}, "eef_sim_pose_state": {"mean": [0.6475965809014163, 0.14506263726146645, 1.2109238036746315, -1.292730048153836, 0.7376291341728966, -2.0013439036416627, 0.5918893580216896, -0.14847955996201873, 1.190151357321926, 1.3285414609852313, 0.6356575932605335, 2.0901588457014513], "std": [0.06032205928886832, 0.05645186312395603, 0.0834940308174845, 0.39699364370847084, 0.14406833244611103, 0.40709213140708733, 0.052878309978899245, 0.02676618545120247, 0.07633534240106749, 0.33682933582485974, 0.0768319036610006, 0.2869233150572937], "min": [0.574722238496413, 0.05072058988943459, 1.0482753316631759, -1.931329586639, 0.520009410580287, -2.622454715753872, 0.5444297575935388, -0.21316966837114787, 1.050150964969141, 0.7641248716948891, 0.48742255335596685, 1.631325219708748], "max": [0.7686548521343328, 0.21607224616963425, 1.3020549932807604, -0.7203293739397681, 0.9882806892510017, -1.5604432341256451, 0.7265947895700433, -0.10801385029049577, 1.3132054899127008, 1.8804727393192966, 0.8369658231433816, 2.49062306374167], "count": [222]}, "eef_sim_pose_action": {"mean": [0.6475965809014163, 0.14506263726146645, 1.2109238036746315, -1.292730048153836, 0.7376291341728966, -2.0013439036416627, 0.5918893580216896, -0.14847955996201873, 1.190151357321926, 1.3285414609852313, 0.6356575932605335, 2.0901588457014513], "std": [0.06032205928886832, 0.05645186312395603, 0.0834940308174845, 0.39699364370847084, 0.14406833244611103, 0.40709213140708733, 0.052878309978899245, 0.02676618545120247, 0.07633534240106749, 0.33682933582485974, 0.0768319036610006, 0.2869233150572937], "min": [0.574722238496413, 0.05072058988943459, 1.0482753316631759, -1.931329586639, 0.520009410580287, -2.622454715753872, 0.5444297575935388, -0.21316966837114787, 1.050150964969141, 0.7641248716948891, 0.48742255335596685, 1.631325219708748], "max": [0.7686548521343328, 0.21607224616963425, 1.3020549932807604, -0.7203293739397681, 0.9882806892510017, -1.5604432341256451, 0.7265947895700433, -0.10801385029049577, 1.3132054899127008, 1.8804727393192966, 0.8369658231433816, 2.49062306374167], "count": [222]}}} +{"episode_index": 69, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30829793300653596]], [[0.3144914910130719]], [[0.33732795751633987]]], "std": [[[0.32536486632174116]], [[0.3110300256040679]], [[0.29343828109424747]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4635746568627451]], [[0.493481983251634]], [[0.46475677083333333]]], "std": [[[0.3295979501945328]], [[0.3174905735675715]], [[0.32857650564504287]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4865582945261438]], [[0.5081230841503268]], [[0.4758955514705882]]], "std": [[[0.3163777468543979]], [[0.30870708837633326]], [[0.3145729062214645]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39266353758169936]], [[0.4251082843137255]], [[0.42485267769607843]]], "std": [[[0.36260548760903794]], [[0.3635381910124662]], [[0.3369338497185158]]], "count": [100]}, "observation.state": {"min": [0.25370508432388306, -1.2229628562927246, 1.0076252222061157, -0.244462251663208, -1.5285089015960693, 0.4536459445953369, -1.2144273519515991, -1.3489214181900024, 1.1818588972091675, -0.19026093184947968, 0.756322979927063, -0.3907740116119385, 28.34666633605957, 41.53125, -0.9587500095367432, -0.13562500476837158, 0.9811111092567444, 0.35111111402511597, 0.898888885974884, -1.1299999952316284, 0.6787500381469727, -3.096153736114502, 0.9600000381469727, 0.4362500011920929, 34.260623931884766, 44.51625061035156, 0.9075000286102295, 0.828125, 0.8322222232818604, 0.6968749761581421, 0.6618750095367432, 0.7331250309944153, 0.8125, 0.78125, 0.7945454716682434, 0.05812499672174454], "max": [1.1628434658050537, -0.8167772889137268, 1.6097075939178467, 0.22166113555431366, -0.6782635450363159, 0.5231460332870483, -0.2222333550453186, -0.8669270277023315, 1.7133735418319702, 0.2192530781030655, 1.504658818244934, -0.2491750717163086, 59.8337516784668, 58.70333480834961, 42.5056266784668, 9.31624984741211, 35.65437698364258, 14.831250190734863, 34.368751525878906, 64.83062744140625, 42.28062438964844, 92.09874725341797, 43.306251525878906, 102.40625, 53.9162483215332, 67.75563049316406, 2.002500057220459, 9.532500267028809, 31.478124618530273, 47.68000030517578, 21.204374313354492, 69.36500549316406, 75.61500549316406, 111.99687957763672, 81.99687957763672, 109.09000396728516], "mean": [0.8316513299942017, -0.8910221457481384, 1.177787184715271, 0.007714984007179737, -1.082048773765564, 0.48913976550102234, -0.9120139479637146, -1.0064281225204468, 1.3190948963165283, 0.046988025307655334, 1.2440168857574463, -0.35976532101631165, 50.57844924926758, 46.44501876831055, 7.929404258728027, 6.420877456665039, 9.772929191589355, 2.7064952850341797, 8.085135459899902, 10.32307243347168, 9.231847763061523, 13.926074028015137, 8.063347816467285, 31.755626678466797, 47.75276565551758, 55.58497619628906, 1.271289348602295, 5.1353759765625, 17.292688369750977, 9.457945823669434, 12.267497062683105, 18.697715759277344, 21.865245819091797, 28.374113082885742, 17.169849395751953, 47.51537322998047], "std": [0.2462487816810608, 0.11149594187736511, 0.15360869467258453, 0.12108451873064041, 0.1947070062160492, 0.021556762978434563, 0.32253775000572205, 0.12945890426635742, 0.1546250879764557, 0.15130887925624847, 0.17977389693260193, 0.04284120351076126, 5.776426792144775, 3.3988986015319824, 12.66132640838623, 2.8247926235198975, 11.214396476745605, 4.55871057510376, 11.701560974121094, 21.786209106445312, 14.210798263549805, 31.253334045410156, 13.388879776000977, 30.13068962097168, 5.4034318923950195, 8.821532249450684, 0.24551041424274445, 2.664886951446533, 10.019519805908203, 14.446767807006836, 6.643068313598633, 26.755159378051758, 22.219314575195312, 43.355037689208984, 27.87735939025879, 36.16643142700195], "count": [174]}, "action": {"min": [0.25370508432388306, -1.2229628562927246, 1.0076252222061157, -0.244462251663208, -1.5285089015960693, 0.4536459445953369, -1.2144273519515991, -1.3489214181900024, 1.1818588972091675, -0.19026093184947968, 0.756322979927063, -0.3907740116119385, 28.34666633605957, 41.53125, -0.9587500095367432, -0.13562500476837158, 0.9811111092567444, 0.35111111402511597, 0.898888885974884, -1.1299999952316284, 0.6787500381469727, -3.096153736114502, 0.9600000381469727, 0.4362500011920929, 34.260623931884766, 44.51625061035156, 0.9075000286102295, 0.828125, 0.8322222232818604, 0.6968749761581421, 0.6618750095367432, 0.7331250309944153, 0.8125, 0.78125, 0.7945454716682434, 0.05812499672174454], "max": [1.1628434658050537, -0.8167772889137268, 1.6097075939178467, 0.22166113555431366, -0.6782635450363159, 0.5231460332870483, -0.2222333550453186, -0.8669270277023315, 1.7133735418319702, 0.2192530781030655, 1.504658818244934, -0.2491750717163086, 59.8337516784668, 58.70333480834961, 42.5056266784668, 9.31624984741211, 35.65437698364258, 14.831250190734863, 34.368751525878906, 64.83062744140625, 42.28062438964844, 92.09874725341797, 43.306251525878906, 102.40625, 53.9162483215332, 67.75563049316406, 2.002500057220459, 9.532500267028809, 31.478124618530273, 47.68000030517578, 21.204374313354492, 69.36500549316406, 75.61500549316406, 111.99687957763672, 81.99687957763672, 109.09000396728516], "mean": [0.8316513299942017, -0.8910221457481384, 1.1777875423431396, 0.007714969106018543, -1.0820486545562744, 0.48913994431495667, -0.9120137691497803, -1.0064281225204468, 1.319095253944397, 0.04698800668120384, 1.2440167665481567, -0.3597654104232788, 50.578468322753906, 46.44502639770508, 7.92940616607666, 6.420876502990723, 9.772936820983887, 2.706496000289917, 8.085136413574219, 10.323083877563477, 9.231844902038574, 13.926064491271973, 8.06334400177002, 31.755617141723633, 47.75276565551758, 55.58498764038086, 1.2712889909744263, 5.1353759765625, 17.292686462402344, 9.457950592041016, 12.267494201660156, 18.69771385192871, 21.865257263183594, 28.37411880493164, 17.16983985900879, 47.515419006347656], "std": [0.24624882638454437, 0.1114959567785263, 0.15360866487026215, 0.12108451873064041, 0.1947069615125656, 0.021556759253144264, 0.32253772020339966, 0.12945890426635742, 0.15462513267993927, 0.15130889415740967, 0.17977389693260193, 0.042841214686632156, 5.776427745819092, 3.3988988399505615, 12.661327362060547, 2.8247923851013184, 11.214399337768555, 4.55871057510376, 11.701559066772461, 21.786205291748047, 14.210798263549805, 31.25332260131836, 13.38887882232666, 30.130695343017578, 5.4034318923950195, 8.821532249450684, 0.24551041424274445, 2.6648871898651123, 10.019519805908203, 14.44676685333252, 6.643067836761475, 26.755157470703125, 22.219314575195312, 43.35504150390625, 27.877361297607422, 36.16643142700195], "count": [174]}, "timestamp": {"min": [0.0], "max": [5.766666666666667], "mean": [2.8833333333333333], "std": [1.6742881295466265], "count": [174]}, "frame_index": {"min": [0], "max": [173], "mean": [86.5], "std": [50.22864388639879], "count": [174]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [174]}, "index": {"min": [14605], "max": [14778], "mean": [14691.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [174]}, "subtask_annotation": {"mean": [4.2988505747126435, 10.0, 10.0, 10.0, 10.0], "std": [2.3761987538718166, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [174]}, "scene_annotation": {"mean": [69.0], "std": [0.0], "min": [69], "max": [69], "count": [174]}, "eef_direction_state": {"mean": [3.3563218390804597, 3.689655172413793], "std": [2.2462075906063883, 2.097126358032273], "min": [0, 0], "max": [6, 6], "count": [174]}, "eef_velocity_state": {"mean": [1.1206896551724137, 1.2298850574712643], "std": [0.8181332734410558, 0.8995675771550868], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_acc_mag_state": {"mean": [0.9482758620689655, 0.9367816091954023], "std": [0.8661398136407786, 0.8105078502358637], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_direction_action": {"mean": [3.3563218390804597, 3.689655172413793], "std": [2.2462075906063883, 2.097126358032273], "min": [0, 0], "max": [6, 6], "count": [174]}, "eef_velocity_action": {"mean": [1.1206896551724137, 1.2298850574712643], "std": [0.8181332734410558, 0.8995675771550868], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_acc_mag_action": {"mean": [0.9482758620689655, 0.9367816091954023], "std": [0.8661398136407786, 0.8105078502358637], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_sim_pose_state": {"mean": [0.6561627807134888, 0.1945609214311297, 1.2323517842440745, -1.2349106566072567, 0.6816144472808832, -1.9928664103353684, 0.6631267073911049, -0.21035515375267144, 1.2261017141988466, 1.151300849029622, 0.5533513062588489, 1.9595298478517897], "std": [0.04571404741132671, 0.022049448480167277, 0.04544392762748299, 0.13349324210788022, 0.07681360817056447, 0.11566352820956281, 0.04409041310979457, 0.048340728535632004, 0.07483024727284483, 0.2274017764703058, 0.04244161191628725, 0.11514807747454715], "min": [0.5984238249851143, 0.14939087627186895, 1.1899533086300906, -1.510626079456162, 0.5157805851700363, -2.2443931531588617, 0.6171395670557629, -0.2622516454781218, 1.1483910752504758, 0.6054761517965264, 0.42127430153049317, 1.71952520442533], "max": [0.7850183487553133, 0.23931755970928703, 1.3480791807849901, -0.9042215356573411, 0.8509561250079791, -1.7485255934347057, 0.7845169139641135, -0.10993081297574206, 1.3869636107627417, 1.3928839080169864, 0.6094552930683235, 2.1676090266135], "count": [174]}, "eef_sim_pose_action": {"mean": [0.6561627807134888, 0.1945609214311297, 1.2323517842440745, -1.2349106566072567, 0.6816144472808832, -1.9928664103353684, 0.6631267073911049, -0.21035515375267144, 1.2261017141988466, 1.151300849029622, 0.5533513062588489, 1.9595298478517897], "std": [0.04571404741132671, 0.022049448480167277, 0.04544392762748299, 0.13349324210788022, 0.07681360817056447, 0.11566352820956281, 0.04409041310979457, 0.048340728535632004, 0.07483024727284483, 0.2274017764703058, 0.04244161191628725, 0.11514807747454715], "min": [0.5984238249851143, 0.14939087627186895, 1.1899533086300906, -1.510626079456162, 0.5157805851700363, -2.2443931531588617, 0.6171395670557629, -0.2622516454781218, 1.1483910752504758, 0.6054761517965264, 0.42127430153049317, 1.71952520442533], "max": [0.7850183487553133, 0.23931755970928703, 1.3480791807849901, -0.9042215356573411, 0.8509561250079791, -1.7485255934347057, 0.7845169139641135, -0.10993081297574206, 1.3869636107627417, 1.3928839080169864, 0.6094552930683235, 2.1676090266135], "count": [174]}}} +{"episode_index": 70, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36766995710784317]], [[0.4220276491013072]], [[0.40581674836601306]]], "std": [[[0.36734555742885805]], [[0.2664354330804703]], [[0.25754840017022934]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1843137254901961]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4784102532679738]], [[0.5021797222222222]], [[0.47358867034313723]]], "std": [[[0.2752607839004477]], [[0.2628095203122278]], [[0.25974460281449463]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.17254901960784313]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4710671017156863]], [[0.5051765829248366]], [[0.4813293402777778]]], "std": [[[0.31334120678811245]], [[0.2829196124680014]], [[0.2808272208381494]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4155267544934641]], [[0.4330445894607843]], [[0.33772681576797386]]], "std": [[[0.40242932741339765]], [[0.3674554316830738]], [[0.34432733399004367]]], "count": [100]}, "observation.state": {"min": [0.3575379550457001, -1.2761311531066895, 0.8840934038162231, -0.3045128583908081, -1.404826045036316, 0.6044003367424011, -1.275081992149353, -1.1052061319351196, 0.760018527507782, 0.11246375739574432, 0.8697404265403748, -0.7915379405021667, 33.17625045776367, 47.091251373291016, -0.5262500047683716, -0.4793750047683716, 16.55437469482422, 0.25, 9.561875343322754, 0.07750000059604645, 2.2956249713897705, 1.1974999904632568, 1.0618749856948853, 35.95125198364258, 40.75181579589844, 41.348751068115234, 0.18250000476837158, -2.3818750381469727, 5.30555534362793, 1.1818749904632568, 1.7322221994400024, 3.4800000190734863, 0.9900000095367432, 27.880001068115234, 0.7677778005599976, 67.57562255859375], "max": [0.9899528622627258, -0.8437762260437012, 1.4600023031234741, 0.11973563581705093, -0.43695640563964844, 0.7440918684005737, -0.5476081371307373, -0.6543332934379578, 1.2052719593048096, 0.23589494824409485, 1.4476996660232544, -0.636396586894989, 59.16749954223633, 72.94249725341797, 13.920000076293945, 3.0431249141693115, 37.657501220703125, 95.06625366210938, 44.01937484741211, 74.92874908447266, 45.90562438964844, 75.6500015258789, 53.76625061035156, 107.37312316894531, 70.63750457763672, 64.93499755859375, 2.5824999809265137, 0.13437500596046448, 38.12937545776367, 37.4375, 38.029998779296875, 65.72111511230469, 39.99437713623047, 85.35778045654297, 35.42124938964844, 110.09000396728516], "mean": [0.7368791103363037, -1.025367021560669, 1.1264605522155762, -0.08315009623765945, -0.9751133322715759, 0.7180353403091431, -0.9939367175102234, -0.8941737413406372, 0.900923490524292, 0.16415756940841675, 1.2069379091262817, -0.7331454753875732, 47.53944396972656, 57.82947540283203, 0.4348148703575134, 0.04147237166762352, 27.808202743530273, 15.043949127197266, 29.174219131469727, 19.493350982666016, 22.71023941040039, 39.48265075683594, 13.021744728088379, 84.250244140625, 61.33448791503906, 49.84647750854492, 0.6316108703613281, -1.230892300605774, 31.38974952697754, 16.978227615356445, 30.824323654174805, 37.971656799316406, 28.738584518432617, 56.9384880065918, 21.112821578979492, 88.35289764404297], "std": [0.22075103223323822, 0.11980883777141571, 0.1697387397289276, 0.13700632750988007, 0.27312806248664856, 0.039333537220954895, 0.23356027901172638, 0.11622311919927597, 0.14251480996608734, 0.03551558405160904, 0.19801492989063263, 0.03978678956627846, 8.316869735717773, 6.623894214630127, 2.494326591491699, 0.8950386047363281, 7.101639270782471, 17.093774795532227, 9.639139175415039, 20.259979248046875, 14.661520004272461, 26.199697494506836, 16.641645431518555, 15.839339256286621, 11.337225914001465, 4.59580659866333, 0.5642426609992981, 1.1262463331222534, 5.739021301269531, 8.801492691040039, 7.033069610595703, 19.233537673950195, 9.917913436889648, 14.604959487915039, 12.539557456970215, 8.764044761657715], "count": [182]}, "action": {"min": [0.3575379550457001, -1.2761311531066895, 0.8840934038162231, -0.3045128583908081, -1.404826045036316, 0.6044003367424011, -1.275081992149353, -1.1052061319351196, 0.760018527507782, 0.11246375739574432, 0.8697404265403748, -0.7915379405021667, 33.17625045776367, 47.091251373291016, -0.5262500047683716, -0.4793750047683716, 16.55437469482422, 0.25, 9.561875343322754, 0.07750000059604645, 2.2956249713897705, 1.1974999904632568, 1.0618749856948853, 35.95125198364258, 40.75181579589844, 41.348751068115234, 0.18250000476837158, -2.3818750381469727, 5.30555534362793, 1.1818749904632568, 1.7322221994400024, 3.4800000190734863, 0.9900000095367432, 27.880001068115234, 0.7677778005599976, 67.57562255859375], "max": [0.9899528622627258, -0.8437762260437012, 1.4600023031234741, 0.11973563581705093, -0.43695640563964844, 0.7440918684005737, -0.5476081371307373, -0.6543332934379578, 1.2052719593048096, 0.23589494824409485, 1.4476996660232544, -0.636396586894989, 59.16749954223633, 72.94249725341797, 13.920000076293945, 3.0431249141693115, 37.657501220703125, 95.06625366210938, 44.01937484741211, 74.92874908447266, 45.90562438964844, 75.6500015258789, 53.76625061035156, 107.37312316894531, 70.63750457763672, 64.93499755859375, 2.5824999809265137, 0.13437500596046448, 38.12937545776367, 37.4375, 38.029998779296875, 65.72111511230469, 39.99437713623047, 85.35778045654297, 35.42124938964844, 110.09000396728516], "mean": [0.7368792295455933, -1.0253669023513794, 1.126460313796997, -0.08315013349056244, -0.9751137495040894, 0.7180351614952087, -0.9939360618591309, -0.8941736817359924, 0.9009236097335815, 0.16415761411190033, 1.2069376707077026, -0.7331455945968628, 47.53944396972656, 57.82947540283203, 0.43481478095054626, 0.04147234931588173, 27.808197021484375, 15.04394245147705, 29.174238204956055, 19.493356704711914, 22.71023178100586, 39.4826545715332, 13.02175521850586, 84.25025177001953, 61.33452224731445, 49.846431732177734, 0.6316109299659729, -1.2308924198150635, 31.389772415161133, 16.978233337402344, 30.824304580688477, 37.97166061401367, 28.738571166992188, 56.938480377197266, 21.112808227539062, 88.35289764404297], "std": [0.22075100243091583, 0.11980882287025452, 0.1697387397289276, 0.13700631260871887, 0.27312806248664856, 0.039333537220954895, 0.23356030881404877, 0.11622309684753418, 0.14251480996608734, 0.03551558032631874, 0.19801492989063263, 0.039786793291568756, 8.316869735717773, 6.623893737792969, 2.4943246841430664, 0.8950386047363281, 7.101640224456787, 17.093774795532227, 9.639139175415039, 20.259981155395508, 14.661520957946777, 26.19969940185547, 16.641645431518555, 15.83934211730957, 11.337226867675781, 4.595807075500488, 0.5642426609992981, 1.1262465715408325, 5.739021301269531, 8.801492691040039, 7.033069610595703, 19.23353385925293, 9.917913436889648, 14.604963302612305, 12.539558410644531, 8.764045715332031], "count": [182]}, "timestamp": {"min": [0.0], "max": [6.033333333333333], "mean": [3.0166666666666666], "std": [1.751269380890457], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [182]}, "index": {"min": [14779], "max": [14960], "mean": [14869.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [182]}, "subtask_annotation": {"mean": [3.131868131868132, 4.857142857142857, 10.0, 10.0, 10.0], "std": [3.1975567293725793, 3.9406905976218445, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [182]}, "scene_annotation": {"mean": [70.0], "std": [0.0], "min": [70], "max": [70], "count": [182]}, "eef_direction_state": {"mean": [3.4395604395604398, 3.7362637362637363], "std": [1.8997327238775565, 2.0182418898753394], "min": [0, 0], "max": [6, 6], "count": [182]}, "eef_velocity_state": {"mean": [1.521978021978022, 1.3076923076923077], "std": [0.6086017478031547, 0.7366736598722814], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_acc_mag_state": {"mean": [1.1868131868131868, 1.0274725274725274], "std": [0.7902161049822766, 0.8013129245752962], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_direction_action": {"mean": [3.4395604395604398, 3.7362637362637363], "std": [1.8997327238775565, 2.0182418898753394], "min": [0, 0], "max": [6, 6], "count": [182]}, "eef_velocity_action": {"mean": [1.521978021978022, 1.3076923076923077], "std": [0.6086017478031547, 0.7366736598722814], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_acc_mag_action": {"mean": [1.1868131868131868, 1.0274725274725274], "std": [0.7902161049822766, 0.8013129245752962], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_sim_pose_state": {"mean": [0.6492937189753971, 0.1342050284287388, 1.2079547511708946, -1.2691654655341311, 0.6577288189054357, -2.0175072726791843, 0.5902658443533088, -0.1532603656585383, 1.1890264857973092, 1.3147061384373768, 0.6177860265627053, 2.0377970177459037], "std": [0.06136775727109881, 0.05167680980084243, 0.08578616232516251, 0.31370752503920624, 0.12948120687554734, 0.32004511210043596, 0.04640650209346834, 0.03127792741375534, 0.0612626981349639, 0.2446655595338661, 0.05902300183058252, 0.16027393478190624], "min": [0.5743559407066521, 0.0634814002083004, 1.054129943957787, -1.7564921067188217, 0.46649844916138505, -2.479777824088317, 0.5509225563349325, -0.23210048697175692, 1.0750292305935034, 0.9027357751024963, 0.5400159868140015, 1.7913802215266013], "max": [0.7607371831944995, 0.21846277785684565, 1.3123262898512447, -0.8454776907575441, 0.88979256652966, -1.5453472997402031, 0.6933729594473883, -0.10243113088309891, 1.2808952393891173, 1.7379222264209122, 0.6959159625859166, 2.33497681158033], "count": [182]}, "eef_sim_pose_action": {"mean": [0.6492937189753971, 0.1342050284287388, 1.2079547511708946, -1.2691654655341311, 0.6577288189054357, -2.0175072726791843, 0.5902658443533088, -0.1532603656585383, 1.1890264857973092, 1.3147061384373768, 0.6177860265627053, 2.0377970177459037], "std": [0.06136775727109881, 0.05167680980084243, 0.08578616232516251, 0.31370752503920624, 0.12948120687554734, 0.32004511210043596, 0.04640650209346834, 0.03127792741375534, 0.0612626981349639, 0.2446655595338661, 0.05902300183058252, 0.16027393478190624], "min": [0.5743559407066521, 0.0634814002083004, 1.054129943957787, -1.7564921067188217, 0.46649844916138505, -2.479777824088317, 0.5509225563349325, -0.23210048697175692, 1.0750292305935034, 0.9027357751024963, 0.5400159868140015, 1.7913802215266013], "max": [0.7607371831944995, 0.21846277785684565, 1.3123262898512447, -0.8454776907575441, 0.88979256652966, -1.5453472997402031, 0.6933729594473883, -0.10243113088309891, 1.2808952393891173, 1.7379222264209122, 0.6959159625859166, 2.33497681158033], "count": [182]}}} +{"episode_index": 71, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3158711458333333]], [[0.32150216911764706]], [[0.3432431658496732]]], "std": [[[0.33002922705975785]], [[0.3149802445978425]], [[0.29616057193878187]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4746387949346405]], [[0.49474651348039217]], [[0.46590280637254905]]], "std": [[[0.31443499166625194]], [[0.30889052656648525]], [[0.32080616160611447]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47043864583333334]], [[0.5011824346405228]], [[0.4706823692810458]]], "std": [[[0.31556865071701123]], [[0.29873438493666815]], [[0.30568503059274715]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3942790298202615]], [[0.4244781025326797]], [[0.42564707107843136]]], "std": [[[0.36231949491797133]], [[0.3611584505320833]], [[0.33233559399461765]]], "count": [100]}, "observation.state": {"min": [0.3009365200996399, -1.252288818359375, 1.0171197652816772, -0.3501945436000824, -1.5912405252456665, 0.3217269480228424, -1.206106424331665, -1.4105535745620728, 1.1922063827514648, -0.26560235023498535, 0.7890106439590454, -0.3946126103401184, 32.57555389404297, 45.84749984741211, -0.8231250047683716, 0.628125011920929, 4.088888645172119, -0.36375001072883606, 0.9331250190734863, -0.9168750047683716, 0.7493749856948853, -2.9570000171661377, 0.9693750143051147, -0.9700000286102295, 32.78499984741211, 44.57250213623047, 0.84375, 1.7324999570846558, 0.7487499713897705, 0.49125000834465027, 0.5618749856948853, 0.559374988079071, 0.9881250262260437, 0.27000001072883606, 1.1087499856948853, 0.7388888597488403], "max": [1.3139448165893555, -0.8020046353340149, 1.6236076354980469, 0.17502574622631073, -0.7460469603538513, 0.47902733087539673, -0.27308881282806396, -0.9109159111976624, 1.7702372074127197, 0.23324845731258392, 1.4438214302062988, -0.20745116472244263, 58.67937469482422, 58.127777099609375, 46.53312301635742, 9.341875076293945, 40.47500228881836, 10.227499961853027, 41.36187744140625, 55.208126068115234, 47.63312530517578, 94.96687316894531, 56.41812515258789, 109.3812484741211, 48.88624954223633, 64.76875305175781, 2.634999990463257, 9.585000038146973, 33.23500061035156, 24.3331241607666, 32.473751068115234, 63.075626373291016, 66.92437744140625, 110.8237533569336, 71.20000457763672, 110.20750427246094], "mean": [0.9154694676399231, -0.9513692259788513, 1.1943981647491455, -0.09424762427806854, -1.198686957359314, 0.42815083265304565, -0.9371828436851501, -1.0403214693069458, 1.3398717641830444, 0.06859245896339417, 1.244781255722046, -0.32210981845855713, 48.36324691772461, 50.52516555786133, 9.591126441955566, 6.219881057739258, 15.90189266204834, 2.0640294551849365, 12.583869934082031, 10.499075889587402, 12.060482025146484, 16.120527267456055, 9.87886905670166, 33.70806121826172, 41.52631378173828, 55.666263580322266, 1.1880515813827515, 6.35978889465332, 10.271982192993164, 4.561978340148926, 12.396964073181152, 10.978147506713867, 19.02720832824707, 19.50452423095703, 17.13216781616211, 31.263519287109375], "std": [0.2917354106903076, 0.11084315925836563, 0.16933511197566986, 0.17833632230758667, 0.2273133397102356, 0.0387163907289505, 0.31272798776626587, 0.1399780511856079, 0.1692941039800644, 0.16640858352184296, 0.15478873252868652, 0.06658564507961273, 6.594654560089111, 2.7647149562835693, 14.865650177001953, 2.7860543727874756, 11.237716674804688, 2.9892547130584717, 14.040143966674805, 18.12712287902832, 15.59991455078125, 30.811206817626953, 16.561702728271484, 34.1302490234375, 4.7593183517456055, 8.207512855529785, 0.29181545972824097, 2.3889949321746826, 9.421765327453613, 7.0920891761779785, 9.137443542480469, 19.195758819580078, 18.139230728149414, 36.60795974731445, 20.453676223754883, 33.765079498291016], "count": [169]}, "action": {"min": [0.3009365200996399, -1.252288818359375, 1.0171197652816772, -0.3501945436000824, -1.5912405252456665, 0.3217269480228424, -1.206106424331665, -1.4105535745620728, 1.1922063827514648, -0.26560235023498535, 0.7890106439590454, -0.3946126103401184, 32.57555389404297, 45.84749984741211, -0.8231250047683716, 0.628125011920929, 4.088888645172119, -0.36375001072883606, 0.9331250190734863, -0.9168750047683716, 0.7493749856948853, -2.9570000171661377, 0.9693750143051147, -0.9700000286102295, 32.78499984741211, 44.57250213623047, 0.84375, 1.7324999570846558, 0.7487499713897705, 0.49125000834465027, 0.5618749856948853, 0.559374988079071, 0.9881250262260437, 0.27000001072883606, 1.1087499856948853, 0.7388888597488403], "max": [1.3139448165893555, -0.8020046353340149, 1.6236076354980469, 0.17502574622631073, -0.7460469603538513, 0.47902733087539673, -0.27308881282806396, -0.9109159111976624, 1.7702372074127197, 0.23324845731258392, 1.4438214302062988, -0.20745116472244263, 58.67937469482422, 58.127777099609375, 46.53312301635742, 9.341875076293945, 40.47500228881836, 10.227499961853027, 41.36187744140625, 55.208126068115234, 47.63312530517578, 94.96687316894531, 56.41812515258789, 109.3812484741211, 48.88624954223633, 64.76875305175781, 2.634999990463257, 9.585000038146973, 33.23500061035156, 24.3331241607666, 32.473751068115234, 63.075626373291016, 66.92437744140625, 110.8237533569336, 71.20000457763672, 110.20750427246094], "mean": [0.9154694080352783, -0.9513689875602722, 1.1943987607955933, -0.09424763172864914, -1.1986870765686035, 0.42815086245536804, -0.9371826648712158, -1.0403213500976562, 1.339871883392334, 0.06859247386455536, 1.2447811365127563, -0.3221098482608795, 48.36323928833008, 50.52515411376953, 9.591134071350098, 6.219882488250732, 15.901894569396973, 2.0640294551849365, 12.583868980407715, 10.499073028564453, 12.060487747192383, 16.12052345275879, 9.87886905670166, 33.70805358886719, 41.52633285522461, 55.666259765625, 1.188051462173462, 6.3597893714904785, 10.27198314666748, 4.5619797706604, 12.396958351135254, 10.978144645690918, 19.027202606201172, 19.5045223236084, 17.13216781616211, 31.263521194458008], "std": [0.29173535108566284, 0.11084315925836563, 0.16933512687683105, 0.17833630740642548, 0.22731339931488037, 0.0387163944542408, 0.31272798776626587, 0.1399780511856079, 0.169294074177742, 0.16640859842300415, 0.15478871762752533, 0.06658565253019333, 6.594654560089111, 2.7647151947021484, 14.865646362304688, 2.7860546112060547, 11.237719535827637, 2.9892542362213135, 14.040143013000488, 18.127124786376953, 15.599915504455566, 30.811206817626953, 16.56169891357422, 34.1302490234375, 4.759318828582764, 8.207511901855469, 0.29181551933288574, 2.3889949321746826, 9.421764373779297, 7.0920891761779785, 9.137443542480469, 19.19576072692871, 18.139230728149414, 36.60795974731445, 20.453678131103516, 33.765079498291016], "count": [169]}, "timestamp": {"min": [0.0], "max": [5.6], "mean": [2.8], "std": [1.6261747890200624], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [169]}, "index": {"min": [14961], "max": [15129], "mean": [15045.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [169]}, "subtask_annotation": {"mean": [4.14792899408284, 10.0, 10.0, 10.0, 10.0], "std": [2.529473335677788, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [169]}, "scene_annotation": {"mean": [71.0], "std": [0.0], "min": [71], "max": [71], "count": [169]}, "eef_direction_state": {"mean": [2.8461538461538463, 3.940828402366864], "std": [1.8461538461538458, 1.984269922263703], "min": [0, 0], "max": [6, 6], "count": [169]}, "eef_velocity_state": {"mean": [1.4082840236686391, 1.0591715976331362], "std": [0.6915739802928745, 0.9211784452269286], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_acc_mag_state": {"mean": [1.1124260355029585, 0.7633136094674556], "std": [0.8456778567685578, 0.837481941441615], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_direction_action": {"mean": [2.8461538461538463, 3.940828402366864], "std": [1.8461538461538458, 1.984269922263703], "min": [0, 0], "max": [6, 6], "count": [169]}, "eef_velocity_action": {"mean": [1.4082840236686391, 1.0591715976331362], "std": [0.6915739802928745, 0.9211784452269286], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_acc_mag_action": {"mean": [1.1124260355029585, 0.7633136094674556], "std": [0.8456778567685578, 0.837481941441615], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_sim_pose_state": {"mean": [0.6529513524404275, 0.20487490350516474, 1.2174655448369496, -1.2186574183815808, 0.5452668670939802, -1.954848199523277, 0.6672426097176724, -0.20846957977676486, 1.210666350042698, 1.1866301924251252, 0.5154947296039444, 1.9810800018426868], "std": [0.04912854559663276, 0.034167915970978416, 0.057928829419682505, 0.16614337319133926, 0.08714996050438528, 0.13235474097955915, 0.04286186174307364, 0.05606120591529708, 0.06797355387897756, 0.18553026081878177, 0.040461451115210406, 0.07650354991636865], "min": [0.5990483152129843, 0.14621894854366455, 1.1702575574924547, -1.4732755760310505, 0.4265991092376247, -2.2453359883682484, 0.6368702924519815, -0.2634955145253071, 1.1510710654503382, 0.7440902817408575, 0.41869202656142956, 1.8458930365232356], "max": [0.7826123708845545, 0.282163081649997, 1.3568844430209999, -0.7744021724276906, 0.690090124989263, -1.731631298357368, 0.7849580369934319, -0.08512355155732818, 1.3602137619618524, 1.3615728542558125, 0.5666132552091554, 2.1645596133124374], "count": [169]}, "eef_sim_pose_action": {"mean": [0.6529513524404275, 0.20487490350516474, 1.2174655448369496, -1.2186574183815808, 0.5452668670939802, -1.954848199523277, 0.6672426097176724, -0.20846957977676486, 1.210666350042698, 1.1866301924251252, 0.5154947296039444, 1.9810800018426868], "std": [0.04912854559663276, 0.034167915970978416, 0.057928829419682505, 0.16614337319133926, 0.08714996050438528, 0.13235474097955915, 0.04286186174307364, 0.05606120591529708, 0.06797355387897756, 0.18553026081878177, 0.040461451115210406, 0.07650354991636865], "min": [0.5990483152129843, 0.14621894854366455, 1.1702575574924547, -1.4732755760310505, 0.4265991092376247, -2.2453359883682484, 0.6368702924519815, -0.2634955145253071, 1.1510710654503382, 0.7440902817408575, 0.41869202656142956, 1.8458930365232356], "max": [0.7826123708845545, 0.282163081649997, 1.3568844430209999, -0.7744021724276906, 0.690090124989263, -1.731631298357368, 0.7849580369934319, -0.08512355155732818, 1.3602137619618524, 1.3615728542558125, 0.5666132552091554, 2.1645596133124374], "count": [169]}}} +{"episode_index": 72, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37198802491830063]], [[0.423482175245098]], [[0.4099568014705882]]], "std": [[[0.36793882036814346]], [[0.26335306573020095]], [[0.26273128783485006]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.516417277369281]], [[0.531776568627451]], [[0.4950906678921569]]], "std": [[[0.2815372682264683]], [[0.2713859379788918]], [[0.2717647923374041]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.17254901960784313]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45787427900326794]], [[0.49271143178104576]], [[0.4697193382352941]]], "std": [[[0.31589294235582976]], [[0.2737608528930436]], [[0.27443100327885905]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41869518790849675]], [[0.42672487132352943]], [[0.32073838235294116]]], "std": [[[0.4045971986944653]], [[0.3677876325242395]], [[0.3444190348175791]]], "count": [100]}, "observation.state": {"min": [0.34261271357536316, -1.2608721256256104, 0.8022907376289368, -0.3601367473602295, -1.4144901037216187, 0.5282005667686462, -1.3204776048660278, -1.1650739908218384, 0.6182764768600464, 0.0006198977935127914, 0.7619258761405945, -0.6705148220062256, 36.860626220703125, 46.54125213623047, -0.38062500953674316, -1.2131249904632568, 4.450624942779541, 0.703125, 0.8493750095367432, -1.147777795791626, 0.9168750047683716, -2.384999990463257, 1.0049999952316284, 2.2018749713897705, 44.13111114501953, 46.34437561035156, 1.1243749856948853, -0.831250011920929, 2.90625, 0.03125, 1.412500023841858, -0.5868750214576721, 0.7055555582046509, 2.1656250953674316, 0.7233333587646484, 32.359375], "max": [0.9354495406150818, -0.7865548729896545, 1.4422160387039185, 0.24252307415008545, -0.42424848675727844, 0.8267529010772705, -0.5133945941925049, -0.5930991172790527, 1.342674732208252, 0.21944381296634674, 1.4429551362991333, -0.5780088305473328, 60.09062576293945, 71.24222564697266, 28.0106258392334, 9.375, 33.52000045776367, 29.029998779296875, 43.43687438964844, 42.76625061035156, 44.858123779296875, 74.2925033569336, 47.381874084472656, 101.17312622070312, 66.41937255859375, 58.996665954589844, 2.3837499618530273, 4.2729997634887695, 46.29125213623047, 44.776248931884766, 46.282501220703125, 76.70062255859375, 55.993751525878906, 83.53250122070312, 60.466251373291016, 108.95733642578125], "mean": [0.6246010661125183, -1.0376032590866089, 1.1768910884857178, -0.057683248072862625, -0.7914782166481018, 0.7194696664810181, -0.9771304130554199, -0.8682785630226135, 0.8956888318061829, 0.0845298022031784, 1.1012660264968872, -0.6525222659111023, 45.526187896728516, 54.60173797607422, 2.9077258110046387, 2.3942081928253174, 18.231409072875977, 8.697488784790039, 18.073457717895508, 8.986077308654785, 14.338171005249023, 25.936752319335938, 10.555920600891113, 68.6144027709961, 59.3416862487793, 48.17683410644531, 1.3409546613693237, -0.1774275302886963, 32.07551956176758, 24.95677947998047, 32.93417739868164, 46.15555191040039, 35.984397888183594, 55.498008728027344, 35.15555191040039, 85.88814544677734], "std": [0.2124491184949875, 0.1256258338689804, 0.2108130306005478, 0.22471199929714203, 0.2343607246875763, 0.10606847703456879, 0.2603665888309479, 0.13895538449287415, 0.2095080465078354, 0.05786393582820892, 0.20685255527496338, 0.026440154761075974, 7.570737361907959, 5.22410774230957, 7.391010761260986, 3.417052984237671, 9.773604393005371, 11.16745376586914, 15.455513000488281, 15.842300415039062, 15.902091026306152, 28.19583511352539, 16.121410369873047, 30.808624267578125, 7.083531379699707, 2.9696948528289795, 0.2623105049133301, 1.0613847970962524, 14.867850303649902, 16.515729904174805, 15.25979995727539, 30.421939849853516, 20.694583892822266, 30.626405715942383, 25.048128128051758, 19.00450325012207], "count": [213]}, "action": {"min": [0.34261271357536316, -1.2608721256256104, 0.8022907376289368, -0.3601367473602295, -1.4144901037216187, 0.5282005667686462, -1.3204776048660278, -1.1650739908218384, 0.6182764768600464, 0.0006198977935127914, 0.7619258761405945, -0.6705148220062256, 36.860626220703125, 46.54125213623047, -0.38062500953674316, -1.2131249904632568, 4.450624942779541, 0.703125, 0.8493750095367432, -1.147777795791626, 0.9168750047683716, -2.384999990463257, 1.0049999952316284, 2.2018749713897705, 44.13111114501953, 46.34437561035156, 1.1243749856948853, -0.831250011920929, 2.90625, 0.03125, 1.412500023841858, -0.5868750214576721, 0.7055555582046509, 2.1656250953674316, 0.7233333587646484, 32.359375], "max": [0.9354495406150818, -0.7865548729896545, 1.4422160387039185, 0.24252307415008545, -0.42424848675727844, 0.8267529010772705, -0.5133945941925049, -0.5930991172790527, 1.342674732208252, 0.21944381296634674, 1.4429551362991333, -0.5780088305473328, 60.09062576293945, 71.24222564697266, 28.0106258392334, 9.375, 33.52000045776367, 29.029998779296875, 43.43687438964844, 42.76625061035156, 44.858123779296875, 74.2925033569336, 47.381874084472656, 101.17312622070312, 66.41937255859375, 58.996665954589844, 2.3837499618530273, 4.2729997634887695, 46.29125213623047, 44.776248931884766, 46.282501220703125, 76.70062255859375, 55.993751525878906, 83.53250122070312, 60.466251373291016, 108.95733642578125], "mean": [0.6246010065078735, -1.0376032590866089, 1.1768909692764282, -0.05768321827054024, -0.7914779782295227, 0.7194697260856628, -0.9771298170089722, -0.8682786226272583, 0.8956888914108276, 0.08452975749969482, 1.1012661457061768, -0.6525218486785889, 45.52622985839844, 54.60176467895508, 2.9077248573303223, 2.3942084312438965, 18.231409072875977, 8.697484016418457, 18.07345962524414, 8.986077308654785, 14.33818531036377, 25.93675994873047, 10.55591869354248, 68.6144027709961, 59.341712951660156, 48.176856994628906, 1.3409539461135864, -0.17742745578289032, 32.07551574707031, 24.956758499145508, 32.93418884277344, 46.15556335449219, 35.98440170288086, 55.49799346923828, 35.15555191040039, 85.88814544677734], "std": [0.2124491184949875, 0.1256258338689804, 0.2108130306005478, 0.22471196949481964, 0.2343607395887375, 0.10606848448514938, 0.2603665292263031, 0.13895538449287415, 0.2095080465078354, 0.05786392092704773, 0.20685255527496338, 0.026440167799592018, 7.570737361907959, 5.22410774230957, 7.391012668609619, 3.4170525074005127, 9.773605346679688, 11.167451858520508, 15.455514907836914, 15.842300415039062, 15.902091026306152, 28.195831298828125, 16.121414184570312, 30.808626174926758, 7.083529472351074, 2.9696948528289795, 0.2623105049133301, 1.0613847970962524, 14.867851257324219, 16.515731811523438, 15.259799003601074, 30.42194175720215, 20.694581985473633, 30.62641716003418, 25.048120498657227, 19.004501342773438], "count": [213]}, "timestamp": {"min": [0.0], "max": [7.066666666666666], "mean": [3.5333333333333337], "std": [2.0495708674600013], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [213]}, "index": {"min": [15130], "max": [15342], "mean": [15236.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [213]}, "subtask_annotation": {"mean": [3.220657276995305, 5.784037558685446, 10.0, 10.0, 10.0], "std": [3.45774568205786, 4.144154618367501, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [213]}, "scene_annotation": {"mean": [72.0], "std": [0.0], "min": [72], "max": [72], "count": [213]}, "eef_direction_state": {"mean": [2.708920187793427, 3.0610328638497655], "std": [1.9184709429356086, 1.9955426536378618], "min": [0, 0], "max": [6, 6], "count": [213]}, "eef_velocity_state": {"mean": [1.4272300469483568, 1.3943661971830985], "std": [0.5978131733835337, 0.6603215870271018], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_acc_mag_state": {"mean": [0.9812206572769953, 1.0892018779342723], "std": [0.8162805908225171, 0.7791447228541062], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_direction_action": {"mean": [2.708920187793427, 3.0610328638497655], "std": [1.9184709429356086, 1.9955426536378618], "min": [0, 0], "max": [6, 6], "count": [213]}, "eef_velocity_action": {"mean": [1.4272300469483568, 1.3943661971830985], "std": [0.5978131733835337, 0.6603215870271018], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_acc_mag_action": {"mean": [0.9812206572769953, 1.0892018779342723], "std": [0.8162805908225171, 0.7791447228541062], "min": [0, 0], "max": [2, 2], "count": [213]}, "eef_sim_pose_state": {"mean": [0.671878146897839, 0.13179584010734052, 1.212439090779678, -1.3603342937890202, 0.6725942364654436, -2.0610175518793863, 0.5802539844918625, -0.1451984173969455, 1.1796256705111963, 1.417626456288868, 0.5744548350855403, 2.1660114207851002], "std": [0.08540862424213326, 0.05596595214209695, 0.08680452632007621, 0.33906823936710434, 0.11111382511824311, 0.4261553981821502, 0.07168389687387329, 0.024662158492601522, 0.08018421193940171, 0.35179549412961736, 0.036669585841479294, 0.28636806091253375], "min": [0.543415536234427, 0.0632862820104799, 1.0561895809136552, -1.9037869976441328, 0.5007475795969722, -2.7297485689515137, 0.500145449050162, -0.20131477714362073, 1.045831634134632, 0.7594180305287617, 0.4627514077475112, 1.6937823758671569], "max": [0.7761286031041443, 0.21431538857601715, 1.3360051575565466, -0.7123151308355071, 0.892882609536866, -1.5074290019527035, 0.728567852493103, -0.10614292641434075, 1.3263518307915594, 1.9461963972209646, 0.6612457829943525, 2.608324447822091], "count": [213]}, "eef_sim_pose_action": {"mean": [0.671878146897839, 0.13179584010734052, 1.212439090779678, -1.3603342937890202, 0.6725942364654436, -2.0610175518793863, 0.5802539844918625, -0.1451984173969455, 1.1796256705111963, 1.417626456288868, 0.5744548350855403, 2.1660114207851002], "std": [0.08540862424213326, 0.05596595214209695, 0.08680452632007621, 0.33906823936710434, 0.11111382511824311, 0.4261553981821502, 0.07168389687387329, 0.024662158492601522, 0.08018421193940171, 0.35179549412961736, 0.036669585841479294, 0.28636806091253375], "min": [0.543415536234427, 0.0632862820104799, 1.0561895809136552, -1.9037869976441328, 0.5007475795969722, -2.7297485689515137, 0.500145449050162, -0.20131477714362073, 1.045831634134632, 0.7594180305287617, 0.4627514077475112, 1.6937823758671569], "max": [0.7761286031041443, 0.21431538857601715, 1.3360051575565466, -0.7123151308355071, 0.892882609536866, -1.5074290019527035, 0.728567852493103, -0.10614292641434075, 1.3263518307915594, 1.9461963972209646, 0.6612457829943525, 2.608324447822091], "count": [213]}}} +{"episode_index": 73, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3089997569444444]], [[0.314815204248366]], [[0.3355591952614379]]], "std": [[[0.32350148389316485]], [[0.3083954053128774]], [[0.290724202374875]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4852137806372549]], [[0.5041791156045752]], [[0.4752320772058824]]], "std": [[[0.3238014174043023]], [[0.3187168342548985]], [[0.3293000602851204]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45026923406862746]], [[0.48241734272875814]], [[0.4695914624183007]]], "std": [[[0.30531569117461654]], [[0.2969786105165326]], [[0.29973847143790266]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3925183455882353]], [[0.4224972426470588]], [[0.4244466380718954]]], "std": [[[0.3646726612282073]], [[0.3640353187780008]], [[0.3366934921382168]]], "count": [100]}, "observation.state": {"min": [0.2650778293609619, -1.1722266674041748, 0.9823207259178162, -0.27690356969833374, -1.5828056335449219, 0.41082531213760376, -1.264782190322876, -1.342531681060791, 1.167315125465393, -0.31843671202659607, 0.7373207211494446, -0.3486686646938324, 38.526668548583984, 43.48250198364258, -0.8643749952316284, 0.9149999618530273, 3.609999895095825, 0.010624997317790985, 3.8577778339385986, -0.8706250190734863, 4.2377777099609375, -0.3212500214576721, 1.0618749856948853, 3.3162500858306885, 28.21875, 43.744998931884766, 1.046875, 0.2849999964237213, 1.0268750190734863, 0.7387499809265137, 0.5587500333786011, 0.7131249904632568, 0.7756249904632568, -0.04124999791383743, 0.9075000286102295, -0.8762500286102295], "max": [1.2422274351119995, -0.7588025331497192, 1.5530823469161987, 0.1907854527235031, -0.6650549173355103, 0.4992455244064331, -0.21782253682613373, -0.8591783046722412, 1.7094873189926147, 0.29020753502845764, 1.5208953619003296, -0.15313859283924103, 63.502498626708984, 57.073333740234375, 39.60375213623047, 9.151249885559082, 40.78375244140625, 6.534375190734863, 34.415626525878906, 42.46125030517578, 42.526248931884766, 64.51875305175781, 37.189998626708984, 84.12437438964844, 52.79624938964844, 68.33562469482422, 2.6787500381469727, 9.523750305175781, 40.088748931884766, 43.014373779296875, 45.119998931884766, 36.53125, 49.432498931884766, 74.20562744140625, 83.06375122070312, 109.70999908447266], "mean": [0.9194334149360657, -0.8456361293792725, 1.1266995668411255, -0.053432319313287735, -1.1727392673492432, 0.46179014444351196, -0.9407738447189331, -0.9843506217002869, 1.2950860261917114, 0.03238288685679436, 1.2774320840835571, -0.2906196713447571, 53.78926086425781, 51.13210678100586, 5.9224934577941895, 6.072651386260986, 15.956934928894043, 1.0552393198013306, 12.751830101013184, 5.298173904418945, 13.979724884033203, 8.821574211120605, 7.269357681274414, 38.58216857910156, 44.65263366699219, 55.084938049316406, 1.352540135383606, 4.931431293487549, 16.331411361694336, 7.535743713378906, 17.109933853149414, 6.863121032714844, 17.524446487426758, 12.514814376831055, 14.489021301269531, 38.78995132446289], "std": [0.2901085913181305, 0.10788896679878235, 0.15193800628185272, 0.16077381372451782, 0.24132139980793, 0.0230728629976511, 0.3591362535953522, 0.11979182064533234, 0.157317116856575, 0.24224476516246796, 0.22286689281463623, 0.057163093239068985, 5.323334693908691, 3.2650890350341797, 11.8059720993042, 2.3659512996673584, 10.456544876098633, 1.542899250984192, 9.781922340393066, 12.389030456542969, 12.258133888244629, 18.770658493041992, 10.53531265258789, 20.87476921081543, 6.652614593505859, 10.398566246032715, 0.27487507462501526, 3.0990755558013916, 11.776673316955566, 12.718978881835938, 13.64030647277832, 10.60427188873291, 14.682369232177734, 23.99475860595703, 25.123493194580078, 32.629241943359375], "count": [169]}, "action": {"min": [0.2650778293609619, -1.1722266674041748, 0.9823207259178162, -0.27690356969833374, -1.5828056335449219, 0.41082531213760376, -1.264782190322876, -1.342531681060791, 1.167315125465393, -0.31843671202659607, 0.7373207211494446, -0.3486686646938324, 38.526668548583984, 43.48250198364258, -0.8643749952316284, 0.9149999618530273, 3.609999895095825, 0.010624997317790985, 3.8577778339385986, -0.8706250190734863, 4.2377777099609375, -0.3212500214576721, 1.0618749856948853, 3.3162500858306885, 28.21875, 43.744998931884766, 1.046875, 0.2849999964237213, 1.0268750190734863, 0.7387499809265137, 0.5587500333786011, 0.7131249904632568, 0.7756249904632568, -0.04124999791383743, 0.9075000286102295, -0.8762500286102295], "max": [1.2422274351119995, -0.7588025331497192, 1.5530823469161987, 0.1907854527235031, -0.6650549173355103, 0.4992455244064331, -0.21782253682613373, -0.8591783046722412, 1.7094873189926147, 0.29020753502845764, 1.5208953619003296, -0.15313859283924103, 63.502498626708984, 57.073333740234375, 39.60375213623047, 9.151249885559082, 40.78375244140625, 6.534375190734863, 34.415626525878906, 42.46125030517578, 42.526248931884766, 64.51875305175781, 37.189998626708984, 84.12437438964844, 52.79624938964844, 68.33562469482422, 2.6787500381469727, 9.523750305175781, 40.088748931884766, 43.014373779296875, 45.119998931884766, 36.53125, 49.432498931884766, 74.20562744140625, 83.06375122070312, 109.70999908447266], "mean": [0.9194334149360657, -0.845636248588562, 1.1266993284225464, -0.05343230068683624, -1.1727393865585327, 0.46179014444351196, -0.9407739639282227, -0.9843506217002869, 1.2950862646102905, 0.03238297998905182, 1.2774323225021362, -0.2906196415424347, 53.789241790771484, 51.1320915222168, 5.922496318817139, 6.0726518630981445, 15.956938743591309, 1.0552397966384888, 12.751815795898438, 5.29817008972168, 13.97972583770752, 8.821574211120605, 7.269355773925781, 38.58218002319336, 44.65262222290039, 55.08495330810547, 1.3525402545928955, 4.931432247161865, 16.331411361694336, 7.535747051239014, 17.10991859436035, 6.863121032714844, 17.52444076538086, 12.514817237854004, 14.489018440246582, 38.789955139160156], "std": [0.2901085913181305, 0.10788896679878235, 0.15193799138069153, 0.16077382862567902, 0.2413214147090912, 0.0230728629976511, 0.3591362535953522, 0.11979180574417114, 0.157317116856575, 0.24224475026130676, 0.22286689281463623, 0.057163093239068985, 5.323335647583008, 3.2650890350341797, 11.8059720993042, 2.3659508228302, 10.456544876098633, 1.5428987741470337, 9.781922340393066, 12.38903522491455, 12.258134841918945, 18.770662307739258, 10.535310745239258, 20.874767303466797, 6.652614593505859, 10.398567199707031, 0.27487507462501526, 3.0990755558013916, 11.77667236328125, 12.718978881835938, 13.640307426452637, 10.604272842407227, 14.68237018585205, 23.9947566986084, 25.123493194580078, 32.629249572753906], "count": [169]}, "timestamp": {"min": [0.0], "max": [5.6], "mean": [2.8], "std": [1.6261747890200624], "count": [169]}, "frame_index": {"min": [0], "max": [168], "mean": [84.0], "std": [48.78524367060187], "count": [169]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [169]}, "index": {"min": [15343], "max": [15511], "mean": [15427.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [169]}, "subtask_annotation": {"mean": [4.2485207100591715, 10.0, 10.0, 10.0, 10.0], "std": [2.3402348162381537, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [169]}, "scene_annotation": {"mean": [73.0], "std": [0.0], "min": [73], "max": [73], "count": [169]}, "eef_direction_state": {"mean": [3.3491124260355027, 3.698224852071006], "std": [2.012391151621301, 2.063502892202465], "min": [0, 0], "max": [6, 6], "count": [169]}, "eef_velocity_state": {"mean": [1.2485207100591715, 1.165680473372781], "std": [0.7828113883238013, 0.9274286739367146], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_acc_mag_state": {"mean": [1.0828402366863905, 0.8461538461538461], "std": [0.8663336221628968, 0.8284868934053086], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_direction_action": {"mean": [3.3491124260355027, 3.698224852071006], "std": [2.012391151621301, 2.063502892202465], "min": [0, 0], "max": [6, 6], "count": [169]}, "eef_velocity_action": {"mean": [1.2485207100591715, 1.165680473372781], "std": [0.7828113883238013, 0.9274286739367146], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_acc_mag_action": {"mean": [1.0828402366863905, 0.8461538461538461], "std": [0.8663336221628968, 0.8284868934053086], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_sim_pose_state": {"mean": [0.641881286994317, 0.21280588038424667, 1.2344585454852146, -1.2289189388593968, 0.638308462767766, -1.9626512559273654, 0.6535652887565058, -0.21514798445628305, 1.2275257167023328, 1.1619836345392673, 0.5220897235859953, 1.982054685087192], "std": [0.046330017940872895, 0.03154713024026127, 0.04567481607465545, 0.1359134230982351, 0.07599766541860496, 0.10645198969107982, 0.04539130418867261, 0.05665565636016819, 0.07193740071183598, 0.18280751687290117, 0.06550946528938707, 0.14531637566721733], "min": [0.5860866564333034, 0.15450728435333744, 1.1922175920561637, -1.4675479730133938, 0.5234770060748195, -2.2281895951764157, 0.6140852735609588, -0.2752790845242058, 1.1632973405588458, 0.7386217693949132, 0.4301037285704461, 1.7929697982567978], "max": [0.7732771220800797, 0.26275778636183167, 1.3578790462864188, -0.8638891863397276, 0.8016380424293392, -1.7718756901792032, 0.7795595984756634, -0.0982182003803358, 1.3781433482253989, 1.3455162455193797, 0.649471454442831, 2.3242577498642376], "count": [169]}, "eef_sim_pose_action": {"mean": [0.641881286994317, 0.21280588038424667, 1.2344585454852146, -1.2289189388593968, 0.638308462767766, -1.9626512559273654, 0.6535652887565058, -0.21514798445628305, 1.2275257167023328, 1.1619836345392673, 0.5220897235859953, 1.982054685087192], "std": [0.046330017940872895, 0.03154713024026127, 0.04567481607465545, 0.1359134230982351, 0.07599766541860496, 0.10645198969107982, 0.04539130418867261, 0.05665565636016819, 0.07193740071183598, 0.18280751687290117, 0.06550946528938707, 0.14531637566721733], "min": [0.5860866564333034, 0.15450728435333744, 1.1922175920561637, -1.4675479730133938, 0.5234770060748195, -2.2281895951764157, 0.6140852735609588, -0.2752790845242058, 1.1632973405588458, 0.7386217693949132, 0.4301037285704461, 1.7929697982567978], "max": [0.7732771220800797, 0.26275778636183167, 1.3578790462864188, -0.8638891863397276, 0.8016380424293392, -1.7718756901792032, 0.7795595984756634, -0.0982182003803358, 1.3781433482253989, 1.3455162455193797, 0.649471454442831, 2.3242577498642376], "count": [169]}}} +{"episode_index": 74, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3746511703431373]], [[0.42646410947712415]], [[0.40914417075163395]]], "std": [[[0.36807833391585587]], [[0.2646411297398375]], [[0.2617585770632765]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4916305800653595]], [[0.505806051879085]], [[0.4734806168300653]]], "std": [[[0.26536835892830135]], [[0.2587508130632107]], [[0.2500672963336619]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44674383578431376]], [[0.4735869587418301]], [[0.4323121977124183]]], "std": [[[0.3136693131755331]], [[0.26620001621696276]], [[0.26488366661594304]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42348129493464054]], [[0.4329821589052288]], [[0.3247642626633987]]], "std": [[[0.40710273236540717]], [[0.3675484869524561]], [[0.34530139162704265]]], "count": [100]}, "observation.state": {"min": [0.2852244973182678, -1.2526941299438477, 0.8180742859840393, -0.24409666657447815, -1.544488549232483, 0.5807488560676575, -0.9718089699745178, -1.1611162424087524, 0.7589455842971802, -0.2165827453136444, 0.6084296703338623, -0.7258716821670532, 31.479373931884766, 46.529998779296875, -0.5418750047683716, -0.40625, 12.056875228881836, 0.41750001907348633, 4.154999732971191, -0.9537500143051147, 0.9331250190734863, -3.083125114440918, 1.0881249904632568, 13.971250534057617, 35.09222412109375, 46.85499954223633, 0.8135713934898376, -1.4618749618530273, 16.328125, 2.3125, 14.864999771118164, 0.828125, 9.624375343322754, 5.426666736602783, 0.7918750047683716, 45.263126373291016], "max": [0.8939879536628723, -0.7197966575622559, 1.4087176322937012, 0.25430113077163696, -0.3630216717720032, 0.7740854024887085, -0.38922426104545593, -0.6834134459495544, 1.34391450881958, 0.10005255788564682, 1.249237060546875, -0.5233844518661499, 59.479373931884766, 71.60222625732422, 21.662857055664062, 6.095624923706055, 36.8493766784668, 35.926876068115234, 45.59062576293945, 63.2556266784668, 44.51874923706055, 78.38937377929688, 47.22999954223633, 106.88187408447266, 63.13624954223633, 57.83222198486328, 3.041249990463257, 1.143125057220459, 34.85499954223633, 45.130001068115234, 45.229373931884766, 64.94625091552734, 50.16187286376953, 80.56937408447266, 52.38500213623047, 95.96500396728516], "mean": [0.6480993628501892, -0.9539552330970764, 1.0972380638122559, 0.033429767936468124, -0.8899384140968323, 0.6902283430099487, -0.8280283212661743, -0.8825979828834534, 0.9457243084907532, -0.10765290260314941, 0.9146273136138916, -0.5999978184700012, 46.24543380737305, 58.412010192871094, 2.144545793533325, 0.44006121158599854, 27.16649055480957, 11.47700023651123, 26.95952033996582, 15.589810371398926, 19.004688262939453, 40.045188903808594, 12.063051223754883, 75.48234558105469, 56.2060661315918, 51.4216194152832, 1.0969867706298828, -0.8325894474983215, 30.219833374023438, 31.36262321472168, 35.8132438659668, 39.157833099365234, 36.58232879638672, 54.34198760986328, 31.36995506286621, 81.27428436279297], "std": [0.19785261154174805, 0.1336798220872879, 0.16378483176231384, 0.20517213642597198, 0.35236912965774536, 0.057440679520368576, 0.2197076976299286, 0.11869926750659943, 0.17296762764453888, 0.07053392380475998, 0.17683574557304382, 0.08174977451562881, 8.916991233825684, 7.659019470214844, 5.841467380523682, 1.5500428676605225, 7.19127082824707, 14.049910545349121, 12.154444694519043, 23.161054611206055, 15.191678047180176, 25.851119995117188, 16.284090042114258, 19.797866821289062, 8.906582832336426, 1.8978394269943237, 0.42386263608932495, 0.7972519993782043, 5.514092445373535, 17.15696907043457, 10.4235200881958, 23.883081436157227, 15.393377304077148, 23.810699462890625, 20.667072296142578, 10.869032859802246], "count": [175]}, "action": {"min": [0.2852244973182678, -1.2526941299438477, 0.8180742859840393, -0.24409666657447815, -1.544488549232483, 0.5807488560676575, -0.9718089699745178, -1.1611162424087524, 0.7589455842971802, -0.2165827453136444, 0.6084296703338623, -0.7258716821670532, 31.479373931884766, 46.529998779296875, -0.5418750047683716, -0.40625, 12.056875228881836, 0.41750001907348633, 4.154999732971191, -0.9537500143051147, 0.9331250190734863, -3.083125114440918, 1.0881249904632568, 13.971250534057617, 35.09222412109375, 46.85499954223633, 0.8135713934898376, -1.4618749618530273, 16.328125, 2.3125, 14.864999771118164, 0.828125, 9.624375343322754, 5.426666736602783, 0.7918750047683716, 45.263126373291016], "max": [0.8939879536628723, -0.7197966575622559, 1.4087176322937012, 0.25430113077163696, -0.3630216717720032, 0.7740854024887085, -0.38922426104545593, -0.6834134459495544, 1.34391450881958, 0.10005255788564682, 1.249237060546875, -0.5233844518661499, 59.479373931884766, 71.60222625732422, 21.662857055664062, 6.095624923706055, 36.8493766784668, 35.926876068115234, 45.59062576293945, 63.2556266784668, 44.51874923706055, 78.38937377929688, 47.22999954223633, 106.88187408447266, 63.13624954223633, 57.83222198486328, 3.041249990463257, 1.143125057220459, 34.85499954223633, 45.130001068115234, 45.229373931884766, 64.94625091552734, 50.16187286376953, 80.56937408447266, 52.38500213623047, 95.96500396728516], "mean": [0.6480994820594788, -0.9539554119110107, 1.0972378253936768, 0.033429764211177826, -0.8899384140968323, 0.6902281641960144, -0.8280283808708191, -0.882597804069519, 0.9457243084907532, -0.10765290260314941, 0.9146273136138916, -0.5999976992607117, 46.245445251464844, 58.41201400756836, 2.144544839859009, 0.4400610327720642, 27.166486740112305, 11.47700023651123, 26.959516525268555, 15.589801788330078, 19.00469207763672, 40.0451774597168, 12.06305980682373, 75.48235321044922, 56.20608901977539, 51.4216194152832, 1.0969871282577515, -0.8325897455215454, 30.219829559326172, 31.362607955932617, 35.81326675415039, 39.157833099365234, 36.58234786987305, 54.342002868652344, 31.369949340820312, 81.27429962158203], "std": [0.19785265624523163, 0.1336798369884491, 0.16378484666347504, 0.2051721066236496, 0.35236915946006775, 0.05744069069623947, 0.2197076678276062, 0.11869926750659943, 0.17296761274337769, 0.07053393125534058, 0.17683574557304382, 0.08174977451562881, 8.916993141174316, 7.659019470214844, 5.841465473175049, 1.5500426292419434, 7.191272258758545, 14.049910545349121, 12.15444564819336, 23.161060333251953, 15.191678047180176, 25.85111427307129, 16.284086227416992, 19.797868728637695, 8.906582832336426, 1.8978393077850342, 0.4238625168800354, 0.7972519397735596, 5.514091968536377, 17.15696907043457, 10.4235200881958, 23.88308334350586, 15.393376350402832, 23.810697555541992, 20.667070388793945, 10.869032859802246], "count": [175]}, "timestamp": {"min": [0.0], "max": [5.8], "mean": [2.9], "std": [1.6839107920420118], "count": [175]}, "frame_index": {"min": [0], "max": [174], "mean": [87.0], "std": [50.51732376126036], "count": [175]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [175]}, "index": {"min": [15512], "max": [15686], "mean": [15599.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [175]}, "subtask_annotation": {"mean": [2.9885714285714284, 5.451428571428571, 10.0, 10.0, 10.0], "std": [3.2035490523187335, 4.224646827407772, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [175]}, "scene_annotation": {"mean": [74.0], "std": [0.0], "min": [74], "max": [74], "count": [175]}, "eef_direction_state": {"mean": [3.354285714285714, 3.76], "std": [1.7889091420101093, 1.9241621553289119], "min": [0, 0], "max": [6, 6], "count": [175]}, "eef_velocity_state": {"mean": [1.5485714285714285, 1.4057142857142857], "std": [0.530967541957364, 0.7414051744175116], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_acc_mag_state": {"mean": [1.12, 0.9371428571428572], "std": [0.8365917249684666, 0.8222219770790832], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_direction_action": {"mean": [3.354285714285714, 3.76], "std": [1.7889091420101093, 1.9241621553289119], "min": [0, 0], "max": [6, 6], "count": [175]}, "eef_velocity_action": {"mean": [1.5485714285714285, 1.4057142857142857], "std": [0.530967541957364, 0.7414051744175116], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_acc_mag_action": {"mean": [1.12, 0.9371428571428572], "std": [0.8365917249684666, 0.8222219770790832], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_sim_pose_state": {"mean": [0.6430546808250694, 0.1366907750164882, 1.2352557774929591, -1.2781824655511482, 0.7207955226675545, -2.073377831285852, 0.5863122740289466, -0.11139120770379868, 1.1835532329904497, 1.4480351411379118, 0.6676890639912664, 2.3044440183423744], "std": [0.057626988974334846, 0.057451790427919334, 0.0909289095080264, 0.4543323860067994, 0.1981509541333187, 0.43644415495726746, 0.06543801868640081, 0.019909281929330055, 0.08036718417101782, 0.33120716607837447, 0.06997931227149817, 0.31865137847567676], "min": [0.5619891968167379, 0.0425110216773176, 1.0608592850092546, -2.0574962439506193, 0.4377812961590011, -2.78001939799183, 0.5311577788495914, -0.16896874728045963, 1.0575162921549301, 0.8320698844284319, 0.5930157053328085, 1.7136835526456293], "max": [0.7485508392108149, 0.22101474999725318, 1.3307708836487966, -0.6940944096894907, 1.0286962518706262, -1.56120626362448, 0.730653155160899, -0.08537047279628587, 1.3173183393570411, 1.9319226470219235, 0.8296691604461612, 2.706025562641109], "count": [175]}, "eef_sim_pose_action": {"mean": [0.6430546808250694, 0.1366907750164882, 1.2352557774929591, -1.2781824655511482, 0.7207955226675545, -2.073377831285852, 0.5863122740289466, -0.11139120770379868, 1.1835532329904497, 1.4480351411379118, 0.6676890639912664, 2.3044440183423744], "std": [0.057626988974334846, 0.057451790427919334, 0.0909289095080264, 0.4543323860067994, 0.1981509541333187, 0.43644415495726746, 0.06543801868640081, 0.019909281929330055, 0.08036718417101782, 0.33120716607837447, 0.06997931227149817, 0.31865137847567676], "min": [0.5619891968167379, 0.0425110216773176, 1.0608592850092546, -2.0574962439506193, 0.4377812961590011, -2.78001939799183, 0.5311577788495914, -0.16896874728045963, 1.0575162921549301, 0.8320698844284319, 0.5930157053328085, 1.7136835526456293], "max": [0.7485508392108149, 0.22101474999725318, 1.3307708836487966, -0.6940944096894907, 1.0286962518706262, -1.56120626362448, 0.730653155160899, -0.08537047279628587, 1.3173183393570411, 1.9319226470219235, 0.8296691604461612, 2.706025562641109], "count": [175]}}} +{"episode_index": 75, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31448005514705885]], [[0.31878362336601307]], [[0.3267423876633987]]], "std": [[[0.32356240857815416]], [[0.30960420997834803]], [[0.29879568658782235]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46744119689542485]], [[0.4958228308823529]], [[0.4658887397875817]]], "std": [[[0.31913485584115425]], [[0.30618437765756185]], [[0.31791479337351736]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43560762867647057]], [[0.46984212214052284]], [[0.45725609272875817]]], "std": [[[0.30760603429177175]], [[0.2967786270490416]], [[0.2987061343747648]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3824257679738562]], [[0.41466731821895425]], [[0.41747401143790847]]], "std": [[[0.3606170592157256]], [[0.36134389086034086]], [[0.3354681241065422]]], "count": [100]}, "observation.state": {"min": [0.37830454111099243, -1.1856260299682617, 0.942732036113739, -0.20288141071796417, -1.618219256401062, 0.3731069266796112, -1.1884870529174805, -1.378509521484375, 1.0561150312423706, -0.20213435590267181, 0.8120660781860352, -0.36445751786231995, 14.841875076293945, 40.884376525878906, -0.921875, -0.4087499976158142, 0.875, 0.26124998927116394, 0.6549999713897705, -0.9075000286102295, 0.8637499809265137, -0.23000000417232513, 0.9281250238418579, 2.0199999809265137, 28.754375457763672, 45.79750061035156, 1.0681250095367432, 2.944999933242798, 0.8756250143051147, 1.0581250190734863, 0.5762500166893005, 0.5674999952316284, 0.9631249904632568, 0.9793750047683716, 0.8474999666213989, -0.5718749761581421], "max": [1.224918007850647, -0.7709143757820129, 1.5368458032608032, 0.1399538367986679, -0.7738469839096069, 0.5191755294799805, -0.3126192092895508, -0.8706035017967224, 1.7265106439590454, 0.16756314039230347, 1.657617211341858, -0.23017281293869019, 67.32687377929688, 74.11888885498047, 47.42562484741211, 9.602499961853027, 44.70624923706055, 78.41333770751953, 49.291873931884766, 65.07687377929688, 55.63500213623047, 81.1875, 49.02937698364258, 95.20375061035156, 53.82749938964844, 69.37555694580078, 2.958750009536743, 9.41812515258789, 35.462223052978516, 72.13666534423828, 49.176666259765625, 81.10124969482422, 66.70437622070312, 109.4956283569336, 78.09500122070312, 109.85437774658203], "mean": [0.8915261626243591, -0.9145150780677795, 1.1354326009750366, -0.038927678018808365, -1.2219924926757812, 0.4399830400943756, -0.9558115005493164, -0.9897348880767822, 1.2751822471618652, 0.04385678097605705, 1.2926396131515503, -0.32158610224723816, 50.86030960083008, 49.5030517578125, 7.2195725440979, 5.899580478668213, 15.026963233947754, 10.045699119567871, 16.691713333129883, 14.781453132629395, 18.4046630859375, 17.250770568847656, 10.618406295776367, 53.051448822021484, 43.92884826660156, 52.44478225708008, 1.3730818033218384, 7.576008319854736, 8.070778846740723, 12.196331024169922, 8.508520126342773, 15.055991172790527, 13.070826530456543, 19.14099884033203, 13.89307689666748, 23.924692153930664], "std": [0.20132331550121307, 0.09754227846860886, 0.1352994441986084, 0.10623461753129959, 0.21264520287513733, 0.03983473405241966, 0.2821037173271179, 0.12479352205991745, 0.16092945635318756, 0.13919095695018768, 0.18900786340236664, 0.044717323035001755, 12.323060989379883, 7.307168483734131, 13.794377326965332, 3.7390646934509277, 16.44911766052246, 15.18121337890625, 16.626232147216797, 21.921268463134766, 15.89930534362793, 26.71797752380371, 14.93826961517334, 23.636747360229492, 6.693460464477539, 4.845921993255615, 0.29881879687309265, 1.7365002632141113, 8.622686386108398, 18.21501350402832, 10.892090797424316, 25.562013626098633, 19.139551162719727, 34.43759536743164, 21.450641632080078, 37.44752883911133], "count": [192]}, "action": {"min": [0.37830454111099243, -1.1856260299682617, 0.942732036113739, -0.20288141071796417, -1.618219256401062, 0.3731069266796112, -1.1884870529174805, -1.378509521484375, 1.0561150312423706, -0.20213435590267181, 0.8120660781860352, -0.36445751786231995, 14.841875076293945, 40.884376525878906, -0.921875, -0.4087499976158142, 0.875, 0.26124998927116394, 0.6549999713897705, -0.9075000286102295, 0.8637499809265137, -0.23000000417232513, 0.9281250238418579, 2.0199999809265137, 28.754375457763672, 45.79750061035156, 1.0681250095367432, 2.944999933242798, 0.8756250143051147, 1.0581250190734863, 0.5762500166893005, 0.5674999952316284, 0.9631249904632568, 0.9793750047683716, 0.8474999666213989, -0.5718749761581421], "max": [1.224918007850647, -0.7709143757820129, 1.5368458032608032, 0.1399538367986679, -0.7738469839096069, 0.5191755294799805, -0.3126192092895508, -0.8706035017967224, 1.7265106439590454, 0.16756314039230347, 1.657617211341858, -0.23017281293869019, 67.32687377929688, 74.11888885498047, 47.42562484741211, 9.602499961853027, 44.70624923706055, 78.41333770751953, 49.291873931884766, 65.07687377929688, 55.63500213623047, 81.1875, 49.02937698364258, 95.20375061035156, 53.82749938964844, 69.37555694580078, 2.958750009536743, 9.41812515258789, 35.462223052978516, 72.13666534423828, 49.176666259765625, 81.10124969482422, 66.70437622070312, 109.4956283569336, 78.09500122070312, 109.85437774658203], "mean": [0.8915260434150696, -0.9145150184631348, 1.1354326009750366, -0.03892768546938896, -1.2219924926757812, 0.43998321890830994, -0.9558107852935791, -0.9897348880767822, 1.2751821279525757, 0.04385681450366974, 1.2926400899887085, -0.32158607244491577, 50.86032485961914, 49.5030403137207, 7.219578266143799, 5.899577617645264, 15.026969909667969, 10.045702934265137, 16.691713333129883, 14.781462669372559, 18.404672622680664, 17.25075340270996, 10.618408203125, 53.05145263671875, 43.9288215637207, 52.44478988647461, 1.373082160949707, 7.576009750366211, 8.070778846740723, 12.196328163146973, 8.508519172668457, 15.055987358093262, 13.070822715759277, 19.141002655029297, 13.89306926727295, 23.9246883392334], "std": [0.20132331550121307, 0.09754226356744766, 0.1352994292974472, 0.106234610080719, 0.21264520287513733, 0.03983473405241966, 0.2821037471294403, 0.12479352205991745, 0.16092947125434875, 0.1391909420490265, 0.18900787830352783, 0.04471732676029205, 12.323060989379883, 7.307168960571289, 13.7943754196167, 3.7390644550323486, 16.449115753173828, 15.181215286254883, 16.626230239868164, 21.9212703704834, 15.899307250976562, 26.71797752380371, 14.938265800476074, 23.636751174926758, 6.693460464477539, 4.845921516418457, 0.29881882667541504, 1.7365001440048218, 8.622686386108398, 18.21501350402832, 10.892090797424316, 25.562013626098633, 19.13955307006836, 34.43758773803711, 21.45064353942871, 37.44752883911133], "count": [192]}, "timestamp": {"min": [0.0], "max": [6.366666666666666], "mean": [3.1833333333333336], "std": [1.847495802631427], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [192]}, "index": {"min": [15687], "max": [15878], "mean": [15782.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [192]}, "subtask_annotation": {"mean": [4.505208333333333, 10.0, 10.0, 10.0, 10.0], "std": [2.7876165817050973, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [192]}, "scene_annotation": {"mean": [75.0], "std": [0.0], "min": [75], "max": [75], "count": [192]}, "eef_direction_state": {"mean": [3.1666666666666665, 3.9583333333333335], "std": [1.8800856954464147, 2.0812489572903616], "min": [0, 0], "max": [6, 6], "count": [192]}, "eef_velocity_state": {"mean": [1.3177083333333333, 1.0364583333333333], "std": [0.6519992957030104, 0.9263076108564336], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_acc_mag_state": {"mean": [0.96875, 0.859375], "std": [0.8410450468514356, 0.8514788758634395], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_direction_action": {"mean": [3.1666666666666665, 3.9583333333333335], "std": [1.8800856954464147, 2.0812489572903616], "min": [0, 0], "max": [6, 6], "count": [192]}, "eef_velocity_action": {"mean": [1.3177083333333333, 1.0364583333333333], "std": [0.6519992957030104, 0.9263076108564336], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_acc_mag_action": {"mean": [0.96875, 0.859375], "std": [0.8410450468514356, 0.8514788758634395], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_sim_pose_state": {"mean": [0.6354368092401749, 0.1864715033484707, 1.230593523548411, -1.1758160983833936, 0.5469107845275042, -2.0111421937678515, 0.6487023231507355, -0.20617409561101874, 1.2191332653301803, 1.1639943257936727, 0.5086291718546119, 2.0109971301571967], "std": [0.043494200932035446, 0.019716006135982185, 0.04681699479660238, 0.20022984875346275, 0.07766285513007422, 0.14526684616103863, 0.046162114120831856, 0.04434305120408196, 0.06483135802301847, 0.20660117786788834, 0.055303410439530507, 0.09835286637729113], "min": [0.5796944246126304, 0.15480062639958728, 1.1710097609636092, -1.5269862262845213, 0.37425884904496565, -2.2880746247490236, 0.576369991259077, -0.2481590606927767, 1.1577458594863286, 0.7687958769537969, 0.3570203407841639, 1.816746361934491], "max": [0.769702804311521, 0.2402034253467145, 1.3408541242926706, -0.816304768816684, 0.6900725216946029, -1.801326996837345, 0.7809612539712278, -0.0972658492525992, 1.3538710725121599, 1.358373894828702, 0.5929810762745067, 2.255479680970489], "count": [192]}, "eef_sim_pose_action": {"mean": [0.6354368092401749, 0.1864715033484707, 1.230593523548411, -1.1758160983833936, 0.5469107845275042, -2.0111421937678515, 0.6487023231507355, -0.20617409561101874, 1.2191332653301803, 1.1639943257936727, 0.5086291718546119, 2.0109971301571967], "std": [0.043494200932035446, 0.019716006135982185, 0.04681699479660238, 0.20022984875346275, 0.07766285513007422, 0.14526684616103863, 0.046162114120831856, 0.04434305120408196, 0.06483135802301847, 0.20660117786788834, 0.055303410439530507, 0.09835286637729113], "min": [0.5796944246126304, 0.15480062639958728, 1.1710097609636092, -1.5269862262845213, 0.37425884904496565, -2.2880746247490236, 0.576369991259077, -0.2481590606927767, 1.1577458594863286, 0.7687958769537969, 0.3570203407841639, 1.816746361934491], "max": [0.769702804311521, 0.2402034253467145, 1.3408541242926706, -0.816304768816684, 0.6900725216946029, -1.801326996837345, 0.7809612539712278, -0.0972658492525992, 1.3538710725121599, 1.358373894828702, 0.5929810762745067, 2.255479680970489], "count": [192]}}} +{"episode_index": 76, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3513305780228758]], [[0.4231681066176471]], [[0.4433248815359477]]], "std": [[[0.3672056615854722]], [[0.26413305844738144]], [[0.25545575555269195]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47448340482026147]], [[0.48484001838235297]], [[0.45336970996732023]]], "std": [[[0.2634451004178876]], [[0.25769766785835757]], [[0.25404440099416514]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.447200408496732]], [[0.47214562091503265]], [[0.44161557598039214]]], "std": [[[0.293448356367018]], [[0.2648283406136234]], [[0.2628690464580951]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4104014338235294]], [[0.41956495710784314]], [[0.3178009027777778]]], "std": [[[0.4082658501645784]], [[0.3675618552399264]], [[0.3437996934721779]]], "count": [100]}, "observation.state": {"min": [0.31085488200187683, -1.3425555229187012, 0.834072470664978, -0.37274929881095886, -1.6284236907958984, 0.5011873245239258, -0.9930762052536011, -1.2062971591949463, 0.7780671119689941, -0.253395140171051, 0.5363784432411194, -0.6929979920387268, 30.067501068115234, 51.14500045776367, -0.328125, -0.3050000071525574, 0.6449999809265137, 0.5406249761581421, 7.501874923706055, 0.6150000095367432, 4.513750076293945, 1.4731249809265137, 0.9900000095367432, 31.197500228881836, 5.816874980926514, 45.79624938964844, 0.8162499666213989, -1.5856250524520874, 1.2543749809265137, 0.43687501549720764, 0.6612499952316284, -0.004374992102384567, 0.9850000143051147, 0.5112500190734863, 0.6087499856948853, -2.0], "max": [1.1297637224197388, -0.7282606363296509, 1.5282864570617676, 0.38438430428504944, -0.3167439103126526, 0.8668078184127808, -0.4064621925354004, -0.6546597480773926, 1.3998006582260132, 0.21488994359970093, 1.6689317226409912, -0.4498656392097473, 64.1656265258789, 84.35687255859375, 16.156665802001953, 5.151249885559082, 40.1775016784668, 101.34249877929688, 42.775001525878906, 97.22599792480469, 43.87812423706055, 86.33250427246094, 43.74437713623047, 105.1500015258789, 63.73625183105469, 82.92312622070312, 2.71875, 6.691874980926514, 33.63624954223633, 50.90625, 44.6875, 82.64812469482422, 50.70375061035156, 91.70437622070312, 55.63500213623047, 106.43562316894531], "mean": [0.7825891375541687, -0.952110767364502, 1.0382944345474243, -0.04452906921505928, -1.0976580381393433, 0.6877684593200684, -0.8182407021522522, -0.8953712582588196, 0.9695308804512024, -0.06906522065401077, 1.0704234838485718, -0.5921011567115784, 51.715579986572266, 65.53150177001953, 0.9159041047096252, 0.5550341606140137, 26.210363388061523, 36.287139892578125, 28.152250289916992, 33.3349723815918, 23.129972457885742, 47.24152755737305, 12.048665046691895, 81.02262878417969, 49.264801025390625, 53.65380859375, 1.0120699405670166, 0.01547224447131157, 21.817052841186523, 29.633638381958008, 28.667407989501953, 38.60453796386719, 30.289169311523438, 48.51164627075195, 27.92578125, 71.50100708007812], "std": [0.24882429838180542, 0.16160203516483307, 0.21519464254379272, 0.25566592812538147, 0.49156221747398376, 0.09292741119861603, 0.19762006402015686, 0.13701756298542023, 0.16923537850379944, 0.1502039134502411, 0.3551993668079376, 0.07426687330007553, 9.725762367248535, 11.032933235168457, 3.69465970993042, 1.4425383806228638, 11.490078926086426, 29.10001564025879, 9.923827171325684, 28.298067092895508, 11.01819896697998, 23.98003387451172, 13.69033145904541, 15.244382858276367, 19.641693115234375, 12.858510971069336, 0.3393079340457916, 2.0366287231445312, 12.205911636352539, 20.627145767211914, 14.66553783416748, 32.346435546875, 18.93295669555664, 35.83818054199219, 23.059865951538086, 30.164772033691406], "count": [228]}, "action": {"min": [0.31085488200187683, -1.3425555229187012, 0.834072470664978, -0.37274929881095886, -1.6284236907958984, 0.5011873245239258, -0.9930762052536011, -1.2062971591949463, 0.7780671119689941, -0.253395140171051, 0.5363784432411194, -0.6929979920387268, 30.067501068115234, 51.14500045776367, -0.328125, -0.3050000071525574, 0.6449999809265137, 0.5406249761581421, 7.501874923706055, 0.6150000095367432, 4.513750076293945, 1.4731249809265137, 0.9900000095367432, 31.197500228881836, 5.816874980926514, 45.79624938964844, 0.8162499666213989, -1.5856250524520874, 1.2543749809265137, 0.43687501549720764, 0.6612499952316284, -0.004374992102384567, 0.9850000143051147, 0.5112500190734863, 0.6087499856948853, -2.0], "max": [1.1297637224197388, -0.7282606363296509, 1.5282864570617676, 0.38438430428504944, -0.3167439103126526, 0.8668078184127808, -0.4064621925354004, -0.6546597480773926, 1.3998006582260132, 0.21488994359970093, 1.6689317226409912, -0.4498656392097473, 64.1656265258789, 84.35687255859375, 16.156665802001953, 5.151249885559082, 40.1775016784668, 101.34249877929688, 42.775001525878906, 97.22599792480469, 43.87812423706055, 86.33250427246094, 43.74437713623047, 105.1500015258789, 63.73625183105469, 82.92312622070312, 2.71875, 6.691874980926514, 33.63624954223633, 50.90625, 44.6875, 82.64812469482422, 50.70375061035156, 91.70437622070312, 55.63500213623047, 106.43562316894531], "mean": [0.7825888991355896, -0.9521104693412781, 1.0382943153381348, -0.044529084116220474, -1.0976579189300537, 0.6877683401107788, -0.8182408809661865, -0.8953710198402405, 0.9695309996604919, -0.06906518340110779, 1.0704238414764404, -0.5921010971069336, 51.715579986572266, 65.53148651123047, 0.9159042835235596, 0.5550341606140137, 26.210372924804688, 36.287139892578125, 28.152250289916992, 33.33496856689453, 23.129981994628906, 47.241546630859375, 12.048659324645996, 81.02266693115234, 49.264835357666016, 53.65381622314453, 1.0120694637298584, 0.015472069382667542, 21.817054748535156, 29.63362693786621, 28.66741180419922, 38.60454177856445, 30.289167404174805, 48.51164245605469, 27.92579460144043, 71.50098419189453], "std": [0.24882425367832184, 0.16160206496715546, 0.2151946723461151, 0.25566592812538147, 0.4915623068809509, 0.09292740374803543, 0.19762004911899567, 0.13701754808425903, 0.16923539340496063, 0.15020392835140228, 0.3551993668079376, 0.07426687330007553, 9.725763320922852, 11.032933235168457, 3.6946611404418945, 1.4425382614135742, 11.490078926086426, 29.100017547607422, 9.923824310302734, 28.298065185546875, 11.01819896697998, 23.980030059814453, 13.69033145904541, 15.244384765625, 19.641693115234375, 12.858511924743652, 0.33930790424346924, 2.0366287231445312, 12.205909729003906, 20.62714385986328, 14.665538787841797, 32.346439361572266, 18.932958602905273, 35.83818817138672, 23.05986213684082, 30.164772033691406], "count": [228]}, "timestamp": {"min": [0.0], "max": [7.566666666666666], "mean": [3.7833333333333328], "std": [2.193909920835571], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [228]}, "index": {"min": [15879], "max": [16106], "mean": [15992.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}, "subtask_annotation": {"mean": [3.912280701754386, 6.587719298245614, 10.0, 10.0, 10.0], "std": [3.4705816376599854, 4.166094143491539, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [228]}, "scene_annotation": {"mean": [76.0], "std": [0.0], "min": [76], "max": [76], "count": [228]}, "eef_direction_state": {"mean": [3.6359649122807016, 3.5789473684210527], "std": [1.8194672052690475, 1.939410006334014], "min": [0, 0], "max": [6, 6], "count": [228]}, "eef_velocity_state": {"mean": [1.4780701754385965, 1.355263157894737], "std": [0.6451245999505628, 0.7261520919011966], "min": [0, 0], "max": [2, 2], "count": [228]}, "eef_acc_mag_state": {"mean": [1.1535087719298245, 1.1973684210526316], "std": [0.8154946647088912, 0.7726646223633458], "min": [0, 0], "max": [2, 2], "count": [228]}, "eef_direction_action": {"mean": [3.6359649122807016, 3.5789473684210527], "std": [1.8194672052690475, 1.939410006334014], "min": [0, 0], "max": [6, 6], "count": [228]}, "eef_velocity_action": {"mean": [1.4780701754385965, 1.355263157894737], "std": [0.6451245999505628, 0.7261520919011966], "min": [0, 0], "max": [2, 2], "count": [228]}, "eef_acc_mag_action": {"mean": [1.1535087719298245, 1.1973684210526316], "std": [0.8154946647088912, 0.7726646223633458], "min": [0, 0], "max": [2, 2], "count": [228]}, "eef_sim_pose_state": {"mean": [0.6203840831031754, 0.14993693248828338, 1.2289552258473617, -1.2166575649330433, 0.6373233520315976, -1.9981582116156036, 0.5874540688276236, -0.12652617753635056, 1.2176413412844116, 1.2783464585868818, 0.6123475483982485, 2.191874036336412], "std": [0.07133727533006178, 0.06285779237481515, 0.08386903817673898, 0.44780999903160895, 0.1767229577050192, 0.45058614387525947, 0.06497721221794267, 0.04625826329836824, 0.09041897666932247, 0.43033674341689593, 0.1266130655673022, 0.3694552951899484], "min": [0.5491857222020875, 0.05003855096416515, 1.0499967725572958, -2.0825634508935207, 0.35677191494045846, -2.9024366961124404, 0.5350914834621219, -0.21222199805430247, 1.0490385301013285, 0.6220089779494847, 0.2596272932874537, 1.6376434514218308], "max": [0.7741632077184374, 0.22278041066706672, 1.3492409891333594, -0.5873105715098728, 0.9395612050953912, -1.4746752349710321, 0.7477703810232373, -0.0791171811784277, 1.355272919256596, 2.0511890078881683, 0.7783551348133542, 2.7739608621282486], "count": [228]}, "eef_sim_pose_action": {"mean": [0.6203840831031754, 0.14993693248828338, 1.2289552258473617, -1.2166575649330433, 0.6373233520315976, -1.9981582116156036, 0.5874540688276236, -0.12652617753635056, 1.2176413412844116, 1.2783464585868818, 0.6123475483982485, 2.191874036336412], "std": [0.07133727533006178, 0.06285779237481515, 0.08386903817673898, 0.44780999903160895, 0.1767229577050192, 0.45058614387525947, 0.06497721221794267, 0.04625826329836824, 0.09041897666932247, 0.43033674341689593, 0.1266130655673022, 0.3694552951899484], "min": [0.5491857222020875, 0.05003855096416515, 1.0499967725572958, -2.0825634508935207, 0.35677191494045846, -2.9024366961124404, 0.5350914834621219, -0.21222199805430247, 1.0490385301013285, 0.6220089779494847, 0.2596272932874537, 1.6376434514218308], "max": [0.7741632077184374, 0.22278041066706672, 1.3492409891333594, -0.5873105715098728, 0.9395612050953912, -1.4746752349710321, 0.7477703810232373, -0.0791171811784277, 1.355272919256596, 2.0511890078881683, 0.7783551348133542, 2.7739608621282486], "count": [228]}}} +{"episode_index": 77, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3087771486928105]], [[0.31069527982026146]], [[0.3359728982843137]]], "std": [[[0.32343380593014076]], [[0.3101300124756762]], [[0.2895706686154711]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47909113153594773]], [[0.5098210906862745]], [[0.48058690563725487]]], "std": [[[0.3362277083745279]], [[0.32485035205009694]], [[0.33776084789348176]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4352406556372549]], [[0.4590940216503268]], [[0.44486047794117645]]], "std": [[[0.2848416441747812]], [[0.2842829426986331]], [[0.2913382520807227]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3672917013888889]], [[0.4090689297385621]], [[0.41278292892156865]]], "std": [[[0.35819792602940953]], [[0.3611749024573405]], [[0.33253625027895556]]], "count": [100]}, "observation.state": {"min": [0.2329384982585907, -1.2670948505401611, 0.9462023973464966, -0.5289158821105957, -1.61020827293396, 0.4130903482437134, -1.3014038801193237, -1.3744802474975586, 1.1217288970947266, -0.24707694351673126, 0.825274646282196, -0.4021229147911072, 17.037776947021484, 45.18562698364258, -0.8756250143051147, 0.48374998569488525, 1.2137500047683716, 0.2956250011920929, 0.8912500143051147, -1.0068750381469727, 1.015625, -3.8143749237060547, 0.9637500047683716, -0.12062500417232513, 36.329376220703125, 42.817501068115234, 0.897777795791626, 0.20749999582767487, 1.027500033378601, 0.7356250286102295, 0.8711111545562744, 0.8481249809265137, 1.0612499713897705, 0.5306249856948853, 0.7706249952316284, 0.13249999284744263], "max": [1.3770790100097656, -0.7737754583358765, 1.6455901861190796, 0.1748826950788498, -0.6247138977050781, 0.5869001150131226, -0.3082560896873474, -0.904573917388916, 1.7361905574798584, 0.43135347962379456, 1.6284555196762085, -0.16188868880271912, 60.490623474121094, 64.4566650390625, 58.02375030517578, 9.682499885559082, 43.026248931884766, 21.637500762939453, 35.30062484741211, 39.53062438964844, 46.72062683105469, 60.150001525878906, 48.93437576293945, 87.19562530517578, 68.13312530517578, 61.50812530517578, 2.5012500286102295, 9.382143020629883, 38.817501068115234, 32.32875061035156, 44.95375061035156, 47.95249938964844, 54.97437286376953, 93.03937530517578, 74.33562469482422, 109.71687316894531], "mean": [0.854570746421814, -0.9005484580993652, 1.1612913608551025, -0.0687854140996933, -1.2046161890029907, 0.5157308578491211, -1.0107229948043823, -1.0153234004974365, 1.2791643142700195, 0.1719764620065689, 1.3915224075317383, -0.3285713493824005, 48.29282760620117, 49.705841064453125, 12.432154655456543, 6.360764980316162, 15.8807954788208, 4.104245185852051, 10.883440971374512, 7.043083667755127, 12.399345397949219, 10.043452262878418, 9.197996139526367, 33.78596115112305, 56.841976165771484, 51.368316650390625, 1.1847542524337769, 5.672657012939453, 16.848739624023438, 5.313467025756836, 17.257164001464844, 7.7005109786987305, 17.482494354248047, 14.189725875854492, 9.684072494506836, 49.23909378051758], "std": [0.2839442193508148, 0.12663105130195618, 0.18024472892284393, 0.18549253046512604, 0.28306007385253906, 0.05637574940919876, 0.3312787413597107, 0.12485772371292114, 0.17899885773658752, 0.27096304297447205, 0.24220173060894012, 0.08317713439464569, 8.598377227783203, 4.052567481994629, 16.94644546508789, 3.022266149520874, 13.344139099121094, 7.081313610076904, 12.82078742980957, 12.913702964782715, 16.109987258911133, 19.373395919799805, 14.811424255371094, 27.69344711303711, 8.771795272827148, 7.012845516204834, 0.24404963850975037, 2.094691514968872, 9.94941520690918, 8.342843055725098, 11.960623741149902, 13.076708793640137, 14.229302406311035, 27.60250473022461, 19.105224609375, 31.698165893554688], "count": [207]}, "action": {"min": [0.2329384982585907, -1.2670948505401611, 0.9462023973464966, -0.5289158821105957, -1.61020827293396, 0.4130903482437134, -1.3014038801193237, -1.3744802474975586, 1.1217288970947266, -0.24707694351673126, 0.825274646282196, -0.4021229147911072, 17.037776947021484, 45.18562698364258, -0.8756250143051147, 0.48374998569488525, 1.2137500047683716, 0.2956250011920929, 0.8912500143051147, -1.0068750381469727, 1.015625, -3.8143749237060547, 0.9637500047683716, -0.12062500417232513, 36.329376220703125, 42.817501068115234, 0.897777795791626, 0.20749999582767487, 1.027500033378601, 0.7356250286102295, 0.8711111545562744, 0.8481249809265137, 1.0612499713897705, 0.5306249856948853, 0.7706249952316284, 0.13249999284744263], "max": [1.3770790100097656, -0.7737754583358765, 1.6455901861190796, 0.1748826950788498, -0.6247138977050781, 0.5869001150131226, -0.3082560896873474, -0.904573917388916, 1.7361905574798584, 0.43135347962379456, 1.6284555196762085, -0.16188868880271912, 60.490623474121094, 64.4566650390625, 58.02375030517578, 9.682499885559082, 43.026248931884766, 21.637500762939453, 35.30062484741211, 39.53062438964844, 46.72062683105469, 60.150001525878906, 48.93437576293945, 87.19562530517578, 68.13312530517578, 61.50812530517578, 2.5012500286102295, 9.382143020629883, 38.817501068115234, 32.32875061035156, 44.95375061035156, 47.95249938964844, 54.97437286376953, 93.03937530517578, 74.33562469482422, 109.71687316894531], "mean": [0.8545710444450378, -0.90054851770401, 1.1612910032272339, -0.0687853991985321, -1.204616904258728, 0.5157306790351868, -1.0107231140136719, -1.015323519706726, 1.2791647911071777, 0.17197643220424652, 1.3915222883224487, -0.3285712003707886, 48.292816162109375, 49.70586013793945, 12.432149887084961, 6.360763072967529, 15.880799293518066, 4.104248523712158, 10.883441925048828, 7.043088436126709, 12.399344444274902, 10.043460845947266, 9.19799518585205, 33.78595733642578, 56.84193420410156, 51.36834716796875, 1.1847542524337769, 5.6726579666137695, 16.848743438720703, 5.3134660720825195, 17.257160186767578, 7.7005157470703125, 17.48248863220215, 14.189727783203125, 9.684070587158203, 49.239044189453125], "std": [0.2839442193508148, 0.12663103640079498, 0.18024474382400513, 0.18549254536628723, 0.28306007385253906, 0.056375738233327866, 0.3312787711620331, 0.12485772371292114, 0.17899882793426514, 0.27096307277679443, 0.24220170080661774, 0.08317714929580688, 8.598377227783203, 4.052567481994629, 16.946443557739258, 3.022266149520874, 13.344138145446777, 7.08131742477417, 12.820785522460938, 12.913704872131348, 16.1099910736084, 19.373394012451172, 14.811424255371094, 27.69344711303711, 8.771796226501465, 7.012845039367676, 0.24404965341091156, 2.094691514968872, 9.94941520690918, 8.342844009399414, 11.960622787475586, 13.076711654663086, 14.229302406311035, 27.60250473022461, 19.105224609375, 31.698169708251953], "count": [207]}, "timestamp": {"min": [0.0], "max": [6.866666666666666], "mean": [3.4333333333333336], "std": [1.9918351858041385], "count": [207]}, "frame_index": {"min": [0], "max": [206], "mean": [103.0], "std": [59.75505557412416], "count": [207]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [207]}, "index": {"min": [16107], "max": [16313], "mean": [16210.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [207]}, "subtask_annotation": {"mean": [3.859903381642512, 10.0, 10.0, 10.0, 10.0], "std": [2.531861889666587, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [207]}, "scene_annotation": {"mean": [77.0], "std": [0.0], "min": [77], "max": [77], "count": [207]}, "eef_direction_state": {"mean": [3.0869565217391304, 3.8743961352657004], "std": [2.110972922438623, 2.036780517604504], "min": [0, 0], "max": [6, 6], "count": [207]}, "eef_velocity_state": {"mean": [1.178743961352657, 1.0096618357487923], "std": [0.7813850994065885, 0.9167804312237975], "min": [0, 0], "max": [2, 2], "count": [207]}, "eef_acc_mag_state": {"mean": [0.9371980676328503, 0.7536231884057971], "std": [0.8460866862065469, 0.8295123490582134], "min": [0, 0], "max": [2, 2], "count": [207]}, "eef_direction_action": {"mean": [3.0869565217391304, 3.8743961352657004], "std": [2.110972922438623, 2.036780517604504], "min": [0, 0], "max": [6, 6], "count": [207]}, "eef_velocity_action": {"mean": [1.178743961352657, 1.0096618357487923], "std": [0.7813850994065885, 0.9167804312237975], "min": [0, 0], "max": [2, 2], "count": [207]}, "eef_acc_mag_action": {"mean": [0.9371980676328503, 0.7536231884057971], "std": [0.8460866862065469, 0.8295123490582134], "min": [0, 0], "max": [2, 2], "count": [207]}, "eef_sim_pose_state": {"mean": [0.6492121849430456, 0.2041438482541085, 1.2520755396849395, -1.1155996398286607, 0.63228592183481, -1.8807399836283896, 0.6502342903874692, -0.2309169206859325, 1.2216238828855737, 1.1093271721461715, 0.46754007307438905, 1.879232051897316], "std": [0.05189285358105035, 0.039927630105427665, 0.04612972077097049, 0.1639988431297467, 0.07743541821035556, 0.15164482025815992, 0.04528163313838952, 0.07074757032883296, 0.05137304526545009, 0.11541444469128272, 0.044528706939475325, 0.1680762959280942], "min": [0.5877026084090946, 0.13300521695200157, 1.1906923302053782, -1.4601643540155602, 0.5201617457226155, -2.214251881276614, 0.6160945920140106, -0.29921642640960067, 1.1807102917542711, 0.7722176016712766, 0.33908347322847376, 1.7172851984376711], "max": [0.793231230330182, 0.3148679039686996, 1.3606297137918024, -0.7524713248502405, 0.7915589471817399, -1.63266506724999, 0.7789399561390509, -0.09727310709056963, 1.3535545680594012, 1.2737781005112976, 0.5548315435429476, 2.276162139473011], "count": [207]}, "eef_sim_pose_action": {"mean": [0.6492121849430456, 0.2041438482541085, 1.2520755396849395, -1.1155996398286607, 0.63228592183481, -1.8807399836283896, 0.6502342903874692, -0.2309169206859325, 1.2216238828855737, 1.1093271721461715, 0.46754007307438905, 1.879232051897316], "std": [0.05189285358105035, 0.039927630105427665, 0.04612972077097049, 0.1639988431297467, 0.07743541821035556, 0.15164482025815992, 0.04528163313838952, 0.07074757032883296, 0.05137304526545009, 0.11541444469128272, 0.044528706939475325, 0.1680762959280942], "min": [0.5877026084090946, 0.13300521695200157, 1.1906923302053782, -1.4601643540155602, 0.5201617457226155, -2.214251881276614, 0.6160945920140106, -0.29921642640960067, 1.1807102917542711, 0.7722176016712766, 0.33908347322847376, 1.7172851984376711], "max": [0.793231230330182, 0.3148679039686996, 1.3606297137918024, -0.7524713248502405, 0.7915589471817399, -1.63266506724999, 0.7789399561390509, -0.09727310709056963, 1.3535545680594012, 1.2737781005112976, 0.5548315435429476, 2.276162139473011], "count": [207]}}} +{"episode_index": 78, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3490828043300654]], [[0.4224143545751634]], [[0.41727286968954247]]], "std": [[[0.3717784029863325]], [[0.2703551343625103]], [[0.2628130679980455]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5262584068627452]], [[0.558461388888889]], [[0.534986243872549]]], "std": [[[0.33000179326940143]], [[0.30246600346576147]], [[0.3162461225419005]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646260886437909]], [[0.5092420343137255]], [[0.5020809599673203]]], "std": [[[0.30730804718314214]], [[0.2793547389251513]], [[0.2752013339007968]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4085227369281046]], [[0.42497538398692813]], [[0.330931676879085]]], "std": [[[0.40768358110070685]], [[0.36731376608635385]], [[0.3492254438603307]]], "count": [100]}, "observation.state": {"min": [0.3024624288082123, -1.284690499305725, 0.7913948893547058, -0.25566014647483826, -1.3892147541046143, 0.6651264429092407, -1.2808279991149902, -1.2027924060821533, 0.6890401840209961, -0.2225671410560608, 0.5488955974578857, -0.7308356165885925, 31.296249389648438, 47.71812438964844, -0.8431249856948853, -0.27687498927116394, 13.887499809265137, 0.5106250047683716, 2.5718750953674316, -0.9181250333786011, 0.7243750095367432, -0.46875, 1.0368750095367432, 12.274374961853027, 43.376251220703125, 39.42749786376953, 0.19750000536441803, -2.585624933242798, 8.494999885559082, 0.4268749952316284, 8.005000114440918, 1.8956249952316284, 6.136250019073486, 12.641249656677246, 0.5918750166893005, 33.45125198364258], "max": [1.074402093887329, -0.7856011986732483, 1.4669880867004395, 0.07758259028196335, -0.3938019871711731, 0.9958657622337341, -0.32692453265190125, -0.7644054889678955, 1.3150653839111328, 0.27015620470046997, 1.508473515510559, -0.6562862992286682, 68.02000427246094, 63.14555740356445, 48.09437561035156, 2.6137499809265137, 35.489376068115234, 24.60187530517578, 39.65187454223633, 43.01499938964844, 39.48250198364258, 66.58125305175781, 41.426876068115234, 100.51124572753906, 66.93375396728516, 52.20125198364258, 5.052499771118164, 1.162500023841858, 40.81812286376953, 21.875, 43.70249938964844, 47.59812545776367, 47.80687713623047, 74.71500396728516, 57.196250915527344, 110.26312255859375], "mean": [0.6862532496452332, -0.995688796043396, 1.1163872480392456, -0.11086346209049225, -0.8484679460525513, 0.8173660635948181, -0.9442906975746155, -0.9285134673118591, 0.9117639064788818, 0.1127428263425827, 1.1699994802474976, -0.6936218738555908, 51.02516174316406, 55.879520416259766, 5.9329681396484375, 0.16096895933151245, 26.53104019165039, 9.436880111694336, 23.891984939575195, 12.095155715942383, 15.110493659973145, 38.49330139160156, 12.963457107543945, 76.50898742675781, 60.87842559814453, 49.24355697631836, 0.7936804890632629, -1.248600959777832, 29.588228225708008, 14.384644508361816, 30.412118911743164, 27.14029312133789, 28.013809204101562, 48.43839645385742, 24.25336456298828, 79.79804229736328], "std": [0.34109848737716675, 0.13626869022846222, 0.23163695633411407, 0.0968940407037735, 0.2637706696987152, 0.1156148836016655, 0.35126709938049316, 0.13325920701026917, 0.20273898541927338, 0.16736379265785217, 0.3120942711830139, 0.02985738031566143, 13.913997650146484, 4.290106296539307, 12.510560989379883, 0.6704438328742981, 6.912500858306885, 9.91797924041748, 11.379782676696777, 15.265667915344238, 16.03134536743164, 18.871387481689453, 15.484378814697266, 20.806880950927734, 7.971807479858398, 3.79252028465271, 1.0420972108840942, 0.9775148034095764, 7.577221870422363, 6.605057716369629, 8.57512378692627, 13.578024864196777, 10.625982284545898, 16.207672119140625, 14.200570106506348, 15.778029441833496], "count": [191]}, "action": {"min": [0.3024624288082123, -1.284690499305725, 0.7913948893547058, -0.25566014647483826, -1.3892147541046143, 0.6651264429092407, -1.2808279991149902, -1.2027924060821533, 0.6890401840209961, -0.2225671410560608, 0.5488955974578857, -0.7308356165885925, 31.296249389648438, 47.71812438964844, -0.8431249856948853, -0.27687498927116394, 13.887499809265137, 0.5106250047683716, 2.5718750953674316, -0.9181250333786011, 0.7243750095367432, -0.46875, 1.0368750095367432, 12.274374961853027, 43.376251220703125, 39.42749786376953, 0.19750000536441803, -2.585624933242798, 8.494999885559082, 0.4268749952316284, 8.005000114440918, 1.8956249952316284, 6.136250019073486, 12.641249656677246, 0.5918750166893005, 33.45125198364258], "max": [1.074402093887329, -0.7856011986732483, 1.4669880867004395, 0.07758259028196335, -0.3938019871711731, 0.9958657622337341, -0.32692453265190125, -0.7644054889678955, 1.3150653839111328, 0.27015620470046997, 1.508473515510559, -0.6562862992286682, 68.02000427246094, 63.14555740356445, 48.09437561035156, 2.6137499809265137, 35.489376068115234, 24.60187530517578, 39.65187454223633, 43.01499938964844, 39.48250198364258, 66.58125305175781, 41.426876068115234, 100.51124572753906, 66.93375396728516, 52.20125198364258, 5.052499771118164, 1.162500023841858, 40.81812286376953, 21.875, 43.70249938964844, 47.59812545776367, 47.80687713623047, 74.71500396728516, 57.196250915527344, 110.26312255859375], "mean": [0.6862533092498779, -0.995688796043396, 1.1163870096206665, -0.11086348444223404, -0.8484684228897095, 0.8173659443855286, -0.9442909359931946, -0.9285138249397278, 0.9117640256881714, 0.11274281144142151, 1.1699990034103394, -0.6936215758323669, 51.02516174316406, 55.87953567504883, 5.93297004699707, 0.16096900403499603, 26.531034469604492, 9.436884880065918, 23.891983032226562, 12.095148086547852, 15.110487937927246, 38.49330139160156, 12.963447570800781, 76.50898742675781, 60.87845230102539, 49.24352264404297, 0.7936800718307495, -1.2486011981964111, 29.58824920654297, 14.384649276733398, 30.412099838256836, 27.140300750732422, 28.013805389404297, 48.43839645385742, 24.253366470336914, 79.79803466796875], "std": [0.3410985767841339, 0.1362687200307846, 0.23163697123527527, 0.0968940481543541, 0.26377061009407043, 0.1156148761510849, 0.35126712918281555, 0.13325922191143036, 0.20273898541927338, 0.16736379265785217, 0.3120942711830139, 0.02985738217830658, 13.913997650146484, 4.290106296539307, 12.510564804077148, 0.6704438328742981, 6.912501335144043, 9.917978286743164, 11.379785537719727, 15.265670776367188, 16.03134536743164, 18.87138557434082, 15.48437786102295, 20.806884765625, 7.971807479858398, 3.792520761489868, 1.0420976877212524, 0.977514922618866, 7.577221870422363, 6.605057716369629, 8.57512378692627, 13.578022003173828, 10.625981330871582, 16.207670211791992, 14.200570106506348, 15.778031349182129], "count": [191]}, "timestamp": {"min": [0.0], "max": [6.333333333333333], "mean": [3.166666666666667], "std": [1.837873166945363], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [191]}, "index": {"min": [16314], "max": [16504], "mean": [16409.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}, "subtask_annotation": {"mean": [3.2094240837696337, 5.193717277486911, 10.0, 10.0, 10.0], "std": [3.4258205243677167, 3.9045097169160754, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [191]}, "scene_annotation": {"mean": [78.0], "std": [0.0], "min": [78], "max": [78], "count": [191]}, "eef_direction_state": {"mean": [3.387434554973822, 3.424083769633508], "std": [1.978060082692921, 1.9531813418725845], "min": [0, 0], "max": [6, 6], "count": [191]}, "eef_velocity_state": {"mean": [1.361256544502618, 1.2617801047120418], "std": [0.7018050714184726, 0.7340306667359944], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_acc_mag_state": {"mean": [1.0628272251308901, 1.0628272251308901], "std": [0.8032853785973055, 0.8032853785973053], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_direction_action": {"mean": [3.387434554973822, 3.424083769633508], "std": [1.978060082692921, 1.9531813418725845], "min": [0, 0], "max": [6, 6], "count": [191]}, "eef_velocity_action": {"mean": [1.361256544502618, 1.2617801047120418], "std": [0.7018050714184726, 0.7340306667359944], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_acc_mag_action": {"mean": [1.0628272251308901, 1.0628272251308901], "std": [0.8032853785973055, 0.8032853785973053], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_sim_pose_state": {"mean": [0.6604306036092447, 0.14229972072175973, 1.21434964020724, -1.329428705323679, 0.7326109975275201, -1.9889225856681203, 0.5881120492355203, -0.13903981856587094, 1.1969694717811847, 1.295208187095786, 0.5980275622531931, 2.0387286266565625], "std": [0.08593239581019411, 0.04303533395074801, 0.09338310485938942, 0.29459173531542715, 0.09931710411699353, 0.32298700298355193, 0.06250727274167714, 0.04929149936694297, 0.08363019662838558, 0.2870475388513851, 0.16824461904528454, 0.16264076244187742], "min": [0.5586934150061336, 0.05843023774447631, 1.0693686182864315, -1.764690180900153, 0.6020246541311276, -2.405750516403242, 0.529831951304865, -0.18245108908847366, 1.069408614734507, 0.844277258275921, 0.4594595913325046, 1.786736802880264], "max": [0.7691960400153885, 0.20772242414902536, 1.3262643049641292, -0.895113695347552, 0.9310361751264522, -1.51905140077607, 0.7102917113551523, -0.03517802065022618, 1.3092055628848114, 1.7071936566814694, 0.9514278642450953, 2.272478990626555], "count": [191]}, "eef_sim_pose_action": {"mean": [0.6604306036092447, 0.14229972072175973, 1.21434964020724, -1.329428705323679, 0.7326109975275201, -1.9889225856681203, 0.5881120492355203, -0.13903981856587094, 1.1969694717811847, 1.295208187095786, 0.5980275622531931, 2.0387286266565625], "std": [0.08593239581019411, 0.04303533395074801, 0.09338310485938942, 0.29459173531542715, 0.09931710411699353, 0.32298700298355193, 0.06250727274167714, 0.04929149936694297, 0.08363019662838558, 0.2870475388513851, 0.16824461904528454, 0.16264076244187742], "min": [0.5586934150061336, 0.05843023774447631, 1.0693686182864315, -1.764690180900153, 0.6020246541311276, -2.405750516403242, 0.529831951304865, -0.18245108908847366, 1.069408614734507, 0.844277258275921, 0.4594595913325046, 1.786736802880264], "max": [0.7691960400153885, 0.20772242414902536, 1.3262643049641292, -0.895113695347552, 0.9310361751264522, -1.51905140077607, 0.7102917113551523, -0.03517802065022618, 1.3092055628848114, 1.7071936566814694, 0.9514278642450953, 2.272478990626555], "count": [191]}}} +{"episode_index": 79, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3606917299836601]], [[0.42150589665032684]], [[0.41282992647058825]]], "std": [[[0.3623004764599816]], [[0.2603266349515159]], [[0.256263033908181]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.17647058823529413]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4858605841503268]], [[0.5079079064542483]], [[0.46591914011437907]]], "std": [[[0.27973639668637934]], [[0.2643645220302263]], [[0.25380390658521196]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48090698325163395]], [[0.509751015114379]], [[0.4782378941993464]]], "std": [[[0.31346801285187675]], [[0.2685616206659656]], [[0.26244991456687067]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4142160539215686]], [[0.43368807598039216]], [[0.3465561519607843]]], "std": [[[0.40490109110059397]], [[0.3692024828603846]], [[0.34460873062075914]]], "count": [100]}, "observation.state": {"min": [0.27945467829704285, -1.305266261100769, 0.8511196374893188, -0.19901102781295776, -1.5305514335632324, 0.6109331250190735, -1.0687037706375122, -1.196736454963684, 0.7750152349472046, -0.2285250425338745, 0.42778244614601135, -0.7203741669654846, 24.481874465942383, 45.037498474121094, -0.7087500095367432, -0.4587499797344208, 12.981874465942383, 0.9900000095367432, 7.808749675750732, -0.7443749904632568, 1.1306250095367432, -3.1781249046325684, 1.0355556011199951, 33.505001068115234, 36.27687454223633, 45.176876068115234, 0.6818181872367859, -1.5950000286102295, 1.2000000476837158, 0.48076924681663513, 0.6388888955116272, -0.2876923084259033, 1.097499966621399, 0.8050000071525574, 0.6754545569419861, 2.8927271366119385], "max": [0.9253166317939758, -0.8114223480224609, 1.473091721534729, 0.2364194691181183, -0.3175068795681, 0.8011940121650696, -0.3082958161830902, -0.6558041572570801, 1.361295461654663, -0.061417561024427414, 1.0477702617645264, -0.5620088577270508, 62.69062423706055, 72.0112533569336, 57.41875076293945, 5.443749904632568, 36.65187454223633, 33.436248779296875, 43.696250915527344, 47.85625076293945, 45.34687423706055, 75.60687255859375, 44.403751373291016, 105.02999877929688, 58.95000076293945, 52.26499938964844, 1.53125, 6.510909080505371, 37.625, 52.770626068115234, 48.151248931884766, 73.06937408447266, 54.85499954223633, 83.94937896728516, 60.486873626708984, 100.66312408447266], "mean": [0.6639943718910217, -0.9812174439430237, 1.0829781293869019, 0.03762124106287956, -0.8836029767990112, 0.7514311671257019, -0.8318334221839905, -0.8533686995506287, 0.946272611618042, -0.14110778272151947, 0.846085786819458, -0.6485010385513306, 45.87813949584961, 56.403141021728516, 10.603073120117188, 0.5581105351448059, 25.956741333007812, 11.912748336791992, 26.372005462646484, 14.3153715133667, 19.834793090820312, 31.73357391357422, 11.307029724121094, 78.68167877197266, 53.938140869140625, 46.31560516357422, 0.894820511341095, -0.7152613997459412, 30.873598098754883, 36.828102111816406, 38.69585037231445, 46.94727325439453, 41.29966354370117, 59.96487808227539, 38.800838470458984, 81.10106658935547], "std": [0.23612162470817566, 0.1454032063484192, 0.18826285004615784, 0.15481847524642944, 0.3974565863609314, 0.0655139908194542, 0.2657198905944824, 0.14791680872440338, 0.17834033071994781, 0.050297342240810394, 0.18215709924697876, 0.05298827961087227, 13.53608512878418, 7.680525302886963, 17.82275390625, 1.4521905183792114, 7.967675685882568, 13.834227561950684, 11.969562530517578, 19.493061065673828, 14.112809181213379, 28.956268310546875, 15.484949111938477, 16.498149871826172, 7.744141578674316, 1.9405279159545898, 0.28829896450042725, 1.7876920700073242, 8.514300346374512, 19.82537841796875, 12.140657424926758, 25.924949645996094, 16.89699363708496, 24.476194381713867, 21.647018432617188, 20.097843170166016], "count": [165]}, "action": {"min": [0.27945467829704285, -1.305266261100769, 0.8511196374893188, -0.19901102781295776, -1.5305514335632324, 0.6109331250190735, -1.0687037706375122, -1.196736454963684, 0.7750152349472046, -0.2285250425338745, 0.42778244614601135, -0.7203741669654846, 24.481874465942383, 45.037498474121094, -0.7087500095367432, -0.4587499797344208, 12.981874465942383, 0.9900000095367432, 7.808749675750732, -0.7443749904632568, 1.1306250095367432, -3.1781249046325684, 1.0355556011199951, 33.505001068115234, 36.27687454223633, 45.176876068115234, 0.6818181872367859, -1.5950000286102295, 1.2000000476837158, 0.48076924681663513, 0.6388888955116272, -0.2876923084259033, 1.097499966621399, 0.8050000071525574, 0.6754545569419861, 2.8927271366119385], "max": [0.9253166317939758, -0.8114223480224609, 1.473091721534729, 0.2364194691181183, -0.3175068795681, 0.8011940121650696, -0.3082958161830902, -0.6558041572570801, 1.361295461654663, -0.061417561024427414, 1.0477702617645264, -0.5620088577270508, 62.69062423706055, 72.0112533569336, 57.41875076293945, 5.443749904632568, 36.65187454223633, 33.436248779296875, 43.696250915527344, 47.85625076293945, 45.34687423706055, 75.60687255859375, 44.403751373291016, 105.02999877929688, 58.95000076293945, 52.26499938964844, 1.53125, 6.510909080505371, 37.625, 52.770626068115234, 48.151248931884766, 73.06937408447266, 54.85499954223633, 83.94937896728516, 60.486873626708984, 100.66312408447266], "mean": [0.6639941334724426, -0.9812173843383789, 1.0829778909683228, 0.03762124851346016, -0.8836033940315247, 0.7514311075210571, -0.8318330645561218, -0.8533685803413391, 0.946272611618042, -0.14110778272151947, 0.8460855484008789, -0.6485010981559753, 45.87815475463867, 56.403114318847656, 10.603082656860352, 0.5581105947494507, 25.95673179626465, 11.912755012512207, 26.371990203857422, 14.315359115600586, 19.834789276123047, 31.73358154296875, 11.307032585144043, 78.68167877197266, 53.93815231323242, 46.31560516357422, 0.8948206305503845, -0.715260922908783, 30.873600006103516, 36.82809829711914, 38.69586181640625, 46.9472770690918, 41.29967498779297, 59.96490478515625, 38.80082702636719, 81.1010971069336], "std": [0.23612165451049805, 0.1454032063484192, 0.18826286494731903, 0.15481847524642944, 0.397456556558609, 0.065513975918293, 0.2657199501991272, 0.14791682362556458, 0.17834031581878662, 0.05029734969139099, 0.18215708434581757, 0.05298827216029167, 13.536086082458496, 7.680525302886963, 17.822750091552734, 1.4521905183792114, 7.967676162719727, 13.83422565460205, 11.969564437866211, 19.493059158325195, 14.112811088562012, 28.956266403198242, 15.48494815826416, 16.498151779174805, 7.744140625, 1.9405272006988525, 0.2882988452911377, 1.7876920700073242, 8.514299392700195, 19.825374603271484, 12.140657424926758, 25.92494773864746, 16.89699363708496, 24.476194381713867, 21.64702033996582, 20.09784507751465], "count": [165]}, "timestamp": {"min": [0.0], "max": [5.466666666666667], "mean": [2.7333333333333325], "std": [1.587684080899201], "count": [165]}, "frame_index": {"min": [0], "max": [164], "mean": [82.0], "std": [47.63052242697603], "count": [165]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [165]}, "index": {"min": [16505], "max": [16669], "mean": [16587.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [165]}, "subtask_annotation": {"mean": [2.6666666666666665, 5.006060606060606, 10.0, 10.0, 10.0], "std": [2.940487144414109, 4.221872297132708, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [165]}, "scene_annotation": {"mean": [79.0], "std": [0.0], "min": [79], "max": [79], "count": [165]}, "eef_direction_state": {"mean": [3.418181818181818, 3.8181818181818183], "std": [1.932411673539844, 1.8562677682781141], "min": [0, 0], "max": [6, 6], "count": [165]}, "eef_velocity_state": {"mean": [1.587878787878788, 1.3696969696969696], "std": [0.6029008540822255, 0.6717164122422987], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_acc_mag_state": {"mean": [1.2424242424242424, 0.9515151515151515], "std": [0.8101740565067169, 0.7847490284474512], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_direction_action": {"mean": [3.418181818181818, 3.8181818181818183], "std": [1.932411673539844, 1.8562677682781141], "min": [0, 0], "max": [6, 6], "count": [165]}, "eef_velocity_action": {"mean": [1.587878787878788, 1.3696969696969696], "std": [0.6029008540822255, 0.6717164122422987], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_acc_mag_action": {"mean": [1.2424242424242424, 0.9515151515151515], "std": [0.8101740565067169, 0.7847490284474512], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_sim_pose_state": {"mean": [0.637904721426323, 0.11878019510018938, 1.2245415280042928, -1.2789837401901358, 0.7650837056900421, -2.0775748443928608, 0.5905766664409002, -0.11646788020144677, 1.174566818186636, 1.543583518574075, 0.7866781943463963, 2.361596136394671], "std": [0.06668435924334443, 0.049251237742650826, 0.0875462252265384, 0.42625532831507174, 0.16413719983197408, 0.3970308485009314, 0.06284456312181207, 0.027358919095288373, 0.07031852747360688, 0.28822997851882864, 0.09114759983925687, 0.2262652909970071], "min": [0.5620276783820544, 0.038084128789290655, 1.0565674438031984, -1.9647601300007043, 0.5333600215658283, -2.7098251349863687, 0.5462781424753527, -0.1591257450014219, 1.0561371399201631, 0.9929371144094847, 0.698517467362985, 1.9204319889025454], "max": [0.7645945305905719, 0.19279294449073103, 1.3241144305382855, -0.736719389958076, 1.034609523329089, -1.594326124448089, 0.7352925392383739, -0.054188568216372995, 1.293497303222586, 2.0009077487957887, 0.9778779617536855, 2.667536512282424], "count": [165]}, "eef_sim_pose_action": {"mean": [0.637904721426323, 0.11878019510018938, 1.2245415280042928, -1.2789837401901358, 0.7650837056900421, -2.0775748443928608, 0.5905766664409002, -0.11646788020144677, 1.174566818186636, 1.543583518574075, 0.7866781943463963, 2.361596136394671], "std": [0.06668435924334443, 0.049251237742650826, 0.0875462252265384, 0.42625532831507174, 0.16413719983197408, 0.3970308485009314, 0.06284456312181207, 0.027358919095288373, 0.07031852747360688, 0.28822997851882864, 0.09114759983925687, 0.2262652909970071], "min": [0.5620276783820544, 0.038084128789290655, 1.0565674438031984, -1.9647601300007043, 0.5333600215658283, -2.7098251349863687, 0.5462781424753527, -0.1591257450014219, 1.0561371399201631, 0.9929371144094847, 0.698517467362985, 1.9204319889025454], "max": [0.7645945305905719, 0.19279294449073103, 1.3241144305382855, -0.736719389958076, 1.034609523329089, -1.594326124448089, 0.7352925392383739, -0.054188568216372995, 1.293497303222586, 2.0009077487957887, 0.9778779617536855, 2.667536512282424], "count": [165]}}} +{"episode_index": 80, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30651901552287586]], [[0.3114003349673202]], [[0.3201142769607843]]], "std": [[[0.32187432036842345]], [[0.30783843732635235]], [[0.2971932432988224]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4701593504901961]], [[0.4987341605392157]], [[0.46784569035947715]]], "std": [[[0.3238463584071073]], [[0.31274432168783833]], [[0.32539098256096854]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.10196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47145146241830066]], [[0.5069682924836602]], [[0.49465444444444445]]], "std": [[[0.3155213529408565]], [[0.30336940326113193]], [[0.3056666386658099]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38912060866013076]], [[0.42237996936274513]], [[0.42580953839869284]]], "std": [[[0.3623616938250732]], [[0.3628983233573417]], [[0.3371127624790778]]], "count": [100]}, "observation.state": {"min": [0.3241350054740906, -1.1600193977355957, 0.9575247764587402, -0.25191691517829895, -1.603786826133728, 0.13511386513710022, -1.2071794271469116, -1.318665623664856, 1.11604905128479, -0.3872453570365906, 0.7706997990608215, -0.37865686416625977, 32.38444519042969, 41.87687683105469, 10.064167022705078, 0.46437501907348633, 1.4155555963516235, -0.7524999976158142, 1.0724999904632568, 0.4112499952316284, 1.1462500095367432, -0.65625, 0.9800000190734863, 7.579999923706055, 31.099374771118164, 47.224998474121094, 1.4731249809265137, 2.2799999713897705, 1.0, 0.8849999904632568, 0.640625, 0.7906250357627869, 0.84375, 0.5249999761581421, 0.9235714077949524, 0.5168750286102295], "max": [1.2156672477722168, -0.7587375044822693, 1.527595043182373, 0.6434062123298645, -0.6567578315734863, 0.5248467922210693, -0.1855163276195526, -0.8249953985214233, 1.6869564056396484, 0.22101739048957825, 1.5872561931610107, -0.1616264283657074, 53.650001525878906, 54.436668395996094, 54.011112213134766, 9.2056245803833, 34.74687576293945, 50.35562515258789, 31.213125228881836, 92.95375061035156, 64.57125091552734, 109.65125274658203, 78.31937408447266, 109.75125122070312, 57.57875061035156, 71.31312561035156, 2.8637499809265137, 9.4087495803833, 29.943750381469727, 77.62687683105469, 35.89500045776367, 73.51687622070312, 37.89624786376953, 89.58499908447266, 78.55000305175781, 110.27812957763672], "mean": [0.8098856210708618, -0.8868252038955688, 1.1549543142318726, 0.06533346325159073, -1.1091276407241821, 0.4280257225036621, -0.8970562815666199, -0.9721640944480896, 1.2973625659942627, -0.017986634746193886, 1.2369914054870605, -0.31965526938438416, 49.665184020996094, 47.13046646118164, 34.773895263671875, 6.018139362335205, 14.18995475769043, 8.282430648803711, 11.3056640625, 17.481849670410156, 16.15717315673828, 20.9346923828125, 13.165302276611328, 49.26770782470703, 48.339717864990234, 57.08033752441406, 1.5808179378509521, 5.132509708404541, 12.773213386535645, 14.862870216369629, 11.164697647094727, 14.834136962890625, 11.975751876831055, 17.858097076416016, 15.416985511779785, 37.14152145385742], "std": [0.2794245481491089, 0.09688141196966171, 0.1419917494058609, 0.28576987981796265, 0.2861020565032959, 0.12204868346452713, 0.36641886830329895, 0.12032192945480347, 0.1532520204782486, 0.24396462738513947, 0.2065199315547943, 0.0627187192440033, 3.6608264446258545, 3.566401481628418, 8.890905380249023, 2.692030429840088, 10.28126049041748, 16.016530990600586, 10.060153007507324, 31.40931510925293, 19.131521224975586, 38.3741455078125, 23.782678604125977, 30.3280029296875, 7.125980377197266, 8.798090934753418, 0.21592961251735687, 2.3907129764556885, 9.326472282409668, 25.698728561401367, 11.481035232543945, 25.455509185791016, 12.014687538146973, 31.56243324279785, 24.691404342651367, 36.132728576660156], "count": [181]}, "action": {"min": [0.3241350054740906, -1.1600193977355957, 0.9575247764587402, -0.25191691517829895, -1.603786826133728, 0.13511386513710022, -1.2071794271469116, -1.318665623664856, 1.11604905128479, -0.3872453570365906, 0.7706997990608215, -0.37865686416625977, 32.38444519042969, 41.87687683105469, 10.064167022705078, 0.46437501907348633, 1.4155555963516235, -0.7524999976158142, 1.0724999904632568, 0.4112499952316284, 1.1462500095367432, -0.65625, 0.9800000190734863, 7.579999923706055, 31.099374771118164, 47.224998474121094, 1.4731249809265137, 2.2799999713897705, 1.0, 0.8849999904632568, 0.640625, 0.7906250357627869, 0.84375, 0.5249999761581421, 0.9235714077949524, 0.5168750286102295], "max": [1.2156672477722168, -0.7587375044822693, 1.527595043182373, 0.6434062123298645, -0.6567578315734863, 0.5248467922210693, -0.1855163276195526, -0.8249953985214233, 1.6869564056396484, 0.22101739048957825, 1.5872561931610107, -0.1616264283657074, 53.650001525878906, 54.436668395996094, 54.011112213134766, 9.2056245803833, 34.74687576293945, 50.35562515258789, 31.213125228881836, 92.95375061035156, 64.57125091552734, 109.65125274658203, 78.31937408447266, 109.75125122070312, 57.57875061035156, 71.31312561035156, 2.8637499809265137, 9.4087495803833, 29.943750381469727, 77.62687683105469, 35.89500045776367, 73.51687622070312, 37.89624786376953, 89.58499908447266, 78.55000305175781, 110.27812957763672], "mean": [0.8098856210708618, -0.8868257403373718, 1.154954195022583, 0.06533339619636536, -1.1091272830963135, 0.4280259311199188, -0.8970563411712646, -0.9721640944480896, 1.2973628044128418, -0.01798672415316105, 1.2369916439056396, -0.31965526938438416, 49.665184020996094, 47.130470275878906, 34.773902893066406, 6.018139839172363, 14.189967155456543, 8.28243350982666, 11.305663108825684, 17.481834411621094, 16.157167434692383, 20.934694290161133, 13.165306091308594, 49.26769256591797, 48.33971405029297, 57.08034896850586, 1.5808179378509521, 5.132511615753174, 12.773202896118164, 14.862861633300781, 11.164698600769043, 14.83413028717041, 11.975750923156738, 17.858097076416016, 15.41698932647705, 37.14151382446289], "std": [0.2794245183467865, 0.0968814268708229, 0.1419917643070221, 0.2857699394226074, 0.2861020267009735, 0.12204869836568832, 0.36641883850097656, 0.12032192200422287, 0.1532520353794098, 0.24396465718746185, 0.2065199464559555, 0.0627187192440033, 3.6608264446258545, 3.566401958465576, 8.890905380249023, 2.6920297145843506, 10.281259536743164, 16.01653289794922, 10.060150146484375, 31.409313201904297, 19.131521224975586, 38.37415313720703, 23.782691955566406, 30.3280086517334, 7.125979900360107, 8.798090934753418, 0.21592961251735687, 2.3907129764556885, 9.326472282409668, 25.698726654052734, 11.481034278869629, 25.455509185791016, 12.014687538146973, 31.56243133544922, 24.69140625, 36.132720947265625], "count": [181]}, "timestamp": {"min": [0.0], "max": [6.0], "mean": [3.0], "std": [1.7416467303484175], "count": [181]}, "frame_index": {"min": [0], "max": [180], "mean": [90.0], "std": [52.24940191045253], "count": [181]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [181]}, "index": {"min": [16670], "max": [16850], "mean": [16760.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [181]}, "subtask_annotation": {"mean": [4.027624309392265, 10.0, 10.0, 10.0, 10.0], "std": [2.2968413074161784, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [181]}, "scene_annotation": {"mean": [80.0], "std": [0.0], "min": [80], "max": [80], "count": [181]}, "eef_direction_state": {"mean": [2.7845303867403315, 3.9502762430939224], "std": [1.9533180229548919, 2.0766426450092372], "min": [0, 0], "max": [6, 6], "count": [181]}, "eef_velocity_state": {"mean": [1.430939226519337, 1.0773480662983426], "std": [0.6496354282801622, 0.9251463287926837], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_acc_mag_state": {"mean": [1.1104972375690607, 0.8453038674033149], "std": [0.8468011150473339, 0.8398516979297177], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_direction_action": {"mean": [2.7845303867403315, 3.9502762430939224], "std": [1.9533180229548919, 2.0766426450092372], "min": [0, 0], "max": [6, 6], "count": [181]}, "eef_velocity_action": {"mean": [1.430939226519337, 1.0773480662983426], "std": [0.6496354282801622, 0.9251463287926837], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_acc_mag_action": {"mean": [1.1104972375690607, 0.8453038674033149], "std": [0.8468011150473339, 0.8398516979297177], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_sim_pose_state": {"mean": [0.6459528597602904, 0.18876393246397669, 1.2395472727798673, -1.2182893784789262, 0.6523385293231093, -2.018035328855193, 0.6552406591556189, -0.20873826713011048, 1.2354150517224511, 1.149837595908974, 0.5791593145734232, 1.9821085562377077], "std": [0.04420369724831478, 0.03252871333602492, 0.04507340074794319, 0.20107619649477948, 0.11104833977632185, 0.21586202959645612, 0.04049745065578611, 0.055055146696042744, 0.078694564054754, 0.20798304649673102, 0.06375724149440176, 0.14793775989068378], "min": [0.5786103575650964, 0.14218823822136803, 1.189979258838988, -1.6873628003950443, 0.5076460003203898, -2.5232693836869475, 0.6063619470472899, -0.26035997352243023, 1.1695685332275951, 0.6582003396548932, 0.4940289389248993, 1.765096158221224], "max": [0.7669096754919994, 0.267255735609662, 1.3456411228088145, -0.873883918843525, 0.8487587507762546, -1.792283124063295, 0.7688845200232486, -0.1025640706566806, 1.4000014395618596, 1.3358343866444864, 0.7309288739830633, 2.337987987350464], "count": [181]}, "eef_sim_pose_action": {"mean": [0.6459528597602904, 0.18876393246397669, 1.2395472727798673, -1.2182893784789262, 0.6523385293231093, -2.018035328855193, 0.6552406591556189, -0.20873826713011048, 1.2354150517224511, 1.149837595908974, 0.5791593145734232, 1.9821085562377077], "std": [0.04420369724831478, 0.03252871333602492, 0.04507340074794319, 0.20107619649477948, 0.11104833977632185, 0.21586202959645612, 0.04049745065578611, 0.055055146696042744, 0.078694564054754, 0.20798304649673102, 0.06375724149440176, 0.14793775989068378], "min": [0.5786103575650964, 0.14218823822136803, 1.189979258838988, -1.6873628003950443, 0.5076460003203898, -2.5232693836869475, 0.6063619470472899, -0.26035997352243023, 1.1695685332275951, 0.6582003396548932, 0.4940289389248993, 1.765096158221224], "max": [0.7669096754919994, 0.267255735609662, 1.3456411228088145, -0.873883918843525, 0.8487587507762546, -1.792283124063295, 0.7688845200232486, -0.1025640706566806, 1.4000014395618596, 1.3358343866444864, 0.7309288739830633, 2.337987987350464], "count": [181]}}} +{"episode_index": 81, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3717005473856209]], [[0.42734636437908496]], [[0.4075666687091503]]], "std": [[[0.36256472961530123]], [[0.2602240166857245]], [[0.25571033875723986]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49426128880718956]], [[0.5066746262254902]], [[0.45911788807189546]]], "std": [[[0.2723911556589571]], [[0.2653323202143782]], [[0.2597401593708918]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4688572406045752]], [[0.4981220404411765]], [[0.472594573120915]]], "std": [[[0.3030333184957614]], [[0.27172986165591695]], [[0.26636220227338103]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4150478451797386]], [[0.432798545751634]], [[0.3383378553921568]]], "std": [[[0.40780733504904804]], [[0.3706807554926027]], [[0.34279365789366134]]], "count": [100]}, "observation.state": {"min": [0.29437991976737976, -1.3278210163116455, 0.8967298269271851, -0.2658150792121887, -1.6234169006347656, 0.5349002480506897, -1.0801479816436768, -1.1443312168121338, 0.7793307304382324, -0.1232881247997284, 0.612382709980011, -0.7152454257011414, 24.06624984741211, 46.18000030517578, 0.030625000596046448, -0.6187499761581421, 10.063124656677246, 0.27125000953674316, 8.301875114440918, -0.8768749833106995, 4.412499904632568, 0.17749999463558197, 1.106428623199463, 18.198749542236328, 35.6306266784668, 43.795623779296875, 0.49437499046325684, -2.333124876022339, 19.268888473510742, 1.7443749904632568, 17.239999771118164, -0.5512500405311584, 13.9622220993042, 1.3493750095367432, 0.7506250143051147, 50.331111907958984], "max": [1.013270616531372, -0.8118276596069336, 1.5331025123596191, 0.16150720417499542, -0.34387636184692383, 0.7462853789329529, -0.4011215269565582, -0.6437399983406067, 1.2989877462387085, 0.22284530103206635, 1.62713623046875, -0.5256256461143494, 53.380001068115234, 71.95249938964844, 0.17750000953674316, 6.215624809265137, 36.28437423706055, 30.26333236694336, 45.40999984741211, 50.631248474121094, 49.407501220703125, 77.93499755859375, 49.096248626708984, 99.19562530517578, 58.14666748046875, 64.49625396728516, 2.231250047683716, 0.15125000476837158, 34.72437286376953, 47.229373931884766, 42.640625, 72.98187255859375, 48.91062545776367, 82.50125122070312, 50.001251220703125, 99.75062561035156], "mean": [0.6568567752838135, -1.0352084636688232, 1.1522916555404663, -0.008882179856300354, -0.9291027784347534, 0.6980860829353333, -0.9150049090385437, -0.8527050614356995, 0.9118402004241943, -0.01679474674165249, 1.0558477640151978, -0.6504479646682739, 42.22479248046875, 57.28932189941406, 0.0927819013595581, 0.9623681902885437, 24.938329696655273, 12.154236793518066, 28.38373565673828, 16.135316848754883, 25.48280143737793, 32.71063232421875, 13.650811195373535, 75.58002471923828, 49.719947814941406, 48.32005310058594, 0.9045100808143616, -1.4206286668777466, 31.445518493652344, 32.1821403503418, 35.347015380859375, 43.97312927246094, 37.3054313659668, 54.77696228027344, 29.712068557739258, 84.87924194335938], "std": [0.2586924433708191, 0.145432248711586, 0.2023436427116394, 0.1365930289030075, 0.36092668771743774, 0.06519564241170883, 0.21631795167922974, 0.11867698282003403, 0.13575327396392822, 0.08771875500679016, 0.23351924121379852, 0.03869388625025749, 8.608504295349121, 6.559069633483887, 0.03217039257287979, 1.9469118118286133, 8.602778434753418, 12.447649955749512, 11.498880386352539, 21.00555992126465, 13.108405113220215, 28.280376434326172, 16.51031494140625, 19.855060577392578, 5.246198654174805, 3.6972877979278564, 0.4571104347705841, 1.052457571029663, 4.0772857666015625, 18.932754516601562, 5.811640739440918, 28.961851119995117, 10.508822441101074, 29.101062774658203, 19.022987365722656, 12.491663932800293], "count": [180]}, "action": {"min": [0.29437991976737976, -1.3278210163116455, 0.8967298269271851, -0.2658150792121887, -1.6234169006347656, 0.5349002480506897, -1.0801479816436768, -1.1443312168121338, 0.7793307304382324, -0.1232881247997284, 0.612382709980011, -0.7152454257011414, 24.06624984741211, 46.18000030517578, 0.030625000596046448, -0.6187499761581421, 10.063124656677246, 0.27125000953674316, 8.301875114440918, -0.8768749833106995, 4.412499904632568, 0.17749999463558197, 1.106428623199463, 18.198749542236328, 35.6306266784668, 43.795623779296875, 0.49437499046325684, -2.333124876022339, 19.268888473510742, 1.7443749904632568, 17.239999771118164, -0.5512500405311584, 13.9622220993042, 1.3493750095367432, 0.7506250143051147, 50.331111907958984], "max": [1.013270616531372, -0.8118276596069336, 1.5331025123596191, 0.16150720417499542, -0.34387636184692383, 0.7462853789329529, -0.4011215269565582, -0.6437399983406067, 1.2989877462387085, 0.22284530103206635, 1.62713623046875, -0.5256256461143494, 53.380001068115234, 71.95249938964844, 0.17750000953674316, 6.215624809265137, 36.28437423706055, 30.26333236694336, 45.40999984741211, 50.631248474121094, 49.407501220703125, 77.93499755859375, 49.096248626708984, 99.19562530517578, 58.14666748046875, 64.49625396728516, 2.231250047683716, 0.15125000476837158, 34.72437286376953, 47.229373931884766, 42.640625, 72.98187255859375, 48.91062545776367, 82.50125122070312, 50.001251220703125, 99.75062561035156], "mean": [0.6568567752838135, -1.0352078676223755, 1.152292013168335, -0.008882181718945503, -0.9291024804115295, 0.6980858445167542, -0.9150051474571228, -0.8527052998542786, 0.9118403792381287, -0.016794752329587936, 1.0558472871780396, -0.6504480838775635, 42.22480010986328, 57.289306640625, 0.09278194606304169, 0.9623679518699646, 24.93833351135254, 12.154236793518066, 28.383737564086914, 16.135313034057617, 25.48280143737793, 32.71063232421875, 13.650811195373535, 75.57999420166016, 49.719947814941406, 48.320068359375, 0.9045099020004272, -1.420628547668457, 31.44554328918457, 32.18212890625, 35.347015380859375, 43.973140716552734, 37.305419921875, 54.77696228027344, 29.712060928344727, 84.87926483154297], "std": [0.2586924433708191, 0.1454322189092636, 0.2023436427116394, 0.1365930289030075, 0.36092671751976013, 0.06519565731287003, 0.21631792187690735, 0.11867696791887283, 0.13575327396392822, 0.08771875500679016, 0.23351922631263733, 0.03869388997554779, 8.608505249023438, 6.55906867980957, 0.03217039257287979, 1.9469115734100342, 8.602778434753418, 12.447650909423828, 11.498880386352539, 21.00555992126465, 13.108405113220215, 28.28037452697754, 16.510311126708984, 19.855064392089844, 5.246199131011963, 3.697287082672119, 0.4571104645729065, 1.0524578094482422, 4.0772857666015625, 18.93275260925293, 5.811641693115234, 28.96184730529785, 10.508822441101074, 29.1010684967041, 19.022987365722656, 12.491663932800293], "count": [180]}, "timestamp": {"min": [0.0], "max": [5.966666666666667], "mean": [2.9833333333333334], "std": [1.7320240781835015], "count": [180]}, "frame_index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [180]}, "index": {"min": [16851], "max": [17030], "mean": [16940.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}, "subtask_annotation": {"mean": [2.588888888888889, 4.516666666666667, 10.0, 10.0, 10.0], "std": [2.800374754462711, 3.8419829949302646, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [8, 10, 10, 10, 10], "count": [180]}, "scene_annotation": {"mean": [81.0], "std": [0.0], "min": [81], "max": [81], "count": [180]}, "eef_direction_state": {"mean": [3.5555555555555554, 4.066666666666666], "std": [1.8565865399293708, 1.8607047649270474], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_state": {"mean": [1.6111111111111112, 1.3777777777777778], "std": [0.6531027559860262, 0.7899054483189443], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_state": {"mean": [1.1833333333333333, 0.9388888888888889], "std": [0.8060534859562491, 0.8107876067194638], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_direction_action": {"mean": [3.5555555555555554, 4.066666666666666], "std": [1.8565865399293708, 1.8607047649270474], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_action": {"mean": [1.6111111111111112, 1.3777777777777778], "std": [0.6531027559860262, 0.7899054483189443], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_action": {"mean": [1.1833333333333333, 0.9388888888888889], "std": [0.8060534859562491, 0.8107876067194638], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_sim_pose_state": {"mean": [0.652500551643755, 0.12434654973192344, 1.2309256239308504, -1.2264158640483558, 0.6738933771996205, -2.022020418927262, 0.5818212002404591, -0.13192139334908856, 1.1913902051979233, 1.382639730644175, 0.6806346518926483, 2.2107735651032114], "std": [0.06980007419603347, 0.05360051301132774, 0.09888361926649113, 0.39259591385408604, 0.15918239479621296, 0.3629413844796366, 0.04481605208374536, 0.03986571251329618, 0.06781427447358798, 0.31243267868391617, 0.08666193850525121, 0.21907769142234362], "min": [0.5828699907330085, 0.0544673467597272, 1.0560510544753694, -1.8620526730236737, 0.41841639422844357, -2.6665564093370047, 0.550030848582785, -0.22980805958664885, 1.057128138262891, 0.8850788130586189, 0.4446659273297895, 1.7617207229144896], "max": [0.7780081650861743, 0.22134836079052772, 1.3725037651636027, -0.6008123561900505, 0.9400522774507007, -1.5235762206155121, 0.7149500988308266, -0.07417492009958804, 1.295604699274169, 1.97284144014906, 0.86235217217334, 2.582534245707495], "count": [180]}, "eef_sim_pose_action": {"mean": [0.652500551643755, 0.12434654973192344, 1.2309256239308504, -1.2264158640483558, 0.6738933771996205, -2.022020418927262, 0.5818212002404591, -0.13192139334908856, 1.1913902051979233, 1.382639730644175, 0.6806346518926483, 2.2107735651032114], "std": [0.06980007419603347, 0.05360051301132774, 0.09888361926649113, 0.39259591385408604, 0.15918239479621296, 0.3629413844796366, 0.04481605208374536, 0.03986571251329618, 0.06781427447358798, 0.31243267868391617, 0.08666193850525121, 0.21907769142234362], "min": [0.5828699907330085, 0.0544673467597272, 1.0560510544753694, -1.8620526730236737, 0.41841639422844357, -2.6665564093370047, 0.550030848582785, -0.22980805958664885, 1.057128138262891, 0.8850788130586189, 0.4446659273297895, 1.7617207229144896], "max": [0.7780081650861743, 0.22134836079052772, 1.3725037651636027, -0.6008123561900505, 0.9400522774507007, -1.5235762206155121, 0.7149500988308266, -0.07417492009958804, 1.295604699274169, 1.97284144014906, 0.86235217217334, 2.582534245707495], "count": [180]}}} +{"episode_index": 82, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30758845996732026]], [[0.314015829248366]], [[0.3373318790849673]]], "std": [[[0.3210569978413784]], [[0.30555033862394965]], [[0.28772628441986114]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00392156862745098]], [[0.15294117647058825]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47402343341503267]], [[0.5003893504901961]], [[0.4678729452614379]]], "std": [[[0.3294902216936215]], [[0.31792802106459994]], [[0.32999089186163383]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47570511029411766]], [[0.5110550408496732]], [[0.49269041666666663]]], "std": [[[0.3200715142863261]], [[0.30402424827650426]], [[0.3061730199721468]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38517239787581703]], [[0.41432163194444444]], [[0.41385370302287583]]], "std": [[[0.3640495865643993]], [[0.36350778283761026]], [[0.3362742324748106]]], "count": [100]}, "observation.state": {"min": [0.3151703178882599, -1.2161202430725098, 1.0015878677368164, -0.2899214029312134, -1.6046345233917236, 0.13179980218410492, -1.2811856269836426, -1.3015707731246948, 1.13918137550354, -0.5033093094825745, 0.7499094009399414, -0.37911516427993774, 7.082221984863281, 44.43562316894531, -1.1262500286102295, 0.721875011920929, 1.7992857694625854, -0.009999999776482582, 0.7281249761581421, -0.7956249713897705, 0.7511110901832581, -0.13300000131130219, 0.9850000143051147, 0.12937499582767487, 27.020000457763672, 43.19874954223633, 1.0518749952316284, -0.12562499940395355, 1.0262500047683716, 0.328125, 0.6100000143051147, 0.6237500309944153, 0.6575000286102295, 0.08874999731779099, 1.009374976158142, 0.8387500047683716], "max": [1.2113755941390991, -0.7996919751167297, 1.5681267976760864, 0.7918955683708191, -0.5947203636169434, 0.5831807255744934, -0.16904135048389435, -0.8501182794570923, 1.6830939054489136, 0.23428048193454742, 1.6316344738006592, -0.10373750329017639, 63.415626525878906, 69.29777526855469, 54.6931266784668, 8.936249732971191, 35.858123779296875, 48.32500076293945, 33.83625030517578, 61.97999954223633, 43.764373779296875, 72.46937561035156, 74.79499816894531, 109.77124786376953, 56.02687454223633, 57.358890533447266, 2.5425000190734863, 9.547499656677246, 28.588125228881836, 49.8068733215332, 32.458126068115234, 71.63125610351562, 69.59500122070312, 110.5268783569336, 80.66812896728516, 110.75125122070312], "mean": [0.8195387125015259, -0.8745814561843872, 1.1513655185699463, 0.050632543861866, -1.0944355726242065, 0.48450690507888794, -0.9452019929885864, -0.9462413787841797, 1.2751771211624146, -0.02910824492573738, 1.2644106149673462, -0.3076895773410797, 51.05711364746094, 48.907535552978516, 20.614412307739258, 5.7855610847473145, 15.178333282470703, 6.871335029602051, 12.483063697814941, 8.45248794555664, 13.810824394226074, 11.316834449768066, 10.66541576385498, 51.277469635009766, 46.620689392089844, 48.935874938964844, 1.3033827543258667, 7.138655662536621, 7.975424766540527, 9.167704582214355, 7.528179168701172, 13.899085998535156, 13.388762474060059, 20.571945190429688, 14.305211067199707, 35.02334976196289], "std": [0.27558833360671997, 0.10232586413621902, 0.1413528025150299, 0.3130660951137543, 0.28255096077919006, 0.13445088267326355, 0.3695322871208191, 0.11276687681674957, 0.1507905274629593, 0.2692353129386902, 0.21558190882205963, 0.08425555378198624, 10.069825172424316, 4.871020317077637, 17.870168685913086, 2.315861463546753, 9.399506568908691, 14.483697891235352, 9.562226295471191, 18.99453353881836, 12.25273323059082, 22.4483585357666, 21.071901321411133, 30.689899444580078, 7.109947204589844, 3.560121774673462, 0.22710184752941132, 3.4220492839813232, 9.338005065917969, 16.14712142944336, 11.179049491882324, 24.608858108520508, 21.21844482421875, 38.444610595703125, 24.30971336364746, 36.90276336669922], "count": [203]}, "action": {"min": [0.3151703178882599, -1.2161202430725098, 1.0015878677368164, -0.2899214029312134, -1.6046345233917236, 0.13179980218410492, -1.2811856269836426, -1.3015707731246948, 1.13918137550354, -0.5033093094825745, 0.7499094009399414, -0.37911516427993774, 7.082221984863281, 44.43562316894531, -1.1262500286102295, 0.721875011920929, 1.7992857694625854, -0.009999999776482582, 0.7281249761581421, -0.7956249713897705, 0.7511110901832581, -0.13300000131130219, 0.9850000143051147, 0.12937499582767487, 27.020000457763672, 43.19874954223633, 1.0518749952316284, -0.12562499940395355, 1.0262500047683716, 0.328125, 0.6100000143051147, 0.6237500309944153, 0.6575000286102295, 0.08874999731779099, 1.009374976158142, 0.8387500047683716], "max": [1.2113755941390991, -0.7996919751167297, 1.5681267976760864, 0.7918955683708191, -0.5947203636169434, 0.5831807255744934, -0.16904135048389435, -0.8501182794570923, 1.6830939054489136, 0.23428048193454742, 1.6316344738006592, -0.10373750329017639, 63.415626525878906, 69.29777526855469, 54.6931266784668, 8.936249732971191, 35.858123779296875, 48.32500076293945, 33.83625030517578, 61.97999954223633, 43.764373779296875, 72.46937561035156, 74.79499816894531, 109.77124786376953, 56.02687454223633, 57.358890533447266, 2.5425000190734863, 9.547499656677246, 28.588125228881836, 49.8068733215332, 32.458126068115234, 71.63125610351562, 69.59500122070312, 110.5268783569336, 80.66812896728516, 110.75125122070312], "mean": [0.8195387125015259, -0.8745814561843872, 1.1513656377792358, 0.050632543861866, -1.094435214996338, 0.48450711369514465, -0.9452024102210999, -0.9462414979934692, 1.2751775979995728, -0.029108203947544098, 1.2644107341766357, -0.30768951773643494, 51.057106018066406, 48.90751647949219, 20.614412307739258, 5.785561561584473, 15.178342819213867, 6.871348857879639, 12.483061790466309, 8.452484130859375, 13.810831069946289, 11.316826820373535, 10.66542911529541, 51.27748489379883, 46.62068176269531, 48.93584442138672, 1.3033831119537354, 7.138656139373779, 7.975424766540527, 9.167707443237305, 7.5281782150268555, 13.899077415466309, 13.388763427734375, 20.571941375732422, 14.305211067199707, 35.023353576660156], "std": [0.2755882740020752, 0.10232583433389664, 0.1413527876138687, 0.3130660057067871, 0.28255096077919006, 0.13445089757442474, 0.3695322275161743, 0.11276687681674957, 0.1507905274629593, 0.26923537254333496, 0.21558192372322083, 0.08425556868314743, 10.06982421875, 4.871020317077637, 17.870162963867188, 2.315861225128174, 9.399504661560059, 14.483697891235352, 9.562226295471191, 18.99453353881836, 12.25273323059082, 22.44835662841797, 21.071903228759766, 30.689903259277344, 7.109947681427002, 3.560122013092041, 0.22710183262825012, 3.422048807144165, 9.338005065917969, 16.147123336791992, 11.179047584533691, 24.608856201171875, 21.218448638916016, 38.44462203979492, 24.309711456298828, 36.902767181396484], "count": [203]}, "timestamp": {"min": [0.0], "max": [6.733333333333333], "mean": [3.366666666666667], "std": [1.9533447098644816], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [203]}, "index": {"min": [17031], "max": [17233], "mean": [17132.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [203]}, "subtask_annotation": {"mean": [4.054187192118227, 10.0, 10.0, 10.0, 10.0], "std": [2.443856216379849, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [203]}, "scene_annotation": {"mean": [82.0], "std": [0.0], "min": [82], "max": [82], "count": [203]}, "eef_direction_state": {"mean": [3.2561576354679804, 3.980295566502463], "std": [1.793089914960025, 2.0581702886960014], "min": [0, 0], "max": [6, 6], "count": [203]}, "eef_velocity_state": {"mean": [1.3497536945812807, 1.0541871921182266], "std": [0.6738152810152807, 0.9108106628060944], "min": [0, 0], "max": [2, 2], "count": [203]}, "eef_acc_mag_state": {"mean": [1.0935960591133005, 0.729064039408867], "std": [0.8340703059427336, 0.8366556759126695], "min": [0, 0], "max": [2, 2], "count": [203]}, "eef_direction_action": {"mean": [3.2561576354679804, 3.980295566502463], "std": [1.793089914960025, 2.0581702886960014], "min": [0, 0], "max": [6, 6], "count": [203]}, "eef_velocity_action": {"mean": [1.3497536945812807, 1.0541871921182266], "std": [0.6738152810152807, 0.9108106628060944], "min": [0, 0], "max": [2, 2], "count": [203]}, "eef_acc_mag_action": {"mean": [1.0935960591133005, 0.729064039408867], "std": [0.8340703059427336, 0.8366556759126695], "min": [0, 0], "max": [2, 2], "count": [203]}, "eef_sim_pose_state": {"mean": [0.648398561740462, 0.19543109842526982, 1.2365461161923559, -1.2319511549831328, 0.7074930582191582, -1.9922483413259813, 0.6448385224634928, -0.21401633132812184, 1.2285396076696153, 1.184994877051247, 0.5924033114031177, 2.0204637263217364], "std": [0.0440205895391231, 0.035730463345065376, 0.04292272748912491, 0.21666769021396917, 0.12494583637506121, 0.24569865916189976, 0.04145833390450946, 0.05695419342998025, 0.07507598706002415, 0.2273210818035073, 0.07044543837191318, 0.18512968958432893], "min": [0.584090481769019, 0.13480661866179902, 1.1931356755544702, -1.7504902975800045, 0.5132523421908948, -2.6083180772184966, 0.5979633881540618, -0.2721137152402057, 1.1605205946876742, 0.686631363709989, 0.4168293868502173, 1.7361272593500714], "max": [0.7796785692128827, 0.2576812413950283, 1.3364051611303662, -0.8605424316661573, 0.9564685218299251, -1.7341294836434968, 0.7695293366282732, -0.10832558162539563, 1.4014836429195277, 1.4119155504967278, 0.7189118316045926, 2.4396874324900337], "count": [203]}, "eef_sim_pose_action": {"mean": [0.648398561740462, 0.19543109842526982, 1.2365461161923559, -1.2319511549831328, 0.7074930582191582, -1.9922483413259813, 0.6448385224634928, -0.21401633132812184, 1.2285396076696153, 1.184994877051247, 0.5924033114031177, 2.0204637263217364], "std": [0.0440205895391231, 0.035730463345065376, 0.04292272748912491, 0.21666769021396917, 0.12494583637506121, 0.24569865916189976, 0.04145833390450946, 0.05695419342998025, 0.07507598706002415, 0.2273210818035073, 0.07044543837191318, 0.18512968958432893], "min": [0.584090481769019, 0.13480661866179902, 1.1931356755544702, -1.7504902975800045, 0.5132523421908948, -2.6083180772184966, 0.5979633881540618, -0.2721137152402057, 1.1605205946876742, 0.686631363709989, 0.4168293868502173, 1.7361272593500714], "max": [0.7796785692128827, 0.2576812413950283, 1.3364051611303662, -0.8605424316661573, 0.9564685218299251, -1.7341294836434968, 0.7695293366282732, -0.10832558162539563, 1.4014836429195277, 1.4119155504967278, 0.7189118316045926, 2.4396874324900337], "count": [203]}}} +{"episode_index": 83, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34997541666666665]], [[0.40577237949346406]], [[0.4062062949346405]]], "std": [[[0.3579723866607623]], [[0.2575840916491166]], [[0.2522377844722857]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4917784967320261]], [[0.5071970404411765]], [[0.4665756678921569]]], "std": [[[0.27747128422693673]], [[0.26390177587436614]], [[0.2530796355783232]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47176506331699347]], [[0.4992858006535948]], [[0.46832079248366015]]], "std": [[[0.3083269887485901]], [[0.2766832506656839]], [[0.2726876221221947]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4133506209150327]], [[0.4318108006535948]], [[0.3440096895424837]]], "std": [[[0.4060654489918129]], [[0.3712103069594365]], [[0.3480403326977193]]], "count": [100]}, "observation.state": {"min": [0.2893730401992798, -1.3256514072418213, 0.7893205881118774, -0.09238860756158829, -1.4670065641403198, 0.4494735598564148, -0.9994182586669922, -1.250905990600586, 0.8244640231132507, -0.2363002598285675, 0.5814641118049622, -0.723969042301178, 27.85624885559082, 47.20500183105469, -0.5149999856948853, -0.5287500023841858, 14.248749732971191, 0.06750000268220901, 10.816874504089355, -0.9262499809265137, 0.9937500357627869, -3.244999885559082, 1.0362499952316284, 34.21812438964844, 37.32749938964844, 43.573123931884766, 1.1518750190734863, -0.5793750286102295, 1.3628571033477783, 0.375, 0.7013333439826965, -0.30812498927116394, 0.8962500095367432, 0.4325000047683716, 0.7226666808128357, -2.3946666717529297], "max": [0.9879739880561829, -0.6767376065254211, 1.5067569017410278, 0.3174591660499573, -0.3006742596626282, 0.8304961323738098, -0.43223562836647034, -0.6698710918426514, 1.431033968925476, -0.016594186425209045, 1.1149338483810425, -0.5201418995857239, 63.873748779296875, 73.89624786376953, 20.42909049987793, 4.731874942779541, 38.516876220703125, 13.699999809265137, 44.258750915527344, 49.63687515258789, 44.721248626708984, 72.0512466430664, 46.26812744140625, 101.38687133789062, 69.56437683105469, 51.002220153808594, 3.6875, 6.354374885559082, 38.891876220703125, 49.94937515258789, 46.96812438964844, 66.73687744140625, 52.81812286376953, 84.17813110351562, 49.90687561035156, 101.26374816894531], "mean": [0.6581705212593079, -0.962921679019928, 1.0852246284484863, 0.09565906971693039, -0.8419186472892761, 0.7181602716445923, -0.7722007036209106, -0.9016498923301697, 1.009917140007019, -0.14900128543376923, 0.872407853603363, -0.6274207830429077, 48.692440032958984, 56.92198181152344, 1.7818424701690674, 0.7225922346115112, 28.23284912109375, 5.020813941955566, 28.596696853637695, 15.37082576751709, 20.952234268188477, 38.1983642578125, 12.194445610046387, 78.26345825195312, 60.39092254638672, 46.960304260253906, 1.387760043144226, 0.26767510175704956, 30.19938850402832, 33.28020095825195, 34.32502746582031, 43.45930480957031, 35.773582458496094, 58.29338836669922, 32.087158203125, 75.75193786621094], "std": [0.2573854625225067, 0.17368361353874207, 0.21077553927898407, 0.13244648277759552, 0.35618433356285095, 0.1309690773487091, 0.18639938533306122, 0.15531925857067108, 0.17970503866672516, 0.06482508778572083, 0.2031877338886261, 0.06411703675985336, 12.145167350769043, 9.734382629394531, 5.363369464874268, 1.4133871793746948, 7.349236011505127, 5.527819633483887, 10.040364265441895, 20.03278160095215, 14.27166748046875, 23.97496795654297, 16.342273712158203, 14.507119178771973, 11.73587703704834, 1.4363787174224854, 0.4194801449775696, 1.7992773056030273, 10.989706993103027, 18.408241271972656, 14.171765327453613, 23.310619354248047, 17.522377014160156, 25.35081672668457, 19.332815170288086, 23.901718139648438], "count": [167]}, "action": {"min": [0.2893730401992798, -1.3256514072418213, 0.7893205881118774, -0.09238860756158829, -1.4670065641403198, 0.4494735598564148, -0.9994182586669922, -1.250905990600586, 0.8244640231132507, -0.2363002598285675, 0.5814641118049622, -0.723969042301178, 27.85624885559082, 47.20500183105469, -0.5149999856948853, -0.5287500023841858, 14.248749732971191, 0.06750000268220901, 10.816874504089355, -0.9262499809265137, 0.9937500357627869, -3.244999885559082, 1.0362499952316284, 34.21812438964844, 37.32749938964844, 43.573123931884766, 1.1518750190734863, -0.5793750286102295, 1.3628571033477783, 0.375, 0.7013333439826965, -0.30812498927116394, 0.8962500095367432, 0.4325000047683716, 0.7226666808128357, -2.3946666717529297], "max": [0.9879739880561829, -0.6767376065254211, 1.5067569017410278, 0.3174591660499573, -0.3006742596626282, 0.8304961323738098, -0.43223562836647034, -0.6698710918426514, 1.431033968925476, -0.016594186425209045, 1.1149338483810425, -0.5201418995857239, 63.873748779296875, 73.89624786376953, 20.42909049987793, 4.731874942779541, 38.516876220703125, 13.699999809265137, 44.258750915527344, 49.63687515258789, 44.721248626708984, 72.0512466430664, 46.26812744140625, 101.38687133789062, 69.56437683105469, 51.002220153808594, 3.6875, 6.354374885559082, 38.891876220703125, 49.94937515258789, 46.96812438964844, 66.73687744140625, 52.81812286376953, 84.17813110351562, 49.90687561035156, 101.26374816894531], "mean": [0.658170223236084, -0.9629219770431519, 1.0852247476577759, 0.09565902501344681, -0.8419188261032104, 0.7181605100631714, -0.7722007036209106, -0.9016498923301697, 1.0099173784255981, -0.14900121092796326, 0.8724082112312317, -0.6274207234382629, 48.692440032958984, 56.921993255615234, 1.7818418741226196, 0.7225922346115112, 28.23284912109375, 5.020815849304199, 28.59670639038086, 15.370833396911621, 20.952239990234375, 38.198360443115234, 12.194449424743652, 78.26345825195312, 60.39091110229492, 46.9603157043457, 1.3877601623535156, 0.26767510175704956, 30.199390411376953, 33.28019332885742, 34.32501220703125, 43.459312438964844, 35.77362060546875, 58.29340744018555, 32.08717727661133, 75.75194549560547], "std": [0.2573854923248291, 0.17368361353874207, 0.2107754945755005, 0.13244646787643433, 0.35618430376052856, 0.1309690773487091, 0.18639938533306122, 0.15531927347183228, 0.17970502376556396, 0.06482508033514023, 0.2031877338886261, 0.06411704421043396, 12.145167350769043, 9.734383583068848, 5.363368034362793, 1.4133875370025635, 7.34923791885376, 5.52781867980957, 10.040366172790527, 20.032779693603516, 14.271666526794434, 23.97496795654297, 16.342281341552734, 14.507122993469238, 11.735877990722656, 1.436378836631775, 0.41948002576828003, 1.7992773056030273, 10.989706039428711, 18.408241271972656, 14.171765327453613, 23.310619354248047, 17.52237892150879, 25.350820541381836, 19.33281707763672, 23.901718139648438], "count": [167]}, "timestamp": {"min": [0.0], "max": [5.533333333333333], "mean": [2.766666666666666], "std": [1.6069294390925266], "count": [167]}, "frame_index": {"min": [0], "max": [166], "mean": [83.0], "std": [48.2078831727758], "count": [167]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [167]}, "index": {"min": [17234], "max": [17400], "mean": [17317.0], "std": [48.2078831727758], "count": [167]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [167]}, "subtask_annotation": {"mean": [3.461077844311377, 4.970059880239521, 10.0, 10.0, 10.0], "std": [3.154216839120569, 4.203541634367799, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [167]}, "scene_annotation": {"mean": [83.0], "std": [0.0], "min": [83], "max": [83], "count": [167]}, "eef_direction_state": {"mean": [2.9580838323353293, 3.4730538922155687], "std": [1.9371974738917008, 1.8853814279429393], "min": [0, 0], "max": [6, 6], "count": [167]}, "eef_velocity_state": {"mean": [1.5389221556886228, 1.4491017964071857], "std": [0.5333040497775402, 0.662590476341224], "min": [0, 0], "max": [2, 2], "count": [167]}, "eef_acc_mag_state": {"mean": [1.1197604790419162, 1.1197604790419162], "std": [0.8174913811157724, 0.7486706399083971], "min": [0, 0], "max": [2, 2], "count": [167]}, "eef_direction_action": {"mean": [2.9580838323353293, 3.4730538922155687], "std": [1.9371974738917008, 1.8853814279429393], "min": [0, 0], "max": [6, 6], "count": [167]}, "eef_velocity_action": {"mean": [1.5389221556886228, 1.4491017964071857], "std": [0.5333040497775402, 0.662590476341224], "min": [0, 0], "max": [2, 2], "count": [167]}, "eef_acc_mag_action": {"mean": [1.1197604790419162, 1.1197604790419162], "std": [0.8174913811157724, 0.7486706399083971], "min": [0, 0], "max": [2, 2], "count": [167]}, "eef_sim_pose_state": {"mean": [0.6297251699590081, 0.1198480415247281, 1.2210731590584767, -1.325023387030446, 0.7521548025360307, -2.137643666082643, 0.6049996499850022, -0.11180825553457258, 1.1899521241250814, 1.4339884568139003, 0.76247496816675, 2.2935519199036776], "std": [0.07670613569885718, 0.040147405604269396, 0.11087578156952811, 0.531685790688477, 0.16693608974209387, 0.46311043742644037, 0.06197265883661582, 0.019248839294096723, 0.07661755009099248, 0.36397645760744685, 0.037421041921285494, 0.28565728986570404], "min": [0.5499270690083256, 0.04702787854449425, 1.0484108394618203, -2.0349140215970603, 0.5178813125028108, -2.8031639969964037, 0.5575135028076148, -0.15312065923644022, 1.0520475666051872, 0.9203515437138092, 0.6893870541988356, 1.8790305374343934], "max": [0.7739371955474839, 0.17811532328169916, 1.36454446534967, -0.5522898539177052, 1.0233301492104099, -1.5293609604020544, 0.7479269903324549, -0.07495407211065996, 1.2940192248162994, 2.027511554588489, 0.8092921680090224, 2.7517317427237016], "count": [167]}, "eef_sim_pose_action": {"mean": [0.6297251699590081, 0.1198480415247281, 1.2210731590584767, -1.325023387030446, 0.7521548025360307, -2.137643666082643, 0.6049996499850022, -0.11180825553457258, 1.1899521241250814, 1.4339884568139003, 0.76247496816675, 2.2935519199036776], "std": [0.07670613569885718, 0.040147405604269396, 0.11087578156952811, 0.531685790688477, 0.16693608974209387, 0.46311043742644037, 0.06197265883661582, 0.019248839294096723, 0.07661755009099248, 0.36397645760744685, 0.037421041921285494, 0.28565728986570404], "min": [0.5499270690083256, 0.04702787854449425, 1.0484108394618203, -2.0349140215970603, 0.5178813125028108, -2.8031639969964037, 0.5575135028076148, -0.15312065923644022, 1.0520475666051872, 0.9203515437138092, 0.6893870541988356, 1.8790305374343934], "max": [0.7739371955474839, 0.17811532328169916, 1.36454446534967, -0.5522898539177052, 1.0233301492104099, -1.5293609604020544, 0.7479269903324549, -0.07495407211065996, 1.2940192248162994, 2.027511554588489, 0.8092921680090224, 2.7517317427237016], "count": [167]}}} +{"episode_index": 84, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31040689950980394]], [[0.3181187193627451]], [[0.34062366013071893]]], "std": [[[0.32281851240399895]], [[0.30723280249459817]], [[0.29005091077552303]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48150162581699346]], [[0.504101772875817]], [[0.47502054942810457]]], "std": [[[0.31943538477278083]], [[0.3097500472275895]], [[0.3192602068675901]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4615911213235294]], [[0.49844713235294114]], [[0.4792088337418301]]], "std": [[[0.3094436034417154]], [[0.2934328084639474]], [[0.2959184372330275]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3874287642973856]], [[0.4158262030228758]], [[0.4029472140522876]]], "std": [[[0.3634038106864938]], [[0.3602647953529594]], [[0.33861243593794144]]], "count": [100]}, "observation.state": {"min": [0.2944276034832001, -1.2528371810913086, 0.9889515042304993, -0.25446802377700806, -1.618240475654602, 0.1696612536907196, -1.2514305114746094, -1.301737666130066, 1.1633944511413574, -0.3450208008289337, 0.8608949184417725, -0.40822651982307434, 4.092222213745117, 44.45624923706055, -1.0099999904632568, 1.5512499809265137, 1.9574999809265137, -0.5006250143051147, 0.8125, -0.684374988079071, 0.48875001072883606, -2.4156250953674316, 0.9750000238418579, 0.2409999966621399, 32.42625045776367, 40.94750213623047, 1.0049999952316284, 0.543749988079071, 1.0212500095367432, 0.9175000190734863, 0.4206250011920929, 0.5943750143051147, 0.7777777910232544, 0.1106249988079071, 0.8678571581840515, -3.3687500953674316], "max": [1.1805475950241089, -0.801098644733429, 1.6235837936401367, 0.7460946440696716, -0.6389715671539307, 0.5471419095993042, -0.2637903392314911, -0.9187838435173035, 1.6673341989517212, 0.33512628078460693, 1.6531243324279785, -0.08263713866472244, 61.51625061035156, 68.97666931152344, 44.498748779296875, 9.618749618530273, 43.64249801635742, 8.250624656677246, 40.63562774658203, 57.05875015258789, 51.12437438964844, 81.32562255859375, 67.80500030517578, 105.23249816894531, 67.5112533569336, 63.75666809082031, 2.4262499809265137, 9.463749885559082, 31.280000686645508, 55.26625061035156, 32.0056266784668, 79.69499969482422, 44.00437545776367, 97.70999908447266, 77.14812469482422, 110.22062683105469], "mean": [0.8936454653739929, -0.8914398550987244, 1.1285582780838013, 0.0057053230702877045, -1.1847630739212036, 0.4443354606628418, -0.9606155753135681, -1.013219952583313, 1.3030500411987305, 0.053220245987176895, 1.3104454278945923, -0.300498902797699, 49.04834747314453, 50.385494232177734, 10.387415885925293, 7.203001976013184, 14.704957962036133, 1.373354434967041, 9.179380416870117, 7.054858684539795, 10.41263198852539, 10.260140419006348, 9.81136417388916, 35.21155548095703, 53.771751403808594, 52.2650032043457, 1.2076560258865356, 5.296014308929443, 15.001227378845215, 9.64783763885498, 15.056733131408691, 13.991191864013672, 17.415355682373047, 16.946002960205078, 15.194571495056152, 40.05764389038086], "std": [0.3004570007324219, 0.11025825887918472, 0.16465714573860168, 0.30955904722213745, 0.30367371439933777, 0.10102345049381256, 0.2963646948337555, 0.09781733900308609, 0.13924555480480194, 0.2624073028564453, 0.19190239906311035, 0.10028065741062164, 10.490549087524414, 5.04088020324707, 15.740492820739746, 2.096133232116699, 11.546364784240723, 2.100250005722046, 11.588382720947266, 15.993966102600098, 15.377197265625, 25.038867950439453, 19.10822105407715, 29.090044021606445, 8.97590160369873, 8.241676330566406, 0.20089486241340637, 2.8549611568450928, 9.066937446594238, 17.10657501220703, 10.313115119934082, 26.79939842224121, 13.345611572265625, 33.19467544555664, 21.315275192260742, 36.402217864990234], "count": [228]}, "action": {"min": [0.2944276034832001, -1.2528371810913086, 0.9889515042304993, -0.25446802377700806, -1.618240475654602, 0.1696612536907196, -1.2514305114746094, -1.301737666130066, 1.1633944511413574, -0.3450208008289337, 0.8608949184417725, -0.40822651982307434, 4.092222213745117, 44.45624923706055, -1.0099999904632568, 1.5512499809265137, 1.9574999809265137, -0.5006250143051147, 0.8125, -0.684374988079071, 0.48875001072883606, -2.4156250953674316, 0.9750000238418579, 0.2409999966621399, 32.42625045776367, 40.94750213623047, 1.0049999952316284, 0.543749988079071, 1.0212500095367432, 0.9175000190734863, 0.4206250011920929, 0.5943750143051147, 0.7777777910232544, 0.1106249988079071, 0.8678571581840515, -3.3687500953674316], "max": [1.1805475950241089, -0.801098644733429, 1.6235837936401367, 0.7460946440696716, -0.6389715671539307, 0.5471419095993042, -0.2637903392314911, -0.9187838435173035, 1.6673341989517212, 0.33512628078460693, 1.6531243324279785, -0.08263713866472244, 61.51625061035156, 68.97666931152344, 44.498748779296875, 9.618749618530273, 43.64249801635742, 8.250624656677246, 40.63562774658203, 57.05875015258789, 51.12437438964844, 81.32562255859375, 67.80500030517578, 105.23249816894531, 67.5112533569336, 63.75666809082031, 2.4262499809265137, 9.463749885559082, 31.280000686645508, 55.26625061035156, 32.0056266784668, 79.69499969482422, 44.00437545776367, 97.70999908447266, 77.14812469482422, 110.22062683105469], "mean": [0.8936452865600586, -0.8914390802383423, 1.1285582780838013, 0.005705318879336119, -1.1847630739212036, 0.44433555006980896, -0.9606155753135681, -1.013220191001892, 1.3030496835708618, 0.05322030186653137, 1.310445785522461, -0.30049896240234375, 49.04835510253906, 50.38551330566406, 10.38742733001709, 7.202999114990234, 14.704961776733398, 1.373354434967041, 9.179375648498535, 7.054858684539795, 10.412631034851074, 10.260151863098145, 9.811367988586426, 35.211570739746094, 53.771728515625, 52.264976501464844, 1.2076560258865356, 5.296014308929443, 15.001221656799316, 9.647836685180664, 15.056735038757324, 13.991194725036621, 17.415353775024414, 16.945995330810547, 15.194578170776367, 40.057655334472656], "std": [0.30045703053474426, 0.11025828123092651, 0.1646571159362793, 0.3095589876174927, 0.3036736845970154, 0.10102345049381256, 0.2963646948337555, 0.09781733900308609, 0.13924556970596313, 0.2624073028564453, 0.19190241396427155, 0.10028065741062164, 10.490549087524414, 5.04088020324707, 15.74049186706543, 2.0961334705352783, 11.546363830566406, 2.100250720977783, 11.588382720947266, 15.993962287902832, 15.377197265625, 25.03886604309082, 19.10821533203125, 29.090042114257812, 8.975902557373047, 8.241676330566406, 0.20089484751224518, 2.854961395263672, 9.066937446594238, 17.106576919555664, 10.313115119934082, 26.799394607543945, 13.345610618591309, 33.19467544555664, 21.315277099609375, 36.402217864990234], "count": [228]}, "timestamp": {"min": [0.0], "max": [7.566666666666666], "mean": [3.7833333333333328], "std": [2.193909920835571], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [228]}, "index": {"min": [17401], "max": [17628], "mean": [17514.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}, "subtask_annotation": {"mean": [4.219298245614035, 10.0, 10.0, 10.0, 10.0], "std": [2.6349831782472655, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [228]}, "scene_annotation": {"mean": [84.0], "std": [0.0], "min": [84], "max": [84], "count": [228]}, "eef_direction_state": {"mean": [3.2719298245614037, 3.986842105263158], "std": [2.0595736559293574, 2.1119548256521896], "min": [0, 0], "max": [6, 6], "count": [228]}, "eef_velocity_state": {"mean": [1.2149122807017543, 0.9692982456140351], "std": [0.7679698066228057, 0.9430844498085037], "min": [0, 0], "max": [2, 2], "count": [228]}, "eef_acc_mag_state": {"mean": [0.8333333333333334, 0.7368421052631579], "std": [0.8368347493148333, 0.8486587103472157], "min": [0, 0], "max": [2, 2], "count": [228]}, "eef_direction_action": {"mean": [3.2719298245614037, 3.986842105263158], "std": [2.0595736559293574, 2.1119548256521896], "min": [0, 0], "max": [6, 6], "count": [228]}, "eef_velocity_action": {"mean": [1.2149122807017543, 0.9692982456140351], "std": [0.7679698066228057, 0.9430844498085037], "min": [0, 0], "max": [2, 2], "count": [228]}, "eef_acc_mag_action": {"mean": [0.8333333333333334, 0.7368421052631579], "std": [0.8368347493148333, 0.8486587103472157], "min": [0, 0], "max": [2, 2], "count": [228]}, "eef_sim_pose_state": {"mean": [0.6350993079007512, 0.19619447995673817, 1.2263011950003198, -1.2380471589924915, 0.6212209847844808, -2.015715070115906, 0.6517705435252249, -0.2120416967396871, 1.2149120100056132, 1.153962011561976, 0.5076726546339713, 1.9851410259283166], "std": [0.050737724033167834, 0.035517605443663516, 0.0485387942740356, 0.2164117807908398, 0.15004344417461993, 0.24466442867733168, 0.03418327495890263, 0.061805741773036944, 0.061557579087443665, 0.1852793058546502, 0.06036526644709668, 0.1852023604994845], "min": [0.5870258372802485, 0.1360595364492162, 1.1855881331252347, -1.7551942804501426, 0.44637335819462454, -2.634000737986763, 0.5920150546988372, -0.28516005755934215, 1.1656527331749484, 0.7152637411203, 0.33965024564384527, 1.8357574274935573], "max": [0.7893131769358541, 0.24690897303174666, 1.3453197311391305, -0.8287744313641006, 0.9751163252431696, -1.6977086225857538, 0.7595683312192578, -0.10721349729052662, 1.3774075886250876, 1.3482702379128175, 0.6066278618865297, 2.367070575449481], "count": [228]}, "eef_sim_pose_action": {"mean": [0.6350993079007512, 0.19619447995673817, 1.2263011950003198, -1.2380471589924915, 0.6212209847844808, -2.015715070115906, 0.6517705435252249, -0.2120416967396871, 1.2149120100056132, 1.153962011561976, 0.5076726546339713, 1.9851410259283166], "std": [0.050737724033167834, 0.035517605443663516, 0.0485387942740356, 0.2164117807908398, 0.15004344417461993, 0.24466442867733168, 0.03418327495890263, 0.061805741773036944, 0.061557579087443665, 0.1852793058546502, 0.06036526644709668, 0.1852023604994845], "min": [0.5870258372802485, 0.1360595364492162, 1.1855881331252347, -1.7551942804501426, 0.44637335819462454, -2.634000737986763, 0.5920150546988372, -0.28516005755934215, 1.1656527331749484, 0.7152637411203, 0.33965024564384527, 1.8357574274935573], "max": [0.7893131769358541, 0.24690897303174666, 1.3453197311391305, -0.8287744313641006, 0.9751163252431696, -1.6977086225857538, 0.7595683312192578, -0.10721349729052662, 1.3774075886250876, 1.3482702379128175, 0.6066278618865297, 2.367070575449481], "count": [228]}}} +{"episode_index": 85, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35589674428104573]], [[0.4165252675653595]], [[0.4137200490196078]]], "std": [[[0.358005324033844]], [[0.25851620533879216]], [[0.2528385815376668]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49588009803921573]], [[0.5066769566993464]], [[0.4657900980392157]]], "std": [[[0.2771431653098455]], [[0.26601275811927205]], [[0.25565311232726085]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.1450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49069674428104576]], [[0.5085402900326798]], [[0.45769461397058825]]], "std": [[[0.3152172345842969]], [[0.2745929343537395]], [[0.2763451592890419]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41054251225490196]], [[0.42966751225490196]], [[0.3423142320261438]]], "std": [[[0.405890912193398]], [[0.3706874826262862]], [[0.34842475189806743]]], "count": [100]}, "observation.state": {"min": [0.29433223605155945, -1.3376678228378296, 0.8142118453979492, -0.04191462695598602, -1.286017656326294, 0.47133690118789673, -0.8581531047821045, -1.2541247606277466, 0.783884584903717, -0.3462367355823517, 0.4135671854019165, -0.7386426329612732, 12.914999961853027, 47.46062469482422, -0.5993750095367432, -0.581250011920929, 7.896874904632568, 0.4124999940395355, 3.4937500953674316, 0.08812499791383743, 1.6762499809265137, -2.4381251335144043, 1.0043749809265137, 3.7950000762939453, 34.224998474121094, 42.458126068115234, 0.8600000143051147, -1.169374942779541, 0.9255555868148804, 0.6108333468437195, 0.7222222089767456, -0.04916666820645332, 1.090000033378601, 0.8058333396911621, 0.6844444274902344, -3.130000114440918], "max": [0.902404248714447, -0.656710147857666, 1.5023221969604492, 0.44367989897727966, -0.2610008120536804, 0.867308497428894, -0.39751869440078735, -0.6065461039543152, 1.4609798192977905, -0.07784485816955566, 1.0481278896331787, -0.5291543006896973, 59.518123626708984, 76.33110809326172, 20.09375, 9.695625305175781, 36.53750228881836, 36.119998931884766, 43.102500915527344, 57.912498474121094, 44.045623779296875, 79.15687561035156, 39.385623931884766, 97.45750427246094, 66.94937896728516, 52.08363723754883, 2.143749952316284, 5.902727127075195, 44.630001068115234, 46.86000061035156, 51.37562561035156, 72.48187255859375, 52.796875, 84.47624969482422, 51.576873779296875, 99.37187957763672], "mean": [0.6035725474357605, -0.9541200399398804, 1.0893906354904175, 0.18045684695243835, -0.782709538936615, 0.6922893524169922, -0.7337081432342529, -0.8657777309417725, 0.9884614944458008, -0.20164602994918823, 0.7813092470169067, -0.6274547576904297, 40.45600509643555, 57.0031852722168, 2.17276668548584, 2.224043369293213, 26.491392135620117, 13.428018569946289, 27.759220123291016, 19.459253311157227, 25.509235382080078, 27.439151763916016, 12.670825004577637, 66.58174896240234, 57.768707275390625, 45.92778015136719, 1.226691722869873, -0.3213789761066437, 33.514244079589844, 31.504846572875977, 37.90327072143555, 41.48447036743164, 37.4835319519043, 53.15061950683594, 31.816730499267578, 78.92060089111328], "std": [0.22886820137500763, 0.18863342702388763, 0.2112089991569519, 0.16996844112873077, 0.32224801182746887, 0.1420237123966217, 0.16382087767124176, 0.17753198742866516, 0.20276759564876556, 0.09434596449136734, 0.2312711924314499, 0.08099257946014404, 15.284403800964355, 9.852531433105469, 5.6200995445251465, 3.434352159500122, 9.2723388671875, 15.39061450958252, 11.66422176361084, 24.4097957611084, 12.571968078613281, 32.9901237487793, 14.961915969848633, 22.203088760375977, 12.348187446594238, 1.8208783864974976, 0.3634437322616577, 1.523587942123413, 13.039701461791992, 16.38646697998047, 15.379255294799805, 26.262075424194336, 16.805984497070312, 28.61089515686035, 20.235321044921875, 21.805187225341797], "count": [172]}, "action": {"min": [0.29433223605155945, -1.3376678228378296, 0.8142118453979492, -0.04191462695598602, -1.286017656326294, 0.47133690118789673, -0.8581531047821045, -1.2541247606277466, 0.783884584903717, -0.3462367355823517, 0.4135671854019165, -0.7386426329612732, 12.914999961853027, 47.46062469482422, -0.5993750095367432, -0.581250011920929, 7.896874904632568, 0.4124999940395355, 3.4937500953674316, 0.08812499791383743, 1.6762499809265137, -2.4381251335144043, 1.0043749809265137, 3.7950000762939453, 34.224998474121094, 42.458126068115234, 0.8600000143051147, -1.169374942779541, 0.9255555868148804, 0.6108333468437195, 0.7222222089767456, -0.04916666820645332, 1.090000033378601, 0.8058333396911621, 0.6844444274902344, -3.130000114440918], "max": [0.902404248714447, -0.656710147857666, 1.5023221969604492, 0.44367989897727966, -0.2610008120536804, 0.867308497428894, -0.39751869440078735, -0.6065461039543152, 1.4609798192977905, -0.07784485816955566, 1.0481278896331787, -0.5291543006896973, 59.518123626708984, 76.33110809326172, 20.09375, 9.695625305175781, 36.53750228881836, 36.119998931884766, 43.102500915527344, 57.912498474121094, 44.045623779296875, 79.15687561035156, 39.385623931884766, 97.45750427246094, 66.94937896728516, 52.08363723754883, 2.143749952316284, 5.902727127075195, 44.630001068115234, 46.86000061035156, 51.37562561035156, 72.48187255859375, 52.796875, 84.47624969482422, 51.576873779296875, 99.37187957763672], "mean": [0.6035725474357605, -0.9541199207305908, 1.0893908739089966, 0.18045678734779358, -0.7827092409133911, 0.6922893524169922, -0.7337087392807007, -0.8657777309417725, 0.9884617924690247, -0.20164604485034943, 0.781309187412262, -0.6274546384811401, 40.456016540527344, 57.003170013427734, 2.1727678775787354, 2.224043846130371, 26.49140167236328, 13.428022384643555, 27.759231567382812, 19.459259033203125, 25.50922966003418, 27.439151763916016, 12.670825004577637, 66.58175659179688, 57.76871871948242, 45.927764892578125, 1.2266911268234253, -0.3213791847229004, 33.51423263549805, 31.504837036132812, 37.90327453613281, 41.48448181152344, 37.483524322509766, 53.15061950683594, 31.816720962524414, 78.92064666748047], "std": [0.22886814177036285, 0.18863344192504883, 0.2112090289592743, 0.16996845602989197, 0.32224801182746887, 0.14202375710010529, 0.16382087767124176, 0.17753197252750397, 0.20276759564876556, 0.09434597194194794, 0.2312711924314499, 0.08099257946014404, 15.284403800964355, 9.852530479431152, 5.6200995445251465, 3.434351682662964, 9.272337913513184, 15.39061450958252, 11.664220809936523, 24.409793853759766, 12.571969032287598, 32.9901237487793, 14.961915016174316, 22.203088760375977, 12.348190307617188, 1.8208781480789185, 0.3634437024593353, 1.523587942123413, 13.039700508117676, 16.38646697998047, 15.379255294799805, 26.262075424194336, 16.805986404418945, 28.61089324951172, 20.235322952270508, 21.805187225341797], "count": [172]}, "timestamp": {"min": [0.0], "max": [5.7], "mean": [2.85], "std": [1.655042799043779], "count": [172]}, "frame_index": {"min": [0], "max": [171], "mean": [85.5], "std": [49.65128397131337], "count": [172]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [172]}, "index": {"min": [17629], "max": [17800], "mean": [17714.5], "std": [49.65128397131337], "count": [172]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [172]}, "subtask_annotation": {"mean": [2.9767441860465116, 4.5, 10.0, 10.0, 10.0], "std": [3.0269208553894744, 3.9125617611590133, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [172]}, "scene_annotation": {"mean": [85.0], "std": [0.0], "min": [85], "max": [85], "count": [172]}, "eef_direction_state": {"mean": [3.697674418604651, 3.7151162790697674], "std": [1.953349939724065, 1.981074258839712], "min": [0, 0], "max": [6, 6], "count": [172]}, "eef_velocity_state": {"mean": [1.4767441860465116, 1.255813953488372], "std": [0.7025988995358508, 0.7182997772781627], "min": [0, 0], "max": [2, 2], "count": [172]}, "eef_acc_mag_state": {"mean": [1.0465116279069768, 1.005813953488372], "std": [0.8056050267762221, 0.796044677249584], "min": [0, 0], "max": [2, 2], "count": [172]}, "eef_direction_action": {"mean": [3.697674418604651, 3.7151162790697674], "std": [1.953349939724065, 1.981074258839712], "min": [0, 0], "max": [6, 6], "count": [172]}, "eef_velocity_action": {"mean": [1.4767441860465116, 1.255813953488372], "std": [0.7025988995358508, 0.7182997772781627], "min": [0, 0], "max": [2, 2], "count": [172]}, "eef_acc_mag_action": {"mean": [1.0465116279069768, 1.005813953488372], "std": [0.8056050267762221, 0.796044677249584], "min": [0, 0], "max": [2, 2], "count": [172]}, "eef_sim_pose_state": {"mean": [0.6306217295475816, 0.1103051806324468, 1.2280136421291452, -1.3519926490499283, 0.8025314520880529, -2.201029676887618, 0.6058377499780397, -0.11081881633909263, 1.188477994926278, 1.5209032533325049, 0.8186591923760148, 2.3617873042359863], "std": [0.07380672597665772, 0.03628494145720271, 0.10727894016688963, 0.5479443954875691, 0.16299070743943017, 0.48754115009183285, 0.06689764949654808, 0.016073971938708555, 0.06108204138805697, 0.3476111102157624, 0.04762541834942323, 0.29127225866979806], "min": [0.5522261051413099, 0.039582101568236494, 1.0570465408320264, -2.0928905317840796, 0.5407323948066858, -2.880478099343205, 0.5504770846009485, -0.1374598935847137, 1.0655520769066098, 0.9792366924828093, 0.7234625307122888, 1.9138703279626683], "max": [0.7691243267069351, 0.16181783707885988, 1.3812789709240343, -0.5473060799170261, 1.043786149646781, -1.5599256842743203, 0.7609425490585913, -0.07249460990533724, 1.280827967224398, 2.0732975055044762, 0.8932090137185087, 2.809447660057024], "count": [172]}, "eef_sim_pose_action": {"mean": [0.6306217295475816, 0.1103051806324468, 1.2280136421291452, -1.3519926490499283, 0.8025314520880529, -2.201029676887618, 0.6058377499780397, -0.11081881633909263, 1.188477994926278, 1.5209032533325049, 0.8186591923760148, 2.3617873042359863], "std": [0.07380672597665772, 0.03628494145720271, 0.10727894016688963, 0.5479443954875691, 0.16299070743943017, 0.48754115009183285, 0.06689764949654808, 0.016073971938708555, 0.06108204138805697, 0.3476111102157624, 0.04762541834942323, 0.29127225866979806], "min": [0.5522261051413099, 0.039582101568236494, 1.0570465408320264, -2.0928905317840796, 0.5407323948066858, -2.880478099343205, 0.5504770846009485, -0.1374598935847137, 1.0655520769066098, 0.9792366924828093, 0.7234625307122888, 1.9138703279626683], "max": [0.7691243267069351, 0.16181783707885988, 1.3812789709240343, -0.5473060799170261, 1.043786149646781, -1.5599256842743203, 0.7609425490585913, -0.07249460990533724, 1.280827967224398, 2.0732975055044762, 0.8932090137185087, 2.809447660057024], "count": [172]}}} +{"episode_index": 86, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3010701879084967]], [[0.33018719566993465]], [[0.3434231556372549]]], "std": [[[0.33419309058841]], [[0.30981784741014895]], [[0.30107440829826815]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.14901960784313725]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4772372753267974]], [[0.505792704248366]], [[0.47334480187908495]]], "std": [[[0.3337882002795441]], [[0.32308086023697313]], [[0.3364307758925527]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48672449959150327]], [[0.5212028329248366]], [[0.5050039522058823]]], "std": [[[0.311557730994798]], [[0.29925728106116034]], [[0.3025631505352795]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38714788807189543]], [[0.421265095996732]], [[0.4260043096405229]]], "std": [[[0.36174113654960194]], [[0.36226349253509504]], [[0.3327938416945099]]], "count": [100]}, "observation.state": {"min": [0.2302681803703308, -1.2029592990875244, 0.9959372878074646, -0.4734111428260803, -1.5179779529571533, 0.21586747467517853, -1.189631462097168, -1.356097936630249, 1.1833847761154175, -0.5189259648323059, 0.8239633440971375, -0.39760348200798035, 39.703125, 42.484375, -0.7918750047683716, 0.20500001311302185, 0.8374999761581421, -0.8924999833106995, 0.6725000143051147, 0.44312500953674316, 0.8543750047683716, -2.989375114440918, 0.9830000400543213, 0.06687499582767487, 31.358749389648438, 39.489376068115234, 1.121250033378601, 0.9900000095367432, 0.9856249690055847, 0.4424999952316284, 0.5450000166893005, 0.6668750047683716, 0.7393749952316284, 0.71875, 0.7862499952316284, -3.2356250286102295], "max": [1.3380731344223022, -0.7410639524459839, 1.5713454484939575, 0.5488002300262451, -0.6805523633956909, 0.5353294014930725, -0.2700369954109192, -0.9342336058616638, 1.7112277746200562, 0.32778286933898926, 1.5313620567321777, -0.07751106470823288, 54.176876068115234, 56.6662483215332, 51.93687438964844, 9.508749961853027, 38.66812515258789, 34.57624816894531, 32.380001068115234, 79.97437286376953, 67.82062530517578, 109.0268783569336, 80.29374694824219, 109.96875, 69.28250122070312, 63.475624084472656, 2.990000009536743, 9.59375, 36.50562286376953, 59.31999969482422, 43.11000061035156, 71.48062896728516, 53.45750045776367, 96.77750396728516, 87.45437622070312, 109.86125183105469], "mean": [0.7717568278312683, -0.9354855418205261, 1.2227973937988281, 0.008171317167580128, -1.132617473602295, 0.4356537461280823, -0.9240781664848328, -1.0220617055892944, 1.3180257081985474, 0.05726614221930504, 1.3074957132339478, -0.31314530968666077, 48.65445327758789, 47.35919189453125, 11.946930885314941, 7.082106590270996, 11.93925952911377, 5.948843955993652, 8.292491912841797, 13.840229034423828, 12.812835693359375, 17.915225982666016, 12.174857139587402, 44.67250061035156, 56.50956726074219, 53.01185607910156, 1.3006994724273682, 7.229419231414795, 17.44164276123047, 10.042817115783691, 13.174604415893555, 13.076048851013184, 12.431413650512695, 17.29853057861328, 14.623250007629395, 27.20592498779297], "std": [0.29666146636009216, 0.13263630867004395, 0.1550792157649994, 0.2609148323535919, 0.2828807532787323, 0.08311231434345245, 0.3111700713634491, 0.1035916730761528, 0.14069564640522003, 0.29568201303482056, 0.20544105768203735, 0.09012208133935928, 3.7154247760772705, 2.9550178050994873, 17.6984806060791, 3.158123254776001, 12.00943660736084, 10.976683616638184, 11.48410701751709, 26.850574493408203, 19.605920791625977, 36.7989501953125, 23.362085342407227, 32.51512908935547, 10.153568267822266, 8.973621368408203, 0.2523016929626465, 2.150759220123291, 10.895655632019043, 19.596765518188477, 12.69599437713623, 23.443138122558594, 16.252561569213867, 32.86284255981445, 27.10380744934082, 36.95481491088867], "count": [227]}, "action": {"min": [0.2302681803703308, -1.2029592990875244, 0.9959372878074646, -0.4734111428260803, -1.5179779529571533, 0.21586747467517853, -1.189631462097168, -1.356097936630249, 1.1833847761154175, -0.5189259648323059, 0.8239633440971375, -0.39760348200798035, 39.703125, 42.484375, -0.7918750047683716, 0.20500001311302185, 0.8374999761581421, -0.8924999833106995, 0.6725000143051147, 0.44312500953674316, 0.8543750047683716, -2.989375114440918, 0.9830000400543213, 0.06687499582767487, 31.358749389648438, 39.489376068115234, 1.121250033378601, 0.9900000095367432, 0.9856249690055847, 0.4424999952316284, 0.5450000166893005, 0.6668750047683716, 0.7393749952316284, 0.71875, 0.7862499952316284, -3.2356250286102295], "max": [1.3380731344223022, -0.7410639524459839, 1.5713454484939575, 0.5488002300262451, -0.6805523633956909, 0.5353294014930725, -0.2700369954109192, -0.9342336058616638, 1.7112277746200562, 0.32778286933898926, 1.5313620567321777, -0.07751106470823288, 54.176876068115234, 56.6662483215332, 51.93687438964844, 9.508749961853027, 38.66812515258789, 34.57624816894531, 32.380001068115234, 79.97437286376953, 67.82062530517578, 109.0268783569336, 80.29374694824219, 109.96875, 69.28250122070312, 63.475624084472656, 2.990000009536743, 9.59375, 36.50562286376953, 59.31999969482422, 43.11000061035156, 71.48062896728516, 53.45750045776367, 96.77750396728516, 87.45437622070312, 109.86125183105469], "mean": [0.7717567086219788, -0.9354856610298157, 1.2227970361709595, 0.008171315304934978, -1.1326173543930054, 0.4356538951396942, -0.9240774512290955, -1.022061824798584, 1.3180261850357056, 0.0572662279009819, 1.3074960708618164, -0.31314536929130554, 48.65446090698242, 47.35920333862305, 11.946920394897461, 7.0821075439453125, 11.939249038696289, 5.948847770690918, 8.29249095916748, 13.840228080749512, 12.812834739685059, 17.915210723876953, 12.174858093261719, 44.6724853515625, 56.50952911376953, 53.01186752319336, 1.3006994724273682, 7.229419231414795, 17.441648483276367, 10.04280948638916, 13.17460823059082, 13.076047897338867, 12.43140983581543, 17.298524856567383, 14.62324333190918, 27.2059268951416], "std": [0.29666149616241455, 0.13263632357120514, 0.15507923066616058, 0.26091480255126953, 0.2828807532787323, 0.08311233669519424, 0.3111700117588043, 0.1035916805267334, 0.14069564640522003, 0.29568201303482056, 0.20544104278087616, 0.09012207388877869, 3.7154242992401123, 2.9550182819366455, 17.698476791381836, 3.1581227779388428, 12.009435653686523, 10.9766845703125, 11.48410415649414, 26.850582122802734, 19.60592269897461, 36.7989501953125, 23.362083435058594, 32.5151252746582, 10.153569221496582, 8.973621368408203, 0.2523016035556793, 2.150758981704712, 10.89565658569336, 19.59676742553711, 12.69599437713623, 23.44314193725586, 16.252561569213867, 32.86284255981445, 27.103809356689453, 36.95481872558594], "count": [227]}, "timestamp": {"min": [0.0], "max": [7.533333333333333], "mean": [3.7666666666666666], "std": [2.1842873233874505], "count": [227]}, "frame_index": {"min": [0], "max": [226], "mean": [113.0], "std": [65.5286197016235], "count": [227]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [227]}, "index": {"min": [17801], "max": [18027], "mean": [17914.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [227]}, "subtask_annotation": {"mean": [3.5066079295154187, 9.806167400881057, 10.0, 10.0, 10.0], "std": [2.07856703446517, 0.39529928236430933, 0.0, 0.0, 0.0], "min": [1, 9, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [227]}, "scene_annotation": {"mean": [86.0], "std": [0.0], "min": [86], "max": [86], "count": [227]}, "eef_direction_state": {"mean": [3.33920704845815, 3.986784140969163], "std": [2.018505856085544, 2.0745578080109826], "min": [0, 0], "max": [6, 6], "count": [227]}, "eef_velocity_state": {"mean": [1.1233480176211454, 0.920704845814978], "std": [0.7466408046835742, 0.8968193607117566], "min": [0, 0], "max": [2, 2], "count": [227]}, "eef_acc_mag_state": {"mean": [0.960352422907489, 0.6916299559471366], "std": [0.8619289191697755, 0.8085830781960084], "min": [0, 0], "max": [2, 2], "count": [227]}, "eef_direction_action": {"mean": [3.33920704845815, 3.986784140969163], "std": [2.018505856085544, 2.0745578080109826], "min": [0, 0], "max": [6, 6], "count": [227]}, "eef_velocity_action": {"mean": [1.1233480176211454, 0.920704845814978], "std": [0.7466408046835742, 0.8968193607117566], "min": [0, 0], "max": [2, 2], "count": [227]}, "eef_acc_mag_action": {"mean": [0.960352422907489, 0.6916299559471366], "std": [0.8619289191697755, 0.8085830781960084], "min": [0, 0], "max": [2, 2], "count": [227]}, "eef_sim_pose_state": {"mean": [0.6619879252474814, 0.1982310402403656, 1.2554580689870078, -1.140856801224802, 0.6040697956585195, -1.9351726040155743, 0.6574058459589024, -0.2125987018986683, 1.2260326558867216, 1.1177111889799902, 0.5124339971792097, 1.9478121973627263], "std": [0.04667096107957997, 0.033051671667046624, 0.05817104351781248, 0.2458526072155503, 0.14739855720551007, 0.22334544277502094, 0.035526686956014665, 0.06405191178830356, 0.06157162465961893, 0.17070817563904767, 0.09084202837627946, 0.19963016104317896], "min": [0.6037908784953936, 0.14958585842038552, 1.1838766653903943, -1.6777447920990056, 0.4215084103536675, -2.45273815801257, 0.6260635428486695, -0.27498959778400384, 1.1752207032448827, 0.6410513488461648, 0.41259727623930464, 1.7371968952303263], "max": [0.7716276831151802, 0.3020428002718725, 1.38511875009376, -0.6881488670110227, 0.8779023987372914, -1.6413089768734315, 0.7745552729016534, -0.09947986011574211, 1.382990126820212, 1.3611243252128853, 0.7123634610234397, 2.4262387057002544], "count": [227]}, "eef_sim_pose_action": {"mean": [0.6619879252474814, 0.1982310402403656, 1.2554580689870078, -1.140856801224802, 0.6040697956585195, -1.9351726040155743, 0.6574058459589024, -0.2125987018986683, 1.2260326558867216, 1.1177111889799902, 0.5124339971792097, 1.9478121973627263], "std": [0.04667096107957997, 0.033051671667046624, 0.05817104351781248, 0.2458526072155503, 0.14739855720551007, 0.22334544277502094, 0.035526686956014665, 0.06405191178830356, 0.06157162465961893, 0.17070817563904767, 0.09084202837627946, 0.19963016104317896], "min": [0.6037908784953936, 0.14958585842038552, 1.1838766653903943, -1.6777447920990056, 0.4215084103536675, -2.45273815801257, 0.6260635428486695, -0.27498959778400384, 1.1752207032448827, 0.6410513488461648, 0.41259727623930464, 1.7371968952303263], "max": [0.7716276831151802, 0.3020428002718725, 1.38511875009376, -0.6881488670110227, 0.8779023987372914, -1.6413089768734315, 0.7745552729016534, -0.09947986011574211, 1.382990126820212, 1.3611243252128853, 0.7123634610234397, 2.4262387057002544], "count": [227]}}} +{"episode_index": 87, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34093565972222223]], [[0.4175783169934641]], [[0.4380616503267974]]], "std": [[[0.35824722033650325]], [[0.2606068998839589]], [[0.24880239741243673]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49457669934640525]], [[0.5066321058006537]], [[0.465135210375817]]], "std": [[[0.2820102242320206]], [[0.2721830139361725]], [[0.26283455486963075]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.00392156862745098]], [[0.14901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4923707618464052]], [[0.517094808006536]], [[0.47044434844771243]]], "std": [[[0.31278063105982123]], [[0.2808846242841312]], [[0.27865139114071713]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4078167116013072]], [[0.4278222875816994]], [[0.33459273692810454]]], "std": [[[0.4050915156603296]], [[0.36953220494026395]], [[0.3484901145871966]]], "count": [100]}, "observation.state": {"min": [0.26641297340393066, -1.3790103197097778, 0.923790693283081, -0.12612006068229675, -1.5929782390594482, 0.6610255837440491, -1.038948655128479, -1.2674763202667236, 0.8567702174186707, -0.27645057439804077, 0.4635404646396637, -0.7430189847946167, 38.15666580200195, 46.31062698364258, -0.7193750143051147, -0.6618750095367432, 11.208749771118164, 0.9368749856948853, 7.569999694824219, -0.9950000047683716, 3.582857131958008, 3.7487499713897705, 0.9887499809265137, 20.011249542236328, 37.59375, 43.37562561035156, 0.6100000143051147, -1.734375, 14.489375114440918, 0.8387500047683716, 8.150625228881836, 0.7243750095367432, 5.171875, 1.1362500190734863, 0.7450000047683716, 20.368749618530273], "max": [0.9256981015205383, -0.860060453414917, 1.527738094329834, 0.1937180459499359, -0.24457350373268127, 0.9005445837974548, -0.3707227110862732, -0.7166495323181152, 1.4161087274551392, -0.011086633428931236, 1.2975043058395386, -0.6387569904327393, 62.84749984741211, 82.22374725341797, 46.52812576293945, 6.160624980926514, 36.43437576293945, 99.94437408447266, 42.88125228881836, 108.45562744140625, 42.920623779296875, 110.59500122070312, 50.391876220703125, 109.8487548828125, 57.01187515258789, 54.09375, 2.3112499713897705, 0.25999999046325684, 37.942501068115234, 52.948123931884766, 48.474998474121094, 69.30937957763672, 54.858123779296875, 84.97438049316406, 55.00562286376953, 104.34687805175781], "mean": [0.5932222008705139, -1.0325491428375244, 1.1447621583938599, 0.04443546384572983, -0.9778180718421936, 0.7732040882110596, -0.7625536322593689, -0.944546103477478, 1.0290471315383911, -0.09355869889259338, 0.9456256628036499, -0.6885381937026978, 53.74211120605469, 62.372352600097656, 8.003663063049316, 0.6828523874282837, 27.716453552246094, 42.72366714477539, 30.113664627075195, 50.36172103881836, 25.3592472076416, 66.4967269897461, 19.372304916381836, 87.69818878173828, 50.766700744628906, 45.87608337402344, 0.90362149477005, -0.9416888952255249, 31.093067169189453, 31.893455505371094, 35.136985778808594, 42.926517486572266, 34.488895416259766, 54.6497802734375, 29.702159881591797, 80.04183197021484], "std": [0.22040696442127228, 0.14154382050037384, 0.1662672758102417, 0.08175935596227646, 0.4080590605735779, 0.06489783525466919, 0.2583637535572052, 0.14689461886882782, 0.17678344249725342, 0.07684049755334854, 0.2850470542907715, 0.03895176202058792, 6.589694023132324, 14.391191482543945, 14.53343391418457, 1.6075674295425415, 6.49267053604126, 38.92829895019531, 8.773612022399902, 37.903011322021484, 11.165008544921875, 30.069738388061523, 13.205571174621582, 20.178295135498047, 6.826442718505859, 3.478635549545288, 0.4235982894897461, 0.8364435434341431, 7.2847185134887695, 18.09162139892578, 13.070538520812988, 24.85821533203125, 17.63156509399414, 26.135507583618164, 21.12155532836914, 19.516645431518555], "count": [176]}, "action": {"min": [0.26641297340393066, -1.3790103197097778, 0.923790693283081, -0.12612006068229675, -1.5929782390594482, 0.6610255837440491, -1.038948655128479, -1.2674763202667236, 0.8567702174186707, -0.27645057439804077, 0.4635404646396637, -0.7430189847946167, 38.15666580200195, 46.31062698364258, -0.7193750143051147, -0.6618750095367432, 11.208749771118164, 0.9368749856948853, 7.569999694824219, -0.9950000047683716, 3.582857131958008, 3.7487499713897705, 0.9887499809265137, 20.011249542236328, 37.59375, 43.37562561035156, 0.6100000143051147, -1.734375, 14.489375114440918, 0.8387500047683716, 8.150625228881836, 0.7243750095367432, 5.171875, 1.1362500190734863, 0.7450000047683716, 20.368749618530273], "max": [0.9256981015205383, -0.860060453414917, 1.527738094329834, 0.1937180459499359, -0.24457350373268127, 0.9005445837974548, -0.3707227110862732, -0.7166495323181152, 1.4161087274551392, -0.011086633428931236, 1.2975043058395386, -0.6387569904327393, 62.84749984741211, 82.22374725341797, 46.52812576293945, 6.160624980926514, 36.43437576293945, 99.94437408447266, 42.88125228881836, 108.45562744140625, 42.920623779296875, 110.59500122070312, 50.391876220703125, 109.8487548828125, 57.01187515258789, 54.09375, 2.3112499713897705, 0.25999999046325684, 37.942501068115234, 52.948123931884766, 48.474998474121094, 69.30937957763672, 54.858123779296875, 84.97438049316406, 55.00562286376953, 104.34687805175781], "mean": [0.5932220816612244, -1.0325487852096558, 1.1447628736495972, 0.044435497373342514, -0.9778182506561279, 0.7732042670249939, -0.7625537514686584, -0.944546103477478, 1.029046893119812, -0.09355869889259338, 0.9456253051757812, -0.6885380148887634, 53.74211502075195, 62.37234878540039, 8.003666877746582, 0.6828523278236389, 27.716463088989258, 42.72365951538086, 30.113672256469727, 50.3617057800293, 25.35923957824707, 66.49671173095703, 19.37230682373047, 87.69817352294922, 50.76668930053711, 45.87611389160156, 0.9036217331886292, -0.9416889548301697, 31.09307098388672, 31.893444061279297, 35.136966705322266, 42.926517486572266, 34.4888916015625, 54.64980697631836, 29.702159881591797, 80.04180145263672], "std": [0.2204069197177887, 0.14154379069805145, 0.1662672609090805, 0.08175937086343765, 0.4080590307712555, 0.06489783525466919, 0.2583637833595276, 0.14689461886882782, 0.17678342759609222, 0.07684049010276794, 0.2850470542907715, 0.03895176947116852, 6.589694023132324, 14.391191482543945, 14.533434867858887, 1.6075670719146729, 6.49267053604126, 38.92829513549805, 8.773612022399902, 37.90300750732422, 11.165010452270508, 30.069738388061523, 13.205572128295898, 20.17829704284668, 6.826442718505859, 3.478635549545288, 0.42359843850135803, 0.8364435434341431, 7.2847185134887695, 18.09162139892578, 13.070540428161621, 24.85821533203125, 17.631567001342773, 26.13550567626953, 21.121557235717773, 19.516643524169922], "count": [176]}, "timestamp": {"min": [0.0], "max": [5.833333333333333], "mean": [2.916666666666667], "std": [1.6935334527417978], "count": [176]}, "frame_index": {"min": [0], "max": [175], "mean": [87.5], "std": [50.806003582253936], "count": [176]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [176]}, "index": {"min": [18028], "max": [18203], "mean": [18115.5], "std": [50.806003582253936], "count": [176]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [176]}, "subtask_annotation": {"mean": [3.9204545454545454, 5.659090909090909, 10.0, 10.0, 10.0], "std": [3.5999418900268703, 4.212768371910786, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [176]}, "scene_annotation": {"mean": [87.0], "std": [0.0], "min": [87], "max": [87], "count": [176]}, "eef_direction_state": {"mean": [3.4829545454545454, 3.25], "std": [1.77410166709989, 2.0491128900974775], "min": [0, 0], "max": [6, 6], "count": [176]}, "eef_velocity_state": {"mean": [1.4659090909090908, 1.4715909090909092], "std": [0.6020582808613445, 0.6902649135125194], "min": [0, 0], "max": [2, 2], "count": [176]}, "eef_acc_mag_state": {"mean": [1.0852272727272727, 1.0852272727272727], "std": [0.8178463643129029, 0.7527283363519056], "min": [0, 0], "max": [2, 2], "count": [176]}, "eef_direction_action": {"mean": [3.4829545454545454, 3.25], "std": [1.77410166709989, 2.0491128900974775], "min": [0, 0], "max": [6, 6], "count": [176]}, "eef_velocity_action": {"mean": [1.4659090909090908, 1.4715909090909092], "std": [0.6020582808613445, 0.6902649135125194], "min": [0, 0], "max": [2, 2], "count": [176]}, "eef_acc_mag_action": {"mean": [1.0852272727272727, 1.0852272727272727], "std": [0.8178463643129029, 0.7527283363519056], "min": [0, 0], "max": [2, 2], "count": [176]}, "eef_sim_pose_state": {"mean": [0.6383609373415484, 0.11599110842894676, 1.2614295156402349, -1.078818540847436, 0.7183357551698644, -1.9687597980571356, 0.6127092654842735, -0.11033501944492324, 1.206955726284043, 1.309562127150669, 0.7710642513181678, 2.1717787943398505], "std": [0.06124931193789373, 0.04853713727142312, 0.11466471008562049, 0.5400527239396681, 0.20450130351026835, 0.4089161300807719, 0.06019560927892596, 0.034793455361242585, 0.07542494704979784, 0.34952111217850174, 0.11722762239869972, 0.22421517040562938], "min": [0.584786731692003, 0.023656100395113427, 1.058060467977265, -1.8745367041782481, 0.45140386723762926, -2.6325588754870353, 0.5623360767246779, -0.16882319298972834, 1.0560369900694322, 0.7182647140933041, 0.6559686870518378, 1.7904662000139777], "max": [0.7706253728821233, 0.19676952529228703, 1.3884348331477736, -0.464423722968764, 1.0835285342132548, -1.5499971584533387, 0.7396935747842536, -0.04202935148804926, 1.329281049621733, 1.9157472779191567, 0.995549265583104, 2.5786062989070224], "count": [176]}, "eef_sim_pose_action": {"mean": [0.6383609373415484, 0.11599110842894676, 1.2614295156402349, -1.078818540847436, 0.7183357551698644, -1.9687597980571356, 0.6127092654842735, -0.11033501944492324, 1.206955726284043, 1.309562127150669, 0.7710642513181678, 2.1717787943398505], "std": [0.06124931193789373, 0.04853713727142312, 0.11466471008562049, 0.5400527239396681, 0.20450130351026835, 0.4089161300807719, 0.06019560927892596, 0.034793455361242585, 0.07542494704979784, 0.34952111217850174, 0.11722762239869972, 0.22421517040562938], "min": [0.584786731692003, 0.023656100395113427, 1.058060467977265, -1.8745367041782481, 0.45140386723762926, -2.6325588754870353, 0.5623360767246779, -0.16882319298972834, 1.0560369900694322, 0.7182647140933041, 0.6559686870518378, 1.7904662000139777], "max": [0.7706253728821233, 0.19676952529228703, 1.3884348331477736, -0.464423722968764, 1.0835285342132548, -1.5499971584533387, 0.7396935747842536, -0.04202935148804926, 1.329281049621733, 1.9157472779191567, 0.995549265583104, 2.5786062989070224], "count": [176]}}} +{"episode_index": 88, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32248364583333333]], [[0.3307595179738562]], [[0.35300195261437906]]], "std": [[[0.3299015156128128]], [[0.3136202832332398]], [[0.2960010404910321]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468988443627451]], [[0.4982285498366013]], [[0.4649434068627451]]], "std": [[[0.32306441976154027]], [[0.30993426655932793]], [[0.32185046276601303]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4782977512254902]], [[0.5164665543300654]], [[0.49723483455882356]]], "std": [[[0.3125901003249649]], [[0.29826301828870955]], [[0.3016685920080253]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3875577757352941]], [[0.42098081699346407]], [[0.42294622140522875]]], "std": [[[0.36137752233754505]], [[0.36311925340737444]], [[0.33554166190525225]]], "count": [100]}, "observation.state": {"min": [0.2537289261817932, -1.2315223217010498, 0.9745269417762756, -0.46807050704956055, -1.536059021949768, 0.2149614691734314, -1.2576295137405396, -1.3271534442901611, 1.1244945526123047, -0.40088310837745667, 0.7418745756149292, -0.4131380319595337, 40.26250076293945, 41.885623931884766, -0.7925000190734863, -0.09687499701976776, 0.9112499952316284, 0.2606250047683716, 0.8231250047683716, -0.7862499952316284, 0.7493749856948853, -0.7800000309944153, 0.9750000238418579, 0.5525000095367432, 27.829374313354492, 43.916873931884766, 0.9919999837875366, 1.734375, 0.9637500047683716, 0.8950000405311584, 0.5768749713897705, 0.640625, 0.6944444179534912, 0.7906249761581421, 0.8587499856948853, -3.432499885559082], "max": [1.3881895542144775, -0.7483119964599609, 1.6200313568115234, 0.6390669345855713, -0.5866378545761108, 0.513990581035614, -0.15504597127437592, -0.8669508695602417, 1.7048141956329346, 0.3627832531929016, 1.4764057397842407, -0.09942206740379333, 53.99937438964844, 55.11375045776367, 58.79874801635742, 9.773750305175781, 39.622501373291016, 23.888124465942383, 41.54750061035156, 97.72125244140625, 60.78312683105469, 110.18937683105469, 67.01312255859375, 109.953125, 65.41312408447266, 64.48249816894531, 3.134999990463257, 9.408124923706055, 30.541250228881836, 52.823123931884766, 35.696876525878906, 69.95625305175781, 48.08374786376953, 99.54437255859375, 83.37687683105469, 109.76187896728516], "mean": [0.8236460089683533, -0.8812593817710876, 1.1695106029510498, 0.059682417660951614, -1.077958583831787, 0.4029086232185364, -0.9649543762207031, -0.9763413667678833, 1.2695199251174927, 0.08741893619298935, 1.2928123474121094, -0.3257196843624115, 50.359466552734375, 46.09092330932617, 15.093491554260254, 5.658325672149658, 15.093798637390137, 4.414443016052246, 15.034651756286621, 17.29948616027832, 19.03419303894043, 19.959989547729492, 12.773663520812988, 53.31731414794922, 53.78889083862305, 55.03933334350586, 1.3936058282852173, 6.261993408203125, 11.326653480529785, 8.896522521972656, 9.76073169708252, 12.650788307189941, 10.982036590576172, 17.634353637695312, 13.804753303527832, 25.878358840942383], "std": [0.3114774227142334, 0.1207575649023056, 0.15785306692123413, 0.31602761149406433, 0.30357038974761963, 0.09176485985517502, 0.3650221526622772, 0.11262939125299454, 0.16645659506320953, 0.30532145500183105, 0.21695676445960999, 0.09280073642730713, 2.560248374938965, 3.5281779766082764, 20.271697998046875, 3.1371564865112305, 12.445418357849121, 7.768618106842041, 13.994258880615234, 33.36760330200195, 18.58799934387207, 37.52870559692383, 21.041027069091797, 31.40503692626953, 9.183530807495117, 8.79702091217041, 0.31090274453163147, 2.1187241077423096, 8.554317474365234, 16.07171630859375, 11.456235885620117, 22.315235137939453, 15.220418930053711, 33.196651458740234, 24.612457275390625, 36.48982238769531], "count": [215]}, "action": {"min": [0.2537289261817932, -1.2315223217010498, 0.9745269417762756, -0.46807050704956055, -1.536059021949768, 0.2149614691734314, -1.2576295137405396, -1.3271534442901611, 1.1244945526123047, -0.40088310837745667, 0.7418745756149292, -0.4131380319595337, 40.26250076293945, 41.885623931884766, -0.7925000190734863, -0.09687499701976776, 0.9112499952316284, 0.2606250047683716, 0.8231250047683716, -0.7862499952316284, 0.7493749856948853, -0.7800000309944153, 0.9750000238418579, 0.5525000095367432, 27.829374313354492, 43.916873931884766, 0.9919999837875366, 1.734375, 0.9637500047683716, 0.8950000405311584, 0.5768749713897705, 0.640625, 0.6944444179534912, 0.7906249761581421, 0.8587499856948853, -3.432499885559082], "max": [1.3881895542144775, -0.7483119964599609, 1.6200313568115234, 0.6390669345855713, -0.5866378545761108, 0.513990581035614, -0.15504597127437592, -0.8669508695602417, 1.7048141956329346, 0.3627832531929016, 1.4764057397842407, -0.09942206740379333, 53.99937438964844, 55.11375045776367, 58.79874801635742, 9.773750305175781, 39.622501373291016, 23.888124465942383, 41.54750061035156, 97.72125244140625, 60.78312683105469, 110.18937683105469, 67.01312255859375, 109.953125, 65.41312408447266, 64.48249816894531, 3.134999990463257, 9.408124923706055, 30.541250228881836, 52.823123931884766, 35.696876525878906, 69.95625305175781, 48.08374786376953, 99.54437255859375, 83.37687683105469, 109.76187896728516], "mean": [0.8236461281776428, -0.8812587857246399, 1.1695104837417603, 0.059682343155145645, -1.0779584646224976, 0.4029085338115692, -0.9649547338485718, -0.9763416647911072, 1.2695200443267822, 0.08741898089647293, 1.2928122282028198, -0.3257196545600891, 50.35945129394531, 46.0909309387207, 15.093474388122559, 5.658325672149658, 15.09378719329834, 4.414440631866455, 15.034645080566406, 17.299476623535156, 19.03420066833496, 19.95997428894043, 12.77367115020752, 53.31735610961914, 53.78889465332031, 55.03933334350586, 1.3936059474945068, 6.2619948387146, 11.326652526855469, 8.896523475646973, 9.760736465454102, 12.65078353881836, 10.982035636901855, 17.63435173034668, 13.8047456741333, 25.878355026245117], "std": [0.3114774525165558, 0.1207575798034668, 0.15785306692123413, 0.3160276710987091, 0.303570419549942, 0.09176485240459442, 0.3650221526622772, 0.11262939870357513, 0.16645662486553192, 0.30532145500183105, 0.21695677936077118, 0.09280073642730713, 2.560248613357544, 3.528177261352539, 20.271692276000977, 3.1371564865112305, 12.445418357849121, 7.768619060516357, 13.994260787963867, 33.367610931396484, 18.588001251220703, 37.52870178222656, 21.041025161743164, 31.4050350189209, 9.183530807495117, 8.79702091217041, 0.31090280413627625, 2.1187236309051514, 8.554317474365234, 16.071718215942383, 11.456235885620117, 22.315235137939453, 15.220417976379395, 33.196651458740234, 24.612457275390625, 36.48982620239258], "count": [215]}, "timestamp": {"min": [0.0], "max": [7.133333333333334], "mean": [3.566666666666667], "std": [2.06881608655772], "count": [215]}, "frame_index": {"min": [0], "max": [214], "mean": [107.0], "std": [62.0644825967316], "count": [215]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [215]}, "index": {"min": [18204], "max": [18418], "mean": [18311.0], "std": [62.0644825967316], "count": [215]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [215]}, "subtask_annotation": {"mean": [3.511627906976744, 10.0, 10.0, 10.0, 10.0], "std": [2.2222144101779664, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [215]}, "scene_annotation": {"mean": [88.0], "std": [0.0], "min": [88], "max": [88], "count": [215]}, "eef_direction_state": {"mean": [3.3767441860465115, 4.330232558139535], "std": [2.030561522670495, 1.8546653786726437], "min": [0, 0], "max": [6, 6], "count": [215]}, "eef_velocity_state": {"mean": [1.2046511627906977, 0.9395348837209302], "std": [0.7745827048706261, 0.9053175043413489], "min": [0, 0], "max": [2, 2], "count": [215]}, "eef_acc_mag_state": {"mean": [1.0093023255813953, 0.6232558139534884], "std": [0.8352172683460449, 0.819766617185796], "min": [0, 0], "max": [2, 2], "count": [215]}, "eef_direction_action": {"mean": [3.3767441860465115, 4.330232558139535], "std": [2.030561522670495, 1.8546653786726437], "min": [0, 0], "max": [6, 6], "count": [215]}, "eef_velocity_action": {"mean": [1.2046511627906977, 0.9395348837209302], "std": [0.7745827048706261, 0.9053175043413489], "min": [0, 0], "max": [2, 2], "count": [215]}, "eef_acc_mag_action": {"mean": [1.0093023255813953, 0.6232558139534884], "std": [0.8352172683460449, 0.819766617185796], "min": [0, 0], "max": [2, 2], "count": [215]}, "eef_sim_pose_state": {"mean": [0.6506460170097722, 0.20055509121748588, 1.2326451601555208, -1.2848659550580546, 0.6479908739633504, -2.0421247051946083, 0.6514701809281379, -0.22555871091038307, 1.2234407219580885, 1.1676951591982774, 0.5278621168496215, 1.9317355308559219], "std": [0.04602083087574137, 0.037114346750482995, 0.057326408053756474, 0.2637596584517217, 0.16090041822601925, 0.2516264788802812, 0.04037351640946368, 0.06529981392879493, 0.07393411172545807, 0.1822443843367285, 0.06347967565379546, 0.1910249242403685], "min": [0.599808928847201, 0.15429807370060925, 1.1868953231890214, -1.7604051767404139, 0.43963776527000764, -2.5199418764967967, 0.6220726356025046, -0.2861572052209839, 1.1656316708616388, 0.6628469715949203, 0.44182694705587267, 1.7490905027926176], "max": [0.7894379884052076, 0.31196373357063173, 1.3831935380005178, -0.7012675756793929, 0.9435689138174252, -1.6787510298668693, 0.7738135860784314, -0.1026735198927266, 1.4085144928065614, 1.3496896322208483, 0.6488030593965606, 2.38209299598748], "count": [215]}, "eef_sim_pose_action": {"mean": [0.6506460170097722, 0.20055509121748588, 1.2326451601555208, -1.2848659550580546, 0.6479908739633504, -2.0421247051946083, 0.6514701809281379, -0.22555871091038307, 1.2234407219580885, 1.1676951591982774, 0.5278621168496215, 1.9317355308559219], "std": [0.04602083087574137, 0.037114346750482995, 0.057326408053756474, 0.2637596584517217, 0.16090041822601925, 0.2516264788802812, 0.04037351640946368, 0.06529981392879493, 0.07393411172545807, 0.1822443843367285, 0.06347967565379546, 0.1910249242403685], "min": [0.599808928847201, 0.15429807370060925, 1.1868953231890214, -1.7604051767404139, 0.43963776527000764, -2.5199418764967967, 0.6220726356025046, -0.2861572052209839, 1.1656316708616388, 0.6628469715949203, 0.44182694705587267, 1.7490905027926176], "max": [0.7894379884052076, 0.31196373357063173, 1.3831935380005178, -0.7012675756793929, 0.9435689138174252, -1.6787510298668693, 0.7738135860784314, -0.1026735198927266, 1.4085144928065614, 1.3496896322208483, 0.6488030593965606, 2.38209299598748], "count": [215]}}} +{"episode_index": 89, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.325216147875817]], [[0.3318243218954248]], [[0.3555099959150327]]], "std": [[[0.329736733182353]], [[0.315088771550407]], [[0.2981193156581896]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1450980392156863]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47173568014705886]], [[0.4968637459150327]], [[0.4643886723856209]]], "std": [[[0.31912003182266574]], [[0.3098119080405559]], [[0.323493136849382]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653595424836601]], [[0.4847195547385621]], [[0.4516700633169935]]], "std": [[[0.3171676877616355]], [[0.30766473953104395]], [[0.3154684630690129]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3876443382352941]], [[0.41417591094771244]], [[0.39331807802287583]]], "std": [[[0.3612305444718357]], [[0.3582201174045134]], [[0.3389616377835335]]], "count": [100]}, "observation.state": {"min": [0.16598954796791077, -1.300450086593628, 0.9365224838256836, -0.3909647464752197, -1.592808723449707, 0.39089322090148926, -1.3394242525100708, -1.2691692113876343, 1.11090886592865, -0.3836928606033325, 0.8077983260154724, -0.39041638374328613, 23.517778396606445, 43.86687469482422, -0.9781250357627869, -0.3518750071525574, 1.0262500047683716, -0.35999998450279236, 0.6111111044883728, -1.0733333826065063, 0.8181250095367432, -4.023749828338623, 1.0188889503479004, -0.16749998927116394, 31.5262508392334, 41.303123474121094, 1.0212500095367432, -1.631250023841858, 0.9887500405311584, 0.7712500095367432, 0.5981249809265137, 0.6706250309944153, 0.7087500095367432, 0.5724999904632568, 0.7250000238418579, -1.071874976158142], "max": [1.4012551307678223, -0.6683451533317566, 1.6631141901016235, 0.41719120740890503, -0.629458487033844, 0.6389954090118408, -0.22173266112804413, -0.8724107146263123, 1.6321192979812622, 0.378932386636734, 1.6306172609329224, -0.11241607367992401, 60.501251220703125, 57.025001525878906, 15.055000305175781, 9.407499313354492, 34.389373779296875, 51.09312438964844, 32.373748779296875, 82.08000183105469, 42.920623779296875, 95.56437683105469, 68.0531234741211, 110.22875213623047, 56.145626068115234, 53.842498779296875, 3.1237499713897705, 9.625, 32.301876068115234, 37.212501525878906, 38.869998931884766, 68.72937774658203, 65.22562408447266, 110.74187469482422, 72.50312805175781, 110.02249908447266], "mean": [0.9408260583877563, -0.8626114726066589, 1.1107475757598877, -0.06350753456354141, -1.1802223920822144, 0.5046837329864502, -0.9891378879547119, -0.9577870965003967, 1.2541108131408691, -0.014419175684452057, 1.2595083713531494, -0.3192616403102875, 45.308143615722656, 50.182395935058594, -0.18809360265731812, 5.816076278686523, 10.479475021362305, 9.440675735473633, 8.627004623413086, 15.995847702026367, 10.601984977722168, 16.106613159179688, 13.27873420715332, 30.09577178955078, 49.89149856567383, 46.26968765258789, 1.2798045873641968, 6.680910110473633, 7.189982891082764, 6.512803554534912, 8.50449275970459, 13.106406211853027, 11.117664337158203, 19.412704467773438, 11.104249000549316, 20.70305633544922], "std": [0.3437211215496063, 0.13384424149990082, 0.17302276194095612, 0.24986620247364044, 0.29155996441841125, 0.051984064280986786, 0.31074050068855286, 0.09344962984323502, 0.1321842074394226, 0.23149517178535461, 0.17979052662849426, 0.08968908339738846, 10.23757553100586, 4.0710296630859375, 2.3035902976989746, 2.6887617111206055, 11.734180450439453, 18.298259735107422, 11.809381484985352, 29.681825637817383, 15.26649284362793, 36.1483154296875, 22.882144927978516, 39.075260162353516, 5.095907211303711, 3.3570780754089355, 0.27821341156959534, 3.8695201873779297, 10.540164947509766, 11.50634479522705, 13.171365737915039, 22.874244689941406, 19.538097381591797, 37.95476531982422, 21.137737274169922, 39.049468994140625], "count": [251]}, "action": {"min": [0.16598954796791077, -1.300450086593628, 0.9365224838256836, -0.3909647464752197, -1.592808723449707, 0.39089322090148926, -1.3394242525100708, -1.2691692113876343, 1.11090886592865, -0.3836928606033325, 0.8077983260154724, -0.39041638374328613, 23.517778396606445, 43.86687469482422, -0.9781250357627869, -0.3518750071525574, 1.0262500047683716, -0.35999998450279236, 0.6111111044883728, -1.0733333826065063, 0.8181250095367432, -4.023749828338623, 1.0188889503479004, -0.16749998927116394, 31.5262508392334, 41.303123474121094, 1.0212500095367432, -1.631250023841858, 0.9887500405311584, 0.7712500095367432, 0.5981249809265137, 0.6706250309944153, 0.7087500095367432, 0.5724999904632568, 0.7250000238418579, -1.071874976158142], "max": [1.4012551307678223, -0.6683451533317566, 1.6631141901016235, 0.41719120740890503, -0.629458487033844, 0.6389954090118408, -0.22173266112804413, -0.8724107146263123, 1.6321192979812622, 0.378932386636734, 1.6306172609329224, -0.11241607367992401, 60.501251220703125, 57.025001525878906, 15.055000305175781, 9.407499313354492, 34.389373779296875, 51.09312438964844, 32.373748779296875, 82.08000183105469, 42.920623779296875, 95.56437683105469, 68.0531234741211, 110.22875213623047, 56.145626068115234, 53.842498779296875, 3.1237499713897705, 9.625, 32.301876068115234, 37.212501525878906, 38.869998931884766, 68.72937774658203, 65.22562408447266, 110.74187469482422, 72.50312805175781, 110.02249908447266], "mean": [0.9408262372016907, -0.8626109957695007, 1.1107481718063354, -0.06350750476121902, -1.1802219152450562, 0.5046836137771606, -0.9891369938850403, -0.9577870965003967, 1.25411057472229, -0.014419111423194408, 1.2595081329345703, -0.3192617893218994, 45.308128356933594, 50.18242645263672, -0.18809367716312408, 5.81607723236084, 10.479475021362305, 9.440672874450684, 8.627009391784668, 15.995868682861328, 10.60198974609375, 16.106637954711914, 13.278736114501953, 30.095767974853516, 49.8914909362793, 46.26967239379883, 1.2798047065734863, 6.680911540985107, 7.189982891082764, 6.512806415557861, 8.504494667053223, 13.106405258178711, 11.117671966552734, 19.412704467773438, 11.104251861572266, 20.703052520751953], "std": [0.34372106194496155, 0.13384421169757843, 0.17302274703979492, 0.24986620247364044, 0.29155999422073364, 0.05198407173156738, 0.31074053049087524, 0.09344962984323502, 0.1321842074394226, 0.23149515688419342, 0.17979051172733307, 0.08968907594680786, 10.237576484680176, 4.0710296630859375, 2.3035905361175537, 2.6887617111206055, 11.734177589416504, 18.298261642456055, 11.809381484985352, 29.68182373046875, 15.26649284362793, 36.1483039855957, 22.882137298583984, 39.07526779174805, 5.095906734466553, 3.3570783138275146, 0.2782133221626282, 3.8695199489593506, 10.540162086486816, 11.506342887878418, 13.171363830566406, 22.874242782592773, 19.538095474243164, 37.95476150512695, 21.137733459472656, 39.04947280883789], "count": [251]}, "timestamp": {"min": [0.0], "max": [8.333333333333334], "mean": [4.166666666666667], "std": [2.41522945769824], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [251]}, "index": {"min": [18419], "max": [18669], "mean": [18544.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [251]}, "subtask_annotation": {"mean": [3.908366533864542, 10.0, 10.0, 10.0, 10.0], "std": [2.4809171532781615, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [251]}, "scene_annotation": {"mean": [89.0], "std": [0.0], "min": [89], "max": [89], "count": [251]}, "eef_direction_state": {"mean": [3.3705179282868527, 4.50199203187251], "std": [2.0748367503288616, 1.706268036822563], "min": [0, 0], "max": [6, 6], "count": [251]}, "eef_velocity_state": {"mean": [1.1235059760956174, 0.8207171314741036], "std": [0.791315699842279, 0.8902577426073022], "min": [0, 0], "max": [2, 2], "count": [251]}, "eef_acc_mag_state": {"mean": [0.8844621513944223, 0.601593625498008], "std": [0.869238349550017, 0.7937990818022678], "min": [0, 0], "max": [2, 2], "count": [251]}, "eef_direction_action": {"mean": [3.3705179282868527, 4.50199203187251], "std": [2.0748367503288616, 1.706268036822563], "min": [0, 0], "max": [6, 6], "count": [251]}, "eef_velocity_action": {"mean": [1.1235059760956174, 0.8207171314741036], "std": [0.791315699842279, 0.8902577426073022], "min": [0, 0], "max": [2, 2], "count": [251]}, "eef_acc_mag_action": {"mean": [0.8844621513944223, 0.601593625498008], "std": [0.869238349550017, 0.7937990818022678], "min": [0, 0], "max": [2, 2], "count": [251]}, "eef_sim_pose_state": {"mean": [0.6354386872059542, 0.2127784089727768, 1.221301761754141, -1.2464968320173018, 0.6634433250798216, -1.9422447309233175, 0.6406560167729107, -0.20743649342845943, 1.2032859527662096, 1.2428441954716662, 0.5784932397035303, 2.0604013882439034], "std": [0.051332228983526636, 0.0389923092412021, 0.06036016775882847, 0.20703954663658947, 0.1276743402903221, 0.19207228095719653, 0.03436616316108283, 0.04744441541322739, 0.06459280185658293, 0.17078472469974745, 0.06786806532078289, 0.15149495775991875], "min": [0.5844906514448153, 0.12667010177409582, 1.170908953567173, -1.5483060558806563, 0.5407854243782708, -2.3183337149541323, 0.6008893551778725, -0.2837123643547872, 1.154455164057627, 0.7547582504234461, 0.3828924488836658, 1.789668733544048], "max": [0.7974839283364488, 0.2842594787792624, 1.4097994066674548, -0.5532438749363349, 0.9175580160915229, -1.4556288142814666, 0.7503206308257417, -0.09783272855872788, 1.3802445763263287, 1.3844211169221083, 0.7518476080251473, 2.392074861915223], "count": [251]}, "eef_sim_pose_action": {"mean": [0.6354386872059542, 0.2127784089727768, 1.221301761754141, -1.2464968320173018, 0.6634433250798216, -1.9422447309233175, 0.6406560167729107, -0.20743649342845943, 1.2032859527662096, 1.2428441954716662, 0.5784932397035303, 2.0604013882439034], "std": [0.051332228983526636, 0.0389923092412021, 0.06036016775882847, 0.20703954663658947, 0.1276743402903221, 0.19207228095719653, 0.03436616316108283, 0.04744441541322739, 0.06459280185658293, 0.17078472469974745, 0.06786806532078289, 0.15149495775991875], "min": [0.5844906514448153, 0.12667010177409582, 1.170908953567173, -1.5483060558806563, 0.5407854243782708, -2.3183337149541323, 0.6008893551778725, -0.2837123643547872, 1.154455164057627, 0.7547582504234461, 0.3828924488836658, 1.789668733544048], "max": [0.7974839283364488, 0.2842594787792624, 1.4097994066674548, -0.5532438749363349, 0.9175580160915229, -1.4556288142814666, 0.7503206308257417, -0.09783272855872788, 1.3802445763263287, 1.3844211169221083, 0.7518476080251473, 2.392074861915223], "count": [251]}}} +{"episode_index": 90, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3465053227124183]], [[0.4024569281045751]], [[0.3987827675653595]]], "std": [[[0.3553752195329882]], [[0.2573743520440398]], [[0.24791305242538714]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46835496732026144]], [[0.4807359844771242]], [[0.45060555147058823]]], "std": [[[0.2686800182686376]], [[0.26058425656690193]], [[0.2497999550172638]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.491958227124183]], [[0.5143105310457516]], [[0.46825535130718954]]], "std": [[[0.31640586723070635]], [[0.28203132267612413]], [[0.2843193678696202]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4219958517156863]], [[0.4323648182189543]], [[0.3327890931372549]]], "std": [[[0.40970550934580907]], [[0.3710447010672143]], [[0.35128203712605005]]], "count": [100]}, "observation.state": {"min": [0.2749008238315582, -1.215857982635498, 0.7633325457572937, -0.0385051891207695, -1.2798715829849243, 0.47946709394454956, -0.8508812189102173, -1.2017672061920166, 0.7378214001655579, -0.3685530722141266, 0.3834306001663208, -0.7642862796783447, 30.298749923706055, 49.37062454223633, -0.7356250286102295, -1.2231249809265137, 11.405624389648438, 0.5112500190734863, 10.306875228881836, -0.08812499791383743, 7.537499904632568, 0.8224999904632568, 1.0056250095367432, 34.022499084472656, 30.235454559326172, 46.260623931884766, 1.066249966621399, -1.3075000047683716, 4.140625, 0.4950000047683716, 2.275624990463257, -0.47312501072883606, 1.2556250095367432, 1.0212500095367432, 0.7281818389892578, 1.1768749952316284], "max": [0.9646086096763611, -0.6303406357765198, 1.3770790100097656, 0.40398260951042175, -0.2989099323749542, 0.89363032579422, -0.2977416515350342, -0.5674925446510315, 1.4169193506240845, -0.14260032773017883, 1.0733767747879028, -0.552519679069519, 56.51777648925781, 84.1031265258789, 7.801666736602783, 7.713749885559082, 36.49812698364258, 107.18499755859375, 43.59062576293945, 109.8956298828125, 46.07062530517578, 109.4643783569336, 51.176666259765625, 110.33000183105469, 65.79312896728516, 50.76555633544922, 2.302500009536743, 3.715625047683716, 43.09937286376953, 58.6037483215332, 50.46875, 71.39812469482422, 52.39125061035156, 78.75125122070312, 51.510623931884766, 102.40250396728516], "mean": [0.6101953387260437, -0.9142005443572998, 1.0622138977050781, 0.1509401798248291, -0.8250669836997986, 0.7340645790100098, -0.6657038331031799, -0.8793134093284607, 1.0042039155960083, -0.22368764877319336, 0.759425699710846, -0.6543591618537903, 47.968196868896484, 62.57444381713867, 0.3848404884338379, 1.3703384399414062, 26.145160675048828, 42.446651458740234, 32.54617691040039, 52.24199676513672, 33.34782791137695, 61.79982376098633, 29.10053825378418, 84.63665771484375, 55.840972900390625, 46.95771026611328, 1.3558969497680664, -0.2825123965740204, 31.778480529785156, 32.239437103271484, 37.74485778808594, 39.96944808959961, 37.10383224487305, 52.49068069458008, 32.425716400146484, 80.02828979492188], "std": [0.2368278205394745, 0.14301808178424835, 0.16989873349666595, 0.15919463336467743, 0.32686373591423035, 0.14507374167442322, 0.21156327426433563, 0.16527701914310455, 0.19795863330364227, 0.08022424578666687, 0.26196569204330444, 0.08200330287218094, 8.508974075317383, 13.076373100280762, 1.9119155406951904, 2.801935911178589, 8.233356475830078, 40.444244384765625, 11.315587997436523, 40.0617790222168, 13.462664604187012, 38.20457458496094, 18.270978927612305, 22.653581619262695, 13.183753967285156, 0.8700244426727295, 0.3392217457294464, 1.2472271919250488, 11.168065071105957, 20.14508056640625, 15.045199394226074, 26.26101303100586, 17.52878761291504, 26.296781539916992, 21.110300064086914, 26.4906005859375], "count": [155]}, "action": {"min": [0.2749008238315582, -1.215857982635498, 0.7633325457572937, -0.0385051891207695, -1.2798715829849243, 0.47946709394454956, -0.8508812189102173, -1.2017672061920166, 0.7378214001655579, -0.3685530722141266, 0.3834306001663208, -0.7642862796783447, 30.298749923706055, 49.37062454223633, -0.7356250286102295, -1.2231249809265137, 11.405624389648438, 0.5112500190734863, 10.306875228881836, -0.08812499791383743, 7.537499904632568, 0.8224999904632568, 1.0056250095367432, 34.022499084472656, 30.235454559326172, 46.260623931884766, 1.066249966621399, -1.3075000047683716, 4.140625, 0.4950000047683716, 2.275624990463257, -0.47312501072883606, 1.2556250095367432, 1.0212500095367432, 0.7281818389892578, 1.1768749952316284], "max": [0.9646086096763611, -0.6303406357765198, 1.3770790100097656, 0.40398260951042175, -0.2989099323749542, 0.89363032579422, -0.2977416515350342, -0.5674925446510315, 1.4169193506240845, -0.14260032773017883, 1.0733767747879028, -0.552519679069519, 56.51777648925781, 84.1031265258789, 7.801666736602783, 7.713749885559082, 36.49812698364258, 107.18499755859375, 43.59062576293945, 109.8956298828125, 46.07062530517578, 109.4643783569336, 51.176666259765625, 110.33000183105469, 65.79312896728516, 50.76555633544922, 2.302500009536743, 3.715625047683716, 43.09937286376953, 58.6037483215332, 50.46875, 71.39812469482422, 52.39125061035156, 78.75125122070312, 51.510623931884766, 102.40250396728516], "mean": [0.6101954579353333, -0.9142004251480103, 1.0622143745422363, 0.15094012022018433, -0.825066864490509, 0.7340648770332336, -0.6657038927078247, -0.8793132901191711, 1.0042041540145874, -0.2236875742673874, 0.759425938129425, -0.6543592214584351, 47.96820831298828, 62.574440002441406, 0.3848404586315155, 1.3703391551971436, 26.145158767700195, 42.44664001464844, 32.546165466308594, 52.24199295043945, 33.34782028198242, 61.79982376098633, 29.100542068481445, 84.63665771484375, 55.840972900390625, 46.95772171020508, 1.355897307395935, -0.2825123071670532, 31.77849578857422, 32.23942947387695, 37.74485397338867, 39.96946334838867, 37.103851318359375, 52.49069595336914, 32.42572021484375, 80.02827453613281], "std": [0.2368278205394745, 0.14301811158657074, 0.16989873349666595, 0.15919464826583862, 0.32686370611190796, 0.14507372677326202, 0.21156327426433563, 0.16527703404426575, 0.19795860350131989, 0.08022424578666687, 0.26196569204330444, 0.08200331032276154, 8.5089750289917, 13.076372146606445, 1.9119151830673218, 2.801934242248535, 8.233355522155762, 40.44424819946289, 11.315589904785156, 40.06178283691406, 13.462663650512695, 38.2045783996582, 18.27097511291504, 22.653579711914062, 13.183753967285156, 0.8700245022773743, 0.33922165632247925, 1.2472271919250488, 11.168066024780273, 20.14508056640625, 15.045198440551758, 26.261014938354492, 17.528785705566406, 26.296775817871094, 21.11029815673828, 26.490602493286133], "count": [155]}, "timestamp": {"min": [0.0], "max": [5.133333333333334], "mean": [2.5666666666666664], "std": [1.491457154746473], "count": [155]}, "frame_index": {"min": [0], "max": [154], "mean": [77.0], "std": [44.74371464239419], "count": [155]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [155]}, "index": {"min": [18670], "max": [18824], "mean": [18747.0], "std": [44.74371464239419], "count": [155]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [155]}, "subtask_annotation": {"mean": [3.1870967741935483, 4.916129032258064, 10.0, 10.0, 10.0], "std": [3.2284763144888347, 4.071862280942666, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [155]}, "scene_annotation": {"mean": [90.0], "std": [0.0], "min": [90], "max": [90], "count": [155]}, "eef_direction_state": {"mean": [3.632258064516129, 3.535483870967742], "std": [1.8974324071898627, 2.0549779666186803], "min": [0, 0], "max": [6, 6], "count": [155]}, "eef_velocity_state": {"mean": [1.4967741935483871, 1.3806451612903226], "std": [0.6850871717397822, 0.738533575290538], "min": [0, 0], "max": [2, 2], "count": [155]}, "eef_acc_mag_state": {"mean": [1.1935483870967742, 1.1483870967741936], "std": [0.8039962621767422, 0.760250793824596], "min": [0, 0], "max": [2, 2], "count": [155]}, "eef_direction_action": {"mean": [3.632258064516129, 3.535483870967742], "std": [1.8974324071898627, 2.0549779666186803], "min": [0, 0], "max": [6, 6], "count": [155]}, "eef_velocity_action": {"mean": [1.4967741935483871, 1.3806451612903226], "std": [0.6850871717397822, 0.738533575290538], "min": [0, 0], "max": [2, 2], "count": [155]}, "eef_acc_mag_action": {"mean": [1.1935483870967742, 1.1483870967741936], "std": [0.8039962621767422, 0.760250793824596], "min": [0, 0], "max": [2, 2], "count": [155]}, "eef_sim_pose_state": {"mean": [0.6271546222512231, 0.12462913088580767, 1.2409652378361535, -1.2694777572451044, 0.8188881178511332, -2.1017906822667727, 0.6119649592810236, -0.10672192929442093, 1.2096724942508277, 1.4464117383193933, 0.8477985980589742, 2.3066789557991463], "std": [0.06625669660820024, 0.03674996110832489, 0.10901600946418884, 0.548910673646362, 0.17221425542440244, 0.5073895555848859, 0.07024723887305895, 0.015988152228796237, 0.07449023286836781, 0.4228720642394695, 0.07201165741204199, 0.3531916424004797], "min": [0.5359972493618238, 0.05538902913312432, 1.0561823923507305, -2.0880959064881055, 0.6161878708523827, -2.873594438722634, 0.5371125241581808, -0.13168309329757155, 1.0610551252525864, 0.8724085148294363, 0.7605160477975983, 1.8122969927701074], "max": [0.7467381555746033, 0.1741924178427759, 1.370436920062335, -0.5750482410205898, 1.1409184792885099, -1.5180356749981057, 0.7569429546945087, -0.07498577627543204, 1.3105807931264348, 2.196192471277948, 0.9794070433458932, 2.9242853113844713], "count": [155]}, "eef_sim_pose_action": {"mean": [0.6271546222512231, 0.12462913088580767, 1.2409652378361535, -1.2694777572451044, 0.8188881178511332, -2.1017906822667727, 0.6119649592810236, -0.10672192929442093, 1.2096724942508277, 1.4464117383193933, 0.8477985980589742, 2.3066789557991463], "std": [0.06625669660820024, 0.03674996110832489, 0.10901600946418884, 0.548910673646362, 0.17221425542440244, 0.5073895555848859, 0.07024723887305895, 0.015988152228796237, 0.07449023286836781, 0.4228720642394695, 0.07201165741204199, 0.3531916424004797], "min": [0.5359972493618238, 0.05538902913312432, 1.0561823923507305, -2.0880959064881055, 0.6161878708523827, -2.873594438722634, 0.5371125241581808, -0.13168309329757155, 1.0610551252525864, 0.8724085148294363, 0.7605160477975983, 1.8122969927701074], "max": [0.7467381555746033, 0.1741924178427759, 1.370436920062335, -0.5750482410205898, 1.1409184792885099, -1.5180356749981057, 0.7569429546945087, -0.07498577627543204, 1.3105807931264348, 2.196192471277948, 0.9794070433458932, 2.9242853113844713], "count": [155]}}} +{"episode_index": 91, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31166785539215686]], [[0.3174287173202614]], [[0.33865494893790854]]], "std": [[[0.3252682542318528]], [[0.3105349483862133]], [[0.2933503358684964]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4549663745915033]], [[0.4835391094771242]], [[0.44939729779411763]]], "std": [[[0.32367381837368114]], [[0.3105249952310234]], [[0.3231700611072327]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13725490196078433]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46045847834967324]], [[0.5009596977124183]], [[0.4808598672385621]]], "std": [[[0.3093070724900441]], [[0.29285197050496553]], [[0.29423192340312676]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39201883986928104]], [[0.42553623570261434]], [[0.41192516544117647]]], "std": [[[0.36482398530496796]], [[0.36181020184549295]], [[0.34292546837804755]]], "count": [100]}, "observation.state": {"min": [0.27299344539642334, -1.2089914083480835, 1.0232127904891968, -0.11620169132947922, -1.350995659828186, 0.30827993154525757, -1.2071794271469116, -1.3325417041778564, 1.176279902458191, -0.372773140668869, 0.75739586353302, -0.45276379585266113, 44.477779388427734, 43.78499984741211, -1.0774999856948853, 0.17875000834465027, 10.048125267028809, 0.27000001072883606, 2.963124990463257, 0.36375001072883606, 3.7018749713897705, 0.4012500047683716, 1.0, 19.073123931884766, 35.369998931884766, 41.48062515258789, 1.3337500095367432, -0.3631249964237213, 1.4318749904632568, 0.7556250095367432, 1.078125, 0.7750000357627869, 1.040624976158142, 0.7143750190734863, 0.8962500095367432, -3.640625], "max": [1.1337929964065552, -0.7577773332595825, 1.5770676136016846, 0.47252899408340454, -0.691495954990387, 0.47673848271369934, -0.3109264075756073, -0.8782520890235901, 1.6846197843551636, 0.20359349250793457, 1.340075969696045, -0.16632333397865295, 55.841251373291016, 53.62111282348633, 53.72624969482422, 9.142499923706055, 39.51124954223633, 49.201873779296875, 37.81312561035156, 69.11125183105469, 49.10562515258789, 89.0112533569336, 77.18937683105469, 110.40625, 64.51875305175781, 63.86125183105469, 2.708750009536743, 9.306249618530273, 39.39624786376953, 59.02375030517578, 44.61937713623047, 78.12750244140625, 43.54125213623047, 103.30999755859375, 88.31813049316406, 110.78750610351562], "mean": [0.7542737126350403, -0.8739020824432373, 1.178869366645813, 0.12400128692388535, -1.0154247283935547, 0.42144131660461426, -0.8723863959312439, -0.9965149760246277, 1.323195457458496, -0.018724432215094566, 1.18352472782135, -0.32316717505455017, 52.641845703125, 48.427398681640625, 21.00569725036621, 4.295713901519775, 22.648683547973633, 7.336291790008545, 18.744340896606445, 12.129629135131836, 18.999326705932617, 16.422330856323242, 12.954774856567383, 55.49936294555664, 53.20322799682617, 52.522151947021484, 1.4215734004974365, 4.757397174835205, 23.280622482299805, 15.57629108428955, 24.003828048706055, 21.55220603942871, 23.041427612304688, 28.61478614807129, 24.802000045776367, 49.43925094604492], "std": [0.2085796445608139, 0.11332377791404724, 0.13495540618896484, 0.1753213107585907, 0.18093323707580566, 0.05148735269904137, 0.3402290344238281, 0.14487747848033905, 0.1661616414785385, 0.20128588378429413, 0.1823325902223587, 0.0630737841129303, 2.0326013565063477, 2.610118865966797, 20.078174591064453, 2.8218894004821777, 7.119764804840088, 14.278632164001465, 9.05427074432373, 22.247058868408203, 12.532271385192871, 29.50807762145996, 23.738943099975586, 25.617183685302734, 7.006499290466309, 9.488762855529785, 0.20802243053913116, 3.2392475605010986, 11.95052719116211, 23.22812271118164, 13.737643241882324, 30.702329635620117, 14.782785415649414, 42.03028869628906, 32.94401550292969, 36.72871398925781], "count": [187]}, "action": {"min": [0.27299344539642334, -1.2089914083480835, 1.0232127904891968, -0.11620169132947922, -1.350995659828186, 0.30827993154525757, -1.2071794271469116, -1.3325417041778564, 1.176279902458191, -0.372773140668869, 0.75739586353302, -0.45276379585266113, 44.477779388427734, 43.78499984741211, -1.0774999856948853, 0.17875000834465027, 10.048125267028809, 0.27000001072883606, 2.963124990463257, 0.36375001072883606, 3.7018749713897705, 0.4012500047683716, 1.0, 19.073123931884766, 35.369998931884766, 41.48062515258789, 1.3337500095367432, -0.3631249964237213, 1.4318749904632568, 0.7556250095367432, 1.078125, 0.7750000357627869, 1.040624976158142, 0.7143750190734863, 0.8962500095367432, -3.640625], "max": [1.1337929964065552, -0.7577773332595825, 1.5770676136016846, 0.47252899408340454, -0.691495954990387, 0.47673848271369934, -0.3109264075756073, -0.8782520890235901, 1.6846197843551636, 0.20359349250793457, 1.340075969696045, -0.16632333397865295, 55.841251373291016, 53.62111282348633, 53.72624969482422, 9.142499923706055, 39.51124954223633, 49.201873779296875, 37.81312561035156, 69.11125183105469, 49.10562515258789, 89.0112533569336, 77.18937683105469, 110.40625, 64.51875305175781, 63.86125183105469, 2.708750009536743, 9.306249618530273, 39.39624786376953, 59.02375030517578, 44.61937713623047, 78.12750244140625, 43.54125213623047, 103.30999755859375, 88.31813049316406, 110.78750610351562], "mean": [0.7542737126350403, -0.8739023208618164, 1.178869605064392, 0.12400129437446594, -1.0154249668121338, 0.42144137620925903, -0.8723862767219543, -0.9965150356292725, 1.323195219039917, -0.018724460154771805, 1.1835248470306396, -0.3231672942638397, 52.64181900024414, 48.427406311035156, 21.005704879760742, 4.295715808868408, 22.648683547973633, 7.3362932205200195, 18.744338989257812, 12.129645347595215, 18.999317169189453, 16.422327041625977, 12.954781532287598, 55.499351501464844, 53.20319747924805, 52.522151947021484, 1.4215734004974365, 4.7573981285095215, 23.280614852905273, 15.576289176940918, 24.003829956054688, 21.552202224731445, 23.041414260864258, 28.614789962768555, 24.802005767822266, 49.439239501953125], "std": [0.2085796296596527, 0.11332378536462784, 0.13495540618896484, 0.1753213107585907, 0.18093320727348328, 0.05148735269904137, 0.3402290344238281, 0.14487747848033905, 0.16616162657737732, 0.20128586888313293, 0.1823325902223587, 0.0630737915635109, 2.0326013565063477, 2.610118865966797, 20.078174591064453, 2.8218889236450195, 7.1197638511657715, 14.278629302978516, 9.054268836975098, 22.247068405151367, 12.532272338867188, 29.508073806762695, 23.738941192626953, 25.6171817779541, 7.006499290466309, 9.488761901855469, 0.20802250504493713, 3.2392475605010986, 11.95052719116211, 23.228120803833008, 13.73764419555664, 30.70233154296875, 14.782785415649414, 42.03028869628906, 32.94401550292969, 36.72871780395508], "count": [187]}, "timestamp": {"min": [0.0], "max": [6.2], "mean": [3.1], "std": [1.7993826101687709], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [187]}, "index": {"min": [18825], "max": [19011], "mean": [18918.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [187]}, "subtask_annotation": {"mean": [4.048128342245989, 10.0, 10.0, 10.0, 10.0], "std": [2.2969019415253267, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [187]}, "scene_annotation": {"mean": [91.0], "std": [0.0], "min": [91], "max": [91], "count": [187]}, "eef_direction_state": {"mean": [3.379679144385027, 4.06951871657754], "std": [2.1320608151531615, 1.8121636795613538], "min": [0, 0], "max": [6, 6], "count": [187]}, "eef_velocity_state": {"mean": [1.0909090909090908, 1.0641711229946524], "std": [0.7292753177379188, 0.8933202697838888], "min": [0, 0], "max": [2, 2], "count": [187]}, "eef_acc_mag_state": {"mean": [1.0374331550802138, 0.8342245989304813], "std": [0.8613444531208938, 0.8333328567205772], "min": [0, 0], "max": [2, 2], "count": [187]}, "eef_direction_action": {"mean": [3.379679144385027, 4.06951871657754], "std": [2.1320608151531615, 1.8121636795613538], "min": [0, 0], "max": [6, 6], "count": [187]}, "eef_velocity_action": {"mean": [1.0909090909090908, 1.0641711229946524], "std": [0.7292753177379188, 0.8933202697838888], "min": [0, 0], "max": [2, 2], "count": [187]}, "eef_acc_mag_action": {"mean": [1.0374331550802138, 0.8342245989304813], "std": [0.8613444531208938, 0.8333328567205772], "min": [0, 0], "max": [2, 2], "count": [187]}, "eef_sim_pose_state": {"mean": [0.6535649067900203, 0.18119133402822032, 1.2415373030527495, -1.2572138588773616, 0.6944571421305434, -2.0754072081201196, 0.6658085030819693, -0.2012326243052359, 1.2289008319516956, 1.1867969176517823, 0.5726033122621826, 2.0060455681607654], "std": [0.03882134787520603, 0.02070059127663031, 0.0469692665644902, 0.21171383450453038, 0.09803949382530679, 0.19524649331665705, 0.04878543827333884, 0.057109480453521884, 0.0707843609994726, 0.2058721570284917, 0.04314518179531825, 0.15390715466732457], "min": [0.604587413213004, 0.1488091657557384, 1.1858174982393719, -1.6837816343167735, 0.5375347464308566, -2.4686839746438514, 0.6289550240708506, -0.2615398546197176, 1.1614536148144625, 0.6874664752100905, 0.5173186488333941, 1.6887249982364017], "max": [0.7685783683376504, 0.2219482135078524, 1.3645568939647423, -0.8230118941382445, 0.8826854942658158, -1.7395113805943272, 0.777478476513416, -0.0997095454344625, 1.3698196447306294, 1.3716439391397002, 0.6713172386774415, 2.3375348200396404], "count": [187]}, "eef_sim_pose_action": {"mean": [0.6535649067900203, 0.18119133402822032, 1.2415373030527495, -1.2572138588773616, 0.6944571421305434, -2.0754072081201196, 0.6658085030819693, -0.2012326243052359, 1.2289008319516956, 1.1867969176517823, 0.5726033122621826, 2.0060455681607654], "std": [0.03882134787520603, 0.02070059127663031, 0.0469692665644902, 0.21171383450453038, 0.09803949382530679, 0.19524649331665705, 0.04878543827333884, 0.057109480453521884, 0.0707843609994726, 0.2058721570284917, 0.04314518179531825, 0.15390715466732457], "min": [0.604587413213004, 0.1488091657557384, 1.1858174982393719, -1.6837816343167735, 0.5375347464308566, -2.4686839746438514, 0.6289550240708506, -0.2615398546197176, 1.1614536148144625, 0.6874664752100905, 0.5173186488333941, 1.6887249982364017], "max": [0.7685783683376504, 0.2219482135078524, 1.3645568939647423, -0.8230118941382445, 0.8826854942658158, -1.7395113805943272, 0.777478476513416, -0.0997095454344625, 1.3698196447306294, 1.3716439391397002, 0.6713172386774415, 2.3375348200396404], "count": [187]}}} +{"episode_index": 92, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32837377859477124]], [[0.40095329248366013]], [[0.41432681372549024]]], "std": [[[0.3495960932045505]], [[0.2519361068875923]], [[0.2425370818014055]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47150334763071894]], [[0.4961511989379085]], [[0.4623657557189542]]], "std": [[[0.27996511706161]], [[0.2635198314138865]], [[0.25347814229916016]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.027450980392156862]], [[0.16862745098039217]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4969203880718954]], [[0.5219630984477124]], [[0.4782987091503268]]], "std": [[[0.3109786384023761]], [[0.27821324040406276]], [[0.28028615844499455]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4120032128267974]], [[0.43542035130718953]], [[0.34136234477124183]]], "std": [[[0.41221797500940915]], [[0.37351355028846667]], [[0.34776413757255636]]], "count": [100]}, "observation.state": {"min": [0.2545633912086487, -1.310821533203125, 0.8520733118057251, -0.057316701859235764, -1.2390961647033691, 0.6546835899353027, -0.90133136510849, -1.3130626678466797, 0.7926585078239441, -0.2797646224498749, 0.32670995593070984, -0.8154039978981018, 26.798124313354492, 48.68375015258789, -0.6200000047683716, -0.16375000774860382, 6.554375171661377, 0.5425000190734863, 3.1081249713897705, -0.7706249952316284, 2.3062500953674316, 1.0724999904632568, 1.0268750190734863, 11.004375457763672, 31.697500228881836, 43.016666412353516, 0.5625, -2.0399999618530273, 4.778888702392578, 0.5993750095367432, 0.784000039100647, -0.7250000238418579, 0.942307710647583, 0.4107142686843872, 0.7507143020629883, -3.069230794906616], "max": [0.9335898756980896, -0.7857442498207092, 1.4919270277023315, 0.31605249643325806, -0.24321450293064117, 0.9062905311584473, -0.26593613624572754, -0.6156061887741089, 1.4647469520568848, -0.06494621187448502, 1.1940184831619263, -0.6200340390205383, 62.743125915527344, 81.63999938964844, 45.86800003051758, 6.481874942779541, 35.290626525878906, 101.42250061035156, 44.529998779296875, 106.35812377929688, 51.126251220703125, 109.29299926757812, 48.39111328125, 111.21812438964844, 57.221248626708984, 50.64099884033203, 2.9774999618530273, 3.565000057220459, 36.03562545776367, 54.43812561035156, 51.51124954223633, 68.13187408447266, 60.397499084472656, 80.38249969482422, 56.560001373291016, 99.9800033569336], "mean": [0.5760162472724915, -1.0074223279953003, 1.1406553983688354, 0.10496419668197632, -0.8132885098457336, 0.7422922253608704, -0.7073547840118408, -0.9173911213874817, 1.0281132459640503, -0.17300203442573547, 0.8331549763679504, -0.6941295266151428, 50.13639831542969, 60.38727569580078, 3.4798614978790283, 0.8831653594970703, 27.138690948486328, 37.13423156738281, 33.120765686035156, 43.57395935058594, 29.47491455078125, 62.86660385131836, 24.058841705322266, 86.64657592773438, 50.02027130126953, 47.96670913696289, 0.8728829026222229, -0.9469118714332581, 29.187925338745117, 35.94917678833008, 38.38114929199219, 40.77006530761719, 38.23773193359375, 56.72140121459961, 33.01772689819336, 79.00243377685547], "std": [0.2427140474319458, 0.14342114329338074, 0.19354292750358582, 0.12130717188119888, 0.3267814517021179, 0.08218451589345932, 0.24241037666797638, 0.1921253800392151, 0.20273126661777496, 0.06680598109960556, 0.3117198646068573, 0.06920243799686432, 10.269732475280762, 12.392133712768555, 10.659873962402344, 1.7323837280273438, 7.445198059082031, 34.99477005004883, 10.990288734436035, 37.67322540283203, 16.068315505981445, 31.297443389892578, 18.399028778076172, 23.68794059753418, 9.730300903320312, 1.4291309118270874, 0.48526349663734436, 1.5911905765533447, 8.931353569030762, 18.073406219482422, 15.838826179504395, 20.596084594726562, 20.39161491394043, 21.64136505126953, 21.19931983947754, 23.125001907348633], "count": [154]}, "action": {"min": [0.2545633912086487, -1.310821533203125, 0.8520733118057251, -0.057316701859235764, -1.2390961647033691, 0.6546835899353027, -0.90133136510849, -1.3130626678466797, 0.7926585078239441, -0.2797646224498749, 0.32670995593070984, -0.8154039978981018, 26.798124313354492, 48.68375015258789, -0.6200000047683716, -0.16375000774860382, 6.554375171661377, 0.5425000190734863, 3.1081249713897705, -0.7706249952316284, 2.3062500953674316, 1.0724999904632568, 1.0268750190734863, 11.004375457763672, 31.697500228881836, 43.016666412353516, 0.5625, -2.0399999618530273, 4.778888702392578, 0.5993750095367432, 0.784000039100647, -0.7250000238418579, 0.942307710647583, 0.4107142686843872, 0.7507143020629883, -3.069230794906616], "max": [0.9335898756980896, -0.7857442498207092, 1.4919270277023315, 0.31605249643325806, -0.24321450293064117, 0.9062905311584473, -0.26593613624572754, -0.6156061887741089, 1.4647469520568848, -0.06494621187448502, 1.1940184831619263, -0.6200340390205383, 62.743125915527344, 81.63999938964844, 45.86800003051758, 6.481874942779541, 35.290626525878906, 101.42250061035156, 44.529998779296875, 106.35812377929688, 51.126251220703125, 109.29299926757812, 48.39111328125, 111.21812438964844, 57.221248626708984, 50.64099884033203, 2.9774999618530273, 3.565000057220459, 36.03562545776367, 54.43812561035156, 51.51124954223633, 68.13187408447266, 60.397499084472656, 80.38249969482422, 56.560001373291016, 99.9800033569336], "mean": [0.576016366481781, -1.0074220895767212, 1.1406553983688354, 0.10496419668197632, -0.8132886290550232, 0.742292046546936, -0.707355260848999, -0.9173910021781921, 1.0281133651733398, -0.17300200462341309, 0.8331548571586609, -0.6941295862197876, 50.13642501831055, 60.38728332519531, 3.479865550994873, 0.883165717124939, 27.138690948486328, 37.134246826171875, 33.12076950073242, 43.57395935058594, 29.47491455078125, 62.86660385131836, 24.05884552001953, 86.64652252197266, 50.020286560058594, 47.966705322265625, 0.8728829622268677, -0.9469122886657715, 29.18792724609375, 35.94916915893555, 38.381168365478516, 40.77004623413086, 38.23774719238281, 56.72139358520508, 33.01774215698242, 79.00244903564453], "std": [0.24271400272846222, 0.14342111349105835, 0.19354291260242462, 0.12130716443061829, 0.3267814517021179, 0.08218452334403992, 0.24241037666797638, 0.1921253651380539, 0.20273126661777496, 0.06680596619844437, 0.3117198646068573, 0.06920243799686432, 10.269731521606445, 12.392134666442871, 10.659873962402344, 1.7323839664459229, 7.445197582244873, 34.99477005004883, 10.990289688110352, 37.67322540283203, 16.068313598632812, 31.297441482543945, 18.399028778076172, 23.687938690185547, 9.730298042297363, 1.429131031036377, 0.48526355624198914, 1.5911903381347656, 8.931352615356445, 18.073408126831055, 15.838827133178711, 20.596084594726562, 20.391613006591797, 21.6413631439209, 21.199316024780273, 23.125001907348633], "count": [154]}, "timestamp": {"min": [0.0], "max": [5.1], "mean": [2.55], "std": [1.4818344486930155], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [154]}, "index": {"min": [19012], "max": [19165], "mean": [19088.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [154]}, "subtask_annotation": {"mean": [3.0714285714285716, 4.766233766233766, 10.0, 10.0, 10.0], "std": [3.1377615125807465, 4.059288223373439, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [154]}, "scene_annotation": {"mean": [92.0], "std": [0.0], "min": [92], "max": [92], "count": [154]}, "eef_direction_state": {"mean": [3.675324675324675, 3.344155844155844], "std": [1.9268543670264202, 2.030225725182574], "min": [0, 0], "max": [6, 6], "count": [154]}, "eef_velocity_state": {"mean": [1.4610389610389611, 1.37012987012987], "std": [0.7397184167941034, 0.6927387647019343], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_acc_mag_state": {"mean": [1.1493506493506493, 1.12987012987013], "std": [0.7877509291620555, 0.7787877584709066], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_direction_action": {"mean": [3.675324675324675, 3.344155844155844], "std": [1.9268543670264202, 2.030225725182574], "min": [0, 0], "max": [6, 6], "count": [154]}, "eef_velocity_action": {"mean": [1.4610389610389611, 1.37012987012987], "std": [0.7397184167941034, 0.6927387647019343], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_acc_mag_action": {"mean": [1.1493506493506493, 1.12987012987013], "std": [0.7877509291620555, 0.7787877584709066], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_sim_pose_state": {"mean": [0.6476235442330303, 0.11135114115103728, 1.2406619060071973, -1.2605447016449722, 0.792826283748428, -2.1025202031691212, 0.6142999833486129, -0.10506793049376273, 1.2084459745298837, 1.4024509964874217, 0.8445069438643692, 2.2675171732965147], "std": [0.07037561537591304, 0.039265021457517285, 0.10879571431059065, 0.494414603051483, 0.18357859026049705, 0.4408511525042438, 0.06789146298194068, 0.03654797667550663, 0.0741880412713065, 0.4142161819547296, 0.10737110165447829, 0.3215149226826861], "min": [0.5544398671751328, 0.04539004238349001, 1.0572067476200444, -1.9990769762329506, 0.5260397774955257, -2.7835549547468856, 0.5517001191040254, -0.14545257429643133, 1.0606642964767927, 0.8554333439953866, 0.7366410709624867, 1.846170172674342], "max": [0.7740028047267228, 0.16990924708359845, 1.3771698517264255, -0.6052268260351723, 1.1159340332214884, -1.5881837808517292, 0.7592512792699522, -0.02896818203402357, 1.3057471343456022, 2.0975266984683087, 1.0590788303184318, 2.812390570589508], "count": [154]}, "eef_sim_pose_action": {"mean": [0.6476235442330303, 0.11135114115103728, 1.2406619060071973, -1.2605447016449722, 0.792826283748428, -2.1025202031691212, 0.6142999833486129, -0.10506793049376273, 1.2084459745298837, 1.4024509964874217, 0.8445069438643692, 2.2675171732965147], "std": [0.07037561537591304, 0.039265021457517285, 0.10879571431059065, 0.494414603051483, 0.18357859026049705, 0.4408511525042438, 0.06789146298194068, 0.03654797667550663, 0.0741880412713065, 0.4142161819547296, 0.10737110165447829, 0.3215149226826861], "min": [0.5544398671751328, 0.04539004238349001, 1.0572067476200444, -1.9990769762329506, 0.5260397774955257, -2.7835549547468856, 0.5517001191040254, -0.14545257429643133, 1.0606642964767927, 0.8554333439953866, 0.7366410709624867, 1.846170172674342], "max": [0.7740028047267228, 0.16990924708359845, 1.3771698517264255, -0.6052268260351723, 1.1159340332214884, -1.5881837808517292, 0.7592512792699522, -0.02896818203402357, 1.3057471343456022, 2.0975266984683087, 1.0590788303184318, 2.812390570589508], "count": [154]}}} +{"episode_index": 93, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.318191983251634]], [[0.32121122344771247]], [[0.3278312663398693]]], "std": [[[0.32707257964071346]], [[0.312261482667513]], [[0.30180271694681576]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4510763929738562]], [[0.48049470588235293]], [[0.4499627144607843]]], "std": [[[0.318146500809546]], [[0.3048604968478089]], [[0.31534331530856163]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613827246732026]], [[0.49711934640522876]], [[0.4786390175653595]]], "std": [[[0.31216053055300486]], [[0.2961446853039749]], [[0.2988328187349867]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3876064093137255]], [[0.42159834763071896]], [[0.42771003267973856]]], "std": [[[0.3616966139965479]], [[0.36199197461330723]], [[0.3361311853917275]]], "count": [100]}, "observation.state": {"min": [0.2740901708602905, -1.2186474800109863, 0.9682803153991699, -0.3358415365219116, -1.4438849687576294, 0.2537766098976135, -1.2514305114746094, -1.3206921815872192, 1.1422808170318604, -0.42951762676239014, 0.8038166761398315, -0.4049839675426483, 46.817779541015625, 42.42625045776367, -0.7300000190734863, 0.46312499046325684, 5.091875076293945, -0.6150000095367432, 1.0466666221618652, 0.5, 0.8450000286102295, 0.16124999523162842, 1.0325000286102295, 1.6506249904632568, 24.076875686645508, 44.307498931884766, 1.1150000095367432, 0.1524999886751175, 0.9231249690055847, 0.9424999952316284, 0.9368749856948853, 0.7437500357627869, 1.0366666316986084, 0.6456249952316284, 0.7677778005599976, 0.5731250047683716], "max": [1.3453688621520996, -0.7520552277565002, 1.6104466915130615, 0.3049658536911011, -0.6746156811714172, 0.49978065490722656, -0.2970263957977295, -0.8876936435699463, 1.674248456954956, 0.3006790280342102, 1.4232089519500732, -0.0985160619020462, 59.65312576293945, 55.33444595336914, 44.87812423706055, 9.40999984741211, 38.4375, 12.11312484741211, 36.93312454223633, 66.10250091552734, 40.645626068115234, 88.56500244140625, 42.92625045776367, 105.58625030517578, 63.602500915527344, 76.20500183105469, 2.9362499713897705, 9.620908737182617, 24.119375228881836, 68.39187622070312, 31.151874542236328, 76.89125061035156, 62.29937744140625, 111.1518783569336, 75.59124755859375, 109.95062255859375], "mean": [0.8519158363342285, -0.8557558059692383, 1.1663556098937988, 0.059313733130693436, -1.0688855648040771, 0.4039497971534729, -0.9200877547264099, -0.9908345341682434, 1.2983067035675049, 0.0041102091781795025, 1.231201410293579, -0.30239734053611755, 53.9754753112793, 50.017189025878906, 7.134764194488525, 6.068683624267578, 20.639331817626953, 2.018456220626831, 19.05988311767578, 11.641057968139648, 19.729093551635742, 15.94599437713623, 8.61372184753418, 54.708404541015625, 48.07592010498047, 60.36468505859375, 1.3977420330047607, 4.672595500946045, 13.941009521484375, 11.930747985839844, 15.920268058776855, 15.533522605895996, 18.547805786132812, 23.142993927001953, 14.6220064163208, 38.464534759521484], "std": [0.24420827627182007, 0.12472469359636307, 0.15832430124282837, 0.14975199103355408, 0.18372513353824615, 0.06940791010856628, 0.33079794049263, 0.11066460609436035, 0.15246102213859558, 0.2751585841178894, 0.1892828643321991, 0.10069626569747925, 3.2580819129943848, 4.089792251586914, 13.368074417114258, 2.69270658493042, 9.63137149810791, 3.95577073097229, 10.57103443145752, 21.369131088256836, 10.563593864440918, 28.682174682617188, 12.306087493896484, 28.36393928527832, 10.019521713256836, 12.351849555969238, 0.29853761196136475, 2.8984413146972656, 6.9471755027771, 20.25519561767578, 8.174100875854492, 25.90736961364746, 15.891356468200684, 38.641902923583984, 22.11667823791504, 34.172996520996094], "count": [165]}, "action": {"min": [0.2740901708602905, -1.2186474800109863, 0.9682803153991699, -0.3358415365219116, -1.4438849687576294, 0.2537766098976135, -1.2514305114746094, -1.3206921815872192, 1.1422808170318604, -0.42951762676239014, 0.8038166761398315, -0.4049839675426483, 46.817779541015625, 42.42625045776367, -0.7300000190734863, 0.46312499046325684, 5.091875076293945, -0.6150000095367432, 1.0466666221618652, 0.5, 0.8450000286102295, 0.16124999523162842, 1.0325000286102295, 1.6506249904632568, 24.076875686645508, 44.307498931884766, 1.1150000095367432, 0.1524999886751175, 0.9231249690055847, 0.9424999952316284, 0.9368749856948853, 0.7437500357627869, 1.0366666316986084, 0.6456249952316284, 0.7677778005599976, 0.5731250047683716], "max": [1.3453688621520996, -0.7520552277565002, 1.6104466915130615, 0.3049658536911011, -0.6746156811714172, 0.49978065490722656, -0.2970263957977295, -0.8876936435699463, 1.674248456954956, 0.3006790280342102, 1.4232089519500732, -0.0985160619020462, 59.65312576293945, 55.33444595336914, 44.87812423706055, 9.40999984741211, 38.4375, 12.11312484741211, 36.93312454223633, 66.10250091552734, 40.645626068115234, 88.56500244140625, 42.92625045776367, 105.58625030517578, 63.602500915527344, 76.20500183105469, 2.9362499713897705, 9.620908737182617, 24.119375228881836, 68.39187622070312, 31.151874542236328, 76.89125061035156, 62.29937744140625, 111.1518783569336, 75.59124755859375, 109.95062255859375], "mean": [0.8519159555435181, -0.8557558655738831, 1.1663557291030884, 0.05931376665830612, -1.0688855648040771, 0.4039497971534729, -0.9200873374938965, -0.9908343553543091, 1.2983067035675049, 0.0041102454997599125, 1.231201410293579, -0.30239734053611755, 53.97544479370117, 50.01716232299805, 7.134784698486328, 6.0686845779418945, 20.639341354370117, 2.018455982208252, 19.05988311767578, 11.641058921813965, 19.729108810424805, 15.945978164672852, 8.613720893859863, 54.70841598510742, 48.0759162902832, 60.364742279052734, 1.3977422714233398, 4.6725945472717285, 13.941017150878906, 11.930747985839844, 15.920268058776855, 15.533519744873047, 18.54779815673828, 23.14299201965332, 14.622005462646484, 38.464534759521484], "std": [0.24420824646949768, 0.12472467124462128, 0.15832430124282837, 0.14975200593471527, 0.18372513353824615, 0.06940791010856628, 0.33079794049263, 0.11066459119319916, 0.15246102213859558, 0.2751585841178894, 0.1892828643321991, 0.10069625824689865, 3.2580816745758057, 4.089792251586914, 13.368064880371094, 2.69270658493042, 9.631372451782227, 3.9557712078094482, 10.571036338806152, 21.3691349029541, 10.563593864440918, 28.68216896057129, 12.3060884475708, 28.36393928527832, 10.019523620605469, 12.351848602294922, 0.29853761196136475, 2.8984413146972656, 6.9471755027771, 20.25519561767578, 8.174100875854492, 25.90736961364746, 15.891353607177734, 38.64190673828125, 22.116676330566406, 34.17300033569336], "count": [165]}, "timestamp": {"min": [0.0], "max": [5.466666666666667], "mean": [2.7333333333333325], "std": [1.587684080899201], "count": [165]}, "frame_index": {"min": [0], "max": [164], "mean": [82.0], "std": [47.63052242697603], "count": [165]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [165]}, "index": {"min": [19166], "max": [19330], "mean": [19248.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [165]}, "subtask_annotation": {"mean": [3.915151515151515, 10.0, 10.0, 10.0, 10.0], "std": [2.344318885657242, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [165]}, "scene_annotation": {"mean": [93.0], "std": [0.0], "min": [93], "max": [93], "count": [165]}, "eef_direction_state": {"mean": [3.3696969696969696, 3.703030303030303], "std": [2.00974668213545, 1.967075178191596], "min": [0, 0], "max": [6, 6], "count": [165]}, "eef_velocity_state": {"mean": [1.2606060606060605, 1.206060606060606], "std": [0.7210847863144653, 0.84922046034366], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_acc_mag_state": {"mean": [1.1272727272727272, 0.8242424242424242], "std": [0.8177103018435363, 0.8308558212926854], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_direction_action": {"mean": [3.3696969696969696, 3.703030303030303], "std": [2.00974668213545, 1.967075178191596], "min": [0, 0], "max": [6, 6], "count": [165]}, "eef_velocity_action": {"mean": [1.2606060606060605, 1.206060606060606], "std": [0.7210847863144653, 0.84922046034366], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_acc_mag_action": {"mean": [1.1272727272727272, 0.8242424242424242], "std": [0.8177103018435363, 0.8308558212926854], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_sim_pose_state": {"mean": [0.6491590545383382, 0.19685277185031227, 1.2281811097246247, -1.2942783028586462, 0.6619696874646369, -2.065084977476667, 0.6569949762294185, -0.20746563331233162, 1.2181337037626618, 1.2006365937030692, 0.5543481468371118, 2.011964683248311], "std": [0.04664954076676755, 0.026639117702016896, 0.043387975103714185, 0.15349039239056997, 0.043155632036400216, 0.14907197846192302, 0.03970015674726291, 0.0603745255414536, 0.06477806458939456, 0.17263473729018222, 0.05196794028771734, 0.16909146597236716], "min": [0.5961651567851833, 0.14822108936175488, 1.1735002470947375, -1.6095817412477176, 0.5456264454454596, -2.384071156669495, 0.6266304676099146, -0.2749496569412687, 1.1585107128563272, 0.7978691202721866, 0.47086738479037216, 1.8485352610763108], "max": [0.7828012301938725, 0.27711258012808754, 1.344593948569395, -0.9353932429338044, 0.7169178561184513, -1.8155933174308732, 0.7689485654491625, -0.10125595281396305, 1.3583791007945363, 1.3796229062397343, 0.6703942534836691, 2.390601112206962], "count": [165]}, "eef_sim_pose_action": {"mean": [0.6491590545383382, 0.19685277185031227, 1.2281811097246247, -1.2942783028586462, 0.6619696874646369, -2.065084977476667, 0.6569949762294185, -0.20746563331233162, 1.2181337037626618, 1.2006365937030692, 0.5543481468371118, 2.011964683248311], "std": [0.04664954076676755, 0.026639117702016896, 0.043387975103714185, 0.15349039239056997, 0.043155632036400216, 0.14907197846192302, 0.03970015674726291, 0.0603745255414536, 0.06477806458939456, 0.17263473729018222, 0.05196794028771734, 0.16909146597236716], "min": [0.5961651567851833, 0.14822108936175488, 1.1735002470947375, -1.6095817412477176, 0.5456264454454596, -2.384071156669495, 0.6266304676099146, -0.2749496569412687, 1.1585107128563272, 0.7978691202721866, 0.47086738479037216, 1.8485352610763108], "max": [0.7828012301938725, 0.27711258012808754, 1.344593948569395, -0.9353932429338044, 0.7169178561184513, -1.8155933174308732, 0.7689485654491625, -0.10125595281396305, 1.3583791007945363, 1.3796229062397343, 0.6703942534836691, 2.390601112206962], "count": [165]}}} +{"episode_index": 94, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34336347222222224]], [[0.4127811131535948]], [[0.42738761437908496]]], "std": [[[0.3562942946487094]], [[0.2576223845724914]], [[0.24696426701496016]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.474031766748366]], [[0.4921627471405229]], [[0.4613573672385621]]], "std": [[[0.2706956538937737]], [[0.26007368230332684]], [[0.25180487780804234]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4754089093137255]], [[0.49960736928104577]], [[0.45403766544117646]]], "std": [[[0.3145763380991119]], [[0.2739086909926616]], [[0.27749086633237413]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4081490829248366]], [[0.4298770322712418]], [[0.33570626838235296]]], "std": [[[0.40848458968440865]], [[0.37152757380152573]], [[0.3483090130319617]]], "count": [100]}, "observation.state": {"min": [0.2931162714958191, -1.3682574033737183, 0.8740558624267578, -0.15838387608528137, -1.5480912923812866, 0.5868285894393921, -0.9403610825538635, -1.2879806756973267, 0.8019569516181946, -0.24714846909046173, 0.4683804512023926, -0.7489557266235352, 36.37312698364258, 47.31111145019531, -0.6362500190734863, -0.4231249988079071, 11.75181770324707, 1.1612499952316284, 8.65625, -0.796875, 1.3018749952316284, 6.388124942779541, 0.9850000143051147, 16.704374313354492, 33.724998474121094, 45.90999984741211, 0.6081249713897705, -2.3368749618530273, 3.156874895095825, 0.10500000417232513, 2.708750009536743, -0.6349999904632568, 1.6931250095367432, 1.8899999856948853, 0.6937500238418579, 4.916249752044678], "max": [0.9187361598014832, -0.7970454692840576, 1.5853170156478882, 0.3526264429092407, -0.3032253682613373, 0.7152189612388611, -0.37775614857673645, -0.6669623255729675, 1.4818894863128662, 0.11615930497646332, 1.3972814083099365, -0.5765526294708252, 63.91437530517578, 72.65499877929688, 39.77555465698242, 6.493124961853027, 33.96687698364258, 52.71266555786133, 43.946250915527344, 61.0525016784668, 47.81999969482422, 74.79000091552734, 46.87687683105469, 101.62562561035156, 57.82500076293945, 64.20999908447266, 2.362499952316284, 2.3168749809265137, 37.385623931884766, 52.520626068115234, 50.48500061035156, 71.00250244140625, 52.84437561035156, 85.29375457763672, 53.407501220703125, 105.13187408447266], "mean": [0.6247195601463318, -1.0309375524520874, 1.183953046798706, 0.04963904246687889, -0.8683241009712219, 0.660950779914856, -0.7756111025810242, -0.9562883973121643, 1.0311229228973389, -0.10207915306091309, 0.8970884084701538, -0.6307438015937805, 48.041873931884766, 58.09807205200195, 2.283738851547241, 0.5481117367744446, 24.93661880493164, 23.432445526123047, 26.96739387512207, 32.34266662597656, 21.743465423583984, 53.27235412597656, 14.038652420043945, 83.38796997070312, 50.346946716308594, 49.237918853759766, 0.9387593269348145, -1.15920090675354, 29.383703231811523, 33.709651947021484, 36.93400573730469, 42.12385177612305, 36.925052642822266, 55.529502868652344, 30.32160186767578, 79.4024887084961], "std": [0.20431509613990784, 0.1502983570098877, 0.20478232204914093, 0.16032932698726654, 0.35187095403671265, 0.034302279353141785, 0.2189914435148239, 0.15669949352741241, 0.20605351030826569, 0.0761171206831932, 0.24729786813259125, 0.057587288320064545, 9.281970024108887, 9.243194580078125, 8.086950302124023, 1.6555598974227905, 6.841332912445068, 16.455873489379883, 10.4437837600708, 22.438297271728516, 14.073668479919434, 19.89964485168457, 15.36677074432373, 18.3825626373291, 9.389920234680176, 3.4569196701049805, 0.3976222574710846, 1.3547993898391724, 8.654867172241211, 20.537382125854492, 13.03455924987793, 24.449302673339844, 16.41233253479004, 25.668434143066406, 19.889596939086914, 21.701993942260742], "count": [184]}, "action": {"min": [0.2931162714958191, -1.3682574033737183, 0.8740558624267578, -0.15838387608528137, -1.5480912923812866, 0.5868285894393921, -0.9403610825538635, -1.2879806756973267, 0.8019569516181946, -0.24714846909046173, 0.4683804512023926, -0.7489557266235352, 36.37312698364258, 47.31111145019531, -0.6362500190734863, -0.4231249988079071, 11.75181770324707, 1.1612499952316284, 8.65625, -0.796875, 1.3018749952316284, 6.388124942779541, 0.9850000143051147, 16.704374313354492, 33.724998474121094, 45.90999984741211, 0.6081249713897705, -2.3368749618530273, 3.156874895095825, 0.10500000417232513, 2.708750009536743, -0.6349999904632568, 1.6931250095367432, 1.8899999856948853, 0.6937500238418579, 4.916249752044678], "max": [0.9187361598014832, -0.7970454692840576, 1.5853170156478882, 0.3526264429092407, -0.3032253682613373, 0.7152189612388611, -0.37775614857673645, -0.6669623255729675, 1.4818894863128662, 0.11615930497646332, 1.3972814083099365, -0.5765526294708252, 63.91437530517578, 72.65499877929688, 39.77555465698242, 6.493124961853027, 33.96687698364258, 52.71266555786133, 43.946250915527344, 61.0525016784668, 47.81999969482422, 74.79000091552734, 46.87687683105469, 101.62562561035156, 57.82500076293945, 64.20999908447266, 2.362499952316284, 2.3168749809265137, 37.385623931884766, 52.520626068115234, 50.48500061035156, 71.00250244140625, 52.84437561035156, 85.29375457763672, 53.407501220703125, 105.13187408447266], "mean": [0.6247194409370422, -1.0309375524520874, 1.183952808380127, 0.049639102071523666, -0.8683242201805115, 0.6609511375427246, -0.7756110429763794, -0.9562886357307434, 1.0311229228973389, -0.10207904130220413, 0.8970885872840881, -0.6307438015937805, 48.041873931884766, 58.098087310791016, 2.283740520477295, 0.5481117367744446, 24.936630249023438, 23.43244743347168, 26.96739959716797, 32.342674255371094, 21.743465423583984, 53.27235412597656, 14.038662910461426, 83.38795471191406, 50.34696578979492, 49.23789978027344, 0.9387590289115906, -1.15920090675354, 29.38372802734375, 33.70964431762695, 36.93400955200195, 42.123844146728516, 36.9250602722168, 55.52949905395508, 30.321622848510742, 79.4024887084961], "std": [0.20431514084339142, 0.15029838681221008, 0.20478233695030212, 0.16032934188842773, 0.35187095403671265, 0.034302279353141785, 0.2189915031194687, 0.1566995084285736, 0.20605351030826569, 0.07611710578203201, 0.24729788303375244, 0.057587288320064545, 9.281968116760254, 9.243194580078125, 8.086953163146973, 1.6555596590042114, 6.84133243560791, 16.455875396728516, 10.443782806396484, 22.438295364379883, 14.0736665725708, 19.89964485168457, 15.366774559020996, 18.3825626373291, 9.389921188354492, 3.4569196701049805, 0.39762210845947266, 1.3547993898391724, 8.654868125915527, 20.537384033203125, 13.034560203552246, 24.44930076599121, 16.41233253479004, 25.668434143066406, 19.889598846435547, 21.701995849609375], "count": [184]}, "timestamp": {"min": [0.0], "max": [6.1], "mean": [3.0500000000000003], "std": [1.7705146772117486], "count": [184]}, "frame_index": {"min": [0], "max": [183], "mean": [91.5], "std": [53.115440316352455], "count": [184]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [184]}, "index": {"min": [19331], "max": [19514], "mean": [19422.5], "std": [53.115440316352455], "count": [184]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [184]}, "subtask_annotation": {"mean": [3.4782608695652173, 5.271739130434782, 10.0, 10.0, 10.0], "std": [3.383072506482972, 4.208178530034424, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [184]}, "scene_annotation": {"mean": [94.0], "std": [0.0], "min": [94], "max": [94], "count": [184]}, "eef_direction_state": {"mean": [3.0489130434782608, 3.733695652173913], "std": [2.06229054616133, 1.8995867499053243], "min": [0, 0], "max": [6, 6], "count": [184]}, "eef_velocity_state": {"mean": [1.440217391304348, 1.423913043478261], "std": [0.7045750774030703, 0.7258233054259379], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_acc_mag_state": {"mean": [1.190217391304348, 1.0], "std": [0.7743945436679932, 0.7871246517492031], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_direction_action": {"mean": [3.0489130434782608, 3.733695652173913], "std": [2.06229054616133, 1.8995867499053243], "min": [0, 0], "max": [6, 6], "count": [184]}, "eef_velocity_action": {"mean": [1.440217391304348, 1.423913043478261], "std": [0.7045750774030703, 0.7258233054259379], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_acc_mag_action": {"mean": [1.190217391304348, 1.0], "std": [0.7743945436679932, 0.7871246517492031], "min": [0, 0], "max": [2, 2], "count": [184]}, "eef_sim_pose_state": {"mean": [0.6591521661930773, 0.12541867241761892, 1.2297274636342137, -1.2787505356306859, 0.7062159424476787, -2.0912965916293658, 0.6107201594205469, -0.1044929053111359, 1.1876436388996863, 1.422387825499473, 0.706199450348721, 2.2839276342820147], "std": [0.07026916088812843, 0.05317824171127346, 0.09641177653503938, 0.43978982814404677, 0.17460951144244838, 0.40495964284836994, 0.07205991089868767, 0.01842136591350437, 0.07036448293470367, 0.33026291108736866, 0.09442666273343778, 0.2836170177834452], "min": [0.5695995829231137, 0.05095815003778603, 1.0531569997127241, -1.9660755428423762, 0.47814066877382055, -2.738607623563931, 0.549389735599433, -0.15665357759472617, 1.0508564941561918, 0.7974586975029929, 0.47062832413193734, 1.7757892533497381], "max": [0.7886163402067053, 0.19885548739669626, 1.3306930476113192, -0.6837870403738588, 1.0139398583105215, -1.636948735659928, 0.7642112276633435, -0.06289511745404655, 1.3027857115193773, 1.995482747263735, 0.8685990517356537, 2.7370069160889594], "count": [184]}, "eef_sim_pose_action": {"mean": [0.6591521661930773, 0.12541867241761892, 1.2297274636342137, -1.2787505356306859, 0.7062159424476787, -2.0912965916293658, 0.6107201594205469, -0.1044929053111359, 1.1876436388996863, 1.422387825499473, 0.706199450348721, 2.2839276342820147], "std": [0.07026916088812843, 0.05317824171127346, 0.09641177653503938, 0.43978982814404677, 0.17460951144244838, 0.40495964284836994, 0.07205991089868767, 0.01842136591350437, 0.07036448293470367, 0.33026291108736866, 0.09442666273343778, 0.2836170177834452], "min": [0.5695995829231137, 0.05095815003778603, 1.0531569997127241, -1.9660755428423762, 0.47814066877382055, -2.738607623563931, 0.549389735599433, -0.15665357759472617, 1.0508564941561918, 0.7974586975029929, 0.47062832413193734, 1.7757892533497381], "max": [0.7886163402067053, 0.19885548739669626, 1.3306930476113192, -0.6837870403738588, 1.0139398583105215, -1.636948735659928, 0.7642112276633435, -0.06289511745404655, 1.3027857115193773, 1.995482747263735, 0.8685990517356537, 2.7370069160889594], "count": [184]}}} +{"episode_index": 95, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32613493055555554]], [[0.33339124795751635]], [[0.3535843198529412]]], "std": [[[0.3308282914303906]], [[0.3142816677718875]], [[0.29675203486771395]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.16470588235294117]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4473949693627451]], [[0.4771581617647059]], [[0.4474705780228758]]], "std": [[[0.3072261981318501]], [[0.2930362699739185]], [[0.3013981294245593]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4437813888888889]], [[0.4871023999183006]], [[0.4670975776143791]]], "std": [[[0.3017322032864504]], [[0.2852170952551427]], [[0.287455888325549]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3782817054738562]], [[0.4093423815359477]], [[0.41529913807189545]]], "std": [[[0.3602442581811363]], [[0.3589069424390115]], [[0.32897854372043145]]], "count": [100]}, "observation.state": {"min": [0.3182459771633148, -1.2262293100357056, 0.9076938033103943, -0.4499027132987976, -1.6065843105316162, 0.26586461067199707, -1.3165675401687622, -1.3454880714416504, 1.1317425966262817, -0.33777275681495667, 0.7423275709152222, -0.3729400336742401, 33.75, 43.928749084472656, 11.566874504089355, -0.10687500238418579, 2.333125114440918, -0.671875, 1.1293749809265137, 0.36375001072883606, 3.244374990463257, -0.07312499731779099, 1.0099999904632568, 4.923749923706055, 37.57374954223633, 45.243751525878906, 1.0774999856948853, 1.537500023841858, 0.7866666913032532, -0.09937500953674316, 0.47437500953674316, -0.6181250214576721, 0.796875, 0.3218750059604645, 0.7487499713897705, 0.10062500834465027], "max": [1.4742122888565063, -0.6899939179420471, 1.592684268951416, 0.4069390296936035, -0.7550593018531799, 0.47622984647750854, -0.26474401354789734, -0.9233615398406982, 1.6608015298843384, 0.39160847663879395, 1.5539406538009644, -0.15542744100093842, 60.75749969482422, 58.17444610595703, 49.584373474121094, 9.363749504089355, 28.55500030517578, 60.709999084472656, 38.01124954223633, 70.66812896728516, 43.431251525878906, 99.68937683105469, 51.48062515258789, 109.67749786376953, 68.52188110351562, 71.89125061035156, 2.518749952316284, 9.772500038146973, 30.958749771118164, 47.686248779296875, 35.05249786376953, 62.569374084472656, 43.95249938964844, 89.01687622070312, 85.22125244140625, 109.65875244140625], "mean": [1.0174392461776733, -0.869437575340271, 1.0897361040115356, -0.06236722692847252, -1.2122437953948975, 0.42176908254623413, -1.0065439939498901, -1.0005381107330322, 1.2620683908462524, 0.11096325516700745, 1.2817047834396362, -0.31381407380104065, 52.704288482666016, 50.12419509887695, 33.229217529296875, 3.591508626937866, 18.717615127563477, 10.017930030822754, 15.978437423706055, 10.910627365112305, 15.316650390625, 17.79677963256836, 9.459218978881836, 43.135799407958984, 56.506805419921875, 57.233558654785156, 1.3378238677978516, 6.465164661407471, 11.487944602966309, 8.291031837463379, 13.00243854522705, 12.191455841064453, 13.97277545928955, 16.390972137451172, 14.06943416595459, 37.859127044677734], "std": [0.3290760815143585, 0.12355716526508331, 0.17751608788967133, 0.24907119572162628, 0.2661176025867462, 0.06232687085866928, 0.33620646595954895, 0.10847021639347076, 0.14690740406513214, 0.2737259268760681, 0.19806110858917236, 0.06333442777395248, 4.636619567871094, 4.369360446929932, 7.923916816711426, 3.0537822246551514, 8.469313621520996, 19.2342472076416, 10.197953224182129, 20.892187118530273, 11.390684127807617, 32.13071060180664, 15.719096183776855, 31.047969818115234, 8.417304992675781, 11.1480131149292, 0.2316199392080307, 2.317068576812744, 8.809441566467285, 14.775237083435059, 10.498104095458984, 20.90155792236328, 12.928739547729492, 30.397735595703125, 25.58826446533203, 33.58431625366211], "count": [188]}, "action": {"min": [0.3182459771633148, -1.2262293100357056, 0.9076938033103943, -0.4499027132987976, -1.6065843105316162, 0.26586461067199707, -1.3165675401687622, -1.3454880714416504, 1.1317425966262817, -0.33777275681495667, 0.7423275709152222, -0.3729400336742401, 33.75, 43.928749084472656, 11.566874504089355, -0.10687500238418579, 2.333125114440918, -0.671875, 1.1293749809265137, 0.36375001072883606, 3.244374990463257, -0.07312499731779099, 1.0099999904632568, 4.923749923706055, 37.57374954223633, 45.243751525878906, 1.0774999856948853, 1.537500023841858, 0.7866666913032532, -0.09937500953674316, 0.47437500953674316, -0.6181250214576721, 0.796875, 0.3218750059604645, 0.7487499713897705, 0.10062500834465027], "max": [1.4742122888565063, -0.6899939179420471, 1.592684268951416, 0.4069390296936035, -0.7550593018531799, 0.47622984647750854, -0.26474401354789734, -0.9233615398406982, 1.6608015298843384, 0.39160847663879395, 1.5539406538009644, -0.15542744100093842, 60.75749969482422, 58.17444610595703, 49.584373474121094, 9.363749504089355, 28.55500030517578, 60.709999084472656, 38.01124954223633, 70.66812896728516, 43.431251525878906, 99.68937683105469, 51.48062515258789, 109.67749786376953, 68.52188110351562, 71.89125061035156, 2.518749952316284, 9.772500038146973, 30.958749771118164, 47.686248779296875, 35.05249786376953, 62.569374084472656, 43.95249938964844, 89.01687622070312, 85.22125244140625, 109.65875244140625], "mean": [1.017439365386963, -0.8694373369216919, 1.089735746383667, -0.06236720457673073, -1.2122437953948975, 0.42176923155784607, -1.0065438747406006, -1.0005382299423218, 1.2620688676834106, 0.11096331477165222, 1.2817047834396362, -0.3138139843940735, 52.704261779785156, 50.124183654785156, 33.229225158691406, 3.59150767326355, 18.717626571655273, 10.017926216125488, 15.978425025939941, 10.910626411437988, 15.316657066345215, 17.796775817871094, 9.459217071533203, 43.13581085205078, 56.506839752197266, 57.23353958129883, 1.3378238677978516, 6.465163707733154, 11.487939834594727, 8.291036605834961, 13.002427101135254, 12.191452980041504, 13.97277545928955, 16.390974044799805, 14.069432258605957, 37.8591194152832], "std": [0.3290761113166809, 0.12355717271566391, 0.17751607298851013, 0.24907122552394867, 0.26611757278442383, 0.06232686713337898, 0.33620646595954895, 0.10847021639347076, 0.14690737426280975, 0.2737259268760681, 0.19806109368801117, 0.06333442032337189, 4.6366190910339355, 4.369360446929932, 7.923916816711426, 3.053781509399414, 8.469311714172363, 19.234241485595703, 10.197956085205078, 20.892187118530273, 11.390685081481934, 32.13070297241211, 15.719093322753906, 31.047964096069336, 8.417304992675781, 11.148015022277832, 0.2316199690103531, 2.317068099975586, 8.809442520141602, 14.775236129760742, 10.498104095458984, 20.90155601501465, 12.928740501403809, 30.397735595703125, 25.588266372680664, 33.584320068359375], "count": [188]}, "timestamp": {"min": [0.0], "max": [6.233333333333333], "mean": [3.116666666666667], "std": [1.8090052515125543], "count": [188]}, "frame_index": {"min": [0], "max": [187], "mean": [93.5], "std": [54.270157545376634], "count": [188]}, "episode_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [188]}, "index": {"min": [19515], "max": [19702], "mean": [19608.5], "std": [54.270157545376634], "count": [188]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [188]}, "subtask_annotation": {"mean": [3.856382978723404, 10.0, 10.0, 10.0, 10.0], "std": [2.4354674727399077, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [188]}, "scene_annotation": {"mean": [95.0], "std": [0.0], "min": [95], "max": [95], "count": [188]}, "eef_direction_state": {"mean": [3.4574468085106385, 3.952127659574468], "std": [1.9768064381671673, 1.8914268352396664], "min": [0, 0], "max": [6, 6], "count": [188]}, "eef_velocity_state": {"mean": [1.25, 1.0904255319148937], "std": [0.8096821020517736, 0.9151873600684022], "min": [0, 0], "max": [2, 2], "count": [188]}, "eef_acc_mag_state": {"mean": [1.0053191489361701, 0.8297872340425532], "std": [0.8536364043958715, 0.8333257884070693], "min": [0, 0], "max": [2, 2], "count": [188]}, "eef_direction_action": {"mean": [3.4574468085106385, 3.952127659574468], "std": [1.9768064381671673, 1.8914268352396664], "min": [0, 0], "max": [6, 6], "count": [188]}, "eef_velocity_action": {"mean": [1.25, 1.0904255319148937], "std": [0.8096821020517736, 0.9151873600684022], "min": [0, 0], "max": [2, 2], "count": [188]}, "eef_acc_mag_action": {"mean": [1.0053191489361701, 0.8297872340425532], "std": [0.8536364043958715, 0.8333257884070693], "min": [0, 0], "max": [2, 2], "count": [188]}, "eef_sim_pose_state": {"mean": [0.6232243291102179, 0.20823597466861946, 1.2000870748152623, -1.3357812061662222, 0.5837033345730152, -2.044981806631749, 0.6484504087652486, -0.22102815503732648, 1.1979295495873328, 1.235066578499158, 0.49075352072192463, 1.9749389679381872], "std": [0.0522916715087246, 0.04009656372427071, 0.057130009979263555, 0.1982860665392732, 0.10639553531471521, 0.19709701201043714, 0.041328001741539694, 0.06583291001442479, 0.07112349232027704, 0.19323535872487985, 0.07573723647993867, 0.16570107947294183], "min": [0.5729905380927408, 0.1483594338461541, 1.1520936205303653, -1.680485638088386, 0.4441491989875739, -2.485801106733713, 0.6218112306808294, -0.28903481075353166, 1.1296273072744758, 0.767116059984811, 0.4107167691672531, 1.8153715952762854], "max": [0.7768105747448331, 0.29820695327160895, 1.3451011189867192, -0.8291704941088057, 0.7683296339414101, -1.7725085747829656, 0.7694371295613088, -0.07797997926418715, 1.3499287315706487, 1.4102246308931965, 0.6286275531166052, 2.370011199678566], "count": [188]}, "eef_sim_pose_action": {"mean": [0.6232243291102179, 0.20823597466861946, 1.2000870748152623, -1.3357812061662222, 0.5837033345730152, -2.044981806631749, 0.6484504087652486, -0.22102815503732648, 1.1979295495873328, 1.235066578499158, 0.49075352072192463, 1.9749389679381872], "std": [0.0522916715087246, 0.04009656372427071, 0.057130009979263555, 0.1982860665392732, 0.10639553531471521, 0.19709701201043714, 0.041328001741539694, 0.06583291001442479, 0.07112349232027704, 0.19323535872487985, 0.07573723647993867, 0.16570107947294183], "min": [0.5729905380927408, 0.1483594338461541, 1.1520936205303653, -1.680485638088386, 0.4441491989875739, -2.485801106733713, 0.6218112306808294, -0.28903481075353166, 1.1296273072744758, 0.767116059984811, 0.4107167691672531, 1.8153715952762854], "max": [0.7768105747448331, 0.29820695327160895, 1.3451011189867192, -0.8291704941088057, 0.7683296339414101, -1.7725085747829656, 0.7694371295613088, -0.07797997926418715, 1.3499287315706487, 1.4102246308931965, 0.6286275531166052, 2.370011199678566], "count": [188]}}} +{"episode_index": 96, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3487073406862745]], [[0.41900457312091505]], [[0.4214599162581699]]], "std": [[[0.35747577969760325]], [[0.2579550272350982]], [[0.2524908295938421]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4793590910947712]], [[0.49584985294117645]], [[0.4660142483660131]]], "std": [[[0.2731464433595297]], [[0.26102559770341416]], [[0.24926954597928538]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4826332822712418]], [[0.5115236642156862]], [[0.4774874734477124]]], "std": [[[0.31483458184604124]], [[0.27878601993963226]], [[0.28382599249152124]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42311878267973857]], [[0.43311310457516344]], [[0.3285607495915033]]], "std": [[[0.4142785833690563]], [[0.37200192346066985]], [[0.3471597283100656]]], "count": [100]}, "observation.state": {"min": [0.28021761775016785, -1.2984235286712646, 0.8262283802032471, -0.10206855088472366, -1.2522411346435547, 0.6431201100349426, -1.0124123096466064, -1.235503911972046, 0.8181219696998596, -0.19765201210975647, 0.4421301484107971, -0.7687368392944336, 21.546249389648438, 47.122501373291016, -0.6312500238418579, -1.09375, 13.9243745803833, 0.8912500143051147, 9.255624771118164, -1.0362499952316284, 3.9368748664855957, -2.8318748474121094, 1.0099999904632568, 42.41437530517578, 37.56812286376953, 43.30249786376953, 1.162500023841858, -0.9737499952316284, 4.582221984863281, 0.5249999761581421, 1.7133333683013916, -0.7509090900421143, 1.2866666316986084, 1.0555555820465088, 0.6399999856948853, 6.232222080230713], "max": [0.9774833917617798, -0.6938563585281372, 1.498459815979004, 0.34192925691604614, -0.3117847442626953, 0.8082513213157654, -0.34088021516799927, -0.6694419384002686, 1.452587366104126, 0.02419985458254814, 1.2739614248275757, -0.6142709851264954, 59.54499816894531, 77.14875030517578, 55.15875244140625, 3.6993749141693115, 35.17562484741211, 46.95777893066406, 42.4587516784668, 48.97062683105469, 46.490623474121094, 73.33374786376953, 44.78437423706055, 106.96624755859375, 64.2143783569336, 48.864376068115234, 2.1262500286102295, 4.218888759613037, 41.56187438964844, 47.92562484741211, 48.692501068115234, 63.04312515258789, 54.67749786376953, 80.0581283569336, 55.287498474121094, 106.49812316894531], "mean": [0.6434563994407654, -0.9534992575645447, 1.0880095958709717, 0.09222682565450668, -0.7838164567947388, 0.7424265146255493, -0.8037100434303284, -0.9183469414710999, 1.0111428499221802, -0.04826100170612335, 0.936414361000061, -0.6866410970687866, 46.097801208496094, 57.93156051635742, 4.799920558929443, 0.34706512093544006, 26.440937042236328, 11.54319953918457, 26.935087203979492, 15.859779357910156, 21.806468963623047, 36.28767776489258, 12.039508819580078, 81.98741912841797, 54.91382598876953, 47.63973617553711, 1.3681459426879883, -0.29539018869400024, 34.32248306274414, 30.523391723632812, 37.95477294921875, 39.64619064331055, 37.24088668823242, 52.35600280761719, 32.11893081665039, 85.28453063964844], "std": [0.23978587985038757, 0.16066691279411316, 0.19811533391475677, 0.1324305683374405, 0.2887590825557709, 0.06335557997226715, 0.22621701657772064, 0.14875125885009766, 0.19183515012264252, 0.05935056880116463, 0.275941401720047, 0.046124350279569626, 11.20293140411377, 9.879168510437012, 11.450348854064941, 0.9404659271240234, 7.103428840637207, 10.697367668151855, 11.110128402709961, 19.655094146728516, 13.645153999328613, 24.57530403137207, 15.935327529907227, 12.253673553466797, 10.282317161560059, 1.300661563873291, 0.19738057255744934, 0.9776700139045715, 8.90719223022461, 19.693185806274414, 12.831649780273438, 26.778295516967773, 18.174497604370117, 28.877748489379883, 22.607425689697266, 22.44255256652832], "count": [157]}, "action": {"min": [0.28021761775016785, -1.2984235286712646, 0.8262283802032471, -0.10206855088472366, -1.2522411346435547, 0.6431201100349426, -1.0124123096466064, -1.235503911972046, 0.8181219696998596, -0.19765201210975647, 0.4421301484107971, -0.7687368392944336, 21.546249389648438, 47.122501373291016, -0.6312500238418579, -1.09375, 13.9243745803833, 0.8912500143051147, 9.255624771118164, -1.0362499952316284, 3.9368748664855957, -2.8318748474121094, 1.0099999904632568, 42.41437530517578, 37.56812286376953, 43.30249786376953, 1.162500023841858, -0.9737499952316284, 4.582221984863281, 0.5249999761581421, 1.7133333683013916, -0.7509090900421143, 1.2866666316986084, 1.0555555820465088, 0.6399999856948853, 6.232222080230713], "max": [0.9774833917617798, -0.6938563585281372, 1.498459815979004, 0.34192925691604614, -0.3117847442626953, 0.8082513213157654, -0.34088021516799927, -0.6694419384002686, 1.452587366104126, 0.02419985458254814, 1.2739614248275757, -0.6142709851264954, 59.54499816894531, 77.14875030517578, 55.15875244140625, 3.6993749141693115, 35.17562484741211, 46.95777893066406, 42.4587516784668, 48.97062683105469, 46.490623474121094, 73.33374786376953, 44.78437423706055, 106.96624755859375, 64.2143783569336, 48.864376068115234, 2.1262500286102295, 4.218888759613037, 41.56187438964844, 47.92562484741211, 48.692501068115234, 63.04312515258789, 54.67749786376953, 80.0581283569336, 55.287498474121094, 106.49812316894531], "mean": [0.6434564590454102, -0.9534984827041626, 1.088010311126709, 0.0922267958521843, -0.7838164567947388, 0.7424265146255493, -0.8037100434303284, -0.9183469414710999, 1.0111430883407593, -0.048260997980833054, 0.936414361000061, -0.6866411566734314, 46.097801208496094, 57.93156433105469, 4.799925327301025, 0.3470650911331177, 26.440937042236328, 11.54319953918457, 26.935073852539062, 15.859776496887207, 21.80645751953125, 36.28766632080078, 12.039506912231445, 81.98741149902344, 54.91384506225586, 47.63971710205078, 1.3681464195251465, -0.2953902781009674, 34.322479248046875, 30.523399353027344, 37.954776763916016, 39.64617919921875, 37.24089050292969, 52.35599136352539, 32.11893081665039, 85.28453826904297], "std": [0.23978587985038757, 0.16066689789295197, 0.1981152892112732, 0.1324305683374405, 0.2887590825557709, 0.06335556507110596, 0.22621703147888184, 0.14875124394893646, 0.19183512032032013, 0.05935056135058403, 0.275941401720047, 0.046124350279569626, 11.202932357788086, 9.879167556762695, 11.450345993041992, 0.9404658079147339, 7.103427886962891, 10.697367668151855, 11.110128402709961, 19.655094146728516, 13.645153999328613, 24.575302124023438, 15.935328483581543, 12.253674507141113, 10.282318115234375, 1.3006612062454224, 0.19738051295280457, 0.9776699542999268, 8.90719223022461, 19.693180084228516, 12.831649780273438, 26.778295516967773, 18.174497604370117, 28.877750396728516, 22.607423782348633, 22.44255256652832], "count": [157]}, "timestamp": {"min": [0.0], "max": [5.2], "mean": [2.6], "std": [1.5107025591499545], "count": [157]}, "frame_index": {"min": [0], "max": [156], "mean": [78.0], "std": [45.32107677449864], "count": [157]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [157]}, "index": {"min": [19703], "max": [19859], "mean": [19781.0], "std": [45.32107677449864], "count": [157]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [157]}, "subtask_annotation": {"mean": [2.6369426751592355, 4.649681528662421, 10.0, 10.0, 10.0], "std": [2.9065111754944972, 3.7921579189183996, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [157]}, "scene_annotation": {"mean": [96.0], "std": [0.0], "min": [96], "max": [96], "count": [157]}, "eef_direction_state": {"mean": [3.5859872611464967, 3.7070063694267517], "std": [2.0442387148776433, 1.8725681350331678], "min": [0, 0], "max": [6, 6], "count": [157]}, "eef_velocity_state": {"mean": [1.4267515923566878, 1.414012738853503], "std": [0.7244925450601835, 0.6961640664965653], "min": [0, 0], "max": [2, 2], "count": [157]}, "eef_acc_mag_state": {"mean": [1.1337579617834395, 1.0254777070063694], "std": [0.8377672890424136, 0.7976801123288294], "min": [0, 0], "max": [2, 2], "count": [157]}, "eef_direction_action": {"mean": [3.5859872611464967, 3.7070063694267517], "std": [2.0442387148776433, 1.8725681350331678], "min": [0, 0], "max": [6, 6], "count": [157]}, "eef_velocity_action": {"mean": [1.4267515923566878, 1.414012738853503], "std": [0.7244925450601835, 0.6961640664965653], "min": [0, 0], "max": [2, 2], "count": [157]}, "eef_acc_mag_action": {"mean": [1.1337579617834395, 1.0254777070063694], "std": [0.8377672890424136, 0.7976801123288294], "min": [0, 0], "max": [2, 2], "count": [157]}, "eef_sim_pose_state": {"mean": [0.6391904773407683, 0.12116303892248961, 1.2150582870575044, -1.3839125811700583, 0.8117523422708732, -2.166868702294774, 0.6108740515454008, -0.12397605012519156, 1.1929340836884592, 1.3886466580391554, 0.7348058466610073, 2.2002192587794456], "std": [0.06858068617328306, 0.036230237240227614, 0.10043775274118959, 0.4774980924153942, 0.15275928311922918, 0.4299458514328272, 0.0671528634718993, 0.01584598791698472, 0.08081716392207858, 0.35115397960713546, 0.08243913026524269, 0.2786115941024578], "min": [0.568576383074688, 0.05465120775499377, 1.0560123216706834, -1.9965576469506505, 0.5936420453417366, -2.7097329762999998, 0.5615309813421576, -0.14836098518837404, 1.0434318288035644, 0.8729468349604107, 0.6225786910651956, 1.8030136610974647], "max": [0.7743711980077803, 0.1780694585392975, 1.3453098935984422, -0.7007758401805946, 1.052652513523899, -1.5698318577874013, 0.7661772969087228, -0.08336657933830063, 1.3023355683234357, 1.9335711530317046, 0.886673843321728, 2.6121983492856056], "count": [157]}, "eef_sim_pose_action": {"mean": [0.6391904773407683, 0.12116303892248961, 1.2150582870575044, -1.3839125811700583, 0.8117523422708732, -2.166868702294774, 0.6108740515454008, -0.12397605012519156, 1.1929340836884592, 1.3886466580391554, 0.7348058466610073, 2.2002192587794456], "std": [0.06858068617328306, 0.036230237240227614, 0.10043775274118959, 0.4774980924153942, 0.15275928311922918, 0.4299458514328272, 0.0671528634718993, 0.01584598791698472, 0.08081716392207858, 0.35115397960713546, 0.08243913026524269, 0.2786115941024578], "min": [0.568576383074688, 0.05465120775499377, 1.0560123216706834, -1.9965576469506505, 0.5936420453417366, -2.7097329762999998, 0.5615309813421576, -0.14836098518837404, 1.0434318288035644, 0.8729468349604107, 0.6225786910651956, 1.8030136610974647], "max": [0.7743711980077803, 0.1780694585392975, 1.3453098935984422, -0.7007758401805946, 1.052652513523899, -1.5698318577874013, 0.7661772969087228, -0.08336657933830063, 1.3023355683234357, 1.9335711530317046, 0.886673843321728, 2.6121983492856056], "count": [157]}}} +{"episode_index": 97, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3159797589869281]], [[0.32139273284313724]], [[0.34176694444444444]]], "std": [[[0.3291151079011203]], [[0.3144610787029958]], [[0.29584131832575283]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.15294117647058825]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4632468402777778]], [[0.4894829677287582]], [[0.4541589950980392]]], "std": [[[0.3164923755861967]], [[0.3042357454545574]], [[0.3182593393977137]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.1411764705882353]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4434287847222222]], [[0.48441820057189544]], [[0.46228598651960784]]], "std": [[[0.30283940866068915]], [[0.28712990233080565]], [[0.2920240362278603]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3876704227941176]], [[0.41779494689542485]], [[0.41765406454248366]]], "std": [[[0.35837585851120113]], [[0.358651597745624]], [[0.33134231336941006]]], "count": [100]}, "observation.state": {"min": [0.3146696388721466, -1.263256311416626, 0.9512569308280945, -0.3243972659111023, -1.5501258373260498, 0.25604161620140076, -1.4505608081817627, -1.3260328769683838, 1.0862993001937866, -0.39480334520339966, 0.7041561603546143, -0.31919965147972107, 36.351112365722656, 42.40562438964844, -0.8700000047683716, 0.23749999701976776, 0.8650000095367432, -0.5362499952316284, 0.890625, 0.4112499952316284, 0.9837499856948853, 0.014999999664723873, 0.95333331823349, 1.1506249904632568, 30.943750381469727, 44.110626220703125, 0.7293750047683716, -0.03750000149011612, 0.5744444131851196, 0.4881249964237213, 0.5568749904632568, 0.6875, 0.703125, 0.5177777409553528, 1.024999976158142, -3.2456250190734863], "max": [1.4329174757003784, -0.7307879328727722, 1.628805160522461, 0.4257267117500305, -0.7277122735977173, 0.45702889561653137, -0.08368620276451111, -0.8105878829956055, 1.7276073694229126, 0.33453020453453064, 1.47781503200531, -0.15442606806755066, 58.13687515258789, 55.962223052978516, 36.06624984741211, 9.507499694824219, 35.520626068115234, 24.80437469482422, 43.36249923706055, 63.81187438964844, 45.92937469482422, 101.58499908447266, 43.88500213623047, 108.3237533569336, 72.53250122070312, 64.28250122070312, 3.3837499618530273, 9.536666870117188, 38.59312438964844, 37.234375, 36.192501068115234, 49.52000045776367, 58.782501220703125, 108.57500457763672, 63.01812744140625, 110.2925033569336], "mean": [0.8430607318878174, -0.9627352356910706, 1.2123051881790161, -0.0364312119781971, -1.1324992179870605, 0.41080519556999207, -1.0084311962127686, -0.9767378568649292, 1.2732484340667725, 0.045172929763793945, 1.2855874300003052, -0.27552172541618347, 50.96065902709961, 48.78907775878906, 6.881944179534912, 6.562952995300293, 12.458109855651855, 4.52067756652832, 11.590982437133789, 10.404117584228516, 12.57056713104248, 16.040407180786133, 8.038520812988281, 38.81193161010742, 58.03281784057617, 52.83214569091797, 1.4614062309265137, 3.67199969291687, 21.36880874633789, 6.327065467834473, 15.62851333618164, 9.70219898223877, 19.22783660888672, 19.509368896484375, 12.987192153930664, 39.99768829345703], "std": [0.29060128331184387, 0.1458718627691269, 0.1859736144542694, 0.22576569020748138, 0.2567062973976135, 0.05570819601416588, 0.4488028585910797, 0.1504327654838562, 0.19254374504089355, 0.25945326685905457, 0.21809329092502594, 0.05397176742553711, 4.745092868804932, 3.7893993854522705, 12.207215309143066, 3.0905814170837402, 10.97216510772705, 8.622812271118164, 14.420065879821777, 19.012252807617188, 14.428072929382324, 31.195911407470703, 13.289505958557129, 30.79492950439453, 10.641674995422363, 8.257122993469238, 0.5393543243408203, 3.087346315383911, 14.162403106689453, 10.152031898498535, 11.70061206817627, 15.17347240447998, 17.789091110229492, 35.456504821777344, 20.097286224365234, 34.146331787109375], "count": [187]}, "action": {"min": [0.3146696388721466, -1.263256311416626, 0.9512569308280945, -0.3243972659111023, -1.5501258373260498, 0.25604161620140076, -1.4505608081817627, -1.3260328769683838, 1.0862993001937866, -0.39480334520339966, 0.7041561603546143, -0.31919965147972107, 36.351112365722656, 42.40562438964844, -0.8700000047683716, 0.23749999701976776, 0.8650000095367432, -0.5362499952316284, 0.890625, 0.4112499952316284, 0.9837499856948853, 0.014999999664723873, 0.95333331823349, 1.1506249904632568, 30.943750381469727, 44.110626220703125, 0.7293750047683716, -0.03750000149011612, 0.5744444131851196, 0.4881249964237213, 0.5568749904632568, 0.6875, 0.703125, 0.5177777409553528, 1.024999976158142, -3.2456250190734863], "max": [1.4329174757003784, -0.7307879328727722, 1.628805160522461, 0.4257267117500305, -0.7277122735977173, 0.45702889561653137, -0.08368620276451111, -0.8105878829956055, 1.7276073694229126, 0.33453020453453064, 1.47781503200531, -0.15442606806755066, 58.13687515258789, 55.962223052978516, 36.06624984741211, 9.507499694824219, 35.520626068115234, 24.80437469482422, 43.36249923706055, 63.81187438964844, 45.92937469482422, 101.58499908447266, 43.88500213623047, 108.3237533569336, 72.53250122070312, 64.28250122070312, 3.3837499618530273, 9.536666870117188, 38.59312438964844, 37.234375, 36.192501068115234, 49.52000045776367, 58.782501220703125, 108.57500457763672, 63.01812744140625, 110.2925033569336], "mean": [0.8430609107017517, -0.9627352356910706, 1.2123048305511475, -0.0364312008023262, -1.132499098777771, 0.41080528497695923, -1.008431077003479, -0.9767380952835083, 1.273248314857483, 0.045172929763793945, 1.285587191581726, -0.2755216956138611, 50.960670471191406, 48.789066314697266, 6.881947040557861, 6.562952995300293, 12.458106994628906, 4.5206828117370605, 11.59097957611084, 10.40412712097168, 12.570568084716797, 16.0404052734375, 8.038521766662598, 38.81193161010742, 58.03281784057617, 52.83216094970703, 1.4614064693450928, 3.671999454498291, 21.368799209594727, 6.327068328857422, 15.62851333618164, 9.702199935913086, 19.227840423583984, 19.509366989135742, 12.987190246582031, 39.99769973754883], "std": [0.29060131311416626, 0.14587187767028809, 0.1859736144542694, 0.2257656753063202, 0.2567062973976135, 0.05570819973945618, 0.4488028287887573, 0.1504327654838562, 0.19254374504089355, 0.25945326685905457, 0.21809327602386475, 0.05397175997495651, 4.745092391967773, 3.789398431777954, 12.207212448120117, 3.0905814170837402, 10.972167015075684, 8.622812271118164, 14.420064926147461, 19.012256622314453, 14.42807388305664, 31.195907592773438, 13.289505004882812, 30.794921875, 10.641674995422363, 8.257122993469238, 0.5393544435501099, 3.087346076965332, 14.162403106689453, 10.152029991149902, 11.70061206817627, 15.17347240447998, 17.789093017578125, 35.456504821777344, 20.0972900390625, 34.14632797241211], "count": [187]}, "timestamp": {"min": [0.0], "max": [6.2], "mean": [3.1], "std": [1.7993826101687709], "count": [187]}, "frame_index": {"min": [0], "max": [186], "mean": [93.0], "std": [53.98147830506312], "count": [187]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [187]}, "index": {"min": [19860], "max": [20046], "mean": [19953.0], "std": [53.98147830506312], "count": [187]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [187]}, "subtask_annotation": {"mean": [3.9732620320855614, 10.0, 10.0, 10.0, 10.0], "std": [2.3952563527752755, 0.0, 0.0, 0.0, 0.0], "min": [1, 10, 10, 10, 10], "max": [9, 10, 10, 10, 10], "count": [187]}, "scene_annotation": {"mean": [97.0], "std": [0.0], "min": [97], "max": [97], "count": [187]}, "eef_direction_state": {"mean": [3.053475935828877, 3.5775401069518717], "std": [1.7450698170942098, 2.020781958630682], "min": [0, 0], "max": [6, 6], "count": [187]}, "eef_velocity_state": {"mean": [1.374331550802139, 1.1443850267379678], "std": [0.6196289705921283, 0.8624725192183322], "min": [0, 0], "max": [2, 2], "count": [187]}, "eef_acc_mag_state": {"mean": [1.1925133689839573, 0.839572192513369], "std": [0.8178147441221784, 0.837577247695853], "min": [0, 0], "max": [2, 2], "count": [187]}, "eef_direction_action": {"mean": [3.053475935828877, 3.5775401069518717], "std": [1.7450698170942098, 2.020781958630682], "min": [0, 0], "max": [6, 6], "count": [187]}, "eef_velocity_action": {"mean": [1.374331550802139, 1.1443850267379678], "std": [0.6196289705921283, 0.8624725192183322], "min": [0, 0], "max": [2, 2], "count": [187]}, "eef_acc_mag_action": {"mean": [1.1925133689839573, 0.839572192513369], "std": [0.8178147441221784, 0.837577247695853], "min": [0, 0], "max": [2, 2], "count": [187]}, "eef_sim_pose_state": {"mean": [0.6599686720896418, 0.1907591175081943, 1.225130299077791, -1.2326577401940926, 0.551212458424762, -1.9994994035891607, 0.6431811243370662, -0.21930405334580264, 1.217080909906926, 1.2229499301147801, 0.5230533623839232, 2.013796205683815], "std": [0.05632986852718963, 0.035863875900735045, 0.051396725054934346, 0.19269954837604844, 0.12409351771371827, 0.1977265259274004, 0.0511240955324815, 0.07396916591340699, 0.08892648909842986, 0.25236657712750055, 0.03733854481585335, 0.1487139451457358], "min": [0.5827402593676215, 0.1406445429197093, 1.1628393301532798, -1.6284801551796266, 0.40941084714148324, -2.4453219247306954, 0.6012159726076506, -0.30405728357027595, 1.1426118367605893, 0.697296810495556, 0.3987892419987007, 1.7821167009609034], "max": [0.7876233712148791, 0.28010653506595196, 1.3449628092134747, -0.8534293819523285, 0.8024005200663598, -1.7701435027004842, 0.7768133910788082, -0.11198509424393677, 1.418214247920339, 1.4775694664594785, 0.6433456601430843, 2.318685539008639], "count": [187]}, "eef_sim_pose_action": {"mean": [0.6599686720896418, 0.1907591175081943, 1.225130299077791, -1.2326577401940926, 0.551212458424762, -1.9994994035891607, 0.6431811243370662, -0.21930405334580264, 1.217080909906926, 1.2229499301147801, 0.5230533623839232, 2.013796205683815], "std": [0.05632986852718963, 0.035863875900735045, 0.051396725054934346, 0.19269954837604844, 0.12409351771371827, 0.1977265259274004, 0.0511240955324815, 0.07396916591340699, 0.08892648909842986, 0.25236657712750055, 0.03733854481585335, 0.1487139451457358], "min": [0.5827402593676215, 0.1406445429197093, 1.1628393301532798, -1.6284801551796266, 0.40941084714148324, -2.4453219247306954, 0.6012159726076506, -0.30405728357027595, 1.1426118367605893, 0.697296810495556, 0.3987892419987007, 1.7821167009609034], "max": [0.7876233712148791, 0.28010653506595196, 1.3449628092134747, -0.8534293819523285, 0.8024005200663598, -1.7701435027004842, 0.7768133910788082, -0.11198509424393677, 1.418214247920339, 1.4775694664594785, 0.6433456601430843, 2.318685539008639], "count": [187]}}} +{"episode_index": 98, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35845022671568627]], [[0.41626970179738565]], [[0.4069802920751634]]], "std": [[[0.36112606327345065]], [[0.26063478174197485]], [[0.25608639273497424]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.1607843137254902]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47907885008169937]], [[0.49383025939542485]], [[0.4584842258986928]]], "std": [[[0.2705487140393271]], [[0.2573380549631039]], [[0.24769982877388638]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.479431964869281]], [[0.5053955861928104]], [[0.4617087254901961]]], "std": [[[0.3070661443512289]], [[0.26947307890474587]], [[0.26769083209930783]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4223481903594771]], [[0.4359840420751634]], [[0.3396586519607843]]], "std": [[[0.40840930675176373]], [[0.37105097991516556]], [[0.34960302461246173]]], "count": [100]}, "observation.state": {"min": [0.29063668847084045, -1.2374351024627686, 0.8560311198234558, 0.019240673631429672, -1.1713969707489014, 0.6692749857902527, -0.9451056718826294, -1.1676965951919556, 0.8200293779373169, -0.21515220403671265, 0.4690535366535187, -0.7551308274269104, 7.50124979019165, 45.26750183105469, -0.6818181872367859, -0.5868750214576721, 3.650624990463257, 0.359375, 1.3481249809265137, -1.0112500190734863, 0.9362500309944153, 0.24062499403953552, 1.0329999923706055, 23.072500228881836, 35.27937698364258, 39.554443359375, 0.7054545283317566, -2.0850000381469727, 0.9466666579246521, -0.47111111879348755, 0.8155555725097656, -0.6200000047683716, 0.9644443988800049, 1.3244444131851196, 0.7599999904632568, 6.924444198608398], "max": [0.9208343029022217, -0.8084182143211365, 1.42087721824646, 0.2747577726840973, -0.3591115474700928, 0.7933260798454285, -0.31181812286376953, -0.6905184388160706, 1.3427462577819824, -0.11212997138500214, 1.124852180480957, -0.5766003131866455, 64.11250305175781, 81.89666748046875, 21.53499984741211, 7.926249980926514, 36.416873931884766, 29.16874885559082, 43.01000213623047, 56.981876373291016, 47.34562683105469, 78.6781234741211, 41.0993766784668, 97.79812622070312, 56.48999786376953, 52.21846008300781, 2.791249990463257, 6.089999675750732, 38.18187713623047, 43.241249084472656, 48.873748779296875, 66.39250183105469, 52.92625045776367, 81.10625457763672, 54.83812713623047, 102.53812408447266], "mean": [0.5798394083976746, -0.9928900599479675, 1.1180973052978516, 0.12767213582992554, -0.7653664350509644, 0.7204351425170898, -0.7480825781822205, -0.8677677512168884, 0.9818599820137024, -0.16574105620384216, 0.8600724935531616, -0.6571006774902344, 43.078094482421875, 57.32411575317383, 5.663303375244141, 0.7300071120262146, 22.57543182373047, 11.182913780212402, 24.815471649169922, 20.29835319519043, 22.137422561645508, 35.577510833740234, 13.374784469604492, 72.51551818847656, 51.337520599365234, 47.143070220947266, 1.0245376825332642, -1.101056456565857, 30.49709701538086, 34.6865234375, 38.31248474121094, 49.37569046020508, 38.84450149536133, 63.76935958862305, 35.408447265625, 85.00894165039062], "std": [0.2424319088459015, 0.12077116966247559, 0.17911136150360107, 0.08198109269142151, 0.273073673248291, 0.044763799756765366, 0.2302057147026062, 0.1341501623392105, 0.16091616451740265, 0.029726624488830566, 0.23646126687526703, 0.05604563653469086, 19.826187133789062, 12.266366004943848, 7.37965202331543, 2.2163894176483154, 10.795940399169922, 12.192689895629883, 13.330434799194336, 24.24703025817871, 15.984517097473145, 30.7947998046875, 15.559553146362305, 22.346405029296875, 7.373443126678467, 2.0561182498931885, 0.4886947274208069, 1.6492935419082642, 10.453126907348633, 12.224367141723633, 14.647615432739258, 18.158634185791016, 17.91398811340332, 18.192081451416016, 20.341651916503906, 15.19060230255127], "count": [143]}, "action": {"min": [0.29063668847084045, -1.2374351024627686, 0.8560311198234558, 0.019240673631429672, -1.1713969707489014, 0.6692749857902527, -0.9451056718826294, -1.1676965951919556, 0.8200293779373169, -0.21515220403671265, 0.4690535366535187, -0.7551308274269104, 7.50124979019165, 45.26750183105469, -0.6818181872367859, -0.5868750214576721, 3.650624990463257, 0.359375, 1.3481249809265137, -1.0112500190734863, 0.9362500309944153, 0.24062499403953552, 1.0329999923706055, 23.072500228881836, 35.27937698364258, 39.554443359375, 0.7054545283317566, -2.0850000381469727, 0.9466666579246521, -0.47111111879348755, 0.8155555725097656, -0.6200000047683716, 0.9644443988800049, 1.3244444131851196, 0.7599999904632568, 6.924444198608398], "max": [0.9208343029022217, -0.8084182143211365, 1.42087721824646, 0.2747577726840973, -0.3591115474700928, 0.7933260798454285, -0.31181812286376953, -0.6905184388160706, 1.3427462577819824, -0.11212997138500214, 1.124852180480957, -0.5766003131866455, 64.11250305175781, 81.89666748046875, 21.53499984741211, 7.926249980926514, 36.416873931884766, 29.16874885559082, 43.01000213623047, 56.981876373291016, 47.34562683105469, 78.6781234741211, 41.0993766784668, 97.79812622070312, 56.48999786376953, 52.21846008300781, 2.791249990463257, 6.089999675750732, 38.18187713623047, 43.241249084472656, 48.873748779296875, 66.39250183105469, 52.92625045776367, 81.10625457763672, 54.83812713623047, 102.53812408447266], "mean": [0.5798394680023193, -0.992889404296875, 1.118097186088562, 0.12767213582992554, -0.7653665542602539, 0.7204349637031555, -0.7480827569961548, -0.8677677512168884, 0.9818598628044128, -0.16574107110500336, 0.8600722551345825, -0.6571006774902344, 43.07807922363281, 57.32412338256836, 5.663301467895508, 0.7300071716308594, 22.57543182373047, 11.182915687561035, 24.815465927124023, 20.298349380493164, 22.137418746948242, 35.5775146484375, 13.374786376953125, 72.51551818847656, 51.33755111694336, 47.143089294433594, 1.024537444114685, -1.1010563373565674, 30.497100830078125, 34.686527252197266, 38.312469482421875, 49.375694274902344, 38.84451675415039, 63.76936721801758, 35.40845489501953, 85.00892639160156], "std": [0.2424318790435791, 0.12077118456363678, 0.1791113317012787, 0.08198108524084091, 0.2730737030506134, 0.044763799756765366, 0.230205699801445, 0.1341501623392105, 0.16091616451740265, 0.029726626351475716, 0.23646123707294464, 0.056045640259981155, 19.826187133789062, 12.266365051269531, 7.37965202331543, 2.2163894176483154, 10.795942306518555, 12.19268798828125, 13.330434799194336, 24.247034072875977, 15.984517097473145, 30.7947998046875, 15.559554100036621, 22.346403121948242, 7.373443126678467, 2.056118965148926, 0.4886947274208069, 1.6492936611175537, 10.453126907348633, 12.224370002746582, 14.647613525390625, 18.158634185791016, 17.913986206054688, 18.192081451416016, 20.341655731201172, 15.190603256225586], "count": [143]}, "timestamp": {"min": [0.0], "max": [4.733333333333333], "mean": [2.3666666666666667], "std": [1.3759844960366863], "count": [143]}, "frame_index": {"min": [0], "max": [142], "mean": [71.0], "std": [41.27953488110059], "count": [143]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [143]}, "index": {"min": [20047], "max": [20189], "mean": [20118.0], "std": [41.27953488110059], "count": [143]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [143]}, "subtask_annotation": {"mean": [3.804195804195804, 5.062937062937063, 10.0, 10.0, 10.0], "std": [3.3161160642942713, 4.2561625961645255, 0.0, 0.0, 0.0], "min": [0, 0, 10, 10, 10], "max": [10, 10, 10, 10, 10], "count": [143]}, "scene_annotation": {"mean": [98.0], "std": [0.0], "min": [98], "max": [98], "count": [143]}, "eef_direction_state": {"mean": [3.5104895104895104, 3.937062937062937], "std": [1.971358315104925, 1.8519193718073386], "min": [0, 0], "max": [6, 6], "count": [143]}, "eef_velocity_state": {"mean": [1.4475524475524475, 1.2937062937062938], "std": [0.7162286785493351, 0.764895603573444], "min": [0, 0], "max": [2, 2], "count": [143]}, "eef_acc_mag_state": {"mean": [1.1468531468531469, 1.1118881118881119], "std": [0.7929588915000436, 0.7942529154965418], "min": [0, 0], "max": [2, 2], "count": [143]}, "eef_direction_action": {"mean": [3.5104895104895104, 3.937062937062937], "std": [1.971358315104925, 1.8519193718073386], "min": [0, 0], "max": [6, 6], "count": [143]}, "eef_velocity_action": {"mean": [1.4475524475524475, 1.2937062937062938], "std": [0.7162286785493351, 0.764895603573444], "min": [0, 0], "max": [2, 2], "count": [143]}, "eef_acc_mag_action": {"mean": [1.1468531468531469, 1.1118881118881119], "std": [0.7929588915000436, 0.7942529154965418], "min": [0, 0], "max": [2, 2], "count": [143]}, "eef_sim_pose_state": {"mean": [0.642572736540868, 0.10734844152701638, 1.229210881952267, -1.3255444272125, 0.7992380172198055, -2.1674113712118452, 0.601155143456717, -0.1151511602019823, 1.2036157588539635, 1.407382267126639, 0.8059190963546105, 2.2685444334423934], "std": [0.06533326792229208, 0.03222285135160128, 0.11473344142336185, 0.5001761364393369, 0.14693933272522983, 0.43685725293879735, 0.0576068979336226, 0.022015289599506528, 0.08318420255938004, 0.398133211746929, 0.08560461429204695, 0.3076647170699734], "min": [0.5638682931223444, 0.06070520973098581, 1.0528764872328253, -2.0344260240443575, 0.5653249781530585, -2.8212543139247983, 0.5507050223230086, -0.15219551423597436, 1.0619803299694048, 0.8485235212922151, 0.7042132794673126, 1.8105464304987795], "max": [0.7550597181391372, 0.15934089868832835, 1.3807641132987143, -0.6323044097772432, 1.0204171344461326, -1.639217941843433, 0.7311530706872504, -0.06419332436702277, 1.3164605799103144, 2.0169768433887563, 0.9882779147309213, 2.726489476347152], "count": [143]}, "eef_sim_pose_action": {"mean": [0.642572736540868, 0.10734844152701638, 1.229210881952267, -1.3255444272125, 0.7992380172198055, -2.1674113712118452, 0.601155143456717, -0.1151511602019823, 1.2036157588539635, 1.407382267126639, 0.8059190963546105, 2.2685444334423934], "std": [0.06533326792229208, 0.03222285135160128, 0.11473344142336185, 0.5001761364393369, 0.14693933272522983, 0.43685725293879735, 0.0576068979336226, 0.022015289599506528, 0.08318420255938004, 0.398133211746929, 0.08560461429204695, 0.3076647170699734], "min": [0.5638682931223444, 0.06070520973098581, 1.0528764872328253, -2.0344260240443575, 0.5653249781530585, -2.8212543139247983, 0.5507050223230086, -0.15219551423597436, 1.0619803299694048, 0.8485235212922151, 0.7042132794673126, 1.8105464304987795], "max": [0.7550597181391372, 0.15934089868832835, 1.3807641132987143, -0.6323044097772432, 1.0204171344461326, -1.639217941843433, 0.7311530706872504, -0.06419332436702277, 1.3164605799103144, 2.0169768433887563, 0.9882779147309213, 2.726489476347152], "count": [143]}}} diff --git a/Airbot_MMK2_storage_cup/meta/info.json b/Airbot_MMK2_storage_cup/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..3ea3c7942cc26cc60fa574aa54f72ad276282d5c --- /dev/null +++ b/Airbot_MMK2_storage_cup/meta/info.json @@ -0,0 +1 @@ +{"codebase_version": "v2.1", "robot_type": "Airbot_MMK2", "total_episodes": 99, "total_frames": 20190, "total_tasks": 1, "total_videos": 396, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:98"}, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "features": {"observation.images.cam_high_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_left_wrist_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_right_wrist_rgb": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_third_view": {"dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "info": {"video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.state": {"dtype": "float32", "shape": [36], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "left_hand_joint_1_rad", "left_hand_joint_2_rad", "left_hand_joint_3_rad", "left_hand_joint_4_rad", "left_hand_joint_5_rad", "left_hand_joint_6_rad", "left_hand_joint_7_rad", "left_hand_joint_8_rad", "left_hand_joint_9_rad", "left_hand_joint_10_rad", "left_hand_joint_11_rad", "left_hand_joint_12_rad", "right_hand_joint_1_rad", "right_hand_joint_2_rad", "right_hand_joint_3_rad", "right_hand_joint_4_rad", "right_hand_joint_5_rad", "right_hand_joint_6_rad", "right_hand_joint_7_rad", "right_hand_joint_8_rad", "right_hand_joint_9_rad", "right_hand_joint_10_rad", "right_hand_joint_11_rad", "right_hand_joint_12_rad"]}, "action": {"dtype": "float32", "shape": [36], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "left_hand_joint_1_rad", "left_hand_joint_2_rad", "left_hand_joint_3_rad", "left_hand_joint_4_rad", "left_hand_joint_5_rad", "left_hand_joint_6_rad", "left_hand_joint_7_rad", "left_hand_joint_8_rad", "left_hand_joint_9_rad", "left_hand_joint_10_rad", "left_hand_joint_11_rad", "left_hand_joint_12_rad", "right_hand_joint_1_rad", "right_hand_joint_2_rad", "right_hand_joint_3_rad", "right_hand_joint_4_rad", "right_hand_joint_5_rad", "right_hand_joint_6_rad", "right_hand_joint_7_rad", "right_hand_joint_8_rad", "right_hand_joint_9_rad", "right_hand_joint_10_rad", "right_hand_joint_11_rad", "right_hand_joint_12_rad"]}, "timestamp": {"dtype": "float32", "shape": [1], "names": null}, "frame_index": {"dtype": "int64", "shape": [1], "names": null}, "episode_index": {"dtype": "int64", "shape": [1], "names": null}, "index": {"dtype": "int64", "shape": [1], "names": null}, "task_index": {"dtype": "int64", "shape": [1], "names": null}, "subtask_annotation": {"names": null, "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_rot_x", "left_eef_rot_y", "left_eef_rot_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_rot_x", "right_eef_rot_y", "right_eef_rot_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_rot_x", "left_eef_rot_y", "left_eef_rot_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_rot_x", "right_eef_rot_y", "right_eef_rot_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}}} \ No newline at end of file diff --git a/Airbot_MMK2_storage_cup/meta/tasks.jsonl b/Airbot_MMK2_storage_cup/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1e82cb283517777d97c11cfbf5c9c98c8f4d6191 --- /dev/null +++ b/Airbot_MMK2_storage_cup/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "put the two cups in the basin."} diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f6b769369d2a772500abe6393da3fbd7c9600d4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ee39d7d5cf91d7fd6d29138853f7ec093d1e5f60333a7d1110a5519da01d83 +size 3508303 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000001.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef043f494f2c2f3e56e099797bbe6bcebc6dc3ab --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3afa0c6bc89ade4275788a01f587836b1e40455d03deae813dcefa40082efd0 +size 3186000 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000002.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81ecc5bcb045c87fde0d6d3be2bcdee5d278a115 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42dd53a8d9fa78248838f23656f1502f5ecb26994e8cbec23d019a7cc3fe11a +size 3231034 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000003.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09ecb81281a270b7b57bb5c6fccf31f59cb097ad --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cc34e5563337810d519892c450514720a09183d38348d37b18e78a48ee14b1 +size 6008872 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000004.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c06fd4ee1a8ef6a3eed5108742d2c56a617f0a89 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da09030ed179d9b1f69abc993105eed007c36ef20d0c6929eca3a5b522a54e +size 3508108 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000005.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dac7effe2697a60a31783807f01874c4d574e46b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2559ff879247701c184298113aaff6a53754ab5223aefbabb8289ef1c5e3ae0d +size 4637262 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000006.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92e14a1108d359730ae4af8f7ca1d9961ffd0aaa --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666b312c1a78888ace99c908c50693e88a685aff2f4082f84ab118d8e2acf56a +size 2968916 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000007.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9b1a82d1e897ab3c25e63d9d8fbd6372c68acd7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee78abc49ff25853bfeb0c7fd8d11c9323c71110969719b50263499b360928a +size 5296169 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000008.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6159b41121dfa6b5ee1306bb2be7d7a9c670d963 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fd821ad4edfc6368449875bc4cc2d3b3143100617556400e5fce1cbe7bd6aa +size 3534339 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000009.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f77c338ac30ea411691b3aa242a41cf636bf1074 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649cfa58fd52f11561d4295dfc8d305a48a2f2e286f3a596d48cd3b62b5cf7e5 +size 4557742 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000010.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e89dd53d3a38747c86ac61e5f644c4998aa6f05 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff8ddda0b0b5b12a4c1f015b245815e30bb8a4cac9d53321d0ab96283b3c152 +size 3515256 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000011.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a80d72a6a6f9ea4c1c49628a38aca498872d1d5c --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c924cb8ebfa1475b24f013161fa1b8cddab900f28783b39fea7bed0632ca743f +size 4673833 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000012.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27cc2c07fa816f0c2a269c5734f14000396a2502 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe52f9dd86662031cf6b65ab7a299052d395323bdbb01b23e97cb51c18a85664 +size 3279333 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000013.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b401c31f4a3f0470982ed56b5db6f2a99170a734 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c245664280fd979a507f9c14f62b0fcb2824fd954293b3abb7922f9770f311ce +size 3362078 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000014.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5eb8e971d322950a436f2e60532366ceedd4f1b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a22cbd673f257057412d8691c276765896138a3f262ceefdddd9d69c340b35 +size 5059094 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000015.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fc4a5d7b020375c1210c2664a172c8dad778d02 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4eff784124a4aa999da1d940002ecd99d91068c928422bc4371e759db2121a +size 3992668 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000016.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a896cc8826ab3d1232972b7b943836fe74cf7d81 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6feabb2e0c7e8de0e5566e01dc481a1e54fa5690d3788a75bbaa8bbb6059dee5 +size 4397758 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000017.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88633bdf179d1b38dd873f6b6364cde9421837c8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee952a6c92e2ef3016e44ee1aedc2b2bb39ca833396e97bf9565e9c794f2d80 +size 3540877 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000018.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d74971cec6e5fa546c05d44a8f20b3a952057d67 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f0c8a50f81b984473f4f4a064f9d6096c8ac50ff215e83d84e439f175526e6 +size 5097360 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000019.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c3b3e67785b90da742164b8946e1e6cc969e898 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ef93aa7bbb8cd063a95c8b5c4c40ed8291778fe73ec7a27fdd42d542ef427f +size 3317841 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000020.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e232427bb8441a1e37d66f90c0639d62dd97b596 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4967d61ea27eebdcb0f71e3a7bef8a00abd15355797dace6b08c73d444cb162a +size 4436374 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000021.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2616b22f97a25e4337b1319b01f94c71259a7d75 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3563fff97a446c51152572898262959e0f6b82d4160a92c2883beec588a5ed07 +size 3484552 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000022.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..777ad7043e59d2e66aef80b1922d0a0b5796a925 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9e0aee4039a12970b98fb606b68105e071d6fb4e2c661166e1650c74568c5a +size 6547247 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000023.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b82cf0ed9cea2d00efaa930f28472792317972e1 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836a1684f175744fd365b227ddcd9d498a143b95ee9334d07f4438998115d7ff +size 4953708 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000024.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f5ad5f9ceebafb0f63e0fbddd440c80ace0c211 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b69912797cba21378f79dbcbcba1aaf6d14f6f23fdd35350cdadfae750104ba +size 2955228 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000025.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1865eb4c8c5768f9dbc5099241863098ac7f1eec --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac98731315cbaa8489157959c2a65914e8ded44fc6411c9e80e720ffd909364e +size 4970053 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000026.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90df53521a013f1dd52cbbb110e825cda8cecfa2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13a445cfaf0c224444f8003cd5a5a0f4607e90867430dad51ae63162a4f5417 +size 3199372 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000027.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ad0587b9a2a07dac46634e1833ceec9aa17e700 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17534ea13709aeca0e663f4edfa19176f4d6fdd1bcbbfe2a810b6d9df9076d26 +size 4318960 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000028.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..654b50f7a659e3a26cdefa6194080f75e806a672 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac5dc3cb094b909d0a6cd7c802f2093863025ebaf5fd4bbac1b6cfb58545089 +size 3097925 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000029.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa1489e394ceed4a1434edaea7c387f915e4b0c5 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca26c72ba6572b0cf6b8e58e54e63a82d18146106eb00294d50a6adc6954a6c +size 5451732 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000030.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..964ca7f3bdfd10fa20200f2fc21ae2a924766c51 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27005452046dbec89fcc3b784ec75d2d2db4910358d11938fa08846877f548b +size 3710682 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000031.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fed623fc534b09c9e1fa9efe5f0fe8a669b44abd --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2cad8192abe0ae7feffc66837152b9cebaee09fcffdd33e5390496eee60a6e +size 4242522 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000032.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e41b56038517beb841fbf804b52372618499fb9a --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6bb9c5bc9c261d0632f43a30673d50c5687599eff67ffb6bc3355efb108050 +size 4833563 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000033.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0541a1dbcb5327fdcaa43cb8bdf7434a571df96c --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978c9278db4be1045aec3d979fa0f0a406939dd04e3e773aa60503beb572a402 +size 3996640 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000034.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a136f3bb736299d2b554db56d1490bed8f66bdef --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc289658f0e33be46d78ba17922b4d1e20fb3238e590a34847229ceabc153e4 +size 2839170 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000035.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f31a1b385e9de73c096adc06d3b8f7d53ee10147 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878199a0fc87c7a6d9d301419aa732febbed3d9bda4b3176804d38e741ecbc2b +size 3721867 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000036.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d06a54c53274b382eb44fa11f2f810a20ebf0e4e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083c5506dab2027f9fdb52984b19d7ca35955370f65ec7685a583030eeb70dd6 +size 4251553 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000037.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ca0e6d03d9556c6cca288f7465f8c5c54446449 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f53213ff82fb7d05a23ee23f739d3cd032200d47d648384c435081ae9ac9f2 +size 3262390 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000038.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b9a566ddc9ccc3c3cad715bd87bc8dfd100b658 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b117c5c9f71c44d1977dc785d76a2efa24f692d271e05604f78fef6e7e32f4 +size 4066554 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000039.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b831185049d5d2de1f347c47f078bbaa6df5022 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461a0450122701cbc2b29303c4743fb8a5826352f28ad818143580f5faebf7e0 +size 4364469 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000040.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ff02ee58983c079e3d45b970ec799c7e80b1db2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c590c8bfc55060c439b6ae8bd1162e02822bc18e6e26fdf388b459e1027d9de5 +size 3930563 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000041.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74fd5ac2642a5a71d802ad82aa2a4bc4363b7c0f --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae50b615f0a16411f695f46cf87637820aadf8429a2bd49c658a4f43133c0a48 +size 3512028 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000042.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..313e02a35a602b4a48e57d752796f42f28cb540e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fc5e85cbab795b3808c56cb36e0c9acacb7d1dd10b2fcf4a5bb7cde8901f4f +size 5482630 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000043.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b7bdf55dd75824a6823bc87144ff7742d3fa79b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36453f51d423e07e9f75c4b88f5f438fe0c547440a67cda0ab34764c2c0c212e +size 3657551 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000044.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1fbba56b7a05139e3679e952fb8860f58791777 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd229ef8cc392ad34c64e912fe91eec580342515ddb1b3a845382ce0586ba99 +size 4483763 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000045.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d05c029bc3614c4fadeeed3987e3d9397eef4d15 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317dd7bcef6dcb4893987722d1ee81756048d8cc85fb4c6ec1defff0aa700b63 +size 4420491 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000046.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7379bb21d05e4230931b517ca1054bb83733c2f9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef38d590eb82da00b0c8f9cc687ea8da9df5ef8af4c018599b25b85b50ad8f32 +size 3734323 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000047.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..756a8c4cccc298a263e025a52397dfa1103fd160 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6325c90268406519e33835cfcbd6e44c37b96fdd8191eea3ee6db31c90602661 +size 3807859 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000048.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c3b0a6453bc2cf19a05200499c13131f1ff7c97 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5716a56063c9a9b143901933c8f2bc5f0e434c88bb6d48ad0b64e99cb1760e67 +size 3662508 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000049.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f00cae1b942b01155a0ec3264928a603b74d1d7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e4778a4349a36f8d6af00e984f02f1b94372d77ac28284cb87bd9680c81a37 +size 4993146 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000050.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..508850ddee77eb84d6f415ae00a9111db5f11af9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40944fd9059ce796b1912efea674f08979f2603e5b7937a370596b6c5ca59891 +size 3690484 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000051.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5edeb8a93a5aa6843d7b543279cf87fc8f32d049 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5184db3280d28d9020b46f40a651acf6ec9ea3277efe5b56c3469e12e7b480ed +size 3899951 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000052.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..712a6e25bd70c49b5102df9a4eca8aca9633c766 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2798169e813c3449104ffad11f0d14bb40b8bb744a2744937349c9d15a06b49e +size 3386623 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000053.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb3f7f89f7bc7603e8db0b81c78a60f032367d71 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0f3912231498473c4e21f2a5c34dd4a9a92e3c0d0b79e2dd6bf75af7e645e0 +size 3857094 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000054.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..834a1aca3f45fe2b116e4d2c9bb079040cf76ec8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e123b5c5ae448fa9ea3b6302a5ab68567f92fc43060c81119242b7d7cb1971 +size 3182578 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000055.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acdba12bc61246a8cfb68e9816270f7d8410990c --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe30b709ca2884cc4a97678c9474d2d50497b963c659070597fb7853816c780 +size 4042663 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000056.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b6e0e882fb1846caf732b982634332bbce010ea --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e98a8c96d5023cb032e1aa254ca897e166d6713af49ba6a4abed3fe3f09f452 +size 3458027 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000057.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2d48c9b25d9a8b636fb4175b07a7df62887e24f --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802068b772f03222fd1ea461a5c46c13987711ff1f5140ea0b52cdf1334d09bf +size 2997116 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000058.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fc4402804d3743529b069eb8e167c296a040c27 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668e52bfa2dd40535c2f045fb517547c759d02b70f9c209cc234500709f94a8b +size 3746315 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000059.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85767073503e76c70de224ec81739b070f7afa92 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da6f676a762f5f698141be9bde42287d6ec8ff692130b2070bc50e85ce7cded +size 2899315 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000060.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a43606a4d47f6c6405afeec4af4e45d13e03577 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4230e05ecd121761f2459e002885a79483a09e3d2d4fb6912a373b20ccca6cd4 +size 3297363 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000061.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce28fb0d7ed3b2c811a68402a43cd318811d1743 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664d4a2fb8689e7dc6085a2b9049541eee7e64da3a36738eff6748a60d09e5ae +size 3229410 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000062.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb7a508305f740834381f13fd15c8263680c97a2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bad84bf67ecb9bce1ef74763207a70146d0cfcf9bc2e7a2e22b9b01be00d73 +size 3947218 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000063.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfb93f5b1750f87060a30b2246e6e5b636af9605 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd0e02b2d6dda3f027d5a9e9c34c7aed003a52ca64d13aa250dc8045b1161ad +size 3053595 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000064.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1e0cf106e2aa9186acec789e41df7dbad918d28 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d5f55ff8eee91feb8646c3ae1980b818865291fdd9192a95bca820cf372cfb +size 3798429 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000065.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6743af3e1d5c568da62ec09ed0e64284c34840cc --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431a6610f00ae780a04a23b39b768d80fa18f01bcd720adf03e3ca4fea038d59 +size 3864630 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000066.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b6f03ef8dd4b7c1c6af6ba1a34449d7c38716d2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd26354ba2ff6c56faf90d2103a7802ffc56746eab39cac537084a0c960bed0 +size 3583285 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000067.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63178d1d2a7074eea8fe48fa40c9621f5d9a8cdb --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6b860adb0b7e3b065b86a4234c8da3b6e81f1e3484e4a48f6a1657cfe455e0 +size 4744879 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000068.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ae9d2d03f9ca6eb82fe007156691c5bb74c1f75 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b08be614f78cc4348d608b07cfb89c5ff8332cd150b78f362dea5651f02cd7 +size 3997487 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000069.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3716d9f405029325abcbde7194c1c409e62fae22 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726ede76eccbe92acc8a339454871838bd45fc31a3d7055de6e77c38d052c62a +size 3368396 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000070.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d54e75385c828653f0c83efadd7eba20ed6cb4fd --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89979bdb26c53b3a53682446519de0bb52ee95f65ac147feaedb0f5abc0d312 +size 3782397 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000071.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09f474c8c9207e1f9f3db9b8e71150b83dc220c3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d83eccd5518bdc78990dd1fff3b981e9564589bf5826f70fc7e219a72f054a +size 3349430 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000072.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fd5cb00816646f9a8fd3be8e7be34493252f7ff --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f4260b952e0e82e7949d5ad2924bc0d01e4e2f4515f0858f8d7cb3a93c2357 +size 3839716 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000073.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c241258184f8fad5f35f5bd072ca44eccfc2e0b8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbaaf688a39727d1fc33066cd8d58042ed03efae2fc05669cde50e0853312ab8 +size 3198357 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000074.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b513edc6535e2534e2150c70c841c98203595991 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68dcb31e8ac3a58d721d1a1baa94b36fd1385e450054b487eee3701d34cbdf3e +size 3088383 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000075.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..740599454d61ae1d434586149cffeeac6fe01733 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689bc1e168988982ef00b3e029b28cf05062013e8be6fd883c0a043b419db359 +size 3891164 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000076.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c60159631cad3299cd0320568f538cbb424cadfb --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4986d05237bc7666ec010185bb6e6445152c75b7d002ae348d4319ecb0ad391f +size 4417033 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000077.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9c2ce14d90e10d36e43faa072716bbf157b7bc3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bd96afa1372075f0ee38ad451375490e933b405294fba0f9dd6f9d625408ed +size 4134695 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000078.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..785eaab38ee2f7df57a7271a6a59e5b1a7dee28b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8786b7368ad05ecdd84b66f3ece045157e3bff82af504f40fcb674884ec68a +size 3121448 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000079.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6043a0f5fdd0af64a630d82a984f54efb66215f4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56557439397e408e22411afa6b48293b7589655dc27f66c965b39bc345bf7f32 +size 2969571 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000080.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b65287cab20a493b17ee0b4e69f029148758d40 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce2288eb5dcd0d7477024f4f0cc9a96004c5b12b1bf464d6e04379f905e56e2 +size 3568231 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000081.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7a5f0569d49558b5eb67adef12dcdeeff070f25 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0d4c34b0c61e5066ee7f0ab3bf564e8f60e4c053b1f012b8c6b1ea0c739ccf +size 3868643 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000082.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dd24f40c9fc0954b0896f426e52317ad7c05e07 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448d4c74f8b5e46c1c551cb43080002454c8981889360e857274b6adc00250f8 +size 3997964 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000083.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cb1f95cca8f05f9e3bae8026e07d0b6a1bc8f0e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925336e6e3035cdfdac9a8255c3bbc2f39753aed7446eec1b9f13510f4aee4a6 +size 3084430 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000084.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00ede5dcd5f276276b23e57d5b53e67f423e10fa --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04e6bc88aa95ee8a5fb8002ebf5dcce0594739b613429ea1fece95a051e8458 +size 4583984 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000085.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df6966148501e136a890031033250b9fd743ce0c --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b163cb9306e6086d601fd7fe3c2c2f982c04234bf0766f78c4ceb1d875b24e +size 3203227 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000086.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c00dcc2514a4127aa6ac9309861a1a51f1bca647 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c564ffdebe2541771c5dd596ec7c04273d4c69d346c47572aa0418e2b39fd00f +size 4459338 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000087.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8a0c7758861bb273e09e88fed59f0e0dba48a1c --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec78df93130729f586e3b81d85ab210c54dd43637fa4d714b7f27638e99582ab +size 4035999 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000088.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2639a47fb40ebdd762fa0d6eab20505561291c09 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f0abe1f858407e491bf42be9580764c38babf9d8ca1ac5edc8901b694f54aa +size 4111423 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000089.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e14551fd91c135b6a5581fe5eb8bac611b70a630 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2b4d1bbb90d7bd0a5ab7872236da1f00f9c176cb0bb06adb4cb804aa191fe9 +size 4910850 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000090.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee7198faa235836bc1c26cd78e13c9ef9c2b6265 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed6257e0a580aea8c1dcc4de36dc1f02146f59afec8bc21c7a523b28667a630 +size 2917276 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000091.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ee0ea1eb384c7eddcfa35c3ea92257866b3dc0e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f40a93ca36d241f1caec2245e28d174981c87a4e701eec19ed352120f74545e +size 3843321 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000092.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd4c689ba2bdd8ab9a93ce82207f32a848b46aed --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8de794d1371e9dfab2f3c1942fea790171c70e3a32caee02f31ead3bcd95e5 +size 2880280 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000093.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c2488cd1e4b0227500125beb96fa9ac899c4e70 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27abe37dfcf4150df54367b4209c42e0452bac75df0e0c0974a9e9b4f07ddd8 +size 3302333 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000094.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5748ef0b78bc772f8c83196bcc234982a70c7f7b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7e975eac4d5103bff3a467f8bdb3eb87f3561e689269f2b09730bc8a2c8620 +size 3689261 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000095.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad0f9a6fb6b084899a329af90b6020723b5a2e8b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9fd79f9c92d83f49dd60839787878962d2c9e8b190c190dc91c2c2de7d6933 +size 3644547 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000096.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edf734fd2f5898c88f5001ca2d0514487c2f452d --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b600dab7304dd21aabdaab2cbb924cc26d5d962bcd8045c4ff7523f47647b56f +size 3153214 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000097.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a19811c0cbf36fd377599feb133aecdbe3f4133 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c78e5663be17086e8fdb2cdd71c87028d3ed635ef70d9572bbb71397cfb0fe +size 3704404 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000098.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94fc4a3f59b4786afac25a781323a343fe731ca2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_high_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf05f7543056b187c2a6f42dcc94fe8a8240f934c3ce5d52d8c03c3eefd47127 +size 2458289 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b59aa0ae6798b2f18a106bea62dd85f2afd4129 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:42a19802f68e07e57bec03285ef85d763a1aef15ce4759eaf83f3bf46e3911a2 +size 886684 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41be026becfc09580c0b52a8ac396340d410d7cc --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c23b7ed35f59b2ffe744d76d143e9e3d09708b7c6073401ebf5b306eb6bab4d9 +size 1292465 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfc029d343911d1ae421a7f8f563c596a7ff703f --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c942f012e67527c5b97612b0282c246cc6394000e90612a69c8dcf1e846126e2 +size 841113 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abe2615d99b81477034904ca237898029db065e6 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:5d6d623638bad1313190779cef9ed14371ae8784517cc6d226fbf7e8b20dcebf +size 1849283 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0423d3c790ba182e249285164ff767605e00715b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:8b18625a31ad7bcff07446150b26fdd07a7a1111f6b79afa1ecc7008834d92c5 +size 940131 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83ba1ee61c236608b4779c75b08ab3998a4145fb --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c725e8570a07dfe38c934ccf8ee60bd5cb18eaf63c4c35b0c74bf201c87db55f +size 1395846 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9d7a21e036a3c192bd52168cae7e612bdac77d7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:7b230cb267a2b365f31e0ce549bdf13df2a10841d56769989ae7535345844add +size 1367019 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a4462876710c054745614924642bb228e9b6b28 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:2b7cb3be860dd6f34d13eab2225e31c1f99a96d8eff8f96707a314dc64d8e0ac +size 1563672 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ce02c503a8be5267c0ca3719d7a0e3b2b41f708 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:34683679064dfe0f93f25495a979380b39f19cbcdcd94866bdc99ea67fbec026 +size 965640 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5578d8071dfbb79f49b8ec9e954569e3ff58703 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:96b67859c60b308e41ccc5de883e701b3acbe9335263482d03853dfadeb876bb +size 1370397 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf4e5e2602ba8c65e50a3b672790c2b66a43679f --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:750b0b85e105369f4dc06ce54390a31df52aab876f5ec4b8629bff54e1d345fd +size 988036 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e73720febc89a8e0262796e4d160c424ccca44ad --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:e99ab0414a7e6ba121687fd76ebe4dd860fd4d9db3e8b9a01b983d38a7c6b488 +size 1284553 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db1a67c4394c534823783cab687aa45f4a3af8c0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c6a152c1108ac0c5e5f09e25cb2123d3d9c441936ed6601649d56903ebeebca7 +size 950921 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de720f182e84795f9a317ff401e86636b69b7ef2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:622715ef79e8001870aba8ab4d26a3744800cd264276ef5b8dc3c29164f24371 +size 980159 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9ac2aa396743c572de4915c61d23926a3fed65c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:5835517565b91dcbb5aa5efd2f52e7eb82f3414f8231afc85c01132c01219bbd +size 1347680 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99c0c0e70100fc8e5e836b78c2f334a59056ba22 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:4703f4a899d21ce3b6725ed023e74c4c6863877a7eb9d41e1d82f3c9dccf98fd +size 1023275 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39e1d82f961fba3abb7cf1397f74ab1389992954 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:34f231cdcedb01af32c5085d967fc3992a6c757eee0040d11aa11c93d2aba673 +size 1180956 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cecce2143b0b8f1af1272207120b5e2511d7221b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:bad7208bb2132870b5538363b857d309e4e9c1963c61aca1b895d3127375da48 +size 939467 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39285881a2934bc467a7786418b1b95509ef7bc2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c4dfbe232e240436873d5b60ac7ff9035da94f240fee0605d8add07498af7b67 +size 1538629 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bade90304ee85d8a4857f1559c360f233c71c310 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:cd2f2ccba32ccd4529cf3c30b2b0e97e8b6afe9a014c942fdb6488ade7e56f93 +size 830920 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bce1be0c51f8bcf492a73f99c555bbcd1cb407c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:62d52f9c21a97f34b602ce0a79a3672d6f300fea871ed83a5201ef79f406f9a6 +size 1266264 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2200ed5c88e5dcbe7b4d5aa1b6b62b2b8f24b070 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:de9ae4ec04613e40e38cb9318435212176a246f8587d5837b245dfee80d0f301 +size 839144 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8505c0066ff16566f85593a1d5cef7a86064233a --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d32f0fbd8658d845e5b7d1d78e257f0194f69eddc9e3635ab6bd3838552f2ae3 +size 2129206 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..129fc910daaf12e441f536378a75fde2a5f448fc --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:9704e49ca69fb39218b4505b19b9ba025313c34c064df02e6362cbed5caac4ee +size 1359544 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f9fdf4d090ba8ba16706cdd1f8b0836a2b32969 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:424b4581de8668d5982148d66dd59bd1c5dcb56f452996f666170c7617df451d +size 758147 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8872028b14af19b1ebe9b667d5f9325da5579183 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:4678f9cc93d7e36337ccc2e0c18c2754139136198a89f37052a605a556a25334 +size 1503564 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c68e563a7edadf15ad41d999dc04c2fb8af6992c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:2a1a5966be6b97d1a0870584a1bf049593fcb8bf081500ed6ac4bf4fb2ba4365 +size 789922 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..363e44effbd1d00b436a3ab95ccec9acf711958c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c2f580f04e4812712b36e930767afcf98d78efdec57287fc99814058fc9dd585 +size 1178902 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2482546139a91aa86f2564a25ddd4e291550b40 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:9dc62000de69b9e96c2fe0e3d79dcd9951a2b4d3fc2e48b9414eb373b43856e3 +size 849701 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6db99b08ea0873a3898d322f850210422162e5f6 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:20ed3054b564a4cb560afcdca196e0b43969a6f23c406aaa411cf0e0298bb1f8 +size 1534221 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbc18361698e523b1ddf0eece2e4424942bb3f86 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:2eb5f1ac4ee166ba8ce8e40e2f6654107166827bf30d1d6a16b16f29e9e2cf24 +size 918021 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a56516ba4c86c7698dba23621ea58ab662f0d2fb --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:dbc703242c7d4f9a6afb6358e794ac360334d9e74d3435049e266b88bdc9f405 +size 1241584 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1deac39c19cee074884a619a6da3b0d2f47fa8cb --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:288ad4608b32e505c8ebe37b224dd55f107fb11ea9d2e5d00813de94d3b45818 +size 1671967 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a912d2666f02c38815413952c084857b3ede4a3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a54903af4bfb9e23e8604adf588d305a4adc1906c3cd03f62f00472ca7a40f15 +size 1178265 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb3cea0c0a693246666b148fe451bf99905d8406 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a56114e933bb3e8884ab2babb94647a23d6339b06a6abec9d9504f3c917014bd +size 704860 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c43eb73c1ed7181b21f9cf42c614ddf940cb86e --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:1300915a92ab5780ceb30a7848aae8ac77cff85f6fec716b3a39afe8aa9fb30e +size 1240883 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..069947a7476e81e98603627dc40f5f24a8284205 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:3c585d6a6d18040f792520dda24d25b9472765c96e458eb8d7891292511e56f0 +size 1219638 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f25d71e888307698517b4087fbfa3c650a79627 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:f914c44377611382b0d2edb3fd83756a98b5057f7d898d2e23c350449b72ebeb +size 1082192 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bfad90192bdd08ef4d95a91ffbe8d8eab08ebba --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:f8112f29b2444d7ae697a8d615d87605486f0619bb47aa7f8bd05d6147b00bf6 +size 1115011 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94ff82d5257a2096959c98bc4684dcd776fdf46b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:f7969ddf3904835b44923f3b5e2d22bb268e00da1fd4d5cf57dcda504ce7cf18 +size 1346398 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4786b53d7aeb99b80b87d24c22252c5bb9037fc1 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:20b2e5ef98debce8621608931f5e4d66f5aa1df1576ab701733c2f09f82e5c3a +size 1138510 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..615ea22d4fd8ec547fd26d245746b1c34c0489a2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:fedd49aca7556abd49adf6f9df2c5992f216d709b9e61db8778618b0e477f3a7 +size 1219128 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74620a5da507f423f9e95351bfa5c21392f72ef6 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:335acd6278ea0399b2c9fe576431a50e5144358bb6d2258654f77f72d65d77e1 +size 1490686 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf0ef209933f8a20d1ebf0641b9b0616e034ed39 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:28f55407c3a5825289483ab8cc876d48d5b3b8b4b0a52529732c289392f64b5f +size 1266429 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..183adfcef6fd51d4b7dd805322c1fffa9980a5f7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:fd8ccc0a154023f0db071d38bb898c740887346b73efb011dece9ab69bfcfed1 +size 1168605 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57f1cb5e889482165ea8ca6d32e4a877f72e9884 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a385b48864aed7a6d24488c193ac6057627205555fbb0910ba9f0ed49b0352cc +size 1362800 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e549b1857aa5775d85188b58f5b50278cee5731b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:7742f9274f04886ba6863fa5b0b53102ba5edd3117d6fadc9e4e9277ef82b898 +size 1421276 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..583244499da5d5bf60b1dcf7a0ff449cb87ee199 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c2e770229f0c2b89ba775d77626fc04db45bb0edcf24530acbb2e08ce377d8ee +size 1103778 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..657a8cb1ddce5b861d924d2ad2db65a0e9139ea3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:2d5036c0ccef2003fdd2d0e39908f917fb6b9df09289790be1703a4ff53565b5 +size 1246554 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6093263baee9e74d536db740265bf83be1d909cb --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d1ccbd56d7e6972b0077a120f387a44929e29dade19bf753d008ca1134c61be7 +size 1379181 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a8fa08501a1ae3eb3a2e869811dd24c309cc6b3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:084cf47fc28fac4cadee524e1437828e9cf36eeca135d3878368dc7108ebdcc3 +size 1127265 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93a0e7e6c60445fd8295d2ca7b5d25cd318785b0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a529458cb7e829883bdbe14ff96418c626a70f07c5d633ff6ec6acfc78c10686 +size 1113952 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4087308890d4e03f44f9163888b01e1d1ccbbff --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:4a8f03cd388d8156eda45637470ded9bbbc3fc2eca25e18a38bd7e4d26609261 +size 1153896 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b72cff4f6eba1bc750fe859a6bec07f61dc25b1 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:6f5e8e8144f71e0771dd515e1ca62bde083d54498b0854a6e4c199a472db91d6 +size 1087993 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f0b4f3a2e911622e660c8d3a87b269bd428b110 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:92527dea979d3a7d17d3fa7b99b8db7ae1a08a63f3447a3a4f3d47509726c207 +size 1150433 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c65522d12a9117be3abab559031e5cd1a81859ee --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:dc23c9798eb0df40e1ce9590ec012f0c450cbf05b202ac454ee4908f9b047265 +size 1054459 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..900188a5d4ce55b87ddeb79ab7db0e797aa27097 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:5f53219e3a416e1f230d83f0f51b8c53030cb6a746f9dea5beede873d612ac67 +size 944780 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4221b86d711fcb51167c80731b5571449370a06 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:11f14e00ff2b6da77517aac645e46c58491ef7928576408bbca861a91765f9bd +size 1181820 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b804b92d46c88a693cd67d9fc60a3e27e7cdb5b2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:ec12881b8e790e64668f14560cedea1b30c861c78428d1894b6d9ad990d2c7bc +size 1022425 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a6c428c95076506891d3881e243e84cbf515395 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:e66dfc764575c82d747b6a4cb794791e07b1ed97480a7971a785db5ccc21411d +size 1175795 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b97f3b8d422f349d1c109b686edbd604492bd4d --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:2d72f32a1e03a41ead4c3200659643b6548eb88bda354fa66b3a69c440fcb102 +size 912631 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ee2fd8140477fa8629ae948c043170882b8e660 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:b56f4d8ee52d2eae29ca35fd212acf00eb3c35c47712ebe8b4ff3b2616539197 +size 1095105 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab2f8877b98d9994685bafbfd10ebe14d662ea63 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:0bd3ea5a41a05f05e84c642eddeec34ab31537d0127f2effd6c42e327a5ecce7 +size 1069647 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40d09ceb12292f65621d57279601437c616d5be8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:bf584f51c2b15cb557a035ed27911424fda9735f0eeabf6cd3d828e5aa96dd4e +size 1049544 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7272d80bbd24ea01fb8440653052d1734b7faa25 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:75a3c4f4afde6441a8a4dba83841c99c2aca98487d509ada2c0f96ce858283fb +size 1151440 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdb2cdcb1e78d69f4fc0d407e02bbe3e2d9d0be5 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:226826ca8557309583ab49a9bd872828e28934158203ee691905c5f8d6d439eb +size 1458375 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68aa9d26aee5e20536d88d2f9165f807e95a38d7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:4475589bf531a6d854ebbbdcb4eb238ce83fd95ad62a5bb4eb483c780b756acd +size 1082692 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bda5bd28cf09ebe05cedb337a534f56701e87760 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:6e96b6272a77e4ce51921490975567804f88981bc22d18c4ef01b0ea02ab7f83 +size 1385012 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55e55fe1639e8bfe05890d264c9e7eeeee9eb975 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:db07f988c5ddc532636fc5619cd73596c0be6775a20e511af1abf6bcdc3ade0c +size 1504057 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bcfcfd1a10ae384afb5ac78f434d65e9c32098b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:7583a323c4400390137370b6f3523d0f9c5b3c7eefa5c696f49f0ecc0243bffd +size 897486 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45a2d4030c859ea7e0a01958b10556aefd05f2d2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:07c8d117030426c27fc41f18b99852cf6ba06fcf7f8232248d8fcb559a39cd9d +size 1184061 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..629be8c5e626e004626e6cd949439f81d5154577 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d6d066ef397a73c3c23a21be729ec0ec4ba0d62f55de2520e25a3904a455dfa6 +size 958590 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67cd8e28c2d87d8d4664c142a0f32713db786da5 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:357aa9811a2cdb41b26a2758e6bde36f587a793531ec3b1104ac553ee607e78f +size 1459010 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..196077f119f244e818b70d7e41706f568a0089ea --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:93f2f4e963e6d860897f8bfe116fae48e84059f831e38c390b25082bc40b7514 +size 964729 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2101bebe29c77e019d8d93703995c5856df31e41 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:0b9bf838e7f714a4afef6454e12c7f70f5537007ecb85de8947a3743131fc5bc +size 1297505 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b0f20a84c15afe7adc6e4bf6b8cd4bca8962b35 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:56b3ebd315519de00aeb818a4b01aefd51d6cca76fe593f849d4a8658ab34934 +size 1152723 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a56602d9385a4e2ebe9d1d56b35a8f4d8d76b39 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:cdc90c810c409886a9bd9efdd96622560fe9bb8e4e6117ed8b49b125cf7798fe +size 1549551 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4041909d1f11ff29fbf30a63d4774aa49932e0bc --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:0a00c4589aa6641a725201973e0200ae9e28f876cbd8f2dcd521827ab45f784d +size 1053778 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02385f251f52053cc9172c6371f8567cee40fcae --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:0caaee898a4c022354e130dd71d4c59182b70ce9eb7f04efec57083166fee523 +size 936552 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84d440a72521d4d45c20e997c4132743f7874e5c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:1cf3e421959287d69023c85fa59441d3525c851734aaa872cf762be03e8d10c3 +size 1156396 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f98e20916ecaadf4cbe10fb1861f2e706f533425 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:3aff6ee538a9ea2c6482720d7d63594cf5abb097fd4f301c3c4b99d662aab94d +size 993621 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08b5b84971f30d786485f071d1015831289ff4cc --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:adfdd1d4b82d601e2116711e981c206c10c75d06703fb66782f8f8222349a176 +size 1188039 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84a85b4d6406813117eff5f925679ba44fc0db6c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d0f166c39cd2651198ae064654b539fbc03ed6558ea50e1b790f57dde57d8a11 +size 1068390 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ec684e48a034e492e8a7e21787b3c7368721de9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d89cde9375ff63c985f1d56d5a6f83d60639933a70ba4470c6b31b88c436479d +size 1100226 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa01f5e0c3eaa4ba1a8372106ac5366ba372acc1 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:fbdf724558074a3ac370bb99d33cab001c2ddf8b95d81cf676dd3cb94ab1bd89 +size 1266720 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d89adfcad81c02974fd444746bbcbe25eb25f98 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:be36a7c2d617d500fc096f15857a7a02156b316d84f76a05ecc77a580b3a29cc +size 1139154 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa672d18cc739eb638aa46d922f6b5864b73f6fd --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:7ca9bf41c4cd7f88c55e7475d014fb174aef23193955fff922d0e2de32c608c1 +size 1132104 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ecc8203f1b986afee51abceebb1db68448c8aec --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:5c398e9ad2bb5ca9c0b0758808580a90da0e32468a29ac3cc3e8f56d42e66113 +size 1168691 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..077b2526ab5fb9e804655b91a51b99ae91d7f039 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:e74267420ee76c770389a7450093c9ec0a19c405917d014a4e0afa7674ab71cf +size 1184217 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80d78a98ae752dd1b0f89cc1fa2a2f2ea6d27e9a --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:488d9c52e7933704a87b4b1ffb5bc42ece15401483640264991416f15d1b1c5f +size 1416121 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93178b822e13a4337d9aefb07fb92487d989f52f --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:93576ae57530d83a7385e5a5d759670944ec15d3169970394442347bc3862c85 +size 995195 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..388e6cbb0927bfcd9f27c294e6dee2827893679f --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:06f6812477fe00882c3695a871e14e83b1066d01badda5d13cbf2db8c68d9613 +size 968429 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e2269808eb12a2c1633c9e55032ef5424382fba --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:b92c3d082b9a025217421dbf55db3ad1ada4e15e040d6d1bf54d4d80ed99b876 +size 971625 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f25994607dec9a99be9be5a4b56e47f223118bb5 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:7a16eb5de5e213e8f58bcd8360042b0d980cbd5bf37822bd5573aa1e4f00ce9d +size 931876 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c29ca8dda1bc75f9fa4a38b923f7ea22ae58ef3b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a9a3f44c48c24ab47dd6f764b7a7a11dd67c429b0bb9e37d21871a54db65b885 +size 1171401 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96fb2bdb3eaa42bec29fbc13a1ba7d8fa70d736d --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:7c58dd07c44efc47b52fa8ce76874860db20ba807f87d32f76d905849d79102b +size 1145378 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23820dadba5fb7a895869dcdc4950b6a4f2a2b24 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a9e9943256f432f74f0b1dc0074a3d524e34e51b9fd903aea43b8be084751f7d +size 1045518 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..533c9d7b5203c7878e6d25e4c14fdcca8cdc29ce --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:b298fff4a8ea1f0fcb672f189c841b862dc3e3c03f7e13e053658679a6657a40 +size 1039250 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ede4a8a59740c67e206ec82b7331cedb230cbf60 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:02a6f5b205bc8efb929ec4f4bf13895fa44b852f145dd32f961baa063c5d4694 +size 910278 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceb446b8ad817c1f25b4a6faae818fb7171a5fd3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:2b87aef8d083708644cfffc5dc35d7c531a653a22503a83f3b582126e1ffe814 +size 1286909 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f8414b4339247349390dd3be6672776f56c4011 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:1ec4618369f258557daa549696b23c174f5b149de28e50030859fdf7d81f6c78 +size 1248827 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c56e9e3f9278330529df9cd1b69750d2b308a12 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:6116c80e6d67e1ab3fe15a9554ff8851260b5d3d2f6098528a66dbb33e76dc6f +size 992274 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65df22a8bffd31f5cb04649c26ebf82758e0b727 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:08264ecfa8d1d067c02f94777cbe7fd5d004f96a1c41fda48b912fe39ebb9080 +size 2344208 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f8e7c3d80413eca7328b160e0f43e1cb5dbc658 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:f58a30d533ae2c113ff01b134c7a0875b3434d41b1a268387e5e2c8bb012d00d +size 1131832 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1a9cf2b070bfc64de33c2745de095f96724bbd7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:5fa8ad5cd09f351f6546a4854ef6c2cd5f25e5acdc407ddb3df7f83f29fcf80e +size 1821809 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1c10d54fb2789df91cc46f4858d34684b131c96 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:455be0634bf79997d2674cc0dab8512c37f7f861f07712257c87c9e96922a2a7 +size 1294759 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89f51deda2228ee04ec0484f7dfcc3d362d82043 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:5fb1f5f57b5694f6e2369157ef6943399224e38136650203483d7190306ad8dd +size 1820965 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..766ae337bd8d8e9d542aa879a7e9f33c083d960b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:df962963d2bfd2bb0db6441b40b62f7e4057a1c2e3cc8e150784a8b52a20fe57 +size 1186224 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0778e8402a7cf1eae1fa2bd2f4f00dcfb2f4dfd6 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:97c2aec0d5465622dec3af704ea6f2c1cf7df28586de68f248537f0425235e6e +size 1680111 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fed50797023983aad4682d02f2e12d3c191dd79d --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:444112125f79df15ffcac1b4ddc8e239c88b4656f909e97733cf2beedfcfabc5 +size 1224322 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..864d1af4058364c33a77bc32ce4ca7d533e442f3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:bb5c4a03d50be9bde1c1ce04788d38a634c9e5fb410c28ef839a7af31af625f6 +size 1601861 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47718c55d6c3efcf5d75a1ff6c3c1752a87b83ac --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:13a65ecdefddcc43a09fb92d9cd0e9b6acb593eb5cceac5d62baa88fcf834101 +size 987181 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6d1888d655e294d988d278b9af1d389207ee9ad --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a0fb3f42804632b5babb517259a82b4a84e276d18f1342f01397bd0393ca704b +size 1300436 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d2712cd4959fb2a777a7b91f8ea7869ac0d48f2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:b73d489b75aaddd823a0186a7dc4d9627e51a91c7b001d42485581e16fd4e35b +size 1716990 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab1e93628400d0cb0ea3f6b1ae7f0be1b53a2736 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:8c479c5f8b0319fa9ca4017f622dce73cc640dca2fec22b1cc1503e7916101b3 +size 1405030 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecf0afc2b77903af3a8acc834deec8091da74f2a --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:8c985b37a494fc00798b845d009db81e22e4f021bae87de360a7381135be9227 +size 1608772 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..addd0bbf43f0118a8eab8bcbfcc28d9aa56940bf --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:65656540c6246f47a65f142da3ac02ad173cbc161bcafba6e3ca8f57b4dd6261 +size 1291796 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85b9f696169208919c8ab8a3d4942980252c9b74 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:06b09fd5001688fd5b5c5f1478f3499e78155a36d73275b7cb2a53d741eaf2e7 +size 1860672 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a403e4c3deb2e82ab2da38f995e82c54eba2fae8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a9324246ab9866e9609dbeaeffe5ee858604e51d3b767683b7c1b5f5cfdc6755 +size 1126937 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e88bb6f225222fe78979a4dda4e15021850de875 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:4eac481f3b171ef940dd2f2c4d2798f95b664014511f4a1aa65371eb5b515307 +size 1800021 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b47b48a716934ec397625ab3cf133d7b8e90214 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:3ac2312b480cb4f94be8cdccd21dbb5d926b989270ef57582ee59d861756da94 +size 1133314 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..656ac47fd2a34715475ec4c0fa340172bd891ed3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:4056f0aaeb57af706213913f2e3f99cfbe59d2d50b83e1b42f4b466e67fdb7d2 +size 2477205 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..663039fed2487fa7a0a6898de64461324829faeb --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:bdcb0060fc2c30f15c3a8a1f0c5217a38675bea6560c27cf669b65b6b2c9eec9 +size 1651190 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03bd66c51ce92faa6f460b0ec895dd8cef9efdc3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:41930e48d5aed87ad887c993fbe7522af87243400709e9a170ebf5ac2f108ae9 +size 1075432 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66478f9a4d9ddec508f2679a9253ee2c2fc57213 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:02eaec65a8dac2b294aed16020db9e01e344e010307251c556528c8e3c9e1c00 +size 1980467 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6b3f20356c631bef52689e3ade4e9c71817d98e --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:f65455a7fec80f32a67d13216b5a20b509011340882f457c1ba21479b360414f +size 1201160 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0b7c17a05f6e7067a5646ef8e02a1b43be5a1ce --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:461ba9f0089c98438ad199172cb3cf48f08e22bf36977389e2e42e9dc453ce3b +size 1602665 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48540805bb3b6ed7820c5cd31a5613dd5a4ce987 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:340505c2ed29edda06b5dad148bdeefc99935a167ae378caf94e45a99848ba3d +size 1034428 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e47e9f8edb4f02d9a6dfb534c55fbcfc816e922 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:2f9a7653ac218b281745ade769d960fab594654bb709a1489101410979a5715a +size 2043732 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d1d3502054f85109d4932f501a9d63dea93d5a3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:659aa66069d8487f1637277d7a8223a4e77432c90823d5e9eaf65d74f46114f6 +size 1177349 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..106b02859d409366deac4943305e9443a250973f --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:7e9531baa4a5221b6396956bfb0dcad978cf402d0c35c65a4a27c20f1acb5578 +size 1722429 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74cfd1186d15402f3d673a1580181c608040db7e --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d6071bf333f3dd238b1b2f7d6162d56a4ce3b30b82fd3959808e04ca3bc569d1 +size 1403272 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac1e87db0747a6390d3da7ab8288f9517c3dbe36 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:fbd142f4194e771a186b6d2c357f640108f9afd71fcdf6233fe8b182f4aa3959 +size 1567372 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c1c01dbfa50ac3e746925970dca3b6a4e26d74d --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:f46459742fc8080a234ae73963a49187f05067631508f579cf8ef8636beaa068 +size 797109 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2d1726482ba1603b186363c7c1fea20bdcf983b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:baeab587a05c059918670163503ab14f4d635cd11d19eb8d45a930f14601e840 +size 1078230 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ece09606750f14f003a7566c4f05d7a81cda9aff --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:cafeb7793b2a162d40c37e7975ce32be8a9dc44fa5fea27dec4d1fdce87626bb +size 1647785 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aacefdbe0cbec5f23e147238beee463f918d62e8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:083061bbb297912e59f966c68b9caf2f63545d16177d0f5716786999fafaf3fe +size 979567 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b22a42f2760e9cecb2d7e364f4b1daaa999561f9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:9257b399c3756153cb48594469ab1f1ea19b42b8a5bc8879bb7edb66bc40a248 +size 1581747 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4419d439a2415cdd8555282d3ff4f981657abdd --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:5253755c9260de795e669fcabf8c625bf7eb9725769dd69816fcbfb3403690fe +size 1423748 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9849b4b390f4362d7b9687ef9ec5c18c31f6a013 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:77f4722ded94c380e975cb50c17b35351506286c07cf31d47777bf2939ea12b4 +size 1558095 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e7827d18fe0d20348494097276499b8896c300b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:7d64e2e27605ab865a95e7750b31163b9ff26b77bf2102d523924967d3d5f7c4 +size 1115896 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84a858ac243c6069273e371fc1d5f0f34cae5956 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:a5da50e7787bab70892fb1e7fa217cc8d4596a1b78a7cef3b1bb27e47c516b65 +size 1963137 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb48692144bacbe8a182da852d175722e610d183 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:dc89ed806464b4ed3b622761703ba5da7e41bef76497257cc56bb05f65b59811 +size 1122529 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f71200399a3780e64ef67c2411d57c6fff6f3bb --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:ffe8898101d86c938da4bcb8800009cef20cfde186df7faffb10ec99f898bd82 +size 1734119 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c499159f6b584c2cda61aa5c3b3cc3cb32a0608c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:2c3755f36b746e1fc75cbb4cd334d41fa729df5af516492f217f8bbe8361718e +size 1696601 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72663d0f4ee8b58db97864900c8c0a872969a867 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d7458d85cee80e9acdf8ac008b98722d5b5781cde7cced41e1ebc67d96c0c745 +size 1243120 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5bb6abf8c3beaff33b0cad2a3bb0315cd90c755 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:906f3497052d5a3864752549cfb06ebe5f81159e03e385919d491061a9ee64b9 +size 1439665 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d0d4e187cdf413ae508e1fea8bef60a24c80082 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:99ac3fcb5e0ce36ad9617299ab736104d94d7f2f4a086ae32d0976b261b0e252 +size 1087979 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32511ead7c1725b6ce21e9eacba8e5232b4481c0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:13050b2e17b4c4255ea252fb2da56abd55c04c4b138e9abea660c9cbb5eb9022 +size 2006473 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6ef732b01b38c98f5ecdf56c57494a06bd44ea4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:9e88722afb64fb536e42fb169f88657e78c15f337c78088507f0590c553e5358 +size 1055713 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fac26cbc395b6259a12704a285b30e7a9c409e38 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:06586549fec554be4baf0c3b46d388f547a2af74cea07e82002f5bd679491ee1 +size 1493813 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd40afff57deb667fcf074a0724a22941ddf6ce8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:3638d665de3396365161a1ec70d85ac9a7600170a0267335c4538dc6f080c040 +size 1066173 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d4610b2f507f54d094c7e4898e2141db2b18446 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:8bf54704c9ee36942810f465c6d20de0d5db1974a48b221b7355c1ae722d497c +size 1297313 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5005a2374064ef8c966aa08c2087e1dad4d13b26 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:242adfd111ca7e2fd71ec486fff4987b86c31cc56e5b28aed7fd7847d56a83d3 +size 1050240 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe2ad42cab94a96cd20a6d8413cbc50b69fb08f2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:4b822123cd9c992741c2e3a7e3b9de191e48e0bc39af61e78b13f8fdae668944 +size 1484579 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6efe2aad909e92d35b8d9d49d981d2db97194152 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:ceae15818b274c6f42a5e7786389c94e8582424ba83d1d8007600ed45d50819b +size 1062822 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a038e07a605384a535de4001d4b58fad5449db4d --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:b98a91e8c51f7a549db1dc63ed39d09992572cfbde5427a8a908d519f4fedbd1 +size 957769 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecd3ff2ef74f38594836242c92a807f9be2d34f8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:319066c94ea3c0633808018c5cbb2c4e7a6cd5cc002a224b527fd1a1241f7b59 +size 1401834 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7aa8d3803bc863bcfdaeb51789386263bd735421 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:69c7fa82de2f77864f218ebbce7dd3a6ead34b8422a246482811f08e0fd6b9b2 +size 905766 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94de9f13decb20f102e3bc79f85da40982490eba --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:eb07df3592cd96f27e73a9591e76e29ece2dda7562de75730d248d5ad3b05072 +size 1098673 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9183a2767ff9cea1e65bf59445173f039d0db5d3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:97d0e2b24be0e8b8e8fbe56f9dab576e22af2c2a78ca4c6e288b2dbcb28771eb +size 834405 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80de21281bce0310b4b3cb57592d7f4c5e7218b9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:ac3632f41af09257e2b2254b980cd701caf3ccf951cb05bb6ca2433046068190 +size 1451050 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63a9571507219da23d0e801c4c67604c6fce4ce0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:9424df0e0c7a3ecb94f06dd7ff045033735f537c4b36d4f30a6a231d5fed0a83 +size 888810 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..075dd7156dde3203e1ec10621c4da5a236454a57 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c235c1057a88ff81b100f28d53a69c5515c1b2a929c831cedb2ea5395b569c24 +size 1304038 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..906381df2e32418870c8668ea6a7b5b48f0d235c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:22243f7a26ed8ab21f9ab4a793754859231681e6c8b20b7683dd45827bf8b4e9 +size 1310751 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7eb99333cf0d602044ea58cd529a09f1ca9dacc --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:04e1a80fcc20eba4f6c434dc92f71ebf8dfeb93648c70df5f2f4c091e90d861f +size 1246620 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2f8313afd43b9a55ded38d9446199967fea1f0b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:716a32d1f3d350c82894aa4b590463bade3526ac6ee4f00d1b0d24bac1753479 +size 1643795 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f954da8664d516f6f9b5642d343bcd38672d875 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:4c9f62fa7a85d8129ba0b4556c5fd716fc8db3e14babe371626b8e51e4180b63 +size 1254572 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f244a373ead05659e9a146a016c77587db3d7e4f --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:452cfbf2fb8794d03bad9d2ed6dfb6113caeb1f62a6988ffc4498b34e633c75f +size 1195776 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..043244d80963e52157f65b44c8c3876fb43fdd23 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:ad671c1adc2575188372538c76bf33c953b820f62e7e7af2d13ea5608e3af5c4 +size 943315 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..949cb2ff5099c4973a11e9aff5ce7d728d80d683 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:72e9a69b4eaec060233ec058caaefc64080489820eb87c19958bf49a36b56cdf +size 1251794 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52617a56cc7f7183f6a2e39306ddbb1efac16304 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:de4513f5a2a9213b31e4195e7fda86ac5e1f9a3f8179f5270f1d3d8314724c3f +size 1185569 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b9c7faaa2d080fd5001f9f0ed4c706b8a12b1e7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:e702277ac530652d6f0cf73a5146ba7b6fd70531d759664aab5ad4e3f9122282 +size 1192783 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6ad69b37a15bab910c197866df4da1946c54d7d --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d2f9da2d455ae6a1c4daafd050635f407d01fee538a5288ae11b45b1ee9dd76b +size 1006871 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d3ed198ea5674716f3c4be2eb780438f4a60dc2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:86ab2dfb63c4d5c3ad4de587268f2b5ec3db1fdd6a7e69c9516e9c59ae728bb8 +size 1418225 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..920f9a50e84e688d288dc204b6d3729cf08b7789 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:b23768d7290ed18f4960867d6afe6ff2db4bd2d0da1c797624ec2d976f954483 +size 1463282 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87cc527509740e5a693fa699e5d3319372de66cd --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d4e2dab4cc84fe9d5dcb54e38174e3cbd20191d398020b6e08429caeaf76df7d +size 1483759 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..486d99e26654792bf960bde049ce2503bea30b5e --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:62957a55847d5c6384fd007232e6499d14998cb73738bd794ce97b21cf87cba4 +size 1023222 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..242873d1e7f1266457d7eeabcf9b87d020ac5b95 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:24f7485bac44dea6eac38edb3132555812554f735e3aff4b0d5924212a9eeea0 +size 967380 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..feee06d5e341237c5dc67a78987abcda40c26a93 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:684b01666cfa0d1de3bbcfdea2b90602f6bc6b90a7ce2fc473ccc00e57cb7a32 +size 1324742 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a8a59a1156084b5f1d3b5453cfce422c1ca0f21 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:0fe9db618423f43284b99ca534ba2ad357884993622c41b3df9a20979f60d296 +size 1058090 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67dc2217bea51fa4191c29dbc6bc183164028a6f --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:bbcec18c0db56227c299efed3c5c007bcaa79e66f18d80e2a5c099a7c106945a +size 1489717 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7acf47d91a523bf5563a5a5ff91adb26cefeb62a --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d152ee503d68685b031464ce3a3978b19e86707f9fb99f65b6d8be3d3a9619c0 +size 1036436 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e6f474254866c32f0198d4709c08272fc18e50e --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:64fd1cbd6a1991a2b4f5897b1f1eb0639195519674b1fa1be1d0647826684df2 +size 1642618 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5331dac7046870ee8addd1a602ae904e7902f0b0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:ea748f95dcad4800851ab6da0a6cdb73c787ff10b601d5a4e40dba80fc2c65b9 +size 1093194 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c06922006f99748152944953ea98146bffbae94 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c9f7dac12f004e937c8f0b6b2c0bb400575354850846002c2d6a823410de4aaf +size 1591545 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53943fb7a7b42ebed9aca66fe89a2b26665478d7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:3184c86d06ce84cb9f61d4588cf6101e18357b95c5fcf2baa43cd18916be9bb6 +size 1060120 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7def77a93988f69fb4d11f47ce93d34c4815c8c --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:84f2c9408a3eeebc24491396560d9f7e73f641222e15562ce8f351bff6258c53 +size 1563923 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d48d7d5f5e5ab1db1dfa250e8cafe92066e9f10b --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c8ae36a5857ae7b852283bf3e12e7fa487033a743c65abf76cabd547a8b84b8f +size 1679362 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5efc4eef4c4a52e7ca134dfab59d0ac94d06e8d1 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:b6c865e85bf48919a2796f8414d8ff87eabab7d66bb42d6b690b775d75e3153c +size 967745 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdea356ebb31f2eaf83171b5eace5b178645c553 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:67d300efdfa06156e8beecb75faca8e4e15e2b7a3fcdc87d6d210d0565227952 +size 1328524 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae3b32986be6da3068ef80fc38ce1a268c1c0320 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:50102b2119fd47c1e5402fad1ece1db3676c4cde99bb1e4600f2bbedf4829b4d +size 925237 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d05ee283afd7e42a3724cccddef5a15803ab31b6 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:c1c005da9b8cbd54f4e2de315e9fbc11457d135badb1cffe0bdb60041e26e89b +size 1223629 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52c8efbbeadb0688e606f2f78dbfc5c472a224ad --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:d1757eaf6326dabe671e512db5f03178b24d0858db505fb3cd7730b12c04ee79 +size 1097624 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41edbaf36af2edc54cb9d369af9a9018a8fbf1af --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:07a2243ebc72ed519e8bf3f49e55db4327f7a38b3a87c96738710e2749a5df0b +size 1400423 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0891662cd6e4531ff234fc3ff78ca3d73d87b2a2 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:6c6a259150c63d09ccdb8b5e50c3ffff4557e36a5ae805caab1cca16a6f0bb93 +size 957963 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5d37db24b0598316b5450f374b4a2f04f113e4d --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:b6a1c13d354e2e1687fbf474ef563aa267de12883b50b4fb9c1d929b4d505577 +size 1398954 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dbc6a96ab5a9507099198882a99684076e767a9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/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:ad828ce6c28949ec035bd34993114d67a72f348b5d94b3c01715bd99f4bbe5dc +size 872580 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000000.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c5455ae26fe8ea7d19edfaad40a91785e1efcce --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfa7c81329e58a1ac0a1c686044c36932b7f3ffddc333a67742ca8ab57b8891 +size 1577198 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000001.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f98a72ae4aa0272e9aa71b5425b43d5058d12ec --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d834163a5f996f5a5d77620d67c9be9501ca2435d42bf1f9214b6a290c03a5e7 +size 2257873 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000002.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e6433d73b90de09855c442ed4391618dc22d0b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e36056dc0071cb9d5ea9056594797e51779654d6aff2efb90cd3521e2283d6 +size 1911905 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000003.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16b71842164b96e1ecfc88e3b208f3cd7c52ca17 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915f0db2a2cbc9f54ba65daf4d475af73cfc1c30a96a023df8fb450aa52719a3 +size 2813929 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000004.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8152634f9bc34c7854de5ee25b355662d4867156 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf2e02f52093e164bee36aac68addb881fc18c308125bc3a7c4f16f8ef1ca68 +size 2005621 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000005.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfed1b4e35465f0e7281f44afb692c9fc8983b10 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045d1608c7333e5236ff3fc6b1edf1d841041c27103a83b77e9eaf727483f1bd +size 2208463 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000006.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9a88fe654031ab105c48362ddbd632851d59540 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268d13c822716ebdd0aed0493abc3f5c80fd51a32a33cf02feb054659c8808e2 +size 1966279 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000007.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c7615009ff59beafc65ff394b89161862eb3b53 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420c4c96d17dc9673724b616397bda844afe8631018b4ba12face922a2721812 +size 2471979 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000008.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cd570edb03bb54b43a0d81eb913650899f4405a --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29158b9d4369a1667478d26e53f495a85815f161998da35a9927a97e9a1be068 +size 2144794 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000009.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eda9ea9f2dbaa6a42d3ce82c2435642cf2dac35 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef10fd6f02b2ac2faac86d0098bb37a5233187d5ceaa33916b31fee4e0c6595 +size 2177749 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000010.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a812c1686941d9126eb46eec79a85af7a0fd824e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da596a37c4674e0f0131b65c9db4562cefa129d071d1f458769bbde4d66b189 +size 2166486 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000011.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9710f01747644c2192c193657dfb7b354c39bf3b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce0041b1b67ea79ea3c33c3ac63138b189cc08ee95c1f7925a137f9f1469308 +size 2119510 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000012.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f2a1df54e59fb1a89b1b48e142765579e544140 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1e6b868ad74c83a9e9069946c691216ebe4b72d5ae7c8dd51415933fc6f0e4 +size 1803679 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000013.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e590b3a7ef0d39a99aa31e52e709b29840b8d1f4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed05a936018579fef0cef151828a5e41139ce3e1d8ea91e622ad5de708a49ffd +size 2089165 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000014.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..403ff18765837ccbc6869bc778e5266f14325797 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12be10639584cadbbc87ddccaa317e580cb5eb9423d5fe64119b4e25b9bf6fbb +size 2264207 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000015.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26f574299a044276191ea2fa019f08e710fd7e96 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb88a405e8815c62fb931943a1b6f836abd6187a9927b2519741f2ae22e7300 +size 2245095 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000016.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10c68c041f221b66e59c8ef2d95d4356f32c92d0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a602d511e7088fefe89113902813733bd679de76e2ecfa57743bac3310793f0 +size 2069515 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000017.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9087aece14e990041d1862bc4c20286bc55548ef --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdc645ce3892295add206fdf0106055af9f8befa693828269cd1e6d22c75005 +size 2094263 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000018.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3087569d33c2fc0d4acc27dccba849bcb5dc1a0f --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d02b8a77af9f8e1898d70f4f13d78dc0ea394c152a4764730c8985300ba298 +size 2321867 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000019.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6eea1c10e25fe4a7155a69cd8cf5ce1cd39d3a3a --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676fdb6dd4de570ec31c273384796cf91f6ca3126893b19700efa42332559f9e +size 1883212 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000020.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6500078567fa278059daef499ea239fe078b3082 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d9dbc8bf459526259fb0376283167d856a1478ecb3dce84f82b2241f3341fa +size 2088712 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000021.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3766bf1efc9ff75254cd28c5a800b9b9010d3ac --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14c888e99bb3a201dbf4b17fb6d62afc87a37ac6f11cb5be5b56e203d7a0e5b +size 1896625 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000022.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5e6029dcfb0fff95696fa7c75793faf92cd744b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f4c524feb0d926735ec2e66f30d15988c4aa172d17a185643579a491144fff +size 3002590 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000023.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba21e36f08e246772d48210ec3b2210b5bde36ba --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be6f4c0fd49790185ab9161a88d22d07633bd33d048028f7c8f51e092179416 +size 2433150 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000024.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8aa141c784d3810ff8b4443f29722af9619dc33 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501e743c3b999a551782c5549d084d912e1b6a8918e28ddcc22a438fb8ef47a2 +size 1672286 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000025.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fac23bface5134d70054c9999e976ac1afea870 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b05d4dd108aa939366f99565c99f58d8aef95613df8697b3b2e50dfe69d94b +size 2414757 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000026.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb067641d52d189d022ab53be84f324081a80870 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676bb3c878e08de8826326b11f644eb23def0c43b12dac0b2bc2c41768dacf57 +size 1785235 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000027.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47cc10fc3f70fe2a2dd288abea1ab040a48b7e6e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f2248454db5322e4921b5b35cb7aa8c46007634538f50c704ff19f1008ba20 +size 1981696 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000028.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8ddec0e1de8153c131807d87464b63116071100 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b8c32eb708130b496b0b720249aa7355d9f7a01e333396cbcaa71473bf9a87 +size 1704157 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000029.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9730807ceec425ca1a51482e77679bab6660e43a --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6c4f6095618b0487577b1a0fd8d4d57195e8a91cc17919d4a918873d1a5693 +size 2601045 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000030.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4d04b5d90206aa7c085f81ac7e06e33bbaa8341 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd31c5fd745fe23d94164c74dc5dd9a78340d9c2207e6d09f956ce59cb5f262 +size 2048867 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000031.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8925832133350cea87847ee781baa91f03d8b81 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754d43dc5ad3bd4f37565ed970df3447afdc69be00f8700c5612d93963f44776 +size 2082212 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000032.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1591f50d36c2516201105af5737183b0eaae3db8 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d629975007592b41fa03fce4fd2ea3679b1578c68c35d126be6917b9a73039d +size 2642188 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000033.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c402e3c0ac920564e58b7062a8f7bfe301f476f0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1ab52c35d19a1bbc91adc93817f7beb0f817b9a3d539fd1a5f1648a6dffcb5 +size 1940141 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000034.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55a8cdbe33407279fcc5cba8e00e20895470562f --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00687936ae2ec192c019664fb26158df97d2536794f4fbe5446f52b855f8bef8 +size 1596469 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000035.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..873d3f7d303f7598fd9376458259c72e3504afd1 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdeb7bcf44781e2538d42dd8c2db5a5b0a6d01b2e54bda7cc400c9f5cb9244c +size 2181670 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000036.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45b104a783e5289f05b37a54a6e4334ba42f6a9a --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e416e37aa87d55c9dafd23e32bb21420c2de5a35b4417d073839ab18eec3a62 +size 2074724 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000037.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d29b62e5cc0890ef372fedd96c41069cbea4924a --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52314f4fc53d2bcd6f2ac72d157d9fa4a75716a196bfe058132a782f56680ecb +size 1971036 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000038.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb8345ac2ec181aa6a25ed6ce310a1be8f5801d4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7f40ccb35e7cf1511f0a18de8adaf027d138c82f24938d7e8cef7eb40f4132 +size 1936430 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000039.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3848c7e015b987f01694e90e5096eabffa20b1ff --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f652d0044b8e895edb0f563851c9034e8fa04b8619f05d7b59b3786fd9ac83 +size 2414110 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000040.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adb8202d953adc7cd04520d10b885a217f70a11e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b476c384ce0aaf61e50db8353af42442b4c98e510f440f07cad7f88acc09cd +size 1913888 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000041.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdb2596eba9d21c8f75686d719f7ad045d3fa850 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec6959e5a9b2b127f44c835e03b97dd5f062b25a1b753f1eba7e16f2428f1bf +size 1855087 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000042.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0ad06d3f58812c6d50147be044b9971c1b04f61 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f312108217f2e53bebfce0ba2ed2edcb2fba32a6a3aee572af89b005853642c5 +size 2595187 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000043.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc8027108d0300c523d14c1c8305376707151f6b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f5d1290b142f4e0baedcc4f146def973b0b36955a5c4d088ac6240ba3a3f10 +size 2021964 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000044.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9b6a4eed826f988c3c6f1a6d63504c8cf27d36d --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e750be529733558d523b986ab543bd56e395f62e10f95887d40b5a2040e9161c +size 2151964 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000045.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4821171d9f326825414bbe0c08ae8addcbaf001 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557bd13216af13f26dd528f0066fe4855a789b4e69dc4592239a3e68baff16ba +size 2128208 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000046.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4228885c0359d4b2a88c19bc9af216b69e66292 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c3569ba1273d005f477f784e4c55be15a5f20f5d471e11fc0755293d93ed71 +size 2192116 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000047.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..841d7939002da0de3b704171a96f32352ff9b4a3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f653c4da3201ad81691cff28de6ddc29a2625556dcf18ed22cb3b849ad6322 +size 1820621 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000048.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ee5fbd51d8bcd00d70c1e80fbbe4276f5e2e779 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7204f97fc4ec95124264352e1875fd58074a53c642a42883b1ca079856437fd3 +size 1943756 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000049.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e674236e2931b0e4ca6c2e904f627c3dea4a251e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77e92a4c8d7a4313cc9dd7ac38bf9858e81b6fd89e06cba1333d4cae33ec471 +size 2281732 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000050.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec69a5bea3092afdb4832096a601bf335dc326d4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246c54ddafe47e216519b9da2f2b252deec304d30c2b17cc618eccb24ab536ff +size 1894337 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000051.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..089566649a0576c29b6f72b824339f7476ae65dc --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b480d07b68348d15f5565bee5ca502e21d79647aed250c587e3302a9e7eae7b +size 1814766 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000052.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd6214c66eafe596e936118ac8ca6de0a843a979 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b74f22469e3e30f4213d706cda930f5ee05ed6ec0f0d69189382f837c32a3b +size 1853354 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000053.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7eafefd169ad280c0eb3a608894ef444e7bdabd --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd92c94dc2ce763049acded11f696b5dc027d9a897b32630902c4bd1b0fcd61 +size 1820897 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000054.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..830fbce1e67e5f168719ec2e90714da28129f1ce --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1247e2f54a02161cce23400e592aba66768bf0ba753fcc3874cc6ae3bd6c3699 +size 1906379 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000055.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..427840c828e48b03ec1d4a27b54ef92898958b9e --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e77faead84442a6bf79d7a5800cd478ee963da3f1fcb2e133134809778746a +size 1803643 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000056.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfe2f3204aa82aa6233a42ba3fd5c5e23c009c23 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a61d0ac714475789e554b77170655f08a6cc1b5ad7126b9e7583baaa52c8fa +size 2157824 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000057.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..868a5310d1e5dcf71c95fe64ca48cbe8521ec6a4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca6b79694aee63c42ab5a6d2a59fcf7c42288406be01483ee9a08a02c9de21f +size 1828636 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000058.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0eee56b81d77ec38c1413e6424ff1f0e58a517c0 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0465d115a2816050ece4a49464fddbf006ee7c891f8123f23df538131a1cd00 +size 1784471 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000059.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d66adcaad80fee2042c8d11e55462e1719c10fcf --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab81bff626327ef05cdeb88c25af84084f4a6fecc619a4d5e4e0645a5d47c90 +size 1892149 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000060.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65e0c2eb8e309364fe4e812f971bd9cbd5142e39 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162c4e46f0a1d93a6e9b209778ecf7e0574159d464bac802c32b21a9e1dcbb8b +size 1512557 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000061.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe5fd371dbc5f4b21bcdc5b7f799cb96dcfbfdb1 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14967e29affe66157da1e4503cf3ff68647719971e7796201b7457e1b14c7733 +size 1843931 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000062.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7754614ece74b070e2e574aa1e6379d2dab7bd9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b010af9ae9180e8ed5637db3506f9b015e046ecfb386493ead3f29b0f24a0f1b +size 1881397 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000063.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa7e53c226d61ddfb111cc5152d9b8e044fafdd5 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4859dce2bb498631c679496da2fb1a845323c73a08439d3003f63717ca1816af +size 1716459 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000064.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04463ce6d064c43197900635c633f69768e57db7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931ea7a1b02940badb39eb921932343f644e3780fb786d71287083c690edc1d6 +size 1793233 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000065.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f94dd166c17bcc6ea7c7254ceeb3465dc4d2c61b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5112b1e551fb292f094da3b0261a696700bb2241d3fe7295a6405467881daac8 +size 2371007 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000066.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81967276c51c3095ac31aa87db7fb44513e01ea7 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ece46bc4ec72e9ff50c44cc86bfb5ab27540c5eea15b47e55e4d6211c20ee3 +size 1728190 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000067.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38ec388542f44c3325915a65e102795175b479b9 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b127678abd4d0187e352e64d440af4c84d0812a0e03749004a4867dc1976e564 +size 2271550 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000068.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7928515ffbbcb315e20a3035fe8aab100139c96f --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc442a4bf9489e28ff377c131072524fedc827d708a436870187d46e268541c +size 2427173 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000069.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6382dce28e3bde46b4878fc2d0700a6069dcde5f --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b128ec824a69582ec945dafe1cf3a4e92ca3a4d168fe774a435bcf8f8f0343e7 +size 1625006 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000070.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccb22cc24e4b4b202feaae62aee7685d046d2c02 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29482914880de1d8c4ee044f21f8c52b190182825c1cd879d8b241b7eae512c +size 2005239 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000071.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01ae479d58d6346d9949fb0a7903ec600029c94d --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a9b43601592abaf83ced2dbd41cbdaaf2ad3ee11437401b6a52f62f2b4b6fe +size 1563579 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000072.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e105e40bfe18400513f92e34c5b917be961230bc --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d18fda1d221dcb7071fa8036a182db42f658bbb3f182f8e6d794e035396d442 +size 2312744 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000073.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0e8d70bb19fe9693cdc9554dc93f67caa6346c5 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db89ef725982a82ac68ba1559192a589ab2b1cbb4ad340757b5f39dbc3111ba +size 1561091 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000074.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d29782110e958a5e16b71ca0262e5b18f742040 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addb82f1359b910fadc834bb4e8af19228634f6ddf6c4317a4eb4d35e621a32a +size 1898816 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000075.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a71fe0bfbb864c1a8df68102b8a4263764c5e945 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60620868577d82cc0aff0c96c91e3f835ba31a4f47821c3eafd9a1968bd1218 +size 1743501 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000076.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c559ddecd491b732f3210890f4e4dde70121ed92 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef460f1c8f2287262cdd65ca4be1f0f2b0ccc9914c4bcc53673951d63e7c4e46 +size 2377397 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000077.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87d33b76c5b80ea62fbc30afa5b07f73908307ad --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199b6996b2a278201bbce060857774928946726c1dc488e18af6cd153c1e912c +size 1873996 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000078.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cad24badf30838fc964466b86de0295f5c5a6f43 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3658351073c07dd7f76c246e49b4aae815d66b7b29fb75420e9ddb970af269c +size 2030744 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000079.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4186aa28bd5788f932215f15dd59e787891b2dd1 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c568b359958a9ef667ce702e2eaa5bd154744e758b79930b5ff58c37ad0d10d +size 1787075 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000080.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e1973672b26f04f4543e0622b8a9bd9fd0b5dc3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2466cd0cba680a0cb07aad6bd1090f2b9f482d5479a4478e850b6f0c46c8cff4 +size 1678466 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000081.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f7bc7506ac7d56cdacf0fcd2a4c156a6b2d005a --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021c4a8c7f661555de183dbab3a51d0fe9cc9af6c80cc8ea8228c9964a76ed30 +size 1909299 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000082.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b35c262686048d3bb0b7906f57c933011dbf4b4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705c8b9409121ed840ed4fd84117e481d916774bbc7880d8ad43445b77f2c7a3 +size 1808415 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000083.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a47b77e5eb9f4047c487f29ffc67020d5699f45f --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806c01a7b10bc13096b78e0376e4a0ca75861460a4709f3a999c5d479571fd50 +size 1799346 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000084.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20f7556a10e9a7af6dcbd481e15e0079dd8875ad --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764d65d9bd2bbaa63a971f4159c2f93c070469c6b709dabc517cf8713cb741dd +size 2078320 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000085.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5886c131cf049d7ebd12d182df6d0ca26d99eb99 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686445cc5c21d6cc83333f0b3fc4c7ea4eee1ceaaa2ba2786597dc4aae7bb952 +size 1865683 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000086.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cb8773de214a48ff9e530498808b3992c65eceb --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a2daef6df523caa5a23de99cf77812f6922c0c25d84baa99f5f4bc924fffe5 +size 2112783 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000087.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c680a35b9e20b5a85b7518f8ce0dde9cc389a715 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae310134a57534748d93651b7114cc4f8612518a3ecc586b72fcc8330171b7b +size 1895146 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000088.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03a00ba96863b8e2f80c779eefbc821f15d76086 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28be4e8ed3d20d798a3a68c6f810e2303bfd5f88dc2cd422ac967168137525e5 +size 1941573 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000089.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1787a84f593e42593927b04f5ba68dae79493d18 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28b5610516d33dabda2030710b4d4abc18eba54fa0a8bebb15766960db9f839 +size 2255945 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000090.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef6a59544c555c838684401cc169c19bc16b06c4 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6da49fd62bfbd558a1211bcf9ef27c2e4770dcd9344b4686efbfbbcf87e41a6 +size 1633909 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000091.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b1742c1d953b8e57709db3dd49a3315b8ae10f3 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378ec6526db1084fa3ab49afc679d0924815423609b3655b214a74a0e25d6420 +size 1764804 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000092.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cb0372a6e73d8e9faa028b64a414ba9b174617b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba9ffac6c7197ec00dfe1bc6fc51a96070a72464d7117b6e497ae5c00595f4c +size 1667851 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000093.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e093a392c574d29b63d3954bb4e6e825960a994 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45e3a20c01223522feebb6a88f95041d08f788c94377c0805c482e843592430 +size 1537992 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000094.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3a70a5ada96fe5142658e4b40c43370079180fe --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bddbedc9002758f97d5f987aa7d067d97240a8d21d3eadaf4b448b9d858dc8d +size 2009786 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000095.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f56db876533bb42ed83b60dd81d83c1c90cfc265 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0260d8f3ced5d7368c88c5de1a73a5b6fd634d5de0be75dc4294e623c32c6474 +size 1676713 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000096.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8ed183ec5bb260fb223611f2a43389f26ca34c5 --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86d253286f24b84c7239176356139adcce9ff70d65c6d83fbb0d2d6392fabb3 +size 1707636 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000097.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..126ad741d2f4f5d968bdeb3508d0612136e4237b --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c8f649573cebbff635541386526f52cba84834049cd8365eed690d63375f42 +size 1637273 diff --git a/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000098.mp4 b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..323c468214005cefabafa6770c0d27951220c09a --- /dev/null +++ b/Airbot_MMK2_storage_cup/videos/chunk-000/observation.images.cam_third_view/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f5b080e20509130c400af7873112c284da9fc411a1303168f6a29513bb38d6 +size 1541539