diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/.gitattributes b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..1ef325f1b111266a6b26e0196871bd78baa8c2f3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/.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_small_bowl_of_canned_food/README.md b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/README.md new file mode 100644 index 0000000000000000000000000000000000000000..af78ae35aef2a1c8c8aa1dd668594219e6057640 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/README.md @@ -0,0 +1,324 @@ +--- +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_small_bowl_of_canned_food + +## πŸ“‹ 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` +- `pick` +- `place` + + +## πŸ“Š Dataset Statistics + +| Metric | Value | +|--------|-------| +| **Total Episodes** | 50 | +| **Total Frames** | 7610 | +| **Total Tasks** | 1 | +| **Total Videos** | 200 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **Dataset Size** | 313.5MB | + + +## πŸ‘₯ 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 +The hand picked up the mini bowl of canned food from the table and placed it on the mini table. + +### Sub-Tasks +This dataset includes 5 distinct subtasks: + +1. **End** +2. **Abnormal** +3. **Place the small bowl of canned food on the table with the right gripper** +4. **Grasp the small bowl of canned food with right gripper** +5. **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": 7610, "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_small_bowl_of_canned_food_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_small_bowl_of_canned_food/annotations/eef_acc_mag_annotation.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/eef_acc_mag_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..261c0cb86faecc005328e7b464d8fa76fc4eab3a --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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_small_bowl_of_canned_food/annotations/eef_direction_annotation.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/eef_direction_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..15eb9abd75814183c860e3bffd75f9148c4e0d04 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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_small_bowl_of_canned_food/annotations/eef_velocity_annotation.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/eef_velocity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..67c684f8b05e1f6240ea5dd4a9bc9a5df14fe086 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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_small_bowl_of_canned_food/annotations/gripper_activity_annotation.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/gripper_activity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..275a505f9220cce6502eac987c96a0261ef3f030 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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_small_bowl_of_canned_food/annotations/gripper_mode_annotation.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/gripper_mode_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3825f1be6645468297ad5be29f9275f04db52345 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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_small_bowl_of_canned_food/annotations/scene_annotations.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/scene_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..14a4e726118c357558544bc6bfca245f8e7ff5db --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/scene_annotations.jsonl @@ -0,0 +1,50 @@ +{"scene_index": 0, "scene": "Cakes are on the left and front-right; bowl is on the right; black biscuits are at the back-left; mini tables and chairs are centered; triangle building blocks are scattered across the front-left, center, front-right, back, and back-right positions; and regular biscuits are at the back-left."} +{"scene_index": 1, "scene": "The mini table is at the front and center, with a bowl on its right side. Black biscuits are positioned at the back left, while mini chairs are placed to the right and center of the setup. Triangle building blocks are scattered throughout the arrangement, specifically at the front left, back right, front right, and back positions. Cakes are located on the left, front, and front right sides."} +{"scene_index": 2, "scene": "The mini table is at the front, with a bowl on its right. Black biscuits are placed at the back left, while regular biscuits are behind them. Cakes are positioned to the left, front right, and front. Mini chairs are located at the right, center (two instances), and front. Triangle building blocks are found at the front left, back right, and back, with an additional block at the front right. A larger table is centered in the arrangement."} +{"scene_index": 3, "scene": "The mini table is positioned at the front and center, black biscuits are located at the back left, a bowl is placed on the right side, cakes are positioned at front right, left, and front, mini chairs are situated at the back, right, center, and front, and triangle building blocks are located at front left, back right, front right, back, and front."} +{"scene_index": 4, "scene": "The mini table is centered, with the bowl to its right. Black biscuits are at the back left, while mini chairs are positioned to the right and center. The triangle building blocks are at the front left and back right, along with cakes placed at the left, front right, and front. Additional mini chairs are at the center and front. Biscuits are on the left and back left, chairs are at the front right, and building blocks are at the back and back position."} +{"scene_index": 5, "scene": "Mini table is at the center, black biscuits are at the back left, mini chairs are at the center (multiple instances), triangle building blocks are at the front left, back right, and front right, cakes are at the front right, front, and left, a bowl is at the right, biscuits are at the back left."} +{"scene_index": 6, "scene": "Bowl is on the right, black biscuits are at back left, mini chairs are on the right, center, and front, triangle building blocks are at front left, back right, front right, and back, cakes are on the left, front, and front right, and mini table is at the center."} +{"scene_index": 7, "scene": "Mini Table is located at Center. Black Biscuits are located at Back Left. Mini Chairs are located at Center, Right, Front. Cakes are located at Left, Front, Front Right. Bowl is located at Right. Triangle Building Blocks are located at Front Left, Back Right, Front Right, Back."} +{"scene_index": 8, "scene": "Mini table is centered, Bowl is on the right side, Cakes are on the left and front right and front, Black biscuits are on the back left, Triangle building blocks are on the front left and back right and front right, Mini chairs are in the center (x3), on the right, and at the front, Building blocks are at the back, Biscuits are on the back left and left."} +{"scene_index": 9, "scene": "The mini table is at the front and center, the cakes are on the left and front, the bowl is on the right, the black biscuits are at the back left, the mini chairs are on the right, center, and front, the triangle building blocks are at the front left and back right, and the building blocks are at the front right and back."} +{"scene_index": 10, "scene": "The mini table is at the center. The bowl is on the right. Black biscuits are positioned at the back left. There are mini chairs on the right, two at the center, and one at the front. Cakes are placed at the front right, front, and left. Triangle building blocks are located at the front right, back right, back left, and back, as well as a triangle at the back. Biscuits are also at the back left."} +{"scene_index": 11, "scene": "The mini table is at the front and center. The cakes are on the left and front right. The black biscuits are at the back left and left. The bowl is on the right. The mini chairs are at the center (multiple), right, and front. The triangle building blocks are at the front left, front right, back right, back, and back. The triangle is at the back."} +{"scene_index": 12, "scene": "The mini table is in the front and center. The black biscuits are at the back left. The mini chairs are at the center, right, and front. The bowl is on the right. The triangle building blocks are at the front left, back right, front right, and back. The cakes are at the left, front, and front right. The biscuits are on the left."} +{"scene_index": 13, "scene": "The setup features a mini table centered with a bowl nearby on the right. Mini chairs are positioned to the right and center, along with triangle building blocks scattered across various points including front right, back right, front left, and back. Cakes are placed in multiple locations, primarily on the left and front. Black biscuits are at the back left, while regular biscuits are on the left and back left as well. A black object is also present near the front left."} +{"scene_index": 14, "scene": "Mini table is front and center, bowl is on the right, mini chairs are on the right (two of them), as well as at the back, center, and front, black biscuits are at the back left, cakes are on the left, front, and front right, and triangle building blocks are at the front left, front right, back right, and back."} +{"scene_index": 15, "scene": "The mini table is at the front, black biscuits are at the back left, mini chairs are at center, right, and front, bowl is on the right, triangle building blocks are at back right and back, cakes are at front right and front."} +{"scene_index": 16, "scene": "The Mini table is at the center. The cakes are on the left and front. The black biscuits are at the back left. The bowl is on the right. The mini chairs are on the right, center (two times), and front. The triangle building blocks are at the front left, front right, and back right. The building blocks are at the back. The biscuits are also at the back left."} +{"scene_index": 17, "scene": "The mini table is at the front, bowl on the right, cakes on the left, black biscuits at the back left, mini chairs in the center, triangle building blocks at front left and front right as well as back right, biscuits on the left and back left, and building blocks at the back."} +{"scene_index": 18, "scene": "The mini tables are at the center, with mini chairs also positioned at the center and right. The bowl is on the right, while black biscuits are at the back left and regular biscuits are at the left. Cakes are located at the left, front left, front right, and front. Triangle building blocks are placed at the front left, front right, back right, back, and back left."} +{"scene_index": 19, "scene": "The mini table is at the front and center; the cakes are on the left and front right; the bowl is on the right; the black biscuits are at the back left; two sets of mini chairs are in the center and right; triangle building blocks are at the front left, back right, and front right; another set of building blocks is at the back; a third set of cakes is at the front; and the biscuits are also at the back left."} +{"scene_index": 20, "scene": "The mini table is at the center, with a bowl on its right side. Black biscuits are positioned at the back left, and regular biscuits are also placed at the back left. Cakes are located at both the left and front right positions. Mini chairs are spread across the center, right, and front areas. Triangle building blocks are placed at the front left, back right, and front right, while regular building blocks are positioned at the back."} +{"scene_index": 21, "scene": "The scene features a mini table in the center with a bowl on its right side. To the front of the table is a mini chair and building blocks arranged across multiple positions, including the front left, front right, and back right. On the left side are cakes, black biscuits, and regular biscuits, while to the right are more cakes and a mini chair."} +{"scene_index": 22, "scene": "The mini table is at the front. The bowl and two sets of mini chairs are on the right. The triangle building blocks are spread across the front left, front right, and back right areas. Cakes are placed on the left, front, and front right sides. Biscuits are positioned on the front left, left, back left, and front positions."} +{"scene_index": 23, "scene": "The mini table is at the center, with mini chairs centered and also on the right. The bowl is on the right, while black biscuits are at the back left and regular biscuits are there too. Cakes are on the left, front right, and front. Triangle building blocks are at front left, back right, and back."} +{"scene_index": 24, "scene": "The mini table is in the center, cakes are on the left and front right, a bowl is on the right, mini chairs are at the back, right, center, and front, triangle building blocks are in the front left, front right, back right, and back, black biscuits are at the back left and front right, biscuits are at the back left, and a triangle is at the back."} +{"scene_index": 25, "scene": "The scene includes cakes positioned on the left and front, a mini table centered, black biscuits at the back left, a bowl on the right, triangle building blocks placed in the front left, back right, and front right, and mini chairs centered, on the right, and at the front."} +{"scene_index": 26, "scene": "The mini table is at the front black biscuits are at the back left bowl is on the right two mini chairs are on the right and center one mini chair is at the back cakes are at the front right triangle building blocks are at the front left and back right building blocks are at the front right and back a triangle is at the back biscuits are at the back left."} +{"scene_index": 27, "scene": "The mini table is at the center, with a bowl on its right. Cakes are on the left and front, black biscuits are at the back left, and triangle building blocks are scattered across the front, middle, and back positions, primarily on the right side. Mini chairs are positioned on the right, center, and front areas, while another set of mini chairs is also at the center."} +{"scene_index": 28, "scene": "The mini table is at the center. Cakes are on the left and front right. The bowl is on the right. Black biscuits are at the back left. Mini chairs are at the center, right, and front. Triangle building blocks are at the front left, front right, back right, and back. Biscuits are also on the left and back left."} +{"scene_index": 29, "scene": "Black biscuits are at the back left, the mini table is in the center front, cakes are on the front left and front right, a bowl is on the right side, mini chairs are in the center and on the right, triangle building blocks are on the back right, front left, and front right, building blocks are at the back, another set of mini chairs is at the front, biscuits are also at the back left, and the triangle building blocks are also on the back."} +{"scene_index": 30, "scene": "The mini table is centered. The bowl is on the right. The black biscuits are at the front left. The mini chairs are on the right and center (x2), and one is at the front. The triangle building blocks are at the front left, front right, back right, and back. The cakes are at the front right and front."} +{"scene_index": 31, "scene": "The mini table is in the center. The bowl is on the right. There are mini chairs at the back, right, and center positions. Cakes are placed on the front right, left, and front positions. Triangle building blocks are located on the front left and back right. Black biscuits are at the back left, and regular biscuits are on the left as well."} +{"scene_index": 32, "scene": "The mini table is in the front. A bowl is on the right. Black biscuits are at the back left. Mini chairs are in the center, right, and front. Cakes are on the left, front right, and front. Triangle building blocks are in the front left, back right, and front right. Biscuits are on the left and back left."} +{"scene_index": 33, "scene": "Mini table is in the front, bowl is on the right, black biscuits are at the back left, mini chairs are at the back, right, and center, triangle building blocks are at the front left, back right, and front right, cakes are on the left, front, and front right, another mini table is in the center, biscuits are at the left and back left, building blocks are at the back, and mini chairs are also at the front."} +{"scene_index": 34, "scene": "The mini table is at the front, with cakes on its left and right sides; black biscuits are placed in the back-left and back-right corners; a bowl sits to the right of the arrangement; mini chairs are centered, one at the front and another at the right side; triangle building blocks are positioned in various locations around the setup."} +{"scene_index": 35, "scene": "The mini table is at the front, with cakes positioned at the front right and front left. The bowl is on the right. Black biscuits are located in the back left. Mini chairs are placed at the right, center, front, and back. Triangle building blocks are situated at the front left, back right, front right, back, and triangle (singular) is at the back."} +{"scene_index": 36, "scene": "mini table is at front. cakes are at left and front right. black biscuits are at back left. mini chairs are at center, right, and front. triangle building blocks are at front left, back right, and back. bowl is at right. biscuits are at left and back left. table is at center."} +{"scene_index": 37, "scene": "The mini table is positioned at the front and center. Cakes are placed on the left front and front right. Black biscuits are located at the back left. A bowl is at the right. Mini chairs are positioned at the center right and front. Triangle building blocks are placed at the front left front right and back right. Building blocks are located at the back. Biscuits are also at the back left."} +{"scene_index": 38, "scene": "The mini table is in the front and center positions, with biscuits on the back left. Black biscuits are also present at the back left, a bowl on the right, and several mini chairs located on the right, center, and front. Cakes are positioned across multiple locations including the left, front left, front right, and front. Triangle building blocks are spread throughout the space, specifically at front left, back right, front right, and back."} +{"scene_index": 39, "scene": "The mini table is at the center, cakes are positioned to the left and front right, black biscuits are placed at the back left, a bowl is located on the right, mini chairs are arranged on the right, center, and front, and triangle building blocks can be found at the front left, back right, front right, and back."} +{"scene_index": 40, "scene": "Mini Table is placed at the center. Black biscuits are located at back left and left positions. Bowl is positioned on the right. Mini chairs are placed on the right, front, and center. Triangle building blocks are located at front left, back right, front right, and back positions. Cakes are positioned at front right, front, and left."} +{"scene_index": 41, "scene": "Cakes are positioned on the left and front right a bowl is on the right mini chairs are on the right center and front the mini table is in the center and front triangle building blocks are at the front left front right and back right black biscuits are at the front left and back left building blocks are at the back and a triangle is at the back."} +{"scene_index": 42, "scene": "The mini table is in the front, the bowl is on the right, the mini chairs are in the center, black biscuits are at the back left, mini chairs are also on the right, cakes are on the left, mini chairs are again in the center, triangle building blocks are at the front left, triangle building blocks are also at the back right, black biscuits are at the front left, triangle building blocks are at the front right, cakes are at the front right, triangle building blocks are also at the back, cakes are again at the front, mini chairs are in the front as well, and biscuits are at the back left."} +{"scene_index": 43, "scene": "The mini table is at the center, with mini chairs around it. Cakes are on the left and front sides, while biscuits are on the left and back left. Triangle building blocks are scattered across the front right, front left, back right, and back of the arrangement."} +{"scene_index": 44, "scene": "Mini table is at the center. Black biscuits are at the back left. Bowl is on the right. Mini chairs are on the right and center (two instances). Cakes are at the left and front right. Building blocks are at the front left, back, and front right (three instances). Triangle building blocks are at the back right and front right. Biscuits are at the back left. Triangle is at the back."} +{"scene_index": 45, "scene": "Mini Table is positioned in the center and Black Biscuits are positioned in the back left, while Cakes have multiple positions including Left, Front Right, and Front. The Bowl is positioned on the right, Triangle Building Blocks are placed in several locations such as Front Left, Back Right, and Front Right, and Mini Chairs have various placements including Center (x2), Right, and Front."} +{"scene_index": 46, "scene": "Cakes are positioned at the front and front right; mini tables are in the center; a bowl is on the right; black biscuits are at the back left; mini chairs are placed on the right, center, and front; triangle building blocks are located at the front left, back right, front right, and back; and additional biscuits are at the back left and left."} +{"scene_index": 47, "scene": "Black biscuits are at the back left. Mini chairs are positioned at the back, right, center, and front. A mini table is in front. A bowl is on the right. Cakes are located at the front right, front left, and front. Triangle building blocks are placed at the back right, front left, front right, and back."} +{"scene_index": 48, "scene": "A mini table is centered, with a bowl on the right. Black biscuits are at the back left, and regular biscuits are also on the left. Cakes are positioned front right, front, and left. Triangle building blocks are located front left, back right, front right, back, and center. Mini chairs are placed in the center (multiple), right, and front positions."} +{"scene_index": 49, "scene": "The mini table is front The bowl is right The mini chairs are right and center The black biscuits are back left and front left The triangle building blocks are front left back right front right and back The cakes are front right and front The mini chairs are front The triangle is back"} diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/subtask_annotations.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/subtask_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..11861944f21a313dabf7633830fcd5480d9690eb --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/annotations/subtask_annotations.jsonl @@ -0,0 +1,5 @@ +{"subtask_index": 0, "subtask": "End"} +{"subtask_index": 1, "subtask": "Abnormal"} +{"subtask_index": 2, "subtask": "Place the small bowl of canned food on the table with the right gripper"} +{"subtask_index": 3, "subtask": "Grasp the small bowl of canned food with right gripper"} +{"subtask_index": 4, "subtask": "null"} diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000000.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd6642d720637252eeb50a7d201781d2549fe656 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922afd7d2335e210c6b346f77005849cd7f67a51f0447754dab698ad0f89af22 +size 80553 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000001.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..237f9ba2ff96c7f13e2dce04c9ec4443b756dc9f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f25be559e68aa9015a8249254a312e753ad14f527836204757395600b19c25 +size 110887 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000002.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..312b2bcffd23202b589c5f9aa21124b627babfa0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9b36b4c3ce48efc55e2c4a76d224749063a60239542f8b379a52f62292d87e +size 92323 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000003.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dccd4149347ca1b3143f9faa63afbdd6d8d80b05 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7eb69348d1d61bc9fc2693981d91e5be7ebf79b8c210104c03c6c456dc4083b +size 80005 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000004.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02add78e269848dbbf7fe7190bb0295ed38d465e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41eff1aabccf920a9ed7e446c816c0acb3135967cded294c350ec2852cb55e24 +size 84446 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000005.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd298b6acbe13687c0b6ada219cda746020198e7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84740f2ad46b82fc358e69356b830bfd03763916187b2670c5944bd44b051389 +size 127333 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000006.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b29204ba2e2fdf8f75c62c8210a7058e5d2c0c1f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae99e45a729d4cdd5b73c97b37789cc48afe6933873d52dfc7d9a9d057c5ee8 +size 78516 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000007.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e64427109aed7273e6f4e73e36a64d76f954013f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcb1726320dd006bc23f5fd792c74b85a5bf2fa0f36d9db6b552d7f391bb6e3 +size 107940 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000008.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2959b75b4ad68cb523aba06314a5fa246c4bd9e6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d557aa57a04b5e0840bd120ba243bf5a2cb11664e259122fbfd81bee3d2f2e79 +size 104195 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000009.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7263030d0139cc8df52362e2223be975d37300d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d347563d6d88787802f27749e7fd73b7320c919ba56e73cc48c284bd04bfcf +size 90466 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000010.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a17cc99e4cc374bd2ffeebc437e643c643c7645 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4f4802c715877c1ce40ae11a4a6b68ca44d73248e641f6f84bb2285cc756aa +size 89821 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000011.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c81e59ee20942bef255866fa954edce7e56db64c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb639abe74684226da9ca190dca88f2b3db0089dfcec39c93059b9e66b27e196 +size 88396 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000012.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59f6a007018b8c1b93827fef698a2b8f536376f8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfddcd990171c28670165ea8299262f5c494b521d385d571927ee14d378361d +size 85605 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000013.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2417ffa0409e77a8bd2d605ee7b6fe48aaed745 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202e08ea209800e0ea28f17c16baac037b475b830ec3de97b2bd619358432ab2 +size 78457 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000014.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d5903678c8ed189f8d468630e9d586e964ba341 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5cffc9c27dfb3d0821c18847142074a69c5e69c95a9986289ba55c1fb56f96 +size 89937 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000015.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9389a82517c730434d3fb5232998a616aaa48f77 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bcd47a0e076866420488219d930e195f92f834f6454a92192455f9a76acc5e +size 86108 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000016.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7b590ac0ca40fc36ab9bc776932cad96946f19b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267f959e31d40c4403f376cb113221e3ece0b1164f86832119ba82a0e71f1ec6 +size 79576 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000017.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..047db5e744270d6e894347c4c11525930c1b333b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696b566046724f8e0b5abc3fc99c9e50af10f48c41ee4d7e822a5bf2c23c965d +size 81594 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000018.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d054fdece46e42e14f56357d340e74f927d426c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4d7b673da46a9554416f5b64b49db11b88e7c1ff14e5cdd5be2517d9a27402 +size 80538 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000019.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..058cce4442fd865d2a8d2cbb60dfbf00120ffcb0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596efeee19e8d7f8149c93d76c1a6a1102b588a287fea8ee26c35256973e00bc +size 75737 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000020.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..228ce6b62790140dee4734dbad37ce1809618d78 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993da09a5716bd281f4bb5d97372985ac752689d0f9d0bb6043f5197944ab7c5 +size 119567 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000021.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..249c94a8fc2a39f5d18233067a09da9f428c29ba --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2504379d677d8cbfaa5aa948bdf835d9598a8890af09158bcb5307e5f0ddd59 +size 78363 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000022.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6504f4eb93cebff496a7bf7e15c71f8c44b39d05 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ee36ecbb8c679c4383f3c542c8b4e1af5bae670701f0bed154ad9495e674fc +size 71055 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000023.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2391c75b1b59511c2331196136a66c21749a1e2 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73009923490ddaf3ef2a8a0a4f54de8e1eda2c6c627cde2be50b0417c7cb477e +size 91723 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000024.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fadfd1698471d998069eae3c5392d38a23306184 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c345e5c842dfc683d7a871124e110084cf111739624b5cd7ff6135a28b1086 +size 77902 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000025.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..725eae45450b43a4765cf67170d4bafbff205b13 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a839094acecb8465269f6d6e912138e202d9df86a129ea4a3cbf430721799d2e +size 73498 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000026.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09cf4daf074bf5b64989ee02a67e0cd7dfa6dc36 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270942d57141f25e15c5898bf7df2b43457f104bc6a292dc658a1edd6415cd69 +size 79805 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000027.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2318a632cd6a196e2b316446a3d3dce08e60fa9c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5810448ad2c044a5dc6fc692d54934a2e62e813fdbb7fa08acf0ee9aeeaa0a2b +size 83795 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000028.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..938bb4750427362d43e7a4e3e6a9f43236f44d38 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65af71506c8741bd1106953b38de9f5d42bc95a479c8a530455ca0b31ced0917 +size 105861 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000029.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c96e751c43afc16cd735631e7e82dfd9a37da2e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c04aca4c49173c42ae63b5e6dea4f113823d6bf382e85d43bb3ad5c305005b3 +size 70013 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000030.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60ec33e7b4e495663cb014ddc36a03a301ff6772 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f8aef1076a233401b49dc6ac60d4a7c59c82c4ba7ed418cc48674ed7fae23d +size 75157 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000031.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53d73e7e5853663f94b5631c0841279481046df4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e9f18d366bafdc153e7fd1670c5cff579f07db28350da830bbee3cf09949af +size 107720 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000032.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4eeac690b35aff542ac234244c6457150eeb59ac --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6324fcb2e6356ed9d075862ae32d4cbc9d78eb0e281c14cd1c91218da7f8b7a +size 78688 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000033.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26678235af8957f1a32a80d50f5498c28c1c31ac --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcffc6c557a19eb665e5685d22e666f7c64f624667ae5a6aa4d3689d7d5d47d7 +size 70361 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000034.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..809a13c4761781ca8d9d310de211e1e7ab22f17d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d869c8c3ad5a781d55fdf67c9f61e38fb12c297fe8ddf630e0a0e8502b3920f5 +size 89969 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000035.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9682d8bcf75e6c065fe23895159b4076b2935836 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8623774dae5e0cb8f88755d8a06cd8cae5176451e2c61ca9058c9767510f8bc7 +size 80265 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000036.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aed31b69cdcb42b0d2342ce50b2fdce4e5f0633 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27f4e297d0aa09bace7ed478f2eb7518ae5647032b5e3da1f3f3a0a7e24d9a5 +size 77616 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000037.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc777c60df1c27efcdeae859b659b024aa969f51 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6aaea2a3ea095a99f13ebc3ee38e723017868fffa6af9a3fff29195baef38b +size 71464 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000038.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb4adb7bfd1689c14e36873090708e06ea0e1cda --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa858ddcff629dfe39d98a17039ba4b326ce54f7d7397e833048ccd4c946f2e +size 107543 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000039.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54fc617064702cc4683a76900e99465ea264f072 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc553f9ad0f1902e17632a0de6af646869ca9ee10622645df7ff51c6c79a36f3 +size 132164 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000040.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ec3bd155a5f96e06d94aae7ad7c6415450dab23 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6225c731e39cccb26af31910a72604a17af887a6f785d34666fa55a303383e2 +size 83176 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000041.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9598fd528e77f7fca18abdc415a0db491dbfe45 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1aa893750eb970a45fdf0d2df25c1ce7c48b11e3912eb650c2588de34076f0 +size 71142 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000042.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..600dfb3060f844643b4c08f03d3367ee9d9f813d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c451a72bea9cce629dc951e1a6f953e069a29d5b5905e6bdf89ac36389d1508a +size 75592 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000043.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c1f08f11f055770bb080cee7e927a0fd3555227 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226336db2e1e9f258f13169a46d5285090596672327abdd95971df4044488be5 +size 101786 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000044.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbf7bb329ab72a58390fe07cd9c07a5480294afa --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec185e214766ca45c5e2c46da2df5a2c4410e8d9671c05bc8988df60fb5298eb +size 88033 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000045.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76645798de8f853b7afc2cc8fbd24ac9e5c8c2ec --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d6f3044935b4ed97dd5c17adfdbe722e9b4666c5995cfaa35d5691ba59062d +size 104077 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000046.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2367926bc68d3165b6598a5ea8dd0f705d9448bd --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0bd9523c6a3432f08dcde51bdf29d1220ac3611c302b6d94e22b9421786322 +size 77445 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000047.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5ee24620d95c9113a8475d4e2ee9561ce881bab --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c477617a36103ed27c615b19984cb238f984ce4c5a38daebb378509bf5731e05 +size 88834 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000048.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b548263f1964122e6359695f3a884f0475b8dc7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa3c331a914b1f09255bb16476a7eb9f3a3c3e979a6f6a4a2af54a2fadd2280 +size 79229 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000049.parquet b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb0b5235f9e11a30441df7f37994a5710334e09e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608624f9e7b29005e30f5fb3e12d8bbf5fa951f8628ecaf865c4dc957ea98a54 +size 95213 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/episodes.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..af90e4f5038c5d7caad09803dc5f37035326c0c9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/episodes.jsonl @@ -0,0 +1,50 @@ +{"episode_index": 0, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 141} +{"episode_index": 1, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 196} +{"episode_index": 2, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 161} +{"episode_index": 3, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 139} +{"episode_index": 4, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 144} +{"episode_index": 5, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 235} +{"episode_index": 6, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 134} +{"episode_index": 7, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 194} +{"episode_index": 8, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 183} +{"episode_index": 9, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 154} +{"episode_index": 10, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 159} +{"episode_index": 11, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 152} +{"episode_index": 12, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 145} +{"episode_index": 13, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 131} +{"episode_index": 14, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 156} +{"episode_index": 15, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 146} +{"episode_index": 16, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 135} +{"episode_index": 17, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 134} +{"episode_index": 18, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 140} +{"episode_index": 19, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 126} +{"episode_index": 20, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 211} +{"episode_index": 21, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 133} +{"episode_index": 22, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 119} +{"episode_index": 23, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 157} +{"episode_index": 24, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 133} +{"episode_index": 25, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 124} +{"episode_index": 26, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 136} +{"episode_index": 27, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 141} +{"episode_index": 28, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 191} +{"episode_index": 29, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 115} +{"episode_index": 30, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 126} +{"episode_index": 31, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 193} +{"episode_index": 32, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 135} +{"episode_index": 33, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 118} +{"episode_index": 34, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 153} +{"episode_index": 35, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 137} +{"episode_index": 36, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 131} +{"episode_index": 37, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 117} +{"episode_index": 38, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 192} +{"episode_index": 39, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 243} +{"episode_index": 40, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 148} +{"episode_index": 41, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 118} +{"episode_index": 42, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 127} +{"episode_index": 43, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 182} +{"episode_index": 44, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 150} +{"episode_index": 45, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 185} +{"episode_index": 46, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 132} +{"episode_index": 47, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 154} +{"episode_index": 48, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 135} +{"episode_index": 49, "tasks": ["the right hand picked up the mini bowl of canned food from the table and placed it on the mini table."], "length": 169} diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/episodes_stats.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..02c11449cc21660f752aad11e0d23ac32db2611c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/episodes_stats.jsonl @@ -0,0 +1,50 @@ +{"episode_index": 0, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.488923029003268]], [[0.4744548223039216]], [[0.46181056168300655]]], "std": [[[0.1941047739402662]], [[0.19144474539352813]], [[0.193122467002449]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.10196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5306122712418301]], [[0.5389281597222222]], [[0.5226413051470589]]], "std": [[[0.29725979691677296]], [[0.29684202790622577]], [[0.305425844224848]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5638183700980391]], [[0.5661088316993464]], [[0.5452157373366013]]], "std": [[[0.2996394034881178]], [[0.30419338756268316]], [[0.3127990764866393]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4494475551470588]], [[0.4690195894607843]], [[0.4462568504901961]]], "std": [[[0.3268953590982513]], [[0.3369265599602926]], [[0.3515897325503267]]], "count": [100]}, "observation.state": {"min": [1.0645074844360352, -0.699816882610321, 0.7322422862052917, -0.41859787702560425, -1.1276204586029053, 1.3193331956863403, -1.0587854385375977, -1.2365529537200928, 1.0659856796264648, -0.5741683840751648, 0.7041561603546143, -0.7887483835220337, 27.78928565979004, 62.5988883972168, -0.5168750286102295, 4.459374904632568, 16.732221603393555, 0.3643749952316284, 17.167499542236328, -0.6287499666213989, 16.06624984741211, 0.3487499952316284, 1.2606250047683716, 22.296875, 50.23500061035156, 51.72599792480469, 0.7856249809265137, -0.4856249988079071, 6.344444274902344, -0.30250000953674316, 6.915555477142334, 0.0, 5.232222080230713, 0.0625, 0.6122222542762756, 11.722222328186035], "max": [1.1336817741394043, -0.6586175560951233, 0.7749675512313843, -0.38387036323547363, -0.9630350470542908, 1.5295262336730957, -0.3557259440422058, -0.8565556406974792, 1.3381446599960327, 0.06857022643089294, 1.1138132810592651, -0.5523765683174133, 34.17625045776367, 69.49437713623047, 33.326873779296875, 6.913749694824219, 28.547500610351562, 0.7962499856948853, 21.267778396606445, 0.11625000834465027, 20.758888244628906, 0.8212499618530273, 4.945000171661377, 53.02199935913086, 69.03062438964844, 65.44499969482422, 1.971250057220459, 4.662222385406494, 51.416873931884766, 13.739999771118164, 62.05437469482422, 0.0, 65.54812622070312, 73.80937957763672, 52.41437530517578, 91.85687255859375], "mean": [1.07985258102417, -0.6851370334625244, 0.7578849792480469, -0.41031327843666077, -1.0081398487091064, 1.5130927562713623, -0.567797839641571, -1.0958750247955322, 1.2765488624572754, -0.34248191118240356, 0.8008622527122498, -0.6191376447677612, 31.810733795166016, 67.27820587158203, 7.392911434173584, 5.975502967834473, 26.51925277709961, 0.7574586272239685, 18.844938278198242, -0.544365644454956, 17.658472061157227, 0.5143142342567444, 2.6310694217681885, 36.38763427734375, 64.09469604492188, 55.580142974853516, 0.874370813369751, 0.729942262172699, 40.53420639038086, 6.1929802894592285, 46.79743576049805, 0.0, 44.123008728027344, 27.60421371459961, 27.425230026245117, 67.38386535644531], "std": [0.014522481709718704, 0.01287840399891138, 0.01653464511036873, 0.006071735173463821, 0.040017761290073395, 0.04452340677380562, 0.22846905887126923, 0.1228327825665474, 0.06794531643390656, 0.21987318992614746, 0.11229030787944794, 0.06002608314156532, 1.8112610578536987, 1.2513806819915771, 11.310705184936523, 0.6976200938224792, 1.8775460720062256, 0.04697698354721069, 1.1576036214828491, 0.11968467384576797, 1.0837364196777344, 0.061286281794309616, 1.2342932224273682, 9.01571273803711, 5.442772388458252, 2.402102470397949, 0.2081715166568756, 1.2431328296661377, 12.939334869384766, 5.2315592765808105, 16.803504943847656, 0.0, 16.320354461669922, 25.595552444458008, 15.208839416503906, 23.11703109741211], "count": [141]}, "action": {"min": [1.0645074844360352, -0.699816882610321, 0.7322422862052917, -0.41859787702560425, -1.1276204586029053, 1.3193331956863403, -1.0587854385375977, -1.2365529537200928, 1.0659856796264648, -0.5741683840751648, 0.7041561603546143, -0.7887483835220337, 27.78928565979004, 62.5988883972168, -0.5168750286102295, 4.459374904632568, 16.732221603393555, 0.3643749952316284, 17.167499542236328, -0.6287499666213989, 16.06624984741211, 0.3487499952316284, 1.2606250047683716, 22.296875, 50.23500061035156, 51.72599792480469, 0.7856249809265137, -0.4856249988079071, 6.344444274902344, -0.30250000953674316, 6.915555477142334, 0.0, 5.232222080230713, 0.0625, 0.6122222542762756, 11.722222328186035], "max": [1.1336817741394043, -0.6586175560951233, 0.7749675512313843, -0.38387036323547363, -0.9630350470542908, 1.5295262336730957, -0.3557259440422058, -0.8565556406974792, 1.3381446599960327, 0.06857022643089294, 1.1138132810592651, -0.5523765683174133, 34.17625045776367, 69.49437713623047, 33.326873779296875, 6.913749694824219, 28.547500610351562, 0.7962499856948853, 21.267778396606445, 0.11625000834465027, 20.758888244628906, 0.8212499618530273, 4.945000171661377, 53.02199935913086, 69.03062438964844, 65.44499969482422, 1.971250057220459, 4.662222385406494, 51.416873931884766, 13.739999771118164, 62.05437469482422, 0.0, 65.54812622070312, 73.80937957763672, 52.41437530517578, 91.85687255859375], "mean": [1.079852819442749, -0.6851365566253662, 0.7578856348991394, -0.41031327843666077, -1.008139967918396, 1.5130928754806519, -0.5677978992462158, -1.095874309539795, 1.276549220085144, -0.3424818217754364, 0.8008623123168945, -0.6191377639770508, 31.81072998046875, 67.27818298339844, 7.392917633056641, 5.975501537322998, 26.51925277709961, 0.7574587464332581, 18.84492301940918, -0.5443657040596008, 17.658470153808594, 0.5143140554428101, 2.6310696601867676, 36.38762664794922, 64.09471893310547, 55.58015441894531, 0.874370813369751, 0.7299421429634094, 40.53421401977539, 6.1929826736450195, 46.79743576049805, 0.0, 44.123008728027344, 27.604215621948242, 27.42521095275879, 67.38389587402344], "std": [0.014522482641041279, 0.012878403067588806, 0.016534646973013878, 0.006071735173463821, 0.0400177538394928, 0.04452340677380562, 0.22846892476081848, 0.12283282727003098, 0.06794533133506775, 0.21987316012382507, 0.11229030042886734, 0.06002608686685562, 1.8112610578536987, 1.2513806819915771, 11.310705184936523, 0.6976200342178345, 1.8775460720062256, 0.046976976096630096, 1.1576037406921387, 0.11968468129634857, 1.0837363004684448, 0.06128626689314842, 1.2342933416366577, 9.015711784362793, 5.442772388458252, 2.4021012783050537, 0.20817162096500397, 1.2431329488754272, 12.939334869384766, 5.2315592765808105, 16.803504943847656, 0.0, 16.32035255432129, 25.595552444458008, 15.20883846282959, 23.117027282714844], "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": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [141]}, "index": {"min": [0], "max": [140], "mean": [70.0], "std": [40.702170294305766], "count": [141]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [141]}, "subtask_annotation": {"mean": [2.021276595744681, 4.0, 4.0, 4.0, 4.0], "std": [0.9997736276145306, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [141]}, "scene_annotation": {"mean": [0.0], "std": [0.0], "min": [0], "max": [0], "count": [141]}, "eef_direction_state": {"mean": [5.624113475177305, 3.141843971631206], "std": [0.7199192930751499, 2.1324296410987875], "min": [4, 0], "max": [6, 6], "count": [141]}, "eef_velocity_state": {"mean": [0.23404255319148937, 1.1347517730496455], "std": [0.4233989094070724, 0.8184040701703075], "min": [0, 0], "max": [1, 2], "count": [141]}, "eef_acc_mag_state": {"mean": [0.19858156028368795, 1.0638297872340425], "std": [0.5486263717961335, 0.8439418315258737], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_direction_action": {"mean": [5.624113475177305, 3.141843971631206], "std": [0.7199192930751499, 2.1324296410987875], "min": [4, 0], "max": [6, 6], "count": [141]}, "eef_velocity_action": {"mean": [0.23404255319148937, 1.1347517730496455], "std": [0.4233989094070724, 0.8184040701703075], "min": [0, 0], "max": [1, 2], "count": [141]}, "eef_acc_mag_action": {"mean": [0.19858156028368795, 1.0638297872340425], "std": [0.5486263717961335, 0.8439418315258737], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_sim_pose_state": {"mean": [0.5926484137488074, 0.22191347321835903, 1.15069557106756, -1.993235958485557, 1.3636527253321065, -2.385352361857632, 0.6639699276134496, -0.07875615974448398, 1.2217084117762889, 1.213838602702314, 1.005051574227003, 2.146511095724426], "std": [0.003419561407906085, 0.00236558037591336, 0.007937975063675396, 0.13973262813629467, 0.031188772191214482, 0.13899698682404643, 0.013564761276060405, 0.07804801890446546, 0.05185584371853172, 0.23620284932082994, 0.07457448438572217, 0.06587666357737842], "min": [0.5885093359366325, 0.21954729991474886, 1.1418034520036924, -2.139217490551589, 1.2373418304849486, -2.532774605185641, 0.6215383259232616, -0.2007206811679383, 1.1409036338478704, 0.9925998295629496, 0.8256590396340102, 2.0173621174394967], "max": [0.5966054999656218, 0.23061376096305214, 1.1687107606241636, -1.583956383900787, 1.3993829630780663, -1.9830827985959478, 0.6866549407993163, 0.0075808301250983035, 1.2692051268652254, 1.610543628185329, 1.0891511890376853, 2.269756843005598], "count": [141]}, "eef_sim_pose_action": {"mean": [0.5926484137488074, 0.22191347321835903, 1.15069557106756, -1.993235958485557, 1.3636527253321065, -2.385352361857632, 0.6639699276134496, -0.07875615974448398, 1.2217084117762889, 1.213838602702314, 1.005051574227003, 2.146511095724426], "std": [0.003419561407906085, 0.00236558037591336, 0.007937975063675396, 0.13973262813629467, 0.031188772191214482, 0.13899698682404643, 0.013564761276060405, 0.07804801890446546, 0.05185584371853172, 0.23620284932082994, 0.07457448438572217, 0.06587666357737842], "min": [0.5885093359366325, 0.21954729991474886, 1.1418034520036924, -2.139217490551589, 1.2373418304849486, -2.532774605185641, 0.6215383259232616, -0.2007206811679383, 1.1409036338478704, 0.9925998295629496, 0.8256590396340102, 2.0173621174394967], "max": [0.5966054999656218, 0.23061376096305214, 1.1687107606241636, -1.583956383900787, 1.3993829630780663, -1.9830827985959478, 0.6866549407993163, 0.0075808301250983035, 1.2692051268652254, 1.610543628185329, 1.0891511890376853, 2.269756843005598], "count": [141]}}} +{"episode_index": 1, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0196078431372549]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4908646241830065]], [[0.477708029003268]], [[0.4630506270424836]]], "std": [[[0.19694287545743955]], [[0.19116307715139383]], [[0.19381529022106347]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1803921568627451]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5221726368464051]], [[0.5394144260620914]], [[0.5223231413398693]]], "std": [[[0.29641319884609]], [[0.29909821093765454]], [[0.31039846642328384]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.06666666666666667]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5690225857843138]], [[0.5689070751633987]], [[0.5477067381535948]]], "std": [[[0.2957932362223213]], [[0.29999082123403337]], [[0.3081458863396142]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4456245077614379]], [[0.4651675980392157]], [[0.44229708129084966]]], "std": [[[0.32617781905426046]], [[0.3366690661390338]], [[0.35070957860348356]]], "count": [100]}, "observation.state": {"min": [1.1257343292236328, -0.7319085597991943, 0.7413977384567261, -0.39024949073791504, -1.5698778629302979, 0.9405279755592346, -1.0218299627304077, -1.264019250869751, 1.0425090789794922, -0.6258106231689453, 0.6909237504005432, -0.6851300597190857, 12.949999809265137, 62.022499084472656, -0.5887500047683716, 1.6074999570846558, 5.812222003936768, -0.41187500953674316, 15.306666374206543, -0.5868749618530273, 13.108749389648438, 1.0731250047683716, 1.0612499713897705, 16.263124465942383, 45.14666748046875, 56.881874084472656, 0.8843749761581421, 0.04374999925494194, 19.334444046020508, -0.3487499952316284, 26.483333587646484, 0.0, 26.33333396911621, -0.025624999776482582, 3.859999895095825, 38.47222137451172], "max": [1.1765341758728027, -0.6476501226425171, 0.8226520419120789, -0.3107118308544159, -1.0570210218429565, 1.3715953826904297, -0.28753718733787537, -0.9037367701530457, 1.3887379169464111, 0.10785161703824997, 1.5311368703842163, -0.46003568172454834, 35.97249984741211, 70.36222076416016, 28.897499084472656, 9.791250228881836, 22.405624389648438, 0.8706250190734863, 21.807498931884766, 0.3449999988079071, 24.41374969482422, 1.5625, 10.523750305175781, 53.77562713623047, 66.73562622070312, 67.42200469970703, 2.106250047683716, 4.09375, 47.45750045776367, 13.297499656677246, 60.00749969482422, 0.0, 60.180625915527344, 48.359375, 42.48500061035156, 89.17375183105469], "mean": [1.1400331258773804, -0.6949317455291748, 0.7897017598152161, -0.37029337882995605, -1.1206499338150024, 1.2868123054504395, -0.6056001782417297, -1.1128976345062256, 1.3034471273422241, -0.3576917052268982, 0.8530092239379883, -0.5242283940315247, 31.8561954498291, 64.52188873291016, 3.9371418952941895, 7.362937927246094, 14.152599334716797, 0.2588226795196533, 18.951740264892578, -0.34267503023147583, 20.167585372924805, 1.160417079925537, 4.201954364776611, 42.9112434387207, 60.60348129272461, 60.1147346496582, 0.9963498711585999, 1.0076602697372437, 39.608192443847656, 5.240974426269531, 47.92198944091797, 0.0, 44.80019760131836, 17.655771255493164, 21.744796752929688, 68.78338623046875], "std": [0.00956946425139904, 0.025018956512212753, 0.02549952082335949, 0.01337431464344263, 0.09730128943920135, 0.08669403195381165, 0.24465657770633698, 0.12451572716236115, 0.08356979489326477, 0.2318892776966095, 0.1665138453245163, 0.06388815492391586, 3.7842183113098145, 2.0818257331848145, 8.292651176452637, 2.5949580669403076, 5.3369855880737305, 0.5703991055488586, 1.5098861455917358, 0.24751386046409607, 3.2116341590881348, 0.0784088671207428, 3.478729009628296, 9.062270164489746, 6.332462310791016, 2.6182632446289062, 0.1836768388748169, 1.0298521518707275, 7.943221092224121, 5.6751227378845215, 11.214054107666016, 0.0, 10.536701202392578, 18.21161460876465, 13.998485565185547, 13.780170440673828], "count": [196]}, "action": {"min": [1.1257343292236328, -0.7319085597991943, 0.7413977384567261, -0.39024949073791504, -1.5698778629302979, 0.9405279755592346, -1.0218299627304077, -1.264019250869751, 1.0425090789794922, -0.6258106231689453, 0.6909237504005432, -0.6851300597190857, 12.949999809265137, 62.022499084472656, -0.5887500047683716, 1.6074999570846558, 5.812222003936768, -0.41187500953674316, 15.306666374206543, -0.5868749618530273, 13.108749389648438, 1.0731250047683716, 1.0612499713897705, 16.263124465942383, 45.14666748046875, 56.881874084472656, 0.8843749761581421, 0.04374999925494194, 19.334444046020508, -0.3487499952316284, 26.483333587646484, 0.0, 26.33333396911621, -0.025624999776482582, 3.859999895095825, 38.47222137451172], "max": [1.1765341758728027, -0.6476501226425171, 0.8226520419120789, -0.3107118308544159, -1.0570210218429565, 1.3715953826904297, -0.28753718733787537, -0.9037367701530457, 1.3887379169464111, 0.10785161703824997, 1.5311368703842163, -0.46003568172454834, 35.97249984741211, 70.36222076416016, 28.897499084472656, 9.791250228881836, 22.405624389648438, 0.8706250190734863, 21.807498931884766, 0.3449999988079071, 24.41374969482422, 1.5625, 10.523750305175781, 53.77562713623047, 66.73562622070312, 67.42200469970703, 2.106250047683716, 4.09375, 47.45750045776367, 13.297499656677246, 60.00749969482422, 0.0, 60.180625915527344, 48.359375, 42.48500061035156, 89.17375183105469], "mean": [1.1400328874588013, -0.6949312686920166, 0.7897018194198608, -0.3702933192253113, -1.120650053024292, 1.286812424659729, -0.605600118637085, -1.1128978729248047, 1.303446888923645, -0.35769179463386536, 0.8530093431472778, -0.5242281556129456, 31.856185913085938, 64.52186584472656, 3.9371402263641357, 7.362939357757568, 14.152595520019531, 0.2588227093219757, 18.951745986938477, -0.34267497062683105, 20.167587280273438, 1.1604174375534058, 4.201959133148193, 42.911251068115234, 60.6035041809082, 60.11472702026367, 0.9963503479957581, 1.007660150527954, 39.60820007324219, 5.240973472595215, 47.922000885009766, 0.0, 44.80019760131836, 17.655763626098633, 21.744802474975586, 68.78337097167969], "std": [0.00956946425139904, 0.025018954649567604, 0.025499515235424042, 0.01337431464344263, 0.09730128943920135, 0.08669403195381165, 0.24465657770633698, 0.12451572716236115, 0.08356979489326477, 0.2318892627954483, 0.1665138304233551, 0.06388814747333527, 3.7842180728912354, 2.0818257331848145, 8.292655944824219, 2.5949583053588867, 5.336986064910889, 0.5703991055488586, 1.5098861455917358, 0.2475138008594513, 3.211634397506714, 0.0784088596701622, 3.4787282943725586, 9.06226921081543, 6.332461833953857, 2.6182634830474854, 0.18367692828178406, 1.029852032661438, 7.943221092224121, 5.675121784210205, 11.214054107666016, 0.0, 10.536701202392578, 18.21161651611328, 13.998485565185547, 13.780171394348145], "count": [196]}, "timestamp": {"min": [0.0], "max": [6.5], "mean": [3.25], "std": [1.8859863319877066], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [196]}, "index": {"min": [141], "max": [336], "mean": [238.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [196]}, "subtask_annotation": {"mean": [1.9795918367346939, 4.0, 4.0, 4.0, 4.0], "std": [1.0398154451311827, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [196]}, "scene_annotation": {"mean": [1.0], "std": [0.0], "min": [1], "max": [1], "count": [196]}, "eef_direction_state": {"mean": [5.637755102040816, 3.5408163265306123], "std": [0.7045066744259445, 1.9439512011330193], "min": [4, 0], "max": [6, 6], "count": [196]}, "eef_velocity_state": {"mean": [0.32142857142857145, 1.0408163265306123], "std": [0.6338656910463877, 0.7813954987378218], "min": [0, 0], "max": [2, 2], "count": [196]}, "eef_acc_mag_state": {"mean": [0.1989795918367347, 0.7755102040816326], "std": [0.5308819957966722, 0.8333680403712407], "min": [0, 0], "max": [2, 2], "count": [196]}, "eef_direction_action": {"mean": [5.637755102040816, 3.5408163265306123], "std": [0.7045066744259445, 1.9439512011330193], "min": [4, 0], "max": [6, 6], "count": [196]}, "eef_velocity_action": {"mean": [0.32142857142857145, 1.0408163265306123], "std": [0.6338656910463877, 0.7813954987378218], "min": [0, 0], "max": [2, 2], "count": [196]}, "eef_acc_mag_action": {"mean": [0.1989795918367347, 0.7755102040816326], "std": [0.5308819957966722, 0.8333680403712407], "min": [0, 0], "max": [2, 2], "count": [196]}, "eef_sim_pose_state": {"mean": [0.5911299600455101, 0.230162902262024, 1.1604393445153351, -1.6392042595242853, 1.2083087560731152, -2.051400680107214, 0.6614577653131065, -0.08102921382133617, 1.2131806172852253, 1.2489248513217925, 0.9295110850500071, 2.205731667440495], "std": [0.005217001072576438, 0.0025038447308068064, 0.022514684804231154, 0.17295518303252683, 0.09439072134948963, 0.1436986964130202, 0.016468796049431432, 0.0772183407773238, 0.05780797548160749, 0.23594729701204245, 0.10494290450105145, 0.1078111151764744], "min": [0.5721917958051748, 0.22743270631101875, 1.1416371477249019, -1.7528804542117835, 0.8232024331196142, -2.147495075467086, 0.5933192443867712, -0.19245131253769066, 1.129870224221134, 0.8915281578698482, 0.6155882671158834, 1.7890581410034334], "max": [0.5987035721168432, 0.23970922572391873, 1.2562260030085093, -0.9445611736689739, 1.29787814474544, -1.5310018029203694, 0.6725331457509257, 0.008663211380572411, 1.304347249290283, 1.5985260439462146, 1.0589956091175612, 2.3172797406121513], "count": [196]}, "eef_sim_pose_action": {"mean": [0.5911299600455101, 0.230162902262024, 1.1604393445153351, -1.6392042595242853, 1.2083087560731152, -2.051400680107214, 0.6614577653131065, -0.08102921382133617, 1.2131806172852253, 1.2489248513217925, 0.9295110850500071, 2.205731667440495], "std": [0.005217001072576438, 0.0025038447308068064, 0.022514684804231154, 0.17295518303252683, 0.09439072134948963, 0.1436986964130202, 0.016468796049431432, 0.0772183407773238, 0.05780797548160749, 0.23594729701204245, 0.10494290450105145, 0.1078111151764744], "min": [0.5721917958051748, 0.22743270631101875, 1.1416371477249019, -1.7528804542117835, 0.8232024331196142, -2.147495075467086, 0.5933192443867712, -0.19245131253769066, 1.129870224221134, 0.8915281578698482, 0.6155882671158834, 1.7890581410034334], "max": [0.5987035721168432, 0.23970922572391873, 1.2562260030085093, -0.9445611736689739, 1.29787814474544, -1.5310018029203694, 0.6725331457509257, 0.008663211380572411, 1.304347249290283, 1.5985260439462146, 1.0589956091175612, 2.3172797406121513], "count": [196]}}} +{"episode_index": 2, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0196078431372549]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4900189848856209]], [[0.4721072079248366]], [[0.45831474264705885]]], "std": [[[0.19349208690861502]], [[0.1922565077352471]], [[0.194401018521265]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.1803921568627451]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5178940584150327]], [[0.5364848651960785]], [[0.5201801429738562]]], "std": [[[0.29631836167252457]], [[0.298574636541245]], [[0.3115737720623184]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5713155269607842]], [[0.5714902001633987]], [[0.5498968627450981]]], "std": [[[0.2959763103445975]], [[0.3005581345470568]], [[0.3095163784876675]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4341924693627451]], [[0.45445719158496733]], [[0.43065117034313727]]], "std": [[[0.3238506903230123]], [[0.3350951132956325]], [[0.34944151980914906]]], "count": [100]}, "observation.state": {"min": [0.9827021956443787, -0.7369934320449829, 0.7413977384567261, -0.3696259558200836, -1.634516716003418, 0.7511465549468994, -0.9896619915962219, -1.2426565885543823, 0.9476064443588257, -0.5280575156211853, 0.6663185954093933, -0.758776068687439, 12.867500305175781, 58.96562576293945, -0.31062501668930054, 1.3324999809265137, 10.81624984741211, 0.16062499582767487, 13.159375190734863, -0.8274999856948853, 15.15999984741211, 0.5049999952316284, 1.274999976158142, 12.33187484741211, 34.19845962524414, 51.765625, 0.6881250143051147, -0.6637499928474426, 16.03125, -0.9325000047683716, 14.741999626159668, 0.0, 12.026000022888184, 0.3162499964237213, 2.8125, 3.431999921798706], "max": [1.224155068397522, -0.6386377215385437, 0.8823317289352417, -0.1975831389427185, -1.166695237159729, 1.237363576889038, -0.3706035017967224, -0.8473207950592041, 1.3569562435150146, 0.08548866957426071, 1.6399633884429932, -0.5502784848213196, 29.021875381469727, 79.77555847167969, 27.376874923706055, 5.991250038146973, 28.913124084472656, 20.044445037841797, 26.704999923706055, 3.3966665267944336, 21.14666748046875, 5.0722222328186035, 5.21999979019165, 47.428890228271484, 69.06500244140625, 67.64600372314453, 1.8862500190734863, 3.243000030517578, 54.90187454223633, 6.641250133514404, 64.79875183105469, 0.0, 74.06437683105469, 85.51875305175781, 48.59375, 102.89749908447266], "mean": [1.2059739828109741, -0.6714285016059875, 0.7726268768310547, -0.35335975885391235, -1.2515019178390503, 1.1718391180038452, -0.5920383334159851, -1.0792152881622314, 1.2565864324569702, -0.3178071677684784, 0.8700241446495056, -0.6032625436782837, 22.134235382080078, 71.11290740966797, 3.4404489994049072, 4.891005039215088, 25.923715591430664, 1.1725720167160034, 23.126901626586914, -0.10229110717773438, 17.348163604736328, 0.8816295266151428, 1.6026901006698608, 21.847097396850586, 56.53643035888672, 56.10828399658203, 0.8673675060272217, 0.4990954101085663, 39.90021896362305, 2.644984245300293, 46.79707336425781, 0.0, 46.090492248535156, 23.52070426940918, 26.88228416442871, 67.02886962890625], "std": [0.04305237531661987, 0.020489975810050964, 0.02941947989165783, 0.03075418435037136, 0.13940443098545074, 0.12450911104679108, 0.21628020703792572, 0.12878990173339844, 0.10662714391946793, 0.20449094474315643, 0.27105996012687683, 0.05563570186495781, 3.0639328956604004, 3.571126699447632, 7.290186882019043, 1.3038830757141113, 4.624838829040527, 3.343127489089966, 2.7907752990722656, 0.6792258024215698, 1.5425267219543457, 0.7307114005088806, 0.8518527746200562, 9.866223335266113, 9.745984077453613, 3.361102342605591, 0.2562376856803894, 0.9870011210441589, 14.733675003051758, 2.7902209758758545, 16.299165725708008, 0.0, 16.36691665649414, 25.296916961669922, 14.418501853942871, 24.32712173461914], "count": [161]}, "action": {"min": [0.9827021956443787, -0.7369934320449829, 0.7413977384567261, -0.3696259558200836, -1.634516716003418, 0.7511465549468994, -0.9896619915962219, -1.2426565885543823, 0.9476064443588257, -0.5280575156211853, 0.6663185954093933, -0.758776068687439, 12.867500305175781, 58.96562576293945, -0.31062501668930054, 1.3324999809265137, 10.81624984741211, 0.16062499582767487, 13.159375190734863, -0.8274999856948853, 15.15999984741211, 0.5049999952316284, 1.274999976158142, 12.33187484741211, 34.19845962524414, 51.765625, 0.6881250143051147, -0.6637499928474426, 16.03125, -0.9325000047683716, 14.741999626159668, 0.0, 12.026000022888184, 0.3162499964237213, 2.8125, 3.431999921798706], "max": [1.224155068397522, -0.6386377215385437, 0.8823317289352417, -0.1975831389427185, -1.166695237159729, 1.237363576889038, -0.3706035017967224, -0.8473207950592041, 1.3569562435150146, 0.08548866957426071, 1.6399633884429932, -0.5502784848213196, 29.021875381469727, 79.77555847167969, 27.376874923706055, 5.991250038146973, 28.913124084472656, 20.044445037841797, 26.704999923706055, 3.3966665267944336, 21.14666748046875, 5.0722222328186035, 5.21999979019165, 47.428890228271484, 69.06500244140625, 67.64600372314453, 1.8862500190734863, 3.243000030517578, 54.90187454223633, 6.641250133514404, 64.79875183105469, 0.0, 74.06437683105469, 85.51875305175781, 48.59375, 102.89749908447266], "mean": [1.205973505973816, -0.6714279651641846, 0.7726271748542786, -0.353359580039978, -1.2515027523040771, 1.1718389987945557, -0.592038094997406, -1.0792146921157837, 1.2565865516662598, -0.31780725717544556, 0.8700238466262817, -0.6032622456550598, 22.13422966003418, 71.11290740966797, 3.4404478073120117, 4.891003131866455, 25.923709869384766, 1.1725718975067139, 23.12690544128418, -0.10229118168354034, 17.348159790039062, 0.8816295266151428, 1.6026899814605713, 21.847105026245117, 56.53645324707031, 56.1082763671875, 0.8673679232597351, 0.4990954101085663, 39.90023422241211, 2.6449830532073975, 46.79705047607422, 0.0, 46.09049606323242, 23.520700454711914, 26.882291793823242, 67.02884674072266], "std": [0.043052371591329575, 0.020489977672696114, 0.02941947989165783, 0.03075418621301651, 0.13940443098545074, 0.12450911849737167, 0.21628016233444214, 0.12878988683223724, 0.10662714391946793, 0.20449095964431763, 0.27105993032455444, 0.05563570186495781, 3.0639331340789795, 3.5711264610290527, 7.290186882019043, 1.3038829565048218, 4.624838829040527, 3.343127727508545, 2.7907752990722656, 0.6792258024215698, 1.5425268411636353, 0.7307114005088806, 0.8518527746200562, 9.86622428894043, 9.745984077453613, 3.361102342605591, 0.2562377154827118, 0.9870012402534485, 14.733675003051758, 2.7902209758758545, 16.299165725708008, 0.0, 16.36691665649414, 25.296916961669922, 14.418500900268555, 24.327123641967773], "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": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [161]}, "index": {"min": [337], "max": [497], "mean": [417.0], "std": [46.475800154489], "count": [161]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [161]}, "subtask_annotation": {"mean": [1.7826086956521738, 4.0, 4.0, 4.0, 4.0], "std": [1.1404240911829566, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [161]}, "scene_annotation": {"mean": [2.0], "std": [0.0], "min": [2], "max": [2], "count": [161]}, "eef_direction_state": {"mean": [5.484472049689441, 3.3975155279503104], "std": [0.8495931804105694, 2.0919232528277942], "min": [4, 0], "max": [6, 6], "count": [161]}, "eef_velocity_state": {"mean": [0.4720496894409938, 1.186335403726708], "std": [0.7964370331931575, 0.8205812887700371], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_acc_mag_state": {"mean": [0.36024844720496896, 1.031055900621118], "std": [0.6645672484519382, 0.8445834744549088], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_direction_action": {"mean": [5.484472049689441, 3.3975155279503104], "std": [0.8495931804105694, 2.0919232528277942], "min": [4, 0], "max": [6, 6], "count": [161]}, "eef_velocity_action": {"mean": [0.4720496894409938, 1.186335403726708], "std": [0.7964370331931575, 0.8205812887700371], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_acc_mag_action": {"mean": [0.36024844720496896, 1.031055900621118], "std": [0.6645672484519382, 0.8445834744549088], "min": [0, 0], "max": [2, 2], "count": [161]}, "eef_sim_pose_state": {"mean": [0.5787106438980619, 0.23773421836987513, 1.1783517913014772, -1.503542351502094, 1.1200846914258538, -1.946370029902995, 0.6569647064193387, -0.086151863323021, 1.2287884665773292, 1.1873146176861087, 0.9452798136875228, 2.138184636524792], "std": [0.00390773437252616, 0.0036287677318214496, 0.03890476186710413, 0.25241802612068726, 0.16072349428023533, 0.17459338827649964, 0.03131386926343339, 0.07167269052420838, 0.051304027528770446, 0.28254553586956566, 0.13130448830095026, 0.16915728808217237], "min": [0.5668416821406397, 0.22317369229122808, 1.1551370555071134, -1.663793356757895, 0.5749743024349243, -2.065112100663752, 0.5583881332517086, -0.1897581639546982, 1.1403319647154544, 0.6932065133308184, 0.6010405693752725, 1.6965603228778852], "max": [0.5834588568104806, 0.2473563472682112, 1.316443118561124, -0.7409099241782364, 1.212595777733375, -1.5264173431575851, 0.6888209635291255, 0.0005333602958161876, 1.2975763143743158, 1.6914963480431955, 1.0447570502847077, 2.393756356881546], "count": [161]}, "eef_sim_pose_action": {"mean": [0.5787106438980619, 0.23773421836987513, 1.1783517913014772, -1.503542351502094, 1.1200846914258538, -1.946370029902995, 0.6569647064193387, -0.086151863323021, 1.2287884665773292, 1.1873146176861087, 0.9452798136875228, 2.138184636524792], "std": [0.00390773437252616, 0.0036287677318214496, 0.03890476186710413, 0.25241802612068726, 0.16072349428023533, 0.17459338827649964, 0.03131386926343339, 0.07167269052420838, 0.051304027528770446, 0.28254553586956566, 0.13130448830095026, 0.16915728808217237], "min": [0.5668416821406397, 0.22317369229122808, 1.1551370555071134, -1.663793356757895, 0.5749743024349243, -2.065112100663752, 0.5583881332517086, -0.1897581639546982, 1.1403319647154544, 0.6932065133308184, 0.6010405693752725, 1.6965603228778852], "max": [0.5834588568104806, 0.2473563472682112, 1.316443118561124, -0.7409099241782364, 1.212595777733375, -1.5264173431575851, 0.6888209635291255, 0.0005333602958161876, 1.2975763143743158, 1.6914963480431955, 1.0447570502847077, 2.393756356881546], "count": [161]}}} +{"episode_index": 3, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.485709164624183]], [[0.4716944791666667]], [[0.4592632189542484]]], "std": [[[0.19684801245562322]], [[0.19144741641066315]], [[0.19433815893265224]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.1803921568627451]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5270665114379085]], [[0.5447167606209151]], [[0.5241127675653595]]], "std": [[[0.30486968580388524]], [[0.3052262038268968]], [[0.3195326238189208]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.57812875]], [[0.5796969383169935]], [[0.5581113010620915]]], "std": [[[0.30050765204777197]], [[0.30494455540648363]], [[0.31260372294350025]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42992831699346407]], [[0.44979703839869284]], [[0.4263518178104575]]], "std": [[[0.32400162564276225]], [[0.3352673216283583]], [[0.34946000795525395]]], "count": [100]}, "observation.state": {"min": [1.1476691961288452, -0.7026143670082092, 0.7332437038421631, -0.36347466707229614, -1.5527114868164062, 1.0427210330963135, -1.0986018180847168, -1.2424181699752808, 1.034609317779541, -0.40431639552116394, 0.7876754999160767, -0.7575627565383911, 1.4706249237060547, 64.96778106689453, -0.45100000500679016, 2.993333339691162, 5.39555549621582, 0.41749998927116394, 4.319999694824219, 0.5199999809265137, 0.6509090662002563, -3.8237500190734863, 1.1462500095367432, -0.009999989531934261, 37.58374786376953, 53.34437561035156, 0.7400000095367432, -0.4449999928474426, 14.90333366394043, 0.6831250190734863, 19.257272720336914, 0.0, 14.840999603271484, 0.75, 1.5733333826065063, 25.724374771118164], "max": [1.1718716621398926, -0.6517032980918884, 0.7850130796432495, -0.3323844075202942, -1.2115901708602905, 1.2826638221740723, -0.4141155481338501, -0.8540284037590027, 1.348706841468811, 0.13743716478347778, 1.468278169631958, -0.6273604035377502, 18.1299991607666, 68.75812530517578, 24.362499237060547, 9.508749961853027, 12.071874618530273, 4.634999752044678, 11.273750305175781, 3.799999952316284, 7.462500095367432, 3.1762499809265137, 3.3887500762939453, 18.61400032043457, 67.81500244140625, 63.841251373291016, 2.2512500286102295, 2.793750047683716, 54.53125, 15.862500190734863, 64.01250457763672, 0.0, 60.11625289916992, 51.53375244140625, 39.12125015258789, 89.97687530517578], "mean": [1.1543655395507812, -0.6697431802749634, 0.7552270293235779, -0.3417440354824066, -1.2658497095108032, 1.2663631439208984, -0.6661185026168823, -1.0777487754821777, 1.2460155487060547, -0.22716401517391205, 0.9169589281082153, -0.6483657360076904, 2.6723058223724365, 67.4837646484375, 3.610475540161133, 8.488819122314453, 11.069791793823242, 0.6450555920600891, 9.365015029907227, 0.7715521454811096, 4.762151718139648, -3.4642086029052734, 1.9196628332138062, 2.4192519187927246, 59.33460235595703, 56.32501220703125, 0.9417786002159119, 0.3779161870479584, 41.14518356323242, 4.000373363494873, 48.25700378417969, 0.0, 44.968013763427734, 16.795732498168945, 17.02761459350586, 63.795780181884766], "std": [0.004449430387467146, 0.011133689433336258, 0.015998076647520065, 0.008205029182136059, 0.07049138844013214, 0.04918048903346062, 0.2294328361749649, 0.1365618109703064, 0.09246085584163666, 0.16423507034778595, 0.16831697523593903, 0.029135001823306084, 3.4244766235351562, 0.8365795612335205, 7.004146099090576, 1.3433449268341064, 1.222896695137024, 0.7365266680717468, 1.6399226188659668, 0.573571503162384, 1.7243825197219849, 1.229123592376709, 0.5950207114219666, 3.9084854125976562, 8.591541290283203, 2.3832294940948486, 0.28281500935554504, 0.8414832949638367, 13.824110984802246, 4.090144634246826, 14.811430931091309, 0.0, 13.739645004272461, 18.863548278808594, 10.814798355102539, 18.781694412231445], "count": [139]}, "action": {"min": [1.1476691961288452, -0.7026143670082092, 0.7332437038421631, -0.36347466707229614, -1.5527114868164062, 1.0427210330963135, -1.0986018180847168, -1.2424181699752808, 1.034609317779541, -0.40431639552116394, 0.7876754999160767, -0.7575627565383911, 1.4706249237060547, 64.96778106689453, -0.45100000500679016, 2.993333339691162, 5.39555549621582, 0.41749998927116394, 4.319999694824219, 0.5199999809265137, 0.6509090662002563, -3.8237500190734863, 1.1462500095367432, -0.009999989531934261, 37.58374786376953, 53.34437561035156, 0.7400000095367432, -0.4449999928474426, 14.90333366394043, 0.6831250190734863, 19.257272720336914, 0.0, 14.840999603271484, 0.75, 1.5733333826065063, 25.724374771118164], "max": [1.1718716621398926, -0.6517032980918884, 0.7850130796432495, -0.3323844075202942, -1.2115901708602905, 1.2826638221740723, -0.4141155481338501, -0.8540284037590027, 1.348706841468811, 0.13743716478347778, 1.468278169631958, -0.6273604035377502, 18.1299991607666, 68.75812530517578, 24.362499237060547, 9.508749961853027, 12.071874618530273, 4.634999752044678, 11.273750305175781, 3.799999952316284, 7.462500095367432, 3.1762499809265137, 3.3887500762939453, 18.61400032043457, 67.81500244140625, 63.841251373291016, 2.2512500286102295, 2.793750047683716, 54.53125, 15.862500190734863, 64.01250457763672, 0.0, 60.11625289916992, 51.53375244140625, 39.12125015258789, 89.97687530517578], "mean": [1.1543656587600708, -0.6697425842285156, 0.7552271485328674, -0.3417440354824066, -1.2658498287200928, 1.2663636207580566, -0.6661182641983032, -1.0777488946914673, 1.2460155487060547, -0.22716403007507324, 0.9169585704803467, -0.6483659744262695, 2.6723058223724365, 67.48377227783203, 3.610475540161133, 8.488819122314453, 11.069794654846191, 0.6450556516647339, 9.365018844604492, 0.7715520262718201, 4.762150764465332, -3.464207410812378, 1.9196617603302002, 2.4192519187927246, 59.33458709716797, 56.32500076293945, 0.9417786002159119, 0.37791621685028076, 41.14519500732422, 4.000372409820557, 48.25703048706055, 0.0, 44.968013763427734, 16.795732498168945, 17.027605056762695, 63.795799255371094], "std": [0.004449430387467146, 0.011133689433336258, 0.01599806919693947, 0.008205029182136059, 0.07049138844013214, 0.04918048903346062, 0.2294328361749649, 0.1365618258714676, 0.09246085584163666, 0.16423505544662476, 0.16831696033477783, 0.029135005548596382, 3.4244766235351562, 0.8365793228149414, 7.004146099090576, 1.3433449268341064, 1.2228964567184448, 0.7365264892578125, 1.6399224996566772, 0.5735713243484497, 1.7243825197219849, 1.229123592376709, 0.5950207114219666, 3.9084854125976562, 8.59153938293457, 2.383229970932007, 0.2828150987625122, 0.8414832949638367, 13.824108123779297, 4.090144634246826, 14.811432838439941, 0.0, 13.739645004272461, 18.863548278808594, 10.814800262451172, 18.781692504882812], "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": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [139]}, "index": {"min": [498], "max": [636], "mean": [567.0], "std": [40.124805295477756], "count": [139]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [139]}, "subtask_annotation": {"mean": [2.0431654676258995, 4.0, 4.0, 4.0, 4.0], "std": [0.9735384071388353, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [139]}, "scene_annotation": {"mean": [3.0], "std": [0.0], "min": [3], "max": [3], "count": [139]}, "eef_direction_state": {"mean": [5.654676258992806, 3.9928057553956835], "std": [0.7559093833993494, 1.6115429082102788], "min": [4, 0], "max": [6, 6], "count": [139]}, "eef_velocity_state": {"mean": [0.2302158273381295, 1.1510791366906474], "std": [0.5406703374980126, 0.8127904599999187], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_acc_mag_state": {"mean": [0.2446043165467626, 1.0359712230215827], "std": [0.573286958651411, 0.8345943911464051], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_direction_action": {"mean": [5.654676258992806, 3.9928057553956835], "std": [0.7559093833993494, 1.6115429082102788], "min": [4, 0], "max": [6, 6], "count": [139]}, "eef_velocity_action": {"mean": [0.2302158273381295, 1.1510791366906474], "std": [0.5406703374980126, 0.8127904599999187], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_acc_mag_action": {"mean": [0.2446043165467626, 1.0359712230215827], "std": [0.573286958651411, 0.8345943911464051], "min": [0, 0], "max": [2, 2], "count": [139]}, "eef_sim_pose_state": {"mean": [0.5809678210630763, 0.2254283241356348, 1.195464983652186, -1.2729947446249448, 1.1850271690027692, -1.7276130171701483, 0.6544181650124371, -0.0945214992972653, 1.2138667159341572, 1.2019168011029626, 0.914856637586653, 2.1210463212028623], "std": [0.0037051618784300134, 0.004468936603056458, 0.01425976848774065, 0.10409376159877866, 0.06994681630204068, 0.0930694737935226, 0.01797391890505534, 0.07112897884970024, 0.05182479858129613, 0.26242453626307716, 0.08391730900848986, 0.14027161503900185], "min": [0.5726116727662394, 0.22131580825651215, 1.182670028724438, -1.380272223914463, 0.8747139967927708, -1.8258890477097174, 0.6085098130856985, -0.20411870848926594, 1.1331240466229715, 0.9083402659024835, 0.6138722490010347, 1.7840172012847781], "max": [0.5863056439890257, 0.23951333068091896, 1.2484768216784297, -0.948056971304357, 1.2201313118796402, -1.469898312822106, 0.6708329963530592, -0.01063896351313387, 1.274395018645797, 1.6364360153428794, 0.9819256976311426, 2.356949132057565], "count": [139]}, "eef_sim_pose_action": {"mean": [0.5809678210630763, 0.2254283241356348, 1.195464983652186, -1.2729947446249448, 1.1850271690027692, -1.7276130171701483, 0.6544181650124371, -0.0945214992972653, 1.2138667159341572, 1.2019168011029626, 0.914856637586653, 2.1210463212028623], "std": [0.0037051618784300134, 0.004468936603056458, 0.01425976848774065, 0.10409376159877866, 0.06994681630204068, 0.0930694737935226, 0.01797391890505534, 0.07112897884970024, 0.05182479858129613, 0.26242453626307716, 0.08391730900848986, 0.14027161503900185], "min": [0.5726116727662394, 0.22131580825651215, 1.182670028724438, -1.380272223914463, 0.8747139967927708, -1.8258890477097174, 0.6085098130856985, -0.20411870848926594, 1.1331240466229715, 0.9083402659024835, 0.6138722490010347, 1.7840172012847781], "max": [0.5863056439890257, 0.23951333068091896, 1.2484768216784297, -0.948056971304357, 1.2201313118796402, -1.469898312822106, 0.6708329963530592, -0.01063896351313387, 1.274395018645797, 1.6364360153428794, 0.9819256976311426, 2.356949132057565], "count": [139]}}} +{"episode_index": 4, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4842169873366013]], [[0.47163184844771244]], [[0.45938689338235295]]], "std": [[[0.1987752549416387]], [[0.19295055459482946]], [[0.19528338805586243]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.1843137254901961]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5202738766339869]], [[0.5364665461601308]], [[0.5187802062908496]]], "std": [[[0.3086192742331826]], [[0.309608297752652]], [[0.3218699732225092]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.06666666666666667]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.571923839869281]], [[0.5738654554738561]], [[0.5527724448529412]]], "std": [[[0.2980924811470166]], [[0.3031206163548479]], [[0.3110196708164823]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4325909375]], [[0.45271506740196077]], [[0.42897899714052284]]], "std": [[[0.32328738771014687]], [[0.3342817647487246]], [[0.3490900633600701]]], "count": [100]}, "observation.state": {"min": [1.0895417928695679, -0.7423725724220276, 0.7429236173629761, -0.35701343417167664, -1.601582646369934, 0.9811763167381287, -1.048061728477478, -1.2511682510375977, 1.0319125652313232, -0.4406757950782776, 0.780022144317627, -0.6972419023513794, 2.015000104904175, 57.01750183105469, -0.5824999809265137, 1.4355555772781372, 4.634444236755371, -0.16249999403953552, 9.558333396911621, -0.41874998807907104, 11.392499923706055, -0.08374999463558197, 1.1415385007858276, 18.531875610351562, 45.196876525878906, 53.57437515258789, 0.6343749761581421, -0.35062500834465027, 5.322500228881836, -1.0668749809265137, 9.696874618530273, 0.0, 6.524374961853027, -0.05312500149011612, 0.6881250143051147, 3.1592307090759277], "max": [1.1418198347091675, -0.6694895625114441, 0.8199816942214966, -0.34821563959121704, -1.1386091709136963, 1.4029717445373535, -0.4175249934196472, -0.9062799215316772, 1.348706841468811, 0.15595991909503937, 1.5850521326065063, -0.5990596413612366, 32.375, 69.5425033569336, 40.349998474121094, 7.373125076293945, 26.204999923706055, 0.5199999809265137, 21.928125381469727, 0.2812499701976776, 18.379375457763672, 0.8837499618530273, 1.2143750190734863, 45.43000030517578, 70.27937316894531, 61.598751068115234, 1.71875, 6.832499980926514, 53.415626525878906, 24.71875, 60.58562469482422, 0.0, 68.62625122070312, 62.227500915527344, 57.01874923706055, 81.61500549316406], "mean": [1.109509825706482, -0.6830659508705139, 0.7696804404258728, -0.3521999716758728, -1.213329553604126, 1.3535619974136353, -0.6287178993225098, -1.1028107404708862, 1.2641570568084717, -0.2649441063404083, 0.93045973777771, -0.6140681505203247, 20.932472229003906, 65.27408599853516, 4.976631164550781, 5.915205478668213, 21.04956817626953, 0.025370484218001366, 18.442712783813477, -0.3380911648273468, 16.210248947143555, 0.08232462406158447, 1.1812173128128052, 23.759634017944336, 60.37038803100586, 56.42607879638672, 0.842965841293335, 1.5421594381332397, 36.78688430786133, 8.85331916809082, 43.2354621887207, 0.0, 42.941707611083984, 17.468074798583984, 25.031105041503906, 56.49342727661133], "std": [0.014575430192053318, 0.014625338837504387, 0.018660809844732285, 0.0030888367909938097, 0.11740565299987793, 0.10643452405929565, 0.21612781286239624, 0.11985161900520325, 0.08326366543769836, 0.16915667057037354, 0.191703200340271, 0.026197781786322594, 6.96206521987915, 3.011261463165283, 11.582625389099121, 1.3846663236618042, 4.78860330581665, 0.09437167644500732, 3.0496842861175537, 0.11868689209222794, 1.8368229866027832, 0.1621662974357605, 0.01978025585412979, 4.793643951416016, 9.59622573852539, 2.332317590713501, 0.27179625630378723, 2.2231123447418213, 16.152971267700195, 10.180051803588867, 17.860321044921875, 0.0, 19.26728057861328, 20.96712303161621, 16.535951614379883, 24.71076774597168], "count": [144]}, "action": {"min": [1.0895417928695679, -0.7423725724220276, 0.7429236173629761, -0.35701343417167664, -1.601582646369934, 0.9811763167381287, -1.048061728477478, -1.2511682510375977, 1.0319125652313232, -0.4406757950782776, 0.780022144317627, -0.6972419023513794, 2.015000104904175, 57.01750183105469, -0.5824999809265137, 1.4355555772781372, 4.634444236755371, -0.16249999403953552, 9.558333396911621, -0.41874998807907104, 11.392499923706055, -0.08374999463558197, 1.1415385007858276, 18.531875610351562, 45.196876525878906, 53.57437515258789, 0.6343749761581421, -0.35062500834465027, 5.322500228881836, -1.0668749809265137, 9.696874618530273, 0.0, 6.524374961853027, -0.05312500149011612, 0.6881250143051147, 3.1592307090759277], "max": [1.1418198347091675, -0.6694895625114441, 0.8199816942214966, -0.34821563959121704, -1.1386091709136963, 1.4029717445373535, -0.4175249934196472, -0.9062799215316772, 1.348706841468811, 0.15595991909503937, 1.5850521326065063, -0.5990596413612366, 32.375, 69.5425033569336, 40.349998474121094, 7.373125076293945, 26.204999923706055, 0.5199999809265137, 21.928125381469727, 0.2812499701976776, 18.379375457763672, 0.8837499618530273, 1.2143750190734863, 45.43000030517578, 70.27937316894531, 61.598751068115234, 1.71875, 6.832499980926514, 53.415626525878906, 24.71875, 60.58562469482422, 0.0, 68.62625122070312, 62.227500915527344, 57.01874923706055, 81.61500549316406], "mean": [1.1095095872879028, -0.6830654144287109, 0.7696810364723206, -0.3522000312805176, -1.213329792022705, 1.3535624742507935, -0.6287179589271545, -1.1028105020523071, 1.2641568183898926, -0.26494407653808594, 0.93045973777771, -0.6140680313110352, 20.932472229003906, 65.27408599853516, 4.97662878036499, 5.915205001831055, 21.04956817626953, 0.025370508432388306, 18.442707061767578, -0.33809131383895874, 16.210237503051758, 0.08232466876506805, 1.1812173128128052, 23.759626388549805, 60.37038803100586, 56.42607498168945, 0.842965841293335, 1.5421595573425293, 36.786888122558594, 8.853317260742188, 43.2354736328125, 0.0, 42.94172286987305, 17.468088150024414, 25.03110694885254, 56.49344253540039], "std": [0.014575429260730743, 0.014625339768826962, 0.01866081729531288, 0.0030888363253325224, 0.11740565299987793, 0.10643452405929565, 0.21612779796123505, 0.11985161900520325, 0.08326368033885956, 0.16915665566921234, 0.191703200340271, 0.026197785511612892, 6.962064743041992, 3.011261463165283, 11.582623481750488, 1.3846662044525146, 4.78860330581665, 0.09437166899442673, 3.0496842861175537, 0.11868689954280853, 1.8368229866027832, 0.16216623783111572, 0.01978025957942009, 4.793643474578857, 9.59622573852539, 2.332317590713501, 0.27179619669914246, 2.2231125831604004, 16.152973175048828, 10.180051803588867, 17.860321044921875, 0.0, 19.26727867126465, 20.967124938964844, 16.53594970703125, 24.71076774597168], "count": [144]}, "timestamp": {"min": [0.0], "max": [4.766666666666667], "mean": [2.3833333333333333], "std": [1.3856072341783612], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [144]}, "index": {"min": [637], "max": [780], "mean": [708.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}, "subtask_annotation": {"mean": [1.7986111111111112, 4.0, 4.0, 4.0, 4.0], "std": [1.0644499173484907, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [144]}, "scene_annotation": {"mean": [4.0], "std": [0.0], "min": [4], "max": [4], "count": [144]}, "eef_direction_state": {"mean": [5.611111111111111, 3.7152777777777777], "std": [0.7915448249319451, 1.4750856587389392], "min": [4, 0], "max": [6, 6], "count": [144]}, "eef_velocity_state": {"mean": [0.2847222222222222, 1.2569444444444444], "std": [0.6198475892916074, 0.7240561651190558], "min": [0, 0], "max": [2, 2], "count": [144]}, "eef_acc_mag_state": {"mean": [0.3333333333333333, 1.0416666666666667], "std": [0.6666666666666666, 0.8405933750763336], "min": [0, 0], "max": [2, 2], "count": [144]}, "eef_direction_action": {"mean": [5.611111111111111, 3.7152777777777777], "std": [0.7915448249319451, 1.4750856587389392], "min": [4, 0], "max": [6, 6], "count": [144]}, "eef_velocity_action": {"mean": [0.2847222222222222, 1.2569444444444444], "std": [0.6198475892916074, 0.7240561651190558], "min": [0, 0], "max": [2, 2], "count": [144]}, "eef_acc_mag_action": {"mean": [0.3333333333333333, 1.0416666666666667], "std": [0.6666666666666666, 0.8405933750763336], "min": [0, 0], "max": [2, 2], "count": [144]}, "eef_sim_pose_state": {"mean": [0.5881174735034692, 0.22329814103083967, 1.1929767513126555, -1.2775741515854695, 1.2515068030891914, -1.7230761518953235, 0.653575492145773, -0.08258215363046155, 1.2249680515922245, 1.1399627869242832, 0.8975986927733377, 2.10987269405461], "std": [0.004739451339096989, 0.005816270773954173, 0.021931905195570683, 0.1446501275777179, 0.13616520617806685, 0.12089995712767541, 0.01845285060547164, 0.06792342517338831, 0.05199122012603587, 0.24517676682690073, 0.0994427561022556, 0.1397803249513616], "min": [0.5750241332318021, 0.21943344949729274, 1.1788132488837784, -1.399768674017725, 0.7749477459646972, -1.83496863157468, 0.5902384290287204, -0.20392884888177365, 1.1325097285935508, 0.8779197048455226, 0.5964883435579806, 1.7477954215897473], "max": [0.5933540015367633, 0.24118846654679155, 1.2582112977632853, -0.897676562800937, 1.3156029622794105, -1.4221402361186533, 0.6690527180278917, -0.0029831416039038106, 1.2758407528270141, 1.5864697508037229, 0.9888135053897722, 2.3393492638120437], "count": [144]}, "eef_sim_pose_action": {"mean": [0.5881174735034692, 0.22329814103083967, 1.1929767513126555, -1.2775741515854695, 1.2515068030891914, -1.7230761518953235, 0.653575492145773, -0.08258215363046155, 1.2249680515922245, 1.1399627869242832, 0.8975986927733377, 2.10987269405461], "std": [0.004739451339096989, 0.005816270773954173, 0.021931905195570683, 0.1446501275777179, 0.13616520617806685, 0.12089995712767541, 0.01845285060547164, 0.06792342517338831, 0.05199122012603587, 0.24517676682690073, 0.0994427561022556, 0.1397803249513616], "min": [0.5750241332318021, 0.21943344949729274, 1.1788132488837784, -1.399768674017725, 0.7749477459646972, -1.83496863157468, 0.5902384290287204, -0.20392884888177365, 1.1325097285935508, 0.8779197048455226, 0.5964883435579806, 1.7477954215897473], "max": [0.5933540015367633, 0.24118846654679155, 1.2582112977632853, -0.897676562800937, 1.3156029622794105, -1.4221402361186533, 0.6690527180278917, -0.0029831416039038106, 1.2758407528270141, 1.5864697508037229, 0.9888135053897722, 2.3393492638120437], "count": [144]}}} +{"episode_index": 5, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48778163602941177]], [[0.47334375]], [[0.4592786315359477]]], "std": [[[0.19816412576907233]], [[0.1913753631156003]], [[0.19455266116730502]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.17647058823529413]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5317052512254903]], [[0.5490393831699346]], [[0.5307809987745098]]], "std": [[[0.3036803616741047]], [[0.30450800846629905]], [[0.3177367045711866]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.07450980392156863]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5661499040032679]], [[0.5689760212418301]], [[0.5466447017973857]]], "std": [[[0.2970819653043776]], [[0.3022367572290661]], [[0.3105705491897396]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.433562716503268]], [[0.45281531045751633]], [[0.4289381801470588]]], "std": [[[0.32460638869461905]], [[0.3356283000965427]], [[0.3501779632918937]]], "count": [100]}, "observation.state": {"min": [1.1490997076034546, -0.6756991744041443, 0.7177461981773376, -0.3840266764163971, -1.5588150024414062, 1.1705152988433838, -1.0041919946670532, -1.250929832458496, 1.008600115776062, -0.5433880686759949, 0.6758792996406555, -0.7465264201164246, 7.129230499267578, 65.56999969482422, -0.5674999952316284, 3.683333396911621, 9.606666564941406, -0.7450000047683716, 11.33187484741211, -0.4581249952316284, 7.345624923706055, 0.30812498927116394, 1.2143750190734863, 3.7481250762939453, 49.2599983215332, 50.303123474121094, 0.7599999904632568, -0.8306249976158142, 26.177499771118164, 0.47437500953674316, 27.061250686645508, 0.0, 25.979999542236328, -0.02499999850988388, 7.9869232177734375, 26.75749969482422], "max": [1.177805781364441, -0.6225680708885193, 0.7645829916000366, -0.36717021465301514, -1.203674554824829, 1.3864728212356567, -0.3223945200443268, -0.8270390033721924, 1.3635843992233276, 0.13247798383235931, 1.5293142795562744, -0.5603398680686951, 21.2081241607666, 68.48249816894531, 20.016250610351562, 9.486249923706055, 16.829374313354492, 1.009374976158142, 16.251249313354492, 0.21875, 14.982500076293945, 0.78125, 1.5356249809265137, 23.56399917602539, 75.66500091552734, 64.02444458007812, 1.9487500190734863, 0.76500004529953, 63.73062515258789, 38.265625, 69.94499969482422, 0.0, 69.71062469482422, 88.05937957763672, 49.875, 106.42937469482422], "mean": [1.1672186851501465, -0.6449547410011292, 0.7374714016914368, -0.37607792019844055, -1.2585095167160034, 1.3666459321975708, -0.5870040059089661, -1.0595808029174805, 1.2623766660690308, -0.35251832008361816, 0.8136321306228638, -0.5996735095977783, 14.776705741882324, 67.2462158203125, 1.06512451171875, 8.865280151367188, 13.38515853881836, 0.6415344476699829, 13.983877182006836, -0.3872917890548706, 11.982964515686035, 0.4417312443256378, 1.3786818981170654, 12.04716682434082, 64.44776153564453, 55.31946563720703, 0.8771840929985046, 0.07317525893449783, 44.75082778930664, 8.277141571044922, 50.32115173339844, 0.0, 50.04937744140625, 20.99076271057129, 32.500213623046875, 62.077579498291016], "std": [0.010975965298712254, 0.014717253856360912, 0.01312397699803114, 0.005298422183841467, 0.06270532310009003, 0.03915226459503174, 0.17589814960956573, 0.10947134345769882, 0.07521592825651169, 0.1408843845129013, 0.15859729051589966, 0.04101456329226494, 3.261718988418579, 0.5480836033821106, 4.555325508117676, 1.1614354848861694, 1.9636600017547607, 0.6073137521743774, 1.0801359415054321, 0.08630529046058655, 1.9967678785324097, 0.05397535860538483, 0.060823239386081696, 3.8249990940093994, 5.846634387969971, 2.8679068088531494, 0.17290498316287994, 0.3040991425514221, 9.123690605163574, 9.651202201843262, 10.857604026794434, 0.0, 10.01433277130127, 28.16761016845703, 11.635019302368164, 17.93759536743164], "count": [235]}, "action": {"min": [1.1490997076034546, -0.6756991744041443, 0.7177461981773376, -0.3840266764163971, -1.5588150024414062, 1.1705152988433838, -1.0041919946670532, -1.250929832458496, 1.008600115776062, -0.5433880686759949, 0.6758792996406555, -0.7465264201164246, 7.129230499267578, 65.56999969482422, -0.5674999952316284, 3.683333396911621, 9.606666564941406, -0.7450000047683716, 11.33187484741211, -0.4581249952316284, 7.345624923706055, 0.30812498927116394, 1.2143750190734863, 3.7481250762939453, 49.2599983215332, 50.303123474121094, 0.7599999904632568, -0.8306249976158142, 26.177499771118164, 0.47437500953674316, 27.061250686645508, 0.0, 25.979999542236328, -0.02499999850988388, 7.9869232177734375, 26.75749969482422], "max": [1.177805781364441, -0.6225680708885193, 0.7645829916000366, -0.36717021465301514, -1.203674554824829, 1.3864728212356567, -0.3223945200443268, -0.8270390033721924, 1.3635843992233276, 0.13247798383235931, 1.5293142795562744, -0.5603398680686951, 21.2081241607666, 68.48249816894531, 20.016250610351562, 9.486249923706055, 16.829374313354492, 1.009374976158142, 16.251249313354492, 0.21875, 14.982500076293945, 0.78125, 1.5356249809265137, 23.56399917602539, 75.66500091552734, 64.02444458007812, 1.9487500190734863, 0.76500004529953, 63.73062515258789, 38.265625, 69.94499969482422, 0.0, 69.71062469482422, 88.05937957763672, 49.875, 106.42937469482422], "mean": [1.1672183275222778, -0.6449548602104187, 0.7374710440635681, -0.3760782778263092, -1.2585097551345825, 1.366646409034729, -0.5870040059089661, -1.05958092212677, 1.2623766660690308, -0.35251834988594055, 0.8136324882507324, -0.5996732711791992, 14.77670955657959, 67.2462158203125, 1.0651257038116455, 8.865281105041504, 13.38515853881836, 0.6415345072746277, 13.983877182006836, -0.38729187846183777, 11.9829683303833, 0.441731333732605, 1.3786824941635132, 12.04716968536377, 64.4477767944336, 55.319480895996094, 0.8771841526031494, 0.07317530363798141, 44.75080871582031, 8.277141571044922, 50.321170806884766, 0.0, 50.04937744140625, 20.990758895874023, 32.50019836425781, 62.077606201171875], "std": [0.010975964367389679, 0.014717260375618935, 0.013123974204063416, 0.00529842171818018, 0.06270532310009003, 0.03915226459503174, 0.17589819431304932, 0.10947134345769882, 0.07521592825651169, 0.1408843994140625, 0.15859727561473846, 0.04101456701755524, 3.26171875, 0.5480836033821106, 4.555325984954834, 1.1614354848861694, 1.9636597633361816, 0.6073139309883118, 1.0801360607147217, 0.08630524575710297, 1.9967671632766724, 0.05397535488009453, 0.060823239386081696, 3.8249988555908203, 5.846634864807129, 2.867906093597412, 0.17290501296520233, 0.3040991425514221, 9.123693466186523, 9.651202201843262, 10.85760498046875, 0.0, 10.01433277130127, 28.167604446411133, 11.635021209716797, 17.93759536743164], "count": [235]}, "timestamp": {"min": [0.0], "max": [7.8], "mean": [3.9], "std": [2.261268080819551], "count": [235]}, "frame_index": {"min": [0], "max": [234], "mean": [117.0], "std": [67.83804242458652], "count": [235]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [235]}, "index": {"min": [781], "max": [1015], "mean": [898.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [235]}, "subtask_annotation": {"mean": [2.3063829787234043, 4.0, 4.0, 4.0, 4.0], "std": [1.027163882037009, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [235]}, "scene_annotation": {"mean": [5.0], "std": [0.0], "min": [5], "max": [5], "count": [235]}, "eef_direction_state": {"mean": [5.778723404255319, 3.519148936170213], "std": [0.6273674040504552, 1.511183599512331], "min": [4, 0], "max": [6, 6], "count": [235]}, "eef_velocity_state": {"mean": [0.1574468085106383, 1.3872340425531915], "std": [0.4756830165951359, 0.644986234811583], "min": [0, 0], "max": [2, 2], "count": [235]}, "eef_acc_mag_state": {"mean": [0.18723404255319148, 0.9872340425531915], "std": [0.5289962479360948, 0.8529341151569388], "min": [0, 0], "max": [2, 2], "count": [235]}, "eef_direction_action": {"mean": [5.778723404255319, 3.519148936170213], "std": [0.6273674040504552, 1.511183599512331], "min": [4, 0], "max": [6, 6], "count": [235]}, "eef_velocity_action": {"mean": [0.1574468085106383, 1.3872340425531915], "std": [0.4756830165951359, 0.644986234811583], "min": [0, 0], "max": [2, 2], "count": [235]}, "eef_acc_mag_action": {"mean": [0.18723404255319148, 0.9872340425531915], "std": [0.5289962479360948, 0.8529341151569388], "min": [0, 0], "max": [2, 2], "count": [235]}, "eef_sim_pose_state": {"mean": [0.5807604498544222, 0.23449344105394923, 1.1956875133313578, -1.2408929807045672, 1.2823675533271084, -1.6527808678861047, 0.6613154310412688, -0.09006428269490485, 1.2169014357954187, 1.2553633713901196, 0.985025635201218, 2.1859152722633093], "std": [0.0032829102193136523, 0.0028351236942860962, 0.014725311352937401, 0.11776310825681367, 0.06530230843524051, 0.10884572462990617, 0.01827271712529619, 0.053654387964091936, 0.055500051925077856, 0.28127180567853766, 0.06522430406489127, 0.18779962206056333], "min": [0.5718883213130561, 0.23083913492711544, 1.1825168134975825, -1.3747650631536272, 0.951417084877177, -1.7855984463971597, 0.5921677604493818, -0.206936589270581, 1.1409229525302118, 0.7925395360377225, 0.6834316613266131, 1.6828396353588244], "max": [0.5858166649776645, 0.24470220889512032, 1.2609902696475526, -0.8192931229033162, 1.315505685079485, -1.2929696972651876, 0.6788587224555142, 0.001574281085282847, 1.308432973188082, 1.635067607725282, 1.0760918316877688, 2.4302994639927213], "count": [235]}, "eef_sim_pose_action": {"mean": [0.5807604498544222, 0.23449344105394923, 1.1956875133313578, -1.2408929807045672, 1.2823675533271084, -1.6527808678861047, 0.6613154310412688, -0.09006428269490485, 1.2169014357954187, 1.2553633713901196, 0.985025635201218, 2.1859152722633093], "std": [0.0032829102193136523, 0.0028351236942860962, 0.014725311352937401, 0.11776310825681367, 0.06530230843524051, 0.10884572462990617, 0.01827271712529619, 0.053654387964091936, 0.055500051925077856, 0.28127180567853766, 0.06522430406489127, 0.18779962206056333], "min": [0.5718883213130561, 0.23083913492711544, 1.1825168134975825, -1.3747650631536272, 0.951417084877177, -1.7855984463971597, 0.5921677604493818, -0.206936589270581, 1.1409229525302118, 0.7925395360377225, 0.6834316613266131, 1.6828396353588244], "max": [0.5858166649776645, 0.24470220889512032, 1.2609902696475526, -0.8192931229033162, 1.315505685079485, -1.2929696972651876, 0.6788587224555142, 0.001574281085282847, 1.308432973188082, 1.635067607725282, 1.0760918316877688, 2.4302994639927213], "count": [235]}}} +{"episode_index": 6, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4848089072712418]], [[0.47037272058823526]], [[0.45682203635620916]]], "std": [[[0.19561201873200396]], [[0.19049518596435788]], [[0.19347594823892356]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.1411764705882353]], [[0.16862745098039217]], [[0.11764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5280873713235293]], [[0.5440923937908497]], [[0.5260053431372549]]], "std": [[[0.300147535774699]], [[0.3013383279457179]], [[0.31432245782463103]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.050980392156862744]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5692093075980392]], [[0.5727859640522875]], [[0.5505584660947712]]], "std": [[[0.2954151439737397]], [[0.29934075482767236]], [[0.3070051052973576]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43624284517973855]], [[0.455831045751634]], [[0.43212775531045755]]], "std": [[[0.32532204756992256]], [[0.33682745395082486]], [[0.3512135038436459]]], "count": [100]}, "observation.state": {"min": [1.0201716423034668, -0.7436441779136658, 0.6903753876686096, -0.409180223941803, -1.6245136260986328, 0.8440994024276733, -1.0422645807266235, -1.2209124565124512, 0.9666802287101746, -0.5019979476928711, 0.7110227346420288, -0.7568262815475464, 4.068749904632568, 62.854373931884766, -0.7093750238418579, 2.331249952316284, 11.16785717010498, 0.16625000536441803, 10.915384292602539, -0.3762499988079071, 6.256249904632568, 0.390625, 1.1577777862548828, 12.723124504089355, 23.3700008392334, 51.64375305175781, 0.7087500095367432, -0.10000000149011612, 6.212222099304199, -0.06687500327825546, 5.825555324554443, 0.0, 6.926666736602783, -0.4012500047683716, 6.07444429397583, 2.3533332347869873], "max": [1.2182421684265137, -0.6357290148735046, 0.8697430491447449, -0.2590430974960327, -1.24229896068573, 1.4403562545776367, -0.3892957866191864, -0.8801276683807373, 1.3215504884719849, 0.13196329772472382, 1.6338809728622437, -0.5953640937805176, 26.059999465942383, 77.554443359375, 16.155000686645508, 9.36312484741211, 23.534374237060547, 6.712222576141357, 17.1143741607666, -0.06750000268220901, 13.483124732971191, 0.75, 1.375, 39.16749954223633, 70.04312896728516, 68.7844467163086, 2.03125, 7.53000020980835, 53.53062438964844, 26.021249771118164, 63.44562530517578, 0.0, 66.41812896728516, 73.97687530517578, 51.217498779296875, 92.79312896728516], "mean": [1.193342924118042, -0.6517000198364258, 0.7232257127761841, -0.3962886333465576, -1.3209689855575562, 1.3679109811782837, -0.6401969194412231, -1.0487518310546875, 1.2298649549484253, -0.28090211749076843, 0.9085022211074829, -0.6259749531745911, 11.55111312866211, 69.16071319580078, 2.332864284515381, 7.59001350402832, 19.66654396057129, 0.6236361861228943, 14.95388126373291, -0.11688519269227982, 10.23932933807373, 0.5337060689926147, 1.297048807144165, 20.729135513305664, 58.86119842529297, 55.827293395996094, 0.843341052532196, 1.1488041877746582, 38.62851333618164, 9.697019577026367, 42.891483306884766, 0.0, 44.32408142089844, 16.0259952545166, 28.277408599853516, 52.703304290771484], "std": [0.03938087075948715, 0.025626901537179947, 0.0416293740272522, 0.030302997678518295, 0.10778041929006577, 0.15713703632354736, 0.21494556963443756, 0.10945272445678711, 0.09065485745668411, 0.19412873685359955, 0.26109370589256287, 0.03980276733636856, 5.035223484039307, 1.9520846605300903, 4.762104511260986, 1.904141902923584, 3.1191203594207764, 1.1546623706817627, 1.3190231323242188, 0.04708949476480484, 1.6445586681365967, 0.04920482635498047, 0.06126083433628082, 6.694730281829834, 10.243436813354492, 3.8651585578918457, 0.24941782653331757, 1.5671195983886719, 14.443490028381348, 10.959988594055176, 16.8299617767334, 0.0, 16.936939239501953, 22.084468841552734, 14.060319900512695, 23.845895767211914], "count": [134]}, "action": {"min": [1.0201716423034668, -0.7436441779136658, 0.6903753876686096, -0.409180223941803, -1.6245136260986328, 0.8440994024276733, -1.0422645807266235, -1.2209124565124512, 0.9666802287101746, -0.5019979476928711, 0.7110227346420288, -0.7568262815475464, 4.068749904632568, 62.854373931884766, -0.7093750238418579, 2.331249952316284, 11.16785717010498, 0.16625000536441803, 10.915384292602539, -0.3762499988079071, 6.256249904632568, 0.390625, 1.1577777862548828, 12.723124504089355, 23.3700008392334, 51.64375305175781, 0.7087500095367432, -0.10000000149011612, 6.212222099304199, -0.06687500327825546, 5.825555324554443, 0.0, 6.926666736602783, -0.4012500047683716, 6.07444429397583, 2.3533332347869873], "max": [1.2182421684265137, -0.6357290148735046, 0.8697430491447449, -0.2590430974960327, -1.24229896068573, 1.4403562545776367, -0.3892957866191864, -0.8801276683807373, 1.3215504884719849, 0.13196329772472382, 1.6338809728622437, -0.5953640937805176, 26.059999465942383, 77.554443359375, 16.155000686645508, 9.36312484741211, 23.534374237060547, 6.712222576141357, 17.1143741607666, -0.06750000268220901, 13.483124732971191, 0.75, 1.375, 39.16749954223633, 70.04312896728516, 68.7844467163086, 2.03125, 7.53000020980835, 53.53062438964844, 26.021249771118164, 63.44562530517578, 0.0, 66.41812896728516, 73.97687530517578, 51.217498779296875, 92.79312896728516], "mean": [1.1933430433273315, -0.6516999006271362, 0.7232258319854736, -0.39628881216049194, -1.320968747138977, 1.3679107427597046, -0.640197217464447, -1.0487515926361084, 1.2298649549484253, -0.2809021770954132, 0.9085022211074829, -0.6259748935699463, 11.551116943359375, 69.16070556640625, 2.3328638076782227, 7.590013027191162, 19.666545867919922, 0.6236361861228943, 14.953885078430176, -0.11688525229692459, 10.239336967468262, 0.5337061285972595, 1.2970482110977173, 20.729143142700195, 58.86118698120117, 55.8272819519043, 0.8433405756950378, 1.148803949356079, 38.62853240966797, 9.697021484375, 42.89149856567383, 0.0, 44.3240852355957, 16.0259952545166, 28.27741241455078, 52.703311920166016], "std": [0.03938087448477745, 0.025626901537179947, 0.0416293740272522, 0.030302997678518295, 0.10778041183948517, 0.15713703632354736, 0.21494555473327637, 0.10945272445678711, 0.09065485745668411, 0.19412873685359955, 0.26109373569488525, 0.03980276733636856, 5.035223484039307, 1.9520845413208008, 4.762105941772461, 1.9041420221328735, 3.1191208362579346, 1.1546624898910522, 1.3190233707427979, 0.04708950221538544, 1.6445587873458862, 0.04920482262969017, 0.061260808259248734, 6.694728851318359, 10.243435859680176, 3.8651583194732666, 0.24941788613796234, 1.5671195983886719, 14.443489074707031, 10.95998764038086, 16.8299617767334, 0.0, 16.936941146850586, 22.084470748901367, 14.060319900512695, 23.845895767211914], "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": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [134]}, "index": {"min": [1016], "max": [1149], "mean": [1082.5], "std": [38.68139087468288], "count": [134]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [134]}, "subtask_annotation": {"mean": [1.828358208955224, 4.0, 4.0, 4.0, 4.0], "std": [1.1877868508405147, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [134]}, "scene_annotation": {"mean": [6.0], "std": [0.0], "min": [6], "max": [6], "count": [134]}, "eef_direction_state": {"mean": [5.507462686567164, 3.388059701492537], "std": [0.8616737327678241, 1.6432151218675666], "min": [4, 0], "max": [6, 6], "count": [134]}, "eef_velocity_state": {"mean": [0.3880597014925373, 1.3059701492537314], "std": [0.7218389426473873, 0.6827032739799642], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_acc_mag_state": {"mean": [0.35074626865671643, 1.2014925373134329], "std": [0.6494252646966974, 0.7896707300417094], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_direction_action": {"mean": [5.507462686567164, 3.388059701492537], "std": [0.8616737327678241, 1.6432151218675666], "min": [4, 0], "max": [6, 6], "count": [134]}, "eef_velocity_action": {"mean": [0.3880597014925373, 1.3059701492537314], "std": [0.7218389426473873, 0.6827032739799642], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_acc_mag_action": {"mean": [0.35074626865671643, 1.2014925373134329], "std": [0.6494252646966974, 0.7896707300417094], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_sim_pose_state": {"mean": [0.57411541749456, 0.23746052213275212, 1.1988236131456138, -1.2204285619590112, 1.2589039152576864, -1.631661353840161, 0.6502800440891351, -0.09927648397404494, 1.2220580975867132, 1.1952616488061985, 0.934803161094445, 2.1290242606599783], "std": [0.0037024236027288437, 0.003094014041264997, 0.029874357050848937, 0.1570973144724379, 0.19107090159135132, 0.09896895810835085, 0.026247686406896373, 0.0667888688122563, 0.054179114239293225, 0.31167591209420353, 0.13224289060286384, 0.19576097544091114], "min": [0.5692902425058513, 0.2302729515609297, 1.1826887983948022, -1.342331508085993, 0.6302392727809267, -1.722527921945963, 0.5665992110998933, -0.19521842859488336, 1.1439543749799048, 0.782354221830668, 0.6107015052789073, 1.722411184539488], "max": [0.5801312612029578, 0.2472147226926688, 1.3007085748354212, -0.7738260880307395, 1.3476379102290186, -1.377204980074794, 0.6747594879788449, -0.002758062844651882, 1.2805477208906881, 1.663204515230235, 1.0510528287692766, 2.4147882215922123], "count": [134]}, "eef_sim_pose_action": {"mean": [0.57411541749456, 0.23746052213275212, 1.1988236131456138, -1.2204285619590112, 1.2589039152576864, -1.631661353840161, 0.6502800440891351, -0.09927648397404494, 1.2220580975867132, 1.1952616488061985, 0.934803161094445, 2.1290242606599783], "std": [0.0037024236027288437, 0.003094014041264997, 0.029874357050848937, 0.1570973144724379, 0.19107090159135132, 0.09896895810835085, 0.026247686406896373, 0.0667888688122563, 0.054179114239293225, 0.31167591209420353, 0.13224289060286384, 0.19576097544091114], "min": [0.5692902425058513, 0.2302729515609297, 1.1826887983948022, -1.342331508085993, 0.6302392727809267, -1.722527921945963, 0.5665992110998933, -0.19521842859488336, 1.1439543749799048, 0.782354221830668, 0.6107015052789073, 1.722411184539488], "max": [0.5801312612029578, 0.2472147226926688, 1.3007085748354212, -0.7738260880307395, 1.3476379102290186, -1.377204980074794, 0.6747594879788449, -0.002758062844651882, 1.2805477208906881, 1.663204515230235, 1.0510528287692766, 2.4147882215922123], "count": [134]}}} +{"episode_index": 7, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48326031249999996]], [[0.4725457986111111]], [[0.45991378267973854]]], "std": [[[0.2011601789675233]], [[0.19389137801166403]], [[0.19574626057481664]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.1450980392156863]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5184767504084967]], [[0.5336658741830066]], [[0.5180096405228758]]], "std": [[[0.3146177498496146]], [[0.3166910370977272]], [[0.3279385189815422]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.058823529411764705]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5711846854575163]], [[0.5757730841503268]], [[0.5529933864379085]]], "std": [[[0.2965140890944582]], [[0.29980925204233433]], [[0.3071938272152757]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4373065604575163]], [[0.4569499632352941]], [[0.43304983047385626]]], "std": [[[0.3235956031371846]], [[0.3343868870155341]], [[0.34894748327033015]]], "count": [100]}, "observation.state": {"min": [1.0112916231155396, -0.7328860759735107, 0.785410463809967, -0.3322175145149231, -1.5510159730911255, 1.0382280349731445, -1.1012139320373535, -1.2426565885543823, 0.9935106635093689, -0.3893911838531494, 0.7873893976211548, -0.7186363339424133, 22.832500457763672, 57.63750076293945, -0.7231249809265137, 1.7811111211776733, 7.144444465637207, 0.09812500327825546, 11.227499961853027, -0.8487499952316284, 9.71875, 0.7556250095367432, 1.109375, 12.73812484741211, 32.898887634277344, 52.458126068115234, 0.7599999904632568, -0.7981249690055847, 17.768888473510742, -0.6868749856948853, 25.786666870117188, 0.0, 27.478750228881836, -0.11437500268220901, 10.890625, 29.342222213745117], "max": [1.1152437925338745, -0.7039892673492432, 0.812352180480957, -0.3142404854297638, -1.0219968557357788, 1.3967965841293335, -0.45757991075515747, -0.8907454013824463, 1.339575171470642, 0.1993209719657898, 1.589756965637207, -0.5827038884162903, 38.58562469482422, 61.93333435058594, 8.162500381469727, 9.487499237060547, 15.466875076293945, 0.6850000023841858, 17.011249542236328, 0.009999990463256836, 15.8306245803833, 1.4800000190734863, 1.3224999904632568, 31.49333381652832, 68.61062622070312, 67.94857025146484, 2.3450000286102295, 2.315000057220459, 53.063751220703125, 34.901248931884766, 63.00749969482422, 0.0, 57.37312316894531, 96.14749908447266, 56.229373931884766, 107.17750549316406], "mean": [1.0233995914459229, -0.7219642400741577, 0.8000901937484741, -0.32474157214164734, -1.0680112838745117, 1.3536056280136108, -0.6983649730682373, -1.0618715286254883, 1.2452654838562012, -0.2101762890815735, 0.9088905453681946, -0.6209425926208496, 31.207786560058594, 59.4879035949707, -0.2014026641845703, 8.769947052001953, 12.673800468444824, 0.32836344838142395, 13.52168083190918, -0.7575250864028931, 12.848712921142578, 1.0443141460418701, 1.1757513284683228, 19.72555160522461, 57.71320343017578, 57.464481353759766, 0.9331957697868347, 0.40042075514793396, 37.9310417175293, 10.772415161132812, 44.46892166137695, 0.0, 42.6326904296875, 33.12702178955078, 28.37440299987793, 69.08698272705078], "std": [0.022897398099303246, 0.00807074923068285, 0.008113868534564972, 0.006492515094578266, 0.113602414727211, 0.07742604613304138, 0.1749473363161087, 0.09720881283283234, 0.0775272473692894, 0.14162257313728333, 0.17991530895233154, 0.03908400610089302, 3.8849856853485107, 1.1340374946594238, 1.5271563529968262, 1.7346452474594116, 1.550247073173523, 0.0603729709982872, 1.3574528694152832, 0.1432364284992218, 1.1876813173294067, 0.07548359781503677, 0.04924599081277847, 4.907673358917236, 7.065560340881348, 3.299692392349243, 0.25329068303108215, 0.9810624718666077, 8.210805892944336, 14.569937705993652, 10.512569427490234, 0.0, 7.8028106689453125, 37.243717193603516, 14.353687286376953, 23.49177360534668], "count": [194]}, "action": {"min": [1.0112916231155396, -0.7328860759735107, 0.785410463809967, -0.3322175145149231, -1.5510159730911255, 1.0382280349731445, -1.1012139320373535, -1.2426565885543823, 0.9935106635093689, -0.3893911838531494, 0.7873893976211548, -0.7186363339424133, 22.832500457763672, 57.63750076293945, -0.7231249809265137, 1.7811111211776733, 7.144444465637207, 0.09812500327825546, 11.227499961853027, -0.8487499952316284, 9.71875, 0.7556250095367432, 1.109375, 12.73812484741211, 32.898887634277344, 52.458126068115234, 0.7599999904632568, -0.7981249690055847, 17.768888473510742, -0.6868749856948853, 25.786666870117188, 0.0, 27.478750228881836, -0.11437500268220901, 10.890625, 29.342222213745117], "max": [1.1152437925338745, -0.7039892673492432, 0.812352180480957, -0.3142404854297638, -1.0219968557357788, 1.3967965841293335, -0.45757991075515747, -0.8907454013824463, 1.339575171470642, 0.1993209719657898, 1.589756965637207, -0.5827038884162903, 38.58562469482422, 61.93333435058594, 8.162500381469727, 9.487499237060547, 15.466875076293945, 0.6850000023841858, 17.011249542236328, 0.009999990463256836, 15.8306245803833, 1.4800000190734863, 1.3224999904632568, 31.49333381652832, 68.61062622070312, 67.94857025146484, 2.3450000286102295, 2.315000057220459, 53.063751220703125, 34.901248931884766, 63.00749969482422, 0.0, 57.37312316894531, 96.14749908447266, 56.229373931884766, 107.17750549316406], "mean": [1.0234004259109497, -0.7219640016555786, 0.8000903725624084, -0.32474175095558167, -1.0680115222930908, 1.3536056280136108, -0.6983650326728821, -1.0618712902069092, 1.2452657222747803, -0.21017633378505707, 0.908890426158905, -0.6209426522254944, 31.2077693939209, 59.48793411254883, -0.20140273869037628, 8.769950866699219, 12.673811912536621, 0.3283633887767792, 13.521681785583496, -0.7575247883796692, 12.848716735839844, 1.0443143844604492, 1.175751805305481, 19.725561141967773, 57.71320343017578, 57.46451187133789, 0.9331955909729004, 0.4004209339618683, 37.93104553222656, 10.772417068481445, 44.468902587890625, 0.0, 42.63269805908203, 33.127037048339844, 28.374391555786133, 69.08699798583984], "std": [0.022897399961948395, 0.00807074923068285, 0.008113867603242397, 0.006492515094578266, 0.1136024221777916, 0.07742604613304138, 0.1749473214149475, 0.09720879793167114, 0.07752725481987, 0.14162257313728333, 0.17991530895233154, 0.03908400237560272, 3.8849854469299316, 1.1340373754501343, 1.527157187461853, 1.7346452474594116, 1.550247073173523, 0.0603729747235775, 1.3574528694152832, 0.143236443400383, 1.1876811981201172, 0.07548357546329498, 0.04924599826335907, 4.907672882080078, 7.065560340881348, 3.299692392349243, 0.25329065322875977, 0.981062650680542, 8.21080493927002, 14.569936752319336, 10.512569427490234, 0.0, 7.802810192108154, 37.24371337890625, 14.353687286376953, 23.491771697998047], "count": [194]}, "timestamp": {"min": [0.0], "max": [6.433333333333334], "mean": [3.2166666666666663], "std": [1.866741069945755], "count": [194]}, "frame_index": {"min": [0], "max": [193], "mean": [96.5], "std": [56.00223209837265], "count": [194]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [194]}, "index": {"min": [1150], "max": [1343], "mean": [1246.5], "std": [56.00223209837265], "count": [194]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [194]}, "subtask_annotation": {"mean": [2.1030927835051547, 4.0, 4.0, 4.0, 4.0], "std": [1.0550275912009819, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [194]}, "scene_annotation": {"mean": [7.0], "std": [0.0], "min": [7], "max": [7], "count": [194]}, "eef_direction_state": {"mean": [5.701030927835052, 3.2422680412371134], "std": [0.7131308703307734, 1.7284958631053935], "min": [4, 0], "max": [6, 6], "count": [194]}, "eef_velocity_state": {"mean": [0.2268041237113402, 1.1391752577319587], "std": [0.57445903982495, 0.693275015874107], "min": [0, 0], "max": [2, 2], "count": [194]}, "eef_acc_mag_state": {"mean": [0.2422680412371134, 0.7319587628865979], "std": [0.590358104069465, 0.8312884536337913], "min": [0, 0], "max": [2, 2], "count": [194]}, "eef_direction_action": {"mean": [5.701030927835052, 3.2422680412371134], "std": [0.7131308703307734, 1.7284958631053935], "min": [4, 0], "max": [6, 6], "count": [194]}, "eef_velocity_action": {"mean": [0.2268041237113402, 1.1391752577319587], "std": [0.57445903982495, 0.693275015874107], "min": [0, 0], "max": [2, 2], "count": [194]}, "eef_acc_mag_action": {"mean": [0.2422680412371134, 0.7319587628865979], "std": [0.590358104069465, 0.8312884536337913], "min": [0, 0], "max": [2, 2], "count": [194]}, "eef_sim_pose_state": {"mean": [0.5990616427474298, 0.2038600257313449, 1.1766198893922908, -1.4793756092606216, 1.2423279955278275, -1.9534277684038865, 0.6568817813107686, -0.10720212399836378, 1.1971261101045791, 1.2841394335102212, 0.8855765425290428, 2.171270858284152], "std": [0.005075798029118678, 0.007391561095751095, 0.020105326587955993, 0.15866480410645328, 0.09462054060275359, 0.14412320154369954, 0.018654079284100334, 0.05530641006941657, 0.050125793907104005, 0.2522764396503562, 0.0731918547509802, 0.14978940147148517], "min": [0.575426933944976, 0.19781846812919152, 1.1657017628144197, -1.566879174736755, 0.8309637891861965, -2.0332521069841785, 0.5860957474777757, -0.2072285811930848, 1.1378291054327194, 0.9529702115771039, 0.6060818961237273, 1.7475659416168954], "max": [0.6031487542916348, 0.2301024075669309, 1.256927138338933, -0.898335865131907, 1.2978862822563997, -1.4607746244958428, 0.6728976244882474, -0.011301158974058867, 1.2727912959815073, 1.592124489101625, 0.9337582404188596, 2.341546438658586], "count": [194]}, "eef_sim_pose_action": {"mean": [0.5990616427474298, 0.2038600257313449, 1.1766198893922908, -1.4793756092606216, 1.2423279955278275, -1.9534277684038865, 0.6568817813107686, -0.10720212399836378, 1.1971261101045791, 1.2841394335102212, 0.8855765425290428, 2.171270858284152], "std": [0.005075798029118678, 0.007391561095751095, 0.020105326587955993, 0.15866480410645328, 0.09462054060275359, 0.14412320154369954, 0.018654079284100334, 0.05530641006941657, 0.050125793907104005, 0.2522764396503562, 0.0731918547509802, 0.14978940147148517], "min": [0.575426933944976, 0.19781846812919152, 1.1657017628144197, -1.566879174736755, 0.8309637891861965, -2.0332521069841785, 0.5860957474777757, -0.2072285811930848, 1.1378291054327194, 0.9529702115771039, 0.6060818961237273, 1.7475659416168954], "max": [0.6031487542916348, 0.2301024075669309, 1.256927138338933, -0.898335865131907, 1.2978862822563997, -1.4607746244958428, 0.6728976244882474, -0.011301158974058867, 1.2727912959815073, 1.592124489101625, 0.9337582404188596, 2.341546438658586], "count": [194]}}} +{"episode_index": 8, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.043137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47931423406862744]], [[0.466434693627451]], [[0.45448793300653595]]], "std": [[[0.19815760792722106]], [[0.19224305226867602]], [[0.19532860769397015]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.1843137254901961]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5076011090686274]], [[0.5266472916666667]], [[0.5094760702614378]]], "std": [[[0.3090627598751914]], [[0.3123863844564123]], [[0.3247858895134469]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.043137254901960784]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5658008966503268]], [[0.5671425633169934]], [[0.5428060334967321]]], "std": [[[0.29122978159030044]], [[0.2959196138174533]], [[0.304430679309111]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4347984783496732]], [[0.45432493668300655]], [[0.42921915236928104]]], "std": [[[0.32356307030613674]], [[0.3346059916952936]], [[0.34943355146118293]]], "count": [100]}, "observation.state": {"min": [1.1605678796768188, -0.7156269550323486, 0.7251373529434204, -0.40152686834335327, -1.5572891235351562, 1.0274620056152344, -1.0357061624526978, -1.257557988166809, 1.0599721670150757, -0.5279621481895447, 0.8031729459762573, -0.7199397087097168, 13.894000053405762, 63.33000183105469, -0.3700000047683716, 2.577777862548828, 7.043333053588867, 0.18562500178813934, 5.323333263397217, -0.7762500047683716, 7.923749923706055, 0.4268749952316284, 1.1777777671813965, 0.9837499856948853, 41.83333206176758, 53.328125, 0.765625, -0.01875000074505806, 9.9375, 0.38624998927116394, 16.104999542236328, 0.0, 14.619375228881836, 0.07124999910593033, 1.4175000190734863, 7.651249885559082], "max": [1.197434425354004, -0.6672007441520691, 0.8094699382781982, -0.35203835368156433, -1.2019579410552979, 1.3868067264556885, -0.376468688249588, -0.9231231212615967, 1.3469902276992798, 0.09806040674448013, 1.4920144081115723, -0.5711880922317505, 28.020000457763672, 69.1781234741211, 9.068750381469727, 9.241874694824219, 28.693750381469727, 0.7175000309944153, 22.498125076293945, -0.1443749964237213, 14.706250190734863, 1.0837500095367432, 4.378124713897705, 28.245555877685547, 68.28375244140625, 67.59000396728516, 2.041249990463257, 5.961249828338623, 50.443748474121094, 50.42374801635742, 59.813751220703125, 0.0, 59.075626373291016, 77.75625610351562, 48.06812286376953, 94.48687744140625], "mean": [1.1823253631591797, -0.6831958293914795, 0.7512246966362, -0.39615052938461304, -1.2510842084884644, 1.345778226852417, -0.6259056925773621, -1.1153879165649414, 1.2711737155914307, -0.268910676240921, 0.8949169516563416, -0.6355576515197754, 21.5747013092041, 67.16453552246094, 0.28390389680862427, 7.45913028717041, 23.344024658203125, 0.4026627242565155, 18.307689666748047, -0.26672694087028503, 12.252321243286133, 0.6447324752807617, 1.6358642578125, 11.88229751586914, 58.32160568237305, 58.8018684387207, 0.9902211427688599, 1.1660091876983643, 36.32313919067383, 21.499670028686523, 44.32177734375, 0.0, 39.846248626708984, 33.58443832397461, 29.786741256713867, 62.55973434448242], "std": [0.01243598572909832, 0.011484656482934952, 0.017915233969688416, 0.009079341776669025, 0.06489594280719757, 0.06712177395820618, 0.21885687112808228, 0.1122266948223114, 0.06822828203439713, 0.1895866096019745, 0.15230688452720642, 0.0411231555044651, 3.6758809089660645, 1.173651933670044, 1.8107914924621582, 1.3564263582229614, 3.667598009109497, 0.05957876145839691, 3.7196571826934814, 0.19090665876865387, 2.134488582611084, 0.07723919302225113, 0.7867903709411621, 6.51271915435791, 10.49087905883789, 3.7979252338409424, 0.20802007615566254, 1.4473180770874023, 13.124991416931152, 21.968441009521484, 15.435884475708008, 0.0, 12.311505317687988, 30.911046981811523, 13.532941818237305, 28.303434371948242], "count": [183]}, "action": {"min": [1.1605678796768188, -0.7156269550323486, 0.7251373529434204, -0.40152686834335327, -1.5572891235351562, 1.0274620056152344, -1.0357061624526978, -1.257557988166809, 1.0599721670150757, -0.5279621481895447, 0.8031729459762573, -0.7199397087097168, 13.894000053405762, 63.33000183105469, -0.3700000047683716, 2.577777862548828, 7.043333053588867, 0.18562500178813934, 5.323333263397217, -0.7762500047683716, 7.923749923706055, 0.4268749952316284, 1.1777777671813965, 0.9837499856948853, 41.83333206176758, 53.328125, 0.765625, -0.01875000074505806, 9.9375, 0.38624998927116394, 16.104999542236328, 0.0, 14.619375228881836, 0.07124999910593033, 1.4175000190734863, 7.651249885559082], "max": [1.197434425354004, -0.6672007441520691, 0.8094699382781982, -0.35203835368156433, -1.2019579410552979, 1.3868067264556885, -0.376468688249588, -0.9231231212615967, 1.3469902276992798, 0.09806040674448013, 1.4920144081115723, -0.5711880922317505, 28.020000457763672, 69.1781234741211, 9.068750381469727, 9.241874694824219, 28.693750381469727, 0.7175000309944153, 22.498125076293945, -0.1443749964237213, 14.706250190734863, 1.0837500095367432, 4.378124713897705, 28.245555877685547, 68.28375244140625, 67.59000396728516, 2.041249990463257, 5.961249828338623, 50.443748474121094, 50.42374801635742, 59.813751220703125, 0.0, 59.075626373291016, 77.75625610351562, 48.06812286376953, 94.48687744140625], "mean": [1.1823253631591797, -0.6831955909729004, 0.7512251138687134, -0.39615046977996826, -1.251084327697754, 1.3457778692245483, -0.6259061694145203, -1.1153876781463623, 1.2711739540100098, -0.26891058683395386, 0.8949170708656311, -0.6355576515197754, 21.574705123901367, 67.1645278930664, 0.28390416502952576, 7.459131717681885, 23.344018936157227, 0.40266263484954834, 18.307689666748047, -0.26672688126564026, 12.252320289611816, 0.6447325348854065, 1.6358639001846313, 11.882296562194824, 58.321598052978516, 58.80188751220703, 0.9902207255363464, 1.1660093069076538, 36.32316589355469, 21.499675750732422, 44.32179260253906, 0.0, 39.84623718261719, 33.584442138671875, 29.786733627319336, 62.55974197387695], "std": [0.012435986660420895, 0.011484656482934952, 0.017915233969688416, 0.009079341776669025, 0.06489595025777817, 0.06712177395820618, 0.21885693073272705, 0.112226702272892, 0.06822828203439713, 0.1895865947008133, 0.15230688452720642, 0.0411231592297554, 3.6758804321289062, 1.173652172088623, 1.8107930421829224, 1.3564262390136719, 3.6675984859466553, 0.059578731656074524, 3.7196574211120605, 0.19090670347213745, 2.134488344192505, 0.07723921537399292, 0.7867904305458069, 6.51271915435791, 10.490880966186523, 3.7979257106781006, 0.20802009105682373, 1.447318196296692, 13.124990463256836, 21.968441009521484, 15.435881614685059, 0.0, 12.311505317687988, 30.91104507446289, 13.532941818237305, 28.303430557250977], "count": [183]}, "timestamp": {"min": [0.0], "max": [6.066666666666666], "mean": [3.0333333333333337], "std": [1.760892029836225], "count": [183]}, "frame_index": {"min": [0], "max": [182], "mean": [91.0], "std": [52.82676089508675], "count": [183]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [183]}, "index": {"min": [1344], "max": [1526], "mean": [1435.0], "std": [52.82676089508675], "count": [183]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [183]}, "subtask_annotation": {"mean": [1.9289617486338797, 4.0, 4.0, 4.0, 4.0], "std": [1.0244990852050642, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [183]}, "scene_annotation": {"mean": [8.0], "std": [0.0], "min": [8], "max": [8], "count": [183]}, "eef_direction_state": {"mean": [5.726775956284153, 3.3278688524590163], "std": [0.6868745950806849, 1.6894527662728511], "min": [4, 0], "max": [6, 6], "count": [183]}, "eef_velocity_state": {"mean": [0.19672131147540983, 1.185792349726776], "std": [0.5274851811395059, 0.6922011304301623], "min": [0, 0], "max": [2, 2], "count": [183]}, "eef_acc_mag_state": {"mean": [0.19672131147540983, 1.010928961748634], "std": [0.5170219091809781, 0.8297018428080248], "min": [0, 0], "max": [2, 2], "count": [183]}, "eef_direction_action": {"mean": [5.726775956284153, 3.3278688524590163], "std": [0.6868745950806849, 1.6894527662728511], "min": [4, 0], "max": [6, 6], "count": [183]}, "eef_velocity_action": {"mean": [0.19672131147540983, 1.185792349726776], "std": [0.5274851811395059, 0.6922011304301623], "min": [0, 0], "max": [2, 2], "count": [183]}, "eef_acc_mag_action": {"mean": [0.19672131147540983, 1.010928961748634], "std": [0.5170219091809781, 0.8297018428080248], "min": [0, 0], "max": [2, 2], "count": [183]}, "eef_sim_pose_state": {"mean": [0.5818191253662732, 0.23403487413235483, 1.1785802049515044, -1.386493268409814, 1.248375181757027, -1.7866429268687138, 0.6548741349254589, -0.07972282232935667, 1.2157105185000674, 1.1726286422017136, 0.9270097961534324, 2.127846965882037], "std": [0.0036248800245819693, 0.0019339868508236988, 0.015491046381165875, 0.11342021262708472, 0.0809775661205077, 0.09172489309997431, 0.017880889958109217, 0.07334475680099208, 0.06160060966343284, 0.28843477162122416, 0.08480871217862182, 0.12413255326479465], "min": [0.5756870067235501, 0.2310309135469476, 1.1677279172811745, -1.4820567687734154, 0.862354432010545, -1.8722246328852605, 0.6001971679643571, -0.18930374358955454, 1.1246130391521236, 0.8425597581534283, 0.6277517453136903, 1.7804411767156534], "max": [0.5876267788232449, 0.24210390726551442, 1.2493800081805235, -0.933462372893987, 1.291977426812188, -1.461020803765723, 0.6748814237898915, 0.017718423223614693, 1.2912476478470447, 1.6281030840560287, 1.0183773457930325, 2.3246818376651257], "count": [183]}, "eef_sim_pose_action": {"mean": [0.5818191253662732, 0.23403487413235483, 1.1785802049515044, -1.386493268409814, 1.248375181757027, -1.7866429268687138, 0.6548741349254589, -0.07972282232935667, 1.2157105185000674, 1.1726286422017136, 0.9270097961534324, 2.127846965882037], "std": [0.0036248800245819693, 0.0019339868508236988, 0.015491046381165875, 0.11342021262708472, 0.0809775661205077, 0.09172489309997431, 0.017880889958109217, 0.07334475680099208, 0.06160060966343284, 0.28843477162122416, 0.08480871217862182, 0.12413255326479465], "min": [0.5756870067235501, 0.2310309135469476, 1.1677279172811745, -1.4820567687734154, 0.862354432010545, -1.8722246328852605, 0.6001971679643571, -0.18930374358955454, 1.1246130391521236, 0.8425597581534283, 0.6277517453136903, 1.7804411767156534], "max": [0.5876267788232449, 0.24210390726551442, 1.2493800081805235, -0.933462372893987, 1.291977426812188, -1.461020803765723, 0.6748814237898915, 0.017718423223614693, 1.2912476478470447, 1.6281030840560287, 1.0183773457930325, 2.3246818376651257], "count": [183]}}} +{"episode_index": 9, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.023529411764705882]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48556655637254903]], [[0.4704393933823529]], [[0.45835191789215685]]], "std": [[[0.1968848931313577]], [[0.19456163733270213]], [[0.1965530155860354]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.027450980392156862]], [[0.15294117647058825]], [[0.0392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49750048406862746]], [[0.5133478656045751]], [[0.4946758537581699]]], "std": [[[0.30680117013807445]], [[0.3098946466762356]], [[0.321710634344898]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.06666666666666667]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5697693954248366]], [[0.573646766748366]], [[0.551872457107843]]], "std": [[[0.2867425546940751]], [[0.29028922523415807]], [[0.29841479340797444]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4383962602124183]], [[0.45792356004901963]], [[0.4338266380718954]]], "std": [[[0.32318898945799157]], [[0.3348923469938875]], [[0.34966874543186]]], "count": [100]}, "observation.state": {"min": [0.9361621737480164, -0.7849283218383789, 0.718604564666748, -0.3913700580596924, -1.6382043361663818, 0.6879487633705139, -1.0159170627593994, -1.2974698543548584, 0.9172155857086182, -0.5193074345588684, 0.7937552332878113, -0.7624170184135437, 3.976249933242798, 68.06500244140625, -0.28125, 1.3093750476837158, 12.030624389648438, -0.40625, 14.513750076293945, -0.7825000286102295, 10.453749656677246, 0.45249998569488525, 1.209375023841858, 13.789375305175781, 28.443124771118164, 51.776248931884766, 0.5733333230018616, -0.5550000071525574, 9.458125114440918, -0.5412499904632568, 14.969374656677246, 0.0, 17.345624923706055, -0.34437501430511475, 5.933125019073486, 23.31624984741211], "max": [1.1724412441253662, -0.6608110070228577, 0.9141181111335754, -0.1660054475069046, -1.1511262655258179, 1.4471274614334106, -0.3895818889141083, -0.8041292428970337, 1.3500896692276, 0.10578793287277222, 1.6515220403671265, -0.5797474384307861, 23.207500457763672, 83.20777893066406, 12.383749961853027, 9.168749809265137, 26.245454788208008, 58.238887786865234, 33.37111282348633, 21.14555549621582, 32.35333251953125, 30.030000686645508, 12.15999984741211, 69.39221954345703, 65.97187805175781, 76.27444458007812, 2.197499990463257, 4.208125114440918, 55.27750015258789, 51.68222427368164, 64.5374984741211, 0.0, 66.11125183105469, 72.54875183105469, 51.255001068115234, 98.60187530517578], "mean": [1.1363575458526611, -0.6902328133583069, 0.7600603103637695, -0.36126306653022766, -1.2696763277053833, 1.3388746976852417, -0.6695743203163147, -1.0788729190826416, 1.2392879724502563, -0.2725890576839447, 0.9884926080703735, -0.6156300902366638, 10.005887031555176, 71.91349029541016, 2.5713729858398438, 6.988682270050049, 20.335525512695312, 2.6926016807556152, 22.20855712890625, 0.7950372695922852, 18.773183822631836, 1.8592469692230225, 1.7734779119491577, 28.94866943359375, 54.667903900146484, 56.978599548339844, 0.7859216928482056, 0.904890775680542, 37.4057731628418, 9.337010383605957, 43.05417251586914, 0.0, 41.30424118041992, 26.47673988342285, 25.548152923583984, 65.42481994628906], "std": [0.04558178409934044, 0.030801964923739433, 0.0516057014465332, 0.04861068353056908, 0.14881740510463715, 0.22306181490421295, 0.22550088167190552, 0.14044064283370972, 0.11525461822748184, 0.20603294670581818, 0.2723348140716553, 0.048554860055446625, 4.682065486907959, 2.496398448944092, 4.42225980758667, 2.422708749771118, 3.4676764011383057, 10.338715553283691, 3.9429049491882324, 3.6638598442077637, 3.776914596557617, 5.00921630859375, 1.9422894716262817, 9.94797420501709, 10.16211986541748, 5.095478534698486, 0.3198337256908417, 1.660217046737671, 14.447766304016113, 10.818755149841309, 16.524641036987305, 0.0, 15.714640617370605, 26.847900390625, 16.689693450927734, 23.78754425048828], "count": [154]}, "action": {"min": [0.9361621737480164, -0.7849283218383789, 0.718604564666748, -0.3913700580596924, -1.6382043361663818, 0.6879487633705139, -1.0159170627593994, -1.2974698543548584, 0.9172155857086182, -0.5193074345588684, 0.7937552332878113, -0.7624170184135437, 3.976249933242798, 68.06500244140625, -0.28125, 1.3093750476837158, 12.030624389648438, -0.40625, 14.513750076293945, -0.7825000286102295, 10.453749656677246, 0.45249998569488525, 1.209375023841858, 13.789375305175781, 28.443124771118164, 51.776248931884766, 0.5733333230018616, -0.5550000071525574, 9.458125114440918, -0.5412499904632568, 14.969374656677246, 0.0, 17.345624923706055, -0.34437501430511475, 5.933125019073486, 23.31624984741211], "max": [1.1724412441253662, -0.6608110070228577, 0.9141181111335754, -0.1660054475069046, -1.1511262655258179, 1.4471274614334106, -0.3895818889141083, -0.8041292428970337, 1.3500896692276, 0.10578793287277222, 1.6515220403671265, -0.5797474384307861, 23.207500457763672, 83.20777893066406, 12.383749961853027, 9.168749809265137, 26.245454788208008, 58.238887786865234, 33.37111282348633, 21.14555549621582, 32.35333251953125, 30.030000686645508, 12.15999984741211, 69.39221954345703, 65.97187805175781, 76.27444458007812, 2.197499990463257, 4.208125114440918, 55.27750015258789, 51.68222427368164, 64.5374984741211, 0.0, 66.11125183105469, 72.54875183105469, 51.255001068115234, 98.60187530517578], "mean": [1.1363574266433716, -0.6902325749397278, 0.7600606679916382, -0.361263245344162, -1.2696765661239624, 1.338875412940979, -0.6695741415023804, -1.0788726806640625, 1.239288091659546, -0.2725890576839447, 0.9884926080703735, -0.6156300902366638, 10.005887985229492, 71.91350555419922, 2.571373462677002, 6.988680839538574, 20.335519790649414, 2.6926016807556152, 22.20855712890625, 0.7950373291969299, 18.773183822631836, 1.8592472076416016, 1.7734776735305786, 28.948678970336914, 54.66789245605469, 56.97861862182617, 0.785921573638916, 0.9048906564712524, 37.40575408935547, 9.337005615234375, 43.05417251586914, 0.0, 41.304237365722656, 26.476736068725586, 25.548154830932617, 65.4248275756836], "std": [0.04558177664875984, 0.030801964923739433, 0.0516057014465332, 0.04861067980527878, 0.14881740510463715, 0.22306181490421295, 0.2255008965730667, 0.14044064283370972, 0.11525461822748184, 0.20603296160697937, 0.2723348140716553, 0.048554856330156326, 4.682065486907959, 2.496398448944092, 4.422259330749512, 2.42270827293396, 3.467676877975464, 10.338715553283691, 3.9429051876068115, 3.6638593673706055, 3.776914596557617, 5.00921630859375, 1.9422894716262817, 9.94797420501709, 10.16211986541748, 5.095478534698486, 0.3198337256908417, 1.6602171659469604, 14.447766304016113, 10.818756103515625, 16.524641036987305, 0.0, 15.714640617370605, 26.847900390625, 16.689697265625, 23.787548065185547], "count": [154]}, "timestamp": {"min": [0.0], "max": [5.1], "mean": [2.55], "std": [1.4818344486930155], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [154]}, "index": {"min": [1527], "max": [1680], "mean": [1603.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [154]}, "subtask_annotation": {"mean": [1.7077922077922079, 4.0, 4.0, 4.0, 4.0], "std": [1.172882588843406, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [154]}, "scene_annotation": {"mean": [9.0], "std": [0.0], "min": [9], "max": [9], "count": [154]}, "eef_direction_state": {"mean": [5.428571428571429, 3.0064935064935066], "std": [0.9035079029052515, 1.539508916668977], "min": [4, 0], "max": [6, 6], "count": [154]}, "eef_velocity_state": {"mean": [0.474025974025974, 1.4285714285714286], "std": [0.7911692148953198, 0.6532351345433394], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_acc_mag_state": {"mean": [0.37012987012987014, 1.1753246753246753], "std": [0.6737306361942704, 0.830686751430115], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_direction_action": {"mean": [5.428571428571429, 3.0064935064935066], "std": [0.9035079029052515, 1.539508916668977], "min": [4, 0], "max": [6, 6], "count": [154]}, "eef_velocity_action": {"mean": [0.474025974025974, 1.4285714285714286], "std": [0.7911692148953198, 0.6532351345433394], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_acc_mag_action": {"mean": [0.37012987012987014, 1.1753246753246753], "std": [0.6737306361942704, 0.830686751430115], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_sim_pose_state": {"mean": [0.58070459323709, 0.2250017084674972, 1.1944809414402182, -1.2869281440450115, 1.2228606448640162, -1.749086749403111, 0.6399463297672804, -0.09110806019233392, 1.223496497313746, 1.1271493548942022, 0.8964918617650243, 2.111239093948789], "std": [0.0049733449122993404, 0.005038043795118318, 0.038664776429741504, 0.20920545545912128, 0.2462321814788223, 0.1226523548317931, 0.030551512823306492, 0.0786506657793863, 0.05900601585733206, 0.3150160675690631, 0.1409154364867328, 0.19224251697753925], "min": [0.5682470160327899, 0.21218792639006012, 1.1696412419710276, -1.4819859634089265, 0.5044564539581082, -1.8960456159683345, 0.5498980584850514, -0.1899899801478524, 1.1307088746858147, 0.6376608234486109, 0.5954166660883846, 1.6672162687374974], "max": [0.5890131270892935, 0.2398425669384932, 1.3187583055808527, -0.7267520338939237, 1.3474155531379282, -1.45841043822651, 0.6697064528151042, 0.02748802175932777, 1.3181221272720363, 1.6220296689920894, 1.019348090534407, 2.3710946587652977], "count": [154]}, "eef_sim_pose_action": {"mean": [0.58070459323709, 0.2250017084674972, 1.1944809414402182, -1.2869281440450115, 1.2228606448640162, -1.749086749403111, 0.6399463297672804, -0.09110806019233392, 1.223496497313746, 1.1271493548942022, 0.8964918617650243, 2.111239093948789], "std": [0.0049733449122993404, 0.005038043795118318, 0.038664776429741504, 0.20920545545912128, 0.2462321814788223, 0.1226523548317931, 0.030551512823306492, 0.0786506657793863, 0.05900601585733206, 0.3150160675690631, 0.1409154364867328, 0.19224251697753925], "min": [0.5682470160327899, 0.21218792639006012, 1.1696412419710276, -1.4819859634089265, 0.5044564539581082, -1.8960456159683345, 0.5498980584850514, -0.1899899801478524, 1.1307088746858147, 0.6376608234486109, 0.5954166660883846, 1.6672162687374974], "max": [0.5890131270892935, 0.2398425669384932, 1.3187583055808527, -0.7267520338939237, 1.3474155531379282, -1.45841043822651, 0.6697064528151042, 0.02748802175932777, 1.3181221272720363, 1.6220296689920894, 1.019348090534407, 2.3710946587652977], "count": [154]}}} +{"episode_index": 10, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4813252941176471]], [[0.4692461090686274]], [[0.45688675040849674]]], "std": [[[0.19827736100357918]], [[0.19222293131791948]], [[0.1943714974262534]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.1607843137254902]], [[0.11764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5236124816176471]], [[0.5391601695261439]], [[0.51925491625817]]], "std": [[[0.30893721043438527]], [[0.3106258581846436]], [[0.3242055547951947]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5571993954248367]], [[0.5639778043300654]], [[0.5396361437908497]]], "std": [[[0.2979963626493923]], [[0.30115527236402106]], [[0.31027761178215363]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4332550142973856]], [[0.45083269812091503]], [[0.4288108088235294]]], "std": [[[0.32355244491438057]], [[0.3363167720735161]], [[0.34936584518183716]]], "count": [100]}, "observation.state": {"min": [0.9991904497146606, -0.7787442207336426, 0.7017719745635986, -0.38710230588912964, -1.6258275508880615, 0.7856488823890686, -1.012143611907959, -1.2740329504013062, 0.9699439406394958, -0.45693618059158325, 0.7851243615150452, -0.7321575284004211, 1.5612499713897705, 62.55125045776367, -0.7962499856948853, 1.691428542137146, 2.536875009536743, 0.6881250143051147, 0.5837500095367432, -0.04624999687075615, 0.9887499809265137, -3.6681249141693115, 0.9325000047683716, -0.7287499904632568, 15.563333511352539, 52.64125061035156, 0.7193750143051147, -0.061250001192092896, 8.241110801696777, -1.1462500095367432, 8.25777816772461, 0.0, 7.724444389343262, 0.3056250214576721, 2.5088889598846436, 11.520000457763672], "max": [1.1545357704162598, -0.639782190322876, 0.8821622133255005, -0.22513414919376373, -1.1894407272338867, 1.4463645219802856, -0.41371023654937744, -0.91673344373703, 1.339718222618103, 0.12126153707504272, 1.640535593032837, -0.5784361362457275, 14.070625305175781, 82.91222381591797, 16.200624465942383, 9.452499389648438, 15.566666603088379, 4.196249961853027, 11.085000038146973, 5.508749961853027, 8.983845710754395, 2.384999990463257, 3.190000057220459, 14.493332862854004, 75.16937255859375, 75.12555694580078, 2.1787500381469727, 5.28000020980835, 57.66437530517578, 31.745624542236328, 64.27437591552734, 0.0, 61.028751373291016, 65.87187957763672, 46.193748474121094, 93.71500396728516], "mean": [1.1271878480911255, -0.6690579652786255, 0.7349048256874084, -0.3391907811164856, -1.2748721837997437, 1.3789417743682861, -0.6592139601707458, -1.0860686302185059, 1.244099497795105, -0.2603338360786438, 0.9526050686836243, -0.6086172461509705, 3.1130332946777344, 67.44993591308594, 1.6930549144744873, 8.152016639709473, 5.679831504821777, 1.0997592210769653, 2.4581034183502197, 1.0096094608306885, 1.8489106893539429, -3.3594985008239746, 1.195271372795105, 0.540224015712738, 61.62471008300781, 55.366249084472656, 0.8629579544067383, 0.725170373916626, 42.04654312133789, 5.2127685546875, 47.2131462097168, 0.0, 45.26472091674805, 21.483158111572266, 28.99648666381836, 59.006370544433594], "std": [0.027888061478734016, 0.03466567024588585, 0.03998507931828499, 0.02441505342721939, 0.11512890458106995, 0.16673825681209564, 0.20767678320407867, 0.1258690059185028, 0.09336966276168823, 0.17573140561580658, 0.23520022630691528, 0.03781227767467499, 3.505836248397827, 3.5052976608276367, 4.144641876220703, 2.212973117828369, 2.6160058975219727, 0.5511901378631592, 2.437631130218506, 0.7160525321960449, 1.8799477815628052, 0.9981217384338379, 0.592759907245636, 3.055652618408203, 13.512471199035645, 5.161240100860596, 0.244266077876091, 0.98459792137146, 14.361945152282715, 8.567462921142578, 16.15007209777832, 0.0, 14.224156379699707, 23.970094680786133, 11.35062026977539, 25.429628372192383], "count": [159]}, "action": {"min": [0.9991904497146606, -0.7787442207336426, 0.7017719745635986, -0.38710230588912964, -1.6258275508880615, 0.7856488823890686, -1.012143611907959, -1.2740329504013062, 0.9699439406394958, -0.45693618059158325, 0.7851243615150452, -0.7321575284004211, 1.5612499713897705, 62.55125045776367, -0.7962499856948853, 1.691428542137146, 2.536875009536743, 0.6881250143051147, 0.5837500095367432, -0.04624999687075615, 0.9887499809265137, -3.6681249141693115, 0.9325000047683716, -0.7287499904632568, 15.563333511352539, 52.64125061035156, 0.7193750143051147, -0.061250001192092896, 8.241110801696777, -1.1462500095367432, 8.25777816772461, 0.0, 7.724444389343262, 0.3056250214576721, 2.5088889598846436, 11.520000457763672], "max": [1.1545357704162598, -0.639782190322876, 0.8821622133255005, -0.22513414919376373, -1.1894407272338867, 1.4463645219802856, -0.41371023654937744, -0.91673344373703, 1.339718222618103, 0.12126153707504272, 1.640535593032837, -0.5784361362457275, 14.070625305175781, 82.91222381591797, 16.200624465942383, 9.452499389648438, 15.566666603088379, 4.196249961853027, 11.085000038146973, 5.508749961853027, 8.983845710754395, 2.384999990463257, 3.190000057220459, 14.493332862854004, 75.16937255859375, 75.12555694580078, 2.1787500381469727, 5.28000020980835, 57.66437530517578, 31.745624542236328, 64.27437591552734, 0.0, 61.028751373291016, 65.87187957763672, 46.193748474121094, 93.71500396728516], "mean": [1.1271878480911255, -0.6690577864646912, 0.7349047660827637, -0.3391907513141632, -1.2748719453811646, 1.3789418935775757, -0.6592142581939697, -1.0860687494277954, 1.2440998554229736, -0.26033395528793335, 0.952605128288269, -0.60861736536026, 3.1130335330963135, 67.44995880126953, 1.693054437637329, 8.15201473236084, 5.679830074310303, 1.0997592210769653, 2.4581034183502197, 1.009609580039978, 1.848910927772522, -3.35949969291687, 1.195271372795105, 0.540224015712738, 61.62471008300781, 55.36625289916992, 0.8629579544067383, 0.725170373916626, 42.04653549194336, 5.212766647338867, 47.21315002441406, 0.0, 45.264732360839844, 21.483154296875, 28.996496200561523, 59.006343841552734], "std": [0.027888063341379166, 0.03466567024588585, 0.03998507931828499, 0.02441505342721939, 0.11512890458106995, 0.16673825681209564, 0.20767676830291748, 0.1258690059185028, 0.09336967021226883, 0.17573139071464539, 0.23520024120807648, 0.03781227767467499, 3.505836248397827, 3.5052976608276367, 4.144642353057861, 2.212973117828369, 2.6160056591033936, 0.5511901378631592, 2.437631130218506, 0.7160524129867554, 1.8799479007720947, 0.9981220364570618, 0.592759907245636, 3.055652379989624, 13.512472152709961, 5.161240100860596, 0.24426601827144623, 0.98459792137146, 14.361946105957031, 8.567461013793945, 16.15007209777832, 0.0, 14.22415828704834, 23.970094680786133, 11.350621223449707, 25.429624557495117], "count": [159]}, "timestamp": {"min": [0.0], "max": [5.266666666666667], "mean": [2.6333333333333333], "std": [1.5299479536052005], "count": [159]}, "frame_index": {"min": [0], "max": [158], "mean": [79.0], "std": [45.89843860815601], "count": [159]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [159]}, "index": {"min": [1681], "max": [1839], "mean": [1760.0], "std": [45.89843860815601], "count": [159]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [159]}, "subtask_annotation": {"mean": [1.8176100628930818, 4.0, 4.0, 4.0, 4.0], "std": [1.1539123818799977, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [159]}, "scene_annotation": {"mean": [10.0], "std": [0.0], "min": [10], "max": [10], "count": [159]}, "eef_direction_state": {"mean": [5.547169811320755, 3.3459119496855347], "std": [0.8370216231252391, 1.906583830886234], "min": [4, 0], "max": [6, 6], "count": [159]}, "eef_velocity_state": {"mean": [0.32075471698113206, 1.1572327044025157], "std": [0.6376130282534266, 0.7972798976249417], "min": [0, 0], "max": [2, 2], "count": [159]}, "eef_acc_mag_state": {"mean": [0.3018867924528302, 1.0314465408805031], "std": [0.590860336179021, 0.8572398565573259], "min": [0, 0], "max": [2, 2], "count": [159]}, "eef_direction_action": {"mean": [5.547169811320755, 3.3459119496855347], "std": [0.8370216231252391, 1.906583830886234], "min": [4, 0], "max": [6, 6], "count": [159]}, "eef_velocity_action": {"mean": [0.32075471698113206, 1.1572327044025157], "std": [0.6376130282534266, 0.7972798976249417], "min": [0, 0], "max": [2, 2], "count": [159]}, "eef_acc_mag_action": {"mean": [0.3018867924528302, 1.0314465408805031], "std": [0.590860336179021, 0.8572398565573259], "min": [0, 0], "max": [2, 2], "count": [159]}, "eef_sim_pose_state": {"mean": [0.5769755706966618, 0.21788970850637765, 1.2033303947273315, -1.122107874333993, 1.2583833744093962, -1.5928082677943591, 0.6462460792635475, -0.08929521145509994, 1.2189246854511233, 1.1730291199369742, 0.8844978003930156, 2.1413429297658024], "std": [0.004979942451606764, 0.004566636082317804, 0.02365402883983337, 0.09713774773136598, 0.19664597910047346, 0.05821053727180528, 0.02440724221727915, 0.07292663591815121, 0.052440972303061516, 0.29113432321134236, 0.12326913181331324, 0.16454007792119013], "min": [0.5712636579413695, 0.21284132646855547, 1.1894559474168704, -1.2178144180001549, 0.5753681644814819, -1.6675713908280037, 0.5630218132812821, -0.18189431876271364, 1.1408851476890622, 0.7732670936757282, 0.5471027224513265, 1.7620168224526334], "max": [0.584939235200101, 0.23228701443299038, 1.2981516446387897, -0.787590321639541, 1.3422780210246912, -1.4351966479742948, 0.6689156853131482, 0.013101702126411902, 1.2729523810757357, 1.6302955262444856, 0.9611808127718864, 2.3730381708187416], "count": [159]}, "eef_sim_pose_action": {"mean": [0.5769755706966618, 0.21788970850637765, 1.2033303947273315, -1.122107874333993, 1.2583833744093962, -1.5928082677943591, 0.6462460792635475, -0.08929521145509994, 1.2189246854511233, 1.1730291199369742, 0.8844978003930156, 2.1413429297658024], "std": [0.004979942451606764, 0.004566636082317804, 0.02365402883983337, 0.09713774773136598, 0.19664597910047346, 0.05821053727180528, 0.02440724221727915, 0.07292663591815121, 0.052440972303061516, 0.29113432321134236, 0.12326913181331324, 0.16454007792119013], "min": [0.5712636579413695, 0.21284132646855547, 1.1894559474168704, -1.2178144180001549, 0.5753681644814819, -1.6675713908280037, 0.5630218132812821, -0.18189431876271364, 1.1408851476890622, 0.7732670936757282, 0.5471027224513265, 1.7620168224526334], "max": [0.584939235200101, 0.23228701443299038, 1.2981516446387897, -0.787590321639541, 1.3422780210246912, -1.4351966479742948, 0.6689156853131482, 0.013101702126411902, 1.2729523810757357, 1.6302955262444856, 0.9611808127718864, 2.3730381708187416], "count": [159]}}} +{"episode_index": 11, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4811168178104575]], [[0.46892546364379084]], [[0.45701578227124184]]], "std": [[[0.19757054396544546]], [[0.19177170007210334]], [[0.1940968411229901]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.17254901960784313]], [[0.11764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5274834906045751]], [[0.5443050163398693]], [[0.526205]]], "std": [[[0.305553605364697]], [[0.3075166582829469]], [[0.3201555603411695]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.06274509803921569]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.55979625]], [[0.5648139910130718]], [[0.5418451266339869]]], "std": [[[0.30258042092830734]], [[0.30671279766399484]], [[0.314372551011337]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4346905065359477]], [[0.4540622528594771]], [[0.42961916258169935]]], "std": [[[0.3230838687200646]], [[0.3352468153278625]], [[0.3501845010606869]]], "count": [100]}, "observation.state": {"min": [1.1030365228652954, -0.719356894493103, 0.7025349140167236, -0.38765066862106323, -1.539232611656189, 1.0698481798171997, -1.0068093538284302, -1.2791352272033691, 1.0736205577850342, -0.3935873806476593, 0.7965686321258545, -0.7154573798179626, 1.9887499809265137, 65.24874877929688, -0.6412500143051147, 2.482222318649292, 10.286250114440918, 0.2706249952316284, 7.225625038146973, 0.5512499809265137, 6.995625019073486, 0.2487500160932541, 1.296875, 0.8443750143051147, 47.79249954223633, 53.70750045776367, 0.7749999761581421, -0.5606250166893005, 24.636363983154297, -0.4050000011920929, 22.052499771118164, 0.0, 18.208749771118164, -0.15062500536441803, 7.176249980926514, 27.22333335876465], "max": [1.1267356872558594, -0.6343461275100708, 0.8054856061935425, -0.3390681743621826, -1.173919439315796, 1.4902104139328003, -0.428945392370224, -0.8744373321533203, 1.3587205410003662, 0.103697769343853, 1.4834948778152466, -0.5552853345870972, 25.33888816833496, 69.9312515258789, 15.5756254196167, 9.481249809265137, 15.950624465942383, 10.609999656677246, 13.31916618347168, 1.024999976158142, 11.180832862854004, 0.9468749761581421, 3.0635714530944824, 19.795555114746094, 73.92937469482422, 66.57221984863281, 2.083750009536743, 1.8350000381469727, 56.89500045776367, 9.03125, 69.53750610351562, 0.0, 70.09625244140625, 66.30937957763672, 51.967498779296875, 96.78874969482422], "mean": [1.1193398237228394, -0.6597147583961487, 0.7259480953216553, -0.3736551105976105, -1.2225534915924072, 1.4574954509735107, -0.6628811359405518, -1.0806630849838257, 1.258180022239685, -0.23627905547618866, 0.9256760478019714, -0.5987270474433899, 9.672850608825684, 68.96634674072266, 1.5785548686981201, 8.704106330871582, 13.378556251525879, 0.759014904499054, 9.395590782165527, 0.9624632000923157, 8.255931854248047, 0.7913571000099182, 1.791621208190918, 4.617794513702393, 62.91728591918945, 55.6278190612793, 0.9229941964149475, 0.26076701283454895, 45.55916976928711, 1.9569035768508911, 54.98222351074219, 0.0, 52.34128952026367, 25.827680587768555, 31.55890464782715, 70.0190658569336], "std": [0.008764611557126045, 0.018315816298127174, 0.020749900490045547, 0.01000771764665842, 0.07630421966314316, 0.08637260645627975, 0.1787199229001999, 0.1293531358242035, 0.06990396976470947, 0.12250983715057373, 0.1494414359331131, 0.03753974288702011, 4.602319717407227, 1.029701590538025, 4.394397258758545, 1.507699728012085, 1.569604754447937, 1.7499539852142334, 1.2500619888305664, 0.08471427857875824, 1.0626451969146729, 0.10358177870512009, 0.5276041030883789, 3.6336374282836914, 8.55241870880127, 2.718944549560547, 0.23331640660762787, 0.5275465846061707, 11.156538963317871, 2.2692272663116455, 12.730155944824219, 0.0, 12.516678810119629, 26.198034286499023, 11.900392532348633, 19.939268112182617], "count": [152]}, "action": {"min": [1.1030365228652954, -0.719356894493103, 0.7025349140167236, -0.38765066862106323, -1.539232611656189, 1.0698481798171997, -1.0068093538284302, -1.2791352272033691, 1.0736205577850342, -0.3935873806476593, 0.7965686321258545, -0.7154573798179626, 1.9887499809265137, 65.24874877929688, -0.6412500143051147, 2.482222318649292, 10.286250114440918, 0.2706249952316284, 7.225625038146973, 0.5512499809265137, 6.995625019073486, 0.2487500160932541, 1.296875, 0.8443750143051147, 47.79249954223633, 53.70750045776367, 0.7749999761581421, -0.5606250166893005, 24.636363983154297, -0.4050000011920929, 22.052499771118164, 0.0, 18.208749771118164, -0.15062500536441803, 7.176249980926514, 27.22333335876465], "max": [1.1267356872558594, -0.6343461275100708, 0.8054856061935425, -0.3390681743621826, -1.173919439315796, 1.4902104139328003, -0.428945392370224, -0.8744373321533203, 1.3587205410003662, 0.103697769343853, 1.4834948778152466, -0.5552853345870972, 25.33888816833496, 69.9312515258789, 15.5756254196167, 9.481249809265137, 15.950624465942383, 10.609999656677246, 13.31916618347168, 1.024999976158142, 11.180832862854004, 0.9468749761581421, 3.0635714530944824, 19.795555114746094, 73.92937469482422, 66.57221984863281, 2.083750009536743, 1.8350000381469727, 56.89500045776367, 9.03125, 69.53750610351562, 0.0, 70.09625244140625, 66.30937957763672, 51.967498779296875, 96.78874969482422], "mean": [1.1193398237228394, -0.6597146987915039, 0.7259480357170105, -0.37365543842315674, -1.2225537300109863, 1.4574952125549316, -0.662881076335907, -1.0806628465652466, 1.2581802606582642, -0.23627908527851105, 0.9256758689880371, -0.5987270474433899, 9.6728515625, 68.9663314819336, 1.578557014465332, 8.704106330871582, 13.37856388092041, 0.759014904499054, 9.395587921142578, 0.96246337890625, 8.255928039550781, 0.7913572192192078, 1.791621208190918, 4.617796421051025, 62.917266845703125, 55.62779998779297, 0.9229943156242371, 0.26076698303222656, 45.55917739868164, 1.9569025039672852, 54.98222732543945, 0.0, 52.34128952026367, 25.827686309814453, 31.55891227722168, 70.0190658569336], "std": [0.00876461248844862, 0.018315816298127174, 0.020749902352690697, 0.01000771764665842, 0.07630421966314316, 0.08637260645627975, 0.1787199079990387, 0.12935315072536469, 0.06990397721529007, 0.12250984460115433, 0.1494414359331131, 0.03753974288702011, 4.602319717407227, 1.0297017097473145, 4.3943986892700195, 1.5076998472213745, 1.5696043968200684, 1.7499536275863647, 1.2500618696212769, 0.08471430093050003, 1.0626453161239624, 0.10358180850744247, 0.5276041030883789, 3.633636951446533, 8.552419662475586, 2.718944549560547, 0.2333163470029831, 0.5275465250015259, 11.156538963317871, 2.2692275047302246, 12.730154991149902, 0.0, 12.516677856445312, 26.19803237915039, 11.900395393371582, 19.939266204833984], "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": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [152]}, "index": {"min": [1840], "max": [1991], "mean": [1915.5], "std": [43.877670858877636], "count": [152]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [152]}, "subtask_annotation": {"mean": [1.993421052631579, 4.0, 4.0, 4.0, 4.0], "std": [1.0291585124592382, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [152]}, "scene_annotation": {"mean": [11.0], "std": [0.0], "min": [11], "max": [11], "count": [152]}, "eef_direction_state": {"mean": [5.684210526315789, 3.263157894736842], "std": [0.7292845505553168, 1.855776338133051], "min": [4, 0], "max": [6, 6], "count": [152]}, "eef_velocity_state": {"mean": [0.23026315789473684, 1.2236842105263157], "std": [0.5674318268447262, 0.7539140710935149], "min": [0, 0], "max": [2, 2], "count": [152]}, "eef_acc_mag_state": {"mean": [0.2565789473684211, 0.9078947368421053], "std": [0.6014971510445261, 0.8456954718011269], "min": [0, 0], "max": [2, 2], "count": [152]}, "eef_direction_action": {"mean": [5.684210526315789, 3.263157894736842], "std": [0.7292845505553168, 1.855776338133051], "min": [4, 0], "max": [6, 6], "count": [152]}, "eef_velocity_action": {"mean": [0.23026315789473684, 1.2236842105263157], "std": [0.5674318268447262, 0.7539140710935149], "min": [0, 0], "max": [2, 2], "count": [152]}, "eef_acc_mag_action": {"mean": [0.2565789473684211, 0.9078947368421053], "std": [0.6014971510445261, 0.8456954718011269], "min": [0, 0], "max": [2, 2], "count": [152]}, "eef_sim_pose_state": {"mean": [0.5812802037426023, 0.2220012375529914, 1.1949522704233306, -1.1843140627693451, 1.3316780919448488, -1.6085908599613417, 0.655029988742293, -0.09569701289913479, 1.213795051931409, 1.2189241767359817, 0.8723584695627007, 2.1588026798262527], "std": [0.0031863197203539527, 0.0036276765483574196, 0.015798527738267246, 0.10367295785997316, 0.10839035677014242, 0.08759428580028268, 0.014770384006582059, 0.06767659220388629, 0.04886800295730733, 0.2658126322096246, 0.07877433603253531, 0.1307792372111165], "min": [0.5761565467879941, 0.21844742574716902, 1.1837985865231557, -1.2952970327197444, 0.8698121151593137, -1.710759130687153, 0.6039187722549976, -0.18891599248894644, 1.1439406930112639, 0.887091714894972, 0.5971299714048954, 1.7951237023859687], "max": [0.5862328757210452, 0.23478281888294605, 1.2562670864607215, -0.8861881758073826, 1.379178937065852, -1.3810403834311171, 0.668345349581531, 0.0027752351385227914, 1.2687125643977608, 1.6264625144389422, 0.950684273277624, 2.355704991214717], "count": [152]}, "eef_sim_pose_action": {"mean": [0.5812802037426023, 0.2220012375529914, 1.1949522704233306, -1.1843140627693451, 1.3316780919448488, -1.6085908599613417, 0.655029988742293, -0.09569701289913479, 1.213795051931409, 1.2189241767359817, 0.8723584695627007, 2.1588026798262527], "std": [0.0031863197203539527, 0.0036276765483574196, 0.015798527738267246, 0.10367295785997316, 0.10839035677014242, 0.08759428580028268, 0.014770384006582059, 0.06767659220388629, 0.04886800295730733, 0.2658126322096246, 0.07877433603253531, 0.1307792372111165], "min": [0.5761565467879941, 0.21844742574716902, 1.1837985865231557, -1.2952970327197444, 0.8698121151593137, -1.710759130687153, 0.6039187722549976, -0.18891599248894644, 1.1439406930112639, 0.887091714894972, 0.5971299714048954, 1.7951237023859687], "max": [0.5862328757210452, 0.23478281888294605, 1.2562670864607215, -0.8861881758073826, 1.379178937065852, -1.3810403834311171, 0.668345349581531, 0.0027752351385227914, 1.2687125643977608, 1.6264625144389422, 0.950684273277624, 2.355704991214717], "count": [152]}}} +{"episode_index": 12, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4910471772875817]], [[0.47828389297385626]], [[0.4643233782679739]]], "std": [[[0.19559137510269645]], [[0.18972790891801042]], [[0.19247196485868057]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.1803921568627451]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5352552655228757]], [[0.5487787009803922]], [[0.5307952124183006]]], "std": [[[0.28889719457379914]], [[0.2892747438637173]], [[0.29983412970215634]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5646731127450981]], [[0.5684686437908497]], [[0.547455690359477]]], "std": [[[0.3002951727474844]], [[0.3055158201685365]], [[0.3140733392763151]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4495483517156863]], [[0.46895002042483663]], [[0.4460488786764706]]], "std": [[[0.32733117439424325]], [[0.3375011747056293]], [[0.35164625719803283]]], "count": [100]}, "observation.state": {"min": [1.0795280933380127, -0.7410162687301636, 0.7627126574516296, -0.3596837520599365, -1.6138746738433838, 0.9136127233505249, -1.0873006582260132, -1.2426327466964722, 0.9457414746284485, -0.5890220999717712, 0.6903753876686096, -0.8019675612449646, 1.1100000143051147, 68.74187469482422, -0.05312500149011612, -0.09312500059604645, 8.994375228881836, 0.10624998807907104, 2.4781250953674316, 0.23125001788139343, 0.6668750047683716, 0.375, 1.257272720336914, 0.3956249952316284, 31.268888473510742, 53.65562438964844, 0.6924999952316284, 0.1887499988079071, 1.5922222137451172, -0.46312499046325684, 3.4277777671813965, 0.0, 3.418888807296753, 0.49562498927116394, 0.8444444537162781, 2.444444417953491], "max": [1.185959815979004, -0.6752355694770813, 0.813568115234375, -0.28650933504104614, -1.0149633884429932, 1.3183318376541138, -0.3421359062194824, -0.859443187713623, 1.3761491775512695, 0.15161268413066864, 1.6365512609481812, -0.512011706829071, 20.139999389648438, 81.97062683105469, 37.01000213623047, 5.434999942779541, 31.354373931884766, 0.5533333420753479, 30.358123779296875, 0.7093750238418579, 24.346250534057617, 0.875, 2.5356249809265137, 50.698463439941406, 74.27312469482422, 67.51272583007812, 2.012500047683716, 8.382222175598145, 55.592498779296875, 18.296249389648438, 65.68937683105469, 0.0, 84.70062255859375, 64.00312805175781, 64.44937896728516, 86.48125457763672], "mean": [1.1142773628234863, -0.7153129577636719, 0.7884649038314819, -0.32634657621383667, -1.1333789825439453, 1.2457894086837769, -0.6157177090644836, -1.0783287286758423, 1.2538033723831177, -0.29511886835098267, 0.9179995656013489, -0.6143485903739929, 9.660850524902344, 78.0020980834961, 3.081648349761963, 2.6164145469665527, 21.12154197692871, 0.2498696744441986, 17.82688331604004, 0.6547704339027405, 13.10851001739502, 0.47467026114463806, 1.5007987022399902, 19.6109619140625, 65.2362060546875, 56.22830581665039, 0.8324722647666931, 1.4863649606704712, 38.7625732421875, 4.878755569458008, 45.638954162597656, 0.0, 48.95640563964844, 14.31583023071289, 31.80518913269043, 53.282257080078125], "std": [0.025055624544620514, 0.014802235178649426, 0.01699211820960045, 0.012201833538711071, 0.18014541268348694, 0.09869938343763351, 0.25775864720344543, 0.13425448536872864, 0.12467090040445328, 0.25111329555511475, 0.2727878987789154, 0.0854535698890686, 6.878988742828369, 3.357504367828369, 8.213778495788574, 1.6483042240142822, 7.63067102432251, 0.06797277182340622, 9.818893432617188, 0.08633795380592346, 8.187101364135742, 0.0878884419798851, 0.33308568596839905, 16.02887535095215, 11.081073760986328, 3.0767881870269775, 0.2473394125699997, 1.9457151889801025, 16.792150497436523, 6.421024322509766, 21.36370086669922, 0.0, 24.94055938720703, 18.333316802978516, 20.296133041381836, 23.635902404785156], "count": [145]}, "action": {"min": [1.0795280933380127, -0.7410162687301636, 0.7627126574516296, -0.3596837520599365, -1.6138746738433838, 0.9136127233505249, -1.0873006582260132, -1.2426327466964722, 0.9457414746284485, -0.5890220999717712, 0.6903753876686096, -0.8019675612449646, 1.1100000143051147, 68.74187469482422, -0.05312500149011612, -0.09312500059604645, 8.994375228881836, 0.10624998807907104, 2.4781250953674316, 0.23125001788139343, 0.6668750047683716, 0.375, 1.257272720336914, 0.3956249952316284, 31.268888473510742, 53.65562438964844, 0.6924999952316284, 0.1887499988079071, 1.5922222137451172, -0.46312499046325684, 3.4277777671813965, 0.0, 3.418888807296753, 0.49562498927116394, 0.8444444537162781, 2.444444417953491], "max": [1.185959815979004, -0.6752355694770813, 0.813568115234375, -0.28650933504104614, -1.0149633884429932, 1.3183318376541138, -0.3421359062194824, -0.859443187713623, 1.3761491775512695, 0.15161268413066864, 1.6365512609481812, -0.512011706829071, 20.139999389648438, 81.97062683105469, 37.01000213623047, 5.434999942779541, 31.354373931884766, 0.5533333420753479, 30.358123779296875, 0.7093750238418579, 24.346250534057617, 0.875, 2.5356249809265137, 50.698463439941406, 74.27312469482422, 67.51272583007812, 2.012500047683716, 8.382222175598145, 55.592498779296875, 18.296249389648438, 65.68937683105469, 0.0, 84.70062255859375, 64.00312805175781, 64.44937896728516, 86.48125457763672], "mean": [1.1142773628234863, -0.7153128981590271, 0.7884649634361267, -0.32634666562080383, -1.1333789825439453, 1.2457892894744873, -0.615717351436615, -1.0783287286758423, 1.253803014755249, -0.29511892795562744, 0.9179996848106384, -0.6143487691879272, 9.660845756530762, 78.0020980834961, 3.081648349761963, 2.616415500640869, 21.121545791625977, 0.2498696893453598, 17.826873779296875, 0.6547706127166748, 13.108502388000488, 0.4746703505516052, 1.5007988214492798, 19.610958099365234, 65.23619079589844, 56.228302001953125, 0.8324722647666931, 1.4863653182983398, 38.76255416870117, 4.878756046295166, 45.638938903808594, 0.0, 48.9564094543457, 14.315832138061523, 31.80518913269043, 53.282257080078125], "std": [0.025055624544620514, 0.014802234247326851, 0.01699211820960045, 0.012201833538711071, 0.18014541268348694, 0.09869939088821411, 0.25775864720344543, 0.13425450026988983, 0.12467090040445328, 0.25111326575279236, 0.2727878987789154, 0.085453562438488, 6.878988742828369, 3.3575046062469482, 8.213780403137207, 1.6483043432235718, 7.630670547485352, 0.06797277182340622, 9.818891525268555, 0.08633792400360107, 8.187101364135742, 0.0878884345293045, 0.33308568596839905, 16.02887725830078, 11.081074714660645, 3.0767881870269775, 0.24733948707580566, 1.9457149505615234, 16.792150497436523, 6.421025276184082, 21.36370086669922, 0.0, 24.94055938720703, 18.333322525024414, 20.296133041381836, 23.63590431213379], "count": [145]}, "timestamp": {"min": [0.0], "max": [4.8], "mean": [2.4], "std": [1.39522996909709], "count": [145]}, "frame_index": {"min": [0], "max": [144], "mean": [72.0], "std": [41.8568990729127], "count": [145]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [145]}, "index": {"min": [1992], "max": [2136], "mean": [2064.0], "std": [41.8568990729127], "count": [145]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [145]}, "subtask_annotation": {"mean": [1.6482758620689655, 4.0, 4.0, 4.0, 4.0], "std": [1.1050419525988904, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [145]}, "scene_annotation": {"mean": [12.0], "std": [0.0], "min": [12], "max": [12], "count": [145]}, "eef_direction_state": {"mean": [5.448275862068965, 3.1241379310344826], "std": [0.8783294055135435, 1.8037614286040886], "min": [4, 0], "max": [6, 6], "count": [145]}, "eef_velocity_state": {"mean": [0.4206896551724138, 1.3448275862068966], "std": [0.7111812952549942, 0.678530972482695], "min": [0, 0], "max": [2, 2], "count": [145]}, "eef_acc_mag_state": {"mean": [0.4068965517241379, 1.1793103448275861], "std": [0.7191618850333084, 0.8108655700247769], "min": [0, 0], "max": [2, 2], "count": [145]}, "eef_direction_action": {"mean": [5.448275862068965, 3.1241379310344826], "std": [0.8783294055135435, 1.8037614286040886], "min": [4, 0], "max": [6, 6], "count": [145]}, "eef_velocity_action": {"mean": [0.4206896551724138, 1.3448275862068966], "std": [0.7111812952549942, 0.678530972482695], "min": [0, 0], "max": [2, 2], "count": [145]}, "eef_acc_mag_action": {"mean": [0.4068965517241379, 1.1793103448275861], "std": [0.7191618850333084, 0.8108655700247769], "min": [0, 0], "max": [2, 2], "count": [145]}, "eef_sim_pose_state": {"mean": [0.5860975687930844, 0.21372083872574146, 1.1650752664465274, -1.5860391543019168, 1.1468725831777218, -2.0581119800123138, 0.6543108546230658, -0.09013046062590988, 1.2316404367062506, 1.1382893655881825, 0.9412353983753925, 2.085776188656506], "std": [0.007536501198460937, 0.010666906884483088, 0.038538782446861514, 0.28658200261544337, 0.12255201010191809, 0.254725969852838, 0.03260877814255477, 0.0747048026481291, 0.050935627752378455, 0.23622705065705493, 0.12280967778573805, 0.15480848014750004], "min": [0.565613575456868, 0.20034957382505886, 1.1384676115564454, -1.8009893849464271, 0.7396094203442893, -2.252671404654964, 0.5599127269495152, -0.20441768663326357, 1.1442393840409801, 0.7752581934242787, 0.6480020212940838, 1.705757743422362], "max": [0.5938667993268335, 0.24069589403948313, 1.2757494747545037, -0.8642701866570665, 1.2209079778484222, -1.4614881743831454, 0.6811462237400582, -0.0011719328756435443, 1.2841395094511439, 1.5398684597045664, 1.071570832314924, 2.2473656951623933], "count": [145]}, "eef_sim_pose_action": {"mean": [0.5860975687930844, 0.21372083872574146, 1.1650752664465274, -1.5860391543019168, 1.1468725831777218, -2.0581119800123138, 0.6543108546230658, -0.09013046062590988, 1.2316404367062506, 1.1382893655881825, 0.9412353983753925, 2.085776188656506], "std": [0.007536501198460937, 0.010666906884483088, 0.038538782446861514, 0.28658200261544337, 0.12255201010191809, 0.254725969852838, 0.03260877814255477, 0.0747048026481291, 0.050935627752378455, 0.23622705065705493, 0.12280967778573805, 0.15480848014750004], "min": [0.565613575456868, 0.20034957382505886, 1.1384676115564454, -1.8009893849464271, 0.7396094203442893, -2.252671404654964, 0.5599127269495152, -0.20441768663326357, 1.1442393840409801, 0.7752581934242787, 0.6480020212940838, 1.705757743422362], "max": [0.5938667993268335, 0.24069589403948313, 1.2757494747545037, -0.8642701866570665, 1.2209079778484222, -1.4614881743831454, 0.6811462237400582, -0.0011719328756435443, 1.2841395094511439, 1.5398684597045664, 1.071570832314924, 2.2473656951623933], "count": [145]}}} +{"episode_index": 13, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48530559232026144]], [[0.472798545751634]], [[0.46180448325163403]]], "std": [[[0.19934410380973905]], [[0.19457232863888746]], [[0.19650658929583795]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.14901960784313725]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5109317054738562]], [[0.5277831413398694]], [[0.5097988480392157]]], "std": [[[0.3079671226745574]], [[0.31075407436502633]], [[0.3226685474041978]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.06274509803921569]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5772741299019607]], [[0.579758527369281]], [[0.5583752716503269]]], "std": [[[0.29563708673810657]], [[0.3006140151319667]], [[0.3073145732072487]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43614059640522873]], [[0.45582673815359476]], [[0.4303859742647059]]], "std": [[[0.32411454228500314]], [[0.3361103465999043]], [[0.3516716437857824]]], "count": [100]}, "observation.state": {"min": [1.061431884765625, -0.751400887966156, 0.7501716613769531, -0.35043296217918396, -1.5682671070098877, 0.9097979664802551, -1.0168230533599854, -1.2863117456436157, 1.0411103963851929, -0.440890371799469, 0.8012178540229797, -0.7381075024604797, 3.3837499618530273, 65.76699829101562, -0.5687500238418579, 1.1399999856948853, 5.756666660308838, 0.24124997854232788, 10.561111450195312, 0.320000022649765, 8.963000297546387, 0.6299999952316284, 1.1666666269302368, 0.11500000208616257, 38.778751373291016, 53.015625, 0.5837500095367432, -1.8431249856948853, 21.676250457763672, -0.21812500059604645, 22.375, 0.0, 21.46875, -0.07249999791383743, 5.707499980926514, 17.434444427490234], "max": [1.1453379392623901, -0.6696803569793701, 0.8488466739654541, -0.3097343146800995, -1.070205807685852, 1.4146066904067993, -0.41413938999176025, -0.8589398860931396, 1.3764114379882812, 0.15765537321567535, 1.5433017015457153, -0.590977132320404, 22.113750457763672, 72.8375015258789, 24.029375076293945, 7.144999980926514, 22.073123931884766, 0.9799999594688416, 16.653749465942383, 1.1531249284744263, 15.460624694824219, 1.0266666412353516, 1.824375033378601, 24.016000747680664, 67.67813110351562, 65.83000183105469, 2.518749952316284, 3.692499876022339, 54.385623931884766, 9.563124656677246, 69.26187896728516, 0.0, 66.17874908447266, 60.75312423706055, 44.76124954223633, 87.05562591552734], "mean": [1.0910075902938843, -0.6986555457115173, 0.7862604260444641, -0.3260568082332611, -1.1562296152114868, 1.3351125717163086, -0.6667113304138184, -1.0820971727371216, 1.255233883857727, -0.2534663677215576, 0.9092159271240234, -0.6446337699890137, 8.816617965698242, 71.2611312866211, 4.391670227050781, 6.040219306945801, 18.705259323120117, 0.5043476819992065, 13.797211647033691, 1.0630563497543335, 12.750298500061035, 0.969032883644104, 1.4327670335769653, 6.380893230438232, 57.1983757019043, 56.20500183105469, 0.7667862772941589, 0.0389428474009037, 42.30339813232422, 2.5956599712371826, 49.23473358154297, 0.0, 47.559059143066406, 19.169841766357422, 27.30539321899414, 64.25762176513672], "std": [0.020384477451443672, 0.019779443740844727, 0.025081010535359383, 0.010457274504005909, 0.11223103851079941, 0.1097780242562294, 0.20434726774692535, 0.14498741924762726, 0.0917912945151329, 0.15167494118213654, 0.16598781943321228, 0.04820379614830017, 4.86981201171875, 1.953885793685913, 7.116448879241943, 1.4167957305908203, 3.2104227542877197, 0.09646401554346085, 1.4112000465393066, 0.16071154177188873, 1.4173755645751953, 0.048496950417757034, 0.15068788826465607, 6.059324264526367, 8.880967140197754, 2.8202366828918457, 0.35797494649887085, 1.556430697441101, 12.547940254211426, 3.372849225997925, 15.784117698669434, 0.0, 13.529912948608398, 21.319236755371094, 13.247049331665039, 19.46007537841797], "count": [131]}, "action": {"min": [1.061431884765625, -0.751400887966156, 0.7501716613769531, -0.35043296217918396, -1.5682671070098877, 0.9097979664802551, -1.0168230533599854, -1.2863117456436157, 1.0411103963851929, -0.440890371799469, 0.8012178540229797, -0.7381075024604797, 3.3837499618530273, 65.76699829101562, -0.5687500238418579, 1.1399999856948853, 5.756666660308838, 0.24124997854232788, 10.561111450195312, 0.320000022649765, 8.963000297546387, 0.6299999952316284, 1.1666666269302368, 0.11500000208616257, 38.778751373291016, 53.015625, 0.5837500095367432, -1.8431249856948853, 21.676250457763672, -0.21812500059604645, 22.375, 0.0, 21.46875, -0.07249999791383743, 5.707499980926514, 17.434444427490234], "max": [1.1453379392623901, -0.6696803569793701, 0.8488466739654541, -0.3097343146800995, -1.070205807685852, 1.4146066904067993, -0.41413938999176025, -0.8589398860931396, 1.3764114379882812, 0.15765537321567535, 1.5433017015457153, -0.590977132320404, 22.113750457763672, 72.8375015258789, 24.029375076293945, 7.144999980926514, 22.073123931884766, 0.9799999594688416, 16.653749465942383, 1.1531249284744263, 15.460624694824219, 1.0266666412353516, 1.824375033378601, 24.016000747680664, 67.67813110351562, 65.83000183105469, 2.518749952316284, 3.692499876022339, 54.385623931884766, 9.563124656677246, 69.26187896728516, 0.0, 66.17874908447266, 60.75312423706055, 44.76124954223633, 87.05562591552734], "mean": [1.0910074710845947, -0.6986556649208069, 0.7862602472305298, -0.3260568082332611, -1.156229853630066, 1.3351123332977295, -0.6667112708091736, -1.0820969343185425, 1.2552337646484375, -0.2534663677215576, 0.9092157483100891, -0.6446337699890137, 8.816617012023926, 71.26109313964844, 4.391671180725098, 6.040220737457275, 18.70526123046875, 0.504347562789917, 13.797212600708008, 1.0630563497543335, 12.7503023147583, 0.9690327048301697, 1.4327672719955444, 6.380894184112549, 57.19838333129883, 56.20499801635742, 0.7667861580848694, 0.03894287347793579, 42.30340576171875, 2.59565806388855, 49.23475646972656, 0.0, 47.55905532836914, 19.169849395751953, 27.305387496948242, 64.25764465332031], "std": [0.020384475588798523, 0.019779445603489876, 0.025081006810069084, 0.010457275435328484, 0.11223103851079941, 0.1097780391573906, 0.20434725284576416, 0.14498740434646606, 0.0917913019657135, 0.15167492628097534, 0.16598781943321228, 0.04820379614830017, 4.869811534881592, 1.9538859128952026, 7.116447925567627, 1.4167957305908203, 3.210422992706299, 0.09646405279636383, 1.4112001657485962, 0.16071155667304993, 1.4173755645751953, 0.048496946692466736, 0.15068788826465607, 6.059324264526367, 8.880967140197754, 2.8202364444732666, 0.35797494649887085, 1.5564309358596802, 12.547940254211426, 3.3728485107421875, 15.78411865234375, 0.0, 13.529911041259766, 21.319236755371094, 13.247048377990723, 19.46007537841797], "count": [131]}, "timestamp": {"min": [0.0], "max": [4.333333333333333], "mean": [2.166666666666667], "std": [1.260511360079269], "count": [131]}, "frame_index": {"min": [0], "max": [130], "mean": [65.0], "std": [37.815340802378074], "count": [131]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [131]}, "index": {"min": [2137], "max": [2267], "mean": [2202.0], "std": [37.815340802378074], "count": [131]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [131]}, "subtask_annotation": {"mean": [1.9618320610687023, 4.0, 4.0, 4.0, 4.0], "std": [1.0729468598970437, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [131]}, "scene_annotation": {"mean": [13.0], "std": [0.0], "min": [13], "max": [13], "count": [131]}, "eef_direction_state": {"mean": [5.587786259541985, 3.4122137404580153], "std": [0.8090162625643827, 1.7512056000229288], "min": [4, 0], "max": [6, 6], "count": [131]}, "eef_velocity_state": {"mean": [0.3053435114503817, 1.1984732824427482], "std": [0.640766832715521, 0.7757768559335884], "min": [0, 0], "max": [2, 2], "count": [131]}, "eef_acc_mag_state": {"mean": [0.3435114503816794, 1.0763358778625953], "std": [0.6741802188036524, 0.8160444589247486], "min": [0, 0], "max": [2, 2], "count": [131]}, "eef_direction_action": {"mean": [5.587786259541985, 3.4122137404580153], "std": [0.8090162625643827, 1.7512056000229288], "min": [4, 0], "max": [6, 6], "count": [131]}, "eef_velocity_action": {"mean": [0.3053435114503817, 1.1984732824427482], "std": [0.640766832715521, 0.7757768559335884], "min": [0, 0], "max": [2, 2], "count": [131]}, "eef_acc_mag_action": {"mean": [0.3435114503816794, 1.0763358778625953], "std": [0.6741802188036524, 0.8160444589247486], "min": [0, 0], "max": [2, 2], "count": [131]}, "eef_sim_pose_state": {"mean": [0.5908972866323193, 0.21550693100445167, 1.1823552570783358, -1.4008543615007487, 1.2496552818744175, -1.868432766280696, 0.652831193538762, -0.09226232576294591, 1.2087722505040117, 1.2326456334080986, 0.9321967546588168, 2.1655226834455856], "std": [0.00504419796334332, 0.007356132767667991, 0.019604735608650257, 0.14680616199636592, 0.1301809767798897, 0.13179008800294806, 0.01593113219478589, 0.07273186735850518, 0.05283763721243774, 0.29511208341802847, 0.08602547502206673, 0.16207585145516681], "min": [0.580773087022227, 0.20896912038861565, 1.1675102060417726, -1.529677982205832, 0.7538442376586989, -2.0007886578769347, 0.5975202003468238, -0.19953238291405861, 1.1321487524183758, 0.8861058279986835, 0.6254292167240019, 1.72387668659062], "max": [0.5983364324140881, 0.2394965701581075, 1.24988624270936, -0.9625368010703859, 1.3289440224318705, -1.528662398545638, 0.6660952857786253, 0.005889845640242225, 1.2664889274815048, 1.6824161124234922, 0.9986144332677633, 2.40051289718738], "count": [131]}, "eef_sim_pose_action": {"mean": [0.5908972866323193, 0.21550693100445167, 1.1823552570783358, -1.4008543615007487, 1.2496552818744175, -1.868432766280696, 0.652831193538762, -0.09226232576294591, 1.2087722505040117, 1.2326456334080986, 0.9321967546588168, 2.1655226834455856], "std": [0.00504419796334332, 0.007356132767667991, 0.019604735608650257, 0.14680616199636592, 0.1301809767798897, 0.13179008800294806, 0.01593113219478589, 0.07273186735850518, 0.05283763721243774, 0.29511208341802847, 0.08602547502206673, 0.16207585145516681], "min": [0.580773087022227, 0.20896912038861565, 1.1675102060417726, -1.529677982205832, 0.7538442376586989, -2.0007886578769347, 0.5975202003468238, -0.19953238291405861, 1.1321487524183758, 0.8861058279986835, 0.6254292167240019, 1.72387668659062], "max": [0.5983364324140881, 0.2394965701581075, 1.24988624270936, -0.9625368010703859, 1.3289440224318705, -1.528662398545638, 0.6660952857786253, 0.005889845640242225, 1.2664889274815048, 1.6824161124234922, 0.9986144332677633, 2.40051289718738], "count": [131]}}} +{"episode_index": 14, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4873265829248366]], [[0.47552531862745095]], [[0.46327485498366017]]], "std": [[[0.19787368935855743]], [[0.19448955390659523]], [[0.19615254941798513]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.16862745098039217]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5088234885620915]], [[0.5264652961601307]], [[0.5091707679738563]]], "std": [[[0.3067794872592084]], [[0.31012651186138995]], [[0.32139231165956705]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5607866544117648]], [[0.5668456433823529]], [[0.5416921772875817]]], "std": [[[0.29526960109283257]], [[0.29897687130025136]], [[0.3082887434669117]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43676774714052286]], [[0.45704982843137254]], [[0.43358433210784314]]], "std": [[[0.3218156921560213]], [[0.33318195734146716]], [[0.3474536760051599]]], "count": [100]}, "observation.state": {"min": [1.0613126754760742, -0.7254234552383423, 0.7473105788230896, -0.3875553011894226, -1.4914634227752686, 1.045857548713684, -1.0293270349502563, -1.2251325845718384, 1.0349643230438232, -0.6226157546043396, 0.6753309369087219, -0.7048184275627136, 1.7669999599456787, 63.87555694580078, -0.7612500190734863, 1.3477777242660522, 14.40999984741211, -0.5625, 3.705625057220459, 0.026250001043081284, 1.2137500047683716, 0.5049999952316284, 1.1418750286102295, 1.053125023841858, 42.77777862548828, 52.051876068115234, 0.7443749904632568, -0.16181817650794983, 18.551250457763672, -0.5375000238418579, 19.761249542236328, 0.0, 19.40625, 0.5618749856948853, 10.348750114440918, 24.866153717041016], "max": [1.1346142292022705, -0.6939517259597778, 0.7999753952026367, -0.34741824865341187, -1.0293402671813965, 1.4549477100372314, -0.33944171667099, -0.8673886656761169, 1.334210753440857, 0.15968990325927734, 1.4860379695892334, -0.5490863919258118, 30.32062530517578, 73.64624786376953, 34.16562271118164, 9.481249809265137, 25.641874313354492, 0.37437498569488525, 15.213333129882812, 0.29249998927116394, 12.844444274902344, 0.8012499809265137, 1.9107142686843872, 31.197776794433594, 71.1831283569336, 63.81999969482422, 2.115000009536743, 1.475000023841858, 57.49687576293945, 33.537498474121094, 61.94937515258789, 0.0, 74.96937561035156, 65.16437530517578, 57.153751373291016, 90.97125244140625], "mean": [1.0742093324661255, -0.7092484831809998, 0.7689809799194336, -0.37145963311195374, -1.0910086631774902, 1.4150785207748413, -0.5792384743690491, -1.0814608335494995, 1.2541075944900513, -0.36185422539711, 0.8454605340957642, -0.5848855972290039, 24.62480354309082, 71.30076599121094, 4.328108310699463, 6.327921390533447, 21.59024429321289, 0.17794187366962433, 8.051392555236816, 0.06499934941530228, 4.874270915985107, 0.5542557835578918, 1.477034091949463, 8.620827674865723, 66.22148132324219, 54.90696334838867, 0.9101506471633911, 0.4413791000843048, 42.95285415649414, 6.522298336029053, 48.278446197509766, 0.0, 51.728633880615234, 21.762664794921875, 34.82161331176758, 60.98207092285156], "std": [0.01574316807091236, 0.013107039034366608, 0.01692904718220234, 0.006616902071982622, 0.09984606504440308, 0.08677724748849869, 0.2437901645898819, 0.12074257433414459, 0.07467454671859741, 0.2356523722410202, 0.16999487578868866, 0.0422494001686573, 6.901727676391602, 1.6979008913040161, 9.626407623291016, 1.6781022548675537, 2.898977041244507, 0.25649651885032654, 2.3366990089416504, 0.04215962812304497, 2.498006582260132, 0.042381610721349716, 0.18343211710453033, 6.286957263946533, 6.611612319946289, 2.27132248878479, 0.26928773522377014, 0.31539785861968994, 12.879919052124023, 9.677105903625488, 13.999220848083496, 0.0, 16.154226303100586, 22.164867401123047, 16.242284774780273, 19.595806121826172], "count": [156]}, "action": {"min": [1.0613126754760742, -0.7254234552383423, 0.7473105788230896, -0.3875553011894226, -1.4914634227752686, 1.045857548713684, -1.0293270349502563, -1.2251325845718384, 1.0349643230438232, -0.6226157546043396, 0.6753309369087219, -0.7048184275627136, 1.7669999599456787, 63.87555694580078, -0.7612500190734863, 1.3477777242660522, 14.40999984741211, -0.5625, 3.705625057220459, 0.026250001043081284, 1.2137500047683716, 0.5049999952316284, 1.1418750286102295, 1.053125023841858, 42.77777862548828, 52.051876068115234, 0.7443749904632568, -0.16181817650794983, 18.551250457763672, -0.5375000238418579, 19.761249542236328, 0.0, 19.40625, 0.5618749856948853, 10.348750114440918, 24.866153717041016], "max": [1.1346142292022705, -0.6939517259597778, 0.7999753952026367, -0.34741824865341187, -1.0293402671813965, 1.4549477100372314, -0.33944171667099, -0.8673886656761169, 1.334210753440857, 0.15968990325927734, 1.4860379695892334, -0.5490863919258118, 30.32062530517578, 73.64624786376953, 34.16562271118164, 9.481249809265137, 25.641874313354492, 0.37437498569488525, 15.213333129882812, 0.29249998927116394, 12.844444274902344, 0.8012499809265137, 1.9107142686843872, 31.197776794433594, 71.1831283569336, 63.81999969482422, 2.115000009536743, 1.475000023841858, 57.49687576293945, 33.537498474121094, 61.94937515258789, 0.0, 74.96937561035156, 65.16437530517578, 57.153751373291016, 90.97125244140625], "mean": [1.074209213256836, -0.7092477083206177, 0.7689807415008545, -0.3714594841003418, -1.0910084247589111, 1.4150784015655518, -0.5792386531829834, -1.0814601182937622, 1.2541074752807617, -0.3618541359901428, 0.8454603552818298, -0.5848853588104248, 24.624801635742188, 71.30078887939453, 4.3281097412109375, 6.327920436859131, 21.59024429321289, 0.17794182896614075, 8.051395416259766, 0.06499937176704407, 4.874272346496582, 0.5542556643486023, 1.477034091949463, 8.620827674865723, 66.22147369384766, 54.90696334838867, 0.9101498126983643, 0.4413791000843048, 42.95283889770508, 6.52229642868042, 48.27845001220703, 0.0, 51.72861862182617, 21.762680053710938, 34.821617126464844, 60.982078552246094], "std": [0.01574316807091236, 0.013107040897011757, 0.01692904345691204, 0.006616901606321335, 0.09984607994556427, 0.08677725493907928, 0.2437901794910431, 0.1207425594329834, 0.07467454671859741, 0.2356523871421814, 0.16999490559101105, 0.042249396443367004, 6.901726245880127, 1.6979007720947266, 9.626407623291016, 1.6781022548675537, 2.898977756500244, 0.25649645924568176, 2.3366992473602295, 0.042159631848335266, 2.498006582260132, 0.04238159954547882, 0.18343211710453033, 6.286957263946533, 6.611611843109131, 2.27132248878479, 0.2692877948284149, 0.31539785861968994, 12.87992000579834, 9.677103042602539, 13.99921989440918, 0.0, 16.15422821044922, 22.164859771728516, 16.242284774780273, 19.595808029174805], "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": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [156]}, "index": {"min": [2268], "max": [2423], "mean": [2345.5], "std": [45.032395746469746], "count": [156]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [156]}, "subtask_annotation": {"mean": [1.9038461538461537, 4.0, 4.0, 4.0, 4.0], "std": [0.98565900221073, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [156]}, "scene_annotation": {"mean": [14.0], "std": [0.0], "min": [14], "max": [14], "count": [156]}, "eef_direction_state": {"mean": [5.602564102564102, 3.717948717948718], "std": [0.7980704870505596, 1.5516528482469005], "min": [4, 0], "max": [6, 6], "count": [156]}, "eef_velocity_state": {"mean": [0.28205128205128205, 1.1602564102564104], "std": [0.6075895185165533, 0.7381264820371571], "min": [0, 0], "max": [2, 2], "count": [156]}, "eef_acc_mag_state": {"mean": [0.2692307692307692, 0.8205128205128205], "std": [0.5921078583977176, 0.8434299591486425], "min": [0, 0], "max": [2, 2], "count": [156]}, "eef_direction_action": {"mean": [5.602564102564102, 3.717948717948718], "std": [0.7980704870505596, 1.5516528482469005], "min": [4, 0], "max": [6, 6], "count": [156]}, "eef_velocity_action": {"mean": [0.28205128205128205, 1.1602564102564104], "std": [0.6075895185165533, 0.7381264820371571], "min": [0, 0], "max": [2, 2], "count": [156]}, "eef_acc_mag_action": {"mean": [0.2692307692307692, 0.8205128205128205], "std": [0.5921078583977176, 0.8434299591486425], "min": [0, 0], "max": [2, 2], "count": [156]}, "eef_sim_pose_state": {"mean": [0.5917403392409089, 0.2122182306169764, 1.1664898093251512, -1.5984212501254482, 1.2830155470993383, -2.032757243789816, 0.6528085437339334, -0.07742896835055194, 1.2267133605744152, 1.178041301846212, 0.9760786257585442, 2.146610059369514], "std": [0.003985694410954143, 0.007240776379032977, 0.020795542480547137, 0.19307118102757007, 0.0915601230996736, 0.18454519205480505, 0.01338863298318291, 0.0743901071242742, 0.05681795676008476, 0.2508285185132625, 0.12104404171745196, 0.12388709800299989], "min": [0.5806839748477979, 0.20750454885502026, 1.151819798455038, -1.7477361870599963, 0.8861951493942803, -2.1794708050423104, 0.6032241056625722, -0.20881419108484242, 1.1345559427486558, 0.9054332071506748, 0.6664347322444497, 1.7467348571271426], "max": [0.5977223644206437, 0.2357973154835851, 1.2447856989216797, -0.9794533080414289, 1.3307487412970036, -1.498591891914408, 0.6633237338113226, 0.005225173790838256, 1.2852743229061976, 1.5949627524145007, 1.1322268506454538, 2.3130962856988924], "count": [156]}, "eef_sim_pose_action": {"mean": [0.5917403392409089, 0.2122182306169764, 1.1664898093251512, -1.5984212501254482, 1.2830155470993383, -2.032757243789816, 0.6528085437339334, -0.07742896835055194, 1.2267133605744152, 1.178041301846212, 0.9760786257585442, 2.146610059369514], "std": [0.003985694410954143, 0.007240776379032977, 0.020795542480547137, 0.19307118102757007, 0.0915601230996736, 0.18454519205480505, 0.01338863298318291, 0.0743901071242742, 0.05681795676008476, 0.2508285185132625, 0.12104404171745196, 0.12388709800299989], "min": [0.5806839748477979, 0.20750454885502026, 1.151819798455038, -1.7477361870599963, 0.8861951493942803, -2.1794708050423104, 0.6032241056625722, -0.20881419108484242, 1.1345559427486558, 0.9054332071506748, 0.6664347322444497, 1.7467348571271426], "max": [0.5977223644206437, 0.2357973154835851, 1.2447856989216797, -0.9794533080414289, 1.3307487412970036, -1.498591891914408, 0.6633237338113226, 0.005225173790838256, 1.2852743229061976, 1.5949627524145007, 1.1322268506454538, 2.3130962856988924], "count": [156]}}} +{"episode_index": 15, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48846791666666667]], [[0.47323426470588237]], [[0.45928723651960784]]], "std": [[[0.19801295537220187]], [[0.19482977702299936]], [[0.19687218044760826]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.16862745098039217]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5090294955065359]], [[0.5253807026143791]], [[0.5073007107843137]]], "std": [[[0.30228499162281286]], [[0.305445565719981]], [[0.31633329454744774]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.567760745506536]], [[0.5722965522875817]], [[0.5497194015522876]]], "std": [[[0.2949999551981523]], [[0.2995021620632775]], [[0.30756441450376115]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43993796977124183]], [[0.45943078431372547]], [[0.43391419321895425]]], "std": [[[0.32229809355818556]], [[0.3342945248405509]], [[0.34983227030501807]]], "count": [100]}, "observation.state": {"min": [1.0456960201263428, -0.7655154466629028, 0.76509690284729, -0.3996671736240387, -1.6063299179077148, 0.8339691162109375, -1.0991337299346924, -1.2684299945831299, 0.9602799415588379, -0.506790280342102, 0.7791638374328613, -0.7455092072486877, 1.8262500762939453, 66.76437377929688, -0.37937501072883606, 4.138124942779541, 9.232142448425293, -0.5356249809265137, 10.863749504089355, -0.45375001430511475, 7.449375152587891, 0.22437500953674316, 1.078125, -0.20000000298023224, 28.141111373901367, 52.723751068115234, 0.831250011920929, -0.22874999046325684, 15.185555458068848, -0.45374998450279236, 16.064443588256836, 0.0, 15.074444770812988, -0.009999999776482582, 3.6488888263702393, 21.770000457763672], "max": [1.1911920309066772, -0.6770713925361633, 0.8455405831336975, -0.327282190322876, -0.9960803389549255, 1.4003490209579468, -0.37134259939193726, -0.8769487142562866, 1.3852568864822388, 0.1749303787946701, 1.6357035636901855, -0.5370936989784241, 19.011249542236328, 77.34111022949219, 26.31937599182129, 9.398749351501465, 21.785625457763672, 0.9166666269302368, 19.7081241607666, 0.23874999582767487, 15.075555801391602, 0.5, 6.625555515289307, 23.405624389648438, 70.11000061035156, 74.51445007324219, 2.28125, 5.612222194671631, 53.20874786376953, 8.026874542236328, 67.14250183105469, 0.0, 62.600624084472656, 56.395626068115234, 47.13062286376953, 75.10062408447266], "mean": [1.089144229888916, -0.7094781994819641, 0.7936583161354065, -0.34802743792533875, -1.102408766746521, 1.3390172719955444, -0.6761853098869324, -1.0689975023269653, 1.2592555284500122, -0.25199222564697266, 0.9372324347496033, -0.6014924049377441, 6.826877117156982, 69.10787963867188, 3.3874146938323975, 7.606863975524902, 14.381501197814941, -0.1522224098443985, 15.802330017089844, -0.21911108493804932, 11.96445369720459, 0.27887386083602905, 2.06142520904541, 11.96735668182373, 60.58134841918945, 56.39912033081055, 0.9406139254570007, 0.5617228150367737, 42.882930755615234, 3.002976417541504, 50.09506607055664, 0.0, 48.74137878417969, 16.702024459838867, 28.138853073120117, 58.40650939941406], "std": [0.03624022379517555, 0.01744985207915306, 0.017104482278227806, 0.017077142372727394, 0.1615382730960846, 0.14342737197875977, 0.23156540095806122, 0.13187694549560547, 0.11299944669008255, 0.20120829343795776, 0.24437016248703003, 0.05994271859526634, 4.486186504364014, 1.437231421470642, 7.523288726806641, 1.7728301286697388, 3.8995635509490967, 0.22244203090667725, 2.4295754432678223, 0.08680424839258194, 2.079953908920288, 0.045000508427619934, 1.4640287160873413, 7.123964786529541, 9.664313316345215, 4.672791957855225, 0.24723370373249054, 1.0184694528579712, 10.779345512390137, 3.6184158325195312, 13.614605903625488, 0.0, 12.250603675842285, 19.708181381225586, 13.025859832763672, 12.573453903198242], "count": [146]}, "action": {"min": [1.0456960201263428, -0.7655154466629028, 0.76509690284729, -0.3996671736240387, -1.6063299179077148, 0.8339691162109375, -1.0991337299346924, -1.2684299945831299, 0.9602799415588379, -0.506790280342102, 0.7791638374328613, -0.7455092072486877, 1.8262500762939453, 66.76437377929688, -0.37937501072883606, 4.138124942779541, 9.232142448425293, -0.5356249809265137, 10.863749504089355, -0.45375001430511475, 7.449375152587891, 0.22437500953674316, 1.078125, -0.20000000298023224, 28.141111373901367, 52.723751068115234, 0.831250011920929, -0.22874999046325684, 15.185555458068848, -0.45374998450279236, 16.064443588256836, 0.0, 15.074444770812988, -0.009999999776482582, 3.6488888263702393, 21.770000457763672], "max": [1.1911920309066772, -0.6770713925361633, 0.8455405831336975, -0.327282190322876, -0.9960803389549255, 1.4003490209579468, -0.37134259939193726, -0.8769487142562866, 1.3852568864822388, 0.1749303787946701, 1.6357035636901855, -0.5370936989784241, 19.011249542236328, 77.34111022949219, 26.31937599182129, 9.398749351501465, 21.785625457763672, 0.9166666269302368, 19.7081241607666, 0.23874999582767487, 15.075555801391602, 0.5, 6.625555515289307, 23.405624389648438, 70.11000061035156, 74.51445007324219, 2.28125, 5.612222194671631, 53.20874786376953, 8.026874542236328, 67.14250183105469, 0.0, 62.600624084472656, 56.395626068115234, 47.13062286376953, 75.10062408447266], "mean": [1.089143991470337, -0.709478497505188, 0.7936582565307617, -0.3480274975299835, -1.102408528327942, 1.3390182256698608, -0.6761854290962219, -1.0689976215362549, 1.2592557668685913, -0.25199222564697266, 0.937232255935669, -0.6014923453330994, 6.826877117156982, 69.10787963867188, 3.3874120712280273, 7.606865882873535, 14.381500244140625, -0.1522224247455597, 15.802319526672363, -0.21911107003688812, 11.964462280273438, 0.2788737714290619, 2.0614259243011475, 11.967353820800781, 60.58136749267578, 56.399105072021484, 0.9406142830848694, 0.5617228746414185, 42.882930755615234, 3.002976417541504, 50.09508514404297, 0.0, 48.741390228271484, 16.702014923095703, 28.13886260986328, 58.406497955322266], "std": [0.03624022752046585, 0.01744985021650791, 0.017104482278227806, 0.017077140510082245, 0.1615382730960846, 0.14342737197875977, 0.23156538605690002, 0.13187694549560547, 0.11299944669008255, 0.20120826363563538, 0.24437017738819122, 0.05994271859526634, 4.486186504364014, 1.4372315406799316, 7.523288249969482, 1.7728300094604492, 3.8995633125305176, 0.22244206070899963, 2.4295759201049805, 0.08680424094200134, 2.07995343208313, 0.04500051587820053, 1.4640284776687622, 7.123964786529541, 9.664314270019531, 4.672791957855225, 0.24723359942436218, 1.0184694528579712, 10.779345512390137, 3.6184158325195312, 13.614604949951172, 0.0, 12.250603675842285, 19.708181381225586, 13.025859832763672, 12.573453903198242], "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": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [146]}, "index": {"min": [2424], "max": [2569], "mean": [2496.5], "std": [42.14558102577303], "count": [146]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [146]}, "subtask_annotation": {"mean": [1.8082191780821917, 4.0, 4.0, 4.0, 4.0], "std": [1.0999070228025103, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [146]}, "scene_annotation": {"mean": [15.0], "std": [0.0], "min": [15], "max": [15], "count": [146]}, "eef_direction_state": {"mean": [5.397260273972603, 2.719178082191781], "std": [0.9685425574966319, 1.7231030891847339], "min": [2, 0], "max": [6, 6], "count": [146]}, "eef_velocity_state": {"mean": [0.4178082191780822, 1.2534246575342465], "std": [0.6698686163869121, 0.6805682943155841], "min": [0, 0], "max": [2, 2], "count": [146]}, "eef_acc_mag_state": {"mean": [0.363013698630137, 1.0273972602739727], "std": [0.6812572682663813, 0.8271522816137278], "min": [0, 0], "max": [2, 2], "count": [146]}, "eef_direction_action": {"mean": [5.397260273972603, 2.719178082191781], "std": [0.9685425574966319, 1.7231030891847339], "min": [2, 0], "max": [6, 6], "count": [146]}, "eef_velocity_action": {"mean": [0.4178082191780822, 1.2534246575342465], "std": [0.6698686163869121, 0.6805682943155841], "min": [0, 0], "max": [2, 2], "count": [146]}, "eef_acc_mag_action": {"mean": [0.363013698630137, 1.0273972602739727], "std": [0.6812572682663813, 0.8271522816137278], "min": [0, 0], "max": [2, 2], "count": [146]}, "eef_sim_pose_state": {"mean": [0.5932284583307931, 0.21777625217517974, 1.1672918770711627, -1.6239048186101612, 1.2390799100509826, -2.073269164090096, 0.6543435295027381, -0.10378043285084826, 1.213159296120552, 1.217476021885873, 0.9015777833836635, 2.13738914551594], "std": [0.005009001361409967, 0.011521757440573899, 0.02544151859451143, 0.2373236783062436, 0.16077233164164675, 0.22418489302300307, 0.026487914706384712, 0.07234458967922597, 0.05713126034433373, 0.28806146366424096, 0.10625149046023925, 0.18578762303273286], "min": [0.5795314519661523, 0.20732775590671976, 1.1515690793282878, -1.7746389769233732, 0.6750551573323609, -2.2302043649441217, 0.5696673932129002, -0.2089136748687458, 1.1330791650017413, 0.8646371009761487, 0.6192393877749671, 1.7233837290208769], "max": [0.5999446591022976, 0.2516441694907484, 1.2417185221378186, -1.0192499093229321, 1.3165004154038358, -1.5384249665807033, 0.6721810990343013, 0.0009810626289609714, 1.2882867979276584, 1.620476338705457, 0.9985061378964017, 2.3337610346572513], "count": [146]}, "eef_sim_pose_action": {"mean": [0.5932284583307931, 0.21777625217517974, 1.1672918770711627, -1.6239048186101612, 1.2390799100509826, -2.073269164090096, 0.6543435295027381, -0.10378043285084826, 1.213159296120552, 1.217476021885873, 0.9015777833836635, 2.13738914551594], "std": [0.005009001361409967, 0.011521757440573899, 0.02544151859451143, 0.2373236783062436, 0.16077233164164675, 0.22418489302300307, 0.026487914706384712, 0.07234458967922597, 0.05713126034433373, 0.28806146366424096, 0.10625149046023925, 0.18578762303273286], "min": [0.5795314519661523, 0.20732775590671976, 1.1515690793282878, -1.7746389769233732, 0.6750551573323609, -2.2302043649441217, 0.5696673932129002, -0.2089136748687458, 1.1330791650017413, 0.8646371009761487, 0.6192393877749671, 1.7233837290208769], "max": [0.5999446591022976, 0.2516441694907484, 1.2417185221378186, -1.0192499093229321, 1.3165004154038358, -1.5384249665807033, 0.6721810990343013, 0.0009810626289609714, 1.2882867979276584, 1.620476338705457, 0.9985061378964017, 2.3337610346572513], "count": [146]}}} +{"episode_index": 16, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48668235498366014]], [[0.4727223161764706]], [[0.4581393361928105]]], "std": [[[0.19798667976057627]], [[0.19174167381689153]], [[0.19529958275463594]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.1843137254901961]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5198339460784314]], [[0.5373174366830065]], [[0.5182077450980392]]], "std": [[[0.3039326352804513]], [[0.3070142897056248]], [[0.32046986123883914]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5707409089052288]], [[0.5746825755718954]], [[0.5521648488562092]]], "std": [[[0.29536965603680526]], [[0.29891336228949567]], [[0.30701244411841905]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43546540645424836]], [[0.4538187520424836]], [[0.42701912377450985]]], "std": [[[0.32212612141418784]], [[0.33489239376063673]], [[0.3513026381164819]]], "count": [100]}, "observation.state": {"min": [1.0767995119094849, -0.7951475977897644, 0.7228484749794006, -0.3961862027645111, -1.6173079013824463, 0.7455939650535583, -1.069419026374817, -1.2740806341171265, 0.959220290184021, -0.4568646550178528, 0.7696507573127747, -0.7613192200660706, 4.199999809265137, 65.12812805175781, -0.2980000078678131, 3.609375, 9.493749618530273, -0.7506250143051147, 7.552499771118164, -0.3056250214576721, 5.622499942779541, 0.15312500298023224, 1.0099999904632568, 0.203125, 38.57143020629883, 52.515625, 0.7300000190734863, -0.5662500262260437, 6.522500038146973, -0.9524999856948853, 8.60111141204834, 0.0, 15.453332901000977, -0.005625000223517418, 4.084444522857666, 23.86888885498047], "max": [1.2038414478302002, -0.6710155010223389, 0.8780083656311035, -0.27230995893478394, -1.157468318939209, 1.4040684700012207, -0.3897726237773895, -0.8803820013999939, 1.361295461654663, 0.15037289261817932, 1.6408747434616089, -0.5786030292510986, 17.844999313354492, 76.25777435302734, 32.07749938964844, 9.112500190734863, 17.38111114501953, 21.57111167907715, 12.325624465942383, 0.1862499862909317, 9.241874694824219, 0.3449999988079071, 4.456874847412109, 9.656363487243652, 66.61250305175781, 71.45500183105469, 1.96875, 5.4811110496521, 56.286251068115234, 9.770625114440918, 63.56437683105469, 0.0, 58.96562576293945, 58.93000030517578, 43.79249954223633, 91.16999816894531], "mean": [1.1580134630203247, -0.6965436935424805, 0.7580220699310303, -0.37975186109542847, -1.2715035676956177, 1.2936968803405762, -0.7053717970848083, -1.0646823644638062, 1.2255373001098633, -0.20335987210273743, 0.9795470237731934, -0.6252561211585999, 9.031078338623047, 70.0777587890625, 3.725776433944702, 7.861498832702637, 13.678805351257324, 1.0604232549667358, 10.390233039855957, -0.21042630076408386, 7.44227409362793, 0.20584172010421753, 1.6357004642486572, 1.2501250505447388, 57.036102294921875, 55.98805236816406, 0.9039899110794067, 0.7026804685592651, 37.59035110473633, 2.6320183277130127, 45.05413818359375, 0.0, 44.7568359375, 16.278825759887695, 23.312746047973633, 62.29105758666992], "std": [0.019205186516046524, 0.02994528040289879, 0.03691631183028221, 0.02714068442583084, 0.14703817665576935, 0.18695718050003052, 0.22957611083984375, 0.1313091516494751, 0.1163729876279831, 0.18509548902511597, 0.26551976799964905, 0.054696790874004364, 3.7045068740844727, 1.9393728971481323, 8.344149589538574, 1.494682788848877, 1.301826000213623, 4.244348049163818, 1.074747085571289, 0.10675108432769775, 1.2674494981765747, 0.03425488993525505, 0.9412652254104614, 2.4266111850738525, 9.549528121948242, 5.574310779571533, 0.26368609070777893, 1.3118754625320435, 17.34619903564453, 3.544816493988037, 16.616741180419922, 0.0, 12.832911491394043, 20.951820373535156, 10.891483306884766, 18.47472381591797], "count": [135]}, "action": {"min": [1.0767995119094849, -0.7951475977897644, 0.7228484749794006, -0.3961862027645111, -1.6173079013824463, 0.7455939650535583, -1.069419026374817, -1.2740806341171265, 0.959220290184021, -0.4568646550178528, 0.7696507573127747, -0.7613192200660706, 4.199999809265137, 65.12812805175781, -0.2980000078678131, 3.609375, 9.493749618530273, -0.7506250143051147, 7.552499771118164, -0.3056250214576721, 5.622499942779541, 0.15312500298023224, 1.0099999904632568, 0.203125, 38.57143020629883, 52.515625, 0.7300000190734863, -0.5662500262260437, 6.522500038146973, -0.9524999856948853, 8.60111141204834, 0.0, 15.453332901000977, -0.005625000223517418, 4.084444522857666, 23.86888885498047], "max": [1.2038414478302002, -0.6710155010223389, 0.8780083656311035, -0.27230995893478394, -1.157468318939209, 1.4040684700012207, -0.3897726237773895, -0.8803820013999939, 1.361295461654663, 0.15037289261817932, 1.6408747434616089, -0.5786030292510986, 17.844999313354492, 76.25777435302734, 32.07749938964844, 9.112500190734863, 17.38111114501953, 21.57111167907715, 12.325624465942383, 0.1862499862909317, 9.241874694824219, 0.3449999988079071, 4.456874847412109, 9.656363487243652, 66.61250305175781, 71.45500183105469, 1.96875, 5.4811110496521, 56.286251068115234, 9.770625114440918, 63.56437683105469, 0.0, 58.96562576293945, 58.93000030517578, 43.79249954223633, 91.16999816894531], "mean": [1.1580135822296143, -0.6965436935424805, 0.758022129535675, -0.37975195050239563, -1.2715034484863281, 1.2936965227127075, -0.7053720355033875, -1.064681887626648, 1.2255369424819946, -0.20335988700389862, 0.9795471429824829, -0.6252564787864685, 9.031078338623047, 70.07777404785156, 3.7257819175720215, 7.861498832702637, 13.678817749023438, 1.0604228973388672, 10.390233993530273, -0.21042636036872864, 7.4422736167907715, 0.20584167540073395, 1.6357002258300781, 1.2501251697540283, 57.03609848022461, 55.988033294677734, 0.9039902687072754, 0.7026804685592651, 37.59034729003906, 2.632018804550171, 45.05413055419922, 0.0, 44.7568359375, 16.278827667236328, 23.3127498626709, 62.291046142578125], "std": [0.019205186516046524, 0.02994528040289879, 0.03691631555557251, 0.02714068442583084, 0.14703817665576935, 0.18695718050003052, 0.22957617044448853, 0.1313091367483139, 0.1163729801774025, 0.18509547412395477, 0.26551979780197144, 0.054696787148714066, 3.7045071125030518, 1.9393727779388428, 8.344151496887207, 1.4946826696395874, 1.3018261194229126, 4.244348049163818, 1.0747469663619995, 0.10675110667943954, 1.2674492597579956, 0.03425488993525505, 0.9412652254104614, 2.4266109466552734, 9.549528121948242, 5.574310779571533, 0.26368609070777893, 1.3118754625320435, 17.346200942993164, 3.544816732406616, 16.616741180419922, 0.0, 12.832913398742676, 20.95182228088379, 10.89148235321045, 18.4747257232666], "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": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [135]}, "index": {"min": [2570], "max": [2704], "mean": [2637.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [135]}, "subtask_annotation": {"mean": [1.837037037037037, 4.0, 4.0, 4.0, 4.0], "std": [1.2062025344791019, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [135]}, "scene_annotation": {"mean": [16.0], "std": [0.0], "min": [16], "max": [16], "count": [135]}, "eef_direction_state": {"mean": [5.4, 3.259259259259259], "std": [0.9977753031397183, 1.742552248913083], "min": [1, 0], "max": [6, 6], "count": [135]}, "eef_velocity_state": {"mean": [0.3851851851851852, 1.2666666666666666], "std": [0.6665020372860441, 0.7323225357015141], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_state": {"mean": [0.4222222222222222, 1.1185185185185185], "std": [0.7041324230113272, 0.8259840537591939], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_direction_action": {"mean": [5.4, 3.259259259259259], "std": [0.9977753031397183, 1.742552248913083], "min": [1, 0], "max": [6, 6], "count": [135]}, "eef_velocity_action": {"mean": [0.3851851851851852, 1.2666666666666666], "std": [0.6665020372860441, 0.7323225357015141], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_action": {"mean": [0.4222222222222222, 1.1185185185185185], "std": [0.7041324230113272, 0.8259840537591939], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_sim_pose_state": {"mean": [0.5809398934855206, 0.22798637049030032, 1.1865223517849643, -1.3575782502184957, 1.176595645463177, -1.7965528184131248, 0.6463535114771518, -0.10308776980461908, 1.2128560696090742, 1.1920964799216631, 0.8621468334881311, 2.113662491232084], "std": [0.005222151631280668, 0.004421965292738996, 0.030047921465794204, 0.20289883772171308, 0.20610284819134367, 0.1456142351953286, 0.029531728185489933, 0.0706469889632573, 0.05441365230027835, 0.2765057093449784, 0.10726686845871736, 0.18582442252014364], "min": [0.5696113386019311, 0.22339925366153845, 1.161860235295986, -1.5519402036168908, 0.5674613123023611, -1.955427378749881, 0.5654005719178007, -0.19710721661075153, 1.1334343468239476, 0.794874497695555, 0.6087663994234171, 1.7232754689820404], "max": [0.5888878390084276, 0.2406041856471823, 1.2689941451669389, -0.9114865848045405, 1.2888168661309245, -1.4221213389815586, 0.6660793237444249, 0.00709994640215994, 1.2735287410856913, 1.6128125437567153, 0.9813738086249701, 2.3472315546365645], "count": [135]}, "eef_sim_pose_action": {"mean": [0.5809398934855206, 0.22798637049030032, 1.1865223517849643, -1.3575782502184957, 1.176595645463177, -1.7965528184131248, 0.6463535114771518, -0.10308776980461908, 1.2128560696090742, 1.1920964799216631, 0.8621468334881311, 2.113662491232084], "std": [0.005222151631280668, 0.004421965292738996, 0.030047921465794204, 0.20289883772171308, 0.20610284819134367, 0.1456142351953286, 0.029531728185489933, 0.0706469889632573, 0.05441365230027835, 0.2765057093449784, 0.10726686845871736, 0.18582442252014364], "min": [0.5696113386019311, 0.22339925366153845, 1.161860235295986, -1.5519402036168908, 0.5674613123023611, -1.955427378749881, 0.5654005719178007, -0.19710721661075153, 1.1334343468239476, 0.794874497695555, 0.6087663994234171, 1.7232754689820404], "max": [0.5888878390084276, 0.2406041856471823, 1.2689941451669389, -0.9114865848045405, 1.2888168661309245, -1.4221213389815586, 0.6660793237444249, 0.00709994640215994, 1.2735287410856913, 1.6128125437567153, 0.9813738086249701, 2.3472315546365645], "count": [135]}}} +{"episode_index": 17, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4878458558006536]], [[0.4738044934640523]], [[0.459873010620915]]], "std": [[[0.19556773418030857]], [[0.18965535263698333]], [[0.1930099891126836]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11372549019607843]], [[0.17254901960784313]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5206789930555555]], [[0.5364557883986928]], [[0.5166972651143791]]], "std": [[[0.30412934251059637]], [[0.3065427036807661]], [[0.3199940478394986]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5619299673202615]], [[0.5643908762254902]], [[0.5408378799019609]]], "std": [[[0.29579569761078917]], [[0.3000377159009399]], [[0.30972945885461967]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4376433619281046]], [[0.4565621098856209]], [[0.43049626838235294]]], "std": [[[0.32238927528944367]], [[0.3351490522965497]], [[0.3510613234211074]]], "count": [100]}, "observation.state": {"min": [0.9463348388671875, -0.7989581227302551, 0.738918125629425, -0.36967363953590393, -1.6437145471572876, 0.6472156643867493, -1.0075722932815552, -1.2906986474990845, 0.9038215279579163, -0.4616807699203491, 0.8202439546585083, -0.7399353981018066, 5.23799991607666, 66.80937194824219, -0.6581249833106995, 3.328125, 9.541874885559082, 0.29124999046325684, 7.596250057220459, 0.13625000417232513, 6.859375, -0.8006249666213989, 1.1749999523162842, 1.8706250190734863, 35.098331451416016, 53.80687713623047, 0.7537499666213989, -0.08249999582767487, 13.25, -0.6243749856948853, 20.328125, 0.0, 19.5, -0.08500000089406967, 4.8408331871032715, 33.44312286376953], "max": [1.1496003866195679, -0.6569962501525879, 0.8908513784408569, -0.19676508009433746, -1.145427942276001, 1.361724615097046, -0.40696287155151367, -0.787852942943573, 1.4028286933898926, 0.0761997401714325, 1.6584267616271973, -0.5177577137947083, 21.583749771118164, 82.71666717529297, 15.604999542236328, 8.264374732971191, 20.860000610351562, 47.725555419921875, 22.295555114746094, 22.850000381469727, 21.01444435119629, 24.544443130493164, 8.365555763244629, 63.71111297607422, 64.96562957763672, 74.90555572509766, 2.043750047683716, 3.286875009536743, 52.50562286376953, 15.535625457763672, 62.89250183105469, 0.0, 67.79312896728516, 30.228750228881836, 44.40062713623047, 75.77750396728516], "mean": [1.1067614555358887, -0.6917492151260376, 0.7757219672203064, -0.33023127913475037, -1.2625067234039307, 1.2574702501296997, -0.7024455070495605, -1.0581159591674805, 1.2433406114578247, -0.21072569489479065, 1.0161243677139282, -0.5980109572410583, 9.919717788696289, 71.11182403564453, 2.6305243968963623, 6.0657057762146, 16.248435974121094, 3.1313745975494385, 9.201627731323242, 1.3048490285873413, 8.882002830505371, 1.0165138244628906, 1.7102611064910889, 10.259653091430664, 57.9210319519043, 58.1071891784668, 0.9317240715026855, 0.9584718346595764, 37.29751205444336, 5.375131130218506, 45.82791519165039, 0.0, 46.50759506225586, 6.76901912689209, 25.23417854309082, 51.95244598388672], "std": [0.03623806685209274, 0.039373330771923065, 0.04141881689429283, 0.034215573221445084, 0.1514463573694229, 0.2113468497991562, 0.2170208990573883, 0.1445906013250351, 0.13486230373382568, 0.1856127828359604, 0.2674998939037323, 0.065489262342453, 4.200037956237793, 2.8580660820007324, 4.813451290130615, 1.3195397853851318, 3.1592326164245605, 8.863054275512695, 2.7136168479919434, 4.109165668487549, 2.3083291053771973, 4.598202705383301, 1.293040156364441, 11.69399642944336, 8.318689346313477, 5.045673847198486, 0.25155988335609436, 0.8753407597541809, 14.055757522583008, 6.00471830368042, 14.032160758972168, 0.0, 15.00182056427002, 8.635833740234375, 11.5496187210083, 13.595746040344238], "count": [134]}, "action": {"min": [0.9463348388671875, -0.7989581227302551, 0.738918125629425, -0.36967363953590393, -1.6437145471572876, 0.6472156643867493, -1.0075722932815552, -1.2906986474990845, 0.9038215279579163, -0.4616807699203491, 0.8202439546585083, -0.7399353981018066, 5.23799991607666, 66.80937194824219, -0.6581249833106995, 3.328125, 9.541874885559082, 0.29124999046325684, 7.596250057220459, 0.13625000417232513, 6.859375, -0.8006249666213989, 1.1749999523162842, 1.8706250190734863, 35.098331451416016, 53.80687713623047, 0.7537499666213989, -0.08249999582767487, 13.25, -0.6243749856948853, 20.328125, 0.0, 19.5, -0.08500000089406967, 4.8408331871032715, 33.44312286376953], "max": [1.1496003866195679, -0.6569962501525879, 0.8908513784408569, -0.19676508009433746, -1.145427942276001, 1.361724615097046, -0.40696287155151367, -0.787852942943573, 1.4028286933898926, 0.0761997401714325, 1.6584267616271973, -0.5177577137947083, 21.583749771118164, 82.71666717529297, 15.604999542236328, 8.264374732971191, 20.860000610351562, 47.725555419921875, 22.295555114746094, 22.850000381469727, 21.01444435119629, 24.544443130493164, 8.365555763244629, 63.71111297607422, 64.96562957763672, 74.90555572509766, 2.043750047683716, 3.286875009536743, 52.50562286376953, 15.535625457763672, 62.89250183105469, 0.0, 67.79312896728516, 30.228750228881836, 44.40062713623047, 75.77750396728516], "mean": [1.1067609786987305, -0.6917492151260376, 0.7757220268249512, -0.33023127913475037, -1.2625072002410889, 1.2574697732925415, -0.7024455666542053, -1.0581159591674805, 1.2433401346206665, -0.21072570979595184, 1.0161243677139282, -0.5980108380317688, 9.919713020324707, 71.11181640625, 2.630523443222046, 6.0657057762146, 16.24843978881836, 3.1313745975494385, 9.201626777648926, 1.3048490285873413, 8.882007598876953, 1.0165139436721802, 1.7102617025375366, 10.25965404510498, 57.92103576660156, 58.107177734375, 0.9317244291305542, 0.958471953868866, 37.297523498535156, 5.375133037567139, 45.827903747558594, 0.0, 46.507591247558594, 6.769022464752197, 25.23418426513672, 51.95244598388672], "std": [0.036238063126802444, 0.039373330771923065, 0.04141881689429283, 0.034215573221445084, 0.15144634246826172, 0.2113468497991562, 0.2170209139585495, 0.1445906162261963, 0.13486230373382568, 0.185612753033638, 0.2674999237060547, 0.0654892548918724, 4.200037956237793, 2.8580663204193115, 4.813451290130615, 1.3195399045944214, 3.1592321395874023, 8.863054275512695, 2.7136168479919434, 4.109166145324707, 2.308328866958618, 4.598202705383301, 1.293040156364441, 11.69399642944336, 8.318689346313477, 5.045673847198486, 0.25155988335609436, 0.8753408193588257, 14.055756568908691, 6.00471830368042, 14.032159805297852, 0.0, 15.00182056427002, 8.635834693908691, 11.549619674682617, 13.595746994018555], "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": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [134]}, "index": {"min": [2705], "max": [2838], "mean": [2771.5], "std": [38.68139087468288], "count": [134]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [134]}, "subtask_annotation": {"mean": [1.8134328358208955, 4.0, 4.0, 4.0, 4.0], "std": [1.1792225521836521, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [134]}, "scene_annotation": {"mean": [17.0], "std": [0.0], "min": [17], "max": [17], "count": [134]}, "eef_direction_state": {"mean": [5.432835820895522, 3.417910447761194], "std": [0.9014727683905376, 1.5027264150694786], "min": [4, 0], "max": [6, 6], "count": [134]}, "eef_velocity_state": {"mean": [0.48507462686567165, 1.4328358208955223], "std": [0.8079370692471454, 0.6959130284701351], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_acc_mag_state": {"mean": [0.3805970149253731, 1.2686567164179106], "std": [0.6888750955757672, 0.7838308062985597], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_direction_action": {"mean": [5.432835820895522, 3.417910447761194], "std": [0.9014727683905376, 1.5027264150694786], "min": [4, 0], "max": [6, 6], "count": [134]}, "eef_velocity_action": {"mean": [0.48507462686567165, 1.4328358208955223], "std": [0.8079370692471454, 0.6959130284701351], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_acc_mag_action": {"mean": [0.3805970149253731, 1.2686567164179106], "std": [0.6888750955757672, 0.7838308062985597], "min": [0, 0], "max": [2, 2], "count": [134]}, "eef_sim_pose_state": {"mean": [0.5842754830519116, 0.22042717340947635, 1.2029589996824581, -1.2363994900103557, 1.1537764388090324, -1.7303031322350435, 0.6476510689595977, -0.10981531529997707, 1.2229282750254455, 1.1480300727861368, 0.8480546344328543, 2.088314347701121], "std": [0.005341367004165679, 0.004931962905823443, 0.03340916251486448, 0.1663907067871901, 0.2473729361153092, 0.0866113544189516, 0.035927828495287556, 0.07097641124701995, 0.0546391725503843, 0.2778321450999882, 0.11160668032886459, 0.166232824982098], "min": [0.568033178095817, 0.21069101770323798, 1.1788402911152118, -1.4066611658642945, 0.4398716617156997, -1.8605095014677397, 0.5470936685251557, -0.19646091831172827, 1.1405836464445394, 0.6659265330403707, 0.5791138883183349, 1.702318651274866], "max": [0.5916245184325756, 0.23610589761057243, 1.3117055483505649, -0.7770559594494624, 1.2808017461056882, -1.5385115536627412, 0.6736287930691126, 0.0028839281239317893, 1.3173002883891614, 1.564018426841698, 0.9422273226478017, 2.290237242722184], "count": [134]}, "eef_sim_pose_action": {"mean": [0.5842754830519116, 0.22042717340947635, 1.2029589996824581, -1.2363994900103557, 1.1537764388090324, -1.7303031322350435, 0.6476510689595977, -0.10981531529997707, 1.2229282750254455, 1.1480300727861368, 0.8480546344328543, 2.088314347701121], "std": [0.005341367004165679, 0.004931962905823443, 0.03340916251486448, 0.1663907067871901, 0.2473729361153092, 0.0866113544189516, 0.035927828495287556, 0.07097641124701995, 0.0546391725503843, 0.2778321450999882, 0.11160668032886459, 0.166232824982098], "min": [0.568033178095817, 0.21069101770323798, 1.1788402911152118, -1.4066611658642945, 0.4398716617156997, -1.8605095014677397, 0.5470936685251557, -0.19646091831172827, 1.1405836464445394, 0.6659265330403707, 0.5791138883183349, 1.702318651274866], "max": [0.5916245184325756, 0.23610589761057243, 1.3117055483505649, -0.7770559594494624, 1.2808017461056882, -1.5385115536627412, 0.6736287930691126, 0.0028839281239317893, 1.3173002883891614, 1.564018426841698, 0.9422273226478017, 2.290237242722184], "count": [134]}}} +{"episode_index": 18, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.487722710375817]], [[0.474786358251634]], [[0.4626618790849673]]], "std": [[[0.19570162759641874]], [[0.18950899842977326]], [[0.1919981181478392]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.1843137254901961]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5299547753267974]], [[0.5477380800653595]], [[0.5295734293300653]]], "std": [[[0.3091224290539388]], [[0.3117961611702275]], [[0.3245500887515241]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5587587275326797]], [[0.5608500326797387]], [[0.5368120874183007]]], "std": [[[0.2958622003683754]], [[0.30017542778149353]], [[0.30825695487303556]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43752578227124184]], [[0.4564432536764706]], [[0.43191379289215687]]], "std": [[[0.32350507171185644]], [[0.33494703194715764]], [[0.34968070475671215]]], "count": [100]}, "observation.state": {"min": [1.061121940612793, -0.7388942837715149, 0.760471522808075, -0.3882705867290497, -1.4395403861999512, 1.0709925889968872, -1.0687037706375122, -1.2151904106140137, 1.0421276092529297, -0.5945773124694824, 0.7223716378211975, -0.6997321248054504, 8.673749923706055, 61.71111297607422, -0.699999988079071, 4.110000133514404, 9.921875, 0.24937500059604645, 6.028749942779541, -0.1993750035762787, 3.507499933242798, -3.840625047683716, 1.2580000162124634, -0.32875001430511475, 37.86499786376953, 53.78062438964844, 0.8106250166893005, 0.19062499701976776, 18.202499389648438, -0.6312499642372131, 22.9375, 0.0, 23.65916633605957, 0.390625, 6.777500152587891, 23.193124771118164], "max": [1.1105389595031738, -0.7012950778007507, 0.8191339373588562, -0.3378389775753021, -1.1343175172805786, 1.4609559774398804, -0.3576333224773407, -0.9002611041069031, 1.3101301193237305, 0.18524876236915588, 1.5282970666885376, -0.5717841386795044, 28.051111221313477, 68.56937408447266, 27.724285125732422, 9.426249504089355, 18.032499313354492, 8.483750343322754, 14.55062484741211, 7.798749923706055, 10.218124389648438, 4.322499752044678, 2.1556248664855957, 10.869999885559082, 73.08562469482422, 61.36125183105469, 2.25, 1.850000023841858, 49.43687438964844, 22.9012508392334, 62.631874084472656, 0.0, 70.33062744140625, 53.47687530517578, 52.404998779296875, 79.54812622070312], "mean": [1.076117992401123, -0.7268146872520447, 0.7800986170768738, -0.3796115815639496, -1.1812471151351929, 1.3953336477279663, -0.6411487460136414, -1.059294581413269, 1.2360533475875854, -0.2923964262008667, 0.8870612978935242, -0.6313083171844482, 12.583145141601562, 66.78974914550781, 3.4562675952911377, 8.52849292755127, 12.969696044921875, 0.6880970001220703, 8.772326469421387, 0.22774486243724823, 6.074512481689453, -3.400998115539551, 1.451125979423523, 1.5761692523956299, 63.69506072998047, 55.97112274169922, 0.9779828786849976, 0.6535857319831848, 40.099212646484375, 9.958863258361816, 47.34360122680664, 0.0, 48.643638610839844, 11.215744018554688, 27.76438331604004, 56.41667556762695], "std": [0.010348248295485973, 0.007855170406401157, 0.013868525624275208, 0.010325255803763866, 0.06852168589830399, 0.07697755843400955, 0.25752782821655273, 0.118451789021492, 0.07656844705343246, 0.23412251472473145, 0.19354215264320374, 0.042785827070474625, 3.9541053771972656, 1.1758192777633667, 8.683229446411133, 1.2595667839050293, 2.402057647705078, 1.4374686479568481, 2.8021860122680664, 1.3998571634292603, 1.6882942914962769, 1.432329535484314, 0.23483332991600037, 2.0341601371765137, 10.859475135803223, 1.672882080078125, 0.25459641218185425, 0.4082759618759155, 10.642129898071289, 8.681241989135742, 14.435310363769531, 0.0, 15.207716941833496, 15.3263578414917, 13.49152660369873, 17.53976821899414], "count": [140]}, "action": {"min": [1.061121940612793, -0.7388942837715149, 0.760471522808075, -0.3882705867290497, -1.4395403861999512, 1.0709925889968872, -1.0687037706375122, -1.2151904106140137, 1.0421276092529297, -0.5945773124694824, 0.7223716378211975, -0.6997321248054504, 8.673749923706055, 61.71111297607422, -0.699999988079071, 4.110000133514404, 9.921875, 0.24937500059604645, 6.028749942779541, -0.1993750035762787, 3.507499933242798, -3.840625047683716, 1.2580000162124634, -0.32875001430511475, 37.86499786376953, 53.78062438964844, 0.8106250166893005, 0.19062499701976776, 18.202499389648438, -0.6312499642372131, 22.9375, 0.0, 23.65916633605957, 0.390625, 6.777500152587891, 23.193124771118164], "max": [1.1105389595031738, -0.7012950778007507, 0.8191339373588562, -0.3378389775753021, -1.1343175172805786, 1.4609559774398804, -0.3576333224773407, -0.9002611041069031, 1.3101301193237305, 0.18524876236915588, 1.5282970666885376, -0.5717841386795044, 28.051111221313477, 68.56937408447266, 27.724285125732422, 9.426249504089355, 18.032499313354492, 8.483750343322754, 14.55062484741211, 7.798749923706055, 10.218124389648438, 4.322499752044678, 2.1556248664855957, 10.869999885559082, 73.08562469482422, 61.36125183105469, 2.25, 1.850000023841858, 49.43687438964844, 22.9012508392334, 62.631874084472656, 0.0, 70.33062744140625, 53.47687530517578, 52.404998779296875, 79.54812622070312], "mean": [1.0761181116104126, -0.7268145680427551, 0.7800988554954529, -0.3796117603778839, -1.1812472343444824, 1.3953335285186768, -0.6411492824554443, -1.0592938661575317, 1.236053466796875, -0.2923963963985443, 0.8870612382888794, -0.631308376789093, 12.583150863647461, 66.78974151611328, 3.4562692642211914, 8.528491973876953, 12.969705581665039, 0.6880970597267151, 8.772329330444336, 0.22774481773376465, 6.074512481689453, -3.400996446609497, 1.4511256217956543, 1.5761686563491821, 63.69506072998047, 55.97111129760742, 0.977982759475708, 0.65358567237854, 40.09920883178711, 9.958869934082031, 47.343605041503906, 0.0, 48.64363098144531, 11.215739250183105, 27.764375686645508, 56.41667938232422], "std": [0.010348247364163399, 0.007855170406401157, 0.013868522830307484, 0.010325255803763866, 0.06852168589830399, 0.07697756588459015, 0.2575278878211975, 0.11845177412033081, 0.07656844705343246, 0.23412254452705383, 0.19354216754436493, 0.04278583079576492, 3.9541051387786865, 1.1758192777633667, 8.683231353759766, 1.2595670223236084, 2.402057647705078, 1.4374685287475586, 2.8021857738494873, 1.399856686592102, 1.6882942914962769, 1.432329773902893, 0.23483334481716156, 2.0341603755950928, 10.859475135803223, 1.672882080078125, 0.25459641218185425, 0.4082759916782379, 10.642129898071289, 8.681242942810059, 14.435310363769531, 0.0, 15.207717895507812, 15.3263578414917, 13.49152660369873, 17.539772033691406], "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": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [140]}, "index": {"min": [2839], "max": [2978], "mean": [2908.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [140]}, "subtask_annotation": {"mean": [2.007142857142857, 4.0, 4.0, 4.0, 4.0], "std": [1.0589511561070273, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [140]}, "scene_annotation": {"mean": [18.0], "std": [0.0], "min": [18], "max": [18], "count": [140]}, "eef_direction_state": {"mean": [5.642857142857143, 3.085714285714286], "std": [0.7659860924831148, 2.040608152647899], "min": [4, 0], "max": [6, 6], "count": [140]}, "eef_velocity_state": {"mean": [0.24285714285714285, 1.2142857142857142], "std": [0.5589713584718246, 0.7539014172547864], "min": [0, 0], "max": [2, 2], "count": [140]}, "eef_acc_mag_state": {"mean": [0.3, 1.0785714285714285], "std": [0.6403124237432849, 0.7934360820674409], "min": [0, 0], "max": [2, 2], "count": [140]}, "eef_direction_action": {"mean": [5.642857142857143, 3.085714285714286], "std": [0.7659860924831148, 2.040608152647899], "min": [4, 0], "max": [6, 6], "count": [140]}, "eef_velocity_action": {"mean": [0.24285714285714285, 1.2142857142857142], "std": [0.5589713584718246, 0.7539014172547864], "min": [0, 0], "max": [2, 2], "count": [140]}, "eef_acc_mag_action": {"mean": [0.3, 1.0785714285714285], "std": [0.6403124237432849, 0.7934360820674409], "min": [0, 0], "max": [2, 2], "count": [140]}, "eef_sim_pose_state": {"mean": [0.5943017606733002, 0.21490830376351353, 1.1824979239921276, -1.3000671517846965, 1.2474965627729795, -1.7299780498650121, 0.6502159488944765, -0.09407514833071967, 1.2174536092030324, 1.199986698063649, 0.9683268808266403, 2.1301936050522934], "std": [0.0034590847786840112, 0.005085127374802235, 0.015887259926943842, 0.1058256866163243, 0.0780063361787958, 0.09136016462897846, 0.018418707657314102, 0.0774905021304077, 0.05723155034271664, 0.27379648874942353, 0.11854332100340327, 0.13420952943528106], "min": [0.5873695427987057, 0.20924351010127878, 1.1735094622391278, -1.382602798252139, 0.919115104663244, -1.8062059466282467, 0.6023402755021074, -0.20978994771083728, 1.1410831790141127, 0.907741423906341, 0.6212335140687344, 1.7289723324949546], "max": [0.6002365542875896, 0.23102303642810185, 1.236906223048848, -1.0001224081275961, 1.3018513997493786, -1.4787883051778938, 0.6750696504053477, 0.007265221582901271, 1.2809648768505837, 1.6161185947436423, 1.1117826499761452, 2.3296692643858408], "count": [140]}, "eef_sim_pose_action": {"mean": [0.5943017606733002, 0.21490830376351353, 1.1824979239921276, -1.3000671517846965, 1.2474965627729795, -1.7299780498650121, 0.6502159488944765, -0.09407514833071967, 1.2174536092030324, 1.199986698063649, 0.9683268808266403, 2.1301936050522934], "std": [0.0034590847786840112, 0.005085127374802235, 0.015887259926943842, 0.1058256866163243, 0.0780063361787958, 0.09136016462897846, 0.018418707657314102, 0.0774905021304077, 0.05723155034271664, 0.27379648874942353, 0.11854332100340327, 0.13420952943528106], "min": [0.5873695427987057, 0.20924351010127878, 1.1735094622391278, -1.382602798252139, 0.919115104663244, -1.8062059466282467, 0.6023402755021074, -0.20978994771083728, 1.1410831790141127, 0.907741423906341, 0.6212335140687344, 1.7289723324949546], "max": [0.6002365542875896, 0.23102303642810185, 1.236906223048848, -1.0001224081275961, 1.3018513997493786, -1.4787883051778938, 0.6750696504053477, 0.007265221582901271, 1.2809648768505837, 1.6161185947436423, 1.1117826499761452, 2.3296692643858408], "count": [140]}}} +{"episode_index": 19, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4879642463235294]], [[0.47269432802287586]], [[0.458805324754902]]], "std": [[[0.196101378718568]], [[0.19075830670441873]], [[0.1933260986964903]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.1607843137254902]], [[0.07450980392156863]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5147441299019608]], [[0.5327181331699347]], [[0.5159197079248367]]], "std": [[[0.30949116100763513]], [[0.31338199036893505]], [[0.3257250791034132]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5750242381535947]], [[0.5777569791666667]], [[0.5564814828431373]]], "std": [[[0.2940891855769257]], [[0.29783001274193666]], [[0.3048073838771485]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4367699673202614]], [[0.4559908394607843]], [[0.43161097426470585]]], "std": [[[0.3241033231682186]], [[0.3358330120228433]], [[0.3504824809221693]]], "count": [100]}, "observation.state": {"min": [1.123297095298767, -0.735675573348999, 0.7703899145126343, -0.36249715089797974, -1.6114163398742676, 0.7614464163780212, -1.0199172496795654, -1.2446831464767456, 0.9818121194839478, -0.5867093801498413, 0.6886587142944336, -0.7388121485710144, 18.863332748413086, 59.891876220703125, -0.6881250143051147, 1.6311111450195312, 3.359999895095825, -0.05312500149011612, 8.98699951171875, -0.8712500333786011, 5.644374847412109, 0.20374999940395355, 1.2400000095367432, 7.273124694824219, 36.196250915527344, 51.12874984741211, 0.6766666769981384, -0.5381250381469727, 12.175555229187012, -0.06750000268220901, 20.296667098999023, 0.0, 19.873750686645508, 0.030625000596046448, 3.0466666221618652, 13.028888702392578], "max": [1.2026493549346924, -0.6549458503723145, 0.8714385032653809, -0.28481388092041016, -1.1496003866195679, 1.1812390089035034, -0.35152971744537354, -0.8498321175575256, 1.3406720161437988, 0.11120012402534485, 1.6226062774658203, -0.5741683840751648, 32.16062545776367, 68.41999816894531, 32.234375, 9.201666831970215, 22.396249771118164, 0.5425000190734863, 13.451250076293945, 1.106428623199463, 10.760624885559082, 0.9574999809265137, 1.3333333730697632, 26.83562469482422, 69.41500091552734, 67.2300033569336, 2.208750009536743, 3.9131250381469727, 58.126251220703125, 15.360625267028809, 71.55999755859375, 0.0, 82.40250396728516, 64.85687255859375, 62.60062789916992, 95.90374755859375], "mean": [1.1801260709762573, -0.6724863052368164, 0.7918094396591187, -0.3192603290081024, -1.2382688522338867, 1.1384494304656982, -0.630229115486145, -1.0370101928710938, 1.234755039215088, -0.33420589566230774, 0.8650861382484436, -0.606261670589447, 26.90450668334961, 61.30594253540039, 4.112025260925293, 7.570798397064209, 19.50043487548828, 0.1590883880853653, 11.999556541442871, 0.7352076172828674, 8.117600440979004, 0.28750017285346985, 1.2884905338287354, 17.376646041870117, 58.27048110961914, 55.807960510253906, 0.8714953660964966, 0.6655623912811279, 39.88346862792969, 3.708575963973999, 49.6078987121582, 0.0, 50.0971565246582, 15.123403549194336, 29.125507354736328, 61.07361602783203], "std": [0.011554693803191185, 0.015686938539147377, 0.02098005823791027, 0.013208340853452682, 0.11619719862937927, 0.09735127538442612, 0.21319501101970673, 0.12342802435159683, 0.09033063054084778, 0.1964857429265976, 0.24208340048789978, 0.040996525436639786, 3.558112382888794, 1.3515397310256958, 9.238818168640137, 1.7598683834075928, 4.161028861999512, 0.07917666435241699, 1.4294129610061646, 0.6397625207901001, 1.2382014989852905, 0.13977816700935364, 0.021818166598677635, 5.688473701477051, 8.749929428100586, 3.666778326034546, 0.28001585602760315, 1.2984323501586914, 14.052680015563965, 4.739903450012207, 16.473285675048828, 0.0, 17.9216365814209, 19.633869171142578, 17.084699630737305, 19.244361877441406], "count": [126]}, "action": {"min": [1.123297095298767, -0.735675573348999, 0.7703899145126343, -0.36249715089797974, -1.6114163398742676, 0.7614464163780212, -1.0199172496795654, -1.2446831464767456, 0.9818121194839478, -0.5867093801498413, 0.6886587142944336, -0.7388121485710144, 18.863332748413086, 59.891876220703125, -0.6881250143051147, 1.6311111450195312, 3.359999895095825, -0.05312500149011612, 8.98699951171875, -0.8712500333786011, 5.644374847412109, 0.20374999940395355, 1.2400000095367432, 7.273124694824219, 36.196250915527344, 51.12874984741211, 0.6766666769981384, -0.5381250381469727, 12.175555229187012, -0.06750000268220901, 20.296667098999023, 0.0, 19.873750686645508, 0.030625000596046448, 3.0466666221618652, 13.028888702392578], "max": [1.2026493549346924, -0.6549458503723145, 0.8714385032653809, -0.28481388092041016, -1.1496003866195679, 1.1812390089035034, -0.35152971744537354, -0.8498321175575256, 1.3406720161437988, 0.11120012402534485, 1.6226062774658203, -0.5741683840751648, 32.16062545776367, 68.41999816894531, 32.234375, 9.201666831970215, 22.396249771118164, 0.5425000190734863, 13.451250076293945, 1.106428623199463, 10.760624885559082, 0.9574999809265137, 1.3333333730697632, 26.83562469482422, 69.41500091552734, 67.2300033569336, 2.208750009536743, 3.9131250381469727, 58.126251220703125, 15.360625267028809, 71.55999755859375, 0.0, 82.40250396728516, 64.85687255859375, 62.60062789916992, 95.90374755859375], "mean": [1.1801258325576782, -0.672486424446106, 0.7918094396591187, -0.31926029920578003, -1.2382689714431763, 1.1384491920471191, -0.6302290558815002, -1.0370100736618042, 1.234755277633667, -0.33420589566230774, 0.8650861978530884, -0.6062616109848022, 26.904518127441406, 61.30596923828125, 4.11203145980835, 7.570797920227051, 19.500429153442383, 0.1590883731842041, 11.999554634094238, 0.7352077960968018, 8.117598533630371, 0.28750020265579224, 1.288490653038025, 17.376638412475586, 58.270484924316406, 55.80796813964844, 0.8714954853057861, 0.6655623316764832, 39.88347244262695, 3.7085766792297363, 49.607879638671875, 0.0, 50.09716796875, 15.123400688171387, 29.125497817993164, 61.073612213134766], "std": [0.01155469473451376, 0.015686938539147377, 0.02098005823791027, 0.013208340853452682, 0.11619720607995987, 0.09735128283500671, 0.21319498121738434, 0.12342800945043564, 0.09033063799142838, 0.1964857578277588, 0.2420833855867386, 0.040996529161930084, 3.5581114292144775, 1.3515397310256958, 9.238819122314453, 1.7598685026168823, 4.161028861999512, 0.0791766420006752, 1.429412841796875, 0.6397626996040344, 1.238201379776001, 0.13977819681167603, 0.021818168461322784, 5.688473701477051, 8.74992847442627, 3.666778087615967, 0.280015766620636, 1.2984322309494019, 14.052679061889648, 4.739903450012207, 16.47328758239746, 0.0, 17.9216365814209, 19.633867263793945, 17.084699630737305, 19.24436378479004], "count": [126]}, "timestamp": {"min": [0.0], "max": [4.166666666666667], "mean": [2.0833333333333335], "std": [1.2123973801552888], "count": [126]}, "frame_index": {"min": [0], "max": [125], "mean": [62.5], "std": [36.37192140465866], "count": [126]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [126]}, "index": {"min": [2979], "max": [3104], "mean": [3041.5], "std": [36.37192140465866], "count": [126]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [126]}, "subtask_annotation": {"mean": [1.880952380952381, 4.0, 4.0, 4.0, 4.0], "std": [1.158866049870281, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [126]}, "scene_annotation": {"mean": [19.0], "std": [0.0], "min": [19], "max": [19], "count": [126]}, "eef_direction_state": {"mean": [5.523809523809524, 3.1587301587301586], "std": [0.8518354199999199, 1.3417159021589946], "min": [4, 1], "max": [6, 6], "count": [126]}, "eef_velocity_state": {"mean": [0.35714285714285715, 1.4285714285714286], "std": [0.6838765055402413, 0.6226998490772387], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_acc_mag_state": {"mean": [0.29365079365079366, 1.3333333333333333], "std": [0.60510343229006, 0.7559289460184545], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_direction_action": {"mean": [5.523809523809524, 3.1587301587301586], "std": [0.8518354199999199, 1.3417159021589946], "min": [4, 1], "max": [6, 6], "count": [126]}, "eef_velocity_action": {"mean": [0.35714285714285715, 1.4285714285714286], "std": [0.6838765055402413, 0.6226998490772387], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_acc_mag_action": {"mean": [0.29365079365079366, 1.3333333333333333], "std": [0.60510343229006, 0.7559289460184545], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_sim_pose_state": {"mean": [0.5838937823666077, 0.23269257604066687, 1.1845172836029767, -1.434254458595993, 1.1117498626508064, -1.9021964359477828, 0.6518060691793045, -0.09813247585191047, 1.2169299415500259, 1.2483190195395928, 0.9790730835437284, 2.17884122899791], "std": [0.003655443823747285, 0.005010968063401278, 0.025354020182043618, 0.16782245668547321, 0.12531816193424114, 0.12953301590149, 0.02369649015887082, 0.06773528921077467, 0.05043257627462398, 0.2894150988765587, 0.1258382021245685, 0.19361501705773115], "min": [0.5757675153299949, 0.22820445449965981, 1.166404890410016, -1.5748112361445203, 0.6434593541104476, -2.0248829953895733, 0.5733514389015348, -0.19891978202312222, 1.1411469489587949, 0.7812685604562305, 0.6265813932958868, 1.6967938645219465], "max": [0.590480587494737, 0.2464779309465719, 1.2724294380957977, -0.9187580966521329, 1.1645897523372697, -1.5722262629670007, 0.6714970435165847, 0.009822641564708717, 1.2763146967745178, 1.6833672088428966, 1.1216518397398745, 2.453699533190929], "count": [126]}, "eef_sim_pose_action": {"mean": [0.5838937823666077, 0.23269257604066687, 1.1845172836029767, -1.434254458595993, 1.1117498626508064, -1.9021964359477828, 0.6518060691793045, -0.09813247585191047, 1.2169299415500259, 1.2483190195395928, 0.9790730835437284, 2.17884122899791], "std": [0.003655443823747285, 0.005010968063401278, 0.025354020182043618, 0.16782245668547321, 0.12531816193424114, 0.12953301590149, 0.02369649015887082, 0.06773528921077467, 0.05043257627462398, 0.2894150988765587, 0.1258382021245685, 0.19361501705773115], "min": [0.5757675153299949, 0.22820445449965981, 1.166404890410016, -1.5748112361445203, 0.6434593541104476, -2.0248829953895733, 0.5733514389015348, -0.19891978202312222, 1.1411469489587949, 0.7812685604562305, 0.6265813932958868, 1.6967938645219465], "max": [0.590480587494737, 0.2464779309465719, 1.2724294380957977, -0.9187580966521329, 1.1645897523372697, -1.5722262629670007, 0.6714970435165847, 0.009822641564708717, 1.2763146967745178, 1.6833672088428966, 1.1216518397398745, 2.453699533190929], "count": [126]}}} +{"episode_index": 20, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4927745751633987]], [[0.47642381127450983]], [[0.4617910866013072]]], "std": [[[0.19615345247659702]], [[0.1904578753965668]], [[0.1930922890887782]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.16862745098039217]], [[0.19607843137254902]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5274429411764706]], [[0.5434943464052288]], [[0.5249294628267974]]], "std": [[[0.29835158335573697]], [[0.3023260056584145]], [[0.316058283277129]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.0784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5577734681372548]], [[0.5625472160947712]], [[0.5414594955065359]]], "std": [[[0.297135661952022]], [[0.3020649477268884]], [[0.3101929866778193]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4393784517973856]], [[0.458597079248366]], [[0.43077593954248367]]], "std": [[[0.3237639736012821]], [[0.33657869090649406]], [[0.3533561119279415]]], "count": [100]}, "observation.state": {"min": [0.8745708465576172, -0.9602259397506714, 0.7744430303573608, -0.36874380707740784, -1.6429197788238525, 0.4697447717189789, -1.0185396671295166, -1.2262769937515259, 0.9167572855949402, -0.5509698987007141, 0.7030594348907471, -0.7319085001945496, 0.7756249904632568, 65.0093765258789, -0.31437498331069946, -0.07999999821186066, 12.343124389648438, -0.6937500238418579, 10.697500228881836, -0.5662499666213989, 5.355625152587891, -0.060624998062849045, 1.1618750095367432, 2.494374990463257, 46.771873474121094, 55.561248779296875, 0.8812500238418579, -0.14624999463558197, 19.672500610351562, -0.75, 23.328125, 0.0, 24.635000228881836, 0.18687500059604645, 1.4375, 35.583126068115234], "max": [1.214093565940857, -0.6551365852355957, 0.949344277381897, -0.23148413002490997, -1.189035415649414, 1.1508640050888062, -0.3778515160083771, -0.8600366115570068, 1.354047417640686, 0.15468832850456238, 1.6539349555969238, -0.5391203165054321, 38.948123931884766, 84.37687683105469, 15.831428527832031, 9.457500457763672, 47.00312423706055, 91.98937225341797, 46.048126220703125, 90.24624633789062, 37.88249969482422, 85.99812316894531, 10.375624656677246, 79.27749633789062, 70.16312408447266, 77.30937957763672, 2.021250009536743, 4.135000228881836, 50.96812438964844, 83.95000457763672, 60.782501220703125, 0.0, 60.516876220703125, 96.30437469482422, 49.7400016784668, 103.63750457763672], "mean": [1.1271556615829468, -0.7342343926429749, 0.8340842723846436, -0.30682897567749023, -1.3388681411743164, 0.9569087028503418, -0.6936215162277222, -1.0327074527740479, 1.182291030883789, -0.1770574152469635, 1.0572727918624878, -0.6180928349494934, 29.101896286010742, 71.14608001708984, 1.484970211982727, 4.818658351898193, 25.01800537109375, 16.55583953857422, 21.160980224609375, 15.664548873901367, 14.954002380371094, 16.82768440246582, 2.865687370300293, 27.668930053710938, 63.3062744140625, 61.93419647216797, 0.9898700714111328, 0.8230414390563965, 39.04049301147461, 18.86839485168457, 44.86183547973633, 0.0, 42.780303955078125, 38.53953552246094, 28.934232711791992, 73.1697006225586], "std": [0.12632808089256287, 0.1069645881652832, 0.05528223142027855, 0.028638504445552826, 0.18534629046916962, 0.25180619955062866, 0.2219175100326538, 0.12138420343399048, 0.15723519027233124, 0.25512388348579407, 0.37591350078582764, 0.065554678440094, 11.106123924255371, 5.861118793487549, 4.178361415863037, 2.711501359939575, 7.15733528137207, 31.036569595336914, 8.527875900268555, 30.659950256347656, 8.77881908416748, 31.315343856811523, 2.562450408935547, 22.08113670349121, 6.7258100509643555, 7.148383617401123, 0.16609729826450348, 1.0593681335449219, 9.446249961853027, 26.12917709350586, 11.676366806030273, 0.0, 9.64205265045166, 34.195213317871094, 14.353182792663574, 21.588123321533203], "count": [211]}, "action": {"min": [0.8745708465576172, -0.9602259397506714, 0.7744430303573608, -0.36874380707740784, -1.6429197788238525, 0.4697447717189789, -1.0185396671295166, -1.2262769937515259, 0.9167572855949402, -0.5509698987007141, 0.7030594348907471, -0.7319085001945496, 0.7756249904632568, 65.0093765258789, -0.31437498331069946, -0.07999999821186066, 12.343124389648438, -0.6937500238418579, 10.697500228881836, -0.5662499666213989, 5.355625152587891, -0.060624998062849045, 1.1618750095367432, 2.494374990463257, 46.771873474121094, 55.561248779296875, 0.8812500238418579, -0.14624999463558197, 19.672500610351562, -0.75, 23.328125, 0.0, 24.635000228881836, 0.18687500059604645, 1.4375, 35.583126068115234], "max": [1.214093565940857, -0.6551365852355957, 0.949344277381897, -0.23148413002490997, -1.189035415649414, 1.1508640050888062, -0.3778515160083771, -0.8600366115570068, 1.354047417640686, 0.15468832850456238, 1.6539349555969238, -0.5391203165054321, 38.948123931884766, 84.37687683105469, 15.831428527832031, 9.457500457763672, 47.00312423706055, 91.98937225341797, 46.048126220703125, 90.24624633789062, 37.88249969482422, 85.99812316894531, 10.375624656677246, 79.27749633789062, 70.16312408447266, 77.30937957763672, 2.021250009536743, 4.135000228881836, 50.96812438964844, 83.95000457763672, 60.782501220703125, 0.0, 60.516876220703125, 96.30437469482422, 49.7400016784668, 103.63750457763672], "mean": [1.127156138420105, -0.7342343926429749, 0.8340844511985779, -0.3068291246891022, -1.3388683795928955, 0.9569090604782104, -0.6936217546463013, -1.0327072143554688, 1.1822909116744995, -0.1770574152469635, 1.0572729110717773, -0.6180927753448486, 29.101896286010742, 71.14610290527344, 1.4849709272384644, 4.818656921386719, 25.017990112304688, 16.55583953857422, 21.16097068786621, 15.664546012878418, 14.954007148742676, 16.82768440246582, 2.865687608718872, 27.66892433166504, 63.30628967285156, 61.934207916259766, 0.9898704886436462, 0.8230414390563965, 39.04050064086914, 18.868389129638672, 44.8618049621582, 0.0, 42.78028869628906, 38.539520263671875, 28.934226989746094, 73.16969299316406], "std": [0.12632808089256287, 0.1069645807147026, 0.05528223142027855, 0.028638502582907677, 0.185346320271492, 0.25180619955062866, 0.22191749513149261, 0.12138421833515167, 0.15723519027233124, 0.25512388348579407, 0.37591350078582764, 0.06555468589067459, 11.106123924255371, 5.861118793487549, 4.17836332321167, 2.7115020751953125, 7.15733528137207, 31.03656768798828, 8.527875900268555, 30.65995216369629, 8.778818130493164, 31.31534194946289, 2.562450647354126, 22.081134796142578, 6.7258100509643555, 7.148383617401123, 0.16609735786914825, 1.0593682527542114, 9.446249008178711, 26.129179000854492, 11.676365852355957, 0.0, 9.64205265045166, 34.195213317871094, 14.35318374633789, 21.588123321533203], "count": [211]}, "timestamp": {"min": [0.0], "max": [7.0], "mean": [3.5], "std": [2.030325644378808], "count": [211]}, "frame_index": {"min": [0], "max": [210], "mean": [105.0], "std": [60.909769331364245], "count": [211]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [211]}, "index": {"min": [3105], "max": [3315], "mean": [3210.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [211]}, "subtask_annotation": {"mean": [1.5071090047393365, 4.0, 4.0, 4.0, 4.0], "std": [1.1938613455039842, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [211]}, "scene_annotation": {"mean": [20.0], "std": [0.0], "min": [20], "max": [20], "count": [211]}, "eef_direction_state": {"mean": [5.492890995260663, 3.2322274881516586], "std": [0.9850525919823008, 2.0137217119262667], "min": [3, 0], "max": [6, 6], "count": [211]}, "eef_velocity_state": {"mean": [0.33649289099526064, 1.0900473933649288], "std": [0.6784041936408274, 0.7262482293574729], "min": [0, 0], "max": [2, 2], "count": [211]}, "eef_acc_mag_state": {"mean": [0.2843601895734597, 0.7677725118483413], "std": [0.6038517309054429, 0.8420828754357969], "min": [0, 0], "max": [2, 2], "count": [211]}, "eef_direction_action": {"mean": [5.492890995260663, 3.2322274881516586], "std": [0.9850525919823008, 2.0137217119262667], "min": [3, 0], "max": [6, 6], "count": [211]}, "eef_velocity_action": {"mean": [0.33649289099526064, 1.0900473933649288], "std": [0.6784041936408274, 0.7262482293574729], "min": [0, 0], "max": [2, 2], "count": [211]}, "eef_acc_mag_action": {"mean": [0.2843601895734597, 0.7677725118483413], "std": [0.6038517309054429, 0.8420828754357969], "min": [0, 0], "max": [2, 2], "count": [211]}, "eef_sim_pose_state": {"mean": [0.5853057794336708, 0.2277322244753584, 1.20815982856639, -1.2969818983124544, 0.882034747321122, -1.8776226044895528, 0.6385006903506811, -0.116916336091673, 1.2363223938972026, 1.112001118382593, 0.8102445565382295, 2.0589251914240823], "std": [0.003661301453084852, 0.017371070518190566, 0.05030030262393746, 0.28262214355835685, 0.3699885143209968, 0.10383736069683568, 0.04389031606065907, 0.06881608569892002, 0.05816251554280884, 0.2943671244943814, 0.2784823222289407, 0.17397137266680385], "min": [0.5757580899220779, 0.19033806281867544, 1.171845903385939, -1.514931266244913, 0.1715252742163207, -1.9647579233280936, 0.5584488017960247, -0.19284370717470506, 1.1426913115272872, 0.7305815231843172, 0.2821970211028644, 1.7187209986178984], "max": [0.589832136017299, 0.2464134208170249, 1.3007666001384737, -0.8183264725936146, 1.1424846982786723, -1.587800835754236, 0.6771317945788218, -0.007042807779195193, 1.3079999698551668, 1.5980138487855189, 1.09597390265953, 2.303100709047527], "count": [211]}, "eef_sim_pose_action": {"mean": [0.5853057794336708, 0.2277322244753584, 1.20815982856639, -1.2969818983124544, 0.882034747321122, -1.8776226044895528, 0.6385006903506811, -0.116916336091673, 1.2363223938972026, 1.112001118382593, 0.8102445565382295, 2.0589251914240823], "std": [0.003661301453084852, 0.017371070518190566, 0.05030030262393746, 0.28262214355835685, 0.3699885143209968, 0.10383736069683568, 0.04389031606065907, 0.06881608569892002, 0.05816251554280884, 0.2943671244943814, 0.2784823222289407, 0.17397137266680385], "min": [0.5757580899220779, 0.19033806281867544, 1.171845903385939, -1.514931266244913, 0.1715252742163207, -1.9647579233280936, 0.5584488017960247, -0.19284370717470506, 1.1426913115272872, 0.7305815231843172, 0.2821970211028644, 1.7187209986178984], "max": [0.589832136017299, 0.2464134208170249, 1.3007666001384737, -0.8183264725936146, 1.1424846982786723, -1.587800835754236, 0.6771317945788218, -0.007042807779195193, 1.3079999698551668, 1.5980138487855189, 1.09597390265953, 2.303100709047527], "count": [211]}}} +{"episode_index": 21, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48812935661764706]], [[0.4736349121732026]], [[0.4603052471405229]]], "std": [[[0.19633185344730347]], [[0.1892219731231424]], [[0.19253985996946277]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.1803921568627451]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5059319464869281]], [[0.5224876654411765]], [[0.5029069566993464]]], "std": [[[0.3013593277598942]], [[0.302475195195562]], [[0.31659201955633204]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.054901960784313725]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5747689440359477]], [[0.577485739379085]], [[0.5539185498366013]]], "std": [[[0.29673696853528464]], [[0.29919396692709926]], [[0.3075476576955039]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4358238051470588]], [[0.4549516033496732]], [[0.42863230800653596]]], "std": [[[0.32421409087950126]], [[0.3361413240143199]], [[0.3517841433714823]]], "count": [100]}, "observation.state": {"min": [1.1766613721847534, -0.6963835954666138, 0.7114042043685913, -0.420481413602829, -1.4873520135879517, 1.16072416305542, -1.0789082050323486, -1.2159533500671387, 1.059453010559082, -0.51570725440979, 0.7428759336471558, -0.7257572412490845, 11.781110763549805, 68.76222229003906, -0.1731249988079071, 3.34375, 22.686363220214844, 0.30687499046325684, 23.778749465942383, -0.6156250238418579, 17.426250457763672, -3.1606249809265137, 1.168125033378601, 22.94333267211914, 54.40625, 53.623748779296875, 0.7281249761581421, -0.35749998688697815, 16.203332901000977, 0.5612499713897705, 16.572221755981445, 0.0, 15.646666526794434, 0.5374999642372131, 1.0891666412353516, 30.323333740234375], "max": [1.2506251335144043, -0.6634813547134399, 0.76276034116745, -0.393619179725647, -1.314016342163086, 1.3857098817825317, -0.3747997283935547, -0.8821145296096802, 1.3344730138778687, 0.11282139271497726, 1.3058967590332031, -0.5975099205970764, 20.53874969482422, 80.02687072753906, 31.2237491607666, 7.89187479019165, 34.89889144897461, 5.122499942779541, 28.659374237060547, 4.352499961853027, 25.451250076293945, -1.4787499904632568, 1.2712500095367432, 33.775001525878906, 63.88125228881836, 62.994998931884766, 2.002500057220459, 0.7768750190734863, 52.521873474121094, 15.155625343322754, 69.11125183105469, 0.0, 73.35687255859375, 71.46187591552734, 57.94062423706055, 96.54875183105469], "mean": [1.1918861865997314, -0.6816785335540771, 0.7410337924957275, -0.4131799042224884, -1.3580632209777832, 1.2958136796951294, -0.6468632221221924, -1.0582160949707031, 1.2564886808395386, -0.27584874629974365, 0.876520574092865, -0.616044819355011, 17.44748306274414, 77.80122375488281, 3.9729092121124268, 6.308053016662598, 25.06951141357422, 0.599098265171051, 26.222864151000977, -0.3178959786891937, 21.668718338012695, -2.978365659713745, 1.219935417175293, 27.75071907043457, 59.215702056884766, 56.218162536621094, 0.9047191739082336, -0.04957766830921173, 40.841651916503906, 6.659574031829834, 49.371337890625, 0.0, 48.855506896972656, 17.54213523864746, 30.475072860717773, 60.68819808959961], "std": [0.017736313864588737, 0.009605511091649532, 0.014437953010201454, 0.004507680423557758, 0.03908383101224899, 0.050756242126226425, 0.22482599318027496, 0.1048184409737587, 0.07299752533435822, 0.18336334824562073, 0.15941587090492249, 0.03304101526737213, 1.592000126838684, 2.937865734100342, 8.80797290802002, 1.443089246749878, 2.4752299785614014, 0.8601093292236328, 1.8708367347717285, 0.8882441520690918, 3.0251269340515137, 0.2842795252799988, 0.023326775059103966, 2.262233257293701, 2.496504068374634, 2.1640403270721436, 0.24531951546669006, 0.33241263031959534, 11.469877243041992, 6.1990580558776855, 16.577102661132812, 0.0, 16.63785171508789, 20.403989791870117, 15.604328155517578, 19.961576461791992], "count": [133]}, "action": {"min": [1.1766613721847534, -0.6963835954666138, 0.7114042043685913, -0.420481413602829, -1.4873520135879517, 1.16072416305542, -1.0789082050323486, -1.2159533500671387, 1.059453010559082, -0.51570725440979, 0.7428759336471558, -0.7257572412490845, 11.781110763549805, 68.76222229003906, -0.1731249988079071, 3.34375, 22.686363220214844, 0.30687499046325684, 23.778749465942383, -0.6156250238418579, 17.426250457763672, -3.1606249809265137, 1.168125033378601, 22.94333267211914, 54.40625, 53.623748779296875, 0.7281249761581421, -0.35749998688697815, 16.203332901000977, 0.5612499713897705, 16.572221755981445, 0.0, 15.646666526794434, 0.5374999642372131, 1.0891666412353516, 30.323333740234375], "max": [1.2506251335144043, -0.6634813547134399, 0.76276034116745, -0.393619179725647, -1.314016342163086, 1.3857098817825317, -0.3747997283935547, -0.8821145296096802, 1.3344730138778687, 0.11282139271497726, 1.3058967590332031, -0.5975099205970764, 20.53874969482422, 80.02687072753906, 31.2237491607666, 7.89187479019165, 34.89889144897461, 5.122499942779541, 28.659374237060547, 4.352499961853027, 25.451250076293945, -1.4787499904632568, 1.2712500095367432, 33.775001525878906, 63.88125228881836, 62.994998931884766, 2.002500057220459, 0.7768750190734863, 52.521873474121094, 15.155625343322754, 69.11125183105469, 0.0, 73.35687255859375, 71.46187591552734, 57.94062423706055, 96.54875183105469], "mean": [1.1918854713439941, -0.681678295135498, 0.741033673286438, -0.4131799638271332, -1.3580633401870728, 1.2958136796951294, -0.646863579750061, -1.058215856552124, 1.256488561630249, -0.27584877610206604, 0.8765209317207336, -0.6160448789596558, 17.447477340698242, 77.80125427246094, 3.972909450531006, 6.308055400848389, 25.069528579711914, 0.5990983843803406, 26.222869873046875, -0.3178960084915161, 21.668720245361328, -2.9783661365509033, 1.219935417175293, 27.75072479248047, 59.21571350097656, 56.21815490722656, 0.9047191143035889, -0.04957766458392143, 40.841644287109375, 6.659576416015625, 49.3713493347168, 0.0, 48.855506896972656, 17.542139053344727, 30.475061416625977, 60.68820571899414], "std": [0.017736313864588737, 0.009605510160326958, 0.014437953941524029, 0.004507680423557758, 0.03908383101224899, 0.050756242126226425, 0.22482605278491974, 0.1048184409737587, 0.07299753278493881, 0.18336336314678192, 0.1594158411026001, 0.033041007816791534, 1.5920002460479736, 2.937865734100342, 8.807971954345703, 1.443089246749878, 2.4752299785614014, 0.8601089715957642, 1.870836615562439, 0.8882439136505127, 3.0251266956329346, 0.2842794954776764, 0.023326771333813667, 2.262233257293701, 2.4965035915374756, 2.1640408039093018, 0.24531951546669006, 0.33241260051727295, 11.469878196716309, 6.199057579040527, 16.577104568481445, 0.0, 16.637853622436523, 20.403989791870117, 15.604330062866211, 19.961576461791992], "count": [133]}, "timestamp": {"min": [0.0], "max": [4.4], "mean": [2.2], "std": [1.2797569213634978], "count": [133]}, "frame_index": {"min": [0], "max": [132], "mean": [66.0], "std": [38.39270764090493], "count": [133]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [133]}, "index": {"min": [3316], "max": [3448], "mean": [3382.0], "std": [38.39270764090493], "count": [133]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [133]}, "subtask_annotation": {"mean": [2.2406015037593985, 4.0, 4.0, 4.0, 4.0], "std": [0.958934056862761, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [133]}, "scene_annotation": {"mean": [21.0], "std": [0.0], "min": [21], "max": [21], "count": [133]}, "eef_direction_state": {"mean": [5.684210526315789, 3.2857142857142856], "std": [0.7292845505553167, 2.0021470752291264], "min": [4, 0], "max": [6, 6], "count": [133]}, "eef_velocity_state": {"mean": [0.15789473684210525, 1.1879699248120301], "std": [0.36464227527765836, 0.796140841620996], "min": [0, 0], "max": [1, 2], "count": [133]}, "eef_acc_mag_state": {"mean": [0.24060150375939848, 1.1879699248120301], "std": [0.5900219944906302, 0.8148100561891174], "min": [0, 0], "max": [2, 2], "count": [133]}, "eef_direction_action": {"mean": [5.684210526315789, 3.2857142857142856], "std": [0.7292845505553167, 2.0021470752291264], "min": [4, 0], "max": [6, 6], "count": [133]}, "eef_velocity_action": {"mean": [0.15789473684210525, 1.1879699248120301], "std": [0.36464227527765836, 0.796140841620996], "min": [0, 0], "max": [1, 2], "count": [133]}, "eef_acc_mag_action": {"mean": [0.24060150375939848, 1.1879699248120301], "std": [0.5900219944906302, 0.8148100561891174], "min": [0, 0], "max": [2, 2], "count": [133]}, "eef_sim_pose_state": {"mean": [0.5790626722116491, 0.2391451709263822, 1.200100572359855, -1.1590367929541385, 1.1648525861587742, -1.5527250397013506, 0.6587501867913139, -0.10214364899619818, 1.2124368083887431, 1.2319701397263392, 0.9449087376172784, 2.138107744276571], "std": [0.0036043444093996377, 0.0023977684332751425, 0.008221400404969104, 0.07872911917448312, 0.03895456707569774, 0.07811617492346964, 0.01722110026755592, 0.06596057140475747, 0.056706745500048825, 0.27492240222002473, 0.09142637971606321, 0.1340837348075682], "min": [0.568140208327183, 0.2364308418602124, 1.1875803509718001, -1.2652996498993445, 1.0407124264042675, -1.6558087344389272, 0.6134067754990947, -0.2000905758355448, 1.14080820897897, 0.8841433578020212, 0.7050955316143841, 1.8814546744276024], "max": [0.5839493057340781, 0.24488177795560467, 1.2157655965569418, -0.9850858091584385, 1.2107286274594542, -1.369745617875653, 0.674933480489473, -0.007658961667699443, 1.2825022654157925, 1.6039866224293235, 1.0653446126396435, 2.326464856993273], "count": [133]}, "eef_sim_pose_action": {"mean": [0.5790626722116491, 0.2391451709263822, 1.200100572359855, -1.1590367929541385, 1.1648525861587742, -1.5527250397013506, 0.6587501867913139, -0.10214364899619818, 1.2124368083887431, 1.2319701397263392, 0.9449087376172784, 2.138107744276571], "std": [0.0036043444093996377, 0.0023977684332751425, 0.008221400404969104, 0.07872911917448312, 0.03895456707569774, 0.07811617492346964, 0.01722110026755592, 0.06596057140475747, 0.056706745500048825, 0.27492240222002473, 0.09142637971606321, 0.1340837348075682], "min": [0.568140208327183, 0.2364308418602124, 1.1875803509718001, -1.2652996498993445, 1.0407124264042675, -1.6558087344389272, 0.6134067754990947, -0.2000905758355448, 1.14080820897897, 0.8841433578020212, 0.7050955316143841, 1.8814546744276024], "max": [0.5839493057340781, 0.24488177795560467, 1.2157655965569418, -0.9850858091584385, 1.2107286274594542, -1.369745617875653, 0.674933480489473, -0.007658961667699443, 1.2825022654157925, 1.6039866224293235, 1.0653446126396435, 2.326464856993273], "count": [133]}}} +{"episode_index": 22, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4869345281862745]], [[0.4713147385620915]], [[0.4575723794934641]]], "std": [[[0.19069069177179834]], [[0.1884993420603766]], [[0.191588837292235]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.1843137254901961]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5213044628267974]], [[0.5396515298202614]], [[0.5212817299836601]]], "std": [[[0.30709892742143385]], [[0.3103187855831426]], [[0.3232582883172942]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5642584620098039]], [[0.5688295996732026]], [[0.5456805126633988]]], "std": [[[0.29457261279334546]], [[0.29688011568671]], [[0.30610270497054687]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4358934967320261]], [[0.45413171364379085]], [[0.42647091503267975]]], "std": [[[0.3240582787145842]], [[0.3359189350041752]], [[0.3524422188406503]]], "count": [100]}, "observation.state": {"min": [1.1267118453979492, -0.7406771779060364, 0.7459754347801208, -0.40116921067237854, -1.5547460317611694, 0.9567618370056152, -1.1177021265029907, -1.2037460803985596, 1.0220365524291992, -0.41583219170570374, 0.8250123858451843, -0.7419699430465698, 1.6231250762939453, 62.33399963378906, -0.5943750143051147, 4.923333168029785, 2.9512500762939453, 0.4749999940395355, 0.6762499809265137, -0.5818749666213989, 0.668749988079071, -0.17249999940395355, 1.1356250047683716, 0.026249997317790985, 36.82444381713867, 54.494998931884766, 0.6775000095367432, -0.5718749761581421, 6.957499980926514, 0.10499999672174454, 9.676875114440918, 0.0, 8.020000457763672, 0.23375000059604645, 1.1721428632736206, 21.5575008392334], "max": [1.199465036392212, -0.675497829914093, 0.7978137135505676, -0.3424590826034546, -1.1417324542999268, 1.4146305322647095, -0.41371023654937744, -0.9318811893463135, 1.2868362665176392, 0.23852819204330444, 1.6085339784622192, -0.6518940329551697, 18.916250228881836, 69.26625061035156, 24.327499389648438, 9.231249809265137, 15.244999885559082, 0.8066666722297668, 18.240625381469727, -0.06555555760860443, 15.483124732971191, 0.3737500011920929, 2.4522221088409424, 32.95249938964844, 65.86750030517578, 61.07111358642578, 2.0325000286102295, 5.780624866485596, 55.92374801635742, 16.953750610351562, 70.45000457763672, 0.0, 64.95562744140625, 71.87750244140625, 45.16062545776367, 96.28750610351562], "mean": [1.1422945261001587, -0.691188633441925, 0.757845401763916, -0.3921146094799042, -1.2060664892196655, 1.3658109903335571, -0.6728259325027466, -1.0681737661361694, 1.2289012670516968, -0.18596555292606354, 0.9606624841690063, -0.6830594539642334, 11.891555786132812, 67.09628295898438, 3.6753010749816895, 7.909194469451904, 9.431798934936523, 0.7454405426979065, 10.371367454528809, -0.4808778762817383, 8.310555458068848, -0.06747336685657501, 1.2536553144454956, 17.1478328704834, 51.94755554199219, 56.20647048950195, 0.8823813199996948, 1.4010610580444336, 38.161624908447266, 5.052280426025391, 45.50080108642578, 0.0, 41.55598831176758, 21.97165870666504, 22.413467407226562, 63.65753936767578], "std": [0.016653023660182953, 0.012024405412375927, 0.01035336870700121, 0.012882626615464687, 0.10112529247999191, 0.11016011983156204, 0.2207900583744049, 0.09253496676683426, 0.06923294812440872, 0.18767690658569336, 0.21276246011257172, 0.01995152421295643, 5.81548547744751, 1.8232048749923706, 7.27178430557251, 0.9232071042060852, 3.0060513019561768, 0.04064372926950455, 7.094435691833496, 0.11978700757026672, 5.856581211090088, 0.10813626646995544, 0.24855868518352509, 12.975786209106445, 8.594405174255371, 1.8012770414352417, 0.28481602668762207, 1.8998034000396729, 17.338863372802734, 5.714608669281006, 19.77569007873535, 0.0, 17.076602935791016, 24.131372451782227, 15.476483345031738, 23.860965728759766], "count": [119]}, "action": {"min": [1.1267118453979492, -0.7406771779060364, 0.7459754347801208, -0.40116921067237854, -1.5547460317611694, 0.9567618370056152, -1.1177021265029907, -1.2037460803985596, 1.0220365524291992, -0.41583219170570374, 0.8250123858451843, -0.7419699430465698, 1.6231250762939453, 62.33399963378906, -0.5943750143051147, 4.923333168029785, 2.9512500762939453, 0.4749999940395355, 0.6762499809265137, -0.5818749666213989, 0.668749988079071, -0.17249999940395355, 1.1356250047683716, 0.026249997317790985, 36.82444381713867, 54.494998931884766, 0.6775000095367432, -0.5718749761581421, 6.957499980926514, 0.10499999672174454, 9.676875114440918, 0.0, 8.020000457763672, 0.23375000059604645, 1.1721428632736206, 21.5575008392334], "max": [1.199465036392212, -0.675497829914093, 0.7978137135505676, -0.3424590826034546, -1.1417324542999268, 1.4146305322647095, -0.41371023654937744, -0.9318811893463135, 1.2868362665176392, 0.23852819204330444, 1.6085339784622192, -0.6518940329551697, 18.916250228881836, 69.26625061035156, 24.327499389648438, 9.231249809265137, 15.244999885559082, 0.8066666722297668, 18.240625381469727, -0.06555555760860443, 15.483124732971191, 0.3737500011920929, 2.4522221088409424, 32.95249938964844, 65.86750030517578, 61.07111358642578, 2.0325000286102295, 5.780624866485596, 55.92374801635742, 16.953750610351562, 70.45000457763672, 0.0, 64.95562744140625, 71.87750244140625, 45.16062545776367, 96.28750610351562], "mean": [1.1422946453094482, -0.6911888718605042, 0.7578454613685608, -0.3921145498752594, -1.206066608428955, 1.365810513496399, -0.6728261709213257, -1.068173885345459, 1.2289010286331177, -0.1859656125307083, 0.9606626033782959, -0.6830594539642334, 11.891560554504395, 67.09628295898438, 3.6753010749816895, 7.909196376800537, 9.43179988861084, 0.7454405426979065, 10.371371269226074, -0.480878084897995, 8.310556411743164, -0.06747333705425262, 1.2536550760269165, 17.1478328704834, 51.94754409790039, 56.206451416015625, 0.8823813199996948, 1.4010610580444336, 38.161617279052734, 5.052278518676758, 45.50079345703125, 0.0, 41.55596923828125, 21.971649169921875, 22.413463592529297, 63.657562255859375], "std": [0.016653021797537804, 0.012024405412375927, 0.01035336870700121, 0.012882626615464687, 0.10112529993057251, 0.11016011983156204, 0.2207900881767273, 0.09253494441509247, 0.06923294812440872, 0.18767692148685455, 0.21276246011257172, 0.01995152235031128, 5.815484523773193, 1.8232048749923706, 7.271785736083984, 0.9232070446014404, 3.006051540374756, 0.04064372181892395, 7.094435691833496, 0.11978702247142792, 5.856581211090088, 0.10813626646995544, 0.2485586702823639, 12.975786209106445, 8.594405174255371, 1.801276683807373, 0.2848159670829773, 1.8998032808303833, 17.3388671875, 5.714609622955322, 19.77568817138672, 0.0, 17.076602935791016, 24.131372451782227, 15.476482391357422, 23.860963821411133], "count": [119]}, "timestamp": {"min": [0.0], "max": [3.933333333333333], "mean": [1.9666666666666668], "std": [1.1450376024878448], "count": [119]}, "frame_index": {"min": [0], "max": [118], "mean": [59.0], "std": [34.351128074635334], "count": [119]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [119]}, "index": {"min": [3449], "max": [3567], "mean": [3508.0], "std": [34.351128074635334], "count": [119]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [119]}, "subtask_annotation": {"mean": [1.9243697478991597, 4.0, 4.0, 4.0, 4.0], "std": [1.1313683532260606, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [119]}, "scene_annotation": {"mean": [22.0], "std": [0.0], "min": [22], "max": [22], "count": [119]}, "eef_direction_state": {"mean": [5.495798319327731, 3.142857142857143], "std": [0.868437692958912, 1.8162928089454988], "min": [4, 0], "max": [6, 6], "count": [119]}, "eef_velocity_state": {"mean": [0.2773109243697479, 1.3109243697478992], "std": [0.500829056327776, 0.7641978181102292], "min": [0, 0], "max": [2, 2], "count": [119]}, "eef_acc_mag_state": {"mean": [0.33613445378151263, 1.2857142857142858], "std": [0.6645566023451276, 0.7575153673772732], "min": [0, 0], "max": [2, 2], "count": [119]}, "eef_direction_action": {"mean": [5.495798319327731, 3.142857142857143], "std": [0.868437692958912, 1.8162928089454988], "min": [4, 0], "max": [6, 6], "count": [119]}, "eef_velocity_action": {"mean": [0.2773109243697479, 1.3109243697478992], "std": [0.500829056327776, 0.7641978181102292], "min": [0, 0], "max": [2, 2], "count": [119]}, "eef_acc_mag_action": {"mean": [0.33613445378151263, 1.2857142857142858], "std": [0.6645566023451276, 0.7575153673772732], "min": [0, 0], "max": [2, 2], "count": [119]}, "eef_sim_pose_state": {"mean": [0.5860534590538374, 0.22812986099593874, 1.177447777682879, -1.430033582447906, 1.2536364648241412, -1.8392244499035275, 0.6515062457615705, -0.10271087414989846, 1.2206385957864236, 1.1315882994734119, 0.9018852429243535, 2.044883482805604], "std": [0.004084424132832867, 0.002111431542571552, 0.01692545215683706, 0.14549597786200447, 0.1207508715535679, 0.11857667827734421, 0.019592175043677378, 0.06752148996715752, 0.05653140391838784, 0.27566253130023105, 0.13038050718982377, 0.14053056918263743], "min": [0.571205333565019, 0.2261866966864367, 1.165339906946675, -1.549727378378023, 0.8091252579431902, -1.9476808586194942, 0.5920462067420198, -0.21677614241378973, 1.1383762211060162, 0.8657856887754307, 0.5407182133335886, 1.756403303316154], "max": [0.590230077653368, 0.23398959136958586, 1.2307927284821527, -1.0478575701130746, 1.3123508060200018, -1.5755828066593773, 0.6720685384600202, -0.009708801520433075, 1.279824859979532, 1.5454822195692508, 1.0147147127608593, 2.2406122499148213], "count": [119]}, "eef_sim_pose_action": {"mean": [0.5860534590538374, 0.22812986099593874, 1.177447777682879, -1.430033582447906, 1.2536364648241412, -1.8392244499035275, 0.6515062457615705, -0.10271087414989846, 1.2206385957864236, 1.1315882994734119, 0.9018852429243535, 2.044883482805604], "std": [0.004084424132832867, 0.002111431542571552, 0.01692545215683706, 0.14549597786200447, 0.1207508715535679, 0.11857667827734421, 0.019592175043677378, 0.06752148996715752, 0.05653140391838784, 0.27566253130023105, 0.13038050718982377, 0.14053056918263743], "min": [0.571205333565019, 0.2261866966864367, 1.165339906946675, -1.549727378378023, 0.8091252579431902, -1.9476808586194942, 0.5920462067420198, -0.21677614241378973, 1.1383762211060162, 0.8657856887754307, 0.5407182133335886, 1.756403303316154], "max": [0.590230077653368, 0.23398959136958586, 1.2307927284821527, -1.0478575701130746, 1.3123508060200018, -1.5755828066593773, 0.6720685384600202, -0.009708801520433075, 1.279824859979532, 1.5454822195692508, 1.0147147127608593, 2.2406122499148213], "count": [119]}}} +{"episode_index": 23, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4896842953431373]], [[0.4778233639705882]], [[0.46413016135620916]]], "std": [[[0.1926237027986889]], [[0.18643564723457084]], [[0.18884468917447522]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.16470588235294117]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5284951164215687]], [[0.539982283496732]], [[0.5214871977124182]]], "std": [[[0.297372561978153]], [[0.30172216356826864]], [[0.3140442902295649]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.11764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5765929411764706]], [[0.5782153982843137]], [[0.555800204248366]]], "std": [[[0.2973378772859196]], [[0.3022971593582469]], [[0.31098559608705706]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4488093892973856]], [[0.4673148590686274]], [[0.4438845220588235]]], "std": [[[0.3265732277311697]], [[0.3365490171051886]], [[0.35088383888743835]]], "count": [100]}, "observation.state": {"min": [1.0614557266235352, -0.6944762468338013, 0.7220855355262756, -0.33674752712249756, -1.5071463584899902, 1.0490365028381348, -1.0076676607131958, -1.2502861022949219, 1.0435264110565186, -0.5438887476921082, 0.5896896719932556, -0.799429714679718, 5.92312479019165, 62.52333450317383, -0.5618749856948853, 1.0160000324249268, 11.34666633605957, 0.5249999761581421, 14.816666603088379, -0.5412499904632568, 12.474444389343262, 0.5206249952316284, 1.0881249904632568, 0.875, 54.2488899230957, 49.38500213623047, 0.6937500238418579, -0.5831249952316284, 10.289999961853027, 0.4437499940395355, 7.775000095367432, 0.0, 8.171875, -0.02499999850988388, 2.624375104904175, 20.985000610351562], "max": [1.1483473777770996, -0.6329632997512817, 0.7923035025596619, -0.3126668930053711, -1.0291733741760254, 1.4384576082229614, -0.3389410376548767, -0.8798256516456604, 1.346799373626709, 0.1527385711669922, 1.5369861125946045, -0.6173228025436401, 30.634445190429688, 75.4887466430664, 29.235624313354492, 7.558750152587891, 30.078750610351562, 1.1537500619888306, 29.322500228881836, 0.22874999046325684, 25.52750015258789, 1.1137499809265137, 5.335624694824219, 41.88090896606445, 68.03312683105469, 58.216251373291016, 2.03125, 5.760000228881836, 57.411251068115234, 7.860625267028809, 70.09062957763672, 0.0, 66.65312957763672, 95.63812255859375, 53.421875, 105.50250244140625], "mean": [1.086928129196167, -0.6725057363510132, 0.7599297761917114, -0.32174673676490784, -1.1035358905792236, 1.3734289407730103, -0.5330526828765869, -1.067171335220337, 1.2584370374679565, -0.36907705664634705, 0.7432224154472351, -0.6727995872497559, 12.597025871276855, 72.57810974121094, 3.714158296585083, 5.866578578948975, 26.615678787231445, 0.8235991597175598, 25.827465057373047, -0.0008923900895752013, 20.64317512512207, 0.8238457441329956, 1.8552995920181274, 14.478414535522461, 63.175533294677734, 53.77500534057617, 0.8993923664093018, 1.1508302688598633, 42.25731658935547, 2.862131357192993, 49.322330474853516, 0.0, 47.78377914428711, 15.316554069519043, 25.346817016601562, 62.9745979309082], "std": [0.019101476296782494, 0.01923966221511364, 0.023356016725301743, 0.005859231110662222, 0.10213908553123474, 0.0812186598777771, 0.18848805129528046, 0.12459904700517654, 0.07288108766078949, 0.17792408168315887, 0.2114575356245041, 0.045537590980529785, 5.10874605178833, 3.1769585609436035, 8.348001480102539, 1.5935717821121216, 3.334523916244507, 0.06765419989824295, 2.8672850131988525, 0.182621568441391, 3.4913411140441895, 0.06199175491929054, 1.192355751991272, 10.743099212646484, 4.68802547454834, 2.0936872959136963, 0.23867850005626678, 1.603421926498413, 13.796696662902832, 2.724229335784912, 18.062395095825195, 0.0, 17.112228393554688, 25.143901824951172, 14.073054313659668, 21.667926788330078], "count": [157]}, "action": {"min": [1.0614557266235352, -0.6944762468338013, 0.7220855355262756, -0.33674752712249756, -1.5071463584899902, 1.0490365028381348, -1.0076676607131958, -1.2502861022949219, 1.0435264110565186, -0.5438887476921082, 0.5896896719932556, -0.799429714679718, 5.92312479019165, 62.52333450317383, -0.5618749856948853, 1.0160000324249268, 11.34666633605957, 0.5249999761581421, 14.816666603088379, -0.5412499904632568, 12.474444389343262, 0.5206249952316284, 1.0881249904632568, 0.875, 54.2488899230957, 49.38500213623047, 0.6937500238418579, -0.5831249952316284, 10.289999961853027, 0.4437499940395355, 7.775000095367432, 0.0, 8.171875, -0.02499999850988388, 2.624375104904175, 20.985000610351562], "max": [1.1483473777770996, -0.6329632997512817, 0.7923035025596619, -0.3126668930053711, -1.0291733741760254, 1.4384576082229614, -0.3389410376548767, -0.8798256516456604, 1.346799373626709, 0.1527385711669922, 1.5369861125946045, -0.6173228025436401, 30.634445190429688, 75.4887466430664, 29.235624313354492, 7.558750152587891, 30.078750610351562, 1.1537500619888306, 29.322500228881836, 0.22874999046325684, 25.52750015258789, 1.1137499809265137, 5.335624694824219, 41.88090896606445, 68.03312683105469, 58.216251373291016, 2.03125, 5.760000228881836, 57.411251068115234, 7.860625267028809, 70.09062957763672, 0.0, 66.65312957763672, 95.63812255859375, 53.421875, 105.50250244140625], "mean": [1.0869286060333252, -0.6725051999092102, 0.7599301934242249, -0.3217467963695526, -1.1035360097885132, 1.3734291791915894, -0.5330525636672974, -1.0671710968017578, 1.2584372758865356, -0.36907702684402466, 0.7432223558425903, -0.6727996468544006, 12.59703540802002, 72.57808685302734, 3.7141592502593994, 5.866579532623291, 26.615684509277344, 0.8235990405082703, 25.827472686767578, -0.0008924046996980906, 20.643178939819336, 0.8238457441329956, 1.8552991151809692, 14.478414535522461, 63.17556381225586, 53.7750129699707, 0.8993926048278809, 1.1508303880691528, 42.25731658935547, 2.8621325492858887, 49.32233810424805, 0.0, 47.783775329589844, 15.316558837890625, 25.346797943115234, 62.974571228027344], "std": [0.019101476296782494, 0.01923966407775879, 0.023356014862656593, 0.0058592320419847965, 0.10213908553123474, 0.0812186598777771, 0.18848803639411926, 0.12459903955459595, 0.07288108766078949, 0.17792406678199768, 0.21145755052566528, 0.04553758725523949, 5.108745574951172, 3.1769585609436035, 8.348004341125488, 1.5935717821121216, 3.334523916244507, 0.06765422224998474, 2.8672850131988525, 0.18262167274951935, 3.4913413524627686, 0.06199176236987114, 1.1923556327819824, 10.743098258972168, 4.68802547454834, 2.093687057495117, 0.23867850005626678, 1.603421926498413, 13.796696662902832, 2.7242298126220703, 18.062393188476562, 0.0, 17.112226486206055, 25.143903732299805, 14.0730562210083, 21.667922973632812], "count": [157]}, "timestamp": {"min": [0.0], "max": [5.2], "mean": [2.6], "std": [1.5107025591499545], "count": [157]}, "frame_index": {"min": [0], "max": [156], "mean": [78.0], "std": [45.32107677449864], "count": [157]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [157]}, "index": {"min": [3568], "max": [3724], "mean": [3646.0], "std": [45.32107677449864], "count": [157]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [157]}, "subtask_annotation": {"mean": [1.9745222929936306, 4.0, 4.0, 4.0, 4.0], "std": [1.1227187462855441, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [157]}, "scene_annotation": {"mean": [23.0], "std": [0.0], "min": [23], "max": [23], "count": [157]}, "eef_direction_state": {"mean": [5.598726114649682, 3.3694267515923566], "std": [0.764331210191083, 1.9977268107125596], "min": [4, 0], "max": [6, 6], "count": [157]}, "eef_velocity_state": {"mean": [0.3184713375796178, 1.1656050955414012], "std": [0.6288014740476143, 0.7642250457055109], "min": [0, 0], "max": [2, 2], "count": [157]}, "eef_acc_mag_state": {"mean": [0.2611464968152866, 1.0063694267515924], "std": [0.5771277090483716, 0.8408125830585597], "min": [0, 0], "max": [2, 2], "count": [157]}, "eef_direction_action": {"mean": [5.598726114649682, 3.3694267515923566], "std": [0.764331210191083, 1.9977268107125596], "min": [4, 0], "max": [6, 6], "count": [157]}, "eef_velocity_action": {"mean": [0.3184713375796178, 1.1656050955414012], "std": [0.6288014740476143, 0.7642250457055109], "min": [0, 0], "max": [2, 2], "count": [157]}, "eef_acc_mag_action": {"mean": [0.2611464968152866, 1.0063694267515924], "std": [0.5771277090483716, 0.8408125830585597], "min": [0, 0], "max": [2, 2], "count": [157]}, "eef_sim_pose_state": {"mean": [0.5866467983190876, 0.2126044856642964, 1.1768149756098774, -1.5418353292083333, 1.2914170068769983, -2.007256212675342, 0.6682785174769862, -0.08435506914891623, 1.2258981780160223, 1.261599321548797, 1.0703065240434082, 2.168305403357174], "std": [0.005563562297039702, 0.0064161519481942585, 0.02084055681162535, 0.20262979281060098, 0.0917857312315285, 0.1927869623909122, 0.018380288950280044, 0.067795655232754, 0.04866609318425591, 0.3284282013145722, 0.12352695573873855, 0.21632452533574953], "min": [0.5750288654378103, 0.20753132060076207, 1.1596686116767452, -1.7403486052730381, 0.9178491672815041, -2.1951210362564986, 0.5989785361351231, -0.20505699469267427, 1.153128968239554, 0.8781173996313746, 0.6236238257732167, 1.7221774808442345], "max": [0.5950024269023549, 0.2361105488552246, 1.2548186166433166, -0.9272429741883669, 1.360697741950923, -1.4733314488385427, 0.6856049236490862, 0.006123035992577797, 1.2790883450722237, 1.7750921783759548, 1.1581390514201608, 2.5117190374896667], "count": [157]}, "eef_sim_pose_action": {"mean": [0.5866467983190876, 0.2126044856642964, 1.1768149756098774, -1.5418353292083333, 1.2914170068769983, -2.007256212675342, 0.6682785174769862, -0.08435506914891623, 1.2258981780160223, 1.261599321548797, 1.0703065240434082, 2.168305403357174], "std": [0.005563562297039702, 0.0064161519481942585, 0.02084055681162535, 0.20262979281060098, 0.0917857312315285, 0.1927869623909122, 0.018380288950280044, 0.067795655232754, 0.04866609318425591, 0.3284282013145722, 0.12352695573873855, 0.21632452533574953], "min": [0.5750288654378103, 0.20753132060076207, 1.1596686116767452, -1.7403486052730381, 0.9178491672815041, -2.1951210362564986, 0.5989785361351231, -0.20505699469267427, 1.153128968239554, 0.8781173996313746, 0.6236238257732167, 1.7221774808442345], "max": [0.5950024269023549, 0.2361105488552246, 1.2548186166433166, -0.9272429741883669, 1.360697741950923, -1.4733314488385427, 0.6856049236490862, 0.006123035992577797, 1.2790883450722237, 1.7750921783759548, 1.1581390514201608, 2.5117190374896667], "count": [157]}}} +{"episode_index": 24, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00392156862745098]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4844075306372549]], [[0.47103360294117647]], [[0.4584566094771242]]], "std": [[[0.1972131422594497]], [[0.19198235502779962]], [[0.19414136081973044]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.1607843137254902]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4839334232026144]], [[0.4982136111111111]], [[0.48056296977124185]]], "std": [[[0.3129903537607531]], [[0.3153501004172855]], [[0.3267748320481789]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5600556495098039]], [[0.561837091503268]], [[0.538454579248366]]], "std": [[[0.2967131239268613]], [[0.29997386342526416]], [[0.30787835376761685]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4372328329248366]], [[0.45624432189542485]], [[0.4312829166666666]]], "std": [[[0.3225388440444742]], [[0.3346341654520929]], [[0.34965755371238644]]], "count": [100]}, "observation.state": {"min": [1.115625262260437, -0.7461449503898621, 0.7321946620941162, -0.3660973310470581, -1.5652153491973877, 0.8488042950630188, -1.0482470989227295, -1.2282558679580688, 1.0131778717041016, -0.5167562961578369, 0.7492895126342773, -0.7344040274620056, 1.7237499952316284, 59.60499954223633, -0.75, 2.0188889503479004, 8.210000038146973, 0.20374999940395355, 11.957499504089355, 0.014374998398125172, 9.738182067871094, 0.08874999731779099, 1.1581249237060547, 1.0199999809265137, 46.387779235839844, 54.451873779296875, 0.7311111092567444, -0.8868750333786011, 17.97222137451172, -0.41062498092651367, 25.78499984741211, 0.0, 23.001249313354492, 0.015625, 7.101874828338623, 35.77000045776367], "max": [1.1635385751724243, -0.6678206324577332, 0.8549502491950989, -0.30074578523635864, -1.1135510206222534, 1.3605802059173584, -0.3900587558746338, -0.880064070224762, 1.3219319581985474, 0.1517636924982071, 1.562375545501709, -0.6225919127464294, 27.194000244140625, 69.76000213623047, 15.455625534057617, 9.466249465942383, 19.571874618530273, 0.6974999904632568, 21.79312515258789, 0.84333336353302, 17.553125381469727, 0.9274999499320984, 3.9862499237060547, 33.89777755737305, 65.1518783569336, 69.43000030517578, 1.9987499713897705, 2.2444446086883545, 55.43562698364258, 13.133749961853027, 61.72999954223633, 0.0, 64.7874984741211, 87.56500244140625, 59.74187469482422, 102.51250457763672], "mean": [1.1281423568725586, -0.687228798866272, 0.7625527381896973, -0.314751535654068, -1.1859456300735474, 1.2852423191070557, -0.6950461864471436, -1.0533350706100464, 1.2396249771118164, -0.2326100766658783, 0.9224531054496765, -0.6388415694236755, 9.294154167175293, 67.20946502685547, 1.7083905935287476, 8.535361289978027, 13.928319931030273, 0.36921989917755127, 17.716859817504883, 0.7237200140953064, 13.884624481201172, 0.5856133699417114, 1.7953518629074097, 10.392334938049316, 57.96299743652344, 56.71242141723633, 0.8892701268196106, 0.08732020854949951, 42.58245849609375, 5.284855365753174, 48.322227478027344, 0.0, 48.54244613647461, 20.454729080200195, 29.47836685180664, 64.3311767578125], "std": [0.011361701413989067, 0.013494521379470825, 0.02391551434993744, 0.01838652417063713, 0.10623149573802948, 0.1051812618970871, 0.22004957497119904, 0.10798852145671844, 0.08220011740922928, 0.1877131313085556, 0.2003554403781891, 0.02930271439254284, 7.119421482086182, 2.6807055473327637, 5.144213676452637, 1.6681557893753052, 3.3445122241973877, 0.06853305548429489, 2.7282135486602783, 0.20667478442192078, 2.3122916221618652, 0.0954042300581932, 0.9005504846572876, 7.0863776206970215, 5.987525939941406, 2.725595474243164, 0.2402663230895996, 0.6786699295043945, 10.717009544372559, 5.50335168838501, 12.808331489562988, 0.0, 12.912517547607422, 27.351778030395508, 15.375203132629395, 18.652271270751953], "count": [133]}, "action": {"min": [1.115625262260437, -0.7461449503898621, 0.7321946620941162, -0.3660973310470581, -1.5652153491973877, 0.8488042950630188, -1.0482470989227295, -1.2282558679580688, 1.0131778717041016, -0.5167562961578369, 0.7492895126342773, -0.7344040274620056, 1.7237499952316284, 59.60499954223633, -0.75, 2.0188889503479004, 8.210000038146973, 0.20374999940395355, 11.957499504089355, 0.014374998398125172, 9.738182067871094, 0.08874999731779099, 1.1581249237060547, 1.0199999809265137, 46.387779235839844, 54.451873779296875, 0.7311111092567444, -0.8868750333786011, 17.97222137451172, -0.41062498092651367, 25.78499984741211, 0.0, 23.001249313354492, 0.015625, 7.101874828338623, 35.77000045776367], "max": [1.1635385751724243, -0.6678206324577332, 0.8549502491950989, -0.30074578523635864, -1.1135510206222534, 1.3605802059173584, -0.3900587558746338, -0.880064070224762, 1.3219319581985474, 0.1517636924982071, 1.562375545501709, -0.6225919127464294, 27.194000244140625, 69.76000213623047, 15.455625534057617, 9.466249465942383, 19.571874618530273, 0.6974999904632568, 21.79312515258789, 0.84333336353302, 17.553125381469727, 0.9274999499320984, 3.9862499237060547, 33.89777755737305, 65.1518783569336, 69.43000030517578, 1.9987499713897705, 2.2444446086883545, 55.43562698364258, 13.133749961853027, 61.72999954223633, 0.0, 64.7874984741211, 87.56500244140625, 59.74187469482422, 102.51250457763672], "mean": [1.1281424760818481, -0.687228798866272, 0.7625529766082764, -0.3147512674331665, -1.185945749282837, 1.2852420806884766, -0.6950462460517883, -1.053335189819336, 1.2396252155303955, -0.2326100915670395, 0.9224533438682556, -0.6388415694236755, 9.29415225982666, 67.20947265625, 1.708390474319458, 8.535355567932129, 13.92831802368164, 0.36921975016593933, 17.71685028076172, 0.7237199544906616, 13.884621620178223, 0.5856132507324219, 1.7953518629074097, 10.392334938049316, 57.9630012512207, 56.71241760253906, 0.8892700672149658, 0.08732021600008011, 42.58245849609375, 5.284852027893066, 48.32221984863281, 0.0, 48.542449951171875, 20.454740524291992, 29.478363037109375, 64.33118438720703], "std": [0.011361701413989067, 0.013494519516825676, 0.02391551434993744, 0.01838652230799198, 0.10623149573802948, 0.1051812693476677, 0.22004956007003784, 0.10798852890729904, 0.08220012485980988, 0.1877131313085556, 0.2003554403781891, 0.02930271252989769, 7.119421482086182, 2.6807053089141846, 5.144214630126953, 1.6681557893753052, 3.3445122241973877, 0.0685330405831337, 2.728213310241699, 0.20667485892772675, 2.3122916221618652, 0.09540414810180664, 0.9005501866340637, 7.0863776206970215, 5.987525463104248, 2.725595712661743, 0.240266352891922, 0.6786699295043945, 10.717009544372559, 5.503352642059326, 12.808331489562988, 0.0, 12.912518501281738, 27.35177993774414, 15.375202178955078, 18.652271270751953], "count": [133]}, "timestamp": {"min": [0.0], "max": [4.4], "mean": [2.2], "std": [1.2797569213634978], "count": [133]}, "frame_index": {"min": [0], "max": [132], "mean": [66.0], "std": [38.39270764090493], "count": [133]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [133]}, "index": {"min": [3725], "max": [3857], "mean": [3791.0], "std": [38.39270764090493], "count": [133]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [133]}, "subtask_annotation": {"mean": [2.1954887218045114, 4.0, 4.0, 4.0, 4.0], "std": [0.9691376417567297, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [133]}, "scene_annotation": {"mean": [24.0], "std": [0.0], "min": [24], "max": [24], "count": [133]}, "eef_direction_state": {"mean": [5.578947368421052, 3.2030075187969924], "std": [0.815364914991035, 1.890854119358591], "min": [4, 0], "max": [6, 6], "count": [133]}, "eef_velocity_state": {"mean": [0.3157894736842105, 1.255639097744361], "std": [0.653140718210045, 0.7524809625983033], "min": [0, 0], "max": [2, 2], "count": [133]}, "eef_acc_mag_state": {"mean": [0.2857142857142857, 1.1879699248120301], "std": [0.6201070556545942, 0.8148100561891174], "min": [0, 0], "max": [2, 2], "count": [133]}, "eef_direction_action": {"mean": [5.578947368421052, 3.2030075187969924], "std": [0.815364914991035, 1.890854119358591], "min": [4, 0], "max": [6, 6], "count": [133]}, "eef_velocity_action": {"mean": [0.3157894736842105, 1.255639097744361], "std": [0.653140718210045, 0.7524809625983033], "min": [0, 0], "max": [2, 2], "count": [133]}, "eef_acc_mag_action": {"mean": [0.2857142857142857, 1.1879699248120301], "std": [0.6201070556545942, 0.8148100561891174], "min": [0, 0], "max": [2, 2], "count": [133]}, "eef_sim_pose_state": {"mean": [0.5814099587799471, 0.21358855065721782, 1.1799149748411037, -1.4398075813802877, 1.2080131190770949, -1.9208842397329091, 0.6528577285362885, -0.10726732566433758, 1.2047676677629455, 1.2331044565272855, 0.9267384941174488, 2.130049769792169], "std": [0.003637278357148016, 0.010057925131309165, 0.01964119218592276, 0.14961908642602156, 0.1216663515367823, 0.1408567042621438, 0.020911893875946618, 0.0676464179694269, 0.05283693291571765, 0.261638945359599, 0.106998284620425, 0.14804382389330892], "min": [0.5757375918693648, 0.20595906949029885, 1.1668757607714153, -1.5666628134933476, 0.7242095629706751, -2.037284704015582, 0.5898289625355246, -0.20207487594362916, 1.136697645590095, 0.8775357716272933, 0.6404084423297927, 1.7186026237051795], "max": [0.5885702229621236, 0.2429373467996777, 1.246565767248688, -1.0047262970185205, 1.2845944437432721, -1.5483663384423343, 0.6713663851250025, 0.0018369303956060068, 1.267939939469022, 1.583880528759426, 1.0800646520213868, 2.3073789659799333], "count": [133]}, "eef_sim_pose_action": {"mean": [0.5814099587799471, 0.21358855065721782, 1.1799149748411037, -1.4398075813802877, 1.2080131190770949, -1.9208842397329091, 0.6528577285362885, -0.10726732566433758, 1.2047676677629455, 1.2331044565272855, 0.9267384941174488, 2.130049769792169], "std": [0.003637278357148016, 0.010057925131309165, 0.01964119218592276, 0.14961908642602156, 0.1216663515367823, 0.1408567042621438, 0.020911893875946618, 0.0676464179694269, 0.05283693291571765, 0.261638945359599, 0.106998284620425, 0.14804382389330892], "min": [0.5757375918693648, 0.20595906949029885, 1.1668757607714153, -1.5666628134933476, 0.7242095629706751, -2.037284704015582, 0.5898289625355246, -0.20207487594362916, 1.136697645590095, 0.8775357716272933, 0.6404084423297927, 1.7186026237051795], "max": [0.5885702229621236, 0.2429373467996777, 1.246565767248688, -1.0047262970185205, 1.2845944437432721, -1.5483663384423343, 0.6713663851250025, 0.0018369303956060068, 1.267939939469022, 1.583880528759426, 1.0800646520213868, 2.3073789659799333], "count": [133]}}} +{"episode_index": 25, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4847548692810458]], [[0.47381363357843137]], [[0.46152324754901963]]], "std": [[[0.19753063509387211]], [[0.19134873332972913]], [[0.19358210125204667]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.06666666666666667]], [[0.16862745098039217]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5049671507352941]], [[0.5194746486928105]], [[0.5019217585784314]]], "std": [[[0.3098786697403184]], [[0.3138102436465994]], [[0.324315885562048]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5626914154411765]], [[0.5654606576797386]], [[0.542359783496732]]], "std": [[[0.2959858022631742]], [[0.29899789717963854]], [[0.30749067443959716]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4404688786764706]], [[0.45837644403594774]], [[0.4327467973856209]]], "std": [[[0.32242789608888267]], [[0.3348679024278264]], [[0.35037890832535173]]], "count": [100]}, "observation.state": {"min": [1.037732720375061, -0.7273254990577698, 0.7390134930610657, -0.3820000886917114, -1.5657663345336914, 0.8585531115531921, -1.0129659175872803, -1.2259432077407837, 1.0239015817642212, -0.43109121918678284, 0.7514352798461914, -0.6743004322052002, 1.7962499856948853, 65.30000305175781, -0.7306250333786011, 2.7300000190734863, 12.789999961853027, -0.6037499904632568, 7.600625038146973, -0.42249998450279236, 3.529374837875366, 0.15687499940395355, 1.1306250095367432, 0.16750000417232513, 35.445552825927734, 52.83812713623047, 0.7493749856948853, -0.5325000286102295, 15.063333511352539, -0.3487499952316284, 20.61111068725586, 0.0, 24.9375, 0.05687499791383743, 5.401249885559082, 35.44874954223633], "max": [1.14376962184906, -0.693975567817688, 0.8446928262710571, -0.3070496618747711, -1.054660677909851, 1.5177242755889893, -0.41447317600250244, -0.927510142326355, 1.3200007677078247, 0.13201174139976501, 1.6279468536376953, -0.5898565649986267, 23.393077850341797, 71.09874725341797, 21.97249984741211, 8.087499618530273, 19.485000610351562, 2.462222099304199, 18.651248931884766, 1.0, 15.369375228881836, 0.7400000095367432, 5.480625152587891, 15.638124465942383, 64.22125244140625, 62.91444396972656, 2.0512499809265137, 2.129999876022339, 57.711875915527344, 8.619375228881836, 64.71500396728516, 0.0, 60.71062469482422, 55.43000030517578, 43.921875, 88.58000183105469], "mean": [1.057918906211853, -0.7106276750564575, 0.753737211227417, -0.36866268515586853, -1.1326824426651, 1.4444077014923096, -0.6726765036582947, -1.0672402381896973, 1.2500430345535278, -0.20422476530075073, 0.922549843788147, -0.6300119757652283, 9.647951126098633, 69.77096557617188, 2.5922763347625732, 6.56605863571167, 17.630020141601562, 0.7734081745147705, 15.054413795471191, 0.2744748592376709, 11.397375106811523, 0.23045936226844788, 1.9068161249160767, 5.329649448394775, 55.93001937866211, 55.163482666015625, 0.9259119629859924, 0.29792022705078125, 41.94426345825195, 2.5326426029205322, 47.501495361328125, 0.0, 45.538482666015625, 14.142706871032715, 24.118452072143555, 62.13764190673828], "std": [0.028210090473294258, 0.006472597364336252, 0.024860553443431854, 0.01737569458782673, 0.1282130926847458, 0.1718502789735794, 0.1950516253709793, 0.09405472129583359, 0.07575183361768723, 0.16597241163253784, 0.23388400673866272, 0.018585683777928352, 5.594563961029053, 1.2360036373138428, 6.532466888427734, 0.9151451587677002, 1.6486715078353882, 0.7412674427032471, 2.790275812149048, 0.5102702379226685, 3.0392439365386963, 0.12349344044923782, 1.2262753248214722, 5.489478588104248, 6.7399702072143555, 2.058931350708008, 0.25823497772216797, 0.716012179851532, 13.442486763000488, 3.0164003372192383, 14.530083656311035, 0.0, 11.513803482055664, 19.3382511138916, 11.61622428894043, 17.709890365600586], "count": [124]}, "action": {"min": [1.037732720375061, -0.7273254990577698, 0.7390134930610657, -0.3820000886917114, -1.5657663345336914, 0.8585531115531921, -1.0129659175872803, -1.2259432077407837, 1.0239015817642212, -0.43109121918678284, 0.7514352798461914, -0.6743004322052002, 1.7962499856948853, 65.30000305175781, -0.7306250333786011, 2.7300000190734863, 12.789999961853027, -0.6037499904632568, 7.600625038146973, -0.42249998450279236, 3.529374837875366, 0.15687499940395355, 1.1306250095367432, 0.16750000417232513, 35.445552825927734, 52.83812713623047, 0.7493749856948853, -0.5325000286102295, 15.063333511352539, -0.3487499952316284, 20.61111068725586, 0.0, 24.9375, 0.05687499791383743, 5.401249885559082, 35.44874954223633], "max": [1.14376962184906, -0.693975567817688, 0.8446928262710571, -0.3070496618747711, -1.054660677909851, 1.5177242755889893, -0.41447317600250244, -0.927510142326355, 1.3200007677078247, 0.13201174139976501, 1.6279468536376953, -0.5898565649986267, 23.393077850341797, 71.09874725341797, 21.97249984741211, 8.087499618530273, 19.485000610351562, 2.462222099304199, 18.651248931884766, 1.0, 15.369375228881836, 0.7400000095367432, 5.480625152587891, 15.638124465942383, 64.22125244140625, 62.91444396972656, 2.0512499809265137, 2.129999876022339, 57.711875915527344, 8.619375228881836, 64.71500396728516, 0.0, 60.71062469482422, 55.43000030517578, 43.921875, 88.58000183105469], "mean": [1.0579183101654053, -0.7106278538703918, 0.7537372708320618, -0.36866286396980286, -1.1326823234558105, 1.44440758228302, -0.6726765036582947, -1.0672402381896973, 1.2500431537628174, -0.20422473549842834, 0.9225497245788574, -0.6300121545791626, 9.647951126098633, 69.77094268798828, 2.5922763347625732, 6.566059112548828, 17.63001251220703, 0.7734081745147705, 15.054404258728027, 0.2744749188423157, 11.397385597229004, 0.2304593175649643, 1.9068163633346558, 5.329649448394775, 55.930023193359375, 55.16345977783203, 0.9259119629859924, 0.29792022705078125, 41.94426345825195, 2.5326435565948486, 47.501502990722656, 0.0, 45.53850173950195, 14.142705917358398, 24.118452072143555, 62.13764953613281], "std": [0.02821008861064911, 0.006472596898674965, 0.024860553443431854, 0.01737569458782673, 0.1282130926847458, 0.1718502789735794, 0.1950516402721405, 0.09405472874641418, 0.07575184106826782, 0.16597238183021545, 0.2338840216398239, 0.018585683777928352, 5.594564437866211, 1.2360036373138428, 6.532464504241943, 0.9151450991630554, 1.6486716270446777, 0.7412675619125366, 2.790275812149048, 0.5102701783180237, 3.0392439365386963, 0.12349340319633484, 1.2262753248214722, 5.489478588104248, 6.7399702072143555, 2.0589311122894287, 0.2582349479198456, 0.716012179851532, 13.442486763000488, 3.0164008140563965, 14.530085563659668, 0.0, 11.51380443572998, 19.338254928588867, 11.616225242614746, 17.709890365600586], "count": [124]}, "timestamp": {"min": [0.0], "max": [4.1], "mean": [2.05], "std": [1.1931517552730295], "count": [124]}, "frame_index": {"min": [0], "max": [123], "mean": [61.5], "std": [35.79455265819088], "count": [124]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [124]}, "index": {"min": [3858], "max": [3981], "mean": [3919.5], "std": [35.79455265819088], "count": [124]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [124]}, "subtask_annotation": {"mean": [1.9758064516129032, 4.0, 4.0, 4.0, 4.0], "std": [1.1945015810182726, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [124]}, "scene_annotation": {"mean": [25.0], "std": [0.0], "min": [25], "max": [25], "count": [124]}, "eef_direction_state": {"mean": [5.467741935483871, 2.806451612903226], "std": [0.88386508121421, 1.9743411287870123], "min": [4, 0], "max": [6, 6], "count": [124]}, "eef_velocity_state": {"mean": [0.3870967741935484, 1.282258064516129], "std": [0.6922343139959658, 0.7466104467586536], "min": [0, 0], "max": [2, 2], "count": [124]}, "eef_acc_mag_state": {"mean": [0.3064516129032258, 1.2338709677419355], "std": [0.6244664736324494, 0.7942217835184276], "min": [0, 0], "max": [2, 2], "count": [124]}, "eef_direction_action": {"mean": [5.467741935483871, 2.806451612903226], "std": [0.88386508121421, 1.9743411287870123], "min": [4, 0], "max": [6, 6], "count": [124]}, "eef_velocity_action": {"mean": [0.3870967741935484, 1.282258064516129], "std": [0.6922343139959658, 0.7466104467586536], "min": [0, 0], "max": [2, 2], "count": [124]}, "eef_acc_mag_action": {"mean": [0.3064516129032258, 1.2338709677419355], "std": [0.6244664736324494, 0.7942217835184276], "min": [0, 0], "max": [2, 2], "count": [124]}, "eef_sim_pose_state": {"mean": [0.5887339581936594, 0.20583985543537206, 1.179538445599897, -1.4397702083439778, 1.2909834564253162, -1.8936179025425652, 0.6585219032906665, -0.10802182856591973, 1.211321009149571, 1.2189962688667333, 0.88213167943197, 2.114988391697292], "std": [0.002619112781219571, 0.010839248018274137, 0.02389405512517246, 0.17575901529583868, 0.16038063527508956, 0.14786711569121014, 0.025737874043544388, 0.06383734166797511, 0.05499146241683572, 0.29045750392963726, 0.1283601263687541, 0.14209848036588052], "min": [0.5778277380241166, 0.19893261565537484, 1.1642729718435376, -1.5924557129669892, 0.7346966865780105, -2.0380852894135475, 0.5817120187659213, -0.19321506083443704, 1.140645811257407, 0.8232243574627823, 0.5412372274958299, 1.7556787893328747], "max": [0.5917566858485989, 0.23765037688213475, 1.2572858447658706, -0.9651286596603059, 1.3620408957257557, -1.565266984045576, 0.6860702525573275, -0.00735272873123935, 1.2705376713779357, 1.6089468788299788, 0.9897887153307492, 2.283956517722011], "count": [124]}, "eef_sim_pose_action": {"mean": [0.5887339581936594, 0.20583985543537206, 1.179538445599897, -1.4397702083439778, 1.2909834564253162, -1.8936179025425652, 0.6585219032906665, -0.10802182856591973, 1.211321009149571, 1.2189962688667333, 0.88213167943197, 2.114988391697292], "std": [0.002619112781219571, 0.010839248018274137, 0.02389405512517246, 0.17575901529583868, 0.16038063527508956, 0.14786711569121014, 0.025737874043544388, 0.06383734166797511, 0.05499146241683572, 0.29045750392963726, 0.1283601263687541, 0.14209848036588052], "min": [0.5778277380241166, 0.19893261565537484, 1.1642729718435376, -1.5924557129669892, 0.7346966865780105, -2.0380852894135475, 0.5817120187659213, -0.19321506083443704, 1.140645811257407, 0.8232243574627823, 0.5412372274958299, 1.7556787893328747], "max": [0.5917566858485989, 0.23765037688213475, 1.2572858447658706, -0.9651286596603059, 1.3620408957257557, -1.565266984045576, 0.6860702525573275, -0.00735272873123935, 1.2705376713779357, 1.6089468788299788, 0.9897887153307492, 2.283956517722011], "count": [124]}}} +{"episode_index": 26, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0196078431372549]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4858807986111111]], [[0.4715569321895425]], [[0.4578806413398693]]], "std": [[[0.19277766129831775]], [[0.1905993182178651]], [[0.19317038573609396]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.16470588235294117]], [[0.054901960784313725]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5018790339052288]], [[0.5175053574346404]], [[0.500755420751634]]], "std": [[[0.30944183135662406]], [[0.31343849577380006]], [[0.32413633244302453]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06274509803921569]], [[0.050980392156862744]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5642985580065359]], [[0.565198647875817]], [[0.5418455249183006]]], "std": [[[0.295268020090751]], [[0.29891877463441796]], [[0.30687485793332586]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43965295955882355]], [[0.45863607230392156]], [[0.4307069281045751]]], "std": [[[0.32432988208525976]], [[0.3356862630544817]], [[0.3524130657875443]]], "count": [100]}, "observation.state": {"min": [1.0633630752563477, -0.7543255090713501, 0.7601854205131531, -0.3591592311859131, -1.509689450263977, 1.0122029781341553, -1.1183909177780151, -1.2259670495986938, 1.0148309469223022, -0.5380712747573853, 0.7244458794593811, -0.738918125629425, 4.465000152587891, 60.49399948120117, -0.7806249856948853, 4.188889026641846, 5.608888626098633, 0.32249999046325684, 5.256666660308838, -0.8018749952316284, 4.968888759613037, 0.041875001043081284, 1.1675000190734863, 14.268750190734863, 43.19444274902344, 54.38062286376953, 0.71875, -0.40437498688697815, 15.510000228881836, 0.3374999761581421, 26.1768741607666, 0.0, 22.686250686645508, 0.6006249785423279, 6.338749885559082, 27.671875], "max": [1.155510663986206, -0.6655794382095337, 0.8076049089431763, -0.297717809677124, -1.0618371963500977, 1.3539282083511353, -0.37780383229255676, -0.8292324542999268, 1.3050516843795776, 0.2133084088563919, 1.555890440940857, -0.634870707988739, 25.812726974487305, 71.73374938964844, 25.11750030517578, 6.666250228881836, 23.803749084472656, 0.9900000095367432, 17.338748931884766, 1.043076992034912, 13.325624465942383, 0.7074999809265137, 1.397777795791626, 24.66499900817871, 68.48125457763672, 65.94111633300781, 2.262500047683716, 2.2224998474121094, 52.90187454223633, 16.735000610351562, 61.80437469482422, 0.0, 61.68437576293945, 64.30937957763672, 44.348751068115234, 82.1518783569336], "mean": [1.082135796546936, -0.6939359903335571, 0.7840012311935425, -0.3113273084163666, -1.1255378723144531, 1.322045922279358, -0.6776779890060425, -1.0490573644638062, 1.223747730255127, -0.24398332834243774, 0.9038389325141907, -0.6541716456413269, 11.249263763427734, 69.33702087402344, 2.8096261024475098, 5.727606773376465, 21.523759841918945, 0.6084705591201782, 14.577649116516113, -0.3969734013080597, 10.583501815795898, 0.2717416286468506, 1.2136118412017822, 19.020639419555664, 58.997650146484375, 57.07087326049805, 0.9431028962135315, 0.4137732684612274, 39.597381591796875, 6.990884304046631, 46.1883544921875, 0.0, 43.99732971191406, 21.352014541625977, 22.63053321838379, 58.803245544433594], "std": [0.01800718903541565, 0.01733560673892498, 0.013795087113976479, 0.015343798324465752, 0.0964241698384285, 0.0716460570693016, 0.24581001698970795, 0.11856380850076675, 0.08045396208763123, 0.21624264121055603, 0.19678080081939697, 0.0258864127099514, 4.955398082733154, 2.803577184677124, 7.322091102600098, 0.52747642993927, 4.003755569458008, 0.07731252163648605, 2.4310903549194336, 0.6351710557937622, 1.9029350280761719, 0.08412104845046997, 0.04213761165738106, 2.916271924972534, 8.892653465270996, 2.893106698989868, 0.3033762574195862, 0.7198646664619446, 11.774895668029785, 6.429359436035156, 14.005461692810059, 0.0, 12.898579597473145, 23.4763240814209, 12.222447395324707, 16.568275451660156], "count": [136]}, "action": {"min": [1.0633630752563477, -0.7543255090713501, 0.7601854205131531, -0.3591592311859131, -1.509689450263977, 1.0122029781341553, -1.1183909177780151, -1.2259670495986938, 1.0148309469223022, -0.5380712747573853, 0.7244458794593811, -0.738918125629425, 4.465000152587891, 60.49399948120117, -0.7806249856948853, 4.188889026641846, 5.608888626098633, 0.32249999046325684, 5.256666660308838, -0.8018749952316284, 4.968888759613037, 0.041875001043081284, 1.1675000190734863, 14.268750190734863, 43.19444274902344, 54.38062286376953, 0.71875, -0.40437498688697815, 15.510000228881836, 0.3374999761581421, 26.1768741607666, 0.0, 22.686250686645508, 0.6006249785423279, 6.338749885559082, 27.671875], "max": [1.155510663986206, -0.6655794382095337, 0.8076049089431763, -0.297717809677124, -1.0618371963500977, 1.3539282083511353, -0.37780383229255676, -0.8292324542999268, 1.3050516843795776, 0.2133084088563919, 1.555890440940857, -0.634870707988739, 25.812726974487305, 71.73374938964844, 25.11750030517578, 6.666250228881836, 23.803749084472656, 0.9900000095367432, 17.338748931884766, 1.043076992034912, 13.325624465942383, 0.7074999809265137, 1.397777795791626, 24.66499900817871, 68.48125457763672, 65.94111633300781, 2.262500047683716, 2.2224998474121094, 52.90187454223633, 16.735000610351562, 61.80437469482422, 0.0, 61.68437576293945, 64.30937957763672, 44.348751068115234, 82.1518783569336], "mean": [1.0821360349655151, -0.6939356923103333, 0.7840012907981873, -0.31132709980010986, -1.1255378723144531, 1.3220462799072266, -0.6776782870292664, -1.0490577220916748, 1.223747730255127, -0.24398332834243774, 0.9038388729095459, -0.6541716456413269, 11.24926471710205, 69.33699035644531, 2.8096256256103516, 5.727607727050781, 21.523761749267578, 0.6084703207015991, 14.577652931213379, -0.3969733417034149, 10.583500862121582, 0.2717416286468506, 1.2136119604110718, 19.0206356048584, 58.997650146484375, 57.07087326049805, 0.9431028962135315, 0.4137732684612274, 39.59736251831055, 6.990881443023682, 46.188358306884766, 0.0, 43.9973030090332, 21.352008819580078, 22.630525588989258, 58.803245544433594], "std": [0.01800718903541565, 0.01733560487627983, 0.013795087113976479, 0.015343798324465752, 0.0964241772890091, 0.0716460570693016, 0.24581003189086914, 0.11856380850076675, 0.08045396953821182, 0.21624262630939484, 0.19678080081939697, 0.025886420160531998, 4.955398082733154, 2.803577423095703, 7.322089195251465, 0.5274764895439148, 4.003755569458008, 0.07731252163648605, 2.4310905933380127, 0.6351710557937622, 1.9029350280761719, 0.08412107080221176, 0.04213761165738106, 2.9162721633911133, 8.89265251159668, 2.89310622215271, 0.3033761978149414, 0.7198646664619446, 11.774895668029785, 6.429358959197998, 14.005462646484375, 0.0, 12.898581504821777, 23.4763240814209, 12.222447395324707, 16.56827735900879], "count": [136]}, "timestamp": {"min": [0.0], "max": [4.5], "mean": [2.25], "std": [1.3086252328302401], "count": [136]}, "frame_index": {"min": [0], "max": [135], "mean": [67.5], "std": [39.2587569849072], "count": [136]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [136]}, "index": {"min": [3982], "max": [4117], "mean": [4049.5], "std": [39.2587569849072], "count": [136]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [136]}, "subtask_annotation": {"mean": [2.0294117647058822, 4.0, 4.0, 4.0, 4.0], "std": [1.0842534465392208, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [136]}, "scene_annotation": {"mean": [26.0], "std": [0.0], "min": [26], "max": [26], "count": [136]}, "eef_direction_state": {"mean": [5.588235294117647, 3.5294117647058822], "std": [0.935183123269685, 1.419098597860567], "min": [1, 0], "max": [6, 6], "count": [136]}, "eef_velocity_state": {"mean": [0.25735294117647056, 1.375], "std": [0.5815335144028263, 0.706456567916911], "min": [0, 0], "max": [2, 2], "count": [136]}, "eef_acc_mag_state": {"mean": [0.27205882352941174, 1.125], "std": [0.6119750062743563, 0.7992413682398343], "min": [0, 0], "max": [2, 2], "count": [136]}, "eef_direction_action": {"mean": [5.588235294117647, 3.5294117647058822], "std": [0.935183123269685, 1.419098597860567], "min": [1, 0], "max": [6, 6], "count": [136]}, "eef_velocity_action": {"mean": [0.25735294117647056, 1.375], "std": [0.5815335144028263, 0.706456567916911], "min": [0, 0], "max": [2, 2], "count": [136]}, "eef_acc_mag_action": {"mean": [0.27205882352941174, 1.125], "std": [0.6119750062743563, 0.7992413682398343], "min": [0, 0], "max": [2, 2], "count": [136]}, "eef_sim_pose_state": {"mean": [0.590709602010646, 0.2120179971660129, 1.1792560656986755, -1.4548163146847881, 1.2468122890511548, -1.9302296110964359, 0.6497070121364319, -0.10241401574431822, 1.2095305407096817, 1.2199368187099386, 0.9496704876879268, 2.1215720516064556], "std": [0.0034607853396917986, 0.005543494980318353, 0.014722458105193658, 0.13708705438316993, 0.09676836593894839, 0.1338579345701569, 0.018094776503986373, 0.07605798976442249, 0.05509871587499575, 0.28291497723543785, 0.12305706313187773, 0.1412847780709185], "min": [0.5796607559123274, 0.2068642611835519, 1.167303095110355, -1.5651154620732652, 0.8373169481301095, -2.046153980243605, 0.5948630071869285, -0.215349360185293, 1.1302327167565789, 0.9061986016131525, 0.5695611937574889, 1.7761489071974979], "max": [0.5958215807439224, 0.23166429060468696, 1.2290989927267126, -1.04103899408526, 1.2893899838147371, -1.5567627652814373, 0.669377292106595, 0.007950654361637582, 1.2735030774688834, 1.6509455614932154, 1.1129984400449713, 2.3502111784842965], "count": [136]}, "eef_sim_pose_action": {"mean": [0.590709602010646, 0.2120179971660129, 1.1792560656986755, -1.4548163146847881, 1.2468122890511548, -1.9302296110964359, 0.6497070121364319, -0.10241401574431822, 1.2095305407096817, 1.2199368187099386, 0.9496704876879268, 2.1215720516064556], "std": [0.0034607853396917986, 0.005543494980318353, 0.014722458105193658, 0.13708705438316993, 0.09676836593894839, 0.1338579345701569, 0.018094776503986373, 0.07605798976442249, 0.05509871587499575, 0.28291497723543785, 0.12305706313187773, 0.1412847780709185], "min": [0.5796607559123274, 0.2068642611835519, 1.167303095110355, -1.5651154620732652, 0.8373169481301095, -2.046153980243605, 0.5948630071869285, -0.215349360185293, 1.1302327167565789, 0.9061986016131525, 0.5695611937574889, 1.7761489071974979], "max": [0.5958215807439224, 0.23166429060468696, 1.2290989927267126, -1.04103899408526, 1.2893899838147371, -1.5567627652814373, 0.669377292106595, 0.007950654361637582, 1.2735030774688834, 1.6509455614932154, 1.1129984400449713, 2.3502111784842965], "count": [136]}}} +{"episode_index": 27, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4833718913398693]], [[0.47007160947712423]], [[0.45742407475490193]]], "std": [[[0.19649928603914893]], [[0.1913826107869565]], [[0.19372012106722278]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.06274509803921569]], [[0.16470588235294117]], [[0.09803921568627451]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4997473754084968]], [[0.517424152369281]], [[0.5017010927287582]]], "std": [[[0.306280579010168]], [[0.31081216496564495]], [[0.3221013878579606]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.08235294117647059]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5725110886437909]], [[0.5755286172385622]], [[0.5508358925653595]]], "std": [[[0.29899384282244873]], [[0.3022451929412665]], [[0.31208330846558985]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4355913725490196]], [[0.45368036560457514]], [[0.42487288194444445]]], "std": [[[0.3246616111209334]], [[0.33651890320464845]], [[0.3534078360910518]]], "count": [100]}, "observation.state": {"min": [1.1616169214248657, -0.7262234687805176, 0.72275310754776, -0.3997863829135895, -1.4774760007858276, 1.0759518146514893, -1.0591669082641602, -1.2138551473617554, 1.0452218055725098, -0.4127088487148285, 0.7495994567871094, -0.754606306552887, 17.296875, 67.70889282226562, -0.4481250047683716, 4.341111183166504, 15.334444046020508, 0.22999998927116394, 14.539999961853027, -0.8600000143051147, 12.106666564941406, 0.9162499904632568, 1.171875, 24.020000457763672, 42.054443359375, 50.23999786376953, 0.7137500047683716, -0.2837499976158142, 5.564444541931152, -0.30812501907348633, 4.251111030578613, 0.0, 2.288181781768799, 0.0, 1.3339999914169312, 2.59818172454834], "max": [1.1758984327316284, -0.6648164987564087, 0.7890821695327759, -0.3843366205692291, -1.1802853345870972, 1.3848515748977661, -0.4010261595249176, -0.8625639081001282, 1.2739852666854858, 0.17668676376342773, 1.4378025531768799, -0.7097114324569702, 24.829999923706055, 71.9906234741211, 33.53166580200195, 8.520000457763672, 23.457500457763672, 0.9375, 28.96187400817871, 0.6981250047683716, 26.21500015258789, 1.4362499713897705, 1.2243750095367432, 39.82250213623047, 69.73062896728516, 60.341251373291016, 2.09375, 4.849374771118164, 60.76187515258789, 29.474374771118164, 66.39688110351562, 0.0, 73.27874755859375, 88.52750396728516, 60.31562423706055, 101.79375457763672], "mean": [1.1712687015533447, -0.6887550354003906, 0.7530491352081299, -0.3918840289115906, -1.224975824356079, 1.3090031147003174, -0.651263952255249, -1.057371973991394, 1.2078189849853516, -0.19850678741931915, 0.8785417675971985, -0.721272885799408, 20.91484260559082, 70.30997467041016, 3.331958532333374, 7.550724029541016, 20.627042770385742, 0.4303009510040283, 25.758726119995117, 0.22198717296123505, 22.027835845947266, 1.0280441045761108, 1.1956062316894531, 35.15803146362305, 58.4437255859375, 52.79558181762695, 0.9133473038673401, 1.0573067665100098, 43.182861328125, 6.978705406188965, 46.8880500793457, 0.0, 45.80515670776367, 23.107826232910156, 31.500720977783203, 55.03314971923828], "std": [0.005908849649131298, 0.014947285875678062, 0.018727172166109085, 0.0048324610106647015, 0.060600485652685165, 0.05839003250002861, 0.2132071554660797, 0.10652151703834534, 0.06398802250623703, 0.17080886662006378, 0.16325901448726654, 0.009913844056427479, 1.7670073509216309, 0.9263914227485657, 8.595561981201172, 0.9446621537208557, 1.5526925325393677, 0.0988200306892395, 2.919114589691162, 0.6234820485115051, 3.8002848625183105, 0.11831926554441452, 0.012663103640079498, 3.235779047012329, 10.19742202758789, 2.1718356609344482, 0.26487424969673157, 1.4956449270248413, 15.74929428100586, 9.411588668823242, 18.943702697753906, 0.0, 20.36961555480957, 26.529706954956055, 18.821090698242188, 26.707162857055664], "count": [141]}, "action": {"min": [1.1616169214248657, -0.7262234687805176, 0.72275310754776, -0.3997863829135895, -1.4774760007858276, 1.0759518146514893, -1.0591669082641602, -1.2138551473617554, 1.0452218055725098, -0.4127088487148285, 0.7495994567871094, -0.754606306552887, 17.296875, 67.70889282226562, -0.4481250047683716, 4.341111183166504, 15.334444046020508, 0.22999998927116394, 14.539999961853027, -0.8600000143051147, 12.106666564941406, 0.9162499904632568, 1.171875, 24.020000457763672, 42.054443359375, 50.23999786376953, 0.7137500047683716, -0.2837499976158142, 5.564444541931152, -0.30812501907348633, 4.251111030578613, 0.0, 2.288181781768799, 0.0, 1.3339999914169312, 2.59818172454834], "max": [1.1758984327316284, -0.6648164987564087, 0.7890821695327759, -0.3843366205692291, -1.1802853345870972, 1.3848515748977661, -0.4010261595249176, -0.8625639081001282, 1.2739852666854858, 0.17668676376342773, 1.4378025531768799, -0.7097114324569702, 24.829999923706055, 71.9906234741211, 33.53166580200195, 8.520000457763672, 23.457500457763672, 0.9375, 28.96187400817871, 0.6981250047683716, 26.21500015258789, 1.4362499713897705, 1.2243750095367432, 39.82250213623047, 69.73062896728516, 60.341251373291016, 2.09375, 4.849374771118164, 60.76187515258789, 29.474374771118164, 66.39688110351562, 0.0, 73.27874755859375, 88.52750396728516, 60.31562423706055, 101.79375457763672], "mean": [1.1712685823440552, -0.6887549757957458, 0.7530491352081299, -0.3918842375278473, -1.2249759435653687, 1.3090033531188965, -0.6512638330459595, -1.0573722124099731, 1.2078191041946411, -0.19850672781467438, 0.8785415887832642, -0.7212727665901184, 20.914857864379883, 70.30996704101562, 3.3319575786590576, 7.550722599029541, 20.62703514099121, 0.4303009808063507, 25.758726119995117, 0.22198709845542908, 22.027828216552734, 1.0280444622039795, 1.195605993270874, 35.158016204833984, 58.4437255859375, 52.79557800292969, 0.9133473038673401, 1.0573067665100098, 43.182857513427734, 6.9787068367004395, 46.88806915283203, 0.0, 45.805145263671875, 23.107826232910156, 31.500722885131836, 55.033164978027344], "std": [0.005908850114792585, 0.014947286807000637, 0.018727170303463936, 0.004832460545003414, 0.060600489377975464, 0.05839003250002861, 0.21320711076259613, 0.10652150213718414, 0.06398802250623703, 0.17080886662006378, 0.16325901448726654, 0.009913844056427479, 1.7670071125030518, 0.9263914227485657, 8.595560073852539, 0.9446621537208557, 1.5526924133300781, 0.09881999343633652, 2.919114589691162, 0.6234819293022156, 3.8002848625183105, 0.11831928044557571, 0.012663103640079498, 3.235779047012329, 10.19742202758789, 2.1718358993530273, 0.2648742198944092, 1.4956449270248413, 15.749293327331543, 9.41158676147461, 18.943702697753906, 0.0, 20.36961555480957, 26.529708862304688, 18.821090698242188, 26.70716094970703], "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": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [141]}, "index": {"min": [4118], "max": [4258], "mean": [4188.0], "std": [40.702170294305766], "count": [141]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [141]}, "subtask_annotation": {"mean": [2.0425531914893615, 4.0, 4.0, 4.0, 4.0], "std": [0.9443549370711543, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [141]}, "scene_annotation": {"mean": [27.0], "std": [0.0], "min": [27], "max": [27], "count": [141]}, "eef_direction_state": {"mean": [5.659574468085107, 3.4539007092198584], "std": [0.7516392226661996, 1.7196205144000782], "min": [4, 0], "max": [6, 6], "count": [141]}, "eef_velocity_state": {"mean": [0.2198581560283688, 1.2765957446808511], "std": [0.5203953568182734, 0.7542445657387477], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_acc_mag_state": {"mean": [0.2553191489361702, 1.148936170212766], "std": [0.6002866374325909, 0.8245881861734512], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_direction_action": {"mean": [5.659574468085107, 3.4539007092198584], "std": [0.7516392226661996, 1.7196205144000782], "min": [4, 0], "max": [6, 6], "count": [141]}, "eef_velocity_action": {"mean": [0.2198581560283688, 1.2765957446808511], "std": [0.5203953568182734, 0.7542445657387477], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_acc_mag_action": {"mean": [0.2553191489361702, 1.148936170212766], "std": [0.6002866374325909, 0.8245881861734512], "min": [0, 0], "max": [2, 2], "count": [141]}, "eef_sim_pose_state": {"mean": [0.5827867212371981, 0.23055239965798957, 1.1740393093981296, -1.4495779639773367, 1.2093248705092066, -1.854532040613667, 0.6529818590817905, -0.09513318202620166, 1.2137327742463717, 1.1961224641394959, 0.9550696167331758, 2.085806126932174], "std": [0.0030557757095165485, 0.002751304853037168, 0.012918942152268022, 0.10823703294192913, 0.06941336533705951, 0.09919805381150834, 0.016309727523503768, 0.068251430979832, 0.05304605701082229, 0.2666252982828804, 0.08906951790640225, 0.12624743078219391], "min": [0.5781739094138298, 0.22767174815215052, 1.1626331894124387, -1.5329745466207378, 0.9156434438658185, -1.9405526130546686, 0.6110154769456579, -0.19676359880365235, 1.1358743926065384, 0.9042657330309946, 0.6496958117633715, 1.778514225883966], "max": [0.587234288971065, 0.24047411689317938, 1.2231177837037879, -1.0723852760135246, 1.2809798678658377, -1.5326353495714926, 0.672535674828963, -0.00020782421232942716, 1.2759306071580487, 1.5994196412579063, 1.0520600347451365, 2.2833196840148227], "count": [141]}, "eef_sim_pose_action": {"mean": [0.5827867212371981, 0.23055239965798957, 1.1740393093981296, -1.4495779639773367, 1.2093248705092066, -1.854532040613667, 0.6529818590817905, -0.09513318202620166, 1.2137327742463717, 1.1961224641394959, 0.9550696167331758, 2.085806126932174], "std": [0.0030557757095165485, 0.002751304853037168, 0.012918942152268022, 0.10823703294192913, 0.06941336533705951, 0.09919805381150834, 0.016309727523503768, 0.068251430979832, 0.05304605701082229, 0.2666252982828804, 0.08906951790640225, 0.12624743078219391], "min": [0.5781739094138298, 0.22767174815215052, 1.1626331894124387, -1.5329745466207378, 0.9156434438658185, -1.9405526130546686, 0.6110154769456579, -0.19676359880365235, 1.1358743926065384, 0.9042657330309946, 0.6496958117633715, 1.778514225883966], "max": [0.587234288971065, 0.24047411689317938, 1.2231177837037879, -1.0723852760135246, 1.2809798678658377, -1.5326353495714926, 0.672535674828963, -0.00020782421232942716, 1.2759306071580487, 1.5994196412579063, 1.0520600347451365, 2.2833196840148227], "count": [141]}}} +{"episode_index": 28, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00392156862745098]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47831554942810456]], [[0.46838933210784317]], [[0.45640302900326796]]], "std": [[[0.19627930242341413]], [[0.18889966419620954]], [[0.19118491590954304]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.15294117647058825]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4938752553104575]], [[0.5084970465686275]], [[0.4903079861111111]]], "std": [[[0.31238757154443425]], [[0.31637569258471765]], [[0.32721099854617397]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.0784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5592097651143791]], [[0.5646392871732027]], [[0.5387880882352941]]], "std": [[[0.2999121000843403]], [[0.3024942398342099]], [[0.31100238118585516]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.434933948120915]], [[0.45853770833333335]], [[0.4313654922385621]]], "std": [[[0.326122883956876]], [[0.33471655029772157]], [[0.3511870834601564]]], "count": [100]}, "observation.state": {"min": [1.087419867515564, -0.7055390477180481, 0.6895647048950195, -0.4060807228088379, -1.5436831712722778, 0.8833490014076233, -1.1227461099624634, -1.1933032274246216, 0.9913913607597351, -0.4617046117782593, 0.711666464805603, -0.7533188462257385, 5.331818103790283, 52.807777404785156, -0.7450000047683716, 6.127778053283691, 4.793333053588867, 0.23999999463558197, 3.718888759613037, -0.8387500047683716, 0.984375, 0.49562498927116394, 1.1949999332427979, 0.4675000011920929, 46.41666793823242, 50.895626068115234, 0.7237499952316284, -0.5475000143051147, 11.5, -0.9587500095367432, 14.318124771118164, 0.0, 14.609999656677246, 0.22437500953674316, 0.6612499952316284, 30.3125], "max": [1.197176218032837, -0.6287193894386292, 0.816506028175354, -0.361066609621048, -1.0472218990325928, 1.5262120962142944, -0.38507571816444397, -0.8453021049499512, 1.283545970916748, 0.23564592003822327, 1.5747522115707397, -0.6377555727958679, 36.44333267211914, 69.70249938964844, 11.568888664245605, 9.457499504089355, 16.366249084472656, 0.7712500095367432, 16.459999084472656, 0.03999997675418854, 9.014999389648438, 1.2400000095367432, 3.596250057220459, 18.406875610351562, 70.24687957763672, 64.21300506591797, 2.365000009536743, 4.633749961853027, 55.932498931884766, 15.099374771118164, 65.50250244140625, 0.0, 56.12812423706055, 102.32062530517578, 60.217498779296875, 107.78812408447266], "mean": [1.112419843673706, -0.6534914374351501, 0.7146087288856506, -0.39127209782600403, -1.1049253940582275, 1.488162636756897, -0.6709862947463989, -1.0159454345703125, 1.189151406288147, -0.21034523844718933, 0.846205472946167, -0.6819384694099426, 24.33535385131836, 58.31161880493164, 0.6712676286697388, 9.16711711883545, 10.51160717010498, 0.47549885511398315, 9.206175804138184, -0.22412732243537903, 3.9327759742736816, 0.6656938195228577, 1.7516729831695557, 6.432155132293701, 61.56767272949219, 54.256622314453125, 0.9612978100776672, 0.5178987979888916, 44.725948333740234, 6.638564586639404, 44.11720275878906, 0.0, 39.157012939453125, 43.683048248291016, 25.41900634765625, 77.96649169921875], "std": [0.020201677456498146, 0.016101373359560966, 0.022158609703183174, 0.009547997266054153, 0.0994814783334732, 0.12560389935970306, 0.21206872165203094, 0.10332577675580978, 0.06721893697977066, 0.1841341108083725, 0.18037031590938568, 0.027560729533433914, 7.091730117797852, 2.934386968612671, 2.8511605262756348, 0.5282344818115234, 1.567376971244812, 0.0561390295624733, 2.0410895347595215, 0.11962009221315384, 1.6768215894699097, 0.09809821844100952, 0.6335421800613403, 4.954301357269287, 7.003005027770996, 2.8942160606384277, 0.2791433334350586, 1.3793089389801025, 12.495701789855957, 6.028064250946045, 14.47369384765625, 0.0, 12.502569198608398, 37.473812103271484, 17.962661743164062, 23.749290466308594], "count": [191]}, "action": {"min": [1.087419867515564, -0.7055390477180481, 0.6895647048950195, -0.4060807228088379, -1.5436831712722778, 0.8833490014076233, -1.1227461099624634, -1.1933032274246216, 0.9913913607597351, -0.4617046117782593, 0.711666464805603, -0.7533188462257385, 5.331818103790283, 52.807777404785156, -0.7450000047683716, 6.127778053283691, 4.793333053588867, 0.23999999463558197, 3.718888759613037, -0.8387500047683716, 0.984375, 0.49562498927116394, 1.1949999332427979, 0.4675000011920929, 46.41666793823242, 50.895626068115234, 0.7237499952316284, -0.5475000143051147, 11.5, -0.9587500095367432, 14.318124771118164, 0.0, 14.609999656677246, 0.22437500953674316, 0.6612499952316284, 30.3125], "max": [1.197176218032837, -0.6287193894386292, 0.816506028175354, -0.361066609621048, -1.0472218990325928, 1.5262120962142944, -0.38507571816444397, -0.8453021049499512, 1.283545970916748, 0.23564592003822327, 1.5747522115707397, -0.6377555727958679, 36.44333267211914, 69.70249938964844, 11.568888664245605, 9.457499504089355, 16.366249084472656, 0.7712500095367432, 16.459999084472656, 0.03999997675418854, 9.014999389648438, 1.2400000095367432, 3.596250057220459, 18.406875610351562, 70.24687957763672, 64.21300506591797, 2.365000009536743, 4.633749961853027, 55.932498931884766, 15.099374771118164, 65.50250244140625, 0.0, 56.12812423706055, 102.32062530517578, 60.217498779296875, 107.78812408447266], "mean": [1.1124193668365479, -0.6534914374351501, 0.7146087884902954, -0.39127230644226074, -1.1049253940582275, 1.4881643056869507, -0.670986533164978, -1.0159456729888916, 1.1891515254974365, -0.21034526824951172, 0.8462055325508118, -0.6819387078285217, 24.335346221923828, 58.31159973144531, 0.6712674498558044, 9.167118072509766, 10.511616706848145, 0.4754987359046936, 9.206177711486816, -0.22412708401679993, 3.9327778816223145, 0.6656937003135681, 1.751673936843872, 6.432158946990967, 61.56770324707031, 54.256614685058594, 0.961297869682312, 0.5178987979888916, 44.72597122192383, 6.63856840133667, 44.1171875, 0.0, 39.15702819824219, 43.68306350708008, 25.418983459472656, 77.9665298461914], "std": [0.020201677456498146, 0.016101377084851265, 0.022158607840538025, 0.009547996334731579, 0.09948147088289261, 0.12560389935970306, 0.21206870675086975, 0.10332579165697098, 0.06721892952919006, 0.1841341108083725, 0.18037031590938568, 0.027560733258724213, 7.091729164123535, 2.934386968612671, 2.851161241531372, 0.5282344818115234, 1.5673770904541016, 0.0561390221118927, 2.0410892963409424, 0.11962007731199265, 1.6768214702606201, 0.09809819608926773, 0.6335421800613403, 4.954300880432129, 7.0030059814453125, 2.894217014312744, 0.2791432738304138, 1.3793087005615234, 12.495702743530273, 6.028063774108887, 14.473692893981934, 0.0, 12.502571105957031, 37.473812103271484, 17.96265983581543, 23.749290466308594], "count": [191]}, "timestamp": {"min": [0.0], "max": [6.333333333333333], "mean": [3.166666666666667], "std": [1.837873166945363], "count": [191]}, "frame_index": {"min": [0], "max": [190], "mean": [95.0], "std": [55.136195008360886], "count": [191]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [191]}, "index": {"min": [4259], "max": [4449], "mean": [4354.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}, "subtask_annotation": {"mean": [2.026178010471204, 4.0, 4.0, 4.0, 4.0], "std": [0.8648732920169353, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [191]}, "scene_annotation": {"mean": [28.0], "std": [0.0], "min": [28], "max": [28], "count": [191]}, "eef_direction_state": {"mean": [5.696335078534031, 3.722513089005236], "std": [0.7463258505216946, 2.026387694278912], "min": [2, 0], "max": [6, 6], "count": [191]}, "eef_velocity_state": {"mean": [0.2198952879581152, 0.9633507853403142], "std": [0.5640374180235531, 0.821005179777751], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_acc_mag_state": {"mean": [0.18848167539267016, 0.8010471204188482], "std": [0.5076104562739612, 0.8696144375704523], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_direction_action": {"mean": [5.696335078534031, 3.722513089005236], "std": [0.7463258505216946, 2.026387694278912], "min": [2, 0], "max": [6, 6], "count": [191]}, "eef_velocity_action": {"mean": [0.2198952879581152, 0.9633507853403142], "std": [0.5640374180235531, 0.821005179777751], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_acc_mag_action": {"mean": [0.18848167539267016, 0.8010471204188482], "std": [0.5076104562739612, 0.8696144375704523], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_sim_pose_state": {"mean": [0.5806537975942879, 0.21974314062231268, 1.1698400484320024, -1.7624465063938122, 1.3599005674378206, -2.176161632468995, 0.6520595851700913, -0.10897017234968258, 1.2039903976197734, 1.3001471535062914, 0.9506470163192361, 2.1569105778997626], "std": [0.003026752456432692, 0.0065045291305924745, 0.017323505580693104, 0.21114559551795634, 0.12326071514517313, 0.1976294872715748, 0.01576283407269346, 0.06479764620802936, 0.054837113628838204, 0.278181050913968, 0.09994376324227391, 0.14347758490524337], "min": [0.5748382426881171, 0.2147690012901335, 1.159095561324258, -1.870658897552156, 0.7778404368663216, -2.283122829091577, 0.5918775983570085, -0.22486456141450362, 1.1401838548243217, 0.9614252180236781, 0.6033582352656479, 1.7378658082704104], "max": [0.5873173026552305, 0.24903114707024235, 1.2419430441197898, -1.053066099226229, 1.4170369790826083, -1.5505223695144341, 0.6647281964989104, -0.008208941160916278, 1.2734520936201439, 1.6232698255961688, 1.0623745674517528, 2.33568387191068], "count": [191]}, "eef_sim_pose_action": {"mean": [0.5806537975942879, 0.21974314062231268, 1.1698400484320024, -1.7624465063938122, 1.3599005674378206, -2.176161632468995, 0.6520595851700913, -0.10897017234968258, 1.2039903976197734, 1.3001471535062914, 0.9506470163192361, 2.1569105778997626], "std": [0.003026752456432692, 0.0065045291305924745, 0.017323505580693104, 0.21114559551795634, 0.12326071514517313, 0.1976294872715748, 0.01576283407269346, 0.06479764620802936, 0.054837113628838204, 0.278181050913968, 0.09994376324227391, 0.14347758490524337], "min": [0.5748382426881171, 0.2147690012901335, 1.159095561324258, -1.870658897552156, 0.7778404368663216, -2.283122829091577, 0.5918775983570085, -0.22486456141450362, 1.1401838548243217, 0.9614252180236781, 0.6033582352656479, 1.7378658082704104], "max": [0.5873173026552305, 0.24903114707024235, 1.2419430441197898, -1.053066099226229, 1.4170369790826083, -1.5505223695144341, 0.6647281964989104, -0.008208941160916278, 1.2734520936201439, 1.6232698255961688, 1.0623745674517528, 2.33568387191068], "count": [191]}}} +{"episode_index": 29, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48877582720588236]], [[0.477813329248366]], [[0.46590889093137255]]], "std": [[[0.19989728941049698]], [[0.1938417326109162]], [[0.19576060594367858]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.047058823529411764]], [[0.11372549019607843]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47871270629084967]], [[0.49192056985294114]], [[0.4733125367647059]]], "std": [[[0.3183378120897666]], [[0.3218372791682574]], [[0.3318880232261193]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.050980392156862744]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5645516850490196]], [[0.5692562888071896]], [[0.5451844240196078]]], "std": [[[0.3000521468908068]], [[0.30362258814833953]], [[0.31133902427449056]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4388846139705882]], [[0.46206034517973854]], [[0.4330417156862745]]], "std": [[[0.32584175941192806]], [[0.33468292593342086]], [[0.3520820382421224]]], "count": [100]}, "observation.state": {"min": [0.9752422571182251, -0.7150759100914001, 0.7238498330116272, -0.38212406635284424, -1.2720725536346436, 1.3114069700241089, -1.0418096780776978, -1.2355754375457764, 1.0824846029281616, -0.3923476040363312, 0.8256322741508484, -0.7369630932807922, 1.678125023841858, 68.60124969482422, -0.5518749952316284, 3.071110963821411, 24.096250534057617, -0.44187501072883606, 18.65625, -0.11500000953674316, 15.229999542236328, 0.7393749952316284, 1.131250023841858, 0.7124999761581421, 49.78687286376953, 53.03187561035156, 0.7386666536331177, -0.37312498688697815, 19.75, -0.1599999964237213, 25.8255558013916, 0.0, 23.947500228881836, -0.009374999441206455, 7.751250267028809, 27.58333396911621], "max": [1.0618371963500977, -0.6830319762229919, 0.7532234787940979, -0.3533947169780731, -1.0248817205429077, 1.6154059171676636, -0.45345520973205566, -0.8623731732368469, 1.3213359117507935, 0.09155412763357162, 1.2844493389129639, -0.6329632997512817, 15.304444313049316, 75.26625061035156, 28.6875, 8.784375190734863, 33.946250915527344, 0.4362500011920929, 29.838748931884766, 0.4950000047683716, 24.623125076293945, 1.3224999904632568, 2.895625114440918, 24.275453567504883, 70.60625457763672, 60.116668701171875, 2.2512500286102295, 1.278571367263794, 51.609375, 35.98374938964844, 58.819374084472656, 0.0, 53.67124938964844, 80.90374755859375, 50.51000213623047, 97.01312255859375], "mean": [0.9913244247436523, -0.6954480409622192, 0.7349067330360413, -0.3685223162174225, -1.0634921789169312, 1.5762653350830078, -0.7109748125076294, -1.0549975633621216, 1.228929877281189, -0.17710621654987335, 0.9261140823364258, -0.6567844152450562, 3.1262247562408447, 71.851806640625, 3.640902519226074, 6.533093452453613, 27.537694931030273, -0.2615257203578949, 24.358938217163086, 0.3820537030696869, 21.076168060302734, 0.9357773065567017, 1.4456572532653809, 12.175545692443848, 60.86619567871094, 55.22732162475586, 0.9254841804504395, 0.2190520316362381, 40.625911712646484, 10.707608222961426, 46.32266616821289, 0.0, 41.69297409057617, 34.542972564697266, 27.840702056884766, 70.0481948852539], "std": [0.017333082854747772, 0.01065563689917326, 0.011528536677360535, 0.009069562889635563, 0.05113706365227699, 0.06600883603096008, 0.20177367329597473, 0.11499229073524475, 0.06848424673080444, 0.1452450305223465, 0.10452007502317429, 0.02990693598985672, 2.6538681983947754, 1.8697113990783691, 8.493400573730469, 1.5488853454589844, 2.7104787826538086, 0.1481410264968872, 3.4295473098754883, 0.13915614783763885, 2.165081739425659, 0.0825321227312088, 0.5369169116020203, 6.872101783752441, 6.721988677978516, 1.5518680810928345, 0.29047417640686035, 0.42232075333595276, 8.179228782653809, 13.373969078063965, 10.475008964538574, 0.0, 8.682228088378906, 32.59798812866211, 14.073638916015625, 22.67823600769043], "count": [115]}, "action": {"min": [0.9752422571182251, -0.7150759100914001, 0.7238498330116272, -0.38212406635284424, -1.2720725536346436, 1.3114069700241089, -1.0418096780776978, -1.2355754375457764, 1.0824846029281616, -0.3923476040363312, 0.8256322741508484, -0.7369630932807922, 1.678125023841858, 68.60124969482422, -0.5518749952316284, 3.071110963821411, 24.096250534057617, -0.44187501072883606, 18.65625, -0.11500000953674316, 15.229999542236328, 0.7393749952316284, 1.131250023841858, 0.7124999761581421, 49.78687286376953, 53.03187561035156, 0.7386666536331177, -0.37312498688697815, 19.75, -0.1599999964237213, 25.8255558013916, 0.0, 23.947500228881836, -0.009374999441206455, 7.751250267028809, 27.58333396911621], "max": [1.0618371963500977, -0.6830319762229919, 0.7532234787940979, -0.3533947169780731, -1.0248817205429077, 1.6154059171676636, -0.45345520973205566, -0.8623731732368469, 1.3213359117507935, 0.09155412763357162, 1.2844493389129639, -0.6329632997512817, 15.304444313049316, 75.26625061035156, 28.6875, 8.784375190734863, 33.946250915527344, 0.4362500011920929, 29.838748931884766, 0.4950000047683716, 24.623125076293945, 1.3224999904632568, 2.895625114440918, 24.275453567504883, 70.60625457763672, 60.116668701171875, 2.2512500286102295, 1.278571367263794, 51.609375, 35.98374938964844, 58.819374084472656, 0.0, 53.67124938964844, 80.90374755859375, 50.51000213623047, 97.01312255859375], "mean": [0.9913243055343628, -0.6954481601715088, 0.7349067330360413, -0.36852210760116577, -1.0634921789169312, 1.5762649774551392, -0.7109750509262085, -1.054997444152832, 1.2289297580718994, -0.17710618674755096, 0.9261142015457153, -0.6567844748497009, 3.1262247562408447, 71.851806640625, 3.640900135040283, 6.533093452453613, 27.537689208984375, -0.2615256905555725, 24.358922958374023, 0.38205376267433167, 21.07617950439453, 0.9357770085334778, 1.4456571340560913, 12.175545692443848, 60.86621856689453, 55.22733688354492, 0.9254841804504395, 0.2190520465373993, 40.62590026855469, 10.707610130310059, 46.3226432800293, 0.0, 41.69294357299805, 34.542964935302734, 27.84069061279297, 70.04817962646484], "std": [0.017333082854747772, 0.010655638761818409, 0.011528538540005684, 0.009069562889635563, 0.05113706365227699, 0.06600883603096008, 0.20177367329597473, 0.11499229818582535, 0.06848424673080444, 0.1452450454235077, 0.10452007502317429, 0.02990693598985672, 2.6538681983947754, 1.86971116065979, 8.493400573730469, 1.5488853454589844, 2.7104787826538086, 0.14814108610153198, 3.429547071456909, 0.13915614783763885, 2.165081262588501, 0.08253210783004761, 0.5369168519973755, 6.872101783752441, 6.721989154815674, 1.5518683195114136, 0.29047414660453796, 0.42232075333595276, 8.179228782653809, 13.373966217041016, 10.47500991821289, 0.0, 8.682229042053223, 32.59798812866211, 14.073637008666992, 22.678232192993164], "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": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [115]}, "index": {"min": [4450], "max": [4564], "mean": [4507.0], "std": [33.19638534539566], "count": [115]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [115]}, "subtask_annotation": {"mean": [2.0695652173913044, 4.0, 4.0, 4.0, 4.0], "std": [0.975542115779598, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [115]}, "scene_annotation": {"mean": [29.0], "std": [0.0], "min": [29], "max": [29], "count": [115]}, "eef_direction_state": {"mean": [5.608695652173913, 3.234782608695652], "std": [0.776789962926167, 1.5566431820488844], "min": [4, 0], "max": [6, 6], "count": [115]}, "eef_velocity_state": {"mean": [0.20869565217391303, 1.3565217391304347], "std": [0.4063763981060146, 0.7002025091894742], "min": [0, 0], "max": [1, 2], "count": [115]}, "eef_acc_mag_state": {"mean": [0.24347826086956523, 1.3652173913043477], "std": [0.5686185295398893, 0.7142090155958637], "min": [0, 0], "max": [2, 2], "count": [115]}, "eef_direction_action": {"mean": [5.608695652173913, 3.234782608695652], "std": [0.776789962926167, 1.5566431820488844], "min": [4, 0], "max": [6, 6], "count": [115]}, "eef_velocity_action": {"mean": [0.20869565217391303, 1.3565217391304347], "std": [0.4063763981060146, 0.7002025091894742], "min": [0, 0], "max": [1, 2], "count": [115]}, "eef_acc_mag_action": {"mean": [0.24347826086956523, 1.3652173913043477], "std": [0.5686185295398893, 0.7142090155958637], "min": [0, 0], "max": [2, 2], "count": [115]}, "eef_sim_pose_state": {"mean": [0.5925189380912443, 0.19632426473874526, 1.1867502841859001, -1.2856492459559135, 1.4006021276729672, -1.7358099462477559, 0.6529827330037615, -0.10870443636814428, 1.2007168448705243, 1.2502624085638157, 0.8915623586859894, 2.131578883339699], "std": [0.0022539386588700076, 0.004350529105634878, 0.007363034926221185, 0.06778797673540891, 0.06525245685012063, 0.06940180140420911, 0.012415287731334526, 0.0661372712551287, 0.05480689735444854, 0.26998467176895635, 0.059874165418360006, 0.10427165327536435], "min": [0.585730867439994, 0.1903762747388759, 1.1794265159838648, -1.3782506139403017, 1.1380499453163369, -1.843647649141515, 0.6203204907267048, -0.20592702989715364, 1.1283217810313708, 0.9182236937221089, 0.6821949804533767, 1.906101958408089], "max": [0.596009292930435, 0.2118819020878699, 1.2159221985212543, -1.0862474931473536, 1.4379033163765973, -1.5501777523605653, 0.6697965834376463, -0.008741136392019955, 1.2667378249843821, 1.6005162213505668, 0.9733465912158299, 2.2802766690723812], "count": [115]}, "eef_sim_pose_action": {"mean": [0.5925189380912443, 0.19632426473874526, 1.1867502841859001, -1.2856492459559135, 1.4006021276729672, -1.7358099462477559, 0.6529827330037615, -0.10870443636814428, 1.2007168448705243, 1.2502624085638157, 0.8915623586859894, 2.131578883339699], "std": [0.0022539386588700076, 0.004350529105634878, 0.007363034926221185, 0.06778797673540891, 0.06525245685012063, 0.06940180140420911, 0.012415287731334526, 0.0661372712551287, 0.05480689735444854, 0.26998467176895635, 0.059874165418360006, 0.10427165327536435], "min": [0.585730867439994, 0.1903762747388759, 1.1794265159838648, -1.3782506139403017, 1.1380499453163369, -1.843647649141515, 0.6203204907267048, -0.20592702989715364, 1.1283217810313708, 0.9182236937221089, 0.6821949804533767, 1.906101958408089], "max": [0.596009292930435, 0.2118819020878699, 1.2159221985212543, -1.0862474931473536, 1.4379033163765973, -1.5501777523605653, 0.6697965834376463, -0.008741136392019955, 1.2667378249843821, 1.6005162213505668, 0.9733465912158299, 2.2802766690723812], "count": [115]}}} +{"episode_index": 30, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.043137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48378661560457514]], [[0.4744377696078432]], [[0.46007648692810454]]], "std": [[[0.1978208596015594]], [[0.19051011757101527]], [[0.1938205023551887]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.17254901960784313]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5144940175653595]], [[0.5299042054738562]], [[0.5129337990196078]]], "std": [[[0.3165482612600636]], [[0.3189359066989276]], [[0.3298055508206063]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.09411764705882353]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.573352308006536]], [[0.5776706964869281]], [[0.5538879084967321]]], "std": [[[0.29993022498319083]], [[0.30317964630797667]], [[0.3109900249394462]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43689371732026144]], [[0.4556727512254902]], [[0.4267634334150327]]], "std": [[[0.3230304148363769]], [[0.3346178513677822]], [[0.3520425286573124]]], "count": [100]}, "observation.state": {"min": [1.0626001358032227, -0.7008341550827026, 0.7311932444572449, -0.38588637113571167, -1.3811746835708618, 1.03140389919281, -0.9774833917617798, -1.2365291118621826, 1.1018496751785278, -0.40202754735946655, 0.7269254922866821, -0.6671833992004395, 27.923749923706055, 58.334373474121094, -0.5349999666213989, 4.1677775382995605, 17.7862491607666, 0.6506249904632568, 15.612500190734863, -0.6618750095367432, 9.443750381469727, -0.7706249952316284, 1.2766666412353516, 17.950000762939453, 45.768890380859375, 53.34562301635742, 0.7956249713897705, -0.6806250214576721, 17.816999435424805, 0.6818749904632568, 21.857999801635742, 0.0, 22.207000732421875, 0.7693749666213989, 1.1399999856948853, 35.38624954223633], "max": [1.097266674041748, -0.6737335324287415, 0.8381653428077698, -0.31974008679389954, -1.1355572938919067, 1.4851081371307373, -0.39365890622138977, -0.8917467594146729, 1.347943902015686, -0.0005245284992270172, 1.2698261737823486, -0.6291962265968323, 42.71888732910156, 62.88500213623047, 21.932498931884766, 9.361249923706055, 22.575624465942383, 1.40625, 20.734375, 0.11500000208616257, 20.646249771118164, 0.26777780055999756, 1.34375, 33.88111114501953, 65.07562255859375, 61.474998474121094, 2.0112500190734863, 5.113124847412109, 53.061248779296875, 7.900625228881836, 64.24687957763672, 0.0, 55.385623931884766, 67.27874755859375, 43.046875, 93.68062591552734], "mean": [1.0832284688949585, -0.6838569045066833, 0.7519343495368958, -0.3755691349506378, -1.1775318384170532, 1.4389790296554565, -0.6474959850311279, -1.069085955619812, 1.2355427742004395, -0.23331716656684875, 0.8625046014785767, -0.6407265067100525, 34.95294952392578, 60.35272979736328, 3.4077255725860596, 8.175433158874512, 20.49091911315918, 0.9147448539733887, 17.571491241455078, -0.5836879014968872, 15.482817649841309, 0.0026577054522931576, 1.315657138824463, 22.969654083251953, 60.03866958618164, 55.96352005004883, 0.9612371921539307, 1.2553660869598389, 43.830810546875, 4.024194240570068, 45.89872360229492, 0.0, 38.70512008666992, 23.708715438842773, 17.42348289489746, 71.59291076660156], "std": [0.01445295475423336, 0.009015828371047974, 0.022631457075476646, 0.012325327843427658, 0.047758590430021286, 0.09006376564502716, 0.2208903431892395, 0.12214937061071396, 0.08477190881967545, 0.13381707668304443, 0.11595640331506729, 0.013629278168082237, 2.9124605655670166, 1.0765457153320312, 6.43619966506958, 1.190828800201416, 1.291064739227295, 0.1020248532295227, 1.4206005334854126, 0.13462567329406738, 3.275043487548828, 0.35865169763565063, 0.016167404130101204, 3.0366406440734863, 5.400405406951904, 2.0559616088867188, 0.24276478588581085, 1.8376126289367676, 11.321893692016602, 2.92364764213562, 13.710408210754395, 0.0, 9.554316520690918, 24.833026885986328, 14.394339561462402, 15.81661319732666], "count": [126]}, "action": {"min": [1.0626001358032227, -0.7008341550827026, 0.7311932444572449, -0.38588637113571167, -1.3811746835708618, 1.03140389919281, -0.9774833917617798, -1.2365291118621826, 1.1018496751785278, -0.40202754735946655, 0.7269254922866821, -0.6671833992004395, 27.923749923706055, 58.334373474121094, -0.5349999666213989, 4.1677775382995605, 17.7862491607666, 0.6506249904632568, 15.612500190734863, -0.6618750095367432, 9.443750381469727, -0.7706249952316284, 1.2766666412353516, 17.950000762939453, 45.768890380859375, 53.34562301635742, 0.7956249713897705, -0.6806250214576721, 17.816999435424805, 0.6818749904632568, 21.857999801635742, 0.0, 22.207000732421875, 0.7693749666213989, 1.1399999856948853, 35.38624954223633], "max": [1.097266674041748, -0.6737335324287415, 0.8381653428077698, -0.31974008679389954, -1.1355572938919067, 1.4851081371307373, -0.39365890622138977, -0.8917467594146729, 1.347943902015686, -0.0005245284992270172, 1.2698261737823486, -0.6291962265968323, 42.71888732910156, 62.88500213623047, 21.932498931884766, 9.361249923706055, 22.575624465942383, 1.40625, 20.734375, 0.11500000208616257, 20.646249771118164, 0.26777780055999756, 1.34375, 33.88111114501953, 65.07562255859375, 61.474998474121094, 2.0112500190734863, 5.113124847412109, 53.061248779296875, 7.900625228881836, 64.24687957763672, 0.0, 55.385623931884766, 67.27874755859375, 43.046875, 93.68062591552734], "mean": [1.0832284688949585, -0.683856725692749, 0.7519350051879883, -0.3755691349506378, -1.1775317192077637, 1.438979148864746, -0.647496223449707, -1.0690858364105225, 1.23554265499115, -0.23331716656684875, 0.8625045418739319, -0.6407267451286316, 34.952938079833984, 60.352752685546875, 3.407726764678955, 8.175434112548828, 20.49091911315918, 0.9147447347640991, 17.571489334106445, -0.5836878418922424, 15.482815742492676, 0.0026577904354780912, 1.315657138824463, 22.96965980529785, 60.038665771484375, 55.96354293823242, 0.9612371325492859, 1.2553660869598389, 43.830806732177734, 4.024193286895752, 45.89870834350586, 0.0, 38.70513153076172, 23.708709716796875, 17.423480987548828, 71.59292602539062], "std": [0.01445295661687851, 0.009015829302370548, 0.022631457075476646, 0.012325326912105083, 0.047758590430021286, 0.09006376564502716, 0.2208903729915619, 0.12214937061071396, 0.08477190881967545, 0.13381706178188324, 0.11595640331506729, 0.013629280030727386, 2.9124603271484375, 1.0765458345413208, 6.436200141906738, 1.190828800201416, 1.2910648584365845, 0.10202483832836151, 1.4206006526947021, 0.134625643491745, 3.275043487548828, 0.35865166783332825, 0.016167402267456055, 3.0366404056549072, 5.400405406951904, 2.055961847305298, 0.24276483058929443, 1.8376126289367676, 11.321895599365234, 2.923647880554199, 13.710406303405762, 0.0, 9.554317474365234, 24.833024978637695, 14.394339561462402, 15.816612243652344], "count": [126]}, "timestamp": {"min": [0.0], "max": [4.166666666666667], "mean": [2.0833333333333335], "std": [1.2123973801552888], "count": [126]}, "frame_index": {"min": [0], "max": [125], "mean": [62.5], "std": [36.37192140465866], "count": [126]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [126]}, "index": {"min": [4565], "max": [4690], "mean": [4627.5], "std": [36.37192140465866], "count": [126]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [126]}, "subtask_annotation": {"mean": [2.0873015873015874, 4.0, 4.0, 4.0, 4.0], "std": [0.8910475489231346, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [126]}, "scene_annotation": {"mean": [30.0], "std": [0.0], "min": [30], "max": [30], "count": [126]}, "eef_direction_state": {"mean": [5.682539682539683, 3.753968253968254], "std": [0.7308485354426246, 1.3954944958261486], "min": [4, 2], "max": [6, 6], "count": [126]}, "eef_velocity_state": {"mean": [0.20634920634920634, 1.2301587301587302], "std": [0.5089276045041714, 0.6919342386945107], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_acc_mag_state": {"mean": [0.23809523809523808, 1.1111111111111112], "std": [0.5694409877667334, 0.818653775125564], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_direction_action": {"mean": [5.682539682539683, 3.753968253968254], "std": [0.7308485354426246, 1.3954944958261486], "min": [4, 2], "max": [6, 6], "count": [126]}, "eef_velocity_action": {"mean": [0.20634920634920634, 1.2301587301587302], "std": [0.5089276045041714, 0.6919342386945107], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_acc_mag_action": {"mean": [0.23809523809523808, 1.1111111111111112], "std": [0.5694409877667334, 0.818653775125564], "min": [0, 0], "max": [2, 2], "count": [126]}, "eef_sim_pose_state": {"mean": [0.5897382954158962, 0.2186745954279538, 1.1900841377309805, -1.2510852901662166, 1.308030798338195, -1.6757456165939135, 0.6569300178604641, -0.09259431646454204, 1.2097458223578104, 1.2522873127255343, 0.9123149028790551, 2.1555396263258917], "std": [0.003767677799058781, 0.003939322166962933, 0.01151609742823886, 0.06754278219058972, 0.0853252044337434, 0.055549710348765415, 0.018616336465771238, 0.061040281194473356, 0.05779414574526744, 0.2620689739597761, 0.06597350222753659, 0.12727451202287002], "min": [0.5848170627595828, 0.2146612544057298, 1.1831283966517294, -1.3181955700059755, 0.9301858297040222, -1.740667819936955, 0.6166649801439887, -0.18188300855285922, 1.1304158587954507, 0.9160605763429293, 0.694519602371825, 1.908631405233269], "max": [0.5963013307349208, 0.23467535773949794, 1.2393864483392747, -1.038787710761205, 1.3515875860514663, -1.5500206150817128, 0.6807726817353508, -0.0129931653237981, 1.277676781050066, 1.6226325250680953, 1.001644032982779, 2.33820418986409], "count": [126]}, "eef_sim_pose_action": {"mean": [0.5897382954158962, 0.2186745954279538, 1.1900841377309805, -1.2510852901662166, 1.308030798338195, -1.6757456165939135, 0.6569300178604641, -0.09259431646454204, 1.2097458223578104, 1.2522873127255343, 0.9123149028790551, 2.1555396263258917], "std": [0.003767677799058781, 0.003939322166962933, 0.01151609742823886, 0.06754278219058972, 0.0853252044337434, 0.055549710348765415, 0.018616336465771238, 0.061040281194473356, 0.05779414574526744, 0.2620689739597761, 0.06597350222753659, 0.12727451202287002], "min": [0.5848170627595828, 0.2146612544057298, 1.1831283966517294, -1.3181955700059755, 0.9301858297040222, -1.740667819936955, 0.6166649801439887, -0.18188300855285922, 1.1304158587954507, 0.9160605763429293, 0.694519602371825, 1.908631405233269], "max": [0.5963013307349208, 0.23467535773949794, 1.2393864483392747, -1.038787710761205, 1.3515875860514663, -1.5500206150817128, 0.6807726817353508, -0.0129931653237981, 1.277676781050066, 1.6226325250680953, 1.001644032982779, 2.33820418986409], "count": [126]}}} +{"episode_index": 31, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4843389093137255]], [[0.47094303513071895]], [[0.45801722630718955]]], "std": [[[0.1980796704623178]], [[0.19307551105243478]], [[0.19502720618677094]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.17254901960784313]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49875933619281043]], [[0.5131042422385621]], [[0.49614177083333333]]], "std": [[[0.3090767154655129]], [[0.31235041928281687]], [[0.3232290059960848]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0392156862745098]], [[0.08235294117647059]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5720356842320261]], [[0.5781037214052287]], [[0.5542100755718954]]], "std": [[[0.3027344850856465]], [[0.30659486776756173]], [[0.31468985131908295]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43646404003267975]], [[0.45626056985294117]], [[0.4302142994281046]]], "std": [[[0.3236398222703708]], [[0.3350535949341114]], [[0.35082529074869695]]], "count": [100]}, "observation.state": {"min": [1.0896848440170288, -0.7360570430755615, 0.7375829219818115, -0.3818570375442505, -1.591325283050537, 0.8219738602638245, -1.0229690074920654, -1.2680485248565674, 1.0184338092803955, -0.3624494671821594, 0.7917525172233582, -0.7260910272598267, 1.5256249904632568, 60.48875045776367, -0.46937498450279236, 1.8808332681655884, 4.848888874053955, 0.2874999940395355, 8.505555152893066, -0.4346153736114502, 8.74666690826416, 0.30125001072883606, 1.184999942779541, 8.292499542236328, 37.96937561035156, 52.98500061035156, 0.7081249952316284, -0.6974999904632568, 8.80555534362793, 0.6462500095367432, 12.932499885559082, 0.0, 8.582500457763672, -0.05687499791383743, 0.6631250381469727, 2.416249990463257], "max": [1.1352235078811646, -0.6655317544937134, 0.8703364729881287, -0.30070871114730835, -1.106255292892456, 1.4140821695327759, -0.4209582805633545, -0.872672975063324, 1.371023178100586, 0.14005354046821594, 1.6063299179077148, -0.599131166934967, 22.498125076293945, 69.15312194824219, 25.959333419799805, 9.153749465942383, 24.348888397216797, 0.8137499690055847, 19.589374542236328, 1.199375033378601, 17.391874313354492, 0.8849999904632568, 1.4168750047683716, 29.656875610351562, 71.52999877929688, 63.116668701171875, 2.2387499809265137, 8.81624984741211, 56.428123474121094, 8.270625114440918, 70.31375122070312, 0.0, 68.2768783569336, 55.37874984741211, 52.84375, 90.53750610351562], "mean": [1.1158322095870972, -0.7061830759048462, 0.7676053047180176, -0.36842718720436096, -1.1714614629745483, 1.367927074432373, -0.6588510274887085, -1.0952849388122559, 1.2665936946868896, -0.1942194402217865, 0.9187054634094238, -0.6517060399055481, 3.9395315647125244, 67.7995376586914, 2.3893368244171143, 7.476518154144287, 18.305267333984375, 0.49545255303382874, 17.104623794555664, 1.0149421691894531, 14.365128517150879, 0.4976983666419983, 1.3025286197662354, 14.496273040771484, 60.898284912109375, 55.50553512573242, 0.839477002620697, 1.9669634103775024, 43.27520751953125, 2.5158286094665527, 45.18369674682617, 0.0, 40.433929443359375, 16.46630859375, 20.97179412841797, 54.53349685668945], "std": [0.013384968042373657, 0.016749531030654907, 0.02917177602648735, 0.015079474076628685, 0.10486765205860138, 0.13166691362857819, 0.19761261343955994, 0.1345295011997223, 0.09005716443061829, 0.13001929223537445, 0.1802447885274887, 0.04250192269682884, 5.1956658363342285, 1.9777010679244995, 6.462438106536865, 1.720296859741211, 3.735313653945923, 0.053049590438604355, 2.2625224590301514, 0.3823907971382141, 2.195995569229126, 0.06541912257671356, 0.04594352841377258, 4.295331954956055, 11.88365364074707, 1.9700250625610352, 0.24308013916015625, 3.293809175491333, 15.303647994995117, 1.6280328035354614, 19.39719581604004, 0.0, 19.82559585571289, 19.47158432006836, 16.9709529876709, 24.714550018310547], "count": [193]}, "action": {"min": [1.0896848440170288, -0.7360570430755615, 0.7375829219818115, -0.3818570375442505, -1.591325283050537, 0.8219738602638245, -1.0229690074920654, -1.2680485248565674, 1.0184338092803955, -0.3624494671821594, 0.7917525172233582, -0.7260910272598267, 1.5256249904632568, 60.48875045776367, -0.46937498450279236, 1.8808332681655884, 4.848888874053955, 0.2874999940395355, 8.505555152893066, -0.4346153736114502, 8.74666690826416, 0.30125001072883606, 1.184999942779541, 8.292499542236328, 37.96937561035156, 52.98500061035156, 0.7081249952316284, -0.6974999904632568, 8.80555534362793, 0.6462500095367432, 12.932499885559082, 0.0, 8.582500457763672, -0.05687499791383743, 0.6631250381469727, 2.416249990463257], "max": [1.1352235078811646, -0.6655317544937134, 0.8703364729881287, -0.30070871114730835, -1.106255292892456, 1.4140821695327759, -0.4209582805633545, -0.872672975063324, 1.371023178100586, 0.14005354046821594, 1.6063299179077148, -0.599131166934967, 22.498125076293945, 69.15312194824219, 25.959333419799805, 9.153749465942383, 24.348888397216797, 0.8137499690055847, 19.589374542236328, 1.199375033378601, 17.391874313354492, 0.8849999904632568, 1.4168750047683716, 29.656875610351562, 71.52999877929688, 63.116668701171875, 2.2387499809265137, 8.81624984741211, 56.428123474121094, 8.270625114440918, 70.31375122070312, 0.0, 68.2768783569336, 55.37874984741211, 52.84375, 90.53750610351562], "mean": [1.1158324480056763, -0.7061828374862671, 0.7676055431365967, -0.36842721700668335, -1.1714617013931274, 1.367926836013794, -0.6588509678840637, -1.0952849388122559, 1.2665936946868896, -0.19421939551830292, 0.9187052249908447, -0.6517059803009033, 3.939532518386841, 67.79954528808594, 2.3893370628356934, 7.4765167236328125, 18.305274963378906, 0.4954526722431183, 17.104625701904297, 1.0149420499801636, 14.36513614654541, 0.4976983666419983, 1.3025281429290771, 14.496278762817383, 60.89826583862305, 55.50556945800781, 0.8394767642021179, 1.9669634103775024, 43.27519989013672, 2.5158286094665527, 45.183719635009766, 0.0, 40.433921813964844, 16.46632194519043, 20.97179412841797, 54.53350067138672], "std": [0.013384968042373657, 0.01674952730536461, 0.029171772301197052, 0.015079474076628685, 0.10486765205860138, 0.13166691362857819, 0.19761262834072113, 0.1345295011997223, 0.09005716443061829, 0.13001927733421326, 0.18024475872516632, 0.04250192269682884, 5.19566535949707, 1.9777010679244995, 6.462438106536865, 1.7202969789505005, 3.73531436920166, 0.053049590438604355, 2.2625224590301514, 0.38239094614982605, 2.195995807647705, 0.06541906297206879, 0.04594353213906288, 4.295332431793213, 11.883651733398438, 1.9700250625610352, 0.24308013916015625, 3.293809413909912, 15.303647994995117, 1.6280326843261719, 19.397193908691406, 0.0, 19.825592041015625, 19.47158432006836, 16.9709529876709, 24.714550018310547], "count": [193]}, "timestamp": {"min": [0.0], "max": [6.4], "mean": [3.2], "std": [1.8571184369578824], "count": [193]}, "frame_index": {"min": [0], "max": [192], "mean": [96.0], "std": [55.71355310873648], "count": [193]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [193]}, "index": {"min": [4691], "max": [4883], "mean": [4787.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [193]}, "subtask_annotation": {"mean": [2.05699481865285, 4.0, 4.0, 4.0, 4.0], "std": [0.9001239321545679, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [193]}, "scene_annotation": {"mean": [31.0], "std": [0.0], "min": [31], "max": [31], "count": [193]}, "eef_direction_state": {"mean": [5.658031088082901, 3.3678756476683938], "std": [0.7529907616408272, 1.6647532126858604], "min": [4, 0], "max": [6, 6], "count": [193]}, "eef_velocity_state": {"mean": [0.2694300518134715, 1.0932642487046633], "std": [0.6274780400166254, 0.6288456548579796], "min": [0, 0], "max": [2, 2], "count": [193]}, "eef_acc_mag_state": {"mean": [0.23316062176165803, 0.8186528497409327], "std": [0.5690996981449112, 0.859728990136726], "min": [0, 0], "max": [2, 2], "count": [193]}, "eef_direction_action": {"mean": [5.658031088082901, 3.3678756476683938], "std": [0.7529907616408272, 1.6647532126858604], "min": [4, 0], "max": [6, 6], "count": [193]}, "eef_velocity_action": {"mean": [0.2694300518134715, 1.0932642487046633], "std": [0.6274780400166254, 0.6288456548579796], "min": [0, 0], "max": [2, 2], "count": [193]}, "eef_acc_mag_action": {"mean": [0.23316062176165803, 0.8186528497409327], "std": [0.5690996981449112, 0.859728990136726], "min": [0, 0], "max": [2, 2], "count": [193]}, "eef_sim_pose_state": {"mean": [0.58715404542483, 0.218500321940996, 1.173750551048744, -1.4738251195182577, 1.2515832061782237, -1.9120223899945759, 0.6621160366207128, -0.09653168859829139, 1.2144773601940213, 1.203836742156886, 0.886429881232895, 2.1118624870824996], "std": [0.003554930945657946, 0.007178585804013728, 0.024340975382203024, 0.17138843404038895, 0.13746067674255089, 0.1413977921197842, 0.020850193776893903, 0.06754543555867414, 0.05144651569923838, 0.2641738169982091, 0.08901232033284237, 0.14044449136319476], "min": [0.5796387192616547, 0.21062461705187102, 1.1588367687780854, -1.6074307507930072, 0.6925575538306026, -2.0364826208708364, 0.5840858217994093, -0.1979240077510714, 1.133313206863755, 0.8358166267164874, 0.5857299788096184, 1.7332969337120638], "max": [0.5977886460472408, 0.24078148862502197, 1.2681217570719796, -0.9176723187266136, 1.3221284154017439, -1.530457889457531, 0.6787344193094976, -0.00776137852942313, 1.2699292548847327, 1.649279394971251, 0.9756481969607309, 2.3456091410409043], "count": [193]}, "eef_sim_pose_action": {"mean": [0.58715404542483, 0.218500321940996, 1.173750551048744, -1.4738251195182577, 1.2515832061782237, -1.9120223899945759, 0.6621160366207128, -0.09653168859829139, 1.2144773601940213, 1.203836742156886, 0.886429881232895, 2.1118624870824996], "std": [0.003554930945657946, 0.007178585804013728, 0.024340975382203024, 0.17138843404038895, 0.13746067674255089, 0.1413977921197842, 0.020850193776893903, 0.06754543555867414, 0.05144651569923838, 0.2641738169982091, 0.08901232033284237, 0.14044449136319476], "min": [0.5796387192616547, 0.21062461705187102, 1.1588367687780854, -1.6074307507930072, 0.6925575538306026, -2.0364826208708364, 0.5840858217994093, -0.1979240077510714, 1.133313206863755, 0.8358166267164874, 0.5857299788096184, 1.7332969337120638], "max": [0.5977886460472408, 0.24078148862502197, 1.2681217570719796, -0.9176723187266136, 1.3221284154017439, -1.530457889457531, 0.6787344193094976, -0.00776137852942313, 1.2699292548847327, 1.649279394971251, 0.9756481969607309, 2.3456091410409043], "count": [193]}}} +{"episode_index": 32, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48379383578431373]], [[0.4718510049019608]], [[0.45926801266339873]]], "std": [[[0.19880735319802018]], [[0.19331398273217032]], [[0.19538983674658203]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.16862745098039217]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5080373549836601]], [[0.5268825776143791]], [[0.508229093137255]]], "std": [[[0.3119997777638838]], [[0.31266216041126255]], [[0.32504955150205567]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.08235294117647059]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5819865155228758]], [[0.5843254820261438]], [[0.5632125265522876]]], "std": [[[0.2902007445987406]], [[0.29453802997523365]], [[0.30216095683057553]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4377439889705882]], [[0.4575442463235294]], [[0.432697295751634]]], "std": [[[0.3243447706647429]], [[0.3349661685828931]], [[0.35001191398218745]]], "count": [100]}, "observation.state": {"min": [1.1289769411087036, -0.6896865963935852, 0.7102121114730835, -0.3756103515625, -1.5641981363296509, 0.9040758609771729, -1.021114706993103, -1.2212224006652832, 1.0217398405075073, -0.5515182614326477, 0.7373445630073547, -0.7160295844078064, 18.75, 62.310001373291016, -0.7250000238418579, 2.803333282470703, 9.69777774810791, 0.19687500596046448, 13.133333206176758, -0.5981249809265137, 12.821000099182129, 0.5056250095367432, 1.2193750143051147, 17.982500076293945, 47.19750213623047, 51.16874694824219, 0.5644444227218628, -0.6318750381469727, 16.823333740234375, 0.9637500047683716, 23.198749542236328, 0.0, 18.583749771118164, 0.35750001668930054, 1.6412500143051147, 37.875], "max": [1.173651933670044, -0.629148542881012, 0.8326127529144287, -0.3430100977420807, -1.1376793384552002, 1.4284590482711792, -0.37861448526382446, -0.8541714549064636, 1.3278210163116455, 0.1649457812309265, 1.5401227474212646, -0.5232890844345093, 27.966249465942383, 67.85062408447266, 26.53874969482422, 9.305624961853027, 27.60249900817871, 0.7487499713897705, 21.975000381469727, -0.05124998837709427, 17.032499313354492, 0.8862500190734863, 1.3212499618530273, 36.731109619140625, 67.86000061035156, 61.75666809082031, 2.416249990463257, 3.8187499046325684, 58.38125228881836, 9.417499542236328, 68.20500183105469, 0.0, 69.5268783569336, 71.40937805175781, 48.432498931884766, 85.99187469482422], "mean": [1.1441315412521362, -0.6472039222717285, 0.7335355281829834, -0.361229807138443, -1.2022109031677246, 1.3866111040115356, -0.6047840118408203, -1.0636754035949707, 1.2318778038024902, -0.29688289761543274, 0.8746501803398132, -0.6199171543121338, 22.447608947753906, 66.59650421142578, 2.890230417251587, 8.60020637512207, 20.703197479248047, 0.4282683730125427, 18.1774959564209, -0.5313858985900879, 15.034599304199219, 0.670179009437561, 1.266247034072876, 24.67813491821289, 59.08077621459961, 55.049442291259766, 0.8288319706916809, 0.5756526589393616, 44.2435188293457, 3.0663301944732666, 47.781063079833984, 0.0, 45.646095275878906, 20.59712028503418, 24.537181854248047, 60.9112548828125], "std": [0.009884060360491276, 0.012200631201267242, 0.025267058983445168, 0.005963090807199478, 0.09536883234977722, 0.11467806249856949, 0.21259932219982147, 0.11965277045965195, 0.07979514449834824, 0.22277678549289703, 0.17958538234233856, 0.0832575187087059, 2.7970309257507324, 1.248968243598938, 7.3031229972839355, 1.4801952838897705, 4.268707752227783, 0.07026547193527222, 2.6903343200683594, 0.08889203518629074, 1.1494842767715454, 0.053764645010232925, 0.021582258865237236, 4.7848405838012695, 7.623702526092529, 2.9729270935058594, 0.37644094228744507, 1.262058138847351, 12.603323936462402, 2.8366775512695312, 15.51980972290039, 0.0, 15.912127494812012, 24.318307876586914, 16.797935485839844, 15.536282539367676], "count": [135]}, "action": {"min": [1.1289769411087036, -0.6896865963935852, 0.7102121114730835, -0.3756103515625, -1.5641981363296509, 0.9040758609771729, -1.021114706993103, -1.2212224006652832, 1.0217398405075073, -0.5515182614326477, 0.7373445630073547, -0.7160295844078064, 18.75, 62.310001373291016, -0.7250000238418579, 2.803333282470703, 9.69777774810791, 0.19687500596046448, 13.133333206176758, -0.5981249809265137, 12.821000099182129, 0.5056250095367432, 1.2193750143051147, 17.982500076293945, 47.19750213623047, 51.16874694824219, 0.5644444227218628, -0.6318750381469727, 16.823333740234375, 0.9637500047683716, 23.198749542236328, 0.0, 18.583749771118164, 0.35750001668930054, 1.6412500143051147, 37.875], "max": [1.173651933670044, -0.629148542881012, 0.8326127529144287, -0.3430100977420807, -1.1376793384552002, 1.4284590482711792, -0.37861448526382446, -0.8541714549064636, 1.3278210163116455, 0.1649457812309265, 1.5401227474212646, -0.5232890844345093, 27.966249465942383, 67.85062408447266, 26.53874969482422, 9.305624961853027, 27.60249900817871, 0.7487499713897705, 21.975000381469727, -0.05124998837709427, 17.032499313354492, 0.8862500190734863, 1.3212499618530273, 36.731109619140625, 67.86000061035156, 61.75666809082031, 2.416249990463257, 3.8187499046325684, 58.38125228881836, 9.417499542236328, 68.20500183105469, 0.0, 69.5268783569336, 71.40937805175781, 48.432498931884766, 85.99187469482422], "mean": [1.1441316604614258, -0.6472039818763733, 0.7335351705551147, -0.3612297773361206, -1.202210545539856, 1.3866112232208252, -0.6047844290733337, -1.0636752843856812, 1.2318781614303589, -0.296882688999176, 0.8746501803398132, -0.6199172139167786, 22.447614669799805, 66.59648895263672, 2.890233278274536, 8.600208282470703, 20.703203201293945, 0.4282683730125427, 18.177499771118164, -0.5313858985900879, 15.034607887268066, 0.6701788902282715, 1.2662469148635864, 24.678136825561523, 59.080780029296875, 55.049442291259766, 0.8288320899009705, 0.5756525993347168, 44.24351501464844, 3.066330671310425, 47.78107452392578, 0.0, 45.646087646484375, 20.597105026245117, 24.53718376159668, 60.91127014160156], "std": [0.00988406129181385, 0.012200631201267242, 0.025267058983445168, 0.0059630912728607655, 0.09536882489919662, 0.11467806249856949, 0.21259932219982147, 0.11965277045965195, 0.07979514449834824, 0.22277678549289703, 0.17958538234233856, 0.0832575261592865, 2.7970306873321533, 1.2489681243896484, 7.30312442779541, 1.48019540309906, 4.268707275390625, 0.0702655017375946, 2.6903343200683594, 0.08889201283454895, 1.1494842767715454, 0.05376467481255531, 0.021582255139946938, 4.784840106964111, 7.623702049255371, 2.9729270935058594, 0.37644100189208984, 1.262058138847351, 12.603325843811035, 2.836677312850952, 15.51980972290039, 0.0, 15.912126541137695, 24.318302154541016, 16.797935485839844, 15.536282539367676], "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": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [135]}, "index": {"min": [4884], "max": [5018], "mean": [4951.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [135]}, "subtask_annotation": {"mean": [2.0296296296296297, 4.0, 4.0, 4.0, 4.0], "std": [0.9808593416035636, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [135]}, "scene_annotation": {"mean": [32.0], "std": [0.0], "min": [32], "max": [32], "count": [135]}, "eef_direction_state": {"mean": [5.614814814814815, 3.088888888888889], "std": [0.7886715054344394, 1.8357223491611898], "min": [4, 0], "max": [6, 6], "count": [135]}, "eef_velocity_state": {"mean": [0.28888888888888886, 1.3185185185185184], "std": [0.6308919807368174, 0.7567166097257566], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_state": {"mean": [0.32592592592592595, 1.0814814814814815], "std": [0.6535331851885268, 0.834903869843281], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_direction_action": {"mean": [5.614814814814815, 3.088888888888889], "std": [0.7886715054344394, 1.8357223491611898], "min": [4, 0], "max": [6, 6], "count": [135]}, "eef_velocity_action": {"mean": [0.28888888888888886, 1.3185185185185184], "std": [0.6308919807368174, 0.7567166097257566], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_action": {"mean": [0.32592592592592595, 1.0814814814814815], "std": [0.6535331851885268, 0.834903869843281], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_sim_pose_state": {"mean": [0.5803056059642299, 0.22653994309405662, 1.1879901169808478, -1.394914586057506, 1.302758573777059, -1.8259478289406539, 0.6507054814465354, -0.08631335904233951, 1.226086182961118, 1.1886124739001018, 0.9480623191366039, 2.1426051166971978], "std": [0.0029836385099029123, 0.006945033756070654, 0.019932860726836463, 0.1562527961821245, 0.1255772918392962, 0.1388158169952935, 0.016920240496989276, 0.07189460680418852, 0.053762352003589434, 0.2654493354792468, 0.09910108201490327, 0.12951666291604197], "min": [0.5758407418662265, 0.22253093274197677, 1.1748036228789613, -1.5399251769025613, 0.7972870136485128, -1.9653276521126313, 0.5965211348379073, -0.2079793070232256, 1.1382857671554094, 0.8936296036121307, 0.6060596244606407, 1.7308336218751155], "max": [0.585887996654045, 0.25150011315358345, 1.25974259682655, -0.9570180991112552, 1.3529751175663587, -1.4657398771701136, 0.6750764283803817, 0.00040912742736981533, 1.2804372657084182, 1.6411380819688974, 1.0283419882781426, 2.3290054714888693], "count": [135]}, "eef_sim_pose_action": {"mean": [0.5803056059642299, 0.22653994309405662, 1.1879901169808478, -1.394914586057506, 1.302758573777059, -1.8259478289406539, 0.6507054814465354, -0.08631335904233951, 1.226086182961118, 1.1886124739001018, 0.9480623191366039, 2.1426051166971978], "std": [0.0029836385099029123, 0.006945033756070654, 0.019932860726836463, 0.1562527961821245, 0.1255772918392962, 0.1388158169952935, 0.016920240496989276, 0.07189460680418852, 0.053762352003589434, 0.2654493354792468, 0.09910108201490327, 0.12951666291604197], "min": [0.5758407418662265, 0.22253093274197677, 1.1748036228789613, -1.5399251769025613, 0.7972870136485128, -1.9653276521126313, 0.5965211348379073, -0.2079793070232256, 1.1382857671554094, 0.8936296036121307, 0.6060596244606407, 1.7308336218751155], "max": [0.585887996654045, 0.25150011315358345, 1.25974259682655, -0.9570180991112552, 1.3529751175663587, -1.4657398771701136, 0.6750764283803817, 0.00040912742736981533, 1.2804372657084182, 1.6411380819688974, 1.0283419882781426, 2.3290054714888693], "count": [135]}}} +{"episode_index": 33, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0196078431372549]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4779057230392157]], [[0.4687895669934641]], [[0.45834301062091504]]], "std": [[[0.20162076892246766]], [[0.19572994728571902]], [[0.19653610949732617]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.011764705882352941]], [[0.17254901960784313]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5124427205882353]], [[0.5286209068627451]], [[0.5135153227124183]]], "std": [[[0.3096902111073501]], [[0.31122974845492474]], [[0.3216553805968776]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.00784313725490196]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5724149387254902]], [[0.5762521670751634]], [[0.554480727124183]]], "std": [[[0.2936716805690246]], [[0.30014679125272936]], [[0.30807963836526997]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4381146425653594]], [[0.45824630310457515]], [[0.43464584558823527]]], "std": [[[0.3241605512543117]], [[0.3345019872939862]], [[0.34868346208697226]]], "count": [100]}, "observation.state": {"min": [1.137941598892212, -0.7066357731819153, 0.743829607963562, -0.4033679962158203, -1.3214948177337646, 1.302039623260498, -0.9251258969306946, -1.238484263420105, 1.118719458580017, -0.4943207800388336, 0.8110169768333435, -0.6908310055732727, 32.89875030517578, 60.29875183105469, -0.7906249761581421, 3.722222328186035, 21.755624771118164, -0.8693749904632568, 18.328750610351562, -0.8706250190734863, 14.431249618530273, 0.6449999809265137, 1.3106250762939453, 21.895000457763672, 53.27428436279297, 54.65625, 0.7912499904632568, 0.14444445073604584, 26.136249542236328, -0.8031250238418579, 25.688749313354492, 0.0, 27.487499237060547, 0.2150000035762787, 5.576363563537598, 49.72875213623047], "max": [1.1556377410888672, -0.6952391862869263, 0.7597085237503052, -0.34511616826057434, -1.1277132034301758, 1.3861867189407349, -0.44270238280296326, -0.914248526096344, 1.3489691019058228, -0.04147487133741379, 1.3542170524597168, -0.5463683605194092, 40.463748931884766, 62.595001220703125, 13.441874504089355, 9.523750305175781, 26.086999893188477, 0.3125, 22.9268741607666, 0.44624996185302734, 19.975624084472656, 2.083750009536743, 1.6855555772781372, 39.14666748046875, 74.20999908447266, 62.75687789916992, 2.6787500381469727, 3.0743749141693115, 48.55687713623047, 12.176250457763672, 54.78562545776367, 0.0, 51.154998779296875, 69.05374908447266, 38.932498931884766, 83.85062408447266], "mean": [1.1442747116088867, -0.7019242644309998, 0.7511906623840332, -0.358579158782959, -1.1590901613235474, 1.380942940711975, -0.6141254901885986, -1.0949617624282837, 1.274398922920227, -0.33175936341285706, 0.912397027015686, -0.5771563649177551, 37.3767204284668, 61.81396484375, 1.2937273979187012, 8.132386207580566, 23.3487548828125, -0.17640253901481628, 21.569093704223633, -0.2498202919960022, 17.555776596069336, 0.9208425283432007, 1.378942608833313, 29.071826934814453, 66.99584197998047, 58.74855041503906, 0.9418650269508362, 0.9689606428146362, 41.70509338378906, 5.548062801361084, 43.00140380859375, 0.0, 40.511444091796875, 29.16280746459961, 19.854442596435547, 74.22962188720703], "std": [0.004403091501444578, 0.0028002385515719652, 0.005025339778512716, 0.015580597333610058, 0.042463768273591995, 0.016527004539966583, 0.18376007676124573, 0.11292014271020889, 0.06118384376168251, 0.14150550961494446, 0.12047987431287766, 0.03472797945141792, 1.9089336395263672, 0.8455418348312378, 4.2484517097473145, 1.155150294303894, 1.0682471990585327, 0.40827903151512146, 1.3096152544021606, 0.24478735029697418, 1.6268185377120972, 0.2377873659133911, 0.06195687875151634, 4.1111836433410645, 6.859437942504883, 1.9513782262802124, 0.3686804473400116, 0.7805109620094299, 6.937847137451172, 5.105475902557373, 9.654131889343262, 0.0, 8.181816101074219, 23.624622344970703, 11.27041244506836, 9.336371421813965], "count": [118]}, "action": {"min": [1.137941598892212, -0.7066357731819153, 0.743829607963562, -0.4033679962158203, -1.3214948177337646, 1.302039623260498, -0.9251258969306946, -1.238484263420105, 1.118719458580017, -0.4943207800388336, 0.8110169768333435, -0.6908310055732727, 32.89875030517578, 60.29875183105469, -0.7906249761581421, 3.722222328186035, 21.755624771118164, -0.8693749904632568, 18.328750610351562, -0.8706250190734863, 14.431249618530273, 0.6449999809265137, 1.3106250762939453, 21.895000457763672, 53.27428436279297, 54.65625, 0.7912499904632568, 0.14444445073604584, 26.136249542236328, -0.8031250238418579, 25.688749313354492, 0.0, 27.487499237060547, 0.2150000035762787, 5.576363563537598, 49.72875213623047], "max": [1.1556377410888672, -0.6952391862869263, 0.7597085237503052, -0.34511616826057434, -1.1277132034301758, 1.3861867189407349, -0.44270238280296326, -0.914248526096344, 1.3489691019058228, -0.04147487133741379, 1.3542170524597168, -0.5463683605194092, 40.463748931884766, 62.595001220703125, 13.441874504089355, 9.523750305175781, 26.086999893188477, 0.3125, 22.9268741607666, 0.44624996185302734, 19.975624084472656, 2.083750009536743, 1.6855555772781372, 39.14666748046875, 74.20999908447266, 62.75687789916992, 2.6787500381469727, 3.0743749141693115, 48.55687713623047, 12.176250457763672, 54.78562545776367, 0.0, 51.154998779296875, 69.05374908447266, 38.932498931884766, 83.85062408447266], "mean": [1.1442749500274658, -0.7019244432449341, 0.751190721988678, -0.358579158782959, -1.1590901613235474, 1.3809438943862915, -0.6141257286071777, -1.0949615240097046, 1.274398684501648, -0.3317593038082123, 0.912397027015686, -0.5771562457084656, 37.37671661376953, 61.81399154663086, 1.293726921081543, 8.132386207580566, 23.3487548828125, -0.17640261352062225, 21.569087982177734, -0.24982021749019623, 17.55577850341797, 0.9208424091339111, 1.3789424896240234, 29.07183265686035, 66.99585723876953, 58.74856185913086, 0.9418646693229675, 0.9689605832099915, 41.7050895690918, 5.5480637550354, 43.00138473510742, 0.0, 40.511444091796875, 29.16278839111328, 19.854440689086914, 74.22964477539062], "std": [0.004403091501444578, 0.0028002385515719652, 0.005025339778512716, 0.015580597333610058, 0.0424637645483017, 0.016527004539966583, 0.1837601214647293, 0.11292015016078949, 0.06118384748697281, 0.14150550961494446, 0.12047987431287766, 0.03472797945141792, 1.908933401107788, 0.8455418348312378, 4.248452186584473, 1.155150294303894, 1.0682471990585327, 0.408279150724411, 1.3096152544021606, 0.2447873204946518, 1.6268186569213867, 0.2377874255180359, 0.061956875026226044, 4.1111836433410645, 6.859438896179199, 1.9513778686523438, 0.368680477142334, 0.7805110216140747, 6.937847137451172, 5.105475425720215, 9.654131889343262, 0.0, 8.181817054748535, 23.624624252319336, 11.27041244506836, 9.336372375488281], "count": [118]}, "timestamp": {"min": [0.0], "max": [3.9], "mean": [1.9500000000000002], "std": [1.1354147553500733], "count": [118]}, "frame_index": {"min": [0], "max": [117], "mean": [58.5], "std": [34.0624426605022], "count": [118]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [118]}, "index": {"min": [5019], "max": [5136], "mean": [5077.5], "std": [34.0624426605022], "count": [118]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [118]}, "subtask_annotation": {"mean": [1.6779661016949152, 4.0, 4.0, 4.0, 4.0], "std": [1.1190292095080727, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [118]}, "scene_annotation": {"mean": [33.0], "std": [0.0], "min": [33], "max": [33], "count": [118]}, "eef_direction_state": {"mean": [5.593220338983051, 3.3220338983050848], "std": [0.8050401414940962, 1.5778195420660388], "min": [4, 0], "max": [6, 6], "count": [118]}, "eef_velocity_state": {"mean": [0.211864406779661, 1.38135593220339], "std": [0.4288671501315252, 0.7121165816456178], "min": [0, 0], "max": [2, 2], "count": [118]}, "eef_acc_mag_state": {"mean": [0.23728813559322035, 0.8898305084745762], "std": [0.5626505990745028, 0.800253119967917], "min": [0, 0], "max": [2, 2], "count": [118]}, "eef_direction_action": {"mean": [5.593220338983051, 3.3220338983050848], "std": [0.8050401414940962, 1.5778195420660388], "min": [4, 0], "max": [6, 6], "count": [118]}, "eef_velocity_action": {"mean": [0.211864406779661, 1.38135593220339], "std": [0.4288671501315252, 0.7121165816456178], "min": [0, 0], "max": [2, 2], "count": [118]}, "eef_acc_mag_action": {"mean": [0.23728813559322035, 0.8898305084745762], "std": [0.5626505990745028, 0.800253119967917], "min": [0, 0], "max": [2, 2], "count": [118]}, "eef_sim_pose_state": {"mean": [0.5810706427087832, 0.21548599202035307, 1.162742696009276, -1.559820032766707, 1.2752969942941965, -1.9983517558990092, 0.6495084324595791, -0.07977041997904011, 1.2223283313187854, 1.1596274336948107, 0.9197889474488475, 2.1614965183051615], "std": [0.002194728400064763, 0.005087940731057935, 0.009737270141934628, 0.11519284571894578, 0.025051281086878527, 0.12678412918573248, 0.010318082772080963, 0.06339459265242799, 0.06023546382663317, 0.294808196855459, 0.06355080060730937, 0.16377010224435598], "min": [0.5783290105624825, 0.21178778025920497, 1.1564027583132357, -1.640918242776536, 1.1626423358436515, -2.0836073456757798, 0.6133755089199702, -0.16432690835453503, 1.11970453169918, 0.7537265145771532, 0.7182385871042061, 1.7577194162151193], "max": [0.5851056959293393, 0.23309444485666433, 1.1988243258247597, -1.1706377772143775, 1.2870420370961941, -1.5753696526176313, 0.6601813598149315, -0.004341263167306986, 1.3015630028868963, 1.6546960646426525, 0.9951661309985815, 2.383637157368195], "count": [118]}, "eef_sim_pose_action": {"mean": [0.5810706427087832, 0.21548599202035307, 1.162742696009276, -1.559820032766707, 1.2752969942941965, -1.9983517558990092, 0.6495084324595791, -0.07977041997904011, 1.2223283313187854, 1.1596274336948107, 0.9197889474488475, 2.1614965183051615], "std": [0.002194728400064763, 0.005087940731057935, 0.009737270141934628, 0.11519284571894578, 0.025051281086878527, 0.12678412918573248, 0.010318082772080963, 0.06339459265242799, 0.06023546382663317, 0.294808196855459, 0.06355080060730937, 0.16377010224435598], "min": [0.5783290105624825, 0.21178778025920497, 1.1564027583132357, -1.640918242776536, 1.1626423358436515, -2.0836073456757798, 0.6133755089199702, -0.16432690835453503, 1.11970453169918, 0.7537265145771532, 0.7182385871042061, 1.7577194162151193], "max": [0.5851056959293393, 0.23309444485666433, 1.1988243258247597, -1.1706377772143775, 1.2870420370961941, -1.5753696526176313, 0.6601813598149315, -0.004341263167306986, 1.3015630028868963, 1.6546960646426525, 0.9951661309985815, 2.383637157368195], "count": [118]}}} +{"episode_index": 34, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49070704044117647]], [[0.4790389399509804]], [[0.46521093545751635]]], "std": [[[0.1956696390096807]], [[0.18919820643887938]], [[0.1919075805256385]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12156862745098039]], [[0.1803921568627451]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5456976756535948]], [[0.5576256740196078]], [[0.5378517769607843]]], "std": [[[0.29363885450336924]], [[0.2977271878161918]], [[0.3110225049022819]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10980392156862745]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5760839767156863]], [[0.5786284763071895]], [[0.5553754697712419]]], "std": [[[0.30040588548106223]], [[0.30496489152160433]], [[0.31446873554936344]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44622987745098036]], [[0.4647991135620915]], [[0.4413226491013072]]], "std": [[[0.3246456318635779]], [[0.3350818915748354]], [[0.3495408993288699]]], "count": [100]}, "observation.state": {"min": [1.061574935913086, -0.7031654119491577, 0.7414454221725464, -0.35460537672042847, -1.6131541728973389, 0.8349016308784485, -1.074213981628418, -1.266165018081665, 0.9798623323440552, -0.48931393027305603, 0.6596189141273499, -0.7423990964889526, 2.1024999618530273, 59.5, -0.5256249904632568, 4.692307472229004, 3.2277777194976807, -0.5831249952316284, 4.039374828338623, -0.20250001549720764, 1.0837500095367432, 0.4281249940395355, 1.0943750143051147, 1.1974999904632568, 38.44300079345703, 52.09375, 0.8362500071525574, -0.47187498211860657, 17.839231491088867, -0.5831249952316284, 14.724615097045898, 0.0, 14.416428565979004, 0.2643750011920929, 1.9886666536331177, 26.854999542236328], "max": [1.2179877758026123, -0.6580452919006348, 0.8216347694396973, -0.30823224782943726, -0.9971771240234375, 1.3976787328720093, -0.3410153090953827, -0.8429179191589355, 1.3564555644989014, 0.1994057446718216, 1.6064571142196655, -0.6208037734031677, 27.40846061706543, 70.49437713623047, 15.4818754196167, 8.625, 18.657499313354492, -0.1237500011920929, 16.137500762939453, 1.203125, 11.598750114440918, 0.7688888907432556, 6.648124694824219, 38.06444549560547, 67.59437561035156, 62.874446868896484, 2.365000009536743, 1.6387500762939453, 56.22249984741211, 19.010000228881836, 63.474998474121094, 0.0, 64.06999969482422, 94.48750305175781, 52.56812286376953, 104.2300033569336], "mean": [1.0883374214172363, -0.6804618835449219, 0.7724950313568115, -0.3344137668609619, -1.0938471555709839, 1.3219527006149292, -0.6095184087753296, -1.060131549835205, 1.2313306331634521, -0.2729431092739105, 0.827308714389801, -0.6755437850952148, 6.759157657623291, 67.22830200195312, 1.718294382095337, 6.972866058349609, 11.016341209411621, -0.1941460520029068, 8.762104988098145, 1.0344442129135132, 6.048414707183838, 0.6497190594673157, 2.0392796993255615, 15.786478996276855, 60.84213638305664, 54.71577453613281, 1.0370190143585205, 0.19180414080619812, 43.461727142333984, 7.415449142456055, 46.90920639038086, 0.0, 47.05861282348633, 23.40522003173828, 30.17448616027832, 64.50119018554688], "std": [0.04103676974773407, 0.013097957707941532, 0.018952282145619392, 0.010113390162587166, 0.15176059305667877, 0.1381196528673172, 0.22384001314640045, 0.13992692530155182, 0.0950777605175972, 0.18420065939426422, 0.21801936626434326, 0.04686136171221733, 6.466520309448242, 2.758936643600464, 4.301787853240967, 1.262187123298645, 2.4926891326904297, 0.07009401172399521, 1.8073714971542358, 0.36243051290512085, 1.7834516763687134, 0.04043906554579735, 1.5743125677108765, 7.970841884613037, 7.9147257804870605, 2.3431901931762695, 0.30197611451148987, 0.5598461031913757, 11.842697143554688, 7.671154499053955, 15.739401817321777, 0.0, 14.825854301452637, 28.912137985229492, 14.270111083984375, 22.379013061523438], "count": [153]}, "action": {"min": [1.061574935913086, -0.7031654119491577, 0.7414454221725464, -0.35460537672042847, -1.6131541728973389, 0.8349016308784485, -1.074213981628418, -1.266165018081665, 0.9798623323440552, -0.48931393027305603, 0.6596189141273499, -0.7423990964889526, 2.1024999618530273, 59.5, -0.5256249904632568, 4.692307472229004, 3.2277777194976807, -0.5831249952316284, 4.039374828338623, -0.20250001549720764, 1.0837500095367432, 0.4281249940395355, 1.0943750143051147, 1.1974999904632568, 38.44300079345703, 52.09375, 0.8362500071525574, -0.47187498211860657, 17.839231491088867, -0.5831249952316284, 14.724615097045898, 0.0, 14.416428565979004, 0.2643750011920929, 1.9886666536331177, 26.854999542236328], "max": [1.2179877758026123, -0.6580452919006348, 0.8216347694396973, -0.30823224782943726, -0.9971771240234375, 1.3976787328720093, -0.3410153090953827, -0.8429179191589355, 1.3564555644989014, 0.1994057446718216, 1.6064571142196655, -0.6208037734031677, 27.40846061706543, 70.49437713623047, 15.4818754196167, 8.625, 18.657499313354492, -0.1237500011920929, 16.137500762939453, 1.203125, 11.598750114440918, 0.7688888907432556, 6.648124694824219, 38.06444549560547, 67.59437561035156, 62.874446868896484, 2.365000009536743, 1.6387500762939453, 56.22249984741211, 19.010000228881836, 63.474998474121094, 0.0, 64.06999969482422, 94.48750305175781, 52.56812286376953, 104.2300033569336], "mean": [1.0883376598358154, -0.6804617047309875, 0.7724950909614563, -0.3344137966632843, -1.0938470363616943, 1.3219527006149292, -0.6095185279846191, -1.060131549835205, 1.2313308715820312, -0.2729431986808777, 0.8273085951805115, -0.6755438446998596, 6.759158611297607, 67.228271484375, 1.7182942628860474, 6.972867488861084, 11.016338348388672, -0.19414611160755157, 8.762100219726562, 1.0344443321228027, 6.0484161376953125, 0.6497191786766052, 2.0392796993255615, 15.786481857299805, 60.84212112426758, 54.71577072143555, 1.0370190143585205, 0.19180414080619812, 43.46171951293945, 7.415445327758789, 46.909202575683594, 0.0, 47.0586051940918, 23.40522003173828, 30.174467086791992, 64.50117492675781], "std": [0.04103677347302437, 0.013097957707941532, 0.018952282145619392, 0.01011339109390974, 0.15176059305667877, 0.1381196528673172, 0.22383999824523926, 0.139926940202713, 0.095077745616436, 0.18420064449310303, 0.21801935136318207, 0.04686136171221733, 6.466520309448242, 2.758936643600464, 4.301787853240967, 1.2621870040893555, 2.4926891326904297, 0.07009400427341461, 1.8073718547821045, 0.3624306917190552, 1.783451795578003, 0.04043906182050705, 1.574312686920166, 7.970841407775879, 7.914725303649902, 2.3431899547576904, 0.3019760847091675, 0.5598461627960205, 11.84269905090332, 7.671154022216797, 15.739405632019043, 0.0, 14.82585334777832, 28.91213607788086, 14.270111083984375, 22.379009246826172], "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": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [153]}, "index": {"min": [5137], "max": [5289], "mean": [5213.0], "std": [44.16635220013836], "count": [153]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [153]}, "subtask_annotation": {"mean": [2.0588235294117645, 4.0, 4.0, 4.0, 4.0], "std": [1.043093025746697, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [153]}, "scene_annotation": {"mean": [34.0], "std": [0.0], "min": [34], "max": [34], "count": [153]}, "eef_direction_state": {"mean": [5.633986928104576, 3.196078431372549], "std": [0.7733437624966819, 1.8115779548942903], "min": [4, 0], "max": [6, 6], "count": [153]}, "eef_velocity_state": {"mean": [0.29411764705882354, 1.2091503267973855], "std": [0.6556177842078622, 0.7289852807110421], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_acc_mag_state": {"mean": [0.3137254901960784, 1.0], "std": [0.651499910817104, 0.8244625898677898], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_direction_action": {"mean": [5.633986928104576, 3.196078431372549], "std": [0.7733437624966819, 1.8115779548942903], "min": [4, 0], "max": [6, 6], "count": [153]}, "eef_velocity_action": {"mean": [0.29411764705882354, 1.2091503267973855], "std": [0.6556177842078622, 0.7289852807110421], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_acc_mag_action": {"mean": [0.3137254901960784, 1.0], "std": [0.651499910817104, 0.8244625898677898], "min": [0, 0], "max": [2, 2], "count": [153]}, "eef_sim_pose_state": {"mean": [0.5892519106901579, 0.21648969202898172, 1.1727350425128475, -1.611894887070129, 1.2369870744473865, -2.069562793548536, 0.6586722138902479, -0.09066334068065071, 1.2188033412286432, 1.2434842926795844, 0.9873537557350791, 2.143983248327718], "std": [0.005763374306956046, 0.010967128884978134, 0.024591648624172936, 0.21131023470681212, 0.13916331558992717, 0.1874169608275665, 0.022481414609467287, 0.07285299760601367, 0.05091986046664143, 0.2722553087367265, 0.10430902452458465, 0.1586654208594837], "min": [0.5706329496620424, 0.20670322246159767, 1.1536403848957157, -1.7902389889834178, 0.7335200082388802, -2.2353236744668874, 0.5845708037555167, -0.2133894455901571, 1.1442149212404569, 0.8782965841896644, 0.6160862685699446, 1.6867378777795057], "max": [0.5957039645817679, 0.2496940013493566, 1.2539686041877973, -0.9948412814374124, 1.3223595185780752, -1.5731527558946894, 0.6780019803527919, 0.007707031576006579, 1.2792765250785378, 1.6472466516110649, 1.070293864039074, 2.3548323357724477], "count": [153]}, "eef_sim_pose_action": {"mean": [0.5892519106901579, 0.21648969202898172, 1.1727350425128475, -1.611894887070129, 1.2369870744473865, -2.069562793548536, 0.6586722138902479, -0.09066334068065071, 1.2188033412286432, 1.2434842926795844, 0.9873537557350791, 2.143983248327718], "std": [0.005763374306956046, 0.010967128884978134, 0.024591648624172936, 0.21131023470681212, 0.13916331558992717, 0.1874169608275665, 0.022481414609467287, 0.07285299760601367, 0.05091986046664143, 0.2722553087367265, 0.10430902452458465, 0.1586654208594837], "min": [0.5706329496620424, 0.20670322246159767, 1.1536403848957157, -1.7902389889834178, 0.7335200082388802, -2.2353236744668874, 0.5845708037555167, -0.2133894455901571, 1.1442149212404569, 0.8782965841896644, 0.6160862685699446, 1.6867378777795057], "max": [0.5957039645817679, 0.2496940013493566, 1.2539686041877973, -0.9948412814374124, 1.3223595185780752, -1.5731527558946894, 0.6780019803527919, 0.007707031576006579, 1.2792765250785378, 1.6472466516110649, 1.070293864039074, 2.3548323357724477], "count": [153]}}} +{"episode_index": 35, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48255135620915035]], [[0.469927493872549]], [[0.4572831209150327]]], "std": [[[0.194986683967309]], [[0.18959949967104123]], [[0.19195720005279265]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.16862745098039217]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5047561846405229]], [[0.5223510334967321]], [[0.5048091687091504]]], "std": [[[0.3050245083320149]], [[0.3088632816144847]], [[0.3199198813896993]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10588235294117647]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5715543892973856]], [[0.5753852001633987]], [[0.5537975265522876]]], "std": [[[0.298356254048724]], [[0.303484108321559]], [[0.3113567380651545]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43933548611111106]], [[0.45918421568627454]], [[0.4352978206699346]]], "std": [[[0.32398978000633005]], [[0.33508509772179973]], [[0.3498629372845386]]], "count": [100]}, "observation.state": {"min": [1.1514123678207397, -0.6711585521697998, 0.7059443593025208, -0.40794041752815247, -1.5234225988388062, 1.2358324527740479, -1.0470073223114014, -1.2281605005264282, 1.0391181707382202, -0.514324426651001, 0.7434242963790894, -0.7063973546028137, 13.317500114440918, 67.63375091552734, -0.6412500143051147, 2.503333330154419, 13.451250076293945, 0.22437499463558197, 13.888750076293945, -0.7912499904632568, 8.023333549499512, -0.7925000190734863, 1.1423076391220093, 14.106874465942383, 51.21428680419922, 52.14624786376953, 0.8324999809265137, -0.6168749928474426, 27.84375, -1.4075000286102295, 28.092500686645508, 0.0, 27.907499313354492, 0.02187500149011612, 4.753749847412109, 26.126249313354492], "max": [1.2177335023880005, -0.64040207862854, 0.7333629131317139, -0.389442503452301, -1.1380608081817627, 1.4624103307724, -0.3657873570919037, -0.8596551418304443, 1.3591020107269287, 0.07962242513895035, 1.5110458135604858, -0.5243619680404663, 23.072221755981445, 69.78687286376953, 16.954999923706055, 8.713749885559082, 24.193750381469727, 0.875, 20.157499313354492, -0.02124999836087227, 19.078125, 0.1887499988079071, 1.25, 21.568750381469727, 67.50625610351562, 56.848751068115234, 2.0924999713897705, 2.6937499046325684, 53.19937515258789, 15.271875381469727, 62.36750030517578, 0.0, 50.84187698364258, 78.27312469482422, 43.33374786376953, 97.44000244140625], "mean": [1.171359658241272, -0.6534321308135986, 0.7167951464653015, -0.39898279309272766, -1.1891913414001465, 1.446581482887268, -0.6536425352096558, -1.0588610172271729, 1.2421191930770874, -0.26985758543014526, 0.9287065267562866, -0.5979449152946472, 16.482561111450195, 68.73533630371094, 2.3497250080108643, 7.197281837463379, 16.17186164855957, 0.47751739621162415, 16.79880714416504, -0.3359186351299286, 13.791635513305664, -0.09923616051673889, 1.1986489295959473, 18.544443130493164, 63.40980529785156, 54.571929931640625, 0.9762284755706787, 0.32209187746047974, 43.99144744873047, 5.375827789306641, 46.8968391418457, 0.0, 42.26493453979492, 32.52891159057617, 25.163969039916992, 72.82301330566406], "std": [0.012683387845754623, 0.009395098313689232, 0.0101528475061059, 0.00456542894244194, 0.07807992398738861, 0.04704327881336212, 0.247896209359169, 0.1342906951904297, 0.09404486417770386, 0.19719885289669037, 0.16772453486919403, 0.06155785918235779, 1.9602149724960327, 0.4930064380168915, 5.489938259124756, 1.1685607433319092, 2.7841532230377197, 0.07821159809827805, 1.761247158050537, 0.21282346546649933, 3.1451010704040527, 0.3717958927154541, 0.021038683131337166, 1.9390523433685303, 4.769082069396973, 1.520660400390625, 0.2323531210422516, 0.8250633478164673, 8.355687141418457, 5.705496311187744, 11.404727935791016, 0.0, 7.150010108947754, 30.32489585876465, 14.683045387268066, 17.69232749938965], "count": [137]}, "action": {"min": [1.1514123678207397, -0.6711585521697998, 0.7059443593025208, -0.40794041752815247, -1.5234225988388062, 1.2358324527740479, -1.0470073223114014, -1.2281605005264282, 1.0391181707382202, -0.514324426651001, 0.7434242963790894, -0.7063973546028137, 13.317500114440918, 67.63375091552734, -0.6412500143051147, 2.503333330154419, 13.451250076293945, 0.22437499463558197, 13.888750076293945, -0.7912499904632568, 8.023333549499512, -0.7925000190734863, 1.1423076391220093, 14.106874465942383, 51.21428680419922, 52.14624786376953, 0.8324999809265137, -0.6168749928474426, 27.84375, -1.4075000286102295, 28.092500686645508, 0.0, 27.907499313354492, 0.02187500149011612, 4.753749847412109, 26.126249313354492], "max": [1.2177335023880005, -0.64040207862854, 0.7333629131317139, -0.389442503452301, -1.1380608081817627, 1.4624103307724, -0.3657873570919037, -0.8596551418304443, 1.3591020107269287, 0.07962242513895035, 1.5110458135604858, -0.5243619680404663, 23.072221755981445, 69.78687286376953, 16.954999923706055, 8.713749885559082, 24.193750381469727, 0.875, 20.157499313354492, -0.02124999836087227, 19.078125, 0.1887499988079071, 1.25, 21.568750381469727, 67.50625610351562, 56.848751068115234, 2.0924999713897705, 2.6937499046325684, 53.19937515258789, 15.271875381469727, 62.36750030517578, 0.0, 50.84187698364258, 78.27312469482422, 43.33374786376953, 97.44000244140625], "mean": [1.1713595390319824, -0.653432309627533, 0.7167947888374329, -0.3989829421043396, -1.1891918182373047, 1.4465820789337158, -0.6536426544189453, -1.0588607788085938, 1.2421190738677979, -0.26985764503479004, 0.9287065863609314, -0.5979449152946472, 16.48255729675293, 68.7353515625, 2.3497259616851807, 7.197282791137695, 16.1718807220459, 0.47751733660697937, 16.79879379272461, -0.3359188735485077, 13.791631698608398, -0.09923617541790009, 1.1986486911773682, 18.544429779052734, 63.409812927246094, 54.571937561035156, 0.9762285947799683, 0.32209184765815735, 43.99143981933594, 5.375825881958008, 46.89683151245117, 0.0, 42.264923095703125, 32.52891159057617, 25.16396713256836, 72.82303619384766], "std": [0.012683387845754623, 0.009395098313689232, 0.010152846574783325, 0.00456542894244194, 0.07807992398738861, 0.04704327508807182, 0.24789616465568542, 0.13429071009159088, 0.09404487907886505, 0.19719888269901276, 0.16772454977035522, 0.06155786290764809, 1.9602149724960327, 0.4930063486099243, 5.489938259124756, 1.1685607433319092, 2.7841532230377197, 0.07821159064769745, 1.761246919631958, 0.2128235399723053, 3.14510178565979, 0.3717958927154541, 0.021038686856627464, 1.9390524625778198, 4.769082069396973, 1.520660400390625, 0.23235313594341278, 0.8250633478164673, 8.35568618774414, 5.705495834350586, 11.404729843139648, 0.0, 7.150009632110596, 30.32489585876465, 14.683045387268066, 17.692331314086914], "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": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [137]}, "index": {"min": [5290], "max": [5426], "mean": [5358.0], "std": [39.54743986657038], "count": [137]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [137]}, "subtask_annotation": {"mean": [1.9343065693430657, 4.0, 4.0, 4.0, 4.0], "std": [0.9831008559026647, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [137]}, "scene_annotation": {"mean": [35.0], "std": [0.0], "min": [35], "max": [35], "count": [137]}, "eef_direction_state": {"mean": [5.664233576642336, 3.6204379562043796], "std": [0.7475250869776413, 1.3888575721216407], "min": [4, 0], "max": [6, 6], "count": [137]}, "eef_velocity_state": {"mean": [0.27007299270072993, 1.3211678832116789], "std": [0.6336506398309694, 0.6385922767328301], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_acc_mag_state": {"mean": [0.26277372262773724, 1.094890510948905], "std": [0.5952374609598573, 0.7630443413355895], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_direction_action": {"mean": [5.664233576642336, 3.6204379562043796], "std": [0.7475250869776413, 1.3888575721216407], "min": [4, 0], "max": [6, 6], "count": [137]}, "eef_velocity_action": {"mean": [0.27007299270072993, 1.3211678832116789], "std": [0.6336506398309694, 0.6385922767328301], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_acc_mag_action": {"mean": [0.26277372262773724, 1.094890510948905], "std": [0.5952374609598573, 0.7630443413355895], "min": [0, 0], "max": [2, 2], "count": [137]}, "eef_sim_pose_state": {"mean": [0.5773547820128571, 0.2298619479093011, 1.1730358619822492, -1.5620357870912953, 1.3427286770879114, -1.9569730520947204, 0.6491515440542742, -0.09672098785486703, 1.2227149132871276, 1.1858434794968225, 0.9102898967575306, 2.1346075970512572], "std": [0.003364661503654573, 0.002830078839532075, 0.016325328598058974, 0.1902474584141483, 0.06190578552752402, 0.18258452937543962, 0.018251432764526367, 0.07255163207939642, 0.06043548173414057, 0.27685286424134076, 0.08013088579123182, 0.12631407252517568], "min": [0.5641347296291265, 0.2262682910657926, 1.1619819951042754, -1.7080414809998874, 1.0623086547459004, -2.1016268489269225, 0.5920650389038835, -0.19703062619426676, 1.1332008009477372, 0.8356439773141371, 0.6550616244963625, 1.7916592672650618], "max": [0.5818278077427312, 0.24220961707059255, 1.2392975517779536, -0.9131398287262682, 1.3710158064077929, -1.3503408078601042, 0.6712589301543335, -0.010477518083591375, 1.3031113279510296, 1.6032369303677034, 1.0102507564400578, 2.3069434322718436], "count": [137]}, "eef_sim_pose_action": {"mean": [0.5773547820128571, 0.2298619479093011, 1.1730358619822492, -1.5620357870912953, 1.3427286770879114, -1.9569730520947204, 0.6491515440542742, -0.09672098785486703, 1.2227149132871276, 1.1858434794968225, 0.9102898967575306, 2.1346075970512572], "std": [0.003364661503654573, 0.002830078839532075, 0.016325328598058974, 0.1902474584141483, 0.06190578552752402, 0.18258452937543962, 0.018251432764526367, 0.07255163207939642, 0.06043548173414057, 0.27685286424134076, 0.08013088579123182, 0.12631407252517568], "min": [0.5641347296291265, 0.2262682910657926, 1.1619819951042754, -1.7080414809998874, 1.0623086547459004, -2.1016268489269225, 0.5920650389038835, -0.19703062619426676, 1.1332008009477372, 0.8356439773141371, 0.6550616244963625, 1.7916592672650618], "max": [0.5818278077427312, 0.24220961707059255, 1.2392975517779536, -0.9131398287262682, 1.3710158064077929, -1.3503408078601042, 0.6712589301543335, -0.010477518083591375, 1.3031113279510296, 1.6032369303677034, 1.0102507564400578, 2.3069434322718436], "count": [137]}}} +{"episode_index": 36, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.027450980392156862]], [[0.047058823529411764]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4865420179738562]], [[0.4747197385620915]], [[0.4612340931372549]]], "std": [[[0.19483717595202]], [[0.18880346957932517]], [[0.1912434652820936]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.12549019607843137]], [[0.1568627450980392]], [[0.12549019607843137]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5092244975490196]], [[0.5249595118464053]], [[0.507502493872549]]], "std": [[[0.3077170462245943]], [[0.30960292813215134]], [[0.321540657396119]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.07058823529411765]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5725151164215686]], [[0.5748541258169935]], [[0.5509577124183006]]], "std": [[[0.2939755277209732]], [[0.2961745703262615]], [[0.3045040502417942]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4386903574346405]], [[0.4582836928104575]], [[0.43444795955882354]]], "std": [[[0.3237270238322969]], [[0.3348133672955327]], [[0.34919815923640446]]], "count": [100]}, "observation.state": {"min": [1.137345552444458, -0.749535858631134, 0.6967650651931763, -0.36683642864227295, -1.589290738105774, 0.8957257866859436, -1.0745954513549805, -1.2323567867279053, 1.022672414779663, -0.5196412205696106, 0.7803797721862793, -0.7564660310745239, 11.78499984741211, 70.1866683959961, -0.7193750143051147, 0.6744444370269775, 13.086666107177734, -0.058125004172325134, 14.489375114440918, -0.7081249952316284, 8.609999656677246, -0.125, 1.2087500095367432, 3.9706249237060547, 46.47222137451172, 48.916873931884766, 0.5827272534370422, -0.3918749988079071, 25.671875, 0.5056250095367432, 27.09000015258789, 0.0, 28.19124984741211, -0.11999999731779099, 9.01200008392334, 25.00111198425293], "max": [1.159325361251831, -0.6730659008026123, 0.8387163877487183, -0.34597712755203247, -1.1885347366333008, 1.4381628036499023, -0.3783760666847229, -0.8699550032615662, 1.3369287252426147, 0.23640887439250946, 1.6248527765274048, -0.6321526765823364, 24.716875076293945, 76.17437744140625, 14.742500305175781, 6.5, 22.606250762939453, 0.4893749952316284, 18.119375228881836, 0.041249994188547134, 14.7839994430542, 0.25999999046325684, 1.4481250047683716, 31.54888916015625, 67.02375030517578, 63.87125015258789, 1.8962500095367432, 6.678750038146973, 55.399375915527344, 29.0674991607666, 65.01312255859375, 0.0, 63.02937698364258, 101.94812774658203, 62.52312469482422, 109.14749908447266], "mean": [1.145049810409546, -0.6923583745956421, 0.7285975217819214, -0.3551124036312103, -1.2501614093780518, 1.3680830001831055, -0.6716393828392029, -1.0539788007736206, 1.2375574111938477, -0.23495924472808838, 0.9449215531349182, -0.6587674617767334, 19.1097469329834, 74.41877746582031, 1.3365802764892578, 5.5658087730407715, 20.46014976501465, 0.39692577719688416, 16.551713943481445, -0.6288833022117615, 11.06340503692627, 0.050275128334760666, 1.3170233964920044, 13.960086822509766, 60.001953125, 55.190101623535156, 0.8168348670005798, 0.9001371264457703, 40.05734634399414, 9.735406875610352, 45.51038360595703, 0.0, 44.27041244506836, 29.353343963623047, 29.198928833007812, 69.49938201904297], "std": [0.004771685227751732, 0.015874693170189857, 0.0328969806432724, 0.004544695373624563, 0.0929882600903511, 0.12164445221424103, 0.2228257805109024, 0.10999194532632828, 0.08660834282636642, 0.21724800765514374, 0.21817335486412048, 0.031807344406843185, 3.479973554611206, 1.224176287651062, 4.765352725982666, 1.020038366317749, 1.8369814157485962, 0.09989619255065918, 0.8285254836082458, 0.13773317635059357, 1.41289222240448, 0.050417281687259674, 0.06306982785463333, 5.862144947052002, 3.998243570327759, 3.8401718139648438, 0.2875034809112549, 1.791364312171936, 9.784036636352539, 10.853005409240723, 12.194944381713867, 0.0, 10.506078720092773, 34.829254150390625, 15.211592674255371, 25.934412002563477], "count": [131]}, "action": {"min": [1.137345552444458, -0.749535858631134, 0.6967650651931763, -0.36683642864227295, -1.589290738105774, 0.8957257866859436, -1.0745954513549805, -1.2323567867279053, 1.022672414779663, -0.5196412205696106, 0.7803797721862793, -0.7564660310745239, 11.78499984741211, 70.1866683959961, -0.7193750143051147, 0.6744444370269775, 13.086666107177734, -0.058125004172325134, 14.489375114440918, -0.7081249952316284, 8.609999656677246, -0.125, 1.2087500095367432, 3.9706249237060547, 46.47222137451172, 48.916873931884766, 0.5827272534370422, -0.3918749988079071, 25.671875, 0.5056250095367432, 27.09000015258789, 0.0, 28.19124984741211, -0.11999999731779099, 9.01200008392334, 25.00111198425293], "max": [1.159325361251831, -0.6730659008026123, 0.8387163877487183, -0.34597712755203247, -1.1885347366333008, 1.4381628036499023, -0.3783760666847229, -0.8699550032615662, 1.3369287252426147, 0.23640887439250946, 1.6248527765274048, -0.6321526765823364, 24.716875076293945, 76.17437744140625, 14.742500305175781, 6.5, 22.606250762939453, 0.4893749952316284, 18.119375228881836, 0.041249994188547134, 14.7839994430542, 0.25999999046325684, 1.4481250047683716, 31.54888916015625, 67.02375030517578, 63.87125015258789, 1.8962500095367432, 6.678750038146973, 55.399375915527344, 29.0674991607666, 65.01312255859375, 0.0, 63.02937698364258, 101.94812774658203, 62.52312469482422, 109.14749908447266], "mean": [1.145050287246704, -0.6923583745956421, 0.7285972237586975, -0.35511231422424316, -1.2501615285873413, 1.3680827617645264, -0.6716393828392029, -1.0539785623550415, 1.2375577688217163, -0.23495928943157196, 0.9449211955070496, -0.6587674617767334, 19.10974884033203, 74.41876983642578, 1.3365793228149414, 5.565807819366455, 20.460140228271484, 0.39692574739456177, 16.55171775817871, -0.6288833618164062, 11.0634126663208, 0.050275128334760666, 1.3170232772827148, 13.960083961486816, 60.00194549560547, 55.190120697021484, 0.8168348670005798, 0.9001373648643494, 40.05732345581055, 9.7354097366333, 45.5103645324707, 0.0, 44.270408630371094, 29.353349685668945, 29.198930740356445, 69.4993896484375], "std": [0.004771685227751732, 0.015874696895480156, 0.0328969769179821, 0.004544695373624563, 0.09298825263977051, 0.12164445221424103, 0.2228257656097412, 0.10999195277690887, 0.08660834282636642, 0.21724797785282135, 0.2181733399629593, 0.03180734068155289, 3.479973793029785, 1.2241761684417725, 4.765353679656982, 1.0200382471084595, 1.8369812965393066, 0.09989622235298157, 0.8285254836082458, 0.13773317635059357, 1.41289222240448, 0.05041727051138878, 0.06306983530521393, 5.862144947052002, 3.9982428550720215, 3.8401715755462646, 0.2875034511089325, 1.7913641929626465, 9.784036636352539, 10.853004455566406, 12.194944381713867, 0.0, 10.50607967376709, 34.82926559448242, 15.211592674255371, 25.93440818786621], "count": [131]}, "timestamp": {"min": [0.0], "max": [4.333333333333333], "mean": [2.166666666666667], "std": [1.260511360079269], "count": [131]}, "frame_index": {"min": [0], "max": [130], "mean": [65.0], "std": [37.815340802378074], "count": [131]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [131]}, "index": {"min": [5427], "max": [5557], "mean": [5492.0], "std": [37.815340802378074], "count": [131]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [131]}, "subtask_annotation": {"mean": [2.1755725190839694, 4.0, 4.0, 4.0, 4.0], "std": [0.9609228709032538, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [131]}, "scene_annotation": {"mean": [36.0], "std": [0.0], "min": [36], "max": [36], "count": [131]}, "eef_direction_state": {"mean": [5.587786259541985, 3.2442748091603053], "std": [0.8090162625643827, 1.573111872260794], "min": [4, 0], "max": [6, 6], "count": [131]}, "eef_velocity_state": {"mean": [0.3053435114503817, 1.3893129770992367], "std": [0.640766832715521, 0.671929193424898], "min": [0, 0], "max": [2, 2], "count": [131]}, "eef_acc_mag_state": {"mean": [0.35877862595419846, 1.3053435114503817], "std": [0.6887171644970967, 0.7705765638653365], "min": [0, 0], "max": [2, 2], "count": [131]}, "eef_direction_action": {"mean": [5.587786259541985, 3.2442748091603053], "std": [0.8090162625643827, 1.573111872260794], "min": [4, 0], "max": [6, 6], "count": [131]}, "eef_velocity_action": {"mean": [0.3053435114503817, 1.3893129770992367], "std": [0.640766832715521, 0.671929193424898], "min": [0, 0], "max": [2, 2], "count": [131]}, "eef_acc_mag_action": {"mean": [0.35877862595419846, 1.3053435114503817], "std": [0.6887171644970967, 0.7705765638653365], "min": [0, 0], "max": [2, 2], "count": [131]}, "eef_sim_pose_state": {"mean": [0.575172412727741, 0.21348610923838074, 1.18484124063063, -1.320022291845564, 1.2394688926788273, -1.77706079504537, 0.6517538286366468, -0.10543513198688305, 1.2183505440871376, 1.1535699703942108, 0.9377508356213495, 2.067754841834055], "std": [0.0039874508419138685, 0.008599003685269285, 0.01943248759618203, 0.1270306354511796, 0.13223427049382813, 0.11000420887914913, 0.020949110118238672, 0.07014045472614298, 0.0519850864498755, 0.27490810807222354, 0.1293427101482538, 0.1559807340807294], "min": [0.5697898127249172, 0.20866053915028188, 1.1706067039400436, -1.438095835561494, 0.7341309385243684, -1.8923700851923768, 0.5928116730754779, -0.21661299811977297, 1.1407715133324894, 0.8593387532049146, 0.5561493971780878, 1.6864700775707693], "max": [0.5835757251066168, 0.24160195405870905, 1.2500796664017804, -0.9682659723696065, 1.3039572496567784, -1.5005833741534682, 0.6794783923205845, 0.0006857181805936807, 1.2856181090496814, 1.585295121569875, 1.0834899653513075, 2.2920444851773065], "count": [131]}, "eef_sim_pose_action": {"mean": [0.575172412727741, 0.21348610923838074, 1.18484124063063, -1.320022291845564, 1.2394688926788273, -1.77706079504537, 0.6517538286366468, -0.10543513198688305, 1.2183505440871376, 1.1535699703942108, 0.9377508356213495, 2.067754841834055], "std": [0.0039874508419138685, 0.008599003685269285, 0.01943248759618203, 0.1270306354511796, 0.13223427049382813, 0.11000420887914913, 0.020949110118238672, 0.07014045472614298, 0.0519850864498755, 0.27490810807222354, 0.1293427101482538, 0.1559807340807294], "min": [0.5697898127249172, 0.20866053915028188, 1.1706067039400436, -1.438095835561494, 0.7341309385243684, -1.8923700851923768, 0.5928116730754779, -0.21661299811977297, 1.1407715133324894, 0.8593387532049146, 0.5561493971780878, 1.6864700775707693], "max": [0.5835757251066168, 0.24160195405870905, 1.2500796664017804, -0.9682659723696065, 1.3039572496567784, -1.5005833741534682, 0.6794783923205845, 0.0006857181805936807, 1.2856181090496814, 1.585295121569875, 1.0834899653513075, 2.2920444851773065], "count": [131]}}} +{"episode_index": 37, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4843762704248366]], [[0.4740415951797386]], [[0.4626750469771242]]], "std": [[[0.19843841878286475]], [[0.19278152174089866]], [[0.1946774429868396]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.1803921568627451]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5252416421568628]], [[0.542594254493464]], [[0.5251661642156862]]], "std": [[[0.3080425317337224]], [[0.3093191299083068]], [[0.32194277066349564]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0784313725490196]], [[0.06666666666666667]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5738385763888888]], [[0.5752616339869282]], [[0.5533533925653594]]], "std": [[[0.29796807152274973]], [[0.3022045209838175]], [[0.31059989258391024]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43486430555555555]], [[0.45481319852941177]], [[0.43077435661764707]]], "std": [[[0.32369159786260837]], [[0.3343234545710643]], [[0.34850152348046953]]], "count": [100]}, "observation.state": {"min": [1.047722578048706, -0.7564898729324341, 0.7526988983154297, -0.3541237413883209, -1.3428574800491333, 1.2014572620391846, -1.0325589179992676, -1.2428473234176636, 1.0992695093154907, -0.3953278660774231, 0.8171682953834534, -0.7233253121376038, 2.1862499713897705, 70.12333679199219, -0.8075000047683716, 1.201111078262329, 7.605625152587891, -0.1287499964237213, 7.974999904632568, -0.25562500953674316, 6.882499694824219, 0.28062501549720764, 1.152500033378601, 1.144374966621399, 49.68812561035156, 52.67124938964844, 0.8168749809265137, -0.01875000260770321, 24.58333396911621, 0.5425000190734863, 20.989999771118164, 0.0, 17.84375, 0.5943750143051147, 3.896250009536743, 32.151248931884766], "max": [1.105452537536621, -0.7014381289482117, 0.8227235078811646, -0.3060387670993805, -1.0907816886901855, 1.401588797569275, -0.438506156206131, -0.9012359976768494, 1.310654640197754, 0.06690127402544022, 1.2642312049865723, -0.6391623020172119, 30.988750457763672, 75.33999633789062, 21.85785675048828, 6.547500133514404, 20.260000228881836, 0.3149999976158142, 12.90999984741211, 0.2187500149011612, 11.760000228881836, 0.5625, 3.289375066757202, 14.428888320922852, 68.90312957763672, 62.60124969482422, 2.0425000190734863, 1.4055556058883667, 53.02000045776367, 12.384374618530273, 59.87312698364258, 0.0, 56.71687698364258, 68.25749969482422, 40.884376525878906, 93.65812683105469], "mean": [1.0680205821990967, -0.7277733683586121, 0.7830405831336975, -0.33582034707069397, -1.1499601602554321, 1.3584182262420654, -0.6634942293167114, -1.0866245031356812, 1.24293851852417, -0.20408734679222107, 0.9122299551963806, -0.6714774370193481, 24.217660903930664, 73.56340026855469, 2.454474925994873, 4.264836311340332, 14.480388641357422, 0.18520785868167877, 10.761155128479004, -0.18293045461177826, 9.465721130371094, 0.3336988389492035, 1.5384222269058228, 8.37337875366211, 61.10173416137695, 55.841060638427734, 0.9977075457572937, 0.41787293553352356, 42.54983139038086, 5.768609046936035, 42.533843994140625, 0.0, 41.015438079833984, 20.378751754760742, 21.507570266723633, 64.5774154663086], "std": [0.013535101898014545, 0.016711091622710228, 0.025130869820713997, 0.015358551405370235, 0.05039621517062187, 0.05356207489967346, 0.202584907412529, 0.11139678210020065, 0.05591369420289993, 0.1514754444360733, 0.12123826891183853, 0.02173840068280697, 6.549967288970947, 1.0272560119628906, 6.495319843292236, 1.4041426181793213, 4.122457027435303, 0.05685930699110031, 1.2799099683761597, 0.08217134326696396, 1.1074934005737305, 0.0537315309047699, 0.5795040726661682, 3.6784801483154297, 6.676589012145996, 2.068490743637085, 0.24409115314483643, 0.3153313100337982, 10.405448913574219, 4.921500205993652, 12.069653511047363, 0.0, 11.609124183654785, 24.75786781311035, 12.226860046386719, 20.074235916137695], "count": [117]}, "action": {"min": [1.047722578048706, -0.7564898729324341, 0.7526988983154297, -0.3541237413883209, -1.3428574800491333, 1.2014572620391846, -1.0325589179992676, -1.2428473234176636, 1.0992695093154907, -0.3953278660774231, 0.8171682953834534, -0.7233253121376038, 2.1862499713897705, 70.12333679199219, -0.8075000047683716, 1.201111078262329, 7.605625152587891, -0.1287499964237213, 7.974999904632568, -0.25562500953674316, 6.882499694824219, 0.28062501549720764, 1.152500033378601, 1.144374966621399, 49.68812561035156, 52.67124938964844, 0.8168749809265137, -0.01875000260770321, 24.58333396911621, 0.5425000190734863, 20.989999771118164, 0.0, 17.84375, 0.5943750143051147, 3.896250009536743, 32.151248931884766], "max": [1.105452537536621, -0.7014381289482117, 0.8227235078811646, -0.3060387670993805, -1.0907816886901855, 1.401588797569275, -0.438506156206131, -0.9012359976768494, 1.310654640197754, 0.06690127402544022, 1.2642312049865723, -0.6391623020172119, 30.988750457763672, 75.33999633789062, 21.85785675048828, 6.547500133514404, 20.260000228881836, 0.3149999976158142, 12.90999984741211, 0.2187500149011612, 11.760000228881836, 0.5625, 3.289375066757202, 14.428888320922852, 68.90312957763672, 62.60124969482422, 2.0425000190734863, 1.4055556058883667, 53.02000045776367, 12.384374618530273, 59.87312698364258, 0.0, 56.71687698364258, 68.25749969482422, 40.884376525878906, 93.65812683105469], "mean": [1.068020224571228, -0.7277734875679016, 0.7830405831336975, -0.33582037687301636, -1.1499601602554321, 1.3584184646606445, -0.6634944677352905, -1.0866245031356812, 1.2429380416870117, -0.20408731698989868, 0.9122301340103149, -0.6714773774147034, 24.2176570892334, 73.56340789794922, 2.4544765949249268, 4.264836311340332, 14.480386734008789, 0.18520785868167877, 10.761157035827637, -0.18293039500713348, 9.465723037719727, 0.3336988687515259, 1.5384219884872437, 8.373376846313477, 61.10173416137695, 55.841068267822266, 0.9977076649665833, 0.41787293553352356, 42.54983901977539, 5.768613815307617, 42.53383255004883, 0.0, 41.01543426513672, 20.378755569458008, 21.507577896118164, 64.57740783691406], "std": [0.01353510096669197, 0.01671108976006508, 0.0251308660954237, 0.015358551405370235, 0.05039621517062187, 0.05356207117438316, 0.20258492231369019, 0.11139678210020065, 0.05591369420289993, 0.1514754444360733, 0.12123826891183853, 0.021738402545452118, 6.549967288970947, 1.0272560119628906, 6.495316982269287, 1.4041424989700317, 4.122457504272461, 0.05685931816697121, 1.2799099683761597, 0.08217132836580276, 1.1074934005737305, 0.05373150482773781, 0.5795040726661682, 3.6784801483154297, 6.676589012145996, 2.068490982055664, 0.24409119784832, 0.3153313100337982, 10.405448913574219, 4.9215006828308105, 12.069653511047363, 0.0, 11.609124183654785, 24.757871627807617, 12.226860046386719, 20.074234008789062], "count": [117]}, "timestamp": {"min": [0.0], "max": [3.8666666666666667], "mean": [1.9333333333333336], "std": [1.125791902354697], "count": [117]}, "frame_index": {"min": [0], "max": [116], "mean": [58.0], "std": [33.77375707064091], "count": [117]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [117]}, "index": {"min": [5558], "max": [5674], "mean": [5616.0], "std": [33.77375707064091], "count": [117]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [117]}, "subtask_annotation": {"mean": [2.1367521367521367, 4.0, 4.0, 4.0, 4.0], "std": [0.9862818281539593, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [117]}, "scene_annotation": {"mean": [37.0], "std": [0.0], "min": [37], "max": [37], "count": [117]}, "eef_direction_state": {"mean": [5.384615384615385, 3.1965811965811968], "std": [1.3702963298346025, 1.9092188237369194], "min": [0, 0], "max": [6, 6], "count": [117]}, "eef_velocity_state": {"mean": [0.27350427350427353, 1.264957264957265], "std": [0.5488750207864042, 0.7441298755445781], "min": [0, 0], "max": [2, 2], "count": [117]}, "eef_acc_mag_state": {"mean": [0.26495726495726496, 1.1111111111111112], "std": [0.5904244799716425, 0.8245980919789635], "min": [0, 0], "max": [2, 2], "count": [117]}, "eef_direction_action": {"mean": [5.384615384615385, 3.1965811965811968], "std": [1.3702963298346025, 1.9092188237369194], "min": [0, 0], "max": [6, 6], "count": [117]}, "eef_velocity_action": {"mean": [0.27350427350427353, 1.264957264957265], "std": [0.5488750207864042, 0.7441298755445781], "min": [0, 0], "max": [2, 2], "count": [117]}, "eef_acc_mag_action": {"mean": [0.26495726495726496, 1.1111111111111112], "std": [0.5904244799716425, 0.8245980919789635], "min": [0, 0], "max": [2, 2], "count": [117]}, "eef_sim_pose_state": {"mean": [0.5921315444069827, 0.20521785864895056, 1.1788079560448879, -1.3522781021693886, 1.2358622478666894, -1.82040438867107, 0.6546675249864538, -0.09233105864028673, 1.2110122806846915, 1.1936659641040956, 0.9112534223391663, 2.1104910696052346], "std": [0.004692090295924794, 0.005589362230500023, 0.010822231423719296, 0.08916438444617578, 0.04766412261390518, 0.09547104038782767, 0.011930984833309961, 0.06911951530499853, 0.05347483203783011, 0.25465773205041775, 0.06956108452997534, 0.09677341102238123], "min": [0.5854698267051436, 0.19902250409905203, 1.1665247251300817, -1.462369661935274, 1.0612438399503628, -1.9509961269398826, 0.6254107387921382, -0.1920928632705475, 1.1373713973929376, 0.8478207207602576, 0.6826353821097713, 1.8692477659749431], "max": [0.5992457516291914, 0.22754100129613702, 1.2192586635446596, -1.0687916673104045, 1.2746789320206413, -1.5344393689898645, 0.6680012076396286, -0.00013829750042707034, 1.2789401013103714, 1.562419737142158, 0.9745802723505945, 2.261878672027481], "count": [117]}, "eef_sim_pose_action": {"mean": [0.5921315444069827, 0.20521785864895056, 1.1788079560448879, -1.3522781021693886, 1.2358622478666894, -1.82040438867107, 0.6546675249864538, -0.09233105864028673, 1.2110122806846915, 1.1936659641040956, 0.9112534223391663, 2.1104910696052346], "std": [0.004692090295924794, 0.005589362230500023, 0.010822231423719296, 0.08916438444617578, 0.04766412261390518, 0.09547104038782767, 0.011930984833309961, 0.06911951530499853, 0.05347483203783011, 0.25465773205041775, 0.06956108452997534, 0.09677341102238123], "min": [0.5854698267051436, 0.19902250409905203, 1.1665247251300817, -1.462369661935274, 1.0612438399503628, -1.9509961269398826, 0.6254107387921382, -0.1920928632705475, 1.1373713973929376, 0.8478207207602576, 0.6826353821097713, 1.8692477659749431], "max": [0.5992457516291914, 0.22754100129613702, 1.2192586635446596, -1.0687916673104045, 1.2746789320206413, -1.5344393689898645, 0.6680012076396286, -0.00013829750042707034, 1.2789401013103714, 1.562419737142158, 0.9745802723505945, 2.261878672027481], "count": [117]}}} +{"episode_index": 38, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48551537990196075]], [[0.47268895220588236]], [[0.46179006535947714]]], "std": [[[0.20238387853642056]], [[0.1981094106760563]], [[0.19951026962154916]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0392156862745098]], [[0.11764705882352941]], [[0.06666666666666667]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49653825163398696]], [[0.5126243321078431]], [[0.4950896160130719]]], "std": [[[0.3119962665763592]], [[0.3135143544366937]], [[0.32486167966075175]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5784133721405229]], [[0.5769721711601307]], [[0.5528749468954248]]], "std": [[[0.29308235216539846]], [[0.2994205036672092]], [[0.3091614584400148]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43180395424836604]], [[0.45147280433006537]], [[0.42577299836601307]]], "std": [[[0.32130338906883127]], [[0.33283985799226906]], [[0.34827211574789196]]], "count": [100]}, "observation.state": {"min": [1.030627727508545, -0.746309220790863, 0.7402533292770386, -0.3946841359138489, -1.2783033847808838, 1.1974729299545288, -1.0079537630081177, -1.3205729722976685, 1.0886834859848022, -0.5680647492408752, 0.6894693970680237, -0.7630464434623718, 7.423749923706055, 73.7411117553711, -0.6512500047683716, 0.49666666984558105, 30.334444046020508, -0.2462500035762787, 26.03874969482422, -0.9287500381469727, 21.761249542236328, 0.29624998569488525, 1.1306250095367432, 17.41812515258789, 50.130001068115234, 54.36000061035156, 0.8106250166893005, -0.2956250011920929, 29.583126068115234, -0.029999999329447746, 30.5478572845459, 0.0, 27.604999542236328, 0.11437500268220901, 9.571249961853027, 40.69818115234375], "max": [1.1673628091812134, -0.6701094508171082, 0.8356221914291382, -0.31421664357185364, -1.129024624824524, 1.3702601194381714, -0.34928855299949646, -0.8900778293609619, 1.3884994983673096, 0.04615854099392891, 1.1950675249099731, -0.5833714604377747, 28.162500381469727, 77.35562133789062, 15.242727279663086, 5.473750114440918, 38.4743766784668, 0.4362499713897705, 32.97312545776367, 0.0937499850988388, 25.533124923706055, 0.8324999809265137, 1.2293750047683716, 35.61111068725586, 72.27874755859375, 62.34000015258789, 2.0637500286102295, 0.690625011920929, 51.17749786376953, 18.0625, 59.17250061035156, 0.0, 61.725624084472656, 73.41312408447266, 49.96875, 95.72562408447266], "mean": [1.0960116386413574, -0.7169048190116882, 0.797096312046051, -0.34397029876708984, -1.1856352090835571, 1.3152921199798584, -0.539474368095398, -1.1675878763198853, 1.2944191694259644, -0.3482930660247803, 0.8352599143981934, -0.6327455043792725, 23.746408462524414, 76.51374053955078, 0.9292833209037781, 3.442986249923706, 35.08114242553711, 0.05102349817752838, 30.01111602783203, -0.19870001077651978, 24.08677101135254, 0.561967670917511, 1.1859283447265625, 24.466272354125977, 66.95767974853516, 55.83822250366211, 0.9224419593811035, 0.25334179401397705, 46.51241683959961, 10.885986328125, 50.600311279296875, 0.0, 47.67953109741211, 26.801538467407227, 26.083953857421875, 73.8901596069336], "std": [0.05133978649973869, 0.026690209284424782, 0.030010594055056572, 0.025548292323946953, 0.04807243496179581, 0.024786442518234253, 0.22522687911987305, 0.1379619985818863, 0.0814240500330925, 0.18492256104946136, 0.11223679780960083, 0.04937310889363289, 4.948222637176514, 0.6137483716011047, 3.8837244510650635, 1.028222918510437, 1.7222548723220825, 0.07219673693180084, 1.5780348777770996, 0.17365901172161102, 0.95034259557724, 0.050548505038022995, 0.019847344607114792, 3.6922316551208496, 6.493881702423096, 1.8120659589767456, 0.19354863464832306, 0.2536025941371918, 7.075716495513916, 7.574320316314697, 7.91517972946167, 0.0, 9.378951072692871, 21.63949203491211, 10.308929443359375, 12.426590919494629], "count": [192]}, "action": {"min": [1.030627727508545, -0.746309220790863, 0.7402533292770386, -0.3946841359138489, -1.2783033847808838, 1.1974729299545288, -1.0079537630081177, -1.3205729722976685, 1.0886834859848022, -0.5680647492408752, 0.6894693970680237, -0.7630464434623718, 7.423749923706055, 73.7411117553711, -0.6512500047683716, 0.49666666984558105, 30.334444046020508, -0.2462500035762787, 26.03874969482422, -0.9287500381469727, 21.761249542236328, 0.29624998569488525, 1.1306250095367432, 17.41812515258789, 50.130001068115234, 54.36000061035156, 0.8106250166893005, -0.2956250011920929, 29.583126068115234, -0.029999999329447746, 30.5478572845459, 0.0, 27.604999542236328, 0.11437500268220901, 9.571249961853027, 40.69818115234375], "max": [1.1673628091812134, -0.6701094508171082, 0.8356221914291382, -0.31421664357185364, -1.129024624824524, 1.3702601194381714, -0.34928855299949646, -0.8900778293609619, 1.3884994983673096, 0.04615854099392891, 1.1950675249099731, -0.5833714604377747, 28.162500381469727, 77.35562133789062, 15.242727279663086, 5.473750114440918, 38.4743766784668, 0.4362499713897705, 32.97312545776367, 0.0937499850988388, 25.533124923706055, 0.8324999809265137, 1.2293750047683716, 35.61111068725586, 72.27874755859375, 62.34000015258789, 2.0637500286102295, 0.690625011920929, 51.17749786376953, 18.0625, 59.17250061035156, 0.0, 61.725624084472656, 73.41312408447266, 49.96875, 95.72562408447266], "mean": [1.0960116386413574, -0.7169044017791748, 0.7970967888832092, -0.3439704179763794, -1.1856354475021362, 1.3152917623519897, -0.5394747853279114, -1.1675878763198853, 1.2944190502166748, -0.34829315543174744, 0.8352599143981934, -0.6327456831932068, 23.74641227722168, 76.51375579833984, 0.9292827248573303, 3.442985773086548, 35.081119537353516, 0.05102350935339928, 30.0111083984375, -0.19870007038116455, 24.086767196655273, 0.561967670917511, 1.1859285831451416, 24.466264724731445, 66.95768737792969, 55.838191986083984, 0.9224419593811035, 0.2533417344093323, 46.51239013671875, 10.885993957519531, 50.60029220581055, 0.0, 47.67951965332031, 26.801530838012695, 26.08396339416504, 73.89016723632812], "std": [0.051339779049158096, 0.026690209284424782, 0.03001059778034687, 0.02554829977452755, 0.048072442412376404, 0.024786442518234253, 0.22522687911987305, 0.1379619836807251, 0.0814240500330925, 0.18492259085178375, 0.11223679780960083, 0.04937310144305229, 4.948221206665039, 0.61374831199646, 3.8837225437164307, 1.0282227993011475, 1.7222546339035034, 0.07219676673412323, 1.5780348777770996, 0.1736590564250946, 0.9503423571586609, 0.05054850876331329, 0.01984735019505024, 3.6922318935394287, 6.493881702423096, 1.8120660781860352, 0.19354867935180664, 0.25360265374183655, 7.0757155418396, 7.574321269989014, 7.915180206298828, 0.0, 9.378952980041504, 21.63949203491211, 10.308929443359375, 12.426589012145996], "count": [192]}, "timestamp": {"min": [0.0], "max": [6.366666666666666], "mean": [3.1833333333333336], "std": [1.847495802631427], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [192]}, "index": {"min": [5675], "max": [5866], "mean": [5770.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [192]}, "subtask_annotation": {"mean": [2.1666666666666665, 4.0, 4.0, 4.0, 4.0], "std": [0.6718548123582128, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [192]}, "scene_annotation": {"mean": [38.0], "std": [0.0], "min": [38], "max": [38], "count": [192]}, "eef_direction_state": {"mean": [5.473958333333333, 3.4322916666666665], "std": [1.3614288443631182, 1.7034275979909508], "min": [0, 0], "max": [6, 6], "count": [192]}, "eef_velocity_state": {"mean": [0.171875, 1.1510416666666667], "std": [0.39083327780738764, 0.5978250147525516], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_acc_mag_state": {"mean": [0.16145833333333334, 0.8697916666666666], "std": [0.47868522008785214, 0.8531339030874464], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_direction_action": {"mean": [5.473958333333333, 3.4322916666666665], "std": [1.3614288443631182, 1.7034275979909508], "min": [0, 0], "max": [6, 6], "count": [192]}, "eef_velocity_action": {"mean": [0.171875, 1.1510416666666667], "std": [0.39083327780738764, 0.5978250147525516], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_acc_mag_action": {"mean": [0.16145833333333334, 0.8697916666666666], "std": [0.47868522008785214, 0.8531339030874464], "min": [0, 0], "max": [2, 2], "count": [192]}, "eef_sim_pose_state": {"mean": [0.5942759072003556, 0.2177377256289165, 1.1833659858999173, -1.315414144687903, 1.2175716306868485, -1.7660729705668883, 0.657525256571103, -0.04540865858458598, 1.2319339323617697, 1.1177735259643475, 0.9775580203546125, 2.1297351903218855], "std": [0.007760951851706049, 0.009871891935564963, 0.006734743825697782, 0.054217893502519605, 0.03257322942484814, 0.05699472341121353, 0.010204434663684784, 0.07449240208593466, 0.05023422871925508, 0.2180593200732304, 0.06569880269732949, 0.07871533452072163], "min": [0.5817949167899584, 0.20473500457387928, 1.1771125486374037, -1.373021352661484, 1.0560781308817773, -1.8235295576315975, 0.6225802430052827, -0.18673906900876464, 1.1332296345366009, 0.9137992467311636, 0.8760345414178281, 1.9240569731416914], "max": [0.605415315977463, 0.23306743258488838, 1.2176347892987789, -1.0782059644256647, 1.2636996302273023, -1.5567364191882032, 0.6703947208696296, 0.029649950641876283, 1.2783244010103576, 1.5734902324233149, 1.1016082609641638, 2.289244591824336], "count": [192]}, "eef_sim_pose_action": {"mean": [0.5942759072003556, 0.2177377256289165, 1.1833659858999173, -1.315414144687903, 1.2175716306868485, -1.7660729705668883, 0.657525256571103, -0.04540865858458598, 1.2319339323617697, 1.1177735259643475, 0.9775580203546125, 2.1297351903218855], "std": [0.007760951851706049, 0.009871891935564963, 0.006734743825697782, 0.054217893502519605, 0.03257322942484814, 0.05699472341121353, 0.010204434663684784, 0.07449240208593466, 0.05023422871925508, 0.2180593200732304, 0.06569880269732949, 0.07871533452072163], "min": [0.5817949167899584, 0.20473500457387928, 1.1771125486374037, -1.373021352661484, 1.0560781308817773, -1.8235295576315975, 0.6225802430052827, -0.18673906900876464, 1.1332296345366009, 0.9137992467311636, 0.8760345414178281, 1.9240569731416914], "max": [0.605415315977463, 0.23306743258488838, 1.2176347892987789, -1.0782059644256647, 1.2636996302273023, -1.5567364191882032, 0.6703947208696296, 0.029649950641876283, 1.2783244010103576, 1.5734902324233149, 1.1016082609641638, 2.289244591824336], "count": [192]}}} +{"episode_index": 39, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.01568627450980392]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4862062990196079]], [[0.473528737745098]], [[0.46198149918300657]]], "std": [[[0.19994075353397534]], [[0.19260878881429294]], [[0.1933361460827246]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.1607843137254902]], [[0.10980392156862745]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5046785314542485]], [[0.5215928533496732]], [[0.5048211192810458]]], "std": [[[0.31255416814913745]], [[0.31474286396906526]], [[0.32660642128098993]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.08235294117647059]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5790383966503269]], [[0.5801326797385621]], [[0.5565558006535948]]], "std": [[[0.28796937227212205]], [[0.29089185318072003]], [[0.2983569891682508]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4325455310457516]], [[0.45130608047385623]], [[0.4218384293300654]]], "std": [[[0.3217884194421848]], [[0.33268332615542223]], [[0.3493858493257284]]], "count": [100]}, "observation.state": {"min": [1.0761663913726807, -0.7215610146522522, 0.7478827834129333, -0.3670271635055542, -1.3351008892059326, 1.1985750198364258, -0.9410524964332581, -1.267547845840454, 1.1196306943893433, -0.6944047212600708, 0.45195314288139343, -0.702439546585083, 15.649999618530273, 70.0777816772461, -0.7837499976158142, 2.7906250953674316, 23.38312530517578, -0.16750000417232513, 21.963125228881836, -0.5774999856948853, 15.977499961853027, -0.7756249904632568, 1.1946666240692139, 0.5106250047683716, 41.15666580200195, 48.873748779296875, 0.4355555474758148, -0.1912499964237213, 23.264545440673828, -0.30250000953674316, 25.561250686645508, 0.0, 26.292499542236328, 0.11874999850988388, 3.817500114440918, 41.063751220703125], "max": [1.1197789907455444, -0.6696802973747253, 0.7987886071205139, -0.33126911520957947, -1.1351042985916138, 1.3870213031768799, -0.28286412358283997, -0.9140790104866028, 1.4775978326797485, 0.005483711138367653, 1.178314447402954, -0.5509698987007141, 29.282222747802734, 76.94937133789062, 9.605000495910645, 6.098124980926514, 33.75374984741211, 0.5387499928474426, 26.89812469482422, 0.23875001072883606, 20.281875610351562, 0.29625001549720764, 2.5160000324249268, 22.34000015258789, 70.38249969482422, 60.65250015258789, 1.6549999713897705, 1.2543749809265137, 63.66875076293945, 49.703125, 66.42437744140625, 0.0, 75.3081283569336, 85.66937255859375, 65.54375457763672, 103.7768783569336], "mean": [1.1015710830688477, -0.6993440389633179, 0.7723442912101746, -0.35873493552207947, -1.1686869859695435, 1.3773986101150513, -0.5086103081703186, -1.1407593488693237, 1.3297531604766846, -0.38807904720306396, 0.6678421497344971, -0.6045897603034973, 25.059490203857422, 75.18228149414062, 0.17925523221492767, 4.417672157287598, 29.326066970825195, 0.03671932592988014, 24.39401626586914, -0.514134407043457, 17.823467254638672, -0.06828466057777405, 1.4508315324783325, 4.81385612487793, 64.10083770751953, 55.6129264831543, 0.8476316332817078, 0.2846011221408844, 46.11863327026367, 14.628621101379395, 48.64286804199219, 0.0, 48.204627990722656, 22.456254959106445, 29.45400047302246, 70.96160888671875], "std": [0.012839277274906635, 0.015082291327416897, 0.012380894273519516, 0.007293637841939926, 0.030593261122703552, 0.027945419773459435, 0.18168391287326813, 0.1021205335855484, 0.09836756438016891, 0.1876479834318161, 0.17035259306430817, 0.03787461295723915, 2.3946454524993896, 1.3286261558532715, 2.460019588470459, 0.7910709977149963, 2.3821160793304443, 0.07490265369415283, 1.1449416875839233, 0.10636167228221893, 1.0327754020690918, 0.4220947027206421, 0.21509167551994324, 3.8084096908569336, 5.51429557800293, 3.04370379447937, 0.2339727282524109, 0.3143474757671356, 9.804666519165039, 15.775202751159668, 12.027884483337402, 0.0, 12.871017456054688, 24.33789825439453, 17.969148635864258, 15.022969245910645], "count": [243]}, "action": {"min": [1.0761663913726807, -0.7215610146522522, 0.7478827834129333, -0.3670271635055542, -1.3351008892059326, 1.1985750198364258, -0.9410524964332581, -1.267547845840454, 1.1196306943893433, -0.6944047212600708, 0.45195314288139343, -0.702439546585083, 15.649999618530273, 70.0777816772461, -0.7837499976158142, 2.7906250953674316, 23.38312530517578, -0.16750000417232513, 21.963125228881836, -0.5774999856948853, 15.977499961853027, -0.7756249904632568, 1.1946666240692139, 0.5106250047683716, 41.15666580200195, 48.873748779296875, 0.4355555474758148, -0.1912499964237213, 23.264545440673828, -0.30250000953674316, 25.561250686645508, 0.0, 26.292499542236328, 0.11874999850988388, 3.817500114440918, 41.063751220703125], "max": [1.1197789907455444, -0.6696802973747253, 0.7987886071205139, -0.33126911520957947, -1.1351042985916138, 1.3870213031768799, -0.28286412358283997, -0.9140790104866028, 1.4775978326797485, 0.005483711138367653, 1.178314447402954, -0.5509698987007141, 29.282222747802734, 76.94937133789062, 9.605000495910645, 6.098124980926514, 33.75374984741211, 0.5387499928474426, 26.89812469482422, 0.23875001072883606, 20.281875610351562, 0.29625001549720764, 2.5160000324249268, 22.34000015258789, 70.38249969482422, 60.65250015258789, 1.6549999713897705, 1.2543749809265137, 63.66875076293945, 49.703125, 66.42437744140625, 0.0, 75.3081283569336, 85.66937255859375, 65.54375457763672, 103.7768783569336], "mean": [1.1015703678131104, -0.6993436217308044, 0.7723442912101746, -0.358734667301178, -1.168687105178833, 1.3773987293243408, -0.5086107850074768, -1.1407595872879028, 1.3297523260116577, -0.38807910680770874, 0.6678421497344971, -0.6045898199081421, 25.059494018554688, 75.18225860595703, 0.17925506830215454, 4.417672157287598, 29.326059341430664, 0.036719340831041336, 24.394010543823242, -0.5141343474388123, 17.823467254638672, -0.06828468292951584, 1.4508309364318848, 4.813854694366455, 64.100830078125, 55.612972259521484, 0.8476317524909973, 0.28460103273391724, 46.11863327026367, 14.62862491607666, 48.64287185668945, 0.0, 48.20460510253906, 22.45624351501465, 29.45399284362793, 70.96157836914062], "std": [0.01283927634358406, 0.01508229598402977, 0.012380888685584068, 0.007293637376278639, 0.030593259260058403, 0.027945419773459435, 0.18168391287326813, 0.10212051123380661, 0.0983675867319107, 0.1876479834318161, 0.17035257816314697, 0.03787460923194885, 2.3946447372436523, 1.3286259174346924, 2.4600188732147217, 0.7910709977149963, 2.3821158409118652, 0.07490268349647522, 1.1449416875839233, 0.10636166483163834, 1.0327752828598022, 0.4220946729183197, 0.21509166061878204, 3.8084094524383545, 5.51429557800293, 3.0437042713165283, 0.23397280275821686, 0.31434744596481323, 9.804666519165039, 15.775203704833984, 12.027884483337402, 0.0, 12.871018409729004, 24.33789825439453, 17.969144821166992, 15.022967338562012], "count": [243]}, "timestamp": {"min": [0.0], "max": [8.066666666666666], "mean": [4.033333333333333], "std": [2.33824879074221], "count": [243]}, "frame_index": {"min": [0], "max": [242], "mean": [121.0], "std": [70.14746372226631], "count": [243]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [243]}, "index": {"min": [5867], "max": [6109], "mean": [5988.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [243]}, "subtask_annotation": {"mean": [1.9506172839506173, 4.0, 4.0, 4.0, 4.0], "std": [0.9502163656737687, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [243]}, "scene_annotation": {"mean": [39.0], "std": [0.0], "min": [39], "max": [39], "count": [243]}, "eef_direction_state": {"mean": [5.851851851851852, 3.6502057613168724], "std": [0.5237828008789243, 1.7180564788906556], "min": [4, 0], "max": [6, 6], "count": [243]}, "eef_velocity_state": {"mean": [0.10699588477366255, 1.123456790123457], "std": [0.4017354687034001, 0.6977220321454224], "min": [0, 0], "max": [2, 2], "count": [243]}, "eef_acc_mag_state": {"mean": [0.11522633744855967, 0.8395061728395061], "std": [0.4096252555762734, 0.8431294359982142], "min": [0, 0], "max": [2, 2], "count": [243]}, "eef_direction_action": {"mean": [5.851851851851852, 3.6502057613168724], "std": [0.5237828008789243, 1.7180564788906556], "min": [4, 0], "max": [6, 6], "count": [243]}, "eef_velocity_action": {"mean": [0.10699588477366255, 1.123456790123457], "std": [0.4017354687034001, 0.6977220321454224], "min": [0, 0], "max": [2, 2], "count": [243]}, "eef_acc_mag_action": {"mean": [0.11522633744855967, 0.8395061728395061], "std": [0.4096252555762734, 0.8431294359982142], "min": [0, 0], "max": [2, 2], "count": [243]}, "eef_sim_pose_state": {"mean": [0.5906106685252025, 0.21841746442856227, 1.1801993492446854, -1.3608323837882514, 1.2718625102900978, -1.7968140384991362, 0.6876006036406975, -0.0712404699120575, 1.2078419335539392, 1.3502505535963714, 1.0310701485788993, 2.230077142863701], "std": [0.0030285739777074646, 0.002955442158152671, 0.008811044245184658, 0.07377032962910295, 0.03463005603296005, 0.06841162059908402, 0.03529149107433596, 0.05348208210644701, 0.04911088918996083, 0.27219454988228414, 0.09964723480434333, 0.12857081157977487], "min": [0.5830130560132775, 0.21350055186906564, 1.1717985004743579, -1.4281857728519394, 1.0578128383132932, -1.8668383824597892, 0.6295120719582062, -0.17390681999699328, 1.1405361798592226, 0.8972223501133786, 0.7790950619743651, 1.8892950705208327], "max": [0.5965254727222273, 0.22395127584884672, 1.2281680697456896, -1.0191450770557071, 1.2977890082358163, -1.5072155148643, 0.7380772910170228, 0.025302974140478857, 1.2910878454277535, 1.6450241086966777, 1.1867235792276007, 2.4001342864142448], "count": [243]}, "eef_sim_pose_action": {"mean": [0.5906106685252025, 0.21841746442856227, 1.1801993492446854, -1.3608323837882514, 1.2718625102900978, -1.7968140384991362, 0.6876006036406975, -0.0712404699120575, 1.2078419335539392, 1.3502505535963714, 1.0310701485788993, 2.230077142863701], "std": [0.0030285739777074646, 0.002955442158152671, 0.008811044245184658, 0.07377032962910295, 0.03463005603296005, 0.06841162059908402, 0.03529149107433596, 0.05348208210644701, 0.04911088918996083, 0.27219454988228414, 0.09964723480434333, 0.12857081157977487], "min": [0.5830130560132775, 0.21350055186906564, 1.1717985004743579, -1.4281857728519394, 1.0578128383132932, -1.8668383824597892, 0.6295120719582062, -0.17390681999699328, 1.1405361798592226, 0.8972223501133786, 0.7790950619743651, 1.8892950705208327], "max": [0.5965254727222273, 0.22395127584884672, 1.2281680697456896, -1.0191450770557071, 1.2977890082358163, -1.5072155148643, 0.7380772910170228, 0.025302974140478857, 1.2910878454277535, 1.6450241086966777, 1.1867235792276007, 2.4001342864142448], "count": [243]}}} +{"episode_index": 40, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48274560253267973]], [[0.47286099060457515]], [[0.4609244321895425]]], "std": [[[0.19900985945506502]], [[0.1924903873451798]], [[0.19395057841667207]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.054901960784313725]], [[0.1450980392156863]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4995487765522876]], [[0.513680210375817]], [[0.4966154861111111]]], "std": [[[0.3060948852443776]], [[0.3095644315731088]], [[0.3191416382853319]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.09019607843137255]], [[0.09803921568627451]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5711048284313726]], [[0.5757540686274509]], [[0.5510845976307189]]], "std": [[[0.3007739565839453]], [[0.30316096468656073]], [[0.3129916691749967]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4384210723039216]], [[0.4581587602124183]], [[0.42929378267973856]]], "std": [[[0.323459587416634]], [[0.3344824951165065]], [[0.3516868601307641]]], "count": [100]}, "observation.state": {"min": [1.0728999376296997, -0.6757839322090149, 0.7009612917900085, -0.3855954706668854, -1.3504446744918823, 1.2861871719360352, -0.9300850629806519, -1.2426565885543823, 1.0992218255996704, -0.4728866219520569, 0.6784065961837769, -0.7089245915412903, 10.422499656677246, 68.25250244140625, -0.7706249952316284, 6.316999912261963, 17.83625030517578, -0.4637500047683716, 16.18000030517578, -0.6200000047683716, 10.785624504089355, -0.07374999672174454, 1.1577777862548828, 14.425000190734863, 54.384376525878906, 50.73999786376953, 0.44874998927116394, -0.4037500023841858, 22.219999313354492, 0.6087499856948853, 21.241249084472656, 0.0, 20.200000762939453, 0.17125000059604645, 5.874374866485596, 21.717500686645508], "max": [1.1306298971176147, -0.647936224937439, 0.7380915880203247, -0.3416590392589569, -1.0167515277862549, 1.5261515378952026, -0.36335545778274536, -0.880827009677887, 1.334234595298767, 0.011253530159592628, 1.3465451002120972, -0.6121490597724915, 26.64875030517578, 70.28624725341797, 7.496250152587891, 9.5962495803833, 21.832500457763672, 0.11374999582767487, 19.281875610351562, 0.33249998092651367, 15.5024995803833, 0.5512499809265137, 1.25, 26.19266700744629, 69.63125610351562, 58.8488883972168, 2.0, 2.5299999713897705, 54.88624954223633, 13.395000457763672, 70.30937957763672, 0.0, 82.23812866210938, 82.86250305175781, 64.53437805175781, 100.77812957763672], "mean": [1.0895971059799194, -0.6619918346405029, 0.7181146740913391, -0.3522268831729889, -1.0598427057266235, 1.5122861862182617, -0.5653372406959534, -1.089038372039795, 1.2537497282028198, -0.28893041610717773, 0.7954010963439941, -0.6438358426094055, 22.474027633666992, 69.17418670654297, 0.2595924139022827, 9.050622940063477, 19.774539947509766, -0.20279379189014435, 17.810039520263672, -0.31057995557785034, 13.221720695495605, 0.16836142539978027, 1.1953489780426025, 19.800113677978516, 65.38410949707031, 52.22507858276367, 0.7493579983711243, 0.4782218039035797, 48.82376480102539, 7.1777262687683105, 53.04533767700195, 0.0, 55.76935958862305, 15.709365844726562, 36.71527862548828, 62.976436614990234], "std": [0.012535774149000645, 0.009684144519269466, 0.013966570608317852, 0.00995546206831932, 0.06415508687496185, 0.04468773677945137, 0.18910008668899536, 0.12307848036289215, 0.06522110849618912, 0.1550655961036682, 0.14152748882770538, 0.028591955080628395, 3.903146743774414, 0.5927591919898987, 2.335848093032837, 0.6836379766464233, 1.0596022605895996, 0.0821741595864296, 0.9821341037750244, 0.27088966965675354, 1.7286529541015625, 0.07871110737323761, 0.024216659367084503, 3.6676738262176514, 5.039105415344238, 1.642972707748413, 0.33606070280075073, 0.8843585848808289, 9.613022804260254, 5.1736297607421875, 15.182449340820312, 0.0, 18.18596076965332, 22.303834915161133, 18.72772789001465, 18.212080001831055], "count": [148]}, "action": {"min": [1.0728999376296997, -0.6757839322090149, 0.7009612917900085, -0.3855954706668854, -1.3504446744918823, 1.2861871719360352, -0.9300850629806519, -1.2426565885543823, 1.0992218255996704, -0.4728866219520569, 0.6784065961837769, -0.7089245915412903, 10.422499656677246, 68.25250244140625, -0.7706249952316284, 6.316999912261963, 17.83625030517578, -0.4637500047683716, 16.18000030517578, -0.6200000047683716, 10.785624504089355, -0.07374999672174454, 1.1577777862548828, 14.425000190734863, 54.384376525878906, 50.73999786376953, 0.44874998927116394, -0.4037500023841858, 22.219999313354492, 0.6087499856948853, 21.241249084472656, 0.0, 20.200000762939453, 0.17125000059604645, 5.874374866485596, 21.717500686645508], "max": [1.1306298971176147, -0.647936224937439, 0.7380915880203247, -0.3416590392589569, -1.0167515277862549, 1.5261515378952026, -0.36335545778274536, -0.880827009677887, 1.334234595298767, 0.011253530159592628, 1.3465451002120972, -0.6121490597724915, 26.64875030517578, 70.28624725341797, 7.496250152587891, 9.5962495803833, 21.832500457763672, 0.11374999582767487, 19.281875610351562, 0.33249998092651367, 15.5024995803833, 0.5512499809265137, 1.25, 26.19266700744629, 69.63125610351562, 58.8488883972168, 2.0, 2.5299999713897705, 54.88624954223633, 13.395000457763672, 70.30937957763672, 0.0, 82.23812866210938, 82.86250305175781, 64.53437805175781, 100.77812957763672], "mean": [1.0895973443984985, -0.6619917154312134, 0.7181143164634705, -0.3522269129753113, -1.0598427057266235, 1.5122864246368408, -0.5653373599052429, -1.0890382528305054, 1.2537497282028198, -0.28893038630485535, 0.7954010963439941, -0.6438355445861816, 22.474029541015625, 69.1741943359375, 0.2595922648906708, 9.05062484741211, 19.774539947509766, -0.20279383659362793, 17.81003761291504, -0.31057989597320557, 13.221721649169922, 0.16836141049861908, 1.1953494548797607, 19.80010414123535, 65.38410949707031, 52.2250862121582, 0.7493579983711243, 0.47822174429893494, 48.8237419128418, 7.177727699279785, 53.04534912109375, 0.0, 55.76936721801758, 15.709360122680664, 36.71529006958008, 62.9764289855957], "std": [0.012535776942968369, 0.009684145450592041, 0.013966571539640427, 0.00995546206831932, 0.06415508687496185, 0.04468773305416107, 0.18910011649131775, 0.12307844310998917, 0.06522111594676971, 0.15506558120250702, 0.14152751863002777, 0.028591947630047798, 3.9031474590301514, 0.5927591919898987, 2.335848093032837, 0.6836380362510681, 1.0596020221710205, 0.082174152135849, 0.9821341037750244, 0.2708896994590759, 1.7286525964736938, 0.07871109247207642, 0.0242166630923748, 3.6676738262176514, 5.039105415344238, 1.6429728269577026, 0.33606064319610596, 0.8843584656715393, 9.61302375793457, 5.1736297607421875, 15.182448387145996, 0.0, 18.185962677001953, 22.303834915161133, 18.727725982666016, 18.212081909179688], "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": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [148]}, "index": {"min": [6110], "max": [6257], "mean": [6183.5], "std": [42.72294465506796], "count": [148]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [148]}, "subtask_annotation": {"mean": [2.074324324324324, 4.0, 4.0, 4.0, 4.0], "std": [0.847023534375938, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [148]}, "scene_annotation": {"mean": [40.0], "std": [0.0], "min": [40], "max": [40], "count": [148]}, "eef_direction_state": {"mean": [5.6891891891891895, 3.8445945945945947], "std": [0.7245814388353788, 1.8552804036551982], "min": [4, 0], "max": [6, 6], "count": [148]}, "eef_velocity_state": {"mean": [0.20945945945945946, 1.087837837837838], "std": [0.5231580090283608, 0.8377016018269465], "min": [0, 0], "max": [2, 2], "count": [148]}, "eef_acc_mag_state": {"mean": [0.23648648648648649, 1.0135135135135136], "std": [0.5618681013644559, 0.8620096450711926], "min": [0, 0], "max": [2, 2], "count": [148]}, "eef_direction_action": {"mean": [5.6891891891891895, 3.8445945945945947], "std": [0.7245814388353788, 1.8552804036551982], "min": [4, 0], "max": [6, 6], "count": [148]}, "eef_velocity_action": {"mean": [0.20945945945945946, 1.087837837837838], "std": [0.5231580090283608, 0.8377016018269465], "min": [0, 0], "max": [2, 2], "count": [148]}, "eef_acc_mag_action": {"mean": [0.23648648648648649, 1.0135135135135136], "std": [0.5618681013644559, 0.8620096450711926], "min": [0, 0], "max": [2, 2], "count": [148]}, "eef_sim_pose_state": {"mean": [0.5796915698844648, 0.20783741498852965, 1.1646711112881694, -1.8409968112953938, 1.3877212903313922, -2.289933901800697, 0.6640604348550216, -0.07911397574672, 1.2238656320516477, 1.2260535783393403, 0.9595657327221236, 2.1480557792193737], "std": [0.003176237282766008, 0.004996578236778012, 0.012606669434324981, 0.21944835751996924, 0.05037547258077238, 0.22758317495433353, 0.013188425977975612, 0.06845365025662452, 0.05414815078696673, 0.2795399844194484, 0.08430313210113333, 0.12490987267800616], "min": [0.575778479124708, 0.20426694007191348, 1.1563714007581944, -1.9950003380241108, 1.1276323339500127, -2.449194335384571, 0.6170073470195017, -0.1791653973547498, 1.1455682586189664, 0.8709906448376281, 0.6380511141180345, 1.8586827279079317], "max": [0.5851669598276374, 0.2299606399445157, 1.218510923519134, -1.0598433415478459, 1.4122115443879997, -1.4877012632768314, 0.6773033841463345, 0.0045864881149557946, 1.2848189073098075, 1.6548688715140458, 1.054061168646213, 2.343692277288766], "count": [148]}, "eef_sim_pose_action": {"mean": [0.5796915698844648, 0.20783741498852965, 1.1646711112881694, -1.8409968112953938, 1.3877212903313922, -2.289933901800697, 0.6640604348550216, -0.07911397574672, 1.2238656320516477, 1.2260535783393403, 0.9595657327221236, 2.1480557792193737], "std": [0.003176237282766008, 0.004996578236778012, 0.012606669434324981, 0.21944835751996924, 0.05037547258077238, 0.22758317495433353, 0.013188425977975612, 0.06845365025662452, 0.05414815078696673, 0.2795399844194484, 0.08430313210113333, 0.12490987267800616], "min": [0.575778479124708, 0.20426694007191348, 1.1563714007581944, -1.9950003380241108, 1.1276323339500127, -2.449194335384571, 0.6170073470195017, -0.1791653973547498, 1.1455682586189664, 0.8709906448376281, 0.6380511141180345, 1.8586827279079317], "max": [0.5851669598276374, 0.2299606399445157, 1.218510923519134, -1.0598433415478459, 1.4122115443879997, -1.4877012632768314, 0.6773033841463345, 0.0045864881149557946, 1.2848189073098075, 1.6548688715140458, 1.054061168646213, 2.343692277288766], "count": [148]}}} +{"episode_index": 41, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.027450980392156862]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4898051225490196]], [[0.4750037418300654]], [[0.4627632741013072]]], "std": [[[0.19496430429331635]], [[0.19150504925360456]], [[0.19291155315511507]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07058823529411765]], [[0.15294117647058825]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5025978104575164]], [[0.5185924611928104]], [[0.5023210355392157]]], "std": [[[0.30898849373478054]], [[0.3129899707704959]], [[0.32349669623295396]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.08235294117647059]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5595455678104575]], [[0.5627284906045752]], [[0.538934242238562]]], "std": [[[0.30218274900741354]], [[0.3050256275902872]], [[0.31332157135534106]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4401200428921569]], [[0.4590797283496732]], [[0.4299522589869281]]], "std": [[[0.32336430983258685]], [[0.3351262922334254]], [[0.35278469944552465]]], "count": [100]}, "observation.state": {"min": [1.0856794118881226, -0.7480523586273193, 0.7386797070503235, -0.3848876357078552, -1.5103676319122314, 0.9762594699859619, -1.0375181436538696, -1.2698606252670288, 1.0693819522857666, -0.5434595942497253, 0.7538910508155823, -0.703965425491333, 18.71875, 67.89221954345703, -0.6987500190734863, 5.371110916137695, 9.064374923706055, -0.390625, 17.303125381469727, -0.3231250047683716, 15.703332901000977, -0.890625, 1.212499976158142, 16.919374465942383, 51.93312454223633, 52.619998931884766, 0.5306249856948853, -0.02499999664723873, 25.674999237060547, 0.7512500286102295, 25.590999603271484, 0.0, 23.854999542236328, 0.06624999642372131, 12.094374656677246, 17.806875228881836], "max": [1.1892499923706055, -0.6768806576728821, 0.8105719685554504, -0.29976826906204224, -1.1073520183563232, 1.379654049873352, -0.3778515160083771, -0.8571755290031433, 1.374384880065918, 0.14061611890792847, 1.5185482501983643, -0.527556836605072, 29.833749771118164, 71.57250213623047, 27.31937599182129, 9.541250228881836, 20.197999954223633, 0.41624996066093445, 19.448749542236328, 0.36374998092651367, 19.7081241607666, 0.625, 1.7677778005599976, 36.881248474121094, 74.50250244140625, 61.95888900756836, 2.396250009536743, 2.578749895095825, 55.765625, 10.703125, 63.11125183105469, 0.0, 63.13750076293945, 64.07125091552734, 49.86499786376953, 91.02812957763672], "mean": [1.1176342964172363, -0.6877875328063965, 0.7546800971031189, -0.3198637366294861, -1.1803936958312988, 1.3470346927642822, -0.6595355272293091, -1.067715048789978, 1.2553247213363647, -0.26767396926879883, 0.919842004776001, -0.5939589738845825, 23.555662155151367, 69.8965072631836, 3.4213948249816895, 8.25249195098877, 13.939742088317871, -0.09859856218099594, 18.041748046875, -0.09910381585359573, 18.348751068115234, -0.4301776885986328, 1.2668896913528442, 25.890472412109375, 64.13690185546875, 55.12628936767578, 0.8082055449485779, 0.6232110261917114, 43.445430755615234, 3.340193033218384, 47.353614807128906, 0.0, 46.859615325927734, 18.100065231323242, 31.01227378845215, 57.273826599121094], "std": [0.021562796086072922, 0.013446670956909657, 0.016859475523233414, 0.0186654943972826, 0.08501876890659332, 0.08365791290998459, 0.2344389408826828, 0.13334164023399353, 0.08884799480438232, 0.19982366263866425, 0.18583126366138458, 0.05115026980638504, 3.092357635498047, 1.132934808731079, 8.300607681274414, 1.133697271347046, 3.874279499053955, 0.11232078075408936, 0.5979158878326416, 0.09941073507070541, 0.8467318415641785, 0.46014168858528137, 0.10259969532489777, 6.018631458282471, 8.247435569763184, 1.9545942544937134, 0.3725023567676544, 0.5925047993659973, 10.028051376342773, 3.350074052810669, 12.50120735168457, 0.0, 11.737189292907715, 21.974510192871094, 12.667139053344727, 20.024600982666016], "count": [118]}, "action": {"min": [1.0856794118881226, -0.7480523586273193, 0.7386797070503235, -0.3848876357078552, -1.5103676319122314, 0.9762594699859619, -1.0375181436538696, -1.2698606252670288, 1.0693819522857666, -0.5434595942497253, 0.7538910508155823, -0.703965425491333, 18.71875, 67.89221954345703, -0.6987500190734863, 5.371110916137695, 9.064374923706055, -0.390625, 17.303125381469727, -0.3231250047683716, 15.703332901000977, -0.890625, 1.212499976158142, 16.919374465942383, 51.93312454223633, 52.619998931884766, 0.5306249856948853, -0.02499999664723873, 25.674999237060547, 0.7512500286102295, 25.590999603271484, 0.0, 23.854999542236328, 0.06624999642372131, 12.094374656677246, 17.806875228881836], "max": [1.1892499923706055, -0.6768806576728821, 0.8105719685554504, -0.29976826906204224, -1.1073520183563232, 1.379654049873352, -0.3778515160083771, -0.8571755290031433, 1.374384880065918, 0.14061611890792847, 1.5185482501983643, -0.527556836605072, 29.833749771118164, 71.57250213623047, 27.31937599182129, 9.541250228881836, 20.197999954223633, 0.41624996066093445, 19.448749542236328, 0.36374998092651367, 19.7081241607666, 0.625, 1.7677778005599976, 36.881248474121094, 74.50250244140625, 61.95888900756836, 2.396250009536743, 2.578749895095825, 55.765625, 10.703125, 63.11125183105469, 0.0, 63.13750076293945, 64.07125091552734, 49.86499786376953, 91.02812957763672], "mean": [1.1176337003707886, -0.6877875924110413, 0.7546803951263428, -0.31986361742019653, -1.1803935766220093, 1.3470346927642822, -0.6595359444618225, -1.067715048789978, 1.2553247213363647, -0.2676739990711212, 0.9198419451713562, -0.5939590930938721, 23.555673599243164, 69.896484375, 3.4213955402374268, 8.252490997314453, 13.93973445892334, -0.09859854727983475, 18.041738510131836, -0.09910382330417633, 18.348756790161133, -0.4301777184009552, 1.2668896913528442, 25.890480041503906, 64.13690948486328, 55.12630844116211, 0.8082057237625122, 0.6232110261917114, 43.44544219970703, 3.3401923179626465, 47.3536262512207, 0.0, 46.8596076965332, 18.100067138671875, 31.012277603149414, 57.27383041381836], "std": [0.021562794223427773, 0.013446671888232231, 0.016859475523233414, 0.0186654943972826, 0.08501876890659332, 0.08365791290998459, 0.2344389408826828, 0.13334164023399353, 0.08884800970554352, 0.19982366263866425, 0.18583127856254578, 0.05115027725696564, 3.092357635498047, 1.1329346895217896, 8.300606727600098, 1.133697271347046, 3.874279260635376, 0.11232072860002518, 0.597915768623352, 0.0994107648730278, 0.8467318415641785, 0.4601415991783142, 0.10259971022605896, 6.018631458282471, 8.247435569763184, 1.9545942544937134, 0.3725023567676544, 0.5925048589706421, 10.028053283691406, 3.350074529647827, 12.501208305358887, 0.0, 11.737190246582031, 21.974512100219727, 12.667139053344727, 20.024600982666016], "count": [118]}, "timestamp": {"min": [0.0], "max": [3.9], "mean": [1.9500000000000002], "std": [1.1354147553500733], "count": [118]}, "frame_index": {"min": [0], "max": [117], "mean": [58.5], "std": [34.0624426605022], "count": [118]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [118]}, "index": {"min": [6258], "max": [6375], "mean": [6316.5], "std": [34.0624426605022], "count": [118]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [118]}, "subtask_annotation": {"mean": [2.2288135593220337, 4.0, 4.0, 4.0, 4.0], "std": [0.8869201801277501, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [118]}, "scene_annotation": {"mean": [41.0], "std": [0.0], "min": [41], "max": [41], "count": [118]}, "eef_direction_state": {"mean": [5.423728813559322, 3.364406779661017], "std": [1.1379939207860688, 1.5219593428570843], "min": [2, 0], "max": [6, 6], "count": [118]}, "eef_velocity_state": {"mean": [0.2711864406779661, 1.3983050847457628], "std": [0.5314039120878264, 0.6527624546322612], "min": [0, 0], "max": [2, 2], "count": [118]}, "eef_acc_mag_state": {"mean": [0.3050847457627119, 1.2627118644067796], "std": [0.6176565138402913, 0.763887982089828], "min": [0, 0], "max": [2, 2], "count": [118]}, "eef_direction_action": {"mean": [5.423728813559322, 3.364406779661017], "std": [1.1379939207860688, 1.5219593428570843], "min": [2, 0], "max": [6, 6], "count": [118]}, "eef_velocity_action": {"mean": [0.2711864406779661, 1.3983050847457628], "std": [0.5314039120878264, 0.6527624546322612], "min": [0, 0], "max": [2, 2], "count": [118]}, "eef_acc_mag_action": {"mean": [0.3050847457627119, 1.2627118644067796], "std": [0.6176565138402913, 0.763887982089828], "min": [0, 0], "max": [2, 2], "count": [118]}, "eef_sim_pose_state": {"mean": [0.5816293961076074, 0.21093277327130985, 1.1808446454506742, -1.3977032332708976, 1.2583310319069192, -1.8733653814812803, 0.6529896503429686, -0.09870878638984819, 1.2165431906335828, 1.2127901282640965, 0.9099196999821598, 2.148529488725679], "std": [0.003511434585874906, 0.00791302489219278, 0.012666200495545907, 0.11749063246206365, 0.09935917901268823, 0.12078836480998216, 0.017404889339857822, 0.07478907376717868, 0.05704676174849983, 0.2762239534510126, 0.10892095400587758, 0.1331263431219511], "min": [0.5776460234726289, 0.20488017381960444, 1.1712318428967907, -1.5098666121666586, 0.8272800101262501, -1.9870944652363138, 0.6027761271068071, -0.19609223868708864, 1.1354077297644674, 0.8423081861410147, 0.5600163326822352, 1.805879221643934], "max": [0.5879346494221469, 0.24140285163052924, 1.2217250586407877, -1.0946216642278972, 1.296874055099671, -1.5830768601704843, 0.6694589686406531, 0.009317949889656868, 1.2899273487875906, 1.6236023169713878, 1.0251521569862323, 2.33229537017183], "count": [118]}, "eef_sim_pose_action": {"mean": [0.5816293961076074, 0.21093277327130985, 1.1808446454506742, -1.3977032332708976, 1.2583310319069192, -1.8733653814812803, 0.6529896503429686, -0.09870878638984819, 1.2165431906335828, 1.2127901282640965, 0.9099196999821598, 2.148529488725679], "std": [0.003511434585874906, 0.00791302489219278, 0.012666200495545907, 0.11749063246206365, 0.09935917901268823, 0.12078836480998216, 0.017404889339857822, 0.07478907376717868, 0.05704676174849983, 0.2762239534510126, 0.10892095400587758, 0.1331263431219511], "min": [0.5776460234726289, 0.20488017381960444, 1.1712318428967907, -1.5098666121666586, 0.8272800101262501, -1.9870944652363138, 0.6027761271068071, -0.19609223868708864, 1.1354077297644674, 0.8423081861410147, 0.5600163326822352, 1.805879221643934], "max": [0.5879346494221469, 0.24140285163052924, 1.2217250586407877, -1.0946216642278972, 1.296874055099671, -1.5830768601704843, 0.6694589686406531, 0.009317949889656868, 1.2899273487875906, 1.6236023169713878, 1.0251521569862323, 2.33229537017183], "count": [118]}}} +{"episode_index": 42, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48417568423202617]], [[0.4723371180555555]], [[0.4601343280228758]]], "std": [[[0.1998085849307948]], [[0.19375546570822552]], [[0.19526872575155466]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.1411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49991137254901963]], [[0.5162724285130719]], [[0.5002775285947713]]], "std": [[[0.30925050185273456]], [[0.3123077673407882]], [[0.32301173663390925]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.11764705882352941]], [[0.08235294117647059]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5696104003267974]], [[0.5692059232026144]], [[0.5449885927287582]]], "std": [[[0.29131777514175616]], [[0.2946715532846114]], [[0.30312728059396543]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4388256781045752]], [[0.4571181719771242]], [[0.42924494076797387]]], "std": [[[0.32304120505084827]], [[0.3345625853957336]], [[0.35146924165715826]]], "count": [100]}, "observation.state": {"min": [1.1030365228652954, -0.7066834568977356, 0.7297150492668152, -0.3964484632015228, -1.492480754852295, 0.933195173740387, -0.9056229591369629, -1.2484979629516602, 1.1278324127197266, -0.6066414713859558, 0.7282606363296509, -0.6315804719924927, 19.873748779296875, 65.42375183105469, -0.6943750381469727, 0.8288888931274414, 22.89444351196289, -0.16750000417232513, 21.603750228881836, -0.84375, 18.375625610351562, 0.6462500095367432, 1.1887500286102295, 13.981249809265137, 43.529998779296875, 54.125, 0.5149999856948853, -0.4037500023841858, 17.758888244628906, 0.8474999666213989, 16.33333396911621, 0.0, 12.973125457763672, 0.07187499850988388, 0.640625, 22.2663631439209], "max": [1.2307884693145752, -0.6580453515052795, 0.8090460896492004, -0.3735599219799042, -1.0915207862854004, 1.428435206413269, -0.35152971744537354, -0.8934157490730286, 1.362869143486023, -0.06351567804813385, 1.311449408531189, -0.49007686972618103, 38.89125061035156, 69.06437683105469, 11.369999885559082, 7.998125076293945, 29.094999313354492, 0.42499998211860657, 30.873125076293945, -0.05125000327825546, 23.80875015258789, 1.0199999809265137, 1.2699999809265137, 36.880001068115234, 75.58000183105469, 62.41250228881836, 2.231250047683716, 5.198124885559082, 53.239376068115234, 20.260000228881836, 59.240623474121094, 0.0, 64.51187896728516, 67.41875457763672, 55.08124923706055, 84.00187683105469], "mean": [1.127373218536377, -0.6884180307388306, 0.7614548802375793, -0.3840869665145874, -1.1572684049606323, 1.3576164245605469, -0.576612651348114, -1.094530701637268, 1.2797009944915771, -0.380199670791626, 0.8427138328552246, -0.5302332639694214, 31.380695343017578, 67.30606842041016, 0.9773567914962769, 5.896487712860107, 25.99873924255371, -0.057149745523929596, 27.42529296875, -0.24256490170955658, 21.429094314575195, 0.9027056097984314, 1.2260831594467163, 20.400882720947266, 60.96686553955078, 55.56661605834961, 0.7869023084640503, 1.2471423149108887, 38.41343688964844, 7.699584007263184, 38.046756744384766, 0.0, 34.935726165771484, 17.438159942626953, 18.50395965576172, 52.33359146118164], "std": [0.027315668761730194, 0.014761196449398994, 0.0206611230969429, 0.0076750474981963634, 0.08717405050992966, 0.11125437170267105, 0.20124928653240204, 0.11428578197956085, 0.06240714341402054, 0.18629305064678192, 0.1251676231622696, 0.03907648101449013, 4.204228401184082, 1.3276660442352295, 3.652024507522583, 1.9082353115081787, 1.8203113079071045, 0.09692342579364777, 3.184929370880127, 0.26800063252449036, 1.9146323204040527, 0.044313639402389526, 0.02213934436440468, 4.897891044616699, 10.309076309204102, 1.7115728855133057, 0.34951043128967285, 1.5066806077957153, 12.523974418640137, 7.530078411102295, 15.850322723388672, 0.0, 17.682170867919922, 24.36572265625, 18.398773193359375, 18.282957077026367], "count": [127]}, "action": {"min": [1.1030365228652954, -0.7066834568977356, 0.7297150492668152, -0.3964484632015228, -1.492480754852295, 0.933195173740387, -0.9056229591369629, -1.2484979629516602, 1.1278324127197266, -0.6066414713859558, 0.7282606363296509, -0.6315804719924927, 19.873748779296875, 65.42375183105469, -0.6943750381469727, 0.8288888931274414, 22.89444351196289, -0.16750000417232513, 21.603750228881836, -0.84375, 18.375625610351562, 0.6462500095367432, 1.1887500286102295, 13.981249809265137, 43.529998779296875, 54.125, 0.5149999856948853, -0.4037500023841858, 17.758888244628906, 0.8474999666213989, 16.33333396911621, 0.0, 12.973125457763672, 0.07187499850988388, 0.640625, 22.2663631439209], "max": [1.2307884693145752, -0.6580453515052795, 0.8090460896492004, -0.3735599219799042, -1.0915207862854004, 1.428435206413269, -0.35152971744537354, -0.8934157490730286, 1.362869143486023, -0.06351567804813385, 1.311449408531189, -0.49007686972618103, 38.89125061035156, 69.06437683105469, 11.369999885559082, 7.998125076293945, 29.094999313354492, 0.42499998211860657, 30.873125076293945, -0.05125000327825546, 23.80875015258789, 1.0199999809265137, 1.2699999809265137, 36.880001068115234, 75.58000183105469, 62.41250228881836, 2.231250047683716, 5.198124885559082, 53.239376068115234, 20.260000228881836, 59.240623474121094, 0.0, 64.51187896728516, 67.41875457763672, 55.08124923706055, 84.00187683105469], "mean": [1.1273729801177979, -0.688417911529541, 0.7614548802375793, -0.3840870261192322, -1.1572684049606323, 1.3576164245605469, -0.5766124129295349, -1.094530701637268, 1.279700756072998, -0.38019970059394836, 0.8427137732505798, -0.5302330851554871, 31.380691528320312, 67.30609893798828, 0.9773564338684082, 5.896488666534424, 25.998733520507812, -0.057149726897478104, 27.425291061401367, -0.24256481230258942, 21.42909049987793, 0.9027054905891418, 1.2260830402374268, 20.40087890625, 60.966880798339844, 55.56663513183594, 0.7869020104408264, 1.2471424341201782, 38.41342544555664, 7.6995849609375, 38.0467643737793, 0.0, 34.935726165771484, 17.438169479370117, 18.503971099853516, 52.333580017089844], "std": [0.027315668761730194, 0.01476119365543127, 0.020661121234297752, 0.0076750474981963634, 0.08717405050992966, 0.11125437170267105, 0.20124924182891846, 0.11428576707839966, 0.06240714341402054, 0.18629305064678192, 0.1251676231622696, 0.039076484739780426, 4.20422887802124, 1.3276658058166504, 3.652024984359741, 1.9082353115081787, 1.8203113079071045, 0.09692344814538956, 3.184929370880127, 0.26800063252449036, 1.9146325588226318, 0.04431362822651863, 0.02213934436440468, 4.897891521453857, 10.309076309204102, 1.711572527885437, 0.34951052069664, 1.5066806077957153, 12.523974418640137, 7.530078411102295, 15.850322723388672, 0.0, 17.682167053222656, 24.36572265625, 18.398771286010742, 18.282958984375], "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": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [127]}, "index": {"min": [6376], "max": [6502], "mean": [6439.0], "std": [36.66060555964672], "count": [127]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [127]}, "subtask_annotation": {"mean": [2.141732283464567, 4.0, 4.0, 4.0, 4.0], "std": [0.9283327655552428, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [127]}, "scene_annotation": {"mean": [42.0], "std": [0.0], "min": [42], "max": [42], "count": [127]}, "eef_direction_state": {"mean": [5.606299212598425, 3.1968503937007875], "std": [0.7952366093198485, 1.848767923749671], "min": [4, 0], "max": [6, 6], "count": [127]}, "eef_velocity_state": {"mean": [0.25984251968503935, 1.3070866141732282], "std": [0.5641884761471766, 0.6700782775241978], "min": [0, 0], "max": [2, 2], "count": [127]}, "eef_acc_mag_state": {"mean": [0.3228346456692913, 1.031496062992126], "std": [0.6384268283661256, 0.8318181194484564], "min": [0, 0], "max": [2, 2], "count": [127]}, "eef_direction_action": {"mean": [5.606299212598425, 3.1968503937007875], "std": [0.7952366093198485, 1.848767923749671], "min": [4, 0], "max": [6, 6], "count": [127]}, "eef_velocity_action": {"mean": [0.25984251968503935, 1.3070866141732282], "std": [0.5641884761471766, 0.6700782775241978], "min": [0, 0], "max": [2, 2], "count": [127]}, "eef_acc_mag_action": {"mean": [0.3228346456692913, 1.031496062992126], "std": [0.6384268283661256, 0.8318181194484564], "min": [0, 0], "max": [2, 2], "count": [127]}, "eef_sim_pose_state": {"mean": [0.5880924933067396, 0.22534926044960643, 1.171832736571589, -1.517436694722854, 1.2540051512584525, -1.9302819143041516, 0.65529938702007, -0.07619334014527256, 1.2221300004394362, 1.2208477037253396, 0.9372421960034352, 2.209049281100129], "std": [0.0035462619368841425, 0.007287613909537304, 0.01396453984763347, 0.12365595581917095, 0.10381419555765348, 0.11551446640306202, 0.013089009759397818, 0.0690577191426654, 0.0583027487347511, 0.2804296500831916, 0.09318025222949189, 0.10973822642481298], "min": [0.5801586970019119, 0.21879659892804565, 1.1592987497786569, -1.6339398784920556, 0.8534012687211918, -2.0515462419850445, 0.6146218283212241, -0.1734390289826418, 1.134639484207661, 0.8988673612782676, 0.6488027392956441, 1.9380525638250665], "max": [0.5927218255212408, 0.25138837010338344, 1.220959129253297, -1.1446297545808235, 1.3266637246657575, -1.624801623551689, 0.6713623414388366, 0.007805653102859911, 1.2815275054041155, 1.651538103513774, 1.055789075861493, 2.377542341753235], "count": [127]}, "eef_sim_pose_action": {"mean": [0.5880924933067396, 0.22534926044960643, 1.171832736571589, -1.517436694722854, 1.2540051512584525, -1.9302819143041516, 0.65529938702007, -0.07619334014527256, 1.2221300004394362, 1.2208477037253396, 0.9372421960034352, 2.209049281100129], "std": [0.0035462619368841425, 0.007287613909537304, 0.01396453984763347, 0.12365595581917095, 0.10381419555765348, 0.11551446640306202, 0.013089009759397818, 0.0690577191426654, 0.0583027487347511, 0.2804296500831916, 0.09318025222949189, 0.10973822642481298], "min": [0.5801586970019119, 0.21879659892804565, 1.1592987497786569, -1.6339398784920556, 0.8534012687211918, -2.0515462419850445, 0.6146218283212241, -0.1734390289826418, 1.134639484207661, 0.8988673612782676, 0.6488027392956441, 1.9380525638250665], "max": [0.5927218255212408, 0.25138837010338344, 1.220959129253297, -1.1446297545808235, 1.3266637246657575, -1.624801623551689, 0.6713623414388366, 0.007805653102859911, 1.2815275054041155, 1.651538103513774, 1.055789075861493, 2.377542341753235], "count": [127]}}} +{"episode_index": 43, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4844639848856209]], [[0.46995180351307186]], [[0.45651972630718957]]], "std": [[[0.19649339870576443]], [[0.1907967800232075]], [[0.1928923283201822]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.13725490196078433]], [[0.10588235294117647]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5256149754901961]], [[0.542574795751634]], [[0.5252564113562092]]], "std": [[[0.3147061259763391]], [[0.31638117567762986]], [[0.32860786072847026]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06274509803921569]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5704399918300653]], [[0.5676639072712418]], [[0.5423247140522875]]], "std": [[[0.29366048711451825]], [[0.29601420934412825]], [[0.30578403303643586]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4299893770424837]], [[0.45052998774509806]], [[0.4268797855392157]]], "std": [[[0.322071419360177]], [[0.33252801032359797]], [[0.3460861760789708]]], "count": [100]}, "observation.state": {"min": [1.1156014204025269, -0.6837949156761169, 0.7625696063041687, -0.3555563986301422, -1.3701965808868408, 1.147457242012024, -0.9694724082946777, -1.2762264013290405, 1.1297398805618286, -0.6143425107002258, 0.6456473469734192, -0.7446879744529724, 24.733123779296875, 60.39624786376953, -0.7443749904632568, 3.6311111450195312, 14.90999984741211, 0.47874999046325684, 7.288749694824219, -0.359375, 1.6050000190734863, -3.5956249237060547, 1.2649999856948853, -0.6306250095367432, 48.58374786376953, 51.59937286376953, 0.6356250047683716, -0.684374988079071, 24.166250228881836, 0.33250001072883606, 21.415000915527344, 0.0, 19.364999771118164, 0.38999998569488525, 10.239999771118164, 7.838749885559082], "max": [1.213187575340271, -0.6484130620956421, 0.8039597272872925, -0.28782328963279724, -1.1600432395935059, 1.2446116209030151, -0.30155640840530396, -0.9169241786003113, 1.3754100799560547, 0.0006675824988633394, 1.153136968612671, -0.6057116389274597, 35.88624954223633, 63.743751525878906, 10.52187442779541, 9.1875, 19.046875, 8.037500381469727, 14.658888816833496, 0.5562499761581421, 11.382222175598145, -3.299999952316284, 2.0544445514678955, 15.445555686950684, 66.27750396728516, 59.25749969482422, 1.9674999713897705, 1.9093749523162842, 58.99625015258789, 20.4481258392334, 75.34750366210938, 0.0, 66.41312408447266, 81.40374755859375, 52.90062713623047, 97.42375183105469], "mean": [1.1666357517242432, -0.6700092554092407, 0.7852882742881775, -0.3203553557395935, -1.2161436080932617, 1.2163448333740234, -0.5127601027488708, -1.1312289237976074, 1.3178030252456665, -0.39230212569236755, 0.7445810437202454, -0.6494830846786499, 29.239391326904297, 61.82551574707031, 0.4035223722457886, 8.046143531799316, 16.968046188354492, 0.8150730133056641, 9.523710250854492, 0.44523030519485474, 3.818938970565796, -3.5445644855499268, 1.3345649242401123, 0.05633985251188278, 60.992252349853516, 53.875267028808594, 0.8250367045402527, 0.3299253284931183, 47.46552658081055, 4.8848700523376465, 54.576820373535156, 0.0, 52.61922836303711, 14.380435943603516, 31.5986270904541, 58.3013916015625], "std": [0.03815058618783951, 0.00868860725313425, 0.013743365183472633, 0.022219102829694748, 0.039356667548418045, 0.016833940520882607, 0.19830679893493652, 0.11129825562238693, 0.058826129883527756, 0.19770152866840363, 0.12274061888456345, 0.047279663383960724, 3.445981025695801, 0.994756817817688, 3.047550916671753, 1.1401809453964233, 1.159019947052002, 1.1687229871749878, 1.3789079189300537, 0.18901045620441437, 1.7124508619308472, 0.04294262453913689, 0.13512609899044037, 2.543698787689209, 3.9626216888427734, 1.7573199272155762, 0.22992157936096191, 0.7019076943397522, 10.977147102355957, 5.651001453399658, 14.560897827148438, 0.0, 13.256850242614746, 22.09804916381836, 9.287819862365723, 22.5493221282959], "count": [182]}, "action": {"min": [1.1156014204025269, -0.6837949156761169, 0.7625696063041687, -0.3555563986301422, -1.3701965808868408, 1.147457242012024, -0.9694724082946777, -1.2762264013290405, 1.1297398805618286, -0.6143425107002258, 0.6456473469734192, -0.7446879744529724, 24.733123779296875, 60.39624786376953, -0.7443749904632568, 3.6311111450195312, 14.90999984741211, 0.47874999046325684, 7.288749694824219, -0.359375, 1.6050000190734863, -3.5956249237060547, 1.2649999856948853, -0.6306250095367432, 48.58374786376953, 51.59937286376953, 0.6356250047683716, -0.684374988079071, 24.166250228881836, 0.33250001072883606, 21.415000915527344, 0.0, 19.364999771118164, 0.38999998569488525, 10.239999771118164, 7.838749885559082], "max": [1.213187575340271, -0.6484130620956421, 0.8039597272872925, -0.28782328963279724, -1.1600432395935059, 1.2446116209030151, -0.30155640840530396, -0.9169241786003113, 1.3754100799560547, 0.0006675824988633394, 1.153136968612671, -0.6057116389274597, 35.88624954223633, 63.743751525878906, 10.52187442779541, 9.1875, 19.046875, 8.037500381469727, 14.658888816833496, 0.5562499761581421, 11.382222175598145, -3.299999952316284, 2.0544445514678955, 15.445555686950684, 66.27750396728516, 59.25749969482422, 1.9674999713897705, 1.9093749523162842, 58.99625015258789, 20.4481258392334, 75.34750366210938, 0.0, 66.41312408447266, 81.40374755859375, 52.90062713623047, 97.42375183105469], "mean": [1.1666359901428223, -0.6700088381767273, 0.7852880358695984, -0.32035529613494873, -1.2161431312561035, 1.2163450717926025, -0.51276034116745, -1.1312291622161865, 1.3178032636642456, -0.39230212569236755, 0.7445811033248901, -0.649482786655426, 29.239383697509766, 61.825538635253906, 0.4035220444202423, 8.04614543914795, 16.968050003051758, 0.8150728940963745, 9.523696899414062, 0.4452303647994995, 3.8189399242401123, -3.5445640087127686, 1.3345645666122437, 0.05633993819355965, 60.992252349853516, 53.87525939941406, 0.8250365257263184, 0.3299253582954407, 47.46551513671875, 4.8848700523376465, 54.57683181762695, 0.0, 52.61922073364258, 14.38044261932373, 31.59860610961914, 58.30141830444336], "std": [0.038150593638420105, 0.008688605390489101, 0.013743361458182335, 0.022219102829694748, 0.03935666382312775, 0.016833938658237457, 0.19830679893493652, 0.11129828542470932, 0.058826129883527756, 0.19770154356956482, 0.12274064868688583, 0.04727966710925102, 3.445981979370117, 0.994756817817688, 3.047551155090332, 1.1401809453964233, 1.1590200662612915, 1.1687226295471191, 1.3789077997207642, 0.18901051580905914, 1.7124508619308472, 0.04294262081384659, 0.13512609899044037, 2.543698787689209, 3.9626214504241943, 1.7573201656341553, 0.22992151975631714, 0.7019078731536865, 10.97714614868164, 5.651001453399658, 14.560895919799805, 0.0, 13.256853103637695, 22.09805679321289, 9.287818908691406, 22.5493221282959], "count": [182]}, "timestamp": {"min": [0.0], "max": [6.033333333333333], "mean": [3.0166666666666666], "std": [1.751269380890457], "count": [182]}, "frame_index": {"min": [0], "max": [181], "mean": [90.5], "std": [52.53808142671371], "count": [182]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [182]}, "index": {"min": [6503], "max": [6684], "mean": [6593.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [182]}, "subtask_annotation": {"mean": [2.21978021978022, 4.0, 4.0, 4.0, 4.0], "std": [0.8360319385323188, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [182]}, "scene_annotation": {"mean": [43.0], "std": [0.0], "min": [43], "max": [43], "count": [182]}, "eef_direction_state": {"mean": [5.78021978021978, 3.0274725274725274], "std": [0.625505471242097, 1.9818720162527423], "min": [4, 0], "max": [6, 6], "count": [182]}, "eef_velocity_state": {"mean": [0.13186813186813187, 1.1043956043956045], "std": [0.3980389071708756, 0.7148983002923556], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_acc_mag_state": {"mean": [0.15384615384615385, 0.7747252747252747], "std": [0.4670006452939732, 0.8508681289586959], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_direction_action": {"mean": [5.78021978021978, 3.0274725274725274], "std": [0.625505471242097, 1.9818720162527423], "min": [4, 0], "max": [6, 6], "count": [182]}, "eef_velocity_action": {"mean": [0.13186813186813187, 1.1043956043956045], "std": [0.3980389071708756, 0.7148983002923556], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_acc_mag_action": {"mean": [0.15384615384615385, 0.7747252747252747], "std": [0.4670006452939732, 0.8508681289586959], "min": [0, 0], "max": [2, 2], "count": [182]}, "eef_sim_pose_state": {"mean": [0.5856117893310907, 0.2296199059657595, 1.1836344066447901, -1.4017377497590666, 1.187320610737842, -1.85884105230039, 0.6756850230860485, -0.06840627769718191, 1.2250276049039226, 1.1930541925686386, 1.0708746974327155, 2.125250453061054], "std": [0.004297620108584407, 0.006522374311395404, 0.008936520032183835, 0.07167678078875246, 0.02474581356667234, 0.06844181633897561, 0.016796668229880726, 0.07173884348533946, 0.05294740197123919, 0.2735533702192384, 0.08305031589499705, 0.11512932260562707], "min": [0.580614130096883, 0.21960532353411888, 1.176416143202252, -1.4618486537109723, 1.0646396934195947, -1.9035553288780092, 0.6313856838287477, -0.1785147960364591, 1.1505106211144154, 0.8971047643614336, 0.7995671335596524, 1.8369865040094426], "max": [0.5923044595872634, 0.24079537228474704, 1.2268964690310722, -1.0684930920511726, 1.2160379089903426, -1.5321806350747997, 0.7021354731175599, 0.021007987996949223, 1.2850658633421417, 1.6144756892216285, 1.1706078030026945, 2.326719067971232], "count": [182]}, "eef_sim_pose_action": {"mean": [0.5856117893310907, 0.2296199059657595, 1.1836344066447901, -1.4017377497590666, 1.187320610737842, -1.85884105230039, 0.6756850230860485, -0.06840627769718191, 1.2250276049039226, 1.1930541925686386, 1.0708746974327155, 2.125250453061054], "std": [0.004297620108584407, 0.006522374311395404, 0.008936520032183835, 0.07167678078875246, 0.02474581356667234, 0.06844181633897561, 0.016796668229880726, 0.07173884348533946, 0.05294740197123919, 0.2735533702192384, 0.08305031589499705, 0.11512932260562707], "min": [0.580614130096883, 0.21960532353411888, 1.176416143202252, -1.4618486537109723, 1.0646396934195947, -1.9035553288780092, 0.6313856838287477, -0.1785147960364591, 1.1505106211144154, 0.8971047643614336, 0.7995671335596524, 1.8369865040094426], "max": [0.5923044595872634, 0.24079537228474704, 1.2268964690310722, -1.0684930920511726, 1.2160379089903426, -1.5321806350747997, 0.7021354731175599, 0.021007987996949223, 1.2850658633421417, 1.6144756892216285, 1.1706078030026945, 2.326719067971232], "count": [182]}}} +{"episode_index": 44, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.00784313725490196]], [[0.043137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4863989133986928]], [[0.47586170955882356]], [[0.4622289808006536]]], "std": [[[0.2028511655834026]], [[0.19496792333813281]], [[0.19647382174088213]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.03137254901960784]], [[0.1568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49744397263071893]], [[0.5124884089052287]], [[0.49682188112745096]]], "std": [[[0.3034462677503936]], [[0.3070121265503404]], [[0.31616647887035354]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.08627450980392157]], [[0.06274509803921569]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5699022140522876]], [[0.5789181638071896]], [[0.5565141196895426]]], "std": [[[0.30208336491789434]], [[0.3015886995010259]], [[0.3089781462852885]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43903134803921573]], [[0.4593405065359477]], [[0.43504859068627455]]], "std": [[[0.3220454678042662]], [[0.3322141472108162]], [[0.34685986500778]]], "count": [100]}, "observation.state": {"min": [1.0156786441802979, -0.7338635921478271, 0.78895503282547, -0.3285987973213196, -1.213240623474121, 1.2982672452926636, -0.9854943752288818, -1.2767032384872437, 1.1474307775497437, -0.4676175117492676, 0.6759985089302063, -0.688420295715332, 12.978750228881836, 69.4000015258789, -0.8187500238418579, 4.285555362701416, 22.041873931884766, -0.8537499904632568, 21.162500381469727, -0.22937500476837158, 18.667499542236328, 0.37437498569488525, 1.131250023841858, 23.95687484741211, 58.28555679321289, 50.90999984741211, 0.7855555415153503, 0.07888888567686081, 31.510000228881836, -0.34312501549720764, 29.589231491088867, 0.0, 30.466922760009766, -0.004374999552965164, 4.598999977111816, 34.22312545776367], "max": [1.0639989376068115, -0.698418140411377, 0.8135204315185547, -0.2704184651374817, -0.993529200553894, 1.398250937461853, -0.3482871651649475, -0.9176871180534363, 1.37774658203125, 0.01344701275229454, 1.1675058603286743, -0.5926938056945801, 21.45222282409668, 73.65125274658203, 19.309999465942383, 6.785000324249268, 29.408124923706055, 0.23874998092651367, 24.41499900817871, 0.7087500095367432, 21.849374771118164, 1.4562499523162842, 1.25, 38.06500244140625, 75.42937469482422, 63.72500228881836, 1.9474999904632568, 3.163749933242798, 55.37937545776367, 16.160625457763672, 62.62125015258789, 0.0, 58.18000030517578, 73.19000244140625, 47.27000045776367, 98.71500396728516], "mean": [1.0310070514678955, -0.7295051217079163, 0.8061817288398743, -0.2803981304168701, -1.0204089879989624, 1.3896369934082031, -0.5698472857475281, -1.114869236946106, 1.3084083795547485, -0.3009161353111267, 0.8125238418579102, -0.6311659812927246, 16.27410888671875, 72.26386260986328, 1.230159044265747, 5.69064474105835, 25.993934631347656, -0.3131997287273407, 22.829723358154297, 0.5695430040359497, 20.488813400268555, 0.6090938448905945, 1.2055530548095703, 29.022544860839844, 66.80697631835938, 54.9621467590332, 0.9564164280891418, 1.2758455276489258, 46.2838020324707, 7.609949588775635, 50.42856216430664, 0.0, 45.69059753417969, 22.458349227905273, 23.172956466674805, 72.54448699951172], "std": [0.008356672711670399, 0.007237575016915798, 0.004913337994366884, 0.01075862068682909, 0.03714634105563164, 0.017821431159973145, 0.17279052734375, 0.10383360832929611, 0.060542408376932144, 0.14395132660865784, 0.12459050863981247, 0.03263143077492714, 1.9397717714309692, 0.8692063689231873, 5.298462867736816, 0.6396366357803345, 1.9272136688232422, 0.19123125076293945, 0.7922236323356628, 0.23049642145633698, 0.891284704208374, 0.15209130942821503, 0.02520102821290493, 3.7848544120788574, 4.704246997833252, 3.4235620498657227, 0.19568096101284027, 0.89995276927948, 8.098088264465332, 7.164323806762695, 10.39742374420166, 0.0, 7.409657001495361, 22.75297737121582, 10.66135311126709, 18.256196975708008], "count": [150]}, "action": {"min": [1.0156786441802979, -0.7338635921478271, 0.78895503282547, -0.3285987973213196, -1.213240623474121, 1.2982672452926636, -0.9854943752288818, -1.2767032384872437, 1.1474307775497437, -0.4676175117492676, 0.6759985089302063, -0.688420295715332, 12.978750228881836, 69.4000015258789, -0.8187500238418579, 4.285555362701416, 22.041873931884766, -0.8537499904632568, 21.162500381469727, -0.22937500476837158, 18.667499542236328, 0.37437498569488525, 1.131250023841858, 23.95687484741211, 58.28555679321289, 50.90999984741211, 0.7855555415153503, 0.07888888567686081, 31.510000228881836, -0.34312501549720764, 29.589231491088867, 0.0, 30.466922760009766, -0.004374999552965164, 4.598999977111816, 34.22312545776367], "max": [1.0639989376068115, -0.698418140411377, 0.8135204315185547, -0.2704184651374817, -0.993529200553894, 1.398250937461853, -0.3482871651649475, -0.9176871180534363, 1.37774658203125, 0.01344701275229454, 1.1675058603286743, -0.5926938056945801, 21.45222282409668, 73.65125274658203, 19.309999465942383, 6.785000324249268, 29.408124923706055, 0.23874998092651367, 24.41499900817871, 0.7087500095367432, 21.849374771118164, 1.4562499523162842, 1.25, 38.06500244140625, 75.42937469482422, 63.72500228881836, 1.9474999904632568, 3.163749933242798, 55.37937545776367, 16.160625457763672, 62.62125015258789, 0.0, 58.18000030517578, 73.19000244140625, 47.27000045776367, 98.71500396728516], "mean": [1.0310074090957642, -0.7295045256614685, 0.8061813116073608, -0.2803981304168701, -1.020409107208252, 1.3896377086639404, -0.5698471665382385, -1.114869475364685, 1.3084081411361694, -0.3009161353111267, 0.8125234246253967, -0.6311658620834351, 16.274110794067383, 72.26387786865234, 1.2301583290100098, 5.690644264221191, 25.993934631347656, -0.3131997287273407, 22.829710006713867, 0.5695431232452393, 20.488811492919922, 0.6090937852859497, 1.2055535316467285, 29.022552490234375, 66.80697631835938, 54.962154388427734, 0.9564164280891418, 1.2758456468582153, 46.2838134765625, 7.609943866729736, 50.42858123779297, 0.0, 45.690608978271484, 22.45834732055664, 23.172962188720703, 72.54447937011719], "std": [0.008356672711670399, 0.007237575948238373, 0.004913337994366884, 0.01075862068682909, 0.03714634105563164, 0.017821431159973145, 0.1727905422449112, 0.1038336232304573, 0.060542404651641846, 0.14395129680633545, 0.12459050863981247, 0.03263143077492714, 1.9397718906402588, 0.8692063689231873, 5.298463821411133, 0.6396366357803345, 1.9272139072418213, 0.1912311464548111, 0.7922236919403076, 0.23049640655517578, 0.891284704208374, 0.15209133923053741, 0.025201041251420975, 3.7848541736602783, 4.704246997833252, 3.4235618114471436, 0.19568093121051788, 0.8999527096748352, 8.098088264465332, 7.164323806762695, 10.39742374420166, 0.0, 7.409657001495361, 22.752971649169922, 10.66135311126709, 18.256196975708008], "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": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [150]}, "index": {"min": [6685], "max": [6834], "mean": [6759.5], "std": [43.300307928081374], "count": [150]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [150]}, "subtask_annotation": {"mean": [2.0533333333333332, 4.0, 4.0, 4.0, 4.0], "std": [1.0052307639984401, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [150]}, "scene_annotation": {"mean": [44.0], "std": [0.0], "min": [44], "max": [44], "count": [150]}, "eef_direction_state": {"mean": [5.76, 3.2666666666666666], "std": [0.6499230723708769, 1.795054935711499], "min": [4, 0], "max": [6, 6], "count": [150]}, "eef_velocity_state": {"mean": [0.15333333333333332, 1.2866666666666666], "std": [0.4432706722634477, 0.7333636357375664], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_acc_mag_state": {"mean": [0.19333333333333333, 1.0533333333333332], "std": [0.5124668010927363, 0.8228946199578394], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_direction_action": {"mean": [5.76, 3.2666666666666666], "std": [0.6499230723708769, 1.795054935711499], "min": [4, 0], "max": [6, 6], "count": [150]}, "eef_velocity_action": {"mean": [0.15333333333333332, 1.2866666666666666], "std": [0.4432706722634477, 0.7333636357375664], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_acc_mag_action": {"mean": [0.19333333333333333, 1.0533333333333332], "std": [0.5124668010927363, 0.8228946199578394], "min": [0, 0], "max": [2, 2], "count": [150]}, "eef_sim_pose_state": {"mean": [0.5956081752634003, 0.194991481559732, 1.1622521191825226, -1.6210189226977536, 1.3087088534200706, -2.1263806351542947, 0.673993210032584, -0.08373329351786152, 1.2196684357576764, 1.2098030828100046, 0.968400808711999, 2.12793593503521], "std": [0.0010372025603607319, 0.004362691029136793, 0.008395464895068044, 0.09954349196509402, 0.024452070150014688, 0.10745822724130082, 0.01869942693147934, 0.062321336130498915, 0.054797950570207025, 0.27021171382548376, 0.05143759408564536, 0.12538154082575506], "min": [0.5942951318460187, 0.19237784815040174, 1.1575419256166002, -1.677034107923878, 1.1862862362830824, -2.1883218937884408, 0.6360777654957375, -0.18742509557787942, 1.147116786078492, 0.8307356654151259, 0.7904027379049157, 1.7992671108074498], "max": [0.597961851736866, 0.21586284789448945, 1.2041917301060037, -1.160843738987296, 1.3319331624702273, -1.630037110443182, 0.7041334863205392, 0.004804577606963761, 1.2976962986256144, 1.6028470248142832, 1.0212819527939652, 2.295741870199571], "count": [150]}, "eef_sim_pose_action": {"mean": [0.5956081752634003, 0.194991481559732, 1.1622521191825226, -1.6210189226977536, 1.3087088534200706, -2.1263806351542947, 0.673993210032584, -0.08373329351786152, 1.2196684357576764, 1.2098030828100046, 0.968400808711999, 2.12793593503521], "std": [0.0010372025603607319, 0.004362691029136793, 0.008395464895068044, 0.09954349196509402, 0.024452070150014688, 0.10745822724130082, 0.01869942693147934, 0.062321336130498915, 0.054797950570207025, 0.27021171382548376, 0.05143759408564536, 0.12538154082575506], "min": [0.5942951318460187, 0.19237784815040174, 1.1575419256166002, -1.677034107923878, 1.1862862362830824, -2.1883218937884408, 0.6360777654957375, -0.18742509557787942, 1.147116786078492, 0.8307356654151259, 0.7904027379049157, 1.7992671108074498], "max": [0.597961851736866, 0.21586284789448945, 1.2041917301060037, -1.160843738987296, 1.3319331624702273, -1.630037110443182, 0.7041334863205392, 0.004804577606963761, 1.2976962986256144, 1.6028470248142832, 1.0212819527939652, 2.295741870199571], "count": [150]}}} +{"episode_index": 45, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.0]], [[0.03529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48116702818627455]], [[0.4692122794117647]], [[0.45672993464052286]]], "std": [[[0.19892856026274536]], [[0.19307211873477548]], [[0.194835495495872]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.07450980392156863]], [[0.16470588235294117]], [[0.11764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5525113705065359]], [[0.5749529799836601]], [[0.5596135988562091]]], "std": [[[0.2992529337644037]], [[0.29883411713282415]], [[0.31133283371894366]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.10588235294117647]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5663162418300653]], [[0.5672955637254902]], [[0.5430590257352941]]], "std": [[[0.2975478493124667]], [[0.303169652895818]], [[0.31225583097145454]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4305845281862745]], [[0.4512101143790849]], [[0.4277037193627451]]], "std": [[[0.32335698967160376]], [[0.3338482698341771]], [[0.3478842383721191]]], "count": [100]}, "observation.state": {"min": [1.115625262260437, -0.681336522102356, 0.7272831201553345, -0.32430189847946167, -1.509986162185669, 1.0077099800109863, -1.089473009109497, -1.2304493188858032, 1.0243678092956543, -0.5952448844909668, 0.6018253564834595, -0.736772358417511, 10.05875015258789, 55.08187484741211, -0.765625, 2.7346153259277344, 2.3777778148651123, -0.44187501072883606, 3.4811110496520996, -0.9075000286102295, 3.6366665363311768, 0.734375, 1.1037499904632568, 11.184999465942383, 39.4375, 50.067501068115234, 0.8318749666213989, 0.04374999925494194, 1.9369230270385742, 0.12999999523162842, 2.875, 0.0, 2.392857074737549, 0.5768749713897705, 1.0787500143051147, 0.3608333468437195], "max": [1.190775990486145, -0.6192301511764526, 0.8165484070777893, -0.2680342495441437, -1.0768578052520752, 1.337882399559021, -0.36335545778274536, -0.8374818563461304, 1.344510555267334, 0.18796148896217346, 1.5266863107681274, -0.5346618294715881, 38.83437728881836, 71.4124984741211, 21.2450008392334, 8.429374694824219, 22.779998779296875, 0.07374998182058334, 22.206249237060547, 0.1249999925494194, 18.104999542236328, 1.6037499904632568, 1.6122221946716309, 45.87312316894531, 73.69062805175781, 62.72500228881836, 2.271250009536743, 8.442142486572266, 50.448123931884766, 40.93312454223633, 59.334999084472656, 0.0, 62.72687530517578, 76.29000091552734, 49.60187530517578, 95.33062744140625], "mean": [1.126499891281128, -0.6646130681037903, 0.7928118705749512, -0.2851201593875885, -1.1370885372161865, 1.2175559997558594, -0.558548629283905, -1.085425853729248, 1.2757453918457031, -0.38605016469955444, 0.7734628915786743, -0.5870417356491089, 31.72665786743164, 64.93250274658203, 1.7204408645629883, 5.558934211730957, 18.391210556030273, -0.3013593554496765, 12.701377868652344, -0.10328097641468048, 11.699224472045898, 0.9884656667709351, 1.1730544567108154, 31.512842178344727, 63.82887268066406, 54.51832580566406, 0.9692255258560181, 1.6117814779281616, 38.13008499145508, 16.704315185546875, 42.45542526245117, 0.0, 42.331607818603516, 23.000259399414062, 26.674041748046875, 60.52265548706055], "std": [0.014707922004163265, 0.016219260171055794, 0.024179531261324883, 0.013699154369533062, 0.08366470783948898, 0.055721890181303024, 0.20913517475128174, 0.12513308227062225, 0.08241517841815948, 0.20810167491436005, 0.1965513676404953, 0.050763774663209915, 7.953094482421875, 3.805213212966919, 5.87376594543457, 1.5375416278839111, 3.3207767009735107, 0.06376654654741287, 2.577916383743286, 0.2152327001094818, 2.3871030807495117, 0.11048185080289841, 0.07930363714694977, 8.31346607208252, 8.807531356811523, 2.1227989196777344, 0.23514240980148315, 2.116786003112793, 13.908319473266602, 15.610674858093262, 17.828603744506836, 0.0, 17.4925594329834, 26.24506378173828, 14.533766746520996, 24.44043731689453], "count": [185]}, "action": {"min": [1.115625262260437, -0.681336522102356, 0.7272831201553345, -0.32430189847946167, -1.509986162185669, 1.0077099800109863, -1.089473009109497, -1.2304493188858032, 1.0243678092956543, -0.5952448844909668, 0.6018253564834595, -0.736772358417511, 10.05875015258789, 55.08187484741211, -0.765625, 2.7346153259277344, 2.3777778148651123, -0.44187501072883606, 3.4811110496520996, -0.9075000286102295, 3.6366665363311768, 0.734375, 1.1037499904632568, 11.184999465942383, 39.4375, 50.067501068115234, 0.8318749666213989, 0.04374999925494194, 1.9369230270385742, 0.12999999523162842, 2.875, 0.0, 2.392857074737549, 0.5768749713897705, 1.0787500143051147, 0.3608333468437195], "max": [1.190775990486145, -0.6192301511764526, 0.8165484070777893, -0.2680342495441437, -1.0768578052520752, 1.337882399559021, -0.36335545778274536, -0.8374818563461304, 1.344510555267334, 0.18796148896217346, 1.5266863107681274, -0.5346618294715881, 38.83437728881836, 71.4124984741211, 21.2450008392334, 8.429374694824219, 22.779998779296875, 0.07374998182058334, 22.206249237060547, 0.1249999925494194, 18.104999542236328, 1.6037499904632568, 1.6122221946716309, 45.87312316894531, 73.69062805175781, 62.72500228881836, 2.271250009536743, 8.442142486572266, 50.448123931884766, 40.93312454223633, 59.334999084472656, 0.0, 62.72687530517578, 76.29000091552734, 49.60187530517578, 95.33062744140625], "mean": [1.1265006065368652, -0.6646122336387634, 0.7928116321563721, -0.2851201295852661, -1.1370888948440552, 1.2175558805465698, -0.5585486888885498, -1.0854262113571167, 1.275744915008545, -0.38605016469955444, 0.7734628319740295, -0.5870417356491089, 31.726673126220703, 64.93250274658203, 1.720442771911621, 5.558934688568115, 18.39120864868164, -0.3013592064380646, 12.701384544372559, -0.1032809317111969, 11.699235916137695, 0.9884654879570007, 1.1730540990829468, 31.51285171508789, 63.828826904296875, 54.51829528808594, 0.9692255258560181, 1.6117814779281616, 38.130096435546875, 16.704307556152344, 42.455440521240234, 0.0, 42.33163833618164, 23.000255584716797, 26.674041748046875, 60.52264404296875], "std": [0.01470792293548584, 0.016219258308410645, 0.024179533123970032, 0.013699154369533062, 0.08366470783948898, 0.05572187900543213, 0.20913520455360413, 0.12513306736946106, 0.08241518586874008, 0.20810168981552124, 0.1965513825416565, 0.05076378583908081, 7.953097343444824, 3.80521297454834, 5.87376594543457, 1.5375418663024902, 3.32077693939209, 0.0637664794921875, 2.5779168605804443, 0.2152327299118042, 2.387103319168091, 0.1104818806052208, 0.07930363714694977, 8.313467979431152, 8.807534217834473, 2.122798442840576, 0.23514258861541748, 2.116786003112793, 13.908318519592285, 15.610675811767578, 17.828601837158203, 0.0, 17.4925594329834, 26.24506378173828, 14.53376579284668, 24.440439224243164], "count": [185]}, "timestamp": {"min": [0.0], "max": [6.133333333333334], "mean": [3.066666666666667], "std": [1.7801373230424917], "count": [185]}, "frame_index": {"min": [0], "max": [184], "mean": [92.0], "std": [53.40411969127476], "count": [185]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [185]}, "index": {"min": [6835], "max": [7019], "mean": [6927.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [185]}, "subtask_annotation": {"mean": [2.1027027027027025, 4.0, 4.0, 4.0, 4.0], "std": [0.8606994284934273, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [185]}, "scene_annotation": {"mean": [45.0], "std": [0.0], "min": [45], "max": [45], "count": [185]}, "eef_direction_state": {"mean": [5.643243243243243, 3.5783783783783782], "std": [0.7069311448333758, 2.0600623363876096], "min": [4, 0], "max": [6, 6], "count": [185]}, "eef_velocity_state": {"mean": [0.2810810810810811, 1.037837837837838], "std": [0.5665628172217896, 0.8341855880588297], "min": [0, 0], "max": [2, 2], "count": [185]}, "eef_acc_mag_state": {"mean": [0.21081081081081082, 0.8216216216216217], "std": [0.544150110342568, 0.8289149974792462], "min": [0, 0], "max": [2, 2], "count": [185]}, "eef_direction_action": {"mean": [5.643243243243243, 3.5783783783783782], "std": [0.7069311448333758, 2.0600623363876096], "min": [4, 0], "max": [6, 6], "count": [185]}, "eef_velocity_action": {"mean": [0.2810810810810811, 1.037837837837838], "std": [0.5665628172217896, 0.8341855880588297], "min": [0, 0], "max": [2, 2], "count": [185]}, "eef_acc_mag_action": {"mean": [0.21081081081081082, 0.8216216216216217], "std": [0.544150110342568, 0.8289149974792462], "min": [0, 0], "max": [2, 2], "count": [185]}, "eef_sim_pose_state": {"mean": [0.5882635369078291, 0.2222355460515556, 1.1789204645092912, -1.5047902746107518, 1.202734177964426, -1.9840203483632093, 0.6650820888576777, -0.08056197181959401, 1.218181750476758, 1.2800595722434924, 1.0123698216730572, 2.2097915463484794], "std": [0.006269353609317064, 0.004544571410411756, 0.015337212566442748, 0.13573673309890788, 0.06760347066814729, 0.12326812098222825, 0.021934554115277987, 0.07438269531698383, 0.04455446031660903, 0.2673937649806734, 0.10037965475211119, 0.14299569503309817], "min": [0.5718668661511301, 0.21341839401061785, 1.1662172869287863, -1.6248207564308825, 0.9053721202132325, -2.0889493730665687, 0.597505048271681, -0.21363370278572746, 1.1486645380110194, 0.9974466126803163, 0.6276515955453563, 1.7795000842245718], "max": [0.5951517334802027, 0.2355841302176483, 1.2411963506736898, -1.0147076232524774, 1.3086224424163682, -1.5602095854466962, 0.6963216402373471, 0.00382542686287507, 1.2661600888519247, 1.7303267073902993, 1.1007970471434905, 2.4251107559962355], "count": [185]}, "eef_sim_pose_action": {"mean": [0.5882635369078291, 0.2222355460515556, 1.1789204645092912, -1.5047902746107518, 1.202734177964426, -1.9840203483632093, 0.6650820888576777, -0.08056197181959401, 1.218181750476758, 1.2800595722434924, 1.0123698216730572, 2.2097915463484794], "std": [0.006269353609317064, 0.004544571410411756, 0.015337212566442748, 0.13573673309890788, 0.06760347066814729, 0.12326812098222825, 0.021934554115277987, 0.07438269531698383, 0.04455446031660903, 0.2673937649806734, 0.10037965475211119, 0.14299569503309817], "min": [0.5718668661511301, 0.21341839401061785, 1.1662172869287863, -1.6248207564308825, 0.9053721202132325, -2.0889493730665687, 0.597505048271681, -0.21363370278572746, 1.1486645380110194, 0.9974466126803163, 0.6276515955453563, 1.7795000842245718], "max": [0.5951517334802027, 0.2355841302176483, 1.2411963506736898, -1.0147076232524774, 1.3086224424163682, -1.5602095854466962, 0.6963216402373471, 0.00382542686287507, 1.2661600888519247, 1.7303267073902993, 1.1007970471434905, 2.4251107559962355], "count": [185]}}} +{"episode_index": 46, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48829525531045753]], [[0.4731169505718954]], [[0.4595872242647059]]], "std": [[[0.19606141321426096]], [[0.1894713986074892]], [[0.1930859565745698]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09411764705882353]], [[0.11764705882352941]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5271891299019608]], [[0.5447053022875817]], [[0.5262295302287582]]], "std": [[[0.30387729207461556]], [[0.3057015260866304]], [[0.31987138839714624]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.043137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5660135763888888]], [[0.567604705882353]], [[0.546188462009804]]], "std": [[[0.2961503622229631]], [[0.3005761646268572]], [[0.3087046722464295]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4335103553921569]], [[0.45309073937908495]], [[0.4298213174019608]]], "std": [[[0.32406207657845365]], [[0.3352166805055655]], [[0.3495803099783975]]], "count": [100]}, "observation.state": {"min": [1.1353771686553955, -0.7049667835235596, 0.7385843396186829, -0.3338387906551361, -1.6162059307098389, 0.7706441879272461, -1.0667963027954102, -1.203197717666626, 0.9431558847427368, -0.6319142580032349, 0.6930933594703674, -0.7717462182044983, 1.5631250143051147, 62.259376525878906, -0.49437499046325684, 3.0766665935516357, 1.9162499904632568, 0.24062499403953552, 2.8687500953674316, -0.8918750286102295, 0.4112499952316284, 0.8806250095367432, 1.3468750715255737, 0.25, 35.0, 50.37937545776367, 0.7756249904632568, -0.21187500655651093, 5.372222423553467, -0.7131249904632568, 12.167778015136719, 0.0, 11.623749732971191, 0.3112500011920929, 0.7638461589813232, 17.544445037841797], "max": [1.2619926929473877, -0.6214236617088318, 0.8514322638511658, -0.24857370555400848, -1.144378900527954, 1.232785940170288, -0.3311207890510559, -0.8428702354431152, 1.3327802419662476, 0.11959258466959, 1.6405779123306274, -0.5108911395072937, 32.614376068115234, 73.40555572509766, 12.961874961853027, 9.133125305175781, 18.958749771118164, 0.9275000095367432, 7.546875, 0.49937501549720764, 6.116666793823242, 0.9837499856948853, 3.2793750762939453, 18.344999313354492, 69.15562438964844, 63.8377799987793, 2.2925000190734863, 4.12666654586792, 52.65812301635742, 26.827499389648438, 61.98125076293945, 0.0, 71.19937896728516, 66.02437591552734, 52.87937545776367, 95.97687530517578], "mean": [1.1942765712738037, -0.6439340114593506, 0.7689703106880188, -0.3064265847206116, -1.239071249961853, 1.129479169845581, -0.641475260257721, -1.0270843505859375, 1.229614496231079, -0.3298966586589813, 0.8943921327590942, -0.5788884162902832, 7.753196716308594, 68.73714447021484, 1.8405168056488037, 7.782031536102295, 14.122347831726074, 0.4130391478538513, 4.457887172698975, 0.09051378816366196, 1.218820571899414, 0.9390270113945007, 1.6666532754898071, 2.994328737258911, 56.804813385009766, 55.60136413574219, 0.9644293189048767, 1.1720309257507324, 35.4458122253418, 7.51345157623291, 41.71635437011719, 0.0, 44.3666877746582, 12.813078880310059, 27.22966957092285, 54.637516021728516], "std": [0.02132340334355831, 0.021106623113155365, 0.02509545348584652, 0.016799114644527435, 0.14619797468185425, 0.13123556971549988, 0.24556463956832886, 0.11218208074569702, 0.1071419045329094, 0.2495008111000061, 0.2746342122554779, 0.072177954018116, 8.809778213500977, 2.059518337249756, 4.293715476989746, 1.3796974420547485, 4.667298316955566, 0.12834706902503967, 1.3204302787780762, 0.27119380235671997, 1.524048089981079, 0.021521003916859627, 0.5786444544792175, 5.125949859619141, 10.547462463378906, 2.363708257675171, 0.2884390652179718, 1.1862411499023438, 15.333138465881348, 9.088367462158203, 18.41946029663086, 0.0, 20.1546573638916, 19.738683700561523, 16.997426986694336, 20.07545280456543], "count": [132]}, "action": {"min": [1.1353771686553955, -0.7049667835235596, 0.7385843396186829, -0.3338387906551361, -1.6162059307098389, 0.7706441879272461, -1.0667963027954102, -1.203197717666626, 0.9431558847427368, -0.6319142580032349, 0.6930933594703674, -0.7717462182044983, 1.5631250143051147, 62.259376525878906, -0.49437499046325684, 3.0766665935516357, 1.9162499904632568, 0.24062499403953552, 2.8687500953674316, -0.8918750286102295, 0.4112499952316284, 0.8806250095367432, 1.3468750715255737, 0.25, 35.0, 50.37937545776367, 0.7756249904632568, -0.21187500655651093, 5.372222423553467, -0.7131249904632568, 12.167778015136719, 0.0, 11.623749732971191, 0.3112500011920929, 0.7638461589813232, 17.544445037841797], "max": [1.2619926929473877, -0.6214236617088318, 0.8514322638511658, -0.24857370555400848, -1.144378900527954, 1.232785940170288, -0.3311207890510559, -0.8428702354431152, 1.3327802419662476, 0.11959258466959, 1.6405779123306274, -0.5108911395072937, 32.614376068115234, 73.40555572509766, 12.961874961853027, 9.133125305175781, 18.958749771118164, 0.9275000095367432, 7.546875, 0.49937501549720764, 6.116666793823242, 0.9837499856948853, 3.2793750762939453, 18.344999313354492, 69.15562438964844, 63.8377799987793, 2.2925000190734863, 4.12666654586792, 52.65812301635742, 26.827499389648438, 61.98125076293945, 0.0, 71.19937896728516, 66.02437591552734, 52.87937545776367, 95.97687530517578], "mean": [1.1942763328552246, -0.6439343690872192, 0.7689708471298218, -0.3064267635345459, -1.2390714883804321, 1.1294788122177124, -0.6414755582809448, -1.0270841121673584, 1.2296143770217896, -0.3298966884613037, 0.8943922519683838, -0.5788884162902832, 7.7531962394714355, 68.73713684082031, 1.8405171632766724, 7.782032489776611, 14.122356414794922, 0.4130392372608185, 4.457886695861816, 0.09051373600959778, 1.218820571899414, 0.9390273690223694, 1.6666536331176758, 2.9943289756774902, 56.80481719970703, 55.60137176513672, 0.9644296765327454, 1.1720308065414429, 35.44583511352539, 7.51344633102417, 41.71635055541992, 0.0, 44.36669158935547, 12.81307601928711, 27.229663848876953, 54.63751220703125], "std": [0.02132340520620346, 0.021106624975800514, 0.02509545348584652, 0.016799114644527435, 0.14619797468185425, 0.13123555481433868, 0.24556465446949005, 0.11218208074569702, 0.1071419045329094, 0.24950085580348969, 0.2746342420578003, 0.0721779465675354, 8.809778213500977, 2.059518337249756, 4.2937140464782715, 1.379697561264038, 4.667298316955566, 0.12834712862968445, 1.3204302787780762, 0.2711937725543976, 1.5240482091903687, 0.02152100019156933, 0.5786444544792175, 5.125949382781982, 10.547462463378906, 2.363708257675171, 0.2884390354156494, 1.1862411499023438, 15.333136558532715, 9.088369369506836, 18.41946029663086, 0.0, 20.15465545654297, 19.738685607910156, 16.997426986694336, 20.075448989868164], "count": [132]}, "timestamp": {"min": [0.0], "max": [4.366666666666666], "mean": [2.1833333333333336], "std": [1.2701341428135615], "count": [132]}, "frame_index": {"min": [0], "max": [131], "mean": [65.5], "std": [38.10402428440685], "count": [132]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [132]}, "index": {"min": [7020], "max": [7151], "mean": [7085.5], "std": [38.10402428440685], "count": [132]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [132]}, "subtask_annotation": {"mean": [1.871212121212121, 4.0, 4.0, 4.0, 4.0], "std": [1.1037491413930094, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [132]}, "scene_annotation": {"mean": [46.0], "std": [0.0], "min": [46], "max": [46], "count": [132]}, "eef_direction_state": {"mean": [5.454545454545454, 3.037878787878788], "std": [0.8907235428302462, 1.558968690913006], "min": [4, 0], "max": [6, 6], "count": [132]}, "eef_velocity_state": {"mean": [0.4015151515151515, 1.371212121212121], "std": [0.7056036367498923, 0.6080931825312255], "min": [0, 0], "max": [2, 2], "count": [132]}, "eef_acc_mag_state": {"mean": [0.4015151515151515, 1.2045454545454546], "std": [0.7056036367498923, 0.7759513844076757], "min": [0, 0], "max": [2, 2], "count": [132]}, "eef_direction_action": {"mean": [5.454545454545454, 3.037878787878788], "std": [0.8907235428302462, 1.558968690913006], "min": [4, 0], "max": [6, 6], "count": [132]}, "eef_velocity_action": {"mean": [0.4015151515151515, 1.371212121212121], "std": [0.7056036367498923, 0.6080931825312255], "min": [0, 0], "max": [2, 2], "count": [132]}, "eef_acc_mag_action": {"mean": [0.4015151515151515, 1.2045454545454546], "std": [0.7056036367498923, 0.7759513844076757], "min": [0, 0], "max": [2, 2], "count": [132]}, "eef_sim_pose_state": {"mean": [0.5775063174236205, 0.23208052083670974, 1.1874860656561634, -1.4741301098783963, 1.116899043565094, -1.9542151791904352, 0.6500123295582474, -0.10492257510324364, 1.2203658497432437, 1.230682016680915, 0.9569805979617014, 2.1566604900907533], "std": [0.005061468808973837, 0.005603887171901005, 0.027824842903353117, 0.19938638647964174, 0.15121336087522017, 0.13999023060732108, 0.029850592318947742, 0.06868081722531233, 0.05194317711759033, 0.26800653555978404, 0.1413765411131476, 0.1766421123536877], "min": [0.5665635883848483, 0.22469087701461474, 1.1671721664859631, -1.6300421802527876, 0.6789559610362894, -2.068854948733825, 0.5615493163841022, -0.19834721305250685, 1.1393099398877473, 0.7764886056493046, 0.6402883876159642, 1.7062928667795871], "max": [0.5832043797972426, 0.24408791330076862, 1.2778650673833702, -0.9033559134692921, 1.2273399571427057, -1.6233715142196607, 0.6740791237449948, -0.00439590401344539, 1.2812475813186341, 1.6411578717599073, 1.1107592763601004, 2.3541190978839914], "count": [132]}, "eef_sim_pose_action": {"mean": [0.5775063174236205, 0.23208052083670974, 1.1874860656561634, -1.4741301098783963, 1.116899043565094, -1.9542151791904352, 0.6500123295582474, -0.10492257510324364, 1.2203658497432437, 1.230682016680915, 0.9569805979617014, 2.1566604900907533], "std": [0.005061468808973837, 0.005603887171901005, 0.027824842903353117, 0.19938638647964174, 0.15121336087522017, 0.13999023060732108, 0.029850592318947742, 0.06868081722531233, 0.05194317711759033, 0.26800653555978404, 0.1413765411131476, 0.1766421123536877], "min": [0.5665635883848483, 0.22469087701461474, 1.1671721664859631, -1.6300421802527876, 0.6789559610362894, -2.068854948733825, 0.5615493163841022, -0.19834721305250685, 1.1393099398877473, 0.7764886056493046, 0.6402883876159642, 1.7062928667795871], "max": [0.5832043797972426, 0.24408791330076862, 1.2778650673833702, -0.9033559134692921, 1.2273399571427057, -1.6233715142196607, 0.6740791237449948, -0.00439590401344539, 1.2812475813186341, 1.6411578717599073, 1.1107592763601004, 2.3541190978839914], "count": [132]}}} +{"episode_index": 47, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.484110823120915]], [[0.47316113970588236]], [[0.4604718647875817]]], "std": [[[0.20076191062030088]], [[0.19408706046939989]], [[0.1951799608319938]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.08235294117647059]], [[0.12549019607843137]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5219800592320262]], [[0.5355795138888888]], [[0.519226064133987]]], "std": [[[0.3060351917683123]], [[0.30722124461386174]], [[0.3168767954911059]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.06274509803921569]], [[0.09019607843137255]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5680971997549019]], [[0.5704162540849673]], [[0.5471309497549021]]], "std": [[[0.3023203774906379]], [[0.3062976675457733]], [[0.3147151500340222]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4366466666666666]], [[0.45669055555555554]], [[0.43300047998366015]]], "std": [[[0.3242179396870921]], [[0.3348940742453169]], [[0.34922750651482015]]], "count": [100]}, "observation.state": {"min": [1.0721131563186646, -0.6952391862869263, 0.7072556614875793, -0.39425498247146606, -1.5850096940994263, 0.9598984718322754, -1.0703991651535034, -1.2365529537200928, 1.0191543102264404, -0.44248777627944946, 0.716124951839447, -0.6558041572570801, 9.475000381469727, 54.450714111328125, -0.6887500286102295, 2.87333345413208, 8.172222137451172, -0.18250000476837158, 13.857500076293945, -0.04250001907348633, 14.602499961853027, 0.5518749952316284, 1.3068749904632568, 32.508460998535156, 39.75, 51.931251525878906, 0.8033333420753479, -0.4312500059604645, 10.83187484741211, -0.6781250238418579, 13.261249542236328, 0.0, 12.636249542236328, 0.3531250059604645, 0.8125, 22.578750610351562], "max": [1.2387571334838867, -0.6500343084335327, 0.7974507808685303, -0.3545338213443756, -1.0174190998077393, 1.4993181228637695, -0.3900587558746338, -0.8778229355812073, 1.3426032066345215, 0.17410120368003845, 1.5805591344833374, -0.5599346160888672, 37.907501220703125, 63.560001373291016, 23.056249618530273, 9.529375076293945, 21.052499771118164, 0.7222222089767456, 19.160625457763672, 0.7866666913032532, 23.088748931884766, 1.1762499809265137, 3.09375, 50.71312713623047, 71.99187469482422, 62.247501373291016, 2.4987499713897705, 6.598750114440918, 54.51937484741211, 11.979374885559082, 67.79312896728516, 0.0, 63.80937576293945, 49.739376068115234, 40.43187713623047, 86.08000183105469], "mean": [1.0988413095474243, -0.6796228289604187, 0.7374849915504456, -0.36953070759773254, -1.1044468879699707, 1.437878966331482, -0.6272213459014893, -1.0783640146255493, 1.2652028799057007, -0.2544892132282257, 0.8618240356445312, -0.5882944464683533, 31.1743106842041, 58.76863098144531, 2.8760316371917725, 7.739239692687988, 17.486677169799805, 0.5515239834785461, 16.356548309326172, 0.6314481496810913, 18.40970802307129, 0.7450167536735535, 1.576615810394287, 42.117008209228516, 61.046546936035156, 54.69443130493164, 0.9624453186988831, 1.2375320196151733, 38.500022888183594, 2.7394979000091553, 46.326725006103516, 0.0, 43.258140563964844, 11.02826976776123, 18.76003646850586, 55.82901382446289], "std": [0.039737775921821594, 0.014736838638782501, 0.024502046406269073, 0.0072260950691998005, 0.13584516942501068, 0.15153753757476807, 0.20893430709838867, 0.12338696420192719, 0.08352947980165482, 0.16559287905693054, 0.2145432084798813, 0.024989096447825432, 5.776859283447266, 1.8510041236877441, 6.590116500854492, 1.7761911153793335, 2.5307304859161377, 0.20456689596176147, 1.4985802173614502, 0.14585049450397491, 2.3900821208953857, 0.08179901540279388, 0.45074352622032166, 3.7556610107421875, 8.105626106262207, 1.8490439653396606, 0.2841740846633911, 2.3155789375305176, 15.632237434387207, 3.3958261013031006, 18.828596115112305, 0.0, 17.422273635864258, 14.899323463439941, 12.11217212677002, 21.209871292114258], "count": [154]}, "action": {"min": [1.0721131563186646, -0.6952391862869263, 0.7072556614875793, -0.39425498247146606, -1.5850096940994263, 0.9598984718322754, -1.0703991651535034, -1.2365529537200928, 1.0191543102264404, -0.44248777627944946, 0.716124951839447, -0.6558041572570801, 9.475000381469727, 54.450714111328125, -0.6887500286102295, 2.87333345413208, 8.172222137451172, -0.18250000476837158, 13.857500076293945, -0.04250001907348633, 14.602499961853027, 0.5518749952316284, 1.3068749904632568, 32.508460998535156, 39.75, 51.931251525878906, 0.8033333420753479, -0.4312500059604645, 10.83187484741211, -0.6781250238418579, 13.261249542236328, 0.0, 12.636249542236328, 0.3531250059604645, 0.8125, 22.578750610351562], "max": [1.2387571334838867, -0.6500343084335327, 0.7974507808685303, -0.3545338213443756, -1.0174190998077393, 1.4993181228637695, -0.3900587558746338, -0.8778229355812073, 1.3426032066345215, 0.17410120368003845, 1.5805591344833374, -0.5599346160888672, 37.907501220703125, 63.560001373291016, 23.056249618530273, 9.529375076293945, 21.052499771118164, 0.7222222089767456, 19.160625457763672, 0.7866666913032532, 23.088748931884766, 1.1762499809265137, 3.09375, 50.71312713623047, 71.99187469482422, 62.247501373291016, 2.4987499713897705, 6.598750114440918, 54.51937484741211, 11.979374885559082, 67.79312896728516, 0.0, 63.80937576293945, 49.739376068115234, 40.43187713623047, 86.08000183105469], "mean": [1.0988414287567139, -0.6796225905418396, 0.7374842762947083, -0.3695306181907654, -1.1044472455978394, 1.4378788471221924, -0.627221405506134, -1.0783635377883911, 1.2652033567428589, -0.2544892728328705, 0.8618241548538208, -0.588294267654419, 31.174297332763672, 58.76862335205078, 2.8760318756103516, 7.739236354827881, 17.486675262451172, 0.5515240430831909, 16.356544494628906, 0.6314480900764465, 18.409704208374023, 0.7450166940689087, 1.576615810394287, 42.117008209228516, 61.04652786254883, 54.69443893432617, 0.9624451398849487, 1.237532138824463, 38.49999237060547, 2.739499092102051, 46.32674026489258, 0.0, 43.258140563964844, 11.028270721435547, 18.760040283203125, 55.829036712646484], "std": [0.039737775921821594, 0.014736836776137352, 0.024502044543623924, 0.007226096466183662, 0.13584518432617188, 0.15153753757476807, 0.20893433690071106, 0.12338696420192719, 0.08352947235107422, 0.16559287905693054, 0.2145432084798813, 0.02498910017311573, 5.776858806610107, 1.851003885269165, 6.590115070343018, 1.776190996170044, 2.5307304859161377, 0.2045668214559555, 1.4985800981521606, 0.14585044980049133, 2.3900816440582275, 0.08179903775453568, 0.45074355602264404, 3.7556614875793457, 8.10562515258789, 1.8490442037582397, 0.28417402505874634, 2.3155791759490967, 15.632237434387207, 3.3958256244659424, 18.828598022460938, 0.0, 17.422271728515625, 14.899325370788574, 12.112173080444336, 21.209877014160156], "count": [154]}, "timestamp": {"min": [0.0], "max": [5.1], "mean": [2.55], "std": [1.4818344486930155], "count": [154]}, "frame_index": {"min": [0], "max": [153], "mean": [76.5], "std": [44.45503346079047], "count": [154]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [154]}, "index": {"min": [7152], "max": [7305], "mean": [7228.5], "std": [44.45503346079047], "count": [154]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [154]}, "subtask_annotation": {"mean": [1.9935064935064934, 4.0, 4.0, 4.0, 4.0], "std": [0.9836108488146552, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [154]}, "scene_annotation": {"mean": [47.0], "std": [0.0], "min": [47], "max": [47], "count": [154]}, "eef_direction_state": {"mean": [5.558441558441558, 3.0779220779220777], "std": [0.8899658025460685, 2.1060594937775994], "min": [2, 0], "max": [6, 6], "count": [154]}, "eef_velocity_state": {"mean": [0.33766233766233766, 1.1103896103896105], "std": [0.6666526113096415, 0.802283173051875], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_acc_mag_state": {"mean": [0.3116883116883117, 1.0909090909090908], "std": [0.6498699222439897, 0.8555672255584741], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_direction_action": {"mean": [5.558441558441558, 3.0779220779220777], "std": [0.8899658025460685, 2.1060594937775994], "min": [2, 0], "max": [6, 6], "count": [154]}, "eef_velocity_action": {"mean": [0.33766233766233766, 1.1103896103896105], "std": [0.6666526113096415, 0.802283173051875], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_acc_mag_action": {"mean": [0.3116883116883117, 1.0909090909090908], "std": [0.6498699222439897, 0.8555672255584741], "min": [0, 0], "max": [2, 2], "count": [154]}, "eef_sim_pose_state": {"mean": [0.5831766839341521, 0.2135281246819662, 1.1686098998469336, -1.6851303045842012, 1.3108078774532845, -2.1244270608570828, 0.6646298914274228, -0.09628935259003644, 1.2162801878326293, 1.2505259354576874, 0.8953290060688583, 2.155831643930937], "std": [0.003635676347132227, 0.012327061508883566, 0.022024595993991914, 0.2393800695673053, 0.1409976057638444, 0.228829280234964, 0.022777229278493488, 0.07088153796237091, 0.04710711419529505, 0.24003662998798714, 0.0938952114594332, 0.13327005103693051], "min": [0.5723901637543763, 0.2065433306062509, 1.1513486456278386, -1.916858562127231, 0.8397698915100538, -2.352863262280539, 0.5906325656121326, -0.21259847728847098, 1.143826140245952, 0.9187419129415768, 0.5880733428128453, 1.7604179422821282], "max": [0.5908877992608301, 0.2565726226312638, 1.2415205403218286, -1.0183151636812846, 1.3858716442286494, -1.5072124301642156, 0.6847966745147545, -0.007534811219862075, 1.264058392400783, 1.6473017239351724, 0.9711396542724597, 2.338209334685154], "count": [154]}, "eef_sim_pose_action": {"mean": [0.5831766839341521, 0.2135281246819662, 1.1686098998469336, -1.6851303045842012, 1.3108078774532845, -2.1244270608570828, 0.6646298914274228, -0.09628935259003644, 1.2162801878326293, 1.2505259354576874, 0.8953290060688583, 2.155831643930937], "std": [0.003635676347132227, 0.012327061508883566, 0.022024595993991914, 0.2393800695673053, 0.1409976057638444, 0.228829280234964, 0.022777229278493488, 0.07088153796237091, 0.04710711419529505, 0.24003662998798714, 0.0938952114594332, 0.13327005103693051], "min": [0.5723901637543763, 0.2065433306062509, 1.1513486456278386, -1.916858562127231, 0.8397698915100538, -2.352863262280539, 0.5906325656121326, -0.21259847728847098, 1.143826140245952, 0.9187419129415768, 0.5880733428128453, 1.7604179422821282], "max": [0.5908877992608301, 0.2565726226312638, 1.2415205403218286, -1.0183151636812846, 1.3858716442286494, -1.5072124301642156, 0.6847966745147545, -0.007534811219862075, 1.264058392400783, 1.6473017239351724, 0.9711396542724597, 2.338209334685154], "count": [154]}}} +{"episode_index": 48, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4844863929738562]], [[0.47178459150326796]], [[0.46024931985294115]]], "std": [[[0.19919192039415845]], [[0.1944614491733101]], [[0.19575041861739875]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.09803921568627451]], [[0.16470588235294117]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5094825020424837]], [[0.5262428104575163]], [[0.5107646466503268]]], "std": [[[0.3045222039897005]], [[0.3065863594135262]], [[0.31725613074598197]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.10196078431372549]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.568905402369281]], [[0.5703372937091503]], [[0.5487904881535948]]], "std": [[[0.3004820347442856]], [[0.3058370647420965]], [[0.3139767360349817]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43644490604575165]], [[0.4565132107843137]], [[0.43316478349673204]]], "std": [[[0.32558982327428354]], [[0.33608751456777525]], [[0.3504917191701818]]], "count": [100]}, "observation.state": {"min": [1.1102845668792725, -0.6903223991394043, 0.7475013136863708, -0.37422752380371094, -1.5627570152282715, 1.006311297416687, -1.0311284065246582, -1.2533378601074219, 1.0598450899124146, -0.4592965543270111, 0.7527704834938049, -0.6879063844680786, 18.914443969726562, 56.2400016784668, -0.18812499940395355, 1.2455555200576782, 8.312222480773926, 0.40625, 13.88599967956543, 0.5931249856948853, 13.314374923706055, 0.47437500953674316, 1.2137500047683716, 28.16812515258789, 46.32444381713867, 51.84812545776367, 0.5674999952316284, -0.23375000059604645, 7.510000228881836, -0.25562500953674316, 12.239999771118164, 0.0, 12.827500343322754, -0.13500000536441803, 0.7756249904632568, 27.889999389648438], "max": [1.1845451593399048, -0.6507973074913025, 0.7994667887687683, -0.3274252414703369, -1.0591192245483398, 1.3792725801467896, -0.40436407923698425, -0.8690224885940552, 1.361438512802124, 0.13752193748950958, 1.5204555988311768, -0.5872577428817749, 31.119998931884766, 70.87374877929688, 11.375, 6.672500133514404, 28.60624885559082, 1.3224999904632568, 35.233123779296875, 1.147777795791626, 23.44999885559082, 2.1549999713897705, 1.6150000095367432, 42.75666809082031, 68.06999969482422, 54.65625, 2.90625, 5.746875286102295, 53.68312454223633, 12.385624885559082, 66.16312408447266, 0.0, 67.89749908447266, 62.96687698364258, 50.14624786376953, 89.84000396728516], "mean": [1.1245626211166382, -0.6701471209526062, 0.7684603929519653, -0.34399527311325073, -1.1390496492385864, 1.3318653106689453, -0.6204941868782043, -1.0838985443115234, 1.264076590538025, -0.27571842074394226, 0.8906342387199402, -0.6151248216629028, 23.594186782836914, 68.18436431884766, 1.277519702911377, 5.077396392822266, 23.55184555053711, 0.668889582157135, 25.24289321899414, 1.069955587387085, 18.374799728393555, 0.6193752884864807, 1.2897939682006836, 35.3871955871582, 61.001216888427734, 53.10493469238281, 0.7682705521583557, 1.2206405401229858, 38.90850067138672, 4.995769023895264, 46.61833953857422, 0.0, 45.89691162109375, 12.88132381439209, 26.518829345703125, 53.642539978027344], "std": [0.01932702213525772, 0.0083112558349967, 0.012310732156038284, 0.012892177328467369, 0.12235947698354721, 0.09489823132753372, 0.21710842847824097, 0.13926538825035095, 0.0858115628361702, 0.17676781117916107, 0.17715251445770264, 0.02859531342983246, 2.9870898723602295, 3.9487297534942627, 3.2477822303771973, 1.342004418373108, 4.700788497924805, 0.13012969493865967, 5.7445831298828125, 0.08862702548503876, 3.3021175861358643, 0.34144315123558044, 0.0829438641667366, 3.6665735244750977, 6.505053997039795, 0.6737070679664612, 0.42554935812950134, 1.8531434535980225, 17.01410484313965, 5.3193583488464355, 19.327308654785156, 0.0, 18.45726203918457, 19.29888343811035, 16.3001651763916, 19.151700973510742], "count": [135]}, "action": {"min": [1.1102845668792725, -0.6903223991394043, 0.7475013136863708, -0.37422752380371094, -1.5627570152282715, 1.006311297416687, -1.0311284065246582, -1.2533378601074219, 1.0598450899124146, -0.4592965543270111, 0.7527704834938049, -0.6879063844680786, 18.914443969726562, 56.2400016784668, -0.18812499940395355, 1.2455555200576782, 8.312222480773926, 0.40625, 13.88599967956543, 0.5931249856948853, 13.314374923706055, 0.47437500953674316, 1.2137500047683716, 28.16812515258789, 46.32444381713867, 51.84812545776367, 0.5674999952316284, -0.23375000059604645, 7.510000228881836, -0.25562500953674316, 12.239999771118164, 0.0, 12.827500343322754, -0.13500000536441803, 0.7756249904632568, 27.889999389648438], "max": [1.1845451593399048, -0.6507973074913025, 0.7994667887687683, -0.3274252414703369, -1.0591192245483398, 1.3792725801467896, -0.40436407923698425, -0.8690224885940552, 1.361438512802124, 0.13752193748950958, 1.5204555988311768, -0.5872577428817749, 31.119998931884766, 70.87374877929688, 11.375, 6.672500133514404, 28.60624885559082, 1.3224999904632568, 35.233123779296875, 1.147777795791626, 23.44999885559082, 2.1549999713897705, 1.6150000095367432, 42.75666809082031, 68.06999969482422, 54.65625, 2.90625, 5.746875286102295, 53.68312454223633, 12.385624885559082, 66.16312408447266, 0.0, 67.89749908447266, 62.96687698364258, 50.14624786376953, 89.84000396728516], "mean": [1.1245616674423218, -0.670147180557251, 0.768460750579834, -0.34399545192718506, -1.1390492916107178, 1.3318657875061035, -0.62049400806427, -1.0838984251022339, 1.264076590538025, -0.2757185697555542, 0.8906342387199402, -0.6151248216629028, 23.59418296813965, 68.18434143066406, 1.2775194644927979, 5.077396869659424, 23.551843643188477, 0.6688895225524902, 25.24289894104004, 1.0699557065963745, 18.374799728393555, 0.6193752288818359, 1.289793610572815, 35.38718795776367, 61.001216888427734, 53.104923248291016, 0.7682705521583557, 1.2206406593322754, 38.90848922729492, 4.995767116546631, 46.618370056152344, 0.0, 45.89691162109375, 12.881328582763672, 26.518835067749023, 53.642539978027344], "std": [0.01932702399790287, 0.008311254903674126, 0.012310733087360859, 0.012892177328467369, 0.12235948443412781, 0.09489823132753372, 0.21710845828056335, 0.13926541805267334, 0.0858115628361702, 0.17676779627799988, 0.17715251445770264, 0.02859531156718731, 2.9870898723602295, 3.9487297534942627, 3.2477834224700928, 1.342004418373108, 4.700788497924805, 0.1301296353340149, 5.7445831298828125, 0.08862704783678055, 3.3021175861358643, 0.34144312143325806, 0.08294384181499481, 3.6665737628936768, 6.505053997039795, 0.6737070083618164, 0.42554929852485657, 1.853143334388733, 17.014102935791016, 5.319358825683594, 19.32731056213379, 0.0, 18.457260131835938, 19.29888343811035, 16.30016326904297, 19.151702880859375], "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": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [135]}, "index": {"min": [7306], "max": [7440], "mean": [7373.0], "std": [38.97007398846795], "count": [135]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [135]}, "subtask_annotation": {"mean": [2.0592592592592593, 4.0, 4.0, 4.0, 4.0], "std": [0.900723684049031, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [135]}, "scene_annotation": {"mean": [48.0], "std": [0.0], "min": [48], "max": [48], "count": [135]}, "eef_direction_state": {"mean": [5.62962962962963, 3.5555555555555554], "std": [0.7768954430890009, 1.9116278371205828], "min": [4, 0], "max": [6, 6], "count": [135]}, "eef_velocity_state": {"mean": [0.3037037037037037, 1.1703703703703703], "std": [0.6697050105064118, 0.8303568241535564], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_state": {"mean": [0.2814814814814815, 1.037037037037037], "std": [0.6164636524907607, 0.8555475388433132], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_direction_action": {"mean": [5.62962962962963, 3.5555555555555554], "std": [0.7768954430890009, 1.9116278371205828], "min": [4, 0], "max": [6, 6], "count": [135]}, "eef_velocity_action": {"mean": [0.3037037037037037, 1.1703703703703703], "std": [0.6697050105064118, 0.8303568241535564], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_acc_mag_action": {"mean": [0.2814814814814815, 1.037037037037037], "std": [0.6164636524907607, 0.8555475388433132], "min": [0, 0], "max": [2, 2], "count": [135]}, "eef_sim_pose_state": {"mean": [0.5870253455034472, 0.22457244738624793, 1.1753128401542592, -1.560779800199163, 1.2600449304935184, -2.0015074238025745, 0.6581963003987367, -0.08852597676892453, 1.223909116933614, 1.1804879651465985, 0.9279445207927562, 2.1219755804899654], "std": [0.0030400327552570438, 0.008153187454374893, 0.02306767020415119, 0.21081428612642683, 0.11086879628195574, 0.20092992782713967, 0.01669746989380643, 0.07425328678202384, 0.04982185568664035, 0.24617028673849609, 0.09106630892592403, 0.13873654907323232], "min": [0.5753264117430635, 0.21859316861792555, 1.1593435279690043, -1.741806554692163, 0.8610523253898328, -2.1876167151019925, 0.6035757418378372, -0.21006084247215254, 1.1404265423172462, 0.8258121892978575, 0.6266657276198373, 1.6872591676535502], "max": [0.5912251141300466, 0.2494615127450518, 1.2525974661320454, -0.9474616988604577, 1.3200686956840828, -1.4593220569789276, 0.6728467927462165, -0.003520359353414826, 1.2822433200868295, 1.603843514881438, 1.0106433996875444, 2.314806102033847], "count": [135]}, "eef_sim_pose_action": {"mean": [0.5870253455034472, 0.22457244738624793, 1.1753128401542592, -1.560779800199163, 1.2600449304935184, -2.0015074238025745, 0.6581963003987367, -0.08852597676892453, 1.223909116933614, 1.1804879651465985, 0.9279445207927562, 2.1219755804899654], "std": [0.0030400327552570438, 0.008153187454374893, 0.02306767020415119, 0.21081428612642683, 0.11086879628195574, 0.20092992782713967, 0.01669746989380643, 0.07425328678202384, 0.04982185568664035, 0.24617028673849609, 0.09106630892592403, 0.13873654907323232], "min": [0.5753264117430635, 0.21859316861792555, 1.1593435279690043, -1.741806554692163, 0.8610523253898328, -2.1876167151019925, 0.6035757418378372, -0.21006084247215254, 1.1404265423172462, 0.8258121892978575, 0.6266657276198373, 1.6872591676535502], "max": [0.5912251141300466, 0.2494615127450518, 1.2525974661320454, -0.9474616988604577, 1.3200686956840828, -1.4593220569789276, 0.6728467927462165, -0.003520359353414826, 1.2822433200868295, 1.603843514881438, 1.0106433996875444, 2.314806102033847], "count": [135]}}} +{"episode_index": 49, "stats": {"observation.images.cam_high_rgb": {"min": [[[0.011764705882352941]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4839080249183007]], [[0.4710075755718954]], [[0.4589713480392157]]], "std": [[[0.19833933523470082]], [[0.19326784951702472]], [[0.19552469285829985]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.023529411764705882]], [[0.18823529411764706]], [[0.08627450980392157]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5270437581699347]], [[0.5610581086601307]], [[0.5457765870098039]]], "std": [[[0.3064002410290784]], [[0.29916735946957773]], [[0.31084986620261124]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.12941176470588237]], [[0.09411764705882353]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5766290645424836]], [[0.5791052185457516]], [[0.5574679227941177]]], "std": [[[0.29948422016246723]], [[0.3049762185815521]], [[0.31302777084766054]]], "count": [100]}, "observation.images.cam_third_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4311433272058824]], [[0.45116531862745096]], [[0.42779111315359475]]], "std": [[[0.32352442743680476]], [[0.3343848466755326]], [[0.3488006901295476]]], "count": [100]}, "observation.state": {"min": [1.1267118453979492, -0.6872705817222595, 0.7238975763320923, -0.36764705181121826, -1.5559751987457275, 1.0513677597045898, -1.0455608367919922, -1.2524080276489258, 1.015381932258606, -0.4092279076576233, 0.747859001159668, -0.7515280246734619, 6.456250190734863, 62.26555633544922, -0.29666668176651, 2.745384693145752, 5.043333053588867, 0.025624997913837433, 9.064374923706055, -0.6506249904632568, 6.258124828338623, -3.6987500190734863, 1.0, 12.613749504089355, 44.76777648925781, 51.880001068115234, 0.7250000238418579, 0.12687499821186066, 18.066999435424805, -0.41749998927116394, 19.792499542236328, 0.0, 18.229999542236328, 0.12562499940395355, 2.380000114440918, 29.619375228881836], "max": [1.1766995191574097, -0.65346759557724, 0.7814526557922363, -0.3400006890296936, -1.1498149633407593, 1.3613431453704834, -0.39687761664390564, -0.8690012693405151, 1.3341869115829468, 0.1677856594324112, 1.5119359493255615, -0.6439545750617981, 22.774999618530273, 68.37187194824219, 11.7787504196167, 9.316874504089355, 19.636249542236328, 3.799999952316284, 12.769999504089355, 5.53000020980835, 12.801249504089355, 3.197500228881836, 1.5625, 44.5966682434082, 70.47062683105469, 63.302223205566406, 1.5924999713897705, 1.340000033378601, 57.616249084472656, 16.46875, 66.33000183105469, 0.0, 69.56937408447266, 79.95124816894531, 56.37937545776367, 96.42312622070312], "mean": [1.13875150680542, -0.670066773891449, 0.7444008588790894, -0.3522915244102478, -1.2041981220245361, 1.3373405933380127, -0.6000443696975708, -1.091609239578247, 1.258249044418335, -0.2723329961299896, 0.8506312370300293, -0.6562226414680481, 10.573324203491211, 67.12506103515625, 1.0305143594741821, 7.30627965927124, 16.102495193481445, 0.40603575110435486, 10.79339599609375, -0.3584791421890259, 8.71300220489502, -3.265684127807617, 1.0704457759857178, 19.515552520751953, 62.826778411865234, 53.32569885253906, 0.8496702313423157, 0.32076579332351685, 44.2469596862793, 5.673460483551025, 50.742645263671875, 0.0, 51.8996696472168, 21.96413230895996, 33.87443161010742, 63.129276275634766], "std": [0.010165746323764324, 0.010095112957060337, 0.014856324531137943, 0.006232443265616894, 0.08521489053964615, 0.06752873212099075, 0.20675615966320038, 0.126353919506073, 0.07423855364322662, 0.15209271013736725, 0.15756048262119293, 0.02291342243552208, 4.004767417907715, 1.2176873683929443, 3.0220108032226562, 1.4718869924545288, 2.593683958053589, 0.574968159198761, 0.9336611032485962, 0.9890873432159424, 1.6712294816970825, 1.088156819343567, 0.08358847349882126, 6.759805202484131, 8.757550239562988, 2.4589524269104004, 0.15540830790996552, 0.2615387737751007, 13.575143814086914, 5.119261741638184, 15.294180870056152, 0.0, 15.825714111328125, 25.67734718322754, 17.3961181640625, 16.485267639160156], "count": [169]}, "action": {"min": [1.1267118453979492, -0.6872705817222595, 0.7238975763320923, -0.36764705181121826, -1.5559751987457275, 1.0513677597045898, -1.0455608367919922, -1.2524080276489258, 1.015381932258606, -0.4092279076576233, 0.747859001159668, -0.7515280246734619, 6.456250190734863, 62.26555633544922, -0.29666668176651, 2.745384693145752, 5.043333053588867, 0.025624997913837433, 9.064374923706055, -0.6506249904632568, 6.258124828338623, -3.6987500190734863, 1.0, 12.613749504089355, 44.76777648925781, 51.880001068115234, 0.7250000238418579, 0.12687499821186066, 18.066999435424805, -0.41749998927116394, 19.792499542236328, 0.0, 18.229999542236328, 0.12562499940395355, 2.380000114440918, 29.619375228881836], "max": [1.1766995191574097, -0.65346759557724, 0.7814526557922363, -0.3400006890296936, -1.1498149633407593, 1.3613431453704834, -0.39687761664390564, -0.8690012693405151, 1.3341869115829468, 0.1677856594324112, 1.5119359493255615, -0.6439545750617981, 22.774999618530273, 68.37187194824219, 11.7787504196167, 9.316874504089355, 19.636249542236328, 3.799999952316284, 12.769999504089355, 5.53000020980835, 12.801249504089355, 3.197500228881836, 1.5625, 44.5966682434082, 70.47062683105469, 63.302223205566406, 1.5924999713897705, 1.340000033378601, 57.616249084472656, 16.46875, 66.33000183105469, 0.0, 69.56937408447266, 79.95124816894531, 56.37937545776367, 96.42312622070312], "mean": [1.1387516260147095, -0.670066237449646, 0.7444018721580505, -0.35229143500328064, -1.2041982412338257, 1.3373403549194336, -0.600044310092926, -1.091609239578247, 1.2582494020462036, -0.2723329961299896, 0.850631058216095, -0.6562226414680481, 10.573318481445312, 67.12505340576172, 1.0305132865905762, 7.30627965927124, 16.102502822875977, 0.4060358703136444, 10.793400764465332, -0.3584790825843811, 8.713003158569336, -3.2656846046447754, 1.0704457759857178, 19.51555061340332, 62.826786041259766, 53.325679779052734, 0.8496700525283813, 0.32076600193977356, 44.24696731567383, 5.673462867736816, 50.742645263671875, 0.0, 51.8996696472168, 21.964141845703125, 33.87443542480469, 63.12929153442383], "std": [0.010165746323764324, 0.010095112025737762, 0.014856327325105667, 0.006232443265616894, 0.08521489053964615, 0.06752873212099075, 0.20675615966320038, 0.126353919506073, 0.07423854619264603, 0.15209269523620605, 0.15756046772003174, 0.02291342243552208, 4.004767417907715, 1.2176873683929443, 3.0220117568969727, 1.4718871116638184, 2.593684196472168, 0.5749678611755371, 0.933661162853241, 0.9890872240066528, 1.6712294816970825, 1.0881569385528564, 0.08358848094940186, 6.759805202484131, 8.757550239562988, 2.4589526653289795, 0.15540829300880432, 0.2615388035774231, 13.57514476776123, 5.1192626953125, 15.294181823730469, 0.0, 15.825715065002441, 25.677349090576172, 17.396120071411133, 16.485265731811523], "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": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [169]}, "index": {"min": [7441], "max": [7609], "mean": [7525.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [169]}, "subtask_annotation": {"mean": [2.1124260355029585, 4.0, 4.0, 4.0, 4.0], "std": [0.8595578377758634, 0.0, 0.0, 0.0, 0.0], "min": [0, 4, 4, 4, 4], "max": [4, 4, 4, 4, 4], "count": [169]}, "scene_annotation": {"mean": [49.0], "std": [0.0], "min": [49], "max": [49], "count": [169]}, "eef_direction_state": {"mean": [5.680473372781065, 3.828402366863905], "std": [0.7327728085402474, 1.5764983830344919], "min": [4, 0], "max": [6, 6], "count": [169]}, "eef_velocity_state": {"mean": [0.23668639053254437, 1.1183431952662721], "std": [0.578370207492895, 0.752247661969715], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_acc_mag_state": {"mean": [0.28402366863905326, 0.8757396449704142], "std": [0.6266604636626618, 0.8647964926127868], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_direction_action": {"mean": [5.680473372781065, 3.828402366863905], "std": [0.7327728085402474, 1.5764983830344919], "min": [4, 0], "max": [6, 6], "count": [169]}, "eef_velocity_action": {"mean": [0.23668639053254437, 1.1183431952662721], "std": [0.578370207492895, 0.752247661969715], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_acc_mag_action": {"mean": [0.28402366863905326, 0.8757396449704142], "std": [0.6266604636626618, 0.8647964926127868], "min": [0, 0], "max": [2, 2], "count": [169]}, "eef_sim_pose_state": {"mean": [0.5813131974788556, 0.2214341468188262, 1.184162056141948, -1.3935193929504268, 1.245807483199723, -1.8362105045133525, 0.6605211995768518, -0.08250315434445804, 1.2221224768674042, 1.186132567226784, 0.9558269593548757, 2.1155944117240275], "std": [0.003121109908391642, 0.006475624154672844, 0.018014119484955536, 0.1406658885438246, 0.08117072057068553, 0.12989721873588472, 0.016143608276931478, 0.07052111737927307, 0.05163664501485182, 0.25917261263304364, 0.06995191136971049, 0.13746624022257733], "min": [0.571738994630903, 0.21767860367655428, 1.1704720405020148, -1.5161765865145715, 0.8907884785951485, -1.9540756846507514, 0.5974706767107465, -0.20800599637020012, 1.132637080060962, 0.9158411868370882, 0.6863627043153904, 1.7152991546906329], "max": [0.5865520086153713, 0.24343471550062612, 1.2524686630302457, -0.9284440603750828, 1.2773164204509815, -1.444688693516599, 0.673637305676299, -7.447544071070844e-05, 1.2771456521223117, 1.6402004022338927, 1.0209994298188056, 2.331581759886274], "count": [169]}, "eef_sim_pose_action": {"mean": [0.5813131974788556, 0.2214341468188262, 1.184162056141948, -1.3935193929504268, 1.245807483199723, -1.8362105045133525, 0.6605211995768518, -0.08250315434445804, 1.2221224768674042, 1.186132567226784, 0.9558269593548757, 2.1155944117240275], "std": [0.003121109908391642, 0.006475624154672844, 0.018014119484955536, 0.1406658885438246, 0.08117072057068553, 0.12989721873588472, 0.016143608276931478, 0.07052111737927307, 0.05163664501485182, 0.25917261263304364, 0.06995191136971049, 0.13746624022257733], "min": [0.571738994630903, 0.21767860367655428, 1.1704720405020148, -1.5161765865145715, 0.8907884785951485, -1.9540756846507514, 0.5974706767107465, -0.20800599637020012, 1.132637080060962, 0.9158411868370882, 0.6863627043153904, 1.7152991546906329], "max": [0.5865520086153713, 0.24343471550062612, 1.2524686630302457, -0.9284440603750828, 1.2773164204509815, -1.444688693516599, 0.673637305676299, -7.447544071070844e-05, 1.2771456521223117, 1.6402004022338927, 1.0209994298188056, 2.331581759886274], "count": [169]}}} diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/info.json b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..0962f979d40f77ee89ebbfae10d7f0062312cb3b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/info.json @@ -0,0 +1 @@ +{"codebase_version": "v2.1", "robot_type": "discover_robotics_aitbot_mmk2", "total_episodes": 50, "total_frames": 7610, "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_small_bowl_of_canned_food/meta/tasks.jsonl b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8edec144f4dc182c0bba8ebc0dc0a3d9066e8265 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "The hand picked up the mini bowl of canned food from the table and placed it on the mini table."} diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ea42291c80c5fb26d860d25860de99d0e223946 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f3d18b11258bb64793dce1e47c02babbe0b79c02fac9809e7aaaf89c13eed538 +size 1782656 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000001.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5acdaa0da1f40ed097b2807161add57e51d9257b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f1cd71b3bba9009e1126d66054ca0991fdbce02ed2e9d46afe63b9fcecf2b79c +size 2504139 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000002.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7eb33f1da08af911e4c70e999d92f33c1f590cb --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3d9febca619d6e5b7ec5fd5458e076d9b6f8297d0798b17f19a0a3a221f4bc2f +size 2035821 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000003.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ce680f27869330aea58de1b28e98681afbbdcab --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:eaefc5445e9f64b041a6b3b3d579285196a350d5df5f512987aa94a431496ecc +size 1771134 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000004.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31883f1dd99a0ecbf6c76f4ba84aa3c52befe5fd --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:920c4d76e2c23cc8bcb9c6d4ee73e355b704fdd4032ae86aa8658110f2fbad87 +size 1823574 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000005.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17376fb37ece73737db1830513254717da122b55 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:d5d7ea4502012ba5c586ce51bde1a6907c9151dec7a482fa78b04e158f4addbc +size 2989221 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000006.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b8795fcd4c165e20da467063bece0d71ddb5468 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3ae855b7345210ce62948f868f62dd426e1c0407056dc4fd45415287dae4762f +size 1669923 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000007.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..772429684ffaf1966183a00188843fa0586da6ec --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:16e35d231d4ac8f3306da815585a00dbac13d51c8c4b43ee458aa522953e8ba8 +size 2516700 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000008.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9690992470e4d9a3fdff14ccb131cbd5c14528a --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:588b6a8fad048ecf3649ea8237ea005f45873f50b7779e86d0ccc7b5fa7d404f +size 2322826 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000009.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d02023ef7125af66b752e439e41e1ac8c09c0e3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:b1ffba3bc11390d61f1ab1e2346ae27e37d2c6916b8ca1e7a5c6e834e1e2cd39 +size 1912603 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000010.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..701f950fa2c0d59756d6b3f2cacf9e9467991816 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:97a3588333cae299f0a68f955af83008af092dea336e9c0b580e4776826cd76c +size 2057824 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000011.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59bbfe206408aabc1a51e289dd2a890ce3e4ad57 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:fc26606177ded45822767f16ff99e46eb1823f85891a01ef154e416de389485f +size 1995501 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000012.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32d33851f8f1ec949606f0e6bee6ea494cd62990 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:4941e62dffdd0fcd4ef4cf6ca7548d957753c47eddb6b43af7f7b29e2e0c836d +size 1791193 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000013.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..442afd491f741d40d49563624bec56804ad86a87 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a206391058dcb6c927a69fbb21268098727b62f7525381fa57de2ea23d8ceaac +size 1687094 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000014.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b81ce73843ccfdc2c0cd0a53571362342b7b2012 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f0dd52b360f7ec8adf502e8e1e0e0eded0298a7b247f0956b20a3ceee0bc2fce +size 1987576 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000015.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..391b0c8974b799d03022dacc63d59ee26cac48f4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:b9afb498553be50452d44f48cabb4483051097a524660f492487187420b2dcb8 +size 1836719 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000016.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a26cba47a9e08c2f908684fb06420ad6e6434292 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3efb4263cd7fa770792040d7564fd425027372c623dff80d45c445454b022699 +size 1720850 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000017.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97f5288991d5e1963ab3012fcef140192e011521 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:d2d16e178b4cb4e77a4164c0ef749a397fe955d33743570b518d3e4541493ea5 +size 1693658 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000018.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ea18bef6967e302cd2e382e9290061acdf7453d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:fabfe3f98a45d9af0c46b1b26dcabdf7222e6d11b25fb8547f65809046abfa82 +size 1834293 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000019.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31c4381b77b512e5138bcd1ba78ae32b9e8161e7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:bc80a135623bc347cfe0516da42c5edf1bd9158fee3ca501ba344edb8e8f0619 +size 1583171 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000020.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13460ec6a8e74f4f3cef22ef55300849a893bafa --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f375fb9ee31aecac5349d7076ba52b8c1d7ebc64263c0534c06bd808803d4e20 +size 2682640 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000021.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..928a67e5d093a2641856468a1320cada8d52629f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3223500730d2089a6c5ed62dca631c06a959281320b053e1e7e75e66d1ffc8b8 +size 1688494 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000022.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44f0a7b3307bae55ab21bb56097247758c91edfa --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:144556905c95f84f2b73a5a08884960b8314676e63497215c80121e0c1294adf +size 1489110 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000023.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd6a24282a5dbe387108b36a09b353c9cd20dee5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:b9ed5e37b65aac48e781d3958565c60ffb78d5958c6d69db7ad907a1f0327eb3 +size 1956179 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000024.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94d7b916b56fafdf9c2916f4aa5394a7720cb28b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:9c3ba52a00d6af7a29136c83d4c800707b644ecaa20f72efd6b09bf22583dd76 +size 1712430 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000025.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..671de48cff5f0092e8e3d367eab5825301e111b6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:92199860f1004f3af5fe5b551907751665c9359cb0b7655bef0680bf19851069 +size 1578594 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000026.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47c502f157f743dc1395a50b04a3bb979fabc4c5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f9495b0a5d78b9cd769b0912f57534025655db9516dcc379f0b7e769ad3578d1 +size 1720064 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000027.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..728517570c1e98d91ef452ca9e791c55b3e0c1cb --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0914e11152fb1a4e8b34d59bd7fb70342677758ced082a5f8921f47130287b37 +size 1798547 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000028.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a204c4038dc9664d855994fbb0724d02ea9b288 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:21d3e49e14d06aa7daf45c32253d8d4ddcb500fce15bd078621bcd5cb35773c9 +size 2395397 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000029.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eecade7f14b1f9d6b5aa6aa7afc728c58acd1c2e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:49f15cf179112a5924e1123ae95a97acad0969aa588c46bc95b5eff75ecc7d8c +size 1513343 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000030.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91628113a855284055bee0a08a9009df98a74115 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:8aee5f64e6557bd2b09f50d94ce385b288fe015cac3b8b073af80df16269ec68 +size 1599144 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000031.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dca389c8e3ac2bc57c326bbf53ffc47d0ccce47d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:da9c5a3ca904ebc01d869146ddfb9b41e8b42c4c7e78c9c77a17b4f227b1f55a +size 2491752 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000032.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da2a17259d098dc6d8c849433a560d578bffa08c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:6ad43a6b8afead02ea1fdc039426fbbd94515032b498981cf132834f04b50473 +size 1711212 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000033.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e9afaa99285d9fbe3a3db74cb28395d51828283 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:742944fee49d3f7fbc4b1c29b8a5e246736966b0abdc092abb4be8ad8853f151 +size 1467305 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000034.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6b230e3c9171402c26b9ccc5a7c85cc45e45198 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:ab3e859b5d8b77ecf66ac3fa76a2ab6809b8be2452b7798e7d49ef89d20f36af +size 1918127 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000035.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bbabf951c8b6b11f5c6f090b872160b37d32a4b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2e14cfccebb11c1bccfac32cf1f3e47eee44dad164c0c98c9ef3c2c2d90ebc42 +size 1701829 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000036.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d59b2f0766a7cdc029e32090683e7ea931653492 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:04bacc37f1c239ffbea2423f3561cb1b8d1e6b67622cc76c10d7c867aca65164 +size 1647309 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000037.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81f941d4e111af3b867a2af33bb1a44c05b91a76 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:06f8ea379321a5c0a7685ed0bad92501369294bc6eb2b7b9ada0ecc96f55cec5 +size 1527888 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000038.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc50278537460c84803764feb4db22180d910b4c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:d4756e62c59cc3f6c7d98a293953c84f7c40f0262e34f9d4d00347ca6ca8986b +size 2530304 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000039.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84badd47201a86135f066d4c7ab242d2ea1c8482 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:5c3e4cdbe602c2e9b775186908d3a5cd7ebf67e3549f609fb764458fd82630ab +size 3128169 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000040.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17193d3a4035937ba97b669d67145518aa9c1e50 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0d726c26950820c12e735c4c4093100ff02b32adf5a94471a7a79153f1fbf0cb +size 1879617 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000041.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48b34f12fc1fc185d1b6f60798e7e2a94a86d742 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f80d5d07e6567b2738afac830c8147b604e2448dbdaa71e954c2ced25c9e3afb +size 1481844 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000042.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d33553732646172b8083a82a80438562007c4aa8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0cd0586f3ebe26020255f0cba0a747e1c66114113aa257ce318fa22991eb223a +size 1619623 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000043.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..802986af9fb8ff3b68498363839383e718b8e314 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:52a02db0b5f4f4c748f17559f938005e068959ef754afee5e80523ccc6a39aee +size 2372994 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000044.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bd07bc82b27cf283c2a9721f4674a086aa27764 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a6a27531bbbd9a7698b469c8b4551b706e41c8cd4138398d9b67fafd07702ee9 +size 1948500 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000045.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b159d9770ebb7ee47c6285feb59fa8f92007dafb --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7b84d34e2fe53bb82ee57cf350ee5f6d56426650029978372dcb540cf2521089 +size 2373732 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000046.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b4e6617589bbd483d17d21d10499f430cfaa7da --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7bab41c75f52023313aa7a0e0dd69de87a97f6300f44f8023e9b3df8fcb46111 +size 1647660 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000047.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e2252ae4a466e9c5d4ccefe785e70584a077532 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:979054f645a70ba0c92e77ed3985395d39fb77682eab0c8ac76724066473eb49 +size 1929735 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000048.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c82fe7659d243717a5dfa2264cca46803e05198e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:753e1727bdbf0e27907b3261fb94dd07531337a368783e12a9f20f691ea217fb +size 1660592 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000049.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_high_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73474be29f4b7c1e59b58c001b50a8f3bec21897 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:67fd616b7ec540b1c449c873c7b93845ea103eaa8f027e06d2314c3da2b74ece +size 2180259 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4295d612fd9945326cf9a305773046191ba8e6df --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:67a5544a5f70693afde666ef776260fd7b93d81f6081e3ec2f89ad8381ec84ac +size 1246956 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1efb5e41880e0ceb63c3cff6745221fd6e93d828 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:5ebe93d3c15ab842c90dc4b86eeec508262842417e8a4fb222b030c971196092 +size 1403767 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b007624458526d1badcf64f03db9c9965a72ac1e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:adf3b7554e372608490d6fde8c39febcb0fe0d528b37463bd142e3b62c70620d +size 1023264 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc1ff74560b847a4637d131663521de854ec67f3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:48f4ea478d2865811eeb717f0d0f2c775415e817c6559e124795b6af767006e0 +size 789834 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..459d18da599b30fc9f56365a9e2cc70803d72391 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:66c30835493d2773ced2286fefd0e556e2012e0be18a1a9d4b085c54f7e82af0 +size 907076 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..821e434bfd5350e709c64cf74063101736b6777c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:71f0b85d5b9ebeaa05e0c0824933afd449df5e7738755eed11a918bf1270b2d5 +size 1462076 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dcd41fc0964f457e951a94de461c132f4c70459 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:881bcc64df17c4da91f291a6f06700dfbb4447c64d5affcb0b425f7a564e2681 +size 848363 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6716ad02e748862837c59835416dbf00b49087f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:adfa20f50e42345bda9a83141bd20c7e9d84856eaa82b68fdf58a76c9bf7394f +size 1188067 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c321523c0ed5ba2c2ae3844a522f44a6551bda0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:b97faee4e67a146dbed0a34f87f709b970d596f676d6d28f7dcce4d64ef197ec +size 1138511 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bf616bca02a3912f6b840a347ddd7560d83c834 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:639e1c7177ce693c0440829aaa3b781671c8d3a39e6382f5731f81bdfb185855 +size 969370 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68b458b60489a4b0c7d7b0f28f2aa4bf83211c02 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:53abce7ae4aff97d7bcdc41c909f0bdc29042dd240e467a062335b27b0a0ae31 +size 969526 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b957894c023bee81cd9ba44787b25b5eaab40a22 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:e7ce594edd7b3e85dbb8eaccbadb6d259d56bf00d63606fba53dd06dcf2670c3 +size 965715 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6378f73b8898b3afacdf4ebec502a833fe1cb5d7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f7ffaf9981244918115bafa768790add16b1cd7bb83930f603dd9a491b2ce767 +size 1029965 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65e4cb585d9b0e24103bc9a6dff5066c72cfab6d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:bf079ab2421ed4bff569fde7ae6a7adfd011a06f98cde84e46a553ba699d81d9 +size 803461 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fe4b81ac0d4631b15ca0c46845ee210ae3e6d68 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7cf2d972605f8f6a8ba54c50923adbd36b3cc660f48b2cad60289bffbf63d9f4 +size 1084302 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9f2a5c68fef0e94505302982d6ce04a0cab76e5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:693262f57b13170059e281130855177d04c5ebac5816308c965604190481a6d9 +size 980514 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f690e0246ae9f7721df088636a48397af3ac9d4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:4e884f0e509c216aa50378760977a47ba9e1ae7648441c3492227db85619603f +size 792362 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0efd3c7bd4f28768f1fe759a9e903b3b1c3fe4ba --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:1a6be0f4c9caae59d45e8e4455ed67f510e970c1112cf97871819e3a1b92acbb +size 776016 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efc64e66ead800d533369b1ab70928c9ec9a441e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:6b295d3895abdd5090078f769dd284b9ec0a02a74f63608ee683133da5e82690 +size 878641 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d46d199f9ebfac359e6e321e06dee2126c2b64e7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:53896fd2943651da519e86ce8f462b88df16c3759cc0407724978ec33a366390 +size 737051 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d8c469f3050c9f5b3626f8291ac48b597f76f91 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a72507ac2fe5effae0d6a0b4d92c6e132f140d78f2870bfde1922d7391065c8c +size 1158485 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c99294b0dcbc34a04c8c2a1883202bf59172830 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:c1267c9badd9d8d9460e0f3b9dbb81ffcf7c0f0502446a797627489a0cfbb29e +size 750808 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8c9ce8bc932d7c3122af43640df60c52ff1e614 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:d0a02eecc25cc4f4e16179314d72b769c168a2b10fd87f14c0d6d2c7117037f2 +size 755104 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c92c7ba675ef0a5919fd5d78fc1d3d4cc2b75c0c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:90aeb4b0ee56d6da428d93dd0ce323787de48efda1835a398c46738a46a1bd55 +size 1137474 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5d690ff9eba56988f20e2976de86d2a4f7d11f6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:03be2f1c7fe78d4445da6701063832671c12d41776056475e30b0157c7b2705c +size 788187 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cb8c7895f40ac8554616f5611f9a43940fc4632 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:4c7bbb18c25a8534e4737f6c979f70baa8afec46f6902733b3e7a7d06c956022 +size 787807 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3200704c9dc0a9535bd2774e6c7b3432788df92 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:fb0dbb554bb3595c4c5b0e2c030fc93f005b06601846c10c9b55df5eeb1f98d0 +size 852794 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e61e7936317a891a2633b54fad31cfcc46fb194 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:8f0b4e8dfefdee074d9e9e0bb7cffd4a3c244cb64057274f616871b299d4faa0 +size 873525 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7753d9f10a0e367262c89618affeecea163a595 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:4dba966a7bc49200e552040e80ed02d65c92029a5dfab216504cb8bfc0bf63d6 +size 1283322 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ced124a3f15c039b82819f2721ada21ee678b38f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:1e2e9bff8a78b07f58869eb4218527363e663cbbf48795605517676bf9394789 +size 738580 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d72a3650f17be748a16e77cdbd7371f3b9234f4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2d08bda57de2c65424590d7da0319b29680817ecf242380b1f1d5db970bc4218 +size 787892 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..825a9623151f3dae58daec17aaffe5a81a479a2a --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:5e124212f010a62db11701936beb3a3ed4d37ba5c614d2723ea467f1c39b8b55 +size 1272893 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a067f4a2602c1b255f78904b8b42542c698fb0ab --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3a032b0daaf37543ac5a8148c611070745b4e55f309b3aba7a11cb5aededf46a +size 896245 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b32235023252e1d31302df3a8ddd3f278fa355 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:6aec56b52414909c861dc8f7d62fb165f51ee359dd8b5f837be58fb66c7f0fc2 +size 829466 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acd3706c3a1c20e97a1f47847e2c70eca7345b55 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:098c2a1d06f3c7d4be0b4d9e7798d70fc833155e184eb243157c09b16717e75b +size 1041216 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e16468f14630eea31d83b613f12d7952e7aa437 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:5c2e6d2b1f9afba39fbd31a97386bea77dc342142338c3d4e8e4e64bbbd363c3 +size 915109 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c3a7537004462623997b3d2a817b9931e790fb7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2c700546c4e4de5e38e5ab9835a53394cbd8eae9fbba4b6182db3ae167bb312b +size 820704 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e655c38151ff229b7a5868379dc7558698264fd --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f55fc2a3217d7e32365c3b69a7888369930ceae5969c258a78d28db061b5f381 +size 712937 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a079f322e5c65f9613cdbdf8036580df694b0f27 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:76d8344ed3528c9bd1d8c9ee3dd0a43f602aa59eff22380253654024d2d2ced6 +size 1256699 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72fa9c359577442635f83121676c8cbd120b041e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:5287dc5aa7c1df248e923af931f41a3c7df73f6487eda4d76252da28b17b8473 +size 1596902 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db33ec83f4f6941aefb6114ac84134b56851aa86 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2a5e5e38c2bcc3aefd58fffb1294862040e0127ac6af8b77dda12c5f4d8efdd1 +size 1127623 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4ba1787d636aed00692002c8bf646c0bb73c55c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:68b05cea0a589de29979399ee8726f10a092959eb4c96dc2e369bc949fd5115e +size 763527 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59c39a6051cfa396be3f4c84ff45959be2cb19fd --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:82a7e0eee34f4cd2dec4f38c1378cff3c5c66eef29d32b7e0ff0cac3bdf64e4c +size 860104 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee8252570fb5d8145114fcc042449bfe65e0b804 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:484ff847cb28e9c129642219dd9dee8ce6850e7d67a13de8f72d879e9ea4d0ff +size 1126815 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9009b987023ada045e7c532ab47b73e4816a40e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3240a37be58656a2be8c6b5843761403ac08988499a31cef5a6ffaafcf65a99b +size 1106861 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3d95e5a3fc3970a532460919944d6cc23c39af5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7cd86a1a3aa3be5becc66d733c43d937cea71d4716bffba32b9ce40e8d145b17 +size 1237040 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e493102933eaf0dc3381fec3680fc9f48aca1749 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:958360846da1c8a922c227ea5b245abd3d1d599ec7a6b0094bb09334579b80f9 +size 775962 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da01cc495b6e6089fac79633da3cb9b5629c5c4a --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:ed137df14956a7dad18da47f6dabd93992ae56ede49d95bc166fc43867ed1b8a +size 1150114 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eb04a4d40c13d644409eb3a1fdcdc2758e02678 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0359ee570a562e4c4ff5b7a50dbbd10b0ab2019879479dc0fc9fadbfcf20511e +size 942629 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc3163755bbf20a428785307175421329a124977 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:80a5c78093cca8a8841c507b49217bf17969c5bcf5f4b0ae68e03729e33f30ac +size 1079482 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbb4995233edaa7eff2f66d02d2f38268f3f7dfb --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0384ecb43def6a59da00f1612cb5cf7f5ff14422d58d1f748c4671189eb063af +size 1134885 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0631327e8aa3aaf8ffb61b52619e40804d980107 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:d42bcfb2d185be1464e57205bfc9701b8fe6e2fbf90879da452da2218c89f4bd +size 1650417 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe768651f75aa48c09924ca650ece16711dafe6b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a76f4b09853b4b37ee748e4f506ea4c2252ea5014729e92472b2ce8dd8feb02e +size 1362563 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..250abb9c53ff84c96cca11b53d25336467761d3b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:9bfe334b5050d727e5ade1fdb12dff596c556629baa43150c3e595a6c17d0775 +size 1188947 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bf3e2caf6afd6bcab91891e35a1332749289318 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:18000cc519f83274e6b020388ea29ca1390276271eaf8e1ae2890e89f4d796c3 +size 1181889 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12a032990f6e885f582d55dae4c9e14bae31fd44 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7f240821c5c17b5b1c677db6171b181f3d02125d96b1237bd719d4b24db1efcb +size 1866250 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04a7867cd9d55c4af2b8b0cf3dca43a64c0262b8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:86130352003e6008e3dc2bea0b579ae76ef063a58f3f09e92d82f0de44b126f5 +size 1136975 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63fa8822e24b4292a6b2f051f010025297d31e4c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:e71746d0be10d1af449deefa76137c190d9ca81379ff2ad47c16b34d75a5c2a4 +size 1662181 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..660e34a58ca7c94543c2ae83df5390dd8c33fb40 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a83f0e744cc15cbceb456dc55f5ee86d724bbd30795903b122d1f58a4d0bced0 +size 1541756 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe62a989d77276e531305546c439ff2d60e2a91a --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:be6eb95b34bd64b5828a65a2b00a4b4ddb217a0e4eef486b8526ba2f0237eb0c +size 1356134 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b449b333c5a7eab5dd7e238af50fe47fcb5da81 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a14b04f995d05d2fc0682904b78b5415c38b8afa4b5be7c5ba99b4d0f32494a0 +size 1318189 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c8fd589dfdc5294ab58c51c3f63e723350f1795 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:4566e988d6de9e2772e5dbabffede7aaf9a209fe6304041117ac48781b498fea +size 1249893 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3af0e5db0fb9b53dfff28454db16b38b0bbd3fa --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:1cfd9e0e8f9cf4b151dbf67d7deeec6bce9b59acca4ea871533230361b5c6b2e +size 1141539 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a77a847235bc022e0986a5aad5769618c919d0d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:5dd950d69add8ae96702ab2c026d2ff93823d812ad6682a4b3f60611e65ff8b2 +size 1096765 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8a870125c377fa7da4d11ecd6464de8af19cd56 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:07eedf0184cd459c9567a06f38cd94ddecb47963341aded42dab1da379bcad1b +size 1300127 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c36ec33231bcdbac080369fa241d6aca47be8592 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2c0531dd1cbffa4553b30abc5cadf6887c3e1b4d09695a00881fd9e45b978d7b +size 1225198 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..257558b40a6ab69be92fc9d689560b71763c02c8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:d6efc2764f8ed66f62f64d00c6f82f6eccffc4dc59190172e62c782fae52c723 +size 1178035 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5355928074cebae55cfd345753f94a4a915c8682 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:b606fd0103f07f6e6c43684cf65e7868f00ae8e032034e0bf9c8c0a97a6c60aa +size 1165080 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20920365a5f7bf192ee00bcbc10ff7de850181c1 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2a9b31bd95c4d23f3b2cc70f1767c30a5f95e8a3bc6da1e105b1c2aa2cf7af58 +size 1178803 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4971374a6c749e17bbb878fb384718de4f29aac --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:9f62957e23c073d07c9ea9928074c9cf3f71daf4bff0e6b104a080a437282708 +size 1053722 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4526443284b5d35d0710dc83943867c853a7a91 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:57ede4601d7cce3db52516c19834d9f229ba354c51144694203c01003c56c0b1 +size 1743677 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbbab5017893efd7bd4151f8604d683f7d6df387 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:d35a1aae40efb61f2d2ab48a2dcf6ee913e255fd449e77d83cc8e785ccc56565 +size 1162033 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2675ce164698508f8e02d59abcf6a2a9806a9f3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:c55d9135785e49c61454f1b144022875201416642924ecb1fb7f2567220f8e24 +size 1048252 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e9a1eac54f72aca1b4d6f613126a4a57d291e7f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:20aad4b48c8aa44e21ca0e3d3f0c0c8cdb876fe967d817f3235bd7e59e0f7235 +size 1229050 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be86eee40bc7e64fc145f63ef5c8efa3200b0cc8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:fbd5bc2f81bd042dfaaae4a4c9d336272cc07ddce27c9d6419fd43e8df8f0111 +size 1155469 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..979a70eda253f660002d3335a94712f950a5a610 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:cb5ff20c1996053030e80bdc47a96c1344396f9b269b2cff512743a7bb243063 +size 1070619 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b05a233f848a249e01cc3c092a1bfafbf93d4c9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7c54d4245d5c9614032dcd3ef48a3f60f76ae63919dcd54ac65800ba61e81df8 +size 1171532 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..033dc96515884cbcbe69e2b94e056c58d2a0f176 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:e427c1bbde70b30ef017285cb1626bb92c8aa327b0fd7cf119d1e88a3f765095 +size 1211451 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c505d156535d7439b8f6c789e8ed8046842bb59 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:e49082c5218be83a2d21cc9da1a3ce16e6df946cf393d058ca3acd1a16d30f4f +size 1613938 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87ca1a70fd8a61a1a52bd3bd9d806e5c58341b2b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0c85713b2db9a9b9ff6faa1b86cf5802dbc7ffd04772d788519160bb9358f27c +size 979325 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5bd6ea2e9ec5eef4a0b9872c53447f2ec3159e1 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:282553076c4ca93d3bb0f9c9ca3983cef71ca84fd48862b18a4a7f9efbc6c679 +size 1047424 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec593054b35719d2f1c514641cf1ac0377a99257 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:51123f2fb6eaec25ecfe22799e2d3b92d5a1d3d2f015ebb8297a8fbd949e4441 +size 1593344 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c8d14228aba9cb36842031a2f7bfa70f5632575 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:4daa7ecd0b5fcd6421d2135524ffb1d4d056326392c398c511b916712ca296b9 +size 1143257 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee9cc7880f0720bd138610f9ecf4b9007796f31a --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a9b0c058fb7ae6108a81952f0505dde7947bbcf9b723274433bff006520bb410 +size 966952 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd5e018e6ea4e381736f5188933d1a56a40eed0 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:cc89966db235982e1645f9b5bb00331f417764e9c09381410917623408b5509c +size 1236974 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cffb669776bd8fe87fff0a08bc895614b70bdfe4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3ab0b55b5aa036d53a732409f25ad26ad7030043632e371d95fee5c5954ea993 +size 1133610 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32f247bb55c71d180cff608e7e28f16bd2127e73 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:c8c811ef2b8ecac6dbd98ddc9ef4cba05174b6660e05bb609f9fb90a8bb0b131 +size 1128023 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c11be78bb7e00fe66913f7886a3e42f915d6a69 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:6d737a9a013aff6bf146d31ed69676d39925c7e433c5d9fb3582384cd7af4a53 +size 994185 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e15f674f62c2ec8bb87091029ae366a1997cacc1 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:e28ed265c512e42ab4fa7a3542e508e3934ba447b43e13b1ef4a2a83fcc40fa5 +size 1536365 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea1ef900bef36a78dc6594cb6901f69d59438e14 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a9ad1e99caf99310e094b040499aa3abeee3175dcb041b9b0f54ecbf3496aac1 +size 1965207 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cee119824c3f4bf606bb93d31fa3cb6d6eda28cf --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:af2cd91bc2244763dbc1485058a3ee1660b1cccb3cd575f1d0041c2b74d3c12a +size 1212634 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59f6848fa1cee47cd3b4bf4975b59d7804befd2d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:8cd1ee5b1ef0b49c5e1f8834c85c4dd8d22be6453cdebc0f27077c9f1248f5e6 +size 982361 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c11191464f3cab42e6d7777af40c22dd4bde3b8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:455ca448ec4357b270db186275e468b8fee673ec5acadbd7d6432a2051eb4e96 +size 1067862 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb74b8f3933b0f3e0029dfe4f2adf7058e3dfaec --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0855c2552ff7b1de35cba6cee1676a308c636e48544de9e103267ee97bea117b +size 1538452 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebb3091e56e37fed8920f536674a33b3fde5ff10 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:5ed7928b16464cbdfd66e17e969eae2216a2035115734f8e509a5bf7febcdf81 +size 1197021 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..813f561de98debbb8175ed311d79b0b7469309ec --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:964da7c1f670f4497a9527036f097b3de28e67156950e346f4fe544a054a2275 +size 1498892 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49982903f5719838afbb801e41232b21599a104b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:9b8b71ccfb1d9727cb3e6edade5d4fa701d29f74e19bf1c7b5734f281fc3e8ed +size 1129367 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79cd1dc8625c8f671930debba10079fa5326724c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:6592f448a52d9d4ec9141cefcd2a76aeaf7b39ac8d058fedce6fc2676db67e4d +size 1278017 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dbb94e33a791e8bc1185269bdbb3a403f646489 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:28896318a6e49e7749dea5ba53f6e5b30509a35fb68087796914adfbec326346 +size 1127087 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..883f19a73aacdd258c9aa4c04504c051e998b56f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:9829c4218ce91ea9e04a839408ebecfd172c453b54dc0dbee3209545de9b5279 +size 1369052 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000000.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5300be926e65cdfe343102ffd062092d4ba1454 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:78417c9288885f68ceec2dd3f09164a891f679cff1796399a383ad2b96af3534 +size 2131738 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000001.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c730a50ab47df13ec16c8acdcef21661c3f00fc --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7c4c4d681b29536565d475603cfbcbd9137523e84f61a5b535d36d52ad189616 +size 2934269 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000002.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71e4526a6247192b3d34c82b27399562ef926e19 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0f3b669685f474d5efed12730996f0df6550f6e7eaeddef5694032418dda29c0 +size 2398082 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000003.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ecf6bd21e41c72e96dae96488554a3349d3df3f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:588d3777c078e364fc3be6a91af3aa1edca0918a6f298c8b5d53e5b3f54389cc +size 2036707 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000004.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2591778715c0ddc9666d8e456d6eef3caf2ee17 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2424727a23f39551b5c49be1d3a42f9788de44d764a14cfe0edf932d736572cc +size 2144031 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000005.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d699cb443895a5f93277313f59ecd48c885c1666 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:bd7afa5df2a9a478a0bbbd374c0dfdd3f7132ee34a3b35c07300143a9f10de05 +size 3440588 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000006.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dcbaca9208e52f7ebbfeead63be378960cb4f43 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3370f05fdc8fb834173bc9a2eadc3d5c0f14986e6adbcdf03b577cd1b4cb46a2 +size 1974273 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000007.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1730ed59d64a40d0479c6c68065777a4d0303d1b --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:83686a5493a1ac0e44339c5bb65b6377146079be38e587a018d740ef870e2809 +size 2939872 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000008.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cdfd7abebbc58064006ac0aa5757aaf039f5578 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:c9bbfa9af3e9987b6285852e67a180ba289a19917b80b4e445b3846de8c96789 +size 2759866 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000009.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b8aabbad89025d1bb754880f8f34ee0628270e8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:384d4eb4dc3466cc7206d6e8cfc979377d68da38f5b75db30bca0ad45fc42ead +size 2298113 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000010.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01be52e66f6021f11208b6c70d45ceaac25463f7 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:05d38d7f4dfca528fee93f4825b937081e48ecee119a79d24a0e3b0fc1e1ce4f +size 2337102 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000011.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ab3a358043e1301a58c67e185d0154ab3871cdb --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:bd5424a0503d00a8385966d7ea0da4851f491b92e60ddf03c050375280b234c1 +size 2284994 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000012.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc4a14f3888e9cce95d21d55074f0b068a76bfc5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:e6ef92573e897075ba34ca6475ee5d69de9576da2b847598b1b0dc7aa3df12a3 +size 2163415 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000013.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..460289dc1c93f1c70aa9b46bd9fbc2bf2d0d2f83 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:c01b4d6be9b922a14402ca506f9975c81082d3472244d020376f3f807222163e +size 1976594 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000014.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66b83de4e9caaf8048c160c101e030d34529866d --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2ca48fcd1443b77d7b8f0f843cd3239f0b09e1216576a37e2c5e18cddf006c0b +size 2346653 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000015.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8e9aaf4db52f90165dd535064f429c2da6de426 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:f40dae20a99c239d765012e2911da6978beee21f525c07e90b81e95093169bf5 +size 2200459 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000016.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df1ca93aad8820824bd18ee62f5c5035ca39d566 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a2774705aad8affcd0a2708116b6275a89cdd3e6899e2023a732b1e9cf55ae3c +size 2008812 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000017.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..298b8c53b2063f640f9d89f4f8d940d3e94715a5 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:cd40b560df86a302fcdabb3418fb27772584b91af56b5637a60a5acdecce7928 +size 1999838 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000018.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d46880d5f41aabcb2f5182f8228dc9763b2dc20f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:228312dc68ba2484e3774ee4d986d2e7e9531c257e99ded72c5dd6b308356620 +size 2089351 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000019.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02eae107cae39264eca96c25bc1c214fc996c28c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:41eb7694c0994c77d6e795127ba2f1192954ec345e220f11e0a646eb41b507f9 +size 1873561 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000020.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e23a9da4f4341622bd53fe2c4233d269fc3837f8 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:4474da5833536714cdd3f7f2f8383d7464845285c18127289ecce44ad08d1c7b +size 3122793 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000021.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bb5fc74879cf2e4708702ce7f2dc6362fb91138 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2af215c0f20203f72a29dd31da930aa3ccf1a8c0dcd40d75435f0ca7ce61625d +size 1961561 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000022.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8affc208f3fcc37093dd4b8fdc6c0f48d5aa062a --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:c176213f08df3940e13f8f975e48eaeec920b85f19deb675df0a173d5c37fcc3 +size 1776388 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000023.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5cb44027ecb150c11186eb392d753cada2e8cf2 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7c291f9c7c00514f67d34386d702a9bb5390a899019b3420f1972a3f432728f3 +size 2395601 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000024.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c871d5a17b7ef0d24984e3f5fc38a16515e065e6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:29a741d88066e22af34ee6e3a7604be72d731f6c5d3cb3f7721f41738b8084e3 +size 2000789 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000025.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..930ddd456ff476774edfc4589ec0cdf9cf21d0af --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:235b3d314587bd65ac7685bab780182a5a03d02e16a4bf3fa539108c6e396fe9 +size 1893270 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000026.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f0375844400f055e8fad160a33cb1d4cf654826 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:266b65d7ee9e91822936cfdc1019de417a911ee58db599f1d3f027b195bd1a61 +size 2051792 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000027.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb1a9da52f8ceb5661c9962e626170d82c77d078 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:aac129da2a8bd7e2de74a1603c5fb12d9bd016fbfafaf50788b42864dfc47194 +size 2083992 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000028.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c63954fed37b9ce462a73e3cfcaa555056050ac --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:345e670ccc6990c388ced249263c78511d6a83d64d6ff22486616188dcf99565 +size 2903123 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000029.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75cfd43b1f2829925ff4568b2b4189f146487876 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7a0c946ed98d4e8c42b6f7860945ead984bca032e307b56be21b99e1ba9aea30 +size 1753511 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000030.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f666525d3c56a11eb2e2535c0326179881543bc3 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:06f841f3e54478b5c8f9828fd2aa6e9294920f72e74fc99dd646e36d47b5247d +size 1885922 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000031.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5870c54111dfced4a492e9916c44636ccddee506 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:b98b36234ee2e052b8c0335717e89c152cde61150e718191b1e9622068c9dfb0 +size 2902537 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000032.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a195d0e1de449669dc23c40c4cfcfdda89ed487f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:d71fb7487a1cc1254d68b7cee6ed996a9337cd81851c3d6a12ee24270c44cd61 +size 2010903 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000033.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75191fad30e8e8d2e88778c37599f0cfe9227ac9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:92fe8f61a29e7c3de048f7f263501e521c47a64bda711824924e388a3767cac3 +size 1762686 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000034.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e226687803524881b40cb5a54c2cf04995d637f --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:0adab63ad742f59d9f56d98c95eb1b0e7492d99b60920e6c9929f28022d74465 +size 2311593 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000035.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9847ff922adc968b5e58ae5b42119e833c0fc04 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:2a13ca388bbf036c4fbc723e83845181ec8df784fac2f18bc7557976e852726a +size 2040642 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000036.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3a3142431a424504c81e65060720bbd328b06a4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:6e7658cd3b20b45c25bf2e094a5a57e3b37b54d2cdde83c5e1c6f51aa9b2aad4 +size 1957283 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000037.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d8ed015313579460b074caee20a465c27071e43 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:01a3a1badf2803f4fe355664bc702a7aa3ff1ba0907d3831703d016dcb317d8f +size 1745974 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000038.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dbb62723f461aef93531e550168922c56c4cc96 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:67ed0641fb32240065bfe0a0490371ca6e5e78e777e8359a1f84c3a0902a5274 +size 2878812 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000039.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d63a644dfeda56c2c88851ade4b027eec3ec237e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:926b189c00a4e0d2a9a04f48083b8d18b8d96f80d4c79eb3e1451de5cdf5e5c4 +size 3664262 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000040.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d92ec98237bf8d9fec0638bd8ed3bb705351ea53 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a2fd4d59c465edc6617049eeb957996147c82650a00ae1ac6210043d1f06539a +size 2240377 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000041.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f83279d6250f4599aef2d732b08aa33d129ee0e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:87f08bc1f6b9e6e88e9db3d715f50b484ca1ce14d4e80461aa14fddde0f16614 +size 1766941 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000042.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c76e6b1c020914769632752b4cf7acedababa1a --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:98bc6bcda2ce1b43d0f74e92d22d1c31646ba3a0d8e7db6a4cbefc0205b48577 +size 1915132 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000043.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41a18a83e0f9ab12a1663c662b356dcff531133c --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:61e835b272a8578d669fb55ba5f39efb03d5b1754ac64b52b6e0edd71539291c +size 2694531 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000044.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3a068b63282d3f2d7aba1a01fc9109e4e0aaac2 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:a6d6a636bd006f42d376c49741e22ca2ee1c2248d286e9e653f8d9d9e1f5aa3b +size 2288398 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000045.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8337249a73fecde034ae14533d29a1020b457271 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:847287a949db81e1b0f32242d26b771bd86a3ac3324cc9c0aee390b50e4aa55e +size 2762335 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000046.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c00a8793266b63a16dbb762aa2b76b2abf68eb6 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:3251a80d43a315493aada3242b0fa76c5b0efea2d19585d77b86bd53840865d4 +size 1935704 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000047.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aab6d6fdd16c121977e80b9b5110a9d83bd649b4 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:7df3acc4c9a0172849430686e33c3d4a53b08174cc5ce416c54a7f0e9293d7e3 +size 2335776 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000048.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cf56e903e40698eeefb78db466e5ef09f13774e --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:37b9826eba886d7384b6fa4ad441ca9161cbbf6d655c1d7ab3fff8511a3fb479 +size 2008366 diff --git a/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000049.mp4 b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/videos/chunk-000/observation.images.cam_third_view/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be6d50dd551c4c027e48ebb7f7a1e9d8da9274d9 --- /dev/null +++ b/AIRBOT_MMK2_place_the_small_bowl_of_canned_food/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:82dc562579e6c1f33cd88a2133a2aa80d9d37a99dccd7a756387595a63ec1a8c +size 2499203