diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/.gitattributes b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..1ef325f1b111266a6b26e0196871bd78baa8c2f3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/.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_place_the_pliers_and_wallpaper_knife/README.md b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/README.md new file mode 100644 index 0000000000000000000000000000000000000000..24cc441b6ead2d0956860397c32d1157efe70d8e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/README.md @@ -0,0 +1,327 @@ +--- +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: 1K-10K + +license: apache-2.0 + +configs: +- config_name: default + data_files: data/*/*.parquet +--- + +# AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife + +## πŸ“‹ Overview + +This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot. + +**Robot Type:** `discover_robotics_aitbot_mmk2` + | **Codebase Version:** `v2.1` +**End-Effector Type:** `five_finger_hand` + +## 🏠 Scene Types + +This dataset covers the following scene types: +- `home` + + +## πŸ€– Atomic Actions + +This dataset includes the following atomic actions: +- `grasp` +- `place` +- `pick` + + +## πŸ“Š Dataset Statistics + +| Metric | Value | +|--------|-------| +| **Total Episodes** | 50 | +| **Total Frames** | 8236 | +| **Total Tasks** | 1 | +| **Total Videos** | 200 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **Dataset Size** | 230.1MB | + + +## πŸ‘₯ 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 +Pick up the pliers with one hand and place them in the white lid, then pick up the wallpaper knife with your other hand and place it in the white lid. + +### Sub-Tasks +This dataset includes 8 distinct subtasks: + +1. **Static** +2. **End** +3. **Place the utility knife into white basket with the right gripper** +4. **Place the plier into white basket with the left gripper** +5. **Abnormal** +6. **Grasp the plier with the left gripper** +7. **Grasp the utility knife with the right gripper** +8. **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:49 + + +## πŸ“ 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_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z +- **eef_sim_pose_action**: float32 + - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z +- **eef_direction_state**: int32 + - Dimensions: left_eef_direction, right_eef_direction +- **eef_direction_action**: int32 + - Dimensions: left_eef_direction, right_eef_direction +- **eef_velocity_state**: int32 + - Dimensions: left_eef_velocity, right_eef_velocity +- **eef_velocity_action**: int32 + - Dimensions: left_eef_velocity, right_eef_velocity +- **eef_acc_mag_state**: int32 + - Dimensions: left_eef_acc_mag, right_eef_acc_mag +- **eef_acc_mag_action**: int32 + - Dimensions: left_eef_acc_mag, right_eef_acc_mag + + +#### Gripper Features + + +### Meta Information + +The complete dataset metadata is available in [meta/info.json](meta/info.json): + +```json +{"codebase_version": "v2.1", "robot_type": "discover_robotics_aitbot_mmk2", "total_episodes": 50, "total_frames": 8236, "total_tasks": 1, "total_videos": 200, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:49"}, "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_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}}} +``` + +### Directory Structure + +The dataset is organized as follows (showing leaf directories with first 5 files only): + +``` +AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife_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_place_the_pliers_and_wallpaper_knife/annotations/eef_acc_mag_annotation.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/eef_acc_mag_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..261c0cb86faecc005328e7b464d8fa76fc4eab3a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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_place_the_pliers_and_wallpaper_knife/annotations/eef_direction_annotation.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/eef_direction_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..15eb9abd75814183c860e3bffd75f9148c4e0d04 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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_place_the_pliers_and_wallpaper_knife/annotations/eef_velocity_annotation.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/eef_velocity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..67c684f8b05e1f6240ea5dd4a9bc9a5df14fe086 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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_place_the_pliers_and_wallpaper_knife/annotations/gripper_activity_annotation.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/gripper_activity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..275a505f9220cce6502eac987c96a0261ef3f030 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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_place_the_pliers_and_wallpaper_knife/annotations/gripper_mode_annotation.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/gripper_mode_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3825f1be6645468297ad5be29f9275f04db52345 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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_place_the_pliers_and_wallpaper_knife/annotations/scene_annotations.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/scene_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2c18a1a34564d3884e4934da0e4e4a3b96b29390 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/scene_annotations.jsonl @@ -0,0 +1,50 @@ +{"scene_index": 0, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 1, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 2, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 3, "scene": "The pliers are on the left, the wallpaper knife is on the right, and the white lid is in front."} +{"scene_index": 4, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 5, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 6, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 7, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 8, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are located at the back left."} +{"scene_index": 9, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are located at the back left."} +{"scene_index": 10, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 11, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 12, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 13, "scene": "The white lid is at the front, the pliers are at the back left, and the wallpaper knife is on the right."} +{"scene_index": 14, "scene": "The white lid is at the front, the pliers are located at the back left, and the wallpaper knife is positioned at the back right."} +{"scene_index": 15, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 16, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 17, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 18, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 19, "scene": "The white lid is at the front, the pliers are at the back left, and the wallpaper knife is on the right."} +{"scene_index": 20, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 21, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 22, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 23, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 24, "scene": "White lid is positioned at the front. Pliers are located at the back left. Wallpaper knife is situated at the back right."} +{"scene_index": 25, "scene": "The white lid is at the front, the pliers are positioned at the back left, and the wallpaper knife is on the right."} +{"scene_index": 26, "scene": "The white lid is at the front, the pliers are at the back left, and the wallpaper knife is also at the front."} +{"scene_index": 27, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 28, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 29, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are at the back left."} +{"scene_index": 30, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 31, "scene": "The pliers are on the left, the white lid is in front left, and the wallpaper knife is on the right."} +{"scene_index": 32, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 33, "scene": "The white lid is at the front, the pliers are positioned at the back left, and the wallpaper knife is located at the back right."} +{"scene_index": 34, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is on the right."} +{"scene_index": 35, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are positioned at the back left."} +{"scene_index": 36, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 37, "scene": "The white lid is at the front, the pliers are on the left, and the wallpaper knife is located at the back right."} +{"scene_index": 38, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 39, "scene": "The white lid is at the front, the pliers are at the back left, and the wallpaper knife is on the right."} +{"scene_index": 40, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are at the front left."} +{"scene_index": 41, "scene": "The white lid is at the front, the pliers are at the back left, and the wallpaper knife is on the right."} +{"scene_index": 42, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 43, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 44, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 45, "scene": "The white lid is at the front, the pliers are at the back left, and the wallpaper knife is on the right."} +{"scene_index": 46, "scene": "The white lid is at the front, the pliers are at the back left, and the wallpaper knife is on the right."} +{"scene_index": 47, "scene": "The white lid is at the front, the pliers are positioned at the back left, and the wallpaper knife is on the right."} +{"scene_index": 48, "scene": "The white lid is at the front, the wallpaper knife is on the right, and the pliers are on the left."} +{"scene_index": 49, "scene": "The white lid is at the front, the pliers are positioned at the back left, and the wallpaper knife is located at the back right."} diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/subtask_annotations.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/subtask_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d8bc4357b7df9b96d41e528465cb9a01653696fb --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/annotations/subtask_annotations.jsonl @@ -0,0 +1,8 @@ +{"subtask_index": 0, "subtask": "Static"} +{"subtask_index": 1, "subtask": "End"} +{"subtask_index": 2, "subtask": "Place the utility knife into white basket with the right gripper"} +{"subtask_index": 3, "subtask": "Place the plier into white basket with the left gripper"} +{"subtask_index": 4, "subtask": "Abnormal"} +{"subtask_index": 5, "subtask": "Grasp the plier with the left gripper"} +{"subtask_index": 6, "subtask": "Grasp the utility knife with the right gripper"} +{"subtask_index": 7, "subtask": "null"} diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000000.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..415871a425b63fc1ed360458faefd96932bf36ef --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a18dd319e23b9b0d424ce9fc49ec90a10e327b70ce8a49b2ffbc3ddc746b036 +size 127315 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000001.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94dd50f29800e3ce877f74748a3f1f9e8471cd03 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca06899f2c69a061bf77de32d3212deef23d5d9511e08e7a616d4122cd625069 +size 98457 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000002.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16834152035c2845a4dc6396245ee8cba155a484 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbf4cf78e6d99e6bd24d207340eb83622040b06bc54714d941ec0bf10d949ce +size 97781 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000003.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7ec9ed2573d1e1b47214259537ee0afd90419f6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d20ae17e9f446831e0f7fe8f3b5c04fb38051bce915f84220520c4085e294b7 +size 92236 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000004.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9087ff7d53b7be31d28f66b076399ce575ecf21d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49db9a215511c0f3486d6f1bfa11b0feb233034aa8cfca527bc75e096a56b266 +size 89574 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000005.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58bcd8e1824b034e0244a2c99690b036765db501 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f09935610c633480d2bf22984d2ec81ecdcdb543f8e1db3ee757eae7fad311 +size 84503 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000006.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ccf6761f39e5dadac3658b0bd6de88069005144 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63989416e80173aabd8a13919f2593f6cdeaf1b09cbf750918e44bbb757d6c8 +size 83778 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000007.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bf66150c563a7133aee95b12b021dd27bc353f9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d6f02a70dbeaff785d5ee10f4e3cfb65ac8288639e1a53420071436406da8c +size 103258 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000008.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fe5b212e55958ee0eaeb83a8a6f5e6035124fe8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ecdaa58162fe0b9d9534e4109e86d35709492723e63343606aaa8e0b434a87 +size 93706 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000009.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3141b9b0492962ff6ce815618c4e6b3f1fa71c90 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0f871f707ee219a111c2c42072955b678f255fae5128417da923abd5d776f7 +size 102615 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000010.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b759e0014c1a2e9c2d990c066f53add2b0e916a9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6652cfca66d32bff532d34d4d3beb01f0f524352f6cda895b6b6cfa1404805 +size 98553 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000011.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fbef3f52b9ad4f64235f53505c09c9c5e046d8f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5d517a35ecb3741a37da1d0ea5e0e2cb7199f21861b4346f73ff8de908d3d6 +size 88612 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000012.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9074140f30d9bf46d035d7ff3c27ac58029ddcf0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c045c2a6d2f1653294dfcdbd0d5068f392b6ddd9d2de782cf356f1846da7f6 +size 102346 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000013.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59496312fa20f8cdb080b4e4cc8ddaeb75b72c0e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad9153bfb00b7a52e3b71661733b8d49e3f4e5301fffd1fb745fc9a57cbcd41 +size 88506 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000014.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f1edc4fb1be7fa005440c883399ba13d97e723f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02474289d9a666096f63443be20568b77f24fe30655c69f9f49656f5af7f734 +size 88317 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000015.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aefb82c18c76e52c324961655f36568535f34b3f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea008e8aa753f6361faf37da8080a44947e8f2ac23da8ce2443bf21aa3e38738 +size 87967 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000016.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f89311ec8ad250d4c02f563affbc2e2636ba6af3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d3dcb5fd7fe05c05dfff7bd50c561b866f9d16902caa0ff5d5975f6ba65f08 +size 75310 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000017.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..707db0200f295295ef90e097ec6e5e1be5da25f9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feabac1709291b9fa7d6611e8a029409a0e3c5e928bc846b43b9582403014843 +size 72578 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000018.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb47b59a6141d5d2349fcd724ec817853d2b79b6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f91070deccb456d7d137d8c7b11ca627ace9499779c7f59b3fe93657e111359 +size 77820 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000019.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32d31f06b224836a832b19c4d546140c7631d644 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6673d92659fbe47586fe305269731cfae9a9537c28ad19f5475fe16068d4cc26 +size 75348 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000020.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90709924a5a86c52b57fb985188f846bf29f5910 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8e0c851a469096e0fc2ab15bf5f775748c95e14d05c86b50c0087d1d13332c +size 79096 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000021.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8911566871d309b6255a9eb4bf0027767f6ae420 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5159045f9eaca284d56e2ac43a0ad724c27ef5c4aa194d35bd2a434912da3519 +size 84585 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000022.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dc8f1a8a4ece3f8bf4231f028eb48aef4db2893 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c0bc41fc0db653c6e8b4d1fc036d49f014cc8d642a7332d7801b90f5beb198 +size 82383 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000023.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d64ecd0815bd3ce9b5c233efebe14d4a26068e1b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2009049ab9ca9d515ee1175e8191a01ba917efcf30bea2a8e551a45ddf49817 +size 99946 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000024.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e75eb6180add38e6cbc6db9508fc810640e49465 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f889f8860693bc9465246ee5d4f549963d9de187a4343c3f451bbc5dd346832 +size 90443 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000025.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38d767361c52e2f6d5334ef2177836753f553283 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af45850b16ddf777284f187dd7543e9642f23c0e81d40aaa9122041468da4ab +size 85321 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000026.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a2f91114e43f218bb4354bf0477b72aff70eb9e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8097acc6893f2e87df148b8cf7f81142bc6e641a77d2ece2eee94f38855fadc +size 83272 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000027.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd02f5b955d81f39e71ce7ef14043ee7f9132d6b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9a323136fd26c1841970cdebe6aa07e82374a72c599bc754ec1a79b55030c9 +size 82535 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000028.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a20ad4fdcd419fe449405d3d4bfdb055683a7b2 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6d54267dcf23adf3055cd728e11499125a7eb356660c3c1e01d1244b61451e +size 83034 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000029.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e2f96c366f4d156bf6714e6b742ec38c192c74a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a73f80793688649cc74ee97c30a4de13e6d33861366a726efe232e839727455 +size 82561 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000030.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cf6272d84a23db7b4d45a79e9be13c386345766 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf601eabb686a0772e0f5c781a0a502d69a25e7c73c3b1198ba3a83e3724e5ec +size 82607 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000031.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4db033b86928ede0f55516214ea42e0da2a89022 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c67db86f3071d3ca1d53309284838ddcf3ee7933981f8d668f82750c049cff +size 89655 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000032.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2be2b89b2b5649ce639936659d33310e4988da50 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396af526417993cc7cdd5904dbbd379aa8ae34e27471aded3cae1d0d02fcde5b +size 117311 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000033.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8ee546466320644aa0a22dde84105e44315c172 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181ce54d896d736bbfba4fc608acde20bc657a1cd779bc95eca7eb75c6350366 +size 86195 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000034.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b7bef5e7ba00314cfbb06921bfcc6e5f6885993 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72339d27b10eb1a0250264aceee7b654e323bf3c8a831bcca7d4bb06ae806b3a +size 100878 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000035.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df85b6f9deaa5ce000edbf829b974ff5c906bb1f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2db56ccfaec79a5f4cf184f332b81f93741c94857942613b4a0cadd1328695b +size 169375 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000036.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0581712fc977ef1d196757399a49de4a047d9f75 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daddc6d8b990fb9c56a09581dc8da1885220eb04ee04c24cbab08b2f6b1f2f99 +size 84593 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000037.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e8fd1f180ca4ea45868932660f9c48db21e3c42 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67971b2a6ba06cde6c92aff3cc2a946eb2d84db6750c6f936ed6f85c1bf953f +size 90332 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000038.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8134998529e3274a013ca4c0a2df97fb80a21cee --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc78344df2e398da5a527fcff07eea858dd242e28144a46dc6bf4fc10af4456 +size 85498 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000039.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c6ac078e6ef257e0467a21a7e0ee7cc6f6ccf09 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fefd58da74281eedfb274089cee16c1b525a7c6aef5f8131109d2727293b46 +size 89111 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000040.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c22bcbd7ce65511f7429b666d519b3a5b0088105 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da569464c2a696eb37066e4141693e795c52cb2eb5dc6dee98e09f1625f2cbf7 +size 149644 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000041.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..814d98fe9b138cf4aea03a51aa0142aaaa2ae5e8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a939da7c99e9230bb0bd0ff8b99a45ffc97fc64cd6bfe5461ba9b055eba9e3 +size 91283 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000042.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42613cc9b88953fdc57011e4e8adf4228ce2d681 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c40eeff98340b2c609c491d7a5a86cc56d9c7dc16d7b99656e6e13d1042f6cd +size 83888 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000043.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f856c2272dde70a57876da302d15f80b2a31710 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef395204398df8a766f42ae3afc70c728adba1b3ddbc44e9faf1ae1c1febb44a +size 88475 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000044.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba12fab88d4e4a7f5184b7cfbee871c1244e4e1b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088fefa03e404555d5d4774ad05b8ee9b6c577ad19ed40b1db060a4930e9e0d0 +size 87590 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000045.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dea092375d08781470e8a9924130b4074557669f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c62139f7ad5bd5e602c89eb23280765a9947ae44c13c2aedda72e1e5e7f2652 +size 105868 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000046.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b23ca7ccfff5caac10a47e062f4d67c0a36353ac --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4c63995c86b0f7c7f7053057521eb0716dd9c8bde5b176e8382e6d4d126e6d +size 118997 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000047.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b17d10373fe0dc79317806e6275066e3412d398 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524d7c72279d1d33647ab9345efd9f365f80c910467a2b8096146ada526f5593 +size 100694 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000048.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fa42574ff0ce05e1fd6f244dedaf8acce1c8394 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bac8d50368ba721b2a4998fd94f87f0c0cd853f1cbd06dbb2ad9759b5cdb77 +size 172373 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000049.parquet b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cabe0b69d83e1386614cd9d69c9d4257752a233 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fbf2d5ace37a5046c5e3de7868419faf341d402020e65151d0663a02dd2ba8 +size 93943 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/episodes.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4509fd4876f7be18dc70ea75b64c62ba68877811 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/episodes.jsonl @@ -0,0 +1,50 @@ +{"episode_index": 0, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 244} +{"episode_index": 1, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 175} +{"episode_index": 2, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 170} +{"episode_index": 3, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 162} +{"episode_index": 4, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 152} +{"episode_index": 5, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 142} +{"episode_index": 6, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 141} +{"episode_index": 7, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 180} +{"episode_index": 8, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 161} +{"episode_index": 9, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 181} +{"episode_index": 10, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 169} +{"episode_index": 11, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 149} +{"episode_index": 12, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 181} +{"episode_index": 13, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 149} +{"episode_index": 14, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 150} +{"episode_index": 15, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 149} +{"episode_index": 16, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 121} +{"episode_index": 17, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 115} +{"episode_index": 18, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 127} +{"episode_index": 19, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 123} +{"episode_index": 20, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 130} +{"episode_index": 21, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 139} +{"episode_index": 22, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 135} +{"episode_index": 23, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 178} +{"episode_index": 24, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 151} +{"episode_index": 25, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 142} +{"episode_index": 26, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 139} +{"episode_index": 27, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 135} +{"episode_index": 28, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 138} +{"episode_index": 29, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 134} +{"episode_index": 30, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 135} +{"episode_index": 31, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 156} +{"episode_index": 32, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 209} +{"episode_index": 33, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 147} +{"episode_index": 34, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 179} +{"episode_index": 35, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 316} +{"episode_index": 36, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 140} +{"episode_index": 37, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 158} +{"episode_index": 38, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 146} +{"episode_index": 39, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 151} +{"episode_index": 40, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 277} +{"episode_index": 41, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 153} +{"episode_index": 42, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 137} +{"episode_index": 43, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 151} +{"episode_index": 44, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 148} +{"episode_index": 45, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 190} +{"episode_index": 46, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 216} +{"episode_index": 47, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 174} +{"episode_index": 48, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 326} +{"episode_index": 49, "tasks": ["pick up the pliers with your left hand and place them in the white lid. then, with your right hand, pick up the wallpaper knife and place it in the white lid."], "length": 165} diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/episodes_stats.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..06445b76aa9aa6f6340e5bbf43756cf46e1b5fed --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/episodes_stats.jsonl @@ -0,0 +1,50 @@ +{"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.35971469975490195]], [[0.36313375612745097]], [[0.37259585171568627]]], "std": [[[0.371016566229497]], [[0.36407861886862536]], [[0.3623086951973542]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0196078431372549]], [[0.10196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4785279248366013]], [[0.49816830678104573]], [[0.4825641952614379]]], "std": [[[0.3345775059559469]], [[0.3324813448825397]], [[0.3352208765782192]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47717840482026147]], [[0.48887001429738564]], [[0.46732268586601305]]], "std": [[[0.3431973221072909]], [[0.34663525933731876]], [[0.3556892314966577]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3953485089869281]], [[0.4102427757352941]], [[0.3833190461601307]]], "std": [[[0.40300093352761274]], [[0.4038298284154852]], [[0.411954652734243]]], "count": [100]}, "observation.state": {"min": [0.4888609051704407, -1.2937028408050537, 0.8276827335357666, -0.5520666241645813, -1.223370909690857, 1.2153573036193848, -1.1053730249404907, -1.386282205581665, 0.8906394243240356, 0.03883897885680199, 0.3073023855686188, -0.9936378002166748, 18.8125, 56.290626525878906, -1.2400000095367432, 0.18187500536441803, 0.8600000143051147, 0.43687498569488525, 0.9056249856948853, -1.0625, 0.7699999809265137, -3.517777681350708, 1.0425000190734863, -0.3499999940395355, 9.374375343322754, 65.58000183105469, 0.4156250059604645, -0.36000001430511475, 0.9743750095367432, 0.7863636016845703, 0.5824999809265137, -0.21312500536441803, 0.9068750143051147, 0.3687500059604645, 0.6299999952316284, -3.338124990463257], "max": [1.1485275030136108, -0.8285013437271118, 1.4252164363861084, -0.2901969254016876, -0.3896772563457489, 1.4212348461151123, -0.47236210107803345, -0.7402533292770386, 1.492618441581726, 0.2736610174179077, 1.1243610382080078, -0.9429598450660706, 75.3375015258789, 77.39624786376953, 51.801876068115234, 8.188750267028809, 26.16874885559082, 102.734375, 25.634374618530273, 104.77437591552734, 31.588125228881836, 109.27749633789062, 34.353126525878906, 109.5625, 62.334999084472656, 78.26374816894531, 0.5212500095367432, 6.9522223472595215, 27.691875457763672, 88.40812683105469, 40.47312545776367, 97.58125305175781, 45.286251068115234, 105.81500244140625, 51.529998779296875, 110.17437744140625], "mean": [0.9296937584877014, -0.9574093222618103, 0.9527577757835388, -0.35516926646232605, -0.9560798406600952, 1.302605152130127, -0.9702672362327576, -0.9067330360412598, 0.9853051900863647, 0.193314790725708, 0.9506052136421204, -0.9782658815383911, 44.98173522949219, 67.71177673339844, 27.057449340820312, 2.677367687225342, 7.134663105010986, 25.057493209838867, 8.170859336853027, 25.56085968017578, 8.906188011169434, 28.827646255493164, 8.089139938354492, 39.0737190246582, 26.95594596862793, 73.84486389160156, 0.47869667410850525, 0.7187087535858154, 5.890422821044922, 14.566246032714844, 8.092340469360352, 16.467063903808594, 7.859638690948486, 19.21393394470215, 6.804443836212158, 22.762554168701172], "std": [0.18635278940200806, 0.10331474244594574, 0.14255978167057037, 0.06125934049487114, 0.193841353058815, 0.048600420355796814, 0.21081076562404633, 0.16178159415721893, 0.15780575573444366, 0.08875512331724167, 0.24144679307937622, 0.018354758620262146, 17.544878005981445, 3.914454460144043, 16.378625869750977, 2.135202407836914, 7.533799171447754, 39.66062927246094, 8.575339317321777, 42.11812210083008, 10.578604698181152, 45.50600051879883, 12.017658233642578, 45.79701232910156, 16.871929168701172, 3.775862216949463, 0.023723965510725975, 1.4865162372589111, 8.97693157196045, 28.194171905517578, 12.717996597290039, 32.80855941772461, 12.991277694702148, 35.79570388793945, 13.502820014953613, 40.17778396606445], "count": [244]}, "action": {"min": [0.4888609051704407, -1.2937028408050537, 0.8276827335357666, -0.5520666241645813, -1.223370909690857, 1.2153573036193848, -1.1053730249404907, -1.386282205581665, 0.8906394243240356, 0.03883897885680199, 0.3073023855686188, -0.9936378002166748, 18.8125, 56.290626525878906, -1.2400000095367432, 0.18187500536441803, 0.8600000143051147, 0.43687498569488525, 0.9056249856948853, -1.0625, 0.7699999809265137, -3.517777681350708, 1.0425000190734863, -0.3499999940395355, 9.374375343322754, 65.58000183105469, 0.4156250059604645, -0.36000001430511475, 0.9743750095367432, 0.7863636016845703, 0.5824999809265137, -0.21312500536441803, 0.9068750143051147, 0.3687500059604645, 0.6299999952316284, -3.338124990463257], "max": [1.1485275030136108, -0.8285013437271118, 1.4252164363861084, -0.2901969254016876, -0.3896772563457489, 1.4212348461151123, -0.47236210107803345, -0.7402533292770386, 1.492618441581726, 0.2736610174179077, 1.1243610382080078, -0.9429598450660706, 75.3375015258789, 77.39624786376953, 51.801876068115234, 8.188750267028809, 26.16874885559082, 102.734375, 25.634374618530273, 104.77437591552734, 31.588125228881836, 109.27749633789062, 34.353126525878906, 109.5625, 62.334999084472656, 78.26374816894531, 0.5212500095367432, 6.9522223472595215, 27.691875457763672, 88.40812683105469, 40.47312545776367, 97.58125305175781, 45.286251068115234, 105.81500244140625, 51.529998779296875, 110.17437744140625], "mean": [0.9296936392784119, -0.9574087262153625, 0.9527575373649597, -0.3551692068576813, -0.9560797214508057, 1.3026050329208374, -0.9702666401863098, -0.9067330956459045, 0.9853055477142334, 0.19331474602222443, 0.9506049752235413, -0.978265643119812, 44.981712341308594, 67.71177673339844, 27.057451248168945, 2.6773667335510254, 7.134660243988037, 25.057493209838867, 8.17086410522461, 25.560840606689453, 8.90618896484375, 28.827640533447266, 8.089130401611328, 39.073726654052734, 26.9559383392334, 73.84485626220703, 0.4786967635154724, 0.7187087535858154, 5.890424728393555, 14.566246032714844, 8.0923433303833, 16.467058181762695, 7.85963773727417, 19.213926315307617, 6.804446220397949, 22.762548446655273], "std": [0.18635272979736328, 0.10331477224826813, 0.14255978167057037, 0.06125933304429054, 0.1938413381576538, 0.048600420355796814, 0.2108107954263687, 0.16178159415721893, 0.15780577063560486, 0.08875512331724167, 0.24144676327705383, 0.018354756757616997, 17.54488182067871, 3.9144537448883057, 16.378625869750977, 2.135202646255493, 7.533798694610596, 39.660614013671875, 8.575337409973145, 42.11811447143555, 10.578606605529785, 45.50600051879883, 12.017657279968262, 45.79701232910156, 16.87192726135254, 3.775862216949463, 0.023723965510725975, 1.4865162372589111, 8.97693157196045, 28.194168090820312, 12.717997550964355, 32.80855941772461, 12.991278648376465, 35.79570388793945, 13.502820014953613, 40.17778778076172], "count": [244]}, "timestamp": {"min": [0.0], "max": [8.1], "mean": [4.05], "std": [2.3478713763747794], "count": [244]}, "frame_index": {"min": [0], "max": [243], "mean": [121.5], "std": [70.43614129124337], "count": [244]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [244]}, "index": {"min": [0], "max": [243], "mean": [121.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [244]}, "subtask_annotation": {"mean": [3.6024590163934427, 7.0, 7.0, 7.0, 7.0], "std": [1.8887485281049743, 0.0, 0.0, 0.0, 0.0], "min": [0, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [244]}, "scene_annotation": {"mean": [0.0], "std": [0.0], "min": [0], "max": [0], "count": [244]}, "eef_direction_state": {"mean": [3.5614754098360657, 4.561475409836065], "std": [2.2562098902955516, 1.9523817619710775], "min": [0, 0], "max": [6, 6], "count": [244]}, "eef_velocity_state": {"mean": [1.0, 0.7786885245901639], "std": [0.7520463885238751, 0.9009311674910787], "min": [0, 0], "max": [2, 2], "count": [244]}, "eef_acc_mag_state": {"mean": [0.7991803278688525, 0.5860655737704918], "std": [0.8127060547432166, 0.7713959640839456], "min": [0, 0], "max": [2, 2], "count": [244]}, "eef_direction_action": {"mean": [3.5614754098360657, 4.561475409836065], "std": [2.2562098902955516, 1.9523817619710775], "min": [0, 0], "max": [6, 6], "count": [244]}, "eef_velocity_action": {"mean": [1.0, 0.7786885245901639], "std": [0.7520463885238751, 0.9009311674910787], "min": [0, 0], "max": [2, 2], "count": [244]}, "eef_acc_mag_action": {"mean": [0.7991803278688525, 0.5860655737704918], "std": [0.8127060547432166, 0.7713959640839456], "min": [0, 0], "max": [2, 2], "count": [244]}, "eef_sim_pose_state": {"mean": [0.6260130695502687, 0.15829847186203166, 1.1320200818173287, -1.5621760186064848, 1.0705036146861653, -2.0628074650015384, 0.6219189241630548, -0.16623337190450072, 1.1384990396550396, 1.5915653038285393, 0.9412676905790717, 2.1619652491809167], "std": [0.04944161910608013, 0.02265702435784909, 0.04386068347848882, 0.23495533207810912, 0.05459143415355035, 0.21661871052717707, 0.04190805034032416, 0.05397016349234323, 0.03394816817589606, 0.13344831793951503, 0.03916176779236101, 0.16931778155164787], "min": [0.5737395221172479, 0.09946991410010864, 1.050625479387486, -1.9727025065368529, 0.9746976674542891, -2.426364043669818, 0.5942558183191073, -0.20820928462038238, 1.056546255047139, 1.3349490613848765, 0.8416573963826504, 1.957420209431333], "max": [0.7646176494863386, 0.20254622654227802, 1.1786543656670507, -1.2673571122048057, 1.1613732371836067, -1.7184434784828515, 0.7481426580778325, -0.0351668109247166, 1.213266990361437, 1.8829319897156644, 1.0115936089135742, 2.5096084788129502], "count": [244]}, "eef_sim_pose_action": {"mean": [0.6260130695502687, 0.15829847186203166, 1.1320200818173287, -1.5621760186064848, 1.0705036146861653, -2.0628074650015384, 0.6219189241630548, -0.16623337190450072, 1.1384990396550396, 1.5915653038285393, 0.9412676905790717, 2.1619652491809167], "std": [0.04944161910608013, 0.02265702435784909, 0.04386068347848882, 0.23495533207810912, 0.05459143415355035, 0.21661871052717707, 0.04190805034032416, 0.05397016349234323, 0.03394816817589606, 0.13344831793951503, 0.03916176779236101, 0.16931778155164787], "min": [0.5737395221172479, 0.09946991410010864, 1.050625479387486, -1.9727025065368529, 0.9746976674542891, -2.426364043669818, 0.5942558183191073, -0.20820928462038238, 1.056546255047139, 1.3349490613848765, 0.8416573963826504, 1.957420209431333], "max": [0.7646176494863386, 0.20254622654227802, 1.1786543656670507, -1.2673571122048057, 1.1613732371836067, -1.7184434784828515, 0.7481426580778325, -0.0351668109247166, 1.213266990361437, 1.8829319897156644, 1.0115936089135742, 2.5096084788129502], "count": [244]}}} +{"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.35790662581699345]], [[0.3626428022875817]], [[0.37206855596405225]]], "std": [[[0.36780156107323775]], [[0.3598526103895431]], [[0.35725800663931573]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.11764705882352941]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4976668116830065]], [[0.508932379493464]], [[0.4881537683823529]]], "std": [[[0.3369095997255315]], [[0.3416027787468062]], [[0.3496445957871594]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4829959885620915]], [[0.4884227879901961]], [[0.46715456086601304]]], "std": [[[0.34364684525317407]], [[0.34788233665264384]], [[0.3558070938772592]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3859073202614379]], [[0.4086434885620915]], [[0.38025002859477125]]], "std": [[[0.4059580925253507]], [[0.4026414689648664]], [[0.4119207049656635]]], "count": [100]}, "observation.state": {"min": [0.4802061915397644, -1.2955386638641357, 0.8064604997634888, -0.6254291534423828, -1.5262625217437744, 1.201796293258667, -0.963988721370697, -1.3476815223693848, 0.7772988080978394, -0.04959182068705559, 0.2665560245513916, -1.1314326524734497, 19.1299991607666, 59.54312515258789, 2.165555477142334, -0.17750000953674316, 0.7954545617103577, -1.1143749952316284, 0.8849999904632568, -1.0199999809265137, 0.78125, -3.5875000953674316, 0.9600000381469727, -0.010625000111758709, 14.09375, 62.97624969482422, 0.4387499988079071, -0.2981249988079071, 0.7093750238418579, 0.6868749856948853, 0.6299999952316284, -0.10374999046325684, 0.8422222137451172, 0.9993749856948853, 0.6356250047683716, 0.48000001907348633], "max": [1.156273603439331, -0.7613192200660706, 1.4444810152053833, -0.22225719690322876, -0.31273841857910156, 1.5171997547149658, -0.4432269036769867, -0.6369581818580627, 1.4269808530807495, 0.22432881593704224, 1.278515338897705, -1.0462443828582764, 63.20000076293945, 73.63999938964844, 54.848751068115234, 7.614375114440918, 21.885000228881836, 104.07624816894531, 25.818750381469727, 104.90937805175781, 30.025625228881836, 109.72437286376953, 33.00437545776367, 110.02124786376953, 63.091251373291016, 75.10000610351562, 0.5056250095367432, 6.965624809265137, 32.17250061035156, 88.8393783569336, 42.765625, 95.49187469482422, 47.47312545776367, 106.85000610351562, 48.67499923706055, 109.23687744140625], "mean": [0.9490039348602295, -0.9332561492919922, 0.9530406594276428, -0.3995329439640045, -1.0220990180969238, 1.2899593114852905, -0.8477517366409302, -0.9025954008102417, 0.981080174446106, 0.12231403589248657, 0.7862288951873779, -1.1000757217407227, 37.849327087402344, 69.0505142211914, 29.11465072631836, 3.416515827178955, 6.5354905128479, 24.173086166381836, 8.229212760925293, 25.253847122192383, 7.170527458190918, 29.543848037719727, 6.529127597808838, 37.365116119384766, 30.57640838623047, 70.60710906982422, 0.4735429286956787, 1.3496811389923096, 6.876369953155518, 15.133722305297852, 9.508038520812988, 16.316377639770508, 9.30998706817627, 19.38538360595703, 7.347357749938965, 24.98909568786621], "std": [0.2087641954421997, 0.12818050384521484, 0.16870512068271637, 0.08695800602436066, 0.31749391555786133, 0.08503413945436478, 0.17818604409694672, 0.16422338783740997, 0.150144562125206, 0.07659050077199936, 0.21203865110874176, 0.0369749516248703, 13.963894844055176, 3.6305809020996094, 10.784811019897461, 2.4504165649414062, 7.796533584594727, 39.74017333984375, 9.299495697021484, 40.573326110839844, 9.59891128540039, 43.29947280883789, 10.248653411865234, 45.51396179199219, 16.55640983581543, 4.065218448638916, 0.016267159953713417, 1.8989230394363403, 10.636530876159668, 27.896461486816406, 14.47935962677002, 30.325485229492188, 14.471061706542969, 34.535091400146484, 13.51109790802002, 39.708251953125], "count": [175]}, "action": {"min": [0.4802061915397644, -1.2955386638641357, 0.8064604997634888, -0.6254291534423828, -1.5262625217437744, 1.201796293258667, -0.963988721370697, -1.3476815223693848, 0.7772988080978394, -0.04959182068705559, 0.2665560245513916, -1.1314326524734497, 19.1299991607666, 59.54312515258789, 2.165555477142334, -0.17750000953674316, 0.7954545617103577, -1.1143749952316284, 0.8849999904632568, -1.0199999809265137, 0.78125, -3.5875000953674316, 0.9600000381469727, -0.010625000111758709, 14.09375, 62.97624969482422, 0.4387499988079071, -0.2981249988079071, 0.7093750238418579, 0.6868749856948853, 0.6299999952316284, -0.10374999046325684, 0.8422222137451172, 0.9993749856948853, 0.6356250047683716, 0.48000001907348633], "max": [1.156273603439331, -0.7613192200660706, 1.4444810152053833, -0.22225719690322876, -0.31273841857910156, 1.5171997547149658, -0.4432269036769867, -0.6369581818580627, 1.4269808530807495, 0.22432881593704224, 1.278515338897705, -1.0462443828582764, 63.20000076293945, 73.63999938964844, 54.848751068115234, 7.614375114440918, 21.885000228881836, 104.07624816894531, 25.818750381469727, 104.90937805175781, 30.025625228881836, 109.72437286376953, 33.00437545776367, 110.02124786376953, 63.091251373291016, 75.10000610351562, 0.5056250095367432, 6.965624809265137, 32.17250061035156, 88.8393783569336, 42.765625, 95.49187469482422, 47.47312545776367, 106.85000610351562, 48.67499923706055, 109.23687744140625], "mean": [0.949004054069519, -0.9332563281059265, 0.9530406594276428, -0.3995330333709717, -1.0220990180969238, 1.2899596691131592, -0.8477519154548645, -0.9025956392288208, 0.9810800552368164, 0.12231400609016418, 0.786229133605957, -1.1000758409500122, 37.849308013916016, 69.0505142211914, 29.11463737487793, 3.416515827178955, 6.535486698150635, 24.17306900024414, 8.229206085205078, 25.25384521484375, 7.170526027679443, 29.543838500976562, 6.529120445251465, 37.3651008605957, 30.576425552368164, 70.60713958740234, 0.4735430181026459, 1.34968101978302, 6.876369476318359, 15.133712768554688, 9.508038520812988, 16.31637191772461, 9.30998706817627, 19.385377883911133, 7.347355842590332, 24.98910140991211], "std": [0.2087641954421997, 0.12818053364753723, 0.16870515048503876, 0.08695799857378006, 0.31749391555786133, 0.08503415435552597, 0.1781860589981079, 0.16422338783740997, 0.150144562125206, 0.07659049332141876, 0.21203863620758057, 0.0369749553501606, 13.963896751403809, 3.6305811405181885, 10.784811973571777, 2.4504165649414062, 7.796532154083252, 39.74016189575195, 9.2995023727417, 40.57334518432617, 9.598910331726074, 43.299468994140625, 10.248653411865234, 45.513954162597656, 16.556411743164062, 4.065218448638916, 0.016267161816358566, 1.8989229202270508, 10.636530876159668, 27.896467208862305, 14.479358673095703, 30.325483322143555, 14.471064567565918, 34.53508758544922, 13.51109790802002, 39.708248138427734], "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": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [175]}, "index": {"min": [244], "max": [418], "mean": [331.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [175]}, "subtask_annotation": {"mean": [3.702857142857143, 7.0, 7.0, 7.0, 7.0], "std": [1.892162136557123, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [175]}, "scene_annotation": {"mean": [1.0], "std": [0.0], "min": [1], "max": [1], "count": [175]}, "eef_direction_state": {"mean": [3.5542857142857143, 4.171428571428572], "std": [1.975903823157226, 2.0239383712485517], "min": [0, 0], "max": [6, 6], "count": [175]}, "eef_velocity_state": {"mean": [1.302857142857143, 1.0171428571428571], "std": [0.7287898832156987, 0.8910621957723778], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_acc_mag_state": {"mean": [1.2, 0.7542857142857143], "std": [0.7559289460184547, 0.8086471443600312], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_direction_action": {"mean": [3.5542857142857143, 4.171428571428572], "std": [1.975903823157226, 2.0239383712485517], "min": [0, 0], "max": [6, 6], "count": [175]}, "eef_velocity_action": {"mean": [1.302857142857143, 1.0171428571428571], "std": [0.7287898832156987, 0.8910621957723778], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_acc_mag_action": {"mean": [1.2, 0.7542857142857143], "std": [0.7559289460184547, 0.8086471443600312], "min": [0, 0], "max": [2, 2], "count": [175]}, "eef_sim_pose_state": {"mean": [0.629032685388876, 0.17838309232679617, 1.1475223170815083, -1.4932737992441416, 1.043625508689299, -1.953063813707654, 0.6262542433527329, -0.14107689139326154, 1.143661273824511, 1.6839762026436045, 1.0703814760922616, 2.3055489950442234], "std": [0.05351920739962808, 0.03988244720627378, 0.045014481330891885, 0.31458302298652013, 0.058687614836130116, 0.33971420567340843, 0.03770405388425972, 0.04872634202476052, 0.04503735393366399, 0.23894577194761701, 0.04831088495907965, 0.2474561594493162], "min": [0.5837067704890454, 0.10381637620718746, 1.0510952215966058, -2.002084622234352, 0.9657078603875733, -2.4638458961911938, 0.5863381946964922, -0.20577692655368382, 1.0583192298007913, 0.8624170231983197, 0.9454135058576059, 1.4637149610118014], "max": [0.7669388161439756, 0.24363743351007966, 1.2286201462054227, -0.922220047925767, 1.185767901856793, -1.349125138739619, 0.7350358732942325, -0.024391305001268515, 1.2793384893137525, 2.0363694316149745, 1.1208729149553336, 2.6630980845678356], "count": [175]}, "eef_sim_pose_action": {"mean": [0.629032685388876, 0.17838309232679617, 1.1475223170815083, -1.4932737992441416, 1.043625508689299, -1.953063813707654, 0.6262542433527329, -0.14107689139326154, 1.143661273824511, 1.6839762026436045, 1.0703814760922616, 2.3055489950442234], "std": [0.05351920739962808, 0.03988244720627378, 0.045014481330891885, 0.31458302298652013, 0.058687614836130116, 0.33971420567340843, 0.03770405388425972, 0.04872634202476052, 0.04503735393366399, 0.23894577194761701, 0.04831088495907965, 0.2474561594493162], "min": [0.5837067704890454, 0.10381637620718746, 1.0510952215966058, -2.002084622234352, 0.9657078603875733, -2.4638458961911938, 0.5863381946964922, -0.20577692655368382, 1.0583192298007913, 0.8624170231983197, 0.9454135058576059, 1.4637149610118014], "max": [0.7669388161439756, 0.24363743351007966, 1.2286201462054227, -0.922220047925767, 1.185767901856793, -1.349125138739619, 0.7350358732942325, -0.024391305001268515, 1.2793384893137525, 2.0363694316149745, 1.1208729149553336, 2.6630980845678356], "count": [175]}}} +{"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.3555738112745098]], [[0.36213957107843137]], [[0.37192450980392155]]], "std": [[[0.3680080517434321]], [[0.3595176153466018]], [[0.35794828144292096]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2697368178104575]], [[0.3036068770424837]], [[0.2909059538398693]]], "std": [[[0.1614357463327038]], [[0.16201619132997652]], [[0.16451031785759737]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48962069240196077]], [[0.496190739379085]], [[0.4745742912581699]]], "std": [[[0.3413827701738259]], [[0.3455497388895815]], [[0.352235030448019]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39174439950980394]], [[0.4126627675653595]], [[0.39130923815359475]]], "std": [[[0.4006425240515039]], [[0.40256483034186114]], [[0.4093021116681973]]], "count": [100]}, "observation.state": {"min": [0.4988984763622284, -1.3696879148483276, 0.8174809217453003, -0.4895523488521576, -1.5875529050827026, 1.0266221761703491, -1.0393301248550415, -1.3438668251037598, 0.7934903502464294, -0.027156289666891098, 0.2548256516456604, -1.00520920753479, 18.225000381469727, 62.65937423706055, 13.558666229248047, 0.06062500178813934, 0.7766666412353516, 0.27000001072883606, 0.8737500309944153, -0.9472727179527283, 0.7825000286102295, -3.4225001335144043, 0.9906250238418579, 0.3531250059604645, 12.261249542236328, 61.126251220703125, 0.6831250190734863, -0.3318749964237213, 0.9700000286102295, 0.7645454406738281, 0.5881249904632568, 0.7800000309944153, 1.0299999713897705, 0.7306250333786011, 0.6150000095367432, -3.442500114440918], "max": [1.2236251831054688, -0.7645405530929565, 1.5244001150131226, -0.32420653104782104, -0.3485732972621918, 1.2431334257125854, -0.461966872215271, -0.6252172589302063, 1.4294365644454956, 0.24094949662685394, 1.266308069229126, -0.9187838435173035, 68.87750244140625, 80.24687194824219, 64.26812744140625, 9.337778091430664, 37.141876220703125, 106.90999603271484, 58.38687515258789, 110.8968734741211, 77.13249969482422, 112.15750122070312, 83.9887466430664, 110.00062561035156, 71.77750396728516, 73.87625122070312, 2.75, 8.609375, 47.83374786376953, 111.25250244140625, 70.28312683105469, 111.1362533569336, 81.3550033569336, 109.34500122070312, 82.59000396728516, -3.3056249618530273], "mean": [0.9610089659690857, -1.0130285024642944, 1.0363630056381226, -0.4154520332813263, -1.0757848024368286, 1.1203891038894653, -0.8796060085296631, -0.9615544676780701, 0.9990454316139221, 0.1592646837234497, 0.9060859084129333, -0.9670619964599609, 35.99141311645508, 71.23493957519531, 34.137451171875, 3.993255138397217, 10.955056190490723, 25.290943145751953, 14.622237205505371, 25.002056121826172, 19.0715389251709, 24.531896591186523, 17.879756927490234, 44.2432746887207, 32.95055389404297, 69.13939666748047, 1.475785732269287, 3.1266286373138428, 11.646002769470215, 24.942581176757812, 15.703653335571289, 24.482099533081055, 17.579360961914062, 24.480422973632812, 17.270397186279297, -3.359555244445801], "std": [0.2337614744901657, 0.1490444391965866, 0.19793084263801575, 0.0460735447704792, 0.3576151728630066, 0.08223974704742432, 0.19805718958377838, 0.1531912386417389, 0.15824343264102936, 0.09710478037595749, 0.2688259780406952, 0.02464761957526207, 18.38525390625, 6.427615165710449, 10.97854232788086, 2.838423490524292, 12.934273719787598, 40.82347106933594, 20.42139434814453, 42.54877853393555, 25.746959686279297, 44.48262405395508, 28.930849075317383, 37.909202575683594, 19.74036407470703, 4.412391185760498, 0.6544497609138489, 2.3214521408081055, 17.394460678100586, 40.808502197265625, 24.380170822143555, 40.1307487487793, 27.735258102416992, 40.30769729614258, 28.50079345703125, 0.02956778183579445], "count": [170]}, "action": {"min": [0.4988984763622284, -1.3696879148483276, 0.8174809217453003, -0.4895523488521576, -1.5875529050827026, 1.0266221761703491, -1.0393301248550415, -1.3438668251037598, 0.7934903502464294, -0.027156289666891098, 0.2548256516456604, -1.00520920753479, 18.225000381469727, 62.65937423706055, 13.558666229248047, 0.06062500178813934, 0.7766666412353516, 0.27000001072883606, 0.8737500309944153, -0.9472727179527283, 0.7825000286102295, -3.4225001335144043, 0.9906250238418579, 0.3531250059604645, 12.261249542236328, 61.126251220703125, 0.6831250190734863, -0.3318749964237213, 0.9700000286102295, 0.7645454406738281, 0.5881249904632568, 0.7800000309944153, 1.0299999713897705, 0.7306250333786011, 0.6150000095367432, -3.442500114440918], "max": [1.2236251831054688, -0.7645405530929565, 1.5244001150131226, -0.32420653104782104, -0.3485732972621918, 1.2431334257125854, -0.461966872215271, -0.6252172589302063, 1.4294365644454956, 0.24094949662685394, 1.266308069229126, -0.9187838435173035, 68.87750244140625, 80.24687194824219, 64.26812744140625, 9.337778091430664, 37.141876220703125, 106.90999603271484, 58.38687515258789, 110.8968734741211, 77.13249969482422, 112.15750122070312, 83.9887466430664, 110.00062561035156, 71.77750396728516, 73.87625122070312, 2.75, 8.609375, 47.83374786376953, 111.25250244140625, 70.28312683105469, 111.1362533569336, 81.3550033569336, 109.34500122070312, 82.59000396728516, -3.3056249618530273], "mean": [0.96100914478302, -1.013028621673584, 1.0363633632659912, -0.41545212268829346, -1.0757848024368286, 1.1203891038894653, -0.8796057105064392, -0.961554229259491, 0.9990454316139221, 0.1592647284269333, 0.9060860872268677, -0.9670617580413818, 35.99139404296875, 71.23493194580078, 34.137451171875, 3.993255138397217, 10.955061912536621, 25.29092025756836, 14.622228622436523, 25.002050399780273, 19.071537017822266, 24.531850814819336, 17.8797550201416, 44.24327850341797, 32.9505500793457, 69.13937377929688, 1.4757863283157349, 3.1266281604766846, 11.646003723144531, 24.942581176757812, 15.703643798828125, 24.48210334777832, 17.579355239868164, 24.480417251586914, 17.270401000976562, -3.3595547676086426], "std": [0.23376141488552094, 0.1490444839000702, 0.19793084263801575, 0.0460735447704792, 0.3576151728630066, 0.08223973214626312, 0.198057159781456, 0.1531912386417389, 0.15824344754219055, 0.09710478037595749, 0.2688260078430176, 0.02464761771261692, 18.385255813598633, 6.427615165710449, 10.978544235229492, 2.838423490524292, 12.934273719787598, 40.823490142822266, 20.4213924407959, 42.54878616333008, 25.74696159362793, 44.482601165771484, 28.930849075317383, 37.90919494628906, 19.74036407470703, 4.412391185760498, 0.6544497609138489, 2.3214519023895264, 17.394460678100586, 40.80850601196289, 24.380168914794922, 40.13075256347656, 27.735258102416992, 40.30769729614258, 28.500795364379883, 0.02956777811050415], "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": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [170]}, "index": {"min": [419], "max": [588], "mean": [503.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [170]}, "subtask_annotation": {"mean": [3.4941176470588236, 7.0, 7.0, 7.0, 7.0], "std": [1.9166363269250042, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [170]}, "scene_annotation": {"mean": [2.0], "std": [0.0], "min": [2], "max": [2], "count": [170]}, "eef_direction_state": {"mean": [3.5294117647058822, 4.364705882352941], "std": [1.9529057402880041, 1.7139363624917008], "min": [0, 0], "max": [6, 6], "count": [170]}, "eef_velocity_state": {"mean": [1.3235294117647058, 1.2117647058823529], "std": [0.7483545964822589, 0.8890724531721914], "min": [0, 0], "max": [2, 2], "count": [170]}, "eef_acc_mag_state": {"mean": [1.1058823529411765, 0.8294117647058824], "std": [0.7974006213096728, 0.8045932153669528], "min": [0, 0], "max": [2, 2], "count": [170]}, "eef_direction_action": {"mean": [3.5294117647058822, 4.364705882352941], "std": [1.9529057402880041, 1.7139363624917008], "min": [0, 0], "max": [6, 6], "count": [170]}, "eef_velocity_action": {"mean": [1.3235294117647058, 1.2117647058823529], "std": [0.7483545964822589, 0.8890724531721914], "min": [0, 0], "max": [2, 2], "count": [170]}, "eef_acc_mag_action": {"mean": [1.1058823529411765, 0.8294117647058824], "std": [0.7974006213096728, 0.8045932153669528], "min": [0, 0], "max": [2, 2], "count": [170]}, "eef_sim_pose_state": {"mean": [0.6436722312355255, 0.18073950947161763, 1.1409295406550368, -1.4490198793937723, 0.8874902087053965, -1.8948294136894153, 0.6258987732695273, -0.13617835349519283, 1.1457270309522234, 1.5366830220549166, 0.8930409645432245, 2.1649552757695405], "std": [0.0586989976347701, 0.04956306375377343, 0.034124500211740544, 0.21954898359502342, 0.05974050238001815, 0.2299536360308169, 0.04146505563758866, 0.04336148570678479, 0.048190373061449764, 0.21297788385863936, 0.08857641733918396, 0.21309128203088779], "min": [0.5790224788509089, 0.08742560889687497, 1.0599710434377094, -1.8339728922879563, 0.8047754787981112, -2.246624499702941, 0.5867973614043691, -0.20641237040678734, 1.0495723031907453, 0.9326792770523457, 0.7799711556104003, 1.576604587815086], "max": [0.7753376235421623, 0.2571515901015213, 1.223780352008324, -1.0086502544928195, 1.0078965130954058, -1.4402812848625683, 0.7320457133851754, -0.029668695946585444, 1.2834136697249303, 1.9716281130312991, 1.0548193230234322, 2.6215758478570828], "count": [170]}, "eef_sim_pose_action": {"mean": [0.6436722312355255, 0.18073950947161763, 1.1409295406550368, -1.4490198793937723, 0.8874902087053965, -1.8948294136894153, 0.6258987732695273, -0.13617835349519283, 1.1457270309522234, 1.5366830220549166, 0.8930409645432245, 2.1649552757695405], "std": [0.0586989976347701, 0.04956306375377343, 0.034124500211740544, 0.21954898359502342, 0.05974050238001815, 0.2299536360308169, 0.04146505563758866, 0.04336148570678479, 0.048190373061449764, 0.21297788385863936, 0.08857641733918396, 0.21309128203088779], "min": [0.5790224788509089, 0.08742560889687497, 1.0599710434377094, -1.8339728922879563, 0.8047754787981112, -2.246624499702941, 0.5867973614043691, -0.20641237040678734, 1.0495723031907453, 0.9326792770523457, 0.7799711556104003, 1.576604587815086], "max": [0.7753376235421623, 0.2571515901015213, 1.223780352008324, -1.0086502544928195, 1.0078965130954058, -1.4402812848625683, 0.7320457133851754, -0.029668695946585444, 1.2834136697249303, 1.9716281130312991, 1.0548193230234322, 2.6215758478570828], "count": [170]}}} +{"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.35046501021241827]], [[0.3567430249183007]], [[0.36476763071895424]]], "std": [[[0.3644737091964704]], [[0.3564379569256709]], [[0.35485195920259893]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.08235294117647059]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27808415032679734]], [[0.3159371384803922]], [[0.3042912949346405]]], "std": [[[0.1645285528511464]], [[0.16683621414960906]], [[0.1697891761205774]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4878898835784314]], [[0.49712329248366016]], [[0.4749886070261438]]], "std": [[[0.3417789884223161]], [[0.3438491178398871]], [[0.3489733188384285]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3858887724673203]], [[0.4053060784313725]], [[0.38293674632352936]]], "std": [[[0.4043610094655848]], [[0.40377881009003724]], [[0.4101849103677522]]], "count": [100]}, "observation.state": {"min": [0.4286116063594818, -1.3516632318496704, 0.8280350565910339, -0.562199592590332, -1.5590269565582275, 1.0470550060272217, -1.032487392425537, -1.3706178665161133, 0.757080614566803, 0.0492580309510231, 0.21906232833862305, -1.1652647256851196, 19.703332901000977, 62.93937683105469, -1.2450000047683716, -0.2956250011920929, 0.8081250190734863, 0.1941666603088379, 0.8962500095367432, -0.9156249761581421, 0.7699999809265137, -3.1993751525878906, 0.9325000047683716, -0.3936363756656647, 16.285625457763672, 59.178749084472656, 0.5618749856948853, -1.034999966621399, 0.7806249856948853, 0.5731250047683716, 0.625, 0.7481250166893005, 0.9012500047683716, 0.5733333230018616, 0.6525000333786011, -3.3912501335144043], "max": [1.2053143978118896, -0.7841230034828186, 1.5196317434310913, -0.3037499189376831, -0.2521076500415802, 1.443503499031067, -0.40746358036994934, -0.6292439103126526, 1.4695391654968262, 0.2625982165336609, 1.1775938272476196, -1.0992695093154907, 67.50062561035156, 75.63937377929688, 30.031875610351562, 8.130000114440918, 41.83937454223633, 99.8499984741211, 70.6606216430664, 112.43875122070312, 81.78250122070312, 108.9737548828125, 82.17375183105469, 109.20375061035156, 62.66749954223633, 75.65687561035156, 2.0112500190734863, 8.3125, 49.25, 109.41812896728516, 68.05437469482422, 111.04937744140625, 81.97125244140625, 110.97624969482422, 84.98187255859375, -3.2925000190734863], "mean": [0.9222517609596252, -1.0093913078308105, 1.0240916013717651, -0.43265995383262634, -1.0011752843856812, 1.2344515323638916, -0.8490738868713379, -0.9481766223907471, 0.9754958152770996, 0.19324380159378052, 0.7828724980354309, -1.1538516283035278, 40.80461502075195, 69.70021057128906, 4.536656379699707, 4.5346903800964355, 10.998394966125488, 23.19659423828125, 16.115768432617188, 25.17681121826172, 16.666418075561523, 29.04181671142578, 17.163593292236328, 35.05434799194336, 32.66382598876953, 68.15323638916016, 1.1321510076522827, 2.6915853023529053, 11.731942176818848, 25.242271423339844, 15.097152709960938, 25.969331741333008, 17.529813766479492, 27.256114959716797, 17.296932220458984, -3.3423008918762207], "std": [0.25101810693740845, 0.13672667741775513, 0.1902933120727539, 0.06171343848109245, 0.37688958644866943, 0.15664969384670258, 0.22700342535972595, 0.16825120151042938, 0.187147319316864, 0.07381057739257812, 0.23179465532302856, 0.0175789687782526, 13.132866859436035, 3.841538429260254, 9.654598236083984, 3.3698623180389404, 14.752256393432617, 37.278587341308594, 23.401460647583008, 42.12731170654297, 27.381866455078125, 44.23455810546875, 28.33144187927246, 45.99427032470703, 16.598567962646484, 4.9725823402404785, 0.4524853527545929, 2.082918405532837, 17.764358520507812, 40.686790466308594, 24.08822250366211, 41.028175354003906, 28.25567626953125, 42.35712814331055, 29.08185386657715, 0.02457660809159279], "count": [162]}, "action": {"min": [0.4286116063594818, -1.3516632318496704, 0.8280350565910339, -0.562199592590332, -1.5590269565582275, 1.0470550060272217, -1.032487392425537, -1.3706178665161133, 0.757080614566803, 0.0492580309510231, 0.21906232833862305, -1.1652647256851196, 19.703332901000977, 62.93937683105469, -1.2450000047683716, -0.2956250011920929, 0.8081250190734863, 0.1941666603088379, 0.8962500095367432, -0.9156249761581421, 0.7699999809265137, -3.1993751525878906, 0.9325000047683716, -0.3936363756656647, 16.285625457763672, 59.178749084472656, 0.5618749856948853, -1.034999966621399, 0.7806249856948853, 0.5731250047683716, 0.625, 0.7481250166893005, 0.9012500047683716, 0.5733333230018616, 0.6525000333786011, -3.3912501335144043], "max": [1.2053143978118896, -0.7841230034828186, 1.5196317434310913, -0.3037499189376831, -0.2521076500415802, 1.443503499031067, -0.40746358036994934, -0.6292439103126526, 1.4695391654968262, 0.2625982165336609, 1.1775938272476196, -1.0992695093154907, 67.50062561035156, 75.63937377929688, 30.031875610351562, 8.130000114440918, 41.83937454223633, 99.8499984741211, 70.6606216430664, 112.43875122070312, 81.78250122070312, 108.9737548828125, 82.17375183105469, 109.20375061035156, 62.66749954223633, 75.65687561035156, 2.0112500190734863, 8.3125, 49.25, 109.41812896728516, 68.05437469482422, 111.04937744140625, 81.97125244140625, 110.97624969482422, 84.98187255859375, -3.2925000190734863], "mean": [0.9222515821456909, -1.0093915462493896, 1.024091124534607, -0.4326598644256592, -1.0011756420135498, 1.2344515323638916, -0.8490738868713379, -0.9481765627861023, 0.9754956960678101, 0.19324375689029694, 0.7828724980354309, -1.1538516283035278, 40.80461120605469, 69.70018005371094, 4.5366621017456055, 4.534690856933594, 10.998390197753906, 23.19660186767578, 16.11577033996582, 25.17679786682129, 16.666427612304688, 29.041799545288086, 17.16361427307129, 35.054351806640625, 32.66384506225586, 68.15328216552734, 1.1321510076522827, 2.6915853023529053, 11.731943130493164, 25.242263793945312, 15.09715461730957, 25.96932601928711, 17.52981185913086, 27.256113052368164, 17.29693603515625, -3.3423001766204834], "std": [0.25101813673973083, 0.13672669231891632, 0.1902932971715927, 0.06171342730522156, 0.37688958644866943, 0.15664967894554138, 0.22700345516204834, 0.168251171708107, 0.18714728951454163, 0.07381057739257812, 0.23179462552070618, 0.0175789687782526, 13.132866859436035, 3.8415377140045166, 9.6545991897583, 3.3698625564575195, 14.752256393432617, 37.27859115600586, 23.401464462280273, 42.12731170654297, 27.38186264038086, 44.23455810546875, 28.331439971923828, 45.994266510009766, 16.598567962646484, 4.972581386566162, 0.4524853527545929, 2.082918405532837, 17.764354705810547, 40.68678665161133, 24.088224411010742, 41.02817916870117, 28.255678176879883, 42.35713195800781, 29.08185577392578, 0.02457660622894764], "count": [162]}, "timestamp": {"min": [0.0], "max": [5.366666666666666], "mean": [2.683333333333333], "std": [1.5588160274411498], "count": [162]}, "frame_index": {"min": [0], "max": [161], "mean": [80.5], "std": [46.76448082323449], "count": [162]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [162]}, "index": {"min": [589], "max": [750], "mean": [669.5], "std": [46.76448082323449], "count": [162]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [162]}, "subtask_annotation": {"mean": [3.4135802469135803, 7.0, 7.0, 7.0, 7.0], "std": [1.827921513187928, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [162]}, "scene_annotation": {"mean": [3.0], "std": [0.0], "min": [3], "max": [3], "count": [162]}, "eef_direction_state": {"mean": [3.314814814814815, 4.055555555555555], "std": [1.9131520827243138, 2.0495407495218565], "min": [0, 0], "max": [6, 6], "count": [162]}, "eef_velocity_state": {"mean": [1.4753086419753085, 1.1358024691358024], "std": [0.6106120920538282, 0.8498814212096655], "min": [0, 0], "max": [2, 2], "count": [162]}, "eef_acc_mag_state": {"mean": [1.2037037037037037, 0.808641975308642], "std": [0.7297800183421498, 0.7976350121196164], "min": [0, 0], "max": [2, 2], "count": [162]}, "eef_direction_action": {"mean": [3.314814814814815, 4.055555555555555], "std": [1.9131520827243138, 2.0495407495218565], "min": [0, 0], "max": [6, 6], "count": [162]}, "eef_velocity_action": {"mean": [1.4753086419753085, 1.1358024691358024], "std": [0.6106120920538282, 0.8498814212096655], "min": [0, 0], "max": [2, 2], "count": [162]}, "eef_acc_mag_action": {"mean": [1.2037037037037037, 0.808641975308642], "std": [0.7297800183421498, 0.7976350121196164], "min": [0, 0], "max": [2, 2], "count": [162]}, "eef_sim_pose_state": {"mean": [0.6447944659138449, 0.17256906725479018, 1.1385657740195276, -1.5233411131722618, 0.9707590586387979, -1.9699793106436256, 0.625274021262286, -0.13085321898757682, 1.1329616761559722, 1.7026927010453203, 1.036319908907418, 2.3006261519862994], "std": [0.05833488721980965, 0.05370388217006344, 0.03519934902095006, 0.25599896468515704, 0.10696002473063403, 0.2832432592128229, 0.05114440856262244, 0.04376071072613074, 0.052084395130774425, 0.2511377007388031, 0.05918360361772523, 0.22236556086784232], "min": [0.582570534214771, 0.08727462315712475, 1.0576895023624262, -1.9454886195131875, 0.8267120377832038, -2.382296109053682, 0.5836580151452567, -0.1850474655790072, 1.0546694972637023, 0.8752398345551632, 0.9205579147707619, 1.5176470311100028], "max": [0.7796383101318622, 0.2510108165905338, 1.21697374987452, -1.0358048253157734, 1.1420658913660424, -1.473792069813556, 0.7502226960905832, -0.02793917196189402, 1.277670525200965, 1.976080614656594, 1.1479944953696624, 2.597601342984175], "count": [162]}, "eef_sim_pose_action": {"mean": [0.6447944659138449, 0.17256906725479018, 1.1385657740195276, -1.5233411131722618, 0.9707590586387979, -1.9699793106436256, 0.625274021262286, -0.13085321898757682, 1.1329616761559722, 1.7026927010453203, 1.036319908907418, 2.3006261519862994], "std": [0.05833488721980965, 0.05370388217006344, 0.03519934902095006, 0.25599896468515704, 0.10696002473063403, 0.2832432592128229, 0.05114440856262244, 0.04376071072613074, 0.052084395130774425, 0.2511377007388031, 0.05918360361772523, 0.22236556086784232], "min": [0.582570534214771, 0.08727462315712475, 1.0576895023624262, -1.9454886195131875, 0.8267120377832038, -2.382296109053682, 0.5836580151452567, -0.1850474655790072, 1.0546694972637023, 0.8752398345551632, 0.9205579147707619, 1.5176470311100028], "max": [0.7796383101318622, 0.2510108165905338, 1.21697374987452, -1.0358048253157734, 1.1420658913660424, -1.473792069813556, 0.7502226960905832, -0.02793917196189402, 1.277670525200965, 1.976080614656594, 1.1479944953696624, 2.597601342984175], "count": [162]}}} +{"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.3561383496732026]], [[0.3612318647875817]], [[0.3697725939542484]]], "std": [[[0.36946176754644044]], [[0.36165691208607986]], [[0.35877560251590984]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.06274509803921569]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2578301327614379]], [[0.31033463643790854]], [[0.3033641401143791]]], "std": [[[0.1615440640332911]], [[0.1586747546536168]], [[0.1633611101814537]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4925087397875817]], [[0.5016434620098039]], [[0.4780365359477124]]], "std": [[[0.342395494926325]], [[0.34416233190343665]], [[0.3496872720052617]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3818260151143791]], [[0.404751051879085]], [[0.3840618954248366]]], "std": [[[0.40219040613602264]], [[0.4050825619583127]], [[0.41227435931659934]]], "count": [100]}, "observation.state": {"min": [0.46160924434661865, -1.3723106384277344, 0.8716080188751221, -0.5116540789604187, -1.4956172704696655, 0.9823710918426514, -0.9637979865074158, -1.3879749774932861, 0.7916253209114075, -0.016117341816425323, 0.19927328824996948, -1.1839332580566406, 2.851875066757202, 62.82062530517578, -1.2606250047683716, -0.41062498092651367, 0.8507142663002014, 0.30250000953674316, 0.8487499952316284, -1.0724999904632568, 0.7599999904632568, -3.4256248474121094, 0.9424999952316284, -0.9733333587646484, 9.088749885559082, 61.43937683105469, 0.484375, -0.7056249976158142, 0.8433333039283752, 0.6556249856948853, 0.6200000047683716, 0.7337499856948853, 0.9693750143051147, 0.5412499904632568, 0.5844444632530212, -3.3912501335144043], "max": [1.2134525775909424, -0.8532124161720276, 1.535081386566162, -0.3202248811721802, -0.29025521874427795, 1.3777227401733398, -0.37568187713623047, -0.667179524898529, 1.4400463104248047, 0.21081292629241943, 1.0867602825164795, -1.099460244178772, 71.6449966430664, 80.70562744140625, 37.397499084472656, 7.762499809265137, 51.03062438964844, 110.30374908447266, 60.9375, 110.5518798828125, 81.65687561035156, 110.1156234741211, 81.82312774658203, 110.16187286376953, 61.72624969482422, 74.68437957763672, 2.2200000286102295, 9.033332824707031, 44.55125045776367, 76.06937408447266, 75.07500457763672, 110.03375244140625, 85.5581283569336, 110.04437255859375, 86.39688110351562, -3.271250009536743], "mean": [0.9599959850311279, -1.0194543600082397, 1.0307245254516602, -0.4127921164035797, -1.0405807495117188, 1.1575043201446533, -0.8053150177001953, -0.9452760815620422, 0.9985523223876953, 0.11706732213497162, 0.7081884145736694, -1.1344958543777466, 27.086496353149414, 72.77937316894531, 5.331113338470459, 2.670551061630249, 12.62281322479248, 25.473485946655273, 14.948812484741211, 26.197433471679688, 17.788955688476562, 29.774169921875, 17.19548225402832, 40.068782806396484, 28.10198402404785, 68.89395904541016, 1.2903037071228027, 2.2585244178771973, 11.745944023132324, 20.040311813354492, 18.162900924682617, 27.8653507232666, 20.379581451416016, 29.16920280456543, 19.56110191345215, -3.330847978591919], "std": [0.24082018435001373, 0.1295689046382904, 0.18719208240509033, 0.051582787185907364, 0.35821837186813354, 0.15125177800655365, 0.21503998339176178, 0.17024457454681396, 0.16147810220718384, 0.06301245838403702, 0.19854684174060822, 0.03827403858304024, 23.44890594482422, 6.1296186447143555, 11.625262260437012, 2.147042989730835, 16.677066802978516, 40.2492561340332, 19.845388412475586, 41.917293548583984, 26.98234748840332, 44.396507263183594, 27.488725662231445, 42.23176956176758, 17.908554077148438, 4.873203277587891, 0.6598954200744629, 2.3729729652404785, 16.5894832611084, 29.216243743896484, 27.134170532226562, 41.88203811645508, 30.549467086791992, 43.1309814453125, 31.07722282409668, 0.02209766022861004], "count": [152]}, "action": {"min": [0.46160924434661865, -1.3723106384277344, 0.8716080188751221, -0.5116540789604187, -1.4956172704696655, 0.9823710918426514, -0.9637979865074158, -1.3879749774932861, 0.7916253209114075, -0.016117341816425323, 0.19927328824996948, -1.1839332580566406, 2.851875066757202, 62.82062530517578, -1.2606250047683716, -0.41062498092651367, 0.8507142663002014, 0.30250000953674316, 0.8487499952316284, -1.0724999904632568, 0.7599999904632568, -3.4256248474121094, 0.9424999952316284, -0.9733333587646484, 9.088749885559082, 61.43937683105469, 0.484375, -0.7056249976158142, 0.8433333039283752, 0.6556249856948853, 0.6200000047683716, 0.7337499856948853, 0.9693750143051147, 0.5412499904632568, 0.5844444632530212, -3.3912501335144043], "max": [1.2134525775909424, -0.8532124161720276, 1.535081386566162, -0.3202248811721802, -0.29025521874427795, 1.3777227401733398, -0.37568187713623047, -0.667179524898529, 1.4400463104248047, 0.21081292629241943, 1.0867602825164795, -1.099460244178772, 71.6449966430664, 80.70562744140625, 37.397499084472656, 7.762499809265137, 51.03062438964844, 110.30374908447266, 60.9375, 110.5518798828125, 81.65687561035156, 110.1156234741211, 81.82312774658203, 110.16187286376953, 61.72624969482422, 74.68437957763672, 2.2200000286102295, 9.033332824707031, 44.55125045776367, 76.06937408447266, 75.07500457763672, 110.03375244140625, 85.5581283569336, 110.04437255859375, 86.39688110351562, -3.271250009536743], "mean": [0.9599957466125488, -1.0194541215896606, 1.0307244062423706, -0.4127921760082245, -1.0405808687210083, 1.1575043201446533, -0.8053151369094849, -0.9452760815620422, 0.9985524415969849, 0.11706731468439102, 0.7081885933876038, -1.1344958543777466, 27.086490631103516, 72.77938079833984, 5.331112384796143, 2.670551061630249, 12.622809410095215, 25.473480224609375, 14.94879150390625, 26.197433471679688, 17.788949966430664, 29.774169921875, 17.195466995239258, 40.068790435791016, 28.101985931396484, 68.89399719238281, 1.290303111076355, 2.258523941040039, 11.745950698852539, 20.040306091308594, 18.162904739379883, 27.865333557128906, 20.379575729370117, 29.16920280456543, 19.56110191345215, -3.3308472633361816], "std": [0.24082018435001373, 0.1295688897371292, 0.18719209730625153, 0.051582787185907364, 0.35821840167045593, 0.15125179290771484, 0.21503998339176178, 0.17024455964565277, 0.16147810220718384, 0.06301245838403702, 0.19854684174060822, 0.038274042308330536, 23.448902130126953, 6.129617691040039, 11.625263214111328, 2.147042751312256, 16.677064895629883, 40.2492561340332, 19.845386505126953, 41.917293548583984, 26.98234748840332, 44.39649963378906, 27.488719940185547, 42.23176956176758, 17.908554077148438, 4.873203277587891, 0.6598954796791077, 2.3729729652404785, 16.589481353759766, 29.216245651245117, 27.134170532226562, 41.88203811645508, 30.54946517944336, 43.13097381591797, 31.077220916748047, 0.022097662091255188], "count": [152]}, "timestamp": {"min": [0.0], "max": [5.033333333333333], "mean": [2.5166666666666666], "std": [1.4625890286292547], "count": [152]}, "frame_index": {"min": [0], "max": [151], "mean": [75.5], "std": [43.877670858877636], "count": [152]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [152]}, "index": {"min": [751], "max": [902], "mean": [826.5], "std": [43.877670858877636], "count": [152]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [152]}, "subtask_annotation": {"mean": [3.4539473684210527, 7.0, 7.0, 7.0, 7.0], "std": [1.8596788623077192, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [152]}, "scene_annotation": {"mean": [4.0], "std": [0.0], "min": [4], "max": [4], "count": [152]}, "eef_direction_state": {"mean": [3.539473684210526, 4.065789473684211], "std": [1.9597313824636136, 1.8484383616261864], "min": [0, 0], "max": [6, 6], "count": [152]}, "eef_velocity_state": {"mean": [1.355263157894737, 1.2236842105263157], "std": [0.6921352805177584, 0.7963516184933688], "min": [0, 0], "max": [2, 2], "count": [152]}, "eef_acc_mag_state": {"mean": [1.0789473684210527, 0.8289473684210527], "std": [0.8072558763251567, 0.8092907534043045], "min": [0, 0], "max": [2, 2], "count": [152]}, "eef_direction_action": {"mean": [3.539473684210526, 4.065789473684211], "std": [1.9597313824636136, 1.8484383616261864], "min": [0, 0], "max": [6, 6], "count": [152]}, "eef_velocity_action": {"mean": [1.355263157894737, 1.2236842105263157], "std": [0.6921352805177584, 0.7963516184933688], "min": [0, 0], "max": [2, 2], "count": [152]}, "eef_acc_mag_action": {"mean": [1.0789473684210527, 0.8289473684210527], "std": [0.8072558763251567, 0.8092907534043045], "min": [0, 0], "max": [2, 2], "count": [152]}, "eef_sim_pose_state": {"mean": [0.6407182067646936, 0.17557519185102857, 1.130938994031563, -1.5236323601912738, 0.9176204832550706, -1.9771524715350266, 0.62904173776988, -0.12348523553394421, 1.1347564469272318, 1.7590438074351755, 1.0786511271481256, 2.395464606353555], "std": [0.05797038730429651, 0.04712612288092721, 0.03266066521779738, 0.23530312664646974, 0.11681168404844511, 0.24588699066299416, 0.0441800259578473, 0.04996395276476041, 0.04913865199181801, 0.245096173181052, 0.0719915748269461, 0.22744920233585897], "min": [0.5907653212424804, 0.08460509879541904, 1.0551405463042556, -1.9336678534689338, 0.7698226919670557, -2.3707168130559255, 0.5947955486943521, -0.1876373461216045, 1.055654134186604, 1.1185840304882073, 0.952817053803388, 1.709274905011677], "max": [0.7792777714611894, 0.24521411153157108, 1.1813162245081075, -1.1876238701959396, 1.0921039547736386, -1.6086165128476337, 0.7370046546324356, 5.5388314023990803e-05, 1.2378676996148312, 2.026856817733333, 1.2079620772784012, 2.724306542835053], "count": [152]}, "eef_sim_pose_action": {"mean": [0.6407182067646936, 0.17557519185102857, 1.130938994031563, -1.5236323601912738, 0.9176204832550706, -1.9771524715350266, 0.62904173776988, -0.12348523553394421, 1.1347564469272318, 1.7590438074351755, 1.0786511271481256, 2.395464606353555], "std": [0.05797038730429651, 0.04712612288092721, 0.03266066521779738, 0.23530312664646974, 0.11681168404844511, 0.24588699066299416, 0.0441800259578473, 0.04996395276476041, 0.04913865199181801, 0.245096173181052, 0.0719915748269461, 0.22744920233585897], "min": [0.5907653212424804, 0.08460509879541904, 1.0551405463042556, -1.9336678534689338, 0.7698226919670557, -2.3707168130559255, 0.5947955486943521, -0.1876373461216045, 1.055654134186604, 1.1185840304882073, 0.952817053803388, 1.709274905011677], "max": [0.7792777714611894, 0.24521411153157108, 1.1813162245081075, -1.1876238701959396, 1.0921039547736386, -1.6086165128476337, 0.7370046546324356, 5.5388314023990803e-05, 1.2378676996148312, 2.026856817733333, 1.2079620772784012, 2.724306542835053], "count": [152]}}} +{"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.349364068627451]], [[0.35413348651960785]], [[0.36154032066993463]]], "std": [[[0.3657245178400771]], [[0.35821032131517544]], [[0.35563414642320373]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2573801388888889]], [[0.3090945138888889]], [[0.307749585375817]]], "std": [[[0.1607002623007724]], [[0.15782249624225467]], [[0.16212517584577105]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49250493872549017]], [[0.5032000204248366]], [[0.48084618259803924]]], "std": [[[0.34464098472322385]], [[0.34622977131900345]], [[0.3524883134925953]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3859134967320262]], [[0.405965733251634]], [[0.3855869566993464]]], "std": [[[0.4037639713979894]], [[0.4042526658725971]], [[0.41106611292855594]]], "count": [100]}, "observation.state": {"min": [0.46721217036247253, -1.371953010559082, 0.836046040058136, -0.4695248603820801, -1.5914947986602783, 1.0001096725463867, -0.9491111636161804, -1.3493982553482056, 0.7856912612915039, 0.08003833889961243, 0.22931449115276337, -1.1575398445129395, 4.25, 62.2400016784668, -1.2100000381469727, 0.4312500059604645, 0.7678571343421936, 0.3125, 1.059999942779541, -1.0285714864730835, 1.0525000095367432, -3.466249942779541, 0.9375, 2.6087498664855957, 17.26187515258789, 61.87687683105469, 0.4737499952316284, -1.7012499570846558, 0.8244444727897644, 0.875, 0.628000020980835, 1.1918749809265137, 1.0831249952316284, 0.6311111450195312, 0.6087499856948853, -3.384999990463257], "max": [1.1750506162643433, -0.7934055924415588, 1.534008502960205, -0.2858920693397522, -0.30210480093955994, 1.273866057395935, -0.4239862263202667, -0.6404762268066406, 1.4605029821395874, 0.265244722366333, 1.3693064451217651, -1.072772741317749, 62.4631233215332, 81.81624603271484, 39.688751220703125, 8.835555076599121, 39.77687454223633, 105.33062744140625, 65.74687194824219, 111.55750274658203, 85.98124694824219, 109.91687774658203, 86.96062469482422, 109.66812133789062, 58.43375015258789, 71.96062469482422, 0.5674999952316284, 6.972499847412109, 40.385623931884766, 95.44375610351562, 63.763126373291016, 106.72687530517578, 88.32937622070312, 110.22187805175781, 90.20000457763672, -3.286250114440918], "mean": [0.9543746113777161, -1.0153590440750122, 1.0288101434707642, -0.38816484808921814, -1.0517724752426147, 1.1310412883758545, -0.8146800994873047, -0.9266201853752136, 0.9945321679115295, 0.16248270869255066, 0.740690290927887, -1.1318784952163696, 26.67660903930664, 73.38706970214844, 5.585840225219727, 3.649217128753662, 11.952136993408203, 25.822181701660156, 18.87822151184082, 26.525232315063477, 24.45175552368164, 28.048269271850586, 18.789915084838867, 45.72037887573242, 31.563566207885742, 66.79478454589844, 0.5205339789390564, 1.7379236221313477, 10.613092422485352, 24.25201416015625, 16.311988830566406, 26.93215560913086, 21.10542106628418, 27.950397491455078, 20.260223388671875, -3.3266091346740723], "std": [0.24271953105926514, 0.13948501646518707, 0.20247302949428558, 0.04163406789302826, 0.3563310503959656, 0.11728046834468842, 0.18934917449951172, 0.1663232445716858, 0.17783871293067932, 0.0454772524535656, 0.22369876503944397, 0.016874756664037704, 20.44563102722168, 6.836379528045654, 11.926825523376465, 2.192248582839966, 13.602738380432129, 39.369178771972656, 20.95555305480957, 42.688636779785156, 25.955490112304688, 44.545555114746094, 29.833097457885742, 37.2664794921875, 14.991921424865723, 3.335393190383911, 0.022446414455771446, 2.2301533222198486, 14.962224006652832, 36.176368713378906, 23.50153350830078, 40.16033172607422, 31.528461456298828, 41.9694709777832, 31.929590225219727, 0.022357277572155], "count": [142]}, "action": {"min": [0.46721217036247253, -1.371953010559082, 0.836046040058136, -0.4695248603820801, -1.5914947986602783, 1.0001096725463867, -0.9491111636161804, -1.3493982553482056, 0.7856912612915039, 0.08003833889961243, 0.22931449115276337, -1.1575398445129395, 4.25, 62.2400016784668, -1.2100000381469727, 0.4312500059604645, 0.7678571343421936, 0.3125, 1.059999942779541, -1.0285714864730835, 1.0525000095367432, -3.466249942779541, 0.9375, 2.6087498664855957, 17.26187515258789, 61.87687683105469, 0.4737499952316284, -1.7012499570846558, 0.8244444727897644, 0.875, 0.628000020980835, 1.1918749809265137, 1.0831249952316284, 0.6311111450195312, 0.6087499856948853, -3.384999990463257], "max": [1.1750506162643433, -0.7934055924415588, 1.534008502960205, -0.2858920693397522, -0.30210480093955994, 1.273866057395935, -0.4239862263202667, -0.6404762268066406, 1.4605029821395874, 0.265244722366333, 1.3693064451217651, -1.072772741317749, 62.4631233215332, 81.81624603271484, 39.688751220703125, 8.835555076599121, 39.77687454223633, 105.33062744140625, 65.74687194824219, 111.55750274658203, 85.98124694824219, 109.91687774658203, 86.96062469482422, 109.66812133789062, 58.43375015258789, 71.96062469482422, 0.5674999952316284, 6.972499847412109, 40.385623931884766, 95.44375610351562, 63.763126373291016, 106.72687530517578, 88.32937622070312, 110.22187805175781, 90.20000457763672, -3.286250114440918], "mean": [0.9543746113777161, -1.0153590440750122, 1.0288102626800537, -0.38816481828689575, -1.0517725944519043, 1.1310416460037231, -0.814680278301239, -0.9266201853752136, 0.9945322871208191, 0.16248273849487305, 0.7406904101371765, -1.1318786144256592, 26.67660903930664, 73.38706970214844, 5.58583927154541, 3.649216413497925, 11.952144622802734, 25.822175979614258, 18.878232955932617, 26.525238037109375, 24.45175552368164, 28.04825782775879, 18.78993797302246, 45.72037124633789, 31.56357192993164, 66.79481506347656, 0.5205340385437012, 1.7379237413406372, 10.613093376159668, 24.252010345458984, 16.31198501586914, 26.932146072387695, 21.10541534423828, 27.95038604736328, 20.260223388671875, -3.3266100883483887], "std": [0.24271951615810394, 0.13948501646518707, 0.20247302949428558, 0.04163406789302826, 0.3563310503959656, 0.11728046834468842, 0.18934915959835052, 0.1663232445716858, 0.17783869802951813, 0.045477256178855896, 0.22369879484176636, 0.016874754801392555, 20.44563102722168, 6.83637809753418, 11.926826477050781, 2.1922483444213867, 13.602740287780762, 39.36918640136719, 20.955554962158203, 42.688636779785156, 25.955493927001953, 44.54555130004883, 29.83309555053711, 37.266483306884766, 14.991920471191406, 3.335393190383911, 0.022446414455771446, 2.2301535606384277, 14.962224006652832, 36.17637252807617, 23.501537322998047, 40.160335540771484, 31.528461456298828, 41.9694709777832, 31.92958641052246, 0.022357277572155], "count": [142]}, "timestamp": {"min": [0.0], "max": [4.7], "mean": [2.35], "std": [1.3663617546039717], "count": [142]}, "frame_index": {"min": [0], "max": [141], "mean": [70.5], "std": [40.99085263811915], "count": [142]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [142]}, "index": {"min": [903], "max": [1044], "mean": [973.5], "std": [40.99085263811915], "count": [142]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [142]}, "subtask_annotation": {"mean": [3.387323943661972, 7.0, 7.0, 7.0, 7.0], "std": [1.8796485719983504, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [142]}, "scene_annotation": {"mean": [5.0], "std": [0.0], "min": [5], "max": [5], "count": [142]}, "eef_direction_state": {"mean": [3.232394366197183, 4.225352112676056], "std": [1.9704346162381696, 1.8438873747234532], "min": [0, 0], "max": [6, 6], "count": [142]}, "eef_velocity_state": {"mean": [1.4366197183098592, 1.204225352112676], "std": [0.706756016354613, 0.843690187399983], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_acc_mag_state": {"mean": [1.1971830985915493, 0.8450704225352113], "std": [0.771311637751722, 0.8161725743352348], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_direction_action": {"mean": [3.232394366197183, 4.225352112676056], "std": [1.9704346162381696, 1.8438873747234532], "min": [0, 0], "max": [6, 6], "count": [142]}, "eef_velocity_action": {"mean": [1.4366197183098592, 1.204225352112676], "std": [0.706756016354613, 0.843690187399983], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_acc_mag_action": {"mean": [1.1971830985915493, 0.8450704225352113], "std": [0.771311637751722, 0.8161725743352348], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_sim_pose_state": {"mean": [0.6397068278248634, 0.17188055652031997, 1.13783727619621, -1.482842429345427, 0.8997632007494706, -1.9561249147827213, 0.6326165632372909, -0.13702796159193223, 1.1406978923435767, 1.7243504020877007, 1.0422244628576773, 2.327784918967285], "std": [0.06283764754962731, 0.04192061858542934, 0.036583630191329826, 0.2299381348339295, 0.0924836184298831, 0.21656455115428608, 0.04938845479969047, 0.03957557330107489, 0.05619620367774792, 0.31903028043639714, 0.05180950637320651, 0.2921803443365405], "min": [0.5799897231479465, 0.0832452597348084, 1.0569845350718978, -1.8614566357094464, 0.7898515069637546, -2.2901416071609857, 0.5788289753149788, -0.2081282438963187, 1.059630212521154, 0.7506545151182699, 0.8741335749222134, 1.4071419838528358], "max": [0.7785566868907032, 0.242724984734016, 1.2308956399926057, -0.9672908969012592, 1.0582444300612757, -1.4631059706005707, 0.749708205654425, -0.04066036271812026, 1.3073224116952096, 2.0494818952847256, 1.1273581260932959, 2.597466233113455], "count": [142]}, "eef_sim_pose_action": {"mean": [0.6397068278248634, 0.17188055652031997, 1.13783727619621, -1.482842429345427, 0.8997632007494706, -1.9561249147827213, 0.6326165632372909, -0.13702796159193223, 1.1406978923435767, 1.7243504020877007, 1.0422244628576773, 2.327784918967285], "std": [0.06283764754962731, 0.04192061858542934, 0.036583630191329826, 0.2299381348339295, 0.0924836184298831, 0.21656455115428608, 0.04938845479969047, 0.03957557330107489, 0.05619620367774792, 0.31903028043639714, 0.05180950637320651, 0.2921803443365405], "min": [0.5799897231479465, 0.0832452597348084, 1.0569845350718978, -1.8614566357094464, 0.7898515069637546, -2.2901416071609857, 0.5788289753149788, -0.2081282438963187, 1.059630212521154, 0.7506545151182699, 0.8741335749222134, 1.4071419838528358], "max": [0.7785566868907032, 0.242724984734016, 1.2308956399926057, -0.9672908969012592, 1.0582444300612757, -1.4631059706005707, 0.749708205654425, -0.04066036271812026, 1.3073224116952096, 2.0494818952847256, 1.1273581260932959, 2.597466233113455], "count": [142]}}} +{"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.3524145649509804]], [[0.35803374387254905]], [[0.36518361928104576]]], "std": [[[0.3638066363884026]], [[0.35641237922204083]], [[0.3545871455795197]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4930037642973856]], [[0.50685710375817]], [[0.4823064256535948]]], "std": [[[0.34458847017548505]], [[0.34769063892658525]], [[0.35648982788820316]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4986963153594771]], [[0.5036745220588235]], [[0.479121766748366]]], "std": [[[0.34323038326727023]], [[0.3483479879548521]], [[0.35451445312762647]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3902551531862745]], [[0.41218604370915035]], [[0.3922991952614379]]], "std": [[[0.40196976106170895]], [[0.4045844397775344]], [[0.41362551959443716]]], "count": [100]}, "observation.state": {"min": [0.3849565088748932, -1.3220988512039185, 0.8123098015785217, -0.6179665327072144, -1.2517696619033813, 1.2861871719360352, -0.9882124066352844, -1.3563601970672607, 0.7856488823890686, 0.016856450587511063, 0.10225928574800491, -1.28080415725708, 14.499374389648438, 64.46749877929688, 11.618124961853027, -0.5381249785423279, 0.7868750095367432, 0.3112500011920929, 0.9737499952316284, -0.9287500381469727, 0.7618750333786011, -3.2881250381469727, 0.8806250095367432, -0.2906250059604645, 12.74923038482666, 62.06437683105469, 0.45875000953674316, -0.5131250023841858, 0.7400000095367432, 0.8446666598320007, 0.6506249904632568, 0.8224999904632568, 0.9106249809265137, 0.6577777862548828, 0.6931250095367432, -3.3393750190734863], "max": [1.0315734148025513, -0.7421182990074158, 1.4309624433517456, -0.2008945643901825, -0.2178940623998642, 1.7980611324310303, -0.35434311628341675, -0.6679848432540894, 1.4598592519760132, 0.19777122139930725, 0.8729220032691956, -1.0893033742904663, 62.01625061035156, 77.87312316894531, 46.12312698364258, 7.565555572509766, 40.49125289916992, 101.92375183105469, 71.03125, 112.15249633789062, 83.90562438964844, 109.9956283569336, 87.94000244140625, 109.5625, 61.954376220703125, 71.30437469482422, 0.5674999952316284, 7.699999809265137, 53.72875213623047, 110.53187561035156, 62.72624969482422, 109.05250549316406, 81.2768783569336, 109.99687957763672, 84.90312957763672, -3.2622222900390625], "mean": [0.784720242023468, -0.9564828276634216, 1.0132710933685303, -0.3409711718559265, -0.7702523469924927, 1.4328349828720093, -0.7964080572128296, -0.9001547694206238, 0.9770551919937134, 0.10253964364528656, 0.671957790851593, -1.1606744527816772, 33.29011154174805, 71.70085144042969, 27.230253219604492, 2.01145076751709, 12.573629379272461, 25.130184173583984, 18.16391372680664, 26.580167770385742, 18.79508399963379, 31.159006118774414, 19.03194236755371, 43.48171615600586, 34.65974044799805, 66.95242309570312, 0.5138856172561646, 1.13926362991333, 12.12515926361084, 24.87611198425293, 14.515233993530273, 24.782699584960938, 17.638980865478516, 26.485084533691406, 17.705833435058594, -3.302917003631592], "std": [0.21137116849422455, 0.1562163382768631, 0.17153353989124298, 0.10030021518468857, 0.27166834473609924, 0.16031111776828766, 0.25006261467933655, 0.19032037258148193, 0.19347809255123138, 0.04110404849052429, 0.2405453324317932, 0.07676397264003754, 14.486858367919922, 4.265314102172852, 8.1462984085083, 2.1392054557800293, 13.875822067260742, 38.687782287597656, 22.829654693603516, 42.81742858886719, 27.689897537231445, 44.64688491821289, 30.016578674316406, 45.27951431274414, 14.139110565185547, 3.00361967086792, 0.02366745099425316, 1.7991970777511597, 18.58363914489746, 39.69163513183594, 21.92783546447754, 39.00720977783203, 27.59861946105957, 40.80257797241211, 28.678606033325195, 0.017215652391314507], "count": [141]}, "action": {"min": [0.3849565088748932, -1.3220988512039185, 0.8123098015785217, -0.6179665327072144, -1.2517696619033813, 1.2861871719360352, -0.9882124066352844, -1.3563601970672607, 0.7856488823890686, 0.016856450587511063, 0.10225928574800491, -1.28080415725708, 14.499374389648438, 64.46749877929688, 11.618124961853027, -0.5381249785423279, 0.7868750095367432, 0.3112500011920929, 0.9737499952316284, -0.9287500381469727, 0.7618750333786011, -3.2881250381469727, 0.8806250095367432, -0.2906250059604645, 12.74923038482666, 62.06437683105469, 0.45875000953674316, -0.5131250023841858, 0.7400000095367432, 0.8446666598320007, 0.6506249904632568, 0.8224999904632568, 0.9106249809265137, 0.6577777862548828, 0.6931250095367432, -3.3393750190734863], "max": [1.0315734148025513, -0.7421182990074158, 1.4309624433517456, -0.2008945643901825, -0.2178940623998642, 1.7980611324310303, -0.35434311628341675, -0.6679848432540894, 1.4598592519760132, 0.19777122139930725, 0.8729220032691956, -1.0893033742904663, 62.01625061035156, 77.87312316894531, 46.12312698364258, 7.565555572509766, 40.49125289916992, 101.92375183105469, 71.03125, 112.15249633789062, 83.90562438964844, 109.9956283569336, 87.94000244140625, 109.5625, 61.954376220703125, 71.30437469482422, 0.5674999952316284, 7.699999809265137, 53.72875213623047, 110.53187561035156, 62.72624969482422, 109.05250549316406, 81.2768783569336, 109.99687957763672, 84.90312957763672, -3.2622222900390625], "mean": [0.7847203612327576, -0.9564831256866455, 1.0132708549499512, -0.34097108244895935, -0.7702524065971375, 1.432835340499878, -0.7964081168174744, -0.9001548886299133, 0.9770551919937134, 0.10253961384296417, 0.6719580292701721, -1.1606744527816772, 33.290103912353516, 71.70086669921875, 27.23024559020996, 2.0114505290985107, 12.57363224029541, 25.13018226623535, 18.163908004760742, 26.580158233642578, 18.79508399963379, 31.158985137939453, 19.03194808959961, 43.48172378540039, 34.65974807739258, 66.95240783691406, 0.5138856172561646, 1.13926362991333, 12.125157356262207, 24.876117706298828, 14.515235900878906, 24.782697677612305, 17.638973236083984, 26.48508644104004, 17.70583152770996, -3.30291748046875], "std": [0.21137112379074097, 0.15621636807918549, 0.1715335249900818, 0.10030020773410797, 0.2716684341430664, 0.16031111776828766, 0.2500626742839813, 0.19032037258148193, 0.1934780776500702, 0.041104044765233994, 0.2405453771352768, 0.07676396518945694, 14.486859321594238, 4.265314102172852, 8.1462984085083, 2.1392056941986084, 13.87582015991211, 38.68778991699219, 22.829654693603516, 42.81743240356445, 27.689895629882812, 44.64690017700195, 30.01657485961914, 45.27951431274414, 14.13911247253418, 3.00361967086792, 0.02366745099425316, 1.7991971969604492, 18.583637237548828, 39.69163513183594, 21.92783546447754, 39.007205963134766, 27.598617553710938, 40.80257797241211, 28.678600311279297, 0.017215656116604805], "count": [141]}, "timestamp": {"min": [0.0], "max": [4.666666666666667], "mean": [2.3333333333333335], "std": [1.3567390098101924], "count": [141]}, "frame_index": {"min": [0], "max": [140], "mean": [70.0], "std": [40.702170294305766], "count": [141]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [141]}, "index": {"min": [1045], "max": [1185], "mean": [1115.0], "std": [40.702170294305766], "count": [141]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [141]}, "subtask_annotation": {"mean": [3.4680851063829787, 7.0, 7.0, 7.0, 7.0], "std": [1.8889495429300465, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [141]}, "scene_annotation": {"mean": [6.0], "std": [0.0], "min": [6], "max": [6], "count": [141]}, "eef_direction_state": {"mean": [3.3333333333333335, 4.156028368794326], "std": [1.9080518699800273, 2.0465632425063713], "min": [0, 0], "max": [6, 6], "count": [141]}, "eef_velocity_state": {"mean": [1.3971631205673758, 1.1347517730496455], "std": [0.6510159286447045, 0.90874286289668], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_acc_mag_state": {"mean": [1.0780141843971631, 0.8439716312056738], "std": [0.8171123865669102, 0.8102507093246931], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_direction_action": {"mean": [3.3333333333333335, 4.156028368794326], "std": [1.9080518699800273, 2.0465632425063713], "min": [0, 0], "max": [6, 6], "count": [141]}, "eef_velocity_action": {"mean": [1.3971631205673758, 1.1347517730496455], "std": [0.6510159286447045, 0.90874286289668], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_acc_mag_action": {"mean": [1.0780141843971631, 0.8439716312056738], "std": [0.8171123865669102, 0.8102507093246931], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_sim_pose_state": {"mean": [0.6524197336286489, 0.1456142600753777, 1.151692092915513, -1.672009679380212, 1.2025278904936745, -2.1999162728739803, 0.6271349203616455, -0.13071764095698807, 1.1414563747315287, 1.8430323215205229, 1.1201197494517414, 2.4729794058245735], "std": [0.051439696847335924, 0.041037603252678356, 0.03739585093937766, 0.3211342021932794, 0.06154923563230774, 0.3393159548161585, 0.05584354166909704, 0.04520936339810368, 0.04295665790364781, 0.2362880430942324, 0.07741939836554462, 0.22706541054115603], "min": [0.5902083025556697, 0.060363196037926004, 1.0624996463076992, -2.145254739467981, 1.1117772917708946, -2.6666773691994163, 0.5829609537799403, -0.16545035432601718, 1.0626594462342802, 1.1133863975790395, 0.9639717543813182, 1.7166531890155767], "max": [0.7622204614071464, 0.21412960954032279, 1.2113555094609139, -1.0784913120232764, 1.3437125923066087, -1.5414057598189685, 0.750663343525327, -0.02869699733865444, 1.2489793354636285, 2.257336649214363, 1.2475099316802623, 2.8873720926320767], "count": [141]}, "eef_sim_pose_action": {"mean": [0.6524197336286489, 0.1456142600753777, 1.151692092915513, -1.672009679380212, 1.2025278904936745, -2.1999162728739803, 0.6271349203616455, -0.13071764095698807, 1.1414563747315287, 1.8430323215205229, 1.1201197494517414, 2.4729794058245735], "std": [0.051439696847335924, 0.041037603252678356, 0.03739585093937766, 0.3211342021932794, 0.06154923563230774, 0.3393159548161585, 0.05584354166909704, 0.04520936339810368, 0.04295665790364781, 0.2362880430942324, 0.07741939836554462, 0.22706541054115603], "min": [0.5902083025556697, 0.060363196037926004, 1.0624996463076992, -2.145254739467981, 1.1117772917708946, -2.6666773691994163, 0.5829609537799403, -0.16545035432601718, 1.0626594462342802, 1.1133863975790395, 0.9639717543813182, 1.7166531890155767], "max": [0.7622204614071464, 0.21412960954032279, 1.2113555094609139, -1.0784913120232764, 1.3437125923066087, -1.5414057598189685, 0.750663343525327, -0.02869699733865444, 1.2489793354636285, 2.257336649214363, 1.2475099316802623, 2.8873720926320767], "count": [141]}}} +{"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.3531857843137255]], [[0.35868260212418296]], [[0.36751831699346404]]], "std": [[[0.3671460088752552]], [[0.3588888029095368]], [[0.3562697716005186]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4760099019607843]], [[0.48445520220588234]], [[0.4657883517156863]]], "std": [[[0.3420894927925476]], [[0.34771451293525985]], [[0.3542731341047883]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47964270016339866]], [[0.48805700163398696]], [[0.4663457026143791]]], "std": [[[0.34399069137710997]], [[0.34834136653422837]], [[0.35637883377258933]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3947287745098039]], [[0.41577873366013074]], [[0.39618915236928104]]], "std": [[[0.40323466098369787]], [[0.4051821615371025]], [[0.41355120607419715]]], "count": [100]}, "observation.state": {"min": [0.4602741003036499, -1.279731273651123, 0.8035401105880737, -0.6450274586677551, -1.4784932136535645, 1.1086633205413818, -1.0036144256591797, -1.2355754375457764, 0.7710680365562439, 0.027847714722156525, 0.25880733132362366, -1.205796480178833, 18.99625015258789, 62.961875915527344, -1.171875, -0.9025000333786011, 1.1677777767181396, 0.1218181848526001, 0.90625, -0.9393749833106995, 1.3025000095367432, -3.2899999618530273, 0.9437500238418579, 2.2387499809265137, 14.838749885559082, 63.78375244140625, 0.6759999990463257, -0.6225000023841858, 0.8912500143051147, 0.7712500095367432, 0.6187499761581421, 0.6981250047683716, 1.007272720336914, 0.5893750190734863, 0.6200000047683716, -3.3924999237060547], "max": [1.2119265794754028, -0.805867075920105, 1.390716791152954, -0.25315672159194946, -0.32549402117729187, 1.651455283164978, -0.42868316173553467, -0.6758686900138855, 1.3097009658813477, 0.23529888689517975, 1.081122875213623, -1.0410467386245728, 69.82312774658203, 80.64812469482422, 49.538124084472656, 5.738888740539551, 42.58937454223633, 109.2874984741211, 76.56062316894531, 112.62437438964844, 87.21749877929688, 109.59937286376953, 90.7718734741211, 109.6050033569336, 58.025001525878906, 73.17375183105469, 2.6987500190734863, 7.078888893127441, 37.53125, 88.51250457763672, 58.43937683105469, 98.16312408447266, 79.69937896728516, 111.54000091552734, 83.18437957763672, -3.2306251525878906], "mean": [0.9550527930259705, -0.9521943926811218, 0.9608720541000366, -0.4087620973587036, -1.068380355834961, 1.2629145383834839, -0.8551499843597412, -0.8628299236297607, 0.913301408290863, 0.1335943639278412, 0.8144673705101013, -1.0963335037231445, 34.887901306152344, 74.35313415527344, 7.422019004821777, 2.1998891830444336, 14.767372131347656, 22.296703338623047, 20.469223022460938, 22.450746536254883, 21.732088088989258, 31.65225601196289, 16.717544555664062, 63.56486511230469, 33.96727752685547, 68.53864288330078, 1.1556658744812012, 0.8399218916893005, 12.685462951660156, 28.9299373626709, 18.73092269897461, 31.8251895904541, 24.566740036010742, 36.40924835205078, 24.60483169555664, -3.3115742206573486], "std": [0.2273423671722412, 0.12233170866966248, 0.15756864845752716, 0.08077975362539291, 0.329609215259552, 0.15970231592655182, 0.20102882385253906, 0.13593627512454987, 0.140268012881279, 0.05518490448594093, 0.20774045586585999, 0.0639854371547699, 15.979722023010254, 5.914649486541748, 14.515724182128906, 2.047312021255493, 12.2192964553833, 38.83330154418945, 22.65066909790039, 40.62776184082031, 25.423784255981445, 39.09883499145508, 29.710968017578125, 29.44715690612793, 16.467164993286133, 3.405116558074951, 0.4361804723739624, 1.6487942934036255, 15.652360916137695, 37.94861602783203, 24.476016998291016, 41.75275802612305, 32.28020477294922, 48.033851623535156, 33.50596618652344, 0.032389264553785324], "count": [180]}, "action": {"min": [0.4602741003036499, -1.279731273651123, 0.8035401105880737, -0.6450274586677551, -1.4784932136535645, 1.1086633205413818, -1.0036144256591797, -1.2355754375457764, 0.7710680365562439, 0.027847714722156525, 0.25880733132362366, -1.205796480178833, 18.99625015258789, 62.961875915527344, -1.171875, -0.9025000333786011, 1.1677777767181396, 0.1218181848526001, 0.90625, -0.9393749833106995, 1.3025000095367432, -3.2899999618530273, 0.9437500238418579, 2.2387499809265137, 14.838749885559082, 63.78375244140625, 0.6759999990463257, -0.6225000023841858, 0.8912500143051147, 0.7712500095367432, 0.6187499761581421, 0.6981250047683716, 1.007272720336914, 0.5893750190734863, 0.6200000047683716, -3.3924999237060547], "max": [1.2119265794754028, -0.805867075920105, 1.390716791152954, -0.25315672159194946, -0.32549402117729187, 1.651455283164978, -0.42868316173553467, -0.6758686900138855, 1.3097009658813477, 0.23529888689517975, 1.081122875213623, -1.0410467386245728, 69.82312774658203, 80.64812469482422, 49.538124084472656, 5.738888740539551, 42.58937454223633, 109.2874984741211, 76.56062316894531, 112.62437438964844, 87.21749877929688, 109.59937286376953, 90.7718734741211, 109.6050033569336, 58.025001525878906, 73.17375183105469, 2.6987500190734863, 7.078888893127441, 37.53125, 88.51250457763672, 58.43937683105469, 98.16312408447266, 79.69937896728516, 111.54000091552734, 83.18437957763672, -3.2306251525878906], "mean": [0.9550528526306152, -0.9521944522857666, 0.9608718156814575, -0.4087620973587036, -1.06838059425354, 1.2629144191741943, -0.8551501631736755, -0.8628297448158264, 0.9133012294769287, 0.13359439373016357, 0.8144673109054565, -1.0963335037231445, 34.88790512084961, 74.3531494140625, 7.422015190124512, 2.1998891830444336, 14.767366409301758, 22.296703338623047, 20.469219207763672, 22.45076560974121, 21.732088088989258, 31.65225601196289, 16.717548370361328, 63.56489944458008, 33.96728515625, 68.53863525390625, 1.1556662321090698, 0.8399218320846558, 12.685457229614258, 28.9299259185791, 18.730924606323242, 31.82518768310547, 24.56673812866211, 36.40924072265625, 24.60483169555664, -3.311572313308716], "std": [0.22734233736991882, 0.12233172357082367, 0.15756864845752716, 0.08077974617481232, 0.329609215259552, 0.15970231592655182, 0.20102882385253906, 0.13593626022338867, 0.1402679979801178, 0.055184900760650635, 0.20774045586585999, 0.0639854371547699, 15.979718208312988, 5.914652347564697, 14.515721321105957, 2.0473122596740723, 12.219295501708984, 38.83329391479492, 22.650665283203125, 40.62775802612305, 25.423786163330078, 39.09884262084961, 29.710969924926758, 29.447154998779297, 16.467164993286133, 3.405116558074951, 0.4361804723739624, 1.648794174194336, 15.652359008789062, 37.948612213134766, 24.476015090942383, 41.75275802612305, 32.28021240234375, 48.033843994140625, 33.5059700012207, 0.03238927200436592], "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": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [180]}, "index": {"min": [1186], "max": [1365], "mean": [1275.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}, "subtask_annotation": {"mean": [3.272222222222222, 7.0, 7.0, 7.0, 7.0], "std": [1.7914319398352034, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [180]}, "scene_annotation": {"mean": [7.0], "std": [0.0], "min": [7], "max": [7], "count": [180]}, "eef_direction_state": {"mean": [3.5833333333333335, 4.266666666666667], "std": [2.128836406219241, 1.8636880997992489], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_state": {"mean": [1.1555555555555554, 1.1166666666666667], "std": [0.7945804079458276, 0.8899126049475007], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_state": {"mean": [1.0, 0.9], "std": [0.8432740427115678, 0.8373237791386978], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_direction_action": {"mean": [3.5833333333333335, 4.266666666666667], "std": [2.128836406219241, 1.8636880997992489], "min": [0, 0], "max": [6, 6], "count": [180]}, "eef_velocity_action": {"mean": [1.1555555555555554, 1.1166666666666667], "std": [0.7945804079458276, 0.8899126049475007], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_acc_mag_action": {"mean": [1.0, 0.9], "std": [0.8432740427115678, 0.8373237791386978], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_sim_pose_state": {"mean": [0.6300812985718799, 0.17702426911772215, 1.1519521089321463, -1.4514368039605814, 1.0079709384296067, -1.920272438969384, 0.6122920542546583, -0.13719295535515705, 1.1538784259459118, 1.6420585562104606, 1.041321192508997, 2.277597261504643], "std": [0.05302596193502047, 0.03994266446237725, 0.03635574388089521, 0.26523826022273495, 0.09329790831205304, 0.26676415247688623, 0.04088058410975361, 0.034946554886418985, 0.04024424291302525, 0.20842027985596445, 0.0842792461875353, 0.18913375430338225], "min": [0.5757259647114065, 0.09032848998818703, 1.056669664356974, -1.961035158714521, 0.892416375504276, -2.399595346807804, 0.5816888341292163, -0.18020072250339705, 1.0612823780886373, 1.1133891784752703, 0.893147403749714, 1.704022235968139], "max": [0.7576116536864658, 0.24354621356397285, 1.1899354295168445, -1.1805864790760785, 1.1565991933273763, -1.5741486485045197, 0.7191982025386043, -0.044993459540814185, 1.238872709721623, 2.0046776140695504, 1.1952208266762896, 2.6758920091786735], "count": [180]}, "eef_sim_pose_action": {"mean": [0.6300812985718799, 0.17702426911772215, 1.1519521089321463, -1.4514368039605814, 1.0079709384296067, -1.920272438969384, 0.6122920542546583, -0.13719295535515705, 1.1538784259459118, 1.6420585562104606, 1.041321192508997, 2.277597261504643], "std": [0.05302596193502047, 0.03994266446237725, 0.03635574388089521, 0.26523826022273495, 0.09329790831205304, 0.26676415247688623, 0.04088058410975361, 0.034946554886418985, 0.04024424291302525, 0.20842027985596445, 0.0842792461875353, 0.18913375430338225], "min": [0.5757259647114065, 0.09032848998818703, 1.056669664356974, -1.961035158714521, 0.892416375504276, -2.399595346807804, 0.5816888341292163, -0.18020072250339705, 1.0612823780886373, 1.1133891784752703, 0.893147403749714, 1.704022235968139], "max": [0.7576116536864658, 0.24354621356397285, 1.1899354295168445, -1.1805864790760785, 1.1565991933273763, -1.5741486485045197, 0.7191982025386043, -0.044993459540814185, 1.238872709721623, 2.0046776140695504, 1.1952208266762896, 2.6758920091786735], "count": [180]}}} +{"episode_index": 8, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34707032475490196]], [[0.35368185661764706]], [[0.362003227124183]]], "std": [[[0.36967181186837417]], [[0.3610019741015235]], [[0.3593991405656966]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4777131760620915]], [[0.5026552777777779]], [[0.48171496527777774]]], "std": [[[0.3455461099763623]], [[0.3395475002519125]], [[0.34569192824150585]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4895454575163399]], [[0.5000535498366013]], [[0.47823060866013073]]], "std": [[[0.3394020554999402]], [[0.3413730277650974]], [[0.3459611446058398]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38729167279411764]], [[0.4090497998366013]], [[0.3888795588235294]]], "std": [[[0.40155229430741285]], [[0.403853717163765]], [[0.4129136079608563]]], "count": [100]}, "observation.state": {"min": [0.47958630323410034, -1.3356412649154663, 0.7892516851425171, -0.5806296467781067, -1.5163865089416504, 1.1098077297210693, -1.1240177154541016, -1.3143024444580078, 0.778316080570221, 0.033712901175022125, 0.27733272314071655, -1.1371150016784668, 18.897777557373047, 63.10750198364258, -1.1687499284744263, -0.3050000071525574, 0.6855555772781372, 0.4899999797344208, 0.8793749809265137, -0.5668749809265137, 0.6887500286102295, -2.5931248664855957, 0.9424999952316284, -0.09222222119569778, 9.448124885559082, 60.48687744140625, 0.5731250047683716, -0.7012500166893005, 0.6775000095367432, 0.6825000047683716, 0.6349999904632568, 0.8893750309944153, 1.0299999713897705, 0.5731250047683716, 0.6349999904632568, -3.367500066757202], "max": [1.2482515573501587, -0.779714822769165, 1.5005578994750977, -0.251773864030838, -0.3134298324584961, 1.4261940717697144, -0.4409857392311096, -0.6570492386817932, 1.398703932762146, 0.21455615758895874, 1.0311071872711182, -0.9915264844894409, 64.00499725341797, 82.23374938964844, 48.662498474121094, 6.006249904632568, 40.51062774658203, 105.06124877929688, 78.57624816894531, 111.66000366210938, 88.65250396728516, 109.9112548828125, 89.94000244140625, 109.26499938964844, 58.39875030517578, 72.02188110351562, 2.8812499046325684, 6.381111145019531, 44.84749984741211, 107.97624969482422, 67.61687469482422, 110.48125457763672, 81.42437744140625, 109.75749969482422, 81.79437255859375, -3.2193751335144043], "mean": [0.998959481716156, -0.9717519283294678, 0.9837909936904907, -0.4181919991970062, -1.0629873275756836, 1.2215261459350586, -0.9058521389961243, -0.91632479429245, 0.9655964374542236, 0.15078718960285187, 0.8303192257881165, -1.0443257093429565, 39.23804473876953, 73.78221130371094, 8.736534118652344, 1.3572776317596436, 17.5267333984375, 24.156057357788086, 27.931312561035156, 26.431488037109375, 29.580720901489258, 35.08726119995117, 18.00936508178711, 61.01314926147461, 29.81978416442871, 66.92839813232422, 1.7388989925384521, 1.490344524383545, 11.326595306396484, 26.489248275756836, 16.654226303100586, 27.99496841430664, 19.187355041503906, 29.26011085510254, 18.477252960205078, -3.2907214164733887], "std": [0.24627240002155304, 0.1427426040172577, 0.20225514471530914, 0.06351581960916519, 0.35335028171539307, 0.09952656924724579, 0.24541616439819336, 0.16679808497428894, 0.16840028762817383, 0.05863312631845474, 0.23075973987579346, 0.056742679327726364, 12.827641487121582, 6.2249016761779785, 15.599991798400879, 1.9565677642822266, 11.887068748474121, 38.60019302368164, 22.752904891967773, 41.368560791015625, 25.74172019958496, 39.7650146484375, 30.289472579956055, 34.710289001464844, 14.81750202178955, 3.3305768966674805, 0.5726237297058105, 1.5428180694580078, 16.387893676757812, 40.86201477050781, 24.636838912963867, 42.269649505615234, 29.089624404907227, 43.4292106628418, 29.427095413208008, 0.033271823078393936], "count": [161]}, "action": {"min": [0.47958630323410034, -1.3356412649154663, 0.7892516851425171, -0.5806296467781067, -1.5163865089416504, 1.1098077297210693, -1.1240177154541016, -1.3143024444580078, 0.778316080570221, 0.033712901175022125, 0.27733272314071655, -1.1371150016784668, 18.897777557373047, 63.10750198364258, -1.1687499284744263, -0.3050000071525574, 0.6855555772781372, 0.4899999797344208, 0.8793749809265137, -0.5668749809265137, 0.6887500286102295, -2.5931248664855957, 0.9424999952316284, -0.09222222119569778, 9.448124885559082, 60.48687744140625, 0.5731250047683716, -0.7012500166893005, 0.6775000095367432, 0.6825000047683716, 0.6349999904632568, 0.8893750309944153, 1.0299999713897705, 0.5731250047683716, 0.6349999904632568, -3.367500066757202], "max": [1.2482515573501587, -0.779714822769165, 1.5005578994750977, -0.251773864030838, -0.3134298324584961, 1.4261940717697144, -0.4409857392311096, -0.6570492386817932, 1.398703932762146, 0.21455615758895874, 1.0311071872711182, -0.9915264844894409, 64.00499725341797, 82.23374938964844, 48.662498474121094, 6.006249904632568, 40.51062774658203, 105.06124877929688, 78.57624816894531, 111.66000366210938, 88.65250396728516, 109.9112548828125, 89.94000244140625, 109.26499938964844, 58.39875030517578, 72.02188110351562, 2.8812499046325684, 6.381111145019531, 44.84749984741211, 107.97624969482422, 67.61687469482422, 110.48125457763672, 81.42437744140625, 109.75749969482422, 81.79437255859375, -3.2193751335144043], "mean": [0.9989595413208008, -0.9717519283294678, 0.9837911128997803, -0.4181920886039734, -1.0629873275756836, 1.2215263843536377, -0.9058516621589661, -0.91632479429245, 0.9655963778495789, 0.15078727900981903, 0.8303189277648926, -1.044325828552246, 39.238037109375, 73.78221893310547, 8.736540794372559, 1.3572778701782227, 17.526735305786133, 24.156070709228516, 27.931318283081055, 26.431488037109375, 29.58071517944336, 35.087257385253906, 18.00937271118164, 61.01313781738281, 29.819772720336914, 66.92842102050781, 1.7388992309570312, 1.4903442859649658, 11.326597213745117, 26.489242553710938, 16.65423011779785, 27.994962692260742, 19.187362670898438, 29.26012420654297, 18.477251052856445, -3.290721893310547], "std": [0.24627241492271423, 0.14274254441261292, 0.20225517451763153, 0.0635158121585846, 0.35335028171539307, 0.09952658414840698, 0.24541616439819336, 0.16679808497428894, 0.16840025782585144, 0.058633118867874146, 0.23075975477695465, 0.056742675602436066, 12.827642440795898, 6.2249016761779785, 15.599987983703613, 1.9565675258636475, 11.887068748474121, 38.600196838378906, 22.752910614013672, 41.36856460571289, 25.741722106933594, 39.7650146484375, 30.289478302001953, 34.710289001464844, 14.817500114440918, 3.3305768966674805, 0.5726238489151001, 1.5428181886672974, 16.38789176940918, 40.86201477050781, 24.636838912963867, 42.26964569091797, 29.08962059020996, 43.4292106628418, 29.427095413208008, 0.03327181935310364], "count": [161]}, "timestamp": {"min": [0.0], "max": [5.333333333333333], "mean": [2.666666666666666], "std": [1.5491933384829668], "count": [161]}, "frame_index": {"min": [0], "max": [160], "mean": [80.0], "std": [46.475800154489], "count": [161]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [161]}, "index": {"min": [1366], "max": [1526], "mean": [1446.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [161]}, "subtask_annotation": {"mean": [3.484472049689441, 7.0, 7.0, 7.0, 7.0], "std": [1.8983667058394944, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [161]}, "scene_annotation": {"mean": [8.0], "std": [0.0], "min": [8], "max": [8], "count": [161]}, "eef_direction_state": {"mean": [3.4968944099378882, 3.62111801242236], "std": [2.1121483090763205, 2.1204244839852815], "min": [0, 0], "max": [6, 6], "count": [161]}, "eef_velocity_state": {"mean": [1.1987577639751552, 1.173913043478261], "std": [0.7787541872624832, 0.8233035815964955], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_acc_mag_state": {"mean": [1.0683229813664596, 0.9875776397515528], "std": [0.819969879786795, 0.8113142289726961], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_direction_action": {"mean": [3.4968944099378882, 3.62111801242236], "std": [2.1121483090763205, 2.1204244839852815], "min": [0, 0], "max": [6, 6], "count": [161]}, "eef_velocity_action": {"mean": [1.1987577639751552, 1.173913043478261], "std": [0.7787541872624832, 0.8233035815964955], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_acc_mag_action": {"mean": [1.0683229813664596, 0.9875776397515528], "std": [0.819969879786795, 0.8113142289726961], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_sim_pose_state": {"mean": [0.6305875465415675, 0.1839037181945732, 1.1330825743967348, -1.5279394034291216, 0.9892161959494005, -1.9653366711392728, 0.6163835259969593, -0.1413003674791114, 1.131053964104095, 1.6943694920702252, 0.9863087460012704, 2.3034901686069387], "std": [0.062473385874099556, 0.041221752468136086, 0.028889374356242177, 0.22267412904845105, 0.061769726221970106, 0.2304433208859772, 0.04955446644433273, 0.04503035685239197, 0.046433373596569294, 0.18219197001769397, 0.08842899402472046, 0.1560999014711379], "min": [0.5726058566333991, 0.10086861557501046, 1.0580655535038932, -1.9095388008312169, 0.9151150941773687, -2.326790236832368, 0.5707730904632207, -0.1896360912467026, 1.0560648469785112, 1.1183829687620437, 0.8525257306405631, 1.7788535193983013], "max": [0.7763548657131872, 0.2386761122786843, 1.1942488272698513, -1.121523942887459, 1.1274974033006941, -1.5560511966616186, 0.733852762497661, -0.03891128873548444, 1.2481088632233004, 1.9300111576955339, 1.1590084464515567, 2.5675263097180108], "count": [161]}, "eef_sim_pose_action": {"mean": [0.6305875465415675, 0.1839037181945732, 1.1330825743967348, -1.5279394034291216, 0.9892161959494005, -1.9653366711392728, 0.6163835259969593, -0.1413003674791114, 1.131053964104095, 1.6943694920702252, 0.9863087460012704, 2.3034901686069387], "std": [0.062473385874099556, 0.041221752468136086, 0.028889374356242177, 0.22267412904845105, 0.061769726221970106, 0.2304433208859772, 0.04955446644433273, 0.04503035685239197, 0.046433373596569294, 0.18219197001769397, 0.08842899402472046, 0.1560999014711379], "min": [0.5726058566333991, 0.10086861557501046, 1.0580655535038932, -1.9095388008312169, 0.9151150941773687, -2.326790236832368, 0.5707730904632207, -0.1896360912467026, 1.0560648469785112, 1.1183829687620437, 0.8525257306405631, 1.7788535193983013], "max": [0.7763548657131872, 0.2386761122786843, 1.1942488272698513, -1.121523942887459, 1.1274974033006941, -1.5560511966616186, 0.733852762497661, -0.03891128873548444, 1.2481088632233004, 1.9300111576955339, 1.1590084464515567, 2.5675263097180108], "count": [161]}}} +{"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.35408475694444447]], [[0.35916017156862745]], [[0.3676965829248366]]], "std": [[[0.3684120558838259]], [[0.36039145634165454]], [[0.3576196225158042]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.12549019607843137]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47740333129084966]], [[0.49800633374183007]], [[0.48018086192810455]]], "std": [[[0.33409434679431027]], [[0.3322837287912523]], [[0.33684053762403426]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47477429738562094]], [[0.48482149305555555]], [[0.4623570690359477]]], "std": [[[0.3413764361457893]], [[0.3454826498732407]], [[0.35330872491290466]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38919386437908493]], [[0.41170850694444444]], [[0.3938638316993464]]], "std": [[[0.4031654008597112]], [[0.4056507589985055]], [[0.41411607591989513]]], "count": [100]}, "observation.state": {"min": [0.45667392015457153, -1.3537851572036743, 0.8473207950592041, -0.5195220112800598, -1.5263895988464355, 1.0698243379592896, -1.0130083560943604, -1.338788390159607, 0.8693351149559021, 0.015163653530180454, 0.24133096635341644, -1.0659486055374146, 9.749374389648438, 63.26874923706055, -1.1731250286102295, -0.44312500953674316, 0.8975000381469727, 0.36500000953674316, 0.8962500095367432, -0.9900000095367432, 0.6675000190734863, -3.2350001335144043, 0.9275000095367432, -0.23937499523162842, 10.748888969421387, 63.00187683105469, 0.621874988079071, -0.4831250011920929, 0.7406250238418579, 0.796875, 0.6037499904632568, 0.7756249904632568, 1.0256249904632568, 0.5475000143051147, 0.9881250262260437, -3.348750114440918], "max": [1.2500238418579102, -0.8500334620475769, 1.498626708984375, -0.29888609051704407, -0.30801767110824585, 1.4242627620697021, -0.416022926568985, -0.8077267408370972, 1.4496548175811768, 0.23248550295829773, 0.9897382855415344, -1.0153687000274658, 73.2300033569336, 81.47624969482422, 47.84562301635742, 8.4556245803833, 56.30062484741211, 109.79812622070312, 61.448123931884766, 107.06062316894531, 81.65625, 113.12625122070312, 85.33187866210938, 110.77749633789062, 59.12125015258789, 75.01937866210938, 2.4175000190734863, 8.306666374206543, 36.432498931884766, 96.54937744140625, 60.256248474121094, 110.95999908447266, 74.94499969482422, 110.38187408447266, 78.1831283569336, -3.240000009536743], "mean": [0.9987819790840149, -1.013126254081726, 1.0012128353118896, -0.4305688142776489, -1.0871117115020752, 1.2012630701065063, -0.8685213327407837, -0.9345924854278564, 0.9885219931602478, 0.1682194471359253, 0.8240810632705688, -1.0464167594909668, 36.46833038330078, 73.04711151123047, 12.44802474975586, 2.702962636947632, 12.722931861877441, 26.406770706176758, 14.660822868347168, 25.396854400634766, 17.658327102661133, 29.112524032592773, 15.573579788208008, 41.07237243652344, 29.83384132385254, 71.50284576416016, 1.6114563941955566, 1.23139488697052, 8.352252960205078, 17.66539192199707, 12.19539737701416, 21.565778732299805, 14.174352645874023, 23.309551239013672, 13.803143501281738, -3.2939980030059814], "std": [0.24899369478225708, 0.12896029651165009, 0.18398931622505188, 0.057179566472768784, 0.3656921088695526, 0.11183211207389832, 0.2088668942451477, 0.15203480422496796, 0.16387337446212769, 0.07979144901037216, 0.21937039494514465, 0.01782221533358097, 21.31555938720703, 6.156476020812988, 18.162818908691406, 2.12229061126709, 16.36454963684082, 37.53038024902344, 18.22087860107422, 37.8131103515625, 25.306283950805664, 41.204830169677734, 27.772632598876953, 42.6482048034668, 13.753793716430664, 4.122226715087891, 0.49259018898010254, 1.599616527557373, 12.494765281677246, 31.73987579345703, 20.21710777282715, 37.93123245239258, 23.98069953918457, 39.91465759277344, 24.466167449951172, 0.02352452278137207], "count": [181]}, "action": {"min": [0.45667392015457153, -1.3537851572036743, 0.8473207950592041, -0.5195220112800598, -1.5263895988464355, 1.0698243379592896, -1.0130083560943604, -1.338788390159607, 0.8693351149559021, 0.015163653530180454, 0.24133096635341644, -1.0659486055374146, 9.749374389648438, 63.26874923706055, -1.1731250286102295, -0.44312500953674316, 0.8975000381469727, 0.36500000953674316, 0.8962500095367432, -0.9900000095367432, 0.6675000190734863, -3.2350001335144043, 0.9275000095367432, -0.23937499523162842, 10.748888969421387, 63.00187683105469, 0.621874988079071, -0.4831250011920929, 0.7406250238418579, 0.796875, 0.6037499904632568, 0.7756249904632568, 1.0256249904632568, 0.5475000143051147, 0.9881250262260437, -3.348750114440918], "max": [1.2500238418579102, -0.8500334620475769, 1.498626708984375, -0.29888609051704407, -0.30801767110824585, 1.4242627620697021, -0.416022926568985, -0.8077267408370972, 1.4496548175811768, 0.23248550295829773, 0.9897382855415344, -1.0153687000274658, 73.2300033569336, 81.47624969482422, 47.84562301635742, 8.4556245803833, 56.30062484741211, 109.79812622070312, 61.448123931884766, 107.06062316894531, 81.65625, 113.12625122070312, 85.33187866210938, 110.77749633789062, 59.12125015258789, 75.01937866210938, 2.4175000190734863, 8.306666374206543, 36.432498931884766, 96.54937744140625, 60.256248474121094, 110.95999908447266, 74.94499969482422, 110.38187408447266, 78.1831283569336, -3.240000009536743], "mean": [0.9987819790840149, -1.0131264925003052, 1.0012129545211792, -0.43056896328926086, -1.087111473083496, 1.2012633085250854, -0.8685211539268494, -0.9345925450325012, 0.9885217547416687, 0.16821959614753723, 0.8240810632705688, -1.0464165210723877, 36.46832275390625, 73.04715728759766, 12.448034286499023, 2.702962875366211, 12.722929954528809, 26.406801223754883, 14.660829544067383, 25.39684295654297, 17.658327102661133, 29.11252784729004, 15.57358169555664, 41.0723762512207, 29.83384895324707, 71.50286865234375, 1.611457109451294, 1.2313951253890991, 8.352252006530762, 17.665382385253906, 12.19539737701416, 21.565773010253906, 14.174352645874023, 23.30954933166504, 13.80313777923584, -3.294001340866089], "std": [0.24899372458457947, 0.1289602816104889, 0.18398933112621307, 0.05717957392334938, 0.36569204926490784, 0.11183212697505951, 0.2088669091463089, 0.15203478932380676, 0.16387337446212769, 0.07979145646095276, 0.21937038004398346, 0.01782221719622612, 21.3155574798584, 6.1564764976501465, 18.162822723388672, 2.1222903728485107, 16.364547729492188, 37.53038787841797, 18.22088050842285, 37.8131103515625, 25.306285858154297, 41.204830169677734, 27.772632598876953, 42.64820861816406, 13.753792762756348, 4.122226715087891, 0.4925902485847473, 1.5996164083480835, 12.494766235351562, 31.73987579345703, 20.21710777282715, 37.931236267089844, 23.980695724487305, 39.91465377807617, 24.466167449951172, 0.02352452278137207], "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": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [181]}, "index": {"min": [1527], "max": [1707], "mean": [1617.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [181]}, "subtask_annotation": {"mean": [3.9613259668508287, 7.0, 7.0, 7.0, 7.0], "std": [1.7788339370254798, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [181]}, "scene_annotation": {"mean": [9.0], "std": [0.0], "min": [9], "max": [9], "count": [181]}, "eef_direction_state": {"mean": [3.6685082872928176, 4.386740331491713], "std": [1.777872739104421, 2.04767510910832], "min": [0, 0], "max": [6, 6], "count": [181]}, "eef_velocity_state": {"mean": [1.292817679558011, 0.9447513812154696], "std": [0.7109275824813228, 0.8777404246733926], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_acc_mag_state": {"mean": [1.0883977900552486, 0.7237569060773481], "std": [0.8493924879990103, 0.8080665325428598], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_direction_action": {"mean": [3.6685082872928176, 4.386740331491713], "std": [1.777872739104421, 2.04767510910832], "min": [0, 0], "max": [6, 6], "count": [181]}, "eef_velocity_action": {"mean": [1.292817679558011, 0.9447513812154696], "std": [0.7109275824813228, 0.8777404246733926], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_acc_mag_action": {"mean": [1.0883977900552486, 0.7237569060773481], "std": [0.8493924879990103, 0.8080665325428598], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_sim_pose_state": {"mean": [0.6307574698320827, 0.18000706294031774, 1.127212250990613, -1.5097978286225868, 0.9504034644196239, -1.9435100441843793, 0.6285361690882563, -0.14031354523033246, 1.138073198097798, 1.6484434793674516, 0.9817091103797129, 2.248229140706049], "std": [0.0581429359491915, 0.05187086992326659, 0.04004431239621906, 0.2419075942185462, 0.08018447762960752, 0.2675548308995894, 0.043624536484013376, 0.04240802767507365, 0.03773713457364798, 0.14497993549241012, 0.059308782298741675, 0.13087604116932733], "min": [0.5845976441911735, 0.08018810032131692, 1.0516768363707272, -1.9138874901147411, 0.8520692520405992, -2.3639566373899976, 0.597950597976874, -0.17405270161235908, 1.0544820863583966, 1.2960633554328367, 0.8677574510698225, 2.011299244385054], "max": [0.7723326605261649, 0.25256620907053895, 1.1854988231876358, -1.1399346344468981, 1.1145209308070734, -1.5513693157998925, 0.7467216786438451, -0.038479051548347354, 1.228116983387845, 1.9304431050934823, 1.094492584510384, 2.5586223778513255], "count": [181]}, "eef_sim_pose_action": {"mean": [0.6307574698320827, 0.18000706294031774, 1.127212250990613, -1.5097978286225868, 0.9504034644196239, -1.9435100441843793, 0.6285361690882563, -0.14031354523033246, 1.138073198097798, 1.6484434793674516, 0.9817091103797129, 2.248229140706049], "std": [0.0581429359491915, 0.05187086992326659, 0.04004431239621906, 0.2419075942185462, 0.08018447762960752, 0.2675548308995894, 0.043624536484013376, 0.04240802767507365, 0.03773713457364798, 0.14497993549241012, 0.059308782298741675, 0.13087604116932733], "min": [0.5845976441911735, 0.08018810032131692, 1.0516768363707272, -1.9138874901147411, 0.8520692520405992, -2.3639566373899976, 0.597950597976874, -0.17405270161235908, 1.0544820863583966, 1.2960633554328367, 0.8677574510698225, 2.011299244385054], "max": [0.7723326605261649, 0.25256620907053895, 1.1854988231876358, -1.1399346344468981, 1.1145209308070734, -1.5513693157998925, 0.7467216786438451, -0.038479051548347354, 1.228116983387845, 1.9304431050934823, 1.094492584510384, 2.5586223778513255], "count": [181]}}} +{"episode_index": 10, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35637047998366017]], [[0.3623311683006536]], [[0.36720814950980396]]], "std": [[[0.3679948334553399]], [[0.3587183600298353]], [[0.3582102692760724]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4804979432189542]], [[0.4936117565359477]], [[0.471724368872549]]], "std": [[[0.3407739772482569]], [[0.3440167670299765]], [[0.35118080871534363]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4869567871732026]], [[0.4988681883169935]], [[0.47860305964052285]]], "std": [[[0.34484953586999095]], [[0.3487090276763174]], [[0.35640309910683204]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3794552022058823]], [[0.40093690972222223]], [[0.3803702900326797]]], "std": [[[0.40323435354050646]], [[0.40459217892387966]], [[0.41104906253865714]]], "count": [100]}, "observation.state": {"min": [0.4750085771083832, -1.3645857572555542, 0.8196849822998047, -0.5403124094009399, -1.598785161972046, 1.0239280462265015, -1.1270694732666016, -1.3953421115875244, 0.729995846748352, 0.06530384719371796, 0.20921549201011658, -1.099770188331604, 10.859999656677246, 62.03187561035156, 0.8125, -0.4143750071525574, 0.7677778005599976, 0.10312499850988388, 1.5612499713897705, -0.8877777457237244, 1.2599999904632568, -3.1181249618530273, 0.9368749856948853, 10.271249771118164, 18.260000228881836, 64.7844467163086, 0.5212500095367432, -0.8868749737739563, 0.8231250047683716, 0.7818750143051147, 0.6237499713897705, 0.9518750309944153, 0.9693750143051147, 0.8806250095367432, 0.6737499833106995, -3.338749885559082], "max": [1.224761962890625, -0.8096394538879395, 1.5258067846298218, -0.2419508695602417, -0.3419451415538788, 1.375910758972168, -0.40159839391708374, -0.6848969459533691, 1.534294605255127, 0.3438708484172821, 1.6240473985671997, -1.0325112342834473, 66.87249755859375, 82.86250305175781, 59.63062286376953, 8.412221908569336, 42.43312454223633, 108.5987548828125, 62.28375244140625, 109.07499694824219, 85.77999877929688, 110.62937927246094, 89.96062469482422, 109.78687286376953, 64.73750305175781, 73.49812316894531, 2.25, 6.90625, 46.21437454223633, 101.63125610351562, 69.78312683105469, 109.39125061035156, 78.1831283569336, 109.97250366210938, 81.30437469482422, -3.200000047683716], "mean": [1.0045398473739624, -0.9876837134361267, 0.9910641312599182, -0.380111426115036, -1.1427891254425049, 1.1459771394729614, -0.8571783900260925, -0.9383497834205627, 1.002337098121643, 0.17453475296497345, 0.8436373472213745, -1.0768685340881348, 36.75607681274414, 74.70848846435547, 34.000980377197266, 1.806992769241333, 16.745620727539062, 24.16629981994629, 23.18556785583496, 22.985315322875977, 22.94630241394043, 40.88671112060547, 16.25501251220703, 69.27059936523438, 33.86081314086914, 69.53990936279297, 1.0991884469985962, 1.7988741397857666, 10.985998153686523, 21.4896297454834, 14.839498519897461, 23.118309020996094, 16.095937728881836, 24.578353881835938, 15.311793327331543, -3.262688159942627], "std": [0.24381208419799805, 0.1388809233903885, 0.1975952386856079, 0.059565719217061996, 0.3478175401687622, 0.11498945206403732, 0.22215299308300018, 0.1881963461637497, 0.20649221539497375, 0.06711835414171219, 0.3128497004508972, 0.01917273737490177, 14.227252006530762, 6.982699394226074, 12.967308044433594, 2.347088575363159, 11.584379196166992, 39.970794677734375, 16.332422256469727, 40.67947006225586, 23.47722625732422, 36.53404998779297, 28.487125396728516, 30.377702713012695, 15.345475196838379, 3.4245126247406006, 0.4820750951766968, 1.8507002592086792, 16.27349853515625, 36.329986572265625, 24.049760818481445, 38.79960250854492, 26.20045280456543, 40.16168975830078, 26.826677322387695, 0.03029746748507023], "count": [169]}, "action": {"min": [0.4750085771083832, -1.3645857572555542, 0.8196849822998047, -0.5403124094009399, -1.598785161972046, 1.0239280462265015, -1.1270694732666016, -1.3953421115875244, 0.729995846748352, 0.06530384719371796, 0.20921549201011658, -1.099770188331604, 10.859999656677246, 62.03187561035156, 0.8125, -0.4143750071525574, 0.7677778005599976, 0.10312499850988388, 1.5612499713897705, -0.8877777457237244, 1.2599999904632568, -3.1181249618530273, 0.9368749856948853, 10.271249771118164, 18.260000228881836, 64.7844467163086, 0.5212500095367432, -0.8868749737739563, 0.8231250047683716, 0.7818750143051147, 0.6237499713897705, 0.9518750309944153, 0.9693750143051147, 0.8806250095367432, 0.6737499833106995, -3.338749885559082], "max": [1.224761962890625, -0.8096394538879395, 1.5258067846298218, -0.2419508695602417, -0.3419451415538788, 1.375910758972168, -0.40159839391708374, -0.6848969459533691, 1.534294605255127, 0.3438708484172821, 1.6240473985671997, -1.0325112342834473, 66.87249755859375, 82.86250305175781, 59.63062286376953, 8.412221908569336, 42.43312454223633, 108.5987548828125, 62.28375244140625, 109.07499694824219, 85.77999877929688, 110.62937927246094, 89.96062469482422, 109.78687286376953, 64.73750305175781, 73.49812316894531, 2.25, 6.90625, 46.21437454223633, 101.63125610351562, 69.78312683105469, 109.39125061035156, 78.1831283569336, 109.97250366210938, 81.30437469482422, -3.200000047683716], "mean": [1.0045394897460938, -0.9876837134361267, 0.9910643100738525, -0.38011136651039124, -1.1427890062332153, 1.145977258682251, -0.8571786284446716, -0.9383499622344971, 1.0023373365402222, 0.17453478276729584, 0.8436375856399536, -1.0768686532974243, 36.756072998046875, 74.7084732055664, 34.0009880065918, 1.8069928884506226, 16.745624542236328, 24.16628074645996, 23.18556785583496, 22.98530387878418, 22.946300506591797, 40.88669967651367, 16.255027770996094, 69.27061462402344, 33.860816955566406, 69.5399169921875, 1.0991880893707275, 1.798874020576477, 10.98599910736084, 21.4896297454834, 14.839495658874512, 23.11831283569336, 16.095928192138672, 24.578353881835938, 15.311796188354492, -3.262686252593994], "std": [0.24381209909915924, 0.1388809233903885, 0.1975952684879303, 0.05956572666764259, 0.3478175401687622, 0.11498942971229553, 0.2221529483795166, 0.1881963461637497, 0.20649223029613495, 0.06711835414171219, 0.3128497004508972, 0.01917274110019207, 14.227255821228027, 6.982699394226074, 12.967308044433594, 2.34708833694458, 11.58437442779541, 39.970794677734375, 16.33242416381836, 40.679466247558594, 23.47722816467285, 36.534053802490234, 28.48712921142578, 30.377700805664062, 15.345478057861328, 3.4245126247406006, 0.48207494616508484, 1.8507002592086792, 16.273496627807617, 36.329986572265625, 24.049760818481445, 38.79960250854492, 26.20045280456543, 40.16168975830078, 26.826675415039062, 0.030297469347715378], "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": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [169]}, "index": {"min": [1708], "max": [1876], "mean": [1792.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [169]}, "subtask_annotation": {"mean": [3.36094674556213, 7.0, 7.0, 7.0, 7.0], "std": [1.9353183437973527, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [169]}, "scene_annotation": {"mean": [10.0], "std": [0.0], "min": [10], "max": [10], "count": [169]}, "eef_direction_state": {"mean": [3.6508875739644973, 4.047337278106509], "std": [1.8435917588119146, 1.9845875099043437], "min": [0, 0], "max": [6, 6], "count": [169]}, "eef_velocity_state": {"mean": [1.301775147928994, 1.2071005917159763], "std": [0.6863395206508421, 0.8487773290907032], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_acc_mag_state": {"mean": [1.0355029585798816, 1.047337278106509], "std": [0.8489010725969992, 0.8199484100351802], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_direction_action": {"mean": [3.6508875739644973, 4.047337278106509], "std": [1.8435917588119146, 1.9845875099043437], "min": [0, 0], "max": [6, 6], "count": [169]}, "eef_velocity_action": {"mean": [1.301775147928994, 1.2071005917159763], "std": [0.6863395206508421, 0.8487773290907032], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_acc_mag_action": {"mean": [1.0355029585798816, 1.047337278106509], "std": [0.8489010725969992, 0.8199484100351802], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_sim_pose_state": {"mean": [0.6268111930722744, 0.17890101523371094, 1.1465408793034237, -1.4073881925044194, 0.9210563317591733, -1.890631368262321, 0.6318685502900929, -0.14204905703178336, 1.1488182167458336, 1.6081861647265328, 0.9953208836390923, 2.207650085300179], "std": [0.06308114995428424, 0.040203537448058616, 0.03491549986996293, 0.22536918151216886, 0.07709532125173545, 0.20147656772493583, 0.055939977440714606, 0.04893845317221976, 0.052132159759010255, 0.2805941800627922, 0.06993199698194387, 0.2832889346639096], "min": [0.5736345030014675, 0.09282970130166432, 1.056442898224672, -1.8514548155005666, 0.8254226449476416, -2.2584112354759025, 0.5579346198244663, -0.2312884786788056, 1.0537321209242683, 0.8363114933687859, 0.8027829450761055, 1.396142808653343], "max": [0.7803664674770747, 0.24078178574272718, 1.2122640111316079, -1.017479215554556, 1.0794825039603677, -1.4886850663610678, 0.7669585220169052, -0.039770851958545544, 1.2763307440159166, 1.9472112965583137, 1.0886957274692954, 2.5276878176938324], "count": [169]}, "eef_sim_pose_action": {"mean": [0.6268111930722744, 0.17890101523371094, 1.1465408793034237, -1.4073881925044194, 0.9210563317591733, -1.890631368262321, 0.6318685502900929, -0.14204905703178336, 1.1488182167458336, 1.6081861647265328, 0.9953208836390923, 2.207650085300179], "std": [0.06308114995428424, 0.040203537448058616, 0.03491549986996293, 0.22536918151216886, 0.07709532125173545, 0.20147656772493583, 0.055939977440714606, 0.04893845317221976, 0.052132159759010255, 0.2805941800627922, 0.06993199698194387, 0.2832889346639096], "min": [0.5736345030014675, 0.09282970130166432, 1.056442898224672, -1.8514548155005666, 0.8254226449476416, -2.2584112354759025, 0.5579346198244663, -0.2312884786788056, 1.0537321209242683, 0.8363114933687859, 0.8027829450761055, 1.396142808653343], "max": [0.7803664674770747, 0.24078178574272718, 1.2122640111316079, -1.017479215554556, 1.0794825039603677, -1.4886850663610678, 0.7669585220169052, -0.039770851958545544, 1.2763307440159166, 1.9472112965583137, 1.0886957274692954, 2.5276878176938324], "count": [169]}}} +{"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.3551025245098039]], [[0.3617632516339869]], [[0.3695981474673202]]], "std": [[[0.3638492767607007]], [[0.3549480276918867]], [[0.354156608048171]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4749147487745098]], [[0.4880968933823529]], [[0.4642068402777778]]], "std": [[[0.3401025985501367]], [[0.34287772580982007]], [[0.35016448659413246]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.485508118872549]], [[0.4958169852941176]], [[0.47477715890522876]]], "std": [[[0.34304880873300597]], [[0.346148983580146]], [[0.3514306046826863]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38592574754901965]], [[0.4073717565359477]], [[0.38702136437908496]]], "std": [[[0.4023748292981969]], [[0.40382966761414923]], [[0.4118198764861791]]], "count": [100]}, "observation.state": {"min": [0.3999294340610504, -1.3894054889678955, 0.8365123271942139, -0.6111953258514404, -1.4388197660446167, 1.1858644485473633, -0.9515907764434814, -1.3789863586425781, 0.7965845465660095, 0.04897192120552063, 0.2063782662153244, -1.1403019428253174, 16.512500762939453, 63.86937713623047, -1.199375033378601, 0.03312499821186066, 0.7350000143051147, -1.0366666316986084, 1.0154545307159424, -0.8636363744735718, 1.1655555963516235, 0.5115384459495544, 0.9481250047683716, -0.5544444918632507, 17.821332931518555, 63.04937744140625, 0.6462500095367432, -1.5149999856948853, 0.9866666793823242, 0.6725000143051147, 0.6462500095367432, 0.7643750309944153, 0.7137500047683716, 0.6108333468437195, 0.6661538481712341, -3.3125], "max": [1.1663614511489868, -0.8451590538024902, 1.5494105815887451, -0.2329384982585907, -0.237993061542511, 1.5699149370193481, -0.38107022643089294, -0.7035468816757202, 1.491545557975769, 0.20015545189380646, 1.1266456842422485, -1.0847972631454468, 66.58499908447266, 83.46749877929688, 30.068750381469727, 6.8466668128967285, 44.42124938964844, 108.00125122070312, 60.96812438964844, 111.375, 81.91687774658203, 109.921875, 85.09062194824219, 109.47624969482422, 50.77124786376953, 73.65812683105469, 2.3350000381469727, 7.94857120513916, 43.58937454223633, 105.40687561035156, 65.14312744140625, 109.29875183105469, 76.43937683105469, 109.59000396728516, 78.67437744140625, -3.2136363983154297], "mean": [0.9329657554626465, -0.9988641142845154, 0.9988364577293396, -0.41679146885871887, -1.0063989162445068, 1.318816900253296, -0.7847411632537842, -0.9426174163818359, 1.0035842657089233, 0.1159876137971878, 0.7030975818634033, -1.1306322813034058, 36.305233001708984, 74.55611419677734, 5.976207733154297, 1.8866420984268188, 16.96390724182129, 35.79557800292969, 25.583608627319336, 27.498762130737305, 22.47758674621582, 40.562801361083984, 16.315237045288086, 61.31004333496094, 31.229354858398438, 69.3624038696289, 0.9979983568191528, 1.1900991201400757, 10.876598358154297, 22.898347854614258, 15.253501892089844, 23.447359085083008, 16.47637939453125, 26.51827049255371, 15.174309730529785, -3.252732753753662], "std": [0.2585619390010834, 0.1473594456911087, 0.21171808242797852, 0.07149019837379456, 0.36316728591918945, 0.12331739068031311, 0.2147207111120224, 0.19565053284168243, 0.20018962025642395, 0.034148506820201874, 0.20856457948684692, 0.014828229323029518, 14.435195922851562, 6.868617534637451, 11.012452125549316, 1.8075824975967407, 11.91856861114502, 35.40504837036133, 15.803441047668457, 40.75359344482422, 23.378183364868164, 37.762672424316406, 27.670978546142578, 32.835453033447266, 10.49803352355957, 3.1657416820526123, 0.3417739272117615, 2.3865785598754883, 14.767752647399902, 37.58424758911133, 22.363744735717773, 38.468509674072266, 25.33783721923828, 40.43025588989258, 25.91326904296875, 0.01675254851579666], "count": [149]}, "action": {"min": [0.3999294340610504, -1.3894054889678955, 0.8365123271942139, -0.6111953258514404, -1.4388197660446167, 1.1858644485473633, -0.9515907764434814, -1.3789863586425781, 0.7965845465660095, 0.04897192120552063, 0.2063782662153244, -1.1403019428253174, 16.512500762939453, 63.86937713623047, -1.199375033378601, 0.03312499821186066, 0.7350000143051147, -1.0366666316986084, 1.0154545307159424, -0.8636363744735718, 1.1655555963516235, 0.5115384459495544, 0.9481250047683716, -0.5544444918632507, 17.821332931518555, 63.04937744140625, 0.6462500095367432, -1.5149999856948853, 0.9866666793823242, 0.6725000143051147, 0.6462500095367432, 0.7643750309944153, 0.7137500047683716, 0.6108333468437195, 0.6661538481712341, -3.3125], "max": [1.1663614511489868, -0.8451590538024902, 1.5494105815887451, -0.2329384982585907, -0.237993061542511, 1.5699149370193481, -0.38107022643089294, -0.7035468816757202, 1.491545557975769, 0.20015545189380646, 1.1266456842422485, -1.0847972631454468, 66.58499908447266, 83.46749877929688, 30.068750381469727, 6.8466668128967285, 44.42124938964844, 108.00125122070312, 60.96812438964844, 111.375, 81.91687774658203, 109.921875, 85.09062194824219, 109.47624969482422, 50.77124786376953, 73.65812683105469, 2.3350000381469727, 7.94857120513916, 43.58937454223633, 105.40687561035156, 65.14312744140625, 109.29875183105469, 76.43937683105469, 109.59000396728516, 78.67437744140625, -3.2136363983154297], "mean": [0.9329659938812256, -0.9988638758659363, 0.9988365173339844, -0.4167913794517517, -1.0063987970352173, 1.3188166618347168, -0.7847411632537842, -0.9426175355911255, 1.0035841464996338, 0.11598757654428482, 0.7030977010726929, -1.1306326389312744, 36.30523681640625, 74.55610656738281, 5.976210117340088, 1.8866428136825562, 16.963897705078125, 35.79556655883789, 25.583606719970703, 27.498750686645508, 22.47760009765625, 40.56278991699219, 16.315258026123047, 61.310028076171875, 31.229360580444336, 69.36237335205078, 0.9979984164237976, 1.1900991201400757, 10.876595497131348, 22.898351669311523, 15.253511428833008, 23.447357177734375, 16.47637367248535, 26.51827049255371, 15.174314498901367, -3.2527310848236084], "std": [0.25856196880340576, 0.14735938608646393, 0.21171806752681732, 0.07149020582437515, 0.36316728591918945, 0.12331739068031311, 0.2147207260131836, 0.19565050303936005, 0.20018962025642395, 0.034148506820201874, 0.2085646241903305, 0.014828228391706944, 14.435194969177246, 6.868617534637451, 11.01244831085205, 1.8075823783874512, 11.918570518493652, 35.405059814453125, 15.803439140319824, 40.75358963012695, 23.37818145751953, 37.76266860961914, 27.670984268188477, 32.83545684814453, 10.498034477233887, 3.165741443634033, 0.3417738676071167, 2.386578321456909, 14.767753601074219, 37.58424377441406, 22.363750457763672, 38.468509674072266, 25.33783721923828, 40.43025588989258, 25.91326904296875, 0.01675255224108696], "count": [149]}, "timestamp": {"min": [0.0], "max": [4.933333333333334], "mean": [2.4666666666666663], "std": [1.4337208778404378], "count": [149]}, "frame_index": {"min": [0], "max": [148], "mean": [74.0], "std": [43.01162633521314], "count": [149]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [149]}, "index": {"min": [1877], "max": [2025], "mean": [1951.0], "std": [43.01162633521314], "count": [149]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [149]}, "subtask_annotation": {"mean": [3.563758389261745, 7.0, 7.0, 7.0, 7.0], "std": [1.9118919532633392, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [149]}, "scene_annotation": {"mean": [11.0], "std": [0.0], "min": [11], "max": [11], "count": [149]}, "eef_direction_state": {"mean": [3.5704697986577183, 3.946308724832215], "std": [1.9256482689731502, 2.0358703921621024], "min": [0, 0], "max": [6, 6], "count": [149]}, "eef_velocity_state": {"mean": [1.3355704697986577, 1.2013422818791946], "std": [0.7010130565379595, 0.8432906603755749], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_acc_mag_state": {"mean": [1.1140939597315436, 0.8926174496644296], "std": [0.8071010460618419, 0.8285261402421995], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_direction_action": {"mean": [3.5704697986577183, 3.946308724832215], "std": [1.9256482689731502, 2.0358703921621024], "min": [0, 0], "max": [6, 6], "count": [149]}, "eef_velocity_action": {"mean": [1.3355704697986577, 1.2013422818791946], "std": [0.7010130565379595, 0.8432906603755749], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_acc_mag_action": {"mean": [1.1140939597315436, 0.8926174496644296], "std": [0.8071010460618419, 0.8285261402421995], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_sim_pose_state": {"mean": [0.6379538214883699, 0.1667681236950596, 1.1385463409113972, -1.5223661112072555, 1.0514297817866465, -1.9817976749673538, 0.6328228299355988, -0.12079470592556177, 1.1432975421634106, 1.7349771565036443, 1.0744781448833962, 2.376988286426417], "std": [0.06387390876030179, 0.04550636051400713, 0.02917433034419383, 0.2575538356476565, 0.075617214386099, 0.26902786674346857, 0.05525114769633957, 0.04365481843879648, 0.045986044889200946, 0.23292799102333844, 0.0517245652954334, 0.2102377538922076], "min": [0.5911731002924419, 0.07344387957295707, 1.0595589433982144, -2.001912116189134, 0.9631537050494936, -2.415784492073982, 0.5909469380685782, -0.17532423518548196, 1.0576105165875653, 1.0817396838984048, 0.9428898170987616, 1.7157189957092598], "max": [0.7864816220021837, 0.23134018851714494, 1.1868358841673192, -1.1594024734562214, 1.183512899369302, -1.5613357731747914, 0.7594385429367456, -0.028657921891033722, 1.2395420627896563, 1.9807706818897823, 1.1255955988313877, 2.574086458347387], "count": [149]}, "eef_sim_pose_action": {"mean": [0.6379538214883699, 0.1667681236950596, 1.1385463409113972, -1.5223661112072555, 1.0514297817866465, -1.9817976749673538, 0.6328228299355988, -0.12079470592556177, 1.1432975421634106, 1.7349771565036443, 1.0744781448833962, 2.376988286426417], "std": [0.06387390876030179, 0.04550636051400713, 0.02917433034419383, 0.2575538356476565, 0.075617214386099, 0.26902786674346857, 0.05525114769633957, 0.04365481843879648, 0.045986044889200946, 0.23292799102333844, 0.0517245652954334, 0.2102377538922076], "min": [0.5911731002924419, 0.07344387957295707, 1.0595589433982144, -2.001912116189134, 0.9631537050494936, -2.415784492073982, 0.5909469380685782, -0.17532423518548196, 1.0576105165875653, 1.0817396838984048, 0.9428898170987616, 1.7157189957092598], "max": [0.7864816220021837, 0.23134018851714494, 1.1868358841673192, -1.1594024734562214, 1.183512899369302, -1.5613357731747914, 0.7594385429367456, -0.028657921891033722, 1.2395420627896563, 1.9807706818897823, 1.1255955988313877, 2.574086458347387], "count": [149]}}} +{"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.3553269056372549]], [[0.36073809640522875]], [[0.36958077614379087]]], "std": [[[0.36703607144583195]], [[0.358945249312529]], [[0.3571064155270157]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.11372549019607843]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4932234170751634]], [[0.5019952348856209]], [[0.4825214869281046]]], "std": [[[0.3379926563708038]], [[0.341834756652453]], [[0.34871874396703206]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48413352736928106]], [[0.4887404983660131]], [[0.4676360437091503]]], "std": [[[0.3383053393183409]], [[0.3443143515978555]], [[0.35115650753537353]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38574241013071897]], [[0.40682292279411764]], [[0.37954956699346404]]], "std": [[[0.40417190293934174]], [[0.4018668116132413]], [[0.4103101588215458]]], "count": [100]}, "observation.state": {"min": [0.48213741183280945, -1.3514009714126587, 0.8292251229286194, -0.6319619417190552, -1.6063299179077148, 1.0954070091247559, -1.0227571725845337, -1.3838263750076294, 0.7650068402290344, 0.04651617631316185, 0.26870185136795044, -1.0260131359100342, 20.177499771118164, 61.84812545776367, 12.54062557220459, 0.27000001072883606, 0.8337500095367432, -1.0525000095367432, 0.8368749618530273, -0.9481250047683716, 0.8125, -3.2775001525878906, 0.9950000047683716, 0.14777778089046478, 9.545454978942871, 60.665557861328125, 0.4437499940395355, -0.140625, 0.7506250143051147, 0.8550000190734863, 0.640625, 0.1875, 0.8856250047683716, -0.02187499962747097, 0.6518750190734863, -3.3762500286102295], "max": [1.1781632900238037, -0.7537320852279663, 1.507686734199524, -0.30405986309051514, -0.2530136704444885, 1.5032997131347656, -0.48638132214546204, -0.6241151690483093, 1.4976015090942383, 0.24766433238983154, 1.5268135070800781, -1.0065947771072388, 59.146873474121094, 77.64812469482422, 43.75374984741211, 8.887499809265137, 17.454374313354492, 97.54875183105469, 22.094375610351562, 105.5562515258789, 22.604373931884766, 108.22249603271484, 18.198749542236328, 110.4643783569336, 61.526248931884766, 77.88687896728516, 0.5416666865348816, 8.291874885559082, 30.21500015258789, 87.75563049316406, 38.970001220703125, 97.03874969482422, 36.53562545776367, 108.54375457763672, 38.671875, 109.83562469482422], "mean": [0.9773228168487549, -0.9551814794540405, 0.969918966293335, -0.4094769358634949, -1.0899405479431152, 1.2175787687301636, -0.887035071849823, -0.9289723038673401, 0.9918963313102722, 0.15441296994686127, 0.8555356860160828, -1.0210814476013184, 35.460479736328125, 70.84833526611328, 26.668228149414062, 4.381278991699219, 5.647100925445557, 23.567413330078125, 6.850447177886963, 25.445682525634766, 5.373385906219482, 27.626752853393555, 3.914949417114258, 43.96106719970703, 29.343658447265625, 72.4334945678711, 0.4871249496936798, 1.3884899616241455, 7.09883451461792, 16.290489196777344, 9.053581237792969, 17.33888816833496, 7.887636184692383, 20.785701751708984, 5.740908145904541, 23.382129669189453], "std": [0.2286035269498825, 0.1437002271413803, 0.19305990636348724, 0.07139705121517181, 0.36422067880630493, 0.11512012034654617, 0.18610721826553345, 0.17170923948287964, 0.17689962685108185, 0.05402474105358124, 0.2543639540672302, 0.006919693201780319, 13.742531776428223, 3.418184757232666, 6.987371444702148, 2.855656862258911, 5.929023742675781, 36.56088638305664, 7.731411933898926, 40.94199752807617, 6.807467460632324, 43.30168151855469, 5.0437726974487305, 41.21331787109375, 16.427108764648438, 5.57880163192749, 0.022475561127066612, 2.1049740314483643, 10.348413467407227, 28.68678855895996, 13.908110618591309, 32.242061614990234, 11.521842002868652, 36.919891357421875, 10.548479080200195, 42.046688079833984], "count": [181]}, "action": {"min": [0.48213741183280945, -1.3514009714126587, 0.8292251229286194, -0.6319619417190552, -1.6063299179077148, 1.0954070091247559, -1.0227571725845337, -1.3838263750076294, 0.7650068402290344, 0.04651617631316185, 0.26870185136795044, -1.0260131359100342, 20.177499771118164, 61.84812545776367, 12.54062557220459, 0.27000001072883606, 0.8337500095367432, -1.0525000095367432, 0.8368749618530273, -0.9481250047683716, 0.8125, -3.2775001525878906, 0.9950000047683716, 0.14777778089046478, 9.545454978942871, 60.665557861328125, 0.4437499940395355, -0.140625, 0.7506250143051147, 0.8550000190734863, 0.640625, 0.1875, 0.8856250047683716, -0.02187499962747097, 0.6518750190734863, -3.3762500286102295], "max": [1.1781632900238037, -0.7537320852279663, 1.507686734199524, -0.30405986309051514, -0.2530136704444885, 1.5032997131347656, -0.48638132214546204, -0.6241151690483093, 1.4976015090942383, 0.24766433238983154, 1.5268135070800781, -1.0065947771072388, 59.146873474121094, 77.64812469482422, 43.75374984741211, 8.887499809265137, 17.454374313354492, 97.54875183105469, 22.094375610351562, 105.5562515258789, 22.604373931884766, 108.22249603271484, 18.198749542236328, 110.4643783569336, 61.526248931884766, 77.88687896728516, 0.5416666865348816, 8.291874885559082, 30.21500015258789, 87.75563049316406, 38.970001220703125, 97.03874969482422, 36.53562545776367, 108.54375457763672, 38.671875, 109.83562469482422], "mean": [0.9773227572441101, -0.9551814794540405, 0.9699190258979797, -0.40947675704956055, -1.0899406671524048, 1.2175790071487427, -0.8870351314544678, -0.9289720058441162, 0.9918960928916931, 0.15441294014453888, 0.8555358648300171, -1.021081805229187, 35.460487365722656, 70.84831237792969, 26.66822052001953, 4.381278991699219, 5.647102355957031, 23.567415237426758, 6.850445747375488, 25.44567108154297, 5.373388767242432, 27.626718521118164, 3.914952039718628, 43.96107864379883, 29.343669891357422, 72.43350982666016, 0.48712465167045593, 1.388490080833435, 7.098828315734863, 16.290483474731445, 9.053581237792969, 17.338882446289062, 7.887636184692383, 20.785690307617188, 5.740905284881592, 23.38213348388672], "std": [0.22860349714756012, 0.1437002271413803, 0.19305989146232605, 0.07139704376459122, 0.3642207086086273, 0.11512010544538498, 0.18610720336437225, 0.17170923948287964, 0.17689962685108185, 0.054024744778871536, 0.2543639838695526, 0.006919693201780319, 13.742530822753906, 3.418184518814087, 6.987372398376465, 2.8556573390960693, 5.929024696350098, 36.56089401245117, 7.731410980224609, 40.94200134277344, 6.807468414306641, 43.30168914794922, 5.043771266937256, 41.213314056396484, 16.427106857299805, 5.578802108764648, 0.02247556485235691, 2.1049740314483643, 10.34841537475586, 28.68678855895996, 13.90810775756836, 32.2420654296875, 11.521841049194336, 36.91989517211914, 10.548480033874512, 42.046688079833984], "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": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [181]}, "index": {"min": [2026], "max": [2206], "mean": [2116.0], "std": [52.24940191045253], "count": [181]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [181]}, "subtask_annotation": {"mean": [3.4972375690607733, 7.0, 7.0, 7.0, 7.0], "std": [1.925761123526726, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [181]}, "scene_annotation": {"mean": [12.0], "std": [0.0], "min": [12], "max": [12], "count": [181]}, "eef_direction_state": {"mean": [3.6408839779005526, 4.287292817679558], "std": [1.8710611793351668, 1.8493851053387886], "min": [0, 0], "max": [6, 6], "count": [181]}, "eef_velocity_state": {"mean": [1.3591160220994476, 1.0994475138121547], "std": [0.719336167900985, 0.873836858332266], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_acc_mag_state": {"mean": [1.1049723756906078, 0.8453038674033149], "std": [0.790151831209655, 0.8332473526861778], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_direction_action": {"mean": [3.6408839779005526, 4.287292817679558], "std": [1.8710611793351668, 1.8493851053387886], "min": [0, 0], "max": [6, 6], "count": [181]}, "eef_velocity_action": {"mean": [1.3591160220994476, 1.0994475138121547], "std": [0.719336167900985, 0.873836858332266], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_acc_mag_action": {"mean": [1.1049723756906078, 0.8453038674033149], "std": [0.790151831209655, 0.8332473526861778], "min": [0, 0], "max": [2, 2], "count": [181]}, "eef_sim_pose_state": {"mean": [0.6276870561163646, 0.18264612532806523, 1.149867291046143, -1.448498450694459, 0.962519962657288, -1.9089237935053247, 0.6241731683658288, -0.14303670473480498, 1.1394575168581826, 1.6236843293499197, 0.9573296041456519, 2.236821071955463], "std": [0.05971617848462766, 0.04310702803128481, 0.04949988333036847, 0.3307358094510122, 0.0707570018974951, 0.32277107572762814, 0.04730792911616702, 0.043410367192904135, 0.05487505016583271, 0.2693024375562723, 0.039752660971102506, 0.25329782658968464], "min": [0.5762662537233507, 0.09130128444142384, 1.0488734610997532, -2.021912217181611, 0.8745046872782165, -2.423498339483417, 0.5636016266358312, -0.2246224358400588, 1.0545460122383714, 0.7454157654688027, 0.8282590162048087, 1.3944134340856797], "max": [0.7713843146092696, 0.24070870186042478, 1.256373516493178, -0.7996333703921068, 1.111993228627425, -1.3259907216125546, 0.7479629064789549, -0.04117321879111338, 1.305977912477343, 1.9523756803047896, 1.0192071022136977, 2.539976871914956], "count": [181]}, "eef_sim_pose_action": {"mean": [0.6276870561163646, 0.18264612532806523, 1.149867291046143, -1.448498450694459, 0.962519962657288, -1.9089237935053247, 0.6241731683658288, -0.14303670473480498, 1.1394575168581826, 1.6236843293499197, 0.9573296041456519, 2.236821071955463], "std": [0.05971617848462766, 0.04310702803128481, 0.04949988333036847, 0.3307358094510122, 0.0707570018974951, 0.32277107572762814, 0.04730792911616702, 0.043410367192904135, 0.05487505016583271, 0.2693024375562723, 0.039752660971102506, 0.25329782658968464], "min": [0.5762662537233507, 0.09130128444142384, 1.0488734610997532, -2.021912217181611, 0.8745046872782165, -2.423498339483417, 0.5636016266358312, -0.2246224358400588, 1.0545460122383714, 0.7454157654688027, 0.8282590162048087, 1.3944134340856797], "max": [0.7713843146092696, 0.24070870186042478, 1.256373516493178, -0.7996333703921068, 1.111993228627425, -1.3259907216125546, 0.7479629064789549, -0.04117321879111338, 1.305977912477343, 1.9523756803047896, 1.0192071022136977, 2.539976871914956], "count": [181]}}} +{"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.3526432250816993]], [[0.3600126940359477]], [[0.3697920302287581]]], "std": [[[0.3606447835299206]], [[0.35174561026949513]], [[0.35028720909713235]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48447452614379083]], [[0.4944614399509804]], [[0.472610925245098]]], "std": [[[0.33843647230383844]], [[0.3449731972638985]], [[0.351545063525697]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.11764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4912610151143791]], [[0.5000433946078432]], [[0.478875318627451]]], "std": [[[0.34219440427549486]], [[0.347540050896241]], [[0.35432251355364014]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38908499183006534]], [[0.41157573120915036]], [[0.39366435661764704]]], "std": [[[0.4012642522377035]], [[0.40340602045021323]], [[0.41163985193948266]]], "count": [100]}, "observation.state": {"min": [0.4084649384021759, -1.4407377243041992, 0.8293066620826721, -0.6677252650260925, -1.4440332651138306, 1.1786879301071167, -1.0027084350585938, -1.4129139184951782, 0.7923882603645325, 0.05972476676106453, 0.19262130558490753, -1.1731855869293213, 18.850000381469727, 62.53499984741211, -1.0049999952316284, -0.09999999403953552, 0.7829999923706055, -0.5, 0.9409999847412109, -0.9962500333786011, 0.875, -3.3768749237060547, 0.9287500381469727, 0.10700000077486038, 13.014545440673828, 62.450626373291016, 0.6625000238418579, -0.9075000286102295, 0.78125, 0.7868750095367432, 0.6243749856948853, 0.6137500405311584, 0.8912500143051147, 0.6100000143051147, 0.6356250047683716, -3.291249990463257], "max": [1.179034948348999, -0.8293066620826721, 1.6304742097854614, -0.2706807553768158, -0.22101739048957825, 1.6196736097335815, -0.3768024742603302, -0.6642972826957703, 1.5234702825546265, 0.20979036390781403, 1.0658214092254639, -1.01296067237854, 65.81062316894531, 81.73187255859375, 40.916873931884766, 5.824999809265137, 42.069374084472656, 102.04562377929688, 75.25875091552734, 112.23500061035156, 87.33625030517578, 109.87562561035156, 90.62062072753906, 109.1925048828125, 61.130001068115234, 72.05374908447266, 1.9587500095367432, 7.323333263397217, 41.61375045776367, 99.76937866210938, 58.73625183105469, 108.54875183105469, 72.09625244140625, 109.89875030517578, 75.86624908447266, -3.2043750286102295], "mean": [0.9029077887535095, -1.0119116306304932, 1.0451997518539429, -0.3924960494041443, -0.9905669689178467, 1.309732437133789, -0.8101005554199219, -0.9827649593353271, 1.0395722389221191, 0.16019326448440552, 0.7653992176055908, -1.0823261737823486, 42.730804443359375, 73.84203338623047, 5.1059489250183105, 1.1595162153244019, 20.09398651123047, 36.56208801269531, 30.106334686279297, 25.691225051879883, 26.792634963989258, 51.362850189208984, 21.813810348510742, 75.40020751953125, 29.549787521362305, 68.32484436035156, 1.1615033149719238, 1.8013219833374023, 10.371376991271973, 23.056434631347656, 13.776106834411621, 24.572952270507812, 16.233610153198242, 25.430025100708008, 15.572059631347656, -3.255424976348877], "std": [0.25419747829437256, 0.17522764205932617, 0.23257309198379517, 0.08546625822782516, 0.3650481104850769, 0.12361651659011841, 0.23228175938129425, 0.1838536411523819, 0.1949406862258911, 0.04552123695611954, 0.25173187255859375, 0.07250150293111801, 11.542665481567383, 6.441214084625244, 11.293209075927734, 1.7641626596450806, 11.693377494812012, 33.199180603027344, 19.805091857910156, 42.52919387817383, 24.891664505004883, 34.497581481933594, 29.249704360961914, 31.426729202270508, 16.24050521850586, 2.812499761581421, 0.40125060081481934, 2.268951177597046, 15.147444725036621, 36.60062789916992, 21.214216232299805, 39.16252517700195, 24.79874610900879, 40.5146484375, 25.639429092407227, 0.019390441477298737], "count": [149]}, "action": {"min": [0.4084649384021759, -1.4407377243041992, 0.8293066620826721, -0.6677252650260925, -1.4440332651138306, 1.1786879301071167, -1.0027084350585938, -1.4129139184951782, 0.7923882603645325, 0.05972476676106453, 0.19262130558490753, -1.1731855869293213, 18.850000381469727, 62.53499984741211, -1.0049999952316284, -0.09999999403953552, 0.7829999923706055, -0.5, 0.9409999847412109, -0.9962500333786011, 0.875, -3.3768749237060547, 0.9287500381469727, 0.10700000077486038, 13.014545440673828, 62.450626373291016, 0.6625000238418579, -0.9075000286102295, 0.78125, 0.7868750095367432, 0.6243749856948853, 0.6137500405311584, 0.8912500143051147, 0.6100000143051147, 0.6356250047683716, -3.291249990463257], "max": [1.179034948348999, -0.8293066620826721, 1.6304742097854614, -0.2706807553768158, -0.22101739048957825, 1.6196736097335815, -0.3768024742603302, -0.6642972826957703, 1.5234702825546265, 0.20979036390781403, 1.0658214092254639, -1.01296067237854, 65.81062316894531, 81.73187255859375, 40.916873931884766, 5.824999809265137, 42.069374084472656, 102.04562377929688, 75.25875091552734, 112.23500061035156, 87.33625030517578, 109.87562561035156, 90.62062072753906, 109.1925048828125, 61.130001068115234, 72.05374908447266, 1.9587500095367432, 7.323333263397217, 41.61375045776367, 99.76937866210938, 58.73625183105469, 108.54875183105469, 72.09625244140625, 109.89875030517578, 75.86624908447266, -3.2043750286102295], "mean": [0.9029077887535095, -1.011911392211914, 1.0451996326446533, -0.39249593019485474, -0.9905669093132019, 1.30973219871521, -0.810100793838501, -0.982764720916748, 1.0395724773406982, 0.1601933091878891, 0.765399158000946, -1.0823261737823486, 42.73078918457031, 73.8420181274414, 5.1059417724609375, 1.1595162153244019, 20.093978881835938, 36.56208419799805, 30.106321334838867, 25.69121742248535, 26.792644500732422, 51.362850189208984, 21.813810348510742, 75.40019989013672, 29.549787521362305, 68.3248519897461, 1.1615033149719238, 1.8013215065002441, 10.371381759643555, 23.056427001953125, 13.776104927062988, 24.572940826416016, 16.233606338500977, 25.430025100708008, 15.572059631347656, -3.2554256916046143], "std": [0.25419747829437256, 0.17522762715816498, 0.23257306218147278, 0.08546625822782516, 0.3650481104850769, 0.12361650913953781, 0.23228175938129425, 0.1838536411523819, 0.1949406862258911, 0.04552123323082924, 0.25173187255859375, 0.07250150293111801, 11.5426664352417, 6.441214084625244, 11.293208122253418, 1.764162540435791, 11.693378448486328, 33.199180603027344, 19.805095672607422, 42.52919387817383, 24.89166259765625, 34.49758529663086, 29.249706268310547, 31.426729202270508, 16.24050521850586, 2.812499523162842, 0.4012506306171417, 2.268951177597046, 15.147444725036621, 36.60063552856445, 21.214216232299805, 39.16252517700195, 24.79874610900879, 40.514644622802734, 25.639429092407227, 0.019390437752008438], "count": [149]}, "timestamp": {"min": [0.0], "max": [4.933333333333334], "mean": [2.4666666666666663], "std": [1.4337208778404378], "count": [149]}, "frame_index": {"min": [0], "max": [148], "mean": [74.0], "std": [43.01162633521314], "count": [149]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [149]}, "index": {"min": [2207], "max": [2355], "mean": [2281.0], "std": [43.01162633521314], "count": [149]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [149]}, "subtask_annotation": {"mean": [3.5033557046979866, 7.0, 7.0, 7.0, 7.0], "std": [1.9338876971406633, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [149]}, "scene_annotation": {"mean": [13.0], "std": [0.0], "min": [13], "max": [13], "count": [149]}, "eef_direction_state": {"mean": [3.4966442953020134, 4.067114093959732], "std": [1.937355012367108, 1.9374945058339987], "min": [0, 0], "max": [6, 6], "count": [149]}, "eef_velocity_state": {"mean": [1.2953020134228188, 1.2281879194630871], "std": [0.7095073979276519, 0.8756267582251204], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_acc_mag_state": {"mean": [1.174496644295302, 0.87248322147651], "std": [0.7748699273756563, 0.8297213133168101], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_direction_action": {"mean": [3.4966442953020134, 4.067114093959732], "std": [1.937355012367108, 1.9374945058339987], "min": [0, 0], "max": [6, 6], "count": [149]}, "eef_velocity_action": {"mean": [1.2953020134228188, 1.2281879194630871], "std": [0.7095073979276519, 0.8756267582251204], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_acc_mag_action": {"mean": [1.174496644295302, 0.87248322147651], "std": [0.7748699273756563, 0.8297213133168101], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_sim_pose_state": {"mean": [0.648980883000945, 0.1645158130706122, 1.1474018079769157, -1.455790529745525, 1.0611791701728794, -1.932320550162001, 0.6411759548453208, -0.1267377171050416, 1.140490069467103, 1.645820277747885, 1.0063703633261758, 2.2583444065290514], "std": [0.06726843773982075, 0.04548119504473096, 0.03510213534208001, 0.2855534147877048, 0.05847356062499263, 0.2734921522758966, 0.053333353600119926, 0.04775036106021283, 0.046296267533940574, 0.1999156265892448, 0.08545800789814954, 0.19708193132004423], "min": [0.587268484480039, 0.07663257721076609, 1.0582167750600426, -1.9944681139988953, 0.9786453348868172, -2.3960011449014935, 0.5997481874476136, -0.18933357883406515, 1.0547582664585657, 1.1362711651540027, 0.8882264946172169, 1.7145913067629381], "max": [0.8001801168673315, 0.2297311216855612, 1.1839970719177786, -1.1426078417146808, 1.1765036483269058, -1.5654656777627947, 0.762708198041021, -0.021417999007956046, 1.2379650190035079, 1.9763980511171937, 1.1494879720553999, 2.5941949188305466], "count": [149]}, "eef_sim_pose_action": {"mean": [0.648980883000945, 0.1645158130706122, 1.1474018079769157, -1.455790529745525, 1.0611791701728794, -1.932320550162001, 0.6411759548453208, -0.1267377171050416, 1.140490069467103, 1.645820277747885, 1.0063703633261758, 2.2583444065290514], "std": [0.06726843773982075, 0.04548119504473096, 0.03510213534208001, 0.2855534147877048, 0.05847356062499263, 0.2734921522758966, 0.053333353600119926, 0.04775036106021283, 0.046296267533940574, 0.1999156265892448, 0.08545800789814954, 0.19708193132004423], "min": [0.587268484480039, 0.07663257721076609, 1.0582167750600426, -1.9944681139988953, 0.9786453348868172, -2.3960011449014935, 0.5997481874476136, -0.18933357883406515, 1.0547582664585657, 1.1362711651540027, 0.8882264946172169, 1.7145913067629381], "max": [0.8001801168673315, 0.2297311216855612, 1.1839970719177786, -1.1426078417146808, 1.1765036483269058, -1.5654656777627947, 0.762708198041021, -0.021417999007956046, 1.2379650190035079, 1.9763980511171937, 1.1494879720553999, 2.5941949188305466], "count": [149]}}} +{"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.3467011008986928]], [[0.35401675449346404]], [[0.3568372242647059]]], "std": [[[0.35954051131315407]], [[0.3520378194402823]], [[0.35435945380141487]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4875801879084967]], [[0.5063782230392156]], [[0.48284587418300656]]], "std": [[[0.3441419901557126]], [[0.3436708378607595]], [[0.351785540853644]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5014850081699346]], [[0.51126875]], [[0.48827906454248365]]], "std": [[[0.3476859564691944]], [[0.3505950280726975]], [[0.3580579552945149]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38838567197712415]], [[0.40913044321895425]], [[0.3813857965686274]]], "std": [[[0.4018537635283112]], [[0.4018138484459213]], [[0.41070184899922463]]], "count": [100]}, "observation.state": {"min": [0.43271249532699585, -1.4038777351379395, 0.8562642931938171, -0.6796225309371948, -1.4845120906829834, 1.143282175064087, -1.055113673210144, -1.4049983024597168, 0.8780375123023987, -0.012493324466049671, 0.2249513566493988, -1.0744497776031494, 8.74625015258789, 63.31624984741211, 3.5243749618530273, -0.4424999952316284, 0.7825000286102295, -0.2593750059604645, 0.9487500190734863, -1.03125, 0.7599999904632568, 0.27000001072883606, 0.9537500143051147, -0.7955555319786072, 9.04454517364502, 61.49812316894531, 0.4637500047683716, -0.33937498927116394, 1.0206249952316284, 0.7749999761581421, 0.640625, 0.9893749952316284, 0.8587499856948853, 0.7506250143051147, 0.609375, -3.333750009536743], "max": [1.1666581630706787, -0.8752956390380859, 1.5928988456726074, -0.32578012347221375, -0.25697147846221924, 1.567006230354309, -0.38898584246635437, -0.8119230270385742, 1.492141604423523, 0.2792162597179413, 1.0715409517288208, -1.0266460180282593, 63.985626220703125, 83.54000091552734, 56.82562255859375, 7.009375095367432, 39.72999954223633, 100.76687622070312, 71.66124725341797, 112.20874786376953, 83.45687866210938, 110.10562133789062, 87.47062683105469, 109.75062561035156, 64.37187957763672, 72.42874908447266, 2.3450000286102295, 7.682000160217285, 37.56687545776367, 85.35124969482422, 56.89875030517578, 110.7550048828125, 80.03437805175781, 109.59062957763672, 83.37562561035156, -3.200000047683716], "mean": [0.9475505352020264, -1.0141265392303467, 1.0243713855743408, -0.4538852870464325, -1.0698729753494263, 1.288088321685791, -0.8390774726867676, -0.9885357618331909, 1.0336952209472656, 0.16905608773231506, 0.8168372511863708, -1.0617659091949463, 27.28166389465332, 76.09269714355469, 32.38255310058594, 2.254040002822876, 13.709403991699219, 21.71738624572754, 20.022977828979492, 22.771568298339844, 20.256738662719727, 26.83378028869629, 16.711301803588867, 41.9219856262207, 27.975950241088867, 68.90767669677734, 1.0061469078063965, 3.5813183784484863, 9.170889854431152, 18.10458755493164, 12.65499210357666, 22.85163688659668, 16.21808624267578, 23.836082458496094, 15.595579147338867, -3.253711700439453], "std": [0.25433236360549927, 0.152362659573555, 0.22584551572799683, 0.07396092265844345, 0.3966499865055084, 0.1327057033777237, 0.24625344574451447, 0.18201018869876862, 0.18559974431991577, 0.10618835687637329, 0.27090251445770264, 0.016485463827848434, 18.62822151184082, 6.747415065765381, 11.969833374023438, 1.849124550819397, 11.522134780883789, 35.549537658691406, 20.624813079833984, 39.50979232788086, 24.67649269104004, 40.272830963134766, 28.42473602294922, 38.40131378173828, 17.874980926513672, 3.6413445472717285, 0.433000773191452, 1.791623592376709, 13.088027954101562, 29.34602928161621, 19.55569839477539, 38.038997650146484, 26.115793228149414, 39.10683822631836, 26.98862075805664, 0.024851631373167038], "count": [150]}, "action": {"min": [0.43271249532699585, -1.4038777351379395, 0.8562642931938171, -0.6796225309371948, -1.4845120906829834, 1.143282175064087, -1.055113673210144, -1.4049983024597168, 0.8780375123023987, -0.012493324466049671, 0.2249513566493988, -1.0744497776031494, 8.74625015258789, 63.31624984741211, 3.5243749618530273, -0.4424999952316284, 0.7825000286102295, -0.2593750059604645, 0.9487500190734863, -1.03125, 0.7599999904632568, 0.27000001072883606, 0.9537500143051147, -0.7955555319786072, 9.04454517364502, 61.49812316894531, 0.4637500047683716, -0.33937498927116394, 1.0206249952316284, 0.7749999761581421, 0.640625, 0.9893749952316284, 0.8587499856948853, 0.7506250143051147, 0.609375, -3.333750009536743], "max": [1.1666581630706787, -0.8752956390380859, 1.5928988456726074, -0.32578012347221375, -0.25697147846221924, 1.567006230354309, -0.38898584246635437, -0.8119230270385742, 1.492141604423523, 0.2792162597179413, 1.0715409517288208, -1.0266460180282593, 63.985626220703125, 83.54000091552734, 56.82562255859375, 7.009375095367432, 39.72999954223633, 100.76687622070312, 71.66124725341797, 112.20874786376953, 83.45687866210938, 110.10562133789062, 87.47062683105469, 109.75062561035156, 64.37187957763672, 72.42874908447266, 2.3450000286102295, 7.682000160217285, 37.56687545776367, 85.35124969482422, 56.89875030517578, 110.7550048828125, 80.03437805175781, 109.59062957763672, 83.37562561035156, -3.200000047683716], "mean": [0.9475506544113159, -1.014126181602478, 1.0243711471557617, -0.45388534665107727, -1.0698729753494263, 1.2880890369415283, -0.8390772938728333, -0.988535463809967, 1.0336953401565552, 0.1690560281276703, 0.8168374300003052, -1.0617655515670776, 27.281654357910156, 76.09268951416016, 32.3825569152832, 2.254040002822876, 13.709405899047852, 21.717388153076172, 20.022964477539062, 22.77156639099121, 20.256732940673828, 26.833776473999023, 16.7112979888916, 41.921974182128906, 27.9759578704834, 68.90767669677734, 1.006146788597107, 3.581317186355591, 9.170894622802734, 18.104585647583008, 12.65499496459961, 22.851638793945312, 16.218076705932617, 23.83608055114746, 15.595569610595703, -3.2537105083465576], "std": [0.25433236360549927, 0.1523626446723938, 0.22584551572799683, 0.07396090030670166, 0.3966500163078308, 0.1327057033777237, 0.24625340104103088, 0.18201018869876862, 0.18559972941875458, 0.10618835687637329, 0.27090251445770264, 0.016485463827848434, 18.628219604492188, 6.747415065765381, 11.969833374023438, 1.8491246700286865, 11.522133827209473, 35.54954528808594, 20.624813079833984, 39.50979232788086, 24.676496505737305, 40.272823333740234, 28.424734115600586, 38.401309967041016, 17.874982833862305, 3.6413445472717285, 0.4330008625984192, 1.7916234731674194, 13.088028907775879, 29.346027374267578, 19.55569839477539, 38.038997650146484, 26.11579704284668, 39.10683822631836, 26.98862075805664, 0.02485164999961853], "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": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [150]}, "index": {"min": [2356], "max": [2505], "mean": [2430.5], "std": [43.300307928081374], "count": [150]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [150]}, "subtask_annotation": {"mean": [3.6866666666666665, 7.0, 7.0, 7.0, 7.0], "std": [1.8943307232077744, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [150]}, "scene_annotation": {"mean": [14.0], "std": [0.0], "min": [14], "max": [14], "count": [150]}, "eef_direction_state": {"mean": [3.7, 4.033333333333333], "std": [1.9689252567496507, 1.870531712879761], "min": [0, 0], "max": [6, 6], "count": [150]}, "eef_velocity_state": {"mean": [1.32, 1.18], "std": [0.7332121111929352, 0.8490779312485586], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_acc_mag_state": {"mean": [1.12, 0.9066666666666666], "std": [0.7824747067264641, 0.7861014918924628], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_direction_action": {"mean": [3.7, 4.033333333333333], "std": [1.9689252567496507, 1.870531712879761], "min": [0, 0], "max": [6, 6], "count": [150]}, "eef_velocity_action": {"mean": [1.32, 1.18], "std": [0.7332121111929352, 0.8490779312485586], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_acc_mag_action": {"mean": [1.12, 0.9066666666666666], "std": [0.7824747067264641, 0.7861014918924628], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_sim_pose_state": {"mean": [0.6435182896688529, 0.18009687259534035, 1.1434360968288078, -1.4486181090983798, 0.9996823146670916, -1.8738934621172034, 0.6382157262909817, -0.12903791387895724, 1.140918069388042, 1.6131459328702746, 0.9931686356370917, 2.2215385709453748], "std": [0.06736389707790567, 0.04433318726519394, 0.034264909203775576, 0.2872642537730235, 0.0831131300631121, 0.2847694028378799, 0.0476346504798993, 0.06162693046047888, 0.03986610524666012, 0.1648988552391931, 0.0612345203677597, 0.1848059317749132], "min": [0.5923392696295235, 0.09419239693509865, 1.0559846928385068, -1.985975194679877, 0.8971991088696929, -2.353693535807397, 0.5990576782784844, -0.19400219172016725, 1.0566480686955142, 1.2218310523427047, 0.887296228920456, 1.8842345290852136], "max": [0.7941229990909178, 0.23601035048656738, 1.1821788636207602, -1.1355891840170595, 1.1546000371530036, -1.5275025069107826, 0.7504702246743385, -0.011067898465404596, 1.2240107236521134, 1.9166039328678646, 1.1124641175048153, 2.5746571616156584], "count": [150]}, "eef_sim_pose_action": {"mean": [0.6435182896688529, 0.18009687259534035, 1.1434360968288078, -1.4486181090983798, 0.9996823146670916, -1.8738934621172034, 0.6382157262909817, -0.12903791387895724, 1.140918069388042, 1.6131459328702746, 0.9931686356370917, 2.2215385709453748], "std": [0.06736389707790567, 0.04433318726519394, 0.034264909203775576, 0.2872642537730235, 0.0831131300631121, 0.2847694028378799, 0.0476346504798993, 0.06162693046047888, 0.03986610524666012, 0.1648988552391931, 0.0612345203677597, 0.1848059317749132], "min": [0.5923392696295235, 0.09419239693509865, 1.0559846928385068, -1.985975194679877, 0.8971991088696929, -2.353693535807397, 0.5990576782784844, -0.19400219172016725, 1.0566480686955142, 1.2218310523427047, 0.887296228920456, 1.8842345290852136], "max": [0.7941229990909178, 0.23601035048656738, 1.1821788636207602, -1.1355891840170595, 1.1546000371530036, -1.5275025069107826, 0.7504702246743385, -0.011067898465404596, 1.2240107236521134, 1.9166039328678646, 1.1124641175048153, 2.5746571616156584], "count": [150]}}} +{"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.34929675449346403]], [[0.35635445057189546]], [[0.3621964522058823]]], "std": [[[0.3659812091427609]], [[0.35793125409015686]], [[0.3567221421285609]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.11372549019607843]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4859834129901961]], [[0.5058535600490196]], [[0.4846268586601307]]], "std": [[[0.34299996125563337]], [[0.34283600716055085]], [[0.34986822532113176]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48354994485294117]], [[0.4936595588235294]], [[0.4706156290849673]]], "std": [[[0.3395500967731548]], [[0.3427748975536245]], [[0.3488259506054168]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4049815114379085]], [[0.40614146854575167]], [[0.3856217994281046]]], "std": [[[0.39783134247604124]], [[0.40783940322017753]], [[0.4125427524835855]]], "count": [100]}, "observation.state": {"min": [0.47398337721824646, -1.3477293252944946, 0.840199887752533, -0.6087634563446045, -1.4751023054122925, 1.1612879037857056, -0.9893568158149719, -1.3756723403930664, 0.8365123271942139, -0.011682688258588314, 0.22819390892982483, -1.025978446006775, 10.921875, 62.276248931884766, 5.092222213745117, -0.08875000476837158, 1.4587500095367432, 0.39625000953674316, 2.791249990463257, -0.8806250095367432, 1.728124976158142, -3.34375, 0.9259999990463257, 5.158750057220459, 18.3231258392334, 64.58499908447266, 0.9993749856948853, -0.18312500417232513, 0.8418750166893005, 0.8166666626930237, 0.6668750047683716, 0.96875, 0.8600000143051147, 0.8600000143051147, 0.7862499952316284, -3.291249990463257], "max": [1.1406331062316895, -0.8486771583557129, 1.5079489946365356, -0.3323128819465637, -0.3241111636161804, 1.5013923645019531, -0.3991187810897827, -0.7531387209892273, 1.4618619680404663, 0.2126302272081375, 1.2062468528747559, -0.9894044995307922, 65.59062194824219, 84.85812377929688, 58.19562530517578, 5.519999980926514, 41.891876220703125, 99.59375, 58.299373626708984, 107.24812316894531, 82.78687286376953, 109.97062683105469, 87.13249969482422, 109.83374786376953, 66.68875122070312, 73.77312469482422, 2.0625, 7.131111145019531, 40.94874954223633, 100.00625610351562, 62.59562683105469, 107.72062683105469, 70.75187683105469, 109.20062255859375, 76.10562896728516, -3.177500009536743], "mean": [0.9468452334403992, -0.996074914932251, 1.003455400466919, -0.4211924374103546, -1.0723575353622437, 1.2721408605575562, -0.8313894271850586, -0.9958597421646118, 1.0189496278762817, 0.13226613402366638, 0.7894958257675171, -1.0187665224075317, 37.28071212768555, 76.78591918945312, 32.72341537475586, 1.2401479482650757, 17.893545150756836, 24.631601333618164, 23.581584930419922, 24.255144119262695, 25.5003604888916, 32.65471649169922, 18.071826934814453, 62.65666961669922, 31.387062072753906, 70.66770935058594, 1.1968038082122803, 1.9673486948013306, 9.550350189208984, 21.827970504760742, 13.708439826965332, 23.189163208007812, 15.355932235717773, 23.97874641418457, 15.009806632995605, -3.2293601036071777], "std": [0.22224844992160797, 0.1384315937757492, 0.1973085254430771, 0.06675204634666443, 0.3591660261154175, 0.10433603078126907, 0.2062823474407196, 0.15574297308921814, 0.17269572615623474, 0.07373446226119995, 0.22474606335163116, 0.010222264565527439, 14.619645118713379, 7.50132417678833, 8.845005989074707, 1.6070104837417603, 11.426889419555664, 37.324974060058594, 15.557415008544922, 40.10773468017578, 24.030092239379883, 40.842552185058594, 29.342121124267578, 28.189088821411133, 16.606040954589844, 2.7000906467437744, 0.178131103515625, 1.503704309463501, 14.40994644165039, 35.711360931396484, 21.787832260131836, 37.75492477416992, 24.084421157836914, 39.02408218383789, 25.084674835205078, 0.028436994180083275], "count": [149]}, "action": {"min": [0.47398337721824646, -1.3477293252944946, 0.840199887752533, -0.6087634563446045, -1.4751023054122925, 1.1612879037857056, -0.9893568158149719, -1.3756723403930664, 0.8365123271942139, -0.011682688258588314, 0.22819390892982483, -1.025978446006775, 10.921875, 62.276248931884766, 5.092222213745117, -0.08875000476837158, 1.4587500095367432, 0.39625000953674316, 2.791249990463257, -0.8806250095367432, 1.728124976158142, -3.34375, 0.9259999990463257, 5.158750057220459, 18.3231258392334, 64.58499908447266, 0.9993749856948853, -0.18312500417232513, 0.8418750166893005, 0.8166666626930237, 0.6668750047683716, 0.96875, 0.8600000143051147, 0.8600000143051147, 0.7862499952316284, -3.291249990463257], "max": [1.1406331062316895, -0.8486771583557129, 1.5079489946365356, -0.3323128819465637, -0.3241111636161804, 1.5013923645019531, -0.3991187810897827, -0.7531387209892273, 1.4618619680404663, 0.2126302272081375, 1.2062468528747559, -0.9894044995307922, 65.59062194824219, 84.85812377929688, 58.19562530517578, 5.519999980926514, 41.891876220703125, 99.59375, 58.299373626708984, 107.24812316894531, 82.78687286376953, 109.97062683105469, 87.13249969482422, 109.83374786376953, 66.68875122070312, 73.77312469482422, 2.0625, 7.131111145019531, 40.94874954223633, 100.00625610351562, 62.59562683105469, 107.72062683105469, 70.75187683105469, 109.20062255859375, 76.10562896728516, -3.177500009536743], "mean": [0.9468453526496887, -0.996074914932251, 1.003455400466919, -0.42119261622428894, -1.072357416152954, 1.2721408605575562, -0.8313893675804138, -0.9958595633506775, 1.01895010471344, 0.13226613402366638, 0.7894957661628723, -1.0187662839889526, 37.280704498291016, 76.78592681884766, 32.72342300415039, 1.240147590637207, 17.89354705810547, 24.63162612915039, 23.581584930419922, 24.25514030456543, 25.5003662109375, 32.65473175048828, 18.07183837890625, 62.65665054321289, 31.387056350708008, 70.66770935058594, 1.1968039274215698, 1.9673484563827515, 9.550348281860352, 21.82796859741211, 13.708440780639648, 23.189157485961914, 15.35592269897461, 23.978748321533203, 15.009809494018555, -3.2293612957000732], "std": [0.22224844992160797, 0.1384316086769104, 0.19730857014656067, 0.06675204634666443, 0.3591660261154175, 0.10433601588010788, 0.2062823474407196, 0.15574297308921814, 0.17269572615623474, 0.07373446226119995, 0.22474607825279236, 0.010222264565527439, 14.619643211364746, 7.50132417678833, 8.845005989074707, 1.6070102453231812, 11.42689037322998, 37.324974060058594, 15.557412147521973, 40.107723236083984, 24.030088424682617, 40.84254837036133, 29.34212875366211, 28.189083099365234, 16.606042861938477, 2.7000906467437744, 0.1781311333179474, 1.503704309463501, 14.409945487976074, 35.71136474609375, 21.787826538085938, 37.75492477416992, 24.084421157836914, 39.024085998535156, 25.084678649902344, 0.028436996042728424], "count": [149]}, "timestamp": {"min": [0.0], "max": [4.933333333333334], "mean": [2.4666666666666663], "std": [1.4337208778404378], "count": [149]}, "frame_index": {"min": [0], "max": [148], "mean": [74.0], "std": [43.01162633521314], "count": [149]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [149]}, "index": {"min": [2506], "max": [2654], "mean": [2580.0], "std": [43.01162633521314], "count": [149]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [149]}, "subtask_annotation": {"mean": [3.664429530201342, 7.0, 7.0, 7.0, 7.0], "std": [1.8595328065018994, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [149]}, "scene_annotation": {"mean": [15.0], "std": [0.0], "min": [15], "max": [15], "count": [149]}, "eef_direction_state": {"mean": [3.5704697986577183, 4.342281879194631], "std": [2.079800692429162, 1.9274485415376623], "min": [0, 0], "max": [6, 6], "count": [149]}, "eef_velocity_state": {"mean": [1.221476510067114, 1.0469798657718121], "std": [0.7671584243856944, 0.9292818217809933], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_acc_mag_state": {"mean": [0.9932885906040269, 0.785234899328859], "std": [0.8394360866445407, 0.7990242236146388], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_direction_action": {"mean": [3.5704697986577183, 4.342281879194631], "std": [2.079800692429162, 1.9274485415376623], "min": [0, 0], "max": [6, 6], "count": [149]}, "eef_velocity_action": {"mean": [1.221476510067114, 1.0469798657718121], "std": [0.7671584243856944, 0.9292818217809933], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_acc_mag_action": {"mean": [0.9932885906040269, 0.785234899328859], "std": [0.8394360866445407, 0.7990242236146388], "min": [0, 0], "max": [2, 2], "count": [149]}, "eef_sim_pose_state": {"mean": [0.6381236615516234, 0.17521392438474792, 1.1462692084184223, -1.4305231739943352, 0.9957511110935091, -1.8849070667027563, 0.6294416052552807, -0.11532363881920725, 1.1320853684164505, 1.6453111313249065, 0.9443722914058158, 2.293477050905035], "std": [0.06099156478936335, 0.03584428495098541, 0.03969581799710932, 0.30296043729734295, 0.060048108118525914, 0.2757344602636646, 0.0466776397508995, 0.04317453858888759, 0.043594412000543974, 0.1824726611852873, 0.05995324388833508, 0.1651262566391485], "min": [0.5885384603802399, 0.09673274109000769, 1.0568090163379509, -1.9159185985101392, 0.9137698275261914, -2.307001409900049, 0.5943227098792231, -0.18279456952444048, 1.0533187959176726, 1.1159283481928899, 0.8502858876426678, 1.7500964474602414], "max": [0.7786985834550888, 0.22223058298362258, 1.1974830920734856, -1.066982902366334, 1.0887947410582384, -1.5256523447184658, 0.7441884072159272, -0.01762885538894507, 1.2343893163125068, 1.9185941056506182, 1.0666878554888464, 2.5798959586180885], "count": [149]}, "eef_sim_pose_action": {"mean": [0.6381236615516234, 0.17521392438474792, 1.1462692084184223, -1.4305231739943352, 0.9957511110935091, -1.8849070667027563, 0.6294416052552807, -0.11532363881920725, 1.1320853684164505, 1.6453111313249065, 0.9443722914058158, 2.293477050905035], "std": [0.06099156478936335, 0.03584428495098541, 0.03969581799710932, 0.30296043729734295, 0.060048108118525914, 0.2757344602636646, 0.0466776397508995, 0.04317453858888759, 0.043594412000543974, 0.1824726611852873, 0.05995324388833508, 0.1651262566391485], "min": [0.5885384603802399, 0.09673274109000769, 1.0568090163379509, -1.9159185985101392, 0.9137698275261914, -2.307001409900049, 0.5943227098792231, -0.18279456952444048, 1.0533187959176726, 1.1159283481928899, 0.8502858876426678, 1.7500964474602414], "max": [0.7786985834550888, 0.22223058298362258, 1.1974830920734856, -1.066982902366334, 1.0887947410582384, -1.5256523447184658, 0.7441884072159272, -0.01762885538894507, 1.2343893163125068, 1.9185941056506182, 1.0666878554888464, 2.5798959586180885], "count": [149]}}} +{"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.34694074959150323]], [[0.3529360947712418]], [[0.35654558006535947]]], "std": [[[0.36743987204975115]], [[0.3596004764755859]], [[0.361180176635675]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4962650816993464]], [[0.5164370424836602]], [[0.4946215972222222]]], "std": [[[0.3427162026940881]], [[0.34234905906807545]], [[0.3483481585965483]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4916367054738562]], [[0.505992908496732]], [[0.4842682107843137]]], "std": [[[0.3442899146657546]], [[0.34513449051819034]], [[0.3513930877964824]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40172541258169936]], [[0.4034668770424837]], [[0.3829053533496732]]], "std": [[[0.3981331653412022]], [[0.40857090501799964]], [[0.4129776879613489]]], "count": [100]}, "observation.state": {"min": [0.47741666436195374, -1.3322794437408447, 0.8104023933410645, -0.5342803597450256, -1.5789060592651367, 1.1486228704452515, -1.0035667419433594, -1.342078685760498, 0.8490161895751953, 0.02684634178876877, 0.2722543179988861, -1.0343362092971802, 19.375, 65.34124755859375, 13.737500190734863, -0.5299999713897705, 8.119999885559082, 0.29636362195014954, 9.239999771118164, 0.3489999771118164, 8.864999771118164, 0.29555556178092957, 0.9487500190734863, 27.364444732666016, 10.872221946716309, 62.95000076293945, 0.5099999904632568, -1.037500023841858, 0.7862499952316284, 0.7293750047683716, 0.6731250286102295, 0.8062499761581421, 0.6781250238418579, 0.8862500190734863, 0.6368750333786011, -3.296875], "max": [1.2186236381530762, -0.8247713446617126, 1.4709696769714355, -0.34566453099250793, -0.3430657386779785, 1.477359414100647, -0.43364232778549194, -0.7557242512702942, 1.4431458711624146, 0.24979496002197266, 1.0720946788787842, -0.9580042958259583, 71.64437103271484, 82.36375427246094, 50.36000061035156, 5.921249866485596, 54.71687316894531, 108.13187408447266, 71.1468734741211, 106.80062103271484, 78.59500122070312, 109.8018798828125, 89.50187683105469, 110.1156234741211, 60.140625, 71.17375183105469, 2.427500009536743, 7.353636264801025, 40.901248931884766, 71.1050033569336, 61.55437469482422, 104.61812591552734, 81.34437561035156, 109.89688110351562, 84.00749969482422, -3.22615385055542], "mean": [1.0010677576065063, -0.9805485010147095, 0.9815545082092285, -0.44939661026000977, -1.1366363763809204, 1.2650842666625977, -0.8305747509002686, -0.9990956783294678, 1.0199090242385864, 0.15717719495296478, 0.8086587190628052, -1.0178219079971313, 44.1004753112793, 76.29190826416016, 31.56517219543457, 1.7046048641204834, 25.48696517944336, 64.83439636230469, 41.46648025512695, 25.42803382873535, 40.424049377441406, 44.8299560546875, 29.915000915527344, 78.49041748046875, 33.76369857788086, 66.12879943847656, 1.4135053157806396, 2.1321160793304443, 10.813060760498047, 17.48465919494629, 15.736209869384766, 24.153234481811523, 19.778427124023438, 26.267534255981445, 18.224519729614258, -3.259209156036377], "std": [0.2462409883737564, 0.1382405310869217, 0.1945241093635559, 0.04125036671757698, 0.38420459628105164, 0.10645920038223267, 0.2002871036529541, 0.14653143286705017, 0.17407485842704773, 0.08037620782852173, 0.22516480088233948, 0.024668585509061813, 13.12936782836914, 5.695591449737549, 7.98516321182251, 1.7848554849624634, 12.316964149475098, 38.81140899658203, 17.921680450439453, 37.65134811401367, 19.676912307739258, 32.8447265625, 25.676746368408203, 21.565099716186523, 13.721519470214844, 2.1437366008758545, 0.737728476524353, 2.205803871154785, 14.330434799194336, 25.63370132446289, 21.865930557250977, 36.715518951416016, 27.97502899169922, 39.65687942504883, 28.392559051513672, 0.017472684383392334], "count": [121]}, "action": {"min": [0.47741666436195374, -1.3322794437408447, 0.8104023933410645, -0.5342803597450256, -1.5789060592651367, 1.1486228704452515, -1.0035667419433594, -1.342078685760498, 0.8490161895751953, 0.02684634178876877, 0.2722543179988861, -1.0343362092971802, 19.375, 65.34124755859375, 13.737500190734863, -0.5299999713897705, 8.119999885559082, 0.29636362195014954, 9.239999771118164, 0.3489999771118164, 8.864999771118164, 0.29555556178092957, 0.9487500190734863, 27.364444732666016, 10.872221946716309, 62.95000076293945, 0.5099999904632568, -1.037500023841858, 0.7862499952316284, 0.7293750047683716, 0.6731250286102295, 0.8062499761581421, 0.6781250238418579, 0.8862500190734863, 0.6368750333786011, -3.296875], "max": [1.2186236381530762, -0.8247713446617126, 1.4709696769714355, -0.34566453099250793, -0.3430657386779785, 1.477359414100647, -0.43364232778549194, -0.7557242512702942, 1.4431458711624146, 0.24979496002197266, 1.0720946788787842, -0.9580042958259583, 71.64437103271484, 82.36375427246094, 50.36000061035156, 5.921249866485596, 54.71687316894531, 108.13187408447266, 71.1468734741211, 106.80062103271484, 78.59500122070312, 109.8018798828125, 89.50187683105469, 110.1156234741211, 60.140625, 71.17375183105469, 2.427500009536743, 7.353636264801025, 40.901248931884766, 71.1050033569336, 61.55437469482422, 104.61812591552734, 81.34437561035156, 109.89688110351562, 84.00749969482422, -3.22615385055542], "mean": [1.001068115234375, -0.9805485606193542, 0.9815542697906494, -0.44939669966697693, -1.1366363763809204, 1.2650843858718872, -0.8305743932723999, -0.9990957975387573, 1.0199089050292969, 0.1571771651506424, 0.8086588978767395, -1.0178217887878418, 44.10047149658203, 76.29191589355469, 31.565174102783203, 1.704605221748352, 25.486967086791992, 64.83439636230469, 41.466487884521484, 25.42803192138672, 40.42405319213867, 44.82994842529297, 29.914995193481445, 78.49040222167969, 33.76370620727539, 66.12879180908203, 1.4135046005249023, 2.1321163177490234, 10.813057899475098, 17.484657287597656, 15.736207008361816, 24.153226852416992, 19.77842140197754, 26.267534255981445, 18.224525451660156, -3.2592110633850098], "std": [0.24624097347259521, 0.1382405161857605, 0.19452409446239471, 0.04125036299228668, 0.38420456647872925, 0.10645918548107147, 0.2002870887517929, 0.14653143286705017, 0.17407487332820892, 0.08037620782852173, 0.22516480088233948, 0.024668585509061813, 13.12936782836914, 5.695591926574707, 7.985163688659668, 1.784855604171753, 12.316962242126465, 38.81140899658203, 17.92167854309082, 37.651344299316406, 19.676910400390625, 32.8447265625, 25.676746368408203, 21.565099716186523, 13.721519470214844, 2.1437363624572754, 0.7377285957336426, 2.205803394317627, 14.330434799194336, 25.633699417114258, 21.86592674255371, 36.715518951416016, 27.97503089904785, 39.656890869140625, 28.392562866210938, 0.017472684383392334], "count": [121]}, "timestamp": {"min": [0.0], "max": [4.0], "mean": [2.0], "std": [1.164283279771532], "count": [121]}, "frame_index": {"min": [0], "max": [120], "mean": [60.0], "std": [34.92849839314596], "count": [121]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [121]}, "index": {"min": [2655], "max": [2775], "mean": [2715.0], "std": [34.92849839314596], "count": [121]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [121]}, "subtask_annotation": {"mean": [3.6859504132231407, 7.0, 7.0, 7.0, 7.0], "std": [1.949922896764454, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [121]}, "scene_annotation": {"mean": [16.0], "std": [0.0], "min": [16], "max": [16], "count": [121]}, "eef_direction_state": {"mean": [3.322314049586777, 3.7851239669421486], "std": [2.065917345850326, 2.1015799313308774], "min": [0, 0], "max": [6, 6], "count": [121]}, "eef_velocity_state": {"mean": [1.28099173553719, 1.28099173553719], "std": [0.7521115234679966, 0.8153804617798744], "min": [0, 0], "max": [2, 2], "count": [121]}, "eef_acc_mag_state": {"mean": [1.1735537190082646, 0.9338842975206612], "std": [0.7679282631614767, 0.8001604920634462], "min": [0, 0], "max": [2, 2], "count": [121]}, "eef_direction_action": {"mean": [3.322314049586777, 3.7851239669421486], "std": [2.065917345850326, 2.1015799313308774], "min": [0, 0], "max": [6, 6], "count": [121]}, "eef_velocity_action": {"mean": [1.28099173553719, 1.28099173553719], "std": [0.7521115234679966, 0.8153804617798744], "min": [0, 0], "max": [2, 2], "count": [121]}, "eef_acc_mag_action": {"mean": [1.1735537190082646, 0.9338842975206612], "std": [0.7679282631614767, 0.8001604920634462], "min": [0, 0], "max": [2, 2], "count": [121]}, "eef_sim_pose_state": {"mean": [0.630715687356681, 0.19086676444539377, 1.1451577451302783, -1.4262829679533833, 0.9994474781757346, -1.8429462705345738, 0.6326447189975893, -0.11876903913445372, 1.1346838043458136, 1.614721296707724, 0.9262559407868509, 2.2476364876643236], "std": [0.061172838070445185, 0.04953594809571238, 0.03791226934599814, 0.2919376971645804, 0.07391146599458526, 0.3163688901903618, 0.047090385561647595, 0.03852753806987612, 0.04176448212221448, 0.165338688628689, 0.06701172454726016, 0.15963302314948763], "min": [0.5773747754075256, 0.08882299471779945, 1.0622476473133677, -1.9054548667958584, 0.9069913685980224, -2.338598816861549, 0.594309828288186, -0.16719550781476444, 1.0590478149456097, 1.174907587083057, 0.84467481515426, 1.831767031700481], "max": [0.7694868029069715, 0.24511130096932404, 1.2017603664856256, -1.0402715330436394, 1.1211451086098188, -1.4429705426914328, 0.742966239868625, -0.03503038904205785, 1.2312185311893347, 1.881979827583237, 1.044921058711863, 2.5161343641934124], "count": [121]}, "eef_sim_pose_action": {"mean": [0.630715687356681, 0.19086676444539377, 1.1451577451302783, -1.4262829679533833, 0.9994474781757346, -1.8429462705345738, 0.6326447189975893, -0.11876903913445372, 1.1346838043458136, 1.614721296707724, 0.9262559407868509, 2.2476364876643236], "std": [0.061172838070445185, 0.04953594809571238, 0.03791226934599814, 0.2919376971645804, 0.07391146599458526, 0.3163688901903618, 0.047090385561647595, 0.03852753806987612, 0.04176448212221448, 0.165338688628689, 0.06701172454726016, 0.15963302314948763], "min": [0.5773747754075256, 0.08882299471779945, 1.0622476473133677, -1.9054548667958584, 0.9069913685980224, -2.338598816861549, 0.594309828288186, -0.16719550781476444, 1.0590478149456097, 1.174907587083057, 0.84467481515426, 1.831767031700481], "max": [0.7694868029069715, 0.24511130096932404, 1.2017603664856256, -1.0402715330436394, 1.1211451086098188, -1.4429705426914328, 0.742966239868625, -0.03503038904205785, 1.2312185311893347, 1.881979827583237, 1.044921058711863, 2.5161343641934124], "count": [121]}}} +{"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.3528880882352941]], [[0.35902372549019607]], [[0.36552368668300655]]], "std": [[[0.37223079034220335]], [[0.3620578439797273]], [[0.3610846288033867]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.13333333333333333]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48320839052287584]], [[0.5014273611111111]], [[0.47995226102941174]]], "std": [[[0.3421492625267215]], [[0.3434051923997468]], [[0.34926726409876346]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48194068423202613]], [[0.4920171160130719]], [[0.4700460028594771]]], "std": [[[0.34232415412280937]], [[0.34661136101442025]], [[0.3532459865214812]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3863827798202615]], [[0.40723015522875816]], [[0.38512522875816996]]], "std": [[[0.4042707735461516]], [[0.4062800882374416]], [[0.41345202051062363]]], "count": [100]}, "observation.state": {"min": [0.49045833945274353, -1.3196431398391724, 0.8028630018234253, -0.4726482033729553, -1.558518409729004, 1.0923075675964355, -0.9812027812004089, -1.3209306001663208, 0.8538853526115417, 0.08943217247724533, 0.2618352770805359, -1.1598048210144043, 20.485624313354492, 62.359375, -1.1568750143051147, -0.1550000011920929, 10.838125228881836, 1.5366666316986084, 9.681875228881836, 0.6509091258049011, 8.027691841125488, 10.921249389648438, 0.96875, 30.713125228881836, 12.554444313049316, 61.616249084472656, 0.5581250190734863, -0.29874998331069946, 1.0575000047683716, 0.8231250047683716, 0.6000000238418579, 0.675000011920929, 1.0368750095367432, 0.7018750309944153, 0.8075000047683716, -3.2866666316986084], "max": [1.2464714050292969, -0.8365122675895691, 1.4303663969039917, -0.3053473234176636, -0.396782249212265, 1.3823243379592896, -0.4463740885257721, -0.7941843867301941, 1.4153934717178345, 0.23832684755325317, 0.9300161600112915, -1.0325112342834473, 63.903751373291016, 82.82687377929688, 34.180625915527344, 2.7487499713897705, 42.13750076293945, 104.41437530517578, 64.09687805175781, 110.10375213623047, 84.49937438964844, 110.6768798828125, 86.85687255859375, 109.68187713623047, 62.544376373291016, 73.25749969482422, 2.802500009536743, 4.85076904296875, 40.19750213623047, 84.02750396728516, 56.27562713623047, 89.34562683105469, 78.73125457763672, 111.671875, 82.34625244140625, -3.1781249046325684], "mean": [1.0211268663406372, -0.9720751643180847, 0.9621764421463013, -0.4002995491027832, -1.1410460472106934, 1.2028636932373047, -0.8041212558746338, -0.9641156196594238, 1.0114303827285767, 0.15057680010795593, 0.7280304431915283, -1.0908013582229614, 47.911808013916016, 74.98887634277344, 4.797783851623535, 0.7674001455307007, 24.444358825683594, 73.06700897216797, 37.093711853027344, 47.923065185546875, 39.15280532836914, 63.5675163269043, 32.609195709228516, 84.20260620117188, 36.63249969482422, 68.42533874511719, 1.550364375114441, 1.5004570484161377, 12.284451484680176, 24.149940490722656, 16.711164474487305, 25.75870132446289, 22.27935791015625, 32.58119201660156, 21.47440528869629, -3.22977352142334], "std": [0.2611228823661804, 0.14532078802585602, 0.2010258138179779, 0.038358964025974274, 0.38356849551200867, 0.09809044748544693, 0.2100468873977661, 0.15790468454360962, 0.17214937508106232, 0.0324527882039547, 0.20649534463882446, 0.05364004150032997, 11.034967422485352, 7.540433883666992, 10.785385131835938, 1.062885046005249, 7.757866859436035, 33.6431770324707, 13.415599822998047, 29.302471160888672, 19.916658401489258, 26.36747932434082, 22.480058670043945, 21.747400283813477, 15.360870361328125, 3.795518398284912, 0.8289104104042053, 1.7617690563201904, 15.022818565368652, 32.678043365478516, 21.192277908325195, 34.27274703979492, 28.607501983642578, 43.78959655761719, 30.006427764892578, 0.021799523383378983], "count": [115]}, "action": {"min": [0.49045833945274353, -1.3196431398391724, 0.8028630018234253, -0.4726482033729553, -1.558518409729004, 1.0923075675964355, -0.9812027812004089, -1.3209306001663208, 0.8538853526115417, 0.08943217247724533, 0.2618352770805359, -1.1598048210144043, 20.485624313354492, 62.359375, -1.1568750143051147, -0.1550000011920929, 10.838125228881836, 1.5366666316986084, 9.681875228881836, 0.6509091258049011, 8.027691841125488, 10.921249389648438, 0.96875, 30.713125228881836, 12.554444313049316, 61.616249084472656, 0.5581250190734863, -0.29874998331069946, 1.0575000047683716, 0.8231250047683716, 0.6000000238418579, 0.675000011920929, 1.0368750095367432, 0.7018750309944153, 0.8075000047683716, -3.2866666316986084], "max": [1.2464714050292969, -0.8365122675895691, 1.4303663969039917, -0.3053473234176636, -0.396782249212265, 1.3823243379592896, -0.4463740885257721, -0.7941843867301941, 1.4153934717178345, 0.23832684755325317, 0.9300161600112915, -1.0325112342834473, 63.903751373291016, 82.82687377929688, 34.180625915527344, 2.7487499713897705, 42.13750076293945, 104.41437530517578, 64.09687805175781, 110.10375213623047, 84.49937438964844, 110.6768798828125, 86.85687255859375, 109.68187713623047, 62.544376373291016, 73.25749969482422, 2.802500009536743, 4.85076904296875, 40.19750213623047, 84.02750396728516, 56.27562713623047, 89.34562683105469, 78.73125457763672, 111.671875, 82.34625244140625, -3.1781249046325684], "mean": [1.0211271047592163, -0.9720751643180847, 0.9621762633323669, -0.4002995491027832, -1.141046166419983, 1.2028635740280151, -0.804121196269989, -0.9641156196594238, 1.0114305019378662, 0.15057680010795593, 0.7280305027961731, -1.090801477432251, 47.91181182861328, 74.9888687133789, 4.797781467437744, 0.7673998475074768, 24.444358825683594, 73.06700134277344, 37.093719482421875, 47.92307662963867, 39.15280532836914, 63.56749725341797, 32.60917663574219, 84.20258331298828, 36.63249588012695, 68.42535400390625, 1.550364375114441, 1.5004572868347168, 12.28445053100586, 24.149934768676758, 16.711162567138672, 25.758695602416992, 22.279346466064453, 32.58119201660156, 21.474407196044922, -3.229774236679077], "std": [0.26112282276153564, 0.1453208178281784, 0.2010257989168167, 0.038358964025974274, 0.38356849551200867, 0.09809044003486633, 0.2100468873977661, 0.1579046994447708, 0.17214937508106232, 0.0324527882039547, 0.20649534463882446, 0.05364004150032997, 11.034966468811035, 7.540434837341309, 10.785384178161621, 1.062885046005249, 7.757865905761719, 33.6431770324707, 13.41560173034668, 29.302480697631836, 19.916658401489258, 26.367481231689453, 22.480058670043945, 21.74739646911621, 15.360871315002441, 3.795518398284912, 0.8289102911949158, 1.7617690563201904, 15.022818565368652, 32.678043365478516, 21.192277908325195, 34.27274703979492, 28.607500076293945, 43.78959655761719, 30.006427764892578, 0.02179953083395958], "count": [115]}, "timestamp": {"min": [0.0], "max": [3.8], "mean": [1.9], "std": [1.1065461781798556], "count": [115]}, "frame_index": {"min": [0], "max": [114], "mean": [57.0], "std": [33.19638534539566], "count": [115]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [115]}, "index": {"min": [2776], "max": [2890], "mean": [2833.0], "std": [33.19638534539566], "count": [115]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [115]}, "subtask_annotation": {"mean": [3.582608695652174, 7.0, 7.0, 7.0, 7.0], "std": [1.9018645711198536, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [115]}, "scene_annotation": {"mean": [17.0], "std": [0.0], "min": [17], "max": [17], "count": [115]}, "eef_direction_state": {"mean": [3.4260869565217393, 3.8], "std": [2.138918335190121, 2.0942986789189684], "min": [0, 0], "max": [6, 6], "count": [115]}, "eef_velocity_state": {"mean": [1.208695652173913, 1.3130434782608695], "std": [0.8182234432137562, 0.7952600601859939], "min": [0, 0], "max": [2, 2], "count": [115]}, "eef_acc_mag_state": {"mean": [1.1217391304347826, 0.991304347826087], "std": [0.8037718266637454, 0.7745478588397683], "min": [0, 0], "max": [2, 2], "count": [115]}, "eef_direction_action": {"mean": [3.4260869565217393, 3.8], "std": [2.138918335190121, 2.0942986789189684], "min": [0, 0], "max": [6, 6], "count": [115]}, "eef_velocity_action": {"mean": [1.208695652173913, 1.3130434782608695], "std": [0.8182234432137562, 0.7952600601859939], "min": [0, 0], "max": [2, 2], "count": [115]}, "eef_acc_mag_action": {"mean": [1.1217391304347826, 0.991304347826087], "std": [0.8037718266637454, 0.7745478588397683], "min": [0, 0], "max": [2, 2], "count": [115]}, "eef_sim_pose_state": {"mean": [0.6216300453538922, 0.18092319597607312, 1.143585040576909, -1.4449358621800479, 0.9663499958268291, -1.9067394646273914, 0.6346703941876654, -0.12227138490304465, 1.1353626649910369, 1.7081621741721065, 1.0090801979301756, 2.3341799443336964], "std": [0.06444435371536726, 0.0464089803153333, 0.034954011174917594, 0.25116724215218483, 0.06440894440352915, 0.2447413448028459, 0.051118374374700425, 0.03688064488811136, 0.038270713930844344, 0.1609266976898233, 0.05415387826470141, 0.13277969925829586], "min": [0.5695889964332538, 0.08027264471692537, 1.0622812282830325, -1.8615347926893813, 0.880697497066055, -2.2664538660873847, 0.5905228817070332, -0.1589774073251074, 1.0599791322908219, 1.3464418139450203, 0.9018765930829775, 2.0000575436325976], "max": [0.759779015305947, 0.23279687409396776, 1.1882544060161637, -1.1266386482019126, 1.0610534069956623, -1.5761398260651147, 0.7404388763938348, -0.044567848300875734, 1.2178664977289617, 1.954141235163658, 1.104804237998228, 2.54116328949913], "count": [115]}, "eef_sim_pose_action": {"mean": [0.6216300453538922, 0.18092319597607312, 1.143585040576909, -1.4449358621800479, 0.9663499958268291, -1.9067394646273914, 0.6346703941876654, -0.12227138490304465, 1.1353626649910369, 1.7081621741721065, 1.0090801979301756, 2.3341799443336964], "std": [0.06444435371536726, 0.0464089803153333, 0.034954011174917594, 0.25116724215218483, 0.06440894440352915, 0.2447413448028459, 0.051118374374700425, 0.03688064488811136, 0.038270713930844344, 0.1609266976898233, 0.05415387826470141, 0.13277969925829586], "min": [0.5695889964332538, 0.08027264471692537, 1.0622812282830325, -1.8615347926893813, 0.880697497066055, -2.2664538660873847, 0.5905228817070332, -0.1589774073251074, 1.0599791322908219, 1.3464418139450203, 0.9018765930829775, 2.0000575436325976], "max": [0.759779015305947, 0.23279687409396776, 1.1882544060161637, -1.1266386482019126, 1.0610534069956623, -1.5761398260651147, 0.7404388763938348, -0.044567848300875734, 1.2178664977289617, 1.954141235163658, 1.104804237998228, 2.54116328949913], "count": [115]}}} +{"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.35081558619281045]], [[0.3572081392973856]], [[0.3641053717320261]]], "std": [[[0.3632960923402355]], [[0.3542882343431023]], [[0.3525606830438373]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.10588235294117647]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4780681617647059]], [[0.49463494281045756]], [[0.46997292687908493]]], "std": [[[0.34537807636466095]], [[0.34602786336606933]], [[0.3537388251098652]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48137610089869276]], [[0.4914294852941177]], [[0.4673334334150327]]], "std": [[[0.34359052924778744]], [[0.3473225032007253]], [[0.35544747453570275]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38676098039215684]], [[0.4063992463235294]], [[0.38745741013071894]]], "std": [[[0.40450397178442615]], [[0.40580969718166904]], [[0.41350919079867215]]], "count": [100]}, "observation.state": {"min": [0.46008336544036865, -1.3850661516189575, 0.7939141988754272, -0.5468690395355225, -1.575727105140686, 1.123183250427246, -0.996604859828949, -1.3522831201553345, 0.8265939354896545, 0.035238802433013916, 0.24013885855674744, -1.0637445449829102, 12.233333587646484, 62.224998474121094, 16.565555572509766, -0.05937499925494194, 0.9419999718666077, -0.5674999952316284, 1.7287499904632568, -0.23111110925674438, 1.5425000190734863, -3.228749990463257, 1.0099999904632568, 4.312222003936768, 7.730000019073486, 64.0522232055664, 0.5249999761581421, -0.550000011920929, 0.8662500381469727, 0.7868750095367432, 0.6974999904632568, 0.6206250190734863, 0.75, 0.7193750143051147, 0.625, -3.275624990463257], "max": [1.1861134767532349, -0.7776802778244019, 1.530956745147705, -0.2716582715511322, -0.34614136815071106, 1.430414080619812, -0.4144970178604126, -0.6848545670509338, 1.4961471557617188, 0.21307793259620667, 1.039245367050171, -1.0285773277282715, 67.12249755859375, 84.26437377929688, 59.25062561035156, 7.531111240386963, 38.05125045776367, 103.0875015258789, 68.76187133789062, 112.55937194824219, 80.17312622070312, 110.4468765258789, 85.72250366210938, 110.5425033569336, 68.37750244140625, 72.16875457763672, 2.84375, 7.43363618850708, 45.63062286376953, 109.9781265258789, 69.09625244140625, 108.51687622070312, 76.49625396728516, 109.91250610351562, 78.73062896728516, -3.184375047683716], "mean": [0.9425182342529297, -0.9996181726455688, 1.0140190124511719, -0.4002080261707306, -1.074561357498169, 1.2497777938842773, -0.8150894045829773, -0.9537537693977356, 1.0196141004562378, 0.152301624417305, 0.7795477509498596, -1.045891523361206, 39.85266876220703, 75.37774658203125, 37.08103942871094, 1.194385051727295, 21.38912010192871, 37.466697692871094, 36.45875549316406, 36.5886344909668, 37.67007064819336, 54.902931213378906, 33.82624816894531, 74.37580871582031, 35.37002944946289, 67.63899993896484, 1.160988688468933, 3.0970401763916016, 10.42269229888916, 22.319849014282227, 14.861445426940918, 21.769073486328125, 15.801041603088379, 23.52113151550293, 14.623414039611816, -3.225332021713257], "std": [0.2344682812690735, 0.15631280839443207, 0.20990042388439178, 0.05509728565812111, 0.35458874702453613, 0.10625217854976654, 0.2204722762107849, 0.17460337281227112, 0.19711440801620483, 0.05904001742601395, 0.24273893237113953, 0.010949906893074512, 14.00452709197998, 6.841907501220703, 8.919817924499512, 1.641762137413025, 10.849432945251465, 38.85350036621094, 19.868589401245117, 35.82148742675781, 22.02933692932129, 34.49081039428711, 24.22774314880371, 31.672319412231445, 16.35301399230957, 2.3973329067230225, 0.5494825839996338, 1.8825455904006958, 15.188638687133789, 36.81975555419922, 22.403440475463867, 35.921051025390625, 24.44147300720215, 37.82382583618164, 24.87685775756836, 0.016676731407642365], "count": [127]}, "action": {"min": [0.46008336544036865, -1.3850661516189575, 0.7939141988754272, -0.5468690395355225, -1.575727105140686, 1.123183250427246, -0.996604859828949, -1.3522831201553345, 0.8265939354896545, 0.035238802433013916, 0.24013885855674744, -1.0637445449829102, 12.233333587646484, 62.224998474121094, 16.565555572509766, -0.05937499925494194, 0.9419999718666077, -0.5674999952316284, 1.7287499904632568, -0.23111110925674438, 1.5425000190734863, -3.228749990463257, 1.0099999904632568, 4.312222003936768, 7.730000019073486, 64.0522232055664, 0.5249999761581421, -0.550000011920929, 0.8662500381469727, 0.7868750095367432, 0.6974999904632568, 0.6206250190734863, 0.75, 0.7193750143051147, 0.625, -3.275624990463257], "max": [1.1861134767532349, -0.7776802778244019, 1.530956745147705, -0.2716582715511322, -0.34614136815071106, 1.430414080619812, -0.4144970178604126, -0.6848545670509338, 1.4961471557617188, 0.21307793259620667, 1.039245367050171, -1.0285773277282715, 67.12249755859375, 84.26437377929688, 59.25062561035156, 7.531111240386963, 38.05125045776367, 103.0875015258789, 68.76187133789062, 112.55937194824219, 80.17312622070312, 110.4468765258789, 85.72250366210938, 110.5425033569336, 68.37750244140625, 72.16875457763672, 2.84375, 7.43363618850708, 45.63062286376953, 109.9781265258789, 69.09625244140625, 108.51687622070312, 76.49625396728516, 109.91250610351562, 78.73062896728516, -3.184375047683716], "mean": [0.9425179958343506, -0.9996179938316345, 1.0140190124511719, -0.40020808577537537, -1.0745612382888794, 1.2497780323028564, -0.8150894641876221, -0.9537535905838013, 1.0196138620376587, 0.1523016393184662, 0.7795477509498596, -1.0458914041519165, 39.8526725769043, 75.37773132324219, 37.08103561401367, 1.1943849325180054, 21.389116287231445, 37.46669387817383, 36.458744049072266, 36.58863830566406, 37.67007064819336, 54.90293884277344, 33.82624435424805, 74.37581634521484, 35.37002182006836, 67.63900756835938, 1.160988688468933, 3.0970399379730225, 10.422689437866211, 22.31985092163086, 14.861449241638184, 21.769073486328125, 15.801044464111328, 23.521129608154297, 14.62341594696045, -3.2253334522247314], "std": [0.2344682514667511, 0.15631279349327087, 0.20990042388439178, 0.05509728565812111, 0.3545888066291809, 0.10625218600034714, 0.22047223150730133, 0.17460335791110992, 0.19711440801620483, 0.05904002487659454, 0.24273891746997833, 0.010949907824397087, 14.004526138305664, 6.841907501220703, 8.919818878173828, 1.641762137413025, 10.849431991577148, 38.85349655151367, 19.86859130859375, 35.82148742675781, 22.029335021972656, 34.49081039428711, 24.227739334106445, 31.672321319580078, 16.35301399230957, 2.3973331451416016, 0.5494824647903442, 1.8825454711914062, 15.188638687133789, 36.819759368896484, 22.403440475463867, 35.92104721069336, 24.44147300720215, 37.823829650878906, 24.876853942871094, 0.016676735132932663], "count": [127]}, "timestamp": {"min": [0.0], "max": [4.2], "mean": [2.1], "std": [1.2220201853215575], "count": [127]}, "frame_index": {"min": [0], "max": [126], "mean": [63.0], "std": [36.66060555964672], "count": [127]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [127]}, "index": {"min": [2891], "max": [3017], "mean": [2954.0], "std": [36.66060555964672], "count": [127]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [127]}, "subtask_annotation": {"mean": [3.6692913385826773, 7.0, 7.0, 7.0, 7.0], "std": [1.8867758531013281, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [127]}, "scene_annotation": {"mean": [18.0], "std": [0.0], "min": [18], "max": [18], "count": [127]}, "eef_direction_state": {"mean": [3.338582677165354, 3.7716535433070866], "std": [1.9771150239598188, 2.115518128221525], "min": [0, 0], "max": [6, 6], "count": [127]}, "eef_velocity_state": {"mean": [1.4724409448818898, 1.2598425196850394], "std": [0.7189972419377337, 0.8530870152070724], "min": [0, 0], "max": [2, 2], "count": [127]}, "eef_acc_mag_state": {"mean": [1.125984251968504, 0.8188976377952756], "std": [0.8034583318944318, 0.8173061458099228], "min": [0, 0], "max": [2, 2], "count": [127]}, "eef_direction_action": {"mean": [3.338582677165354, 3.7716535433070866], "std": [1.9771150239598188, 2.115518128221525], "min": [0, 0], "max": [6, 6], "count": [127]}, "eef_velocity_action": {"mean": [1.4724409448818898, 1.2598425196850394], "std": [0.7189972419377337, 0.8530870152070724], "min": [0, 0], "max": [2, 2], "count": [127]}, "eef_acc_mag_action": {"mean": [1.125984251968504, 0.8188976377952756], "std": [0.8034583318944318, 0.8173061458099228], "min": [0, 0], "max": [2, 2], "count": [127]}, "eef_sim_pose_state": {"mean": [0.640088017966352, 0.17224577718089648, 1.1504289317488579, -1.4063198654922002, 0.9971910147853632, -1.875145427737835, 0.638279184696779, -0.13282978174484053, 1.1462266783049422, 1.627995354455574, 0.9825051841649118, 2.2392514846314904], "std": [0.06362951568682809, 0.042623271726196704, 0.034004265509717684, 0.2597833816016452, 0.08011274279855886, 0.24792957696683104, 0.05418779961940934, 0.039510116312534024, 0.04590609761815826, 0.19941706316456878, 0.046539435951342974, 0.1746177567171918], "min": [0.5726948535992155, 0.08028146986027918, 1.0690413653131434, -1.868839303276676, 0.8994032385672521, -2.285621667796786, 0.596251622988609, -0.16932992081252818, 1.0582003592588953, 1.0170643427538084, 0.884946192749954, 1.705483870339115], "max": [0.7814787905886766, 0.2341714098543622, 1.2259777438700477, -0.9134749238748183, 1.1395542278739743, -1.3841897660414229, 0.7621796383682342, -0.051851345357620454, 1.2664465188859397, 1.9281689653788625, 1.0697685319303165, 2.4929691326848884], "count": [127]}, "eef_sim_pose_action": {"mean": [0.640088017966352, 0.17224577718089648, 1.1504289317488579, -1.4063198654922002, 0.9971910147853632, -1.875145427737835, 0.638279184696779, -0.13282978174484053, 1.1462266783049422, 1.627995354455574, 0.9825051841649118, 2.2392514846314904], "std": [0.06362951568682809, 0.042623271726196704, 0.034004265509717684, 0.2597833816016452, 0.08011274279855886, 0.24792957696683104, 0.05418779961940934, 0.039510116312534024, 0.04590609761815826, 0.19941706316456878, 0.046539435951342974, 0.1746177567171918], "min": [0.5726948535992155, 0.08028146986027918, 1.0690413653131434, -1.868839303276676, 0.8994032385672521, -2.285621667796786, 0.596251622988609, -0.16932992081252818, 1.0582003592588953, 1.0170643427538084, 0.884946192749954, 1.705483870339115], "max": [0.7814787905886766, 0.2341714098543622, 1.2259777438700477, -0.9134749238748183, 1.1395542278739743, -1.3841897660414229, 0.7621796383682342, -0.051851345357620454, 1.2664465188859397, 1.9281689653788625, 1.0697685319303165, 2.4929691326848884], "count": [127]}}} +{"episode_index": 19, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34702251021241826]], [[0.3526779922385621]], [[0.36221898080065357]]], "std": [[[0.36128091281836944]], [[0.3543529474748735]], [[0.3520332511392738]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.10196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48471405228758174]], [[0.4959748549836601]], [[0.4728682169117647]]], "std": [[[0.34402361869732545]], [[0.347571047157972]], [[0.3554927946716852]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.480506683006536]], [[0.4910792933006536]], [[0.4691239440359477]]], "std": [[[0.3463332686517561]], [[0.34829330771283307]], [[0.3540872361377686]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38600718954248364]], [[0.4056465870098039]], [[0.386520625]]], "std": [[[0.4054584490725842]], [[0.4063277356127085]], [[0.4145541566766993]]], "count": [100]}, "observation.state": {"min": [0.4482337534427643, -1.3781042098999023, 0.8293914198875427, -0.5347571969032288, -1.505111813545227, 1.0879205465316772, -0.9157558679580688, -1.3757438659667969, 0.8582563996315002, 0.01637960597872734, 0.19862954318523407, -1.119231939315796, 9.654375076293945, 62.34375, -1.2237499952316284, -0.0018749982118606567, 0.8949999809265137, -0.04555555433034897, 0.9344444274902344, -1.0049999952316284, 1.03125, 0.23749999701976776, 0.9587500095367432, 12.86199951171875, 7.482222080230713, 63.89250183105469, 0.515625, -0.6800000071525574, 0.9544444680213928, 0.765625, 0.6512500047683716, 0.9181250333786011, 0.8856250047683716, 0.8274999856948853, 0.5718749761581421, -3.244999885559082], "max": [1.1951416730880737, -0.8281198143959045, 1.570797085762024, -0.3227759897708893, -0.2705615162849426, 1.3606994152069092, -0.3952086567878723, -0.7745013236999512, 1.4902342557907104, 0.173142209649086, 0.9349330067634583, -1.1000324487686157, 68.70874786376953, 83.33562469482422, 47.45624923706055, 4.949999809265137, 38.09062576293945, 101.0731201171875, 71.95375061035156, 111.54187774658203, 81.74500274658203, 109.4643783569336, 84.71687316894531, 109.78125, 59.62125015258789, 71.4018783569336, 0.5787500143051147, 8.432000160217285, 46.823123931884766, 106.42375183105469, 62.93375015258789, 108.61062622070312, 77.98125457763672, 110.00125122070312, 80.58000183105469, -3.1581249237060547], "mean": [0.9281461834907532, -1.007327914237976, 1.0445895195007324, -0.3891203999519348, -1.0393953323364258, 1.2190576791763306, -0.7593876123428345, -0.9829002022743225, 1.0410302877426147, 0.11932846158742905, 0.6795316934585571, -1.1142768859863281, 37.210365295410156, 74.66461944580078, 8.377455711364746, 1.3579506874084473, 20.636911392211914, 26.297134399414062, 29.211101531982422, 25.01548957824707, 24.735984802246094, 48.68168640136719, 17.887405395507812, 73.0189208984375, 31.190082550048828, 66.85140991210938, 0.5414716601371765, 2.6008009910583496, 10.531062126159668, 23.008859634399414, 14.095205307006836, 23.601966857910156, 16.67700958251953, 25.73713493347168, 15.928244590759277, -3.2029411792755127], "std": [0.24756352603435516, 0.156496062874794, 0.22062520682811737, 0.05746829882264137, 0.38456183671951294, 0.11209021508693695, 0.19511763751506805, 0.1710660457611084, 0.18501807749271393, 0.052406903356313705, 0.20280417799949646, 0.004917625803500414, 14.891617774963379, 7.585019588470459, 15.607196807861328, 1.4258617162704468, 10.777591705322266, 34.520450592041016, 18.690799713134766, 40.7061653137207, 22.34159278869629, 33.73104476928711, 27.40909194946289, 30.837608337402344, 14.185179710388184, 2.335983991622925, 0.013162516057491302, 2.0125417709350586, 15.287388801574707, 36.719520568847656, 21.151714324951172, 37.409183502197266, 25.51819610595703, 39.09684753417969, 26.291475296020508, 0.01563633792102337], "count": [123]}, "action": {"min": [0.4482337534427643, -1.3781042098999023, 0.8293914198875427, -0.5347571969032288, -1.505111813545227, 1.0879205465316772, -0.9157558679580688, -1.3757438659667969, 0.8582563996315002, 0.01637960597872734, 0.19862954318523407, -1.119231939315796, 9.654375076293945, 62.34375, -1.2237499952316284, -0.0018749982118606567, 0.8949999809265137, -0.04555555433034897, 0.9344444274902344, -1.0049999952316284, 1.03125, 0.23749999701976776, 0.9587500095367432, 12.86199951171875, 7.482222080230713, 63.89250183105469, 0.515625, -0.6800000071525574, 0.9544444680213928, 0.765625, 0.6512500047683716, 0.9181250333786011, 0.8856250047683716, 0.8274999856948853, 0.5718749761581421, -3.244999885559082], "max": [1.1951416730880737, -0.8281198143959045, 1.570797085762024, -0.3227759897708893, -0.2705615162849426, 1.3606994152069092, -0.3952086567878723, -0.7745013236999512, 1.4902342557907104, 0.173142209649086, 0.9349330067634583, -1.1000324487686157, 68.70874786376953, 83.33562469482422, 47.45624923706055, 4.949999809265137, 38.09062576293945, 101.0731201171875, 71.95375061035156, 111.54187774658203, 81.74500274658203, 109.4643783569336, 84.71687316894531, 109.78125, 59.62125015258789, 71.4018783569336, 0.5787500143051147, 8.432000160217285, 46.823123931884766, 106.42375183105469, 62.93375015258789, 108.61062622070312, 77.98125457763672, 110.00125122070312, 80.58000183105469, -3.1581249237060547], "mean": [0.9281464219093323, -1.0073277950286865, 1.0445897579193115, -0.3891204297542572, -1.0393953323364258, 1.219057559967041, -0.7593878507614136, -0.9829002022743225, 1.0410302877426147, 0.11932844668626785, 0.6795318722724915, -1.114276647567749, 37.210357666015625, 74.66461944580078, 8.377452850341797, 1.357950210571289, 20.636899948120117, 26.297138214111328, 29.211091995239258, 25.015480041503906, 24.73598289489746, 48.68167495727539, 17.887409210205078, 73.01891326904297, 31.190095901489258, 66.85138702392578, 0.5414717197418213, 2.600801467895508, 10.531064987182617, 23.00885581970215, 14.095205307006836, 23.601959228515625, 16.67700958251953, 25.737125396728516, 15.92824935913086, -3.2029411792755127], "std": [0.24756352603435516, 0.156496062874794, 0.22062523663043976, 0.05746829882264137, 0.3845618963241577, 0.11209021508693695, 0.19511763751506805, 0.1710660308599472, 0.18501807749271393, 0.052406907081604004, 0.20280420780181885, 0.004917625803500414, 14.891615867614746, 7.585019111633301, 15.607194900512695, 1.4258617162704468, 10.777591705322266, 34.52045440673828, 18.6908016204834, 40.7061767578125, 22.34158706665039, 33.731040954589844, 27.409095764160156, 30.83760643005371, 14.185178756713867, 2.3359837532043457, 0.013162516988813877, 2.0125415325164795, 15.287388801574707, 36.719512939453125, 21.151714324951172, 37.409183502197266, 25.5181941986084, 39.09685134887695, 26.29147720336914, 0.015636343508958817], "count": [123]}, "timestamp": {"min": [0.0], "max": [4.066666666666666], "mean": [2.033333333333333], "std": [1.1835289353204428], "count": [123]}, "frame_index": {"min": [0], "max": [122], "mean": [61.0], "std": [35.505868059613285], "count": [123]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [123]}, "index": {"min": [3018], "max": [3140], "mean": [3079.0], "std": [35.505868059613285], "count": [123]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [123]}, "subtask_annotation": {"mean": [3.6422764227642275, 7.0, 7.0, 7.0, 7.0], "std": [1.925988633474606, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [123]}, "scene_annotation": {"mean": [19.0], "std": [0.0], "min": [19], "max": [19], "count": [123]}, "eef_direction_state": {"mean": [3.105691056910569, 3.6504065040650406], "std": [1.9076781449065698, 2.0521008067181565], "min": [0, 0], "max": [6, 6], "count": [123]}, "eef_velocity_state": {"mean": [1.4308943089430894, 1.3170731707317074], "std": [0.6635859813792474, 0.757800338063808], "min": [0, 0], "max": [2, 2], "count": [123]}, "eef_acc_mag_state": {"mean": [1.1869918699186992, 1.008130081300813], "std": [0.7687979583394522, 0.8114619443596213], "min": [0, 0], "max": [2, 2], "count": [123]}, "eef_direction_action": {"mean": [3.105691056910569, 3.6504065040650406], "std": [1.9076781449065698, 2.0521008067181565], "min": [0, 0], "max": [6, 6], "count": [123]}, "eef_velocity_action": {"mean": [1.4308943089430894, 1.3170731707317074], "std": [0.6635859813792474, 0.757800338063808], "min": [0, 0], "max": [2, 2], "count": [123]}, "eef_acc_mag_action": {"mean": [1.1869918699186992, 1.008130081300813], "std": [0.7687979583394522, 0.8114619443596213], "min": [0, 0], "max": [2, 2], "count": [123]}, "eef_sim_pose_state": {"mean": [0.6469322890416039, 0.17298150772292642, 1.149074273239293, -1.432401947632497, 0.9825311796801285, -1.9061602161105593, 0.6435659911026459, -0.1156991776808161, 1.1386829787235755, 1.729823431710804, 1.058757593306051, 2.3666271047648255], "std": [0.067396708322185, 0.03905723680253158, 0.03145273833897135, 0.26615894621184283, 0.07250388707757881, 0.22682485889804052, 0.04904376201233081, 0.04129485178620082, 0.037381333944509876, 0.17983552397547, 0.04241214952321222, 0.15886023309306874], "min": [0.5776072815975242, 0.09298684547676439, 1.0717985778631895, -1.9084121317785105, 0.9015061525159362, -2.2976044026322957, 0.6061335534148916, -0.1601024808456983, 1.066067730124769, 1.176273399179028, 0.9616185712427856, 1.863539628126764], "max": [0.7890098737444182, 0.22191798594013606, 1.195626493937336, -1.0845289056008878, 1.1022443485548856, -1.5841729240674893, 0.7550446276956013, -0.03099135952486798, 1.2323730317581973, 1.9991602339125332, 1.1366434598527202, 2.62026053237541], "count": [123]}, "eef_sim_pose_action": {"mean": [0.6469322890416039, 0.17298150772292642, 1.149074273239293, -1.432401947632497, 0.9825311796801285, -1.9061602161105593, 0.6435659911026459, -0.1156991776808161, 1.1386829787235755, 1.729823431710804, 1.058757593306051, 2.3666271047648255], "std": [0.067396708322185, 0.03905723680253158, 0.03145273833897135, 0.26615894621184283, 0.07250388707757881, 0.22682485889804052, 0.04904376201233081, 0.04129485178620082, 0.037381333944509876, 0.17983552397547, 0.04241214952321222, 0.15886023309306874], "min": [0.5776072815975242, 0.09298684547676439, 1.0717985778631895, -1.9084121317785105, 0.9015061525159362, -2.2976044026322957, 0.6061335534148916, -0.1601024808456983, 1.066067730124769, 1.176273399179028, 0.9616185712427856, 1.863539628126764], "max": [0.7890098737444182, 0.22191798594013606, 1.195626493937336, -1.0845289056008878, 1.1022443485548856, -1.5841729240674893, 0.7550446276956013, -0.03099135952486798, 1.2323730317581973, 1.9991602339125332, 1.1366434598527202, 2.62026053237541], "count": [123]}}} +{"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.3456300633169934]], [[0.3522062642973856]], [[0.3592867544934641]]], "std": [[[0.36183336964631874]], [[0.35312870164692833]], [[0.35122237062901374]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4895711519607843]], [[0.5064832679738562]], [[0.48360311683006535]]], "std": [[[0.34355207093646717]], [[0.34421339307171533]], [[0.35164367043194494]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.11764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49512800653594774]], [[0.5038667544934641]], [[0.48175662377450984]]], "std": [[[0.34339395692001495]], [[0.3486279076656893]], [[0.3555364871197691]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38632117034313723]], [[0.4090968443627451]], [[0.38819154003267975]]], "std": [[[0.4021729036216153]], [[0.40641047487763876]], [[0.4150621926584227]]], "count": [100]}, "observation.state": {"min": [0.45021265745162964, -1.3863060474395752, 0.8089188933372498, -0.4658054709434509, -1.6075592041015625, 1.0795280933380127, -0.9771496057510376, -1.3813706636428833, 0.822991132736206, 0.07977607101202011, 0.17001888155937195, -1.1355891227722168, 10.513333320617676, 60.21111297607422, -1.1675000190734863, -0.4737499952316284, 0.6577777862548828, 0.3320000171661377, 1.1277778148651123, -0.9600000381469727, 0.7599999904632568, -0.011250019073486328, 0.9355555772781372, 0.4055555760860443, 8.362222671508789, 65.98249816894531, 0.4950000047683716, -0.7124999761581421, 0.7091666460037231, 0.6931250095367432, 0.7037500143051147, 0.9043750166893005, 0.9212499856948853, 0.8012499809265137, 0.6987500190734863, -3.2406249046325684], "max": [1.2151904106140137, -0.7919220328330994, 1.5590190887451172, -0.32349127531051636, -0.27783340215682983, 1.3331855535507202, -0.41371023654937744, -0.6939675807952881, 1.5219205617904663, 0.2294575423002243, 1.092058539390564, -1.0695620775222778, 62.51499938964844, 80.01687622070312, 37.76250076293945, 9.176666259765625, 40.68562698364258, 105.32749938964844, 72.84937286376953, 111.94937133789062, 80.56749725341797, 109.03125, 84.17749786376953, 108.96937561035156, 69.7143783569336, 74.07500457763672, 0.6150000095367432, 7.15500020980835, 46.71312713623047, 110.73062896728516, 71.71062469482422, 110.64688110351562, 81.53312683105469, 110.49625396728516, 84.36624908447266, -3.1362500190734863], "mean": [0.9498103260993958, -0.995466947555542, 1.0282963514328003, -0.3918173611164093, -1.0960732698440552, 1.1944993734359741, -0.7773802280426025, -0.9704437255859375, 1.0347142219543457, 0.16160190105438232, 0.7217890024185181, -1.1236248016357422, 42.311729431152344, 73.3680648803711, 5.926497459411621, 1.4618779420852661, 22.534791946411133, 54.69103240966797, 38.481903076171875, 30.657672882080078, 36.41604232788086, 46.11623764038086, 29.95333480834961, 70.19013214111328, 31.071455001831055, 70.5776596069336, 0.5351253747940063, 3.0987348556518555, 11.69762134552002, 26.480112075805664, 17.268213272094727, 26.5838680267334, 19.261552810668945, 27.604860305786133, 18.812278747558594, -3.1992647647857666], "std": [0.24394813179969788, 0.1582726389169693, 0.21612326800823212, 0.03249206021428108, 0.41119077801704407, 0.0995708629488945, 0.21456556022167206, 0.18469804525375366, 0.21109722554683685, 0.04690691828727722, 0.24883322417736053, 0.01827373169362545, 13.41450023651123, 5.654239654541016, 12.490042686462402, 2.216848611831665, 11.271500587463379, 38.364009857177734, 21.889789581298828, 39.36989212036133, 21.895212173461914, 33.563697814941406, 24.328580856323242, 29.843982696533203, 20.424448013305664, 3.108868360519409, 0.02275514416396618, 2.164050340652466, 16.78730583190918, 40.5779914855957, 25.358558654785156, 40.10154724121094, 28.412010192871094, 41.27438735961914, 29.348403930664062, 0.0240938700735569], "count": [130]}, "action": {"min": [0.45021265745162964, -1.3863060474395752, 0.8089188933372498, -0.4658054709434509, -1.6075592041015625, 1.0795280933380127, -0.9771496057510376, -1.3813706636428833, 0.822991132736206, 0.07977607101202011, 0.17001888155937195, -1.1355891227722168, 10.513333320617676, 60.21111297607422, -1.1675000190734863, -0.4737499952316284, 0.6577777862548828, 0.3320000171661377, 1.1277778148651123, -0.9600000381469727, 0.7599999904632568, -0.011250019073486328, 0.9355555772781372, 0.4055555760860443, 8.362222671508789, 65.98249816894531, 0.4950000047683716, -0.7124999761581421, 0.7091666460037231, 0.6931250095367432, 0.7037500143051147, 0.9043750166893005, 0.9212499856948853, 0.8012499809265137, 0.6987500190734863, -3.2406249046325684], "max": [1.2151904106140137, -0.7919220328330994, 1.5590190887451172, -0.32349127531051636, -0.27783340215682983, 1.3331855535507202, -0.41371023654937744, -0.6939675807952881, 1.5219205617904663, 0.2294575423002243, 1.092058539390564, -1.0695620775222778, 62.51499938964844, 80.01687622070312, 37.76250076293945, 9.176666259765625, 40.68562698364258, 105.32749938964844, 72.84937286376953, 111.94937133789062, 80.56749725341797, 109.03125, 84.17749786376953, 108.96937561035156, 69.7143783569336, 74.07500457763672, 0.6150000095367432, 7.15500020980835, 46.71312713623047, 110.73062896728516, 71.71062469482422, 110.64688110351562, 81.53312683105469, 110.49625396728516, 84.36624908447266, -3.1362500190734863], "mean": [0.949810266494751, -0.9954670667648315, 1.0282961130142212, -0.39181745052337646, -1.0960736274719238, 1.1944996118545532, -0.777380108833313, -0.9704435467720032, 1.0347143411636353, 0.16160184144973755, 0.7217890024185181, -1.1236250400543213, 42.31171798706055, 73.3680648803711, 5.926505088806152, 1.4618780612945557, 22.534799575805664, 54.6910400390625, 38.481903076171875, 30.657676696777344, 36.416053771972656, 46.11624526977539, 29.953338623046875, 70.19014739990234, 31.07145881652832, 70.57764434814453, 0.5351254343986511, 3.0987348556518555, 11.697623252868652, 26.48011589050293, 17.26821517944336, 26.583866119384766, 19.26154899597168, 27.60485076904297, 18.81226348876953, -3.199265956878662], "std": [0.24394813179969788, 0.1582726240158081, 0.21612325310707092, 0.03249206393957138, 0.41119080781936646, 0.0995708480477333, 0.21456556022167206, 0.18469804525375366, 0.21109722554683685, 0.04690692573785782, 0.24883320927619934, 0.0182737335562706, 13.41450023651123, 5.654238700866699, 12.490039825439453, 2.216848611831665, 11.271501541137695, 38.364009857177734, 21.889785766601562, 39.36989212036133, 21.895214080810547, 33.56369400024414, 24.328582763671875, 29.843978881835938, 20.42444610595703, 3.10886812210083, 0.022755153477191925, 2.164050340652466, 16.78730010986328, 40.57798385620117, 25.358556747436523, 40.1015510559082, 28.41200828552246, 41.27438735961914, 29.348403930664062, 0.0240938737988472], "count": [130]}, "timestamp": {"min": [0.0], "max": [4.3], "mean": [2.15], "std": [1.2508885730640529], "count": [130]}, "frame_index": {"min": [0], "max": [129], "mean": [64.5], "std": [37.526657191921586], "count": [130]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [130]}, "index": {"min": [3141], "max": [3270], "mean": [3205.5], "std": [37.526657191921586], "count": [130]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [130]}, "subtask_annotation": {"mean": [3.4, 7.0, 7.0, 7.0, 7.0], "std": [1.9199358963657716, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [130]}, "scene_annotation": {"mean": [20.0], "std": [0.0], "min": [20], "max": [20], "count": [130]}, "eef_direction_state": {"mean": [3.1769230769230767, 3.9307692307692306], "std": [1.9979427288911429, 2.0045657942977675], "min": [0, 0], "max": [6, 6], "count": [130]}, "eef_velocity_state": {"mean": [1.3076923076923077, 1.3384615384615384], "std": [0.7216024245882194, 0.8185714211952633], "min": [0, 0], "max": [2, 2], "count": [130]}, "eef_acc_mag_state": {"mean": [1.1153846153846154, 1.0153846153846153], "std": [0.819330077043391, 0.8226095006335283], "min": [0, 0], "max": [2, 2], "count": [130]}, "eef_direction_action": {"mean": [3.1769230769230767, 3.9307692307692306], "std": [1.9979427288911429, 2.0045657942977675], "min": [0, 0], "max": [6, 6], "count": [130]}, "eef_velocity_action": {"mean": [1.3076923076923077, 1.3384615384615384], "std": [0.7216024245882194, 0.8185714211952633], "min": [0, 0], "max": [2, 2], "count": [130]}, "eef_acc_mag_action": {"mean": [1.1153846153846154, 1.0153846153846153], "std": [0.819330077043391, 0.8226095006335283], "min": [0, 0], "max": [2, 2], "count": [130]}, "eef_sim_pose_state": {"mean": [0.6408878715908204, 0.17988794301240668, 1.1558854435958643, -1.391412318478787, 0.953502035115063, -1.8622361639707072, 0.6443299480629394, -0.12671972723364028, 1.1444750301032056, 1.6760003329239352, 1.0363355515252595, 2.282942805530638], "std": [0.06532925096613958, 0.04643384986991512, 0.041435784215151296, 0.32146766688161565, 0.08076277726615867, 0.30649793442368717, 0.05630433755908747, 0.039750766944362755, 0.049373541513555184, 0.2612318071617758, 0.03609375815255503, 0.242477241211254], "min": [0.574339388794417, 0.08069276876765398, 1.0660742045184788, -1.904407003908786, 0.8505082548835317, -2.338116441333539, 0.5976503696206623, -0.17903133929220227, 1.0620640980621026, 0.9504851794105071, 0.9561299447579472, 1.590576684495873], "max": [0.7837901815943855, 0.2464480603494435, 1.2207774176346968, -0.9565815462265397, 1.0864689881899605, -1.397792986729424, 0.7634314125873349, -0.04574396621469762, 1.2692556089922329, 2.048643379464242, 1.1091205673093278, 2.615213211460943], "count": [130]}, "eef_sim_pose_action": {"mean": [0.6408878715908204, 0.17988794301240668, 1.1558854435958643, -1.391412318478787, 0.953502035115063, -1.8622361639707072, 0.6443299480629394, -0.12671972723364028, 1.1444750301032056, 1.6760003329239352, 1.0363355515252595, 2.282942805530638], "std": [0.06532925096613958, 0.04643384986991512, 0.041435784215151296, 0.32146766688161565, 0.08076277726615867, 0.30649793442368717, 0.05630433755908747, 0.039750766944362755, 0.049373541513555184, 0.2612318071617758, 0.03609375815255503, 0.242477241211254], "min": [0.574339388794417, 0.08069276876765398, 1.0660742045184788, -1.904407003908786, 0.8505082548835317, -2.338116441333539, 0.5976503696206623, -0.17903133929220227, 1.0620640980621026, 0.9504851794105071, 0.9561299447579472, 1.590576684495873], "max": [0.7837901815943855, 0.2464480603494435, 1.2207774176346968, -0.9565815462265397, 1.0864689881899605, -1.397792986729424, 0.7634314125873349, -0.04574396621469762, 1.2692556089922329, 2.048643379464242, 1.1091205673093278, 2.615213211460943], "count": [130]}}} +{"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.36023194035947714]], [[0.3623738541666667]], [[0.365605414624183]]], "std": [[[0.3746926666289419]], [[0.36747065021708075]], [[0.36941291668225645]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4812499509803922]], [[0.49355548202614374]], [[0.4712046446078431]]], "std": [[[0.3399361903269586]], [[0.3441697591998977]], [[0.351463281100817]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5009866952614379]], [[0.5104172017973857]], [[0.4876581924019608]]], "std": [[[0.340064876190208]], [[0.3453971929088178]], [[0.35340509211965754]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3969695241013072]], [[0.402882091503268]], [[0.37893780841503266]]], "std": [[[0.39615982275742245]], [[0.4067105750965376]], [[0.4140136261166341]]], "count": [100]}, "observation.state": {"min": [0.4433461129665375, -1.3708086013793945, 0.8234997391700745, -0.6030889749526978, -1.5975559949874878, 1.149147391319275, -0.9664682745933533, -1.274152159690857, 0.8204479217529297, 0.0433928444981575, 0.30079346895217896, -1.1164358854293823, 17.41812515258789, 63.05500030517578, 4.6077775955200195, -0.02812500111758709, 1.1274999380111694, 0.37416666746139526, 0.9462500214576721, -0.9018750190734863, 0.78125, 0.38499999046325684, 1.0631250143051147, 0.6150000095367432, 15.594374656677246, 64.86062622070312, 0.6122222542762756, -0.35875001549720764, 1.140625, 0.5993750095367432, 0.65625, 0.48875004053115845, 0.9543750286102295, 0.8324999809265137, 0.6909090876579285, -3.286250114440918], "max": [1.188105583190918, -0.7948467135429382, 1.5310282707214355, -0.28701266646385193, -0.27668899297714233, 1.5003910064697266, -0.4721713662147522, -0.6811245679855347, 1.3551204204559326, 0.17693312466144562, 1.1398701667785645, -1.0696097612380981, 63.39374923706055, 82.02249908447266, 54.56125259399414, 4.829999923706055, 40.3125, 108.8237533569336, 66.49624633789062, 112.12187194824219, 78.91937255859375, 109.65687561035156, 81.94312286376953, 110.6468734741211, 70.51312255859375, 75.85062408447266, 2.341249942779541, 7.558000087738037, 45.962501525878906, 109.64749908447266, 73.59562683105469, 111.40875244140625, 85.3862533569336, 109.29437255859375, 87.66312408447266, -3.174375057220459], "mean": [0.9182548522949219, -0.9857403635978699, 1.021055817604065, -0.43328750133514404, -1.0701643228530884, 1.2860186100006104, -0.8129637837409973, -0.9225492477416992, 0.9857099652290344, 0.13389235734939575, 0.7772790789604187, -1.108886957168579, 45.43341064453125, 74.85833740234375, 33.699859619140625, 1.006917119026184, 22.16259002685547, 67.27186584472656, 34.91952133178711, 51.00600051879883, 38.744415283203125, 56.228057861328125, 35.6193733215332, 74.31195068359375, 32.039085388183594, 70.36687469482422, 1.3799923658370972, 2.8990187644958496, 11.437252044677734, 24.517621994018555, 17.255617141723633, 25.748001098632812, 19.58258056640625, 26.756938934326172, 18.842256546020508, -3.228795051574707], "std": [0.24665547907352448, 0.1595074087381363, 0.20926488935947418, 0.06223302334547043, 0.4163135290145874, 0.13184188306331635, 0.18411220610141754, 0.16012968122959137, 0.14984630048274994, 0.040565233677625656, 0.19174325466156006, 0.013367373496294022, 13.291110038757324, 6.376839637756348, 11.18603515625, 1.10525643825531, 10.097221374511719, 38.44747543334961, 16.76140785217285, 34.27686309814453, 21.014137268066406, 31.339744567871094, 23.50924301147461, 27.50448989868164, 19.199068069458008, 3.88468337059021, 0.5643944144248962, 2.232959508895874, 16.21747589111328, 38.9586181640625, 25.890148162841797, 40.29668045043945, 29.4522705078125, 40.69044876098633, 30.508779525756836, 0.02609267458319664], "count": [139]}, "action": {"min": [0.4433461129665375, -1.3708086013793945, 0.8234997391700745, -0.6030889749526978, -1.5975559949874878, 1.149147391319275, -0.9664682745933533, -1.274152159690857, 0.8204479217529297, 0.0433928444981575, 0.30079346895217896, -1.1164358854293823, 17.41812515258789, 63.05500030517578, 4.6077775955200195, -0.02812500111758709, 1.1274999380111694, 0.37416666746139526, 0.9462500214576721, -0.9018750190734863, 0.78125, 0.38499999046325684, 1.0631250143051147, 0.6150000095367432, 15.594374656677246, 64.86062622070312, 0.6122222542762756, -0.35875001549720764, 1.140625, 0.5993750095367432, 0.65625, 0.48875004053115845, 0.9543750286102295, 0.8324999809265137, 0.6909090876579285, -3.286250114440918], "max": [1.188105583190918, -0.7948467135429382, 1.5310282707214355, -0.28701266646385193, -0.27668899297714233, 1.5003910064697266, -0.4721713662147522, -0.6811245679855347, 1.3551204204559326, 0.17693312466144562, 1.1398701667785645, -1.0696097612380981, 63.39374923706055, 82.02249908447266, 54.56125259399414, 4.829999923706055, 40.3125, 108.8237533569336, 66.49624633789062, 112.12187194824219, 78.91937255859375, 109.65687561035156, 81.94312286376953, 110.6468734741211, 70.51312255859375, 75.85062408447266, 2.341249942779541, 7.558000087738037, 45.962501525878906, 109.64749908447266, 73.59562683105469, 111.40875244140625, 85.3862533569336, 109.29437255859375, 87.66312408447266, -3.174375057220459], "mean": [0.9182548522949219, -0.985740602016449, 1.0210556983947754, -0.43328768014907837, -1.0701645612716675, 1.2860186100006104, -0.8129640221595764, -0.9225490093231201, 0.9857098460197449, 0.13389231264591217, 0.7772791385650635, -1.10888671875, 45.43341064453125, 74.85835266113281, 33.699859619140625, 1.0069173574447632, 22.162593841552734, 67.2718734741211, 34.91950607299805, 51.00599670410156, 38.74441909790039, 56.22806930541992, 35.6193733215332, 74.31195831298828, 32.039093017578125, 70.36688232421875, 1.3799923658370972, 2.8990187644958496, 11.43725299835205, 24.517620086669922, 17.255611419677734, 25.74799156188965, 19.58258056640625, 26.756942749023438, 18.84225845336914, -3.2287955284118652], "std": [0.24665546417236328, 0.1595073938369751, 0.20926493406295776, 0.06223302707076073, 0.4163135290145874, 0.13184185326099396, 0.18411220610141754, 0.16012969613075256, 0.14984631538391113, 0.040565233677625656, 0.19174323976039886, 0.013367371633648872, 13.291108131408691, 6.376840591430664, 11.186036109924316, 1.10525643825531, 10.097221374511719, 38.44747543334961, 16.76140785217285, 34.27686309814453, 21.014137268066406, 31.33974838256836, 23.509239196777344, 27.504497528076172, 19.199068069458008, 3.884683847427368, 0.5643942952156067, 2.232959270477295, 16.21747589111328, 38.958621978759766, 25.89014434814453, 40.29668045043945, 29.452268600463867, 40.69045639038086, 30.508779525756836, 0.02609267830848694], "count": [139]}, "timestamp": {"min": [0.0], "max": [4.6], "mean": [2.3], "std": [1.3374935098492586], "count": [139]}, "frame_index": {"min": [0], "max": [138], "mean": [69.0], "std": [40.124805295477756], "count": [139]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [139]}, "index": {"min": [3271], "max": [3409], "mean": [3340.0], "std": [40.124805295477756], "count": [139]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [139]}, "subtask_annotation": {"mean": [3.5755395683453237, 7.0, 7.0, 7.0, 7.0], "std": [1.904097880268497, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [139]}, "scene_annotation": {"mean": [21.0], "std": [0.0], "min": [21], "max": [21], "count": [139]}, "eef_direction_state": {"mean": [3.6402877697841727, 4.251798561151079], "std": [1.9673858572819811, 1.763309205756563], "min": [0, 0], "max": [6, 6], "count": [139]}, "eef_velocity_state": {"mean": [1.2805755395683454, 1.2517985611510791], "std": [0.7959318955936311, 0.857413923190769], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_acc_mag_state": {"mean": [1.1798561151079137, 0.9064748201438849], "std": [0.7979451898844483, 0.821405063377961], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_direction_action": {"mean": [3.6402877697841727, 4.251798561151079], "std": [1.9673858572819811, 1.763309205756563], "min": [0, 0], "max": [6, 6], "count": [139]}, "eef_velocity_action": {"mean": [1.2805755395683454, 1.2517985611510791], "std": [0.7959318955936311, 0.857413923190769], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_acc_mag_action": {"mean": [1.1798561151079137, 0.9064748201438849], "std": [0.7979451898844483, 0.821405063377961], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_sim_pose_state": {"mean": [0.646007229642765, 0.18199215993735718, 1.1623756462291543, -1.382650442889549, 1.0089095285755176, -1.8265694555111902, 0.6298087998159562, -0.1311199621670813, 1.150091566686376, 1.6343100830306152, 1.051848357478872, 2.268950153693796], "std": [0.06271064038695212, 0.05207738413353131, 0.03835882391434347, 0.33867364239552034, 0.10681711969723312, 0.34724318140042176, 0.04072995856494657, 0.0419509917852248, 0.04781557341404401, 0.24646187981507525, 0.04528834819663594, 0.22784859790973666], "min": [0.5801103303875661, 0.08462840234385474, 1.0763647205986555, -1.9534662781289294, 0.8988925431787833, -2.370539211684853, 0.5993225044175734, -0.18454621363879498, 1.0645044679259534, 0.8992973422445163, 0.940827073591409, 1.5477253164140479], "max": [0.7803154929899896, 0.2493094638318701, 1.2258669722782258, -0.9193300391731097, 1.1872117035178635, -1.3466214491398596, 0.7250418166853465, -0.04661835632869887, 1.2783836971484133, 1.9403370721579825, 1.1107327360709198, 2.570683779035558], "count": [139]}, "eef_sim_pose_action": {"mean": [0.646007229642765, 0.18199215993735718, 1.1623756462291543, -1.382650442889549, 1.0089095285755176, -1.8265694555111902, 0.6298087998159562, -0.1311199621670813, 1.150091566686376, 1.6343100830306152, 1.051848357478872, 2.268950153693796], "std": [0.06271064038695212, 0.05207738413353131, 0.03835882391434347, 0.33867364239552034, 0.10681711969723312, 0.34724318140042176, 0.04072995856494657, 0.0419509917852248, 0.04781557341404401, 0.24646187981507525, 0.04528834819663594, 0.22784859790973666], "min": [0.5801103303875661, 0.08462840234385474, 1.0763647205986555, -1.9534662781289294, 0.8988925431787833, -2.370539211684853, 0.5993225044175734, -0.18454621363879498, 1.0645044679259534, 0.8992973422445163, 0.940827073591409, 1.5477253164140479], "max": [0.7803154929899896, 0.2493094638318701, 1.2258669722782258, -0.9193300391731097, 1.1872117035178635, -1.3466214491398596, 0.7250418166853465, -0.04661835632869887, 1.2783836971484133, 1.9403370721579825, 1.1107327360709198, 2.570683779035558], "count": [139]}}} +{"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.344299808006536]], [[0.3514566441993464]], [[0.35838570465686276]]], "std": [[[0.3551388998712933]], [[0.3473581439824212]], [[0.3458843507000507]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49228965073529407]], [[0.5037925285947712]], [[0.4843189338235294]]], "std": [[[0.341262772597926]], [[0.347369223605039]], [[0.3537919073477675]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.10980392156862745]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48182393178104577]], [[0.4910451225490196]], [[0.4677337275326797]]], "std": [[[0.34517317060119984]], [[0.34773777413605456]], [[0.35418263614525325]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3911312847222222]], [[0.41083657883986924]], [[0.3902570118464052]]], "std": [[[0.4060830791411934]], [[0.4067776156359094]], [[0.4145821962493436]]], "count": [100]}, "observation.state": {"min": [0.44227319955825806, -1.3597218990325928, 0.8193882703781128, -0.5452239513397217, -1.503543496131897, 1.154416561126709, -1.0130083560943604, -1.3579576015472412, 0.8390554785728455, 0.008147227577865124, 0.1788405030965805, -1.1420317888259888, 2.443333387374878, 62.23062515258789, 11.751818656921387, -0.4650000035762787, 0.6677777767181396, -0.07666666805744171, 1.0542856454849243, -0.7670000195503235, 0.8821428418159485, -3.1257143020629883, 0.9599999785423279, -0.24307693541049957, 2.6855554580688477, 60.68333435058594, 0.3487499952316284, -0.20874999463558197, 0.9049999713897705, 0.8273333311080933, 0.6240000128746033, 1.0, 0.9275000095367432, 0.75, 0.6100000143051147, -3.244374990463257], "max": [1.1773818731307983, -0.7985342741012573, 1.5520094633102417, -0.3193904161453247, -0.27587834000587463, 1.3893578052520752, -0.37868601083755493, -0.7668135166168213, 1.4997949600219727, 0.20842869579792023, 0.9441043138504028, -1.05296790599823, 64.52999877929688, 81.62687683105469, 53.94124984741211, 9.788000106811523, 44.393123626708984, 109.03125, 67.39812469482422, 112.0374984741211, 77.68937683105469, 110.32875061035156, 81.61437225341797, 110.17250061035156, 62.33000183105469, 76.1518783569336, 1.9912500381469727, 4.274444580078125, 35.459373474121094, 95.85124969482422, 55.24437713623047, 109.00125122070312, 69.98500061035156, 109.16000366210938, 75.65374755859375, -3.1525001525878906], "mean": [0.8878286480903625, -1.0008050203323364, 1.049094319343567, -0.39829614758491516, -0.9942407608032227, 1.261634349822998, -0.8088905215263367, -0.9427713751792908, 1.01171875, 0.1446584314107895, 0.7186431884765625, -1.104004979133606, 37.401546478271484, 73.10565948486328, 36.57309341430664, 1.7781193256378174, 19.76259422302246, 26.59905242919922, 27.799482345581055, 27.44021224975586, 24.79886817932129, 48.278480529785156, 19.212915420532227, 74.14163208007812, 29.16118621826172, 70.28407287597656, 1.0268045663833618, 1.282004714012146, 9.105399131774902, 22.468873977661133, 12.885279655456543, 25.763620376586914, 15.674548149108887, 26.591341018676758, 16.005449295043945, -3.205878257751465], "std": [0.232014462351799, 0.15518280863761902, 0.212559774518013, 0.05317835882306099, 0.35535377264022827, 0.08350874483585358, 0.25064918398857117, 0.1779533475637436, 0.20002180337905884, 0.06301279366016388, 0.24468062818050385, 0.023820221424102783, 15.183075904846191, 6.713626861572266, 8.93719482421875, 2.295438766479492, 12.182604789733887, 40.30757141113281, 18.169836044311523, 41.49164962768555, 22.02005958557129, 35.7360954284668, 26.698007583618164, 32.377315521240234, 17.88418197631836, 4.717166423797607, 0.5168190002441406, 1.0131559371948242, 12.727286338806152, 34.85572052001953, 19.565500259399414, 39.66675567626953, 24.137853622436523, 40.44288635253906, 25.786285400390625, 0.02257526107132435], "count": [135]}, "action": {"min": [0.44227319955825806, -1.3597218990325928, 0.8193882703781128, -0.5452239513397217, -1.503543496131897, 1.154416561126709, -1.0130083560943604, -1.3579576015472412, 0.8390554785728455, 0.008147227577865124, 0.1788405030965805, -1.1420317888259888, 2.443333387374878, 62.23062515258789, 11.751818656921387, -0.4650000035762787, 0.6677777767181396, -0.07666666805744171, 1.0542856454849243, -0.7670000195503235, 0.8821428418159485, -3.1257143020629883, 0.9599999785423279, -0.24307693541049957, 2.6855554580688477, 60.68333435058594, 0.3487499952316284, -0.20874999463558197, 0.9049999713897705, 0.8273333311080933, 0.6240000128746033, 1.0, 0.9275000095367432, 0.75, 0.6100000143051147, -3.244374990463257], "max": [1.1773818731307983, -0.7985342741012573, 1.5520094633102417, -0.3193904161453247, -0.27587834000587463, 1.3893578052520752, -0.37868601083755493, -0.7668135166168213, 1.4997949600219727, 0.20842869579792023, 0.9441043138504028, -1.05296790599823, 64.52999877929688, 81.62687683105469, 53.94124984741211, 9.788000106811523, 44.393123626708984, 109.03125, 67.39812469482422, 112.0374984741211, 77.68937683105469, 110.32875061035156, 81.61437225341797, 110.17250061035156, 62.33000183105469, 76.1518783569336, 1.9912500381469727, 4.274444580078125, 35.459373474121094, 95.85124969482422, 55.24437713623047, 109.00125122070312, 69.98500061035156, 109.16000366210938, 75.65374755859375, -3.1525001525878906], "mean": [0.887828528881073, -1.0008054971694946, 1.0490939617156982, -0.39829617738723755, -0.9942403435707092, 1.2616344690322876, -0.8088905215263367, -0.9427713751792908, 1.011718988418579, 0.14465844631195068, 0.7186431884765625, -1.1040050983428955, 37.40154266357422, 73.10565185546875, 36.573097229003906, 1.778119444847107, 19.76259994506836, 26.59905433654785, 27.799482345581055, 27.440217971801758, 24.79887580871582, 48.278472900390625, 19.212913513183594, 74.14163208007812, 29.161191940307617, 70.2840576171875, 1.0268045663833618, 1.282004714012146, 9.105401039123535, 22.4688720703125, 12.88528060913086, 25.76361656188965, 15.674551963806152, 26.591339111328125, 16.00545883178711, -3.2058780193328857], "std": [0.23201441764831543, 0.15518280863761902, 0.2125597894191742, 0.05317835509777069, 0.35535380244255066, 0.08350874483585358, 0.2506491541862488, 0.17795336246490479, 0.20002181828022003, 0.06301278620958328, 0.24468064308166504, 0.023820217698812485, 15.183074951171875, 6.713626861572266, 8.93719482421875, 2.295438766479492, 12.182602882385254, 40.30757141113281, 18.169837951660156, 41.49164581298828, 22.020061492919922, 35.7360954284668, 26.698007583618164, 32.377315521240234, 17.884180068969727, 4.717166423797607, 0.5168190598487854, 1.0131559371948242, 12.727288246154785, 34.85572052001953, 19.565502166748047, 39.66675567626953, 24.137853622436523, 40.44289016723633, 25.78628921508789, 0.0225752554833889], "count": [135]}, "timestamp": {"min": [0.0], "max": [4.466666666666667], "mean": [2.233333333333334], "std": [1.2990024662822652], "count": [135]}, "frame_index": {"min": [0], "max": [134], "mean": [67.0], "std": [38.97007398846795], "count": [135]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [135]}, "index": {"min": [3410], "max": [3544], "mean": [3477.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [135]}, "subtask_annotation": {"mean": [3.577777777777778, 7.0, 7.0, 7.0, 7.0], "std": [1.9030839169783664, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [135]}, "scene_annotation": {"mean": [22.0], "std": [0.0], "min": [22], "max": [22], "count": [135]}, "eef_direction_state": {"mean": [2.911111111111111, 3.948148148148148], "std": [2.042027556917359, 2.147586133377273], "min": [0, 0], "max": [6, 6], "count": [135]}, "eef_velocity_state": {"mean": [1.4222222222222223, 1.1481481481481481], "std": [0.6935327348589881, 0.8478165290562661], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_state": {"mean": [1.0592592592592593, 0.8518518518518519], "std": [0.8143432979147737, 0.8121167451061186], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_direction_action": {"mean": [2.911111111111111, 3.948148148148148], "std": [2.042027556917359, 2.147586133377273], "min": [0, 0], "max": [6, 6], "count": [135]}, "eef_velocity_action": {"mean": [1.4222222222222223, 1.1481481481481481], "std": [0.6935327348589881, 0.8478165290562661], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_action": {"mean": [1.0592592592592593, 0.8518518518518519], "std": [0.8143432979147737, 0.8121167451061186], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_sim_pose_state": {"mean": [0.6540023160079078, 0.17213768309230243, 1.1542681212762, -1.425672931669622, 1.0151589120033153, -1.8879261674508574, 0.6370023565456905, -0.13248251775762895, 1.1390550777154125, 1.7430798575541795, 1.0487098480195638, 2.347178779834363], "std": [0.06304140060923175, 0.040000638506183, 0.03682543270480498, 0.2843357252315045, 0.056724974245564205, 0.26919571938581566, 0.0567230096492608, 0.04430894829495949, 0.036842415863953606, 0.14222834647509539, 0.057968171838134866, 0.11135729019629467], "min": [0.5841792049725636, 0.09787171282199766, 1.0625678442762316, -1.9013976913628359, 0.9484475001425321, -2.3202762270469637, 0.5921651316958976, -0.17522567959997903, 1.0703477433773203, 1.382841729860497, 0.9415600862547597, 2.091014288574737], "max": [0.7875590798302528, 0.23711854294991314, 1.2070728024124247, -1.021549652004202, 1.166656361248505, -1.453368891276532, 0.7642497516016684, -0.046740948179412684, 1.2236268679534437, 1.9851162985063178, 1.1803785908117352, 2.563183490444671], "count": [135]}, "eef_sim_pose_action": {"mean": [0.6540023160079078, 0.17213768309230243, 1.1542681212762, -1.425672931669622, 1.0151589120033153, -1.8879261674508574, 0.6370023565456905, -0.13248251775762895, 1.1390550777154125, 1.7430798575541795, 1.0487098480195638, 2.347178779834363], "std": [0.06304140060923175, 0.040000638506183, 0.03682543270480498, 0.2843357252315045, 0.056724974245564205, 0.26919571938581566, 0.0567230096492608, 0.04430894829495949, 0.036842415863953606, 0.14222834647509539, 0.057968171838134866, 0.11135729019629467], "min": [0.5841792049725636, 0.09787171282199766, 1.0625678442762316, -1.9013976913628359, 0.9484475001425321, -2.3202762270469637, 0.5921651316958976, -0.17522567959997903, 1.0703477433773203, 1.382841729860497, 0.9415600862547597, 2.091014288574737], "max": [0.7875590798302528, 0.23711854294991314, 1.2070728024124247, -1.021549652004202, 1.166656361248505, -1.453368891276532, 0.7642497516016684, -0.046740948179412684, 1.2236268679534437, 1.9851162985063178, 1.1803785908117352, 2.563183490444671], "count": [135]}}} +{"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.35577005923202615]], [[0.3620478941993464]], [[0.36932718954248367]]], "std": [[[0.36636994979478527]], [[0.35896281293749427]], [[0.3580996051816492]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.08627450980392157]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3373509375]], [[0.3779284089052288]], [[0.3662057781862745]]], "std": [[[0.21377195943427385]], [[0.20896231911081525]], [[0.21541297595168807]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4760224285130719]], [[0.48882404003267976]], [[0.4678348835784314]]], "std": [[[0.343969721485716]], [[0.34349143918326536]], [[0.3494340824149108]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3819674448529412]], [[0.4044181801470588]], [[0.38668906045751633]]], "std": [[[0.4027933500349967]], [[0.4038319506899873]], [[0.41074477759293393]]], "count": [100]}, "observation.state": {"min": [0.4783226549625397, -1.3297998905181885, 0.8591646552085876, -0.6169651746749878, -1.4412782192230225, 1.1264337301254272, -1.0139858722686768, -1.361748456954956, 0.8561370968818665, 0.042343784123659134, 0.2846284508705139, -1.019196629524231, 13.806875228881836, 64.69000244140625, -1.3068749904632568, -0.6168749928474426, 0.715833306312561, -0.26124998927116394, 0.9106249809265137, -0.9430000185966492, 0.7774999737739563, -3.2311110496520996, 0.9643750190734863, 0.11874999850988388, 22.180999755859375, 65.34625244140625, 0.5, -0.4518750011920929, 0.9449999928474426, 0.8309090733528137, 0.631428599357605, 0.8062500357627869, 0.9581249952316284, -0.0006250003352761269, 0.5987499952316284, -3.3756251335144043], "max": [1.1396820545196533, -0.7954400777816772, 1.4638646841049194, -0.32692453265190125, -0.3117847442626953, 1.597261905670166, -0.47698748111724854, -0.7204165458679199, 1.480315923690796, 0.19612611830234528, 1.1099878549575806, -1.0018501281738281, 58.788124084472656, 78.79812622070312, 31.3643741607666, 6.891250133514404, 22.048124313354492, 102.0374984741211, 28.06624984741211, 108.06500244140625, 24.809999465942383, 110.08999633789062, 29.525625228881836, 110.640625, 63.23625183105469, 75.68937683105469, 4.447500228881836, 7.117500305175781, 33.959373474121094, 86.5893783569336, 39.96812438964844, 97.00125122070312, 40.60375213623047, 109.13687896728516, 45.092498779296875, 109.82500457763672], "mean": [0.9429818391799927, -0.9925264716148376, 0.9900346398353577, -0.42155858874320984, -1.0271556377410889, 1.268653392791748, -0.8830940127372742, -0.9468697309494019, 1.011883020401001, 0.14235487580299377, 0.820873498916626, -1.0146801471710205, 33.31321716308594, 72.16877746582031, 6.814958095550537, 2.8528926372528076, 7.210968971252441, 24.81184959411621, 7.712652206420898, 27.21877670288086, 6.241816520690918, 29.856399536132812, 6.647154331207275, 38.111595153808594, 33.920860290527344, 71.4522933959961, 0.8522718548774719, 1.029906153678894, 8.055769920349121, 16.38226318359375, 10.024906158447266, 18.226818084716797, 9.067889213562012, 21.408729553222656, 7.552320957183838, 25.191837310791016], "std": [0.22573910653591156, 0.12234381586313248, 0.17271067202091217, 0.07001832872629166, 0.2983836829662323, 0.12241742759943008, 0.19364972412586212, 0.15030483901500702, 0.16086986660957336, 0.055803537368774414, 0.2011011838912964, 0.006080820225179195, 15.951253890991211, 4.2572126388549805, 11.437336921691895, 2.2641217708587646, 8.100753784179688, 38.08157730102539, 9.19228744506836, 41.22719955444336, 8.11638355255127, 42.82807159423828, 9.744894981384277, 45.21033477783203, 13.561565399169922, 3.1647000312805176, 0.6176168918609619, 1.9149214029312134, 11.508166313171387, 28.41954231262207, 14.656103134155273, 32.25, 12.870407104492188, 37.4257698059082, 13.00339126586914, 42.67068862915039], "count": [178]}, "action": {"min": [0.4783226549625397, -1.3297998905181885, 0.8591646552085876, -0.6169651746749878, -1.4412782192230225, 1.1264337301254272, -1.0139858722686768, -1.361748456954956, 0.8561370968818665, 0.042343784123659134, 0.2846284508705139, -1.019196629524231, 13.806875228881836, 64.69000244140625, -1.3068749904632568, -0.6168749928474426, 0.715833306312561, -0.26124998927116394, 0.9106249809265137, -0.9430000185966492, 0.7774999737739563, -3.2311110496520996, 0.9643750190734863, 0.11874999850988388, 22.180999755859375, 65.34625244140625, 0.5, -0.4518750011920929, 0.9449999928474426, 0.8309090733528137, 0.631428599357605, 0.8062500357627869, 0.9581249952316284, -0.0006250003352761269, 0.5987499952316284, -3.3756251335144043], "max": [1.1396820545196533, -0.7954400777816772, 1.4638646841049194, -0.32692453265190125, -0.3117847442626953, 1.597261905670166, -0.47698748111724854, -0.7204165458679199, 1.480315923690796, 0.19612611830234528, 1.1099878549575806, -1.0018501281738281, 58.788124084472656, 78.79812622070312, 31.3643741607666, 6.891250133514404, 22.048124313354492, 102.0374984741211, 28.06624984741211, 108.06500244140625, 24.809999465942383, 110.08999633789062, 29.525625228881836, 110.640625, 63.23625183105469, 75.68937683105469, 4.447500228881836, 7.117500305175781, 33.959373474121094, 86.5893783569336, 39.96812438964844, 97.00125122070312, 40.60375213623047, 109.13687896728516, 45.092498779296875, 109.82500457763672], "mean": [0.9429821968078613, -0.992526113986969, 0.9900346398353577, -0.421558678150177, -1.0271556377410889, 1.268653392791748, -0.8830943703651428, -0.9468696713447571, 1.0118829011917114, 0.1423548460006714, 0.8208736181259155, -1.0146805047988892, 33.31322479248047, 72.1688003540039, 6.814955234527588, 2.8528928756713867, 7.210962772369385, 24.81184196472168, 7.712649822235107, 27.218801498413086, 6.241816520690918, 29.85637855529785, 6.647149562835693, 38.11158752441406, 33.92086410522461, 71.45230865478516, 0.8522718548774719, 1.0299060344696045, 8.055771827697754, 16.38225746154785, 10.02490520477295, 18.22681427001953, 9.067888259887695, 21.40873146057129, 7.5523247718811035, 25.191837310791016], "std": [0.22573906183242798, 0.12234380096197128, 0.17271068692207336, 0.07001833617687225, 0.2983836829662323, 0.12241742759943008, 0.19364973902702332, 0.15030483901500702, 0.16086988151073456, 0.055803537368774414, 0.2011011838912964, 0.006080819759517908, 15.951255798339844, 4.2572126388549805, 11.437338829040527, 2.2641212940216064, 8.100753784179688, 38.08157730102539, 9.192285537719727, 41.22720718383789, 8.116382598876953, 42.82807922363281, 9.744894981384277, 45.21033477783203, 13.561564445495605, 3.1647002696990967, 0.6176168322563171, 1.9149212837219238, 11.508166313171387, 28.41954231262207, 14.656106948852539, 32.250003814697266, 12.870407104492188, 37.4257698059082, 13.003390312194824, 42.670684814453125], "count": [178]}, "timestamp": {"min": [0.0], "max": [5.9], "mean": [2.95], "std": [1.7127787688756277], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [178]}, "index": {"min": [3545], "max": [3722], "mean": [3633.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [178]}, "subtask_annotation": {"mean": [3.640449438202247, 7.0, 7.0, 7.0, 7.0], "std": [1.861781139524311, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [178]}, "scene_annotation": {"mean": [23.0], "std": [0.0], "min": [23], "max": [23], "count": [178]}, "eef_direction_state": {"mean": [3.556179775280899, 4.438202247191011], "std": [1.857172857830048, 1.838752973735709], "min": [0, 0], "max": [6, 6], "count": [178]}, "eef_velocity_state": {"mean": [1.3202247191011236, 0.9775280898876404], "std": [0.6392902973867085, 0.8802135605251195], "min": [0, 0], "max": [2, 2], "count": [178]}, "eef_acc_mag_state": {"mean": [1.1179775280898876, 0.7134831460674157], "std": [0.7879801796618732, 0.8086180486437021], "min": [0, 0], "max": [2, 2], "count": [178]}, "eef_direction_action": {"mean": [3.556179775280899, 4.438202247191011], "std": [1.857172857830048, 1.838752973735709], "min": [0, 0], "max": [6, 6], "count": [178]}, "eef_velocity_action": {"mean": [1.3202247191011236, 0.9775280898876404], "std": [0.6392902973867085, 0.8802135605251195], "min": [0, 0], "max": [2, 2], "count": [178]}, "eef_acc_mag_action": {"mean": [1.1179775280898876, 0.7134831460674157], "std": [0.7879801796618732, 0.8086180486437021], "min": [0, 0], "max": [2, 2], "count": [178]}, "eef_sim_pose_state": {"mean": [0.6354467962569357, 0.17171810016193556, 1.136762172763089, -1.4989064306518551, 0.9951723926190978, -1.9494760464686411, 0.6283235757349398, -0.14095962207563337, 1.1293754583662428, 1.6743079481673488, 0.9684719101289149, 2.285455561645547], "std": [0.05673593273454082, 0.037449886826608596, 0.04583197325034165, 0.2775450896454141, 0.06255165896542282, 0.2786707741054442, 0.0446728741294531, 0.04021434916464787, 0.04189009373422044, 0.18318544580137427, 0.03362013779470741, 0.16572991079059812], "min": [0.5834374023970046, 0.09014558196651193, 1.0479483383078851, -1.9944314487171906, 0.9293820464082727, -2.4185267401935175, 0.5963525401241644, -0.1838187364567283, 1.0567032459182517, 1.0920375289748723, 0.8874271429395915, 1.7349952513607572], "max": [0.7675655114208341, 0.24111968460867012, 1.216206682994847, -1.028648060455856, 1.1464050143826752, -1.4667491649647098, 0.747028307581611, -0.045208844695097034, 1.2493814842681863, 1.9361775661174303, 1.0308437925424414, 2.5376683461227154], "count": [178]}, "eef_sim_pose_action": {"mean": [0.6354467962569357, 0.17171810016193556, 1.136762172763089, -1.4989064306518551, 0.9951723926190978, -1.9494760464686411, 0.6283235757349398, -0.14095962207563337, 1.1293754583662428, 1.6743079481673488, 0.9684719101289149, 2.285455561645547], "std": [0.05673593273454082, 0.037449886826608596, 0.04583197325034165, 0.2775450896454141, 0.06255165896542282, 0.2786707741054442, 0.0446728741294531, 0.04021434916464787, 0.04189009373422044, 0.18318544580137427, 0.03362013779470741, 0.16572991079059812], "min": [0.5834374023970046, 0.09014558196651193, 1.0479483383078851, -1.9944314487171906, 0.9293820464082727, -2.4185267401935175, 0.5963525401241644, -0.1838187364567283, 1.0567032459182517, 1.0920375289748723, 0.8874271429395915, 1.7349952513607572], "max": [0.7675655114208341, 0.24111968460867012, 1.216206682994847, -1.028648060455856, 1.1464050143826752, -1.4667491649647098, 0.747028307581611, -0.045208844695097034, 1.2493814842681863, 1.9361775661174303, 1.0308437925424414, 2.5376683461227154], "count": [178]}}} +{"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.34388884395424835]], [[0.3506918300653595]], [[0.35513065767973856]]], "std": [[[0.3569126201534523]], [[0.34994394326162975]], [[0.3516535510481968]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.01568627450980392]], [[0.11372549019607843]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48394170955882354]], [[0.4960704391339869]], [[0.47479061070261436]]], "std": [[[0.3416847680611441]], [[0.34686368022898967]], [[0.353665129636106]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.11764705882352941]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49640419117647056]], [[0.5031926593137255]], [[0.48222148897058825]]], "std": [[[0.34427233229400195]], [[0.35109553718322817]], [[0.35881789690820864]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38924622753267973]], [[0.4097501593137255]], [[0.3885456678921569]]], "std": [[[0.4046221555529347]], [[0.4062907964229862]], [[0.41406105867927523]]], "count": [100]}, "observation.state": {"min": [0.43097200989723206, -1.3578860759735107, 0.8354314565658569, -0.526340901851654, -1.4852750301361084, 1.1435153484344482, -1.0210193395614624, -1.389786958694458, 0.7713435888290405, 0.02548733539879322, 0.1528286337852478, -1.1724650859832764, 12.58187484741211, 63.106876373291016, -1.2549999952316284, 0.22562500834465027, 0.7283333539962769, 0.4893749952316284, 0.9675000309944153, 1.1677777767181396, 0.8025000095367432, -3.240000009536743, 0.9561538696289062, 0.6516666412353516, 13.572500228881836, 62.49625015258789, 0.5575000047683716, -0.30687499046325684, 0.8133333325386047, 0.7799999713897705, 0.6512500047683716, 0.9931250214576721, 1.024999976158142, 0.653333306312561, 0.6243749856948853, -3.2406249046325684], "max": [1.1831040382385254, -0.8332061767578125, 1.5290732383728027, -0.29139962792396545, -0.2549210488796234, 1.4572843313217163, -0.36638343334198, -0.7085060477256775, 1.5103808641433716, 0.3032730519771576, 1.0654373168945312, -1.0726853609085083, 69.6518783569336, 82.84562683105469, 50.442501068115234, 6.545000076293945, 38.328125, 97.91312408447266, 64.8531265258789, 112.5581283569336, 77.88687133789062, 110.57499694824219, 81.7456283569336, 109.24124908447266, 69.35562896728516, 74.72062683105469, 2.072499990463257, 7.909999847412109, 44.23500061035156, 108.27437591552734, 63.37687683105469, 109.97562408447266, 74.12812805175781, 110.09124755859375, 78.88187408447266, -3.1262500286102295], "mean": [0.9234809279441833, -0.985031008720398, 1.0222816467285156, -0.38022956252098083, -1.045182228088379, 1.261258602142334, -0.7932127714157104, -0.9595973491668701, 0.9907529950141907, 0.1837298423051834, 0.7959064245223999, -1.1259852647781372, 28.756134033203125, 76.5478515625, 11.53436279296875, 1.6680001020431519, 18.330381393432617, 21.51603889465332, 31.57421875, 26.165372848510742, 30.479799270629883, 53.540367126464844, 22.350440979003906, 78.58394622802734, 31.18625259399414, 71.01873016357422, 0.9856919050216675, 4.449832916259766, 10.153496742248535, 22.506488800048828, 13.392138481140137, 23.1967830657959, 15.494865417480469, 23.715412139892578, 14.938643455505371, -3.185701608657837], "std": [0.2428392469882965, 0.15114490687847137, 0.20358732342720032, 0.05373648554086685, 0.3806912899017334, 0.10023480653762817, 0.25936466455459595, 0.18762461841106415, 0.22988513112068176, 0.09220483899116516, 0.30104145407676697, 0.030445994809269905, 18.526241302490234, 6.349010467529297, 15.411287307739258, 1.3486651182174683, 9.726531028747559, 35.10270690917969, 16.08894920349121, 38.11747360229492, 19.582351684570312, 31.233749389648438, 23.12087059020996, 28.557872772216797, 17.560134887695312, 3.913107395172119, 0.34964579343795776, 1.9463729858398438, 15.311872482299805, 37.739051818847656, 21.6398868560791, 38.27648162841797, 24.677467346191406, 39.292625427246094, 25.77652931213379, 0.02803252823650837], "count": [151]}, "action": {"min": [0.43097200989723206, -1.3578860759735107, 0.8354314565658569, -0.526340901851654, -1.4852750301361084, 1.1435153484344482, -1.0210193395614624, -1.389786958694458, 0.7713435888290405, 0.02548733539879322, 0.1528286337852478, -1.1724650859832764, 12.58187484741211, 63.106876373291016, -1.2549999952316284, 0.22562500834465027, 0.7283333539962769, 0.4893749952316284, 0.9675000309944153, 1.1677777767181396, 0.8025000095367432, -3.240000009536743, 0.9561538696289062, 0.6516666412353516, 13.572500228881836, 62.49625015258789, 0.5575000047683716, -0.30687499046325684, 0.8133333325386047, 0.7799999713897705, 0.6512500047683716, 0.9931250214576721, 1.024999976158142, 0.653333306312561, 0.6243749856948853, -3.2406249046325684], "max": [1.1831040382385254, -0.8332061767578125, 1.5290732383728027, -0.29139962792396545, -0.2549210488796234, 1.4572843313217163, -0.36638343334198, -0.7085060477256775, 1.5103808641433716, 0.3032730519771576, 1.0654373168945312, -1.0726853609085083, 69.6518783569336, 82.84562683105469, 50.442501068115234, 6.545000076293945, 38.328125, 97.91312408447266, 64.8531265258789, 112.5581283569336, 77.88687133789062, 110.57499694824219, 81.7456283569336, 109.24124908447266, 69.35562896728516, 74.72062683105469, 2.072499990463257, 7.909999847412109, 44.23500061035156, 108.27437591552734, 63.37687683105469, 109.97562408447266, 74.12812805175781, 110.09124755859375, 78.88187408447266, -3.1262500286102295], "mean": [0.9234809279441833, -0.985031008720398, 1.0222817659378052, -0.380229651927948, -1.0451821088790894, 1.2612590789794922, -0.7932131886482239, -0.9595972299575806, 0.9907530546188354, 0.18372979760169983, 0.7959065437316895, -1.1259856224060059, 28.75613021850586, 76.5478286743164, 11.534361839294434, 1.6679999828338623, 18.330371856689453, 21.516021728515625, 31.574214935302734, 26.165369033813477, 30.479793548583984, 53.54037094116211, 22.35044288635254, 78.58392333984375, 31.186264038085938, 71.01873016357422, 0.985692024230957, 4.449832439422607, 10.153491020202637, 22.506481170654297, 13.392143249511719, 23.196781158447266, 15.494858741760254, 23.715415954589844, 14.938639640808105, -3.1857008934020996], "std": [0.24283923208713531, 0.15114490687847137, 0.2035873681306839, 0.05373648554086685, 0.3806912899017334, 0.10023479163646698, 0.25936466455459595, 0.18762461841106415, 0.22988514602184296, 0.09220482409000397, 0.30104145407676697, 0.030445987358689308, 18.5262393951416, 6.349009990692139, 15.411283493041992, 1.3486648797988892, 9.726531028747559, 35.10270309448242, 16.088951110839844, 38.11748123168945, 19.582353591918945, 31.23374366760254, 23.12087631225586, 28.557872772216797, 17.560134887695312, 3.913107395172119, 0.3496457636356354, 1.9463729858398438, 15.311870574951172, 37.739044189453125, 21.639881134033203, 38.276485443115234, 24.677471160888672, 39.29262161254883, 25.77652931213379, 0.028032539412379265], "count": [151]}, "timestamp": {"min": [0.0], "max": [5.0], "mean": [2.4999999999999996], "std": [1.4529663145135578], "count": [151]}, "frame_index": {"min": [0], "max": [150], "mean": [75.0], "std": [43.58898943540674], "count": [151]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [151]}, "index": {"min": [3723], "max": [3873], "mean": [3798.0], "std": [43.58898943540674], "count": [151]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [151]}, "subtask_annotation": {"mean": [3.7218543046357615, 7.0, 7.0, 7.0, 7.0], "std": [1.8986190185101268, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [151]}, "scene_annotation": {"mean": [24.0], "std": [0.0], "min": [24], "max": [24], "count": [151]}, "eef_direction_state": {"mean": [3.3509933774834435, 4.132450331125828], "std": [1.9706410544589432, 1.8723342964683627], "min": [0, 0], "max": [6, 6], "count": [151]}, "eef_velocity_state": {"mean": [1.3112582781456954, 1.2847682119205297], "std": [0.7017993002245801, 0.848664579672583], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_acc_mag_state": {"mean": [1.0397350993377483, 0.8807947019867549], "std": [0.8525831003912012, 0.8212988608173499], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_direction_action": {"mean": [3.3509933774834435, 4.132450331125828], "std": [1.9706410544589432, 1.8723342964683627], "min": [0, 0], "max": [6, 6], "count": [151]}, "eef_velocity_action": {"mean": [1.3112582781456954, 1.2847682119205297], "std": [0.7017993002245801, 0.848664579672583], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_acc_mag_action": {"mean": [1.0397350993377483, 0.8807947019867549], "std": [0.8525831003912012, 0.8212988608173499], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_sim_pose_state": {"mean": [0.6431952674835404, 0.17388491721580293, 1.1565648855338782, -1.39852298750307, 1.02842971940509, -1.876950272166683, 0.6357078329394938, -0.12440847008663113, 1.1586032838117764, 1.5741631976060702, 1.0173703360940938, 2.1834431106213112], "std": [0.06146636075162588, 0.04543103046745093, 0.03341395199604103, 0.2950130128659439, 0.07282606912554355, 0.2950552061940792, 0.0610545044562806, 0.04464973887105247, 0.04612648961951008, 0.21441364070446287, 0.07162718568166593, 0.1875000539034542], "min": [0.5874984000689188, 0.0849242103313361, 1.0696288533023053, -1.9637042986011077, 0.9311443908992634, -2.393559439232693, 0.58007845646131, -0.16723835605995835, 1.059813923703056, 1.151681466591898, 0.8796684497929488, 1.8088103992619387], "max": [0.7804830146044263, 0.23359288095795133, 1.1928259834144082, -1.0900992250023838, 1.1653094644286863, -1.5315289746613292, 0.7615184225589785, -0.028862085897527423, 1.2491284498687523, 2.025807143673317, 1.1342233835386688, 2.63304179310074], "count": [151]}, "eef_sim_pose_action": {"mean": [0.6431952674835404, 0.17388491721580293, 1.1565648855338782, -1.39852298750307, 1.02842971940509, -1.876950272166683, 0.6357078329394938, -0.12440847008663113, 1.1586032838117764, 1.5741631976060702, 1.0173703360940938, 2.1834431106213112], "std": [0.06146636075162588, 0.04543103046745093, 0.03341395199604103, 0.2950130128659439, 0.07282606912554355, 0.2950552061940792, 0.0610545044562806, 0.04464973887105247, 0.04612648961951008, 0.21441364070446287, 0.07162718568166593, 0.1875000539034542], "min": [0.5874984000689188, 0.0849242103313361, 1.0696288533023053, -1.9637042986011077, 0.9311443908992634, -2.393559439232693, 0.58007845646131, -0.16723835605995835, 1.059813923703056, 1.151681466591898, 0.8796684497929488, 1.8088103992619387], "max": [0.7804830146044263, 0.23359288095795133, 1.1928259834144082, -1.0900992250023838, 1.1653094644286863, -1.5315289746613292, 0.7615184225589785, -0.028862085897527423, 1.2491284498687523, 2.025807143673317, 1.1342233835386688, 2.63304179310074], "count": [151]}}} +{"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.352327698120915]], [[0.35853031454248363]], [[0.3661491482843137]]], "std": [[[0.3617830176050073]], [[0.3538509672646656]], [[0.3513964093715343]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4826434987745098]], [[0.49534822508169934]], [[0.47448586805555554]]], "std": [[[0.34608454394409865]], [[0.34879717758604845]], [[0.3570079780096627]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49415028186274507]], [[0.4974220200163399]], [[0.4746141196895425]]], "std": [[[0.3441602952808815]], [[0.34990060516072646]], [[0.35780516955924285]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3870175449346405]], [[0.4070021282679739]], [[0.3858754350490196]]], "std": [[[0.4054475878604975]], [[0.4063703803987337]], [[0.4140410511378144]]], "count": [100]}, "observation.state": {"min": [0.450212687253952, -1.3534990549087524, 0.8120554685592651, -0.7185330390930176, -1.4671761989593506, 1.1709630489349365, -0.92827308177948, -1.408073902130127, 0.8058246970176697, -0.019097620621323586, 0.13694971799850464, -1.1398701667785645, 12.141111373901367, 65.11250305175781, 7.692727088928223, -0.37687498331069946, 0.8125, 0.5145454406738281, 0.8949999809265137, -0.8600000143051147, 0.8224999904632568, 0.15625, 0.9693750143051147, 0.8012499809265137, 7.708749771118164, 60.723751068115234, 0.5418750047683716, -0.4868749976158142, 0.9746153950691223, 0.7549999952316284, 0.5987499952316284, 0.8793750405311584, 0.7087500095367432, 0.6575000286102295, 0.6200000047683716, -3.2249999046325684], "max": [1.1781448125839233, -0.7895060181617737, 1.5511988401412964, -0.32144081592559814, -0.267628937959671, 1.6092307567596436, -0.35358014702796936, -0.6780303716659546, 1.4990320205688477, 0.21429388225078583, 1.015381932258606, -1.070038914680481, 64.49812316894531, 84.23187255859375, 51.994998931884766, 3.9749999046325684, 39.255001068115234, 107.6968765258789, 67.28312683105469, 112.87124633789062, 79.61499786376953, 110.1518783569336, 84.94249725341797, 109.78562927246094, 59.241249084472656, 74.55937957763672, 2.231250047683716, 9.066666603088379, 48.19937515258789, 108.13249969482422, 71.84124755859375, 109.00749969482422, 82.85625457763672, 110.02375030517578, 85.45999908447266, -3.1362500190734863], "mean": [0.9233000874519348, -0.9682076573371887, 1.0116171836853027, -0.43549084663391113, -1.01743745803833, 1.327306866645813, -0.7548967599868774, -0.9658269882202148, 1.0269923210144043, 0.131919264793396, 0.7045580148696899, -1.1067150831222534, 37.148677825927734, 76.83665466308594, 37.33260726928711, 1.1849945783615112, 14.613088607788086, 44.743961334228516, 26.03929328918457, 32.46500015258789, 23.501497268676758, 52.740013122558594, 17.129026412963867, 73.70367431640625, 26.196895599365234, 69.51075744628906, 0.9979946613311768, 2.8997931480407715, 9.98258113861084, 21.68792724609375, 13.779064178466797, 22.111888885498047, 15.515029907226562, 23.0468807220459, 15.461379051208496, -3.1840384006500244], "std": [0.23612657189369202, 0.1565100997686386, 0.21756216883659363, 0.09849213808774948, 0.36585548520088196, 0.14336611330509186, 0.2251037210226059, 0.18269118666648865, 0.18829070031642914, 0.08725736290216446, 0.243621826171875, 0.025213660672307014, 13.52147102355957, 6.911197662353516, 10.120918273925781, 1.313421368598938, 10.609795570373535, 35.542579650878906, 16.770954132080078, 39.44392395019531, 21.62747573852539, 31.93575668334961, 27.682126998901367, 26.59795379638672, 16.77606964111328, 4.297248840332031, 0.3739178776741028, 2.4015707969665527, 15.728639602661133, 36.84634780883789, 23.24492835998535, 36.81907653808594, 26.279464721679688, 38.435081481933594, 27.137182235717773, 0.020591968670487404], "count": [142]}, "action": {"min": [0.450212687253952, -1.3534990549087524, 0.8120554685592651, -0.7185330390930176, -1.4671761989593506, 1.1709630489349365, -0.92827308177948, -1.408073902130127, 0.8058246970176697, -0.019097620621323586, 0.13694971799850464, -1.1398701667785645, 12.141111373901367, 65.11250305175781, 7.692727088928223, -0.37687498331069946, 0.8125, 0.5145454406738281, 0.8949999809265137, -0.8600000143051147, 0.8224999904632568, 0.15625, 0.9693750143051147, 0.8012499809265137, 7.708749771118164, 60.723751068115234, 0.5418750047683716, -0.4868749976158142, 0.9746153950691223, 0.7549999952316284, 0.5987499952316284, 0.8793750405311584, 0.7087500095367432, 0.6575000286102295, 0.6200000047683716, -3.2249999046325684], "max": [1.1781448125839233, -0.7895060181617737, 1.5511988401412964, -0.32144081592559814, -0.267628937959671, 1.6092307567596436, -0.35358014702796936, -0.6780303716659546, 1.4990320205688477, 0.21429388225078583, 1.015381932258606, -1.070038914680481, 64.49812316894531, 84.23187255859375, 51.994998931884766, 3.9749999046325684, 39.255001068115234, 107.6968765258789, 67.28312683105469, 112.87124633789062, 79.61499786376953, 110.1518783569336, 84.94249725341797, 109.78562927246094, 59.241249084472656, 74.55937957763672, 2.231250047683716, 9.066666603088379, 48.19937515258789, 108.13249969482422, 71.84124755859375, 109.00749969482422, 82.85625457763672, 110.02375030517578, 85.45999908447266, -3.1362500190734863], "mean": [0.9232998490333557, -0.9682080745697021, 1.0116174221038818, -0.4354908764362335, -1.01743745803833, 1.3273065090179443, -0.7548965215682983, -0.9658266305923462, 1.0269922018051147, 0.13191920518875122, 0.7045579552650452, -1.106715440750122, 37.14866638183594, 76.8366470336914, 37.332611083984375, 1.1849944591522217, 14.613093376159668, 44.743953704833984, 26.039291381835938, 32.4649772644043, 23.501501083374023, 52.740013122558594, 17.129030227661133, 73.70368957519531, 26.19689178466797, 69.51077270507812, 0.9979946613311768, 2.8997929096221924, 9.982580184936523, 21.68791961669922, 13.779064178466797, 22.11188507080078, 15.515019416809082, 23.046884536743164, 15.461386680603027, -3.1840367317199707], "std": [0.23612655699253082, 0.15651008486747742, 0.21756219863891602, 0.09849213063716888, 0.3658554255962372, 0.14336611330509186, 0.2251037210226059, 0.18269121646881104, 0.18829070031642914, 0.08725734800100327, 0.24362187087535858, 0.025213655084371567, 13.521470069885254, 6.911197662353516, 10.120917320251465, 1.3134212493896484, 10.609794616699219, 35.542579650878906, 16.770954132080078, 39.44391632080078, 21.627473831176758, 31.93575668334961, 27.68212890625, 26.597951889038086, 16.77606773376465, 4.297248363494873, 0.3739178478717804, 2.4015707969665527, 15.728641510009766, 36.846351623535156, 23.244924545288086, 36.81907272338867, 26.279464721679688, 38.43508529663086, 27.137182235717773, 0.020591972395777702], "count": [142]}, "timestamp": {"min": [0.0], "max": [4.7], "mean": [2.35], "std": [1.3663617546039717], "count": [142]}, "frame_index": {"min": [0], "max": [141], "mean": [70.5], "std": [40.99085263811915], "count": [142]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [142]}, "index": {"min": [3874], "max": [4015], "mean": [3944.5], "std": [40.99085263811915], "count": [142]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [142]}, "subtask_annotation": {"mean": [3.619718309859155, 7.0, 7.0, 7.0, 7.0], "std": [1.8792131795439793, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [142]}, "scene_annotation": {"mean": [25.0], "std": [0.0], "min": [25], "max": [25], "count": [142]}, "eef_direction_state": {"mean": [3.232394366197183, 3.852112676056338], "std": [1.9270699240978841, 1.9498905101027106], "min": [0, 0], "max": [6, 6], "count": [142]}, "eef_velocity_state": {"mean": [1.3943661971830985, 1.2183098591549295], "std": [0.7016855609623185, 0.8567560599381965], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_acc_mag_state": {"mean": [1.0704225352112675, 0.9788732394366197], "std": [0.836221273735065, 0.8176599198292283], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_direction_action": {"mean": [3.232394366197183, 3.852112676056338], "std": [1.9270699240978841, 1.9498905101027106], "min": [0, 0], "max": [6, 6], "count": [142]}, "eef_velocity_action": {"mean": [1.3943661971830985, 1.2183098591549295], "std": [0.7016855609623185, 0.8567560599381965], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_acc_mag_action": {"mean": [1.0704225352112675, 0.9788732394366197], "std": [0.836221273735065, 0.8176599198292283], "min": [0, 0], "max": [2, 2], "count": [142]}, "eef_sim_pose_state": {"mean": [0.6459370100577948, 0.18180206672063084, 1.1517161439859034, -1.4559581262498542, 1.0593019871239426, -1.8943354157229366, 0.6431929872466087, -0.12093449579238648, 1.1509954215801284, 1.666188682846721, 1.048706377382134, 2.291616692418952], "std": [0.06524863645540041, 0.033381878911705215, 0.03289598962021906, 0.2995854629069937, 0.0729698664092002, 0.2653629279792229, 0.04806345640829979, 0.05014868430267637, 0.04725282932792231, 0.23769517711488214, 0.07462771677437258, 0.22303826443249863], "min": [0.5818798113125567, 0.11260534905382213, 1.0665855200075784, -2.006212273491979, 0.9777374390865887, -2.349562745652152, 0.6018606901319548, -0.17038218708161726, 1.0621171896123287, 1.0368035969950293, 0.923578376599389, 1.687575846914712], "max": [0.7889724020269366, 0.2284001813566236, 1.201946353552221, -1.063728898448198, 1.2325838591176876, -1.5246205654084177, 0.7540031767511786, -0.010289128081873655, 1.2607401308852015, 2.0900398729837484, 1.1847846676639842, 2.742128743730948], "count": [142]}, "eef_sim_pose_action": {"mean": [0.6459370100577948, 0.18180206672063084, 1.1517161439859034, -1.4559581262498542, 1.0593019871239426, -1.8943354157229366, 0.6431929872466087, -0.12093449579238648, 1.1509954215801284, 1.666188682846721, 1.048706377382134, 2.291616692418952], "std": [0.06524863645540041, 0.033381878911705215, 0.03289598962021906, 0.2995854629069937, 0.0729698664092002, 0.2653629279792229, 0.04806345640829979, 0.05014868430267637, 0.04725282932792231, 0.23769517711488214, 0.07462771677437258, 0.22303826443249863], "min": [0.5818798113125567, 0.11260534905382213, 1.0665855200075784, -2.006212273491979, 0.9777374390865887, -2.349562745652152, 0.6018606901319548, -0.17038218708161726, 1.0621171896123287, 1.0368035969950293, 0.923578376599389, 1.687575846914712], "max": [0.7889724020269366, 0.2284001813566236, 1.201946353552221, -1.063728898448198, 1.2325838591176876, -1.5246205654084177, 0.7540031767511786, -0.010289128081873655, 1.2607401308852015, 2.0900398729837484, 1.1847846676639842, 2.742128743730948], "count": [142]}}} +{"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.3479302716503268]], [[0.3552136090686275]], [[0.36436844566993465]]], "std": [[[0.35657177590237793]], [[0.3491634072361435]], [[0.3485443603948819]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48714108455882354]], [[0.502315733251634]], [[0.48127601102941175]]], "std": [[[0.34656336745424726]], [[0.3494246911826072]], [[0.3578156587507821]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4957978901143791]], [[0.5007416544117647]], [[0.4773400612745098]]], "std": [[[0.3417795197672129]], [[0.34888062111551615]], [[0.35724248486789933]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39143198937908497]], [[0.4116325531045752]], [[0.3930668198529412]]], "std": [[[0.4042134221648019]], [[0.4059092030919773]], [[0.4151460134498659]]], "count": [100]}, "observation.state": {"min": [0.43628883361816406, -1.3691872358322144, 0.853122353553772, -0.6797178983688354, -1.44551682472229, 1.1489566564559937, -0.8775845170021057, -1.3947460651397705, 0.8683019280433655, -0.02732318639755249, 0.1679207682609558, -1.0775730609893799, 17.454999923706055, 66.04437255859375, 4.935625076293945, -0.5606250166893005, 0.6980000138282776, 0.42374998331069946, 1.03125, -0.8337500095367432, 0.7512500286102295, -2.4693751335144043, 0.9481250047683716, 0.4050000011920929, 19.548124313354492, 59.938751220703125, 0.425555557012558, -0.3268750011920929, 0.8762500286102295, 0.7143750190734863, 0.6131249666213989, 0.23375001549720764, 1.0466667413711548, 0.6293749809265137, 0.6212500333786011, -3.226250171661377], "max": [1.1254163980484009, -0.7993396520614624, 1.5686036348342896, -0.3216315805912018, -0.2473868876695633, 1.578951120376587, -0.3347686231136322, -0.7068529725074768, 1.4908779859542847, 0.15437838435173035, 0.899625301361084, -1.0370413064956665, 56.963748931884766, 84.20249938964844, 53.06687545776367, 7.696249961853027, 39.4743766784668, 108.67375183105469, 58.15687561035156, 109.16062927246094, 77.74250030517578, 109.97875213623047, 83.65625, 109.7562484741211, 62.2756233215332, 72.98562622070312, 0.6156250238418579, 8.185555458068848, 47.75562286376953, 106.47500610351562, 65.26687622070312, 111.41312408447266, 83.66312408447266, 109.9937515258789, 86.09000396728516, -3.1419999599456787], "mean": [0.8839581608772278, -0.9862788319587708, 1.0512309074401855, -0.41968899965286255, -0.9825485348701477, 1.2953747510910034, -0.6974214911460876, -0.9665706157684326, 1.0434499979019165, 0.07973703742027283, 0.6592931747436523, -1.0708328485488892, 33.33399200439453, 76.93419647216797, 32.235267639160156, 1.2232011556625366, 12.994154930114746, 34.470680236816406, 21.734312057495117, 25.426036834716797, 16.06804656982422, 46.8660774230957, 16.72824478149414, 66.34503936767578, 32.80529022216797, 67.20491027832031, 0.5329232215881348, 3.4877443313598633, 9.649147987365723, 20.7051944732666, 12.737159729003906, 22.141958236694336, 15.806138038635254, 21.87218475341797, 15.641607284545898, -3.1846561431884766], "std": [0.22528992593288422, 0.1618441939353943, 0.2155456244945526, 0.09059315919876099, 0.3610500693321228, 0.1387992650270462, 0.21251752972602844, 0.19034123420715332, 0.19343477487564087, 0.06606919318437576, 0.21502310037612915, 0.011195089668035507, 11.868849754333496, 7.248602867126465, 10.137681007385254, 2.0669689178466797, 12.536541938781738, 35.087032318115234, 15.907413482666016, 40.11899948120117, 24.9158878326416, 33.76370620727539, 27.408845901489258, 31.259735107421875, 14.061552047729492, 4.812957763671875, 0.06923504918813705, 2.4471447467803955, 15.37043571472168, 35.482460021972656, 21.40680694580078, 37.21814727783203, 26.672245025634766, 37.12937927246094, 27.380878448486328, 0.017265141010284424], "count": [139]}, "action": {"min": [0.43628883361816406, -1.3691872358322144, 0.853122353553772, -0.6797178983688354, -1.44551682472229, 1.1489566564559937, -0.8775845170021057, -1.3947460651397705, 0.8683019280433655, -0.02732318639755249, 0.1679207682609558, -1.0775730609893799, 17.454999923706055, 66.04437255859375, 4.935625076293945, -0.5606250166893005, 0.6980000138282776, 0.42374998331069946, 1.03125, -0.8337500095367432, 0.7512500286102295, -2.4693751335144043, 0.9481250047683716, 0.4050000011920929, 19.548124313354492, 59.938751220703125, 0.425555557012558, -0.3268750011920929, 0.8762500286102295, 0.7143750190734863, 0.6131249666213989, 0.23375001549720764, 1.0466667413711548, 0.6293749809265137, 0.6212500333786011, -3.226250171661377], "max": [1.1254163980484009, -0.7993396520614624, 1.5686036348342896, -0.3216315805912018, -0.2473868876695633, 1.578951120376587, -0.3347686231136322, -0.7068529725074768, 1.4908779859542847, 0.15437838435173035, 0.899625301361084, -1.0370413064956665, 56.963748931884766, 84.20249938964844, 53.06687545776367, 7.696249961853027, 39.4743766784668, 108.67375183105469, 58.15687561035156, 109.16062927246094, 77.74250030517578, 109.97875213623047, 83.65625, 109.7562484741211, 62.2756233215332, 72.98562622070312, 0.6156250238418579, 8.185555458068848, 47.75562286376953, 106.47500610351562, 65.26687622070312, 111.41312408447266, 83.66312408447266, 109.9937515258789, 86.09000396728516, -3.1419999599456787], "mean": [0.883958101272583, -0.9862789511680603, 1.0512306690216064, -0.4196889102458954, -0.9825485348701477, 1.2953749895095825, -0.6974219083786011, -0.9665708541870117, 1.043450117111206, 0.07973707467317581, 0.6592931151390076, -1.0708329677581787, 33.333988189697266, 76.93416595458984, 32.23526382446289, 1.223201036453247, 12.99415111541748, 34.47067642211914, 21.73431968688965, 25.426040649414062, 16.068044662475586, 46.866092681884766, 16.728252410888672, 66.34505462646484, 32.80529022216797, 67.20494079589844, 0.5329233407974243, 3.487743616104126, 9.649148941040039, 20.705196380615234, 12.737154960632324, 22.141952514648438, 15.806138038635254, 21.872175216674805, 15.641613960266113, -3.1846554279327393], "std": [0.22528988122940063, 0.16184423863887787, 0.2155456244945526, 0.09059317409992218, 0.3610500693321228, 0.1387992650270462, 0.21251751482486725, 0.19034123420715332, 0.19343478977680206, 0.06606919318437576, 0.21502310037612915, 0.011195089668035507, 11.868850708007812, 7.248602867126465, 10.137680053710938, 2.066969156265259, 12.536540985107422, 35.08701705932617, 15.907415390014648, 40.118995666503906, 24.915878295898438, 33.76369857788086, 27.408843994140625, 31.259737014770508, 14.06155014038086, 4.812958240509033, 0.06923506408929825, 2.4471447467803955, 15.37043571472168, 35.48245620727539, 21.40680694580078, 37.2181510925293, 26.672245025634766, 37.129371643066406, 27.380878448486328, 0.017265137284994125], "count": [139]}, "timestamp": {"min": [0.0], "max": [4.6], "mean": [2.3], "std": [1.3374935098492586], "count": [139]}, "frame_index": {"min": [0], "max": [138], "mean": [69.0], "std": [40.124805295477756], "count": [139]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [139]}, "index": {"min": [4016], "max": [4154], "mean": [4085.0], "std": [40.124805295477756], "count": [139]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [139]}, "subtask_annotation": {"mean": [3.446043165467626, 7.0, 7.0, 7.0, 7.0], "std": [1.986184882287133, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [139]}, "scene_annotation": {"mean": [26.0], "std": [0.0], "min": [26], "max": [26], "count": [139]}, "eef_direction_state": {"mean": [3.553956834532374, 4.215827338129497], "std": [2.050347090709607, 1.9737944683480604], "min": [0, 0], "max": [6, 6], "count": [139]}, "eef_velocity_state": {"mean": [1.316546762589928, 1.158273381294964], "std": [0.7684045998744574, 0.9311476079058089], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_acc_mag_state": {"mean": [1.1942446043165467, 0.8920863309352518], "std": [0.803568460744932, 0.8196388701367543], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_direction_action": {"mean": [3.553956834532374, 4.215827338129497], "std": [2.050347090709607, 1.9737944683480604], "min": [0, 0], "max": [6, 6], "count": [139]}, "eef_velocity_action": {"mean": [1.316546762589928, 1.158273381294964], "std": [0.7684045998744574, 0.9311476079058089], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_acc_mag_action": {"mean": [1.1942446043165467, 0.8920863309352518], "std": [0.803568460744932, 0.8196388701367543], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_sim_pose_state": {"mean": [0.6566511690369592, 0.17828776715454903, 1.156350788615068, -1.4416337049443333, 1.0374673083736436, -1.891917379292168, 0.6484939433718059, -0.11244106835648295, 1.1638043057841825, 1.6344674430877901, 1.0498811097001621, 2.291487555136959], "std": [0.06332791700720486, 0.03647180253511515, 0.03555267451872763, 0.31039392399016974, 0.06753126146400482, 0.27937676135594625, 0.04944893117770856, 0.04650575025769072, 0.05065286306084262, 0.2547132644189447, 0.044413246666162094, 0.2266959035997736], "min": [0.5957622890806374, 0.10360143178408496, 1.0714022039874862, -1.9926704065182075, 0.9548780083283219, -2.3577226419868995, 0.6088023532734279, -0.15961737420565847, 1.072584386092921, 1.0222027044009343, 0.9452794576182337, 1.718887903642315], "max": [0.7917843995321039, 0.23367729760268943, 1.2129942507956137, -1.0117721868825673, 1.1925126855715913, -1.4706872218772142, 0.7527890561659561, -0.01618954607554904, 1.2720303571853833, 2.016610462131343, 1.1285238001098232, 2.659757127509198], "count": [139]}, "eef_sim_pose_action": {"mean": [0.6566511690369592, 0.17828776715454903, 1.156350788615068, -1.4416337049443333, 1.0374673083736436, -1.891917379292168, 0.6484939433718059, -0.11244106835648295, 1.1638043057841825, 1.6344674430877901, 1.0498811097001621, 2.291487555136959], "std": [0.06332791700720486, 0.03647180253511515, 0.03555267451872763, 0.31039392399016974, 0.06753126146400482, 0.27937676135594625, 0.04944893117770856, 0.04650575025769072, 0.05065286306084262, 0.2547132644189447, 0.044413246666162094, 0.2266959035997736], "min": [0.5957622890806374, 0.10360143178408496, 1.0714022039874862, -1.9926704065182075, 0.9548780083283219, -2.3577226419868995, 0.6088023532734279, -0.15961737420565847, 1.072584386092921, 1.0222027044009343, 0.9452794576182337, 1.718887903642315], "max": [0.7917843995321039, 0.23367729760268943, 1.2129942507956137, -1.0117721868825673, 1.1925126855715913, -1.4706872218772142, 0.7527890561659561, -0.01618954607554904, 1.2720303571853833, 2.016610462131343, 1.1285238001098232, 2.659757127509198], "count": [139]}}} +{"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.34353223039215686]], [[0.349651262254902]], [[0.3598452062908497]]], "std": [[[0.36037953110338267]], [[0.35255690747374346]], [[0.3510157919616599]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0392156862745098]], [[0.12549019607843137]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48622136029411767]], [[0.5005600816993464]], [[0.4774156086601307]]], "std": [[[0.3412118125208815]], [[0.3443322742344604]], [[0.3524372744841501]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4977216993464052]], [[0.5050503145424836]], [[0.4838905698529412]]], "std": [[[0.3440214771354706]], [[0.35084867767199596]], [[0.35853597777438245]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3875591605392157]], [[0.4086580065359477]], [[0.39038131331699344]]], "std": [[[0.40277096676463087]], [[0.40462088644876215]], [[0.41301165007230084]]], "count": [100]}, "observation.state": {"min": [0.4583190381526947, -1.4024710655212402, 0.8360036611557007, -0.6080482006072998, -1.5537711381912231, 1.1271171569824219, -0.9653238654136658, -1.4385204315185547, 0.829433798789978, 0.04205767810344696, 0.10254539549350739, -1.1796495914459229, 9.993749618530273, 63.353126525878906, -1.25, -0.6206250190734863, 1.1225000619888306, 0.16625000536441803, 1.1037499904632568, 1.0740000009536743, 0.8949999809265137, 0.5199999809265137, 0.994615375995636, 5.643749713897705, 2.5612499713897705, 63.65312576293945, 0.375, -0.42625001072883606, 0.8168749809265137, 0.6237499713897705, 0.6262500286102295, 0.7706249952316284, 0.7749999761581421, 0.8075000047683716, 0.6731250286102295, -3.1831250190734863], "max": [1.1904791593551636, -0.8150649070739746, 1.5923504829406738, -0.3419451415538788, -0.23758773505687714, 1.4824140071868896, -0.37873369455337524, -0.6929079294204712, 1.5643835067749023, 0.24023422598838806, 1.0273348093032837, -1.1198452711105347, 66.33687591552734, 84.19562530517578, 57.28874969482422, 4.675000190734863, 41.74437713623047, 104.61750030517578, 74.4887466430664, 111.5425033569336, 84.2856216430664, 109.92375183105469, 87.76249694824219, 109.1456298828125, 61.40250015258789, 75.02812957763672, 0.46312499046325684, 8.039999961853027, 48.25812530517578, 106.27312469482422, 64.26812744140625, 109.03250122070312, 81.28375244140625, 110.74187469482422, 84.31937408447266, -3.0824999809265137], "mean": [0.9082865715026855, -1.0103977918624878, 1.060273289680481, -0.4246750473976135, -1.011412501335144, 1.274465560913086, -0.7677609920501709, -0.9661701321601868, 1.0366380214691162, 0.16246092319488525, 0.6983580589294434, -1.1675528287887573, 43.5325813293457, 76.26058959960938, 12.499334335327148, 0.7670513987541199, 17.401592254638672, 54.761356353759766, 28.167524337768555, 53.529136657714844, 27.971721649169922, 56.970726013183594, 21.348106384277344, 76.7460708618164, 23.222858428955078, 70.0358657836914, 0.4209364652633667, 2.6777467727661133, 11.71233081817627, 25.29330062866211, 14.596287727355957, 26.605674743652344, 17.942893981933594, 27.367712020874023, 18.20098114013672, -3.1340699195861816], "std": [0.23308853805065155, 0.16936959326267242, 0.22738073766231537, 0.06470973044633865, 0.39906755089759827, 0.12574484944343567, 0.23039062321186066, 0.2166995257139206, 0.22888679802417755, 0.06621528416872025, 0.2734622061252594, 0.017622219398617744, 13.884554862976074, 7.001406192779541, 20.709835052490234, 1.4264042377471924, 10.929211616516113, 34.95883560180664, 18.256549835205078, 35.049659729003906, 21.92418670654297, 31.61956024169922, 26.764923095703125, 29.42803382873535, 21.251646041870117, 3.731696367263794, 0.019589383155107498, 2.4546377658843994, 17.242231369018555, 38.83293914794922, 22.352367401123047, 40.23978805541992, 27.94575309753418, 41.260643005371094, 29.098501205444336, 0.026327205821871758], "count": [135]}, "action": {"min": [0.4583190381526947, -1.4024710655212402, 0.8360036611557007, -0.6080482006072998, -1.5537711381912231, 1.1271171569824219, -0.9653238654136658, -1.4385204315185547, 0.829433798789978, 0.04205767810344696, 0.10254539549350739, -1.1796495914459229, 9.993749618530273, 63.353126525878906, -1.25, -0.6206250190734863, 1.1225000619888306, 0.16625000536441803, 1.1037499904632568, 1.0740000009536743, 0.8949999809265137, 0.5199999809265137, 0.994615375995636, 5.643749713897705, 2.5612499713897705, 63.65312576293945, 0.375, -0.42625001072883606, 0.8168749809265137, 0.6237499713897705, 0.6262500286102295, 0.7706249952316284, 0.7749999761581421, 0.8075000047683716, 0.6731250286102295, -3.1831250190734863], "max": [1.1904791593551636, -0.8150649070739746, 1.5923504829406738, -0.3419451415538788, -0.23758773505687714, 1.4824140071868896, -0.37873369455337524, -0.6929079294204712, 1.5643835067749023, 0.24023422598838806, 1.0273348093032837, -1.1198452711105347, 66.33687591552734, 84.19562530517578, 57.28874969482422, 4.675000190734863, 41.74437713623047, 104.61750030517578, 74.4887466430664, 111.5425033569336, 84.2856216430664, 109.92375183105469, 87.76249694824219, 109.1456298828125, 61.40250015258789, 75.02812957763672, 0.46312499046325684, 8.039999961853027, 48.25812530517578, 106.27312469482422, 64.26812744140625, 109.03250122070312, 81.28375244140625, 110.74187469482422, 84.31937408447266, -3.0824999809265137], "mean": [0.9082865715026855, -1.0103977918624878, 1.06027352809906, -0.42467522621154785, -1.011412501335144, 1.274465560913086, -0.7677612900733948, -0.9661698937416077, 1.0366376638412476, 0.16246090829372406, 0.6983579993247986, -1.1675524711608887, 43.5325813293457, 76.26058197021484, 12.499345779418945, 0.7670513391494751, 17.401594161987305, 54.761356353759766, 28.16752052307129, 53.52914047241211, 27.97171974182129, 56.97073745727539, 21.348098754882812, 76.74607849121094, 23.222854614257812, 70.035888671875, 0.4209364950656891, 2.677746534347534, 11.712331771850586, 25.293291091918945, 14.59628963470459, 26.605682373046875, 17.942888259887695, 27.36771583557129, 18.200979232788086, -3.1340696811676025], "std": [0.23308853805065155, 0.16936959326267242, 0.22738073766231537, 0.06470973044633865, 0.39906755089759827, 0.12574483454227448, 0.23039065301418304, 0.2166995108127594, 0.22888681292533875, 0.06621529161930084, 0.2734622359275818, 0.017622219398617744, 13.884553909301758, 7.001407146453857, 20.7098331451416, 1.426404356956482, 10.929210662841797, 34.958839416503906, 18.256553649902344, 35.049659729003906, 21.9241886138916, 31.619564056396484, 26.764921188354492, 29.428035736083984, 21.251644134521484, 3.731696605682373, 0.019589385017752647, 2.4546377658843994, 17.242229461669922, 38.83294677734375, 22.352367401123047, 40.239784240722656, 27.945751190185547, 41.260643005371094, 29.098501205444336, 0.02632720209658146], "count": [135]}, "timestamp": {"min": [0.0], "max": [4.466666666666667], "mean": [2.233333333333334], "std": [1.2990024662822652], "count": [135]}, "frame_index": {"min": [0], "max": [134], "mean": [67.0], "std": [38.97007398846795], "count": [135]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [135]}, "index": {"min": [4155], "max": [4289], "mean": [4222.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [135]}, "subtask_annotation": {"mean": [3.3925925925925924, 7.0, 7.0, 7.0, 7.0], "std": [1.8503104696291381, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [135]}, "scene_annotation": {"mean": [27.0], "std": [0.0], "min": [27], "max": [27], "count": [135]}, "eef_direction_state": {"mean": [3.2074074074074073, 4.162962962962963], "std": [2.0334109139891816, 1.9784296331795757], "min": [0, 0], "max": [6, 6], "count": [135]}, "eef_velocity_state": {"mean": [1.3925925925925926, 1.1851851851851851], "std": [0.7107252039295396, 0.9204281224894277], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_state": {"mean": [1.0888888888888888, 0.837037037037037], "std": [0.8207193472275276, 0.818376055978318], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_direction_action": {"mean": [3.2074074074074073, 4.162962962962963], "std": [2.0334109139891816, 1.9784296331795757], "min": [0, 0], "max": [6, 6], "count": [135]}, "eef_velocity_action": {"mean": [1.3925925925925926, 1.1851851851851851], "std": [0.7107252039295396, 0.9204281224894277], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_action": {"mean": [1.0888888888888888, 0.837037037037037], "std": [0.8207193472275276, 0.818376055978318], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_sim_pose_state": {"mean": [0.6538088805126273, 0.17761138228384818, 1.1486041256044939, -1.4539277367216263, 1.009264590544263, -1.9002077484323519, 0.646864179918582, -0.12618807872839288, 1.1468752724788602, 1.7180990433805279, 1.0905462930664973, 2.3182150173520175], "std": [0.06518091345105768, 0.04349849833850666, 0.040614234514903605, 0.3375195811615345, 0.08254747076219847, 0.31565091349838437, 0.05653562590886821, 0.054735733723054604, 0.03916173861128809, 0.23348996028605348, 0.04175191557592644, 0.23503709766834363], "min": [0.5826604263059332, 0.09088165607728824, 1.061657132653707, -2.019305865896543, 0.9038481142973955, -2.400975119083503, 0.6031868167029613, -0.18212396068201575, 1.0721903064860547, 1.0350300132785137, 0.9851099482178003, 1.6383490127216094], "max": [0.7878056159975881, 0.24107596999849507, 1.210781086190682, -0.9971686726535169, 1.1886674192176958, -1.4416559870376247, 0.7659281903727692, -0.021840818015265107, 1.2565978173128984, 2.1793605152433035, 1.168224518640118, 2.7690532789810987], "count": [135]}, "eef_sim_pose_action": {"mean": [0.6538088805126273, 0.17761138228384818, 1.1486041256044939, -1.4539277367216263, 1.009264590544263, -1.9002077484323519, 0.646864179918582, -0.12618807872839288, 1.1468752724788602, 1.7180990433805279, 1.0905462930664973, 2.3182150173520175], "std": [0.06518091345105768, 0.04349849833850666, 0.040614234514903605, 0.3375195811615345, 0.08254747076219847, 0.31565091349838437, 0.05653562590886821, 0.054735733723054604, 0.03916173861128809, 0.23348996028605348, 0.04175191557592644, 0.23503709766834363], "min": [0.5826604263059332, 0.09088165607728824, 1.061657132653707, -2.019305865896543, 0.9038481142973955, -2.400975119083503, 0.6031868167029613, -0.18212396068201575, 1.0721903064860547, 1.0350300132785137, 0.9851099482178003, 1.6383490127216094], "max": [0.7878056159975881, 0.24107596999849507, 1.210781086190682, -0.9971686726535169, 1.1886674192176958, -1.4416559870376247, 0.7659281903727692, -0.021840818015265107, 1.2565978173128984, 2.1793605152433035, 1.168224518640118, 2.7690532789810987], "count": [135]}}} +{"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.3439018239379085]], [[0.35206387663398697]], [[0.3551871650326797]]], "std": [[[0.35688465127638985]], [[0.3486336656136078]], [[0.3508673900531904]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0196078431372549]], [[0.12941176470588237]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4801628125]], [[0.4950438133169935]], [[0.4740476286764706]]], "std": [[[0.34118907160098294]], [[0.34244831752096233]], [[0.3493210478431819]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4895306352124183]], [[0.4967223202614379]], [[0.47498703839869283]]], "std": [[[0.3476079596914493]], [[0.35219365503931777]], [[0.35994538335400633]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39624682802287586]], [[0.3980001388888889]], [[0.3794250857843138]]], "std": [[[0.39739618271935545]], [[0.4077899386079074]], [[0.41299380738559527]]], "count": [100]}, "observation.state": {"min": [0.4573891758918762, -1.3761968612670898, 0.8261276483535767, -0.6760223507881165, -1.500449299812317, 1.1293822526931763, -0.9882124066352844, -1.3650387525558472, 0.775094747543335, 0.08356698602437973, 0.20919165015220642, -1.250752329826355, 2.444444417953491, 65.65437316894531, 7.906874656677246, -0.20624999701976776, 0.9545454382896423, -0.3656249940395355, 1.1538461446762085, -0.859375, 0.8400000333786011, 0.9472727179527283, 0.9537500143051147, 0.185555562376976, 2.9555556774139404, 59.746665954589844, 0.3387500047683716, 0.07874999195337296, 0.90625, 0.828125, 0.602222204208374, 0.71875, 0.9481250047683716, 0.8149999976158142, 0.6525000333786011, -3.271250009536743], "max": [1.2063316106796265, -0.8085374236106873, 1.558828353881836, -0.24557489156723022, -0.27978846430778503, 1.5413042306900024, -0.3918469250202179, -0.6840492486953735, 1.4676318168640137, 0.21667811274528503, 0.9941040873527527, -1.0609073638916016, 64.6343765258789, 79.04812622070312, 68.98222351074219, 9.594545364379883, 33.040626525878906, 104.94124603271484, 69.01187133789062, 111.74937438964844, 79.33937072753906, 110.65437316894531, 84.58250427246094, 109.62000274658203, 51.051876068115234, 74.49187469482422, 0.45875000953674316, 7.384444236755371, 40.959999084472656, 98.01312255859375, 71.76812744140625, 110.10124969482422, 85.65250396728516, 110.24687957763672, 86.14125061035156, -3.1468749046325684], "mean": [0.9326867461204529, -0.9868552088737488, 1.0310609340667725, -0.4033297598361969, -1.0353950262069702, 1.2651556730270386, -0.8104758858680725, -0.9244654774665833, 0.9941433072090149, 0.17611859738826752, 0.7619298100471497, -1.1492449045181274, 37.4778938293457, 73.59194946289062, 35.82489013671875, 1.5996787548065186, 18.03970718383789, 23.19837188720703, 25.75629425048828, 23.895185470581055, 26.99415397644043, 25.99833869934082, 16.086528778076172, 58.73476791381836, 24.944414138793945, 69.83706665039062, 0.4121353030204773, 1.79571533203125, 9.813883781433105, 21.92186737060547, 15.242838859558105, 24.350906372070312, 17.598140716552734, 25.12306022644043, 16.926502227783203, -3.1826364994049072], "std": [0.23574332892894745, 0.1601271629333496, 0.21197344362735748, 0.09225510060787201, 0.3665980100631714, 0.1262480616569519, 0.22187599539756775, 0.19459091126918793, 0.19912584125995636, 0.0348106324672699, 0.2531842291355133, 0.06323312222957611, 15.150311470031738, 4.607751369476318, 11.256438255310059, 2.5588624477386475, 9.877464294433594, 37.354827880859375, 18.211950302124023, 40.66121292114258, 21.19912338256836, 39.769901275634766, 27.231407165527344, 31.192773818969727, 14.227645874023438, 4.828069686889648, 0.025115877389907837, 1.965348720550537, 14.384632110595703, 34.8985481262207, 24.441486358642578, 38.89528274536133, 28.23821449279785, 39.80585479736328, 28.50761604309082, 0.024768758565187454], "count": [138]}, "action": {"min": [0.4573891758918762, -1.3761968612670898, 0.8261276483535767, -0.6760223507881165, -1.500449299812317, 1.1293822526931763, -0.9882124066352844, -1.3650387525558472, 0.775094747543335, 0.08356698602437973, 0.20919165015220642, -1.250752329826355, 2.444444417953491, 65.65437316894531, 7.906874656677246, -0.20624999701976776, 0.9545454382896423, -0.3656249940395355, 1.1538461446762085, -0.859375, 0.8400000333786011, 0.9472727179527283, 0.9537500143051147, 0.185555562376976, 2.9555556774139404, 59.746665954589844, 0.3387500047683716, 0.07874999195337296, 0.90625, 0.828125, 0.602222204208374, 0.71875, 0.9481250047683716, 0.8149999976158142, 0.6525000333786011, -3.271250009536743], "max": [1.2063316106796265, -0.8085374236106873, 1.558828353881836, -0.24557489156723022, -0.27978846430778503, 1.5413042306900024, -0.3918469250202179, -0.6840492486953735, 1.4676318168640137, 0.21667811274528503, 0.9941040873527527, -1.0609073638916016, 64.6343765258789, 79.04812622070312, 68.98222351074219, 9.594545364379883, 33.040626525878906, 104.94124603271484, 69.01187133789062, 111.74937438964844, 79.33937072753906, 110.65437316894531, 84.58250427246094, 109.62000274658203, 51.051876068115234, 74.49187469482422, 0.45875000953674316, 7.384444236755371, 40.959999084472656, 98.01312255859375, 71.76812744140625, 110.10124969482422, 85.65250396728516, 110.24687957763672, 86.14125061035156, -3.1468749046325684], "mean": [0.9326863884925842, -0.9868553280830383, 1.031060814857483, -0.40332987904548645, -1.0353950262069702, 1.265155553817749, -0.8104759454727173, -0.9244654178619385, 0.9941433668136597, 0.1761186122894287, 0.7619301080703735, -1.149244785308838, 37.47789001464844, 73.59194946289062, 35.82489776611328, 1.5996787548065186, 18.039703369140625, 23.198366165161133, 25.756309509277344, 23.895193099975586, 26.994159698486328, 25.99833869934082, 16.086545944213867, 58.73476791381836, 24.94441795349121, 69.83708953857422, 0.41213521361351013, 1.7957154512405396, 9.813887596130371, 21.921857833862305, 15.242840766906738, 24.350902557373047, 17.598133087158203, 25.123062133789062, 16.926504135131836, -3.18263578414917], "std": [0.23574335873126984, 0.16012711822986603, 0.21197345852851868, 0.09225508570671082, 0.3665980100631714, 0.1262480616569519, 0.22187601029872894, 0.19459092617034912, 0.19912587106227875, 0.0348106324672699, 0.2531841993331909, 0.06323311477899551, 15.150311470031738, 4.607752323150635, 11.256438255310059, 2.5588624477386475, 9.877464294433594, 37.35483169555664, 18.211952209472656, 40.66120529174805, 21.19912338256836, 39.76991653442383, 27.231409072875977, 31.19277000427246, 14.227646827697754, 4.828069686889648, 0.02511586993932724, 1.9653486013412476, 14.384632110595703, 34.89855194091797, 24.441490173339844, 38.89528274536133, 28.238210678100586, 39.80585479736328, 28.507614135742188, 0.024768752977252007], "count": [138]}, "timestamp": {"min": [0.0], "max": [4.566666666666666], "mean": [2.283333333333333], "std": [1.327870754531758], "count": [138]}, "frame_index": {"min": [0], "max": [137], "mean": [68.5], "std": [39.83612263595275], "count": [138]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [138]}, "index": {"min": [4290], "max": [4427], "mean": [4358.5], "std": [39.83612263595275], "count": [138]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [138]}, "subtask_annotation": {"mean": [3.63768115942029, 7.0, 7.0, 7.0, 7.0], "std": [1.9669074858164968, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [138]}, "scene_annotation": {"mean": [28.0], "std": [0.0], "min": [28], "max": [28], "count": [138]}, "eef_direction_state": {"mean": [3.253623188405797, 3.971014492753623], "std": [1.9710278132542232, 2.1022487234963765], "min": [0, 0], "max": [6, 6], "count": [138]}, "eef_velocity_state": {"mean": [1.3623188405797102, 1.2028985507246377], "std": [0.6909563733947951, 0.8694444360562689], "min": [0, 0], "max": [2, 2], "count": [138]}, "eef_acc_mag_state": {"mean": [1.0942028985507246, 0.8333333333333334], "std": [0.8154991461570649, 0.8304297240405406], "min": [0, 0], "max": [2, 2], "count": [138]}, "eef_direction_action": {"mean": [3.253623188405797, 3.971014492753623], "std": [1.9710278132542232, 2.1022487234963765], "min": [0, 0], "max": [6, 6], "count": [138]}, "eef_velocity_action": {"mean": [1.3623188405797102, 1.2028985507246377], "std": [0.6909563733947951, 0.8694444360562689], "min": [0, 0], "max": [2, 2], "count": [138]}, "eef_acc_mag_action": {"mean": [1.0942028985507246, 0.8333333333333334], "std": [0.8154991461570649, 0.8304297240405406], "min": [0, 0], "max": [2, 2], "count": [138]}, "eef_sim_pose_state": {"mean": [0.6453460658064305, 0.17735810638327862, 1.1502667952919226, -1.4338514779218325, 1.0232367035278926, -1.8973952137797996, 0.6367818310889231, -0.13567277134349132, 1.150823283365063, 1.6613907321496642, 1.0735109055467675, 2.2602043560712657], "std": [0.06403708249155843, 0.04173751675473115, 0.033066969275795895, 0.28796674588115695, 0.06299110946029196, 0.27256937294081474, 0.05234755240149602, 0.047633195959725275, 0.036312073638045374, 0.17484660944585795, 0.06490068481668947, 0.17791648402969637], "min": [0.5820171575612882, 0.09658223116932596, 1.0728885740545229, -1.968661094250475, 0.9461321331638404, -2.328535862267705, 0.5962019195232694, -0.17995700737016965, 1.0685634086616802, 1.1971490827210824, 0.9298084949390746, 1.7814521514351562], "max": [0.7876968768210232, 0.2364979324736638, 1.1960206467677075, -1.06799058830978, 1.1769187583743075, -1.5052666753051338, 0.7541625174213241, -0.03215521082203179, 1.2272107736194224, 1.986752788169166, 1.1669467118821046, 2.596905155789407], "count": [138]}, "eef_sim_pose_action": {"mean": [0.6453460658064305, 0.17735810638327862, 1.1502667952919226, -1.4338514779218325, 1.0232367035278926, -1.8973952137797996, 0.6367818310889231, -0.13567277134349132, 1.150823283365063, 1.6613907321496642, 1.0735109055467675, 2.2602043560712657], "std": [0.06403708249155843, 0.04173751675473115, 0.033066969275795895, 0.28796674588115695, 0.06299110946029196, 0.27256937294081474, 0.05234755240149602, 0.047633195959725275, 0.036312073638045374, 0.17484660944585795, 0.06490068481668947, 0.17791648402969637], "min": [0.5820171575612882, 0.09658223116932596, 1.0728885740545229, -1.968661094250475, 0.9461321331638404, -2.328535862267705, 0.5962019195232694, -0.17995700737016965, 1.0685634086616802, 1.1971490827210824, 0.9298084949390746, 1.7814521514351562], "max": [0.7876968768210232, 0.2364979324736638, 1.1960206467677075, -1.06799058830978, 1.1769187583743075, -1.5052666753051338, 0.7541625174213241, -0.03215521082203179, 1.2272107736194224, 1.986752788169166, 1.1669467118821046, 2.596905155789407], "count": [138]}}} +{"episode_index": 29, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34714207720588236]], [[0.3522299857026144]], [[0.3610678799019608]]], "std": [[[0.3586671348861629]], [[0.3521136101544407]], [[0.3492651646711838]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4851093729575163]], [[0.49685399101307187]], [[0.47530501021241833]]], "std": [[[0.34218726989494985]], [[0.3460696020466453]], [[0.3534514268805143]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48067578431372554]], [[0.49085120710784313]], [[0.46586648897058824]]], "std": [[[0.34864152849367247]], [[0.3500931341209479]], [[0.3595536574736589]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.380004266748366]], [[0.39996736315359477]], [[0.38122181576797387]]], "std": [[[0.40461007647613517]], [[0.40623422486368554]], [[0.41466666776661526]]], "count": [100]}, "observation.state": {"min": [0.4164520800113678, -1.3714284896850586, 0.8288403749465942, -0.6321765184402466, -1.3593456745147705, 1.2267776727676392, -0.9760051965713501, -1.3632266521453857, 0.7858873009681702, 0.030208095908164978, 0.15926603972911835, -1.235980749130249, 8.182222366333008, 61.860626220703125, 18.5106258392334, -0.30124998092651367, 0.7419999837875366, 0.23874999582767487, 1.1445454359054565, -0.8190909028053284, 0.9690909385681152, -0.023571429774165154, 0.9431250095367432, 0.1861538589000702, 3.157777786254883, 61.77555465698242, 0.3499999940395355, -0.6337499618530273, 0.6887500286102295, 0.44187498092651367, 0.6362500190734863, 0.36625000834465027, 0.9911110997200012, 0.8012499809265137, 0.6930000185966492, -3.208750009536743], "max": [1.126264214515686, -0.8144291043281555, 1.5293116569519043, -0.31052109599113464, -0.2472199946641922, 1.5941624641418457, -0.3655012547969818, -0.7444971799850464, 1.4603599309921265, 0.26891642808914185, 0.9749799966812134, -1.1281185150146484, 72.6675033569336, 82.53687286376953, 58.72374725341797, 6.335000038146973, 41.92437744140625, 108.35562133789062, 77.23124694824219, 110.41625213623047, 86.94000244140625, 109.58374786376953, 88.15875244140625, 109.5581283569336, 53.15562438964844, 71.36624908447266, 0.48499998450279236, 2.9739999771118164, 40.025001525878906, 103.98562622070312, 68.30500030517578, 110.58687591552734, 81.86062622070312, 109.28874969482422, 83.45000457763672, -3.132857084274292], "mean": [0.8737295269966125, -0.9920253753662109, 1.0336872339248657, -0.4124889671802521, -0.9579961895942688, 1.3429752588272095, -0.8004195690155029, -0.928274393081665, 0.9692550301551819, 0.17650754749774933, 0.7387518882751465, -1.1840035915374756, 38.120235443115234, 73.31202697753906, 36.777320861816406, 1.479143500328064, 20.03615951538086, 27.467588424682617, 26.355079650878906, 42.300048828125, 25.4093017578125, 55.29307174682617, 19.866409301757812, 71.77095031738281, 25.114957809448242, 67.43791961669922, 0.41898176074028015, 1.6666536331176758, 9.03188419342041, 22.266027450561523, 13.766982078552246, 24.319658279418945, 15.763469696044922, 25.346967697143555, 15.632041931152344, -3.1725518703460693], "std": [0.23505304753780365, 0.16232427954673767, 0.209531769156456, 0.07779687643051147, 0.3529881238937378, 0.12228739261627197, 0.2245866358280182, 0.1892455369234085, 0.20909516513347626, 0.08753078430891037, 0.27009618282318115, 0.040395788848400116, 17.81450080871582, 6.577200412750244, 8.327065467834473, 2.0459706783294678, 12.874588966369629, 40.38194274902344, 21.597408294677734, 37.40037155151367, 25.87923812866211, 34.977569580078125, 29.532855987548828, 36.015159606933594, 14.310384750366211, 2.307203769683838, 0.030717721208930016, 0.8451542854309082, 13.576414108276367, 36.05902862548828, 22.233850479125977, 38.71940231323242, 25.804311752319336, 39.601043701171875, 26.456775665283203, 0.01906900852918625], "count": [134]}, "action": {"min": [0.4164520800113678, -1.3714284896850586, 0.8288403749465942, -0.6321765184402466, -1.3593456745147705, 1.2267776727676392, -0.9760051965713501, -1.3632266521453857, 0.7858873009681702, 0.030208095908164978, 0.15926603972911835, -1.235980749130249, 8.182222366333008, 61.860626220703125, 18.5106258392334, -0.30124998092651367, 0.7419999837875366, 0.23874999582767487, 1.1445454359054565, -0.8190909028053284, 0.9690909385681152, -0.023571429774165154, 0.9431250095367432, 0.1861538589000702, 3.157777786254883, 61.77555465698242, 0.3499999940395355, -0.6337499618530273, 0.6887500286102295, 0.44187498092651367, 0.6362500190734863, 0.36625000834465027, 0.9911110997200012, 0.8012499809265137, 0.6930000185966492, -3.208750009536743], "max": [1.126264214515686, -0.8144291043281555, 1.5293116569519043, -0.31052109599113464, -0.2472199946641922, 1.5941624641418457, -0.3655012547969818, -0.7444971799850464, 1.4603599309921265, 0.26891642808914185, 0.9749799966812134, -1.1281185150146484, 72.6675033569336, 82.53687286376953, 58.72374725341797, 6.335000038146973, 41.92437744140625, 108.35562133789062, 77.23124694824219, 110.41625213623047, 86.94000244140625, 109.58374786376953, 88.15875244140625, 109.5581283569336, 53.15562438964844, 71.36624908447266, 0.48499998450279236, 2.9739999771118164, 40.025001525878906, 103.98562622070312, 68.30500030517578, 110.58687591552734, 81.86062622070312, 109.28874969482422, 83.45000457763672, -3.132857084274292], "mean": [0.8737292885780334, -0.9920251369476318, 1.0336869955062866, -0.4124889075756073, -0.9579958319664001, 1.3429752588272095, -0.8004196882247925, -0.9282743334770203, 0.9692547917366028, 0.17650751769542694, 0.7387520670890808, -1.1840037107467651, 38.1202278137207, 73.31207275390625, 36.777320861816406, 1.4791431427001953, 20.036161422729492, 27.46758460998535, 26.35506820678711, 42.300048828125, 25.409303665161133, 55.29305648803711, 19.866411209106445, 71.77098083496094, 25.11495590209961, 67.43793487548828, 0.41898176074028015, 1.6666537523269653, 9.03188419342041, 22.266023635864258, 13.76698112487793, 24.319656372070312, 15.763477325439453, 25.346969604492188, 15.632043838500977, -3.172551155090332], "std": [0.23505303263664246, 0.16232432425022125, 0.209531769156456, 0.07779686152935028, 0.352988064289093, 0.12228739261627197, 0.22458666563034058, 0.1892455369234085, 0.20909513533115387, 0.08753079175949097, 0.27009618282318115, 0.04039578512310982, 17.814498901367188, 6.577200412750244, 8.327065467834473, 2.0459704399108887, 12.874584197998047, 40.3819465637207, 21.5974063873291, 37.4003791809082, 25.879243850708008, 34.977569580078125, 29.532855987548828, 36.015159606933594, 14.310384750366211, 2.307203769683838, 0.030717724934220314, 0.8451542854309082, 13.576416015625, 36.05902862548828, 22.233848571777344, 38.71940231323242, 25.8043155670166, 39.601043701171875, 26.456775665283203, 0.019069010391831398], "count": [134]}, "timestamp": {"min": [0.0], "max": [4.433333333333334], "mean": [2.216666666666667], "std": [1.2893796958227626], "count": [134]}, "frame_index": {"min": [0], "max": [133], "mean": [66.5], "std": [38.68139087468288], "count": [134]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [134]}, "index": {"min": [4428], "max": [4561], "mean": [4494.5], "std": [38.68139087468288], "count": [134]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [134]}, "subtask_annotation": {"mean": [3.656716417910448, 7.0, 7.0, 7.0, 7.0], "std": [1.8891065471399107, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [134]}, "scene_annotation": {"mean": [29.0], "std": [0.0], "min": [29], "max": [29], "count": [134]}, "eef_direction_state": {"mean": [3.4402985074626864, 3.955223880597015], "std": [2.103696795976254, 2.2053722454321063], "min": [0, 0], "max": [6, 6], "count": [134]}, "eef_velocity_state": {"mean": [1.2611940298507462, 1.171641791044776], "std": [0.8188917198992679, 0.8769529966044421], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_acc_mag_state": {"mean": [1.0970149253731343, 0.8880597014925373], "std": [0.8363870683693297, 0.8164397388552327], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_direction_action": {"mean": [3.4402985074626864, 3.955223880597015], "std": [2.103696795976254, 2.2053722454321063], "min": [0, 0], "max": [6, 6], "count": [134]}, "eef_velocity_action": {"mean": [1.2611940298507462, 1.171641791044776], "std": [0.8188917198992679, 0.8769529966044421], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_acc_mag_action": {"mean": [1.0970149253731343, 0.8880597014925373], "std": [0.8363870683693297, 0.8164397388552327], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_sim_pose_state": {"mean": [0.6529367358229753, 0.1670947499666096, 1.1527349885660567, -1.4671340406561417, 1.0764428997463535, -1.930388071682871, 0.6314110759866516, -0.1272622614499698, 1.1468648983970788, 1.7101221548711314, 1.0909073283764663, 2.313479948796332], "std": [0.06135696638624788, 0.042290073273917456, 0.033473694147061285, 0.30253038990372044, 0.053166252062900446, 0.2932489496191456, 0.05225312699598028, 0.046241816095405786, 0.03345368945364554, 0.15939700896521555, 0.06801197779502026, 0.17311266187513652], "min": [0.5909626194889304, 0.07786423604649226, 1.0703664148383885, -2.0107560255037398, 1.0145906255928367, -2.4333841690963487, 0.589806405447155, -0.16665391645402755, 1.0601888259207353, 1.529327202389986, 0.9287054959824403, 2.107865271622104], "max": [0.7804669300199203, 0.21374364169182497, 1.1864694554631112, -1.1370865355957247, 1.1758662185821342, -1.602197300383228, 0.7501588580591106, -0.02430655687075281, 1.1942968649083079, 2.049934072268836, 1.2046827509410676, 2.6910113912583267], "count": [134]}, "eef_sim_pose_action": {"mean": [0.6529367358229753, 0.1670947499666096, 1.1527349885660567, -1.4671340406561417, 1.0764428997463535, -1.930388071682871, 0.6314110759866516, -0.1272622614499698, 1.1468648983970788, 1.7101221548711314, 1.0909073283764663, 2.313479948796332], "std": [0.06135696638624788, 0.042290073273917456, 0.033473694147061285, 0.30253038990372044, 0.053166252062900446, 0.2932489496191456, 0.05225312699598028, 0.046241816095405786, 0.03345368945364554, 0.15939700896521555, 0.06801197779502026, 0.17311266187513652], "min": [0.5909626194889304, 0.07786423604649226, 1.0703664148383885, -2.0107560255037398, 1.0145906255928367, -2.4333841690963487, 0.589806405447155, -0.16665391645402755, 1.0601888259207353, 1.529327202389986, 0.9287054959824403, 2.107865271622104], "max": [0.7804669300199203, 0.21374364169182497, 1.1864694554631112, -1.1370865355957247, 1.1758662185821342, -1.602197300383228, 0.7501588580591106, -0.02430655687075281, 1.1942968649083079, 2.049934072268836, 1.2046827509410676, 2.6910113912583267], "count": [134]}}} +{"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.34512032066993464]], [[0.351695637254902]], [[0.3590879922385621]]], "std": [[[0.3570131859535628]], [[0.34908644196070115]], [[0.347701279461298]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48057315359477126]], [[0.4937160089869281]], [[0.47068348447712416]]], "std": [[[0.3433896086295707]], [[0.3472917376977472]], [[0.3559503229998207]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.11764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49839086397058824]], [[0.5028086825980392]], [[0.4815842340686275]]], "std": [[[0.3417584762707012]], [[0.3496275975984092]], [[0.3574388666453191]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40261433210784314]], [[0.4052890727124183]], [[0.3798934129901961]]], "std": [[[0.3986671037363628]], [[0.40889980973428064]], [[0.4153072773172761]]], "count": [100]}, "observation.state": {"min": [0.4482814371585846, -1.3913366794586182, 0.8534667491912842, -0.6937848329544067, -1.3542593717575073, 1.2159533500671387, -1.0008010864257812, -1.360675573348999, 0.8118515014648438, 0.062085144221782684, 0.178029865026474, -1.1780918836593628, 10.30888843536377, 66.23249816894531, -1.1568750143051147, -0.7143750190734863, 1.4262499809265137, 0.47699999809265137, 2.592222213745117, -0.8125, 2.555555582046509, 0.02777778171002865, 0.9544444680213928, 3.4711110591888428, 9.852222442626953, 61.97500228881836, 0.3581250011920929, -0.7981250286102295, 0.7137500047683716, 0.8650000095367432, 0.6681250333786011, 0.8731250166893005, 0.8531250357627869, 0.3499999940395355, 0.6000000238418579, -3.2093749046325684], "max": [1.072052240371704, -0.8142595291137695, 1.5908246040344238, -0.3204394578933716, -0.24507419764995575, 1.5289301872253418, -0.3343394696712494, -0.7662413120269775, 1.4771448373794556, 0.27788108587265015, 1.013270616531372, -1.0939288139343262, 57.94312286376953, 81.85749816894531, 47.928749084472656, 7.693333148956299, 39.4743766784668, 108.60437774658203, 71.92062377929688, 112.1656265258789, 80.4906234741211, 109.51249694824219, 82.82875061035156, 110.68250274658203, 57.841251373291016, 73.39250183105469, 0.47999998927116394, 8.222999572753906, 47.55249786376953, 104.02312469482422, 63.126251220703125, 108.27375030517578, 82.77188110351562, 110.22125244140625, 85.71500396728516, -3.0950000286102295], "mean": [0.8602160215377808, -0.9947018027305603, 1.0477423667907715, -0.41322460770606995, -0.9503139853477478, 1.3220930099487305, -0.7737044095993042, -0.939346432685852, 0.9945217370986938, 0.18355417251586914, 0.7528613805770874, -1.156335711479187, 38.17753219604492, 75.67247772216797, 9.74596118927002, 1.0383248329162598, 21.09731674194336, 25.28961753845215, 30.408926010131836, 32.702144622802734, 30.32058334350586, 57.27435302734375, 26.519739151000977, 78.9659194946289, 26.696273803710938, 68.67491149902344, 0.4200654625892639, 3.0914978981018066, 10.876160621643066, 23.560855865478516, 14.200386047363281, 24.514251708984375, 17.32278060913086, 25.391239166259766, 17.224464416503906, -3.1546382904052734], "std": [0.2095227688550949, 0.16802436113357544, 0.227702334523201, 0.1010662093758583, 0.3446321487426758, 0.09570154547691345, 0.26001808047294617, 0.188252791762352, 0.20873555541038513, 0.07856196910142899, 0.27466362714767456, 0.027332935482263565, 12.41379165649414, 5.625666618347168, 16.70487403869629, 1.950036644935608, 10.921974182128906, 39.393524169921875, 18.240596771240234, 37.728736877441406, 21.020357131958008, 34.849178314208984, 24.032655715942383, 31.41217803955078, 16.45654296875, 3.688014507293701, 0.03175674006342888, 2.2435595989227295, 16.038930892944336, 37.254146575927734, 21.954782485961914, 38.656307220458984, 27.613216400146484, 39.94580078125, 28.70577049255371, 0.02280282787978649], "count": [135]}, "action": {"min": [0.4482814371585846, -1.3913366794586182, 0.8534667491912842, -0.6937848329544067, -1.3542593717575073, 1.2159533500671387, -1.0008010864257812, -1.360675573348999, 0.8118515014648438, 0.062085144221782684, 0.178029865026474, -1.1780918836593628, 10.30888843536377, 66.23249816894531, -1.1568750143051147, -0.7143750190734863, 1.4262499809265137, 0.47699999809265137, 2.592222213745117, -0.8125, 2.555555582046509, 0.02777778171002865, 0.9544444680213928, 3.4711110591888428, 9.852222442626953, 61.97500228881836, 0.3581250011920929, -0.7981250286102295, 0.7137500047683716, 0.8650000095367432, 0.6681250333786011, 0.8731250166893005, 0.8531250357627869, 0.3499999940395355, 0.6000000238418579, -3.2093749046325684], "max": [1.072052240371704, -0.8142595291137695, 1.5908246040344238, -0.3204394578933716, -0.24507419764995575, 1.5289301872253418, -0.3343394696712494, -0.7662413120269775, 1.4771448373794556, 0.27788108587265015, 1.013270616531372, -1.0939288139343262, 57.94312286376953, 81.85749816894531, 47.928749084472656, 7.693333148956299, 39.4743766784668, 108.60437774658203, 71.92062377929688, 112.1656265258789, 80.4906234741211, 109.51249694824219, 82.82875061035156, 110.68250274658203, 57.841251373291016, 73.39250183105469, 0.47999998927116394, 8.222999572753906, 47.55249786376953, 104.02312469482422, 63.126251220703125, 108.27375030517578, 82.77188110351562, 110.22125244140625, 85.71500396728516, -3.0950000286102295], "mean": [0.8602160215377808, -0.9947019219398499, 1.0477420091629028, -0.41322454810142517, -0.9503138661384583, 1.32209312915802, -0.7737043499946594, -0.9393463730812073, 0.9945217370986938, 0.18355421721935272, 0.7528615593910217, -1.1563353538513184, 38.177520751953125, 75.67244720458984, 9.745955467224121, 1.0383245944976807, 21.097318649291992, 25.28959846496582, 30.40890884399414, 32.702152252197266, 30.320573806762695, 57.27435302734375, 26.519733428955078, 78.96591186523438, 26.696273803710938, 68.67487335205078, 0.4200655519962311, 3.091498374938965, 10.876163482666016, 23.560842514038086, 14.200384140014648, 24.514249801635742, 17.32277488708496, 25.3912353515625, 17.224462509155273, -3.154637098312378], "std": [0.2095227688550949, 0.16802434623241425, 0.22770234942436218, 0.10106618702411652, 0.3446321487426758, 0.09570155292749405, 0.2600180506706238, 0.188252791762352, 0.20873557031154633, 0.07856197655200958, 0.27466362714767456, 0.027332935482263565, 12.41379165649414, 5.625668525695801, 16.704872131347656, 1.9500365257263184, 10.921974182128906, 39.393524169921875, 18.240602493286133, 37.72874069213867, 21.020357131958008, 34.849178314208984, 24.032657623291016, 31.41217613220215, 16.45654296875, 3.688014507293701, 0.03175674006342888, 2.2435593605041504, 16.038930892944336, 37.254150390625, 21.954782485961914, 38.656307220458984, 27.613216400146484, 39.94580078125, 28.705768585205078, 0.02280283346772194], "count": [135]}, "timestamp": {"min": [0.0], "max": [4.466666666666667], "mean": [2.233333333333334], "std": [1.2990024662822652], "count": [135]}, "frame_index": {"min": [0], "max": [134], "mean": [67.0], "std": [38.97007398846795], "count": [135]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [135]}, "index": {"min": [4562], "max": [4696], "mean": [4629.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [135]}, "subtask_annotation": {"mean": [3.4592592592592593, 7.0, 7.0, 7.0, 7.0], "std": [1.8768095977264094, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [135]}, "scene_annotation": {"mean": [30.0], "std": [0.0], "min": [30], "max": [30], "count": [135]}, "eef_direction_state": {"mean": [3.237037037037037, 4.192592592592592], "std": [2.160957974833993, 2.0092242700486524], "min": [0, 0], "max": [6, 6], "count": [135]}, "eef_velocity_state": {"mean": [1.2666666666666666, 1.1333333333333333], "std": [0.7999999999999993, 0.9333333333333346], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_state": {"mean": [1.0, 0.8222222222222222], "std": [0.8520128672302584, 0.8332592559667857], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_direction_action": {"mean": [3.237037037037037, 4.192592592592592], "std": [2.160957974833993, 2.0092242700486524], "min": [0, 0], "max": [6, 6], "count": [135]}, "eef_velocity_action": {"mean": [1.2666666666666666, 1.1333333333333333], "std": [0.7999999999999993, 0.9333333333333346], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_action": {"mean": [1.0, 0.8222222222222222], "std": [0.8520128672302584, 0.8332592559667857], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_sim_pose_state": {"mean": [0.6568577836908658, 0.16823215680225506, 1.1546273424646565, -1.445970646452778, 1.0476114489368833, -1.9066221682119473, 0.6405242881969379, -0.12950214787042266, 1.161594575582152, 1.611714961352743, 1.0654390129246356, 2.2111932877963114], "std": [0.06415488828811622, 0.031500550651484036, 0.039792962675119906, 0.328123931060642, 0.05191759050282435, 0.28639333070008377, 0.05616371098817143, 0.050524636497737745, 0.04219487280870821, 0.1853690921759801, 0.054111735709997555, 0.18530801327556687], "min": [0.6006018034150689, 0.10188316516460563, 1.067956748254394, -1.9939701067609228, 0.9376963593862113, -2.344202556622358, 0.5947300624224753, -0.18004728005371382, 1.0715122278436346, 1.1851393598607851, 0.9467258464272179, 1.8440697084943238], "max": [0.7927678394241873, 0.21533215150999996, 1.203771824796756, -1.0498142804641755, 1.1657959176392607, -1.521152966461695, 0.7613810215463487, -0.029854515026134038, 1.2441883616410396, 1.9475718153276476, 1.148650764467153, 2.5494943891050483], "count": [135]}, "eef_sim_pose_action": {"mean": [0.6568577836908658, 0.16823215680225506, 1.1546273424646565, -1.445970646452778, 1.0476114489368833, -1.9066221682119473, 0.6405242881969379, -0.12950214787042266, 1.161594575582152, 1.611714961352743, 1.0654390129246356, 2.2111932877963114], "std": [0.06415488828811622, 0.031500550651484036, 0.039792962675119906, 0.328123931060642, 0.05191759050282435, 0.28639333070008377, 0.05616371098817143, 0.050524636497737745, 0.04219487280870821, 0.1853690921759801, 0.054111735709997555, 0.18530801327556687], "min": [0.6006018034150689, 0.10188316516460563, 1.067956748254394, -1.9939701067609228, 0.9376963593862113, -2.344202556622358, 0.5947300624224753, -0.18004728005371382, 1.0715122278436346, 1.1851393598607851, 0.9467258464272179, 1.8440697084943238], "max": [0.7927678394241873, 0.21533215150999996, 1.203771824796756, -1.0498142804641755, 1.1657959176392607, -1.521152966461695, 0.7613810215463487, -0.029854515026134038, 1.2441883616410396, 1.9475718153276476, 1.148650764467153, 2.5494943891050483], "count": [135]}}} +{"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.34940651348039214]], [[0.35758987540849674]], [[0.366429158496732]]], "std": [[[0.3606897665765376]], [[0.3531866798149168]], [[0.3517012651197126]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.11764705882352941]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49170115400326797]], [[0.502644867238562]], [[0.48301627450980394]]], "std": [[[0.3403908535151739]], [[0.3452476690470618]], [[0.35289433779949203]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4909092197712418]], [[0.49837503063725486]], [[0.47774319852941177]]], "std": [[[0.3413703998646252]], [[0.346322567031226]], [[0.3523932044472105]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39989899305555554]], [[0.4030329861111111]], [[0.3778682312091503]]], "std": [[[0.40006599570561063]], [[0.4104077709059105]], [[0.4171135692646926]]], "count": [100]}, "observation.state": {"min": [0.4445143938064575, -1.3746471405029297, 0.8250679969787598, -0.6688219904899597, -1.3658307790756226, 1.2895433902740479, -0.9340428709983826, -1.4479857683181763, 0.8621824383735657, -0.04725528508424759, 0.15621423721313477, -1.1301451921463013, 2.5456249713897705, 62.189998626708984, -1.0299999713897705, -0.2775000035762787, 0.9106249809265137, 0.203125, 1.097499966621399, -0.8650000095367432, 0.9420000314712524, -3.302500009536743, 0.9437500238418579, -0.006250000558793545, 7.690714359283447, 58.763126373291016, 0.48374998569488525, -0.9887499809265137, 0.8224999904632568, 0.6187499761581421, 0.6137499809265137, 0.9943749904632568, 1.006666660308838, 0.6418750286102295, 0.6299999952316284, -3.1993751525878906], "max": [1.0822672843933105, -0.8037477731704712, 1.5402790307998657, -0.25306135416030884, -0.2616683840751648, 1.6351948976516724, -0.3443770408630371, -0.732454240322113, 1.509236454963684, 0.1964360624551773, 0.8835927248001099, -1.076524019241333, 71.71875, 78.02437591552734, 46.11249923706055, 9.446249961853027, 39.54187774658203, 102.90374755859375, 69.55000305175781, 112.734375, 83.10812377929688, 110.98500061035156, 86.55500030517578, 109.30249786376953, 62.90625, 75.15312957763672, 2.3862500190734863, 8.241000175476074, 45.166873931884766, 108.42500305175781, 67.5268783569336, 111.20437622070312, 83.73062896728516, 109.48625183105469, 85.41875457763672, -3.1100001335144043], "mean": [0.9001103043556213, -0.964003324508667, 0.9908568263053894, -0.41671866178512573, -1.0018969774246216, 1.3799831867218018, -0.7523834109306335, -0.9680185317993164, 1.0218559503555298, 0.11261431127786636, 0.6778193712234497, -1.112508773803711, 21.07581901550293, 69.8697509765625, 9.193824768066406, 4.7003493309021, 8.983256340026855, 21.446590423583984, 13.650739669799805, 22.616153717041016, 15.139811515808105, 24.95231819152832, 15.5044584274292, 28.355146408081055, 28.171918869018555, 66.87730407714844, 1.1414159536361694, 3.176238536834717, 9.885785102844238, 22.76756477355957, 14.31417179107666, 23.7518310546875, 16.8229923248291, 24.425186157226562, 16.31389617919922, -3.1620335578918457], "std": [0.19864583015441895, 0.15640754997730255, 0.20421969890594482, 0.08686280250549316, 0.321789026260376, 0.10470958799123764, 0.22394375503063202, 0.20761792361736298, 0.2025444209575653, 0.08450678735971451, 0.22752411663532257, 0.019782936200499535, 23.5377197265625, 4.269523620605469, 15.848137855529785, 3.369727849960327, 13.341287612915039, 36.504337310791016, 21.52657699584961, 40.58799362182617, 25.40727424621582, 41.61692810058594, 27.161653518676758, 42.601593017578125, 18.4036922454834, 4.300228118896484, 0.4875863194465637, 2.1035969257354736, 15.235321044921875, 38.23403549194336, 23.465641021728516, 39.234153747558594, 27.73429298400879, 39.71323776245117, 28.091766357421875, 0.020996417850255966], "count": [156]}, "action": {"min": [0.4445143938064575, -1.3746471405029297, 0.8250679969787598, -0.6688219904899597, -1.3658307790756226, 1.2895433902740479, -0.9340428709983826, -1.4479857683181763, 0.8621824383735657, -0.04725528508424759, 0.15621423721313477, -1.1301451921463013, 2.5456249713897705, 62.189998626708984, -1.0299999713897705, -0.2775000035762787, 0.9106249809265137, 0.203125, 1.097499966621399, -0.8650000095367432, 0.9420000314712524, -3.302500009536743, 0.9437500238418579, -0.006250000558793545, 7.690714359283447, 58.763126373291016, 0.48374998569488525, -0.9887499809265137, 0.8224999904632568, 0.6187499761581421, 0.6137499809265137, 0.9943749904632568, 1.006666660308838, 0.6418750286102295, 0.6299999952316284, -3.1993751525878906], "max": [1.0822672843933105, -0.8037477731704712, 1.5402790307998657, -0.25306135416030884, -0.2616683840751648, 1.6351948976516724, -0.3443770408630371, -0.732454240322113, 1.509236454963684, 0.1964360624551773, 0.8835927248001099, -1.076524019241333, 71.71875, 78.02437591552734, 46.11249923706055, 9.446249961853027, 39.54187774658203, 102.90374755859375, 69.55000305175781, 112.734375, 83.10812377929688, 110.98500061035156, 86.55500030517578, 109.30249786376953, 62.90625, 75.15312957763672, 2.3862500190734863, 8.241000175476074, 45.166873931884766, 108.42500305175781, 67.5268783569336, 111.20437622070312, 83.73062896728516, 109.48625183105469, 85.41875457763672, -3.1100001335144043], "mean": [0.9001103043556213, -0.9640032649040222, 0.9908570647239685, -0.4167186915874481, -1.0018973350524902, 1.3799833059310913, -0.7523834705352783, -0.9680187702178955, 1.0218557119369507, 0.11261430382728577, 0.6778193116188049, -1.112508773803711, 21.075801849365234, 69.86976623535156, 9.193819046020508, 4.700350284576416, 8.983264923095703, 21.446596145629883, 13.650749206542969, 22.61616325378418, 15.139817237854004, 24.952335357666016, 15.504467964172363, 28.35514259338379, 28.17190933227539, 66.87728118896484, 1.1414165496826172, 3.1762380599975586, 9.885784149169922, 22.767562866210938, 14.314162254333496, 23.75182342529297, 16.822982788085938, 24.425180435180664, 16.313894271850586, -3.162034034729004], "std": [0.19864584505558014, 0.15640756487846375, 0.20421969890594482, 0.08686280250549316, 0.321789026260376, 0.10470958054065704, 0.22394374012947083, 0.20761792361736298, 0.2025444358587265, 0.08450678735971451, 0.22752411663532257, 0.019782938063144684, 23.5377197265625, 4.269522666931152, 15.84814167022705, 3.3697285652160645, 13.341289520263672, 36.504329681396484, 21.526567459106445, 40.588008880615234, 25.407270431518555, 41.6169319152832, 27.161659240722656, 42.60159683227539, 18.403690338134766, 4.300227642059326, 0.4875863194465637, 2.1035969257354736, 15.235323905944824, 38.234031677246094, 23.465639114379883, 39.234153747558594, 27.73429298400879, 39.71323776245117, 28.091768264770508, 0.02099641226232052], "count": [156]}, "timestamp": {"min": [0.0], "max": [5.166666666666667], "mean": [2.5833333333333335], "std": [1.5010798582156581], "count": [156]}, "frame_index": {"min": [0], "max": [155], "mean": [77.5], "std": [45.032395746469746], "count": [156]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [156]}, "index": {"min": [4697], "max": [4852], "mean": [4774.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [156]}, "subtask_annotation": {"mean": [3.673076923076923, 7.0, 7.0, 7.0, 7.0], "std": [1.9287416568058626, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [156]}, "scene_annotation": {"mean": [31.0], "std": [0.0], "min": [31], "max": [31], "count": [156]}, "eef_direction_state": {"mean": [3.948717948717949, 4.314102564102564], "std": [2.08718578717628, 1.7788086159125465], "min": [0, 0], "max": [6, 6], "count": [156]}, "eef_velocity_state": {"mean": [1.1282051282051282, 1.2115384615384615], "std": [0.8749941297821316, 0.86978935988663], "min": [0, 0], "max": [2, 2], "count": [156]}, "eef_acc_mag_state": {"mean": [0.9487179487179487, 0.8269230769230769], "std": [0.8381517501887781, 0.8099023488024102], "min": [0, 0], "max": [2, 2], "count": [156]}, "eef_direction_action": {"mean": [3.948717948717949, 4.314102564102564], "std": [2.08718578717628, 1.7788086159125465], "min": [0, 0], "max": [6, 6], "count": [156]}, "eef_velocity_action": {"mean": [1.1282051282051282, 1.2115384615384615], "std": [0.8749941297821316, 0.86978935988663], "min": [0, 0], "max": [2, 2], "count": [156]}, "eef_acc_mag_action": {"mean": [0.9487179487179487, 0.8269230769230769], "std": [0.8381517501887781, 0.8099023488024102], "min": [0, 0], "max": [2, 2], "count": [156]}, "eef_sim_pose_state": {"mean": [0.6431251963245509, 0.17183167384220874, 1.154439409692679, -1.4228837525786489, 1.105018980709482, -1.8768019690522357, 0.6391646611278369, -0.1132107526305581, 1.1465753314905807, 1.714516205495558, 1.0637648820904115, 2.3557010652326014], "std": [0.0570741092478529, 0.036121562052744915, 0.03761962411479739, 0.32496537045605456, 0.054139986375528915, 0.3257318534307879, 0.049029821519233525, 0.05699484639282227, 0.045963970124238085, 0.21324603681679966, 0.06742528363289545, 0.2003482713704697], "min": [0.5922733034150638, 0.08910999064937215, 1.0622349634525785, -2.030756168166241, 1.0408612836965112, -2.432929586298062, 0.5991947736765557, -0.16404363479073658, 1.053861419951054, 1.1006243968200622, 0.9167629812684894, 1.7809171443866723], "max": [0.78378796630301, 0.2222137111595876, 1.2023336150572326, -1.0470174879674994, 1.2401175249943734, -1.4668386076777071, 0.7484945969119186, 0.011334612466549182, 1.2531138838258484, 2.0466029278661755, 1.1802315197082915, 2.734490327647044], "count": [156]}, "eef_sim_pose_action": {"mean": [0.6431251963245509, 0.17183167384220874, 1.154439409692679, -1.4228837525786489, 1.105018980709482, -1.8768019690522357, 0.6391646611278369, -0.1132107526305581, 1.1465753314905807, 1.714516205495558, 1.0637648820904115, 2.3557010652326014], "std": [0.0570741092478529, 0.036121562052744915, 0.03761962411479739, 0.32496537045605456, 0.054139986375528915, 0.3257318534307879, 0.049029821519233525, 0.05699484639282227, 0.045963970124238085, 0.21324603681679966, 0.06742528363289545, 0.2003482713704697], "min": [0.5922733034150638, 0.08910999064937215, 1.0622349634525785, -2.030756168166241, 1.0408612836965112, -2.432929586298062, 0.5991947736765557, -0.16404363479073658, 1.053861419951054, 1.1006243968200622, 0.9167629812684894, 1.7809171443866723], "max": [0.78378796630301, 0.2222137111595876, 1.2023336150572326, -1.0470174879674994, 1.2401175249943734, -1.4668386076777071, 0.7484945969119186, 0.011334612466549182, 1.2531138838258484, 2.0466029278661755, 1.1802315197082915, 2.734490327647044], "count": [156]}}} +{"episode_index": 32, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36193418300653596]], [[0.3658489624183006]], [[0.37163949346405234]]], "std": [[[0.37738151631472355]], [[0.3699260845133265]], [[0.37031472552300276]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.10980392156862745]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4948175633169935]], [[0.5114628615196078]], [[0.4934267299836601]]], "std": [[[0.34261504736201315]], [[0.3434817413780085]], [[0.35059027275428273]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49627171568627454]], [[0.5044122201797386]], [[0.483206448120915]]], "std": [[[0.3437784451412339]], [[0.3486523918720022]], [[0.356745115714378]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3941865727124183]], [[0.39898000612745094]], [[0.37535580678104574]]], "std": [[[0.3936952597777094]], [[0.40412157093432893]], [[0.41134683443392145]]], "count": [100]}, "observation.state": {"min": [0.4797055125236511, -1.3311350345611572, 0.8017980456352234, -0.5457484722137451, -1.5451667308807373, 1.2329051494598389, -0.9893568158149719, -1.3591020107269287, 0.7642862796783447, 0.021052680909633636, 0.2827449142932892, -1.1306458711624146, 9.375555038452148, 62.734375, -1.0556249618530273, -0.2824999988079071, 0.7322221994400024, 0.1668749898672104, 0.7176923155784607, -0.8142856955528259, 0.7946153879165649, -3.5622222423553467, 0.9375, 0.08363636583089828, 6.811874866485596, 55.639373779296875, 0.3056250214576721, -1.5075000524520874, 0.7300000190734863, 0.8231250047683716, 0.601111114025116, 0.8118749856948853, 1.081874966621399, 0.5931249856948853, 0.6137499809265137, -3.1993751525878906], "max": [1.1577147245407104, -0.7614463567733765, 1.5072098970413208, -0.28987371921539307, -0.32654306292533875, 1.4240481853485107, -0.44422826170921326, -0.5890618562698364, 1.4201619625091553, 0.26824089884757996, 1.3740112781524658, -1.049987554550171, 65.98187255859375, 82.72312927246094, -0.5475000143051147, 7.748888969421387, 43.01874923706055, 98.2750015258789, 75.33062744140625, 112.56187438964844, 86.78312683105469, 110.91000366210938, 88.26312255859375, 108.96375274658203, 78.44562530517578, 71.70500183105469, 17.365625381469727, 6.848750114440918, 54.926876068115234, 109.55999755859375, 75.59000396728516, 111.35000610351562, 86.25125122070312, 111.64375305175781, 89.21125030517578, -3.104374885559082], "mean": [0.9879169464111328, -0.9380316734313965, 0.9534298777580261, -0.4324391186237335, -1.1294056177139282, 1.305595874786377, -0.7828167080879211, -0.9144551157951355, 0.9830988049507141, 0.13513052463531494, 0.7899855971336365, -1.095544457435608, 31.586843490600586, 76.244873046875, -0.8573028445243835, 2.088106155395508, 14.22929859161377, 15.737508773803711, 18.22410774230957, 18.092275619506836, 16.52176284790039, 25.740901947021484, 12.698620796203613, 53.51362609863281, 36.21269607543945, 65.25489044189453, 2.3722853660583496, 2.2819931507110596, 19.43526840209961, 38.942108154296875, 26.213157653808594, 42.67056655883789, 32.25926208496094, 44.036277770996094, 32.85865020751953, -3.148437023162842], "std": [0.19495974481105804, 0.13154387474060059, 0.17556291818618774, 0.04267808794975281, 0.3208223581314087, 0.0680302232503891, 0.1920580118894577, 0.17254644632339478, 0.16773568093776703, 0.08650261908769608, 0.23636236786842346, 0.02299758791923523, 14.032631874084473, 6.712392807006836, 0.0779443010687828, 1.7679862976074219, 10.997983932495117, 31.953330993652344, 19.23450469970703, 36.07130813598633, 23.113407135009766, 35.12077331542969, 25.705699920654297, 28.472471237182617, 23.63543701171875, 4.76507043838501, 3.771289348602295, 2.2738094329833984, 21.61867332458496, 44.56367111206055, 29.564695358276367, 48.34739303588867, 36.909873962402344, 50.28234100341797, 38.36155319213867, 0.02059534564614296], "count": [209]}, "action": {"min": [0.4797055125236511, -1.3311350345611572, 0.8017980456352234, -0.5457484722137451, -1.5451667308807373, 1.2329051494598389, -0.9893568158149719, -1.3591020107269287, 0.7642862796783447, 0.021052680909633636, 0.2827449142932892, -1.1306458711624146, 9.375555038452148, 62.734375, -1.0556249618530273, -0.2824999988079071, 0.7322221994400024, 0.1668749898672104, 0.7176923155784607, -0.8142856955528259, 0.7946153879165649, -3.5622222423553467, 0.9375, 0.08363636583089828, 6.811874866485596, 55.639373779296875, 0.3056250214576721, -1.5075000524520874, 0.7300000190734863, 0.8231250047683716, 0.601111114025116, 0.8118749856948853, 1.081874966621399, 0.5931249856948853, 0.6137499809265137, -3.1993751525878906], "max": [1.1577147245407104, -0.7614463567733765, 1.5072098970413208, -0.28987371921539307, -0.32654306292533875, 1.4240481853485107, -0.44422826170921326, -0.5890618562698364, 1.4201619625091553, 0.26824089884757996, 1.3740112781524658, -1.049987554550171, 65.98187255859375, 82.72312927246094, -0.5475000143051147, 7.748888969421387, 43.01874923706055, 98.2750015258789, 75.33062744140625, 112.56187438964844, 86.78312683105469, 110.91000366210938, 88.26312255859375, 108.96375274658203, 78.44562530517578, 71.70500183105469, 17.365625381469727, 6.848750114440918, 54.926876068115234, 109.55999755859375, 75.59000396728516, 111.35000610351562, 86.25125122070312, 111.64375305175781, 89.21125030517578, -3.104374885559082], "mean": [0.9879173040390015, -0.9380312561988831, 0.9534292817115784, -0.4324391782283783, -1.1294054985046387, 1.3055959939956665, -0.7828167676925659, -0.9144553542137146, 0.9830990433692932, 0.13513055443763733, 0.7899854779243469, -1.0955442190170288, 31.58685874938965, 76.244873046875, -0.8573030829429626, 2.0881059169769287, 14.229290008544922, 15.737503051757812, 18.224102020263672, 18.092266082763672, 16.521759033203125, 25.74089241027832, 12.698617935180664, 53.51363754272461, 36.212711334228516, 65.25489807128906, 2.372284173965454, 2.2819931507110596, 19.435270309448242, 38.942108154296875, 26.21314811706543, 42.67055892944336, 32.259246826171875, 44.03627395629883, 32.85865020751953, -3.1484358310699463], "std": [0.19495974481105804, 0.13154388964176178, 0.17556290328502655, 0.042678095400333405, 0.3208223581314087, 0.0680302157998085, 0.1920580118894577, 0.17254643142223358, 0.16773569583892822, 0.08650261163711548, 0.23636236786842346, 0.02299758791923523, 14.032634735107422, 6.712393283843994, 0.0779443085193634, 1.7679862976074219, 10.9979829788208, 31.953340530395508, 19.2345027923584, 36.07130813598633, 23.113407135009766, 35.12077331542969, 25.705703735351562, 28.472471237182617, 23.63543701171875, 4.765069961547852, 3.771289587020874, 2.2738094329833984, 21.61867332458496, 44.563663482666016, 29.564693450927734, 48.347389221191406, 36.909881591796875, 50.28234100341797, 38.361549377441406, 0.02059534378349781], "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": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [209]}, "index": {"min": [4853], "max": [5061], "mean": [4957.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [209]}, "subtask_annotation": {"mean": [3.062200956937799, 7.0, 7.0, 7.0, 7.0], "std": [1.771911880092373, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [209]}, "scene_annotation": {"mean": [32.0], "std": [0.0], "min": [32], "max": [32], "count": [209]}, "eef_direction_state": {"mean": [4.15311004784689, 3.861244019138756], "std": [2.001315928887689, 1.8879827422917577], "min": [0, 0], "max": [6, 6], "count": [209]}, "eef_velocity_state": {"mean": [0.9569377990430622, 1.1770334928229664], "std": [0.8601002506144959, 0.8197611998109896], "min": [0, 0], "max": [2, 2], "count": [209]}, "eef_acc_mag_state": {"mean": [0.7416267942583732, 0.9043062200956937], "std": [0.8359387093497004, 0.8303055424294483], "min": [0, 0], "max": [2, 2], "count": [209]}, "eef_direction_action": {"mean": [4.15311004784689, 3.861244019138756], "std": [2.001315928887689, 1.8879827422917577], "min": [0, 0], "max": [6, 6], "count": [209]}, "eef_velocity_action": {"mean": [0.9569377990430622, 1.1770334928229664], "std": [0.8601002506144959, 0.8197611998109896], "min": [0, 0], "max": [2, 2], "count": [209]}, "eef_acc_mag_action": {"mean": [0.7416267942583732, 0.9043062200956937], "std": [0.8359387093497004, 0.8303055424294483], "min": [0, 0], "max": [2, 2], "count": [209]}, "eef_sim_pose_state": {"mean": [0.6295657788244664, 0.192800234943447, 1.1553806304147918, -1.371331528873559, 1.0540441838592087, -1.7934710875250608, 0.6335526529462775, -0.13162057753585607, 1.1663323206195708, 1.5510639694795727, 1.042620726771904, 2.184640061356178], "std": [0.05083340667885408, 0.03971488448103085, 0.03320141544069195, 0.27510624007406187, 0.05465520145171975, 0.29613206577170076, 0.04152741642266495, 0.046664883390073304, 0.050009421528531314, 0.24190165081942375, 0.06552242121369764, 0.24067056051771904], "min": [0.5821263130063237, 0.10610615473192568, 1.0635230556929098, -1.9399157297869218, 0.9779070454929384, -2.3840232682694897, 0.5802396406530421, -0.22909600847885508, 1.0603952436987114, 0.734133165657779, 0.8797710468655868, 1.313949139031768], "max": [0.7782197241931095, 0.24515787066245676, 1.23165711910514, -0.8771500892918964, 1.1986565967221545, -1.2935143579441561, 0.7318730885750202, -0.01771179420610297, 1.3179836910391425, 1.9374959490115278, 1.1328212730507268, 2.5789068946222233], "count": [209]}, "eef_sim_pose_action": {"mean": [0.6295657788244664, 0.192800234943447, 1.1553806304147918, -1.371331528873559, 1.0540441838592087, -1.7934710875250608, 0.6335526529462775, -0.13162057753585607, 1.1663323206195708, 1.5510639694795727, 1.042620726771904, 2.184640061356178], "std": [0.05083340667885408, 0.03971488448103085, 0.03320141544069195, 0.27510624007406187, 0.05465520145171975, 0.29613206577170076, 0.04152741642266495, 0.046664883390073304, 0.050009421528531314, 0.24190165081942375, 0.06552242121369764, 0.24067056051771904], "min": [0.5821263130063237, 0.10610615473192568, 1.0635230556929098, -1.9399157297869218, 0.9779070454929384, -2.3840232682694897, 0.5802396406530421, -0.22909600847885508, 1.0603952436987114, 0.734133165657779, 0.8797710468655868, 1.313949139031768], "max": [0.7782197241931095, 0.24515787066245676, 1.23165711910514, -0.8771500892918964, 1.1986565967221545, -1.2935143579441561, 0.7318730885750202, -0.01771179420610297, 1.3179836910391425, 1.9374959490115278, 1.1328212730507268, 2.5789068946222233], "count": [209]}}} +{"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.34805415032679743]], [[0.3565386294934641]], [[0.36543440767973856]]], "std": [[[0.36158278561904567]], [[0.35386874216044767]], [[0.3522181067171217]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4910109987745098]], [[0.5063701879084967]], [[0.4881818607026144]]], "std": [[[0.34424117475955174]], [[0.34648878671796396]], [[0.35298728072990987]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48872802491830064]], [[0.4968385355392157]], [[0.47338639910130714]]], "std": [[[0.34393679973301944]], [[0.34805278522320826]], [[0.3544576264637874]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3838612275326797]], [[0.4073327001633987]], [[0.38964968341503264]]], "std": [[[0.4022761879683782]], [[0.4059868490306651]], [[0.41565365780036534]]], "count": [100]}, "observation.state": {"min": [0.42200732231140137, -1.3912889957427979, 0.8017980456352234, -0.5666342377662659, -1.5314760208129883, 1.1756837368011475, -0.8764400482177734, -1.3313019275665283, 0.7642014622688293, 0.038600556552410126, 0.2443350851535797, -1.1805185079574585, 4.248888969421387, 63.258750915527344, -0.296875, -1.5462499856948853, 0.7078571319580078, 0.30416667461395264, 0.9150000214576721, 0.8425000309944153, 0.7766666412353516, -0.44749999046325684, 0.9474999904632568, 0.07750000059604645, 3.3333332538604736, 60.2933349609375, 0.5837500095367432, 0.4650000035762787, 0.671875, 0.4625000059604645, 0.6243749856948853, 0.5843749642372131, 0.9893749952316284, 0.59375, 0.609375, -3.2024998664855957], "max": [1.221548318862915, -0.783868670463562, 1.5837911367416382, -0.31443122029304504, -0.238756000995636, 1.4697537422180176, -0.41375792026519775, -0.667349100112915, 1.4092421531677246, 0.17838220298290253, 1.093287706375122, -1.0910916328430176, 58.494998931884766, 82.87937927246094, 44.53437423706055, 8.381817817687988, 45.73125076293945, 110.09500122070312, 75.22750091552734, 112.140625, 85.78375244140625, 109.8499984741211, 88.34124755859375, 109.3125, 55.89500045776367, 70.47750091552734, 2.3837499618530273, 7.324999809265137, 44.861873626708984, 105.41437530517578, 67.78874969482422, 107.29812622070312, 87.35124969482422, 109.67874908447266, 89.52812957763672, -3.088124990463257], "mean": [0.9094333648681641, -0.9920222759246826, 1.0304365158081055, -0.417217493057251, -1.0112847089767456, 1.3076567649841309, -0.765487015247345, -0.9178411960601807, 0.9873121380805969, 0.0862962082028389, 0.6811404228210449, -1.1223790645599365, 28.369691848754883, 73.71569061279297, 25.399137496948242, 3.098335027694702, 11.483386993408203, 23.358732223510742, 16.12592887878418, 24.37516212463379, 16.16948890686035, 25.03205680847168, 16.224809646606445, 28.90938949584961, 23.443574905395508, 66.47572326660156, 1.4809092283248901, 2.3801026344299316, 10.376036643981934, 24.17949104309082, 15.451581954956055, 24.66680335998535, 18.785869598388672, 25.66054344177246, 18.38332748413086, -3.137464761734009], "std": [0.234461709856987, 0.16074271500110626, 0.21970078349113464, 0.06162937730550766, 0.3651062548160553, 0.1149929091334343, 0.16217286884784698, 0.165381520986557, 0.16260237991809845, 0.030327841639518738, 0.1741046905517578, 0.03092796355485916, 15.749401092529297, 7.788545608520508, 10.894561767578125, 2.592562198638916, 14.570758819580078, 38.90178680419922, 23.11093521118164, 39.77295684814453, 26.795862197875977, 40.56623077392578, 28.019424438476562, 42.2215461730957, 17.573020935058594, 3.135155200958252, 0.6780573129653931, 1.5194923877716064, 15.855212211608887, 38.42255783081055, 23.85843276977539, 38.7514533996582, 30.032625198364258, 40.587013244628906, 30.549863815307617, 0.027860967442393303], "count": [147]}, "action": {"min": [0.42200732231140137, -1.3912889957427979, 0.8017980456352234, -0.5666342377662659, -1.5314760208129883, 1.1756837368011475, -0.8764400482177734, -1.3313019275665283, 0.7642014622688293, 0.038600556552410126, 0.2443350851535797, -1.1805185079574585, 4.248888969421387, 63.258750915527344, -0.296875, -1.5462499856948853, 0.7078571319580078, 0.30416667461395264, 0.9150000214576721, 0.8425000309944153, 0.7766666412353516, -0.44749999046325684, 0.9474999904632568, 0.07750000059604645, 3.3333332538604736, 60.2933349609375, 0.5837500095367432, 0.4650000035762787, 0.671875, 0.4625000059604645, 0.6243749856948853, 0.5843749642372131, 0.9893749952316284, 0.59375, 0.609375, -3.2024998664855957], "max": [1.221548318862915, -0.783868670463562, 1.5837911367416382, -0.31443122029304504, -0.238756000995636, 1.4697537422180176, -0.41375792026519775, -0.667349100112915, 1.4092421531677246, 0.17838220298290253, 1.093287706375122, -1.0910916328430176, 58.494998931884766, 82.87937927246094, 44.53437423706055, 8.381817817687988, 45.73125076293945, 110.09500122070312, 75.22750091552734, 112.140625, 85.78375244140625, 109.8499984741211, 88.34124755859375, 109.3125, 55.89500045776367, 70.47750091552734, 2.3837499618530273, 7.324999809265137, 44.861873626708984, 105.41437530517578, 67.78874969482422, 107.29812622070312, 87.35124969482422, 109.67874908447266, 89.52812957763672, -3.088124990463257], "mean": [0.9094333648681641, -0.9920222759246826, 1.0304362773895264, -0.41721755266189575, -1.0112849473953247, 1.30765700340271, -0.7654872536659241, -0.9178409576416016, 0.9873121380805969, 0.08629623055458069, 0.6811403036117554, -1.122378945350647, 28.369701385498047, 73.71569061279297, 25.39914321899414, 3.098335027694702, 11.483380317687988, 23.358707427978516, 16.12592887878418, 24.375146865844727, 16.169475555419922, 25.032047271728516, 16.224811553955078, 28.909378051757812, 23.443584442138672, 66.47571563720703, 1.4809092283248901, 2.3801021575927734, 10.376035690307617, 24.179489135742188, 15.45158863067627, 24.666797637939453, 18.78586769104004, 25.660541534423828, 18.383319854736328, -3.137465238571167], "std": [0.234461709856987, 0.16074274480342865, 0.21970079839229584, 0.06162937730550766, 0.3651063144207001, 0.1149929091334343, 0.16217286884784698, 0.16538149118423462, 0.16260239481925964, 0.03032783977687359, 0.174104705452919, 0.030927959829568863, 15.749401092529297, 7.788544178009033, 10.894561767578125, 2.592561721801758, 14.570757865905762, 38.90179443359375, 23.11093521118164, 39.77295684814453, 26.795856475830078, 40.566226959228516, 28.019428253173828, 42.22154998779297, 17.573020935058594, 3.135154962539673, 0.6780572533607483, 1.5194923877716064, 15.855213165283203, 38.42256164550781, 23.85843276977539, 38.7514533996582, 30.03262710571289, 40.587013244628906, 30.549863815307617, 0.027860965579748154], "count": [147]}, "timestamp": {"min": [0.0], "max": [4.866666666666666], "mean": [2.433333333333333], "std": [1.4144754295288202], "count": [147]}, "frame_index": {"min": [0], "max": [146], "mean": [73.0], "std": [42.43426288586461], "count": [147]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [147]}, "index": {"min": [5062], "max": [5208], "mean": [5135.0], "std": [42.43426288586461], "count": [147]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [147]}, "subtask_annotation": {"mean": [3.45578231292517, 7.0, 7.0, 7.0, 7.0], "std": [1.8816380637499, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [147]}, "scene_annotation": {"mean": [33.0], "std": [0.0], "min": [33], "max": [33], "count": [147]}, "eef_direction_state": {"mean": [3.360544217687075, 4.26530612244898], "std": [2.056830592144013, 1.9177883045630926], "min": [0, 0], "max": [6, 6], "count": [147]}, "eef_velocity_state": {"mean": [1.3197278911564625, 1.1564625850340136], "std": [0.7995440414737, 0.8783153345077228], "min": [0, 0], "max": [2, 2], "count": [147]}, "eef_acc_mag_state": {"mean": [1.0612244897959184, 0.8435374149659864], "std": [0.8183648022760573, 0.8055984404401341], "min": [0, 0], "max": [2, 2], "count": [147]}, "eef_direction_action": {"mean": [3.360544217687075, 4.26530612244898], "std": [2.056830592144013, 1.9177883045630926], "min": [0, 0], "max": [6, 6], "count": [147]}, "eef_velocity_action": {"mean": [1.3197278911564625, 1.1564625850340136], "std": [0.7995440414737, 0.8783153345077228], "min": [0, 0], "max": [2, 2], "count": [147]}, "eef_acc_mag_action": {"mean": [1.0612244897959184, 0.8435374149659864], "std": [0.8183648022760573, 0.8055984404401341], "min": [0, 0], "max": [2, 2], "count": [147]}, "eef_sim_pose_state": {"mean": [0.6491524921818959, 0.17543503500950328, 1.150931941413144, -1.4439135342763822, 1.0493905801374594, -1.8930219180525036, 0.631001324933337, -0.12162593595701394, 1.1467197585543676, 1.742583886224388, 1.0918168909104733, 2.397797557094467], "std": [0.06327573708752109, 0.04090404568947888, 0.03516945218781008, 0.30135434076969475, 0.07274957651861186, 0.2799484887200802, 0.04312205328921841, 0.037043375187020035, 0.04020381915490619, 0.22822293492273207, 0.04654391925173687, 0.2179979395543693], "min": [0.5784405506641594, 0.0881530335878979, 1.059224575361282, -1.9637883289322404, 0.9679416326522658, -2.3678080175844904, 0.5901850756082926, -0.17340188851093005, 1.0618520040628745, 1.0366230959919498, 0.967383069405142, 1.667710426088439], "max": [0.7918413685355838, 0.24505092860059957, 1.2038713843575106, -1.0399264026770534, 1.1797010750109882, -1.4490358600781992, 0.7362419295279607, -0.027201718081217213, 1.2517511801408538, 2.0861490441058934, 1.1586479007110646, 2.689776822565042], "count": [147]}, "eef_sim_pose_action": {"mean": [0.6491524921818959, 0.17543503500950328, 1.150931941413144, -1.4439135342763822, 1.0493905801374594, -1.8930219180525036, 0.631001324933337, -0.12162593595701394, 1.1467197585543676, 1.742583886224388, 1.0918168909104733, 2.397797557094467], "std": [0.06327573708752109, 0.04090404568947888, 0.03516945218781008, 0.30135434076969475, 0.07274957651861186, 0.2799484887200802, 0.04312205328921841, 0.037043375187020035, 0.04020381915490619, 0.22822293492273207, 0.04654391925173687, 0.2179979395543693], "min": [0.5784405506641594, 0.0881530335878979, 1.059224575361282, -1.9637883289322404, 0.9679416326522658, -2.3678080175844904, 0.5901850756082926, -0.17340188851093005, 1.0618520040628745, 1.0366230959919498, 0.967383069405142, 1.667710426088439], "max": [0.7918413685355838, 0.24505092860059957, 1.2038713843575106, -1.0399264026770534, 1.1797010750109882, -1.4490358600781992, 0.7362419295279607, -0.027201718081217213, 1.2517511801408538, 2.0861490441058934, 1.1586479007110646, 2.689776822565042], "count": [147]}}} +{"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.35941241013071895]], [[0.364218022875817]], [[0.36804275326797387]]], "std": [[[0.37059719482836695]], [[0.36253240674677883]], [[0.3643092487302685]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.10980392156862745]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31180261029411765]], [[0.3531536274509804]], [[0.3431088623366013]]], "std": [[[0.16999107038088174]], [[0.16535598244453306]], [[0.17104734176736958]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48762841503267973]], [[0.4969580841503268]], [[0.47644905841503266]]], "std": [[[0.3419684048501693]], [[0.3448013091076033]], [[0.3509350404314097]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38057101511437913]], [[0.40278876838235295]], [[0.3846776715686274]]], "std": [[[0.4025439729709526]], [[0.4037213808994378]], [[0.41100734228402724]]], "count": [100]}, "observation.state": {"min": [0.47877565026283264, -1.322480320930481, 0.8283026218414307, -0.6060215830802917, -1.6062875986099243, 1.1133602857589722, -0.9767919778823853, -1.3871405124664307, 0.7805201411247253, 0.038052186369895935, 0.2132209837436676, -1.1053491830825806, 16.611249923706055, 66.36125183105469, -1.2322221994400024, 0.2893750071525574, 0.7574999928474426, 0.04999999701976776, 0.9793750047683716, -0.38999998569488525, 0.7522222399711609, -3.145625114440918, 0.8856250047683716, 0.26124998927116394, 14.467499732971191, 64.03937530517578, 0.49562498927116394, -0.33375000953674316, 0.9587500095367432, 0.7556250095367432, 0.7093750238418579, 0.5774999856948853, 0.9693750143051147, 0.6340000033378601, 0.7450000047683716, -3.338749885559082], "max": [1.1783779859542847, -0.748603343963623, 1.4579280614852905, -0.2522420287132263, -0.2788824737071991, 1.5464303493499756, -0.40143150091171265, -0.5882988572120667, 1.4962425231933594, 0.21515220403671265, 1.4862499237060547, -0.9961280226707458, 61.3493766784668, 82.67437744140625, 46.74444580078125, 6.80222225189209, 20.604373931884766, 99.15374755859375, 23.59749984741211, 107.84749603271484, 15.466875076293945, 108.16437530517578, 13.190625190734863, 110.86000061035156, 60.665000915527344, 75.79937744140625, 1.9474999904632568, 7.003749847412109, 31.71812629699707, 89.67437744140625, 35.36937713623047, 105.35062408447266, 31.865625381469727, 108.78750610351562, 33.416873931884766, 110.29437255859375], "mean": [0.9866673350334167, -0.956021249294281, 0.9507042169570923, -0.3821527361869812, -1.05589759349823, 1.2241559028625488, -0.8318479657173157, -0.9324015378952026, 0.9990713596343994, 0.14572010934352875, 0.7986535429954529, -1.0837332010269165, 34.0712890625, 75.90428924560547, 11.599250793457031, 2.675781488418579, 8.353646278381348, 22.03923797607422, 6.900458335876465, 22.761674880981445, 3.7602405548095703, 21.583776473999023, 2.3302876949310303, 32.28089904785156, 32.708213806152344, 71.52033996582031, 0.9518638253211975, 1.5828475952148438, 6.922839164733887, 16.011159896850586, 8.307963371276855, 17.535642623901367, 7.346481800079346, 19.307140350341797, 5.717087268829346, 23.149263381958008], "std": [0.2268095165491104, 0.1327296793460846, 0.17929071187973022, 0.07725270092487335, 0.33727437257766724, 0.11702173948287964, 0.21136079728603363, 0.17714287340641022, 0.17467831075191498, 0.06302491575479507, 0.25218838453292847, 0.03635012358427048, 13.913613319396973, 4.914498329162598, 17.223356246948242, 1.8933212757110596, 6.744792938232422, 36.790531158447266, 7.727498531341553, 39.47338104248047, 4.245669364929199, 40.26529312133789, 2.9046006202697754, 41.45860290527344, 13.760775566101074, 3.243535041809082, 0.3743937611579895, 1.7291688919067383, 9.792475700378418, 29.4520320892334, 12.03548812866211, 32.55833053588867, 10.399957656860352, 34.803070068359375, 9.455280303955078, 39.15424728393555], "count": [179]}, "action": {"min": [0.47877565026283264, -1.322480320930481, 0.8283026218414307, -0.6060215830802917, -1.6062875986099243, 1.1133602857589722, -0.9767919778823853, -1.3871405124664307, 0.7805201411247253, 0.038052186369895935, 0.2132209837436676, -1.1053491830825806, 16.611249923706055, 66.36125183105469, -1.2322221994400024, 0.2893750071525574, 0.7574999928474426, 0.04999999701976776, 0.9793750047683716, -0.38999998569488525, 0.7522222399711609, -3.145625114440918, 0.8856250047683716, 0.26124998927116394, 14.467499732971191, 64.03937530517578, 0.49562498927116394, -0.33375000953674316, 0.9587500095367432, 0.7556250095367432, 0.7093750238418579, 0.5774999856948853, 0.9693750143051147, 0.6340000033378601, 0.7450000047683716, -3.338749885559082], "max": [1.1783779859542847, -0.748603343963623, 1.4579280614852905, -0.2522420287132263, -0.2788824737071991, 1.5464303493499756, -0.40143150091171265, -0.5882988572120667, 1.4962425231933594, 0.21515220403671265, 1.4862499237060547, -0.9961280226707458, 61.3493766784668, 82.67437744140625, 46.74444580078125, 6.80222225189209, 20.604373931884766, 99.15374755859375, 23.59749984741211, 107.84749603271484, 15.466875076293945, 108.16437530517578, 13.190625190734863, 110.86000061035156, 60.665000915527344, 75.79937744140625, 1.9474999904632568, 7.003749847412109, 31.71812629699707, 89.67437744140625, 35.36937713623047, 105.35062408447266, 31.865625381469727, 108.78750610351562, 33.416873931884766, 110.29437255859375], "mean": [0.9866673350334167, -0.9560208320617676, 0.9507043361663818, -0.3821527063846588, -1.05589759349823, 1.2241559028625488, -0.8318479657173157, -0.9324014186859131, 0.9990710616111755, 0.14572006464004517, 0.7986533045768738, -1.083733320236206, 34.071285247802734, 75.90428161621094, 11.599246978759766, 2.675781726837158, 8.353643417358398, 22.039228439331055, 6.900471210479736, 22.76169204711914, 3.760237455368042, 21.583757400512695, 2.330286741256714, 32.280906677246094, 32.70822525024414, 71.52033996582031, 0.9518638253211975, 1.582848072052002, 6.922840118408203, 16.011157989501953, 8.30795955657959, 17.53563690185547, 7.34647798538208, 19.30714988708496, 5.717085838317871, 23.149253845214844], "std": [0.22680944204330444, 0.1327296793460846, 0.17929069697856903, 0.07725268602371216, 0.33727437257766724, 0.11702174693346024, 0.21136078238487244, 0.1771428883075714, 0.1746782809495926, 0.06302492320537567, 0.25218838453292847, 0.036350127309560776, 13.913613319396973, 4.914498805999756, 17.22335433959961, 1.8933210372924805, 6.744793891906738, 36.790531158447266, 7.727498531341553, 39.473384857177734, 4.245669841766357, 40.26527786254883, 2.9046003818511963, 41.45860290527344, 13.760775566101074, 3.243535280227661, 0.37439385056495667, 1.7291690111160278, 9.792473793029785, 29.4520320892334, 12.035486221313477, 32.55833053588867, 10.399959564208984, 34.80306625366211, 9.455279350280762, 39.15424728393555], "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": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [179]}, "index": {"min": [5209], "max": [5387], "mean": [5298.0], "std": [51.67204273105525], "count": [179]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [179]}, "subtask_annotation": {"mean": [3.2849162011173183, 7.0, 7.0, 7.0, 7.0], "std": [1.9092091927238075, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [179]}, "scene_annotation": {"mean": [34.0], "std": [0.0], "min": [34], "max": [34], "count": [179]}, "eef_direction_state": {"mean": [3.4189944134078214, 3.9664804469273744], "std": [1.860461015424111, 1.842694897223776], "min": [0, 0], "max": [6, 6], "count": [179]}, "eef_velocity_state": {"mean": [1.4972067039106145, 1.23463687150838], "std": [0.6286840177267122, 0.7772794964642603], "min": [0, 0], "max": [2, 2], "count": [179]}, "eef_acc_mag_state": {"mean": [1.1508379888268156, 0.7374301675977654], "std": [0.7582962905455707, 0.793335430608409], "min": [0, 0], "max": [2, 2], "count": [179]}, "eef_direction_action": {"mean": [3.4189944134078214, 3.9664804469273744], "std": [1.860461015424111, 1.842694897223776], "min": [0, 0], "max": [6, 6], "count": [179]}, "eef_velocity_action": {"mean": [1.4972067039106145, 1.23463687150838], "std": [0.6286840177267122, 0.7772794964642603], "min": [0, 0], "max": [2, 2], "count": [179]}, "eef_acc_mag_action": {"mean": [1.1508379888268156, 0.7374301675977654], "std": [0.7582962905455707, 0.793335430608409], "min": [0, 0], "max": [2, 2], "count": [179]}, "eef_sim_pose_state": {"mean": [0.620394461746152, 0.17187205599554, 1.137653819668808, -1.5171475800000989, 0.9828737050983704, -1.9992090518473924, 0.6292816940811622, -0.13685352860323347, 1.1474876755781245, 1.6242506370919703, 1.012190744195365, 2.2427759228178212], "std": [0.057023163348455086, 0.040669693406920004, 0.04430542775139407, 0.2868613486767931, 0.07253477334721788, 0.28744565804015937, 0.04990362150069405, 0.0472562072960605, 0.06495140146792595, 0.3298729705640678, 0.0641314631515772, 0.3095726876280837], "min": [0.5788229537148474, 0.0893895627486518, 1.0488993712450623, -2.017797791436544, 0.8513612242828428, -2.445733687247239, 0.5622688803284142, -0.22372200753759552, 1.0559353667610385, 0.5477282008840911, 0.8529827314265894, 1.2217295097881864], "max": [0.763614188481058, 0.24196219087018445, 1.2725492609419178, -0.7262980038025231, 1.138579403930728, -1.2539764422694244, 0.7561865827585548, -0.02578027099250016, 1.3386278320187004, 1.9508912313732423, 1.111624086987022, 2.563520336838792], "count": [179]}, "eef_sim_pose_action": {"mean": [0.620394461746152, 0.17187205599554, 1.137653819668808, -1.5171475800000989, 0.9828737050983704, -1.9992090518473924, 0.6292816940811622, -0.13685352860323347, 1.1474876755781245, 1.6242506370919703, 1.012190744195365, 2.2427759228178212], "std": [0.057023163348455086, 0.040669693406920004, 0.04430542775139407, 0.2868613486767931, 0.07253477334721788, 0.28744565804015937, 0.04990362150069405, 0.0472562072960605, 0.06495140146792595, 0.3298729705640678, 0.0641314631515772, 0.3095726876280837], "min": [0.5788229537148474, 0.0893895627486518, 1.0488993712450623, -2.017797791436544, 0.8513612242828428, -2.445733687247239, 0.5622688803284142, -0.22372200753759552, 1.0559353667610385, 0.5477282008840911, 0.8529827314265894, 1.2217295097881864], "max": [0.763614188481058, 0.24196219087018445, 1.2725492609419178, -0.7262980038025231, 1.138579403930728, -1.2539764422694244, 0.7561865827585548, -0.02578027099250016, 1.3386278320187004, 1.9508912313732423, 1.111624086987022, 2.563520336838792], "count": [179]}}} +{"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.3624424754901961]], [[0.36420288194444445]], [[0.3744727471405229]]], "std": [[[0.37568050545515985]], [[0.3677094702284879]], [[0.36653039137057586]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5031982700163398]], [[0.5179590359477124]], [[0.49719002859477124]]], "std": [[[0.33675770402585786]], [[0.3395191219613213]], [[0.34505966410327055]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4462673304738562]], [[0.46671145833333333]], [[0.443057691993464]]], "std": [[[0.33499265958555413]], [[0.33145992688533776]], [[0.33819798417978353]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3873258884803921]], [[0.407115426879085]], [[0.38809811274509803]]], "std": [[[0.40045805687975683]], [[0.39970827323091884]], [[0.40544015495108343]]], "count": [100]}, "observation.state": {"min": [0.4769636392593384, -1.3805361986160278, 0.8369361758232117, -0.541576087474823, -1.513843297958374, 1.173156499862671, -1.0625762939453125, -1.2015526294708252, 0.8109931945800781, 0.06759269535541534, 0.46084630489349365, -1.0982919931411743, 3.666249990463257, 65.0250015258789, -1.196874976158142, 0.19812500476837158, 1.0145454406738281, 0.375, 1.0199999809265137, -0.8600000143051147, 0.8125, -3.378124952316284, 0.9275000095367432, -0.23615382611751556, 2.7143750190734863, 52.91812515258789, 0.7081249952316284, -1.4087499380111694, 0.7753846049308777, 0.4593749940395355, 1.0262500047683716, -1.1243749856948853, 0.9649999737739563, 0.8168749809265137, 0.6299999952316284, -3.182499885559082], "max": [1.1852656602859497, -0.8047650456428528, 1.5285725593566895, -0.30785077810287476, -0.2781910300254822, 1.4393548965454102, -0.5602206587791443, -0.6973584890365601, 1.257844090461731, 0.2966820001602173, 1.2662233114242554, -1.0335841178894043, 66.68499755859375, 84.1031265258789, 39.59812545776367, 8.194375038146973, 37.974998474121094, 110.640625, 72.38562774658203, 112.6156234741211, 81.66687774658203, 109.70375061035156, 85.6968765258789, 109.21375274658203, 68.89250183105469, 74.55374908447266, 34.079376220703125, 7.020625114440918, 43.02687454223633, 105.70875549316406, 70.12312316894531, 109.81312561035156, 79.28812408447266, 110.17750549316406, 79.48500061035156, -3.057499885559082], "mean": [1.0469133853912354, -0.9360255002975464, 0.9584786891937256, -0.48328500986099243, -1.2113537788391113, 1.2231884002685547, -0.9350464940071106, -0.8803085088729858, 0.9243931770324707, 0.16256433725357056, 0.8074728846549988, -1.0727955102920532, 33.9864387512207, 78.62716674804688, 2.719841957092285, 1.5095502138137817, 18.209867477416992, 13.359683990478516, 23.647296905517578, 12.249147415161133, 18.544260025024414, 42.988521575927734, 8.9967041015625, 65.89678192138672, 35.49991989135742, 67.56110382080078, 5.021369934082031, 0.6967714428901672, 16.2354736328125, 35.5028190612793, 22.324174880981445, 35.70668029785156, 22.683992385864258, 47.83572006225586, 20.745080947875977, -3.113409996032715], "std": [0.18471767008304596, 0.11517764627933502, 0.14861062169075012, 0.05560543015599251, 0.28981366753578186, 0.08591029047966003, 0.13372211158275604, 0.10299231112003326, 0.10159149765968323, 0.04463443160057068, 0.1284399926662445, 0.022073158994317055, 11.844751358032227, 6.644425868988037, 10.022933959960938, 1.740749716758728, 7.694520950317383, 31.93118667602539, 14.299727439880371, 32.687808990478516, 17.507570266723633, 24.586795806884766, 21.734403610229492, 23.609907150268555, 21.304296493530273, 5.7257914543151855, 8.750004768371582, 1.5368672609329224, 14.266890525817871, 41.57590103149414, 20.626981735229492, 43.491920471191406, 24.486570358276367, 45.10272979736328, 25.440654754638672, 0.021695194765925407], "count": [316]}, "action": {"min": [0.4769636392593384, -1.3805361986160278, 0.8369361758232117, -0.541576087474823, -1.513843297958374, 1.173156499862671, -1.0625762939453125, -1.2015526294708252, 0.8109931945800781, 0.06759269535541534, 0.46084630489349365, -1.0982919931411743, 3.666249990463257, 65.0250015258789, -1.196874976158142, 0.19812500476837158, 1.0145454406738281, 0.375, 1.0199999809265137, -0.8600000143051147, 0.8125, -3.378124952316284, 0.9275000095367432, -0.23615382611751556, 2.7143750190734863, 52.91812515258789, 0.7081249952316284, -1.4087499380111694, 0.7753846049308777, 0.4593749940395355, 1.0262500047683716, -1.1243749856948853, 0.9649999737739563, 0.8168749809265137, 0.6299999952316284, -3.182499885559082], "max": [1.1852656602859497, -0.8047650456428528, 1.5285725593566895, -0.30785077810287476, -0.2781910300254822, 1.4393548965454102, -0.5602206587791443, -0.6973584890365601, 1.257844090461731, 0.2966820001602173, 1.2662233114242554, -1.0335841178894043, 66.68499755859375, 84.1031265258789, 39.59812545776367, 8.194375038146973, 37.974998474121094, 110.640625, 72.38562774658203, 112.6156234741211, 81.66687774658203, 109.70375061035156, 85.6968765258789, 109.21375274658203, 68.89250183105469, 74.55374908447266, 34.079376220703125, 7.020625114440918, 43.02687454223633, 105.70875549316406, 70.12312316894531, 109.81312561035156, 79.28812408447266, 110.17750549316406, 79.48500061035156, -3.057499885559082], "mean": [1.0469138622283936, -0.9360260963439941, 0.9584783315658569, -0.48328495025634766, -1.2113538980484009, 1.2231898307800293, -0.9350459575653076, -0.8803085088729858, 0.9243936538696289, 0.1625642329454422, 0.8074725866317749, -1.0727956295013428, 33.98643112182617, 78.62715148925781, 2.7198381423950195, 1.5095510482788086, 18.209875106811523, 13.359661102294922, 23.647289276123047, 12.249150276184082, 18.544246673583984, 42.98851776123047, 8.996709823608398, 65.89676666259766, 35.49992752075195, 67.5611801147461, 5.021369457244873, 0.6967716217041016, 16.235469818115234, 35.502803802490234, 22.324176788330078, 35.7066764831543, 22.684003829956055, 47.83573913574219, 20.745084762573242, -3.1134064197540283], "std": [0.18471767008304596, 0.11517763137817383, 0.1486106663942337, 0.05560543015599251, 0.2898135781288147, 0.08591011166572571, 0.13372211158275604, 0.10299232602119446, 0.10159151256084442, 0.044634442776441574, 0.1284399926662445, 0.022073158994317055, 11.844757080078125, 6.644426345825195, 10.022931098937988, 1.7407488822937012, 7.694519519805908, 31.93118667602539, 14.299728393554688, 32.68781661987305, 17.5075626373291, 24.5867919921875, 21.73442268371582, 23.609912872314453, 21.304296493530273, 5.7257914543151855, 8.750005722045898, 1.5368672609329224, 14.266889572143555, 41.57590103149414, 20.626985549926758, 43.491912841796875, 24.486570358276367, 45.102725982666016, 25.440656661987305, 0.021695196628570557], "count": [316]}, "timestamp": {"min": [0.0], "max": [10.5], "mean": [5.25], "std": [3.040696192212128], "count": [316]}, "frame_index": {"min": [0], "max": [315], "mean": [157.5], "std": [91.22088576636384], "count": [316]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [316]}, "index": {"min": [5388], "max": [5703], "mean": [5545.5], "std": [91.22088576636384], "count": [316]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [316]}, "subtask_annotation": {"mean": [4.1455696202531644, 7.0, 7.0, 7.0, 7.0], "std": [1.9691479535257193, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [316]}, "scene_annotation": {"mean": [35.0], "std": [0.0], "min": [35], "max": [35], "count": [316]}, "eef_direction_state": {"mean": [4.908227848101266, 3.7373417721518987], "std": [1.7898612204837545, 1.9185960114999974], "min": [0, 0], "max": [6, 6], "count": [316]}, "eef_velocity_state": {"mean": [0.6107594936708861, 1.1550632911392404], "std": [0.8552211530579187, 0.7234802901057132], "min": [0, 0], "max": [2, 2], "count": [316]}, "eef_acc_mag_state": {"mean": [0.5031645569620253, 0.8829113924050633], "std": [0.7692607733909036, 0.8280442902279262], "min": [0, 0], "max": [2, 2], "count": [316]}, "eef_direction_action": {"mean": [4.908227848101266, 3.7373417721518987], "std": [1.7898612204837545, 1.9185960114999974], "min": [0, 0], "max": [6, 6], "count": [316]}, "eef_velocity_action": {"mean": [0.6107594936708861, 1.1550632911392404], "std": [0.8552211530579187, 0.7234802901057132], "min": [0, 0], "max": [2, 2], "count": [316]}, "eef_acc_mag_action": {"mean": [0.5031645569620253, 0.8829113924050633], "std": [0.7692607733909036, 0.8280442902279262], "min": [0, 0], "max": [2, 2], "count": [316]}, "eef_sim_pose_state": {"mean": [0.628141614327963, 0.21767880902596523, 1.1525812911406657, -1.3599710817651485, 0.9860395934852724, -1.7261304511098226, 0.6040388408366818, -0.14960917925880893, 1.1156819561207045, 1.7912400644361781, 0.9824269590346197, 2.387963828835339], "std": [0.04234561026836331, 0.04678432291932557, 0.02430040340415594, 0.2129994347851137, 0.06410319373700542, 0.25639314130555607, 0.030938316157335524, 0.026458867609718995, 0.05437285497095636, 0.2626597025351692, 0.06797647970361384, 0.2278594704660433], "min": [0.5920822128129277, 0.07909928386296579, 1.0640277689574325, -2.001343778450316, 0.9466019408290309, -2.425375015750464, 0.5675938826335652, -0.21472253196487173, 1.032218152178339, 0.945903899957995, 0.8599838684534569, 1.499516778513285], "max": [0.7722784624599152, 0.2575613801181573, 1.204384136137489, -1.045240362068911, 1.1806488557827945, -1.4004108933960224, 0.7003210130050268, -0.06417079051147528, 1.2724444549772838, 2.1456731540813045, 1.081223354368404, 2.6789973012562154], "count": [316]}, "eef_sim_pose_action": {"mean": [0.628141614327963, 0.21767880902596523, 1.1525812911406657, -1.3599710817651485, 0.9860395934852724, -1.7261304511098226, 0.6040388408366818, -0.14960917925880893, 1.1156819561207045, 1.7912400644361781, 0.9824269590346197, 2.387963828835339], "std": [0.04234561026836331, 0.04678432291932557, 0.02430040340415594, 0.2129994347851137, 0.06410319373700542, 0.25639314130555607, 0.030938316157335524, 0.026458867609718995, 0.05437285497095636, 0.2626597025351692, 0.06797647970361384, 0.2278594704660433], "min": [0.5920822128129277, 0.07909928386296579, 1.0640277689574325, -2.001343778450316, 0.9466019408290309, -2.425375015750464, 0.5675938826335652, -0.21472253196487173, 1.032218152178339, 0.945903899957995, 0.8599838684534569, 1.499516778513285], "max": [0.7722784624599152, 0.2575613801181573, 1.204384136137489, -1.045240362068911, 1.1806488557827945, -1.4004108933960224, 0.7003210130050268, -0.06417079051147528, 1.2724444549772838, 2.1456731540813045, 1.081223354368404, 2.6789973012562154], "count": [316]}}} +{"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.35305624183006534]], [[0.36002368259803924]], [[0.3671939338235294]]], "std": [[[0.3588973344911552]], [[0.35092812219157016]], [[0.34969743016969634]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48362129289215683]], [[0.49584615604575166]], [[0.4758864215686275]]], "std": [[[0.3418344918422024]], [[0.3447583346431149]], [[0.35223347574688785]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47431219158496735]], [[0.483615414624183]], [[0.4613353513071895]]], "std": [[[0.3408135124180817]], [[0.3455441238171644]], [[0.35186733806522424]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40082248366013074]], [[0.40226968954248365]], [[0.38366947916666666]]], "std": [[[0.3958837328939789]], [[0.4060723428981048]], [[0.40951692772597065]]], "count": [100]}, "observation.state": {"min": [0.447733074426651, -1.426432490348816, 0.8129879832267761, -0.6357051730155945, -1.482308030128479, 1.2371728420257568, -1.003829002380371, -1.3573615550994873, 0.8323160409927368, 0.061465248465538025, 0.2138170450925827, -1.1309267282485962, 6.4422221183776855, 62.98812484741211, 18.59000015258789, -0.6525000333786011, 0.8180000185966492, 0.2581250071525574, 0.9150000214576721, -0.7735714316368103, 0.7712500095367432, -0.7718750238418579, 0.9487500190734863, -0.02166666090488434, 3.6209089756011963, 61.016876220703125, 0.4593749940395355, -1.1062499284744263, 0.8799999952316284, 0.9900000095367432, 0.6668750047683716, 0.9518750309944153, 0.9437500238418579, 0.8190909028053284, 0.6588888764381409, -3.158750057220459], "max": [1.149491786956787, -0.7505107522010803, 1.6209372282028198, -0.3482394814491272, -0.23229476809501648, 1.5281672477722168, -0.40951400995254517, -0.6809126734733582, 1.4827239513397217, 0.2038748413324356, 1.0152124166488647, -1.0699912309646606, 66.65374755859375, 83.65374755859375, 46.897499084472656, 9.146666526794434, 42.515625, 109.04750061035156, 81.87562561035156, 110.8393783569336, 92.55750274658203, 109.94750213623047, 94.45187377929688, 109.1518783569336, 62.084999084472656, 74.07624816894531, 2.802500009536743, 7.418181896209717, 45.35499954223633, 71.50749969482422, 60.83000183105469, 79.39812469482422, 84.20375061035156, 110.0581283569336, 85.60562896728516, -3.0625], "mean": [0.8654744029045105, -1.0013738870620728, 1.0641065835952759, -0.42715415358543396, -0.953767716884613, 1.3625972270965576, -0.8275801539421082, -0.9253581166267395, 1.0036542415618896, 0.14243872463703156, 0.7635738849639893, -1.1121963262557983, 32.08149337768555, 74.34851837158203, 31.653173446655273, 1.5646392107009888, 17.200244903564453, 27.203155517578125, 26.244434356689453, 28.071178436279297, 23.589454650878906, 39.58049774169922, 20.327823638916016, 58.90813446044922, 23.735164642333984, 69.14850616455078, 1.7085384130477905, 2.895709991455078, 10.823990821838379, 16.530088424682617, 14.656561851501465, 18.146530151367188, 18.040510177612305, 26.805828094482422, 17.431169509887695, -3.10296893119812], "std": [0.2170313149690628, 0.17935051023960114, 0.2319231480360031, 0.07482165843248367, 0.3418098986148834, 0.09505963325500488, 0.2213703840970993, 0.17474369704723358, 0.18597331643104553, 0.0493205189704895, 0.22057081758975983, 0.020398186519742012, 17.893522262573242, 7.551852226257324, 6.35845947265625, 2.4697489738464355, 12.597184181213379, 41.41812515258789, 23.20196533203125, 42.253692626953125, 28.882461547851562, 37.192745208740234, 32.08987045288086, 33.66645812988281, 20.568805694580078, 4.174250602722168, 0.9681192636489868, 2.396108627319336, 15.931099891662598, 25.184457778930664, 21.301244735717773, 27.27238655090332, 28.00856590270996, 40.615779876708984, 29.028701782226562, 0.020500268787145615], "count": [140]}, "action": {"min": [0.447733074426651, -1.426432490348816, 0.8129879832267761, -0.6357051730155945, -1.482308030128479, 1.2371728420257568, -1.003829002380371, -1.3573615550994873, 0.8323160409927368, 0.061465248465538025, 0.2138170450925827, -1.1309267282485962, 6.4422221183776855, 62.98812484741211, 18.59000015258789, -0.6525000333786011, 0.8180000185966492, 0.2581250071525574, 0.9150000214576721, -0.7735714316368103, 0.7712500095367432, -0.7718750238418579, 0.9487500190734863, -0.02166666090488434, 3.6209089756011963, 61.016876220703125, 0.4593749940395355, -1.1062499284744263, 0.8799999952316284, 0.9900000095367432, 0.6668750047683716, 0.9518750309944153, 0.9437500238418579, 0.8190909028053284, 0.6588888764381409, -3.158750057220459], "max": [1.149491786956787, -0.7505107522010803, 1.6209372282028198, -0.3482394814491272, -0.23229476809501648, 1.5281672477722168, -0.40951400995254517, -0.6809126734733582, 1.4827239513397217, 0.2038748413324356, 1.0152124166488647, -1.0699912309646606, 66.65374755859375, 83.65374755859375, 46.897499084472656, 9.146666526794434, 42.515625, 109.04750061035156, 81.87562561035156, 110.8393783569336, 92.55750274658203, 109.94750213623047, 94.45187377929688, 109.1518783569336, 62.084999084472656, 74.07624816894531, 2.802500009536743, 7.418181896209717, 45.35499954223633, 71.50749969482422, 60.83000183105469, 79.39812469482422, 84.20375061035156, 110.0581283569336, 85.60562896728516, -3.0625], "mean": [0.8654744625091553, -1.0013740062713623, 1.0641065835952759, -0.4271542727947235, -0.9537678360939026, 1.3625974655151367, -0.8275802135467529, -0.9253581166267395, 1.0036543607711792, 0.14243870973587036, 0.7635738253593445, -1.112196683883667, 32.08149337768555, 74.34850311279297, 31.65316390991211, 1.5646390914916992, 17.200252532958984, 27.203157424926758, 26.244430541992188, 28.071163177490234, 23.58945083618164, 39.58049011230469, 20.327836990356445, 58.908145904541016, 23.735153198242188, 69.14849853515625, 1.70853853225708, 2.895709991455078, 10.823989868164062, 16.53008270263672, 14.656559944152832, 18.14651870727539, 18.040517807006836, 26.805831909179688, 17.431161880493164, -3.102968454360962], "std": [0.217031329870224, 0.17935051023960114, 0.2319231629371643, 0.07482167333364487, 0.34180986881256104, 0.09505963325500488, 0.2213703989982605, 0.17474369704723358, 0.18597331643104553, 0.049320515245199203, 0.22057081758975983, 0.02039818838238716, 17.893518447875977, 7.551852703094482, 6.358460426330566, 2.4697492122650146, 12.597185134887695, 41.41812515258789, 23.201961517333984, 42.253692626953125, 28.882461547851562, 37.192745208740234, 32.08987045288086, 33.66646194458008, 20.568809509277344, 4.174250602722168, 0.968119204044342, 2.396108627319336, 15.931102752685547, 25.184457778930664, 21.301246643066406, 27.272390365600586, 28.00856590270996, 40.61577606201172, 29.02869987487793, 0.020500274375081062], "count": [140]}, "timestamp": {"min": [0.0], "max": [4.633333333333334], "mean": [2.3166666666666664], "std": [1.3471162615833208], "count": [140]}, "frame_index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [140]}, "index": {"min": [5704], "max": [5843], "mean": [5773.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [140]}, "subtask_annotation": {"mean": [3.557142857142857, 7.0, 7.0, 7.0, 7.0], "std": [1.9096425565737558, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [140]}, "scene_annotation": {"mean": [36.0], "std": [0.0], "min": [36], "max": [36], "count": [140]}, "eef_direction_state": {"mean": [3.257142857142857, 4.042857142857143], "std": [1.9941751913704957, 2.0031098271417465], "min": [0, 0], "max": [6, 6], "count": [140]}, "eef_velocity_state": {"mean": [1.4928571428571429, 1.1928571428571428], "std": [0.6813477040964847, 0.8692889423581327], "min": [0, 0], "max": [2, 2], "count": [140]}, "eef_acc_mag_state": {"mean": [1.05, 0.9214285714285714], "std": [0.8135021292447336, 0.8023880174904447], "min": [0, 0], "max": [2, 2], "count": [140]}, "eef_direction_action": {"mean": [3.257142857142857, 4.042857142857143], "std": [1.9941751913704957, 2.0031098271417465], "min": [0, 0], "max": [6, 6], "count": [140]}, "eef_velocity_action": {"mean": [1.4928571428571429, 1.1928571428571428], "std": [0.6813477040964847, 0.8692889423581327], "min": [0, 0], "max": [2, 2], "count": [140]}, "eef_acc_mag_action": {"mean": [1.05, 0.9214285714285714], "std": [0.8135021292447336, 0.8023880174904447], "min": [0, 0], "max": [2, 2], "count": [140]}, "eef_sim_pose_state": {"mean": [0.6617595760702182, 0.17410903497549582, 1.1532332646360235, -1.4345110448220475, 1.096325461409894, -1.8713324282952288, 0.6342675729817076, -0.13900595068870136, 1.1439710101570832, 1.6898535097549114, 1.0626031260696145, 2.2972663308098316], "std": [0.06254200029337799, 0.04065294031908315, 0.037238063721857506, 0.3223060027372327, 0.057233028498909044, 0.3035832971182134, 0.05167692565164705, 0.042623193664661614, 0.04501523048623669, 0.2287572532432117, 0.04072541878066972, 0.20857134027872967], "min": [0.5883052718285249, 0.0888047361520625, 1.0731426276416824, -2.0332209811057216, 0.979973983286357, -2.411906228271681, 0.5948307459881906, -0.17979470935743652, 1.0636977005437265, 0.9732028799514305, 0.9591566761680208, 1.6178504586757456], "max": [0.7938208076345724, 0.24482027901105946, 1.224969905195572, -0.8951999914508837, 1.1818543305951228, -1.3046420085480699, 0.7559179336547366, -0.04185752218377092, 1.2710198111311957, 1.9965056119942277, 1.1201368891556278, 2.5882720977876477], "count": [140]}, "eef_sim_pose_action": {"mean": [0.6617595760702182, 0.17410903497549582, 1.1532332646360235, -1.4345110448220475, 1.096325461409894, -1.8713324282952288, 0.6342675729817076, -0.13900595068870136, 1.1439710101570832, 1.6898535097549114, 1.0626031260696145, 2.2972663308098316], "std": [0.06254200029337799, 0.04065294031908315, 0.037238063721857506, 0.3223060027372327, 0.057233028498909044, 0.3035832971182134, 0.05167692565164705, 0.042623193664661614, 0.04501523048623669, 0.2287572532432117, 0.04072541878066972, 0.20857134027872967], "min": [0.5883052718285249, 0.0888047361520625, 1.0731426276416824, -2.0332209811057216, 0.979973983286357, -2.411906228271681, 0.5948307459881906, -0.17979470935743652, 1.0636977005437265, 0.9732028799514305, 0.9591566761680208, 1.6178504586757456], "max": [0.7938208076345724, 0.24482027901105946, 1.224969905195572, -0.8951999914508837, 1.1818543305951228, -1.3046420085480699, 0.7559179336547366, -0.04185752218377092, 1.2710198111311957, 1.9965056119942277, 1.1201368891556278, 2.5882720977876477], "count": [140]}}} +{"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.3496377205882353]], [[0.35824704044117645]], [[0.369482506127451]]], "std": [[[0.361312763493775]], [[0.3529893560533289]], [[0.351676593170453]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.10588235294117647]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4906665972222222]], [[0.5019960763888889]], [[0.4842946323529412]]], "std": [[[0.33816729794126127]], [[0.3423065863573842]], [[0.34849753410020634]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48639369689542483]], [[0.4982815870098039]], [[0.47641184232026146]]], "std": [[[0.3404597107946184]], [[0.343871582309967]], [[0.3494894926806741]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38067565359477123]], [[0.4025534068627451]], [[0.38521095588235293]]], "std": [[[0.401572118586073]], [[0.4042548894306411]], [[0.4120865401411143]]], "count": [100]}, "observation.state": {"min": [0.42794403433799744, -1.4222123622894287, 0.826339602470398, -0.6947861909866333, -1.5371557474136353, 1.1519607305526733, -0.9473945498466492, -1.3821097612380981, 0.8267210721969604, 0.0230554286390543, 0.1741674244403839, -1.1797131299972534, 4.051249980926514, 65.36624908447266, -1.1356250047683716, -0.265625, 0.8181250095367432, 0.33375000953674316, 0.9787499904632568, -0.4923076927661896, 0.7287499904632568, 0.04187500476837158, 0.9175000190734863, -0.37437498569488525, 3.71875, 57.0881233215332, 0.44999998807907104, -0.8656250238418579, 0.9781249761581421, 0.8849999904632568, 0.6518750190734863, 0.5868750214576721, 0.949999988079071, 0.8012499809265137, 0.6356250047683716, -3.1412501335144043], "max": [1.1872154474258423, -0.8068843483924866, 1.6190537214279175, -0.3675278425216675, -0.23794537782669067, 1.5663625001907349, -0.39735445380210876, -0.6903223991394043, 1.4695391654968262, 0.2085479199886322, 0.9379847645759583, -1.0576170682907104, 65.72687530517578, 75.87625122070312, 42.650001525878906, 8.846875190734863, 40.33250045776367, 110.54750061035156, 75.2074966430664, 112.25062561035156, 86.10187530517578, 109.36000061035156, 90.34375, 109.47437286376953, 60.663124084472656, 72.58499908447266, 2.8137500286102295, 8.539166450500488, 49.494998931884766, 107.63812255859375, 68.86125183105469, 110.85562896728516, 84.37625122070312, 110.55937957763672, 87.58000183105469, -2.990000009536743], "mean": [0.9545633792877197, -0.9909544587135315, 1.013973593711853, -0.4678938090801239, -1.10116446018219, 1.3054507970809937, -0.7841351628303528, -0.9449428915977478, 1.010725736618042, 0.1181163415312767, 0.6956716775894165, -1.1324774026870728, 26.999174118041992, 70.71458435058594, 7.080741882324219, 3.781571388244629, 10.251788139343262, 24.316011428833008, 15.468814849853516, 23.782291412353516, 16.52411460876465, 26.88942527770996, 16.694124221801758, 32.539390563964844, 22.530466079711914, 66.47139739990234, 0.9630526900291443, 2.1950769424438477, 11.303934097290039, 23.856002807617188, 14.871133804321289, 24.70680809020996, 17.492403030395508, 24.68500518798828, 17.25994873046875, -3.069641590118408], "std": [0.2654532790184021, 0.17567840218544006, 0.2450060397386551, 0.07651027292013168, 0.4204067289829254, 0.13910061120986938, 0.213455930352211, 0.1900644600391388, 0.19051112234592438, 0.07021011412143707, 0.2176285833120346, 0.043215081095695496, 19.617332458496094, 2.8286609649658203, 14.287565231323242, 2.8113319873809814, 14.084881782531738, 40.11259078979492, 24.024364471435547, 40.97367477416992, 27.12336540222168, 41.773380279541016, 29.097042083740234, 44.71161651611328, 19.239091873168945, 4.093781471252441, 0.46961280703544617, 2.6421051025390625, 17.407787322998047, 38.75010299682617, 24.157014846801758, 39.990909576416016, 28.690189361572266, 40.14809799194336, 29.344165802001953, 0.03363286703824997], "count": [158]}, "action": {"min": [0.42794403433799744, -1.4222123622894287, 0.826339602470398, -0.6947861909866333, -1.5371557474136353, 1.1519607305526733, -0.9473945498466492, -1.3821097612380981, 0.8267210721969604, 0.0230554286390543, 0.1741674244403839, -1.1797131299972534, 4.051249980926514, 65.36624908447266, -1.1356250047683716, -0.265625, 0.8181250095367432, 0.33375000953674316, 0.9787499904632568, -0.4923076927661896, 0.7287499904632568, 0.04187500476837158, 0.9175000190734863, -0.37437498569488525, 3.71875, 57.0881233215332, 0.44999998807907104, -0.8656250238418579, 0.9781249761581421, 0.8849999904632568, 0.6518750190734863, 0.5868750214576721, 0.949999988079071, 0.8012499809265137, 0.6356250047683716, -3.1412501335144043], "max": [1.1872154474258423, -0.8068843483924866, 1.6190537214279175, -0.3675278425216675, -0.23794537782669067, 1.5663625001907349, -0.39735445380210876, -0.6903223991394043, 1.4695391654968262, 0.2085479199886322, 0.9379847645759583, -1.0576170682907104, 65.72687530517578, 75.87625122070312, 42.650001525878906, 8.846875190734863, 40.33250045776367, 110.54750061035156, 75.2074966430664, 112.25062561035156, 86.10187530517578, 109.36000061035156, 90.34375, 109.47437286376953, 60.663124084472656, 72.58499908447266, 2.8137500286102295, 8.539166450500488, 49.494998931884766, 107.63812255859375, 68.86125183105469, 110.85562896728516, 84.37625122070312, 110.55937957763672, 87.58000183105469, -2.990000009536743], "mean": [0.9545632600784302, -0.9909543395042419, 1.0139734745025635, -0.46789395809173584, -1.1011641025543213, 1.3054511547088623, -0.7841353416442871, -0.9449425935745239, 1.0107260942459106, 0.1181163340806961, 0.6956716775894165, -1.1324771642684937, 26.99916648864746, 70.71459197998047, 7.0807271003723145, 3.781571388244629, 10.251784324645996, 24.315996170043945, 15.468814849853516, 23.78229522705078, 16.52412223815918, 26.889440536499023, 16.69413185119629, 32.539424896240234, 22.53046417236328, 66.47138977050781, 0.9630525708198547, 2.1950769424438477, 11.303936958312988, 23.855993270874023, 14.871140480041504, 24.706806182861328, 17.492403030395508, 24.68499755859375, 17.259950637817383, -3.0696399211883545], "std": [0.2654533088207245, 0.17567838728427887, 0.2450060248374939, 0.07651027292013168, 0.4204067289829254, 0.13910062611103058, 0.2134559154510498, 0.1900644749403, 0.19051115214824677, 0.07021010667085648, 0.2176285982131958, 0.043215084820985794, 19.61733055114746, 2.8286612033843994, 14.287564277648926, 2.8113324642181396, 14.084885597229004, 40.112586975097656, 24.02436065673828, 40.97367858886719, 27.123369216918945, 41.773380279541016, 29.097042083740234, 44.71161651611328, 19.239089965820312, 4.093781471252441, 0.46961280703544617, 2.6421051025390625, 17.40778923034668, 38.75010299682617, 24.15701675415039, 39.990909576416016, 28.690189361572266, 40.14809799194336, 29.344165802001953, 0.03363286703824997], "count": [158]}, "timestamp": {"min": [0.0], "max": [5.233333333333333], "mean": [2.6166666666666667], "std": [1.5203252575974948], "count": [158]}, "frame_index": {"min": [0], "max": [157], "mean": [78.5], "std": [45.609757727924844], "count": [158]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [158]}, "index": {"min": [5844], "max": [6001], "mean": [5922.5], "std": [45.609757727924844], "count": [158]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [158]}, "subtask_annotation": {"mean": [3.6012658227848102, 7.0, 7.0, 7.0, 7.0], "std": [1.8924897318174394, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [158]}, "scene_annotation": {"mean": [37.0], "std": [0.0], "min": [37], "max": [37], "count": [158]}, "eef_direction_state": {"mean": [3.5759493670886076, 4.069620253164557], "std": [2.035427687453923, 1.8593489013106184], "min": [0, 0], "max": [6, 6], "count": [158]}, "eef_velocity_state": {"mean": [1.2341772151898733, 1.259493670886076], "std": [0.8047935620117347, 0.828147083392857], "min": [0, 0], "max": [2, 2], "count": [158]}, "eef_acc_mag_state": {"mean": [0.9683544303797469, 1.0443037974683544], "std": [0.8450966994025771, 0.7822795051404541], "min": [0, 0], "max": [2, 2], "count": [158]}, "eef_direction_action": {"mean": [3.5759493670886076, 4.069620253164557], "std": [2.035427687453923, 1.8593489013106184], "min": [0, 0], "max": [6, 6], "count": [158]}, "eef_velocity_action": {"mean": [1.2341772151898733, 1.259493670886076], "std": [0.8047935620117347, 0.828147083392857], "min": [0, 0], "max": [2, 2], "count": [158]}, "eef_acc_mag_action": {"mean": [0.9683544303797469, 1.0443037974683544], "std": [0.8450966994025771, 0.7822795051404541], "min": [0, 0], "max": [2, 2], "count": [158]}, "eef_sim_pose_state": {"mean": [0.6425642610030929, 0.18828966546430695, 1.155166554897777, -1.3943912125812261, 1.0119668972190654, -1.8069290958834097, 0.6352460300079331, -0.12420191556358147, 1.1407990494174027, 1.7435958526000435, 1.081473954497858, 2.37330126093879], "std": [0.07082776043524695, 0.04902549169471132, 0.03698790982740709, 0.3197086151609241, 0.08364234508089578, 0.30737785641757315, 0.04985455921100931, 0.04732326352744852, 0.047722926613817836, 0.24367812555345253, 0.06637433188346122, 0.22902262398934162], "min": [0.5842243704761381, 0.0884274920623195, 1.0659163654867831, -2.0158680086102994, 0.9068445527511098, -2.3735600683257183, 0.5888840030076183, -0.17523587044150987, 1.0530967444593113, 1.0353914358923317, 0.9205228177349256, 1.6945304746622387], "max": [0.7956388686621225, 0.24377299333540697, 1.2091280434013758, -1.004280552023402, 1.173944960983488, -1.420955883752833, 0.7450636834055218, -0.021088079152013245, 1.2596442359306668, 2.096487666257381, 1.1674215852586425, 2.7384905014005176], "count": [158]}, "eef_sim_pose_action": {"mean": [0.6425642610030929, 0.18828966546430695, 1.155166554897777, -1.3943912125812261, 1.0119668972190654, -1.8069290958834097, 0.6352460300079331, -0.12420191556358147, 1.1407990494174027, 1.7435958526000435, 1.081473954497858, 2.37330126093879], "std": [0.07082776043524695, 0.04902549169471132, 0.03698790982740709, 0.3197086151609241, 0.08364234508089578, 0.30737785641757315, 0.04985455921100931, 0.04732326352744852, 0.047722926613817836, 0.24367812555345253, 0.06637433188346122, 0.22902262398934162], "min": [0.5842243704761381, 0.0884274920623195, 1.0659163654867831, -2.0158680086102994, 0.9068445527511098, -2.3735600683257183, 0.5888840030076183, -0.17523587044150987, 1.0530967444593113, 1.0353914358923317, 0.9205228177349256, 1.6945304746622387], "max": [0.7956388686621225, 0.24377299333540697, 1.2091280434013758, -1.004280552023402, 1.173944960983488, -1.420955883752833, 0.7450636834055218, -0.021088079152013245, 1.2596442359306668, 2.096487666257381, 1.1674215852586425, 2.7384905014005176], "count": [158]}}} +{"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.3545302491830065]], [[0.3617168892973856]], [[0.36794114379084963]]], "std": [[[0.36640007873910574]], [[0.35829826331881537]], [[0.3576944239558799]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.03137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.495214266748366]], [[0.5088005718954248]], [[0.48899577818627454]]], "std": [[[0.3436321911175355]], [[0.3436837923168629]], [[0.35000611075917176]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48624082720588235]], [[0.4964190665849673]], [[0.4728667381535948]]], "std": [[[0.34399455777364873]], [[0.3486710632463315]], [[0.35533936167699565]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3859564195261438]], [[0.4083594566993464]], [[0.3918746670751634]]], "std": [[[0.403077575924018]], [[0.40498155573303324]], [[0.41254380509473637]]], "count": [100]}, "observation.state": {"min": [0.4745078980922699, -1.3184510469436646, 0.8296457529067993, -0.5348525643348694, -1.4170756340026855, 1.256008267402649, -0.9358310103416443, -1.369282603263855, 0.8356645703315735, 0.0844491496682167, 0.19688907265663147, -1.1892075538635254, 14.327499389648438, 63.040000915527344, -1.2131249904632568, -1.080625057220459, 0.6887500286102295, 0.30812501907348633, 0.7081249952316284, -0.7762500047683716, 0.8962500095367432, -2.3187499046325684, 0.9166666865348816, -0.515625, 6.979374885559082, 57.63666534423828, 0.5737500190734863, -1.5212500095367432, 0.6943750381469727, 0.8693749904632568, 0.6349999904632568, 0.8525000214576721, 0.8700000047683716, 0.8974999785423279, 0.6318750381469727, -3.1318750381469727], "max": [1.1392767429351807, -0.7843348979949951, 1.4933098554611206, -0.36688411235809326, -0.365835040807724, 1.4298418760299683, -0.41554608941078186, -0.7023176550865173, 1.4836299419403076, 0.2458609938621521, 0.9498952627182007, -1.109283208847046, 59.782501220703125, 81.30874633789062, 32.301876068115234, 5.661874771118164, 46.89374923706055, 78.62249755859375, 75.77812194824219, 112.2406234741211, 90.14125061035156, 110.22562408447266, 92.96875, 110.21375274658203, 54.55125045776367, 71.81562805175781, 2.752500057220459, 8.74181842803955, 45.651248931884766, 99.61563110351562, 66.99250030517578, 108.05875396728516, 84.73750305175781, 110.25875091552734, 86.29312896728516, -3.0149998664855957], "mean": [0.936751663684845, -0.9658179879188538, 1.0024794340133667, -0.4525400400161743, -1.0521336793899536, 1.321497917175293, -0.7810238003730774, -0.9459153413772583, 1.0090725421905518, 0.1809045970439911, 0.6930504441261292, -1.163856863975525, 31.048961639404297, 74.1024169921875, 2.9509003162384033, 2.7196459770202637, 13.97575855255127, 19.853588104248047, 17.407480239868164, 26.880165100097656, 19.274372100830078, 27.41790771484375, 19.639432907104492, 33.005008697509766, 23.444732666015625, 66.50349426269531, 1.1547341346740723, 2.0025956630706787, 10.966434478759766, 23.624164581298828, 15.476923942565918, 25.30417823791504, 18.448108673095703, 26.38850975036621, 17.97572135925293, -3.07344651222229], "std": [0.2115100920200348, 0.13795898854732513, 0.1899586021900177, 0.03472498804330826, 0.3039841949939728, 0.0563216507434845, 0.19574779272079468, 0.17736224830150604, 0.19507284462451935, 0.05658650025725365, 0.2023019641637802, 0.029736077412962914, 14.340974807739258, 6.6541595458984375, 9.423774719238281, 2.1033098697662354, 15.575165748596191, 28.918516159057617, 25.03978729248047, 43.015499114990234, 29.989151000976562, 43.99990463256836, 31.648771286010742, 45.22645950317383, 17.290910720825195, 3.9741201400756836, 0.5005181431770325, 2.315274477005005, 16.441919326782227, 36.49183654785156, 23.82137680053711, 39.50572967529297, 29.31644630432129, 40.78192138671875, 29.59925079345703, 0.02324363961815834], "count": [146]}, "action": {"min": [0.4745078980922699, -1.3184510469436646, 0.8296457529067993, -0.5348525643348694, -1.4170756340026855, 1.256008267402649, -0.9358310103416443, -1.369282603263855, 0.8356645703315735, 0.0844491496682167, 0.19688907265663147, -1.1892075538635254, 14.327499389648438, 63.040000915527344, -1.2131249904632568, -1.080625057220459, 0.6887500286102295, 0.30812501907348633, 0.7081249952316284, -0.7762500047683716, 0.8962500095367432, -2.3187499046325684, 0.9166666865348816, -0.515625, 6.979374885559082, 57.63666534423828, 0.5737500190734863, -1.5212500095367432, 0.6943750381469727, 0.8693749904632568, 0.6349999904632568, 0.8525000214576721, 0.8700000047683716, 0.8974999785423279, 0.6318750381469727, -3.1318750381469727], "max": [1.1392767429351807, -0.7843348979949951, 1.4933098554611206, -0.36688411235809326, -0.365835040807724, 1.4298418760299683, -0.41554608941078186, -0.7023176550865173, 1.4836299419403076, 0.2458609938621521, 0.9498952627182007, -1.109283208847046, 59.782501220703125, 81.30874633789062, 32.301876068115234, 5.661874771118164, 46.89374923706055, 78.62249755859375, 75.77812194824219, 112.2406234741211, 90.14125061035156, 110.22562408447266, 92.96875, 110.21375274658203, 54.55125045776367, 71.81562805175781, 2.752500057220459, 8.74181842803955, 45.651248931884766, 99.61563110351562, 66.99250030517578, 108.05875396728516, 84.73750305175781, 110.25875091552734, 86.29312896728516, -3.0149998664855957], "mean": [0.9367517828941345, -0.9658181071281433, 1.0024795532226562, -0.45254018902778625, -1.0521337985992432, 1.3214976787567139, -0.7810238599777222, -0.9459155201911926, 1.0090724229812622, 0.1809045970439911, 0.6930506229400635, -1.1638565063476562, 31.048961639404297, 74.10238647460938, 2.9509005546569824, 2.7196459770202637, 13.975749969482422, 19.853593826293945, 17.407461166381836, 26.880165100097656, 19.274372100830078, 27.41789436340332, 19.639448165893555, 33.005001068115234, 23.44472885131836, 66.50349426269531, 1.1547346115112305, 2.0025956630706787, 10.966435432434082, 23.62415313720703, 15.476923942565918, 25.30417823791504, 18.44810676574707, 26.388511657714844, 17.975723266601562, -3.0734479427337646], "std": [0.2115100920200348, 0.13795898854732513, 0.1899586021900177, 0.03472498804330826, 0.3039841651916504, 0.0563216432929039, 0.19574782252311707, 0.17736227810382843, 0.19507282972335815, 0.05658650025725365, 0.2023019641637802, 0.029736077412962914, 14.340975761413574, 6.6541595458984375, 9.423772811889648, 2.1033101081848145, 15.575166702270508, 28.918514251708984, 25.039785385131836, 43.0154914855957, 29.989151000976562, 43.99990463256836, 31.648765563964844, 45.22645568847656, 17.290910720825195, 3.9741201400756836, 0.500518262386322, 2.315274477005005, 16.441919326782227, 36.49183654785156, 23.821372985839844, 39.505733489990234, 29.316448211669922, 40.781925201416016, 29.5992488861084, 0.02324364334344864], "count": [146]}, "timestamp": {"min": [0.0], "max": [4.833333333333333], "mean": [2.4166666666666665], "std": [1.4048527008591012], "count": [146]}, "frame_index": {"min": [0], "max": [145], "mean": [72.5], "std": [42.14558102577303], "count": [146]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [146]}, "index": {"min": [6002], "max": [6147], "mean": [6074.5], "std": [42.14558102577303], "count": [146]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [146]}, "subtask_annotation": {"mean": [3.636986301369863, 7.0, 7.0, 7.0, 7.0], "std": [1.8648887622865744, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [146]}, "scene_annotation": {"mean": [38.0], "std": [0.0], "min": [38], "max": [38], "count": [146]}, "eef_direction_state": {"mean": [3.3493150684931505, 4.308219178082192], "std": [2.0923620582785447, 1.9216326837195112], "min": [0, 0], "max": [6, 6], "count": [146]}, "eef_velocity_state": {"mean": [1.2328767123287672, 1.1164383561643836], "std": [0.7678567921776166, 0.9104437723651004], "min": [0, 0], "max": [2, 2], "count": [146]}, "eef_acc_mag_state": {"mean": [0.9315068493150684, 0.821917808219178], "std": [0.8247667519720756, 0.8166497841528156], "min": [0, 0], "max": [2, 2], "count": [146]}, "eef_direction_action": {"mean": [3.3493150684931505, 4.308219178082192], "std": [2.0923620582785447, 1.9216326837195112], "min": [0, 0], "max": [6, 6], "count": [146]}, "eef_velocity_action": {"mean": [1.2328767123287672, 1.1164383561643836], "std": [0.7678567921776166, 0.9104437723651004], "min": [0, 0], "max": [2, 2], "count": [146]}, "eef_acc_mag_action": {"mean": [0.9315068493150684, 0.821917808219178], "std": [0.8247667519720756, 0.8166497841528156], "min": [0, 0], "max": [2, 2], "count": [146]}, "eef_sim_pose_state": {"mean": [0.6465400897275279, 0.1910805084211192, 1.1514856754391307, -1.4119536083841675, 1.0601494393298267, -1.8134123108481983, 0.6414597531017144, -0.13086989569111832, 1.139229579170726, 1.7506251607219208, 1.0675133909586958, 2.3404495473288454], "std": [0.056340010118068086, 0.0365436829827835, 0.03382045854272097, 0.2604819398057193, 0.031165672025148288, 0.2632821209002037, 0.04951730924383344, 0.04063637135703855, 0.04045191855437764, 0.2072300505951816, 0.048975020026240275, 0.1900269308051272], "min": [0.5962175583443947, 0.10837913345828641, 1.0701857482965693, -1.8510713642498464, 1.016419173312321, -2.228762279913711, 0.6032395328877437, -0.17349588728273974, 1.0637119239348667, 1.072536462903964, 0.953710652294081, 1.6812933184271923], "max": [0.7797244590525437, 0.24434777342998493, 1.202634638976626, -1.0491079717743659, 1.1201122945736026, -1.4230311641540012, 0.7541964254718481, -0.03754864009867473, 1.2534914382368578, 2.053536018344177, 1.1530650589163964, 2.6578355813367183], "count": [146]}, "eef_sim_pose_action": {"mean": [0.6465400897275279, 0.1910805084211192, 1.1514856754391307, -1.4119536083841675, 1.0601494393298267, -1.8134123108481983, 0.6414597531017144, -0.13086989569111832, 1.139229579170726, 1.7506251607219208, 1.0675133909586958, 2.3404495473288454], "std": [0.056340010118068086, 0.0365436829827835, 0.03382045854272097, 0.2604819398057193, 0.031165672025148288, 0.2632821209002037, 0.04951730924383344, 0.04063637135703855, 0.04045191855437764, 0.2072300505951816, 0.048975020026240275, 0.1900269308051272], "min": [0.5962175583443947, 0.10837913345828641, 1.0701857482965693, -1.8510713642498464, 1.016419173312321, -2.228762279913711, 0.6032395328877437, -0.17349588728273974, 1.0637119239348667, 1.072536462903964, 0.953710652294081, 1.6812933184271923], "max": [0.7797244590525437, 0.24434777342998493, 1.202634638976626, -1.0491079717743659, 1.1201122945736026, -1.4230311641540012, 0.7541964254718481, -0.03754864009867473, 1.2534914382368578, 2.053536018344177, 1.1530650589163964, 2.6578355813367183], "count": [146]}}} +{"episode_index": 39, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35453213848039217]], [[0.36171004289215686]], [[0.3710074571078431]]], "std": [[[0.36652592197493106]], [[0.35828757642471243]], [[0.3569029800985393]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48666033088235294]], [[0.5100302777777778]], [[0.4895878962418301]]], "std": [[[0.34238523128981313]], [[0.3381866228970762]], [[0.3458887779807732]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.11372549019607843]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4916230678104575]], [[0.50273335375817]], [[0.479191352124183]]], "std": [[[0.33758208823880387]], [[0.3409517128685192]], [[0.34682872398422593]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3801775490196078]], [[0.40211254901960786]], [[0.38542623978758167]]], "std": [[[0.3997949882316417]], [[0.4014847340876056]], [[0.40891096718323855]]], "count": [100]}, "observation.state": {"min": [0.42284178733825684, -1.428268313407898, 0.8243898749351501, -0.5308232307434082, -1.4821808338165283, 1.2551738023757935, -0.9954604506492615, -1.3744087219238281, 0.8336300253868103, 0.009846837259829044, 0.22786010801792145, -1.170218586921692, 9.264444351196289, 63.84812545776367, 6.866666793823242, -0.5849999785423279, 0.7009999752044678, 0.6731249690055847, 1.1733332872390747, -0.9012500047683716, 0.7756249904632568, -3.2043750286102295, 0.9793750047683716, -0.19312499463558197, 11.507499694824219, 57.22066879272461, 0.4228571355342865, -1.441249966621399, 0.7559999823570251, 0.8387500047683716, 0.6525000333786011, 0.7331250309944153, 1.0600000619888306, 0.8731250166893005, 0.65666663646698, -3.1162500381469727], "max": [1.1356738805770874, -0.7584369778633118, 1.5561579465866089, -0.35424771904945374, -0.23758773505687714, 1.5106669664382935, -0.4511425197124481, -0.6514542698860168, 1.4377098083496094, 0.23420214653015137, 1.002496600151062, -1.0517996549606323, 72.7593765258789, 83.72250366210938, 60.494998931884766, 8.487777709960938, 57.41749954223633, 108.73249816894531, 79.07062530517578, 110.25125122070312, 87.04875183105469, 109.80249786376953, 88.24749755859375, 110.953125, 62.17250061035156, 72.6812515258789, 3.049999952316284, 8.600000381469727, 50.03562545776367, 100.14749908447266, 78.33562469482422, 109.47687530517578, 88.89250183105469, 110.26812744140625, 90.77750396728516, -3.005000114440918], "mean": [0.8966525197029114, -1.0021892786026, 1.036301612854004, -0.43574219942092896, -1.0091774463653564, 1.3285304307937622, -0.8210190534591675, -0.9577405452728271, 1.005518913269043, 0.16206274926662445, 0.7452533841133118, -1.0854158401489258, 34.623016357421875, 76.12352752685547, 38.91758728027344, 1.6466081142425537, 17.424959182739258, 31.34264373779297, 22.643478393554688, 24.535877227783203, 19.15279769897461, 30.27848243713379, 18.269081115722656, 39.59678649902344, 28.9737491607666, 67.6197509765625, 1.3086044788360596, 1.986898422241211, 11.631888389587402, 23.486974716186523, 17.231014251708984, 25.206167221069336, 19.05832290649414, 25.662818908691406, 18.55971336364746, -3.0433075428009033], "std": [0.2237819880247116, 0.16969633102416992, 0.2048719823360443, 0.03694172948598862, 0.35023725032806396, 0.08199481666088104, 0.2064533233642578, 0.1749897450208664, 0.1791381537914276, 0.08106376975774765, 0.202925443649292, 0.0201638862490654, 17.920379638671875, 6.816405773162842, 9.779499053955078, 2.641530990600586, 18.0229434967041, 37.49990463256836, 23.752906799316406, 41.36204147338867, 28.566661834716797, 40.90475082397461, 29.92040252685547, 39.55937194824219, 17.241071701049805, 4.4224934577941895, 0.7385044693946838, 2.602278232574463, 17.87847900390625, 36.88892364501953, 27.42060661315918, 39.65702819824219, 30.870994567871094, 40.556419372558594, 30.972082138061523, 0.022163517773151398], "count": [151]}, "action": {"min": [0.42284178733825684, -1.428268313407898, 0.8243898749351501, -0.5308232307434082, -1.4821808338165283, 1.2551738023757935, -0.9954604506492615, -1.3744087219238281, 0.8336300253868103, 0.009846837259829044, 0.22786010801792145, -1.170218586921692, 9.264444351196289, 63.84812545776367, 6.866666793823242, -0.5849999785423279, 0.7009999752044678, 0.6731249690055847, 1.1733332872390747, -0.9012500047683716, 0.7756249904632568, -3.2043750286102295, 0.9793750047683716, -0.19312499463558197, 11.507499694824219, 57.22066879272461, 0.4228571355342865, -1.441249966621399, 0.7559999823570251, 0.8387500047683716, 0.6525000333786011, 0.7331250309944153, 1.0600000619888306, 0.8731250166893005, 0.65666663646698, -3.1162500381469727], "max": [1.1356738805770874, -0.7584369778633118, 1.5561579465866089, -0.35424771904945374, -0.23758773505687714, 1.5106669664382935, -0.4511425197124481, -0.6514542698860168, 1.4377098083496094, 0.23420214653015137, 1.002496600151062, -1.0517996549606323, 72.7593765258789, 83.72250366210938, 60.494998931884766, 8.487777709960938, 57.41749954223633, 108.73249816894531, 79.07062530517578, 110.25125122070312, 87.04875183105469, 109.80249786376953, 88.24749755859375, 110.953125, 62.17250061035156, 72.6812515258789, 3.049999952316284, 8.600000381469727, 50.03562545776367, 100.14749908447266, 78.33562469482422, 109.47687530517578, 88.89250183105469, 110.26812744140625, 90.77750396728516, -3.005000114440918], "mean": [0.8966525197029114, -1.002189040184021, 1.036301612854004, -0.43574225902557373, -1.009177327156067, 1.328530192375183, -0.8210191130638123, -0.9577409625053406, 1.0055190324783325, 0.16206274926662445, 0.7452535033226013, -1.0854157209396362, 34.623016357421875, 76.12350463867188, 38.917579650878906, 1.6466081142425537, 17.424949645996094, 31.34263801574707, 22.643474578857422, 24.535873413085938, 19.15279769897461, 30.278491973876953, 18.26909065246582, 39.59678649902344, 28.9737491607666, 67.61975860595703, 1.3086042404174805, 1.9868983030319214, 11.631888389587402, 23.486970901489258, 17.23101234436035, 25.206161499023438, 19.05832290649414, 25.66281509399414, 18.55971336364746, -3.0433077812194824], "std": [0.22378197312355042, 0.16969633102416992, 0.2048719823360443, 0.036941733211278915, 0.35023725032806396, 0.08199481666088104, 0.2064533680677414, 0.1749897450208664, 0.17913813889026642, 0.08106376975774765, 0.202925443649292, 0.0201638862490654, 17.920379638671875, 6.816404819488525, 9.779498100280762, 2.641530990600586, 18.0229434967041, 37.499908447265625, 23.752906799316406, 41.3620491027832, 28.56666374206543, 40.904754638671875, 29.920412063598633, 39.55937194824219, 17.241073608398438, 4.4224934577941895, 0.7385045886039734, 2.6022777557373047, 17.87847900390625, 36.88892364501953, 27.42060661315918, 39.65702438354492, 30.870996475219727, 40.55642318725586, 30.972087860107422, 0.022163506597280502], "count": [151]}, "timestamp": {"min": [0.0], "max": [5.0], "mean": [2.4999999999999996], "std": [1.4529663145135578], "count": [151]}, "frame_index": {"min": [0], "max": [150], "mean": [75.0], "std": [43.58898943540674], "count": [151]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [151]}, "index": {"min": [6148], "max": [6298], "mean": [6223.0], "std": [43.58898943540674], "count": [151]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [151]}, "subtask_annotation": {"mean": [3.5099337748344372, 7.0, 7.0, 7.0, 7.0], "std": [1.8941092007823612, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [151]}, "scene_annotation": {"mean": [39.0], "std": [0.0], "min": [39], "max": [39], "count": [151]}, "eef_direction_state": {"mean": [3.4834437086092715, 4.529801324503311], "std": [2.032368222346071, 1.5645406283464136], "min": [0, 0], "max": [6, 6], "count": [151]}, "eef_velocity_state": {"mean": [1.304635761589404, 1.1456953642384107], "std": [0.7972915865308604, 0.9377820175792813], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_acc_mag_state": {"mean": [1.0066225165562914, 0.8145695364238411], "std": [0.8338587294530525, 0.8170693349678585], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_direction_action": {"mean": [3.4834437086092715, 4.529801324503311], "std": [2.032368222346071, 1.5645406283464136], "min": [0, 0], "max": [6, 6], "count": [151]}, "eef_velocity_action": {"mean": [1.304635761589404, 1.1456953642384107], "std": [0.7972915865308604, 0.9377820175792813], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_acc_mag_action": {"mean": [1.0066225165562914, 0.8145695364238411], "std": [0.8338587294530525, 0.8170693349678585], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_sim_pose_state": {"mean": [0.6525268401347868, 0.17470077962746974, 1.1518415652123977, -1.4215567763115176, 1.0546388942610005, -1.8555802899362832, 0.6327664133705593, -0.12890331667433608, 1.1329723426148115, 1.704283303103631, 1.0003367562991472, 2.3090809410008792], "std": [0.05655741865991428, 0.053770318969477794, 0.039021108753719384, 0.3143323424679096, 0.038595773338111435, 0.33762221798950204, 0.04490197727571358, 0.046616621980718906, 0.05230387599093282, 0.24647052397276847, 0.06146402243215613, 0.22768607889174416], "min": [0.5895859780447066, 0.05045169816979449, 1.0642333454987836, -2.0035632845924973, 1.0112026225596589, -2.4854156318068847, 0.594137326242415, -0.19630014860705775, 1.0475825049256282, 0.9419318455023009, 0.8836239414831986, 1.5217963138209427], "max": [0.7766563639756463, 0.24756611279117358, 1.2269993828972208, -0.8914621072809897, 1.1488665557766136, -1.2909978960875308, 0.7312859159653367, -0.015706481513800136, 1.2809412179720905, 2.035716321991176, 1.1107035266147243, 2.706407573340413], "count": [151]}, "eef_sim_pose_action": {"mean": [0.6525268401347868, 0.17470077962746974, 1.1518415652123977, -1.4215567763115176, 1.0546388942610005, -1.8555802899362832, 0.6327664133705593, -0.12890331667433608, 1.1329723426148115, 1.704283303103631, 1.0003367562991472, 2.3090809410008792], "std": [0.05655741865991428, 0.053770318969477794, 0.039021108753719384, 0.3143323424679096, 0.038595773338111435, 0.33762221798950204, 0.04490197727571358, 0.046616621980718906, 0.05230387599093282, 0.24647052397276847, 0.06146402243215613, 0.22768607889174416], "min": [0.5895859780447066, 0.05045169816979449, 1.0642333454987836, -2.0035632845924973, 1.0112026225596589, -2.4854156318068847, 0.594137326242415, -0.19630014860705775, 1.0475825049256282, 0.9419318455023009, 0.8836239414831986, 1.5217963138209427], "max": [0.7766563639756463, 0.24756611279117358, 1.2269993828972208, -0.8914621072809897, 1.1488665557766136, -1.2909978960875308, 0.7312859159653367, -0.015706481513800136, 1.2809412179720905, 2.035716321991176, 1.1107035266147243, 2.706407573340413], "count": [151]}}} +{"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.3628967912581699]], [[0.3659172691993464]], [[0.374407602124183]]], "std": [[[0.3763639576058093]], [[0.3684124940790448]], [[0.3676295762285192]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4984512009803922]], [[0.5091324448529412]], [[0.49248212009803927]]], "std": [[[0.33687427534291636]], [[0.34086353999513563]], [[0.34418189552587236]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47846495710784315]], [[0.4914271405228758]], [[0.46673324346405226]]], "std": [[[0.35229871114411904]], [[0.35259607366822715]], [[0.3598898862887195]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.401899789624183]], [[0.40335860498366016]], [[0.3877760927287582]]], "std": [[[0.39682094025423975]], [[0.4075956018773002]], [[0.4121341728556891]]], "count": [100]}, "observation.state": {"min": [0.45166704058647156, -1.3908836841583252, 0.850838840007782, -0.5721417665481567, -1.4991352558135986, 1.1398966312408447, -1.0927367210388184, -1.1348897218704224, 0.7454270720481873, 0.02505817450582981, 0.46334972977638245, -1.1316472291946411, 18.768888473510742, 63.22875213623047, -1.140625, -0.1418749988079071, 0.7766666412353516, 0.31187498569488525, 0.9275000095367432, 0.6625000238418579, 0.8237500190734863, -3.421818256378174, 0.9175000190734863, 1.0724999904632568, 8.078125, 57.986873626708984, 0.28562501072883606, -1.1387499570846558, 0.699999988079071, -0.5299999713897705, 0.6193749904632568, -1.4168750047683716, 0.7677778005599976, -0.2964285910129547, 0.7322221994400024, -3.098750114440918], "max": [1.151603102684021, -0.8152768015861511, 1.5612602233886719, -0.27609291672706604, -0.2733272314071655, 1.375767707824707, -0.536783754825592, -0.6255139112472534, 1.2286611795425415, 0.2760823369026184, 1.4708213806152344, -1.0465304851531982, 79.23187255859375, 83.67625427246094, 61.9375, 8.49333381652832, 63.358123779296875, 111.453125, 75.0824966430664, 112.5737533569336, 88.31500244140625, 109.90750122070312, 91.33875274658203, 110.1312484741211, 61.23125076293945, 74.51875305175781, 0.8650000095367432, 5.771874904632568, 35.373748779296875, 70.75250244140625, 52.229373931884766, 71.18375396728516, 83.6987533569336, 110.6050033569336, 85.88249969482422, 109.70437622070312], "mean": [0.9739578366279602, -0.967095673084259, 0.9790358543395996, -0.42657986283302307, -1.0754176378250122, 1.2587651014328003, -0.8842446804046631, -0.8222744464874268, 0.8894203901290894, 0.12720423936843872, 0.8671666383743286, -1.1084285974502563, 44.16910934448242, 74.07003021240234, 23.773494720458984, 1.7008615732192993, 19.30746841430664, 48.98310089111328, 27.687599182128906, 38.29386520385742, 26.780353546142578, 55.358943939208984, 27.05158805847168, 73.384521484375, 27.866971969604492, 68.60157775878906, 0.4908945858478546, 2.648189067840576, 10.093435287475586, 17.57684898376465, 13.935662269592285, 18.002485275268555, 21.681447982788086, 30.376476287841797, 22.01523780822754, 29.99802589416504], "std": [0.1725880652666092, 0.11550158262252808, 0.1574140340089798, 0.07122766971588135, 0.2608391046524048, 0.08788521587848663, 0.1281968206167221, 0.10856813937425613, 0.10424402356147766, 0.05816742405295372, 0.16609732806682587, 0.025231242179870605, 19.737747192382812, 7.900511741638184, 21.29450035095215, 2.0967960357666016, 20.949392318725586, 39.740116119384766, 20.136646270751953, 46.21607971191406, 32.7548713684082, 38.4034423828125, 35.27318572998047, 30.605224609375, 19.557214736938477, 5.840394496917725, 0.12433023005723953, 2.2344655990600586, 14.238109588623047, 27.489093780517578, 19.84920883178711, 29.18682289123535, 32.098323822021484, 46.55317306518555, 33.021568298339844, 48.18672561645508], "count": [277]}, "action": {"min": [0.45166704058647156, -1.3908836841583252, 0.850838840007782, -0.5721417665481567, -1.4991352558135986, 1.1398966312408447, -1.0927367210388184, -1.1348897218704224, 0.7454270720481873, 0.02505817450582981, 0.46334972977638245, -1.1316472291946411, 18.768888473510742, 63.22875213623047, -1.140625, -0.1418749988079071, 0.7766666412353516, 0.31187498569488525, 0.9275000095367432, 0.6625000238418579, 0.8237500190734863, -3.421818256378174, 0.9175000190734863, 1.0724999904632568, 8.078125, 57.986873626708984, 0.28562501072883606, -1.1387499570846558, 0.699999988079071, -0.5299999713897705, 0.6193749904632568, -1.4168750047683716, 0.7677778005599976, -0.2964285910129547, 0.7322221994400024, -3.098750114440918], "max": [1.151603102684021, -0.8152768015861511, 1.5612602233886719, -0.27609291672706604, -0.2733272314071655, 1.375767707824707, -0.536783754825592, -0.6255139112472534, 1.2286611795425415, 0.2760823369026184, 1.4708213806152344, -1.0465304851531982, 79.23187255859375, 83.67625427246094, 61.9375, 8.49333381652832, 63.358123779296875, 111.453125, 75.0824966430664, 112.5737533569336, 88.31500244140625, 109.90750122070312, 91.33875274658203, 110.1312484741211, 61.23125076293945, 74.51875305175781, 0.8650000095367432, 5.771874904632568, 35.373748779296875, 70.75250244140625, 52.229373931884766, 71.18375396728516, 83.6987533569336, 110.6050033569336, 85.88249969482422, 109.70437622070312], "mean": [0.9739575982093811, -0.9670954346656799, 0.9790353178977966, -0.4265798330307007, -1.075417399406433, 1.2587648630142212, -0.884244978427887, -0.8222744464874268, 0.8894206881523132, 0.12720423936843872, 0.8671663999557495, -1.1084281206130981, 44.169124603271484, 74.07001495361328, 23.77349853515625, 1.7008622884750366, 19.30748176574707, 48.98310089111328, 27.68760871887207, 38.293880462646484, 26.780349731445312, 55.358970642089844, 27.051603317260742, 73.38451385498047, 27.866960525512695, 68.60152435302734, 0.49089446663856506, 2.648190498352051, 10.093438148498535, 17.576845169067383, 13.935663223266602, 18.00248908996582, 21.681453704833984, 30.376474380493164, 22.015241622924805, 29.998022079467773], "std": [0.17258808016777039, 0.11550156027078629, 0.15741406381130219, 0.07122767716646194, 0.2608390748500824, 0.08788520842790604, 0.1281968057155609, 0.10856813937425613, 0.10424403846263885, 0.05816742405295372, 0.16609731316566467, 0.02523125149309635, 19.737747192382812, 7.9005126953125, 21.29450225830078, 2.0967960357666016, 20.94939422607422, 39.740108489990234, 20.136648178100586, 46.216068267822266, 32.7548713684082, 38.4034423828125, 35.273193359375, 30.605220794677734, 19.55721664428711, 5.840394973754883, 0.12433018535375595, 2.234466075897217, 14.23811149597168, 27.48909568786621, 19.849205017089844, 29.186824798583984, 32.09832000732422, 46.55316162109375, 33.021568298339844, 48.18673324584961], "count": [277]}, "timestamp": {"min": [0.0], "max": [9.2], "mean": [4.600000000000001], "std": [2.665416373560507], "count": [277]}, "frame_index": {"min": [0], "max": [276], "mean": [138.0], "std": [79.96249120681522], "count": [277]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [277]}, "index": {"min": [6299], "max": [6575], "mean": [6437.0], "std": [79.96249120681522], "count": [277]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [277]}, "subtask_annotation": {"mean": [3.6498194945848375, 7.0, 7.0, 7.0, 7.0], "std": [1.7237274812195957, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [277]}, "scene_annotation": {"mean": [40.0], "std": [0.0], "min": [40], "max": [40], "count": [277]}, "eef_direction_state": {"mean": [4.1516245487364625, 4.3140794223826715], "std": [1.9906203965114686, 2.0706606928426043], "min": [0, 0], "max": [6, 6], "count": [277]}, "eef_velocity_state": {"mean": [1.068592057761733, 0.855595667870036], "std": [0.8617351962085439, 0.8286909051624254], "min": [0, 0], "max": [2, 2], "count": [277]}, "eef_acc_mag_state": {"mean": [0.8592057761732852, 0.6101083032490975], "std": [0.8183566902381934, 0.8013789936849506], "min": [0, 0], "max": [2, 2], "count": [277]}, "eef_direction_action": {"mean": [4.1516245487364625, 4.3140794223826715], "std": [1.9906203965114686, 2.0706606928426043], "min": [0, 0], "max": [6, 6], "count": [277]}, "eef_velocity_action": {"mean": [1.068592057761733, 0.855595667870036], "std": [0.8617351962085439, 0.8286909051624254], "min": [0, 0], "max": [2, 2], "count": [277]}, "eef_acc_mag_action": {"mean": [0.8592057761732852, 0.6101083032490975], "std": [0.8183566902381934, 0.8013789936849506], "min": [0, 0], "max": [2, 2], "count": [277]}, "eef_sim_pose_state": {"mean": [0.6341860942042867, 0.18604863039065547, 1.1399461334755052, -1.4597189565923976, 1.0175289882323162, -1.8888298541264659, 0.6065069013595846, -0.1475833221535462, 1.160498437313096, 1.5979430305025757, 1.0736824282861293, 2.2367211335185853], "std": [0.044752630706565696, 0.03998868341810338, 0.03316952545858241, 0.23216121481525256, 0.07562860614416833, 0.231608924446691, 0.027202372542545407, 0.027990656061586076, 0.0373474599635277, 0.20758661127928008, 0.04638234164523634, 0.19879148227479815], "min": [0.5900609179984175, 0.08040888636372069, 1.0527579477481441, -1.9330492878091643, 0.9208047492555473, -2.3531091132503206, 0.5678829981072253, -0.22438085434274505, 1.0625804907981204, 0.8762150042533023, 0.9301663031348664, 1.4579426753746172], "max": [0.7835672228887746, 0.23475214088323865, 1.2130605354828308, -0.9984260373362215, 1.1775653036218925, -1.4602412910314198, 0.7020476637336952, -0.08037049381442396, 1.2731511835318317, 2.0181353546709655, 1.134509893433978, 2.6330749028127363], "count": [277]}, "eef_sim_pose_action": {"mean": [0.6341860942042867, 0.18604863039065547, 1.1399461334755052, -1.4597189565923976, 1.0175289882323162, -1.8888298541264659, 0.6065069013595846, -0.1475833221535462, 1.160498437313096, 1.5979430305025757, 1.0736824282861293, 2.2367211335185853], "std": [0.044752630706565696, 0.03998868341810338, 0.03316952545858241, 0.23216121481525256, 0.07562860614416833, 0.231608924446691, 0.027202372542545407, 0.027990656061586076, 0.0373474599635277, 0.20758661127928008, 0.04638234164523634, 0.19879148227479815], "min": [0.5900609179984175, 0.08040888636372069, 1.0527579477481441, -1.9330492878091643, 0.9208047492555473, -2.3531091132503206, 0.5678829981072253, -0.22438085434274505, 1.0625804907981204, 0.8762150042533023, 0.9301663031348664, 1.4579426753746172], "max": [0.7835672228887746, 0.23475214088323865, 1.2130605354828308, -0.9984260373362215, 1.1775653036218925, -1.4602412910314198, 0.7020476637336952, -0.08037049381442396, 1.2731511835318317, 2.0181353546709655, 1.134509893433978, 2.6330749028127363], "count": [277]}}} +{"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.35139437091503267]], [[0.35800488970588235]], [[0.36556990400326794]]], "std": [[[0.3638545792294672]], [[0.3553071182967035]], [[0.3547566347661219]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49191841094771244]], [[0.5025877022058823]], [[0.48698566176470587]]], "std": [[[0.3383572482522787]], [[0.34224196867576856]], [[0.3461403455343713]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.11372549019607843]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49437578227124185]], [[0.502563731617647]], [[0.47958002655228754]]], "std": [[[0.34131194226840617]], [[0.34580662620524866]], [[0.3530688389735411]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38492595996732026]], [[0.4065759395424836]], [[0.3864680678104575]]], "std": [[[0.40029113611097705]], [[0.4014185408648405]], [[0.4066982055926247]]], "count": [100]}, "observation.state": {"min": [0.4459925889968872, -1.4016364812850952, 0.8299848437309265, -0.4510471522808075, -1.548006534576416, 1.1476691961288452, -0.9759813547134399, -1.4175630807876587, 0.829603374004364, 0.002050430979579687, 0.15511749684810638, -1.2060348987579346, 14.960000038146973, 62.053123474121094, -1.2043750286102295, -0.11187499761581421, 0.699999988079071, 0.4166666567325592, 1.0087499618530273, -0.7856249809265137, 0.6887500286102295, -2.4131250381469727, 0.9644444584846497, -0.10499999672174454, 12.494375228881836, 58.58562469482422, 0.2956250011920929, -0.8299999833106995, 0.7718750238418579, 0.8806250095367432, 0.6306250095367432, 0.8068749904632568, 0.9487500190734863, 0.6931250095367432, 0.5987499952316284, -3.088124990463257], "max": [1.1906911134719849, -0.8053584694862366, 1.5651941299438477, -0.32370585203170776, -0.23384450376033783, 1.3760299682617188, -0.3706035017967224, -0.6662046909332275, 1.5219205617904663, 0.23773080110549927, 0.9911370277404785, -1.0834859609603882, 74.14624786376953, 84.41937255859375, 44.87312698364258, 5.456874847412109, 38.26499938964844, 104.38249969482422, 78.55874633789062, 112.08999633789062, 88.72125244140625, 109.78812408447266, 91.4437484741211, 110.22437286376953, 67.97562408447266, 74.03312683105469, 0.44312500953674316, 8.988750457763672, 45.171875, 108.82500457763672, 73.52188110351562, 109.96937561035156, 83.5518798828125, 110.20938110351562, 85.47062683105469, 109.92437744140625], "mean": [0.9615492224693298, -0.9729588031768799, 1.0153676271438599, -0.38497400283813477, -1.072835922241211, 1.2330044507980347, -0.7975901961326599, -0.9430077075958252, 1.002909779548645, 0.15392747521400452, 0.7373627424240112, -1.1409330368041992, 41.589134216308594, 75.56494903564453, 8.907936096191406, 1.2712692022323608, 21.510766983032227, 25.58745002746582, 32.10001754760742, 25.765289306640625, 33.31476593017578, 39.32606887817383, 19.45222282409668, 72.0079116821289, 29.773590087890625, 69.32752227783203, 0.3604724705219269, 3.353557586669922, 10.935927391052246, 25.44914436340332, 16.340394973754883, 25.013080596923828, 17.887859344482422, 25.9296875, 17.44966697692871, 28.260648727416992], "std": [0.2390759140253067, 0.16542160511016846, 0.21557560563087463, 0.0295717716217041, 0.38324669003486633, 0.07621679455041885, 0.22957396507263184, 0.19728465378284454, 0.20799238979816437, 0.0841047614812851, 0.24229270219802856, 0.0428585484623909, 15.962238311767578, 7.462477684020996, 14.156545639038086, 1.5550442934036255, 10.595781326293945, 38.906280517578125, 20.91789436340332, 42.51188659667969, 23.934188842773438, 36.780635833740234, 30.178571701049805, 28.612472534179688, 18.59003448486328, 4.951756954193115, 0.03463149070739746, 2.977459192276001, 16.22535514831543, 39.88949966430664, 25.270614624023438, 39.97079849243164, 28.322078704833984, 40.995079040527344, 29.053176879882812, 42.56895446777344], "count": [153]}, "action": {"min": [0.4459925889968872, -1.4016364812850952, 0.8299848437309265, -0.4510471522808075, -1.548006534576416, 1.1476691961288452, -0.9759813547134399, -1.4175630807876587, 0.829603374004364, 0.002050430979579687, 0.15511749684810638, -1.2060348987579346, 14.960000038146973, 62.053123474121094, -1.2043750286102295, -0.11187499761581421, 0.699999988079071, 0.4166666567325592, 1.0087499618530273, -0.7856249809265137, 0.6887500286102295, -2.4131250381469727, 0.9644444584846497, -0.10499999672174454, 12.494375228881836, 58.58562469482422, 0.2956250011920929, -0.8299999833106995, 0.7718750238418579, 0.8806250095367432, 0.6306250095367432, 0.8068749904632568, 0.9487500190734863, 0.6931250095367432, 0.5987499952316284, -3.088124990463257], "max": [1.1906911134719849, -0.8053584694862366, 1.5651941299438477, -0.32370585203170776, -0.23384450376033783, 1.3760299682617188, -0.3706035017967224, -0.6662046909332275, 1.5219205617904663, 0.23773080110549927, 0.9911370277404785, -1.0834859609603882, 74.14624786376953, 84.41937255859375, 44.87312698364258, 5.456874847412109, 38.26499938964844, 104.38249969482422, 78.55874633789062, 112.08999633789062, 88.72125244140625, 109.78812408447266, 91.4437484741211, 110.22437286376953, 67.97562408447266, 74.03312683105469, 0.44312500953674316, 8.988750457763672, 45.171875, 108.82500457763672, 73.52188110351562, 109.96937561035156, 83.5518798828125, 110.20938110351562, 85.47062683105469, 109.92437744140625], "mean": [0.961548924446106, -0.9729593396186829, 1.0153677463531494, -0.38497409224510193, -1.0728358030319214, 1.2330044507980347, -0.7975901365280151, -0.9430076479911804, 1.002909541130066, 0.1539275050163269, 0.7373627424240112, -1.1409330368041992, 41.58911895751953, 75.56494140625, 8.907943725585938, 1.27126944065094, 21.510774612426758, 25.58742904663086, 32.10001754760742, 25.76529884338379, 33.31477737426758, 39.32606506347656, 19.45221519470215, 72.00787353515625, 29.773584365844727, 69.32752227783203, 0.3604724705219269, 3.3535571098327637, 10.935928344726562, 25.449140548706055, 16.340396881103516, 25.01307487487793, 17.88785171508789, 25.929689407348633, 17.449665069580078, 28.260652542114258], "std": [0.2390759140253067, 0.16542163491249084, 0.21557560563087463, 0.029571766033768654, 0.38324666023254395, 0.07621678709983826, 0.22957393527030945, 0.19728466868400574, 0.20799238979816437, 0.0841047540307045, 0.24229270219802856, 0.0428585521876812, 15.962233543395996, 7.462477207183838, 14.156545639038086, 1.5550445318222046, 10.595783233642578, 38.906272888183594, 20.917898178100586, 42.51189422607422, 23.934188842773438, 36.78063201904297, 30.178573608398438, 28.61247444152832, 18.59003257751465, 4.951756954193115, 0.03463148698210716, 2.9774587154388428, 16.22535514831543, 39.889495849609375, 25.270618438720703, 39.970802307128906, 28.32207679748535, 40.995079040527344, 29.053176879882812, 42.56895446777344], "count": [153]}, "timestamp": {"min": [0.0], "max": [5.066666666666666], "mean": [2.533333333333333], "std": [1.4722117400046122], "count": [153]}, "frame_index": {"min": [0], "max": [152], "mean": [76.0], "std": [44.16635220013836], "count": [153]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [153]}, "index": {"min": [6576], "max": [6728], "mean": [6652.0], "std": [44.16635220013836], "count": [153]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [153]}, "subtask_annotation": {"mean": [3.6143790849673203, 7.0, 7.0, 7.0, 7.0], "std": [1.933955893700331, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [153]}, "scene_annotation": {"mean": [41.0], "std": [0.0], "min": [41], "max": [41], "count": [153]}, "eef_direction_state": {"mean": [3.65359477124183, 4.254901960784314], "std": [2.118453812275334, 1.848968664176672], "min": [0, 0], "max": [6, 6], "count": [153]}, "eef_velocity_state": {"mean": [1.2026143790849673, 1.1633986928104576], "std": [0.8351703448346817, 0.8741570456104827], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_acc_mag_state": {"mean": [0.9477124183006536, 0.7908496732026143], "std": [0.8228028748682981, 0.8137189279731193], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_direction_action": {"mean": [3.65359477124183, 4.254901960784314], "std": [2.118453812275334, 1.848968664176672], "min": [0, 0], "max": [6, 6], "count": [153]}, "eef_velocity_action": {"mean": [1.2026143790849673, 1.1633986928104576], "std": [0.8351703448346817, 0.8741570456104827], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_acc_mag_action": {"mean": [0.9477124183006536, 0.7908496732026143], "std": [0.8228028748682981, 0.8137189279731193], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_sim_pose_state": {"mean": [0.6391763361844963, 0.1831133222440202, 1.1522748376602983, -1.4163679127352213, 1.0173224145140594, -1.876646026132372, 0.6363154346121782, -0.12957302063449538, 1.146470581276674, 1.689723897208216, 1.070996958692479, 2.2968609240417264], "std": [0.06137966734224733, 0.049377184754856106, 0.03637572553620925, 0.308499031946158, 0.05709206937944137, 0.31647215836905784, 0.05333796982998905, 0.05046101091614497, 0.047275446280911314, 0.2202563503261214, 0.06564957047544746, 0.2120381343912391], "min": [0.5838291984195115, 0.07038905591226415, 1.0690349825383731, -1.9911334848263678, 0.9291892790071232, -2.4467991270260674, 0.6001397807658608, -0.1869448517501844, 1.0546113398760373, 1.0811377798208754, 0.9257587152819093, 1.68363448752193], "max": [0.7791191737993161, 0.2452860311773461, 1.211535364437676, -0.9962298202906588, 1.1430331677163945, -1.4186671619539089, 0.7583079327953495, -0.015360123203879333, 1.258975835070819, 2.056044666482031, 1.1514576218574555, 2.687102586424816], "count": [153]}, "eef_sim_pose_action": {"mean": [0.6391763361844963, 0.1831133222440202, 1.1522748376602983, -1.4163679127352213, 1.0173224145140594, -1.876646026132372, 0.6363154346121782, -0.12957302063449538, 1.146470581276674, 1.689723897208216, 1.070996958692479, 2.2968609240417264], "std": [0.06137966734224733, 0.049377184754856106, 0.03637572553620925, 0.308499031946158, 0.05709206937944137, 0.31647215836905784, 0.05333796982998905, 0.05046101091614497, 0.047275446280911314, 0.2202563503261214, 0.06564957047544746, 0.2120381343912391], "min": [0.5838291984195115, 0.07038905591226415, 1.0690349825383731, -1.9911334848263678, 0.9291892790071232, -2.4467991270260674, 0.6001397807658608, -0.1869448517501844, 1.0546113398760373, 1.0811377798208754, 0.9257587152819093, 1.68363448752193], "max": [0.7791191737993161, 0.2452860311773461, 1.211535364437676, -0.9962298202906588, 1.1430331677163945, -1.4186671619539089, 0.7583079327953495, -0.015360123203879333, 1.258975835070819, 2.056044666482031, 1.1514576218574555, 2.687102586424816], "count": [153]}}} +{"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.35012369689542483]], [[0.3570600816993464]], [[0.3652886213235294]]], "std": [[[0.36000225436437366]], [[0.3521729699101183]], [[0.3509617895959315]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4966850714869281]], [[0.5120664930555555]], [[0.49548933210784313]]], "std": [[[0.3408228787165217]], [[0.3426344100983638]], [[0.34739510174125715]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4889909824346405]], [[0.49591085375816996]], [[0.4740840870098039]]], "std": [[[0.34227663100014744]], [[0.34974240406178525]], [[0.3563217310795914]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38948775735294117]], [[0.4084443607026144]], [[0.3881851531862745]]], "std": [[[0.4032963610701694]], [[0.4027231604735378]], [[0.40798469352328126]]], "count": [100]}, "observation.state": {"min": [0.44580185413360596, -1.3875458240509033, 0.8411747813224792, -0.6108376979827881, -1.4558590650558472, 1.204332947731018, -0.9218356609344482, -1.4235713481903076, 0.8481155037879944, 0.04205767810344696, 0.16742007434368134, -1.183480143547058, 18.604999542236328, 62.18937683105469, -1.1412500143051147, -0.1574999988079071, 1.5412499904632568, 0.37909090518951416, 2.226249933242798, -0.7599999904632568, 0.9906250238418579, 3.0818750858306885, 0.9900000095367432, 9.351249694824219, 11.890625, 60.31624984741211, 0.28562501072883606, 0.10437499731779099, 0.8662500381469727, 0.6775000095367432, 0.6243749856948853, 1.040624976158142, 0.7193750143051147, 0.6206250190734863, 0.6411111354827881, -3.099375009536743], "max": [1.1466095447540283, -0.8265091776847839, 1.5728474855422974, -0.31395435333251953, -0.22268635034561157, 1.5368458032608032, -0.3788052201271057, -0.7152031064033508, 1.5019407272338867, 0.18787670135498047, 0.9249298572540283, -1.1129311323165894, 74.12437438964844, 83.84249877929688, 50.501251220703125, 5.286250114440918, 40.14250183105469, 109.02749633789062, 77.06562805175781, 110.7550048828125, 88.01249694824219, 109.62437438964844, 90.8081283569336, 109.5425033569336, 68.60625457763672, 73.91875457763672, 0.46437498927116394, 9.597777366638184, 47.881248474121094, 109.22500610351562, 62.59562683105469, 110.93375396728516, 74.52812957763672, 111.09562683105469, 81.14187622070312, 110.03500366210938], "mean": [0.8926158547401428, -0.9937372207641602, 1.0400621891021729, -0.43568146228790283, -0.9890233874320984, 1.3349909782409668, -0.7639053463935852, -0.9373429417610168, 1.0110589265823364, 0.11949130147695541, 0.6949551105499268, -1.1636996269226074, 38.52644729614258, 75.61260223388672, 8.422304153442383, 1.792354941368103, 17.030126571655273, 33.236202239990234, 30.070964813232422, 30.51482582092285, 24.6827449798584, 52.80880355834961, 19.02840805053711, 71.74406433105469, 28.74582862854004, 68.61722564697266, 0.3536267876625061, 2.7001993656158447, 11.488990783691406, 25.120019912719727, 14.87600040435791, 26.162494659423828, 16.890043258666992, 27.9989013671875, 16.65807342529297, 30.97429656982422], "std": [0.22089894115924835, 0.16230478882789612, 0.2199239432811737, 0.06426438689231873, 0.3653702735900879, 0.11231564730405807, 0.20756949484348297, 0.20906007289886475, 0.2026703655719757, 0.041227858513593674, 0.2111639678478241, 0.025474686175584793, 17.155460357666016, 7.605654716491699, 17.07155418395996, 1.2935094833374023, 11.083778381347656, 38.248390197753906, 20.031068801879883, 40.691043853759766, 25.879520416259766, 32.257118225097656, 30.539579391479492, 27.06574058532715, 18.67925453186035, 4.13810920715332, 0.03999422490596771, 2.0862479209899902, 16.76652717590332, 39.42870330810547, 22.137653350830078, 40.29865264892578, 25.262147903442383, 41.80765914916992, 27.39262580871582, 44.94061279296875], "count": [137]}, "action": {"min": [0.44580185413360596, -1.3875458240509033, 0.8411747813224792, -0.6108376979827881, -1.4558590650558472, 1.204332947731018, -0.9218356609344482, -1.4235713481903076, 0.8481155037879944, 0.04205767810344696, 0.16742007434368134, -1.183480143547058, 18.604999542236328, 62.18937683105469, -1.1412500143051147, -0.1574999988079071, 1.5412499904632568, 0.37909090518951416, 2.226249933242798, -0.7599999904632568, 0.9906250238418579, 3.0818750858306885, 0.9900000095367432, 9.351249694824219, 11.890625, 60.31624984741211, 0.28562501072883606, 0.10437499731779099, 0.8662500381469727, 0.6775000095367432, 0.6243749856948853, 1.040624976158142, 0.7193750143051147, 0.6206250190734863, 0.6411111354827881, -3.099375009536743], "max": [1.1466095447540283, -0.8265091776847839, 1.5728474855422974, -0.31395435333251953, -0.22268635034561157, 1.5368458032608032, -0.3788052201271057, -0.7152031064033508, 1.5019407272338867, 0.18787670135498047, 0.9249298572540283, -1.1129311323165894, 74.12437438964844, 83.84249877929688, 50.501251220703125, 5.286250114440918, 40.14250183105469, 109.02749633789062, 77.06562805175781, 110.7550048828125, 88.01249694824219, 109.62437438964844, 90.8081283569336, 109.5425033569336, 68.60625457763672, 73.91875457763672, 0.46437498927116394, 9.597777366638184, 47.881248474121094, 109.22500610351562, 62.59562683105469, 110.93375396728516, 74.52812957763672, 111.09562683105469, 81.14187622070312, 110.03500366210938], "mean": [0.8926158547401428, -0.9937373399734497, 1.0400621891021729, -0.4356814920902252, -0.9890233874320984, 1.334991216659546, -0.7639053463935852, -0.9373428225517273, 1.0110588073730469, 0.1194913238286972, 0.694955050945282, -1.1636993885040283, 38.526424407958984, 75.61258697509766, 8.422295570373535, 1.7923550605773926, 17.03013801574707, 33.23619079589844, 30.07097625732422, 30.514841079711914, 24.68275260925293, 52.80876922607422, 19.02838897705078, 71.74403381347656, 28.74583625793457, 68.61722564697266, 0.35362666845321655, 2.7001991271972656, 11.48898696899414, 25.120019912719727, 14.876001358032227, 26.162492752075195, 16.89005470275879, 27.998903274536133, 16.658077239990234, 30.974302291870117], "std": [0.22089892625808716, 0.16230478882789612, 0.21992391347885132, 0.06426438689231873, 0.3653703033924103, 0.11231564730405807, 0.20756950974464417, 0.20906007289886475, 0.2026703655719757, 0.04122786223888397, 0.2111639827489853, 0.025474684312939644, 17.155458450317383, 7.605655193328857, 17.071557998657227, 1.2935094833374023, 11.083776473999023, 38.24838638305664, 20.031070709228516, 40.6910400390625, 25.879520416259766, 32.25711441040039, 30.53958511352539, 27.06574821472168, 18.67925262451172, 4.138110160827637, 0.03999422863125801, 2.086247682571411, 16.76652717590332, 39.428707122802734, 22.13765525817871, 40.29865646362305, 25.262147903442383, 41.80766296386719, 27.392627716064453, 44.94061279296875], "count": [137]}, "timestamp": {"min": [0.0], "max": [4.533333333333333], "mean": [2.2666666666666666], "std": [1.3182479955523458], "count": [137]}, "frame_index": {"min": [0], "max": [136], "mean": [68.0], "std": [39.54743986657038], "count": [137]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [137]}, "index": {"min": [6729], "max": [6865], "mean": [6797.0], "std": [39.54743986657038], "count": [137]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [137]}, "subtask_annotation": {"mean": [3.408759124087591, 7.0, 7.0, 7.0, 7.0], "std": [1.8583201916460794, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [137]}, "scene_annotation": {"mean": [42.0], "std": [0.0], "min": [42], "max": [42], "count": [137]}, "eef_direction_state": {"mean": [3.3649635036496353, 4.138686131386861], "std": [2.053574104946648, 1.8050314179356168], "min": [0, 0], "max": [6, 6], "count": [137]}, "eef_velocity_state": {"mean": [1.3284671532846715, 1.218978102189781], "std": [0.7360328564061617, 0.8604474177104448], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_acc_mag_state": {"mean": [1.0218978102189782, 0.9197080291970803], "std": [0.8057018818421389, 0.7928364874139862], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_direction_action": {"mean": [3.3649635036496353, 4.138686131386861], "std": [2.053574104946648, 1.8050314179356168], "min": [0, 0], "max": [6, 6], "count": [137]}, "eef_velocity_action": {"mean": [1.3284671532846715, 1.218978102189781], "std": [0.7360328564061617, 0.8604474177104448], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_acc_mag_action": {"mean": [1.0218978102189782, 0.9197080291970803], "std": [0.8057018818421389, 0.7928364874139862], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_sim_pose_state": {"mean": [0.6540840618071928, 0.17736987577450208, 1.1509850150256378, -1.4531715458486905, 1.0603871961389784, -1.8879483741107355, 0.6388750772461216, -0.12317760580016789, 1.15109981032419, 1.716121417776356, 1.118563646050652, 2.3489911634129137], "std": [0.061416706360045176, 0.042190808902705074, 0.03460761724432656, 0.3218047036856983, 0.06420121819102814, 0.3202495390676477, 0.051313086969043645, 0.05038638524638996, 0.0414200396596254, 0.21836898782943648, 0.06238255531399844, 0.20425844169604435], "min": [0.5938686162233454, 0.09084632358657078, 1.0754165987264128, -2.0676822933021763, 0.9742026156647352, -2.464778705795384, 0.5991303307634881, -0.16928556530549962, 1.0600808945602485, 1.0889064620802915, 0.9583500827101714, 1.724677646578197], "max": [0.7851026446503866, 0.23585475410422524, 1.1971105364927728, -1.067176611043, 1.1882620849748453, -1.4719488661427476, 0.7509356197858899, -0.005385550677004747, 1.2478758006587576, 2.0690363308285953, 1.1892268524285545, 2.7234113077919657], "count": [137]}, "eef_sim_pose_action": {"mean": [0.6540840618071928, 0.17736987577450208, 1.1509850150256378, -1.4531715458486905, 1.0603871961389784, -1.8879483741107355, 0.6388750772461216, -0.12317760580016789, 1.15109981032419, 1.716121417776356, 1.118563646050652, 2.3489911634129137], "std": [0.061416706360045176, 0.042190808902705074, 0.03460761724432656, 0.3218047036856983, 0.06420121819102814, 0.3202495390676477, 0.051313086969043645, 0.05038638524638996, 0.0414200396596254, 0.21836898782943648, 0.06238255531399844, 0.20425844169604435], "min": [0.5938686162233454, 0.09084632358657078, 1.0754165987264128, -2.0676822933021763, 0.9742026156647352, -2.464778705795384, 0.5991303307634881, -0.16928556530549962, 1.0600808945602485, 1.0889064620802915, 0.9583500827101714, 1.724677646578197], "max": [0.7851026446503866, 0.23585475410422524, 1.1971105364927728, -1.067176611043, 1.1882620849748453, -1.4719488661427476, 0.7509356197858899, -0.005385550677004747, 1.2478758006587576, 2.0690363308285953, 1.1892268524285545, 2.7234113077919657], "count": [137]}}} +{"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.3573684375]], [[0.36366631944444444]], [[0.36456684232026143]]], "std": [[[0.36294494537151883]], [[0.35521400571873274]], [[0.3598039645155686]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4983837908496732]], [[0.5121743178104575]], [[0.4926803676470588]]], "std": [[[0.3412481465181861]], [[0.342415279036502]], [[0.34859162673894817]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48823872549019603]], [[0.4935362132352941]], [[0.47092842320261435]]], "std": [[[0.3455944987905258]], [[0.3514451865145566]], [[0.35796517367565045]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38455331699346407]], [[0.4046183006535948]], [[0.384920204248366]]], "std": [[[0.4038902285855393]], [[0.4038461801270534]], [[0.40896841728554845]]], "count": [100]}, "observation.state": {"min": [0.42989909648895264, -1.3683050870895386, 0.8059942722320557, -0.6498912572860718, -1.523719310760498, 1.2093967199325562, -0.8909361362457275, -1.371047019958496, 0.8055279850959778, 0.06215667352080345, 0.20330262184143066, -1.1621414422988892, 4.4522223472595215, 62.241249084472656, -1.1668750047683716, 0.16374999284744263, 0.7393333315849304, 0.30687499046325684, 0.8337500095367432, -0.7712500095367432, 0.7193750143051147, -3.181874990463257, 0.9600000381469727, -0.13500000536441803, 5.445555686950684, 58.56545639038086, 0.30125001072883606, -0.48124998807907104, 0.6883333325386047, 0.718999981880188, 0.6212500333786011, 0.7800000309944153, 0.8650000095367432, 0.5843750238418579, 0.6388888955116272, -2.9593749046325684], "max": [1.141480803489685, -0.7802234888076782, 1.5118829011917114, -0.2765459418296814, -0.27397096157073975, 1.5989547967910767, -0.3992379903793335, -0.6487415432929993, 1.4934529066085815, 0.1872568130493164, 0.9473097324371338, -1.1196306943893433, 68.14875030517578, 81.92437744140625, 27.209375381469727, 7.396666526794434, 40.9587516784668, 91.54125213623047, 77.72624969482422, 110.8018798828125, 92.6362533569336, 109.9800033569336, 95.38312530517578, 109.71499633789062, 60.1618766784668, 74.63063049316406, 0.49562498927116394, 9.306666374206543, 40.608123779296875, 103.09500122070312, 57.516876220703125, 106.14749908447266, 76.32875061035156, 110.63249969482422, 83.02750396728516, 109.73249816894531], "mean": [0.931715726852417, -0.9715816378593445, 0.9856157898902893, -0.4321160614490509, -1.0742429494857788, 1.3270951509475708, -0.7600106000900269, -0.9049774408340454, 0.9938387870788574, 0.12324322015047073, 0.6789546608924866, -1.1457887887954712, 35.32787322998047, 72.63433837890625, 3.7669596672058105, 3.0153796672821045, 16.266315460205078, 26.930639266967773, 22.33802032470703, 31.44269371032715, 23.703304290771484, 34.02390670776367, 23.94790267944336, 45.19997024536133, 25.079986572265625, 69.31373596191406, 0.3671380579471588, 2.2023229598999023, 8.5441255569458, 20.71817398071289, 11.882905006408691, 22.287242889404297, 14.279608726501465, 23.322599411010742, 15.222349166870117, 22.585262298583984], "std": [0.23722870647907257, 0.1514967679977417, 0.2017366737127304, 0.08967573940753937, 0.3750596344470978, 0.10891442745923996, 0.17873363196849823, 0.19067245721817017, 0.19298452138900757, 0.031658075749874115, 0.18517516553401947, 0.01749274879693985, 19.18098258972168, 7.591980457305908, 8.559439659118652, 1.837894320487976, 13.733795166015625, 36.79912567138672, 27.650039672851562, 45.160316467285156, 33.24081802368164, 47.461299896240234, 35.29484939575195, 43.96041488647461, 17.91800880432129, 5.391726016998291, 0.048476219177246094, 2.4539570808410645, 13.601707458496094, 35.46450424194336, 19.031415939331055, 36.89872360229492, 24.56814956665039, 39.185813903808594, 26.52686309814453, 41.854888916015625], "count": [151]}, "action": {"min": [0.42989909648895264, -1.3683050870895386, 0.8059942722320557, -0.6498912572860718, -1.523719310760498, 1.2093967199325562, -0.8909361362457275, -1.371047019958496, 0.8055279850959778, 0.06215667352080345, 0.20330262184143066, -1.1621414422988892, 4.4522223472595215, 62.241249084472656, -1.1668750047683716, 0.16374999284744263, 0.7393333315849304, 0.30687499046325684, 0.8337500095367432, -0.7712500095367432, 0.7193750143051147, -3.181874990463257, 0.9600000381469727, -0.13500000536441803, 5.445555686950684, 58.56545639038086, 0.30125001072883606, -0.48124998807907104, 0.6883333325386047, 0.718999981880188, 0.6212500333786011, 0.7800000309944153, 0.8650000095367432, 0.5843750238418579, 0.6388888955116272, -2.9593749046325684], "max": [1.141480803489685, -0.7802234888076782, 1.5118829011917114, -0.2765459418296814, -0.27397096157073975, 1.5989547967910767, -0.3992379903793335, -0.6487415432929993, 1.4934529066085815, 0.1872568130493164, 0.9473097324371338, -1.1196306943893433, 68.14875030517578, 81.92437744140625, 27.209375381469727, 7.396666526794434, 40.9587516784668, 91.54125213623047, 77.72624969482422, 110.8018798828125, 92.6362533569336, 109.9800033569336, 95.38312530517578, 109.71499633789062, 60.1618766784668, 74.63063049316406, 0.49562498927116394, 9.306666374206543, 40.608123779296875, 103.09500122070312, 57.516876220703125, 106.14749908447266, 76.32875061035156, 110.63249969482422, 83.02750396728516, 109.73249816894531], "mean": [0.931715726852417, -0.9715815782546997, 0.9856159090995789, -0.43211597204208374, -1.0742429494857788, 1.3270950317382812, -0.7600107192993164, -0.9049776792526245, 0.9938386082649231, 0.12324324250221252, 0.6789546012878418, -1.1457889080047607, 35.327857971191406, 72.63435363769531, 3.7669601440429688, 3.0153796672821045, 16.266311645507812, 26.930635452270508, 22.338024139404297, 31.44268035888672, 23.703306198120117, 34.023902893066406, 23.94788932800293, 45.199981689453125, 25.079992294311523, 69.31375122070312, 0.36713793873786926, 2.2023229598999023, 8.5441255569458, 20.71817398071289, 11.88290023803711, 22.28723907470703, 14.279608726501465, 23.322599411010742, 15.222349166870117, 22.585264205932617], "std": [0.23722872138023376, 0.1514967978000641, 0.2017366886138916, 0.08967573940753937, 0.3750596046447754, 0.10891442745923996, 0.17873364686965942, 0.19067245721817017, 0.19298449158668518, 0.031658075749874115, 0.18517518043518066, 0.01749274879693985, 19.180986404418945, 7.591980934143066, 8.55943775177002, 1.837894320487976, 13.733793258666992, 36.79913330078125, 27.650041580200195, 45.16032028198242, 33.24081039428711, 47.461299896240234, 35.29484558105469, 43.96041488647461, 17.918006896972656, 5.391725063323975, 0.048476215451955795, 2.4539570808410645, 13.601706504821777, 35.46450424194336, 19.031417846679688, 36.89872741699219, 24.568145751953125, 39.18581008911133, 26.5268611907959, 41.85488510131836], "count": [151]}, "timestamp": {"min": [0.0], "max": [5.0], "mean": [2.4999999999999996], "std": [1.4529663145135578], "count": [151]}, "frame_index": {"min": [0], "max": [150], "mean": [75.0], "std": [43.58898943540674], "count": [151]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [151]}, "index": {"min": [6866], "max": [7016], "mean": [6941.0], "std": [43.58898943540674], "count": [151]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [151]}, "subtask_annotation": {"mean": [3.5165562913907285, 7.0, 7.0, 7.0, 7.0], "std": [1.8480500001684685, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [151]}, "scene_annotation": {"mean": [43.0], "std": [0.0], "min": [43], "max": [43], "count": [151]}, "eef_direction_state": {"mean": [3.357615894039735, 4.158940397350993], "std": [1.8172986679379668, 2.0782465712751845], "min": [0, 0], "max": [6, 6], "count": [151]}, "eef_velocity_state": {"mean": [1.4635761589403973, 1.0794701986754967], "std": [0.668841386646496, 0.9172603810956698], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_acc_mag_state": {"mean": [1.205298013245033, 0.8079470198675497], "std": [0.7574607352812035, 0.8276291182999821], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_direction_action": {"mean": [3.357615894039735, 4.158940397350993], "std": [1.8172986679379668, 2.0782465712751845], "min": [0, 0], "max": [6, 6], "count": [151]}, "eef_velocity_action": {"mean": [1.4635761589403973, 1.0794701986754967], "std": [0.668841386646496, 0.9172603810956698], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_acc_mag_action": {"mean": [1.205298013245033, 0.8079470198675497], "std": [0.7574607352812035, 0.8276291182999821], "min": [0, 0], "max": [2, 2], "count": [151]}, "eef_sim_pose_state": {"mean": [0.6379263153599114, 0.17886117649219735, 1.1586422436476331, -1.3823230103828619, 1.0431907494777282, -1.8250940764744807, 0.6380028299685, -0.1322309604536411, 1.1522797109555238, 1.7317346180637276, 1.1026790561767488, 2.3494960470252666], "std": [0.06030946812463026, 0.048311366763238855, 0.03939936532921086, 0.324191351405778, 0.07356287317346226, 0.34138050759780475, 0.049702533408207926, 0.03847876496195627, 0.042652166100219865, 0.2157639325375175, 0.054250184414816056, 0.19745088238241182], "min": [0.5829692059561071, 0.08024538434622745, 1.0692783197499902, -1.9897387705681235, 0.9516372992436635, -2.410858781421655, 0.6026457933417401, -0.17083662642436315, 1.0562784749984964, 1.0048396861732938, 0.9579702653645663, 1.6584912734869675], "max": [0.7785433711922232, 0.2356441640349462, 1.226388689347279, -0.8746815595023381, 1.1875441662636264, -1.3077956616981123, 0.7584557761739816, -0.03789168943849516, 1.2666037665133034, 2.0693882798538477, 1.163619837091054, 2.6542141432972577], "count": [151]}, "eef_sim_pose_action": {"mean": [0.6379263153599114, 0.17886117649219735, 1.1586422436476331, -1.3823230103828619, 1.0431907494777282, -1.8250940764744807, 0.6380028299685, -0.1322309604536411, 1.1522797109555238, 1.7317346180637276, 1.1026790561767488, 2.3494960470252666], "std": [0.06030946812463026, 0.048311366763238855, 0.03939936532921086, 0.324191351405778, 0.07356287317346226, 0.34138050759780475, 0.049702533408207926, 0.03847876496195627, 0.042652166100219865, 0.2157639325375175, 0.054250184414816056, 0.19745088238241182], "min": [0.5829692059561071, 0.08024538434622745, 1.0692783197499902, -1.9897387705681235, 0.9516372992436635, -2.410858781421655, 0.6026457933417401, -0.17083662642436315, 1.0562784749984964, 1.0048396861732938, 0.9579702653645663, 1.6584912734869675], "max": [0.7785433711922232, 0.2356441640349462, 1.226388689347279, -0.8746815595023381, 1.1875441662636264, -1.3077956616981123, 0.7584557761739816, -0.03789168943849516, 1.2666037665133034, 2.0693882798538477, 1.163619837091054, 2.6542141432972577], "count": [151]}}} +{"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.35603639705882356]], [[0.36231149305555554]], [[0.366292410130719]]], "std": [[[0.36447741945289697]], [[0.35657617460844615]], [[0.3572640535020846]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4911307986111111]], [[0.5100805269607843]], [[0.4912517524509804]]], "std": [[[0.34093738398298357]], [[0.34064335597218226]], [[0.34702075768684437]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5103557536764706]], [[0.5183760947712418]], [[0.4949234701797386]]], "std": [[[0.3324565209211513]], [[0.332611159933453]], [[0.33718577025580826]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3838665298202615]], [[0.40248359477124185]], [[0.38232782883986927]]], "std": [[[0.4050323878719418]], [[0.4036726829867775]], [[0.409105624345318]]], "count": [100]}, "observation.state": {"min": [0.4390545189380646, -1.4006589651107788, 0.8512203097343445, -0.7504816055297852, -1.4831557273864746, 1.1141947507858276, -0.883759617805481, -1.4025187492370605, 0.8088341355323792, 0.027299344539642334, 0.16458284854888916, -1.1914117336273193, 12.946666717529297, 62.27687454223633, -1.09375, -0.9662500023841858, 0.8240000009536743, 0.3174999952316284, 1.0099999904632568, -0.75, 0.8270000219345093, -3.2506251335144043, 0.9481250047683716, 0.7580000162124634, 5.257999897003174, 61.0433349609375, 0.3174999952316284, -1.238124966621399, 0.6828571557998657, 0.3799999952316284, 0.6924999952316284, 0.9893749952316284, 0.6981250047683716, 0.515625, 0.6287499666213989, -3.0475001335144043], "max": [1.149025559425354, -0.8157007098197937, 1.5965704917907715, -0.34099146723747253, -0.24805447459220886, 1.6364824771881104, -0.37673094868659973, -0.6643396615982056, 1.5044680833816528, 0.1854686439037323, 1.0105499029159546, -1.1188915967941284, 64.20625305175781, 80.36750030517578, 38.610626220703125, 8.966666221618652, 45.092498779296875, 101.88187408447266, 74.70687103271484, 111.66187286376953, 88.73562622070312, 109.4625015258789, 92.2300033569336, 110.2249984741211, 62.548126220703125, 74.92062377929688, 0.41624999046325684, 7.674999713897705, 46.10375213623047, 101.82937622070312, 74.03250122070312, 109.09500122070312, 83.51187896728516, 109.37687683105469, 85.38125610351562, 110.21062469482422], "mean": [0.9243687987327576, -1.0117107629776, 1.0504059791564941, -0.47981885075569153, -1.0187793970108032, 1.3016449213027954, -0.7407765984535217, -0.9216951727867126, 1.0021836757659912, 0.10313599556684494, 0.6437793374061584, -1.176723599433899, 33.99319076538086, 72.10424041748047, 6.151887893676758, 1.8926894664764404, 17.19677734375, 25.39542007446289, 24.131977081298828, 27.704675674438477, 25.391704559326172, 28.24937629699707, 20.10537338256836, 53.74517059326172, 24.58725357055664, 69.3300552368164, 0.3612675070762634, 2.1535561084747314, 10.349631309509277, 22.686843872070312, 15.738866806030273, 24.778888702392578, 16.997089385986328, 25.12772560119629, 17.22401237487793, 23.82735824584961], "std": [0.23881779611110687, 0.15793052315711975, 0.2208017259836197, 0.08887527137994766, 0.3727571368217468, 0.1683853715658188, 0.18669793009757996, 0.20414485037326813, 0.20351214706897736, 0.037254270166158676, 0.19613970816135406, 0.022102542221546173, 14.995920181274414, 6.470330238342285, 12.461971282958984, 2.4180681705474854, 13.17170524597168, 38.99047088623047, 22.049768447875977, 42.499778747558594, 26.993804931640625, 44.03840255737305, 31.865755081176758, 33.138587951660156, 19.157346725463867, 4.409520149230957, 0.024652251973748207, 2.308443546295166, 16.0443115234375, 36.77668380737305, 25.11981773376465, 39.270450592041016, 28.211809158325195, 40.356788635253906, 28.683303833007812, 42.79517364501953], "count": [148]}, "action": {"min": [0.4390545189380646, -1.4006589651107788, 0.8512203097343445, -0.7504816055297852, -1.4831557273864746, 1.1141947507858276, -0.883759617805481, -1.4025187492370605, 0.8088341355323792, 0.027299344539642334, 0.16458284854888916, -1.1914117336273193, 12.946666717529297, 62.27687454223633, -1.09375, -0.9662500023841858, 0.8240000009536743, 0.3174999952316284, 1.0099999904632568, -0.75, 0.8270000219345093, -3.2506251335144043, 0.9481250047683716, 0.7580000162124634, 5.257999897003174, 61.0433349609375, 0.3174999952316284, -1.238124966621399, 0.6828571557998657, 0.3799999952316284, 0.6924999952316284, 0.9893749952316284, 0.6981250047683716, 0.515625, 0.6287499666213989, -3.0475001335144043], "max": [1.149025559425354, -0.8157007098197937, 1.5965704917907715, -0.34099146723747253, -0.24805447459220886, 1.6364824771881104, -0.37673094868659973, -0.6643396615982056, 1.5044680833816528, 0.1854686439037323, 1.0105499029159546, -1.1188915967941284, 64.20625305175781, 80.36750030517578, 38.610626220703125, 8.966666221618652, 45.092498779296875, 101.88187408447266, 74.70687103271484, 111.66187286376953, 88.73562622070312, 109.4625015258789, 92.2300033569336, 110.2249984741211, 62.548126220703125, 74.92062377929688, 0.41624999046325684, 7.674999713897705, 46.10375213623047, 101.82937622070312, 74.03250122070312, 109.09500122070312, 83.51187896728516, 109.37687683105469, 85.38125610351562, 110.21062469482422], "mean": [0.9243685603141785, -1.011710524559021, 1.0504056215286255, -0.47981885075569153, -1.0187793970108032, 1.3016453981399536, -0.7407764196395874, -0.9216949939727783, 1.0021839141845703, 0.10313599556684494, 0.6437793374061584, -1.1767232418060303, 33.99319076538086, 72.104248046875, 6.151885032653809, 1.8926899433135986, 17.1967716217041, 25.395421981811523, 24.131988525390625, 27.704669952392578, 25.391700744628906, 28.249370574951172, 20.105392456054688, 53.745174407958984, 24.587244033813477, 69.33009338378906, 0.36126741766929626, 2.1535568237304688, 10.349630355834961, 22.686843872070312, 15.738863945007324, 24.778879165649414, 16.99708366394043, 25.12772560119629, 17.224002838134766, 23.827348709106445], "std": [0.23881778120994568, 0.15793053805828094, 0.2208017259836197, 0.08887528628110886, 0.37275707721710205, 0.1683853566646576, 0.18669795989990234, 0.20414486527442932, 0.20351213216781616, 0.037254270166158676, 0.19613970816135406, 0.022102538496255875, 14.995922088623047, 6.470330715179443, 12.461971282958984, 2.4180684089660645, 13.171708106994629, 38.99043655395508, 22.049766540527344, 42.49978256225586, 26.993803024291992, 44.038394927978516, 31.86576271057129, 33.138587951660156, 19.1573486328125, 4.409521102905273, 0.024652253836393356, 2.308443546295166, 16.044313430786133, 36.77669143676758, 25.119815826416016, 39.27045440673828, 28.211807250976562, 40.356788635253906, 28.683303833007812, 42.79517364501953], "count": [148]}, "timestamp": {"min": [0.0], "max": [4.9], "mean": [2.4499999999999997], "std": [1.424098155168932], "count": [148]}, "frame_index": {"min": [0], "max": [147], "mean": [73.5], "std": [42.72294465506796], "count": [148]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [148]}, "index": {"min": [7017], "max": [7164], "mean": [7090.5], "std": [42.72294465506796], "count": [148]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [148]}, "subtask_annotation": {"mean": [3.3513513513513513, 7.0, 7.0, 7.0, 7.0], "std": [1.8375397214491949, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [148]}, "scene_annotation": {"mean": [44.0], "std": [0.0], "min": [44], "max": [44], "count": [148]}, "eef_direction_state": {"mean": [3.675675675675676, 4.155405405405405], "std": [2.0175453918876904, 1.8369806228208911], "min": [0, 0], "max": [6, 6], "count": [148]}, "eef_velocity_state": {"mean": [1.3243243243243243, 1.2297297297297298], "std": [0.8071991634090849, 0.8309437372780107], "min": [0, 0], "max": [2, 2], "count": [148]}, "eef_acc_mag_state": {"mean": [1.027027027027027, 0.8108108108108109], "std": [0.8378378378378378, 0.8083295366885505], "min": [0, 0], "max": [2, 2], "count": [148]}, "eef_direction_action": {"mean": [3.675675675675676, 4.155405405405405], "std": [2.0175453918876904, 1.8369806228208911], "min": [0, 0], "max": [6, 6], "count": [148]}, "eef_velocity_action": {"mean": [1.3243243243243243, 1.2297297297297298], "std": [0.8071991634090849, 0.8309437372780107], "min": [0, 0], "max": [2, 2], "count": [148]}, "eef_acc_mag_action": {"mean": [1.027027027027027, 0.8108108108108109], "std": [0.8378378378378378, 0.8083295366885505], "min": [0, 0], "max": [2, 2], "count": [148]}, "eef_sim_pose_state": {"mean": [0.6539478306867715, 0.18549232845709254, 1.1410385124318994, -1.490869077742686, 1.0097049213761438, -1.8957269235884342, 0.638152397540311, -0.12262454046196272, 1.1497742495207377, 1.78809677000046, 1.134867294830531, 2.424527463309449], "std": [0.06426556538836363, 0.04291585047504364, 0.035441779443398595, 0.29181927090864945, 0.0931355995496699, 0.2802021621227065, 0.052160682866320356, 0.043958734470716174, 0.041591895762041586, 0.23685528905941397, 0.055114537362482376, 0.23020911206804281], "min": [0.5932331676426947, 0.10094930080092063, 1.0600970162963241, -2.045090623900118, 0.9039662325474338, -2.392911334395388, 0.5950888201600391, -0.18185477152345267, 1.0578976070268293, 1.0250025987987483, 0.9744017011213568, 1.6312852741904436], "max": [0.7937922878033352, 0.23920760485977313, 1.2076402012183587, -1.0293373886144206, 1.1913802627702248, -1.4584391407003325, 0.7562979040985172, -0.0197250903964184, 1.256889284410437, 2.075575958145314, 1.1955039854206566, 2.697519092643882], "count": [148]}, "eef_sim_pose_action": {"mean": [0.6539478306867715, 0.18549232845709254, 1.1410385124318994, -1.490869077742686, 1.0097049213761438, -1.8957269235884342, 0.638152397540311, -0.12262454046196272, 1.1497742495207377, 1.78809677000046, 1.134867294830531, 2.424527463309449], "std": [0.06426556538836363, 0.04291585047504364, 0.035441779443398595, 0.29181927090864945, 0.0931355995496699, 0.2802021621227065, 0.052160682866320356, 0.043958734470716174, 0.041591895762041586, 0.23685528905941397, 0.055114537362482376, 0.23020911206804281], "min": [0.5932331676426947, 0.10094930080092063, 1.0600970162963241, -2.045090623900118, 0.9039662325474338, -2.392911334395388, 0.5950888201600391, -0.18185477152345267, 1.0578976070268293, 1.0250025987987483, 0.9744017011213568, 1.6312852741904436], "max": [0.7937922878033352, 0.23920760485977313, 1.2076402012183587, -1.0293373886144206, 1.1913802627702248, -1.4584391407003325, 0.7562979040985172, -0.0197250903964184, 1.256889284410437, 2.075575958145314, 1.1955039854206566, 2.697519092643882], "count": [148]}}} +{"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.363555841503268]], [[0.36732316789215685]], [[0.3766236376633987]]], "std": [[[0.37129325893991866]], [[0.3639864603532763]], [[0.3615751540416638]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.13333333333333333]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.489098323120915]], [[0.5035954616013071]], [[0.4862910906862745]]], "std": [[[0.33883893261327125]], [[0.3407845105341347]], [[0.3482581804493219]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48318528799019606]], [[0.4908781515522876]], [[0.46939194240196075]]], "std": [[[0.33998547654912187]], [[0.3446511120525238]], [[0.35085982539743804]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38626676470588234]], [[0.40837435049019605]], [[0.3907521405228758]]], "std": [[[0.40094707298516896]], [[0.402572503181657]], [[0.4101651622294081]]], "count": [100]}, "observation.state": {"min": [0.5190213322639465, -1.2590361833572388, 0.7730919718742371, -0.48337721824645996, -1.6115010976791382, 1.1097362041473389, -1.0270991325378418, -1.3812276124954224, 0.7536473274230957, -0.035548754036426544, 0.2173456996679306, -1.121262550354004, 15.666153907775879, 62.64555358886719, 11.733124732971191, 0.22812499105930328, 0.9112499952316284, -1.1825000047683716, 0.852222204208374, 0.23499999940395355, 0.897777795791626, -3.2249999046325684, 0.9700000286102295, -0.21937499940395355, 13.337499618530273, 62.22999954223633, 0.43187499046325684, -0.5818749666213989, 0.7137500047683716, 0.546875, 0.5506249666213989, 0.6837500333786011, 0.9731250405311584, 0.019999999552965164, 0.6043750047683716, -3.115000009536743], "max": [1.223535180091858, -0.7027839422225952, 1.3903353214263916, -0.26939326524734497, -0.3978790044784546, 1.3506618738174438, -0.4425831735134125, -0.5710901021957397, 1.481555700302124, 0.19631685316562653, 1.395797848701477, -0.9710936546325684, 64.59124755859375, 75.99124908447266, 56.633750915527344, 9.501111030578613, 23.701250076293945, 102.921875, 25.73062515258789, 106.57499694824219, 25.454999923706055, 108.99687194824219, 26.731874465942383, 110.5893783569336, 61.37562561035156, 72.58438110351562, 0.9793750047683716, 7.555624961853027, 35.036251068115234, 84.71062469482422, 40.10499954223633, 100.14250183105469, 43.89125061035156, 106.31937408447266, 48.81187438964844, 110.22000122070312], "mean": [0.9983057379722595, -0.9435614347457886, 0.9424091577529907, -0.39299264550209045, -1.097303867340088, 1.175835371017456, -0.8738101124763489, -0.9177559018135071, 0.9811184406280518, 0.12909886240959167, 0.843813419342041, -0.9944238066673279, 37.194419860839844, 70.64334106445312, 32.19479751586914, 3.928001642227173, 6.649833679199219, 19.757144927978516, 6.884667873382568, 21.8803768157959, 5.123380184173584, 25.222553253173828, 4.297213077545166, 32.79534149169922, 26.80352783203125, 69.42613983154297, 0.7486811876296997, 1.916980266571045, 7.396237850189209, 15.685601234436035, 9.52879810333252, 18.592811584472656, 9.334446907043457, 20.044227600097656, 7.464442729949951, 25.576791763305664], "std": [0.21005862951278687, 0.11674001067876816, 0.15771539509296417, 0.06058253347873688, 0.28670698404312134, 0.0586564801633358, 0.2058880478143692, 0.1814703345298767, 0.17878741025924683, 0.07981567829847336, 0.2527081370353699, 0.033091962337493896, 14.810872077941895, 3.4922995567321777, 8.799640655517578, 2.4607489109039307, 8.614594459533691, 36.2657356262207, 8.522586822509766, 37.68714141845703, 6.688949108123779, 41.31206130981445, 6.832848072052002, 44.69307327270508, 16.095060348510742, 2.546522378921509, 0.22939492762088776, 2.0427513122558594, 11.300858497619629, 28.426881790161133, 14.285041809082031, 33.24374008178711, 13.783827781677246, 35.54129409790039, 13.296660423278809, 41.16239547729492], "count": [190]}, "action": {"min": [0.5190213322639465, -1.2590361833572388, 0.7730919718742371, -0.48337721824645996, -1.6115010976791382, 1.1097362041473389, -1.0270991325378418, -1.3812276124954224, 0.7536473274230957, -0.035548754036426544, 0.2173456996679306, -1.121262550354004, 15.666153907775879, 62.64555358886719, 11.733124732971191, 0.22812499105930328, 0.9112499952316284, -1.1825000047683716, 0.852222204208374, 0.23499999940395355, 0.897777795791626, -3.2249999046325684, 0.9700000286102295, -0.21937499940395355, 13.337499618530273, 62.22999954223633, 0.43187499046325684, -0.5818749666213989, 0.7137500047683716, 0.546875, 0.5506249666213989, 0.6837500333786011, 0.9731250405311584, 0.019999999552965164, 0.6043750047683716, -3.115000009536743], "max": [1.223535180091858, -0.7027839422225952, 1.3903353214263916, -0.26939326524734497, -0.3978790044784546, 1.3506618738174438, -0.4425831735134125, -0.5710901021957397, 1.481555700302124, 0.19631685316562653, 1.395797848701477, -0.9710936546325684, 64.59124755859375, 75.99124908447266, 56.633750915527344, 9.501111030578613, 23.701250076293945, 102.921875, 25.73062515258789, 106.57499694824219, 25.454999923706055, 108.99687194824219, 26.731874465942383, 110.5893783569336, 61.37562561035156, 72.58438110351562, 0.9793750047683716, 7.555624961853027, 35.036251068115234, 84.71062469482422, 40.10499954223633, 100.14250183105469, 43.89125061035156, 106.31937408447266, 48.81187438964844, 110.22000122070312], "mean": [0.9983058571815491, -0.9435616135597229, 0.942409098148346, -0.39299276471138, -1.097304105758667, 1.1758356094360352, -0.8738102912902832, -0.9177557826042175, 0.9811187982559204, 0.1290988326072693, 0.843813419342041, -0.9944235682487488, 37.19440841674805, 70.64337158203125, 32.19479751586914, 3.9280025959014893, 6.649833679199219, 19.75714111328125, 6.884658336639404, 21.880395889282227, 5.123377323150635, 25.22256088256836, 4.29721212387085, 32.79534149169922, 26.80352783203125, 69.42613220214844, 0.7486813068389893, 1.916980266571045, 7.396240234375, 15.685599327087402, 9.528797149658203, 18.592809677124023, 9.33444595336914, 20.044227600097656, 7.464440822601318, 25.576786041259766], "std": [0.21005861461162567, 0.11674000322818756, 0.15771539509296417, 0.060582537204027176, 0.28670695424079895, 0.0586564764380455, 0.20588810741901398, 0.18147031962871552, 0.17878741025924683, 0.07981567084789276, 0.25270816683769226, 0.033091962337493896, 14.810871124267578, 3.492300033569336, 8.799639701843262, 2.4607489109039307, 8.614592552185059, 36.26572799682617, 8.522586822509766, 37.68714141845703, 6.688947677612305, 41.31201171875, 6.832850933074951, 44.69306564331055, 16.095060348510742, 2.546522378921509, 0.22939494252204895, 2.0427513122558594, 11.300857543945312, 28.426877975463867, 14.285038948059082, 33.24374008178711, 13.783827781677246, 35.54129409790039, 13.296661376953125, 41.16239547729492], "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": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [190]}, "index": {"min": [7165], "max": [7354], "mean": [7259.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [190]}, "subtask_annotation": {"mean": [3.473684210526316, 7.0, 7.0, 7.0, 7.0], "std": [2.0044272328662758, 0.0, 0.0, 0.0, 0.0], "min": [0, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [190]}, "scene_annotation": {"mean": [45.0], "std": [0.0], "min": [45], "max": [45], "count": [190]}, "eef_direction_state": {"mean": [3.2, 4.389473684210526], "std": [1.9633483751248186, 1.793524826128442], "min": [0, 0], "max": [6, 6], "count": [190]}, "eef_velocity_state": {"mean": [1.4105263157894736, 1.0578947368421052], "std": [0.6568623478662182, 0.8954950347940083], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_acc_mag_state": {"mean": [1.1368421052631579, 0.6684210526315789], "std": [0.7828494016064449, 0.8016776039090882], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_direction_action": {"mean": [3.2, 4.389473684210526], "std": [1.9633483751248186, 1.793524826128442], "min": [0, 0], "max": [6, 6], "count": [190]}, "eef_velocity_action": {"mean": [1.4105263157894736, 1.0578947368421052], "std": [0.6568623478662182, 0.8954950347940083], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_acc_mag_action": {"mean": [1.1368421052631579, 0.6684210526315789], "std": [0.7828494016064449, 0.8016776039090882], "min": [0, 0], "max": [2, 2], "count": [190]}, "eef_sim_pose_state": {"mean": [0.6212748980495217, 0.1816459361171065, 1.1436821172416225, -1.4598764838915117, 0.9446414819084429, -1.9197203477890716, 0.6215028963479602, -0.1395570681296559, 1.144950580440253, 1.6104017913005386, 0.9481534185514088, 2.235799291598963], "std": [0.05310353650634324, 0.03695495557661834, 0.04433261426648805, 0.24158429896572983, 0.04934670166809686, 0.2562587222018781, 0.04696032886699687, 0.04829426499525298, 0.057880622201605336, 0.28704614134579653, 0.048964194993251435, 0.2752498652105293], "min": [0.5654499319175846, 0.10409264723626092, 1.0454291279884418, -1.885296490799401, 0.8625765581943332, -2.3388564019055957, 0.5673592792833756, -0.21716748400175107, 1.057191100376831, 0.6206419564776008, 0.8590000015166668, 1.2684114515906124], "max": [0.7538122761909769, 0.2559845909518797, 1.2513980928277348, -0.8480465002134864, 1.0384669934881017, -1.2934775655965012, 0.7434674418832041, -0.028185247840906258, 1.3298303407667926, 2.002520717158391, 1.046288970271016, 2.626423924716925], "count": [190]}, "eef_sim_pose_action": {"mean": [0.6212748980495217, 0.1816459361171065, 1.1436821172416225, -1.4598764838915117, 0.9446414819084429, -1.9197203477890716, 0.6215028963479602, -0.1395570681296559, 1.144950580440253, 1.6104017913005386, 0.9481534185514088, 2.235799291598963], "std": [0.05310353650634324, 0.03695495557661834, 0.04433261426648805, 0.24158429896572983, 0.04934670166809686, 0.2562587222018781, 0.04696032886699687, 0.04829426499525298, 0.057880622201605336, 0.28704614134579653, 0.048964194993251435, 0.2752498652105293], "min": [0.5654499319175846, 0.10409264723626092, 1.0454291279884418, -1.885296490799401, 0.8625765581943332, -2.3388564019055957, 0.5673592792833756, -0.21716748400175107, 1.057191100376831, 0.6206419564776008, 0.8590000015166668, 1.2684114515906124], "max": [0.7538122761909769, 0.2559845909518797, 1.2513980928277348, -0.8480465002134864, 1.0384669934881017, -1.2934775655965012, 0.7434674418832041, -0.028185247840906258, 1.3298303407667926, 2.002520717158391, 1.046288970271016, 2.626423924716925], "count": [190]}}} +{"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.3575009926470588]], [[0.36075816380718956]], [[0.36938329861111113]]], "std": [[[0.3635020595431656]], [[0.3559291862226378]], [[0.3545283519967735]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.13333333333333333]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4785374325980392]], [[0.489576779003268]], [[0.4710429922385621]]], "std": [[[0.3401617511383968]], [[0.34378805200854906]], [[0.3506760620335851]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4876041196895425]], [[0.49659293913398694]], [[0.4770407945261438]]], "std": [[[0.340184894983312]], [[0.346431840355351]], [[0.353836922118332]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38289592320261434]], [[0.4043507883986928]], [[0.38658462418300654]]], "std": [[[0.39975912751409354]], [[0.4008266302071142]], [[0.40820107432536906]]], "count": [100]}, "observation.state": {"min": [0.5253633856773376, -1.2280174493789673, 0.7602595686912537, -0.43125811219215393, -1.6343684196472168, 1.10220205783844, -1.0339417457580566, -1.3085325956344604, 0.7441104054450989, -0.0654468983411789, 0.2401627004146576, -1.0419288873672485, 4.659375190734863, 66.57125091552734, -1.3106250762939453, -0.03500000014901161, 0.7688888907432556, 0.37937501072883606, 0.8812500238418579, -1.0362499952316284, 0.7300000190734863, -3.255000114440918, 0.8531249761581421, -0.36937499046325684, 13.3628568649292, 63.11750030517578, 0.42249998450279236, -0.36625000834465027, 0.9337500333786011, 0.8337500095367432, 0.6312500238418579, 0.7862499952316284, 0.7237499952316284, 0.05624999850988388, 0.6356250047683716, -3.3118748664855957], "max": [1.1966172456741333, -0.6129676103591919, 1.3531414270401, -0.14509275555610657, -0.4400081932544708, 1.2431572675704956, -0.4267280697822571, -0.5909692049026489, 1.3768644332885742, 0.30801767110824585, 1.6628079414367676, -0.9202144145965576, 60.338748931884766, 83.57666778564453, 49.79888916015625, 9.039375305175781, 22.032499313354492, 91.20375061035156, 21.0987491607666, 98.69062805175781, 7.856249809265137, 90.98062133789062, 3.190624952316284, 109.89749908447266, 62.05437469482422, 76.27750396728516, 2.541249990463257, 7.079999923706055, 34.27777862548828, 87.80111694335938, 48.37889099121094, 102.42375183105469, 51.176666259765625, 107.42312622070312, 43.20375061035156, 110.49874877929688], "mean": [0.9257409572601318, -0.9111039638519287, 0.9460589289665222, -0.35352349281311035, -1.1223739385604858, 1.1745030879974365, -0.8844581842422485, -0.867255449295044, 0.9336062073707581, 0.16272827982902527, 0.9775223731994629, -1.0075103044509888, 32.36982345581055, 73.20352172851562, 4.084530830383301, 3.6762990951538086, 6.844104766845703, 19.150257110595703, 6.004024028778076, 17.642681121826172, 2.434190273284912, 19.566171646118164, 1.1957876682281494, 30.85563850402832, 31.567564010620117, 71.90459442138672, 0.8187270760536194, 2.183122396469116, 9.870940208435059, 22.442670822143555, 11.832741737365723, 21.139562606811523, 11.84505558013916, 21.870771408081055, 8.492878913879395, 28.70149803161621], "std": [0.19918139278888702, 0.13120025396347046, 0.14636372029781342, 0.070053830742836, 0.3014938533306122, 0.037417780607938766, 0.2074050009250641, 0.17841599881649017, 0.15647836029529572, 0.11699992418289185, 0.3588990271091461, 0.038927797228097916, 17.5809268951416, 4.461151123046875, 12.45872688293457, 2.613210678100586, 7.249178886413574, 29.41349220275879, 6.2053422927856445, 33.053775787353516, 1.8906248807907104, 35.11357498168945, 0.483383446931839, 42.20365905761719, 16.1964168548584, 3.8021016120910645, 0.41775941848754883, 1.9017319679260254, 12.28402328491211, 32.38530349731445, 15.277996063232422, 34.52138137817383, 14.960711479187012, 36.107330322265625, 13.372310638427734, 42.641815185546875], "count": [216]}, "action": {"min": [0.5253633856773376, -1.2280174493789673, 0.7602595686912537, -0.43125811219215393, -1.6343684196472168, 1.10220205783844, -1.0339417457580566, -1.3085325956344604, 0.7441104054450989, -0.0654468983411789, 0.2401627004146576, -1.0419288873672485, 4.659375190734863, 66.57125091552734, -1.3106250762939453, -0.03500000014901161, 0.7688888907432556, 0.37937501072883606, 0.8812500238418579, -1.0362499952316284, 0.7300000190734863, -3.255000114440918, 0.8531249761581421, -0.36937499046325684, 13.3628568649292, 63.11750030517578, 0.42249998450279236, -0.36625000834465027, 0.9337500333786011, 0.8337500095367432, 0.6312500238418579, 0.7862499952316284, 0.7237499952316284, 0.05624999850988388, 0.6356250047683716, -3.3118748664855957], "max": [1.1966172456741333, -0.6129676103591919, 1.3531414270401, -0.14509275555610657, -0.4400081932544708, 1.2431572675704956, -0.4267280697822571, -0.5909692049026489, 1.3768644332885742, 0.30801767110824585, 1.6628079414367676, -0.9202144145965576, 60.338748931884766, 83.57666778564453, 49.79888916015625, 9.039375305175781, 22.032499313354492, 91.20375061035156, 21.0987491607666, 98.69062805175781, 7.856249809265137, 90.98062133789062, 3.190624952316284, 109.89749908447266, 62.05437469482422, 76.27750396728516, 2.541249990463257, 7.079999923706055, 34.27777862548828, 87.80111694335938, 48.37889099121094, 102.42375183105469, 51.176666259765625, 107.42312622070312, 43.20375061035156, 110.49874877929688], "mean": [0.9257405400276184, -0.9111039042472839, 0.9460587501525879, -0.35352352261543274, -1.1223737001419067, 1.1745034456253052, -0.8844581842422485, -0.8672553300857544, 0.9336059093475342, 0.16272827982902527, 0.9775226712226868, -1.0075104236602783, 32.36981201171875, 73.20354461669922, 4.084532737731934, 3.676300048828125, 6.8441009521484375, 19.1502685546875, 6.004021644592285, 17.64266014099121, 2.434190034866333, 19.56614875793457, 1.1957879066467285, 30.855648040771484, 31.56755828857422, 71.90459442138672, 0.8187273740768433, 2.183122396469116, 9.870935440063477, 22.442676544189453, 11.83273983001709, 21.139562606811523, 11.84505558013916, 21.87076187133789, 8.492875099182129, 28.701488494873047], "std": [0.19918136298656464, 0.13120025396347046, 0.14636372029781342, 0.070053830742836, 0.3014938235282898, 0.037417784333229065, 0.2074049711227417, 0.17841598391532898, 0.15647836029529572, 0.11699992418289185, 0.3588990867137909, 0.038927800953388214, 17.58092498779297, 4.461150646209717, 12.45872974395752, 2.613210916519165, 7.249179840087891, 29.41349983215332, 6.205341815948486, 33.05377197265625, 1.8906253576278687, 35.11358642578125, 0.48338332772254944, 42.20365524291992, 16.196414947509766, 3.8021016120910645, 0.4177594482898712, 1.9017319679260254, 12.284024238586426, 32.38530349731445, 15.277993202209473, 34.521385192871094, 14.960713386535645, 36.107322692871094, 13.372309684753418, 42.641822814941406], "count": [216]}, "timestamp": {"min": [0.0], "max": [7.166666666666667], "mean": [3.5833333333333335], "std": [2.0784386946473563], "count": [216]}, "frame_index": {"min": [0], "max": [215], "mean": [107.5], "std": [62.353160839420696], "count": [216]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [216]}, "index": {"min": [7355], "max": [7570], "mean": [7462.5], "std": [62.353160839420696], "count": [216]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [216]}, "subtask_annotation": {"mean": [3.1805555555555554, 7.0, 7.0, 7.0, 7.0], "std": [2.0502465223648434, 0.0, 0.0, 0.0, 0.0], "min": [0, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [216]}, "scene_annotation": {"mean": [46.0], "std": [0.0], "min": [46], "max": [46], "count": [216]}, "eef_direction_state": {"mean": [3.287037037037037, 4.282407407407407], "std": [1.9247458991789117, 1.6127000997696304], "min": [0, 0], "max": [6, 6], "count": [216]}, "eef_velocity_state": {"mean": [1.4259259259259258, 1.1944444444444444], "std": [0.669489906760193, 0.8328702416980531], "min": [0, 0], "max": [2, 2], "count": [216]}, "eef_acc_mag_state": {"mean": [1.0185185185185186, 0.75], "std": [0.7932759255779234, 0.82915619758885], "min": [0, 0], "max": [2, 2], "count": [216]}, "eef_direction_action": {"mean": [3.287037037037037, 4.282407407407407], "std": [1.9247458991789117, 1.6127000997696304], "min": [0, 0], "max": [6, 6], "count": [216]}, "eef_velocity_action": {"mean": [1.4259259259259258, 1.1944444444444444], "std": [0.669489906760193, 0.8328702416980531], "min": [0, 0], "max": [2, 2], "count": [216]}, "eef_acc_mag_action": {"mean": [1.0185185185185186, 0.75], "std": [0.7932759255779234, 0.82915619758885], "min": [0, 0], "max": [2, 2], "count": [216]}, "eef_sim_pose_state": {"mean": [0.6237461957439857, 0.182085422061357, 1.182191071191799, -1.2777761582015128, 0.9158169585254341, -1.7779629459050497, 0.6109266366152506, -0.15426673222772253, 1.1805411150804421, 1.4307346336469364, 0.9194411784768003, 2.062031719196362], "std": [0.055754379223307934, 0.03263171537319376, 0.07521421572850308, 0.3999823352573032, 0.0678372800995284, 0.3497805652923305, 0.04594612930251751, 0.058829140598772645, 0.07994713801310459, 0.3958818736916966, 0.11016763371102244, 0.3839933396476756], "min": [0.5346366718788059, 0.10634973279577312, 1.0455940119045848, -1.8621090796889779, 0.7286312055003412, -2.2914019637460297, 0.534629591757273, -0.24775775878736525, 1.060229582761813, 0.5154991918795759, 0.6296545889198515, 1.2240852391127237], "max": [0.746780886932699, 0.24175433491545684, 1.3731762865708816, -0.29293492889204636, 1.021068869645493, -1.0186859403773223, 0.725018843612088, -0.025581839005294815, 1.3692954459783846, 1.953022217256808, 1.1055823236198745, 2.630883410705331], "count": [216]}, "eef_sim_pose_action": {"mean": [0.6237461957439857, 0.182085422061357, 1.182191071191799, -1.2777761582015128, 0.9158169585254341, -1.7779629459050497, 0.6109266366152506, -0.15426673222772253, 1.1805411150804421, 1.4307346336469364, 0.9194411784768003, 2.062031719196362], "std": [0.055754379223307934, 0.03263171537319376, 0.07521421572850308, 0.3999823352573032, 0.0678372800995284, 0.3497805652923305, 0.04594612930251751, 0.058829140598772645, 0.07994713801310459, 0.3958818736916966, 0.11016763371102244, 0.3839933396476756], "min": [0.5346366718788059, 0.10634973279577312, 1.0455940119045848, -1.8621090796889779, 0.7286312055003412, -2.2914019637460297, 0.534629591757273, -0.24775775878736525, 1.060229582761813, 0.5154991918795759, 0.6296545889198515, 1.2240852391127237], "max": [0.746780886932699, 0.24175433491545684, 1.3731762865708816, -0.29293492889204636, 1.021068869645493, -1.0186859403773223, 0.725018843612088, -0.025581839005294815, 1.3692954459783846, 1.953022217256808, 1.1055823236198745, 2.630883410705331], "count": [216]}}} +{"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.35884934027777776]], [[0.36455963235294114]], [[0.3734966809640523]]], "std": [[[0.3720854807033308]], [[0.3647874741118306]], [[0.3631875518772209]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.12156862745098039]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48718170955882356]], [[0.5030485416666667]], [[0.48374820057189544]]], "std": [[[0.3383485749450086]], [[0.33762237885766655]], [[0.34374024378065243]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12941176470588237]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48250045343137254]], [[0.4904522691993464]], [[0.46923148692810457]]], "std": [[[0.34134535037529606]], [[0.3441353901720833]], [[0.35018904098698844]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38758079656862743]], [[0.40769227736928104]], [[0.3879194240196079]]], "std": [[[0.4021291228808464]], [[0.4022053486992392]], [[0.4092613878071112]]], "count": [100]}, "observation.state": {"min": [0.5296072959899902, -1.3424124717712402, 0.8080711960792542, -0.44689860939979553, -1.5466078519821167, 1.0445516109466553, -1.039711594581604, -1.348182201385498, 0.7970931529998779, -0.08406767249107361, 0.23362992703914642, -1.0148732662200928, 18.563749313354492, 65.71125030517578, -1.7966666221618652, 0.4506250023841858, 0.7322221994400024, 0.3085714280605316, 0.8793333172798157, -1.1143749952316284, 0.7335714101791382, -3.471250057220459, 0.8966666460037231, -0.7411110997200012, 15.661250114440918, 62.703125, 0.5412499904632568, -0.3425000011920929, 0.9375, 0.7456250190734863, 0.6656249761581421, 0.578125, 0.8793749809265137, -0.26625001430511475, 0.6349999904632568, -3.536250114440918], "max": [1.2070099115371704, -0.796033501625061, 1.4583333730697632, -0.24643319845199585, -0.3540093004703522, 1.2664988040924072, -0.439269095659256, -0.6760382652282715, 1.4342050552368164, 0.18902114033699036, 1.201033353805542, -0.9267948269844055, 56.342498779296875, 80.1937484741211, 43.123748779296875, 6.723750114440918, 19.171249389648438, 102.42062377929688, 27.204999923706055, 107.38312530517578, 17.798124313354492, 101.59437561035156, 19.318124771118164, 110.1675033569336, 63.59625244140625, 71.1768798828125, 2.7512500286102295, 7.78125, 36.599998474121094, 83.68499755859375, 41.25, 94.71624755859375, 49.333126068115234, 107.45999908447266, 55.70625305175781, 13.885000228881836], "mean": [0.9899924397468567, -0.9766594767570496, 0.9773197174072266, -0.3609970211982727, -1.0781679153442383, 1.1482456922531128, -0.8822535276412964, -0.9324121475219727, 0.970826268196106, 0.09865469485521317, 0.8356496095657349, -0.9922401905059814, 33.23810577392578, 74.39236450195312, 25.111244201660156, 3.0780835151672363, 8.190750122070312, 24.08719253540039, 9.02133846282959, 24.411283493041992, 5.983138084411621, 23.637659072875977, 3.8463165760040283, 44.90843963623047, 31.219892501831055, 67.92781066894531, 0.9891327619552612, 2.528841972351074, 9.368481636047363, 18.25165367126465, 12.423242568969727, 20.74874496459961, 12.667357444763184, 23.921588897705078, 10.487149238586426, -2.8077261447906494], "std": [0.21407215297222137, 0.13313472270965576, 0.17818671464920044, 0.05789365991950035, 0.31464120745658875, 0.072586789727211, 0.2165466994047165, 0.15710127353668213, 0.16680879890918732, 0.09836336225271225, 0.23518134653568268, 0.03055368922650814, 13.668293952941895, 4.378811359405518, 8.166304588317871, 1.81816565990448, 6.162132263183594, 38.77867889404297, 8.919439315795898, 40.99190139770508, 4.4723944664001465, 40.98974609375, 5.38250207901001, 38.37578582763672, 16.92892074584961, 2.6621875762939453, 0.41113927960395813, 2.277182102203369, 12.209253311157227, 29.06106948852539, 16.01197624206543, 33.105194091796875, 16.619903564453125, 37.92989730834961, 16.573219299316406, 2.769998788833618], "count": [174]}, "action": {"min": [0.5296072959899902, -1.3424124717712402, 0.8080711960792542, -0.44689860939979553, -1.5466078519821167, 1.0445516109466553, -1.039711594581604, -1.348182201385498, 0.7970931529998779, -0.08406767249107361, 0.23362992703914642, -1.0148732662200928, 18.563749313354492, 65.71125030517578, -1.7966666221618652, 0.4506250023841858, 0.7322221994400024, 0.3085714280605316, 0.8793333172798157, -1.1143749952316284, 0.7335714101791382, -3.471250057220459, 0.8966666460037231, -0.7411110997200012, 15.661250114440918, 62.703125, 0.5412499904632568, -0.3425000011920929, 0.9375, 0.7456250190734863, 0.6656249761581421, 0.578125, 0.8793749809265137, -0.26625001430511475, 0.6349999904632568, -3.536250114440918], "max": [1.2070099115371704, -0.796033501625061, 1.4583333730697632, -0.24643319845199585, -0.3540093004703522, 1.2664988040924072, -0.439269095659256, -0.6760382652282715, 1.4342050552368164, 0.18902114033699036, 1.201033353805542, -0.9267948269844055, 56.342498779296875, 80.1937484741211, 43.123748779296875, 6.723750114440918, 19.171249389648438, 102.42062377929688, 27.204999923706055, 107.38312530517578, 17.798124313354492, 101.59437561035156, 19.318124771118164, 110.1675033569336, 63.59625244140625, 71.1768798828125, 2.7512500286102295, 7.78125, 36.599998474121094, 83.68499755859375, 41.25, 94.71624755859375, 49.333126068115234, 107.45999908447266, 55.70625305175781, 13.885000228881836], "mean": [0.9899922609329224, -0.9766592979431152, 0.9773198366165161, -0.3609970211982727, -1.0781681537628174, 1.148246169090271, -0.8822531700134277, -0.932412326335907, 0.9708263278007507, 0.09865470230579376, 0.8356494307518005, -0.9922400116920471, 33.238094329833984, 74.3923568725586, 25.11124610900879, 3.0780839920043945, 8.190750122070312, 24.087186813354492, 9.021337509155273, 24.41129493713379, 5.983140468597412, 23.637653350830078, 3.8463170528411865, 44.908447265625, 31.219881057739258, 67.92781066894531, 0.9891323447227478, 2.5288429260253906, 9.368481636047363, 18.251651763916016, 12.423237800598145, 20.748737335205078, 12.667348861694336, 23.92158317565918, 10.487152099609375, -2.8077261447906494], "std": [0.21407218277454376, 0.13313473761081696, 0.17818671464920044, 0.05789365991950035, 0.31464117765426636, 0.0725867971777916, 0.2165466845035553, 0.15710127353668213, 0.16680879890918732, 0.09836334735155106, 0.23518136143684387, 0.03055368922650814, 13.668294906616211, 4.378810882568359, 8.166304588317871, 1.81816565990448, 6.1621317863464355, 38.778682708740234, 8.919439315795898, 40.991905212402344, 4.472394943237305, 40.989742279052734, 5.382500171661377, 38.37577819824219, 16.928918838500977, 2.6621875762939453, 0.41113921999931335, 2.27718186378479, 12.209253311157227, 29.06106948852539, 16.011978149414062, 33.10519790649414, 16.619903564453125, 37.929893493652344, 16.573217391967773, 2.7699995040893555], "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": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [174]}, "index": {"min": [7571], "max": [7744], "mean": [7657.5], "std": [50.22864388639879], "count": [174]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [174]}, "subtask_annotation": {"mean": [3.310344827586207, 7.0, 7.0, 7.0, 7.0], "std": [2.013234058758893, 0.0, 0.0, 0.0, 0.0], "min": [0, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [174]}, "scene_annotation": {"mean": [47.0], "std": [0.0], "min": [47], "max": [47], "count": [174]}, "eef_direction_state": {"mean": [3.454022988505747, 4.258620689655173], "std": [1.8587045666641595, 1.8372925936046391], "min": [0, 0], "max": [6, 6], "count": [174]}, "eef_velocity_state": {"mean": [1.4252873563218391, 1.132183908045977], "std": [0.6366612608793668, 0.8642310053137682], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_acc_mag_state": {"mean": [1.1379310344827587, 0.7068965517241379], "std": [0.7607076831160593, 0.7880272332432025], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_direction_action": {"mean": [3.454022988505747, 4.258620689655173], "std": [1.8587045666641595, 1.8372925936046391], "min": [0, 0], "max": [6, 6], "count": [174]}, "eef_velocity_action": {"mean": [1.4252873563218391, 1.132183908045977], "std": [0.6366612608793668, 0.8642310053137682], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_acc_mag_action": {"mean": [1.1379310344827587, 0.7068965517241379], "std": [0.7607076831160593, 0.7880272332432025], "min": [0, 0], "max": [2, 2], "count": [174]}, "eef_sim_pose_state": {"mean": [0.6245636191117869, 0.17193562523479708, 1.1375573265386831, -1.4826414463753275, 0.9343322484474521, -1.9744009531702593, 0.6146347347363658, -0.1283852604645969, 1.1367031278849136, 1.6498563080362794, 0.960175440730733, 2.3057961259479436], "std": [0.054775630233242334, 0.04333787522051945, 0.03853378176944434, 0.24466356198397818, 0.07403326758534243, 0.2585614876600609, 0.04614264892777494, 0.045750497303941685, 0.04257664130319234, 0.18736155190233408, 0.07056362467911341, 0.1830029569691201], "min": [0.5777622856202727, 0.07928647943454373, 1.047065703335949, -1.9360491580462242, 0.8197902483259054, -2.4145691234868862, 0.5806564904927987, -0.18612732491592052, 1.0553876017985315, 1.0798970117781015, 0.8324871891627073, 1.739025475343091], "max": [0.7550647802015168, 0.2409921987955436, 1.2081224527399381, -1.074480430967451, 1.0553215252543624, -1.519360485988058, 0.7341242295596087, -0.02462841915310343, 1.2496628061460588, 1.999083856096619, 1.094621596835069, 2.660543371544094], "count": [174]}, "eef_sim_pose_action": {"mean": [0.6245636191117869, 0.17193562523479708, 1.1375573265386831, -1.4826414463753275, 0.9343322484474521, -1.9744009531702593, 0.6146347347363658, -0.1283852604645969, 1.1367031278849136, 1.6498563080362794, 0.960175440730733, 2.3057961259479436], "std": [0.054775630233242334, 0.04333787522051945, 0.03853378176944434, 0.24466356198397818, 0.07403326758534243, 0.2585614876600609, 0.04614264892777494, 0.045750497303941685, 0.04257664130319234, 0.18736155190233408, 0.07056362467911341, 0.1830029569691201], "min": [0.5777622856202727, 0.07928647943454373, 1.047065703335949, -1.9360491580462242, 0.8197902483259054, -2.4145691234868862, 0.5806564904927987, -0.18612732491592052, 1.0553876017985315, 1.0798970117781015, 0.8324871891627073, 1.739025475343091], "max": [0.7550647802015168, 0.2409921987955436, 1.2081224527399381, -1.074480430967451, 1.0553215252543624, -1.519360485988058, 0.7341242295596087, -0.02462841915310343, 1.2496628061460588, 1.999083856096619, 1.094621596835069, 2.660543371544094], "count": [174]}}} +{"episode_index": 48, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3575962275326797]], [[0.36697577614379084]], [[0.3745190992647059]]], "std": [[[0.3622648407236733]], [[0.3527132039806579]], [[0.3511818871448496]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.12941176470588237]], [[0.03529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49191265318627453]], [[0.5085672569444445]], [[0.48845621527777777]]], "std": [[[0.3436272164912587]], [[0.3432902314701653]], [[0.34887161854636667]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.12549019607843137]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4826755984477124]], [[0.49566485089869283]], [[0.476807493872549]]], "std": [[[0.34185071185601346]], [[0.3432316368435868]], [[0.34905746454516173]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3797172977941176]], [[0.3988288276143791]], [[0.37724124795751635]]], "std": [[[0.40188795156435225]], [[0.40074142349947967]], [[0.4066459579325485]]], "count": [100]}, "observation.state": {"min": [0.46442264318466187, -1.344987392425537, 0.8144291043281555, -0.5861133337020874, -1.497100830078125, 1.1071135997772217, -1.0088120698928833, -1.3806315660476685, 0.8388435244560242, 0.009298466145992279, 0.24035343527793884, -1.0564011335372925, 12.447500228881836, 63.03125, -1.3068749904632568, -0.42499998211860657, 0.8424999713897705, 0.3087500035762787, 0.9943749904632568, -1.1377778053283691, 0.7612500190734863, -3.598888874053955, 0.9837499856948853, -0.4074999988079071, 21.676000595092773, 58.92499923706055, 0.5987499952316284, -0.46562498807907104, 0.7862499952316284, 0.5731250047683716, 0.6150000095367432, 0.6675000190734863, 0.9574999809265137, -0.2512499988079071, 0.6512500047683716, -3.474375009536743], "max": [1.2262955904006958, -0.8198121190071106, 1.532005786895752, -0.3233720660209656, -0.2749008238315582, 1.4950981140136719, -0.40152686834335327, -0.6783270835876465, 1.4951695203781128, 0.45557716488838196, 1.0799784660339355, -1.0032567977905273, 68.3656234741211, 81.55750274658203, 42.36555480957031, 6.476250171661377, 22.171249389648438, 106.43000030517578, 24.147499084472656, 106.48249816894531, 29.6981258392334, 109.69312286376953, 41.1618766784668, 110.09500122070312, 71.50187683105469, 75.97125244140625, 23.66750144958496, 8.288125038146973, 44.37937545776367, 106.95999908447266, 47.84937286376953, 110.22624969482422, 69.69625091552734, 109.5737533569336, 74.34687805175781, -3.3125], "mean": [1.0862066745758057, -0.957227349281311, 0.9354146718978882, -0.47379550337791443, -1.2203119993209839, 1.1735329627990723, -0.7563179135322571, -1.019495964050293, 1.0909630060195923, 0.21040134131908417, 0.7493559718132019, -1.0439863204956055, 31.140426635742188, 77.24024963378906, 2.635493516921997, 2.4682157039642334, 10.195125579833984, 12.559187889099121, 6.315601825714111, 10.920492172241211, 4.28054141998291, 10.575200080871582, 4.730030536651611, 23.076690673828125, 41.19462966918945, 67.82518005371094, 2.1278765201568604, 1.7225068807601929, 13.701536178588867, 27.475202560424805, 17.415029525756836, 28.613988876342773, 19.276737213134766, 37.694068908691406, 18.238182067871094, -3.395038604736328], "std": [0.2111561894416809, 0.10505304485559464, 0.16184650361537933, 0.062303174287080765, 0.3103715479373932, 0.09391538798809052, 0.20468910038471222, 0.15374687314033508, 0.1705579161643982, 0.14004556834697723, 0.20747722685337067, 0.012968018651008606, 13.293905258178711, 5.342340469360352, 9.588391304016113, 1.388525128364563, 4.1476006507873535, 29.765270233154297, 6.029839515686035, 30.636058807373047, 7.629836559295654, 33.41395950317383, 10.127145767211914, 32.60088348388672, 17.624740600585938, 4.626208305358887, 4.238611698150635, 2.441868305206299, 14.171453475952148, 34.781673431396484, 17.576587677001953, 35.99623107910156, 22.103418350219727, 41.502471923828125, 23.763835906982422, 0.03411715105175972], "count": [326]}, "action": {"min": [0.46442264318466187, -1.344987392425537, 0.8144291043281555, -0.5861133337020874, -1.497100830078125, 1.1071135997772217, -1.0088120698928833, -1.3806315660476685, 0.8388435244560242, 0.009298466145992279, 0.24035343527793884, -1.0564011335372925, 12.447500228881836, 63.03125, -1.3068749904632568, -0.42499998211860657, 0.8424999713897705, 0.3087500035762787, 0.9943749904632568, -1.1377778053283691, 0.7612500190734863, -3.598888874053955, 0.9837499856948853, -0.4074999988079071, 21.676000595092773, 58.92499923706055, 0.5987499952316284, -0.46562498807907104, 0.7862499952316284, 0.5731250047683716, 0.6150000095367432, 0.6675000190734863, 0.9574999809265137, -0.2512499988079071, 0.6512500047683716, -3.474375009536743], "max": [1.2262955904006958, -0.8198121190071106, 1.532005786895752, -0.3233720660209656, -0.2749008238315582, 1.4950981140136719, -0.40152686834335327, -0.6783270835876465, 1.4951695203781128, 0.45557716488838196, 1.0799784660339355, -1.0032567977905273, 68.3656234741211, 81.55750274658203, 42.36555480957031, 6.476250171661377, 22.171249389648438, 106.43000030517578, 24.147499084472656, 106.48249816894531, 29.6981258392334, 109.69312286376953, 41.1618766784668, 110.09500122070312, 71.50187683105469, 75.97125244140625, 23.66750144958496, 8.288125038146973, 44.37937545776367, 106.95999908447266, 47.84937286376953, 110.22624969482422, 69.69625091552734, 109.5737533569336, 74.34687805175781, -3.3125], "mean": [1.086206316947937, -0.9572261571884155, 0.9354142546653748, -0.4737955629825592, -1.2203116416931152, 1.17353355884552, -0.756317675113678, -1.019496202468872, 1.0909634828567505, 0.2104012668132782, 0.7493563294410706, -1.0439860820770264, 31.140451431274414, 77.24030303955078, 2.635497570037842, 2.468214511871338, 10.195125579833984, 12.559174537658691, 6.315598011016846, 10.920475959777832, 4.2805495262146, 10.575211524963379, 4.730032920837402, 23.076690673828125, 41.19466781616211, 67.82518005371094, 2.1278719902038574, 1.7225069999694824, 13.701526641845703, 27.47518539428711, 17.415037155151367, 28.613990783691406, 19.2767276763916, 37.69405746459961, 18.238183975219727, -3.3950374126434326], "std": [0.2111561894416809, 0.10505294799804688, 0.16184641420841217, 0.06230320408940315, 0.3103714883327484, 0.0939154177904129, 0.2046891450881958, 0.15374690294265747, 0.170557901263237, 0.14004555344581604, 0.20747721195220947, 0.012968020513653755, 13.293903350830078, 5.34234094619751, 9.588394165039062, 1.3885254859924316, 4.147601127624512, 29.765275955200195, 6.029839038848877, 30.636058807373047, 7.629838466644287, 33.41398239135742, 10.127147674560547, 32.60089111328125, 17.624736785888672, 4.626208305358887, 4.23861026763916, 2.441868543624878, 14.171451568603516, 34.78167724609375, 17.576589584350586, 35.99623489379883, 22.103418350219727, 41.5024528503418, 23.763832092285156, 0.034117165952920914], "count": [326]}, "timestamp": {"min": [0.0], "max": [10.833333333333334], "mean": [5.416666666666666], "std": [3.136921704119785], "count": [326]}, "frame_index": {"min": [0], "max": [325], "mean": [162.5], "std": [94.10765112359356], "count": [326]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [326]}, "index": {"min": [7745], "max": [8070], "mean": [7907.5], "std": [94.10765112359356], "count": [326]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [326]}, "subtask_annotation": {"mean": [2.96319018404908, 7.0, 7.0, 7.0, 7.0], "std": [1.5739036326318132, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [326]}, "scene_annotation": {"mean": [48.0], "std": [0.0], "min": [48], "max": [48], "count": [326]}, "eef_direction_state": {"mean": [4.619631901840491, 3.6748466257668713], "std": [1.917656382012455, 1.9261947470259098], "min": [0, 0], "max": [6, 6], "count": [326]}, "eef_velocity_state": {"mean": [0.7024539877300614, 1.3742331288343559], "std": [0.8328715144242302, 0.7600927419241627], "min": [0, 0], "max": [2, 2], "count": [326]}, "eef_acc_mag_state": {"mean": [0.5797546012269938, 0.911042944785276], "std": [0.8091243095893269, 0.8259967865598985], "min": [0, 0], "max": [2, 2], "count": [326]}, "eef_direction_action": {"mean": [4.619631901840491, 3.6748466257668713], "std": [1.917656382012455, 1.9261947470259098], "min": [0, 0], "max": [6, 6], "count": [326]}, "eef_velocity_action": {"mean": [0.7024539877300614, 1.3742331288343559], "std": [0.8328715144242302, 0.7600927419241627], "min": [0, 0], "max": [2, 2], "count": [326]}, "eef_acc_mag_action": {"mean": [0.5797546012269938, 0.911042944785276], "std": [0.8091243095893269, 0.8259967865598985], "min": [0, 0], "max": [2, 2], "count": [326]}, "eef_sim_pose_state": {"mean": [0.6159732173442274, 0.20848593099937435, 1.1345607291674997, -1.4483781742202684, 0.9328818719853254, -1.8265792743781746, 0.660574230127231, -0.13096706358294083, 1.1469643286311693, 1.5730312435490734, 0.9338871121365292, 2.1491345617797286], "std": [0.04906187415663952, 0.04161313005662338, 0.02194676554978741, 0.17281188633428193, 0.06644389218433404, 0.20952710420203038, 0.0461976504651785, 0.0417346610104021, 0.06265653190783957, 0.2428986441056128, 0.0878150299328263, 0.16424684211336363], "min": [0.5832307293572128, 0.1035401661732035, 1.0562159013092167, -1.9739899055318741, 0.8712637026542769, -2.363921262774964, 0.5968606842552951, -0.18416460313080302, 1.054819496487991, 0.9704250887943675, 0.7604118421437422, 1.6409534833162582], "max": [0.7829097407695023, 0.24738295372150632, 1.182672131905625, -1.1882433656397795, 1.089409088921112, -1.5624136915558997, 0.7564601055078236, -0.029206504602606848, 1.2762177968063426, 1.887673664410423, 1.0738426693140477, 2.504829613951255], "count": [326]}, "eef_sim_pose_action": {"mean": [0.6159732173442274, 0.20848593099937435, 1.1345607291674997, -1.4483781742202684, 0.9328818719853254, -1.8265792743781746, 0.660574230127231, -0.13096706358294083, 1.1469643286311693, 1.5730312435490734, 0.9338871121365292, 2.1491345617797286], "std": [0.04906187415663952, 0.04161313005662338, 0.02194676554978741, 0.17281188633428193, 0.06644389218433404, 0.20952710420203038, 0.0461976504651785, 0.0417346610104021, 0.06265653190783957, 0.2428986441056128, 0.0878150299328263, 0.16424684211336363], "min": [0.5832307293572128, 0.1035401661732035, 1.0562159013092167, -1.9739899055318741, 0.8712637026542769, -2.363921262774964, 0.5968606842552951, -0.18416460313080302, 1.054819496487991, 0.9704250887943675, 0.7604118421437422, 1.6409534833162582], "max": [0.7829097407695023, 0.24738295372150632, 1.182672131905625, -1.1882433656397795, 1.089409088921112, -1.5624136915558997, 0.7564601055078236, -0.029206504602606848, 1.2762177968063426, 1.887673664410423, 1.0738426693140477, 2.504829613951255], "count": [326]}}} +{"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.3617156617647059]], [[0.367276556372549]], [[0.37860558619281043]]], "std": [[[0.3617597822975161]], [[0.3540543379419361]], [[0.35219899030391605]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26610356413398695]], [[0.31747717728758174]], [[0.29440216503267974]]], "std": [[[0.1691153431603761]], [[0.1631644537770173]], [[0.16435757272666457]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.11372549019607843]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48539867647058826]], [[0.4935504595588235]], [[0.47196930759803923]]], "std": [[[0.3409724662309013]], [[0.34527139039092763]], [[0.35219942008378563]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.389173545751634]], [[0.4079004983660131]], [[0.38947578839869285]]], "std": [[[0.4031777055359348]], [[0.4020280297172135]], [[0.4088847568671881]]], "count": [100]}, "observation.state": {"min": [0.4443475008010864, -1.3568847179412842, 0.8916990756988525, -0.48871785402297974, -1.273852825164795, 1.1110475063323975, -1.0328211784362793, -1.3440337181091309, 0.8889811038970947, 0.006961928680539131, 0.2485790103673935, -1.073077917098999, 8.662500381469727, 62.12687683105469, -1.1518750190734863, 0.18437500298023224, 0.9118750095367432, 0.24500000476837158, 0.9793750047683716, -0.9556249976158142, 0.7419999837875366, -3.6212499141693115, 0.9950000047683716, -1.0466667413711548, 15.119999885559082, 62.74187469482422, 0.5462499856948853, -1.0149999856948853, 0.7662500143051147, 0.8543750047683716, 0.6362500190734863, 0.7906250357627869, 0.9468749761581421, 0.6462500095367432, 0.65625, -3.4281249046325684], "max": [1.063553810119629, -0.828670859336853, 1.5346522331237793, -0.2805514335632324, -0.25141623616218567, 1.3640612363815308, -0.42803940176963806, -0.7183396220207214, 1.471184253692627, 0.23172254860401154, 1.0174429416656494, -1.0360161066055298, 68.90374755859375, 82.82125091552734, 45.75312423706055, 9.2524995803833, 41.09625244140625, 101.26249694824219, 54.62937545776367, 107.74812316894531, 80.06937408447266, 110.08374786376953, 82.99624633789062, 109.7406234741211, 54.34187698364258, 71.42437744140625, 2.5012500286102295, 9.402727127075195, 40.563751220703125, 85.23750305175781, 68.09625244140625, 102.6206283569336, 87.97687530517578, 110.14125061035156, 89.68937683105469, -3.338124990463257], "mean": [0.841384768486023, -1.0271459817886353, 1.0870387554168701, -0.3796272873878479, -0.8913915753364563, 1.2017799615859985, -0.8495604395866394, -0.9468514919281006, 1.0192424058914185, 0.15791237354278564, 0.8051837086677551, -1.0483700037002563, 30.33951187133789, 73.47319030761719, 11.592556953430176, 4.609581470489502, 9.998604774475098, 22.35466957092285, 12.48481273651123, 23.73958396911621, 15.436437606811523, 25.981098175048828, 16.243133544921875, 37.925479888916016, 32.820350646972656, 67.51322174072266, 1.3320657014846802, 1.7536741495132446, 11.072522163391113, 22.502683639526367, 17.477195739746094, 26.045339584350586, 21.2994384765625, 29.71204376220703, 20.0745906829834, -3.3767075538635254], "std": [0.19076521694660187, 0.12234228104352951, 0.1703031063079834, 0.041347894817590714, 0.254540354013443, 0.07010632008314133, 0.21753235161304474, 0.16033940017223358, 0.16650046408176422, 0.08372551202774048, 0.22845111787319183, 0.012452548369765282, 21.007854461669922, 7.612882614135742, 17.11679458618164, 2.810633659362793, 13.957176208496094, 36.985443115234375, 18.257366180419922, 40.802886962890625, 25.58167839050293, 44.468265533447266, 27.489171981811523, 42.59157943725586, 12.99620246887207, 2.663822650909424, 0.5949307084083557, 2.410794496536255, 15.354086875915527, 33.44782257080078, 25.225555419921875, 39.34440612792969, 31.70547103881836, 43.48104476928711, 32.15018844604492, 0.0191176924854517], "count": [165]}, "action": {"min": [0.4443475008010864, -1.3568847179412842, 0.8916990756988525, -0.48871785402297974, -1.273852825164795, 1.1110475063323975, -1.0328211784362793, -1.3440337181091309, 0.8889811038970947, 0.006961928680539131, 0.2485790103673935, -1.073077917098999, 8.662500381469727, 62.12687683105469, -1.1518750190734863, 0.18437500298023224, 0.9118750095367432, 0.24500000476837158, 0.9793750047683716, -0.9556249976158142, 0.7419999837875366, -3.6212499141693115, 0.9950000047683716, -1.0466667413711548, 15.119999885559082, 62.74187469482422, 0.5462499856948853, -1.0149999856948853, 0.7662500143051147, 0.8543750047683716, 0.6362500190734863, 0.7906250357627869, 0.9468749761581421, 0.6462500095367432, 0.65625, -3.4281249046325684], "max": [1.063553810119629, -0.828670859336853, 1.5346522331237793, -0.2805514335632324, -0.25141623616218567, 1.3640612363815308, -0.42803940176963806, -0.7183396220207214, 1.471184253692627, 0.23172254860401154, 1.0174429416656494, -1.0360161066055298, 68.90374755859375, 82.82125091552734, 45.75312423706055, 9.2524995803833, 41.09625244140625, 101.26249694824219, 54.62937545776367, 107.74812316894531, 80.06937408447266, 110.08374786376953, 82.99624633789062, 109.7406234741211, 54.34187698364258, 71.42437744140625, 2.5012500286102295, 9.402727127075195, 40.563751220703125, 85.23750305175781, 68.09625244140625, 102.6206283569336, 87.97687530517578, 110.14125061035156, 89.68937683105469, -3.338124990463257], "mean": [0.8413847088813782, -1.0271462202072144, 1.0870387554168701, -0.3796272575855255, -0.8913912773132324, 1.2017799615859985, -0.8495602607727051, -0.9468514919281006, 1.019242525100708, 0.15791235864162445, 0.8051838278770447, -1.0483697652816772, 30.339509963989258, 73.47319793701172, 11.592556953430176, 4.609582901000977, 9.998592376708984, 22.35468101501465, 12.484814643859863, 23.739572525024414, 15.436450958251953, 25.981111526489258, 16.24313735961914, 37.92548370361328, 32.820343017578125, 67.51322937011719, 1.3320660591125488, 1.7536745071411133, 11.07252025604248, 22.502681732177734, 17.477191925048828, 26.045347213745117, 21.299434661865234, 29.712053298950195, 20.074583053588867, -3.3767082691192627], "std": [0.19076521694660187, 0.12234228849411011, 0.170303076505661, 0.04134790226817131, 0.2545403838157654, 0.07010631263256073, 0.21753236651420593, 0.16033940017223358, 0.16650047898292542, 0.08372551202774048, 0.22845113277435303, 0.012452547438442707, 21.00785255432129, 7.612882614135742, 17.11680030822754, 2.810633420944214, 13.957176208496094, 36.98543930053711, 18.257366180419922, 40.802886962890625, 25.581676483154297, 44.4682731628418, 27.489173889160156, 42.591575622558594, 12.996199607849121, 2.663822650909424, 0.5949305295944214, 2.410794496536255, 15.354084014892578, 33.44781494140625, 25.225555419921875, 39.34440231323242, 31.705476760864258, 43.48104476928711, 32.15018844604492, 0.019117694348096848], "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": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [165]}, "index": {"min": [8071], "max": [8235], "mean": [8153.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [165]}, "subtask_annotation": {"mean": [3.624242424242424, 7.0, 7.0, 7.0, 7.0], "std": [1.8499844885558239, 0.0, 0.0, 0.0, 0.0], "min": [1, 7, 7, 7, 7], "max": [7, 7, 7, 7, 7], "count": [165]}, "scene_annotation": {"mean": [49.0], "std": [0.0], "min": [49], "max": [49], "count": [165]}, "eef_direction_state": {"mean": [3.206060606060606, 4.13939393939394], "std": [2.055287253231675, 2.032752931660755], "min": [0, 0], "max": [6, 6], "count": [165]}, "eef_velocity_state": {"mean": [1.3212121212121213, 1.1272727272727272], "std": [0.6874447970157203, 0.8818962789534579], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_acc_mag_state": {"mean": [1.0, 0.896969696969697], "std": [0.8312094145936335, 0.8062200799183453], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_direction_action": {"mean": [3.206060606060606, 4.13939393939394], "std": [2.055287253231675, 2.032752931660755], "min": [0, 0], "max": [6, 6], "count": [165]}, "eef_velocity_action": {"mean": [1.3212121212121213, 1.1272727272727272], "std": [0.6874447970157203, 0.8818962789534579], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_acc_mag_action": {"mean": [1.0, 0.896969696969697], "std": [0.8312094145936335, 0.8062200799183453], "min": [0, 0], "max": [2, 2], "count": [165]}, "eef_sim_pose_state": {"mean": [0.6656982910148395, 0.16353259557143024, 1.140707298057966, -1.521845854963238, 0.9779368996111052, -1.9894026151333257, 0.6362002230534521, -0.14193248405188308, 1.139588218142948, 1.642206013971377, 0.9991947083015068, 2.2393316666414673], "std": [0.0519776711710311, 0.034717113281081055, 0.03675357922132974, 0.20277005941325563, 0.03679756481287902, 0.20098242596419053, 0.04505062845247633, 0.04474797378929301, 0.044076665412473445, 0.1731473266220933, 0.06088108593939507, 0.1612651099182258], "min": [0.5983885179078607, 0.08774634125146884, 1.0532508332110624, -1.9310949965997781, 0.9244019234896723, -2.3604128302795657, 0.6022822303842146, -0.1879055873986653, 1.0534751896454495, 1.1855813245632358, 0.8980433607358398, 1.8438122932122076], "max": [0.7808664604733995, 0.22891229169605337, 1.192466861977406, -1.1921808097984965, 1.0588371132473147, -1.630168065604739, 0.752522784606418, -0.044907761635663485, 1.246572718537679, 1.934826116206322, 1.1079118840743338, 2.540740461117079], "count": [165]}, "eef_sim_pose_action": {"mean": [0.6656982910148395, 0.16353259557143024, 1.140707298057966, -1.521845854963238, 0.9779368996111052, -1.9894026151333257, 0.6362002230534521, -0.14193248405188308, 1.139588218142948, 1.642206013971377, 0.9991947083015068, 2.2393316666414673], "std": [0.0519776711710311, 0.034717113281081055, 0.03675357922132974, 0.20277005941325563, 0.03679756481287902, 0.20098242596419053, 0.04505062845247633, 0.04474797378929301, 0.044076665412473445, 0.1731473266220933, 0.06088108593939507, 0.1612651099182258], "min": [0.5983885179078607, 0.08774634125146884, 1.0532508332110624, -1.9310949965997781, 0.9244019234896723, -2.3604128302795657, 0.6022822303842146, -0.1879055873986653, 1.0534751896454495, 1.1855813245632358, 0.8980433607358398, 1.8438122932122076], "max": [0.7808664604733995, 0.22891229169605337, 1.192466861977406, -1.1921808097984965, 1.0588371132473147, -1.630168065604739, 0.752522784606418, -0.044907761635663485, 1.246572718537679, 1.934826116206322, 1.1079118840743338, 2.540740461117079], "count": [165]}}} diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/info.json b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..150d281c132727c6e2706f688806f21fffb97ef5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/info.json @@ -0,0 +1 @@ +{"codebase_version": "v2.1", "robot_type": "discover_robotics_aitbot_mmk2", "total_episodes": 50, "total_frames": 8236, "total_tasks": 1, "total_videos": 200, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:49"}, "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_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}}} \ No newline at end of file diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/tasks.jsonl b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f19b329f9857aa2563c0fddc02c7c89f272707dc --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Pick up the pliers with one hand and place them in the white lid, then pick up the wallpaper knife with your other hand and place it in the white lid."} diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad47ae0d66c2d0dc48089a864ec7180097b726ca --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f3ee253e67b083481582104f7d3c2855adfebe87706dcec081152228fb83f5c5 +size 2365257 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000001.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f57543f007aa9bc4a55420d008e3afd16df9f8a6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:b534feadb1955cd1d8a76e685ab75a74a3acd0d6f9829f13842e18684f7648b6 +size 1734098 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000002.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07c60605a9cb978100d081da4098ddd217f843a8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:5d687249217f4de6df98197b460ebac64a3c0b075a3a791696441c05fae2125e +size 1753164 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000003.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c49d820d31d138469f9d3f3ae072c8ee34cb6f33 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a471b88aef5851f32cb27bf1689777c0757f23b2e206411f329673383246bb3b +size 1684971 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000004.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a82c9374811d239834b8b3f6da2b31689c8999d1 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:12b32807a1a37e20cac0b131e9c0fe0cabe1870d1891eb3c116e2c2e0ef26182 +size 1460937 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000005.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..459a5b2b8c5a66c2667380c8aa9e1833a096b096 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:31d87187495bde68e48e779e025f666d6f79a1d33ce6d36ed4daab15bcc8223b +size 1448662 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000006.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fc959f12816e238e6648bd4ee35f81e2440d5b2 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c61ee1cb1867e26d7783dc3322393c1aba4f675954dfbd8d6c1816e7e349c0ab +size 1362294 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000007.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cb0e3650b9b357f8641ed6b64185436efe63633 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:fd16a44f5523a99333abf57235f1d0eb84b45217367bf227c4a563765319e963 +size 1839469 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000008.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f910551f57d915608a9872d964d4c4c447c598f2 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:bad6df49c75e0fb72a44a076ade1f5a85d155f21e01f39ee4d6edb7801b6a3d6 +size 1534846 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000009.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1afbcaffe2927c736a5c89af719849e494d50090 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:7534c3e2a7623c89f598d0fe50dfa2257f05186dd97deea4a77064ef51270d07 +size 1749532 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000010.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e221de802c7d8eb4e5448c50bafa324e5d5f046f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:d94444bceb146d1d89dc1e6f9482813129fb03cb923a03734cf6e5f4de7f23e4 +size 1639154 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000011.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcc56bbe5e744bf83aed2fe976ab8c9391bac8a1 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:bcaec0fc7845e0fe6a8728c45179fc529dcb247faa506e251b3306ecafdba884 +size 1523600 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000012.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6038bc46b388e458e2b5bab7ee28ec12a77a8e2f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:961ae23880258aa1da96e87d1dabdf0da22d0f9fe4fe5a9cdd0f7223b528f198 +size 1788292 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000013.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d60c8435f938e99288c07a53de4a608f700ce5b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:76c4b18d44a6e7bb024edcebd3447ed82ed82692ade7e3b0a542bb300a75f67a +size 1480541 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000014.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0912e086de27e76cd058fe17b36b2ac85547b36 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:7d0f772d8fc85b46f0d8ad12e405f17421de1bfdfe5ea63ac3947fc90cffd4b5 +size 1490100 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000015.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..872c299fcec47427b3c740afa0a8d5e1e33ccb30 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e1b600f9eaf9125f1e12017b5f54a0024cb61eaee6f8efdb1ec946e8b9650874 +size 1566290 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000016.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6db7168a2788e95f62f215aec3f407784008294e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:2744f68f3457423c07d381e447fc9799a5e8e2f52abb0cea764f95ae5e84ab34 +size 1274824 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000017.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9021b3f25c92b5df18d3cf19762fcd2ca470b415 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:2276bd33ab0baed70edba918fce44410bdeb55c94eacc7d36e27b53fee766234 +size 1104289 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000018.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68562747b81f55e0285f414108eb3398c0cc028a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:23d39d1fba8076b9b479e519d557202391ad9b03cb52a4c541d92d527e493608 +size 1224716 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000019.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c3febd1f1e2e86fe4193285c4bf5b26c6a053ec --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:6e91e102b48f660827d2a9269c15a410a5e8ef9a91658af5ce555f6ba7556941 +size 1300332 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000020.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eba240b91f992fb67c5c452f0aeda6fb31dfcc8b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:0975ff39ed63cdc06845819847d13488f77b32fd040ca701174ef0bfb25fe8af +size 1295277 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000021.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b1e392e2f7760021504e4d1b3c45edefcb982e5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e4a60b71a35845cde465f734f6117bf5cafaba5ab685c534924217378e275a74 +size 1462074 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000022.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8f3311d975f67f591ce2bab0cfe260c4dc36f33 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:19ab2868f5224913ea0f67a5ae381601befcd5d61a74a17a16ddc664ea25127b +size 1372831 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000023.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4829d70deb97b8926d5add4de888e4aabdbd2f4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:2da54b2d0aaeba00bbde8f6e268ac515407197c2f44c9d44ed88d1190f76ce68 +size 1825506 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000024.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c15d907c2cd957fe04fa8580e6b313746c2ba570 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e0f7eaa98bc3d608dcef38cb3c85dd4c6487e41a18d34297b1c29697ada68bcc +size 1672072 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000025.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6efd6158fc3c4faf66356b49723249853ae31c03 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3e2feb763d86a29def2b469167297707908cb94f762f981594e84c75b5d46e76 +size 1373936 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000026.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c80a8fe8701def2951bccecb27a421b20a88810c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:8a93c7c1ef0d6f4f6a28d5add9e4f841351d32b93ebbbcd4acdf4527965c47d0 +size 1616439 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000027.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f5dee6e2f686559c98007cb6e6e7fd74e7a6677 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:7f0e12781c3594933518fe61ebdeb4ccdebb379e9663929599c0d45af6525ed6 +size 1425670 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000028.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a78be24f99d631d7e3de9d8617a135e1629ae43 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:efc57e8806c966f50c40bec2ee8bf21624b51741ad235e5f37b8a97055656f97 +size 1387111 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000029.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57ab99653c8016be4303dd051875481e8abae7e9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:39b2c6912eea6975bfa9204513f8ab54391529266736e06a4bfd64060643cdea +size 1296730 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000030.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae6b5e4822db6a45ef1720d9d6a49b83e4e205ce --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:7e14e9293b5c1dd5fdcedc856aa54a389398da0a238c266f498e4b568f14c1ce +size 1384911 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000031.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32d432cb5223256e5f135b2fd58739b0e2a57d91 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:478c852fbf12d925dea3d40e87b8239e1e764092e2e14af7acda09eda42484e8 +size 1637657 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000032.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b32feeb4fa6c6bdf099aa3c033d9b55cde07a929 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:19b274aa5a197bfbef29132b2e9f0af0ae4d3fc7990d5c71b2ae8d81a0088f75 +size 2115923 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000033.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97e9785ba51881c179f3baed387c84b87ee47e3b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:0a95291fa3411b64f81028c4be941459ff7299bc42ca39d8159c6c0121fb9016 +size 1558397 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000034.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c867e6a3895c7c37bcca007106054fac8fbc966 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:926c76c70588561c0d6c71be46fb44d8523e008ab2717262d0933a469fed1bf2 +size 1870161 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000035.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e54ea6751fc71e1735e5ff9f2c034e0b93dd2f96 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:b69c5a167fa1e6fed28ccbad52ae369f476164d82b7823167418fd1ccb751d9e +size 3159692 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000036.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d275052548265a67c392d98d90ee58988042ecc6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3ebdfe361cf372515692ce7f4fd3b3f0beb39c3ba08bf35994bd261288dd7d32 +size 1430919 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000037.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d416604f2753a4c853e29df9fb8dc08ed92c284 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:d6048ff64bbfdb6b76e0c5bd8656bda3dbbaa4dc95845f1060d13981ca89b368 +size 1616025 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000038.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb579d1e0f2d480a52977c170d9991a56e0d3fdf --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:137e9601d0440d86a3cdac07db31ce3214ab177796053b47e056d6b89f0f94c3 +size 1466201 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000039.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7af1a973c3e93e2d478c7cd5cf8731b7252e62b0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:8124b22d1aa77eaf311a9beea7957751ab61946b2f5a879afad6ab186c59d0ec +size 1612057 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000040.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b12e957f0489a6bd0f681136a4c2c4d2613ac264 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:356e0b5cd8e021fc5c4b9415f7cd1cda7cce8e6ec324280939c5c79f066a48b3 +size 2842768 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000041.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05afb1b8702011fc1acf04444b137aa5c2121907 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:6424fb6027bc897792b1b3095a5aa42f2620b24a9ec90b518837dc99f39c9321 +size 1485369 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000042.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8908fc6c90dde6579a504839d6d37be052c4e46 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:0d407b1ac1339c67ed3bc09e3f1849001487d5304ff214c5da7afbf8ce326806 +size 1392119 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000043.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bb535839c764e8b9a9c9af411473fcf0bcf1023 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:82ef13ecc77ce7db415fcf865518c3f29a8f707eec51976e6725de5754d318f0 +size 1528082 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000044.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaa32298dabfb14198ff1b03a3462ac56e9b9fb5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:b1f8c345baf471e4489c1de8c4a8d9d8292329f3f8238b91735aefe2fbe7aceb +size 1431681 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000045.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e245e7f1008f02692529139f15e6061c68f4e72e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:52491f97930f68328ef100a86d9459ffa0ac5a9ff0b3de899f3c1f459ba850cd +size 1972206 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000046.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cdafa427d22786e4f6254c029353c2dd05f2d26 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:b050a446db58ed7f49a644970445d1be5eace92ebc332f280fe9b53bb7c41611 +size 2116972 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000047.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..666fb40f66ca8f4ae855008def043abb80528534 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a10091c37c2101a33cb757047f4e054f3be46d01f17598f1907d25ebfbf7a6b9 +size 1775909 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000048.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2b5634e16362588932f015b2eed2cf5e7e51a03 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3ba49de2e365e18ca881b61a503e398d05e7988369d07495191aef770565f58c +size 3063734 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000049.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_high_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..283512615cfcb2a03c50edf6fd02249b06aa2a3c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4dce8652ea67506658bc0d2e5e9068290af7898785eeba4e92a24028adad57d0 +size 1877393 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..920d398cb69a0dec359cc4f0c3482ddbcc7c9263 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:665709435ccfbf9aee3e2f492479be6b4f1c32c8f53a61fffbe0844a56b78a7d +size 1121213 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61cf58cb395227e4d6c46eac8608efcaed43afed --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:55b0ac00fdca3732c6d6be4fb8d62746bde994b896dfbf93f473539355ae69fc +size 790937 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f0c2d1e219cff34e7bef9442c1443afa4252a71 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e23256c3d358963212ef82473897f699c994f1d14bb73c84f52eaeae63b6428b +size 1438080 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba8de99a7c6a7498bec2206bbe60aea0e72296d7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4c228227525541c0335db8060f936a6cab0ba23af568d83a634dd4be71ef7837 +size 1457200 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e4a4b237eb865e591d3850e76a313996d2958f9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:0da0dadad2a60481c58fa22540a79b9af97206bdcb894faeb67b5359720e2f17 +size 1297094 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0072c21cc4207d56d00c38e1364d879c1cb45ff --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:0524deb449f217670834c719a92fcc39670731c2290cf4e90b69c1ec3c9834a9 +size 1193178 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90e71c06e1995888e8a13874a6c821ef0f1e7494 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:8f0a985463ff3b3ecdd2480e12e011c6d90c4603a97c336aba24dc761dec000c +size 598619 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19f0a8b5f3bf3eac4b8efe19e999fd0ec581545c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:bccb38a5af08527e47255dc50e482ead0e289b09f8125efb82f6cf45c4089384 +size 820510 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53c00e111c5a14af643069dd46abf503ff8b9af1 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:9bcc1167a556b09fa7d66e6f67adc9298eb9f785c7b9576c42ba655c700b3539 +size 805572 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e5cf65c0ef078dc0510e3b180bb6cc2544288eb --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:bbf0c2fb1901af35e496ddf1cef04aed99c0cf73027a82efe2cb0afce3303d14 +size 877039 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4b7f375b08bbbe499790e0e6a07c22f706f8bc7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4777086a6072bc220c2d78bf320291ec7ea21da3c086bb6fb8dbec21e2c654be +size 766974 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edf3a64380ed991a3fa0693e678752388b58141d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a7ca5472ea57b91f401f0fd9df9883aaf31833b3e9e55679edb3ce04cf2af92d +size 655952 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f4764f09a9194ba8b66ca2ac3d58fd982415fad --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:bf218cc3e8e70a3a6e84199542bd149374d365bba12a04aa70a45973899b7072 +size 794662 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6d164b536296914e08f40ac931701a78736d080 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4238de0032c6b37e1ebd16828b763a411222105bd96f1d8eb7b417f235e82564 +size 622431 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9f2fc4e62c26d38f8f5252b6c43107e515a2a6e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:57e527151ba45cc086a3dcf228ee1caddaaa1615d55077ce722cd589b743ec6c +size 665236 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48d6f78c921f5600c55772abecc924c3b5f95889 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:58c1371535c98074755ca1abceae92e18b9cfad48560e3993f26734609dcd177 +size 668142 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cf62241b3ced2146a75291e6e37687f61fe3d24 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:1350c51fc6493eb7824be4c76bf188ce1ff3b94d60d5aa44c33f06413e5e0700 +size 592117 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50423e56d9c7fa2aba363fd7b5e57242ded2c929 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:125573d0d14796af8d4e60c6b9102ae1cf626b61b09be66605594634d18c65e9 +size 525048 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ddb02d32a49a0240df0077d6f5c4c205c5da766 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4cba974e6a1d4055b18c6ca750f35aae56d0584b139cf94d85332ac389f9d0b4 +size 551290 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbeac98c7561c4be9386646746b4d56fcefaf652 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f1f0a12d3d1803a61b531059434562bf6bed440ea5021f69ccb3a52951cfbc9a +size 548161 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee6acd8f2b3946e4fb55221447f6b14517425b4e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:64a2c4435e636cedccd8eef0b511a9313eed529c929bd6288ccdf63bac65147d +size 593154 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2aa31185b2b02bb22cb766e68d1a1a9768863b19 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c2ff9ac88b2b18e927c9c67e0756f47541d204bd4df6fccb168cdaa83e7d4512 +size 607599 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f1e55d5bb85b0942b56e5a7176d02a2bb32dc39 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:ec19936343ff66df856c375c647990411ae50adf91903abbe9a38cda3bb7388a +size 602571 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..551d217641af3c02a232b07c63842cb98d8b399d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3a7bcb0268999ec1e0c9ab41b65ba52159b084c25a5d272a65484123420cf3e3 +size 1244837 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e52f7ef1220e11fba72135ec1e1394bb742bce --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:adfa8fa80ae8a8b0f1b8679906ae6cd418522e96cf5387f7b39051ee7b69bbcf +size 677147 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b699d38678a5699f0424af3933379498d0a29740 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:58d4ddc14eddd55aeb32fba946402fa333233709cd6f8b4ffa359561f15bc816 +size 630663 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..638d92419dce94ba5366f917e446ca6e164beba5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:fbc7f696c87ce7c0f256a90700632201a7227371f57af2ac69c699c8d5c26d33 +size 607124 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..074fc2d64aa11c65d48b806de222ab4e177b00a0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:30c31e699bb56d95406f1884595c6294eddfe775cfb03a63d7463f770fd4d6da +size 598102 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f80b1b234b2dfc0c27173528560a49114a3184a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c5a89c8eac4e81b97b60c9b60fe3ff161f9f39cc64a1159bb981905a846a10c7 +size 610050 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdc62c009a91e7de6dff932d39740b76ecd8cf95 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3864a756e456ddf8ced5141de6cef1be3de9df1ba927007247b9d8a7fa2cfaa2 +size 586028 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97ab5ce9e00977829ed6e986df83011fce4ea86b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c928a2ceabd831476e547fc4ecaec56fcc92e3e12e879954dd349faaf688b61d +size 571274 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1da7d90e948b11a373132750444a266ba28349dc --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:35db0091f1d4c4d90dd81a2d3ed2dfabc8f18dc6d223b470a0b6513d0187eec2 +size 712073 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00293f38502de6a09bd4a678fb216fb0d64bc333 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:93d96bdcafbc7e5313412e1809077c9d703ed00922fd7b1901c44c78c21db831 +size 1054885 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f04ed39204611099e3d4872c4addf23a07bd1ce --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:599fc01a26aa1ad89abb61010d46edb49dafb595845137faf20d5488ba014e96 +size 697990 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..492137f1c28fbcf5c682d8c992ac368fd7c56f7b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:92e189eb6ad0fdfc2acfc8e494f34b1b021179df5620904176ac82e347419df4 +size 1340322 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cdedb4c255bb437660b31e472165902ed8d84cf --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:0a1e030e605edb48173ff938f3c1fa04c4b9426b6ee9c61c4e212e27030bb05c +size 1642475 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0608d7cc66b7a2a6af8572595d4fa1f75fdd5bc4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:42fdaff9fb1b98d1509d6db59d248a0f7b9235a416104ecfd0e715ded8c46295 +size 664176 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61c8cfb3151cee877476e3746541f7b54250df94 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:cced82cbf03160eef51aa1924f53971af208155de3e27db4d8e3632e45b70da8 +size 778340 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7fc0674f4a1e1cfba3bd35dbabc7c6b18e21625 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:446314bb4e9e22f87f0dd8c35d1372fa3a3c21f130d9159cfce848d9767ad259 +size 739801 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67d48a07dae0526a542d418a0ea1da0843478e92 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:eac26c2058e7e67ce5e7b16df354d41201f7c595a26c4e92dcf88f532e72b8af +size 746206 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71d69e57873115aed9e3daae316911b9abc678ce --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:05da0aebef69aefd0827b1d6b0f9298231c64858722368b0f0ea9c0d33f2924c +size 1435227 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..771fa587e848f52c86937a58744ab0ed2376c720 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e441a7672e53a2d7ce6d015cf4a174d1e9d5044cc6bd1834fa8a7f4c31558a36 +size 768230 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae1466df2be50f69f60c9266eb1e03e7375f5b8e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:08d0765bbe0cd7f19db1c189d05f3ffc26e40df6ea578246b865d2b74e73b521 +size 680820 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe108f82a3f55074e71bf5157853627380737905 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:ea86ba6a96ed79e67d09ae401b2364967cd88685760b1b14ed09af07cab8e361 +size 745448 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e33f3fb29e6e74a5fdfbb5b3086dc571b93e03c4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:5e26d83111dd62710abc530bc5f6f69e31e3361c32d69b164a9341ef40638569 +size 726744 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..374f69f886a78533fe87bf1f92035375e3117a38 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:cddc36a87bf159a0b1b43ca2ad702b1cf69b87d7a196b593cd9e7defd91ea114 +size 912088 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bf19430cc7aad5e74dcaa4dca8aed3273ddd075 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:27392affb6cc96eaa7d931e6155f47588c9407e2ad1708c6881b954fcc58b4ec +size 984775 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b4c58f7ce9a092b2c36dabc9c687d38e97a4da5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:da504dd37d0050f7aeaf4f38cf446a3cdfb559bfb97ae41b14c474cfd9b25f73 +size 855580 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4027289b5c4c22610c3751ffe13bdf71d451950c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:18f55795b9e5121c5939aa712500d89f5675074fbfe8c9c6fa6f827e89f2ac7a +size 1711702 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9e656260687fbb4548eeadae8702c1d57e6ccea --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f3227ef99b396aa9e48254dde91d9e06fca93d349190590877c91edeed3b2d11 +size 1510083 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47dde7b4a417ca6b513548d8e16e5e4b05a216a2 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e1813609f0f60d0c83ce01f4bca6853853784eb856263bcc2fe6f28816f0f4c4 +size 1063610 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dd2b9e21f8f8c1b5062a91010afca44dff8dc6c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:5befd7c12202fc1e618c166de14b3532becefaec3cb7751c6a4d12617600bf0b +size 725306 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01748cd2bf7eed8f41a9b7489828bdf09aa7c714 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:fb532ba2ab1584587f3f53f8f1ab28dc901571ac40a7fb814254bdef4f0f0a29 +size 738138 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec4e09894b31634f9193005faab471e61e2c949d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:9c123c5c2a17d7de20e76b07907501b4ef58cbfe9a4422102452fda01e9cb721 +size 692720 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1ac84617168a41b56e12e0b1e055e950e7c4028 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:8a1a84d210d9332bbd471de4a141a20f2d5bd8f159bb122c80246e952a610a6d +size 671205 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c11724e907ef93f6cd060f2b2ce3ef11211d5aec --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:80fae0ac5e548e49a1d67a43588d704dcfdb18088d6055d9667c235af32747ab +size 607553 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..342d6be640cd90d931440fd0270278fcbf42cb06 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e4ef98eb619e783e6c98421b45d33f356f10aaee16211d6d34f984e74cc3fcbc +size 614767 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20afb2769a0221547d2842f4859ba58fe62095a3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:51684d6ff065dfd34f8a11558ba642059bf0a29d36ce8c11b6b472c3227b3e47 +size 742433 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..564dffd4d88c8ad293b13462310d5c6996396aaa --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f6d5993ba97ca66f902d57153882c604320a3c4a6a5a26fb08f7e2d05af90140 +size 731433 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2771315563a665d6f243f1c6f5ab1aea8b3d373b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f041728a3995094d4be21a497dd73a877209ee849cd7b34badea31e59bfa1462 +size 776125 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63063eff4f0e44581df90aa5cd434919528929cf --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3c2a15706e7ed7375609f2307ad264b8199f92ab5df9cdfc84aec72df399ecc3 +size 709885 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d097ab21ce0499be55883d5d6f14c6eac24a6007 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:b5b3cda06003cf3f70b35c2a2487b61a47475a07a9f5f56b154d22d7b36bf6ab +size 627227 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..896265ac00751fe633a0e5dd328ad435dfed628c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e4fab74088605dab7a664ac98df3a30e932c8a7c6b40f58a1689fb3f47f14145 +size 798748 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ab8bab902e9162c53204bb6ef29ca8869a1dc6c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f5800861b20fba3f10be7a72c097cf7bfd020ba45f38145c887a62b76153b77f +size 651180 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4972069e87e9006dd60152f3c9c9310bd76ac498 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:7b649dbac72de9ab5187bdabc4231323fdfa32c63e684640301883e178dde930 +size 662939 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d41f817263a20bbe29703030c2ef1a4a0eb37013 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:ba9e726e95982ecbc28f006a132d68fc85b1e68dbc5e4e26226908c63034d241 +size 636422 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..545e7c870b71c79f5ec27b935df1d3f53da49dda --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:b4437c777797b8feef14fbff787160c5486151b67c7e9ff21b51491bfdb915c5 +size 542597 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e597c616c753de3a6a7ec4a320e7618d4965a47a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:35c28a0f4235a3f9681d85bbd5874b6e36fd4a47757dcf1d81c8d5cadadd824c +size 472929 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..724aaabcb9ad6a4e3c253d72d9a109e8665a0bb6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4d8d877fcceb4c0aa3cb829d92a4d50d7f5e0ec3d0b16e1410c5c62ecf45a5fd +size 525964 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e930e05a205a0e14f20223ff883144fbbd33e57f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4f83bc2cb5d1514fe41770bd13ba34e8935fdae9d99a2b0971bb99754895dc8a +size 519678 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5c82b18813bb627a34ec0d750118c8012c9fbcf --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:8f219692f016bc34c483563fdaf3b8bbbb77bf93a7b98e437586ea0f92d92dd6 +size 557338 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b219e7f23e8e6ae539bf9256a45905c8a77edc7d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:6318f03c67f9792b2610455799499b0e7cc253400d0ed3432349c884ccebcc23 +size 603552 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b82b8d3a4c3545446c28bdff11c274279db8a17 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:b1f539a86265a0a0707402bb9a00b29bdf6fe9679c83ebf56c6baef514ea4850 +size 580151 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4040ec8b51037af116b797046b0b2878ba01e30a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4905b7b0c362950d241e9b396d76eb28318a062114e32907a345c749d95c3d9b +size 770530 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..159afb374ef8b763cba153564f8d4591a435ff13 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:d78976cb7500c63ad6c8d4c38e51f1f04e5f0860ef183e86a64248537de7ace5 +size 650523 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31b2e328c8820bc0fa473ffca5d79fd7843e451d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:757ba564dd7d0bba69bf4711fd9cf36fd2982e4884e4dcbaafc06e06eb9f03f2 +size 596307 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f1b6be5fb34f0b3875eee53d8cfe57e1c010c61 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:8e2bf56715fbc5aa97060abdd76b72c8ddffff5653d392f08d0c87e3eba0be90 +size 612680 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3139bd35fc74a9320b8147f7a5bc67086a4ed44c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:920355b99ccc0b8d74c720a4924079043a85303de5aa66e306e1f8d3cd68bc06 +size 561609 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67734be78fe28df0dee13e8296e16fcbc0da8071 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:bd9d7b2a2e597278217c77f4b9703719adc6947bdb050cdc77fdf2c72eb0fb7b +size 583889 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3db703603634828b39b0ecb8f836755f1e2047d0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f3f2460f789e58a956930d1fc808f2e874d644e09f41115a20a47f2024b4dcf2 +size 555678 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..065996b6e1537426b7aea1c846fff27c81c1edf5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:5999baf1b2829101cc3c04c15c6b1c81dc01fcf2660c067055e2ccac5e3c4f4c +size 589530 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6273761d8aedc2487233f44574c80c5d996dd7a4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:215144ccd47ad7cb75d62cc0967ef0a504938749b89de3ff9fd8806fc0dcac58 +size 652644 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc6f4fc8446711ce64216505c25010ee4318478d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4b583fa37642979ca151ad11f7a022ec02a687b921c3c44eef1f72cee4047e32 +size 828875 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19fdb2db42fbb1b773e1cc6b0fda740c24afe108 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c294319eb9ebd2fd06f398c4efa8375233d8f73071ebe20ab2852bec04ece989 +size 631443 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..084ec918845e05cc17266579810879d2834505fe --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:389e7b4cd1316f827ae03e0193ca7424c228767fe2f348599385a5ee9c18c345 +size 772537 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9309f8852adf7554204ef2bdde4c764edb23e940 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a0305a4cb9e8d69ca96026ccf550f9a3ef3b54849695f5f648d3d07fb5ac0bc2 +size 1351116 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19437a9b56dffafd95908fa4d2fd8a48d6aaae68 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:d154f889cd35cee9f2fc7087ae7f46c7ee82f3fc986e2b05e69f18c919264b79 +size 577914 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55caa6bd14d1d008c7a1e03a741eadfc41871148 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:b609ab901227db458c5d63739224e3309b2d6e6ccd9d7b1cb7da525b1edaacb4 +size 650677 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8de9fdff4be0a9c106b0fb157cb6700247fdef80 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c44476a3b70d0e911be50f33615e2bf13b1b67257c02a5963133be23301849f6 +size 611937 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b82fb5653e6c51e0540753d43c279611c763203 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:664501ffad62943c059ea7159879a88e449eb6e69e420b4aadc1436b14d73238 +size 690062 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c52c8019b3570c021ac6f63e1f2c8b9954ab566e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c746bda3877f92533c08eaec85134dd59e454eea81be87c9c55f82dc5b0573b7 +size 1191058 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81a184ce39bec47a061d525866e37695d4a2016f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:40540ca3688e87eee4d74ba2bd6e0349df075795b1a43137dece21e9fae97904 +size 655443 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85b45e6505b26d3a141b6227e7e433b11282487d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:cb0c2c390e57f03125fcf96aef3b44034f19373a3a19d381abfdbf566c8f4c0d +size 553095 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20b5a8aef893b57256bedb31793f382aabd24b7b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c33a1bd2eebfd5614333410c16342794f4ab8de0efd54b7d9231400dcc161e5b +size 627292 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..681667442f3f6369ee19648e0f848906e1dca762 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:60180a854c2fb5db31b98de9719608ac5bf243cfd79f638a353663f9472c6829 +size 776805 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbc0fad0e7f2fe0d853d2bdf0d6c80e85fd51354 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e606820a12ebea23b41046fffe53d87749be9a67f1208911f5dae65feb06b49d +size 845315 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2310dc5c5e6375e33c0fcedbc70cf23678b48cde --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:26fc82504204955cc0e5d83f75b43d57cfbef0bdc3a78478f00c54337a03e5ba +size 959710 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..693f7853b954be7055de23c344b7e436d4a05877 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:ace59680f35e2fa4752a04e1644af46c687b4f899cc5add2b7fe9f404871652e +size 769505 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78e5e7f2b1d48b848b25389e663392673139e7eb --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3d2139ab4d9b3043a94fe287154dcf4222e4098cff51fdd94de04e99e6ce9908 +size 1374727 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..929e87a420b723c295a27ddc4992600ae2b72339 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:53b23824425550c3f37775a52990ee64200a7ab6773ae58dc2b7b75fe79afa2f +size 701252 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000000.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cff8503a094ec796f8725d6e8f797d8d06a0b5b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:5be37dbf8e41670b9921ff74a0c7c98ff98679ef57826bec903d4ae6128daf74 +size 2193160 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000001.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e3f8efc082feb1ef0bc90b6e058a25bd263c735 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a3d725e70013f52803981f20f587b24af142bb63e167bf7cf9e9dec90907c8cf +size 1547536 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000002.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ad8c2a8bf7e397f652c8d4781310ebaef4663fc --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f634e23e6e976350239c9baa264219994b9acd7e361fe8702634c9cd928cb486 +size 1570025 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000003.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1953ee0ca5a218e8c05701c19b1522b3b11741d5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:47441890cd11300bc410a728cb48d799d20b24bca6b0f03daff2da66d534d880 +size 1424202 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000004.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ab5f515c17b5ed3dba8fcd8a1ea903d7f50dc6f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:5c86c63a5b27440a2df8a3422a98ecd8e007ea626a0f25225ffbc16dded9cb80 +size 1320884 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000005.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..001f73b50f4eace5d25acffb01b727a7760da766 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:dd3133f853e3ecb0edd05d8c552557689bd61fda4f625aa45a0e6d9973ce8fdc +size 1241963 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000006.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8cc7fa3f59f7a366c7e7feff9aff593a5a83df9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:1d11d9fa9badec51ce0f83a4f2f3e7907634e9c9188bcb61ecec0cb61dfd064c +size 1263750 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000007.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c376344afc4ff4770bff39dcd7a711c8de919cb3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a472a1803618cc56bcf6b0ce948f1560d8a1deaa0013e456c340d7b945d5e145 +size 1617672 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000008.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65db237035a14de1f6d47fd87ec6398a96c58369 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f0cf2c2ead46525156af92dc49fb3766b21523a18c990dbd22abc32e7ae6c30c +size 1459870 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000009.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd2d84ced58b8ce93851044e281358f33a45fd0e --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:be0dbe6bb257d4bb1bdccb8bd5edf297ebc0e3dbeae1912d657d5a4cb7eb2333 +size 1602167 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000010.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a57833893561ad293f771e0e3f766fbd6b9b3bd7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:9b0db124d59c9e1ae7e9f954096292318cfe1af779d3d776892ec33b74dfb10c +size 1473746 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000011.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f92d3c311057b84f33c6afebc567d7d386c4e20 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:341caad179c221d0b27b0e32d45807797743cbac9cc01625ffb37f65972ae241 +size 1329546 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000012.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1da064e60c0fe7a68cc4b498b3afc42e57b62003 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:002d73cfc1a64c77862fad30a1bff4e02718f2ab4e8f08ac8fb5441d62a4e1cf +size 1630737 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000013.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1064a379263fb3b035d88f56f4a55950e114f21d --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:c9671159ddae73861dfe3ff860aeb6a9f09ff6dea9139f0776bc8215837552f0 +size 1362376 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000014.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5403e89aff565f174451a4fdbc105a721c69c50f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e9686c0105480d09fa7d0dc26165044c62658744a525d9627548e612b2f0a34f +size 1333036 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000015.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..998d7d7cefda2f8bbaf2c7dfcbf4d3b950bffa79 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:ff9a9b161007ce220f1a071ceed37f77c76b72064278bd5fde5c1d740b0950be +size 1333870 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000016.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1e180f7c6896d0be5d040a4e1239d2e034f1a39 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:568092f8b01945760d410cc3181a446fad1bbf5614e380fe1929c3683d659d2f +size 1079922 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000017.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d03c938a3321c66c6423f0e1b717c5fc9b7a420 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3a4a50d4f77d66fd5ff7cbbbe6869527ced5fa7e8ec46e376309a534acbc1ee1 +size 1013101 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000018.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6199cf60488ddbbaf66981199ac9f4b6d1ed62c --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:577e042e8396b7c9d529b171721be17ce9692dd5a05726f32374f911fb3cadfa +size 1130208 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000019.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9de4125c2f6ea28eff7ed62ebf79a614cbffebce --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:bf6a4705ffd05d561f3b2df01257dae31c96668454b2cb0bfdb86784bc4bf9ba +size 1078610 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000020.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1060aef9e9dffc8cef5a289116596aea70f29f88 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4f3eee9ecc60cd92ba88b7fa70142f3f96ec685d05924479527b5bea4e5ab8d7 +size 1173952 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000021.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e36904f8315c05093c7e8cfb6e3a805ff34df999 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a9f21b0d292f87d30c0a493bf0c2c4235df000a8ce3a26a62502feacb96c90cd +size 1261202 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000022.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bd980a9ef4bfee35734353fe9f1274649aa80aa --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:77759849188aa16647b6fcad39230ea6d55017d9141c154ee6d8a911c63652f4 +size 1207740 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000023.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b63b07688d187741691224ca52ba00345436dc7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:fd81b94f796c073befc4c591ab07ded02a98f4fea80572f4007a1f119b8028fb +size 1577293 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000024.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e453ce4fbe21a285370d0b40c55c4e0b57c84be --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:14df7aed6c8ddb350e87d158c5c59b721d27e6df920a438929227b7a8b8f1de4 +size 1362074 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000025.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca94c667d23a3b2d78f16f69cf7f433650b1c9e8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:f12b2d6ec3a881db104623f5cfe0af3371fd532e86dad3a9912a6266d40ba0f8 +size 1271292 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000026.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af5f7713c4c9cf5d3535f4dbaf5f8bb30e20dc89 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:982f530f1893e04e10494ecd7be29aeb944f83437e3e6369fa49a4e6c2988fc8 +size 1259773 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000027.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..850240884d7dd470ad464647d9cf580bf3082835 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e05fa0f2ff759deac3a8b479520fc48db087788f118480640d093a7a39c78dd5 +size 1217674 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000028.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..338ad5078894ef50c4b90093ed39be27222d5ec0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:4281bd06a7aced69dc2ddd97590a9565b0e8a0c967117671aac10d60502d1075 +size 1230596 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000029.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..679886fcc49b3347a8d1749bcc0ebf4f1c0ff621 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:eb52ccd1dff589fff4ebe2c9734f7635e9a2aa13b9113584c1ded993ed47e3da +size 1202872 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000030.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cef3fd3f1e5d999ca7a4725bf6c4673e3a9902f9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:662e3f771b93c0afcf629711ad11112e63e3dddc38fe4a8dff0de19e40e24545 +size 1212112 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000031.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d13fc64e982129b01e6753b6f282cd779a0f7696 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:605ff319e44f6c5af223d2779fffec4ee28241aa70d65eaab422ff5baaadd872 +size 1393499 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000032.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99c6ae0c29ffbaacac35198088186755f1c07026 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:2d6a01d58b0a8fd3914090d33975a6f3752201d458dad293340d275aacdb3886 +size 1919754 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000033.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1b6064a3c3747590efdd5ea446da66dc3a251c0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:3aac9341755840a608c4d43b68d21a247b1751f61001e0ff6455c3fafeaf98da +size 1338336 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000034.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6a1f4cf68b6ec6c2be30bef7ade0caffd558252 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a4155d8b4a1e6fc16876ccff1d9e5ddd19d82b44505a2e545c0fe3565f3fa38d +size 1571760 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000035.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b4a8384c7adbb8dd41e2d46d214b8c4af3e6c8a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:681d6f56db5ca852376a7bc4fa31fc8d8504a039b5d864f65c3eefc614b79217 +size 3053504 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000036.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17a0ce4cd9c46951cb534a84af418b38158dec1a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:ff7060332e5309ee3eeb75aac8156ac3449304f9e396fdedd5da6e866cdb0fc2 +size 1259609 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000037.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd3632b007ada3de2566101cbc66e4c1f6447355 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:ae7376016830988e4ef813e1594b92f26f5faf87b44aad909325ab6b0013df1a +size 1406436 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000038.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..379d93e7b48aad7d9e67e37244ab41a80873a266 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:913c5563df3498dc8cff24879056c40e642c44d691ecf023f2f127384757d314 +size 1325484 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000039.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db992ec84fdfb6eba9889a42b31e6172e994a37a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:6b0fa80de20677b8c0c902cdb519165557f25fd950ab7b025077841a1c5ba699 +size 1402996 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000040.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f789734e9807a9870df34fe5182110ecf22d929 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:0f7e87c19e7f10e2a582ebd9183e54e438bb7b90aa0c5bd3cf9ff18c9eb3eccc +size 2562221 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000041.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a81e0e99b4eaacb53d1daea5702266e82cd303f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:85715cf2bef89dbe15903ffcf3cffeeef5d0e93a3bd24703395cefa06c178e3c +size 1395732 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000042.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb680738a3741303f07339fe52d041f6ff1ac14b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:5e6a386af7e412107ed8449ffe5d2844fc7649e44cc7e16c30b2e5c668530ac6 +size 1235864 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000043.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..817e3597734e04732d95adeca373317a7b3ceef7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:a05552b79bd1066db8a8e598ca3a6ca80335b66ee552d07ab303c3fc02704f50 +size 1354612 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000044.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..589d7a567e0651dc38cd40a41b252de5ce161f7f --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:82f014d85ac93c433812c5cf6c2061fc18b2a77660076039ae2aa8bdbfff55bf +size 1316226 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000045.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0448bfe5c21bc4f445bed3fd7ab5792e151659cc --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e11bbe474055cbac1462095a66f369aaaddf5813a55a33fdd8e64d7af6c5b2e3 +size 1771334 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000046.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d820dfba9d62a5d5e6d42fae7958a228d86a68a --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e2574507cb7026a8766dfe9ba917e1a424d91e8236396c6bd8af0f397509d163 +size 2014340 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000047.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e166ea9bf2177ad1ae248259ff1b69b3e6dcd2 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:56cc5db1261374f873f2ed2b4be68c13898e0452064462142c833147cf8e44f3 +size 1637596 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000048.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6252084836999be8e0fdd194c0f4700be3417773 --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:e4d09ba27332fad8ec923f47f0c13d3224728ef5728e0d2240f26bbc02a9034e +size 2873576 diff --git a/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000049.mp4 b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/videos/chunk-000/observation.images.cam_third_view/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..757b363894afd6151afedd8c10b8c92b8d4ff68b --- /dev/null +++ b/AIRBOT_MMK2_place_the_pliers_and_wallpaper_knife/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:5892f448b0586b81b3a44a74f33c2addca3e8902be1134b76f501eea2cad46df +size 1499351