diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/.gitattributes b/R1_Lite_move_the_position_of_the_rubiks_cube/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..1ef325f1b111266a6b26e0196871bd78baa8c2f3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/.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/R1_Lite_move_the_position_of_the_rubiks_cube/README.md b/R1_Lite_move_the_position_of_the_rubiks_cube/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7d13f1995bf7d1884ab0d8ffec8fb95eff847ed9 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/README.md @@ -0,0 +1,336 @@ +--- +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 +--- + +# R1_Lite_move_the_position_of_the_rubiks_cube + +## πŸ“‹ Overview + +This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot. + +**Robot Type:** `galaxea_r1_lite` + | **Codebase Version:** `v2.1` +**End-Effector Type:** `two_finger_gripper` + +## 🏠 Scene Types + +This dataset covers the following scene types: +- `home` + + +## πŸ€– Atomic Actions + +This dataset includes the following atomic actions: +- `place` +- `pick` +- `grasp` + + +## πŸ“Š Dataset Statistics + +| Metric | Value | +|--------|-------| +| **Total Episodes** | 44 | +| **Total Frames** | 9055 | +| **Total Tasks** | 1 | +| **Total Videos** | 176 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **Dataset Size** | 328.4MB | + + +## πŸ‘₯ Authors + +### Contributors +This dataset is contributed by: +- [RoboCOIN](https://flagopen.github.io/RoboCOIN/) - RoboCOIN Team + + +## πŸ”— Links + +- **🏠 Homepage:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/) +- **πŸ“„ Paper:** [https://arxiv.org/abs/2511.17441](https://arxiv.org/abs/2511.17441) +- **πŸ’» Repository:** [https://github.com/FlagOpen/RoboCOIN](https://github.com/FlagOpen/RoboCOIN) +- **🌐 Project Page:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/) +- **πŸ› Issues:** [https://github.com/FlagOpen/RoboCOIN/issues](https://github.com/FlagOpen/RoboCOIN/issues) +- **πŸ“œ License:** apache-2.0 + +## 🏷️ Dataset Tags + +- `RoboCOIN` +- `LeRobot` + + +## 🎯 Task Descriptions + +### Primary Tasks +put the rubiks cube the designated position. + +### Sub-Tasks +This dataset includes 7 distinct subtasks: + +1. **End** +2. **Place the magic cube on the table with right gripper** +3. **Place the magic cube on the table with left gripper** +4. **Static** +5. **Grasp the magic cube with left gripper** +6. **Grasp the magic cube with right gripper** +7. **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:43 + + +## πŸ“ 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_left_rgb**: video + - FPS: 30 + - Codec: av1- **observation.images.cam_high_right_rgb**: video + - FPS: 30 + - Codec: av1- **observation.images.cam_left_wrist_rgb**: video + - FPS: 30 + - Codec: av1- **observation.images.cam_right_wrist_rgb**: video + - FPS: 30 + - Codec: av1 + +#### State and Action- **observation.state**: float32- **action**: float32 + +#### Temporal Information +- **timestamp**: float32 +- **frame_index**: int64 +- **episode_index**: int64 +- **index**: int64 +- **task_index**: int64 + + +#### Annotations +- **subtask_annotation**: int32 +- **scene_annotation**: int32 + + +#### Motion Features +- **eef_sim_pose_state**: float32 + - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z +- **eef_sim_pose_action**: float32 + - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z +- **eef_direction_state**: int32 + - Dimensions: left_eef_direction, right_eef_direction +- **eef_direction_action**: int32 + - Dimensions: left_eef_direction, right_eef_direction +- **eef_velocity_state**: int32 + - Dimensions: left_eef_velocity, right_eef_velocity +- **eef_velocity_action**: int32 + - Dimensions: left_eef_velocity, right_eef_velocity +- **eef_acc_mag_state**: int32 + - Dimensions: left_eef_acc_mag, right_eef_acc_mag +- **eef_acc_mag_action**: int32 + - Dimensions: left_eef_acc_mag, right_eef_acc_mag + + +#### Gripper Features +- **gripper_open_scale_state**: float32 + - Dimensions: left_gripper_open_scale, right_gripper_open_scale +- **gripper_open_scale_action**: float32 + - Dimensions: left_gripper_open_scale, right_gripper_open_scale +- **gripper_mode_state**: int32 + - Dimensions: left_gripper_mode, right_gripper_mode +- **gripper_mode_action**: int32 + - Dimensions: left_gripper_mode, right_gripper_mode +- **gripper_activity_state**: int32 + - Dimensions: left_gripper_activity, right_gripper_activity + + +### Meta Information + +The complete dataset metadata is available in [meta/info.json](meta/info.json): + +```json +{"codebase_version": "v2.1", "robot_type": "galaxea_r1_lite", "total_episodes": 44, "total_frames": 9055, "total_tasks": 1, "total_videos": 176, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:43"}, "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_left_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_high_right_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "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": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "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": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "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": [16], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "left_gripper_open", "right_gripper_open"]}, "action": {"dtype": "float32", "shape": [18], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "left_gripper_open", "right_gripper_open"]}, "timestamp": {"dtype": "float32", "shape": [1], "names": null}, "frame_index": {"dtype": "int64", "shape": [1], "names": null}, "episode_index": {"dtype": "int64", "shape": [1], "names": null}, "index": {"dtype": "int64", "shape": [1], "names": null}, "task_index": {"dtype": "int64", "shape": [1], "names": null}, "subtask_annotation": {"names": null, "dtype": "int32", "shape": [5]}, "scene_annotation": {"names": null, "dtype": "int32", "shape": [1]}, "eef_sim_pose_state": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "gripper_open_scale_state": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_open_scale_action": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_mode_state": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_mode_action": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_activity_state": {"names": ["left_gripper_activity", "right_gripper_activity"], "dtype": "int32", "shape": [2]}}} +``` + +### Directory Structure + +The dataset is organized as follows (showing leaf directories with first 5 files only): + +``` +R1_Lite_move_the_position_of_the_rubiks_cube_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_left_rgb/ + β”‚ β”œβ”€β”€ episode_000000.mp4 + β”‚ β”œβ”€β”€ episode_000001.mp4 + β”‚ β”œβ”€β”€ episode_000002.mp4 + β”‚ β”œβ”€β”€ episode_000003.mp4 + β”‚ β”œβ”€β”€ episode_000004.mp4 + β”‚ └── (...) + β”œβ”€β”€ observation.images.cam_high_right_rgb/ + β”‚ β”œβ”€β”€ episode_000000.mp4 + β”‚ β”œβ”€β”€ episode_000001.mp4 + β”‚ β”œβ”€β”€ episode_000002.mp4 + β”‚ β”œβ”€β”€ episode_000003.mp4 + β”‚ β”œβ”€β”€ episode_000004.mp4 + β”‚ └── (...) + β”œβ”€β”€ observation.images.cam_left_wrist_rgb/ + β”‚ β”œβ”€β”€ episode_000000.mp4 + β”‚ β”œβ”€β”€ episode_000001.mp4 + β”‚ β”œβ”€β”€ episode_000002.mp4 + β”‚ β”œβ”€β”€ episode_000003.mp4 + β”‚ β”œβ”€β”€ episode_000004.mp4 + β”‚ └── (...) + └── observation.images.cam_right_wrist_rgb/ + β”œβ”€β”€ episode_000000.mp4 + β”œβ”€β”€ episode_000001.mp4 + β”œβ”€β”€ episode_000002.mp4 + β”œβ”€β”€ episode_000003.mp4 + β”œβ”€β”€ episode_000004.mp4 + └── (...) +``` + + +## πŸ“ž Contact and Support + +For questions, issues, or feedback regarding this dataset, please contact: +- **Email:** None +For questions, issues, or feedback regarding this dataset, please contact us. +### Support +For technical support, please open an issue on our GitHub repository. + +## πŸ“„ License + +This dataset is released under the **apache-2.0** license. + +Please refer to the LICENSE file for full license terms and conditions. + + +## πŸ“š Citation + +If you use this dataset in your research, please cite: + +```bibtex +@article{robocoin, + title={RoboCOIN: An Open-Sourced Bimanual Robotic Data Collection for Integrated Manipulation}, + author={Shihan Wu, Xuecheng Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin, Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang, Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie, Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian, Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong, He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang, Yonghua Lin, Zhongyuan Wang and Guocai Yao}, + journal={arXiv preprint arXiv:2511.17441}, + url = {https://arxiv.org/abs/2511.17441}, + year={2025} + } +``` + +### Additional References + +If you use this dataset, please also consider citing: +- LeRobot Framework: https://github.com/huggingface/lerobot + +## πŸ“Œ Version Information + +## Version History +- v1.0.0 (2025-11): Initial release \ No newline at end of file diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/eef_acc_mag_annotation.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/eef_acc_mag_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..261c0cb86faecc005328e7b464d8fa76fc4eab3a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/eef_direction_annotation.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/eef_direction_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..15eb9abd75814183c860e3bffd75f9148c4e0d04 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/eef_velocity_annotation.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/eef_velocity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..67c684f8b05e1f6240ea5dd4a9bc9a5df14fe086 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/gripper_activity_annotation.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/gripper_activity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..275a505f9220cce6502eac987c96a0261ef3f030 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/gripper_mode_annotation.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/gripper_mode_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3825f1be6645468297ad5be29f9275f04db52345 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/scene_annotations.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/scene_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..17f6f311ea18f0b34315948756725f1ca4e824fe --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/scene_annotations.jsonl @@ -0,0 +1,200 @@ +{"scene_index": 0, "scene": "Rubik says back, cube says back, rubik says back left, cube says back left."} +{"scene_index": 1, "scene": "The Rubik s Cubes are positioned at the center and right sides, while the cubes also occupy both central and right positions."} +{"scene_index": 2, "scene": "The rubik is to the right, and the cube is also to the right."} +{"scene_index": 3, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 4, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 5, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 6, "scene": "The first rubik is in the back left, while the cube is also in the back left. Then, the second rubik shifts to the center, and similarly, the cube moves to the center as well."} +{"scene_index": 7, "scene": "Rubik is at the center. Cube is at the center. Rubik is at the center again. Cube is also at the center again. Rubik is now at the back. Cube is at the back as well. Finally, there's a cube positioned at the back left."} +{"scene_index": 8, "scene": "The cube is positioned at both back and left, while the rubik shares positions with it."} +{"scene_index": 9, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 10, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 11, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 12, "scene": "Each rubik is paired with a corresponding cube, both positioned at either back right or back left."} +{"scene_index": 13, "scene": "The rubik is at the back left, and so is the cube."} +{"scene_index": 14, "scene": "The rubik is at the back left, and the cube is also at the back left."} +{"scene_index": 15, "scene": "Rubik is positioned at both back and right, while cube is positioned at back, right, and back right."} +{"scene_index": 16, "scene": "The back and back left positions describe where the rubik and cube are located."} +{"scene_index": 17, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 18, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 19, "scene": "The rubik is at the center, and the cube is also at the center."} +{"scene_index": 20, "scene": "The rubik is at the back, the cube is at the back as well. The rubik is also located at the back left, and the cube is positioned there too."} +{"scene_index": 21, "scene": "The Rubik is positioned at both back and left, while the Cube shares the same positions, indicating they occupy identical locations."} +{"scene_index": 22, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 23, "scene": "The objects are a Rubik s Cube and a cube, all positioned in the back or on the right."} +{"scene_index": 24, "scene": "Each rubik is paired with a cube in the same position, and there are two cube objects located at back left."} +{"scene_index": 25, "scene": "Rubik is located at back left and cube is also at back left. Additionally, Rubik is positioned at back right and cube is also at back right. Furthermore, Rubik is placed at right while cube is also at right."} +{"scene_index": 26, "scene": "The Rubik s Cube is at the center."} +{"scene_index": 27, "scene": "The rubik is at the back left, sharing that position with the cube, while another rubik is at the back, and a second cube is also at the back."} +{"scene_index": 28, "scene": "The rubik is at the back left, and so is the cube."} +{"scene_index": 29, "scene": "The rubik is positioned to the right, and the cube is also positioned to the right."} +{"scene_index": 30, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 31, "scene": "Rubik is at the center, cube is at the center, rubik is at the back left, and cube is at the back left."} +{"scene_index": 32, "scene": "The rubik is at the center, while a cube is also centered but another cube is positioned at the back right."} +{"scene_index": 33, "scene": "The rubik is at the back right position, and the cube is also at the back right position."} +{"scene_index": 34, "scene": "The rubik is at the back, the cube is at the back as well. The rubik is also located at the back left, and the cube is positioned there too."} +{"scene_index": 35, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 36, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 37, "scene": "Rubik is in the back left position, and the cube is also in the back left position. Rubik is on the right side, and the cube is also on the right side. Rubik is on the left side, and the cube is also on the left side. The cube is in the center position, and Rubik is also in the center position."} +{"scene_index": 38, "scene": "The cube is positioned at back right, same as the rubik which is also at back right."} +{"scene_index": 39, "scene": "There are two Rubiks and two cubes located at the back left position."} +{"scene_index": 40, "scene": "The rubik is to the right, and the cube is also to the right."} +{"scene_index": 41, "scene": "Each pair consists of a rubik and a cube, both located at the back left position."} +{"scene_index": 42, "scene": "The rubik is at the back, and the cube is also at the back. Additionally, there is a rubik located at the back left and another cube placed at the back left as well."} +{"scene_index": 43, "scene": "The rubik is located at the back left position, and it shares that same position with the cube, meaning they are both placed in the back left area."} +{"scene_index": 44, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 45, "scene": "Rubik is at the center, rubik is on the left, cube is at the center, rubik is at the back right, cube is on the left, cube is at the back right."} +{"scene_index": 46, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 47, "scene": "rubik is on the left. cube is on the left. rubik is at the back left. cube is at the back left. rubik is in the center. cube is in the center. cube is at the back right. rubik is at the back right."} +{"scene_index": 48, "scene": "The cube is at the center and back positions, while the rubik is also at both center and back positions."} +{"scene_index": 49, "scene": "The rubik is positioned at both back and left, while the cube is also located at both left and back."} +{"scene_index": 50, "scene": "Rubik is at back left and back right; Cube is at back left and back right."} +{"scene_index": 51, "scene": "The rubik is positioned at the back right, and the cube is also positioned at the back right."} +{"scene_index": 52, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 53, "scene": "The first rubik is at the back right, while the cube is also at the back right. The second rubik is at the back, and the second cube is also at the back."} +{"scene_index": 54, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 55, "scene": "The rubik is at back left; the cube is also at back left."} +{"scene_index": 56, "scene": "The Rubik s Cube is at back right."} +{"scene_index": 57, "scene": "The rubik is at the back right, while the cube is also at the back right. Additionally, there s a rubik at the back left and another cube at the back left as well."} +{"scene_index": 58, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 59, "scene": "The Rubik s Cube is positioned at the back."} +{"scene_index": 60, "scene": "Rubik has back right, right, center. Cube has back right, right, center, front right."} +{"scene_index": 61, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 62, "scene": "The rubik is at back left, sharing that position with the cube; separately, the rubik is also at back right, alongside the cube in that location."} +{"scene_index": 63, "scene": "The rubik is at the back right, and the cube is also at the back right."} +{"scene_index": 64, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 65, "scene": "Rubik is positioned at front right, with a cube also at front right. Additionally, Rubik is located at back right, accompanied by another cube there as well. Lastly, Rubik is placed on the left side, with a cube also present on the left."} +{"scene_index": 66, "scene": "The back right rubik is to the back right side of the cube, which is also at the back right position. The center rubik is at the center of the cube, which is also in the center position."} +{"scene_index": 67, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 68, "scene": "The object rubik is at the center and back left positions, while the object cube is at the center and back left positions as well. Additionally, ik is located at the front right position along with another cube. "} +{"scene_index": 69, "scene": "The rubik is at the back left, and the cube is also at the back left. Additionally, there s a rubik at the back right and a cube at the back right."} +{"scene_index": 70, "scene": "Rubik is positioned to the right. Rubik is at the center. Cube is at the center. Cube is positioned to the right."} +{"scene_index": 71, "scene": "The rubik is positioned at both back and center, with a corresponding cube also placed at back and center."} +{"scene_index": 72, "scene": "The rubik is positioned at the back and right, while the cube shares the same positions."} +{"scene_index": 73, "scene": "The rubik is at the back right, while the cube is also at the back right. Additionally, there s another rubik at the back and a second cube at the back."} +{"scene_index": 74, "scene": "The rubik and cube share the same position as both being at the back and right sides."} +{"scene_index": 75, "scene": "The rubik is at the back right position, and the cube is also at the back right position."} +{"scene_index": 76, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 77, "scene": "Rubik is on the right, while Cube is also on the right. Additionally, Rubik is located at the back left, and so is Cube."} +{"scene_index": 78, "scene": "The rubik is at the back right, and so is the cube."} +{"scene_index": 79, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 80, "scene": "The rubik is on the right, and so is the cube; they share the same position on the right."} +{"scene_index": 81, "scene": "The rubik is at back left; the cube is also at back left."} +{"scene_index": 82, "scene": "Rubik is at the center, and Cube is also at the center. Additionally, Rubik is positioned at the back, while Cube is also positioned at the back."} +{"scene_index": 83, "scene": "The cube is positioned at back right, same as the rubik which is also at back right."} +{"scene_index": 84, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 85, "scene": "The rubik is on the right, the cube is also on the right. The rubik is at the back left, and the cube is also at the back left. The rubik is in the center, and the cube is also in the center."} +{"scene_index": 86, "scene": "Both rubik and cube are located on the right side."} +{"scene_index": 87, "scene": "Rubik is at the back Cube is at the back Rubik is on the left Cube is on the left Rubik is in the back left Cube is in the back left."} +{"scene_index": 88, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 89, "scene": "The rubik is on the left side, while the cube is also on the left. Additionally, there s another rubik located at the back right and a corresponding cube placed at the back right as well."} +{"scene_index": 90, "scene": "Rubik is at the back Cube is at the back Rubik is at the back right Cube is at the back right"} +{"scene_index": 91, "scene": "Rubik is in the Back Right position, shared with the Cube located at Back Right. Cube is in the Center position, shared with Rubik located at Center."} +{"scene_index": 92, "scene": "The Rubik is at the center, and the cube is also at the center."} +{"scene_index": 93, "scene": "The rubik is at the back, and also located at the back right. The cube is at the back, and also located at the back right and the right."} +{"scene_index": 94, "scene": "The back right Rubik s cube is positioned at the back right location, while another cube is located to its left."} +{"scene_index": 95, "scene": "The rubik is positioned at the back right and center, while the cube is located at the back left, center (two instances), and back right."} +{"scene_index": 96, "scene": "The rubik is at the back left, and so is the cube."} +{"scene_index": 97, "scene": "The rubik is positioned at the back right, and the cube is also positioned at the back right."} +{"scene_index": 98, "scene": "The rubik is to the right, and the cube is also to the right."} +{"scene_index": 99, "scene": "Rubik is to the left of Cube."} +{"scene_index": 100, "scene": "The rubik is positioned at both back right and right, while the cube is also positioned at both back right and right."} +{"scene_index": 101, "scene": "The objects rubik and cube are both positioned at the center and back left."} +{"scene_index": 102, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 103, "scene": "The rubik and cube are positioned at the back and back left."} +{"scene_index": 104, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 105, "scene": "Each rubik and cube is located in the back left position."} +{"scene_index": 106, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 107, "scene": "The rubik is at the back left, and the cube is also at the back left."} +{"scene_index": 108, "scene": "The rubik is at the center, and the cube is also at the center."} +{"scene_index": 109, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 110, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 111, "scene": "The rubik is located at the back right and also appears at the back and left positions, while the cube is positioned at the back and left."} +{"scene_index": 112, "scene": "Both the rubik and the cube share the same position, which is the center."} +{"scene_index": 113, "scene": "Rubik is located at the back, and it also occupies the back left and back right positions; Cube shares the same back, back left, and back right positions as Rubik."} +{"scene_index": 114, "scene": "rubikbackcubebackrubikbackleftcubebackleft"} +{"scene_index": 115, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 116, "scene": "Each rubik and cube is positioned in specific locations, with duplicates at the same positions."} +{"scene_index": 117, "scene": "The first Rubik s Cube is in the back left, while the second one is in the back right."} +{"scene_index": 118, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 119, "scene": "The rubik is located at the back left position, and it shares that same position with the cube, meaning they are both placed in the back left area."} +{"scene_index": 120, "scene": "The Rubik is at the back left and center while the cube shares these positions with it Additionally the ik which may be a typo or abbreviation for another object is located at the back right along with a cube"} +{"scene_index": 121, "scene": "The rubik is on the left and the cube is also on the left."} +{"scene_index": 122, "scene": "Rubik is located at the center, Cube is located at the center, Rubik is located at the back, Cube is located at the back, Rubik is located at the center, Rubik is located at the back left, Cube is located at the back right, Rubik is located at the back right, Cube is located at the back left, Cube is located at the center."} +{"scene_index": 123, "scene": "The rubik is at the center, and the cube is also at the center."} +{"scene_index": 124, "scene": "The rubik is at the back left, and the cube is also at the back left."} +{"scene_index": 125, "scene": "The rubik is on the left side, while another rubik is in the center. Additionally, there are three cubes: one also on the left, another in the center, and a third positioned at the back."} +{"scene_index": 126, "scene": "The rubik is at the back right, and the cube is also at the back right."} +{"scene_index": 127, "scene": "Rubik is at the back rubik is at the back right cube is at the back cube is at the back right rubik is on the right cube is on the right"} +{"scene_index": 128, "scene": "The rubik is positioned at both the back left and center, while the cube is also positioned at both the back left and center."} +{"scene_index": 129, "scene": "The rubik is positioned to the right, and the cube is also positioned to the right."} +{"scene_index": 130, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 131, "scene": "Rubik is at the center. Cube is at the back. Rubik is at the back right. Cube is also at the back right."} +{"scene_index": 132, "scene": "The Rubik s Cube is located at the back left position."} +{"scene_index": 133, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 134, "scene": "The rubik is at the back left, and the cube is also at the back left."} +{"scene_index": 135, "scene": "The rubik is at the back left, and the cube is also at the back left."} +{"scene_index": 136, "scene": "The rubik is on the left with a cube also on the left. The ik is positioned at the back-right alongside another cube that shares its location."} +{"scene_index": 137, "scene": "The rubik is located at the back left position, and it shares that same position with the cube, meaning they are both placed in the back left area."} +{"scene_index": 138, "scene": "The rubik is at the back left, sharing the same position as the cube. The second rubik is at the back right, sharing the same position as the second cube."} +{"scene_index": 139, "scene": "Both rubik and cube are located on the left side."} +{"scene_index": 140, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 141, "scene": "Both Rubik and Cube are located on the right side."} +{"scene_index": 142, "scene": "Rubik is at the back right Cube is at the back right Rubik is at the back Cube is at the back"} +{"scene_index": 143, "scene": "The rubik is on the left, and the cube is also on the left."} +{"scene_index": 144, "scene": "Rubik is at back left. Cube is at back left. Rub is at back. Cube is at back."} +{"scene_index": 145, "scene": "Rubik and Cube both have their Back Right Rubik and Cube also have their Back Left Additionally ik has Center while Cube also has its Center"} +{"scene_index": 146, "scene": "The Rubik is at the back left, while the Cube is also at the back left. Both objects share the same position."} +{"scene_index": 147, "scene": "The objects Rubik and Cube are both positioned to the left and back."} +{"scene_index": 148, "scene": "Rubik is positioned on the right, while a cube shares the same right position. Additionally, Rubik and another cube are both located at back left and back right positions respectively."} +{"scene_index": 149, "scene": "Rubik is located at the back left, sharing the same position as cube."} +{"scene_index": 150, "scene": "Both rubik and cube are positioned at the back."} +{"scene_index": 151, "scene": "The rubik is at the back left, and so is the cube."} +{"scene_index": 152, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 153, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 154, "scene": "The rubik is at the back left, and the cube is also at the back left."} +{"scene_index": 155, "scene": "The rubik is at back left; the cube is also at back left."} +{"scene_index": 156, "scene": "There are two Rubik s Cubes located in the back right position."} +{"scene_index": 157, "scene": "Each rubik is positioned at the specified location relative to its associated cube ."} +{"scene_index": 158, "scene": "Rubik is located at the back left, sharing the same position as cube."} +{"scene_index": 159, "scene": "The rubik is at the back, and the cube is also at the back. Additionally, there s a rubik at the back left and another cube at the back left."} +{"scene_index": 160, "scene": "The rubik is located at the back right and also in the center, while the cube is also present at both the back right and center positions."} +{"scene_index": 161, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 162, "scene": "The rubik is at the back left, and the cube is also at the back left."} +{"scene_index": 163, "scene": "Rubik is located at the back left, sharing the same position as cube."} +{"scene_index": 164, "scene": "The rubik is centered at the back, while the cube shares the central position but there s no additional information about their relationship."} +{"scene_index": 165, "scene": "Both rubik and cube are located on the right side."} +{"scene_index": 166, "scene": "Both the rubik and the cube share the same position, which is the center."} +{"scene_index": 167, "scene": "The rubik is located at the back right and also on the right. The cube is similarly placed at both the back right and the right positions."} +{"scene_index": 168, "scene": "The objects rubik and cube are both positioned at the back, with rubik located specifically at the back right."} +{"scene_index": 169, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 170, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 171, "scene": "The rubik is at the back, while the cube is also at the back. The rubik is positioned back left, with the cube also located back left. Additionally, both the rubik and cube are in the center."} +{"scene_index": 172, "scene": "Rubik is on the left and right sides; Cube is also on the left and right sides. Rubik is at the back; Cube is also at the back."} +{"scene_index": 173, "scene": "The two Rubik s Cubes are located at both the back right and back left positions."} +{"scene_index": 174, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 175, "scene": "Each rubik and cube is positioned in the back left area."} +{"scene_index": 176, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 177, "scene": "rubik is at back left and center cube is at back left and center (multiple instances)."} +{"scene_index": 178, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 179, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 180, "scene": "The Rubik s Cube is positioned at the back-left location."} +{"scene_index": 181, "scene": "Each pair of rubik and cube is positioned at the back right."} +{"scene_index": 182, "scene": "The rubik is at the back left, and so is the cube."} +{"scene_index": 183, "scene": "Rubik is on the right, cube is on the right, Rubik is at the back left, cube is at the back left, cube is at the back right."} +{"scene_index": 184, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 185, "scene": "The rubik is at the back, and the cube is also at the back. The rubik is additionally located at the back right, while the cube is also situated at the back right."} +{"scene_index": 186, "scene": "Rubik is located at the back left, sharing the same position as cube."} +{"scene_index": 187, "scene": "The Rubik s Cube is on the left."} +{"scene_index": 188, "scene": "The Rubik s Cube is at the center."} +{"scene_index": 189, "scene": "The Rubik is on the left and back positions, while the cube is also on the back and left positions."} +{"scene_index": 190, "scene": "rubik is at the center. rubik is at the back. cube is at the back. cube is at the center. rubik is at the center. rubik is at the center. cube is at the center. cube is at the center."} +{"scene_index": 191, "scene": "The rubik is at the back, and the cube is also at the back."} +{"scene_index": 192, "scene": "The rubik is positioned at the back, while the cube is also located at the back and back right positions."} +{"scene_index": 193, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 194, "scene": "The rubik is positioned at the back and also at the back left, while the cube shares the same positions with the rubik. "} +{"scene_index": 195, "scene": "There are two Rubik s Cubes and one cube in the scene. The Rubik s Cubes are located at back right and back left positions, while the single cube is at the center position."} +{"scene_index": 196, "scene": "The rubik is located at the back left position, and it shares that same position with the cube, meaning they are both placed in the back left area."} +{"scene_index": 197, "scene": "The rubik is at the back position while the cube is also at the back; additionally, the rubik is on the right side and the cube is also on the right."} +{"scene_index": 198, "scene": "Both Rubik and cube are positioned at the back."} +{"scene_index": 199, "scene": "Both the rubik and the cube share the same position, which is the center."} diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/subtask_annotations.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/subtask_annotations.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..157d7097014f964421cfcc8121df937ed78bcfe3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/subtask_annotations.jsonl @@ -0,0 +1,7 @@ +{"subtask_index": 0, "subtask": "End"} +{"subtask_index": 1, "subtask": "Place the magic cube on the table with right gripper"} +{"subtask_index": 2, "subtask": "Place the magic cube on the table with left gripper"} +{"subtask_index": 3, "subtask": "Static"} +{"subtask_index": 4, "subtask": "Grasp the magic cube with left gripper"} +{"subtask_index": 5, "subtask": "Grasp the magic cube with right gripper"} +{"subtask_index": 6, "subtask": "null"} diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/subtasks.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/subtasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6f2bfcce61127dc59aa62e4d0935c7990ce180c3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/annotations/subtasks.jsonl @@ -0,0 +1,7 @@ +{"subtask_index": 0, "subtask": "Place the magic cube on the table with right gripper"} +{"subtask_index": 1, "subtask": "Grasp the magic cube with right gripper"} +{"subtask_index": 2, "subtask": "Static"} +{"subtask_index": 3, "subtask": "Place the magic cube on the table with left gripper"} +{"subtask_index": 4, "subtask": "Grasp the magic cube with left gripper"} +{"subtask_index": 5, "subtask": "End"} +{"subtask_index": 6, "subtask": "null"} diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000000.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fd4d92329896a609485c51995eb6d7837a213bf --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcc5d9ea32115925159a4280938d416c46c0f58a004926a13e632fcb403a840 +size 59295 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000001.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d625cb73a6fc6eaacf4de6de3edcb7019b5672c0 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c02bb7ea00cdde75679472b89dadeece3ef03c04cbf26143b5438b7aec4381 +size 45255 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000002.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d62eca225a6edcefde245cec0f6902240abf13b8 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d643e4b5598f9eccc292723ea4ef07cdaa00999b9506b217dc7598d7cb12de52 +size 48467 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000003.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c34fa8579c24943529988a2bfdd1cf5d93d5892 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdbc03aa391c1b48b05c972b66a7104f2c239bdaa6f6fdc3a140eef6178b1f8 +size 49814 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000004.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5e0550decc37e162314aada45d0f91c101d7602 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153492aa042990e923770abb612fd640125d827face39f9d84be5f4daf18aeaf +size 47319 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000005.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a51633cddf5b0b296d03386d81e1efd567c85c3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f94a6563af779b68cb9f804b067fb30f5a214ab332070bbc77a549470f3480d +size 48645 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000006.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a69ffbc2c86eea6c04982a499e6491119c95794a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015133c3a777f0924b789add66e2c607c13790d3c3a9005ad10a8a58526f7feb +size 44502 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000007.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac465d24d7dbd6a81a871e4f87817e32c2e92d5c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6bfb409c39ba0d23a87e3fe46c90517267feb6077ad159039b712b13ad69fc +size 42283 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000008.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ded9e43e2d39c916eda8455be6cb334634f278d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3bbd3a07be17ef315ad4ca2bcf00237eb5cffef11d2da502592a9ba4c961ae +size 42095 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000009.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf37dea979f832340e6dffcb28f1acd0f9ef8a30 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87705cad5585456e961ee3fcc1e237d49666d7cb18fee24ecc42c312ce4ff47f +size 42945 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000010.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2b5249824499c68d3f917b932062736f5765834 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44080716faceecf3c70d1e0f0e070b3773ee034c9d632f705689881f7e8c6647 +size 39356 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000011.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fefe1c48eaf3bea6156cd2af05985ebff6d9bc1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37391eec71eaa87fcbaea641979ee2f9a98394d38dce5e6bd92addb8c516c937 +size 44621 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000012.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1df5d4c6fb25b05cfa15d23c4f8e45f5b2f17db9 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c6fff8145e0f9fc614f261631f974a9a9592d44b595289270a7de45ea90498 +size 51985 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000013.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43b067235c635cefcadcec835a5106bb191d70e4 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d289921c9baa6d90a636f15a136e095e5cebee611662ec6f0b132b764b11b360 +size 44146 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000014.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30d88a917491f55a002303e83894a4653ce9bd27 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4135d74c2ce666d953292dfad4d6077c4d1e655eb0693bddc819908e5527d2 +size 48924 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000015.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6b9d7e07705ad124d7e04c831566d02d50abc8a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa26c423b1993def11cc5fb1f4a08af8600d254430b43fcac066dcf4c7e202e +size 44578 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000016.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02be8219b076efdc228bd1af1845a407c7c52001 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed1da17fc73ddc6066f859b866fe5e7f761e70036a2eab6dfd7a9258a103ecc +size 50978 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000017.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..514c0b8f339d27a9f43c06de393f13d964ba7ad9 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a733d9ffcdb608479863921d76f1e7cf4fd63e32e97466ef9ec4ad288fc1d2 +size 41780 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000018.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb911ccd4b30188b8f8d326a59a1bb2dba088dd3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b51405ac0f0bcfa2ceae04796694615ffdf1f3c638a9cb4d0f70ebaa64f405 +size 51011 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000019.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93675ac79d35c53eddcf7adeb1eed0dfb0909333 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b236e45e8494fb4a2cc35d83dc50ccd1fb97095ae15b03b16cf1ad0bf653ebd +size 44358 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000020.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e02cd870b8219ce154a0d2be809f750cf79b5dc7 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d9b0d40f57af1c08095e9e9a24df1b602cde951c90d9a02937a18a80d0af5c +size 58791 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000021.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12e7e2c9199946e0fb0f64b7b7ae43c2b0ba2617 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e45a1754f5b5a0589927ab784959f3a4c2b8adc3ad74d24516044bd0a75ae50 +size 49960 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000022.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a59d63129bdef952ac912bac3c4c0b1a5cc55e11 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f9e071e3ae7995b1bb11f84e6d533aca0ef273ee69fe971aea88d0d4016dad +size 49824 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000023.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6604408d011851276da195878626fefc2c401f09 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e73a520a85867dfb4faf188caf781cf075c10c378f4b03991cfede91f1e2a6b +size 49931 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000024.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ff80e934e53e40d55f3baf877a5caa816b3e400 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e7f5f2e9cd78d0e6f55a97dbb640ac1f0df8dc7159bd9aedca9ff364e1f537 +size 52104 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000025.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d974402656ea2fce623285a8caaf04710c3fff6 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4cc1615351d00f183e89ed3903a6d23334814443f9a542e2d7c72c50a0a3ae +size 44165 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000026.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d324c35cba92e4dc76363e7af9d6ac48244365c5 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4ddcf4b14bcc44b3050d4471e612335e53757bf4f8db4d1e05d17f3da3a61d +size 52603 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000027.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55540080025d203b7656e6898d5004407d073c75 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980caab5b9d2c9d362a5588559973f5d688560a6f49899f06ab70c2b2f93e540 +size 48248 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000028.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..137297fa9f32b4f32f42afff0aaf7f09e74a06ce --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0891cd5bd3c175b4c916a61dfc20c1b79d8045eebf0a2651b16963d1b6a3aaf +size 51828 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000029.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b64fa4f01737b841bf590a419bbe18ef6f8b515 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111b46b5b83535a70811a213669c58cf6ddee4aee1a42d00859251d62c073292 +size 46768 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000030.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da6f4fbf1c021fba9d6074c7835e871314956e6e --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82690534cd0dc8cdda7ec33d1146096fd97144c7fc6d49b43f78351868f9bec6 +size 48581 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000031.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b777010e87fb4459b6a286edac59ed7cd435f8c5 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c387058d8e4dce35231e62cbc7f8a59c0eaf8e9718935bb25a0e95e9d28447b1 +size 45406 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000032.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a0b16456370f999734b97f76f41646502b15e1f --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8c6a8c50c8b407bdcd83da60c20dca031360df4b980e51d7d2d620a33446f5 +size 50249 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000033.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed836ea6611065b7b35beeaaad79f1667fa9eb0a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d5d21dd2698b846fcf708d2bff1ce0321d7e703e4d35339691a582d13551d4 +size 50447 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000034.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc051f7b54ee7fba368a9d91574ac6d7b384c837 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d024ef9d6ed6d52b7c1e9f7d5d923c41b1b1a1ab68d7b78cc148a049ad470229 +size 51041 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000035.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c03d95fb5ba67435b06d77ca4ef57cdef54d6501 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a88c0c07175532c8573926fc3466fc0ff6cc0f74d3097c5747a7409f5db2ad4 +size 39347 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000036.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b74230dab65cebc40f7e7efab102cbe5518fc74 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49829bf3ab17ad9735a677435066ab0575d21ef9f6e3cc6b99deacc28edb92b +size 46548 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000037.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86de97eca7a9e453e0f47c8cc157cc38bd6c6577 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d88c6989d895ddf1b47981d7ed510911bfec62383e1d3782322219552eb7a71 +size 50211 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000038.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cc4e0d334b0b06073214d0663ceb1457476f3ed --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d982a50e05620de528b1a071c1725613d9c4229a1ccd1be92217632d28d96113 +size 51816 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000039.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5007565fea2a2a49636fb801546b6e24e1a306b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b652fd34ed2ae72a5698939d8fa68d35feeb6f38adbd13f697e2d56510039851 +size 45958 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000040.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e87c05986641ed0df2fc07f9def4bcea70c1941e --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc9b3100f2f35eda268bc959a7dadfd4ed5de00efb6d073fd0944082975c586 +size 48896 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000041.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a825ec0ae0e6863986919cc59f2c718ec7779805 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6dc09c8cdb80707de2e40a0d498a1337bf866e58095191191829469217737a +size 46438 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000042.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce8cab8976cf0b50ce791632e2cacc60e2d210b5 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1c9e21447be40287dd89fe0600034418cde37b4e9f7443916cbb51ecc63ac3 +size 44004 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000043.parquet b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfc37c91642d7bc5b23c7521fd92591ef1c40946 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa7c611c00af759fd0ef1765ed51fb84cc0a9a50cb1456e00ac829353f044bc +size 54231 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/meta/episodes.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f109e60cffdc97bff04c5ed6c934486af0bbf066 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/meta/episodes.jsonl @@ -0,0 +1,44 @@ +{"episode_index": 0, "tasks": ["put the rubiks cube the designated position."], "length": 280} +{"episode_index": 1, "tasks": ["put the rubiks cube the designated position."], "length": 175} +{"episode_index": 2, "tasks": ["put the rubiks cube the designated position."], "length": 225} +{"episode_index": 3, "tasks": ["put the rubiks cube the designated position."], "length": 206} +{"episode_index": 4, "tasks": ["put the rubiks cube the designated position."], "length": 195} +{"episode_index": 5, "tasks": ["put the rubiks cube the designated position."], "length": 209} +{"episode_index": 6, "tasks": ["put the rubiks cube the designated position."], "length": 180} +{"episode_index": 7, "tasks": ["put the rubiks cube the designated position."], "length": 155} +{"episode_index": 8, "tasks": ["put the rubiks cube the designated position."], "length": 200} +{"episode_index": 9, "tasks": ["put the rubiks cube the designated position."], "length": 170} +{"episode_index": 10, "tasks": ["put the rubiks cube the designated position."], "length": 138} +{"episode_index": 11, "tasks": ["put the rubiks cube the designated position."], "length": 191} +{"episode_index": 12, "tasks": ["put the rubiks cube the designated position."], "length": 235} +{"episode_index": 13, "tasks": ["put the rubiks cube the designated position."], "length": 168} +{"episode_index": 14, "tasks": ["put the rubiks cube the designated position."], "length": 196} +{"episode_index": 15, "tasks": ["put the rubiks cube the designated position."], "length": 182} +{"episode_index": 16, "tasks": ["put the rubiks cube the designated position."], "length": 229} +{"episode_index": 17, "tasks": ["put the rubiks cube the designated position."], "length": 175} +{"episode_index": 18, "tasks": ["put the rubiks cube the designated position."], "length": 236} +{"episode_index": 19, "tasks": ["put the rubiks cube the designated position."], "length": 193} +{"episode_index": 20, "tasks": ["put the rubiks cube the designated position."], "length": 305} +{"episode_index": 21, "tasks": ["put the rubiks cube the designated position."], "length": 213} +{"episode_index": 22, "tasks": ["put the rubiks cube the designated position."], "length": 207} +{"episode_index": 23, "tasks": ["put the rubiks cube the designated position."], "length": 222} +{"episode_index": 24, "tasks": ["put the rubiks cube the designated position."], "length": 243} +{"episode_index": 25, "tasks": ["put the rubiks cube the designated position."], "length": 169} +{"episode_index": 26, "tasks": ["put the rubiks cube the designated position."], "length": 244} +{"episode_index": 27, "tasks": ["put the rubiks cube the designated position."], "length": 207} +{"episode_index": 28, "tasks": ["put the rubiks cube the designated position."], "length": 221} +{"episode_index": 29, "tasks": ["put the rubiks cube the designated position."], "length": 203} +{"episode_index": 30, "tasks": ["put the rubiks cube the designated position."], "length": 208} +{"episode_index": 31, "tasks": ["put the rubiks cube the designated position."], "length": 176} +{"episode_index": 32, "tasks": ["put the rubiks cube the designated position."], "length": 214} +{"episode_index": 33, "tasks": ["put the rubiks cube the designated position."], "length": 208} +{"episode_index": 34, "tasks": ["put the rubiks cube the designated position."], "length": 229} +{"episode_index": 35, "tasks": ["put the rubiks cube the designated position."], "length": 136} +{"episode_index": 36, "tasks": ["put the rubiks cube the designated position."], "length": 189} +{"episode_index": 37, "tasks": ["put the rubiks cube the designated position."], "length": 259} +{"episode_index": 38, "tasks": ["put the rubiks cube the designated position."], "length": 236} +{"episode_index": 39, "tasks": ["put the rubiks cube the designated position."], "length": 202} +{"episode_index": 40, "tasks": ["put the rubiks cube the designated position."], "length": 231} +{"episode_index": 41, "tasks": ["put the rubiks cube the designated position."], "length": 185} +{"episode_index": 42, "tasks": ["put the rubiks cube the designated position."], "length": 165} +{"episode_index": 43, "tasks": ["put the rubiks cube the designated position."], "length": 245} diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/meta/episodes_stats.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e43a109bc731cfb16da8453db20aff5f94fa1c9b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/meta/episodes_stats.jsonl @@ -0,0 +1,44 @@ +{"episode_index": 0, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6003933932461873]], [[0.6288579084967321]], [[0.6062808877995642]]], "std": [[[0.219143933762124]], [[0.230940255068488]], [[0.23632731336193674]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9333333333333333]]], "mean": [[[0.5777919035947713]], [[0.6123503050108933]], [[0.5849538725490196]]], "std": [[[0.21414038291739843]], [[0.22625571047415216]], [[0.22658367054499806]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.4545024019607843]], [[0.45726646241830066]], [[0.4506800217864924]]], "std": [[[0.176964421753628]], [[0.17014817562038492]], [[0.17559498879256003]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.8666666666666667]]], "mean": [[[0.42843096949891063]], [[0.431036917211329]], [[0.41798564814814815]]], "std": [[[0.20476201634966057]], [[0.1998343837762299]], [[0.2135146354330786]]], "count": [100]}, "observation.state": {"min": [-1.0651063919067383, -0.0019148936262354255, -1.9878723621368408, -0.3029787242412567, -0.2540425658226013, -0.6208510398864746, -2.7585105895996094, -0.0017021276289597154, -0.001276595750823617, -0.0019148936262354255, 0.0, -0.0019148936262354255, -0.010851063765585423, -2.735319137573242, 54.83147048950195, 97.07426452636719], "max": [0.03744680806994438, 2.412127733230591, 0.0, 0.460212767124176, 0.5917021036148071, 0.5912765860557556, -1.5004255771636963, 0.0, -0.001276595750823617, -0.001276595750823617, 0.015744680538773537, 0.0008510638144798577, 0.002765957498922944, -2.734893560409546, 97.89613342285156, 97.0890884399414], "mean": [-0.6302825212478638, 1.4824358224868774, -1.1170214414596558, 0.10845810920000076, 0.24852657318115234, -0.16875241696834564, -2.409461498260498, -0.0006823714938946068, -0.0012765927240252495, -0.0016109421849250793, 0.0016648939345031977, 5.319149749993812e-06, -0.004955166019499302, -2.735309362411499, 85.93900299072266, 97.0892333984375], "std": [0.42438316345214844, 0.8947525024414062, 0.7594898343086243, 0.2425827980041504, 0.28151798248291016, 0.3483775556087494, 0.5372895002365112, 0.0003062187461182475, 3.026798367500305e-09, 0.00018275019829161465, 0.0008976987446658313, 0.0002645324857439846, 0.0008061442640610039, 2.669609420991037e-05, 18.391002655029297, 0.0009061885066330433], "count": [280]}, "action": {"min": [-1.0661166906356812, -0.0015339808305725455, -1.9895731210708618, -0.30526217818260193, -0.25770875811576843, -0.6243301630020142, -2.7585105895996094, -0.0015339808305725455, 0.0, -0.006135923322290182, 0.0, -0.003067961661145091, -0.016873788088560104, -2.735319137573242, 0.0, 100.0, 0.0, 0.0], "max": [0.05215534567832947, 2.4114177227020264, 0.0015339808305725455, 0.4632622003555298, 0.5967185497283936, 0.604388415813446, -1.5004255771636963, 0.0, 0.0, -0.0, 0.016873788088560104, 0.003067961661145091, 0.004601942375302315, -2.734893560409546, 100.0, 100.0, 0.0, 0.0], "mean": [-0.6300659775733948, 1.4826805591583252, -1.1187978982925415, 0.11032039672136307, 0.24593521654605865, -0.1636703461408615, -2.409461498260498, -0.0006575300358235836, 0.0, -0.0014628174249082804, 0.001594246830791235, 0.00016983362729661167, -0.005445587448775768, -2.735309362411499, 74.28571319580078, 100.0, 0.0, 0.0], "std": [0.42439132928848267, 0.8954654932022095, 0.7593071460723877, 0.24385757744312286, 0.2854478359222412, 0.3561446964740753, 0.5372895002365112, 0.0007589206215925515, 0.0, 0.0005052618798799813, 0.00103945832233876, 0.0005766492104157805, 0.0012205621460452676, 2.669609420991037e-05, 43.70590591430664, 0.0, 0.0, 0.0], "count": [280]}, "timestamp": {"min": [0.0], "max": [9.3], "mean": [4.65], "std": [2.6942840731197344], "count": [280]}, "frame_index": {"min": [0], "max": [279], "mean": [139.5], "std": [80.82852219359204], "count": [280]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [280]}, "index": {"min": [1494], "max": [1773], "mean": [1633.5], "std": [80.82852219359204], "count": [280]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [280]}, "subtask_annotation": {"mean": [2.9464285714285716, 6.0, 6.0, 6.0, 6.0], "std": [1.2736287143594132, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [280]}, "scene_annotation": {"mean": [7.0], "std": [0.0], "min": [7], "max": [7], "count": [280]}, "eef_direction_state": {"mean": [4.039285714285715, 6.0], "std": [1.8191126733568042, 0.0], "min": [0, 6], "max": [6, 6], "count": [280]}, "eef_velocity_state": {"mean": [1.2142857142857142, 0.0], "std": [0.8262282137669299, 0.0], "min": [0, 0], "max": [2, 0], "count": [280]}, "eef_acc_mag_state": {"mean": [1.0642857142857143, 0.010714285714285714], "std": [0.8384570377077356, 0.13320040142122513], "min": [0, 0], "max": [2, 2], "count": [280]}, "eef_direction_action": {"mean": [3.982142857142857, 6.0], "std": [1.907607621271915, 0.0], "min": [0, 6], "max": [6, 6], "count": [280]}, "eef_velocity_action": {"mean": [1.1964285714285714, 0.0], "std": [0.8370791662753548, 0.0], "min": [0, 0], "max": [2, 0], "count": [280]}, "eef_acc_mag_action": {"mean": [1.1142857142857143, 0.0], "std": [0.828817697392017, 0.0], "min": [0, 0], "max": [2, 0], "count": [280]}, "eef_sim_pose_state": {"mean": [0.25896914113206826, 0.12084480547683081, 1.2665682823179203, 0.025679752049113252, 0.41960548018321847, -0.32086626595455536, 0.06891191896596754, -0.33647441518337023, 1.1827414823984745, -0.0049552132021119235, -0.0012226443619550759, -0.0006770516596157553], "std": [0.11462297927944035, 0.16056879151000691, 0.058408295818486826, 0.1686846451323479, 0.25193534163062825, 0.24233919599479145, 1.3960169059311213e-05, 8.69943479801126e-06, 0.00010307905478863751, 0.0008061379264102417, 0.0009083133591733242, 0.00042661567695736856], "min": [0.06891033877971155, -0.0855379697309176, 1.1818236458604157, -0.23762169401348587, -0.033375793773807505, -0.9193888144258793, 0.06888088675259894, -0.3365039812408887, 1.1813824832373154, -0.010851063765585423, -0.0029787223010211417, -0.0031914967020300936], "max": [0.3741486503899602, 0.33338669970813783, 1.3808837805217964, 0.4759383980312206, 0.6772909436434071, 0.01721854719293056, 0.06893742365842058, -0.33644167736542746, 1.1829373963093457, 0.0027666818086762375, 0.012553191161714716, 0.0004255331401082311], "count": [280]}, "eef_sim_pose_action": {"mean": [0.2592749571097645, 0.12118467318867565, 1.2667834987023452, 0.02680136859970553, 0.4198430611130603, -0.3246748456760864, 0.06901983324356348, -0.33647135664863553, 1.1827369914598427, -0.005445635935919774, 0.00013142899193838153, -0.0004876968487626026], "std": [0.11526458201288696, 0.16024840910962643, 0.058829157261862546, 0.1711399418114683, 0.2580094270075607, 0.24873336787475647, 3.852762828801566e-05, 2.1020534359741008e-05, 9.853890730970736e-05, 0.0012197421864733069, 0.0007665745529564523, 0.0009817097644177872], "min": [0.06753284581476801, -0.08541065906756377, 1.1813835955804988, -0.23169614424662216, -0.07669759077846616, -0.9421517302838586, 0.0686579344284246, -0.33652358324234494, 1.1823377624245897, -0.016859669428267197, 0.0, -0.004602119369763818], "max": [0.37716264909904035, 0.33350851373367874, 1.3877639700521034, 0.4924284921294887, 0.6918882246798166, 0.03221124891315505, 0.06913053742327216, -0.33642057275625614, 1.1828264464438336, 0.0045995892771909085, 0.01073781422988862, 0.0030679941476800766], "count": [280]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [280]}, "gripper_activity_state": {"mean": [1.875, 2.0], "std": [0.4575751304430782, 0.0], "min": [0, 2], "max": [2, 2], "count": [280]}, "gripper_mode_action": {"mean": [0.2571428571428571, 0.0], "std": [0.43705881545081027, 0.0], "min": [0, 0], "max": [1, 0], "count": [280]}, "gripper_activity_action": {"mean": [1.9678571428571427, 2.0], "std": [0.22921227128171523, 0.0], "min": [0, 2], "max": [2, 2], "count": [280]}, "gripper_open_scale_state": {"mean": [0.859388730457851, 0.9708903549739262], "std": [0.1839100437976462, 8.8431490410257e-06], "min": [0.5483147048950195, 0.9707426452636718], "max": [0.9789613342285156, 0.9708908843994141], "count": [280]}, "gripper_open_scale_action": {"mean": [0.7428571428571429, 1.0], "std": [0.43705881545081027, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [280]}}} +{"episode_index": 1, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.6313072875816994]], [[0.6503014379084967]], [[0.6234263861655774]]], "std": [[[0.20075758969712554]], [[0.21779068338577798]], [[0.22572148546189053]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.5880740550108933]], [[0.6136819417211329]], [[0.5821171786492375]]], "std": [[[0.21185858567824592]], [[0.22637891967261597]], [[0.22901200262080507]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.44990861111111113]], [[0.4528446732026144]], [[0.44167595315904135]]], "std": [[[0.1787757950637226]], [[0.17709683446520805]], [[0.1923117385682908]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47092883169934635]], [[0.4592511846405229]], [[0.4278970343137255]]], "std": [[[0.22520612789472563]], [[0.21548632958577552]], [[0.23840204472902943]]], "count": [100]}, "observation.state": {"min": [0.0, 0.0017021276289597154, 0.0, -0.0031914892606437206, -0.013404255732893944, 0.007234042510390282, -2.7551064491271973, 0.003829787252470851, -0.0019148936262354255, -1.9512765407562256, -0.011914893984794617, -0.17489361763000488, -0.1129787266254425, -2.742978811264038, 97.76300048828125, 55.65939712524414], "max": [0.0, 0.0017021276289597154, 0.0, -0.002340425504371524, -0.01148936152458191, 0.02914893627166748, -2.754680871963501, 0.9948936104774475, 2.253404140472412, 0.0, 0.9317021369934082, 0.16489361226558685, 0.4880851209163666, -1.5255318880081177, 97.77780151367188, 97.3558578491211], "mean": [0.0, 0.0017021291423588991, 0.0, -0.0027124604675918818, -0.012154395692050457, 0.009788446128368378, -2.7550859451293945, 0.3791308104991913, 1.3090286254882812, -1.1846529245376587, 0.5815551280975342, -0.02715136669576168, 0.23508812487125397, -2.4138965606689453, 97.77698516845703, 86.07525634765625], "std": [0.0, 1.5133991837501526e-09, 0.0, 0.00014822861703578383, 0.00025695216027088463, 0.006295312661677599, 8.34683669381775e-05, 0.34089845418930054, 0.814095675945282, 0.7161624431610107, 0.3666461706161499, 0.08699633926153183, 0.22569695115089417, 0.5037646889686584, 0.002909051952883601, 17.24982261657715], "count": [175]}, "action": {"min": [0.0, 0.0015339808305725455, -0.0, -0.003067961661145091, -0.013805827125906944, 0.007669903803616762, -2.7551064491271973, 0.003067961661145091, 0.0, -1.951223611831665, -0.015339807607233524, -0.17640778422355652, -0.11504855751991272, -2.742978811264038, 100.0, 0.0, 0.0, 0.0], "max": [0.0, 0.003067961661145091, -0.0, -0.003067961661145091, -0.012271846644580364, 0.03067961521446705, -2.754680871963501, 0.9970875382423401, 2.2549517154693604, -0.0, 0.937262237071991, 0.1672039031982422, 0.4908738434314728, -1.5255318880081177, 100.0, 100.0, 0.0, 0.0], "mean": [0.0, 0.0019898817408829927, 0.0, -0.003067964920774102, -0.01228939089924097, 0.009580823592841625, -2.7550859451293945, 0.3765352964401245, 1.30928373336792, -1.1867930889129639, 0.5922746658325195, -0.024271957576274872, 0.23149098455905914, -2.4138965606689453, 100.0, 76.0, 0.0, 0.0], "std": [0.0, 0.0007009728578850627, 0.0, 3.259629011154175e-09, 0.0001630498154554516, 0.0060347686521708965, 8.34683669381775e-05, 0.33987438678741455, 0.8131054043769836, 0.7167453169822693, 0.3656253516674042, 0.09215753525495529, 0.23003144562244415, 0.5037646889686584, 0.0, 42.70831298828125, 0.0, 0.0], "count": [175]}, "timestamp": {"min": [0.0], "max": [5.8], "mean": [2.9], "std": [1.6839107920420118], "count": [175]}, "frame_index": {"min": [0], "max": [174], "mean": [87.0], "std": [50.51732376126036], "count": [175]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [175]}, "index": {"min": [2624], "max": [2798], "mean": [2711.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [175]}, "subtask_annotation": {"mean": [2.7657142857142856, 6.0, 6.0, 6.0, 6.0], "std": [1.838313335198149, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [175]}, "scene_annotation": {"mean": [12.0], "std": [0.0], "min": [12], "max": [12], "count": [175]}, "eef_direction_state": {"mean": [6.0, 4.022857142857143], "std": [0.0, 1.6316662323764473], "min": [6, 0], "max": [6, 6], "count": [175]}, "eef_velocity_state": {"mean": [0.0, 1.542857142857143], "std": [0.0, 0.7148569144683891], "min": [0, 0], "max": [0, 2], "count": [175]}, "eef_acc_mag_state": {"mean": [0.0, 1.3085714285714285], "std": [0.0, 0.7758392427637597], "min": [0, 0], "max": [0, 2], "count": [175]}, "eef_direction_action": {"mean": [6.0, 4.045714285714285], "std": [0.0, 1.6206423518633166], "min": [6, 0], "max": [6, 6], "count": [175]}, "eef_velocity_action": {"mean": [0.0, 1.502857142857143], "std": [0.0, 0.7161347496050143], "min": [0, 0], "max": [0, 2], "count": [175]}, "eef_acc_mag_action": {"mean": [0.0, 1.24], "std": [0.0, 0.7925366147467797], "min": [0, 0], "max": [0, 2], "count": [175]}, "eef_sim_pose_state": {"mean": [0.06925743521030313, 0.33323625611249547, 1.1828117277490449, 0.009800733090190965, -0.0010102597138056321, -0.01215441378797905, 0.25203833880974, -0.22375579401647125, 1.30642597536736, 0.1170657491029606, 0.6981279689228584, 0.2629687517032518], "std": [7.351396842214989e-08, 5.78176089041829e-06, 1.5193616893350107e-05, 0.006295645175565383, 0.00014821733885861678, 0.0002569524995011539, 0.12896748209121223, 0.12115568329397981, 0.0856437848296207, 0.16442175085228358, 0.5147685397932731, 0.35428908219966554], "min": [0.06925707197951134, 0.3332081330658553, 1.1827735934889314, 0.007241647582994285, -0.0014892402728634568, -0.013404263317014926, 0.0688446441234448, -0.33781363566222333, 1.1820831549210018, -0.0902795882683387, -0.14442144800551082, -0.2381041626350941], "max": [0.0692576083090198, 0.333251220585801, 1.182860828387885, 0.029163195697662105, -0.0006382492740744095, -0.011489368025463333, 0.4077469681206945, 0.021990470302039808, 1.4954331131263705, 0.419196752747808, 1.4029931168100047, 0.8736987086879985], "count": [175]}, "eef_sim_pose_action": {"mean": [0.0692791854733727, 0.33323321909512776, 1.182854668469565, 0.009594048821996359, -0.001078000374734661, -0.012289388005889688, 0.25237440062011, -0.22514491968027736, 1.3064882761648609, 0.10589327192906284, 0.7062413718547182, 0.25593810257009225], "std": [5.316776085762102e-05, 3.6687937149062954e-06, 1.5859308306345485e-05, 0.006034097262984454, 0.0007009202663180497, 0.00016304941757051667, 0.12775955865069807, 0.12055756569570655, 0.08715334283264428, 0.17135110984216492, 0.5085219866486859, 0.359392122063687], "min": [0.06924415981033663, 0.333199097341167, 1.1828443531967086, 0.007669903803616762, -0.0015338653245402512, -0.013805843367085457, 0.0681689807815009, -0.3378972674644516, 1.1825068706640998, -0.12578820868937746, -0.05211061490769309, -0.2814995375980044], "max": [0.06936096497378175, 0.3332336135662724, 1.1828790597462928, 0.030700792432488806, 2.220446049250313e-16, -0.01227184664458036, 0.40688426898891594, 0.022887943318034454, 1.493081604339346, 0.43007735866881996, 1.399893844265765, 0.8859654307980426], "count": [175]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [175]}, "gripper_activity_state": {"mean": [2.0, 1.8], "std": [0.0, 0.5656854249492379], "min": [2, 0], "max": [2, 2], "count": [175]}, "gripper_mode_action": {"mean": [0.0, 0.24], "std": [0.0, 0.42708313008125287], "min": [0, 0], "max": [0, 1], "count": [175]}, "gripper_activity_action": {"mean": [2.0, 1.9485714285714286], "std": [0.0, 0.28821760486670883], "min": [2, 0], "max": [2, 2], "count": [175]}, "gripper_open_scale_state": {"mean": [0.9777720947265642, 0.860752714756556], "std": [2.9003967901620516e-05, 0.17249831304720795], "min": [0.9776300048828125, 0.5565939712524414], "max": [0.9777780151367188, 0.973558578491211], "count": [175]}, "gripper_open_scale_action": {"mean": [1.0, 0.76], "std": [0.0, 0.42708313008125287], "min": [1.0, 0.0], "max": [1.0, 1.0], "count": [175]}}} +{"episode_index": 2, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.6140756781045752]], [[0.6568656100217865]], [[0.6323197004357299]]], "std": [[[0.1902124731628044]], [[0.2021025671290016]], [[0.19622834175500747]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8862745098039215]], [[0.8980392156862745]]], "mean": [[[0.5874586955337691]], [[0.634814681372549]], [[0.605786130174292]]], "std": [[[0.191831644297275]], [[0.20349984106228172]], [[0.19337517116372727]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46104215958605665]], [[0.4665270370370371]], [[0.44950543300653595]]], "std": [[[0.20403042224828122]], [[0.1870550990763886]], [[0.2016853181835946]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6352941176470588]], [[0.6470588235294118]], [[0.6470588235294118]]], "mean": [[[0.4282639760348584]], [[0.43675076797385626]], [[0.427250667211329]]], "std": [[[0.19441949233458616]], [[0.18798442325983064]], [[0.19553333059098227]]], "count": [100]}, "observation.state": {"min": [-0.8100000023841858, -0.0019148936262354255, -1.643404245376587, -0.2412765920162201, -0.019574468955397606, -0.2744680941104889, -2.7585105895996094, -0.0031914892606437206, 0.0, 0.0, -0.0031914892606437206, -0.005319148767739534, 0.006595744751393795, -2.760425567626953, 57.53673553466797, 97.42992401123047], "max": [0.06106382980942726, 2.0474467277526855, 0.0, 0.6225531697273254, 0.24340425431728363, 0.17787234485149384, -1.5817021131515503, -0.0031914892606437206, 0.0, 0.0, 0.0, -0.0042553190141916275, 0.009148935787379742, -2.7451064586639404, 97.89613342285156, 97.96267700195312], "mean": [-0.26765185594558716, 1.0972270965576172, -0.8309109210968018, 0.2984387278556824, 0.07390636950731277, -0.03097778931260109, -2.4750044345855713, -0.003191486932337284, 0.0, 0.0, -0.0026912519242614508, -0.004534278996288776, 0.007641604635864496, -2.754352569580078, 88.16985321044922, 97.75128173828125], "std": [0.3642379939556122, 0.8240793347358704, 0.6380337476730347, 0.2811971604824066, 0.09890445321798325, 0.15280874073505402, 0.47250911593437195, 2.3283064365386963e-09, 0.0, 0.0, 0.00025423828628845513, 0.0002569774223957211, 0.0003207666741218418, 0.0030345877166837454, 16.199520111083984, 0.1055026575922966], "count": [225]}, "action": {"min": [-0.809941828250885, -0.0015339808305725455, -1.6628351211547852, -0.35895150899887085, -0.02761165425181389, -0.2761165499687195, -2.7585105895996094, -0.003067961661145091, 0.0, 0.0, -0.003067961661145091, -0.006135923322290182, 0.006135923322290182, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.0613592304289341, 2.0555343627929688, 0.003067961661145091, 0.6396700143814087, 0.2454369217157364, 0.1871456503868103, -1.5817021131515503, -0.003067961661145091, 0.0015339808305725455, 0.0, -1.533980735424967e-23, -0.004601942375302315, 0.00920388475060463, -2.7451064586639404, 100.0, 100.0, 0.0, 0.0], "mean": [-0.268998384475708, 1.0911577939987183, -0.8260586261749268, 0.29091086983680725, 0.07508304715156555, -0.029922865331172943, -2.4750044345855713, -0.0030679660849273205, 0.0001295361726079136, 0.0, -0.0030543305911123753, -0.004629222676157951, 0.007710824720561504, -2.754352569580078, 78.66666412353516, 100.0, 0.0, 0.0], "std": [0.3643277883529663, 0.8264046311378479, 0.6417583227157593, 0.2943955659866333, 0.09945394098758698, 0.15449665486812592, 0.47250911593437195, 4.423782229423523e-09, 0.0004265280731488019, 0.0, 0.0002040757390204817, 0.0002027045702561736, 0.0003207939735148102, 0.0030345877166837454, 40.96614456176758, 0.0, 0.0, 0.0], "count": [225]}, "timestamp": {"min": [0.0], "max": [7.466666666666667], "mean": [3.7333333333333334], "std": [2.1650421260121955], "count": [225]}, "frame_index": {"min": [0], "max": [224], "mean": [112.0], "std": [64.95126378036586], "count": [225]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [225]}, "index": {"min": [2982], "max": [3206], "mean": [3094.0], "std": [64.95126378036586], "count": [225]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [225]}, "subtask_annotation": {"mean": [2.88, 6.0, 6.0, 6.0, 6.0], "std": [1.2784713093726, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [225]}, "scene_annotation": {"mean": [14.0], "std": [0.0], "min": [14], "max": [14], "count": [225]}, "eef_direction_state": {"mean": [4.373333333333333, 6.0], "std": [1.6554824741513345, 0.0], "min": [0, 6], "max": [6, 6], "count": [225]}, "eef_velocity_state": {"mean": [1.2577777777777779, 0.0], "std": [0.8820402835065955, 0.0], "min": [0, 0], "max": [2, 0], "count": [225]}, "eef_acc_mag_state": {"mean": [1.1244444444444444, 0.0], "std": [0.8602727101346822, 0.0], "min": [0, 0], "max": [2, 0], "count": [225]}, "eef_direction_action": {"mean": [4.2844444444444445, 6.0], "std": [1.7786331275642926, 0.0], "min": [0, 6], "max": [6, 6], "count": [225]}, "eef_velocity_action": {"mean": [1.231111111111111, 0.0], "std": [0.889399853139986, 0.0], "min": [0, 0], "max": [2, 0], "count": [225]}, "eef_acc_mag_action": {"mean": [1.0622222222222222, 0.0], "std": [0.8669970880096907, 0.0], "min": [0, 0], "max": [2, 0], "count": [225]}, "eef_sim_pose_state": {"mean": [0.2379522721684695, 0.2638968041002339, 1.271636764097316, 0.08921059687345895, 0.5520811080845448, -0.12612601485749433, 0.06912966705478525, -0.3365195158088502, 1.1827708605415939, 0.0076537977125304, -0.0026912252961107607, -0.007725784680115806], "std": [0.13654140222737013, 0.10086550448032121, 0.07683903488437352, 0.07590287690032141, 0.46178644921213263, 0.20066123615001222, 6.484434003553202e-08, 5.782614730258198e-06, 2.606005744442679e-05, 0.0003208878340492153, 0.00025423570019127655, 0.0002569779191565309], "min": [0.06898562424549845, 0.09575442362174214, 1.1819512998164152, -0.07484709936692652, -0.0006382723898938902, -0.5600537128243287, 0.0691294945675221, -0.33653717835464614, 1.1824949999999999, 0.0066075147774250775, -0.0031914603652605233, -0.008510658375193693], "max": [0.4602030177264197, 0.3560822107854615, 1.463821672600164, 0.27430308816082677, 1.1174452864836728, 0.11087372600031384, 0.06912989893255875, -0.3365132380907795, 1.182822136018106, 0.009163648294942438, 0.0, -0.007446819929170975], "count": [225]}, "eef_sim_pose_action": {"mean": [0.23650961381624888, 0.2634283623679267, 1.2716356556591002, 0.09123778179087719, 0.5431918112808405, -0.12537312626530084, 0.06913936796311228, -0.33652449801321965, 1.1828110219777506, 0.007724311507752136, -0.0029247589219035803, -0.007697195174824298], "std": [0.13601598652993835, 0.10076731407776535, 0.07894383660848026, 0.07848595686758626, 0.47054613598733935, 0.20193947038457824, 3.2330196266081265e-05, 4.58227724142665e-06, 2.1032698805701826e-05, 0.0003206821855500338, 0.0005117300233761001, 0.00020270427673024547], "min": [0.0688928123178281, 0.09715178958142631, 1.1818310097637714, -0.07114028254156624, 2.220446049250313e-16, -0.560335756380621, 0.0691292609226024, -0.3365587289803872, 1.18252988198534, 0.006150041899526469, -0.003067929174648265, -0.009203913859671557], "max": [0.4606161893999845, 0.35626432484930304, 1.4819360126278012, 0.28519656479756494, 1.1336018475571175, 0.15085676292431272, 0.06924585332271159, -0.33652385423042175, 1.1828443561208264, 0.009222709469048952, 0.0015339519537929114, -0.007669909450785103], "count": [225]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [225]}, "gripper_activity_state": {"mean": [1.8444444444444446, 2.0], "std": [0.5057691856329357, 0.0], "min": [0, 2], "max": [2, 2], "count": [225]}, "gripper_mode_action": {"mean": [0.21333333333333335, 0.0], "std": [0.40966110655299237, 0.0], "min": [0, 0], "max": [1, 0], "count": [225]}, "gripper_activity_action": {"mean": [1.96, 2.0], "std": [0.2550816862627864, 0.0], "min": [0, 2], "max": [2, 2], "count": [225]}, "gripper_open_scale_state": {"mean": [0.8816973678588881, 0.9775134467230917], "std": [0.16199524794147666, 0.0010550264236101276], "min": [0.5753673553466797, 0.9742992401123047], "max": [0.9789613342285156, 0.9796267700195312], "count": [225]}, "gripper_open_scale_action": {"mean": [0.7866666666666666, 1.0], "std": [0.40966110655299237, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [225]}}} +{"episode_index": 3, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.636214218409586]], [[0.6623551851851852]], [[0.6361326960784314]]], "std": [[[0.19805961386051424]], [[0.21003871155597012]], [[0.21623006691314503]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.5951724645969498]], [[0.6291294553376907]], [[0.5982346568627451]]], "std": [[[0.20757108569297494]], [[0.21952441180272325]], [[0.2198095098339932]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8627450980392157]], [[0.6392156862745098]], [[0.6509803921568628]]], "mean": [[[0.4425083306100218]], [[0.44222814270152505]], [[0.4360750517429194]]], "std": [[[0.17284978681665356]], [[0.17440354532378205]], [[0.17672153061839893]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4448392320261438]], [[0.43937874183006537]], [[0.40751232843137253]]], "std": [[[0.23055976585678647]], [[0.2025944543884695]], [[0.22348607375223764]]], "count": [100]}, "observation.state": {"min": [0.0042553190141916275, 0.0, -0.0017021276289597154, -0.005106383003294468, -0.0019148936262354255, -0.0019148936262354255, -2.7551064491271973, -0.00042553190723992884, -0.0019148936262354255, -1.957446813583374, -0.008936170488595963, -0.08510638028383255, -0.6185106635093689, -2.742553234100342, 97.76300048828125, 56.409217834472656], "max": [0.0042553190141916275, 0.0, -0.0017021276289597154, -0.002765957498922944, -0.001276595750823617, -0.0008510638144798577, -2.754680871963501, 0.8327659368515015, 2.420212745666504, -0.00042553190723992884, 0.30148935317993164, 0.6314893364906311, 0.04234042391180992, -1.54808509349823, 97.77780151367188, 97.3410415649414], "mean": [0.004255310632288456, 0.0, -0.001702129258774221, -0.0039237746968865395, -0.0015998758608475327, -0.0012404471635818481, -2.755096673965454, 0.291753888130188, 1.411165714263916, -1.214626669883728, 0.21545760333538055, 0.1746065318584442, -0.17756348848342896, -2.4046363830566406, 97.77725982666016, 85.75263214111328], "std": [8.381903171539307e-09, 0.0, 1.6298145055770874e-09, 0.0004131646710447967, 0.0002103886945405975, 0.0002133094531018287, 5.874360431334935e-05, 0.3461739420890808, 0.9024664163589478, 0.7353560328483582, 0.08365601301193237, 0.23174291849136353, 0.20585615932941437, 0.5051515698432922, 0.0020581199787557125, 17.305570602416992], "count": [206]}, "action": {"min": [0.004601942375302315, 0.0015339808305725455, -0.0015339808305725455, -0.006135923322290182, -0.0015339808305725455, -0.0015339808305725455, -2.7551064491271973, -0.0015339808305725455, 0.0, -1.9573594331741333, -0.00920388475060463, -0.0951068103313446, -0.6227961778640747, -2.742553234100342, 100.0, 0.0, 0.0, 0.0], "max": [0.004601942375302315, 0.0015339808305725455, -0.0015339808305725455, -0.003067961661145091, -0.0015339808305725455, -0.0015339808305725455, -2.754680871963501, 0.8344855308532715, 2.417553663253784, -0.0, 0.31446605920791626, 0.6381360292434692, 0.0475534051656723, -1.54808509349823, 100.0, 100.0, 0.0, 0.0], "mean": [0.004601951222866774, 0.0015339828096330166, -0.0015339828096330166, -0.0042144316248595715, -0.0015339828096330166, -0.0015339828096330166, -2.755096673965454, 0.2946198880672455, 1.411496639251709, -1.2163550853729248, 0.21649228036403656, 0.1733095496892929, -0.17972829937934875, -2.4046363830566406, 100.0, 74.75727844238281, 0.0, 0.0], "std": [8.847564458847046e-09, 1.979060471057892e-09, 1.979060471057892e-09, 0.001483921310864389, 1.979060471057892e-09, 1.979060471057892e-09, 5.874360431334935e-05, 0.34704986214637756, 0.9024767279624939, 0.7391983270645142, 0.08739076554775238, 0.23319780826568604, 0.20480449497699738, 0.5051515698432922, 0.0, 43.44047546386719, 0.0, 0.0], "count": [206]}, "timestamp": {"min": [0.0], "max": [6.833333333333333], "mean": [3.416666666666667], "std": [1.9822125684867067], "count": [206]}, "frame_index": {"min": [0], "max": [205], "mean": [102.5], "std": [59.466377054601196], "count": [206]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [206]}, "index": {"min": [3207], "max": [3412], "mean": [3309.5], "std": [59.466377054601196], "count": [206]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [206]}, "subtask_annotation": {"mean": [2.7427184466019416, 6.0, 6.0, 6.0, 6.0], "std": [1.8687050675442498, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [206]}, "scene_annotation": {"mean": [15.0], "std": [0.0], "min": [15], "max": [15], "count": [206]}, "eef_direction_state": {"mean": [6.0, 4.087378640776699], "std": [0.0, 1.7878054894986914], "min": [6, 0], "max": [6, 6], "count": [206]}, "eef_velocity_state": {"mean": [0.0, 1.4368932038834952], "std": [0.0, 0.8145509563184191], "min": [0, 0], "max": [0, 2], "count": [206]}, "eef_acc_mag_state": {"mean": [0.0, 1.266990291262136], "std": [0.0, 0.8134653607312509], "min": [0, 0], "max": [0, 2], "count": [206]}, "eef_direction_action": {"mean": [6.0, 4.024271844660194], "std": [0.0, 1.8861769017621999], "min": [6, 0], "max": [6, 6], "count": [206]}, "eef_velocity_action": {"mean": [0.0, 1.3980582524271845], "std": [0.0, 0.8342173336208316], "min": [0, 0], "max": [0, 2], "count": [206]}, "eef_acc_mag_action": {"mean": [0.0, 1.2766990291262137], "std": [0.0, 0.798141516455773], "min": [0, 0], "max": [0, 2], "count": [206]}, "eef_sim_pose_state": {"mean": [0.0690004498986796, 0.3333761952371602, 1.1833689209500222, -0.00123143485767537, -0.005625896313887507, 0.002655417457814673, 0.3018704746455674, -0.21808326088010607, 1.2980161518591748, -0.059524411788012724, 0.3821253938415166, 0.5041678050948265], "std": [2.380706613622941e-07, 4.734481018184985e-06, 4.2349944065372566e-05, 0.00021318749768674632, 0.00041316410763140703, 0.00021039243884750543, 0.163296547263686, 0.14711971731741702, 0.09613781954559526, 0.08956934547069997, 0.26366966375952994, 0.36414052533852853], "min": [0.06899971149524539, 0.333369103250167, 1.1832502427282545, -0.0019078315370837907, -0.006808500769164505, 0.0023403810039781463, 0.060052759172415454, -0.33840440967629276, 1.1828166097744288, -0.3511727047376205, -0.016807230685998542, -0.08644075252263947], "max": [0.06900103762013048, 0.33338347257203926, 1.183490139355703, -0.0008401990278792813, -0.0044680814870472485, 0.0029787105204344922, 0.46428059404984184, 0.019853057021640415, 1.5085008929771926, 0.09850439875286332, 0.7733924510320338, 0.9834225534519305], "count": [206]}, "eef_sim_pose_action": {"mean": [0.0691301912172702, 0.33337032789843646, 1.1833871834991898, -0.0015275159307696065, -0.004214421210645859, 0.0030679462328215105, 0.3019256328645903, -0.21684588474690666, 1.2985210663106268, -0.06473194397037789, 0.38237959504367375, 0.5052154642564677], "std": [6.999157607222945e-07, 3.2209947364288397e-09, 0.0001521047163996719, 2.2763565286311516e-06, 0.0014839199508002046, 1.0474743000268121e-08, 0.1618897123838835, 0.1473592908288712, 0.09711128037371336, 0.09213528634668237, 0.2592870154521234, 0.3665334719322588], "min": [0.06912928478927531, 0.3333703237270781, 1.18326966876829, -0.0015292746232755806, -0.006135916102989025, 0.0030679326674742263, 0.058332483225572676, -0.3385434214924628, 1.182466205197359, -0.35787266737323237, -0.010737852947073412, -0.09849955892823686], "max": [0.06913073196502835, 0.3333703303869445, 1.1835841405079326, -0.0015245683273841294, -0.0030679580515287075, 0.0030679543255008224, 0.46323178179741936, 0.020806172068074648, 1.4983555887947138, 0.08953670368012634, 0.7782885200660212, 0.9955606705769637], "count": [206]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [206]}, "gripper_activity_state": {"mean": [2.0, 1.8300970873786409], "std": [0.0, 0.5262682234386055], "min": [2, 0], "max": [2, 2], "count": [206]}, "gripper_mode_action": {"mean": [0.0, 0.2524271844660194], "std": [0.0, 0.43440499652809833], "min": [0, 0], "max": [0, 1], "count": [206]}, "gripper_activity_action": {"mean": [2.0, 1.9563106796116505], "std": [0.0, 0.2662832650854844], "min": [2, 0], "max": [2, 2], "count": [206]}, "gripper_open_scale_state": {"mean": [0.9777751411512078, 0.8575263851128722], "std": [2.042350441860682e-05, 0.17305567825908533], "min": [0.9776300048828125, 0.5640921783447266], "max": [0.9777780151367188, 0.9734104156494141], "count": [206]}, "gripper_open_scale_action": {"mean": [1.0, 0.7475728155339806], "std": [0.0, 0.43440499652809833], "min": [1.0, 0.0], "max": [1.0, 1.0], "count": [206]}}} +{"episode_index": 4, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6105537336601308]], [[0.6500468382352941]], [[0.6280931590413943]]], "std": [[[0.1864951519224575]], [[0.1958861925023891]], [[0.19336050435955793]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9294117647058824]]], "mean": [[[0.5847805446623094]], [[0.6283818709150327]], [[0.6011530092592593]]], "std": [[[0.18803795951784796]], [[0.19927125161231463]], [[0.1930452051211128]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8549019607843137]], [[0.807843137254902]]], "mean": [[[0.45414543572984745]], [[0.4608626361655773]], [[0.45004346405228757]]], "std": [[[0.19973965260619767]], [[0.18732816123891563]], [[0.19452941113637603]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4165302314814815]], [[0.426401658496732]], [[0.4215310403050109]]], "std": [[[0.2023085227186279]], [[0.19698715495658847]], [[0.20937021906063402]]], "count": [100]}, "observation.state": {"min": [-0.5517021417617798, 0.0, -1.9710638523101807, -0.05999999865889549, -0.7387233972549438, 0.05000000074505806, -2.7551064491271973, 0.003617021255195141, -0.001276595750823617, -0.0017021276289597154, -0.01234042551368475, -0.008936170488595963, 0.009148935787379742, -2.742553234100342, 56.28150177001953, 97.3410415649414], "max": [0.12978723645210266, 2.1885106563568115, 0.0, 0.7923403978347778, 0.12936170399188995, 1.4089361429214478, -1.5442553758621216, 0.004680851008743048, -0.0008510638144798577, 0.0, -0.002765957498922944, -0.0042553190141916275, 0.011914893984794617, -2.742553234100342, 97.77780151367188, 97.3410415649414], "mean": [-0.11357665061950684, 1.1389023065567017, -0.9316596984863281, 0.3760034441947937, -0.2505696713924408, 0.6224834322929382, -2.441251516342163, 0.004236762877553701, -0.0011565751628950238, -7.20130919944495e-05, -0.01156464871019125, -0.004935084376484156, 0.010710306465625763, -2.742553472518921, 87.01374053955078, 97.34100341796875], "std": [0.23642750084400177, 0.823534369468689, 0.6840249300003052, 0.33205705881118774, 0.22964970767498016, 0.5085307955741882, 0.49673163890838623, 0.00010051222488982603, 0.000191488754353486, 0.00029452634043991566, 0.0011426943819969893, 0.000611094175837934, 0.00034058274468407035, 2.384185791015625e-07, 17.019643783569336, 3.814697265625e-05], "count": [195]}, "action": {"min": [-0.5553010702133179, 0.0, -1.9788352251052856, -0.07516505569219589, -0.7485826015472412, 0.05062136426568031, -2.7551064491271973, 0.004601942375302315, 0.0, -0.003067961661145091, -0.012271846644580364, -0.00920388475060463, 0.00920388475060463, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.13192234933376312, 2.1905245780944824, -0.0, 0.7976700067520142, 0.15493206679821014, 1.4204661846160889, -1.5442553758621216, 0.004601942375302315, 0.0015339808305725455, -0.0, -0.003067961661145091, -0.004601942375302315, 0.012271846644580364, -2.742553234100342, 100.0, 100.0, 0.0, 0.0], "mean": [-0.1102658212184906, 1.1358778476715088, -0.9292697310447693, 0.37552642822265625, -0.2536337375640869, 0.6231655478477478, -2.441251516342163, 0.004601951222866774, 7.866568012104835e-06, -9.447748743696138e-05, -0.012075196951627731, -0.004971758462488651, 0.010761473327875137, -2.742553472518921, 76.92308044433594, 100.0, 0.0, 0.0], "std": [0.2373729944229126, 0.8238500952720642, 0.6842542886734009, 0.3358020484447479, 0.23559695482254028, 0.5111183524131775, 0.49673163890838623, 8.847564458847046e-09, 0.00010956861660815775, 0.0004563815600704402, 0.001192245865240693, 0.000789603975135833, 0.0003287059080321342, 2.384185791015625e-07, 42.1324348449707, 0.0, 0.0, 0.0], "count": [195]}, "timestamp": {"min": [0.0], "max": [6.466666666666667], "mean": [3.2333333333333334], "std": [1.8763637016156385], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [195]}, "index": {"min": [3888], "max": [4082], "mean": [3985.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}, "subtask_annotation": {"mean": [2.6307692307692307, 6.0, 6.0, 6.0, 6.0], "std": [1.4735538492859912, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [195]}, "scene_annotation": {"mean": [18.0], "std": [0.0], "min": [18], "max": [18], "count": [195]}, "eef_direction_state": {"mean": [3.953846153846154, 6.0], "std": [1.995616498002708, 0.0], "min": [0, 6], "max": [6, 6], "count": [195]}, "eef_velocity_state": {"mean": [1.405128205128205, 0.0], "std": [0.8258480390262147, 0.0], "min": [0, 0], "max": [2, 0], "count": [195]}, "eef_acc_mag_state": {"mean": [1.2307692307692308, 0.0], "std": [0.824668961137443, 0.0], "min": [0, 0], "max": [2, 0], "count": [195]}, "eef_direction_action": {"mean": [4.1692307692307695, 6.0], "std": [1.877553488077427, 0.0], "min": [0, 6], "max": [6, 6], "count": [195]}, "eef_velocity_action": {"mean": [1.3794871794871795, 0.0], "std": [0.8348743148705123, 0.0], "min": [0, 0], "max": [2, 0], "count": [195]}, "eef_acc_mag_action": {"mean": [1.2, 0.0], "std": [0.8264846780654336, 0.0], "min": [0, 0], "max": [2, 0], "count": [195]}, "eef_sim_pose_state": {"mean": [0.25498721666035196, 0.28759573344775485, 1.2875211294717552, 0.24848583293887958, 0.4879132069928298, -0.5683782385581977, 0.06902977094298712, -0.3366983076171448, 1.1836739069774695, 0.010772985130150665, -0.012793080143406294, -0.0006987109536931044], "std": [0.14458593159296573, 0.083070537267754, 0.08853943201797239, 0.15842136335289958, 0.4305459250333105, 0.5012631851619406, 2.187317965314582e-05, 1.4163653464073584e-05, 8.695294549919566e-05, 0.0003430466682523495, 0.001021394787793687, 0.0006116350057444603], "min": [0.06909662043631103, 0.11022218478669044, 1.1821774298500491, 0.05000000074505807, -0.0021260819954980192, -1.2772586166676287, 0.0689281668928715, -0.33678916642596235, 1.1831564341031677, 0.009196468424812903, -0.013616897970334163, -0.00468097788624393], "max": [0.44397107256524576, 0.354429163961182, 1.5002585011774088, 0.6485141294547239, 1.1231018039666032, 0.048009457729255224, 0.0690596415262904, -0.3366737053236349, 1.184081213492845, 0.012003309684869403, -0.005318936561073073, -3.240296332562495e-07], "count": [195]}, "eef_sim_pose_action": {"mean": [0.2538033095830784, 0.2890156609237323, 1.287522029192652, 0.23970624209962754, 0.4822772228703562, -0.573471891342731, 0.06911678555610395, -0.3367070942408501, 1.183759068896783, 0.010821515224011983, -0.012161642038316592, -0.00037017310509390993], "std": [0.1440380286000336, 0.08279547814061246, 0.09098349117261312, 0.15803914926998666, 0.4318177717360658, 0.5115239218794679, 3.323817643055291e-05, 1.7853613954755464e-05, 6.746725123502634e-05, 0.00033100689668333566, 0.0008718972720429067, 0.0007896215125842819], "min": [0.0688955812901687, 0.11073308357536908, 1.1821960034425767, 0.04637385063647659, -0.0015327609444995005, -1.3007269956018965, 0.0688963950336517, -0.33680334279060703, 1.1835956376999799, 0.009250946821400931, -0.0138056812770877, -0.004602115629317933], "max": [0.44381334495542657, 0.3548723298559761, 1.5160100106641397, 0.6648148236337095, 1.1254163971382072, 0.07375544463433482, 0.06912819943090232, -0.336698734441989, 1.1841779880243342, 0.01234714906215128, -0.0061356634292462076, -2.6531500433787936e-07], "count": [195]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [195]}, "gripper_activity_state": {"mean": [1.8205128205128205, 2.0], "std": [0.5393155620568159, 0.0], "min": [0, 2], "max": [2, 2], "count": [195]}, "gripper_mode_action": {"mean": [0.23076923076923078, 0.0], "std": [0.42132504423474376, 0.0], "min": [0, 0], "max": [1, 0], "count": [195]}, "gripper_activity_action": {"mean": [1.9538461538461538, 2.0], "std": [0.2734829051481722, 0.0], "min": [0, 2], "max": [2, 2], "count": [195]}, "gripper_open_scale_state": {"mean": [0.8701372899764653, 0.9734104156494164], "std": [0.17019644199665215, 2.3314683517128287e-15], "min": [0.5628150177001953, 0.9734104156494141], "max": [0.9777780151367188, 0.9734104156494141], "count": [195]}, "gripper_open_scale_action": {"mean": [0.7692307692307693, 1.0], "std": [0.4213250442347437, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [195]}}} +{"episode_index": 5, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9764705882352941]]], "mean": [[[0.6484090876906318]], [[0.6705802668845317]], [[0.6480703213507625]]], "std": [[[0.18247528653393097]], [[0.1943893168421433]], [[0.20111846738011527]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9058823529411765]], [[0.9372549019607843]]], "mean": [[[0.6205097685185186]], [[0.6488301661220043]], [[0.621973755446623]]], "std": [[[0.18486346263724215]], [[0.19713041274265292]], [[0.19926590541261646]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.8470588235294118]]], "mean": [[[0.45974043845315904]], [[0.44865574074074077]], [[0.4285090631808279]]], "std": [[[0.2098894625653555]], [[0.19458240683336106]], [[0.21542110657813238]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.8549019607843137]]], "mean": [[[0.43146983932461874]], [[0.44098738562091505]], [[0.42495660675381264]]], "std": [[[0.19890035558910876]], [[0.19520008509745995]], [[0.20399889109786842]]], "count": [100]}, "observation.state": {"min": [-0.386595755815506, 0.0, -1.7297872304916382, -0.035957448184490204, -0.822127640247345, -0.0019148936262354255, -2.7551064491271973, 0.003829787252470851, -0.001276595750823617, -0.0274468082934618, 0.04021276533603668, -0.011063829995691776, 0.004680851008743048, -2.742553234100342, 57.586944580078125, 97.3410415649414], "max": [0.6280850768089294, 2.1989362239837646, 0.0, 1.422127604484558, -0.001276595750823617, 2.3004255294799805, -1.5831915140151978, 0.0042553190141916275, -0.001276595750823617, -0.02531914971768856, 0.05382978543639183, -0.005744680762290955, 0.015744680538773537, -2.742553234100342, 97.77780151367188, 97.3410415649414], "mean": [0.047028396278619766, 1.1421961784362793, -0.9993811249732971, 0.5610618591308594, -0.2960847318172455, 0.7144762873649597, -2.403627634048462, 0.004249202087521553, -0.0012765962164849043, -0.025974752381443977, 0.046445082873106, -0.010656625963747501, 0.014899706467986107, -2.742553472518921, 85.71759033203125, 97.34105682373047], "std": [0.31705284118652344, 0.8229750990867615, 0.7107678651809692, 0.4804854989051819, 0.2379957139492035, 0.8002331852912903, 0.5079895257949829, 5.061498086433858e-05, 4.656612873077393e-10, 0.00019833871920127422, 0.001194481272250414, 0.0005327691906131804, 0.0017956244992092252, 2.384185791015625e-07, 17.416419982910156, 1.52587890625e-05], "count": [209]}, "action": {"min": [-0.38656315207481384, 0.0015339808305725455, -1.731864333152771, -0.04295146092772484, -0.832951545715332, -0.0015339808305725455, -2.7551064491271973, 0.004601942375302315, 0.0, -0.02761165425181389, 0.03988350182771683, -0.01073786523193121, 0.004601942375302315, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.6335340738296509, 2.1966605186462402, -0.0, 1.4358060359954834, -0.0015339808305725455, 2.3132429122924805, -1.5831915140151978, 0.004601942375302315, 0.0, -0.02454369328916073, 0.05522330850362778, -0.004601942375302315, 0.015339807607233524, -2.742553234100342, 100.0, 100.0, 0.0, 0.0], "mean": [0.045601051300764084, 1.1408705711364746, -1.0006476640701294, 0.5651212334632874, -0.3015701472759247, 0.7144668698310852, -2.403627634048462, 0.004601951222866774, 0.0, -0.026077713817358017, 0.04673874378204346, -0.010671818628907204, 0.01498753298074007, -2.742553472518921, 72.7272720336914, 100.0, 0.0, 0.0], "std": [0.31914573907852173, 0.8227723240852356, 0.714503288269043, 0.48502686619758606, 0.24424481391906738, 0.806328296661377, 0.5079895257949829, 8.847564458847046e-09, 0.0, 0.00033554184483364224, 0.001423773355782032, 0.0005264099454507232, 0.0017402177909389138, 2.384185791015625e-07, 44.53620910644531, 0.0, 0.0, 0.0], "count": [209]}, "timestamp": {"min": [0.0], "max": [6.933333333333334], "mean": [3.4666666666666663], "std": [2.011080417199781], "count": [209]}, "frame_index": {"min": [0], "max": [208], "mean": [104.0], "std": [60.332412515993425], "count": [209]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [209]}, "index": {"min": [4891], "max": [5099], "mean": [4995.0], "std": [60.332412515993425], "count": [209]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [209]}, "subtask_annotation": {"mean": [2.555023923444976, 6.0, 6.0, 6.0, 6.0], "std": [1.430389957336698, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [209]}, "scene_annotation": {"mean": [23.0], "std": [0.0], "min": [23], "max": [23], "count": [209]}, "eef_direction_state": {"mean": [3.923444976076555, 6.0], "std": [1.9720233696428002, 0.0], "min": [0, 6], "max": [6, 6], "count": [209]}, "eef_velocity_state": {"mean": [1.4401913875598087, 0.0], "std": [0.8400911101890371, 0.0], "min": [0, 0], "max": [2, 0], "count": [209]}, "eef_acc_mag_state": {"mean": [1.277511961722488, 0.0], "std": [0.8297815075882233, 0.0], "min": [0, 0], "max": [2, 0], "count": [209]}, "eef_direction_action": {"mean": [4.009569377990431, 6.0], "std": [1.9710595858876747, 0.0], "min": [0, 6], "max": [6, 6], "count": [209]}, "eef_velocity_action": {"mean": [1.430622009569378, 0.0], "std": [0.8450362216940219, 0.0], "min": [0, 0], "max": [2, 0], "count": [209]}, "eef_acc_mag_action": {"mean": [1.2105263157894737, 0.0], "std": [0.8321783316232565, 0.0], "min": [0, 0], "max": [2, 0], "count": [209]}, "eef_sim_pose_state": {"mean": [0.24205982280333627, 0.32703269093684545, 1.295835313583163, 0.16881825199140893, 0.5053598724951429, -0.563512018939601, 0.06699007486388996, -0.33683600853108925, 1.184876945727185, 0.0146948917465321, 0.019192634099561602, -0.006409384921463055], "std": [0.14267605799719468, 0.08725834721519843, 0.0933121713813954, 0.1759261476354955, 0.4003721115693227, 0.5062232998227006, 1.7424061214899677e-05, 1.2018539659617252e-05, 9.211301343344364e-05, 0.0017942098772055813, 0.0010628992979421147, 0.0005375314770545538], "min": [0.06900024182934236, 0.17034842032865535, 1.1824707679397588, -0.08125359858833014, -0.04404207467234267, -1.410369173414093, 0.0668584811454205, -0.3368453193014122, 1.1842967335878691, 0.004436125411471999, 0.013191202314075223, -0.007023400976721373], "max": [0.4700913396486019, 0.46657482872889905, 1.4757227608154269, 0.666554327831738, 1.038859755274527, 0.002978700609118884, 0.0670525077031685, -0.3367253646185274, 1.1854891072814389, 0.015549459814338234, 0.025743162238645256, -0.0014898943761620597], "count": [209]}, "eef_sim_pose_action": {"mean": [0.24164164662258472, 0.32630074164434103, 1.2965254441193752, 0.1651533060919696, 0.49909638143633595, -0.5695720749993533, 0.06708096205024135, -0.33684472874642013, 1.1849069443132887, 0.014766771266824793, 0.020659852680031617, -0.00607215582214981], "std": [0.14141145153652834, 0.08726312708830684, 0.09527335269306829, 0.1761986355972158, 0.3903576929976096, 0.5106670058173332, 2.8533897767685628e-05, 1.1873406533587802e-05, 0.00010065263473280478, 0.0017382917991751244, 0.0012006061597595442, 0.0005265607631136363], "min": [0.06886125474113296, 0.1705115555087451, 1.1824073924811735, -0.10540138646676889, -0.006135916102989025, -1.41626551606667, 0.0669409029313885, -0.33684685972509293, 1.1844594879379398, 0.004305382489490448, 0.015339355442072211, -0.006140017135177455], "max": [0.4696148711134389, 0.4694987707727628, 1.4720501420521337, 0.7856742812725173, 1.0396433197702786, 0.0030679543255008224, 0.06721381682665636, -0.3367075299260382, 1.185452283577529, 0.015125651522835671, 0.02761006202645966, -5.414863442987708e-07], "count": [209]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [209]}, "gripper_activity_state": {"mean": [1.8421052631578947, 2.0], "std": [0.5073124311460014, 0.0], "min": [0, 2], "max": [2, 2], "count": [209]}, "gripper_mode_action": {"mean": [0.2727272727272727, 0.0], "std": [0.4453617714151228, 0.0], "min": [0, 0], "max": [1, 0], "count": [209]}, "gripper_activity_action": {"mean": [1.9569377990430623, 2.0], "std": [0.2644163039167099, 0.0], "min": [0, 2], "max": [2, 2], "count": [209]}, "gripper_open_scale_state": {"mean": [0.8571756848421985, 0.973410415649417], "std": [0.17416415904630853, 2.886579864025407e-15], "min": [0.5758694458007813, 0.9734104156494141], "max": [0.9777780151367188, 0.9734104156494141], "count": [209]}, "gripper_open_scale_action": {"mean": [0.7272727272727273, 1.0], "std": [0.4453617714151228, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [209]}}} +{"episode_index": 6, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9607843137254902]]], "mean": [[[0.6188209640522875]], [[0.6533679520697168]], [[0.630763779956427]]], "std": [[[0.18644777793424772]], [[0.19875506666192602]], [[0.19534577363558076]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9098039215686274]]], "mean": [[[0.5923357761437908]], [[0.6313527750544662]], [[0.6041143600217864]]], "std": [[[0.18837825866631336]], [[0.20097399199085728]], [[0.1933259004470848]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8627450980392157]], [[0.8274509803921568]]], "mean": [[[0.4688910620915033]], [[0.46655288398692807]], [[0.45726091503267974]]], "std": [[[0.19799862801466983]], [[0.19060953327897956]], [[0.20103362101372216]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[0.9137254901960784]], [[0.9372549019607843]]], "mean": [[[0.42285377450980394]], [[0.43084507897603486]], [[0.42058382080610024]]], "std": [[[0.19515596343197697]], [[0.19011273641633178]], [[0.19940927664067068]]], "count": [100]}, "observation.state": {"min": [-0.5199999809265137, -0.001276595750823617, -1.9772340059280396, -0.002765957498922944, -0.04234042391180992, -0.4327659606933594, -2.7559573650360107, 0.003829787252470851, -0.001276595750823617, -0.0019148936262354255, -0.01234042551368475, -0.009148935787379742, 0.013829787261784077, -2.742978811264038, 56.77904510498047, 97.3410415649414], "max": [0.015744680538773537, 2.2385106086730957, 0.0, 0.8355318903923035, 0.22212766110897064, 0.13446807861328125, -1.559148907661438, 0.0042553190141916275, -0.0008510638144798577, 0.0, -0.0008510638144798577, -0.006595744751393795, 0.020212765783071518, -2.742553234100342, 97.80738830566406, 97.3558578491211], "mean": [-0.25593623518943787, 1.0995076894760132, -0.9299091696739197, 0.4270528554916382, 0.06265248358249664, -0.09357091784477234, -2.5080406665802, 0.004229308571666479, -0.0009219866478815675, -9.456263796892017e-05, -0.011601651087403297, -0.007648935541510582, 0.01674230583012104, -2.742563009262085, 89.29986572265625, 97.34126281738281], "std": [0.2184089869260788, 0.8522334694862366, 0.7235845923423767, 0.348035603761673, 0.08120834082365036, 0.20101584494113922, 0.4445914924144745, 0.00010192936315434054, 0.00015858624828979373, 0.0002847694850061089, 0.0011825974797829986, 0.0003142052155453712, 0.0007170800236053765, 6.273324106587097e-05, 15.236873626708984, 0.002186671132221818], "count": [180]}, "action": {"min": [-0.5246214270591736, 0.0, -1.9788352251052856, -0.003067961661145091, -0.04448544234037399, -0.4356505572795868, -2.7559573650360107, 0.004601942375302315, 0.0, -0.004601942375302315, -0.012271846644580364, -0.00920388475060463, 0.012271846644580364, -2.742978811264038, 0.0, 100.0, 0.0, 0.0], "max": [0.03528155758976936, 2.239611864089966, -0.0, 0.8421554565429688, 0.23316508531570435, 0.15186409652233124, -1.559148907661438, 0.004601942375302315, 0.0015339808305725455, -0.0, -0.0, -0.006135923322290182, 0.02147573046386242, -2.742553234100342, 100.0, 100.0, 0.0, 0.0], "mean": [-0.2546411156654358, 1.092885971069336, -0.9258338809013367, 0.42573082447052, 0.062356334179639816, -0.09166385978460312, -2.5080406665802, 0.004601950757205486, 3.408846168895252e-05, -0.00015339808305725455, -0.012101417407393456, -0.0076613943092525005, 0.016950517892837524, -2.742563009262085, 82.77777862548828, 100.0, 0.0, 0.0], "std": [0.21973712742328644, 0.853397786617279, 0.7247507572174072, 0.351866215467453, 0.0815616324543953, 0.20253458619117737, 0.4445914924144745, 8.381903171539307e-09, 0.00022611729218624532, 0.000607167137786746, 0.0012617337051779032, 0.0002555212122388184, 0.000889694201759994, 6.273324106587097e-05, 37.75736999511719, 0.0, 0.0, 0.0], "count": [180]}, "timestamp": {"min": [0.0], "max": [5.966666666666667], "mean": [2.9833333333333334], "std": [1.7320240781835015], "count": [180]}, "frame_index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [180]}, "index": {"min": [5677], "max": [5856], "mean": [5766.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}, "subtask_annotation": {"mean": [2.8055555555555554, 6.0, 6.0, 6.0, 6.0], "std": [1.434097556817225, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [180]}, "scene_annotation": {"mean": [27.0], "std": [0.0], "min": [27], "max": [27], "count": [180]}, "eef_direction_state": {"mean": [4.05, 6.0], "std": [2.1272700293516538, 0.0], "min": [0, 6], "max": [6, 6], "count": [180]}, "eef_velocity_state": {"mean": [1.2722222222222221, 0.0], "std": [0.8617202146840138, 0.0], "min": [0, 0], "max": [2, 0], "count": [180]}, "eef_acc_mag_state": {"mean": [1.1388888888888888, 0.011111111111111112], "std": [0.8677166004897171, 0.14865653511399612], "min": [0, 0], "max": [2, 2], "count": [180]}, "eef_direction_action": {"mean": [3.95, 6.0], "std": [2.186511681499399, 0.0], "min": [0, 6], "max": [6, 6], "count": [180]}, "eef_velocity_action": {"mean": [1.2333333333333334, 0.0], "std": [0.8762292952063274, 0.0], "min": [0, 0], "max": [2, 0], "count": [180]}, "eef_acc_mag_action": {"mean": [1.1333333333333333, 0.0], "std": [0.8717797887081351, 0.0], "min": [0, 0], "max": [2, 0], "count": [180]}, "eef_sim_pose_state": {"mean": [0.24372667692121627, 0.26165360361507145, 1.2820895397815555, 0.045635096198305074, 0.5873934973162317, -0.10152283799055214, 0.06904584285681867, -0.33675913788731054, 1.1836893131469537, 0.016838702200467397, -0.012617834816373808, -0.0034202340041709313], "std": [0.15004328915078738, 0.06750902387137821, 0.08409060377688443, 0.07940486523991254, 0.5227276536588072, 0.12835939307285682, 2.3373833795306502e-05, 7.3171051980309466e-06, 9.573457196762816e-05, 0.0007153102376714094, 0.001047146512335257, 0.0003371792470841345], "min": [0.06903155740547615, 0.17224587620231868, 1.1821412234418234, -0.16037128557334637, -0.020196415624497366, -0.4352797926574658, 0.06891299588013144, -0.33679402038558304, 1.1829165368290502, 0.01391643648965942, -0.013616665323683108, -0.004893691526560852], "max": [0.4857840369260715, 0.3350610803606818, 1.4970183272592756, 0.20017233119770977, 1.3048384913110622, 0.05587866347921975, 0.06905959671233444, -0.33673597830692514, 1.1840812093107198, 0.02032286645686527, -0.0029786044470321293, -0.0023409279746174592], "count": [180]}, "eef_sim_pose_action": {"mean": [0.24175546229023187, 0.26215863743824647, 1.2820303184982373, 0.046464987996453336, 0.5835625273578623, -0.09952120450702656, 0.06911413229294204, -0.33676763068742194, 1.1837786781606034, 0.017043987372471835, -0.012220355971637422, -0.0030600140431799525], "std": [0.14933928729296517, 0.06748575727505589, 0.08691693083807725, 0.07732052313114443, 0.5313338133847053, 0.13568167288052746, 4.1316714031875986e-05, 5.840992744905266e-06, 0.00010105750124299839, 0.0008888768258709469, 0.0009822030203471253, 0.00025550153973640264], "min": [0.06889434387583229, 0.17131839503267102, 1.1820582738417955, -0.16160282691498307, -0.0015339519537924673, -0.4588765757873995, 0.06877957688684792, -0.33680388038478204, 1.183595635141401, 0.01234714906215128, -0.013805421370707505, -0.00460211562931136], "max": [0.4849399889979342, 0.33578725949587906, 1.5167933805055018, 0.20562105699393773, 1.3098845859685495, 0.08845974232939685, 0.06924089085835562, -0.336733261926304, 1.1841779821762184, 0.021581625521915924, -0.0030678315994356886, -0.001534442993948306], "count": [180]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [180]}, "gripper_activity_state": {"mean": [1.8055555555555556, 2.0], "std": [0.5587408684038532, 0.0], "min": [0, 2], "max": [2, 2], "count": [180]}, "gripper_mode_action": {"mean": [0.17222222222222222, 0.0], "std": [0.3775734741676941, 0.0], "min": [0, 0], "max": [1, 0], "count": [180]}, "gripper_activity_action": {"mean": [1.95, 2.0], "std": [0.284312035153866, 0.0], "min": [0, 2], "max": [2, 2], "count": [180]}, "gripper_open_scale_state": {"mean": [0.8929993004269099, 0.973413708157011], "std": [0.1523686816066719, 2.1840024627243422e-05], "min": [0.5677904510498046, 0.9734104156494141], "max": [0.9780738830566407, 0.973558578491211], "count": [180]}, "gripper_open_scale_action": {"mean": [0.8277777777777777, 1.0], "std": [0.3775734741676941, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [180]}}} +{"episode_index": 7, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6033493246187364]], [[0.6402399455337691]], [[0.6150506508714597]]], "std": [[[0.20429943266590966]], [[0.21606790321408362]], [[0.2170382221741333]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5815334449891068]], [[0.6242974891067539]], [[0.5952912854030501]]], "std": [[[0.20066381678889206]], [[0.21258826885488993]], [[0.2090543208280278]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4576466993464053]], [[0.44061667483660133]], [[0.4228867184095861]]], "std": [[[0.22248950652028454]], [[0.19347704715803568]], [[0.20866431583842573]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.6784313725490196]], [[0.6549019607843137]]], "mean": [[[0.4085422276688453]], [[0.41548160130718953]], [[0.40291934640522875]]], "std": [[[0.20813664480540645]], [[0.19915234515203137]], [[0.2069305171788637]]], "count": [100]}, "observation.state": {"min": [-0.9044680595397949, -0.0019148936262354255, -1.7670212984085083, -0.30000001192092896, -0.484255313873291, -0.009999999776482582, -2.7551064491271973, -0.002340425504371524, 0.0, -0.0017021276289597154, -0.0017021276289597154, -0.002765957498922944, -0.002340425504371524, -2.742553234100342, 55.434146881103516, 97.32622528076172], "max": [0.005744680762290955, 2.333191394805908, 0.0, 0.18936170637607574, 0.15808510780334473, 0.6108510494232178, -1.5187233686447144, -0.0017021276289597154, 0.0, -0.001276595750823617, 0.0, -0.001276595750823617, 0.0042553190141916275, -2.7421276569366455, 97.77780151367188, 97.3410415649414], "mean": [-0.34258365631103516, 1.3535946607589722, -0.9672679305076599, -0.03886617720127106, -0.2670266628265381, 0.35322305560112, -2.4356491565704346, -0.0017076198710128665, 0.0, -0.0014687729999423027, -0.0011695275316014886, -0.0016801657620817423, -0.0010253955842927098, -2.7424020767211914, 86.82362365722656, 97.3355712890625], "std": [0.36168816685676575, 0.9397119283676147, 0.7024388909339905, 0.10460856556892395, 0.22411596775054932, 0.19740360975265503, 0.49507376551628113, 5.376294211600907e-05, 0.0, 0.00021176728478167206, 0.000292404176434502, 0.00028614443726837635, 0.0010555535554885864, 0.00020362342183943838, 16.9526424407959, 0.007118328008800745], "count": [155]}, "action": {"min": [-0.905048668384552, 0.0, -1.7717478275299072, -0.3160000443458557, -0.4862719178199768, -0.013805827125906944, -2.7551064491271973, -0.0015339808305725455, 0.0, -0.0015339808305725455, -0.0015339808305725455, -0.003067961661145091, -0.003067961661145091, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.023009711876511574, 2.339320659637451, 0.004601942375302315, 0.23009711503982544, 0.1733398288488388, 0.6381360292434692, -1.5187233686447144, -0.0015339808305725455, 0.0015339808305725455, -0.0, -0.0, -0.0015339808305725455, 0.004601942375302315, -2.7421276569366455, 100.0, 100.0, 0.0, 0.0], "mean": [-0.34755033254623413, 1.3538233041763306, -0.9689999222755432, -0.044584356248378754, -0.26881271600723267, 0.36134642362594604, -2.4356491565704346, -0.0015339821111410856, 0.001494395430199802, -0.001425118651241064, -0.0015141888288781047, -0.001632948056794703, -0.001256875810213387, -2.7424020767211914, 78.06451416015625, 100.0, 0.0, 0.0], "std": [0.3610111176967621, 0.9413995742797852, 0.7011944055557251, 0.11558765918016434, 0.23009930551052094, 0.20374026894569397, 0.49507376551628113, 1.280568540096283e-09, 0.00024322426179423928, 0.00039388149161823094, 0.00017312064301222563, 0.00037685318966396153, 0.001225587329827249, 0.00020362342183943838, 41.38096618652344, 0.0, 0.0, 0.0], "count": [155]}, "timestamp": {"min": [0.0], "max": [5.133333333333334], "mean": [2.5666666666666664], "std": [1.491457154746473], "count": [155]}, "frame_index": {"min": [0], "max": [154], "mean": [77.0], "std": [44.74371464239419], "count": [155]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [155]}, "index": {"min": [10047], "max": [10201], "mean": [10124.0], "std": [44.74371464239419], "count": [155]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [155]}, "subtask_annotation": {"mean": [2.7161290322580647, 6.0, 6.0, 6.0, 6.0], "std": [1.484347749489718, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [155]}, "scene_annotation": {"mean": [50.0], "std": [0.0], "min": [50], "max": [50], "count": [155]}, "eef_direction_state": {"mean": [3.806451612903226, 6.0], "std": [1.8354810363377405, 0.0], "min": [0, 6], "max": [6, 6], "count": [155]}, "eef_velocity_state": {"mean": [1.5354838709677419, 0.0], "std": [0.7973942996376977, 0.0], "min": [0, 0], "max": [2, 0], "count": [155]}, "eef_acc_mag_state": {"mean": [1.167741935483871, 0.0], "std": [0.8333326396112279, 0.0], "min": [0, 0], "max": [2, 0], "count": [155]}, "eef_direction_action": {"mean": [3.858064516129032, 6.0], "std": [1.836682527143733, 0.0], "min": [0, 6], "max": [6, 6], "count": [155]}, "eef_velocity_action": {"mean": [1.4967741935483871, 0.0], "std": [0.8220681515456248, 0.0], "min": [0, 0], "max": [2, 0], "count": [155]}, "eef_acc_mag_action": {"mean": [1.3225806451612903, 0.0], "std": [0.7614543289713849, 0.0], "min": [0, 0], "max": [2, 0], "count": [155]}, "eef_sim_pose_state": {"mean": [0.2921727307461212, 0.2021157766889514, 1.2576728525871637, 0.20207192286513925, 0.31266287905133977, -0.6477129266056905, 0.06901899383001635, -0.33648892968698974, 1.1830219441881031, -0.001021010228378588, -0.002638294129639847, -0.0033877889263127054], "std": [0.17120553873014774, 0.14347687021051259, 0.06004126392839767, 0.11729161252887216, 0.2165362478545742, 0.5793691985050015, 1.6098793611885437e-05, 6.5504881354008914e-06, 6.76850873039739e-05, 0.0010555893248063988, 0.00037254127829949635, 0.00029156537254847366], "min": [0.06750764107698708, -0.031704724269454435, 1.1811469890323507, -0.009999999776482584, -0.021516562567741593, -1.483511608926557, 0.06900108738033237, -0.33651351423201625, 1.1828488144570881, -0.002336622868548212, -0.0034042524839574817, -0.004468094143204843], "max": [0.5645732600538015, 0.3369952563405107, 1.381499815284109, 0.4821139731986134, 0.5771730033486233, 0.15427341476236425, 0.06903377623532389, -0.3364748857792796, 1.1831411978444883, 0.004258850021197513, -0.0012765908675125281, -0.002978726269318779], "count": [155]}, "eef_sim_pose_action": {"mean": [0.2919592963978446, 0.20049006296332073, 1.2584700941151437, 0.20853150048836247, 0.30483335921489596, -0.6543646105534046, 0.06913585645434885, -0.3364920242894398, 1.1830793144856646, -0.001254521520123574, -0.0014449089614997693, -0.003166930087583555], "std": [0.17038560641738823, 0.14357614097830348, 0.062062281672710135, 0.12401023717736485, 0.21930661925028913, 0.5820322161082186, 3.5705739001995175e-05, 8.473651967734401e-06, 0.00010996094464644208, 0.0012258538351777115, 0.0005001473074564999, 0.00037685376251233655], "min": [0.06329381985457794, -0.0325221642007416, 1.181993207162962, -0.013810533316592658, -0.07426305362153918, -1.482432523154893, 0.06901381883913187, -0.33652430838276776, 1.1826871189109367, -0.0030679616611450906, -0.0030679580515284854, -0.00460195693010758], "max": [0.5660725140687694, 0.3371397232516834, 1.3897557678727064, 0.5093652455270212, 0.565648978217534, 0.17837346189429684, 0.06924637130254811, -0.33648961024922447, 1.1831124316034882, 0.004606648565988031, 0.0, -0.0030679616611450898], "count": [155]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [155]}, "gripper_activity_state": {"mean": [1.7741935483870968, 2.0], "std": [0.5962072284979572, 0.0], "min": [0, 2], "max": [2, 2], "count": [155]}, "gripper_mode_action": {"mean": [0.21935483870967742, 0.0], "std": [0.41380948931160166, 0.0], "min": [0, 0], "max": [1, 0], "count": [155]}, "gripper_activity_action": {"mean": [1.9419354838709677, 2.0], "std": [0.30561856212456806, 0.0], "min": [0, 2], "max": [2, 2], "count": [155]}, "gripper_open_scale_state": {"mean": [0.8682361514183792, 0.9733568858485061], "std": [0.16952640950827347, 7.117364567082597e-05], "min": [0.5543414688110352, 0.9732622528076171], "max": [0.9777780151367188, 0.9734104156494141], "count": [155]}, "gripper_open_scale_action": {"mean": [0.7806451612903226, 1.0], "std": [0.41380948931160166, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [155]}}} +{"episode_index": 8, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8941176470588236]], [[0.9058823529411765]]], "mean": [[[0.6213414651416123]], [[0.6498001307189543]], [[0.6241889488017429]]], "std": [[[0.17332780548121743]], [[0.18346655859377636]], [[0.18846810560145424]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8745098039215686]], [[0.8901960784313725]]], "mean": [[[0.5912732298474945]], [[0.6242224782135076]], [[0.5944335566448802]]], "std": [[[0.18234138970448088]], [[0.191830203393202]], [[0.19074737362659924]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.7137254901960784]], [[0.7137254901960784]]], "mean": [[[0.4641509259259259]], [[0.45433967320261437]], [[0.44173385620915034]]], "std": [[[0.20329753327040193]], [[0.1894980376488438]], [[0.20134183311334528]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7215686274509804]], [[0.6823529411764706]], [[0.6823529411764706]]], "mean": [[[0.4207183877995643]], [[0.42534538671023964]], [[0.4161300326797385]]], "std": [[[0.20302729866795413]], [[0.1981253165598584]], [[0.20686202173039736]]], "count": [100]}, "observation.state": {"min": [-0.05042553320527077, -0.0031914892606437206, -1.6687233448028564, -0.3136170208454132, -0.0714893639087677, -0.002765957498922944, -2.7585105895996094, 0.0031914892606437206, -0.001276595750823617, -0.00042553190723992884, -0.00957446824759245, -0.001276595750823617, -0.015744680538773537, -2.734893560409546, 55.06926345825195, 97.07426452636719], "max": [0.16063830256462097, 2.1787233352661133, 0.0, 0.3602127730846405, 0.03255319222807884, 0.24574467539787292, -1.5076595544815063, 0.0042553190141916275, -0.001276595750823617, 0.0, -0.001276595750823617, 0.0017021276289597154, -0.003829787252470851, -2.734893560409546, 97.89613342285156, 97.07426452636719], "mean": [0.010290431790053844, 0.8135569095611572, -0.6077360510826111, 0.07449903339147568, -0.029940452426671982, 0.06699473410844803, -2.5330350399017334, 0.003996803890913725, -0.0012765967985615134, -6.382978881447343e-06, -0.008598932065069675, 0.001174469362013042, -0.005429788026958704, -2.734891653060913, 90.16382598876953, 97.07422637939453], "std": [0.05401071161031723, 0.9233151078224182, 0.7129850387573242, 0.18111008405685425, 0.031070666387677193, 0.06562694162130356, 0.4363953173160553, 0.00023392388538923115, 1.0477378964424133e-09, 5.172458622837439e-05, 0.001207768335007131, 0.0004508228739723563, 0.0015733116306364536, 1.9073486328125e-06, 14.9410400390625, 3.814697265625e-05], "count": [200]}, "action": {"min": [-0.05368932709097862, -0.006135923322290182, -1.668971061706543, -0.32213595509529114, -0.07209710031747818, -0.004601942375302315, -2.7585105895996094, 0.003067961661145091, 0.0, -0.0015339808305725455, -0.01073786523193121, -0.0015339808305725455, -0.016873788088560104, -2.734893560409546, 0.0, 100.0, 0.0, 0.0], "max": [0.16413594782352448, 2.1767187118530273, -0.0, 0.3635534346103668, 0.07976700365543365, 0.251572847366333, -1.5076595544815063, 0.004601942375302315, 0.0, -0.0, -0.0015339808305725455, 0.0015339808305725455, -0.004601942375302315, -2.734893560409546, 100.0, 100.0, 0.0, 0.0], "mean": [0.008521179668605328, 0.8184784054756165, -0.6130708456039429, 0.0718054547905922, -0.030357498675584793, 0.06950446963310242, -2.5330350399017334, 0.004479232244193554, 0.0, -7.669904334761668e-06, -0.008920115418732166, 0.0014266037615016103, -0.005974862724542618, -2.734891653060913, 85.0, 100.0, 0.0, 0.0], "std": [0.05426160246133804, 0.9269705414772034, 0.7166570425033569, 0.1847257763147354, 0.0330086275935173, 0.06719475239515305, 0.4363953173160553, 0.0004161583201494068, 0.0, 0.0001081975715351291, 0.001293260371312499, 0.0004973032628186047, 0.0016970951110124588, 1.9073486328125e-06, 35.7071418762207, 0.0, 0.0, 0.0], "count": [200]}, "timestamp": {"min": [0.0], "max": [6.633333333333334], "mean": [3.3166666666666664], "std": [1.9244768408871828], "count": [200]}, "frame_index": {"min": [0], "max": [199], "mean": [99.5], "std": [57.73430522661548], "count": [200]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [200]}, "index": {"min": [10202], "max": [10401], "mean": [10301.5], "std": [57.73430522661548], "count": [200]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [200]}, "subtask_annotation": {"mean": [2.7, 6.0, 6.0, 6.0, 6.0], "std": [1.3038404810405253, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [200]}, "scene_annotation": {"mean": [51.0], "std": [0.0], "min": [51], "max": [51], "count": [200]}, "eef_direction_state": {"mean": [4.35, 6.0], "std": [2.0512191496765984, 0.0], "min": [0, 6], "max": [6, 6], "count": [200]}, "eef_velocity_state": {"mean": [0.975, 0.0], "std": [0.9457140159688867, 0.0], "min": [0, 0], "max": [2, 0], "count": [200]}, "eef_acc_mag_state": {"mean": [0.875, 0.0], "std": [0.8714212528966688, 0.0], "min": [0, 0], "max": [2, 0], "count": [200]}, "eef_direction_action": {"mean": [4.245, 6.0], "std": [2.122492638385347, 0.0], "min": [0, 6], "max": [6, 6], "count": [200]}, "eef_velocity_action": {"mean": [0.955, 0.0], "std": [0.9396674943829872, 0.0], "min": [0, 0], "max": [2, 0], "count": [200]}, "eef_acc_mag_action": {"mean": [0.8, 0.0], "std": [0.8774964387392108, 0.0], "min": [0, 0], "max": [2, 0], "count": [200]}, "eef_sim_pose_state": {"mean": [0.22753787302272976, 0.3378340227686129, 1.241207958461183, 0.044824065912612766, 0.2796106900330996, -0.028594565152591685, 0.06902872168619727, -0.3365553333982562, 1.1833490041444794, -0.0054418649497494035, -0.009881907119082333, 0.005171337977173067], "std": [0.1904006722849764, 0.020758344371291572, 0.06688548014384962, 0.06050989573054208, 0.3554503207897545, 0.05425133622033604, 4.104109728624689e-06, 1.0208756279846913e-05, 0.00012511299970432668, 0.0015711039295157052, 0.0012106535268963435, 0.0005577686002664459], "min": [0.06889006094794628, 0.3108269530310921, 1.182124245396609, -0.0027618832445677373, -0.0014893605344945549, -0.15076139014444034, 0.06899626054904895, -0.3366066457571807, 1.1825966905443872, -0.015740606284269713, -0.0108510551560983, 0.0019148870083498977], "max": [0.5187377559880214, 0.39651369865451885, 1.3905939905773397, 0.24106188598574252, 0.8800474978622588, 0.06442315483743503, 0.06903412658758855, -0.3365347603959638, 1.183499710407938, -0.0038341332613338764, -0.002553189421179214, 0.005957539150741648], "count": [200]}, "eef_sim_pose_action": {"mean": [0.2290828936038422, 0.33714831235637854, 1.2417909314551907, 0.047563579107763036, 0.2765081577824135, -0.030735125451004833, 0.06912579573022017, -0.3365602716041446, 1.1834114495151917, -0.005988185949633709, -0.008927757877047087, 0.0059058876815873155], "std": [0.19102871637982122, 0.020903712017548808, 0.06857680651931375, 0.06346841066821361, 0.3572173785070541, 0.05705118481939148, 8.347595911488059e-06, 1.2009825048306658e-05, 0.00013636368636279412, 0.0016949379725152989, 0.001299452732113285, 0.0007475816247630404], "min": [0.06802662596955293, 0.3101134622937358, 1.181015429173703, -0.004594883036671272, -0.006127582026306477, -0.1500141264962993, 0.0690086376090451, -0.3366296695724006, 1.1826522375347968, -0.016871434990448693, -0.010737852947073412, 0.0015339736113435991], "max": [0.5214567311448796, 0.397318996158457, 1.4067703187662604, 0.24962560575222664, 0.8856269777010874, 0.0721004642447359, 0.06913074079925924, -0.33652566721607474, 1.1838635395343438, -0.004601942375302314, -0.0015339790257684616, 0.0061360116453276214], "count": [200]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [200]}, "gripper_activity_state": {"mean": [1.825, 2.0], "std": [0.5332682251925388, 0.0], "min": [0, 2], "max": [2, 2], "count": [200]}, "gripper_mode_action": {"mean": [0.15, 0.0], "std": [0.35707142142714327, 0.0], "min": [0, 0], "max": [1, 0], "count": [200]}, "gripper_activity_action": {"mean": [1.955, 2.0], "std": [0.2701388531848017, 0.0], "min": [0, 2], "max": [2, 2], "count": [200]}, "gripper_open_scale_state": {"mean": [0.9016393487930311, 0.97074264526367], "std": [0.14941046861350862, 1.7763568394002505e-15], "min": [0.5506926345825195, 0.9707426452636718], "max": [0.9789613342285156, 0.9707426452636718], "count": [200]}, "gripper_open_scale_action": {"mean": [0.85, 1.0], "std": [0.35707142142714327, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [200]}}} +{"episode_index": 9, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6201982162309368]], [[0.650904681372549]], [[0.631886922657952]]], "std": [[[0.1927184498284176]], [[0.20452781892454228]], [[0.20528149560126527]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9254901960784314]], [[0.9921568627450981]]], "mean": [[[0.5927328376906318]], [[0.6285678322440087]], [[0.605107813180828]]], "std": [[[0.19533985939973547]], [[0.20622445227660083]], [[0.20273544492509757]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9647058823529412]], [[0.7529411764705882]], [[0.6705882352941176]]], "mean": [[[0.4555112145969499]], [[0.45075649509803917]], [[0.4174277614379085]]], "std": [[[0.17633871643935042]], [[0.16697516089395253]], [[0.19542027097315492]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.7137254901960784]], [[0.6784313725490196]]], "mean": [[[0.4278212581699346]], [[0.4266956290849673]], [[0.4226772494553377]]], "std": [[[0.19844433557232555]], [[0.19438270455135495]], [[0.2045549368603831]]], "count": [100]}, "observation.state": {"min": [-0.8565957546234131, -0.003617021255195141, -1.9708510637283325, -0.10489361733198166, -0.24234043061733246, -0.03510638326406479, -2.7551064491271973, -0.003829787252470851, -0.00042553190723992884, 0.0, -0.004680851008743048, -0.0017021276289597154, -0.004680851008743048, -2.760425567626953, 56.97156524658203, 97.96267700195312], "max": [0.0382978729903698, 2.4365956783294678, 0.0, 0.09659574180841446, 0.18510638177394867, 0.2942553162574768, -1.5648936033248901, -0.002765957498922944, 0.0, 0.0, -0.002765957498922944, 0.0, 0.004680851008743048, -2.760425567626953, 97.77780151367188, 97.96267700195312], "mean": [-0.3497868776321411, 1.2907251119613647, -0.9374203085899353, 0.0059774708934128284, -0.01835169456899166, 0.11649821698665619, -2.3792357444763184, -0.0031902403570711613, -2.5031288259924622e-06, 0.0, -0.0037359187845140696, -0.00012265333498362452, -0.0037259049713611603, -2.7604293823242188, 84.88270568847656, 97.96282958984375], "std": [0.341412752866745, 0.9319102168083191, 0.7330806851387024, 0.04651352018117905, 0.11834393441677094, 0.09905426949262619, 0.5171136856079102, 6.72707537887618e-05, 3.254069451941177e-05, 0.0, 0.00027592648984864354, 0.0003617779875639826, 0.001698249252513051, 3.814697265625e-06, 17.723186492919922, 0.000152587890625], "count": [170]}, "action": {"min": [-0.855961263179779, -0.00920388475060463, -1.9742332696914673, -0.11658254265785217, -0.26077672839164734, -0.03528155758976936, -2.7551064491271973, -0.003067961661145091, 0.0, 0.0, -0.004601942375302315, -0.0015339808305725455, -0.004601942375302315, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.04295146092772484, 2.434427499771118, -0.0, 0.10277671366930008, 0.1871456503868103, 0.29759228229522705, -1.5648936033248901, -0.003067961661145091, 0.0015339808305725455, 0.0015339808305725455, -0.003067961661145091, -0.0, 0.004601942375302315, -2.760425567626953, 100.0, 100.0, 0.0, 0.0], "mean": [-0.3483222723007202, 1.2908183336257935, -0.9371360540390015, 0.005648653022944927, -0.022324007004499435, 0.12044455856084824, -2.3792357444763184, -0.0030679646879434586, 0.0012181618949398398, 0.0011189040960744023, -0.0041779386810958385, -9.023415623232722e-05, -0.004069567658007145, -2.7604293823242188, 71.76470947265625, 100.0, 0.0, 0.0], "std": [0.34283068776130676, 0.9332522749900818, 0.7337316870689392, 0.04927663505077362, 0.12162013351917267, 0.10181113332509995, 0.5171136856079102, 3.026798367500305e-09, 0.0006202575168572366, 0.0006814915686845779, 0.0006859317072667181, 0.00036093671224080026, 0.002086517633870244, 3.814697265625e-06, 45.01435470581055, 0.0, 0.0, 0.0], "count": [170]}, "timestamp": {"min": [0.0], "max": [5.633333333333334], "mean": [2.8166666666666664], "std": [1.6357974609753292], "count": [170]}, "frame_index": {"min": [0], "max": [169], "mean": [84.5], "std": [49.073923829259876], "count": [170]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [170]}, "index": {"min": [11354], "max": [11523], "mean": [11438.5], "std": [49.073923829259876], "count": [170]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [170]}, "subtask_annotation": {"mean": [2.5294117647058822, 6.0, 6.0, 6.0, 6.0], "std": [1.4024200536645273, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [170]}, "scene_annotation": {"mean": [57.0], "std": [0.0], "min": [57], "max": [57], "count": [170]}, "eef_direction_state": {"mean": [3.588235294117647, 6.0], "std": [2.113230688930264, 0.0], "min": [0, 6], "max": [6, 6], "count": [170]}, "eef_velocity_state": {"mean": [1.3294117647058823, 0.0], "std": [0.866205182785881, 0.0], "min": [0, 0], "max": [2, 0], "count": [170]}, "eef_acc_mag_state": {"mean": [1.2529411764705882, 0.0], "std": [0.8264862883164401, 0.0], "min": [0, 0], "max": [2, 0], "count": [170]}, "eef_direction_action": {"mean": [3.4647058823529413, 6.0], "std": [2.204658484015578, 0.0], "min": [0, 6], "max": [6, 6], "count": [170]}, "eef_velocity_action": {"mean": [1.3058823529411765, 0.0], "std": [0.8680407880327874, 0.0], "min": [0, 0], "max": [2, 0], "count": [170]}, "eef_acc_mag_action": {"mean": [1.2058823529411764, 0.0], "std": [0.8324100998873472, 0.0], "min": [0, 0], "max": [2, 0], "count": [170]}, "eef_sim_pose_state": {"mean": [0.27790396817518304, 0.19586210309380958, 1.2614617269491981, 0.11624177264835231, 0.3565030703721031, -0.3695991526462804, 0.06912967970870162, -0.33642026941876224, 1.1828778849771657, -0.003725429058269066, -0.0037384227164336745, -0.003312891952635113], "std": [0.15593946090146, 0.1432009666673749, 0.0602643057815268, 0.06250553418523311, 0.2786793267984052, 0.27758350907608664, 2.4689465642357235e-06, 8.274145349414512e-06, 2.831743631821021e-05, 0.0016995369448803718, 0.00027676534228556236, 0.0003683988132279306], "min": [0.06746750027199477, -0.04936820832904293, 1.1825427733211777, 0.01428608992208713, -0.07347430846434855, -0.8205567245015903, 0.06909761935743533, -0.33645578473432614, 1.1827785185800008, -0.004680851008743048, -0.004680851008743048, -0.004893632300532145], "max": [0.44008131214384066, 0.3347043219508779, 1.3821499253534102, 0.22778393686759424, 0.8036166659608117, -0.03170221048883572, 0.06913020718293517, -0.33640292998133065, 1.1829747995188473, 0.004688094145028514, -0.002765957498922944, -0.002765957498922944], "count": [170]}, "eef_sim_pose_action": {"mean": [0.27816645297059606, 0.19601561140053955, 1.2612691830003429, 0.11594172924968411, 0.3561803686839662, -0.37351233445926135, 0.06930646681770025, -0.33642286991663006, 1.1826406168275965, -0.004069242445616601, -0.001840866902477471, -0.003158196432792415], "std": [0.15512645453261514, 0.1433960527290813, 0.0630344267463197, 0.06497050919952574, 0.2745697963825266, 0.28322332674747425, 7.241424716598744e-05, 8.04267215693141e-06, 0.00020604537645696006, 0.002087810089803817, 0.0012293034758317771, 0.00036093908659142333], "min": [0.06484371835963784, -0.04900283690161824, 1.182617127485832, 4.1562080412949065e-05, -0.06686617695149089, -0.840470393498052, 0.06912937276877985, -0.33645517402713193, 1.1823841624176554, -0.004601942375302315, -0.004601942375302315, -0.004601958735061575], "max": [0.44055048856911955, 0.33719490374879435, 1.3789137279117052, 0.24007870289867667, 0.8038046390794076, -0.02743796894074027, 0.069361704966313, -0.33642029645509824, 1.1830015936798293, 0.004609001713754775, 0.0, -0.0030679616611450906], "count": [170]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [170]}, "gripper_activity_state": {"mean": [1.8, 2.0], "std": [0.5698296959205803, 0.0], "min": [0, 2], "max": [2, 2], "count": [170]}, "gripper_mode_action": {"mean": [0.2823529411764706, 0.0], "std": [0.45014415222844706, 0.0], "min": [0, 0], "max": [1, 0], "count": [170]}, "gripper_activity_action": {"mean": [1.9470588235294117, 2.0], "std": [0.29228842938364324, 0.0], "min": [0, 2], "max": [2, 2], "count": [170]}, "gripper_open_scale_state": {"mean": [0.8488274747063145, 0.9796267700195336], "std": [0.17723187508669513, 2.3314683517128287e-15], "min": [0.5697156524658203, 0.9796267700195312], "max": [0.9777780151367188, 0.9796267700195312], "count": [170]}, "gripper_open_scale_action": {"mean": [0.7176470588235294, 1.0], "std": [0.45014415222844706, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [170]}}} +{"episode_index": 10, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8862745098039215]], [[0.9450980392156862]]], "mean": [[[0.617823047385621]], [[0.6494918028322441]], [[0.6311112391067538]]], "std": [[[0.17426155275417712]], [[0.19117169705671794]], [[0.19393822833512997]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8745098039215686]], [[0.9098039215686274]]], "mean": [[[0.5891855773420479]], [[0.6261711819172113]], [[0.6028682135076253]]], "std": [[[0.1814234728932987]], [[0.19673331973281627]], [[0.19525386441734902]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.7294117647058823]], [[0.7176470588235294]]], "mean": [[[0.48292957244008716]], [[0.4526569063180828]], [[0.438626190087146]]], "std": [[[0.19503936217863102]], [[0.19100872069717764]], [[0.20953192644089877]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7372549019607844]], [[0.6431372549019608]], [[0.6431372549019608]]], "mean": [[[0.4294286410675381]], [[0.4330775435729847]], [[0.41861470588235294]]], "std": [[[0.19923695729346766]], [[0.19473136933264745]], [[0.20317716686305956]]], "count": [100]}, "observation.state": {"min": [-0.36553192138671875, -0.003617021255195141, -1.6399999856948853, -0.2246808558702469, -0.13063830137252808, -0.0042553190141916275, -2.7585105895996094, 0.003829787252470851, -0.001276595750823617, -0.00042553190723992884, -0.005744680762290955, -0.0017021276289597154, -0.009148935787379742, -2.742553234100342, 56.295684814453125, 97.32622528076172], "max": [0.0, 2.1604254245758057, 0.0, 0.46787235140800476, 0.003617021255195141, 0.22106382250785828, -1.5446808338165283, 0.0042553190141916275, -0.0008510638144798577, 0.0, -0.0031914892606437206, 0.006170212756842375, -0.003617021255195141, -2.7421276569366455, 97.89613342285156, 97.3410415649414], "mean": [-0.12503540515899658, 1.1993483304977417, -0.9040582776069641, 0.17438796162605286, -0.08463771641254425, 0.14660966396331787, -2.3908677101135254, 0.004246067721396685, -0.0012580956099554896, -2.7752083042287268e-05, -0.004118101205676794, 0.005143392365425825, -0.008567684330046177, -2.7422566413879395, 85.28363800048828, 97.33065032958984], "std": [0.13969743251800537, 0.8595385551452637, 0.6677133440971375, 0.20636224746704102, 0.053468987345695496, 0.08454970270395279, 0.5092833042144775, 6.205558020155877e-05, 8.67792041390203e-05, 0.00010506769467610866, 0.00036296123289503157, 0.0014864765107631683, 0.001068610930815339, 0.00019582176173571497, 17.447330474853516, 0.006817945279181004], "count": [138]}, "action": {"min": [-0.3666214048862457, -0.0015339808305725455, -1.6413594484329224, -0.2653786838054657, -0.13499030470848083, -0.004601942375302315, -2.7585105895996094, 0.004601942375302315, 0.0, -0.0015339808305725455, -0.006135923322290182, -0.0015339808305725455, -0.01073786523193121, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.0, 2.1629128456115723, 0.006135923322290182, 0.4693981111049652, 0.007669903803616762, 0.22396118938922882, -1.5446808338165283, 0.004601942375302315, 0.0015339808305725455, -0.0, -0.003067961661145091, 0.006135923322290182, -0.0015339808305725455, -2.7421276569366455, 100.0, 100.0, 0.0, 0.0], "mean": [-0.12889888882637024, 1.1966290473937988, -0.9034724831581116, 0.16925066709518433, -0.08594730496406555, 0.15039685368537903, -2.3908677101135254, 0.004601949360221624, 4.4463213271228597e-05, -4.4463213271228597e-05, -0.0046464125625789165, 0.0055801356211304665, -0.008870423771440983, -2.7422566413879395, 73.91304016113281, 100.0, 0.0, 0.0], "std": [0.1424378603696823, 0.8665158748626709, 0.6718884706497192, 0.21614189445972443, 0.053744249045848846, 0.08450020849704742, 0.5092833042144775, 6.984919309616089e-09, 0.0002573494566604495, 0.0002573493111412972, 0.00041053295717574656, 0.0019186277640983462, 0.0013024002546444535, 0.00019582176173571497, 43.91090393066406, 0.0, 0.0, 0.0], "count": [138]}, "timestamp": {"min": [0.0], "max": [4.566666666666666], "mean": [2.283333333333333], "std": [1.327870754531758], "count": [138]}, "frame_index": {"min": [0], "max": [137], "mean": [68.5], "std": [39.83612263595275], "count": [138]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [138]}, "index": {"min": [11524], "max": [11661], "mean": [11592.5], "std": [39.83612263595275], "count": [138]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [138]}, "subtask_annotation": {"mean": [2.681159420289855, 6.0, 6.0, 6.0, 6.0], "std": [1.424350893333098, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [138]}, "scene_annotation": {"mean": [58.0], "std": [0.0], "min": [58], "max": [58], "count": [138]}, "eef_direction_state": {"mean": [3.4347826086956523, 6.0], "std": [2.2617055310678187, 0.0], "min": [0, 6], "max": [6, 6], "count": [138]}, "eef_velocity_state": {"mean": [1.4275362318840579, 0.0], "std": [0.8154991461570652, 0.0], "min": [0, 0], "max": [2, 0], "count": [138]}, "eef_acc_mag_state": {"mean": [1.355072463768116, 0.0], "std": [0.759488048752762, 0.0], "min": [0, 0], "max": [2, 0], "count": [138]}, "eef_direction_action": {"mean": [3.463768115942029, 6.0], "std": [2.313036213711306, 0.0], "min": [0, 6], "max": [6, 6], "count": [138]}, "eef_velocity_action": {"mean": [1.3768115942028984, 0.0], "std": [0.8444438917076652, 0.0], "min": [0, 0], "max": [2, 0], "count": [138]}, "eef_acc_mag_action": {"mean": [1.1159420289855073, 0.0], "std": [0.8518731599817733, 0.0], "min": [0, 0], "max": [2, 0], "count": [138]}, "eef_sim_pose_state": {"mean": [0.2933904661846461, 0.28994970042226076, 1.2739454030500539, 0.07133640407225057, 0.4650194922036441, -0.24211392851684418, 0.06903140808693117, -0.33647171684700006, 1.182896062362103, -0.008595330869172309, -0.005403869711498824, 0.009389528442898804], "std": [0.17224115981679927, 0.05372012589985597, 0.0687127267226236, 0.04788455675607118, 0.3846387417102276, 0.19597402573914122, 9.952489415428932e-06, 3.3483574495220626e-05, 4.563103551629083e-05, 0.0010765066948372685, 0.00033449685918801256, 0.001486700488950846], "min": [0.06885761097928456, 0.18632313795864253, 1.1824120490183585, -0.0042553190141916275, -0.003617018307858988, -0.5444450482779214, 0.06899928556560803, -0.33662583187997547, 1.1827929716446923, -0.00918288810147534, -0.006595742188055587, 0.0025531611795908526], "max": [0.4870819277791411, 0.33359115365182873, 1.4051761242270076, 0.18289082929372158, 0.9502847459394048, 0.0036171870470506507, 0.06906500220291531, -0.33644881918264247, 1.1830644130302366, -0.003606880805299621, -0.004468067890672112, 0.010425626180516715], "count": [138]}, "eef_sim_pose_action": {"mean": [0.29329121283491627, 0.2884656420553275, 1.2736982760649338, 0.07524445437858243, 0.45771297052206883, -0.2476810704300812, 0.06912864210482215, -0.336469589437258, 1.182984602025458, -0.008896107191258973, -0.004646325020587729, 0.010182134979708204], "std": [0.17223706156952906, 0.054641431961988424, 0.07120056538201827, 0.05121235194754293, 0.3930049576739152, 0.19935337821786878, 2.4390545162154903e-05, 4.314633599596055e-05, 8.391096195410227e-05, 0.0013111936370935014, 0.0004865612544989679, 0.0019186501101557485], "min": [0.06769764695891835, 0.18521927901327626, 1.1810203545667248, -0.004601942375302315, -0.039731067053987656, -0.551073916867046, 0.06901174362187996, -0.3366296778972385, 1.182809474049785, -0.010775515023183205, -0.006135916102989247, 0.003067932667474225], "max": [0.4889579067752897, 0.33368235415306957, 1.4210609280378892, 0.18649737389955634, 0.9652560687160578, 0.007673884958994886, 0.06924618531656078, -0.3364565463724133, 1.1834269051811694, -0.001526921492120086, -0.003067903791036386, 0.01073798120389657], "count": [138]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [138]}, "gripper_activity_state": {"mean": [1.7463768115942029, 2.0], "std": [0.6262563512119548, 0.0], "min": [0, 2], "max": [2, 2], "count": [138]}, "gripper_mode_action": {"mean": [0.2608695652173913, 0.0], "std": [0.4391089103635692, 0.0], "min": [0, 0], "max": [1, 0], "count": [138]}, "gripper_activity_action": {"mean": [1.934782608695652, 2.0], "std": [0.3231754075504027, 0.0], "min": [0, 2], "max": [2, 2], "count": [138]}, "gripper_open_scale_state": {"mean": [0.8528360880976132, 0.9733073458464235], "std": [0.17447333276229676, 6.817426659746019e-05], "min": [0.5629568481445313, 0.9732622528076171], "max": [0.9789613342285156, 0.9734104156494141], "count": [138]}, "gripper_open_scale_action": {"mean": [0.7391304347826086, 1.0], "std": [0.4391089103635692, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [138]}}} +{"episode_index": 11, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.6312787826797386]], [[0.6517027559912855]], [[0.6334714297385621]]], "std": [[[0.18767049206066078]], [[0.2031138442677669]], [[0.20888546460255017]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9725490196078431]]], "mean": [[[0.6050549210239652]], [[0.6327212336601308]], [[0.6107169144880175]]], "std": [[[0.1883311356382591]], [[0.20225834726438602]], [[0.20235963653676708]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.4676279765795207]], [[0.46233223311546845]], [[0.4404867565359477]]], "std": [[[0.2046197883109643]], [[0.19096240948671395]], [[0.21006249324017975]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7803921568627451]], [[0.6588235294117647]], [[0.6509803921568628]]], "mean": [[[0.41900057734204793]], [[0.42117805010893244]], [[0.40672501089324614]]], "std": [[[0.19423083344620415]], [[0.19607980565331007]], [[0.20976904113312003]]], "count": [100]}, "observation.state": {"min": [-0.4459574520587921, -0.0017021276289597154, -1.969361662864685, -0.012978723272681236, -0.08829787373542786, -0.23085106909275055, -2.7551064491271973, 0.003829787252470851, -0.001276595750823617, -0.002340425504371524, -0.009148935787379742, -0.009999999776482582, 0.016382979229092598, -2.760425567626953, 57.13582229614258, 97.96267700195312], "max": [0.008085106499493122, 2.377021312713623, -0.001276595750823617, 0.6017021536827087, 0.2674468159675598, 0.19340425729751587, -1.5697872638702393, 0.0042553190141916275, -0.0008510638144798577, -0.0017021276289597154, 0.002765957498922944, -0.008936170488595963, 0.019574468955397606, -2.760425567626953, 97.77780151367188, 97.96267700195312], "mean": [-0.22572891414165497, 1.0399625301361084, -0.8177666664123535, 0.2664409279823303, 0.028815854340791702, 0.00219115917570889, -2.4770612716674805, 0.004253084305673838, -0.0012587738456204534, -0.0017199525609612465, -0.00879246462136507, -0.009109953418374062, 0.01824329048395157, -2.760430097579956, 88.23699188232422, 97.96283721923828], "std": [0.1866184026002884, 0.8319506049156189, 0.707324206829071, 0.2361256331205368, 0.07868321985006332, 0.13538312911987305, 0.4668533504009247, 3.070959428441711e-05, 8.524507575202733e-05, 9.572262206347659e-05, 0.0008670485694892704, 0.00015130134124774486, 0.00032455375185236335, 4.5299530029296875e-06, 16.002607345581055, 0.00016021728515625], "count": [191]}, "action": {"min": [-0.44792237877845764, 0.0, -1.969631314277649, -0.01840776950120926, -0.10277671366930008, -0.23316508531570435, -2.7551064491271973, 0.004601942375302315, 0.0, -0.006135923322290182, -0.00920388475060463, -0.01073786523193121, 0.015339807607233524, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.032213594764471054, 2.3776702880859375, -0.0, 0.604388415813446, 0.28071847558021545, 0.2040194422006607, -1.5697872638702393, 0.004601942375302315, 0.0015339808305725455, -0.0, 0.004601942375302315, -0.00920388475060463, 0.019941750913858414, -2.760425567626953, 100.0, 100.0, 0.0, 0.0], "mean": [-0.22288544476032257, 1.0341931581497192, -0.8137654662132263, 0.2668324410915375, 0.027732105925679207, 0.004449325148016214, -2.4770612716674805, 0.004601951222866774, 1.6062625945778564e-05, -0.001550045213662088, -0.009123588912189007, -0.00921996496617794, 0.01843992993235588, -2.760430097579956, 79.5811538696289, 100.0, 0.0, 0.0], "std": [0.18871094286441803, 0.8342846035957336, 0.7094240784645081, 0.2373897135257721, 0.08435747027397156, 0.13710640370845795, 0.4668533504009247, 8.847564458847046e-09, 0.00015614656149409711, 0.00035062915412709117, 0.0010018881876021624, 0.00015614656149409711, 0.00041406089439988136, 4.5299530029296875e-06, 40.310768127441406, 0.0, 0.0, 0.0], "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": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [191]}, "index": {"min": [12329], "max": [12519], "mean": [12424.0], "std": [55.136195008360886], "count": [191]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [191]}, "subtask_annotation": {"mean": [2.7853403141361257, 6.0, 6.0, 6.0, 6.0], "std": [1.3808695812482266, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [191]}, "scene_annotation": {"mean": [62.0], "std": [0.0], "min": [62], "max": [62], "count": [191]}, "eef_direction_state": {"mean": [4.12565445026178, 6.0], "std": [2.085833911347272, 0.0], "min": [0, 6], "max": [6, 6], "count": [191]}, "eef_velocity_state": {"mean": [1.2094240837696335, 0.0], "std": [0.8731690991155955, 0.0], "min": [0, 0], "max": [2, 0], "count": [191]}, "eef_acc_mag_state": {"mean": [1.0837696335078535, 0.015706806282722512], "std": [0.8458698112045347, 0.16103200522753608], "min": [0, 0], "max": [2, 2], "count": [191]}, "eef_direction_action": {"mean": [4.12041884816754, 6.0], "std": [2.129609710933272, 0.0], "min": [0, 6], "max": [6, 6], "count": [191]}, "eef_velocity_action": {"mean": [1.1884816753926701, 0.0], "std": [0.8779278902929674, 0.0], "min": [0, 0], "max": [2, 0], "count": [191]}, "eef_acc_mag_action": {"mean": [1.12565445026178, 0.0], "std": [0.8530336784158111, 0.0], "min": [0, 0], "max": [2, 0], "count": [191]}, "eef_sim_pose_state": {"mean": [0.23845642468386088, 0.27036209989514215, 1.2761832127111397, 0.06140478172833149, 0.48505376758558083, -0.15776961847025198, 0.06889810970921414, -0.3367931867906116, 1.183843959047299, 0.018350466570119666, -0.01177070512921098, -0.004857490442369541], "std": [0.15632641134759537, 0.07065478379224016, 0.08173380227109303, 0.0725532077034178, 0.4552122208584198, 0.17787566726478285, 4.016154649826135e-06, 3.466338041751521e-06, 7.69292596611947e-05, 0.00032722568368983115, 0.0008546247679764921, 0.00015493290656052385], "min": [0.06861557102682425, 0.12321356997745157, 1.1825216899523936, -0.06866898653489026, -0.00787230029273811, -0.5421619850653203, 0.06888153803606151, -0.33681330570999823, 1.182840466502182, 0.0164807629377869, -0.012127174918666883, -0.0057446816676172945], "max": [0.5310342507695768, 0.33339285378048067, 1.4922542365232352, 0.2541292593899218, 1.2729930309614277, 0.0034042342212812016, 0.06893204734352157, -0.33678431618602894, 1.1839963124076298, 0.01968651400435574, -0.00042551054351425144, -0.004681441286937196], "count": [191]}, "eef_sim_pose_action": {"mean": [0.23663972817246945, 0.27102125065938626, 1.2754409826516244, 0.06324748820037261, 0.4836895743444361, -0.1551538339768176, 0.0690088725966811, -0.336803186614715, 1.1838601135152196, 0.018538049626710757, -0.010657100412996367, -0.004618530966078209], "std": [0.15605495421584137, 0.07068745667111855, 0.08422277186652627, 0.0715159093240375, 0.46209501208158216, 0.18013679525618959, 2.0413599920774055e-05, 3.5403901689636117e-06, 3.272044836375354e-05, 0.0004176762883266142, 0.000811647198809333, 0.00015610868000907294], "min": [0.06665936790145094, 0.12342861011167924, 1.182483518044138, -0.06162731348138162, -0.006135916102989025, -0.5432722306096358, 0.06878167406025547, -0.3368383885426312, 1.1834384037064871, 0.015339807608483552, -0.010737410756587629, -0.0061362386805690426], "max": [0.5314189203868162, 0.3333703303869445, 1.5170036496155421, 0.23585345650232736, 1.2757720166996283, 0.027819699839144216, 0.06912788174040986, -0.3368022843708537, 1.183863529584305, 0.020040583394027332, -1.1640843844418214e-10, -0.004602332204461281], "count": [191]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [191]}, "gripper_activity_state": {"mean": [1.806282722513089, 2.0], "std": [0.5596954142363462, 0.0], "min": [0, 2], "max": [2, 2], "count": [191]}, "gripper_mode_action": {"mean": [0.20418848167539266, 0.0], "std": [0.40310736240670564, 0.0], "min": [0, 0], "max": [1, 0], "count": [191]}, "gripper_activity_action": {"mean": [1.9528795811518325, 2.0], "std": [0.27624933944027014, 0.0], "min": [0, 2], "max": [2, 2], "count": [191]}, "gripper_open_scale_state": {"mean": [0.8823697009261383, 0.9796267700195339], "std": [0.1600260578679451, 2.6645352591003757e-15], "min": [0.5713582229614258, 0.9796267700195312], "max": [0.9777780151367188, 0.9796267700195312], "count": [191]}, "gripper_open_scale_action": {"mean": [0.7958115183246073, 1.0], "std": [0.40310736240670564, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [191]}}} +{"episode_index": 12, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.6069787581699346]], [[0.6364211873638344]], [[0.6034762227668845]]], "std": [[[0.1948159525531613]], [[0.20918088679632513]], [[0.22143797823288253]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.5825951525054466]], [[0.6173142320261438]], [[0.5806612717864923]]], "std": [[[0.19652815100896714]], [[0.20947662174024292]], [[0.21535063733667217]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8666666666666667]], [[0.8352941176470589]], [[0.803921568627451]]], "mean": [[[0.45672874727668844]], [[0.454799651416122]], [[0.44187444444444446]]], "std": [[[0.18192338038455166]], [[0.17631305010923262]], [[0.18856942327766466]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.807843137254902]], [[0.6862745098039216]], [[0.6823529411764706]]], "mean": [[[0.42878183823529414]], [[0.4360554656862745]], [[0.4253106318082788]]], "std": [[[0.21449705900616134]], [[0.20581163799610278]], [[0.215439876362413]]], "count": [100]}, "observation.state": {"min": [-0.5265957713127136, -0.0017021276289597154, -1.9619148969650269, -0.1153191477060318, -0.19531914591789246, -0.1599999964237213, -2.7585105895996094, -0.007659574504941702, -0.001276595750823617, -0.009999999776482582, 0.002340425504371524, 0.0008510638144798577, -0.07744681090116501, -2.760425567626953, 56.69358825683594, 97.96267700195312], "max": [0.01425531879067421, 2.3293616771698, 0.0, 0.5497872233390808, 0.18021276593208313, 0.20914894342422485, -1.556595802307129, -0.007659574504941702, -0.0008510638144798577, 0.0, 0.03744680806994438, 0.0191489364951849, -0.006170212756842375, -2.760425567626953, 97.89613342285156, 97.96267700195312], "mean": [-0.27512025833129883, 1.38417649269104, -1.0772604942321777, 0.207942932844162, 0.01580534130334854, -0.018353113904595375, -2.3761112689971924, -0.00765956100076437, -0.0012747839791700244, -0.00040108649409376085, 0.004055227153003216, 0.0016586689744144678, -0.008851069025695324, -2.7604312896728516, 84.77964782714844, 97.96285247802734], "std": [0.19866709411144257, 0.9079429507255554, 0.7406632900238037, 0.22719667851924896, 0.10009048879146576, 0.11052229255437851, 0.5315417051315308, 1.3504177331924438e-08, 2.7699519705493003e-05, 0.0015100992750376463, 0.0052396440878510475, 0.002175301779061556, 0.00958775170147419, 5.7220458984375e-06, 18.21778678894043, 0.00017547607421875], "count": [235]}, "action": {"min": [-0.5276893973350525, -0.003067961661145091, -1.9619613885879517, -0.13192234933376312, -0.200951486825943, -0.16106797754764557, -2.7585105895996094, -0.007669903803616762, 0.0, -0.01073786523193121, 0.0015339808305725455, 0.0015339808305725455, -0.07669904083013535, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.02761165425181389, 2.328582763671875, 0.0015339808305725455, 0.5537670850753784, 0.18561168015003204, 0.2178252786397934, -1.556595802307129, -0.007669903803616762, 0.0015339808305725455, -0.0, 0.03834952041506767, 0.023009711876511574, -0.004601942375302315, -2.760425567626953, 100.0, 100.0, 0.0, 0.0], "mean": [-0.2750261723995209, 1.3869918584823608, -1.0820963382720947, 0.20920881628990173, 0.012238884344696999, -0.014634542167186737, -2.3761112689971924, -0.007669918704777956, 6.527578079840168e-06, -0.0004895683960057795, 0.004145016428083181, 0.0019974408205598593, -0.00944541860371828, -2.7604312896728516, 70.63829803466797, 100.0, 0.0, 0.0], "std": [0.19850073754787445, 0.9098596572875977, 0.7408485412597656, 0.2292003035545349, 0.10403317958116531, 0.11377473920583725, 0.5315417051315308, 1.4901161193847656e-08, 9.985273209167644e-05, 0.001798581681214273, 0.0054138777777552605, 0.002350054681301117, 0.009968074969947338, 5.7220458984375e-06, 45.54191589355469, 0.0, 0.0, 0.0], "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": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [235]}, "index": {"min": [13932], "max": [14166], "mean": [14049.0], "std": [67.83804242458652], "count": [235]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [235]}, "subtask_annotation": {"mean": [2.902127659574468, 6.0, 6.0, 6.0, 6.0], "std": [1.2076862636308352, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [235]}, "scene_annotation": {"mean": [69.0], "std": [0.0], "min": [69], "max": [69], "count": [235]}, "eef_direction_state": {"mean": [4.012765957446809, 6.0], "std": [1.9493170676753586, 0.0], "min": [0, 6], "max": [6, 6], "count": [235]}, "eef_velocity_state": {"mean": [1.1404255319148937, 0.0], "std": [0.8363190815452168, 0.0], "min": [0, 0], "max": [2, 0], "count": [235]}, "eef_acc_mag_state": {"mean": [1.0595744680851065, 0.01276595744680851], "std": [0.8434124138128718, 0.11226302943210992], "min": [0, 0], "max": [2, 1], "count": [235]}, "eef_direction_action": {"mean": [4.051063829787234, 6.0], "std": [1.9212000173235597, 0.0], "min": [0, 6], "max": [6, 6], "count": [235]}, "eef_velocity_action": {"mean": [1.1659574468085105, 0.0], "std": [0.8468405853008159, 0.0], "min": [0, 0], "max": [2, 0], "count": [235]}, "eef_acc_mag_action": {"mean": [1.1617021276595745, 0.00851063829787234], "std": [0.819588166298111, 0.1301877322619434], "min": [0, 0], "max": [2, 2], "count": [235]}, "eef_sim_pose_state": {"mean": [0.318254162692073, 0.23145567934878117, 1.268518137739031, 0.016402552423334174, 0.511187426025594, -0.24361803990901001, 0.06900361039677817, -0.3362773236723333, 1.1821612637144256, -0.00884005908235271, 0.0023792965695769923, -0.006000804434372795], "std": [0.17427608183500248, 0.0853557818070436, 0.058707590684952383, 0.05906384570699864, 0.3857134066319288, 0.19377041111628088, 0.0001198539541845595, 4.9807734242364804e-05, 0.00018292921669532493, 0.009539047230968642, 0.0038289692323137657, 0.0021758068979069126], "min": [0.06106988901498081, 0.10412530937806622, 1.1824949999999999, -0.13593564863302193, -0.17973837249385438, -0.6751623540824265, 0.068234124059698, -0.3362957371961171, 1.1805724993848576, -0.07712357091598868, 0.0006382973261920277, -0.006808510208872952], "max": [0.4981687394747515, 0.3335483131863483, 1.3983057510660506, 0.16908176515576895, 0.90651942821746, 0.0008510929522674987, 0.06903503759211455, -0.33587916112125976, 1.1824487718692285, -0.006168583058472384, 0.026167391750549385, 0.01149167140608327], "count": [235]}, "eef_sim_pose_action": {"mean": [0.31905603025479773, 0.23123148460979095, 1.268641326957942, 0.017891053975963564, 0.5103763939905417, -0.24821363644593547, 0.06909323524408431, -0.3362701508431925, 1.182205864313111, -0.00943052397140212, 0.0036618934204525207, -0.005672341576329467], "std": [0.17511059756674976, 0.08521004071484244, 0.058127337632719954, 0.06113937846811509, 0.3872293326646217, 0.19751831476492832, 0.00013977422178353526, 5.379177502613702e-05, 0.0001488275140155224, 0.009913704702988505, 0.003730042777585744, 0.0023506486799421532], "min": [0.053614396651806215, 0.10438248933161476, 1.1812721713236776, -0.13998170638247498, -0.23003545426433902, -0.6887183083689548, 0.06827150193204604, -0.3362808688558147, 1.181536617676847, -0.0763884116918991, 0.0015339519537926893, -0.006135921168242289], "max": [0.5014156130205094, 0.33357924930504307, 1.4047939807926282, 0.1722220611185316, 0.8922652710821914, 0.003069406060681895, 0.06913166599128033, -0.3357939077614017, 1.1826056599994512, -0.004573704956123632, 0.027610842819388637, 0.015343705621339191], "count": [235]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [235]}, "gripper_activity_state": {"mean": [1.8595744680851063, 2.0], "std": [0.4809828476917373, 0.0], "min": [0, 2], "max": [2, 2], "count": [235]}, "gripper_mode_action": {"mean": [0.2936170212765957, 0.0], "std": [0.45541856142811565, 0.0], "min": [0, 0], "max": [1, 0], "count": [235]}, "gripper_activity_action": {"mean": [1.9617021276595745, 2.0], "std": [0.24972597023185036, 0.0], "min": [0, 2], "max": [2, 2], "count": [235]}, "gripper_open_scale_state": {"mean": [0.8477958434084643, 0.9796267700195342], "std": [0.1821778222772585, 2.9976021664879227e-15], "min": [0.5669358825683594, 0.9796267700195312], "max": [0.9789613342285156, 0.9796267700195312], "count": [235]}, "gripper_open_scale_action": {"mean": [0.7063829787234043, 1.0], "std": [0.45541856142811565, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [235]}}} +{"episode_index": 13, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9647058823529412]]], "mean": [[[0.6126873965141613]], [[0.6454676307189542]], [[0.6185658796296297]]], "std": [[[0.1826413192919081]], [[0.19427334460131918]], [[0.19301178503922706]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8980392156862745]], [[0.9215686274509803]]], "mean": [[[0.5894475326797386]], [[0.6269207352941176]], [[0.5944443872549019]]], "std": [[[0.1841631866753016]], [[0.19516153326058475]], [[0.18986731613114013]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9215686274509803]]], "mean": [[[0.47267175108932463]], [[0.4520809558823529]], [[0.4354431209150327]]], "std": [[[0.20082024299926704]], [[0.1879916293311204]], [[0.20560499387542686]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8784313725490196]], [[0.6313725490196078]], [[0.6313725490196078]]], "mean": [[[0.4210923883442266]], [[0.4270826688453159]], [[0.4209652968409586]]], "std": [[[0.19045811803778254]], [[0.18863499604321937]], [[0.19482990123614838]]], "count": [100]}, "observation.state": {"min": [-0.45595744252204895, -0.002765957498922944, -1.9097871780395508, -0.3025531768798828, -0.40148934721946716, -0.05148936063051224, -2.853829860687256, -0.0019148936262354255, -0.001276595750823617, 0.0, -0.0019148936262354255, -0.0017021276289597154, -0.014893617480993271, -2.8348937034606934, 55.91342544555664, 100.5361328125], "max": [0.10234042257070541, 2.347234010696411, 0.0, 0.32361701130867004, 0.11382978409528732, 0.3091489374637604, -1.533191442489624, -0.001276595750823617, -0.001276595750823617, 0.0, 0.002765957498922944, 0.0, 0.006595744751393795, -2.8348937034606934, 101.18509674072266, 100.5361328125], "mean": [-0.1628507673740387, 1.2892887592315674, -0.9728527069091797, 0.12458328157663345, -0.05741645768284798, 0.040045589208602905, -2.404872179031372, -0.0015906799817457795, -0.001276597147807479, 0.0, -0.0013817133149132133, -0.0006686936249025166, 0.005253296345472336, -2.834897994995117, 85.77623748779297, 100.5361099243164], "std": [0.21770831942558289, 0.8931580185890198, 0.7405222058296204, 0.16875053942203522, 0.1123415157198906, 0.08711754530668259, 0.5573508739471436, 0.0001913658925332129, 1.3969838619232178e-09, 0.0, 0.0005990990903228521, 0.0003613488806877285, 0.003475535660982132, 4.291534423828125e-06, 19.09990119934082, 2.288818359375e-05], "count": [168]}, "action": {"min": [-0.45712628960609436, 0.0, -1.9113401174545288, -0.3666214048862457, -0.40957286953926086, -0.05215534567832947, -2.853829860687256, -0.0015339808305725455, 0.0, 0.0, -0.003067961661145091, -0.0015339808305725455, -0.01840776950120926, -2.8348937034606934, 0.0, 100.0, 0.0, 0.0], "max": [0.10277671366930008, 2.3469905853271484, -0.0, 0.3298058807849884, 0.11811652034521103, 0.3206019699573517, -1.533191442489624, 0.0, 0.0, 0.0, 0.003067961661145091, -0.0, 0.006135923322290182, -2.8348937034606934, 100.0, 100.0, 0.0, 0.0], "mean": [-0.16767017543315887, 1.293329119682312, -0.9772562384605408, 0.12184151262044907, -0.06250063329935074, 0.046941906213760376, -2.404872179031372, -0.001488327980041504, 0.0, 0.0, -0.0015978974988684058, -0.0006756815128028393, 0.005332415457814932, -2.834897994995117, 71.42857360839844, 100.0, 0.0, 0.0], "std": [0.21698851883411407, 0.8949381709098816, 0.7396970391273499, 0.17930926382541656, 0.12195556610822678, 0.0949782207608223, 0.5573508739471436, 0.0002606691268738359, 0.0, 0.0, 0.0007734309765510261, 0.0007615355425514281, 0.003798077581450343, 4.291534423828125e-06, 45.175350189208984, 0.0, 0.0, 0.0], "count": [168]}, "timestamp": {"min": [0.0], "max": [5.566666666666666], "mean": [2.783333333333333], "std": [1.616552115071067], "count": [168]}, "frame_index": {"min": [0], "max": [167], "mean": [83.5], "std": [48.496563452132015], "count": [168]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [168]}, "index": {"min": [15377], "max": [15544], "mean": [15460.5], "std": [48.496563452132015], "count": [168]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [168]}, "subtask_annotation": {"mean": [2.880952380952381, 6.0, 6.0, 6.0, 6.0], "std": [1.2668367232783824, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [168]}, "scene_annotation": {"mean": [76.0], "std": [0.0], "min": [76], "max": [76], "count": [168]}, "eef_direction_state": {"mean": [3.5595238095238093, 6.0], "std": [2.103575134068475, 0.0], "min": [0, 6], "max": [6, 6], "count": [168]}, "eef_velocity_state": {"mean": [1.3869047619047619, 0.0], "std": [0.7862326933373887, 0.0], "min": [0, 0], "max": [2, 0], "count": [168]}, "eef_acc_mag_state": {"mean": [1.2261904761904763, 0.0], "std": [0.8288142774928315, 0.0], "min": [0, 0], "max": [2, 0], "count": [168]}, "eef_direction_action": {"mean": [3.5535714285714284, 6.0], "std": [2.2032414663816757, 0.0], "min": [0, 6], "max": [6, 6], "count": [168]}, "eef_velocity_action": {"mean": [1.3333333333333333, 0.0], "std": [0.8140629046323209, 0.0], "min": [0, 0], "max": [2, 0], "count": [168]}, "eef_acc_mag_action": {"mean": [1.1428571428571428, 0.0], "std": [0.8401085125893982, 0.0], "min": [0, 0], "max": [2, 0], "count": [168]}, "eef_sim_pose_state": {"mean": [0.30669408374943063, 0.2636693532803656, 1.2705487125375479, 0.01900596935335418, 0.4374047868592581, -0.2246727879806787, 0.06903384080029848, -0.33646887115171936, 1.1826074652632073, 0.005255028630515618, -0.002658307276728558, -0.0022593742243935586], "std": [0.17663645614508575, 0.09299816122106368, 0.06029002378255489, 0.0643699579284192, 0.3299991197169966, 0.2882952838058421, 9.074927521295135e-08, 9.317778793232017e-06, 6.140934675786643e-05, 0.003475723136787787, 0.0005990989162054255, 0.00040530109164792205], "min": [0.06870665928460344, 0.12441798281812894, 1.1821678633901849, -0.09522925227598764, -0.003829762258330538, -0.7976312032332433, 0.06903368659842425, -0.33649931715738796, 1.1821823170992578, -0.01489425125238799, -0.0031914893770590425, -0.0034042608058273815], "max": [0.5216997352961272, 0.36117788562186537, 1.3761571117473932, 0.19551405509442632, 0.9004048016061876, 0.1844822824109122, 0.06903420546151778, -0.3364512719906966, 1.1826621177673173, 0.006596650139765464, 0.001489361613254525, -0.001276595750823617], "count": [168]}, "eef_sim_pose_action": {"mean": [0.30791408810398146, 0.2623039567077699, 1.2710083352103594, 0.02257471004260672, 0.43332111226856623, -0.2356299099496491, 0.06913031461751894, -0.3364715152204894, 1.1826587890879525, 0.005333572109612523, -0.0015978958068533448, -0.002164009885647263], "std": [0.176354295793837, 0.09274248957162638, 0.061344282542259314, 0.06856896705772952, 0.3300056358989742, 0.2997236346778596, 1.2743433285008826e-07, 1.8451145493088443e-05, 7.927886141542161e-05, 0.003798255806091726, 0.0007734304849628069, 0.0007909132504797972], "min": [0.0682832099919847, 0.12421891793585857, 1.1815216536396578, -0.10831139695668673, -0.025886380934281306, -0.8318161747770141, 0.06912994912189144, -0.33652475915709257, 1.1821805252191744, -0.018407769501209256, -0.003067961661145091, -0.003067968880374037], "max": [0.5212780323830236, 0.36160530679884434, 1.3771310435432196, 0.19270092175140288, 0.9034907447919776, 0.205050287257723, 0.0691303903478093, -0.3364552691120595, 1.1828094747808253, 0.006140629529587147, 0.003067961661145313, 0.0], "count": [168]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [168]}, "gripper_activity_state": {"mean": [1.7916666666666667, 2.0], "std": [0.575844790045219, 0.0], "min": [0, 2], "max": [2, 2], "count": [168]}, "gripper_mode_action": {"mean": [0.2857142857142857, 0.0], "std": [0.4517539514526262, 0.0], "min": [0, 0], "max": [1, 0], "count": [168]}, "gripper_activity_action": {"mean": [1.9464285714285714, 2.0], "std": [0.2939656720206125, 0.0], "min": [0, 2], "max": [2, 2], "count": [168]}, "gripper_open_scale_state": {"mean": [0.8533447295143498, 1.0], "std": [0.1874892069994655, 0.0], "min": [0.5591342544555664, 1.0], "max": [1.0, 1.0], "count": [168]}, "gripper_open_scale_action": {"mean": [0.7142857142857143, 1.0], "std": [0.4517539514526262, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [168]}}} +{"episode_index": 14, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6148471241830065]], [[0.6492408714596949]], [[0.6309949373638344]]], "std": [[[0.18733310284741475]], [[0.1991847387906704]], [[0.2002576435295924]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.5906230283224401]], [[0.6293891312636166]], [[0.605887698801743]]], "std": [[[0.1904575831081434]], [[0.2019772327638036]], [[0.1985761704349445]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9568627450980393]]], "mean": [[[0.47386804738562094]], [[0.45091056644880173]], [[0.4350116367102397]]], "std": [[[0.19995847621181914]], [[0.18394224684896732]], [[0.20130147865781242]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.6549019607843137]], [[0.6313725490196078]]], "mean": [[[0.4243429711328976]], [[0.4300440876906318]], [[0.41736672385620915]]], "std": [[[0.19906570860592387]], [[0.19166729639269972]], [[0.20033150948628323]]], "count": [100]}, "observation.state": {"min": [-0.6997872591018677, -0.003617021255195141, -1.9570212364196777, -0.5246808528900146, -0.7699999809265137, 0.0, -2.7551064491271973, -0.0019148936262354255, -0.001276595750823617, -0.00042553190723992884, -0.006595744751393795, 0.0, -0.016170212998986244, -2.742553234100342, 54.09424591064453, 97.32622528076172], "max": [0.32170212268829346, 2.2980852127075195, 0.0, 0.5306382775306702, 0.05893617123365402, 0.5219148993492126, -1.477872371673584, -0.0017021276289597154, -0.001276595750823617, 0.0, 0.002765957498922944, 0.002765957498922944, -0.003617021255195141, -2.7421276569366455, 97.77780151367188, 97.3410415649414], "mean": [-0.19257158041000366, 1.475466012954712, -1.0784201622009277, 0.09092606604099274, -0.19052435457706451, 0.22616921365261078, -2.3985395431518555, -0.0017053857445716858, -0.001276597031392157, -0.000358228717232123, -0.005211690440773964, 0.0011094235815107822, -0.004451796878129244, -2.7425472736358643, 85.56622314453125, 97.34078216552734], "std": [0.3382568061351776, 0.8414273858070374, 0.6874335408210754, 0.3552350103855133, 0.26273253560066223, 0.17211560904979706, 0.5346848964691162, 2.6120740585611202e-05, 1.280568540096283e-09, 0.0001552741159684956, 0.0015530542004853487, 0.0003333087370265275, 0.0017969062319025397, 5.224995402386412e-05, 18.290504455566406, 0.0018192498246207833], "count": [196]}, "action": {"min": [-0.7010292410850525, -0.01073786523193121, -1.9573594331741333, -0.5307573676109314, -0.7761942744255066, -0.003067961661145091, -2.7551064491271973, -0.0015339808305725455, 0.0, -0.0015339808305725455, -0.007669903803616762, 0.0, -0.019941750913858414, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.32520392537117004, 2.3025052547454834, -0.0, 0.5322913527488708, 0.05982524901628494, 0.526155412197113, -1.477872371673584, -0.0015339808305725455, 0.0, -0.0, 0.003067961661145091, 0.004601942375302315, -0.004601942375302315, -2.7421276569366455, 100.0, 100.0, 0.0, 0.0], "mean": [-0.19835276901721954, 1.474953532218933, -1.0773946046829224, 0.08388376235961914, -0.19486235082149506, 0.23226508498191833, -2.3985395431518555, -0.0015339826932176948, 0.0, -0.00014870223822072148, -0.005728955380618572, 0.0014400652144104242, -0.005032403860241175, -2.7425472736358643, 74.48979949951172, 100.0, 0.0, 0.0], "std": [0.3354654610157013, 0.8454201221466064, 0.688560426235199, 0.36312392354011536, 0.2666682004928589, 0.17669105529785156, 0.5346848964691162, 1.862645149230957e-09, 0.0, 0.000453865242889151, 0.001767457346431911, 0.0005052749183960259, 0.0020190831273794174, 5.224995402386412e-05, 43.59188461303711, 0.0, 0.0, 0.0], "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": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [196]}, "index": {"min": [15545], "max": [15740], "mean": [15642.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [196]}, "subtask_annotation": {"mean": [3.0255102040816326, 6.0, 6.0, 6.0, 6.0], "std": [1.2794937794020445, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [196]}, "scene_annotation": {"mean": [77.0], "std": [0.0], "min": [77], "max": [77], "count": [196]}, "eef_direction_state": {"mean": [3.545918367346939, 6.0], "std": [1.8986928031366883, 0.0], "min": [0, 6], "max": [6, 6], "count": [196]}, "eef_velocity_state": {"mean": [1.5408163265306123, 0.0], "std": [0.7377346371395915, 0.0], "min": [0, 0], "max": [2, 0], "count": [196]}, "eef_acc_mag_state": {"mean": [1.2857142857142858, 0.0], "std": [0.769309258162071, 0.0], "min": [0, 0], "max": [2, 0], "count": [196]}, "eef_direction_action": {"mean": [3.576530612244898, 6.0], "std": [1.9559590278046828, 0.0], "min": [0, 6], "max": [6, 6], "count": [196]}, "eef_velocity_action": {"mean": [1.4744897959183674, 0.0], "std": [0.7721968693266744, 0.0], "min": [0, 0], "max": [2, 0], "count": [196]}, "eef_acc_mag_action": {"mean": [1.183673469387755, 0.0], "std": [0.799833385398588, 0.0], "min": [0, 0], "max": [2, 0], "count": [196]}, "eef_sim_pose_state": {"mean": [0.3307982966501601, 0.2507781691608608, 1.2715610940232043, 0.13589987810440718, 0.4631365716611053, -0.40476749940205, 0.06900461584119863, -0.3364261822815387, 1.1830993043034645, -0.00445946345017328, -0.006846499923647335, -0.0005959341079285168], "std": [0.1548848972342528, 0.13097278720165634, 0.05852749665584825, 0.11225431550135763, 0.3212464988382232, 0.4489113460044818, 1.200394949888625e-05, 7.563503419649483e-06, 0.0001747410171412866, 0.0017956326225473155, 0.0015980396075207276, 0.000332704393897788], "min": [0.06885694908387074, 0.045128222076018, 1.1823535964460714, -0.07080339731578286, -0.005319141178662612, -1.197790429608087, 0.06899850895781542, -0.3364512727489313, 1.1822695536443684, -0.016173110248318565, -0.008297871658161649, -0.0017021276289597154], "max": [0.4533802974283002, 0.446221977936468, 1.3887591491120572, 0.36245188998209416, 0.8955493409264026, 0.22751191213833397, 0.06903424887047965, -0.3363889754845291, 1.1832598206259621, -0.003622996906968032, 0.001063828299775027, 0.001063831435119962], "count": [196]}, "eef_sim_pose_action": {"mean": [0.33067696090369875, 0.249468728761502, 1.2714693001970585, 0.1409641745908225, 0.4556860943440448, -0.41486807075977855, 0.06911733986496954, -0.33642284387290755, 1.183123442243603, -0.005041004294911677, -0.005877644341000644, -9.388961539407444e-05], "std": [0.15475003487293776, 0.13045791783089747, 0.06068288163549933, 0.11145065020472972, 0.32545458316748116, 0.4532609298729708, 3.4718286139889833e-05, 1.1365312400726927e-05, 0.00023118522024205828, 0.0020173323269943168, 0.0018705480718338322, 0.0005052819694655043], "min": [0.06828088147697474, 0.044293362274628836, 1.1811148107390326, -0.06452734769286424, -0.06391748077651727, -1.2071764692002462, 0.06901017148800442, -0.3364552696670519, 1.1821805253004012, -0.019941750913858414, -0.009203884634189308, -0.001533980830572546], "max": [0.4530399024232146, 0.4469179348387126, 1.4024246212404785, 0.3574294062538989, 0.9096329974188855, 0.24488664342480992, 0.0691303903478093, -0.3363517107996465, 1.1837063100011282, -0.004601942375302315, 0.0030679580515284854, 0.00306801027414879], "count": [196]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [196]}, "gripper_activity_state": {"mean": [1.816326530612245, 2.0], "std": [0.5411050442270556, 0.0], "min": [0, 2], "max": [2, 2], "count": [196]}, "gripper_mode_action": {"mean": [0.25510204081632654, 0.0], "std": [0.4359185584345681, 0.0], "min": [0, 0], "max": [1, 0], "count": [196]}, "gripper_activity_action": {"mean": [1.9540816326530612, 2.0], "std": [0.27280417112846633, 0.0], "min": [0, 2], "max": [2, 2], "count": [196]}, "gripper_open_scale_state": {"mean": [0.8556619398934511, 0.9734081478508174], "std": [0.18290502824924285, 1.8189573237319816e-05], "min": [0.5409424591064453, 0.9732622528076171], "max": [0.9777780151367188, 0.9734104156494141], "count": [196]}, "gripper_open_scale_action": {"mean": [0.7448979591836735, 1.0], "std": [0.4359185584345681, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [196]}}} +{"episode_index": 15, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8980392156862745]], [[0.9411764705882353]]], "mean": [[[0.634180234204793]], [[0.6689897875816994]], [[0.6526451661220043]]], "std": [[[0.17089991217728603]], [[0.1788283021526534]], [[0.17561480481909675]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.8823529411764706]], [[0.8980392156862745]]], "mean": [[[0.6031427478213508]], [[0.6435486819172114]], [[0.622667878540305]]], "std": [[[0.17805244433973352]], [[0.1871011389484135]], [[0.181296894209585]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46415514433551197]], [[0.46182561819172113]], [[0.4446907107843137]]], "std": [[[0.20847236680842895]], [[0.19553954513450397]], [[0.21196382317123705]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6549019607843137]], [[0.6666666666666666]], [[0.6470588235294118]]], "mean": [[[0.42128268790849677]], [[0.43061341230936817]], [[0.425919302832244]]], "std": [[[0.19976146157045802]], [[0.19446836140177054]], [[0.20332720415019226]]], "count": [100]}, "observation.state": {"min": [-0.08638297766447067, -0.0008510638144798577, -1.8948936462402344, -0.13936170935630798, -0.061914894729852676, -0.14382979273796082, -2.7551064491271973, 0.003829787252470851, -0.001276595750823617, -0.00042553190723992884, -0.004680851008743048, -0.01042553223669529, 0.016808509826660156, -2.742553234100342, 57.42205047607422, 97.3410415649414], "max": [0.2717021405696869, 2.13702130317688, 0.0, 0.6238297820091248, 0.10085106641054153, 0.10276595503091812, -1.5782978534698486, 0.0042553190141916275, -0.001276595750823617, 0.0, -0.002765957498922944, -0.008936170488595963, 0.022127659991383553, -2.742553234100342, 97.77780151367188, 97.3410415649414], "mean": [0.05507834255695343, 1.1983996629714966, -0.9966014623641968, 0.3614984154701233, 0.0010392798576503992, 0.012193129397928715, -2.4174976348876953, 0.004250636789947748, -0.001276597147807479, -7.014262337179389e-06, -0.003545706393197179, -0.009186353534460068, 0.017765959724783897, -2.742553472518921, 86.19287872314453, 97.34095001220703], "std": [0.12807431817054749, 0.8984435796737671, 0.71244877576828, 0.25358104705810547, 0.033283673226833344, 0.07765288650989532, 0.49824509024620056, 4.436203744262457e-05, 1.3969838619232178e-09, 5.418110595201142e-05, 0.000425109377829358, 0.0002659569145180285, 0.0008356538019143045, 2.384185791015625e-07, 17.08035659790039, 9.1552734375e-05], "count": [182]}, "action": {"min": [-0.08743690699338913, 0.0015339808305725455, -1.9098061323165894, -0.17487381398677826, -0.06596117466688156, -0.14572817087173462, -2.7551064491271973, 0.004601942375302315, 0.0, -0.0015339808305725455, -0.004601942375302315, -0.01073786523193121, 0.016873788088560104, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.2730485796928406, 2.13836932182312, -0.0, 0.6273981332778931, 0.10584467649459839, 0.10584467649459839, -1.5782978534698486, 0.004601942375302315, 0.0, -0.0, -0.003067961661145091, -0.00920388475060463, 0.023009711876511574, -2.742553234100342, 100.0, 100.0, 0.0, 0.0], "mean": [0.05736417695879936, 1.195105791091919, -0.9918283224105835, 0.3609156012535095, 0.002107116859406233, 0.010493431240320206, -2.4174976348876953, 0.004601950757205486, 0.0, -2.528539698687382e-05, -0.003961385693401098, -0.009271329268813133, 0.01793580874800682, -2.742553472518921, 74.17582702636719, 100.0, 0.0, 0.0], "std": [0.1299871951341629, 0.9011796116828918, 0.7162178754806519, 0.2599877715110779, 0.03546114265918732, 0.07887966930866241, 0.49824509024620056, 8.381903171539307e-09, 0.0, 0.000195315049495548, 0.0007564989500679076, 0.00031446194043383, 0.0011069243773818016, 2.384185791015625e-07, 43.766700744628906, 0.0, 0.0, 0.0], "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": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [182]}, "index": {"min": [16148], "max": [16329], "mean": [16238.5], "std": [52.53808142671371], "count": [182]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [182]}, "subtask_annotation": {"mean": [2.5384615384615383, 6.0, 6.0, 6.0, 6.0], "std": [1.3970745911925666, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [182]}, "scene_annotation": {"mean": [80.0], "std": [0.0], "min": [80], "max": [80], "count": [182]}, "eef_direction_state": {"mean": [3.758241758241758, 6.0], "std": [2.1321230163706693, 0.0], "min": [0, 6], "max": [6, 6], "count": [182]}, "eef_velocity_state": {"mean": [1.2582417582417582, 0.0], "std": [0.8734881361361108, 0.0], "min": [0, 0], "max": [2, 0], "count": [182]}, "eef_acc_mag_state": {"mean": [1.120879120879121, 0.0], "std": [0.8298704365334351, 0.0], "min": [0, 0], "max": [2, 0], "count": [182]}, "eef_direction_action": {"mean": [3.8076923076923075, 6.0], "std": [2.1512445040753643, 0.0], "min": [0, 6], "max": [6, 6], "count": [182]}, "eef_velocity_action": {"mean": [1.2197802197802199, 0.0], "std": [0.8808362385649126, 0.0], "min": [0, 0], "max": [2, 0], "count": [182]}, "eef_acc_mag_action": {"mean": [1.1483516483516483, 0.0], "std": [0.8220668988796137, 0.0], "min": [0, 0], "max": [2, 0], "count": [182]}, "eef_sim_pose_state": {"mean": [0.2862686778346495, 0.351915021626539, 1.275149040630738, 0.01671579771225992, 0.5629470820166593, 0.057362335725370285, 0.06903262454517593, -0.33679427774990717, 1.1828312188653005, 0.01781034982010245, -0.004829115350242846, -0.004935810657501133], "std": [0.1826871504592578, 0.043383174280809914, 0.08277507733186167, 0.07871915598619482, 0.4620263388294342, 0.14923652902151946, 4.197835108563539e-06, 6.0111161652930175e-06, 4.847981503366404e-05, 0.0008385259940624775, 0.00043772047225661343, 0.0002726643362472639], "min": [0.058299311137066157, 0.3016528782458496, 1.1819315548679081, -0.15209206757862023, -0.018290773041901298, -0.09861822730487706, 0.06900015777242932, -0.3368224073116059, 1.1827493499869985, 0.016845494572255582, -0.005957208891954169, -0.006170398219006409], "max": [0.4977228782458949, 0.4346890008453261, 1.4839876419338283, 0.10223496394618725, 1.167437947667755, 0.41909507118320205, 0.06903355266099571, -0.3367837985306482, 1.1830199188466337, 0.02218533269057557, -0.004042384063035032, -0.004680924489521262], "count": [182]}, "eef_sim_pose_action": {"mean": [0.2853070146731679, 0.35321476007046254, 1.2741049428131481, 0.016866088302433687, 0.5637330637602109, 0.06181854171380615, 0.0691279613438484, -0.33680379439459723, 1.1829080558628295, 0.017972816719929032, -0.003986492059839924, -0.004669447106349654], "std": [0.18202843009089759, 0.04385092215684794, 0.08464132133089013, 0.08043512373029979, 0.4677465106306083, 0.15525652496110437, 1.493542770229996e-05, 7.118026842425467e-06, 9.93128066337553e-05, 0.0011098980749166313, 0.0008017285750344502, 0.000314476897314188], "min": [0.06757451644373355, 0.3008504263066355, 1.182215422406976, -0.15279506893960057, -0.0015338653245402512, -0.09670785132238567, 0.06901261733103642, -0.3368373257475044, 1.18280947185668, 0.016902024944026133, -0.006135569463493917, -0.006136124982177952], "max": [0.4952597580132014, 0.43520880256306366, 1.5009507802977724, 0.10893322908387817, 1.162746629682745, 0.4492352543752097, 0.06913024662959413, -0.3368022666114411, 1.1833918361638942, 0.023075598153604465, -0.0030678317158459034, -0.004601985688296664], "count": [182]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [182]}, "gripper_activity_state": {"mean": [1.8241758241758241, 2.0], "std": [0.5364393515366557, 0.0], "min": [0, 2], "max": [2, 2], "count": [182]}, "gripper_mode_action": {"mean": [0.25824175824175827, 0.0], "std": [0.437667627934674, 0.0], "min": [0, 0], "max": [1, 0], "count": [182]}, "gripper_activity_action": {"mean": [1.9505494505494505, 2.0], "std": [0.2827936095045667, 0.0], "min": [0, 2], "max": [2, 2], "count": [182]}, "gripper_open_scale_state": {"mean": [0.8619294281844274, 0.9734104156494158], "std": [0.17080357120191753, 1.6653345369377348e-15], "min": [0.5742205047607422, 0.9734104156494141], "max": [0.9777780151367188, 0.9734104156494141], "count": [182]}, "gripper_open_scale_action": {"mean": [0.7417582417582418, 1.0], "std": [0.437667627934674, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [182]}}} +{"episode_index": 16, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6169054711328976]], [[0.6570393763616558]], [[0.6376891203703704]]], "std": [[[0.18795072218568376]], [[0.19985853520058644]], [[0.19564607144569804]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9411764705882353]]], "mean": [[[0.5913083033769063]], [[0.6364809967320261]], [[0.6122126742919389]]], "std": [[[0.19032083032524805]], [[0.20185488806978857]], [[0.19355470820039467]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8196078431372549]], [[0.796078431372549]]], "mean": [[[0.4550983306100218]], [[0.4633101770152505]], [[0.44849083877995644]]], "std": [[[0.20473341204138934]], [[0.18795417596791084]], [[0.20199133929453297]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8941176470588236]], [[0.6588235294117647]], [[0.6352941176470588]]], "mean": [[[0.42426120098039216]], [[0.4324360539215686]], [[0.4237040795206972]]], "std": [[[0.19234467388760373]], [[0.18650120893533345]], [[0.19570770113995237]]], "count": [100]}, "observation.state": {"min": [-0.7031915187835693, -0.002765957498922944, -1.961276650428772, -0.0019148936262354255, -0.015744680538773537, 0.01765957474708557, -2.7585105895996094, -0.00042553190723992884, 0.0, 0.0, 0.0042553190141916275, -0.005106383003294468, 0.009999999776482582, -2.7578723430633545, 2.675633668899536, 97.3410415649414], "max": [0.3144680857658386, 2.28851056098938, 0.0, 0.8763830065727234, 0.34574466943740845, 0.20000000298023224, 0.0274468082934618, 0.0, 0.0, 0.0, 0.006170212756842375, -0.003829787252470851, 0.011914893984794617, -2.742553234100342, 97.89613342285156, 97.87395477294922], "mean": [-0.20398679375648499, 1.2072198390960693, -1.0959044694900513, 0.40973803400993347, 0.041670531034469604, 0.09918610006570816, -2.2691996097564697, -1.8582179563964019e-06, 0.0, 0.0, 0.005077583249658346, -0.004498745314776897, 0.010760016739368439, -2.7451934814453125, 81.12229919433594, 97.43291473388672], "std": [0.3729168772697449, 0.8977380990982056, 0.8069369196891785, 0.35704734921455383, 0.0816824659705162, 0.05239851772785187, 0.6599714756011963, 2.805847725539934e-05, 0.0, 0.0, 0.0002743689401540905, 0.000248446041950956, 0.00024273732560686767, 0.004249556455761194, 22.576566696166992, 0.14782507717609406], "count": [229]}, "action": {"min": [-0.7040972113609314, -0.0015339808305725455, -1.9619613885879517, -0.004601942375302315, -0.015339807607233524, 0.015339807607233524, -2.7585105895996094, 0.0, 0.0, 0.0015339808305725455, 0.004601942375302315, -0.004601942375302315, 0.01073786523193121, -2.7578723430633545, 0.0, 100.0, 0.0, 0.0], "max": [0.3206019699573517, 2.2886993885040283, -0.0, 0.882038950920105, 0.3574175238609314, 0.20248545706272125, 0.0274468082934618, 0.0, 0.0015339808305725455, 0.0015339808305725455, 0.006135923322290182, -0.004601942375302315, 0.012271846644580364, -2.742553234100342, 100.0, 100.0, 0.0, 0.0], "mean": [-0.20677298307418823, 1.2032052278518677, -1.0948408842086792, 0.4107651114463806, 0.04300512373447418, 0.10138945281505585, -2.2691996097564697, 0.0, 2.6794425139087252e-05, 0.0015339830424636602, 0.005191495642066002, -0.004601951688528061, 0.010757973417639732, -2.7451934814453125, 71.61572265625, 100.0, 0.0, 0.0], "std": [0.3737117052078247, 0.9007380604743958, 0.8091155290603638, 0.360975444316864, 0.08450052887201309, 0.053519316017627716, 0.6599714756011963, 0.0, 0.00020095835498068482, 2.2118911147117615e-09, 0.0007461136556230485, 9.313225746154785e-09, 0.0001744212640915066, 0.004249556455761194, 45.08610916137695, 0.0, 0.0, 0.0], "count": [229]}, "timestamp": {"min": [0.0], "max": [7.6], "mean": [3.8000000000000003], "std": [2.2035325174717877], "count": [229]}, "frame_index": {"min": [0], "max": [228], "mean": [114.0], "std": [66.10597552415364], "count": [229]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [229]}, "index": {"min": [17307], "max": [17535], "mean": [17421.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [229]}, "subtask_annotation": {"mean": [2.8951965065502185, 6.0, 6.0, 6.0, 6.0], "std": [1.2839022057964284, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [229]}, "scene_annotation": {"mean": [86.0], "std": [0.0], "min": [86], "max": [86], "count": [229]}, "eef_direction_state": {"mean": [4.401746724890829, 6.0], "std": [1.633491319898457, 0.0], "min": [0, 6], "max": [6, 6], "count": [229]}, "eef_velocity_state": {"mean": [1.2882096069868996, 0.0], "std": [0.8384279475982535, 0.0], "min": [0, 0], "max": [2, 0], "count": [229]}, "eef_acc_mag_state": {"mean": [1.1266375545851528, 0.0], "std": [0.8548027963211093, 0.0], "min": [0, 0], "max": [2, 0], "count": [229]}, "eef_direction_action": {"mean": [4.301310043668122, 6.0], "std": [1.768488865935669, 0.0], "min": [0, 6], "max": [6, 6], "count": [229]}, "eef_velocity_action": {"mean": [1.275109170305677, 0.0], "std": [0.8505536914083126, 0.0], "min": [0, 0], "max": [2, 0], "count": [229]}, "eef_acc_mag_action": {"mean": [1.1004366812227073, 0.0], "std": [0.8480389819969174, 0.0], "min": [0, 0], "max": [2, 0], "count": [229]}, "eef_sim_pose_state": {"mean": [0.2603493065347763, 0.2622974840146716, 1.2976393884034596, 0.14295168045795972, 0.5170742124465098, -0.14171187984563088, 0.06912893117499859, -0.33659143256314117, 1.1819745361763632, 0.010737162120133821, 0.00507752899074292, -0.004500662029296683], "std": [0.14912451557620485, 0.13152325791931102, 0.09240360011577492, 0.09445757484949464, 0.45589303021228345, 0.40568496655106007, 1.457752589142845e-07, 5.523298837797227e-06, 2.8123203163655853e-05, 0.00024294269961749177, 0.0002743655468293759, 0.00025450504789204827], "min": [0.06622584915124036, 0.06186781115038027, 1.1818333726751005, 0.017651245123905104, -0.009999638135656852, -0.7232771879192643, 0.06912828726406108, -0.3366051484373459, 1.181862540216027, 0.009976097437986739, 0.004255272396196386, -0.005531981484945076], "max": [0.42370684366987355, 0.4314747453540134, 1.5083116270592978, 0.39293312609173825, 1.15235648513152, 0.5418529157722985, 0.06912935321548466, -0.33657642149186745, 1.1820588194005035, 0.011892983538620474, 0.006170145160297791, -0.0038298292084641417], "count": [229]}, "eef_sim_pose_action": {"mean": [0.2586435006237768, 0.2612153542540878, 1.297356423332338, 0.14397426577404004, 0.5151527828987588, -0.1434932266138465, 0.06924548490677668, -0.3365937971437493, 1.1815381575015123, 0.01072688715649536, 0.0067521905111477855, -0.004602048632664817], "std": [0.14901643592151576, 0.13165792231786108, 0.09429942091453913, 0.09405837177717061, 0.46192951437533647, 0.4110829100157041, 1.5013430276318774e-05, 1.1657341758564144e-15, 7.677887166893143e-05, 0.00017478328502169645, 0.0007655164190273008, 2.4480499854340997e-08], "min": [0.058974051049010545, 0.06200830673891011, 1.1818660535607588, 0.01533039510404511, -0.009174608115330551, -0.7249371496242136, 0.06924281869993526, -0.3365937971437505, 1.1814407461926655, 0.010695508437091867, 0.00613585823227103, -0.004602137298148231], "max": [0.4233099422251528, 0.4314261491332032, 1.5235391628848, 0.3918888438608184, 1.1603463772652094, 0.5620915179286858, 0.06935834726113514, -0.3365937971437505, 1.1816326881228352, 0.012243609224865927, 0.009203787521498752, -0.004602029005976222], "count": [229]}, "gripper_mode_state": {"mean": [0.056768558951965066, 0.0], "std": [0.23139984802605765, 0.0], "min": [0, 0], "max": [1, 0], "count": [229]}, "gripper_activity_state": {"mean": [1.6157205240174672, 2.0], "std": [0.7364004455568431, 0.0], "min": [0, 2], "max": [2, 2], "count": [229]}, "gripper_mode_action": {"mean": [0.2838427947598253, 0.0], "std": [0.45086146721887393, 0.0], "min": [0, 0], "max": [1, 0], "count": [229]}, "gripper_activity_action": {"mean": [1.9213973799126638, 2.0], "std": [0.35330722456190056, 0.0], "min": [0, 2], "max": [2, 2], "count": [229]}, "gripper_open_scale_state": {"mean": [0.8112225791148245, 0.9743302544339758], "std": [0.22576561523287267, 0.0014782503763425255], "min": [0.026756336688995363, 0.9734104156494141], "max": [0.9789613342285156, 0.9787395477294922], "count": [229]}, "gripper_open_scale_action": {"mean": [0.7161572052401747, 1.0], "std": [0.45086146721887393, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [229]}}} +{"episode_index": 17, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9215686274509803]], [[0.9411764705882353]]], "mean": [[[0.6492395315904139]], [[0.6772596323529412]], [[0.6640167510893246]]], "std": [[[0.16508315623457187]], [[0.17723897767849345]], [[0.17396817596109979]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9098039215686274]], [[0.9333333333333333]]], "mean": [[[0.6169925490196079]], [[0.6517923093681918]], [[0.6342471704793029]]], "std": [[[0.17591578267667066]], [[0.18622452993786004]], [[0.17830102922966673]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8313725490196079]], [[0.8196078431372549]]], "mean": [[[0.458249885620915]], [[0.4583036492374728]], [[0.4465653267973856]]], "std": [[[0.19873422344971925]], [[0.1874112465549145]], [[0.20056583777388856]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7215686274509804]], [[0.7176470588235294]], [[0.7333333333333333]]], "mean": [[[0.431691105664488]], [[0.4302024972766884]], [[0.42135977396514157]]], "std": [[[0.19943133308160269]], [[0.19319504939503113]], [[0.2035450377159046]]], "count": [100]}, "observation.state": {"min": [-0.11680851131677628, 0.0, -1.9651063680648804, -0.12297872453927994, -0.29723402857780457, -0.004680851008743048, -2.7551064491271973, 0.0008510638144798577, -0.001276595750823617, -0.0017021276289597154, -0.01234042551368475, -0.007234042510390282, 0.005744680762290955, -2.760425567626953, 57.40772247314453, 97.94789123535156], "max": [0.38489362597465515, 2.3057446479797363, -0.0017021276289597154, 0.576808512210846, 0.0, 0.27063828706741333, -1.577872395515442, 0.001276595750823617, -0.001276595750823617, -0.0017021276289597154, -0.010851063765585423, 0.0, 0.015744680538773537, -2.759999990463257, 97.77780151367188, 97.96267700195312], "mean": [0.0851392075419426, 1.0485936403274536, -0.8738667368888855, 0.271916002035141, -0.07777021080255508, 0.13470515608787537, -2.473646879196167, 0.0012693023309111595, -0.001276597147807479, -0.0017021291423588991, -0.011711852625012398, -0.00037325226003304124, 0.009265657514333725, -2.7604246139526367, 88.11795806884766, 97.9626693725586], "std": [0.17186574637889862, 0.8969106674194336, 0.7631153464317322, 0.2552255690097809, 0.07248403131961823, 0.11238085478544235, 0.463763952255249, 5.523563959286548e-05, 1.3969838619232178e-09, 1.5133991837501526e-09, 0.0002756046305876225, 0.0012666720431298018, 0.0008515708614140749, 4.540406371233985e-05, 15.898120880126953, 0.0015798675594851375], "count": [175]}, "action": {"min": [-0.11811652034521103, 0.0015339808305725455, -1.9650293588638306, -0.200951486825943, -0.31446605920791626, -0.004601942375302315, -2.7551064491271973, 0.0015339808305725455, -0.003067961661145091, -0.0015339808305725455, -0.012271846644580364, -0.007669903803616762, 0.004601942375302315, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.3880971372127533, 2.304039239883423, 0.0015339808305725455, 0.581378698348999, -0.0, 0.2715145945549011, -1.577872395515442, 0.003067961661145091, 0.0, -0.0015339808305725455, -0.01073786523193121, -0.0, 0.015339807607233524, -2.759999990463257, 100.0, 100.0, 0.0, 0.0], "mean": [0.08160780370235443, 1.0432120561599731, -0.870618999004364, 0.2705504596233368, -0.0792497992515564, 0.13279014825820923, -2.473646879196167, 0.0015515136765316129, -1.7531208868604153e-05, -0.001533982460387051, -0.012236797250807285, -0.0004382810730021447, 0.009405510500073433, -2.7604246139526367, 79.42857360839844, 100.0, 0.0, 0.0], "std": [0.17383834719657898, 0.897628664970398, 0.7610723376274109, 0.2595705986022949, 0.07787368446588516, 0.11347337067127228, 0.463763952255249, 0.00016304968448821455, 0.00023125254665501416, 1.6298145055770874e-09, 0.00022925047960598022, 0.0015631309943273664, 0.00108764145988971, 4.540406371233985e-05, 40.42229461669922, 0.0, 0.0, 0.0], "count": [175]}, "timestamp": {"min": [0.0], "max": [5.8], "mean": [2.9], "std": [1.6839107920420118], "count": [175]}, "frame_index": {"min": [0], "max": [174], "mean": [87.0], "std": [50.51732376126036], "count": [175]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [175]}, "index": {"min": [17768], "max": [17942], "mean": [17855.0], "std": [50.51732376126036], "count": [175]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [175]}, "subtask_annotation": {"mean": [2.6285714285714286, 6.0, 6.0, 6.0, 6.0], "std": [1.4829644882698247, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [175]}, "scene_annotation": {"mean": [88.0], "std": [0.0], "min": [88], "max": [88], "count": [175]}, "eef_direction_state": {"mean": [4.194285714285714, 6.0], "std": [1.9499366813372414, 0.0], "min": [0, 6], "max": [6, 6], "count": [175]}, "eef_velocity_state": {"mean": [1.2742857142857142, 0.0], "std": [0.8970882603951383, 0.0], "min": [0, 0], "max": [2, 0], "count": [175]}, "eef_acc_mag_state": {"mean": [1.2342857142857142, 0.0], "std": [0.846486134269312, 0.0], "min": [0, 0], "max": [2, 0], "count": [175]}, "eef_direction_action": {"mean": [4.268571428571429, 6.0], "std": [1.9688679022033306, 0.0], "min": [0, 6], "max": [6, 6], "count": [175]}, "eef_velocity_action": {"mean": [1.2, 0.0], "std": [0.9133924207511873, 0.0], "min": [0, 0], "max": [2, 0], "count": [175]}, "eef_acc_mag_action": {"mean": [1.1828571428571428, 0.0], "std": [0.8689848640094668, 0.0], "min": [0, 0], "max": [2, 0], "count": [175]}, "eef_sim_pose_state": {"mean": [0.2563405349224034, 0.3630819241807609, 1.274598853846444, 0.06563951555455334, 0.4422704298647566, -0.026855365930967323, 0.06889405177225426, -0.3365278756338502, 1.1841378424778846, 0.009271055755557549, -0.014690565027427147, 0.0008960095192207754], "std": [0.1758075535926754, 0.06320898409976818, 0.08385610651420958, 0.08329710057010399, 0.4279379805217512, 0.1766682195402513, 4.082586381584613e-07, 2.8562721288981364e-05, 2.8247542687622094e-05, 0.000864499979779096, 0.0002756155351395139, 0.001266675815831225], "min": [0.0690007216746692, 0.30157934916927637, 1.1827365838663009, -0.05288492977961745, -0.0044680851278826594, -0.32537718514222014, 0.06889309347595973, -0.3366824316335609, 1.1840496122618864, 0.005804440054362552, -0.01531914889346786, -0.005958249132799779], "max": [0.5159254670976493, 0.5014389615832636, 1.4830459949816894, 0.26457692358591134, 1.1335549095105346, 0.2865575110833218, 0.06889507188298581, -0.33650984264153677, 1.184202266005199, 0.01585242862680729, -0.013829523868872373, 0.0012765957508236174], "count": [175]}, "eef_sim_pose_action": {"mean": [0.2546002748188537, 0.3610294326115362, 1.2744840662449408, 0.06450996198644904, 0.43887948797955234, -0.03253249240409931, 0.06900343018023497, -0.33653566953585984, 1.1841739933062492, 0.00941154482093052, -0.013788277996967656, 0.0011131890864316634], "std": [0.17565733099230704, 0.0631484393986736, 0.08570333182809294, 0.08825875048061636, 0.4360153172443404, 0.18045643543612663, 1.76660584399248e-05, 3.526816250847792e-05, 2.6544475521825463e-05, 0.001102695390365728, 0.00023124573449035096, 0.0015766426714708022], "min": [0.0690061772957452, 0.30003775887838713, 1.1825826831846895, -0.06626181228979493, -0.0015339808305725455, -0.33007641449975944, 0.06877042719441151, -0.3366979980351206, 1.1839500783046284, 0.004665479810264709, -0.015339518933435992, -0.0061366539476033705], "max": [0.5146105965789367, 0.5012318066542709, 1.5060707711076553, 0.2684277649520307, 1.137537756519674, 0.3119646851502923, 0.06900682299189882, -0.33652539992500985, 1.1841779913139159, 0.015445702665287026, -0.012271716110406894, 0.0030679616611450924], "count": [175]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [175]}, "gripper_activity_state": {"mean": [1.8, 2.0], "std": [0.5656854249492379, 0.0], "min": [0, 2], "max": [2, 2], "count": [175]}, "gripper_mode_action": {"mean": [0.2057142857142857, 0.0], "std": [0.4042226099160556, 0.0], "min": [0, 0], "max": [1, 0], "count": [175]}, "gripper_activity_action": {"mean": [1.9485714285714286, 2.0], "std": [0.2882176048667089, 0.0], "min": [0, 2], "max": [2, 2], "count": [175]}, "gripper_open_scale_state": {"mean": [0.8811803952898325, 0.9796250802176363], "std": [0.1589812039425027, 1.5716066114478136e-05], "min": [0.5740772247314453, 0.9794789123535156], "max": [0.9777780151367188, 0.9796267700195312], "count": [175]}, "gripper_open_scale_action": {"mean": [0.7942857142857143, 1.0], "std": [0.4042226099160556, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [175]}}} +{"episode_index": 18, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.6175258224400871]], [[0.6584175980392157]], [[0.6388972167755992]]], "std": [[[0.18181103903881832]], [[0.1944448383758786]], [[0.19012385993792802]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9568627450980393]]], "mean": [[[0.5897677478213508]], [[0.6351079411764706]], [[0.6105100490196078]]], "std": [[[0.18538987862433867]], [[0.19759314758277408]], [[0.18920733835294928]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9254901960784314]], [[0.8392156862745098]]], "mean": [[[0.46587259531590414]], [[0.46312845043572987]], [[0.44841734204793027]]], "std": [[[0.20359007382627423]], [[0.18734042276932755]], [[0.20129060733968487]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8]], [[0.6549019607843137]], [[0.6392156862745098]]], "mean": [[[0.4253837826797386]], [[0.4353416040305011]], [[0.4181258932461874]]], "std": [[[0.19315226216214612]], [[0.19004588149690063]], [[0.19437543172811164]]], "count": [100]}, "observation.state": {"min": [-0.5844680666923523, -0.0019148936262354255, -1.9878723621368408, -0.3370212912559509, -0.05510638281702995, 0.0, -2.7585105895996094, 0.0042553190141916275, 0.0, 0.0, 0.0042553190141916275, -0.016808509826660156, 0.014680851250886917, -2.760425567626953, 56.893089294433594, 97.3558578491211], "max": [0.0, 2.5165958404541016, 0.0, 0.6561701893806458, 0.34425532817840576, 0.21021276712417603, -1.5625531673431396, 0.0042553190141916275, 0.0, 0.0, 0.005744680762290955, -0.014893617480993271, 0.01808510720729828, -2.742978811264038, 97.89613342285156, 97.96267700195312], "mean": [-0.23654702305793762, 1.093468189239502, -0.862138032913208, 0.2014549821615219, 0.016212578862905502, 0.08537504076957703, -2.447361469268799, 0.004255308769643307, 0.0, 0.0, 0.005164085887372494, -0.015557150356471539, 0.015313716605305672, -2.7549469470977783, 87.22150421142578, 97.77204895019531], "std": [0.21888525784015656, 0.9225791096687317, 0.7658579349517822, 0.3155330419540405, 0.0825461894273758, 0.06147666648030281, 0.4954789876937866, 1.0244548320770264e-08, 0.0, 0.0, 0.0002907301241066307, 0.00036608733353205025, 0.00045889877947047353, 0.0070622568018734455, 16.98354721069336, 0.24562403559684753], "count": [236]}, "action": {"min": [-0.5859806537628174, -0.003067961661145091, -1.9895731210708618, -0.41264083981513977, -0.05675728991627693, 0.0, -2.7585105895996094, 0.004601942375302315, 0.0, 0.0, 0.004601942375302315, -0.016873788088560104, 0.015339807607233524, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.0, 2.5141944885253906, -0.0, 0.6596117615699768, 0.36201947927474976, 0.21168935298919678, -1.5625531673431396, 0.004601942375302315, 0.0015339808305725455, 0.0015339808305725455, 0.006135923322290182, -0.015339807607233524, 0.01840776950120926, -2.742978811264038, 100.0, 100.0, 0.0, 0.0], "mean": [-0.23339875042438507, 1.08675217628479, -0.8570794463157654, 0.20120488107204437, 0.014826299622654915, 0.08720293641090393, -2.447361469268799, 0.004601951688528061, 0.00023393213632516563, 0.0010400529718026519, 0.005238944198936224, -0.015606334432959557, 0.015443836338818073, -2.7549469470977783, 76.27118682861328, 100.0, 0.0, 0.0], "std": [0.21968324482440948, 0.9240217804908752, 0.7686952352523804, 0.32174891233444214, 0.08474701642990112, 0.06343641877174377, 0.4954789876937866, 9.313225746154785e-09, 0.0005513833602890372, 0.0007166676223278046, 0.0007557625067420304, 0.0005811884766444564, 0.0005552011425606906, 0.0070622568018734455, 42.542049407958984, 0.0, 0.0, 0.0], "count": [236]}, "timestamp": {"min": [0.0], "max": [7.833333333333333], "mean": [3.9166666666666665], "std": [2.270890672058971], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [236]}, "index": {"min": [17943], "max": [18178], "mean": [18060.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [236]}, "subtask_annotation": {"mean": [2.7245762711864407, 6.0, 6.0, 6.0, 6.0], "std": [1.3230317290402052, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [236]}, "scene_annotation": {"mean": [89.0], "std": [0.0], "min": [89], "max": [89], "count": [236]}, "eef_direction_state": {"mean": [4.593220338983051, 6.0], "std": [1.6556901788679776, 0.0], "min": [0, 6], "max": [6, 6], "count": [236]}, "eef_velocity_state": {"mean": [1.13135593220339, 0.0], "std": [0.8947302550179403, 0.0], "min": [0, 0], "max": [2, 0], "count": [236]}, "eef_acc_mag_state": {"mean": [1.0338983050847457, 0.0], "std": [0.8629099702615489, 0.0], "min": [0, 0], "max": [2, 0], "count": [236]}, "eef_direction_action": {"mean": [4.737288135593221, 6.0], "std": [1.6046963179711253, 0.0], "min": [0, 6], "max": [6, 6], "count": [236]}, "eef_velocity_action": {"mean": [1.076271186440678, 0.0], "std": [0.9266010391640783, 0.0], "min": [0, 0], "max": [2, 0], "count": [236]}, "eef_acc_mag_action": {"mean": [0.9915254237288136, 0.0], "std": [0.8586130194390493, 0.0], "min": [0, 0], "max": [2, 0], "count": [236]}, "eef_sim_pose_state": {"mean": [0.24995563716257566, 0.25324771257746087, 1.2669395653720137, 0.07595969601036268, 0.4318186559715044, -0.23060719636360524, 0.06912808785893493, -0.33693733105730417, 1.1819656825251703, 0.015233421051272495, 0.005163457176024168, -0.01130204728741638], "std": [0.16704195988795603, 0.100905523170454, 0.08403969091154762, 0.08681606252019336, 0.4836102791627955, 0.2083612546480589, 1.6670350554493747e-07, 8.237420816500008e-06, 2.9799626012983375e-05, 0.0004598412691035822, 0.0002906994833527934, 0.0003660883324071764], "min": [0.0689514400250734, 0.04391051386115836, 1.1817535061521376, -0.09846289563997113, -0.0031904300348775116, -0.5447653040955485, 0.06912760896776105, -0.3369654880847909, 1.1819061705638736, 0.014594842419674183, 0.004254747955433347, -0.012553409915760406], "max": [0.5314605122603419, 0.3336888872551078, 1.5085376436162747, 0.20892177240500281, 1.323155710666434, 0.0, 0.06912850130720516, -0.336922399257674, 1.1820588312018872, 0.018015395102168815, 0.0057440436249720506, -0.010638461606469517], "count": [236]}, "eef_sim_pose_action": {"mean": [0.24811187735170243, 0.2544558695790143, 1.266480770085969, 0.0743430709678443, 0.4301855648365847, -0.2299810907445545, 0.06922336783930026, -0.33694590184871714, 1.181674954502652, 0.015342226871807476, 0.0065121252902505256, -0.011004703265750464], "std": [0.1662269003776921, 0.10092776892281996, 0.08705338798718831, 0.08756639801864163, 0.4938898798192364, 0.2107667836761999, 6.466005424582843e-05, 1.3098768833306182e-05, 0.00021930397639442214, 0.0005575617113366575, 0.001180188827484053, 0.0005811900855504914], "min": [0.06778749980122592, 0.044020227719038324, 1.1817437183841348, -0.1033831595795548, -0.016773788335975093, -0.5461190232943096, 0.06912734335735989, -0.33697486254007347, 1.181440764671222, 0.015198623333620726, 0.0046012872428358165, -0.012272341952004037], "max": [0.5315949365932469, 0.33368317677836395, 1.532101553704, 0.21168935298919675, 1.3283845476648186, 2.168404344971009e-19, 0.06935776819500272, -0.33693928708343684, 1.182058191977508, 0.01833012043764501, 0.009202802092401763, -0.010738027640137333], "count": [236]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [236]}, "gripper_activity_state": {"mean": [1.8559322033898304, 2.0], "std": [0.4918905715569989, 0.0], "min": [0, 2], "max": [2, 2], "count": [236]}, "gripper_mode_action": {"mean": [0.23728813559322035, 0.0], "std": [0.42542035247495413, 0.0], "min": [0, 0], "max": [1, 0], "count": [236]}, "gripper_activity_action": {"mean": [1.9618644067796611, 2.0], "std": [0.24920874495817938, 0.0], "min": [0, 2], "max": [2, 2], "count": [236]}, "gripper_open_scale_state": {"mean": [0.8722142893581079, 0.9777193227864943], "std": [0.169835356769666, 0.0024562430503199664], "min": [0.568930892944336, 0.973558578491211], "max": [0.9789613342285156, 0.9796267700195312], "count": [236]}, "gripper_open_scale_action": {"mean": [0.7627118644067796, 1.0], "std": [0.42542035247495413, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [236]}}} +{"episode_index": 19, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9294117647058824]], [[0.9411764705882353]]], "mean": [[[0.6395029575163398]], [[0.6815485403050109]], [[0.6534583033769064]]], "std": [[[0.17082890251318905]], [[0.18517912668663938]], [[0.1867362564416664]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9058823529411765]], [[0.9333333333333333]]], "mean": [[[0.6089019308278868]], [[0.6560652233115468]], [[0.6237112962962963]]], "std": [[[0.1791478037553638]], [[0.1931529651901157]], [[0.18987920986761267]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.796078431372549]], [[0.788235294117647]]], "mean": [[[0.46338749183006533]], [[0.4634818246187364]], [[0.44947026688453157]]], "std": [[[0.20780572777190787]], [[0.19373321210667835]], [[0.2067954393166905]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6627450980392157]], [[0.6705882352941176]], [[0.6980392156862745]]], "mean": [[[0.422254477124183]], [[0.4273047794117647]], [[0.41060133442265795]]], "std": [[[0.20151702798962481]], [[0.19667820647770326]], [[0.20937720379369332]]], "count": [100]}, "observation.state": {"min": [-0.004680851008743048, 0.0, -1.681276559829712, -0.00042553190723992884, -0.1014893651008606, -0.008510638028383255, -2.7551064491271973, 0.001276595750823617, -0.001276595750823617, -0.0019148936262354255, -0.012765957042574883, -0.002340425504371524, -0.002340425504371524, -2.742978811264038, 56.893089294433594, 97.3410415649414], "max": [0.31212764978408813, 2.1123404502868652, 0.0, 0.8621276617050171, 0.09127659350633621, 0.19893616437911987, -1.5625531673431396, 0.0017021276289597154, -0.001276595750823617, -0.0017021276289597154, -0.001276595750823617, 0.0, 0.010851063765585423, -2.742553234100342, 97.77780151367188, 97.3558578491211], "mean": [0.12898799777030945, 0.9885855317115784, -0.8257419466972351, 0.38496413826942444, -0.02724396251142025, 0.08492997288703918, -2.4700369834899902, 0.0013273078948259354, -0.001276597147807479, -0.001707641058601439, -0.011652522720396519, -0.00010252453648718074, 0.00739058293402195, -2.742670774459839, 87.99569702148438, 97.34506225585938], "std": [0.11461008340120316, 0.8229237198829651, 0.6898801326751709, 0.34956249594688416, 0.05071798339486122, 0.0786120817065239, 0.4739605188369751, 0.00013786806084681302, 1.3969838619232178e-09, 3.379938789294101e-05, 0.0008104792796075344, 0.00033769523724913597, 0.0017309273825958371, 0.00018994395213667303, 16.247159957885742, 0.006652156822383404], "count": [193]}, "action": {"min": [-0.012271846644580364, 0.0015339808305725455, -1.6812429428100586, 0.0, -0.10431069135665894, -0.00920388475060463, -2.7551064491271973, 0.0015339808305725455, -0.003067961661145091, -0.004601942375302315, -0.013805827125906944, -0.003067961661145091, -0.003067961661145091, -2.742978811264038, 0.0, 100.0, 0.0, 0.0], "max": [0.31446605920791626, 2.11075758934021, -0.0, 0.8666991591453552, 0.0920388475060463, 0.2040194422006607, -1.5625531673431396, 0.003067961661145091, 0.0, -0.0015339808305725455, -0.0, 0.0015339808305725455, 0.01073786523193121, -2.742553234100342, 100.0, 100.0, 0.0, 0.0], "mean": [0.1293710470199585, 0.9859771132469177, -0.8262844085693359, 0.38317734003067017, -0.026149215176701546, 0.0854421928524971, -2.4700369834899902, 0.0016373078105971217, -0.00015896173135843128, -0.0015498788561671972, -0.01226391363888979, -7.153277692850679e-05, 0.007455318234860897, -2.742670774459839, 78.75647735595703, 100.0, 0.0, 0.0], "std": [0.11510501056909561, 0.8240864872932434, 0.6930975914001465, 0.3534591495990753, 0.05270979180932045, 0.07973223179578781, 0.4739605188369751, 0.000384476879844442, 0.0006800148985348642, 0.0002202638570452109, 0.0009303675033152103, 0.0004216234083287418, 0.0018907763296738267, 0.00018994395213667303, 40.90309143066406, 0.0, 0.0, 0.0], "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": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [193]}, "index": {"min": [18738], "max": [18930], "mean": [18834.0], "std": [55.71355310873648], "count": [193]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [193]}, "subtask_annotation": {"mean": [2.849740932642487, 6.0, 6.0, 6.0, 6.0], "std": [1.3478874029453718, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [193]}, "scene_annotation": {"mean": [93.0], "std": [0.0], "min": [93], "max": [93], "count": [193]}, "eef_direction_state": {"mean": [4.347150259067358, 6.0], "std": [1.8488771731124825, 0.0], "min": [0, 6], "max": [6, 6], "count": [193]}, "eef_velocity_state": {"mean": [1.238341968911917, 0.0], "std": [0.884630625853051, 0.0], "min": [0, 0], "max": [2, 0], "count": [193]}, "eef_acc_mag_state": {"mean": [1.16580310880829, 0.015544041450777202], "std": [0.8477165320711954, 0.1602033661527493], "min": [0, 0], "max": [2, 2], "count": [193]}, "eef_direction_action": {"mean": [4.38860103626943, 6.0], "std": [1.8036447300758882, 0.0], "min": [0, 6], "max": [6, 6], "count": [193]}, "eef_velocity_action": {"mean": [1.2124352331606219, 0.0], "std": [0.8941089738976007, 0.0], "min": [0, 0], "max": [2, 0], "count": [193]}, "eef_acc_mag_action": {"mean": [1.0932642487046633, 0.0], "std": [0.8707130171025909, 0.0], "min": [0, 0], "max": [2, 0], "count": [193]}, "eef_sim_pose_state": {"mean": [0.23179674646262316, 0.36740008369698307, 1.2789110013128477, 0.046703863342934526, 0.545961905090763, 0.07731068309452525, 0.06889369776231292, -0.336523120012859, 1.1841332876643693, 0.007391936319108998, -0.014636753838433263, 0.0012247728368406643], "std": [0.15116334243681728, 0.038267520053339936, 0.08536571609653108, 0.07027190883193754, 0.5170561974900715, 0.11981607565234648, 2.2477262011814228e-06, 7.96527146315426e-06, 7.834832560999464e-05, 0.001730462978363175, 0.0007925122228701782, 0.00037627908110476037], "min": [0.06897384432807774, 0.33161343633625073, 1.1820102977435887, -0.07564284863782789, -0.015106378364524886, -0.0657104373969112, 0.06887792048497127, -0.33657231880121263, 1.1831271795272131, -0.002340425504371524, -0.015744680422358437, -0.001063853115532375], "max": [0.46055730324393057, 0.4408620814913683, 1.4616605336123591, 0.18057092405153577, 1.234673814264907, 0.4606302104892645, 0.06889503532614458, -0.3365196431646334, 1.1842458790020391, 0.010869806618924302, -0.004468072890634112, 0.0017021276289597158], "count": [193]}, "eef_sim_pose_action": {"mean": [0.2313520132719653, 0.3670663846319508, 1.2793279979225487, 0.04997283529329786, 0.5409675536544216, 0.07962240158271991, 0.06899124461343564, -0.3365294019837472, 1.1841779163214536, 0.007456183354471593, -0.013972736227073615, 0.0015657671566377224], "std": [0.1513527180008083, 0.03862563281191158, 0.0865105059400705, 0.07610838309051987, 0.5172040758778367, 0.12651733760891362, 5.459438991510852e-05, 1.266041461565767e-05, 4.49272333068941e-05, 0.001891565533499628, 0.0009920162808818814, 0.0005834379971490247], "min": [0.06851442036384289, 0.33138050706450084, 1.18193567161088, -0.08100080939992328, 0.0, -0.07260523517924715, 0.06876810646798553, -0.33659478583197444, 1.1837698679377502, -0.0030891408731425945, -0.016873789136298, -0.001534273230043447], "max": [0.4600283425156319, 0.44265422324418546, 1.470359754239046, 0.18843888654682822, 1.2370524609681874, 0.47677472962604855, 0.06900482816161436, -0.3364908839940121, 1.1843352122040336, 0.010780223606070479, -0.004601920717531183, 0.0030681078615686875], "count": [193]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [193]}, "gripper_activity_state": {"mean": [1.8186528497409327, 2.0], "std": [0.541791548069215, 0.0], "min": [0, 2], "max": [2, 2], "count": [193]}, "gripper_mode_action": {"mean": [0.21243523316062177, 0.0], "std": [0.40903117836249775, 0.0], "min": [0, 0], "max": [1, 0], "count": [193]}, "gripper_activity_action": {"mean": [1.9533678756476685, 2.0], "std": [0.27485569346890854, 0.0], "min": [0, 2], "max": [2, 2], "count": [193]}, "gripper_open_scale_state": {"mean": [0.8799566652367173, 0.9734518705377926], "std": [0.16247171036186658, 6.650989624145882e-05], "min": [0.568930892944336, 0.9734104156494141], "max": [0.9777780151367188, 0.973558578491211], "count": [193]}, "gripper_open_scale_action": {"mean": [0.7875647668393783, 1.0], "std": [0.40903117836249775, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [193]}}} +{"episode_index": 20, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5977776770152505]], [[0.6248984640522875]], [[0.5935308605664489]]], "std": [[[0.2161490403226023]], [[0.22625838211931623]], [[0.228158540150075]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5738724291938998]], [[0.6070245806100217]], [[0.5698687663398693]]], "std": [[[0.217298265551029]], [[0.22758043548086151]], [[0.2242917699701207]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9294117647058824]]], "mean": [[[0.4568091612200436]], [[0.446308545751634]], [[0.4146750054466231]]], "std": [[[0.1895152684752167]], [[0.17671550296956928]], [[0.20171596922681773]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.7254901960784313]], [[0.7019607843137254]]], "mean": [[[0.41091017701525057]], [[0.41084569989106756]], [[0.3974523502178649]]], "std": [[[0.21395355234582333]], [[0.21134749743055817]], [[0.21443672583944792]]], "count": [100]}, "observation.state": {"min": [-1.0168085098266602, -0.003617021255195141, -1.6506383419036865, -0.3251063823699951, -0.2965957522392273, -0.3040425479412079, -2.853829860687256, -0.00042553190723992884, -0.001276595750823617, -0.00042553190723992884, -0.010851063765585423, -0.002765957498922944, -0.002765957498922944, -2.835106372833252, 57.00011444091797, 100.5361328125], "max": [0.09893617033958435, 2.2253191471099854, 0.0, 0.26787233352661133, 0.5685106515884399, 0.14702127873897552, -1.5657446384429932, 0.00042553190723992884, -0.001276595750823617, 0.0, 0.00042553190723992884, 0.0, 0.005106383003294468, -2.8348937034606934, 101.18509674072266, 100.54344177246094], "mean": [-0.406942218542099, 1.3774659633636475, -0.9709704518318176, -0.0009403643198311329, 0.007562663871794939, -0.06266209483146667, -2.4419782161712646, 4.1855596464301925e-06, -0.0012765919091179967, -4.1855596464301925e-06, -0.0001632368512218818, -0.0016079529887065291, 7.6037656981498e-05, -2.8349123001098633, 87.04695892333984, 100.53620910644531], "std": [0.380928099155426, 0.8961866497993469, 0.6645951271057129, 0.15018172562122345, 0.20696291327476501, 0.1346244513988495, 0.5530999898910522, 8.775263268034905e-05, 3.841705620288849e-09, 4.199475370114669e-05, 0.00145015271846205, 0.0002237305452581495, 0.0006074447301216424, 5.399349902290851e-05, 18.96759033203125, 0.0018992610275745392], "count": [305]}, "action": {"min": [-1.0185632705688477, -0.004601942375302315, -1.6597672700881958, -0.33594179153442383, -0.29759228229522705, -0.3067961633205414, -2.853829860687256, 0.0, 0.0, -0.0, -0.01073786523193121, -0.003067961661145091, -0.004601942375302315, -2.835106372833252, 0.0, 100.0, 0.0, 0.0], "max": [0.11198059469461441, 2.222738265991211, 0.0015339808305725455, 0.2853204309940338, 0.5737088322639465, 0.15033011138439178, -1.5657446384429932, 0.0015339808305725455, 0.0, 0.003067961661145091, 0.0, -0.0, 0.006135923322290182, -2.8348937034606934, 100.0, 100.0, 0.0, 0.0], "mean": [-0.4082197844982147, 1.375450611114502, -0.9693946838378906, 0.000281445769360289, 0.009037191979587078, -0.0635470375418663, -2.4419782161712646, 0.00013076560571789742, 0.0, 5.029444946558215e-05, -0.0002715900482144207, -0.0015440424904227257, 4.0235561755253e-05, -2.8349123001098633, 72.13114929199219, 100.0, 0.0, 0.0], "std": [0.38152676820755005, 0.8982070684432983, 0.6665201187133789, 0.15262159705162048, 0.21036893129348755, 0.1362360119819641, 0.5530999898910522, 0.0004283595771994442, 0.0, 0.00030008555040694773, 0.0016301454743370414, 0.00017538273823447526, 0.0007646741578355432, 5.399349902290851e-05, 44.835445404052734, 0.0, 0.0, 0.0], "count": [305]}, "timestamp": {"min": [0.0], "max": [10.133333333333333], "mean": [5.066666666666666], "std": [2.934848093740685], "count": [305]}, "frame_index": {"min": [0], "max": [304], "mean": [152.0], "std": [88.04544281222056], "count": [305]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [305]}, "index": {"min": [18931], "max": [19235], "mean": [19083.0], "std": [88.04544281222056], "count": [305]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [305]}, "subtask_annotation": {"mean": [2.681967213114754, 6.0, 6.0, 6.0, 6.0], "std": [1.3332455404223826, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [305]}, "scene_annotation": {"mean": [94.0], "std": [0.0], "min": [94], "max": [94], "count": [305]}, "eef_direction_state": {"mean": [3.5704918032786885, 6.0], "std": [2.218206649917023, 0.0], "min": [0, 6], "max": [6, 6], "count": [305]}, "eef_velocity_state": {"mean": [1.2393442622950819, 0.0], "std": [0.886192572145636, 0.0], "min": [0, 0], "max": [2, 0], "count": [305]}, "eef_acc_mag_state": {"mean": [0.9934426229508196, 0.0], "std": [0.8137887212129743, 0.0], "min": [0, 0], "max": [2, 0], "count": [305]}, "eef_direction_action": {"mean": [3.4491803278688526, 6.0], "std": [2.275646040558172, 0.0], "min": [0, 6], "max": [6, 6], "count": [305]}, "eef_velocity_action": {"mean": [1.219672131147541, 0.0], "std": [0.8875864625869351, 0.0], "min": [0, 0], "max": [2, 0], "count": [305]}, "eef_acc_mag_action": {"mean": [1.0459016393442624, 0.0], "std": [0.8205503491992941, 0.0], "min": [0, 0], "max": [2, 0], "count": [305]}, "eef_sim_pose_state": {"mean": [0.2888840831242255, 0.18575854867299643, 1.2603457741442192, -0.0287933125737367, 0.39044012787102167, -0.3841716047888526, 0.06903366225172186, -0.3365265195610456, 1.1824837274382929, 7.839970745216896e-05, -0.0014440161569768014, -0.0016037705813527249], "std": [0.15768602797877915, 0.13675792576086113, 0.05840979260062208, 0.07774103070557366, 0.2635793182035022, 0.4798094373851855, 3.301615803422652e-06, 5.457956140646313e-06, 0.00014885285398145434, 0.0006094298573017137, 0.0014498776941349906, 0.00023868169310965173], "min": [0.06881920316207907, -0.0345241930553884, 1.1825385154084977, -0.2338685880968021, -0.014706392787924516, -1.28558290305946, 0.06900181025050905, -0.3365524822622339, 1.1824222176385641, -0.002765957498922944, -0.012127641947190959, -0.002766089978993243], "max": [0.5006877227633971, 0.354224172755409, 1.3586593972828505, 0.12370029266549126, 0.7519999861642841, 0.14957704590215382, 0.06903418237756553, -0.33649024000000005, 1.1835780717022752, 0.005126302418300765, -0.0008510622832358372, 2.168404344971009e-19], "count": [305]}, "eef_sim_pose_action": {"mean": [0.2882732599778049, 0.1852672129577176, 1.2599098819472636, -0.0277661139770947, 0.3904540280130775, -0.3831165120806484, 0.06913415582213447, -0.33652796657309847, 1.182508893238154, 4.0683045728296505e-05, -0.0002212950744919653, -0.0014132759885382095], "std": [0.15736066691188424, 0.13689296468168966, 0.059190189092662715, 0.0830496656299482, 0.2612837910305854, 0.48341400153558106, 2.2080788948173266e-05, 1.0468417636334946e-05, 9.647620752428542e-05, 0.000766603479890447, 0.0013597529618426902, 0.0004657090509458157], "min": [0.06124070102059687, -0.034801868690799515, 1.182617178246382, -0.2384632558736772, -0.0153123629462113, -1.3036508505143787, 0.06913045852413216, -0.3365597293037018, 1.1822269248422452, -0.004601942375302315, -0.00920387357223773, -0.0030680519029347847], "max": [0.5003586351895785, 0.35866881211362256, 1.3669101700026032, 0.1591811311269602, 0.7521990454775982, 0.1767375722568405, 0.06935921205980014, -0.33649024000000005, 1.1831703370415834, 0.006159454717975696, 0.0, 0.0], "count": [305]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [305]}, "gripper_activity_state": {"mean": [1.8852459016393444, 2.0], "std": [0.43976001859947844, 0.0], "min": [0, 2], "max": [2, 2], "count": [305]}, "gripper_mode_action": {"mean": [0.2786885245901639, 0.0], "std": [0.4483539124976184, 0.0], "min": [0, 0], "max": [1, 0], "count": [305]}, "gripper_activity_action": {"mean": [1.9704918032786884, 2.0], "std": [0.2197944362241879, 0.0], "min": [0, 2], "max": [2, 2], "count": [305]}, "gripper_open_scale_state": {"mean": [0.8655055123000898, 1.0], "std": [0.18603184489252983, 0.0], "min": [0.5700011444091797, 1.0], "max": [1.0, 1.0], "count": [305]}, "gripper_open_scale_action": {"mean": [0.7213114754098361, 1.0], "std": [0.4483539124976184, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [305]}}} +{"episode_index": 21, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.6220292401960784]], [[0.6608652505446624]], [[0.6365024537037037]]], "std": [[[0.18026722252641791]], [[0.19612189492718607]], [[0.19415340682377163]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[0.9411764705882353]]], "mean": [[[0.5829178513071895]], [[0.6261151770152505]], [[0.5973068818082788]]], "std": [[[0.19160120927170374]], [[0.20633238737102186]], [[0.1998889565768638]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6549019607843137]], [[0.6196078431372549]], [[0.6705882352941176]]], "mean": [[[0.44952617102396514]], [[0.44808622276688453]], [[0.4449002559912854]]], "std": [[[0.17383953659848844]], [[0.17992797629671947]], [[0.18547081087726225]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9137254901960784]], [[0.9882352941176471]]], "mean": [[[0.4579533905228758]], [[0.4501335593681917]], [[0.42777587145969503]]], "std": [[[0.22140067769678243]], [[0.21151918840127398]], [[0.2307863840883877]]], "count": [100]}, "observation.state": {"min": [-0.006170212756842375, 0.0, 0.0, 0.006595744751393795, -0.00042553190723992884, 0.04234042391180992, -2.7551064491271973, -0.0017021276289597154, -0.0019148936262354255, -1.942553162574768, -0.005106383003294468, -0.10340425372123718, -0.11978723108768463, -2.760425567626953, 97.76300048828125, 57.25022888183594], "max": [-0.005744680762290955, 0.0, 0.0, 0.007659574504941702, 0.0, 0.05042553320527077, -2.754680871963501, 0.7614893913269043, 2.257659673690796, 0.0, 1.0144680738449097, 0.3087233901023865, 0.7042553424835205, -1.573191523551941, 97.77780151367188, 97.96267700195312], "mean": [-0.0061342413537204266, 0.0, 0.0, 0.007245039101690054, -3.196484249201603e-05, 0.04326537996530533, -2.7548515796661377, 0.2844600975513458, 1.41204833984375, -1.2434905767440796, 0.549924910068512, 0.020023975521326065, 0.29411056637763977, -2.4496326446533203, 97.76883697509766, 87.29715728759766], "std": [0.00011836040357593447, 0.0, 0.0, 0.0002022324624704197, 0.00011216198618058115, 0.0021180626936256886, 0.00020881234377156943, 0.2561650574207306, 0.8724576234817505, 0.7699447870254517, 0.41334474086761475, 0.11226991564035416, 0.31485897302627563, 0.48765701055526733, 0.00726345693692565, 16.71723175048828], "count": [213]}, "action": {"min": [-0.006135923322290182, 0.0, -0.0, 0.006135923322290182, -0.0, 0.04295146092772484, -2.7551064491271973, -0.0015339808305725455, 0.0, -1.9420197010040283, -0.006135923322290182, -0.10431069135665894, -0.12425244599580765, -2.760425567626953, 100.0, 0.0, 0.0, 0.0], "max": [-0.006135923322290182, 0.0015339808305725455, -0.0, 0.007669903803616762, -0.0, 0.05062136426568031, -2.754680871963501, 0.7623884677886963, 2.2595536708831787, 0.0015339808305725455, 1.0216312408447266, 0.3236699402332306, 0.708699107170105, -1.573191523551941, 100.0, 100.0, 0.0, 0.0], "mean": [-0.006135931704193354, 7.201787229860201e-05, 0.0, 0.007461065426468849, 0.0, 0.04357806220650673, -2.7548515796661377, 0.28347674012184143, 1.412183403968811, -1.2455140352249146, 0.5517791509628296, 0.022599197924137115, 0.29249322414398193, -2.4496326446533203, 100.0, 76.52581787109375, 0.0, 0.0], "std": [8.381903171539307e-09, 0.000324480002745986, 0.0, 0.0005260749603621662, 0.0, 0.0020312066189944744, 0.00020881234377156943, 0.25503090023994446, 0.871821403503418, 0.7690272331237793, 0.4156990945339203, 0.11515329778194427, 0.3191957473754883, 0.48765701055526733, 0.0, 42.38370132446289, 0.0, 0.0], "count": [213]}, "timestamp": {"min": [0.0], "max": [7.066666666666666], "mean": [3.5333333333333337], "std": [2.0495708674600013], "count": [213]}, "frame_index": {"min": [0], "max": [212], "mean": [106.0], "std": [61.48712602380003], "count": [213]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [213]}, "index": {"min": [19601], "max": [19813], "mean": [19707.0], "std": [61.48712602380003], "count": [213]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [213]}, "subtask_annotation": {"mean": [2.8732394366197185, 6.0, 6.0, 6.0, 6.0], "std": [1.9253406073750141, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [213]}, "scene_annotation": {"mean": [97.0], "std": [0.0], "min": [97], "max": [97], "count": [213]}, "eef_direction_state": {"mean": [6.0, 3.60093896713615], "std": [0.0, 2.0269079717274936], "min": [6, 0], "max": [6, 6], "count": [213]}, "eef_velocity_state": {"mean": [0.0, 1.3896713615023475], "std": [0.0, 0.7650133540683077], "min": [0, 0], "max": [0, 2], "count": [213]}, "eef_acc_mag_state": {"mean": [0.0, 1.1737089201877935], "std": [0.0, 0.7829544682228337], "min": [0, 0], "max": [0, 2], "count": [213]}, "eef_direction_action": {"mean": [6.0, 3.624413145539906], "std": [0.0, 2.0279190421506774], "min": [6, 0], "max": [6, 6], "count": [213]}, "eef_velocity_action": {"mean": [0.0, 1.408450704225352], "std": [0.0, 0.7735801433466697], "min": [0, 0], "max": [0, 2], "count": [213]}, "eef_acc_mag_action": {"mean": [0.0, 1.2863849765258215], "std": [0.0, 0.7737795674022576], "min": [0, 0], "max": [0, 2], "count": [213]}, "eef_sim_pose_state": {"mean": [0.06912821377482709, 0.33364889890739124, 1.181752369154052, 0.0432651748800746, 0.007245030429923918, -0.006166217988246263, 0.30138590164502743, -0.239562821220936, 1.2910363283959527, 0.22582723479873398, 0.7123734135878965, 0.24356932472099782], "std": [1.5376510157121586e-07, 3.7705893051422063e-06, 2.0728877846168802e-05, 0.0021180896006864187, 0.0002022324456458441, 0.00015965129525515715, 0.15639753177951032, 0.09517295359065714, 0.07637453185894064, 0.23045016935346416, 0.5286327028915019, 0.3300811861253353], "min": [0.06912784751211244, 0.3336311606093506, 1.1817098783116338, 0.0423371644548172, 0.006595744154215044, -0.0065957571471690485, 0.0678586743613392, -0.3366700216375828, 1.182109766253649, -0.09976637775999592, -0.0648936079186242, -0.19634773599741717], "max": [0.06912868585292495, 0.33365044001140276, 1.181818921291215, 0.050425533205270774, 0.007659574504941924, -0.005744680762290951, 0.47143424008727414, -0.04561918105056164, 1.4676090307154521, 0.7538107716490318, 1.3703956987687778, 0.8520047461213929], "count": [213]}, "eef_sim_pose_action": {"mean": [0.06913342430719029, 0.33364962435316586, 1.1817318648647541, 0.04357801643615597, 0.007533069880364444, -0.006135923322290183, 0.30152173234750335, -0.24029912647571733, 1.291671815838142, 0.22015138208218374, 0.7123423636901293, 0.24213028945661932], "std": [2.4213545505874135e-05, 1.485743231800095e-07, 5.3777560067338756e-05, 0.002031210434576606, 0.0006419697131257575, 2.5249283670124507e-18, 0.15609145132002356, 0.09418840212671932, 0.07880876881591026, 0.23502956555403082, 0.5302694965737288, 0.3329906497917357], "min": [0.06912789572744908, 0.3336489550222943, 1.1817088195586325, 0.042951460927724824, 0.006135923322290182, -0.006135923322290189, 0.06803087398732868, -0.3366150266183758, 1.182432024277638, -0.10438820659036888, -0.027611659839749336, -0.21517011403123176], "max": [0.06924250690753601, 0.333649658276533, 1.1818660533983059, 0.05062136426568031, 0.00920388463418953, -0.006135923322290182, 0.4709337730865629, -0.04610295373066646, 1.4862456223313742, 0.7549854753757892, 1.377205707548124, 0.8744000589756941], "count": [213]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [213]}, "gripper_activity_state": {"mean": [2.0, 1.835680751173709], "std": [0.0, 0.5184340192854694], "min": [2, 0], "max": [2, 2], "count": [213]}, "gripper_mode_action": {"mean": [0.0, 0.2347417840375587], "std": [0.0, 0.4238373259452544], "min": [0, 0], "max": [0, 1], "count": [213]}, "gripper_activity_action": {"mean": [2.0, 1.9577464788732395], "std": [0.0, 0.2619869751794121], "min": [2, 0], "max": [2, 2], "count": [213]}, "gripper_open_scale_state": {"mean": [0.9776897648914344, 0.8729705482805297], "std": [7.262117748296137e-05, 0.167172343266295], "min": [0.9776300048828125, 0.5725022888183594], "max": [0.9777780151367188, 0.9796267700195312], "count": [213]}, "gripper_open_scale_action": {"mean": [1.0, 0.7652582159624414], "std": [0.0, 0.4238373259452544], "min": [1.0, 0.0], "max": [1.0, 1.0], "count": [213]}}} +{"episode_index": 22, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6055766938997822]], [[0.6443425272331155]], [[0.6169630746187363]]], "std": [[[0.20029224216112762]], [[0.21030552616507023]], [[0.20836288561022795]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9098039215686274]], [[0.8980392156862745]]], "mean": [[[0.5838069117647059]], [[0.6269013507625272]], [[0.5946187391067538]]], "std": [[[0.19834091243897947]], [[0.20822758980484618]], [[0.20141862781745198]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.7686274509803922]], [[0.7176470588235294]]], "mean": [[[0.4605954820261438]], [[0.4579507706971678]], [[0.420938341503268]]], "std": [[[0.1834648206493399]], [[0.17151439173044927]], [[0.20122304980561442]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.6588235294117647]], [[0.6627450980392157]]], "mean": [[[0.42356209422657953]], [[0.4267121241830066]], [[0.4164910076252723]]], "std": [[[0.20266981923842314]], [[0.19319354408250314]], [[0.20221879276823645]]], "count": [100]}, "observation.state": {"min": [-0.9431914687156677, -0.003617021255195141, -1.6659574508666992, -0.32319149374961853, -0.21595744788646698, -0.10276595503091812, -2.7585105895996094, -0.003617021255195141, -0.001276595750823617, 0.0, -0.004680851008743048, -0.0019148936262354255, -0.012765957042574883, -2.760425567626953, 54.08039855957031, 97.71121215820312], "max": [0.05042553320527077, 2.2527658939361572, 0.0, 0.2504255175590515, 0.4159574508666992, 0.3395744562149048, -1.4774467945098877, -0.002765957498922944, -0.0008510638144798577, 0.0, -0.002340425504371524, 0.00042553190723992884, -0.002765957498922944, -2.7531914710998535, 97.89613342285156, 97.96267700195312], "mean": [-0.2897191643714905, 1.2319027185440063, -0.781033992767334, -0.0016568888677284122, -0.020668115466833115, 0.12871317565441132, -2.261162757873535, -0.0031853218097239733, -0.0012560394825413823, 0.0, -0.00405282573774457, -5.858773511135951e-05, -0.004830915946513414, -2.7596094608306885, 80.86886596679688, 97.9343032836914], "std": [0.3718068599700928, 0.7910388112068176, 0.5837469696998596, 0.15633322298526764, 0.18689224123954773, 0.13630427420139313, 0.5897319316864014, 6.584689253941178e-05, 9.124209464062005e-05, 0.0, 0.00031213960028253496, 0.0002408735454082489, 0.0012302747927606106, 0.0022244027350097895, 20.1702938079834, 0.07732129096984863], "count": [207]}, "action": {"min": [-0.9464661478996277, -0.007669903803616762, -1.665903091430664, -0.32827189564704895, -0.2178252786397934, -0.11044661700725555, -2.7585105895996094, -0.003067961661145091, 0.0, 0.0, -0.004601942375302315, -0.0015339808305725455, -0.013805827125906944, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.08743690699338913, 2.2595536708831787, -0.0, 0.25617480278015137, 0.424912691116333, 0.34207770228385925, -1.4774467945098877, -0.003067961661145091, 0.0015339808305725455, 0.0015339808305725455, -0.003067961661145091, 0.0, -0.003067961661145091, -2.7531914710998535, 100.0, 100.0, 0.0, 0.0], "mean": [-0.28734374046325684, 1.2286293506622314, -0.7763354182243347, -0.0034155650064349174, -0.025425661355257034, 0.13376787304878235, -2.261162757873535, -0.003067965619266033, 1.4821071090409532e-05, 0.00028160042711533606, -0.004572309087961912, -2.2231604816624895e-05, -0.005142920650541782, -2.7596094608306885, 63.76811599731445, 100.0, 0.0, 0.0], "std": [0.3737036883831024, 0.7914899587631226, 0.5854844450950623, 0.1600409746170044, 0.18772271275520325, 0.1374513953924179, 0.5897319316864014, 3.958120942115784e-09, 0.00015005185559857637, 0.0005938603426329792, 0.00021116776042617857, 0.00018332652689423412, 0.001662901253439486, 0.0022244027350097895, 48.067039489746094, 0.0, 0.0, 0.0], "count": [207]}, "timestamp": {"min": [0.0], "max": [6.866666666666666], "mean": [3.4333333333333336], "std": [1.9918351858041385], "count": [207]}, "frame_index": {"min": [0], "max": [206], "mean": [103.0], "std": [59.75505557412416], "count": [207]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [207]}, "index": {"min": [19814], "max": [20020], "mean": [19917.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [207]}, "subtask_annotation": {"mean": [2.5120772946859904, 6.0, 6.0, 6.0, 6.0], "std": [1.3650570350726656, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [207]}, "scene_annotation": {"mean": [98.0], "std": [0.0], "min": [98], "max": [98], "count": [207]}, "eef_direction_state": {"mean": [3.2946859903381642, 6.0], "std": [2.1230551254381322, 0.0], "min": [0, 6], "max": [6, 6], "count": [207]}, "eef_velocity_state": {"mean": [1.3623188405797102, 0.0], "std": [0.8335538460607773, 0.0], "min": [0, 0], "max": [2, 0], "count": [207]}, "eef_acc_mag_state": {"mean": [1.1884057971014492, 0.0], "std": [0.8035313782973387, 0.0], "min": [0, 0], "max": [2, 0], "count": [207]}, "eef_direction_action": {"mean": [3.473429951690821, 6.0], "std": [2.1754047485404753, 0.0], "min": [0, 6], "max": [6, 6], "count": [207]}, "eef_velocity_action": {"mean": [1.289855072463768, 0.0], "std": [0.8642348704855408, 0.0], "min": [0, 0], "max": [2, 0], "count": [207]}, "eef_acc_mag_action": {"mean": [1.1642512077294687, 0.0], "std": [0.8236112859967667, 0.0], "min": [0, 0], "max": [2, 0], "count": [207]}, "eef_sim_pose_state": {"mean": [0.25619284903749995, 0.2283176631877706, 1.2620378856127166, 0.10735833386117276, 0.43725742825487435, -0.32435300983471527, 0.06903443215556168, -0.33641863642455105, 1.1828817310897002, -0.004830622778112772, -0.005308870180598439, -0.0032439106081063986], "std": [0.12487154181190306, 0.1406741817072759, 0.04897976708136201, 0.058950797340595495, 0.3077175422909746, 0.25696448514527803, 6.912238587850451e-06, 5.6726005903850395e-06, 3.2238869700656434e-05, 0.0012296344869130425, 0.0003176954686168822, 0.0002476495606419896], "min": [0.06118926449847613, -0.026338709031541337, 1.1825046940425084, 0.009147577709091229, -0.06378766911585942, -0.9547885954275637, 0.06903251910685612, -0.336460263730638, 1.182705735808348, -0.012765957042574883, -0.005957446759566665, -0.00510640200125247], "max": [0.45026578966072617, 0.3409910926856618, 1.349625717413987, 0.23599343674600326, 0.9920567730195513, 0.006595744772326108, 0.06906527951062635, -0.33640742992891226, 1.1829553693527044, -0.002765957498922944, -0.003617021255194919, -0.002765953876308942], "count": [207]}, "eef_sim_pose_action": {"mean": [0.25524445206081475, 0.22869101133318062, 1.2615942833424976, 0.10795512399642285, 0.4367848866421814, -0.32859169125169496, 0.06915196568945164, -0.3364208656433887, 1.1828859333322561, -0.005142865963500066, -0.00427587878448705, -0.0030901933196984727], "std": [0.12358756646332741, 0.1413909610281484, 0.050717476641949734, 0.06021410655669482, 0.309051630751496, 0.2593342043880306, 4.589324300444772e-05, 4.162561929359615e-06, 0.0001724987721316308, 0.001662696245363547, 0.0006962750055793768, 0.00018332695289677064], "min": [0.061965084164948434, -0.031213577859443675, 1.1823377625870435, 0.00920388475060463, -0.05334346066397089, -0.9802470795983336, 0.06912950514752712, -0.33645517294425203, 1.1823841623770421, -0.01380582712590694, -0.004601942375302315, -0.004601949710946033], "max": [0.44075526793441855, 0.35055932655389854, 1.3654550363814169, 0.24828790220810193, 1.0019964770178498, 0.0061359230894595385, 0.06924605634973482, -0.33642029645509824, 1.1830015936798293, -0.0030679616611450906, -0.0015339790257684616, -0.0030679616611450906], "count": [207]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [207]}, "gripper_activity_state": {"mean": [1.826086956521739, 2.0], "std": [0.5281410770518427, 0.0], "min": [0, 2], "max": [2, 2], "count": [207]}, "gripper_mode_action": {"mean": [0.36231884057971014, 0.0], "std": [0.4806702594717966, 0.0], "min": [0, 0], "max": [1, 0], "count": [207]}, "gripper_activity_action": {"mean": [1.9565217391304348, 2.0], "std": [0.2656565620264249, 0.0], "min": [0, 2], "max": [2, 2], "count": [207]}, "gripper_open_scale_state": {"mean": [0.8086888861541032, 0.9793412987160824], "std": [0.20170288170142572, 0.000773213539626231], "min": [0.5408039855957031, 0.9771121215820312], "max": [0.9789613342285156, 0.9796267700195312], "count": [207]}, "gripper_open_scale_action": {"mean": [0.6376811594202898, 1.0], "std": [0.4806702594717966, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [207]}}} +{"episode_index": 23, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9764705882352941]]], "mean": [[[0.6106521078431373]], [[0.6538436574074074]], [[0.6249191067538127]]], "std": [[[0.19365578713243203]], [[0.20437832284227714]], [[0.20111306857418068]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9647058823529412]]], "mean": [[[0.5854688534858388]], [[0.6332000871459695]], [[0.5993908687363835]]], "std": [[[0.19501742278952186]], [[0.20577281377769988]], [[0.19799322974508587]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8392156862745098]], [[0.8352941176470589]]], "mean": [[[0.45738706699346404]], [[0.4642074891067538]], [[0.4448268409586057]]], "std": [[[0.20681076116348315]], [[0.1867489807253559]], [[0.2030160080429424]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8156862745098039]], [[0.6352941176470588]], [[0.6862745098039216]]], "mean": [[[0.42774662581699346]], [[0.4399998039215686]], [[0.43579069444444446]]], "std": [[[0.1935676924588322]], [[0.18904395270311114]], [[0.20024677872372354]]], "count": [100]}, "observation.state": {"min": [-0.6978723406791687, -0.0031914892606437206, -1.9710638523101807, -0.14170213043689728, -0.3755319118499756, -0.06106382980942726, -2.7585105895996094, 0.0, -0.001276595750823617, -0.03404255211353302, 0.0821276605129242, -0.005319148767739534, 0.0031914892606437206, -2.760425567626953, 57.328948974609375, 97.96267700195312], "max": [0.0, 2.3119149208068848, 0.0, 0.8195744752883911, 0.32595744729042053, 0.9289361834526062, -1.5755319595336914, 0.0, -0.001276595750823617, -0.0331914909183979, 0.08361702412366867, -0.003829787252470851, 0.005744680762290955, -2.760425567626953, 97.89613342285156, 97.96267700195312], "mean": [-0.3101609945297241, 1.1955313682556152, -1.0443472862243652, 0.3614393472671509, -0.12418058514595032, 0.4531176686286926, -2.4868826866149902, 0.0, -0.0012765954015776515, -0.03362276777625084, 0.0825042873620987, -0.00453038327395916, 0.004488214384764433, -2.7604310512542725, 88.57447052001953, 97.96284484863281], "std": [0.2820688486099243, 0.9647378325462341, 0.860861599445343, 0.3878619968891144, 0.17835964262485504, 0.33516910672187805, 0.46571028232574463, 0.0, 3.4924596548080444e-10, 6.360226689139381e-05, 0.00020459925872273743, 0.00024978374131023884, 0.0006362199783325195, 5.4836273193359375e-06, 15.966066360473633, 0.0001678466796875], "count": [222]}, "action": {"min": [-0.6979612708091736, -0.0015339808305725455, -1.9711652994155884, -0.15186409652233124, -0.3773592710494995, -0.0613592304289341, -2.7585105895996094, 0.0, 0.0, -0.03528155758976936, 0.08283495903015137, -0.006135923322290182, 0.003067961661145091, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.0015339808305725455, 2.3101751804351807, 0.0015339808305725455, 0.8252816796302795, 0.3436116874217987, 0.9341943264007568, -1.5755319595336914, 0.0, 0.0, -0.03374757617712021, 0.08590292185544968, -0.004601942375302315, 0.006135923322290182, -2.760425567626953, 100.0, 100.0, 0.0, 0.0], "mean": [-0.3110387921333313, 1.1923463344573975, -1.0421053171157837, 0.35689952969551086, -0.12430088967084885, 0.45448705554008484, -2.4868826866149902, 0.0, 0.0, -0.033761464059352875, 0.08285576850175858, -0.0046088616363704205, 0.004601948894560337, -2.7604310512542725, 79.72972869873047, 100.0, 0.0, 0.0], "std": [0.284104585647583, 0.9674752354621887, 0.8645123839378357, 0.3952217996120453, 0.1834285855293274, 0.3375019431114197, 0.46571028232574463, 0.0, 0.0, 0.00014494174683932215, 0.00022927726968191564, 0.00010272193321725354, 0.0015339795500040054, 5.4836273193359375e-06, 40.20124816894531, 0.0, 0.0, 0.0], "count": [222]}, "timestamp": {"min": [0.0], "max": [7.366666666666666], "mean": [3.6833333333333336], "std": [2.1361743235842763], "count": [222]}, "frame_index": {"min": [0], "max": [221], "mean": [110.5], "std": [64.0852297075283], "count": [222]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [222]}, "index": {"min": [22234], "max": [22455], "mean": [22344.5], "std": [64.0852297075283], "count": [222]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [222]}, "subtask_annotation": {"mean": [2.824324324324324, 6.0, 6.0, 6.0, 6.0], "std": [1.3120176482152006, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [222]}, "scene_annotation": {"mean": [110.0], "std": [0.0], "min": [110], "max": [110], "count": [222]}, "eef_direction_state": {"mean": [4.617117117117117, 6.0], "std": [1.6636751823627403, 0.0], "min": [0, 6], "max": [6, 6], "count": [222]}, "eef_velocity_state": {"mean": [1.135135135135135, 0.0], "std": [0.9152018089513742, 0.0], "min": [0, 0], "max": [2, 0], "count": [222]}, "eef_acc_mag_state": {"mean": [1.072072072072072, 0.0], "std": [0.8772573118544031, 0.0], "min": [0, 0], "max": [2, 0], "count": [222]}, "eef_direction_action": {"mean": [4.59009009009009, 6.0], "std": [1.729055095540716, 0.0], "min": [0, 6], "max": [6, 6], "count": [222]}, "eef_velocity_action": {"mean": [1.0990990990990992, 0.0], "std": [0.9148913680894544, 0.0], "min": [0, 0], "max": [2, 0], "count": [222]}, "eef_acc_mag_action": {"mean": [1.0945945945945945, 0.0], "std": [0.8673598583833263, 0.0], "min": [0, 0], "max": [2, 0], "count": [222]}, "eef_sim_pose_state": {"mean": [0.261183211724938, 0.22253941666528962, 1.275763513371362, 0.2543945358752655, 0.47996380877123995, -0.5478933296248626, 0.06627414765508997, -0.33659218681992814, 1.1832839424067958, 0.004272374391403283, 0.04760445796943927, -0.0045355199745341435], "std": [0.15964263112911142, 0.11287089821205629, 0.08718930233391632, 0.15949830354448216, 0.4680883726909571, 0.5558669508587174, 5.325683679455097e-06, 5.620824449897446e-06, 2.180523387339262e-05, 0.0006370167078933214, 0.00019070352876653841, 0.00025007320149263255], "min": [0.06797891085673742, 0.04761538355727561, 1.1824173019067525, -0.061205045115057845, -0.05382551674294489, -1.3948599652213916, 0.0662364416861087, -0.3366099362402841, 1.1831606117508628, 0.0029321181501697213, 0.0472334288344014, -0.0053254686509104], "max": [0.4331793000634627, 0.33561052301631195, 1.4883547579487417, 0.5644739682100679, 1.1097344903121336, 0.0732560629697664, 0.0663069293076787, -0.3365764214918675, 1.1833940974955852, 0.005541720977215077, 0.04872271890113322, -0.0038341408872342568], "count": [222]}, "eef_sim_pose_action": {"mean": [0.26038262055666056, 0.22222380750488294, 1.2755550695043, 0.24775832383188248, 0.47372742865157386, -0.5525856545532394, 0.06635919001986931, -0.3365939526332644, 1.1833186993221354, 0.004375482416254979, 0.04909377054291929, -0.004614412497424949], "std": [0.15955650227614288, 0.11355098797809984, 0.088274136850131, 0.15928346666142518, 0.46954602840312026, 0.5638976930244083, 1.2193067173434528e-05, 2.311517820934941e-06, 1.9029833086530845e-05, 0.0015343732460413929, 0.00010269291774452722, 0.00010287728226249007], "min": [0.06544761934189075, 0.0480454810254637, 1.1822912400147885, -0.06146274737144159, -0.01991920419402793, -1.407273452145481, 0.06622735998693971, -0.33662831581610225, 1.1833170298202733, 0.0027570892260108636, 0.049086862652872654, -0.006143793248076403], "max": [0.43340019003494074, 0.3358959493552958, 1.5073675490132286, 0.5761114242936017, 1.1276709767871669, 0.10879160089263759, 0.06636035201655476, -0.3365937971437505, 1.1835808606238918, 0.005909845203283912, 0.05062041051796773, -0.004607492222531293], "count": [222]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [222]}, "gripper_activity_state": {"mean": [1.8423423423423424, 2.0], "std": [0.5088495325395156, 0.0], "min": [0, 2], "max": [2, 2], "count": [222]}, "gripper_mode_action": {"mean": [0.20270270270270271, 0.0], "std": [0.4020128319092855, 0.0], "min": [0, 0], "max": [1, 0], "count": [222]}, "gripper_activity_action": {"mean": [1.9594594594594594, 2.0], "std": [0.2567567567567573, 0.0], "min": [0, 2], "max": [2, 2], "count": [222]}, "gripper_open_scale_state": {"mean": [0.8857433301908487, 0.9796267700195341], "std": [0.15966061953880958, 2.886579864025407e-15], "min": [0.5732894897460937, 0.9796267700195312], "max": [0.9789613342285156, 0.9796267700195312], "count": [222]}, "gripper_open_scale_action": {"mean": [0.7972972972972973, 1.0], "std": [0.4020128319092855, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [222]}}} +{"episode_index": 24, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.619843431372549]], [[0.6514306072984749]], [[0.6265624237472768]]], "std": [[[0.18072696536487043]], [[0.1940622285490865]], [[0.19764596553239677]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.5944343790849673]], [[0.6304921350762527]], [[0.6012992156862745]]], "std": [[[0.1838310503766765]], [[0.1956610542023446]], [[0.1939852063010017]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8392156862745098]], [[0.8431372549019608]]], "mean": [[[0.46311177015250543]], [[0.43768426470588234]], [[0.4205518954248366]]], "std": [[[0.20590760911552017]], [[0.1829457347055628]], [[0.20194373287012635]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9333333333333333]], [[0.803921568627451]], [[0.6901960784313725]]], "mean": [[[0.43136390522875817]], [[0.4325517156862745]], [[0.4086596051198257]]], "std": [[[0.20128956264086642]], [[0.19876897123825785]], [[0.21456678021482897]]], "count": [100]}, "observation.state": {"min": [-0.7210638523101807, -0.001276595750823617, -1.387872338294983, -0.518510639667511, -0.051276594400405884, -0.0008510638144798577, -2.7585105895996094, -0.0019148936262354255, 0.0, -0.0017021276289597154, -0.0017021276289597154, -0.0019148936262354255, -0.014893617480993271, -2.735319137573242, 57.06437683105469, 97.07426452636719], "max": [0.2655319273471832, 2.247021198272705, 0.0, 0.004680851008743048, 0.23361702263355255, 0.2061702162027359, -1.567659616470337, -0.0017021276289597154, 0.0, -0.0008510638144798577, 0.00042553190723992884, -0.0008510638144798577, -0.0017021276289597154, -2.734893560409546, 97.89613342285156, 97.0890884399414], "mean": [-0.08216536045074463, 1.311638355255127, -0.7974153757095337, -0.27590131759643555, 0.041499897837638855, 0.08842743188142776, -2.4350836277008057, -0.001704756054095924, 0.0, -0.0016233265632763505, -0.0011417571222409606, -0.0016145693371072412, -0.012892934493720531, -2.735264539718628, 86.79966735839844, 97.08749389648438], "std": [0.33822110295295715, 0.8729768991470337, 0.5411914587020874, 0.19082491099834442, 0.0858401507139206, 0.0743933767080307, 0.5016130208969116, 2.349426176806446e-05, 0.0, 0.00017830898286774755, 0.0003394181258045137, 0.0001972485624719411, 0.0016277460381388664, 0.0001359981542918831, 17.19509506225586, 0.004734556190669537], "count": [243]}, "action": {"min": [-0.7225049734115601, -0.004601942375302315, -1.398990511894226, -0.5215534567832947, -0.06442718952894211, -0.003067961661145091, -2.7585105895996094, -0.0015339808305725455, 0.0, -0.0015339808305725455, -0.0015339808305725455, -0.003067961661145091, -0.015339807607233524, -2.735319137573242, 0.0, 100.0, 0.0, 0.0], "max": [0.2684466242790222, 2.2549517154693604, -0.0, 0.00920388475060463, 0.2346990555524826, 0.2070874124765396, -1.567659616470337, -0.0015339808305725455, 0.0015339808305725455, -0.0, -0.0, -0.0, -0.0015339808305725455, -2.734893560409546, 100.0, 100.0, 0.0, 0.0], "mean": [-0.08006369322538376, 1.3112242221832275, -0.797354519367218, -0.2777895927429199, 0.040981996804475784, 0.08981049060821533, -2.4350836277008057, -0.001533983158878982, 0.001401416608132422, -0.0014519181568175554, -0.0014392926823347807, -0.001533983158878982, -0.013439714908599854, -2.735264539718628, 74.8971176147461, 100.0, 0.0, 0.0], "std": [0.3395034670829773, 0.8738136291503906, 0.5427713990211487, 0.19271837174892426, 0.08636453747749329, 0.0750347226858139, 0.5016130208969116, 2.3283064365386963e-09, 0.0004310228687245399, 0.00034518263419158757, 0.0003691702731885016, 0.00013916556781623513, 0.0019977805204689503, 0.0001359981542918831, 43.360496520996094, 0.0, 0.0, 0.0], "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": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [243]}, "index": {"min": [22805], "max": [23047], "mean": [22926.0], "std": [70.14746372226631], "count": [243]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [243]}, "subtask_annotation": {"mean": [2.691358024691358, 6.0, 6.0, 6.0, 6.0], "std": [1.3726485345456565, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [243]}, "scene_annotation": {"mean": [113.0], "std": [0.0], "min": [113], "max": [113], "count": [243]}, "eef_direction_state": {"mean": [3.711934156378601, 6.0], "std": [2.161994383857004, 0.0], "min": [0, 6], "max": [6, 6], "count": [243]}, "eef_velocity_state": {"mean": [1.2674897119341564, 0.0], "std": [0.869258159488043, 0.0], "min": [0, 0], "max": [2, 0], "count": [243]}, "eef_acc_mag_state": {"mean": [1.0864197530864197, 0.0], "std": [0.8244843386204437, 0.0], "min": [0, 0], "max": [2, 0], "count": [243]}, "eef_direction_action": {"mean": [3.8395061728395063, 6.0], "std": [2.153321427881263, 0.0], "min": [0, 6], "max": [6, 6], "count": [243]}, "eef_velocity_action": {"mean": [1.2386831275720165, 0.0], "std": [0.8846109525955164, 0.0], "min": [0, 0], "max": [2, 0], "count": [243]}, "eef_acc_mag_action": {"mean": [1.1275720164609053, 0.0], "std": [0.8340620702290071, 0.0], "min": [0, 0], "max": [2, 0], "count": [243]}, "eef_sim_pose_state": {"mean": [0.30869258295922697, 0.3054911128356005, 1.2578301594754693, 0.10127187555064188, 0.2369493144550582, -0.03845384867592917, 0.069007255491034, -0.33648749928248667, 1.1830619228833354, -0.012888454147133023, -0.0027650781847461665, -0.003319330305755967], "std": [0.1721849505695532, 0.12500401007895376, 0.06973204116997254, 0.06961168171542866, 0.1962043346592928, 0.30016101570238546, 1.3564791627678974e-05, 4.444937425821729e-06, 6.538802542761077e-05, 0.0016275466052070057, 0.0004110561032701809, 0.00019979804704873435], "min": [0.06839413941938327, 0.049493618906431336, 1.1820152004811524, -0.006990626300423075, -0.06995197957792887, -0.7669716219933136, 0.06900108738033237, -0.33649436289875595, 1.1828051962792951, -0.014890358081448406, -0.0034042524839572597, -0.0036170311181629956], "max": [0.5106961902459128, 0.42623029186223194, 1.3987714415198604, 0.20967999780707386, 0.5350227438616804, 0.35885477988098624, 0.06906596505214832, -0.33647036815681547, 1.1831411978444883, -0.0016994114644385751, -0.0008510631500955324, -0.002553195219108225], "count": [243]}, "eef_sim_pose_action": {"mean": [0.3086617164501853, 0.3063887324473983, 1.258032574595925, 0.10224104707387675, 0.23476068706030745, -0.03695633611228084, 0.06912678030845476, -0.3364897833266878, 1.1830769438765347, -0.01343741616405909, -0.0014897903369795308, -0.0030679636887634794], "std": [0.17146013584722344, 0.12561793001889024, 0.0717397077352283, 0.07046875204627744, 0.19589645959547092, 0.30402588377344564, 4.0676052003838696e-05, 3.140287700929438e-06, 0.0001099169667662553, 0.001997549691819173, 0.0006586388031552013, 0.0001391655670488633], "min": [0.06873623448640319, 0.047590376282044614, 1.1817440048772012, -0.00989262961074211, -0.02759591341678025, -0.7725341660202963, 0.0690139512177857, -0.33652448569087073, 1.18252988137614, -0.015342160705344929, -0.0030679580515284854, -0.004601942491717635], "max": [0.510233970446077, 0.4268179513714166, 1.3996318443842448, 0.21267703348350525, 0.5337413452424737, 0.36378427075055975, 0.06924637130254811, -0.33645527020849253, 1.1831124316441015, -0.0015316277324611397, 0.0015339790257686836, -0.0015339808305725447], "count": [243]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [243]}, "gripper_activity_state": {"mean": [1.8641975308641976, 2.0], "std": [0.47366237267286027, 0.0], "min": [0, 2], "max": [2, 2], "count": [243]}, "gripper_mode_action": {"mean": [0.25102880658436216, 0.0], "std": [0.433605056300308, 0.0], "min": [0, 0], "max": [1, 0], "count": [243]}, "gripper_activity_action": {"mean": [1.962962962962963, 2.0], "std": [0.24567591039669592, 0.0], "min": [0, 2], "max": [2, 2], "count": [243]}, "gripper_open_scale_state": {"mean": [0.8679960010669862, 0.9708738033467329], "std": [0.17195097934750628, 4.7331998964542155e-05], "min": [0.5706437683105469, 0.9707426452636718], "max": [0.9789613342285156, 0.9708908843994141], "count": [243]}, "gripper_open_scale_action": {"mean": [0.7489711934156379, 1.0], "std": [0.43360505630030804, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [243]}}} +{"episode_index": 25, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.6174312336601308]], [[0.6443980991285404]], [[0.6219358360566449]]], "std": [[[0.1823352347035254]], [[0.19939212971301334]], [[0.20671934646890547]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5939770887799564]], [[0.6260950081699346]], [[0.5991892674291939]]], "std": [[[0.18336949080342077]], [[0.1990930417172275]], [[0.20196619657823592]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.8352941176470589]]], "mean": [[[0.4882314324618736]], [[0.4520473284313726]], [[0.4352402314814815]]], "std": [[[0.20059581747318703]], [[0.1996805862315171]], [[0.21677467361657024]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9254901960784314]], [[0.8235294117647058]], [[0.8470588235294118]]], "mean": [[[0.4223588834422658]], [[0.4217185185185185]], [[0.4141926688453159]]], "std": [[[0.19896809506166482]], [[0.2014609690373351]], [[0.21241188772098066]]], "count": [100]}, "observation.state": {"min": [-0.5821276307106018, -0.003617021255195141, -1.8472340106964111, -0.22212766110897064, -0.3463829755783081, -0.2061702162027359, -2.7585105895996094, 0.0031914892606437206, -0.001276595750823617, 0.0, -0.0042553190141916275, -0.0017021276289597154, -0.01425531879067421, -2.734893560409546, 52.85783004760742, 97.07426452636719], "max": [0.3034042418003082, 2.23319149017334, 0.0, 0.5963829755783081, 0.20829787850379944, 0.3697872459888458, -1.4397872686386108, 0.0042553190141916275, -0.001276595750823617, 0.0, -0.002340425504371524, 0.0, 0.0017021276289597154, -2.734893560409546, 97.89613342285156, 97.07426452636719], "mean": [-0.13751612603664398, 1.261023759841919, -0.947291910648346, 0.3097972869873047, -0.01994837448000908, 0.06952282041311264, -2.271799087524414, 0.0038688122294843197, -0.001276597147807479, 0.0, -0.0027823233976960182, -7.050233398331329e-05, -0.004124383442103863, -2.734893560409546, 81.25110626220703, 97.07423400878906], "std": [0.31155622005462646, 0.7786619663238525, 0.6552682518959045, 0.26583585143089294, 0.16637779772281647, 0.20235905051231384, 0.5932701826095581, 0.0002401564852334559, 1.3969838619232178e-09, 0.0, 0.00027581502217799425, 0.0002521966234780848, 0.0014682591427117586, 0.0, 20.260995864868164, 3.0517578125e-05], "count": [169]}, "action": {"min": [-0.5890486240386963, 0.0, -1.8484468460083008, -0.251572847366333, -0.34821364283561707, -0.20862138271331787, -2.7585105895996094, 0.003067961661145091, 0.0, -0.0, -0.004601942375302315, -0.0015339808305725455, -0.016873788088560104, -2.734893560409546, 0.0, 100.0, 0.0, 0.0], "max": [0.3037281930446625, 2.2319419384002686, 0.003067961661145091, 0.5997864603996277, 0.21015536785125732, 0.3712233603000641, -1.4397872686386108, 0.004601942375302315, 0.0, -0.0, -0.003067961661145091, -0.0, 0.003067961661145091, -2.734893560409546, 100.0, 100.0, 0.0, 0.0], "mean": [-0.1310236006975174, 1.2572380304336548, -0.9423912763595581, 0.30411022901535034, -0.0221017487347126, 0.07520163059234619, -2.271799087524414, 0.004302324261516333, 0.0, 0.0, -0.0031587330158799887, -6.353766366373748e-05, -0.004583795554935932, -2.734893560409546, 66.27218627929688, 100.0, 0.0, 0.0], "std": [0.3110259771347046, 0.7803711295127869, 0.65314120054245, 0.2738041579723358, 0.16957269608974457, 0.20403021574020386, 0.5932701826095581, 0.0006080347811803222, 0.0, 0.0, 0.0003619359922595322, 0.0003056608256883919, 0.0019025822402909398, 0.0, 47.27804946899414, 0.0, 0.0, 0.0], "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": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [169]}, "index": {"min": [23048], "max": [23216], "mean": [23132.0], "std": [48.78524367060187], "count": [169]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [169]}, "subtask_annotation": {"mean": [2.5562130177514795, 6.0, 6.0, 6.0, 6.0], "std": [1.4094272123985256, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [169]}, "scene_annotation": {"mean": [114.0], "std": [0.0], "min": [114], "max": [114], "count": [169]}, "eef_direction_state": {"mean": [3.36094674556213, 6.0], "std": [2.016180477798914, 0.0], "min": [0, 6], "max": [6, 6], "count": [169]}, "eef_velocity_state": {"mean": [1.4792899408284024, 0.0], "std": [0.7465007710253322, 0.0], "min": [0, 0], "max": [2, 0], "count": [169]}, "eef_acc_mag_state": {"mean": [1.1893491124260356, 0.0], "std": [0.8065590159237275, 0.0], "min": [0, 0], "max": [2, 0], "count": [169]}, "eef_direction_action": {"mean": [3.485207100591716, 6.0], "std": [2.064368060606857, 0.0], "min": [0, 6], "max": [6, 6], "count": [169]}, "eef_velocity_action": {"mean": [1.3905325443786982, 0.0], "std": [0.8148940907371817, 0.0], "min": [0, 0], "max": [2, 0], "count": [169]}, "eef_acc_mag_action": {"mean": [1.1893491124260356, 0.0], "std": [0.8138622522850402, 0.0], "min": [0, 0], "max": [2, 0], "count": [169]}, "eef_sim_pose_state": {"mean": [0.27728990337242954, 0.2757530055618449, 1.2803178611112922, -0.0017984023403050443, 0.6048600123120235, -0.2064854299639323, 0.06903355424364804, -0.33658039935694156, 1.1827510313842604, -0.0041240786800799, -0.004058919676141664, 0.0037983122788046047], "std": [0.1411915866373042, 0.10396408686076597, 0.06065108994945449, 0.16293649199276078, 0.420171485398618, 0.2584544193776273, 1.2044645771753514e-07, 6.767764621817674e-06, 2.8271605242657937e-05, 0.001468827220194748, 0.000275814771535056, 0.0003918796843753597], "min": [0.06885739345594413, 0.10219129313148531, 1.1822913628081322, -0.3900626839075531, -0.0048936130184316085, -0.8581111714445557, 0.06903282498295518, -0.33661135175761714, 1.1827057358009787, -0.01425531879067421, -0.0055319147650154665, 0.00148934464112161], "max": [0.4704308946755736, 0.3962336214624751, 1.425499653212152, 0.31921320428044453, 1.200606976216291, 0.23546590420023977, 0.06903380119608309, -0.336563305611869, 1.182902016054122, 0.0017097329268439987, -0.0036170209277130994, 0.004255319014191628], "count": [169]}, "eef_sim_pose_action": {"mean": [0.2762727126065453, 0.27804104901887905, 1.2802392300351582, -0.00020571167001620189, 0.5999227614471249, -0.20471403406697328, 0.06913018849396661, -0.3365897516048204, 1.1828187787089033, -0.004583552042450716, -0.0031587295691910544, 0.004238778784756337], "std": [0.14085992790489363, 0.10367321452166474, 0.06364965445421207, 0.17128487880819096, 0.43522690930767133, 0.27178443370002714, 1.4464963610222437e-07, 1.3695250254456967e-05, 3.709923905563922e-05, 0.001903096782055838, 0.00036193561705668816, 0.0007511979410755081], "min": [0.06909286062633252, 0.10217326122329336, 1.1823377624652032, -0.4159653199524257, -0.07809281907654686, -0.8978148065717393, 0.06912950864499794, -0.33662967401232, 1.1828094746995985, -0.016873788088560104, -0.004601942375302315, 0.0015339645872286065], "max": [0.46972300052968535, 0.3965343764334664, 1.4465859570464676, 0.35483937965520485, 1.2136613978591475, 0.2927171448788852, 0.0691302466251086, -0.33656018168956736, 1.1829667112343178, 0.00307502099959755, -0.0030679580515284854, 0.004601942375302316], "count": [169]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [169]}, "gripper_activity_state": {"mean": [1.7928994082840237, 2.0], "std": [0.5743608708814091, 0.0], "min": [0, 2], "max": [2, 2], "count": [169]}, "gripper_mode_action": {"mean": [0.33727810650887574, 0.0], "std": [0.47278069480327084, 0.0], "min": [0, 0], "max": [1, 0], "count": [169]}, "gripper_activity_action": {"mean": [1.9467455621301775, 2.0], "std": [0.29312345743197205, 0.0], "min": [0, 2], "max": [2, 2], "count": [169]}, "gripper_open_scale_state": {"mean": [0.8125114122650333, 0.9707426452636702], "std": [0.20260994934679158, 1.6653345369377348e-15], "min": [0.5285783004760742, 0.9707426452636718], "max": [0.9789613342285156, 0.9707426452636718], "count": [169]}, "gripper_open_scale_action": {"mean": [0.6627218934911243, 1.0], "std": [0.4727806948032708, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [169]}}} +{"episode_index": 26, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6126914705882353]], [[0.6478114678649237]], [[0.6221540849673203]]], "std": [[[0.19076163451733158]], [[0.20645282679088123]], [[0.20470003683456114]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5888632407407408]], [[0.6283456236383442]], [[0.598189357298475]]], "std": [[[0.19006450359129878]], [[0.20510139089242996]], [[0.19901166654069766]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4569823774509804]], [[0.45890189542483656]], [[0.4540794689542484]]], "std": [[[0.18995534823542207]], [[0.1861450692610388]], [[0.1888631030672539]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8901960784313725]], [[0.6509803921568628]], [[0.6509803921568628]]], "mean": [[[0.4389646949891068]], [[0.44369125272331156]], [[0.4347926552287582]]], "std": [[[0.19883945717184737]], [[0.19182761697559725]], [[0.20169366493425547]]], "count": [100]}, "observation.state": {"min": [-0.4876595735549927, -0.002765957498922944, -1.9742553234100342, -0.002765957498922944, -0.1895744651556015, -0.05659574642777443, -2.7585105895996094, -0.005106383003294468, -0.001276595750823617, -0.03127659484744072, 0.07914893329143524, -0.0008510638144798577, -0.01808510720729828, -2.760425567626953, 55.56078338623047, 97.96267700195312], "max": [0.3799999952316284, 2.3080852031707764, 0.0, 0.8972340226173401, 0.0191489364951849, 0.5685106515884399, -1.5225532054901123, -0.0042553190141916275, -0.001276595750823617, -0.029361702501773834, 0.08702127635478973, 0.003829787252470851, -0.0008510638144798577, -2.760425567626953, 97.89613342285156, 97.96267700195312], "mean": [-0.05846267566084862, 1.1324855089187622, -0.9431719183921814, 0.3561027944087982, -0.07609511911869049, 0.15645632147789001, -2.3492419719696045, -0.00460935290902853, -0.0012765942374244332, -0.030661791563034058, 0.07933121919631958, 0.002627311274409294, -0.0040111602284014225, -2.7604315280914307, 83.86894989013672, 97.96285247802734], "std": [0.30364078283309937, 0.8473013043403625, 0.7350290417671204, 0.2798197865486145, 0.08776083588600159, 0.22782084345817566, 0.5543582439422607, 0.00016370225057471544, 1.5133991837501526e-09, 0.00017013207252603024, 0.0005424456321634352, 0.0004462579090613872, 0.001902387710288167, 5.9604644775390625e-06, 18.984968185424805, 0.00017547607421875], "count": [244]}, "action": {"min": [-0.4893398582935333, 0.0, -1.9742332696914673, -0.003067961661145091, -0.19174760580062866, -0.05675728991627693, -2.7585105895996094, -0.004601942375302315, 0.0, -0.032213594764471054, 0.07976700365543365, -0.0015339808305725455, -0.01840776950120926, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.3804272413253784, 2.3071072101593018, 0.0, 0.9019806981086731, 0.019941750913858414, 0.5721748471260071, -1.5225532054901123, -0.004601942375302315, 0.0, -0.029145635664463043, 0.08590292185544968, 0.004601942375302315, 0.0, -2.760425567626953, 100.0, 100.0, 0.0, 0.0], "mean": [-0.05717230960726738, 1.1277337074279785, -0.938625693321228, 0.3597940504550934, -0.07708868384361267, 0.15848395228385925, -2.3492419719696045, -0.004601952154189348, 0.0, -0.030667101964354515, 0.07982375472784042, 0.002961090300232172, -0.004476215690374374, -2.7604315280914307, 69.26229858398438, 100.0, 0.0, 0.0], "std": [0.3042382597923279, 0.8487836122512817, 0.732839047908783, 0.282273530960083, 0.08836238086223602, 0.22792881727218628, 0.5543582439422607, 9.778887033462524e-09, 0.0, 0.00019600307859946042, 0.0004464512167032808, 0.0007068954291753471, 0.002013427671045065, 5.9604644775390625e-06, 46.140743255615234, 0.0, 0.0, 0.0], "count": [244]}, "timestamp": {"min": [0.0], "max": [8.1], "mean": [4.05], "std": [2.3478713763747794], "count": [244]}, "frame_index": {"min": [0], "max": [243], "mean": [121.5], "std": [70.43614129124337], "count": [244]}, "episode_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [244]}, "index": {"min": [26325], "max": [26568], "mean": [26446.5], "std": [70.43614129124337], "count": [244]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [244]}, "subtask_annotation": {"mean": [2.598360655737705, 6.0, 6.0, 6.0, 6.0], "std": [1.352955696181172, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [244]}, "scene_annotation": {"mean": [132.0], "std": [0.0], "min": [132], "max": [132], "count": [244]}, "eef_direction_state": {"mean": [4.122950819672131, 6.0], "std": [2.0023669143981517, 0.0], "min": [0, 6], "max": [6, 6], "count": [244]}, "eef_velocity_state": {"mean": [1.2254098360655739, 0.0], "std": [0.8698088611788332, 0.0], "min": [0, 0], "max": [2, 0], "count": [244]}, "eef_acc_mag_state": {"mean": [1.0450819672131149, 0.0], "std": [0.8359349785499702, 0.0], "min": [0, 0], "max": [2, 0], "count": [244]}, "eef_direction_action": {"mean": [4.049180327868853, 6.0], "std": [2.05199806273034, 0.0], "min": [0, 6], "max": [6, 6], "count": [244]}, "eef_velocity_action": {"mean": [1.2049180327868851, 0.0], "std": [0.8725177868464028, 0.0], "min": [0, 0], "max": [2, 0], "count": [244]}, "eef_acc_mag_action": {"mean": [1.0614754098360655, 0.0], "std": [0.8397840004597087, 0.0], "min": [0, 0], "max": [2, 0], "count": [244]}, "eef_sim_pose_state": {"mean": [0.2541940605202717, 0.2998470078647139, 1.2837799465538913, 0.05213599575641984, 0.535589460812615, -0.19174846331294187, 0.06651651963109423, -0.336313988462219, 1.1827961448928541, -0.0038866209581983487, 0.04739257384176339, -0.0019790865154781312], "std": [0.15932849186369555, 0.09721756850925689, 0.07659678478229567, 0.12373043181601832, 0.422726828476778, 0.24303215092312383, 1.3256147460458376e-05, 1.077341436941523e-05, 7.25063979734164e-05, 0.0019052507991442365, 0.0005682212158101039, 0.0004794748620215999], "min": [0.06237952917773245, 0.12817877666607957, 1.1826029257609854, -0.23722584372042077, -0.03434857520492307, -0.7249004955544401, 0.06646230825980505, -0.336390710052156, 1.182002458263459, -0.01797947746733611, 0.04680832787513012, -0.005532988853855025], "max": [0.5069378187720937, 0.41440179550229467, 1.4358833155676556, 0.30996151440387776, 1.1353014415999199, 0.15301090957515745, 0.06661617503826614, -0.3362854227298691, 1.1829251810028707, -0.0008912929152636835, 0.0551062814493104, -0.0008465926124162238], "count": [244]}, "eef_sim_pose_action": {"mean": [0.25285344329935183, 0.3012119470348415, 1.2826528935519281, 0.05161725699563149, 0.538789322504123, -0.19317307729790578, 0.06661044186595014, -0.33630709769400813, 1.1827795394406688, -0.004330592637963433, 0.049156315311993916, -0.0016372781205809491], "std": [0.1597046117132946, 0.09701962312781438, 0.07585065459696855, 0.12912600037383024, 0.4248487218371936, 0.24984837652363037, 1.6008547957489082e-05, 1.5899504624804455e-05, 5.2716644070261264e-05, 0.0020153995363275464, 0.00039895823860291166, 0.0007077541692435969], "min": [0.05728918724646748, 0.12836736632645615, 1.1818661995801139, -0.26065330767025663, -0.05635107276555207, -0.7470717985603066, 0.06646132595526308, -0.33640824632672367, 1.1823673366436414, -0.018483129122289225, 0.04908715724062995, -0.006137890733853018], "max": [0.5065711566869628, 0.41450534785172394, 1.445214322559668, 0.30320510952094726, 1.1385107223454494, 0.1763358209949336, 0.06672574010413469, -0.33627070396922554, 1.1827887871457314, -7.535962107996577e-05, 0.053689263862123804, 5.902510001095512e-06], "count": [244]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [244]}, "gripper_activity_state": {"mean": [1.8565573770491803, 2.0], "std": [0.48746377837995863, 0.0], "min": [0, 2], "max": [2, 2], "count": [244]}, "gripper_mode_action": {"mean": [0.3073770491803279, 0.0], "std": [0.46140697742613435, 0.0], "min": [0, 0], "max": [1, 0], "count": [244]}, "gripper_activity_action": {"mean": [1.9631147540983607, 2.0], "std": [0.2451833772319023, 0.0], "min": [0, 2], "max": [2, 2], "count": [244]}, "gripper_open_scale_state": {"mean": [0.8386890578660842, 0.9796267700195342], "std": [0.18984969219388012, 2.9976021664879227e-15], "min": [0.5556078338623047, 0.9796267700195312], "max": [0.9789613342285156, 0.9796267700195312], "count": [244]}, "gripper_open_scale_action": {"mean": [0.6926229508196722, 1.0], "std": [0.46140697742613435, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [244]}}} +{"episode_index": 27, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6202947630718953]], [[0.6564170152505447]], [[0.6317185920479302]]], "std": [[[0.19652248481863432]], [[0.2051921564312388]], [[0.2075368798049608]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5927047167755991]], [[0.6344179793028323]], [[0.6064866067538126]]], "std": [[[0.19892296336912801]], [[0.20733297171731044]], [[0.2052352982122062]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44351687091503267]], [[0.44454094226579516]], [[0.4268340849673203]]], "std": [[[0.21389569468627143]], [[0.19376154639110107]], [[0.20975058476141756]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8392156862745098]], [[0.6705882352941176]], [[0.6627450980392157]]], "mean": [[[0.4236212336601307]], [[0.4251068845315904]], [[0.4122137363834422]]], "std": [[[0.19875132210389496]], [[0.19453727273586965]], [[0.20669155929230884]]], "count": [100]}, "observation.state": {"min": [-0.6089361906051636, 0.0, -1.2748936414718628, -0.39829787611961365, -1.0208510160446167, -0.013404255732893944, -2.7585105895996094, 0.003829787252470851, -0.001276595750823617, -0.010851063765585423, -0.01425531879067421, -0.011063829995691776, 0.01765957474708557, -2.742553234100342, 57.436378479003906, 97.32622528076172], "max": [0.5291489362716675, 2.174893617630005, 0.0, 0.11680851131677628, 0.19085106253623962, 0.611914873123169, -1.578723430633545, 0.0042553190141916275, -0.001276595750823617, -0.0019148936262354255, 0.01425531879067421, -0.009999999776482582, 0.019999999552965164, -2.7421276569366455, 97.89613342285156, 97.3410415649414], "mean": [-0.07522562146186829, 1.1985204219818115, -0.7448390126228333, -0.1324504017829895, -0.3471261262893677, 0.27958592772483826, -2.4428164958953857, 0.0042429761961102486, -0.0012765963329002261, -0.010603344067931175, 0.012783440761268139, -0.010721555911004543, 0.018271150067448616, -2.742532968521118, 87.06272888183594, 97.34033203125], "std": [0.37059879302978516, 0.8494612574577332, 0.5218942165374756, 0.11681722104549408, 0.35196566581726074, 0.23047196865081787, 0.4903508722782135, 7.138962973840535e-05, 5.820766091346741e-10, 0.0013421038165688515, 0.0044988300651311874, 0.00021085789194330573, 0.00026484340196475387, 9.12519171833992e-05, 16.811023712158203, 0.0031768865883350372], "count": [207]}, "action": {"min": [-0.6089903712272644, 0.0, -1.2839418649673462, -0.41264083981513977, -1.0431069135665894, -0.013805827125906944, -2.7585105895996094, 0.004601942375302315, 0.0, -0.01073786523193121, -0.015339807607233524, -0.01073786523193121, 0.01840776950120926, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.5307573676109314, 2.175184726715088, -0.0, 0.1227184608578682, 0.1978835165500641, 0.6151263117790222, -1.578723430633545, 0.004601942375302315, 0.0, -0.0015339808305725455, 0.013805827125906944, -0.01073786523193121, 0.019941750913858414, -2.7421276569366455, 100.0, 100.0, 0.0, 0.0], "mean": [-0.077921561896801, 1.1980940103530884, -0.7472721338272095, -0.1322714239358902, -0.3511411249637604, 0.2812961935997009, -2.4428164958953857, 0.004601951222866774, 0.0, -0.010352525860071182, 0.012694265693426132, -0.01073787547647953, 0.018459679558873177, -2.742532968521118, 76.32849884033203, 100.0, 0.0, 0.0], "std": [0.37139657139778137, 0.8489487171173096, 0.523777186870575, 0.11801321804523468, 0.3592070937156677, 0.23109014332294464, 0.4903508722782135, 8.847564458847046e-09, 0.0, 0.001787060871720314, 0.005383262876421213, 1.0244548320770264e-08, 0.00027727693668566644, 9.12519171833992e-05, 42.50660705566406, 0.0, 0.0, 0.0], "count": [207]}, "timestamp": {"min": [0.0], "max": [6.866666666666666], "mean": [3.4333333333333336], "std": [1.9918351858041385], "count": [207]}, "frame_index": {"min": [0], "max": [206], "mean": [103.0], "std": [59.75505557412416], "count": [207]}, "episode_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [207]}, "index": {"min": [27085], "max": [27291], "mean": [27188.0], "std": [59.75505557412416], "count": [207]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [207]}, "subtask_annotation": {"mean": [2.5893719806763285, 6.0, 6.0, 6.0, 6.0], "std": [1.477850342415372, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [207]}, "scene_annotation": {"mean": [136.0], "std": [0.0], "min": [136], "max": [136], "count": [207]}, "eef_direction_state": {"mean": [3.9613526570048307, 6.0], "std": [1.8173756378267993, 0.0], "min": [0, 6], "max": [6, 6], "count": [207]}, "eef_velocity_state": {"mean": [1.3864734299516908, 0.0], "std": [0.801815951040102, 0.0], "min": [0, 0], "max": [2, 0], "count": [207]}, "eef_acc_mag_state": {"mean": [1.2028985507246377, 0.004830917874396135], "std": [0.8325453110924673, 0.06933671543191945], "min": [0, 0], "max": [2, 1], "count": [207]}, "eef_direction_action": {"mean": [3.995169082125604, 6.0], "std": [1.85591516688585, 0.0], "min": [0, 6], "max": [6, 6], "count": [207]}, "eef_velocity_action": {"mean": [1.3526570048309179, 0.0], "std": [0.8202039296535034, 0.0], "min": [0, 0], "max": [2, 0], "count": [207]}, "eef_acc_mag_action": {"mean": [1.1884057971014492, 0.0], "std": [0.8388287610717542, 0.0], "min": [0, 0], "max": [2, 0], "count": [207]}, "eef_sim_pose_state": {"mean": [0.26979259394498806, 0.3020195681195799, 1.2602098617175885, 0.08915234975728667, 0.24802586822055017, -0.46720207149999676, 0.06822089597469937, -0.33683209175271517, 1.1840893919224864, 0.018261524602314262, 0.0009034334228960067, -0.0064786282115765785], "std": [0.1505948166566483, 0.1314131288361483, 0.0804329274416208, 0.08904753102155898, 0.21623147284146088, 0.6786297352856722, 0.00010074051912291474, 5.217409088811039e-06, 0.00010544874301095083, 0.0002911891735971569, 0.003173418123047112, 0.00021392253557760092], "min": [0.06912390202149718, 0.08898088314257784, 1.182451384139459, -0.013427796334308068, -0.08744666691287684, -1.5641027002440695, 0.06820208626464692, -0.3368401658158005, 1.1839330793959755, 0.017641105195004527, -0.01744578104768446, -0.00702129223096149], "max": [0.43899005421621395, 0.5110502094280701, 1.443380614663138, 0.36614651457486397, 0.5959947199110269, 0.24577998963960443, 0.0688732240030425, -0.33681570622435614, 1.1850508840057248, 0.020193043719450705, 0.0021275436456624774, -0.0057446952475366945], "count": [207]}, "eef_sim_pose_action": {"mean": [0.2696790484190983, 0.3011474829808498, 1.2612769420448313, 0.08819481984018751, 0.24340878493620505, -0.4744526571170051, 0.06833851813732948, -0.33684042793504787, 1.184059351552448, 0.018434499003289483, 0.002341594427673384, -0.006136022214467959], "std": [0.14980332381826306, 0.13101307977066173, 0.0826263575454683, 0.09757801639019295, 0.21508936876068385, 0.6813364433263016, 0.0001345461677281933, 6.191780816826746e-07, 7.63426285890609e-05, 0.00030925975478116285, 0.003608502002852123, 2.4452338199468996e-07], "min": [0.0691219597861994, 0.08877451091238846, 1.1824949999999999, -0.035332256927160466, -0.01994180567931747, -1.5696076275834407, 0.06830946629836877, -0.33684056163088105, 1.183627993499268, 0.01835835506498821, -0.01687281556616016, -0.006137451588385154], "max": [0.4310555781817872, 0.5101984455432512, 1.4474867408602938, 0.387045700359207, 0.6036448234755483, 0.27051220709110146, 0.06900477867784427, -0.3368373618207894, 1.1844924075049306, 0.020122953094108987, 0.00460167706997483, -0.006135935489284674], "count": [207]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [207]}, "gripper_activity_state": {"mean": [1.8357487922705313, 2.0], "std": [0.5220521515825512, 0.0], "min": [0, 2], "max": [2, 2], "count": [207]}, "gripper_mode_action": {"mean": [0.23671497584541062, 0.0], "std": [0.4250658726079036, 0.0], "min": [0, 0], "max": [1, 0], "count": [207]}, "gripper_activity_action": {"mean": [1.9565217391304348, 2.0], "std": [0.26565656202642496, 0.0], "min": [0, 2], "max": [2, 2], "count": [207]}, "gripper_open_scale_state": {"mean": [0.8706265531530716, 0.9734032580242094], "std": [0.1681102728083604, 3.176889190168491e-05], "min": [0.574363784790039, 0.9732622528076171], "max": [0.9789613342285156, 0.9734104156494141], "count": [207]}, "gripper_open_scale_action": {"mean": [0.7632850241545893, 1.0], "std": [0.4250658726079036, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [207]}}} +{"episode_index": 28, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6283185403050109]], [[0.6683695996732026]], [[0.6454887418300653]]], "std": [[[0.18507746264286548]], [[0.2010198339106878]], [[0.19665406693147539]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9254901960784314]], [[1.0]]], "mean": [[[0.5859430255991286]], [[0.6309383578431373]], [[0.6036618164488018]]], "std": [[[0.2011699724153474]], [[0.21609237824529923]], [[0.20737072244786478]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8313725490196079]], [[0.6078431372549019]], [[0.6588235294117647]]], "mean": [[[0.44561219498910676]], [[0.44974012527233115]], [[0.44412557734204794]]], "std": [[[0.17427482824070303]], [[0.1707020490066135]], [[0.17402479657523495]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4378821160130719]], [[0.4453025136165577]], [[0.42402951525054466]]], "std": [[[0.22139809177013836]], [[0.20737461897066087]], [[0.22407985582364978]]], "count": [100]}, "observation.state": {"min": [-0.0031914892606437206, -0.001276595750823617, -0.0008510638144798577, 0.0042553190141916275, -0.017234042286872864, 0.040425531566143036, -2.7585105895996094, -0.013829787261784077, -0.0017021276289597154, -1.9482978582382202, -0.10276595503091812, -0.09702127426862717, -0.21021276712417603, -2.760425567626953, 97.77780151367188, 57.436378479003906], "max": [-0.0017021276289597154, -0.001276595750823617, 0.0, 0.004680851008743048, -0.016382979229092598, 0.04170212894678116, -2.7551064491271973, 0.8899999856948853, 2.382340431213379, 0.0, 0.6478723287582397, 0.36319148540496826, 0.043617021292448044, -1.578723430633545, 97.89613342285156, 97.96267700195312], "mean": [-0.002273035468533635, -0.0012765954015776515, -0.0005141047295182943, 0.0045171864330768585, -0.016737259924411774, 0.04112831875681877, -2.7561733722686768, 0.2846432626247406, 1.4058234691619873, -1.1707496643066406, 0.3148491382598877, -0.0056435903534293175, -0.03597189486026764, -2.345564126968384, 97.81493377685547, 83.72412872314453], "std": [0.00022348474885802716, 3.4924596548080444e-10, 0.0002332937001483515, 0.00020702321489807218, 0.00023395968310069293, 0.00021831982303410769, 0.0013749946374446154, 0.3412298560142517, 0.8301922082901001, 0.7017353177070618, 0.2338022142648697, 0.08613527566194534, 0.07031136006116867, 0.5285944938659668, 0.04779976233839989, 18.120098114013672], "count": [221]}, "action": {"min": [-0.003067961661145091, -0.0015339808305725455, -0.0015339808305725455, 0.004601942375302315, -0.016873788088560104, 0.041417479515075684, -2.7585105895996094, -0.02761165425181389, -0.004601942375302315, -1.9481556415557861, -0.11965049803256989, -0.09664078801870346, -0.2208932340145111, -2.760425567626953, 100.0, 0.0, 0.0, 0.0], "max": [-0.0015339808305725455, -0.0015339808305725455, -0.0, 0.004601942375302315, -0.016873788088560104, 0.041417479515075684, -2.7551064491271973, 0.8958447575569153, 2.3807382583618164, 0.003067961661145091, 0.653475821018219, 0.38656315207481384, 0.04448544234037399, -1.578723430633545, 100.0, 100.0, 0.0, 0.0], "mean": [-0.002235241699963808, -0.0015339829260483384, -0.0004649138718377799, 0.004601951688528061, -0.01687382161617279, 0.04141751304268837, -2.7561733722686768, 0.2828902006149292, 1.4042829275131226, -1.1713887453079224, 0.31547969579696655, -0.005157204810529947, -0.03745412081480026, -2.345564126968384, 100.0, 67.87330627441406, 0.0, 0.0], "std": [0.0007639616960659623, 2.0954757928848267e-09, 0.0007048504776321352, 9.313225746154785e-09, 3.3527612686157227e-08, 3.3527612686157227e-08, 0.0013749946374446154, 0.34204503893852234, 0.8308282494544983, 0.7028868198394775, 0.23634551465511322, 0.08966973423957825, 0.07225410640239716, 0.5285944938659668, 0.0, 46.6963005065918, 0.0, 0.0], "count": [221]}, "timestamp": {"min": [0.0], "max": [7.333333333333333], "mean": [3.666666666666667], "std": [2.1265517210315443], "count": [221]}, "frame_index": {"min": [0], "max": [220], "mean": [110.0], "std": [63.796551630946325], "count": [221]}, "episode_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [221]}, "index": {"min": [27458], "max": [27678], "mean": [27568.0], "std": [63.796551630946325], "count": [221]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [221]}, "subtask_annotation": {"mean": [2.5520361990950224, 6.0, 6.0, 6.0, 6.0], "std": [1.8649561562548742, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [221]}, "scene_annotation": {"mean": [138.0], "std": [0.0], "min": [138], "max": [138], "count": [221]}, "eef_direction_state": {"mean": [6.0, 3.728506787330317], "std": [0.0, 1.9562065136794944], "min": [6, 0], "max": [6, 6], "count": [221]}, "eef_velocity_state": {"mean": [0.0, 1.4751131221719458], "std": [0.0, 0.7402858753539892], "min": [0, 0], "max": [0, 2], "count": [221]}, "eef_acc_mag_state": {"mean": [0.0, 1.248868778280543], "std": [0.0, 0.7589949808601547], "min": [0, 0], "max": [0, 2], "count": [221]}, "eef_direction_action": {"mean": [6.0, 3.760180995475113], "std": [0.0, 2.000327566795112], "min": [6, 0], "max": [6, 6], "count": [221]}, "eef_velocity_action": {"mean": [0.0, 1.4343891402714932], "std": [0.0, 0.7737159631003317], "min": [0, 0], "max": [0, 2], "count": [221]}, "eef_acc_mag_action": {"mean": [0.0, 1.2805429864253393], "std": [0.0, 0.7687515142658932], "min": [0, 0], "max": [0, 2], "count": [221]}, "eef_sim_pose_state": {"mean": [0.06899093715448287, 0.33318527312311685, 1.182145269466141, 0.04108270619293233, 0.0027261030537880943, -0.019010363957283404, 0.29903085373026544, -0.23876730061334095, 1.2958391153339384, -0.06977602585945396, 0.5471365638852465, 0.2572189347929322], "std": [1.761550227196543e-05, 7.039297188485394e-06, 6.982304783500883e-05, 0.00021812393150823936, 0.0003255041286275442, 0.0003363131042403203, 0.15253655275447778, 0.12874733651742581, 0.08818761150967772, 0.07307368583751105, 0.39285253021109745, 0.38439754635864803], "min": [0.06896520586903375, 0.33316586914963225, 1.1819860456646796, 0.04038977041140335, 0.0021273434858106732, -0.020000076227983256, 0.06804159912346328, -0.3366298764761793, 1.1817308731441365, -0.20726485526380045, -0.10935964319351998, -0.1307377109256067], "max": [0.0690299472876415, 0.33320471539659896, 1.1822654681647602, 0.04166030184466666, 0.003403798411899306, -0.018297909931101797, 0.46832694111399054, 0.011411607618676186, 1.4984674183667355, 0.05618295541529206, 1.1124983793316923, 0.9307734980803748], "count": [221]}, "eef_sim_pose_action": {"mean": [0.06897519695337073, 0.33318137864094693, 1.1821170315476393, 0.0413735582106389, 0.002602676786409218, -0.019109088568906377, 0.2988408375536359, -0.24036045466600056, 1.2961497468454093, -0.07164488310346258, 0.5456846369225542, 0.2561748899403066], "std": [5.3374346968773226e-05, 1.756110228949623e-05, 0.00019526130964484388, 1.1892989340852339e-05, 0.0007047495926709491, 0.0007639559877668896, 0.15259698755989679, 0.1284789576702206, 0.09077647313122997, 0.07538560037495153, 0.3918718782946469, 0.38474872275245503], "min": [0.06889404873491817, 0.333165220811248, 1.1819882385248763, 0.04136571367631506, 0.0015337623380493604, -0.019941829146264346, 0.06877760634994687, -0.3367269345253125, 1.1822269248422452, -0.21902827800899088, -0.05982412706518647, -0.13107342430594265], "max": [0.06901059768265003, 0.333200731296731, 1.1824131900965438, 0.0413915966575653, 0.003067524791470211, -0.018407788768212564, 0.46802851031211085, 0.013018533414084866, 1.5155808816394147, 0.062189133484686576, 1.1165543213252853, 0.9397755749127641], "count": [221]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [221]}, "gripper_activity_state": {"mean": [2.0, 1.841628959276018], "std": [0.0, 0.5098887003681977], "min": [2, 0], "max": [2, 2], "count": [221]}, "gripper_mode_action": {"mean": [0.0, 0.3212669683257919], "std": [0.0, 0.46696306426584316], "min": [0, 0], "max": [0, 1], "count": [221]}, "gripper_activity_action": {"mean": [2.0, 1.9592760180995474], "std": [0.0, 0.2573224834047587], "min": [2, 0], "max": [2, 2], "count": [221]}, "gripper_open_scale_state": {"mean": [0.9781508356845214, 0.8372406756716065], "std": [0.0004779953102043739, 0.18120087596009044], "min": [0.9777780151367188, 0.574363784790039], "max": [0.9789613342285156, 0.9796267700195312], "count": [221]}, "gripper_open_scale_action": {"mean": [1.0, 0.6787330316742082], "std": [0.0, 0.4669630642658431], "min": [1.0, 0.0], "max": [1.0, 1.0], "count": [221]}}} +{"episode_index": 29, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9254901960784314]]], "mean": [[[0.6240455800653595]], [[0.6651979248366013]], [[0.6335097549019607]]], "std": [[[0.18395765899798872]], [[0.19235845007592825]], [[0.19755710157218584]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.9098039215686274]], [[0.8823529411764706]]], "mean": [[[0.5961802396514161]], [[0.6421616421568627]], [[0.6058209912854031]]], "std": [[[0.1872949915300881]], [[0.19545319116771287]], [[0.19563585284353638]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8549019607843137]], [[0.803921568627451]]], "mean": [[[0.4505016203703704]], [[0.45864081154684094]], [[0.4437434422657952]]], "std": [[[0.21331909212949582]], [[0.2021536327789679]], [[0.21572949517995585]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7019607843137254]], [[0.6823529411764706]], [[0.6980392156862745]]], "mean": [[[0.4355640005446623]], [[0.43805666122004355]], [[0.4205033442265795]]], "std": [[[0.19933898300913616]], [[0.19240385006918873]], [[0.20576337196953554]]], "count": [100]}, "observation.state": {"min": [-0.42085105180740356, 0.0, -1.5289361476898193, -0.13595744967460632, -0.41808509826660156, 0.027872340753674507, -2.758085012435913, 0.003829787252470851, -0.001276595750823617, -0.001276595750823617, -0.009148935787379742, -0.008085106499493122, 0.016170212998986244, -2.760425567626953, 57.47220993041992, 97.3558578491211], "max": [0.3906382918357849, 2.1500000953674316, 0.0, 0.2614893615245819, -0.010851063765585423, 0.6253191232681274, -1.579787254333496, 0.0042553190141916275, -0.001276595750823617, -0.0008510638144798577, -0.005744680762290955, -0.007021276745945215, 0.018297871574759483, -2.742978811264038, 97.88134765625, 97.96267700195312], "mean": [-0.02793625183403492, 1.0754448175430298, -0.7316307425498962, 0.07949803024530411, -0.19968874752521515, 0.32135748863220215, -2.426661968231201, 0.004251118749380112, -0.0012765965657308698, -0.000960068020503968, -0.008619633503258228, -0.007635463494807482, 0.01673932932317257, -2.7541770935058594, 86.50811004638672, 97.74517822265625], "std": [0.2859366238117218, 0.8276041150093079, 0.5624275207519531, 0.11031791567802429, 0.15318869054317474, 0.21194298565387726, 0.496805340051651, 4.202900527161546e-05, 8.149072527885437e-10, 0.00018574908608570695, 0.00039754953468218446, 0.0002186554775107652, 0.00031414543627761304, 0.005264830309897661, 17.03209114074707, 0.18310898542404175], "count": [203]}, "action": {"min": [-0.4264466464519501, 0.0015339808305725455, -1.5462526082992554, -0.16413594782352448, -0.4218447208404541, 0.02761165425181389, -2.758085012435913, 0.004601942375302315, 0.0, -0.0015339808305725455, -0.00920388475060463, -0.00920388475060463, 0.015339807607233524, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.39269909262657166, 2.149106979370117, 0.0015339808305725455, 0.26384469866752625, -0.00920388475060463, 0.6289321184158325, -1.579787254333496, 0.004601942375302315, 0.0, -0.0, -0.006135923322290182, -0.007669903803616762, 0.01840776950120926, -2.742978811264038, 100.0, 100.0, 0.0, 0.0], "mean": [-0.03231247887015343, 1.0754196643829346, -0.7327062487602234, 0.07919272035360336, -0.20116303861141205, 0.32352638244628906, -2.426661968231201, 0.004601951222866774, 0.0, -0.0009974659187719226, -0.00899231806397438, -0.007677474059164524, 0.01690404675900936, -2.7541770935058594, 74.87684631347656, 100.0, 0.0, 0.0], "std": [0.2885558307170868, 0.8277478814125061, 0.5618178248405457, 0.11131282895803452, 0.15516681969165802, 0.2111416906118393, 0.496805340051651, 8.847564458847046e-09, 0.0, 0.0007315437542274594, 0.0005711080157198012, 0.0001073988460120745, 0.00030301703372970223, 0.005264830309897661, 43.3722038269043, 0.0, 0.0, 0.0], "count": [203]}, "timestamp": {"min": [0.0], "max": [6.733333333333333], "mean": [3.366666666666667], "std": [1.9533447098644816], "count": [203]}, "frame_index": {"min": [0], "max": [202], "mean": [101.0], "std": [58.60034129593445], "count": [203]}, "episode_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [203]}, "index": {"min": [28493], "max": [28695], "mean": [28594.0], "std": [58.60034129593445], "count": [203]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [203]}, "subtask_annotation": {"mean": [2.6995073891625614, 6.0, 6.0, 6.0, 6.0], "std": [1.3978695097188303, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [203]}, "scene_annotation": {"mean": [143.0], "std": [0.0], "min": [143], "max": [143], "count": [203]}, "eef_direction_state": {"mean": [4.201970443349754, 6.0], "std": [1.9661159378072786, 0.0], "min": [0, 6], "max": [6, 6], "count": [203]}, "eef_velocity_state": {"mean": [1.251231527093596, 0.0], "std": [0.8993352556528773, 0.0], "min": [0, 0], "max": [2, 0], "count": [203]}, "eef_acc_mag_state": {"mean": [1.167487684729064, 0.0], "std": [0.854733037339302, 0.0], "min": [0, 0], "max": [2, 0], "count": [203]}, "eef_direction_action": {"mean": [4.1182266009852215, 6.0], "std": [2.0452547043815494, 0.0], "min": [0, 6], "max": [6, 6], "count": [203]}, "eef_velocity_action": {"mean": [1.2413793103448276, 0.0], "std": [0.8910402781613895, 0.0], "min": [0, 0], "max": [2, 0], "count": [203]}, "eef_acc_mag_action": {"mean": [1.206896551724138, 0.0], "std": [0.8576240085476676, 0.0], "min": [0, 0], "max": [2, 0], "count": [203]}, "eef_sim_pose_state": {"mean": [0.2531553151388287, 0.32909334466742296, 1.2637274225342445, 0.13913639237228856, 0.38863005961929353, -0.30594891793761175, 0.06895568831721016, -0.336759717390634, 1.183615350595341, 0.016822224647502458, -0.010855987650129042, -0.0033847920982798445], "std": [0.1560603476310394, 0.09071430213244529, 0.0732510146830924, 0.11488878739530678, 0.3552416424189088, 0.4662170385148827, 1.4338935823841715e-05, 5.089041335570862e-06, 6.77923554604526e-05, 0.00031401001150320993, 0.0004501893533478908, 0.00021908779303151548], "min": [0.06776111308131542, 0.20495219416399274, 1.182569480745817, -0.026298193221614863, -0.03161170312686035, -1.1536681684835355, 0.06893087269281532, -0.3367700371473038, 1.1832904773358206, 0.016230512432235705, -0.011489061351293461, -0.0038303211304117164], "max": [0.48522502475864365, 0.48649705360340834, 1.4430957780013391, 0.3690413787722464, 0.9353670432048102, 0.08735955963769977, 0.06896683521176591, -0.3367411000000597, 1.1837354788114136, 0.01837935868491297, -0.007872109392464521, -0.00276638747090618], "count": [203]}, "eef_sim_pose_action": {"mean": [0.2525421008041722, 0.3273229459387788, 1.264138322818478, 0.13967666573190865, 0.3865449101408276, -0.31281846574240874, 0.0690502741359547, -0.33676828637694006, 1.1836931563247388, 0.0169806947017717, -0.009989472210264678, -0.0030759043296367215], "std": [0.1553727053404278, 0.0911913775160037, 0.07544375722001893, 0.11879515264769303, 0.3582031062203051, 0.4699472854833926, 5.607215013462088e-05, 2.4428549005714036e-06, 0.00021289605653047945, 0.00030308084525635157, 0.000943000158309983, 0.0001073907312295222], "min": [0.068443098296425, 0.20502117737062034, 1.182483506714095, -0.02651127204748427, -0.0061340741098161455, -1.1604187911340142, 0.06900895535490695, -0.33680281208049556, 1.1832811753647576, 0.015398635610996383, -0.010737549730098994, -0.004602213087090301], "max": [0.4839175433878331, 0.48727672343741457, 1.4578615484554953, 0.38615647539344944, 0.9385309185085804, 0.08862477982611597, 0.06912784647013076, -0.33676775935008785, 1.1838635327114455, 0.018490130255071374, -0.007669579284264261, -0.0030681870253391206], "count": [203]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [203]}, "gripper_activity_state": {"mean": [1.8275862068965518, 2.0], "std": [0.5297341895081806, 0.0], "min": [0, 2], "max": [2, 2], "count": [203]}, "gripper_mode_action": {"mean": [0.2512315270935961, 0.0], "std": [0.43372139316364816, 0.0], "min": [0, 0], "max": [1, 0], "count": [203]}, "gripper_activity_action": {"mean": [1.9556650246305418, 2.0], "std": [0.26819029731657507, 0.0], "min": [0, 2], "max": [2, 2], "count": [203]}, "gripper_open_scale_state": {"mean": [0.865081400941749, 0.9774516352761555], "std": [0.17032095041268305, 0.0018310904088935727], "min": [0.5747220993041993, 0.973558578491211], "max": [0.9788134765625, 0.9796267700195312], "count": [203]}, "gripper_open_scale_action": {"mean": [0.7487684729064039, 1.0], "std": [0.43372139316364816, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [203]}}} +{"episode_index": 30, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8901960784313725]], [[1.0]]], "mean": [[[0.6047334041394336]], [[0.6384416203703703]], [[0.6113641857298475]]], "std": [[[0.19609875130755028]], [[0.20734733621308832]], [[0.20550075498644418]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.8705882352941177]], [[1.0]]], "mean": [[[0.5835825326797386]], [[0.6223180582788671]], [[0.5907797794117647]]], "std": [[[0.19447313992069676]], [[0.2055403247176407]], [[0.19900781921939142]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8392156862745098]], [[0.8666666666666667]]], "mean": [[[0.46081822440087145]], [[0.44540420206971676]], [[0.4287638480392157]]], "std": [[[0.2070424459878962]], [[0.18532817092546236]], [[0.20039489896772725]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.6705882352941176]], [[0.6470588235294118]]], "mean": [[[0.4227225054466231]], [[0.4247385648148148]], [[0.412942151416122]]], "std": [[[0.19724086893038456]], [[0.1923885407634923]], [[0.1963354666353366]]], "count": [100]}, "observation.state": {"min": [-0.724042534828186, -0.003617021255195141, -1.4348936080932617, -0.44297870993614197, -0.5910638570785522, -0.005744680762290955, -2.7551064491271973, 0.003829787252470851, -0.001276595750823617, 0.0, -0.0031914892606437206, 0.0, -0.011063829995691776, -2.734893560409546, 57.40772247314453, 97.07426452636719], "max": [0.1919148862361908, 2.2240426540374756, 0.0, 0.007234042510390282, 0.0017021276289597154, 0.5021276473999023, -1.577872395515442, 0.004680851008743048, -0.001276595750823617, 0.0, -0.002340425504371524, 0.004680851008743048, 0.002340425504371524, -2.734893560409546, 97.77780151367188, 97.07426452636719], "mean": [-0.2649906873703003, 1.469253420829773, -0.8737108707427979, -0.27327919006347656, -0.4119865298271179, 0.33371198177337646, -2.3753199577331543, 0.00426758686080575, -0.0012765962164849043, 0.0, -0.002692307811230421, 0.003974012099206448, -0.00957445614039898, -2.7348904609680176, 84.75313568115234, 97.07422637939453], "std": [0.35880744457244873, 0.8844801783561707, 0.5350202322006226, 0.18304502964019775, 0.23077760636806488, 0.1636209487915039, 0.5061326026916504, 0.00012457727279979736, 4.656612873077393e-10, 0.0, 0.00021229330741334707, 0.0006496899877674878, 0.0018818756798282266, 3.0994415283203125e-06, 17.345481872558594, 3.814697265625e-05], "count": [208]}, "action": {"min": [-0.7240389585494995, -0.0015339808305725455, -1.4358060359954834, -0.4494563639163971, -0.5936505794525146, -0.006135923322290182, -2.7551064491271973, 0.004601942375302315, 0.0, -0.0015339808305725455, -0.004601942375302315, 0.0, -0.012271846644580364, -2.734893560409546, 0.0, 100.0, 0.0, 0.0], "max": [0.19328157603740692, 2.22580623626709, -0.0, 0.01073786523193121, 0.007669903803616762, 0.5154175162315369, -1.577872395515442, 0.006135923322290182, 0.0, -0.0, -0.003067961661145091, 0.006135923322290182, 0.003067961661145091, -2.734893560409546, 100.0, 100.0, 0.0, 0.0], "mean": [-0.27126365900039673, 1.4702613353729248, -0.8741621375083923, -0.27760642766952515, -0.4165647625923157, 0.3401236832141876, -2.3753199577331543, 0.004683149047195911, 0.0, -7.374907909252215e-06, -0.003090090584009886, 0.00446182768791914, -0.009993156418204308, -2.7348904609680176, 69.23076629638672, 100.0, 0.0, 0.0], "std": [0.35881510376930237, 0.8864964842796326, 0.5349587798118591, 0.18515250086784363, 0.23248808085918427, 0.16387762129306793, 0.5061326026916504, 0.00034329399932175875, 0.0, 0.00010610628669383004, 0.00018289193394593894, 0.0007906988030299544, 0.0024018518161028624, 3.0994415283203125e-06, 46.15387725830078, 0.0, 0.0, 0.0], "count": [208]}, "timestamp": {"min": [0.0], "max": [6.9], "mean": [3.45], "std": [2.0014578020366387], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [208]}, "index": {"min": [28696], "max": [28903], "mean": [28799.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [208]}, "subtask_annotation": {"mean": [2.860576923076923, 6.0, 6.0, 6.0, 6.0], "std": [1.34621394096632, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [208]}, "scene_annotation": {"mean": [144.0], "std": [0.0], "min": [144], "max": [144], "count": [208]}, "eef_direction_state": {"mean": [3.576923076923077, 6.0], "std": [1.9473468523387436, 0.0], "min": [0, 6], "max": [6, 6], "count": [208]}, "eef_velocity_state": {"mean": [1.2355769230769231, 0.0], "std": [0.8188193034944568, 0.0], "min": [0, 0], "max": [2, 0], "count": [208]}, "eef_acc_mag_state": {"mean": [1.1778846153846154, 0.0], "std": [0.8038915841045248, 0.0], "min": [0, 0], "max": [2, 0], "count": [208]}, "eef_direction_action": {"mean": [3.581730769230769, 6.0], "std": [1.9372494588917408, 0.0], "min": [0, 6], "max": [6, 6], "count": [208]}, "eef_velocity_action": {"mean": [1.2692307692307692, 0.0], "std": [0.8231128676551037, 0.0], "min": [0, 0], "max": [2, 0], "count": [208]}, "eef_acc_mag_action": {"mean": [1.2451923076923077, 0.0], "std": [0.815991587401523, 0.0], "min": [0, 0], "max": [2, 0], "count": [208]}, "eef_sim_pose_state": {"mean": [0.32266229767764304, 0.23084107005818238, 1.2393917473644007, 0.15956253480261204, 0.2721076843113725, -0.7102658517364315, 0.06903306059767206, -0.33649851681696674, 1.1827418037974233, -0.009590249039763167, -0.003968871262418628, 0.00824164334616056], "std": [0.16533630450917647, 0.138192799652449, 0.04757430413785557, 0.08554161137658842, 0.16048613724092858, 0.536226134324833, 1.3426539196052475e-07, 1.4775324337632935e-05, 2.176048370646882e-05, 0.001884243488135839, 0.00021229109139629863, 0.0006667304482835056], "min": [0.06885122676103404, 0.04517465369733449, 1.1819322548137035, -0.005741602433331629, 0.0006381229502252506, -1.3840836909476504, 0.06903279862027968, -0.3365876613967471, 1.1827057349166672, -0.011081032391192337, -0.004468052243983944, 0.004255319014191627], "max": [0.5340755420172011, 0.4065902165374668, 1.3491985589322166, 0.3400253760519598, 0.43381374227842073, 0.0017022663356979233, 0.06903376248572021, -0.3364821636387423, 1.1827929709437457, 0.002340425504371523, -0.0036169816299647106, 0.008936212498909352], "count": [208]}, "eef_sim_pose_action": {"mean": [0.32241962030818433, 0.228388391836043, 1.2394381181143737, 0.1659892400157887, 0.2678554596148295, -0.7207922087898151, 0.06912898610666335, -0.33649660424819755, 1.1828137858119365, -0.010006971573017522, -0.0030974294811247894, 0.009144980766779524], "std": [0.16469403064649216, 0.13810244276227598, 0.04926436364232305, 0.08760430050055884, 0.16051556876912956, 0.5380165622724654, 8.067648974487057e-06, 1.943550407464601e-05, 3.474088010250687e-05, 0.0024041020801688615, 0.0002106671247921793, 0.000862085081647804], "min": [0.06899726185814442, 0.04518209136946676, 1.1813945649683615, -0.006133570224178777, -0.03374658316350132, -1.3867206240571286, 0.0690129319822344, -0.3365951523239607, 1.1828094734812, -0.012285965221816653, -0.004601893761781328, 0.004601942375302314], "max": [0.5353452228646856, 0.4076339290250142, 1.3713050084504266, 0.3811948908550001, 0.4376004787606247, 0.006140292497599217, 0.0691302466251086, -0.3364570799193569, 1.1832346076839406, 0.003067961661145091, -0.0030679039074492653, 0.010737894573828784], "count": [208]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [208]}, "gripper_activity_state": {"mean": [1.8221153846153846, 2.0], "std": [0.5299594924232112, 0.0], "min": [0, 2], "max": [2, 2], "count": [208]}, "gripper_mode_action": {"mean": [0.3076923076923077, 0.0], "std": [0.4615384615384602, 0.0], "min": [0, 0], "max": [1, 0], "count": [208]}, "gripper_activity_action": {"mean": [1.9567307692307692, 2.0], "std": [0.2650342586988025, 0.0], "min": [0, 2], "max": [2, 2], "count": [208]}, "gripper_open_scale_state": {"mean": [0.8475307519619295, 0.97074264526367], "std": [0.17345477461444242, 1.7763568394002505e-15], "min": [0.5740772247314453, 0.9707426452636718], "max": [0.9777780151367188, 0.9707426452636718], "count": [208]}, "gripper_open_scale_action": {"mean": [0.6923076923076923, 1.0], "std": [0.4615384615384602, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [208]}}} +{"episode_index": 31, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9254901960784314]], [[0.9686274509803922]]], "mean": [[[0.6084426279956426]], [[0.646112440087146]], [[0.6252831726579521]]], "std": [[[0.1930197101260253]], [[0.20359242431166752]], [[0.2028008968319749]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9019607843137255]], [[0.9176470588235294]]], "mean": [[[0.5844927668845316]], [[0.6265873257080611]], [[0.6010868110021786]]], "std": [[[0.19264509288527615]], [[0.2027146678048653]], [[0.19736620148799908]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.7176470588235294]], [[0.7372549019607844]]], "mean": [[[0.46567493464052284]], [[0.44866742647058827]], [[0.4310118954248366]]], "std": [[[0.20784954361707514]], [[0.18324751332616554]], [[0.20115835552177216]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.6745098039215687]], [[0.6666666666666666]]], "mean": [[[0.4222111982570806]], [[0.4286672549019608]], [[0.42383029139433553]]], "std": [[[0.19521919760671014]], [[0.1926877641099472]], [[0.20017739949083097]]], "count": [100]}, "observation.state": {"min": [-0.632553219795227, -0.003617021255195141, -1.4965957403182983, -0.6176595687866211, -0.6853191256523132, -0.009148935787379742, -2.7551064491271973, -0.0017021276289597154, -0.001276595750823617, -0.00042553190723992884, -0.006595744751393795, 0.00042553190723992884, -0.009148935787379742, -2.742553234100342, 54.08039855957031, 97.07426452636719], "max": [0.3644680976867676, 2.4019148349761963, 0.0, 0.016382979229092598, 0.002340425504371524, 0.3559574484825134, -1.4774467945098877, -0.0017021276289597154, -0.001276595750823617, 0.0, -0.005106383003294468, 0.003617021255195141, -0.003829787252470851, -2.734893560409546, 97.77780151367188, 97.3410415649414], "mean": [-0.17678548395633698, 1.4362848997116089, -0.8191585540771484, -0.3525422215461731, -0.36870285868644714, 0.2375664860010147, -2.3558335304260254, -0.0017021291423588991, -0.001276597147807479, -2.4177950763260014e-05, -0.00551258260384202, 0.0027381526306271553, -0.008689549751579762, -2.73730731010437, 84.10501098632812, 97.158203125], "std": [0.36165252327919006, 0.8995208740234375, 0.5414256453514099, 0.24077282845973969, 0.24957585334777832, 0.11550338566303253, 0.5514466762542725, 1.5133991837501526e-09, 1.3969838619232178e-09, 9.850848437054083e-05, 0.0002381741942372173, 0.00044676073594018817, 0.0007777186692692339, 0.003154273610562086, 18.860713958740234, 0.10986118018627167], "count": [176]}, "action": {"min": [-0.6335340738296509, -0.003067961661145091, -1.4986991882324219, -0.6227961778640747, -0.6887573599815369, -0.01840776950120926, -2.7551064491271973, -0.0015339808305725455, 0.0, -0.0015339808305725455, -0.007669903803616762, 0.0, -0.00920388475060463, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.3681553900241852, 2.40067982673645, 0.0015339808305725455, 0.023009711876511574, 0.03374757617712021, 0.35895150899887085, -1.4774467945098877, -0.0015339808305725455, 0.0, -0.0, -0.006135923322290182, 0.004601942375302315, -0.003067961661145091, -2.734893560409546, 100.0, 100.0, 0.0, 0.0], "mean": [-0.18399858474731445, 1.4341750144958496, -0.8178465366363525, -0.3556566834449768, -0.3679462671279907, 0.24078255891799927, -2.3558335304260254, -0.001533982460387051, 0.0, -5.229479938861914e-05, -0.006144645623862743, 0.0031029151286929846, -0.009029584936797619, -2.73730731010437, 71.59091186523438, 100.0, 0.0, 0.0], "std": [0.3623344302177429, 0.904213547706604, 0.5437989830970764, 0.24455969035625458, 0.25199592113494873, 0.11448890715837479, 0.5514466762542725, 1.6298145055770874e-09, 0.0, 0.0002783605013974011, 0.00011529918992891908, 0.0005653821281157434, 0.0008316169842146337, 0.003154273610562086, 45.09799575805664, 0.0, 0.0, 0.0], "count": [176]}, "timestamp": {"min": [0.0], "max": [5.833333333333333], "mean": [2.916666666666667], "std": [1.6935334527417978], "count": [176]}, "frame_index": {"min": [0], "max": [175], "mean": [87.5], "std": [50.806003582253936], "count": [176]}, "episode_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [176]}, "index": {"min": [28904], "max": [29079], "mean": [28991.5], "std": [50.806003582253936], "count": [176]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [176]}, "subtask_annotation": {"mean": [2.977272727272727, 6.0, 6.0, 6.0, 6.0], "std": [1.2745522629827222, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [176]}, "scene_annotation": {"mean": [145.0], "std": [0.0], "min": [145], "max": [145], "count": [176]}, "eef_direction_state": {"mean": [3.6988636363636362, 6.0], "std": [1.938016460091805, 0.0], "min": [0, 6], "max": [6, 6], "count": [176]}, "eef_velocity_state": {"mean": [1.3863636363636365, 0.0], "std": [0.7895887620927377, 0.0], "min": [0, 0], "max": [2, 0], "count": [176]}, "eef_acc_mag_state": {"mean": [1.2443181818181819, 0.0], "std": [0.7631212751447253, 0.0], "min": [0, 0], "max": [2, 0], "count": [176]}, "eef_direction_action": {"mean": [3.625, 6.0], "std": [1.9846713719267113, 0.0], "min": [0, 6], "max": [6, 6], "count": [176]}, "eef_velocity_action": {"mean": [1.3465909090909092, 0.0], "std": [0.7972180127903254, 0.0], "min": [0, 0], "max": [2, 0], "count": [176]}, "eef_acc_mag_action": {"mean": [1.2159090909090908, 0.0], "std": [0.8040927077424767, 0.0], "min": [0, 0], "max": [2, 0], "count": [176]}, "eef_sim_pose_state": {"mean": [0.31857033521677375, 0.24836412726149956, 1.2368614041146182, 0.10843479492389128, 0.22874046250271182, -0.5668272088357853, 0.0690300598934402, -0.3363896489638234, 1.1830375846516221, -0.008708200015630125, -0.0068133199035515825, 0.0010360887476964637], "std": [0.16252210554133853, 0.1439799502078259, 0.05121834075737184, 0.06172643647795444, 0.15074986257254658, 0.5391406059588647, 7.529303780068676e-06, 1.005258576156596e-05, 3.618233020134356e-05, 0.0007797642559758219, 0.00025555497756347474, 0.0004467710165076563], "min": [0.06878710252160074, 0.03878048573747369, 1.182138706777635, -0.009043795064871012, -0.019984173016602158, -1.3501103152007041, 0.0689991890875991, -0.3364416927303139, 1.1829892503839992, -0.009174332255721125, -0.007872318941049006, -0.0012765852325007025], "max": [0.48119728332359696, 0.441429554780811, 1.350985250334646, 0.24602001049357786, 0.4847560749994675, 0.001066190217389914, 0.06903218725621726, -0.3363698746796601, 1.1831725860955875, -0.0038424628991680387, -0.006382946246458188, 0.0019149827838318158], "count": [176]}, "eef_sim_pose_action": {"mean": [0.3180186998066007, 0.2461413528045238, 1.2365724220795267, 0.11386782377038601, 0.22543293163348474, -0.5726131172046354, 0.0691245789020622, -0.3363854359641833, 1.1831393323987909, -0.009048795378831116, -0.006196903114803632, 0.0015689908849552078], "std": [0.16213426330118258, 0.1441002567709144, 0.05280548068314026, 0.06374420081365173, 0.15262089611361226, 0.5393297712759302, 2.124435525218577e-05, 1.2722430257602912e-05, 7.787939284093897e-05, 0.0008339744647450182, 0.0002997768303984599, 0.0005653924457327686], "min": [0.06852575307006159, 0.03879619135154658, 1.1814116479978434, -0.017990131859850475, -0.10276457525385907, -1.3518445374146633, 0.06901149807072718, -0.3364552668920964, 1.1831239451396205, -0.009232122170854822, -0.007669868056123352, -0.001533980830572546], "max": [0.47155401542779707, 0.4433556448486793, 1.3493133877755532, 0.2576516736482727, 0.4858288609337831, 0.03544988234274364, 0.06912860783592589, -0.33635170950467225, 1.1835490771991521, -0.0030773741643335076, -0.006135858348685241, 0.0030680481754069636], "count": [176]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [176]}, "gripper_activity_state": {"mean": [1.7840909090909092, 2.0], "std": [0.5828781183287349, 0.0], "min": [0, 2], "max": [2, 2], "count": [176]}, "gripper_mode_action": {"mean": [0.2840909090909091, 0.0], "std": [0.45098033711328245, 0.0], "min": [0, 0], "max": [1, 0], "count": [176]}, "gripper_activity_action": {"mean": [1.9488636363636365, 2.0], "std": [0.287423633407767, 0.0], "min": [0, 2], "max": [2, 2], "count": [176]}, "gripper_open_scale_state": {"mean": [0.841049687645652, 0.9715830911289551], "std": [0.1886071691311962, 0.0010986112034505825], "min": [0.5408039855957031, 0.9707426452636718], "max": [0.9777780151367188, 0.9734104156494141], "count": [176]}, "gripper_open_scale_action": {"mean": [0.7159090909090909, 1.0], "std": [0.4509803371132825, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [176]}}} +{"episode_index": 32, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6339990631808279]], [[0.6697446405228759]], [[0.6384000762527233]]], "std": [[[0.1759267707942925]], [[0.18663780676592878]], [[0.18867926982572925]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.593531772875817]], [[0.6349614025054466]], [[0.5996832788671024]]], "std": [[[0.1901330967745068]], [[0.20141284038864748]], [[0.1973922106191202]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8392156862745098]], [[0.6196078431372549]], [[0.6431372549019608]]], "mean": [[[0.43572598856209155]], [[0.4473666857298475]], [[0.4428027205882353]]], "std": [[[0.17031890555746806]], [[0.16349985607808865]], [[0.1653815790305321]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44858003812636166]], [[0.4448990577342048]], [[0.4121752832244009]]], "std": [[[0.21746746347639206]], [[0.20429600549286503]], [[0.22846932991390223]]], "count": [100]}, "observation.state": {"min": [0.0042553190141916275, 0.0, -0.0017021276289597154, -0.005106383003294468, -0.0019148936262354255, -0.0017021276289597154, -2.7551064491271973, -0.03851063922047615, -0.0019148936262354255, -1.9619148969650269, -0.2140425592660904, -0.07872340083122253, -0.19319148361682892, -2.760425567626953, 97.76300048828125, 56.58686065673828], "max": [0.0042553190141916275, 0.0, -0.0017021276289597154, -0.002765957498922944, -0.0008510638144798577, -0.0008510638144798577, -2.754680871963501, 0.6055319309234619, 2.4270212650299072, -0.001276595750823617, 0.6797872185707092, 0.5708510875701904, 0.017234042286872864, -1.5534042119979858, 97.77780151367188, 97.96267700195312], "mean": [0.004255310166627169, 0.0, -0.001702129258774221, -0.0039043508004397154, -0.0015798367094248533, -0.001234838622622192, -2.7549006938934326, 0.13443826138973236, 1.4801721572875977, -1.2447131872177124, 0.25146645307540894, 0.13891129195690155, -0.10433481633663177, -2.428494691848755, 97.7705078125, 86.5748519897461], "std": [8.847564458847046e-09, 0.0, 1.6298145055770874e-09, 0.0003794700896833092, 0.00021390819165389985, 0.000176794666913338, 0.00021264163660816848, 0.23068566620349884, 0.844312846660614, 0.6849900484085083, 0.26854684948921204, 0.17860591411590576, 0.07653246074914932, 0.503525972366333, 0.007397289853543043, 17.255329132080078], "count": [214]}, "action": {"min": [0.004601942375302315, 0.0015339808305725455, -0.0015339808305725455, -0.006135923322290182, -0.0015339808305725455, -0.0015339808305725455, -2.7551064491271973, -0.03834952041506767, 0.0, -1.9619613885879517, -0.2208932340145111, -0.09357282519340515, -0.19634954631328583, -2.760425567626953, 100.0, 0.0, 0.0, 0.0], "max": [0.004601942375302315, 0.0015339808305725455, -0.0015339808305725455, -0.003067961661145091, -0.0015339808305725455, -0.0015339808305725455, -2.754680871963501, 0.6059224009513855, 2.4282915592193604, -0.0, 0.6841554045677185, 0.5798447132110596, 0.019941750913858414, -1.5534042119979858, 100.0, 100.0, 0.0, 0.0], "mean": [0.004601951688528061, 0.0015339829260483384, -0.0015339829260483384, -0.004372567404061556, -0.0015339829260483384, -0.0015339829260483384, -2.7549006938934326, 0.13248156011104584, 1.4804701805114746, -1.2465747594833374, 0.25778767466545105, 0.1371980756521225, -0.10665471106767654, -2.428494691848755, 100.0, 75.233642578125, 0.0, 0.0], "std": [9.313225746154785e-09, 2.0954757928848267e-09, 2.0954757928848267e-09, 0.0015167334349825978, 2.0954757928848267e-09, 2.0954757928848267e-09, 0.00021264163660816848, 0.23061107099056244, 0.842810332775116, 0.6829003095626831, 0.26632392406463623, 0.17999589443206787, 0.07748333364725113, 0.503525972366333, 0.0, 43.16552734375, 0.0, 0.0], "count": [214]}, "timestamp": {"min": [0.0], "max": [7.1], "mean": [3.5500000000000003], "std": [2.0591934774998144], "count": [214]}, "frame_index": {"min": [0], "max": [213], "mean": [106.5], "std": [61.775804324994425], "count": [214]}, "episode_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [214]}, "index": {"min": [29825], "max": [30038], "mean": [29931.5], "std": [61.775804324994425], "count": [214]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [214]}, "subtask_annotation": {"mean": [2.6542056074766354, 6.0, 6.0, 6.0, 6.0], "std": [1.9769834650995377, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [214]}, "scene_annotation": {"mean": [150.0], "std": [0.0], "min": [150], "max": [150], "count": [214]}, "eef_direction_state": {"mean": [6.0, 3.7616822429906542], "std": [0.0, 1.9916247469529342], "min": [6, 0], "max": [6, 6], "count": [214]}, "eef_velocity_state": {"mean": [0.0, 1.425233644859813], "std": [0.0, 0.7922042427508877], "min": [0, 0], "max": [0, 2], "count": [214]}, "eef_acc_mag_state": {"mean": [0.0, 1.3037383177570094], "std": [0.0, 0.8066806608142705], "min": [0, 0], "max": [0, 2], "count": [214]}, "eef_direction_action": {"mean": [6.0, 3.7336448598130842], "std": [0.0, 2.013758467044911], "min": [6, 0], "max": [6, 6], "count": [214]}, "eef_velocity_action": {"mean": [0.0, 1.425233644859813], "std": [0.0, 0.7862835161950079], "min": [0, 0], "max": [0, 2], "count": [214]}, "eef_acc_mag_action": {"mean": [0.0, 1.2757009345794392], "std": [0.0, 0.8166882201168523], "min": [0, 0], "max": [0, 2], "count": [214]}, "eef_sim_pose_state": {"mean": [0.0690004612289059, 0.33337664622906704, 1.1833669302495742, -0.001225982616256261, -0.005606475202071291, 0.002675457155531604, 0.34004676390991045, -0.2777406365420684, 1.3014145168383018, -0.0427780324491351, 0.48080879972744844, 0.2982263171607042], "std": [2.195836472705664e-07, 4.8135293940886e-06, 3.889622511980922e-05, 0.0001769143440547191, 0.00037946993802229873, 0.00021391142708282056, 0.17178332220180215, 0.10700717787576011, 0.08655716364288012, 0.07952840249043404, 0.44050306599464756, 0.38801105653999524], "min": [0.06899968500884995, 0.33336910447438883, 1.1832502427282545, -0.0016974195689221467, -0.006808505084265448, 0.002340386378692708, 0.06402480506596106, -0.34948387709933104, 1.1833722240017617, -0.21947531377885554, -0.2312748559287645, -0.0428995886338335], "max": [0.06900103762013048, 0.33339304594825764, 1.1834901394528035, -0.0008409233648815788, -0.0044680814870470265, 0.0034042421773895857, 0.5133389240111687, -0.04600367840778197, 1.4939582136367688, 0.11637837674014123, 1.1279324801450676, 1.0235180805721376], "count": [214]}, "eef_sim_pose_action": {"mean": [0.06913011657720815, 0.3333703275549449, 1.1834033927323504, -0.0015272733479198635, -0.004372557036028188, 0.0030679451157792277, 0.3398367985622632, -0.27888800072132724, 1.3016733385093098, -0.047145747746722665, 0.48611531363806526, 0.29507274161403585], "std": [7.154524183075212e-07, 3.292494043874455e-09, 0.00015546803223053345, 2.3266909839660323e-06, 0.001516732160951649, 1.0707260311276846e-08, 0.17070203229944073, 0.10675075334477419, 0.08942543628605729, 0.08219763638351849, 0.43961216177062434, 0.3888533678975061], "min": [0.06912928478927531, 0.3333703237270781, 1.18326966876829, -0.0015292746232755806, -0.006135916102989025, 0.0030679326674742263, 0.06342698010405125, -0.3493841867685663, 1.1829676662874105, -0.23074134686569603, -0.1687329035837788, -0.05085583946902879], "max": [0.06913073196502835, 0.3333703303869445, 1.1835841405079326, -0.0015245683273841294, -0.0030679580515287075, 0.0030679543255008224, 0.5131853855527418, -0.04371433482442663, 1.51238374762271, 0.12497145913152602, 1.1157899792815553, 1.0293085748898743], "count": [214]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [214]}, "gripper_activity_state": {"mean": [2.0, 1.8271028037383177], "std": [0.0, 0.5321566232552045], "min": [2, 0], "max": [2, 2], "count": [214]}, "gripper_mode_action": {"mean": [0.0, 0.24766355140186916], "std": [0.0, 0.43165532165013587], "min": [0, 0], "max": [0, 1], "count": [214]}, "gripper_activity_action": {"mean": [2.0, 1.9579439252336448], "std": [0.0, 0.26139002375601805], "min": [2, 0], "max": [2, 2], "count": [214]}, "gripper_open_scale_state": {"mean": [0.9777067765565706, 0.8657478639121362], "std": [7.395339771873578e-05, 0.1725532343428288], "min": [0.9776300048828125, 0.5658686065673828], "max": [0.9777780151367188, 0.9796267700195312], "count": [214]}, "gripper_open_scale_action": {"mean": [1.0, 0.7523364485981309], "std": [0.0, 0.43165532165013587], "min": [1.0, 0.0], "max": [1.0, 1.0], "count": [214]}}} +{"episode_index": 33, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9490196078431372]]], "mean": [[[0.6491706563180828]], [[0.6743466094771241]], [[0.6473370778867102]]], "std": [[[0.17660871953025425]], [[0.19203691398890196]], [[0.19723318842499976]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6056410130718954]], [[0.637482848583878]], [[0.606633545751634]]], "std": [[[0.192853192233693]], [[0.2062203777824813]], [[0.20524643995896516]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[0.6823529411764706]], [[0.7058823529411765]]], "mean": [[[0.46267470043572984]], [[0.46215397875816994]], [[0.4483792156862745]]], "std": [[[0.18034037246791512]], [[0.17957521670089052]], [[0.1887467511912437]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.45955399237472766]], [[0.44844427559912853]], [[0.41984768246187365]]], "std": [[[0.22713523112416514]], [[0.20498176906862903]], [[0.22362214280676185]]], "count": [100]}, "observation.state": {"min": [0.003829787252470851, 0.0, -0.0017021276289597154, -0.005106383003294468, -0.0019148936262354255, -0.0017021276289597154, -2.7551064491271973, -0.38765957951545715, -0.0017021276289597154, -1.8006383180618286, -0.010851063765585423, -0.15234042704105377, -0.9057446718215942, -2.742978811264038, 97.76300048828125, 57.62282180786133], "max": [0.0042553190141916275, 0.0, -0.0017021276289597154, -0.002765957498922944, -0.001276595750823617, -0.0008510638144798577, -2.754680871963501, 0.7538297772407532, 2.264042615890503, -0.00042553190723992884, 0.4478723406791687, 0.8187233805656433, 0.10914893448352814, -1.584255337715149, 97.77780151367188, 97.3558578491211], "mean": [0.004240990150719881, 0.0, -0.001702129258774221, -0.003923893440514803, -0.0016387073555961251, -0.001260229735635221, -2.755101203918457, 0.17238232493400574, 1.362856149673462, -1.0359116792678833, 0.2014370560646057, 0.31146368384361267, -0.3405206799507141, -2.3197085857391357, 97.77739715576172, 82.83595275878906], "std": [7.673892832826823e-05, 0.0, 1.6298145055770874e-09, 0.00041968878940679133, 0.00018278993957210332, 0.00018588894454296678, 4.1546165448380634e-05, 0.4111073911190033, 0.7533444762229919, 0.5912752151489258, 0.08352092653512955, 0.25216400623321533, 0.3302208185195923, 0.5315356850624084, 0.0014679429586976767, 18.22088050842285], "count": [208]}, "action": {"min": [0.004601942375302315, 0.0015339808305725455, -0.0015339808305725455, -0.006135923322290182, -0.0015339808305725455, -0.0015339808305725455, -2.7551064491271973, -0.3911651074886322, -0.003067961661145091, -1.8054953813552856, -0.003067961661145091, -0.20862138271331787, -0.9111846089363098, -2.742978811264038, 100.0, 0.0, 0.0, 0.0], "max": [0.004601942375302315, 0.0015339808305725455, -0.0015339808305725455, -0.003067961661145091, -0.0015339808305725455, -0.0015339808305725455, -2.754680871963501, 0.754718542098999, 2.261087656021118, -0.003067961661145091, 0.47860199213027954, 0.8360195159912109, 0.11658254265785217, -1.584255337715149, 100.0, 100.0, 0.0, 0.0], "mean": [0.004601951222866774, 0.0015339828096330166, -0.0015339828096330166, -0.004115203395485878, -0.0015339828096330166, -0.0015339828096330166, -2.755101203918457, 0.17291215062141418, 1.3621525764465332, -1.0386828184127808, 0.20605486631393433, 0.3129393756389618, -0.34281519055366516, -2.3197085857391357, 100.0, 66.34615325927734, 0.0, 0.0], "std": [8.847564458847046e-09, 1.979060471057892e-09, 1.979060471057892e-09, 0.0014547088649123907, 1.979060471057892e-09, 1.979060471057892e-09, 4.1546165448380634e-05, 0.41311392188072205, 0.7533497214317322, 0.5916022062301636, 0.08159448951482773, 0.2578650712966919, 0.3330053687095642, 0.5315356850624084, 0.0, 47.252586364746094, 0.0, 0.0], "count": [208]}, "timestamp": {"min": [0.0], "max": [6.9], "mean": [3.45], "std": [2.0014578020366387], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [208]}, "index": {"min": [30530], "max": [30737], "mean": [30633.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [208]}, "subtask_annotation": {"mean": [2.543269230769231, 6.0, 6.0, 6.0, 6.0], "std": [1.849649884909457, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [208]}, "scene_annotation": {"mean": [154.0], "std": [0.0], "min": [154], "max": [154], "count": [208]}, "eef_direction_state": {"mean": [6.0, 4.072115384615385], "std": [0.0, 1.6639825217952968], "min": [6, 0], "max": [6, 6], "count": [208]}, "eef_velocity_state": {"mean": [0.0, 1.4807692307692308], "std": [0.0, 0.7780741663132273], "min": [0, 0], "max": [0, 2], "count": [208]}, "eef_acc_mag_state": {"mean": [0.0, 1.3173076923076923], "std": [0.0, 0.7372561275656762], "min": [0, 0], "max": [0, 2], "count": [208]}, "eef_direction_action": {"mean": [6.0, 4.105769230769231], "std": [0.0, 1.657838428327041], "min": [6, 0], "max": [6, 6], "count": [208]}, "eef_velocity_action": {"mean": [0.0, 1.4471153846153846], "std": [0.0, 0.794870179382146], "min": [0, 0], "max": [0, 2], "count": [208]}, "eef_acc_mag_action": {"mean": [0.0, 1.2644230769230769], "std": [0.0, 0.7672902205452506], "min": [0, 0], "max": [0, 2], "count": [208]}, "eef_sim_pose_state": {"mean": [0.06900045015175155, 0.333375649759797, 1.183368933158199, -0.001251008237696248, -0.005626015187995913, 0.0026022651276575415, 0.2792929229720741, -0.2580867123205947, 1.2953223256678612, -0.06411020757950979, 0.45140651957297895, 0.5890820477001696], "std": [2.41790018763891e-07, 4.6661057152378085e-06, 4.3018659102727536e-05, 0.0001858610685243862, 0.000419688086568571, 0.00018946001005207063, 0.13103063733232528, 0.14347644783467442, 0.09081996937184468, 0.1117525336301937, 0.3146365872680782, 0.4260877296976679], "min": [0.06899971149524539, 0.33336910447438883, 1.1832502426258436, -0.001695337163898915, -0.006808500769164505, 0.0021276249485932507, 0.06218930690890676, -0.4201552489542305, 1.1820457789163394, -0.39783088622359375, -0.16487125135365055, -0.10678848836922408], "max": [0.06900107582142082, 0.33339322642667824, 1.183490139355703, -0.0008401990278792813, -0.0044680769360039285, 0.0029787105204344927, 0.4324450821950842, -0.026937520985516567, 1.5129148618244506, 0.15439973220192743, 0.8354799042633734, 1.1717438077195834], "count": [208]}, "eef_sim_pose_action": {"mean": [0.06913023797715113, 0.3333703281136241, 1.1833770124871168, -0.001527668147274165, -0.004115193732556028, 0.00306794693261674, 0.2790362953506665, -0.2573792004892281, 1.296043680404843, -0.06769402360399893, 0.45214181859575764, 0.5912771707946006], "std": [6.861947649001465e-07, 3.157851058378115e-09, 0.00014911033507760733, 2.231543470793904e-06, 0.0014547070384677244, 1.026939847292991e-08, 0.1295262835090718, 0.14401106430158978, 0.09192286526464642, 0.12341099675603846, 0.30491858168687835, 0.43188226917115125], "min": [0.06912928478927531, 0.3333703237270781, 1.18326966876829, -0.0015292746232755806, -0.006135916102989025, 0.0030679326674742263, 0.062242589836185525, -0.4215313078938379, 1.1831533303358115, -0.44424611144096016, -0.09961650158552549, -0.15465499738453148], "max": [0.06913073196502835, 0.3333703303869445, 1.1835841405079326, -0.0015245683273841294, -0.0030679580515287075, 0.0030679543255008224, 0.42622376123953243, -0.02686162451258462, 1.509193800262851, 0.1769664480048584, 0.8359395105666954, 1.1797272432520252], "count": [208]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [208]}, "gripper_activity_state": {"mean": [2.0, 1.8317307692307692], "std": [0.0, 0.5239943524132176], "min": [2, 0], "max": [2, 2], "count": [208]}, "gripper_mode_action": {"mean": [0.0, 0.33653846153846156], "std": [0.0, 0.47252547597329203], "min": [0, 0], "max": [0, 1], "count": [208]}, "gripper_activity_action": {"mean": [2.0, 1.9567307692307692], "std": [0.0, 0.2650342586988025], "min": [2, 0], "max": [2, 2], "count": [208]}, "gripper_open_scale_state": {"mean": [0.9777765919612023, 0.8283609735048706], "std": [1.444365401362472e-05, 0.1822089249650732], "min": [0.9776300048828125, 0.5762282180786132], "max": [0.9777780151367188, 0.973558578491211], "count": [208]}, "gripper_open_scale_action": {"mean": [1.0, 0.6634615384615384], "std": [0.0, 0.47252547597329203], "min": [1.0, 0.0], "max": [1.0, 1.0], "count": [208]}}} +{"episode_index": 34, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6085552151416123]], [[0.6389470778867102]], [[0.6152001470588235]]], "std": [[[0.19968478920860636]], [[0.2097417320510444]], [[0.21134959227637196]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5853179411764706]], [[0.6212895288671023]], [[0.592268425925926]]], "std": [[[0.19985674888297622]], [[0.20938099489291095]], [[0.2055626323005932]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44985272331154685]], [[0.4448583551198257]], [[0.41957345043572986]]], "std": [[[0.18985681129098037]], [[0.1771341340919384]], [[0.19568802632374116]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.7058823529411765]], [[0.7176470588235294]]], "mean": [[[0.41989574618736386]], [[0.42239626361655774]], [[0.40849413943355123]]], "std": [[[0.20046847879468868]], [[0.19475138631578703]], [[0.202601882407788]]], "count": [100]}, "observation.state": {"min": [-0.9523404240608215, -0.0031914892606437206, -1.7187234163284302, -0.49787235260009766, -0.2191489338874817, -0.03446808457374573, -2.7585105895996094, -0.006595744751393795, -0.001276595750823617, 0.0, -0.01234042551368475, -0.0042553190141916275, 0.0008510638144798577, -2.742553234100342, 57.100093841552734, 97.3410415649414], "max": [0.03127659484744072, 2.2495744228363037, 0.0, 0.17680850625038147, 0.006595744751393795, 0.1599999964237213, -1.568723440170288, -0.005744680762290955, -0.001276595750823617, 0.0, -0.0042553190141916275, -0.002340425504371524, 0.00957446824759245, -2.742553234100342, 97.89613342285156, 97.3410415649414], "mean": [-0.30541595816612244, 1.2475343942642212, -0.8187605738639832, -0.18817450106143951, -0.06081298738718033, 0.03603643551468849, -2.414921283721924, -0.006073577795177698, -0.0012765949359163642, 0.0, -0.011357440613210201, -0.003103223629295826, 0.008951970376074314, -2.742553472518921, 86.1079330444336, 97.34112548828125], "std": [0.3706376254558563, 0.8214553594589233, 0.5877617001533508, 0.16820204257965088, 0.06355924159288406, 0.05616030469536781, 0.5103715062141418, 0.0001869334519142285, 8.149072527885437e-10, 0.0, 0.0015495304251089692, 0.00027248397236689925, 0.0010854203719645739, 2.384185791015625e-07, 17.495155334472656, 8.392333984375e-05], "count": [229]}, "action": {"min": [-0.951068103313446, -0.003067961661145091, -1.7364662885665894, -0.5016117095947266, -0.2208932340145111, -0.03528155758976936, -2.7585105895996094, -0.006135923322290182, 0.0, 0.003067961661145091, -0.012271846644580364, -0.004601942375302315, 0.0, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.0475534051656723, 2.2488157749176025, -0.0, 0.19174760580062866, 0.007669903803616762, 0.16106797754764557, -1.568723440170288, -0.006135923322290182, 0.0, 0.003067961661145091, -0.004601942375302315, -0.003067961661145091, 0.01073786523193121, -2.742553234100342, 100.0, 100.0, 0.0, 0.0], "mean": [-0.30372193455696106, 1.244441270828247, -0.8162650465965271, -0.1890210658311844, -0.06154002994298935, 0.03715042024850845, -2.414921283721924, -0.006135932169854641, 0.0, 0.0030679660849273205, -0.01186324842274189, -0.0030880619306117296, 0.009023040533065796, -2.742553472518921, 73.79912567138672, 100.0, 0.0, 0.0], "std": [0.37222516536712646, 0.8218109011650085, 0.5886273980140686, 0.17120333015918732, 0.06404727697372437, 0.056688256561756134, 0.5103715062141418, 8.847564458847046e-09, 0.0, 4.423782229423523e-09, 0.001559725496917963, 0.00017442119133193046, 0.001265345374122262, 2.384185791015625e-07, 43.972801208496094, 0.0, 0.0, 0.0], "count": [229]}, "timestamp": {"min": [0.0], "max": [7.6], "mean": [3.8000000000000003], "std": [2.2035325174717877], "count": [229]}, "frame_index": {"min": [0], "max": [228], "mean": [114.0], "std": [66.10597552415364], "count": [229]}, "episode_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [229]}, "index": {"min": [31190], "max": [31418], "mean": [31304.0], "std": [66.10597552415364], "count": [229]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [229]}, "subtask_annotation": {"mean": [2.6244541484716155, 6.0, 6.0, 6.0, 6.0], "std": [1.4260567318598474, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [229]}, "scene_annotation": {"mean": [157.0], "std": [0.0], "min": [157], "max": [157], "count": [229]}, "eef_direction_state": {"mean": [3.6419213973799125, 6.0], "std": [2.0417450736531, 0.0], "min": [0, 6], "max": [6, 6], "count": [229]}, "eef_velocity_state": {"mean": [1.4585152838427948, 0.0], "std": [0.8008071670271428, 0.0], "min": [0, 0], "max": [2, 0], "count": [229]}, "eef_acc_mag_state": {"mean": [1.2882096069868996, 0.0], "std": [0.7846178552469565, 0.0], "min": [0, 0], "max": [2, 0], "count": [229]}, "eef_direction_action": {"mean": [3.589519650655022, 6.0], "std": [2.1427391839214915, 0.0], "min": [0, 6], "max": [6, 6], "count": [229]}, "eef_velocity_action": {"mean": [1.4104803493449782, 0.0], "std": [0.839564368119844, 0.0], "min": [0, 0], "max": [2, 0], "count": [229]}, "eef_acc_mag_action": {"mean": [1.222707423580786, 0.0], "std": [0.8083675970998357, 0.0], "min": [0, 0], "max": [2, 0], "count": [229]}, "eef_sim_pose_state": {"mean": [0.2659244627456683, 0.2180887768658838, 1.2796674329606381, 0.014964026183588885, 0.23925602535633028, -0.3709542915067654, 0.06902580565190766, -0.33642097598221976, 1.1836299693166585, 0.008991075901871159, -0.01263396315276367, -0.00917705980378353], "std": [0.1356741650554838, 0.14529474489046423, 0.06867729160565707, 0.05045803081561902, 0.21057351025835636, 0.3711187621047983, 1.5381390496306186e-06, 7.331297385999561e-06, 0.00015882350963500138, 0.0010886229161934972, 0.0015495246631891768, 0.00033688138580845433], "min": [0.06885471269589363, -0.04891001150660159, 1.1803362461269948, -0.06502274074907763, -0.07127557274246588, -0.994976941491046, 0.06902456769859788, -0.3364448933602455, 1.1829020155779384, 0.0008663649921791558, -0.013616951911489483, -0.010425618457451626], "max": [0.4634381118819273, 0.33806779696757283, 1.4203181292993676, 0.14428122772149077, 0.6915673199730565, 0.008304371120552078, 0.0690325857655944, -0.3364109997914247, 1.1837307219224327, 0.00961657111613175, -0.0055318936037980215, -0.008085153944594584], "count": [229]}, "eef_sim_pose_action": {"mean": [0.2652831281613085, 0.21840447111725608, 1.2797550942401754, 0.015093514924659997, 0.23768497184836695, -0.37035156879630127, 0.06935704561322029, -0.3364212395411673, 1.1828602008308997, 0.00905010939788384, -0.008795228208325285, -0.009224103546537188], "std": [0.13456124682006668, 0.14582757689231246, 0.07004235302650177, 0.051640365533505705, 0.20568150953112738, 0.37329512405106324, 9.38669765949639e-07, 3.92644916348981e-06, 0.00015987328927588392, 0.0012679774185374668, 0.0015597187370646967, 0.00017441620725727934], "min": [0.06678267430351464, -0.049096496157862386, 1.1825819332086867, -0.07088287544167701, -0.02607695033001667, -0.9961867599660594, 0.06935645369524007, -0.3364553269277727, 1.1821159100928147, 4.706190328559491e-06, -0.00920384166697441, -0.010738060620438415], "max": [0.4559805141747415, 0.34304844869071394, 1.4192590486175063, 0.14154010093878916, 0.6908892472773664, 0.023296398321754626, 0.06936101874741127, -0.3364207857996982, 1.1829020842197597, 0.010751983809167497, -0.0015339734949457728, -0.009203888593021594], "count": [229]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [229]}, "gripper_activity_state": {"mean": [1.8471615720524017, 2.0], "std": [0.5017465348641514, 0.0], "min": [0, 2], "max": [2, 2], "count": [229]}, "gripper_mode_action": {"mean": [0.26200873362445415, 0.0], "std": [0.43972736681830943, 0.0], "min": [0, 0], "max": [1, 0], "count": [229]}, "gripper_activity_action": {"mean": [1.960698689956332, 2.0], "std": [0.252898379660616, 0.0], "min": [0, 2], "max": [2, 2], "count": [229]}, "gripper_open_scale_state": {"mean": [0.8610793426047261, 0.9734104156494178], "std": [0.17495149886586897, 3.6637359812630166e-15], "min": [0.5710009384155273, 0.9734104156494141], "max": [0.9789613342285156, 0.9734104156494141], "count": [229]}, "gripper_open_scale_action": {"mean": [0.7379912663755459, 1.0], "std": [0.43972736681830943, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [229]}}} +{"episode_index": 35, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6130641149237473]], [[0.643126195533769]], [[0.6141585893246188]]], "std": [[[0.1875728404798852]], [[0.20215297615248085]], [[0.2061726354938445]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9803921568627451]]], "mean": [[[0.5867514379084967]], [[0.6232958877995644]], [[0.5895002614379085]]], "std": [[[0.19075831906588064]], [[0.2042413695979904]], [[0.20218260654505996]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47053075980392156]], [[0.4418697984749455]], [[0.4092962391067538]]], "std": [[[0.19822705466779997]], [[0.1920818947186676]], [[0.22292659269902163]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9372549019607843]], [[0.7058823529411765]], [[0.6666666666666666]]], "mean": [[[0.42536460784313723]], [[0.43132939814814814]], [[0.417720552832244]]], "std": [[[0.20187684236923956]], [[0.19720658445972222]], [[0.20951040573145502]]], "count": [100]}, "observation.state": {"min": [-0.6257447004318237, -0.003617021255195141, -1.8365957736968994, -0.3842553198337555, -0.21531914174556732, -0.31702128052711487, -2.7585105895996094, -0.0017021276289597154, 0.0, -0.0017021276289597154, -0.002765957498922944, -0.002765957498922944, -0.009148935787379742, -2.734893560409546, 53.10734176635742, 97.07426452636719], "max": [0.09127659350633621, 2.225531816482544, 0.0, 0.696382999420166, 0.15765957534313202, 0.2717021405696869, -1.4474468231201172, -0.0017021276289597154, 0.0, -0.001276595750823617, -0.0008510638144798577, 0.0, 0.0031914892606437206, -2.734893560409546, 97.89613342285156, 97.07426452636719], "mean": [-0.18650966882705688, 1.3075566291809082, -1.043127417564392, 0.24271437525749207, -0.007933344691991806, 0.048577919602394104, -2.301255226135254, -0.0017021290259435773, 0.0, -0.0016708399634808302, -0.0013595126802101731, -0.0001329787337454036, -0.008379220962524414, -2.734893560409546, 82.2502212524414, 97.07422637939453], "std": [0.27738937735557556, 0.8381350040435791, 0.7102273106575012, 0.2510652244091034, 0.11753126978874207, 0.1888943761587143, 0.5716272592544556, 1.3969838619232178e-09, 0.0, 0.00011106527381343767, 0.0003285766870249063, 0.0004564324044622481, 0.002202237956225872, 0.0, 19.526430130004883, 3.814697265625e-05], "count": [136]}, "action": {"min": [-0.6273981332778931, -0.01073786523193121, -1.8377089500427246, -0.4586602449417114, -0.2178252786397934, -0.3190680146217346, -2.7585105895996094, -0.0015339808305725455, 0.0, -0.0015339808305725455, -0.003067961661145091, -0.003067961661145091, -0.00920388475060463, -2.734893560409546, 0.0, 100.0, 0.0, 0.0], "max": [0.0920388475060463, 2.2319419384002686, 0.0015339808305725455, 0.7255728840827942, 0.15800002217292786, 0.2761165499687195, -1.4474468231201172, -0.0015339808305725455, 0.0015339808305725455, -0.0, -0.0015339808305725455, -0.0, 0.004601942375302315, -2.734893560409546, 100.0, 100.0, 0.0, 0.0], "mean": [-0.1764184981584549, 1.3033536672592163, -1.0402864217758179, 0.23055855929851532, -0.01096447091549635, 0.05930706486105919, -2.301255226135254, -0.0015339817618951201, 0.0006203596713021398, -0.0014775851741433144, -0.0016918908804655075, -0.00013535124890040606, -0.008527140133082867, -2.734893560409546, 69.11764526367188, 100.0, 0.0, 0.0], "std": [0.2764485776424408, 0.8453426957130432, 0.7133838534355164, 0.2688772678375244, 0.1187189519405365, 0.1925206184387207, 0.5716272592544556, 9.313225746154785e-10, 0.0007528442074544728, 0.00028867003857158124, 0.00046614930033683777, 0.00047319196164608, 0.002782667288556695, 0.0, 46.2008171081543, 0.0, 0.0, 0.0], "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": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [136]}, "index": {"min": [31419], "max": [31554], "mean": [31486.5], "std": [39.2587569849072], "count": [136]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [136]}, "subtask_annotation": {"mean": [2.661764705882353, 6.0, 6.0, 6.0, 6.0], "std": [1.451270175090519, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [136]}, "scene_annotation": {"mean": [158.0], "std": [0.0], "min": [158], "max": [158], "count": [136]}, "eef_direction_state": {"mean": [3.5588235294117645, 6.0], "std": [2.0247175034700855, 0.0], "min": [0, 6], "max": [6, 6], "count": [136]}, "eef_velocity_state": {"mean": [1.5661764705882353, 0.0], "std": [0.7446101021019323, 0.0], "min": [0, 0], "max": [2, 0], "count": [136]}, "eef_acc_mag_state": {"mean": [1.338235294117647, 0.0], "std": [0.7497115939135817, 0.0], "min": [0, 0], "max": [2, 0], "count": [136]}, "eef_direction_action": {"mean": [3.698529411764706, 6.0], "std": [2.0910166853821877, 0.0], "min": [0, 6], "max": [6, 6], "count": [136]}, "eef_velocity_action": {"mean": [1.4852941176470589, 0.0], "std": [0.8042652302279597, 0.0], "min": [0, 0], "max": [2, 0], "count": [136]}, "eef_acc_mag_action": {"mean": [1.2647058823529411, 0.0], "std": [0.7973789242191746, 0.0], "min": [0, 0], "max": [2, 0], "count": [136]}, "eef_sim_pose_state": {"mean": [0.30308978666878006, 0.27237043740913436, 1.2884325141164346, 0.03275869059468465, 0.50066176395004, -0.20234952277987395, 0.06900366672776731, -0.33645421312159535, 1.1830974090312996, -0.008378760432915971, -0.0030303500029739334, -0.0018351071684762296], "std": [0.1610198445464153, 0.10193947227603326, 0.06787888780903516, 0.10914966781600048, 0.3579326991076038, 0.19619935609624709, 8.369371988424929e-06, 1.0280532033493795e-05, 3.0709241089705586e-05, 0.0022036612026129425, 0.0002832261385476503, 0.0004564353784817531], "min": [0.0681520373397001, 0.07909832257078867, 1.1823344084788707, -0.16432447535425537, -0.014242287648609686, -0.7146886870876776, 0.06900101081657807, -0.33651351323288536, 1.182979669207226, -0.009148935787379743, -0.004042545838055744, -0.0044681032211825265], "max": [0.4638679763374808, 0.36462923215034554, 1.4031221351747787, 0.23873598867783546, 0.9594934107226609, 0.02501393205590577, 0.0690336769387492, -0.33645121634445535, 1.1831630069254937, 0.0032014938185807125, -0.0025531912704839232, -0.001702127628959714], "count": [136]}, "eef_sim_pose_action": {"mean": [0.30346590581793725, 0.2755538655336851, 1.2885208771605268, 0.03814391524973553, 0.48733252295474233, -0.19697658510868477, 0.06906544544934373, -0.33645821585370916, 1.1830921042966214, -0.008526730563962656, -0.0025491148454377405, -0.0016693327305909312], "std": [0.1618435444250275, 0.10170007136241298, 0.07154804354831075, 0.11380595941675552, 0.37389295599827765, 0.20274467137701332, 6.124607630726605e-05, 1.0668573303759269e-05, 9.880902897113281e-05, 0.0027839916121874986, 0.0008768859517017369, 0.00047319422734971086], "min": [0.06730740242386159, 0.07814985999687143, 1.1813870846638201, -0.15923423501952816, -0.10841847116795722, -0.7472972541771458, 0.06901334822138525, -0.33652430764277846, 1.18265223757541, -0.00920388475060463, -0.004601942491717637, -0.0046019569301075786], "max": [0.4643239527276926, 0.36496153417912397, 1.4373969386255991, 0.2690418796251988, 0.969453226353238, 0.05698604607562956, 0.0692464507300893, -0.3364550902483728, 1.1832696688495168, 0.004611354778821873, 0.0, -0.0015339808305725447], "count": [136]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [136]}, "gripper_activity_state": {"mean": [1.7279411764705883, 2.0], "std": [0.6470170441057347, 0.0], "min": [0, 2], "max": [2, 2], "count": [136]}, "gripper_mode_action": {"mean": [0.3088235294117647, 0.0], "std": [0.4620081786001476, 0.0], "min": [0, 0], "max": [1, 0], "count": [136]}, "gripper_activity_action": {"mean": [1.9338235294117647, 2.0], "std": [0.32544552906368707, 0.0], "min": [0, 2], "max": [2, 2], "count": [136]}, "gripper_open_scale_state": {"mean": [0.8225023137821872, 0.9707426452636703], "std": [0.1952643144798908, 1.5543122344752192e-15], "min": [0.5310734176635742, 0.9707426452636718], "max": [0.9789613342285156, 0.9707426452636718], "count": [136]}, "gripper_open_scale_action": {"mean": [0.6911764705882353, 1.0], "std": [0.4620081786001476, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [136]}}} +{"episode_index": 36, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6071182325708061]], [[0.6383512064270153]], [[0.6158713725490196]]], "std": [[[0.2029670385076235]], [[0.21632781279810143]], [[0.21927339807023735]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5790718736383442]], [[0.6155170860566449]], [[0.588897091503268]]], "std": [[[0.20403117829427106]], [[0.2176196618533218]], [[0.21571515630799803]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.4485672140522876]], [[0.4446925272331155]], [[0.42544601579520697]]], "std": [[[0.18622176269703877]], [[0.18194082482287693]], [[0.1988845007353502]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.792156862745098]], [[0.6745098039215687]], [[0.6980392156862745]]], "mean": [[[0.41811600217864925]], [[0.4218491693899782]], [[0.4072234504357299]]], "std": [[[0.20648565405649935]], [[0.20021616752724514]], [[0.21277426518320694]]], "count": [100]}, "observation.state": {"min": [-0.8640425801277161, -0.003617021255195141, -1.9838297367095947, -0.47340425848960876, -0.2595744729042053, -0.3499999940395355, -2.7585105895996094, -0.005106383003294468, -0.001276595750823617, -0.00042553190723992884, -0.010851063765585423, -0.0017021276289597154, 0.0019148936262354255, -2.760425567626953, 54.30918884277344, 97.96267700195312], "max": [0.01425531879067421, 2.5608510971069336, 0.0, 0.5338298082351685, 0.29680851101875305, 0.20914894342422485, -1.4844681024551392, -0.003829787252470851, -0.001276595750823617, 0.0, -0.0019148936262354255, 0.0, 0.004680851008743048, -2.760425567626953, 97.89613342285156, 97.96267700195312], "mean": [-0.3690716028213501, 1.4256417751312256, -1.1270873546600342, 0.04895872250199318, 0.04488234966993332, -0.08242262899875641, -2.306753396987915, -0.004559270106256008, -0.001276597147807479, -1.1257458027102984e-05, -0.010126085951924324, -0.00011032307520508766, 0.003823030972853303, -2.760429859161377, 82.42555236816406, 97.96283721923828], "std": [0.3397403955459595, 0.9533892273902893, 0.7770251035690308, 0.2943943440914154, 0.1613805741071701, 0.16184009611606598, 0.5723932385444641, 0.00031348352786153555, 1.3969838619232178e-09, 6.829112680861726e-05, 0.0010677211685106158, 0.00028418778674677014, 0.0005626725032925606, 4.291534423828125e-06, 19.58053207397461, 0.00016021728515625], "count": [189]}, "action": {"min": [-0.8651651740074158, -0.004601942375302315, -1.983437180519104, -0.475534051656723, -0.2623107135295868, -0.35588353872299194, -2.7585105895996094, -0.004601942375302315, 0.0, -0.0015339808305725455, -0.01073786523193121, -0.003067961661145091, 0.0015339808305725455, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.01840776950120926, 2.5586800575256348, 0.0015339808305725455, 0.5491651296615601, 0.2991262674331665, 0.21168935298919678, -1.4844681024551392, -0.004601942375302315, 0.0, 0.003067961661145091, -0.0015339808305725455, -0.0, 0.004601942375302315, -2.760425567626953, 100.0, 100.0, 0.0, 0.0], "mean": [-0.36576148867607117, 1.4235670566558838, -1.1255372762680054, 0.05359993875026703, 0.04210738465189934, -0.08239656686782837, -2.306753396987915, -0.004601951222866774, 0.0, 0.0014934010105207562, -0.010567431338131428, -8.927930321078748e-05, 0.004066274035722017, -2.760429859161377, 67.72486877441406, 100.0, 0.0, 0.0], "std": [0.3410184383392334, 0.9541221261024475, 0.7774423956871033, 0.2982366979122162, 0.1627773493528366, 0.16524338722229004, 0.5723932385444641, 8.847564458847046e-09, 0.0, 0.00033227301901206374, 0.0010624605929479003, 0.0003922785690519959, 0.001164680696092546, 4.291534423828125e-06, 46.75285720825195, 0.0, 0.0, 0.0], "count": [189]}, "timestamp": {"min": [0.0], "max": [6.266666666666667], "mean": [3.1333333333333337], "std": [1.8186278914080822], "count": [189]}, "frame_index": {"min": [0], "max": [188], "mean": [94.0], "std": [54.55883674224247], "count": [189]}, "episode_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [189]}, "index": {"min": [31555], "max": [31743], "mean": [31649.0], "std": [54.55883674224247], "count": [189]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [189]}, "subtask_annotation": {"mean": [2.439153439153439, 6.0, 6.0, 6.0, 6.0], "std": [1.4264142050585917, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [189]}, "scene_annotation": {"mean": [159.0], "std": [0.0], "min": [159], "max": [159], "count": [189]}, "eef_direction_state": {"mean": [3.5925925925925926, 6.0], "std": [2.069723327917289, 0.0], "min": [0, 6], "max": [6, 6], "count": [189]}, "eef_velocity_state": {"mean": [1.433862433862434, 0.0], "std": [0.8243107764719766, 0.0], "min": [0, 0], "max": [2, 0], "count": [189]}, "eef_acc_mag_state": {"mean": [1.3174603174603174, 0.0], "std": [0.7798805394627459, 0.0], "min": [0, 0], "max": [2, 0], "count": [189]}, "eef_direction_action": {"mean": [3.6455026455026456, 6.0], "std": [2.0996959684787497, 0.0], "min": [0, 6], "max": [6, 6], "count": [189]}, "eef_velocity_action": {"mean": [1.3915343915343916, 0.0], "std": [0.8452370602207774, 0.0], "min": [0, 0], "max": [2, 0], "count": [189]}, "eef_acc_mag_action": {"mean": [1.2275132275132274, 0.0], "std": [0.8204300434371216, 0.0], "min": [0, 0], "max": [2, 0], "count": [189]}, "eef_sim_pose_state": {"mean": [0.30076810419990474, 0.1813730452060876, 1.2747349967104442, -0.06795414899219052, 0.34415083192928136, -0.31837141137810526, 0.06902686343437549, -0.3363883118631111, 1.1835068833458458, 0.0038240789595533594, -0.011413936494734586, -0.004669599014285228], "std": [0.15765578197325592, 0.1560705597733153, 0.06826446715356523, 0.12972354565094926, 0.3337737685390568, 0.24103832337078965, 4.799926113831921e-06, 9.759663992912744e-06, 0.00010025279036941845, 0.0005625590222374515, 0.0010316250560217747, 0.00041628390837987597], "min": [0.06874349071297273, -0.06275829202266775, 1.182363861571586, -0.3230080310008656, -0.019947379706565016, -0.7889473098460287, 0.06899508860490847, -0.3364311210669666, 1.182749353662396, 0.0019292898864806222, -0.01212765951640904, -0.005957527930762622], "max": [0.46808870298038474, 0.333538421007312, 1.4030504628078724, 0.2052014902480222, 0.9910392822739507, 0.007234042510390283, 0.06903339499923145, -0.336373302900232, 1.183608749356203, 0.004685830864749586, -0.0036170160445907484, -0.003829787252470851], "count": [189]}, "eef_sim_pose_action": {"mean": [0.3002459319733381, 0.18265952178262276, 1.2744605493917442, -0.06658035586380377, 0.34843828303080887, -0.3174346874156615, 0.06923898663100869, -0.33638783717919846, 1.1831641165442306, 0.004066851723571604, -0.009074023116836307, -0.004691223888833688], "std": [0.15696400136409142, 0.15598481545454357, 0.07070286214368951, 0.135575563074886, 0.3428175343757424, 0.24053301929197826, 2.4642727864819126e-05, 8.744523893858035e-06, 4.042816121530232e-05, 0.0011640683590948408, 0.0007620694649100549, 0.0003922869604311997], "min": [0.06842255254123097, -0.06332008812868911, 1.1823027034655564, -0.3269188442501051, -0.09737758260816065, -0.8009783231651725, 0.0690138209559859, -0.33645383086411434, 1.1827448531092934, 0.001533980830572546, -0.009203884401358664, -0.0076699184748373495], "max": [0.4679216110513097, 0.3335442791570926, 1.4207089231777952, 0.2073834979692234, 0.9953232073593958, 0.009203884750604628, 0.06935846893327632, -0.3363858418270186, 1.1831703372852607, 0.004616061350684857, -0.0030679472226873283, -0.004601942375302314], "count": [189]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [189]}, "gripper_activity_state": {"mean": [1.8148148148148149, 2.0], "std": [0.5468452985271638, 0.0], "min": [0, 2], "max": [2, 2], "count": [189]}, "gripper_mode_action": {"mean": [0.32275132275132273, 0.0], "std": [0.46752850866401086, 0.0], "min": [0, 0], "max": [1, 0], "count": [189]}, "gripper_activity_action": {"mean": [1.9523809523809523, 2.0], "std": [0.27766437594501386, 0.0], "min": [0, 2], "max": [2, 2], "count": [189]}, "gripper_open_scale_state": {"mean": [0.8242558310776181, 0.9796267700195338], "std": [0.195805371410929, 2.55351295663786e-15], "min": [0.5430918884277344, 0.9796267700195312], "max": [0.9789613342285156, 0.9796267700195312], "count": [189]}, "gripper_open_scale_action": {"mean": [0.6772486772486772, 1.0], "std": [0.46752850866401086, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [189]}}} +{"episode_index": 37, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9176470588235294]], [[0.9686274509803922]]], "mean": [[[0.6439841339869281]], [[0.6851853240740741]], [[0.6640063916122004]]], "std": [[[0.16578936125648402]], [[0.1779624410438279]], [[0.17325425531469726]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[0.8823529411764706]], [[0.9176470588235294]]], "mean": [[[0.6148828431372549]], [[0.6608021432461875]], [[0.6337559531590414]]], "std": [[[0.17249368021582526]], [[0.1843248426465171]], [[0.17586807668087612]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8196078431372549]], [[0.796078431372549]]], "mean": [[[0.4699847004357299]], [[0.46088558278867103]], [[0.4490426661220044]]], "std": [[[0.18917844262703637]], [[0.18384541643769434]], [[0.1960521476451049]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7098039215686275]], [[0.6352941176470588]], [[0.6313725490196078]]], "mean": [[[0.4335660620915033]], [[0.43788766612200436]], [[0.42682582788671025]]], "std": [[[0.19040492757148442]], [[0.18795730690409715]], [[0.18945645922526133]]], "count": [100]}, "observation.state": {"min": [-0.3972340524196625, -0.002765957498922944, -1.7000000476837158, -0.0821276605129242, -0.13063830137252808, 0.0714893639087677, -2.7585105895996094, -0.001276595750823617, -0.001276595750823617, -0.004680851008743048, 0.0, -0.00042553190723992884, -0.007234042510390282, -2.8348937034606934, 57.53673553466797, 100.5361328125], "max": [0.007659574504941702, 2.197021245956421, 0.0, 0.5876595973968506, 0.15234042704105377, 0.3995744585990906, -1.5817021131515503, 0.0, 0.0, 0.0, 0.01425531879067421, 0.00042553190723992884, -0.0008510638144798577, -2.8348937034606934, 97.89613342285156, 100.5361328125], "mean": [-0.08512435853481293, 0.8362627029418945, -0.6172289848327637, 0.19061307609081268, -0.053423915058374405, 0.2040179967880249, -2.5533902645111084, -0.000596402445808053, -0.0012683786917477846, -0.00012158054596511647, 0.0005085024749860168, -1.807278567866888e-05, -0.0015090773813426495, -2.8348984718322754, 90.85555267333984, 100.53577423095703], "std": [0.12862829864025116, 0.8246488571166992, 0.6187489628791809, 0.23017458617687225, 0.06708279252052307, 0.1292329579591751, 0.41593918204307556, 0.0002620745508465916, 9.498075087321922e-05, 0.0006527068326249719, 0.0023435826878994703, 0.00010751195077318698, 0.0011002375977113843, 4.76837158203125e-06, 14.261330604553223, 0.00035858154296875], "count": [259]}, "action": {"min": [-0.3973010182380676, 0.0, -1.7027186155319214, -0.08743690699338913, -0.13192234933376312, 0.07209710031747818, -2.7585105895996094, -0.0015339808305725455, 0.0, -0.004601942375302315, 0.0, 0.0, -0.007669903803616762, -2.8348937034606934, 0.0, 100.0, 0.0, 0.0], "max": [0.012271846644580364, 2.1981945037841797, -0.0, 0.5951845645904541, 0.1564660370349884, 0.40343695878982544, -1.5817021131515503, 0.0, 0.003067961661145091, -0.0, 0.015339807607233524, 0.0015339808305725455, -0.0015339808305725455, -2.8348937034606934, 100.0, 100.0, 0.0, 0.0], "mean": [-0.08304818719625473, 0.8317369222640991, -0.612987756729126, 0.18889838457107544, -0.05245136469602585, 0.20383001863956451, -2.5533902645111084, -0.000533043232280761, 2.369082358200103e-05, -0.0002013719640672207, 0.000544888898730278, 5.922705167904496e-05, -0.0018597317393869162, -2.8348984718322754, 84.55598449707031, 100.0, 0.0, 0.0], "std": [0.12766408920288086, 0.8237307667732239, 0.618111789226532, 0.23357154428958893, 0.0698220357298851, 0.12972423434257507, 0.41593918204307556, 0.0007304403698071837, 0.0002685540821403265, 0.0008711815462447703, 0.0025278227403759956, 0.00029554174398072064, 0.0012475980911403894, 4.76837158203125e-06, 36.137107849121094, 0.0, 0.0, 0.0], "count": [259]}, "timestamp": {"min": [0.0], "max": [8.6], "mean": [4.3], "std": [2.492210085669166], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [259]}, "index": {"min": [34406], "max": [34664], "mean": [34535.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}, "subtask_annotation": {"mean": [2.888030888030888, 6.0, 6.0, 6.0, 6.0], "std": [1.2485557614273415, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [259]}, "scene_annotation": {"mean": [174.0], "std": [0.0], "min": [174], "max": [174], "count": [259]}, "eef_direction_state": {"mean": [4.420849420849421, 6.0], "std": [1.9952911875893837, 0.0], "min": [0, 6], "max": [6, 6], "count": [259]}, "eef_velocity_state": {"mean": [1.0154440154440154, 0.0], "std": [0.9215108961959263, 0.0], "min": [0, 0], "max": [2, 0], "count": [259]}, "eef_acc_mag_state": {"mean": [0.8841698841698842, 0.0], "std": [0.8929693136259469, 0.0], "min": [0, 0], "max": [2, 0], "count": [259]}, "eef_direction_action": {"mean": [4.498069498069498, 6.0], "std": [1.963714306955038, 0.0], "min": [0, 6], "max": [6, 6], "count": [259]}, "eef_velocity_action": {"mean": [0.9845559845559846, 0.0], "std": [0.9173114651446411, 0.0], "min": [0, 0], "max": [2, 0], "count": [259]}, "eef_acc_mag_action": {"mean": [0.7837837837837838, 0.0], "std": [0.8562554103583351, 0.0], "min": [0, 0], "max": [2, 0], "count": [259]}, "eef_sim_pose_state": {"mean": [0.2102930395900006, 0.3044881166585358, 1.2550764312523972, 0.13114811420752467, 0.4050047606310763, -0.18172771614173233, 0.06902541261851708, -0.33647699042008367, 1.182447577835044, -0.0015090557922521044, -0.0008814589664019646, -0.0006144746603385565], "std": [0.15112851460806964, 0.05061000004087755, 0.0761529560649195, 0.08184466295931551, 0.4611781431175215, 0.19747310381825245, 4.644739105388709e-05, 6.600918058815561e-06, 7.27396666985814e-05, 0.0011002386774743257, 0.0017545984183493916, 0.00027724048750021483], "min": [0.0689172317210722, 0.1624611706524865, 1.1819063109825072, 0.019071333690116044, -0.01062600024905258, -0.5856663683623511, 0.06870695302747049, -0.33649024000000005, 1.1818886349434914, -0.007234042510390282, -0.001276595750823617, -0.001276596068463955], "max": [0.49210755952126733, 0.33548038859964513, 1.4567132405616625, 0.3401423421923648, 1.2147439684320855, 0.06767693755087943, 0.06903422182171975, -0.3364610144602335, 1.182540128444155, -0.0008505205819765285, 0.009787233779206872, 3.467441686425335e-10], "count": [259]}, "eef_sim_pose_action": {"mean": [0.2090489269654309, 0.3052559190305884, 1.2547785798275046, 0.1281180512115713, 0.4029050783170492, -0.1804185905487609, 0.06911685613817894, -0.33647674981345815, 1.1824954840841995, -0.0018597296416637233, 0.00036720775380644585, -0.00047381647276372065], "std": [0.15035895006263347, 0.050221011824390135, 0.07755230923279989, 0.08064800551438638, 0.46667378881266325, 0.20177263984640412, 6.052255519985369e-05, 1.7550198781828183e-05, 4.9205689046826e-05, 0.0012475979414725683, 0.0018313710960621763, 0.0008047909131275025], "min": [0.06900470306043811, 0.16243722851252212, 1.1818661120396536, 0.015779726752018747, 0.0, -0.5889260174512473, 0.06877691716141038, -0.33649024000000005, 1.1822444363970985, -0.007669903803616764, 0.0, -0.001533980830572546], "max": [0.49205463348749895, 0.33668105604017673, 1.474294744759766, 0.35280319363991314, 1.2178260996447938, 0.11071195260218494, 0.06913053742327216, -0.33642075069495697, 1.182826445956474, -0.0015339808305725453, 0.0138058268930763, 0.0015339808305725455], "count": [259]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [259]}, "gripper_activity_state": {"mean": [1.8687258687258688, 2.0], "std": [0.47132721313378767, 0.0], "min": [0, 2], "max": [2, 2], "count": [259]}, "gripper_mode_action": {"mean": [0.15444015444015444, 0.0], "std": [0.36137016082772366, 0.0], "min": [0, 0], "max": [1, 0], "count": [259]}, "gripper_activity_action": {"mean": [1.9652509652509653, 2.0], "std": [0.23813349722176516, 0.0], "min": [0, 2], "max": [2, 2], "count": [259]}, "gripper_open_scale_state": {"mean": [0.9085554742997234, 1.0], "std": [0.1426133147177158, 0.0], "min": [0.5753673553466797, 1.0], "max": [0.9789613342285156, 1.0], "count": [259]}, "gripper_open_scale_action": {"mean": [0.8455598455598455, 1.0], "std": [0.36137016082772366, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [259]}}} +{"episode_index": 38, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.6178000626361656]], [[0.6584777832244009]], [[0.6351974264705883]]], "std": [[[0.1850917796464994]], [[0.19658981784827187]], [[0.1914777967618738]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5930806563180828]], [[0.6394253404139433]], [[0.6109252015250545]]], "std": [[[0.18615633863586664]], [[0.19728756684657242]], [[0.18794984343020255]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8705882352941177]], [[0.7764705882352941]]], "mean": [[[0.44855970315904137]], [[0.454114447167756]], [[0.4345574836601307]]], "std": [[[0.20747183457788482]], [[0.18318341376539407]], [[0.1984473060356325]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[0.6549019607843137]], [[0.6313725490196078]]], "mean": [[[0.42035782407407407]], [[0.43363422657952067]], [[0.4190433278867102]]], "std": [[[0.19354155518526386]], [[0.18899648790131773]], [[0.1955648940243395]]], "count": [100]}, "observation.state": {"min": [-0.6378723382949829, -0.0031914892606437206, -1.9531915187835693, -0.4399999976158142, -0.8927659392356873, 0.024042552337050438, -2.7585105895996094, -0.005106383003294468, -0.001276595750823617, 0.0, -0.004680851008743048, -0.0017021276289597154, 0.001276595750823617, -2.75361704826355, 57.79517364501953, 97.3558578491211], "max": [-0.007021276745945215, 2.340851068496704, 0.0, 0.40978723764419556, 0.10382978618144989, 0.4834042489528656, -1.5893616676330566, -0.003829787252470851, -0.0008510638144798577, 0.0, -0.002765957498922944, 0.0, 0.009148935787379742, -2.742978811264038, 97.89613342285156, 97.72601318359375], "mean": [-0.21907328069210052, 1.308086633682251, -1.0273699760437012, 0.11615217477083206, -0.2159404754638672, 0.2687000036239624, -2.48380708694458, -0.0045762755908071995, -0.0012747915461659431, 0.0, -0.004001074470579624, -0.0005896146176382899, 0.0018418681574985385, -2.7453548908233643, 88.46760559082031, 97.43848419189453], "std": [0.25238415598869324, 0.9452880620956421, 0.7673385739326477, 0.16897770762443542, 0.2622034549713135, 0.16081473231315613, 0.46636658906936646, 0.0001992569596040994, 2.764102100627497e-05, 0.0, 0.00026533796335570514, 0.0003916466375812888, 0.0012218705378472805, 0.0042554703541100025, 15.99148178100586, 0.14807124435901642], "count": [236]}, "action": {"min": [-0.6381360292434692, -0.0015339808305725455, -1.9588934183120728, -0.4724660813808441, -0.9035146832466125, 0.02454369328916073, -2.7585105895996094, -0.004601942375302315, 0.0, 0.0, -0.004601942375302315, -0.0015339808305725455, 0.0015339808305725455, -2.75361704826355, 0.0, 100.0, 0.0, 0.0], "max": [-0.004601942375302315, 2.3439226150512695, -0.0, 0.4264466464519501, 0.10737865418195724, 0.4862719178199768, -1.5893616676330566, -0.004601942375302315, 0.0, 0.0015339808305725455, -0.003067961661145091, -0.0, 0.00920388475060463, -2.742978811264038, 100.0, 100.0, 0.0, 0.0], "mean": [-0.22121812403202057, 1.3057554960250854, -1.027200698852539, 0.11253952234983444, -0.2177014797925949, 0.26829734444618225, -2.48380708694458, -0.004601951688528061, 0.0, 2.5999675926868804e-05, -0.004582452122122049, -0.0005981221911497414, 0.001806979300454259, -2.7453548908233643, 79.23728942871094, 100.0, 0.0, 0.0], "std": [0.2521693706512451, 0.944787323474884, 0.7684608697891235, 0.1767578274011612, 0.267821729183197, 0.16364294290542603, 0.46636658906936646, 9.313225746154785e-09, 0.0, 0.0001980074739549309, 0.0001718487765174359, 0.0007480380008928478, 0.001385504612699151, 0.0042554703541100025, 40.560855865478516, 0.0, 0.0, 0.0], "count": [236]}, "timestamp": {"min": [0.0], "max": [7.833333333333333], "mean": [3.9166666666666665], "std": [2.270890672058971], "count": [236]}, "frame_index": {"min": [0], "max": [235], "mean": [117.5], "std": [68.12672016176913], "count": [236]}, "episode_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [236]}, "index": {"min": [34856], "max": [35091], "mean": [34973.5], "std": [68.12672016176913], "count": [236]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [236]}, "subtask_annotation": {"mean": [2.7754237288135593, 6.0, 6.0, 6.0, 6.0], "std": [1.388660886516944, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [236]}, "scene_annotation": {"mean": [176.0], "std": [0.0], "min": [176], "max": [176], "count": [236]}, "eef_direction_state": {"mean": [4.139830508474576, 6.0], "std": [1.94673302298955, 0.0], "min": [0, 6], "max": [6, 6], "count": [236]}, "eef_velocity_state": {"mean": [1.2372881355932204, 0.0], "std": [0.9083227801338492, 0.0], "min": [0, 0], "max": [2, 0], "count": [236]}, "eef_acc_mag_state": {"mean": [1.152542372881356, 0.0], "std": [0.8842033534422022, 0.0], "min": [0, 0], "max": [2, 0], "count": [236]}, "eef_direction_action": {"mean": [4.233050847457627, 6.0], "std": [1.935596745225207, 0.0], "min": [0, 6], "max": [6, 6], "count": [236]}, "eef_velocity_action": {"mean": [1.228813559322034, 0.0], "std": [0.9058287426454206, 0.0], "min": [0, 0], "max": [2, 0], "count": [236]}, "eef_acc_mag_action": {"mean": [1.13135593220339, 0.0], "std": [0.8707292046833717, 0.0], "min": [0, 0], "max": [2, 0], "count": [236]}, "eef_sim_pose_state": {"mean": [0.3062550366667628, 0.2503103204631876, 1.2714246944267404, 0.09271823854238706, 0.34963266857483427, -0.4965479309022096, 0.06903309970408057, -0.3363987365999116, 1.1828759975621852, 0.0018449689639201846, -0.0052758731538375, -0.005165893428084014], "std": [0.18314797811072256, 0.10478961207208003, 0.0900310863193826, 0.10377829945048524, 0.31266012342313887, 0.5657523118730623, 2.1285002427353375e-06, 9.377916328602252e-06, 2.701224858254321e-05, 0.0012226135669537585, 0.000274995123092835, 0.0004621724133430626], "min": [0.06888949798800192, 0.06756391823327418, 1.181833013561873, -0.11846081057323865, -0.06296850582988767, -1.4058906300008256, 0.0690324996738795, -0.336421710085286, 1.1827493537200497, 0.0012765957508236165, -0.005957446759566443, -0.006383004682308308], "max": [0.5661466959248767, 0.33462819496739943, 1.49480824844166, 0.30607294789183326, 0.7763621532597038, 0.05430748329826279, 0.06906565321902865, -0.3363829075230483, 1.1829456336401007, 0.009158351903846418, -0.003617016073694579, -0.0042553190141916275], "count": [236]}, "eef_sim_pose_action": {"mean": [0.3057102337337448, 0.24962192464320063, 1.272499470719584, 0.08865673801221773, 0.34205632735305236, -0.5011705487248602, 0.0691315430928462, -0.33639879334270656, 1.1829575037476237, 0.0018096800999191805, -0.004556440872883891, -0.005200071036285849], "std": [0.182116707939556, 0.10462816906527557, 0.09233518821126897, 0.10692371737289603, 0.3110859560560693, 0.5704912682338247, 1.499442533946931e-05, 1.6835080921231756e-05, 5.740587231324722e-05, 0.0013862344879655908, 0.0002602404637325602, 0.0007480454476551356], "min": [0.06768435111274781, 0.06754667627633507, 1.1818660535607588, -0.13245014248837794, -0.009195991449454599, -1.434527399487004, 0.06912945305816899, -0.3364203782563276, 1.182541399529911, 0.0015339808305725449, -0.004601942375302093, -0.006135939449218799], "max": [0.567741445952553, 0.3353839231544557, 1.4904586475981503, 0.3228944310078044, 0.7778662958556115, 0.05584053173665435, 0.06924582710959341, -0.3363853248890194, 1.1829667112343178, 0.009210944089057089, -0.0030679579351133857, -0.004601942375302316], "count": [236]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [236]}, "gripper_activity_state": {"mean": [1.8559322033898304, 2.0], "std": [0.4918905715569989, 0.0], "min": [0, 2], "max": [2, 2], "count": [236]}, "gripper_mode_action": {"mean": [0.2076271186440678, 0.0], "std": [0.4056083064332253, 0.0], "min": [0, 0], "max": [1, 0], "count": [236]}, "gripper_activity_action": {"mean": [1.9618644067796611, 2.0], "std": [0.24920874495817938, 0.0], "min": [0, 2], "max": [2, 2], "count": [236]}, "gripper_open_scale_state": {"mean": [0.8846753495426524, 0.9743861191959681], "std": [0.15991478425375222, 0.0014807113310377111], "min": [0.5779517364501953, 0.973558578491211], "max": [0.9789613342285156, 0.9772601318359375], "count": [236]}, "gripper_open_scale_action": {"mean": [0.7923728813559322, 1.0], "std": [0.4056083064332253, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [236]}}} +{"episode_index": 39, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9725490196078431]]], "mean": [[[0.6336731345315905]], [[0.6732395506535948]], [[0.6495684177559913]]], "std": [[[0.16807837877224518]], [[0.1824654291244047]], [[0.17675738373999353]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9333333333333333]]], "mean": [[[0.6020664188453159]], [[0.6466109803921568]], [[0.6175716938997821]]], "std": [[[0.1766635627034506]], [[0.19073294224369156]], [[0.18118460373947462]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8352941176470589]], [[0.792156862745098]]], "mean": [[[0.46166234477124185]], [[0.44622867102396513]], [[0.43084338779956427]]], "std": [[[0.1900316148313413]], [[0.18300157201637995]], [[0.19648706914603997]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8980392156862745]], [[0.6470588235294118]], [[0.6352941176470588]]], "mean": [[[0.4249324591503268]], [[0.4317751988017429]], [[0.4182296241830066]]], "std": [[[0.19486583505398028]], [[0.18765364616492275]], [[0.19422065354196638]]], "count": [100]}, "observation.state": {"min": [-0.5761702060699463, -0.0017021276289597154, -1.9704254865646362, -0.21063829958438873, -0.2523404359817505, -0.005106383003294468, -2.7585105895996094, 0.0008510638144798577, -0.001276595750823617, -0.005319148767739534, 0.009999999776482582, -0.012978723272681236, 0.0, -2.760425567626953, 57.816734313964844, 97.74820709228516], "max": [0.16063830256462097, 2.5236170291900635, 0.0, 0.27978724241256714, 0.03127659484744072, 0.2610638439655304, -1.590000033378601, 0.001276595750823617, -0.001276595750823617, -0.0042553190141916275, 0.016808509826660156, -0.011063829995691776, 0.008936170488595963, -2.754042625427246, 97.89613342285156, 97.96267700195312], "mean": [-0.11626613885164261, 1.1230862140655518, -0.9270672798156738, 0.01806509494781494, -0.10788183659315109, 0.12479887157678604, -2.498067855834961, 0.0012702769599854946, -0.0012765966821461916, -0.0045934333465993404, 0.010730991140007973, -0.011843269690871239, 0.0016979151405394077, -2.7603514194488525, 88.95616912841797, 97.96012878417969], "std": [0.25750410556793213, 1.0302455425262451, 0.8586990237236023, 0.0858549028635025, 0.10340212285518646, 0.09084192663431168, 0.45142829418182373, 5.147151750861667e-05, 9.313225746154785e-10, 0.00021945277694612741, 0.0005176435224711895, 0.0003639654314611107, 0.0007656649104319513, 0.0005482578417286277, 15.47868537902832, 0.01863681524991989], "count": [202]}, "action": {"min": [-0.5783107280731201, 0.0015339808305725455, -1.9788352251052856, -0.22549517452716827, -0.2546408176422119, -0.007669903803616762, -2.7585105895996094, 0.0015339808305725455, 0.0, -0.007669903803616762, 0.01073786523193121, -0.013805827125906944, 0.0, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.16106797754764557, 2.5203304290771484, 0.0015339808305725455, 0.33133983612060547, 0.041417479515075684, 0.26384469866752625, -1.590000033378601, 0.0015339808305725455, 0.0, -0.004601942375302315, 0.01840776950120926, -0.01073786523193121, 0.00920388475060463, -2.754042625427246, 100.0, 100.0, 0.0, 0.0], "mean": [-0.12045525014400482, 1.1201871633529663, -0.9248989820480347, 0.02087603695690632, -0.10762158036231995, 0.1258089393377304, -2.498067855834961, 0.0015339828096330166, 0.0, -0.004617139231413603, 0.010783438570797443, -0.012006072327494621, 0.0016554859466850758, -2.7603514194488525, 80.69306945800781, 100.0, 0.0, 0.0], "std": [0.26031428575515747, 1.0334372520446777, 0.8634564876556396, 0.09598573297262192, 0.10413150489330292, 0.09094733744859695, 0.45142829418182373, 1.979060471057892e-09, 0.0, 0.00021532604296226054, 0.0005484503926709294, 0.0006003075395710766, 0.0010832517873495817, 0.0005482578417286277, 39.47065734863281, 0.0, 0.0, 0.0], "count": [202]}, "timestamp": {"min": [0.0], "max": [6.7], "mean": [3.35], "std": [1.9437220880453965], "count": [202]}, "frame_index": {"min": [0], "max": [201], "mean": [100.5], "std": [58.31166264136189], "count": [202]}, "episode_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [202]}, "index": {"min": [36619], "max": [36820], "mean": [36719.5], "std": [58.31166264136189], "count": [202]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [202]}, "subtask_annotation": {"mean": [2.737623762376238, 6.0, 6.0, 6.0, 6.0], "std": [1.3553963641643003, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [202]}, "scene_annotation": {"mean": [185.0], "std": [0.0], "min": [185], "max": [185], "count": [202]}, "eef_direction_state": {"mean": [4.301980198019802, 6.0], "std": [1.8111032794174946, 0.0], "min": [0, 6], "max": [6, 6], "count": [202]}, "eef_velocity_state": {"mean": [1.2376237623762376, 0.0], "std": [0.90267495604289, 0.0], "min": [0, 0], "max": [2, 0], "count": [202]}, "eef_acc_mag_state": {"mean": [1.0495049504950495, 0.0], "std": [0.8545305888048811, 0.0], "min": [0, 0], "max": [2, 0], "count": [202]}, "eef_direction_action": {"mean": [4.4504950495049505, 6.0], "std": [1.7491227652727195, 0.0], "min": [0, 6], "max": [6, 6], "count": [202]}, "eef_velocity_action": {"mean": [1.193069306930693, 0.0], "std": [0.9213375367272796, 0.0], "min": [0, 0], "max": [2, 0], "count": [202]}, "eef_acc_mag_action": {"mean": [1.0346534653465347, 0.0], "std": [0.863900393456748, 0.0], "min": [0, 0], "max": [2, 0], "count": [202]}, "eef_sim_pose_state": {"mean": [0.27979677652537677, 0.2778041071268484, 1.2655229267153951, 0.0753611607021896, 0.20853903565829332, -0.23678846906843604, 0.06868217371340196, -0.3367862711333252, 1.1826379524208113, 0.0016403080593531613, 0.004860623292842655, -0.010573135294231232], "std": [0.20460631541895583, 0.11758229530472303, 0.0964684553370319, 0.09250988774713823, 0.24110844840702358, 0.31244047488392107, 1.678985428700473e-05, 8.307847011978347e-06, 6.871619676918893e-05, 0.000767779036029691, 0.0005032386317606043, 0.0003663919093860906], "min": [0.06874974975735886, 0.05257952773359605, 1.1818237590178793, -0.07750247383927705, -0.12379573201448157, -0.8522137460510124, 0.06862220511943007, -0.33681204368628925, 1.1822158461241656, -0.00013254954115799692, 0.0040422665344654884, -0.011702804319410096], "max": [0.5322857921403044, 0.3965486995429325, 1.5191477093324501, 0.2537007354772604, 0.6802044984299256, 0.032590980125480784, 0.06870822338202698, -0.3367685683042541, 1.1828264727780882, 0.008888004769732893, 0.010211905134114074, -0.009787344674751793], "count": [202]}, "eef_sim_pose_action": {"mean": [0.27936824468735433, 0.2755850350123713, 1.2643818062861516, 0.07822338555385451, 0.2107363170699141, -0.2404029113517686, 0.0687769580234729, -0.33679591859112346, 1.1826687534070082, 0.0015814091409725175, 0.006165852637809246, -0.010472306240455583], "std": [0.20454151989150046, 0.11849532473859634, 0.09476156850042958, 0.09533249649340611, 0.2309191261061408, 0.3144748210731099, 1.679621209557269e-05, 1.351350985159839e-05, 1.1904884657710804e-05, 0.0010834475882318063, 0.00033991027645479224, 0.000600327330459908], "min": [0.06894172109649188, 0.052286017196886754, 1.1819011731241638, -0.07907974832177939, -0.03986991177256338, -0.8553878948111983, 0.06853884066146075, -0.33683678078522344, 1.1825119896977179, -0.00014824610492926698, 0.0061354608270993705, -0.012272642150510282], "max": [0.5322325831467533, 0.39762297173865524, 1.4957535301731117, 0.25615945458412165, 0.689206182398606, 0.042963923997898695, 0.06877843061710352, -0.336767380056349, 1.1827320795046086, 0.009128586591415402, 0.010736842351287912, -0.009204086526884711], "count": [202]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [202]}, "gripper_activity_state": {"mean": [1.8316831683168318, 2.0], "std": [0.52782585882225, 0.0], "min": [0, 2], "max": [2, 2], "count": [202]}, "gripper_mode_action": {"mean": [0.19306930693069307, 0.0], "std": [0.3947069161441125, 0.0], "min": [0, 0], "max": [1, 0], "count": [202]}, "gripper_activity_action": {"mean": [1.9554455445544554, 2.0], "std": [0.2688351283640682, 0.0], "min": [0, 2], "max": [2, 2], "count": [202]}, "gripper_open_scale_state": {"mean": [0.8895624936925324, 0.97959968189202], "std": [0.15478693408737018, 0.00018636035544582243], "min": [0.5781673431396485, 0.9774820709228516], "max": [0.9789613342285156, 0.9796267700195312], "count": [202]}, "gripper_open_scale_action": {"mean": [0.806930693069307, 1.0], "std": [0.3947069161441125, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [202]}}} +{"episode_index": 40, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9176470588235294]], [[0.9215686274509803]]], "mean": [[[0.6407420452069716]], [[0.6797228159041394]], [[0.6645609368191722]]], "std": [[[0.16553027045104038]], [[0.17758850565408082]], [[0.17504035994262906]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[0.8862745098039215]], [[0.8941176470588236]]], "mean": [[[0.6110757026143792]], [[0.6550100163398693]], [[0.6347194689542484]]], "std": [[[0.17279861474092906]], [[0.18422351970002207]], [[0.17778285863604054]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9333333333333333]]], "mean": [[[0.4676000163398693]], [[0.4632366312636165]], [[0.45068031045751633]]], "std": [[[0.20345389464492222]], [[0.19172194039102347]], [[0.204626759978569]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.6392156862745098]], [[0.6509803921568628]], [[0.6274509803921569]]], "mean": [[[0.4351305555555556]], [[0.44312992102396515]], [[0.42847316176470585]]], "std": [[[0.19334545326408092]], [[0.18640909247741194]], [[0.19196782459811593]]], "count": [100]}, "observation.state": {"min": [-0.07297872006893158, -0.002765957498922944, -1.7519148588180542, -0.2006382942199707, -0.6089361906051636, -0.06106382980942726, -2.7585105895996094, 0.0, -0.001276595750823617, -0.03361701965332031, 0.08361702412366867, -0.003617021255195141, 0.003617021255195141, -2.760425567626953, 57.03581237792969, 97.96267700195312], "max": [0.35404255986213684, 2.045957565307617, -0.0017021276289597154, 1.1314893960952759, 0.051276594400405884, 1.5178723335266113, -1.5668084621429443, 0.0, -0.001276595750823617, -0.03361701965332031, 0.08446808159351349, -0.002765957498922944, 0.006170212756842375, -2.760425567626953, 97.89613342285156, 97.96267700195312], "mean": [0.057351004332304, 1.0044153928756714, -0.7895418405532837, 0.4572637677192688, -0.2199907898902893, 0.7303971648216248, -2.4336469173431396, 0.0, -0.0012765948195010424, -0.03361701965332031, 0.08393210172653198, -0.0030828015878796577, 0.005429680924862623, -2.7604312896728516, 86.75080871582031, 97.96284484863281], "std": [0.13983909785747528, 0.8612910509109497, 0.6803029179573059, 0.47442126274108887, 0.2290678769350052, 0.6677368879318237, 0.5016584992408752, 0.0, 9.313225746154785e-10, 0.0, 0.00019879652245435864, 0.00022733710648026317, 0.0004976359778083861, 5.7220458984375e-06, 17.1962833404541, 0.0001678466796875], "count": [231]}, "action": {"min": [-0.07363107800483704, -0.0015339808305725455, -1.7763497829437256, -0.22702915966510773, -0.6227961778640747, -0.0613592304289341, -2.7585105895996094, 0.0, 0.0, -0.03528155758976936, 0.08436894416809082, -0.003067961661145091, 0.003067961661145091, -2.760425567626953, 0.0, 100.0, 0.0, 0.0], "max": [0.35588353872299194, 2.049398422241211, -0.0, 1.1458836793899536, 0.05368932709097862, 1.526310920715332, -1.5668084621429443, 0.0, 0.0, -0.03374757617712021, 0.08590292185544968, -0.003067961661145091, 0.006135923322290182, -2.760425567626953, 100.0, 100.0, 0.0, 0.0], "mean": [0.05922781303524971, 1.001935362815857, -0.7877365946769714, 0.4581693410873413, -0.22170312702655792, 0.7333092093467712, -2.4336469173431396, 0.0, 0.0, -0.0337609238922596, 0.08438878506422043, -0.0030679660849273205, 0.005737493745982647, -2.7604312896728516, 75.32467651367188, 100.0, 0.0, 0.0], "std": [0.14183790981769562, 0.862362802028656, 0.6833164095878601, 0.4839695990085602, 0.2345110923051834, 0.6748079061508179, 0.5016584992408752, 0.0, 0.0, 0.00014211564848665148, 0.00017309693794231862, 4.423782229423523e-09, 0.0010313274106010795, 5.7220458984375e-06, 43.11220932006836, 0.0, 0.0, 0.0], "count": [231]}, "timestamp": {"min": [0.0], "max": [7.666666666666667], "mean": [3.8333333333333335], "std": [2.222777708350689], "count": [231]}, "frame_index": {"min": [0], "max": [230], "mean": [115.0], "std": [66.68333125052067], "count": [231]}, "episode_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [231]}, "index": {"min": [36821], "max": [37051], "mean": [36936.0], "std": [66.68333125052067], "count": [231]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [231]}, "subtask_annotation": {"mean": [2.6926406926406927, 6.0, 6.0, 6.0, 6.0], "std": [1.2845695780176152, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [231]}, "scene_annotation": {"mean": [186.0], "std": [0.0], "min": [186], "max": [186], "count": [231]}, "eef_direction_state": {"mean": [4.3852813852813854, 6.0], "std": [1.9167861322188455, 0.0], "min": [0, 6], "max": [6, 6], "count": [231]}, "eef_velocity_state": {"mean": [1.103896103896104, 0.0], "std": [0.8961352651514302, 0.0], "min": [0, 0], "max": [2, 0], "count": [231]}, "eef_acc_mag_state": {"mean": [1.0173160173160174, 0.0], "std": [0.8627217976457172, 0.0], "min": [0, 0], "max": [2, 0], "count": [231]}, "eef_direction_action": {"mean": [4.467532467532467, 6.0], "std": [1.8926909923885664, 0.0], "min": [0, 6], "max": [6, 6], "count": [231]}, "eef_velocity_action": {"mean": [1.077922077922078, 0.0], "std": [0.8987663565271684, 0.0], "min": [0, 0], "max": [2, 0], "count": [231]}, "eef_acc_mag_action": {"mean": [1.0346320346320346, 0.0], "std": [0.8721842603957083, 0.0], "min": [0, 0], "max": [2, 0], "count": [231]}, "eef_sim_pose_state": {"mean": [0.23158232965910713, 0.34268552526513857, 1.2620569685954577, 0.17385012607049935, 0.5272433275506824, -0.5273891176771204, 0.06626764333112244, -0.3365596122193231, 1.1831361850636049, 0.005278380809054335, 0.04903817869638557, -0.00308651408565726], "std": [0.14691070093544736, 0.034200320539526916, 0.0767958994992558, 0.18033513188998562, 0.5143982559350978, 0.5648011163895186, 9.97246354206654e-07, 5.11573888833088e-06, 2.0352795772204816e-05, 0.0004979290512688725, 0.00019879613206884897, 0.00022761004596257692], "min": [0.06864429617907408, 0.29963819967935, 1.182407481582231, -0.061219166841142945, -0.0170057124061207, -1.3929943699428433, 0.06626489757097408, -0.3365716336518287, 1.183081305109607, 0.0034600367795945145, 0.04872308974707695, -0.003621470418050523], "max": [0.4294540855868537, 0.40837839041379137, 1.4576186546953929, 0.65776379453533, 1.170688983788148, 0.039361849442253447, 0.06626924444179133, -0.3365524822622339, 1.1831684371979088, 0.0060353393063494395, 0.04957421350962088, -0.0027692438836451534], "count": [231]}, "eef_sim_pose_action": {"mean": [0.23065897089405835, 0.3433177788122849, 1.2621262693987614, 0.1635402258811851, 0.520962397823023, -0.5361326359089557, 0.06635152978947514, -0.3365592782329587, 1.1831615921656535, 0.00558202822126604, 0.0506277036760705, -0.003071897800329104], "std": [0.1458754484287612, 0.034476204506041996, 0.07876172016158563, 0.17989539791955786, 0.5169453187542852, 0.5763421013826102, 1.0880446012926694e-05, 5.001074206846323e-16, 4.300171560900216e-05, 0.0010312586603058165, 0.00022513619741676297, 3.514491802758253e-08], "min": [0.06817440097344404, 0.29940999557597336, 1.1822911882374312, -0.08812074745333642, -0.015325659718742557, -1.414809372960235, 0.06623551300161598, -0.3365592782329582, 1.1830029512180313, 0.002912524696848278, 0.04908715537799346, -0.003072139073596412], "max": [0.4290940079113983, 0.4095682405418223, 1.4809952768206678, 0.6917125860184047, 1.1688905849786084, 0.04141752238812788, 0.06635264848562805, -0.33655927823295817, 1.1835808541283612, 0.005985204264042976, 0.052155100002527766, -0.003071661589026969], "count": [231]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [231]}, "gripper_activity_state": {"mean": [1.8484848484848484, 2.0], "std": [0.4997703788627464, 0.0], "min": [0, 2], "max": [2, 2], "count": [231]}, "gripper_mode_action": {"mean": [0.24675324675324675, 0.0], "std": [0.4311218876025405, 0.0], "min": [0, 0], "max": [1, 0], "count": [231]}, "gripper_activity_action": {"mean": [1.9610389610389611, 2.0], "std": [0.25182752506058803, 0.0], "min": [0, 2], "max": [2, 2], "count": [231]}, "gripper_open_scale_state": {"mean": [0.8675066177566355, 0.9796267700195342], "std": [0.17196290612602316, 2.9976021664879227e-15], "min": [0.5703581237792968, 0.9796267700195312], "max": [0.9789613342285156, 0.9796267700195312], "count": [231]}, "gripper_open_scale_action": {"mean": [0.7532467532467533, 1.0], "std": [0.4311218876025405, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [231]}}} +{"episode_index": 41, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.6488308959694989]], [[0.678825258714597]], [[0.6532904030501089]]], "std": [[[0.18346047585928532]], [[0.19546883441697502]], [[0.19358607512001128]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.6033085157952071]], [[0.6398399046840959]], [[0.6104848720043573]]], "std": [[[0.19958545549653256]], [[0.21121432294226433]], [[0.20541923957644515]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.8352941176470589]], [[0.6705882352941176]], [[0.6705882352941176]]], "mean": [[[0.44894694989106754]], [[0.4542427723311547]], [[0.4464926797385621]]], "std": [[[0.17001596739456895]], [[0.16449559490558266]], [[0.16884115410262532]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.792156862745098]]], "mean": [[[0.4533207897603486]], [[0.4472807026143791]], [[0.42395189270152506]]], "std": [[[0.2233106939943456]], [[0.20475386284283922]], [[0.22077150198437961]]], "count": [100]}, "observation.state": {"min": [0.0042553190141916275, 0.0, -0.0017021276289597154, -0.004680851008743048, -0.0019148936262354255, -0.0017021276289597154, -2.7551064491271973, -0.002340425504371524, -0.0017021276289597154, -1.6163829565048218, 0.04851063713431358, -0.12297872453927994, -0.3625531792640686, -2.742978811264038, 97.77780151367188, 57.601295471191406], "max": [0.0042553190141916275, 0.0, -0.0017021276289597154, -0.002765957498922944, -0.001276595750823617, -0.0008510638144798577, -2.7551064491271973, 0.888085126876831, 2.1904256343841553, -0.02638297900557518, 0.3685106337070465, 0.3934042453765869, 0.01148936152458191, -1.5836169719696045, 97.77780151367188, 97.3558578491211], "mean": [0.004255312494933605, 0.0, -0.0017021291423588991, -0.003865439211949706, -0.0015836694510653615, -0.0012535953428596258, -2.7551026344299316, 0.3208695352077484, 1.1637603044509888, -0.884972095489502, 0.2019735425710678, 0.13542836904525757, -0.1533743292093277, -2.43654203414917, 97.7775650024414, 86.84178161621094], "std": [6.51925802230835e-09, 0.0, 1.5133991837501526e-09, 0.00035319820744916797, 0.00020732186385430396, 0.00020144562586210668, 3.814697265625e-06, 0.36175239086151123, 0.8127191662788391, 0.5808990597724915, 0.07298308610916138, 0.13468465209007263, 0.12379883229732513, 0.47859737277030945, 0.00023651123046875, 16.405664443969727], "count": [185]}, "action": {"min": [0.004601942375302315, 0.0015339808305725455, -0.0015339808305725455, -0.006135923322290182, -0.0015339808305725455, -0.0015339808305725455, -2.7551064491271973, -0.003067961661145091, 0.0, -1.6306215524673462, 0.04908738657832146, -0.13345633447170258, -0.3650874197483063, -2.742978811264038, 100.0, 0.0, 0.0, 0.0], "max": [0.004601942375302315, 0.0015339808305725455, -0.0015339808305725455, -0.003067961661145091, -0.0015339808305725455, -0.0015339808305725455, -2.7551064491271973, 0.8943107724189758, 2.192058563232422, -0.026077672839164734, 0.3804272413253784, 0.40343695878982544, 0.01840776950120926, -1.5836169719696045, 100.0, 100.0, 0.0, 0.0], "mean": [0.004601950757205486, 0.001533982576802373, -0.001533982576802373, -0.004112730268388987, -0.001533982576802373, -0.001533982576802373, -2.7551026344299316, 0.3218539357185364, 1.1608754396438599, -0.8827362060546875, 0.2017722725868225, 0.13671503961086273, -0.15754391252994537, -2.43654203414917, 100.0, 76.75675964355469, 0.0, 0.0], "std": [8.381903171539307e-09, 1.7462298274040222e-09, 1.7462298274040222e-09, 0.0014538788236677647, 1.7462298274040222e-09, 1.7462298274040222e-09, 3.814697265625e-06, 0.36391013860702515, 0.8143848776817322, 0.5849823951721191, 0.07587487995624542, 0.1377371996641159, 0.1249764934182167, 0.47859737277030945, 0.0, 42.23832321166992, 0.0, 0.0], "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": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [185]}, "index": {"min": [38240], "max": [38424], "mean": [38332.0], "std": [53.40411969127476], "count": [185]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [185]}, "subtask_annotation": {"mean": [2.924324324324324, 6.0, 6.0, 6.0, 6.0], "std": [1.769013376785539, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [185]}, "scene_annotation": {"mean": [193.0], "std": [0.0], "min": [193], "max": [193], "count": [185]}, "eef_direction_state": {"mean": [6.0, 3.6864864864864866], "std": [0.0, 1.9532595296984794], "min": [6, 0], "max": [6, 6], "count": [185]}, "eef_velocity_state": {"mean": [0.0, 1.4432432432432432], "std": [0.0, 0.7265395733499561], "min": [0, 0], "max": [0, 2], "count": [185]}, "eef_acc_mag_state": {"mean": [0.0, 1.135135135135135], "std": [0.0, 0.8041165090438536], "min": [0, 0], "max": [0, 2], "count": [185]}, "eef_direction_action": {"mean": [6.0, 3.6324324324324326], "std": [0.0, 2.0651619992805528], "min": [6, 0], "max": [6, 6], "count": [185]}, "eef_velocity_action": {"mean": [0.0, 1.4162162162162162], "std": [0.0, 0.7459851145219901], "min": [0, 0], "max": [0, 2], "count": [185]}, "eef_acc_mag_action": {"mean": [0.0, 1.2972972972972974], "std": [0.0, 0.7375952477152731], "min": [0, 0], "max": [0, 2], "count": [185]}, "eef_sim_pose_state": {"mean": [0.06900048476284643, 0.3333765601008435, 1.1833629414314917, -0.0012447678755223642, -0.0055675603851114966, 0.0026716255624301345, 0.2381588168616999, -0.23306491637296423, 1.2797502437030572, -0.0417706915919137, 0.4658122774288991, 0.5000616077856948], "std": [2.0175286156065232e-07, 4.665454036842873e-06, 3.620328853659424e-05, 0.00020149586877450353, 0.0003531975109730704, 0.00020732556958520613, 0.13400877366180322, 0.12883935290011833, 0.07676545083239446, 0.07753792468932869, 0.312253322485035, 0.40640567166500313], "min": [0.06899997269931368, 0.33336910447438883, 1.1832502426645322, -0.0016958804102607285, -0.006382973436473094, 0.002340386378692708, 0.06217316990171312, -0.33945403573517874, 1.1839470307534279, -0.23423028367198523, 0.017444527929161957, -0.10657841652063245], "max": [0.06900106410633772, 0.33338347257203926, 1.1834465221036763, -0.0008401990278792813, -0.004468078655287089, 0.0029787105204344927, 0.39186849446464245, -0.029058637455077443, 1.4635820705486637, 0.09487252209119235, 0.8625660064974303, 1.1095563084870095], "count": [185]}, "eef_sim_pose_action": {"mean": [0.06913023914301518, 0.3333703281189894, 1.1833767591444981, -0.0015276719387287557, -0.004112722144728707, 0.0030679469500647398, 0.23719006443758126, -0.23225227257661699, 1.2795144229883495, -0.04574358680449159, 0.46481522628421007, 0.5030117412297657], "std": [6.858035661695687e-07, 3.1560507716540254e-09, 0.000149025327472213, 2.230271270803972e-06, 0.0014538777119034343, 1.0263543902402841e-08, 0.13288221034528044, 0.12937798078083557, 0.07795917483435431, 0.08113781404672701, 0.3129044451765954, 0.41092720044619296], "min": [0.06912928478927531, 0.3333703237270781, 1.18326966876829, -0.0015292746232755806, -0.006135916102989025, 0.0030679326674742263, 0.06208935526454683, -0.33974083284405726, 1.1831759469596, -0.25434957619053206, 0.02147267086830751, -0.11913997907090929], "max": [0.06913073196502835, 0.3333703303869445, 1.1835841405079326, -0.0015245683273841294, -0.0030679580515287075, 0.0030679543255008224, 0.3918795533933844, -0.028713519752935138, 1.4623622233016076, 0.0932011653182549, 0.8706409975175373, 1.125159421530794], "count": [185]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [185]}, "gripper_activity_state": {"mean": [2.0, 1.8108108108108107], "std": [0.0, 0.5520398456945645], "min": [2, 0], "max": [2, 2], "count": [185]}, "gripper_mode_action": {"mean": [0.0, 0.23243243243243245], "std": [0.0, 0.42238323449916365], "min": [0, 0], "max": [0, 1], "count": [185]}, "gripper_activity_action": {"mean": [2.0, 1.9513513513513514], "std": [0.0, 0.28056084913212914], "min": [2, 0], "max": [2, 2], "count": [185]}, "gripper_open_scale_state": {"mean": [0.9777780151367206, 0.8684179174062353], "std": [1.7763568394002505e-15, 0.16405657474050336], "min": [0.9777780151367188, 0.576012954711914], "max": [0.9777780151367188, 0.973558578491211], "count": [185]}, "gripper_open_scale_action": {"mean": [1.0, 0.7675675675675676], "std": [0.0, 0.4223832344991642], "min": [1.0, 0.0], "max": [1.0, 1.0], "count": [185]}}} +{"episode_index": 42, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6181626252723311]], [[0.6544119144880174]], [[0.6259204520697168]]], "std": [[[0.1883498248139351]], [[0.2001393182460021]], [[0.1991481083295909]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.594072524509804]], [[0.6345635974945534]], [[0.6023289106753812]]], "std": [[[0.19073126775534618]], [[0.20190498730152592]], [[0.19627892387852017]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9568627450980393]]], "mean": [[[0.4740575708061002]], [[0.4508962772331155]], [[0.4326963589324619]]], "std": [[[0.20048297748304378]], [[0.18496989947436432]], [[0.204502093709626]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.6666666666666666]], [[0.6666666666666666]]], "mean": [[[0.42404526960784317]], [[0.43017670479302833]], [[0.4204007734204793]]], "std": [[[0.20146414912631117]], [[0.19333326982036325]], [[0.20300821410342965]]], "count": [100]}, "observation.state": {"min": [-0.6455318927764893, -0.0031914892606437206, -1.7414894104003906, -0.22021277248859406, -0.48829787969589233, -0.011063829995691776, -2.7585105895996094, -0.00042553190723992884, -0.001276595750823617, -0.001276595750823617, -0.006170212756842375, -0.001276595750823617, -0.010851063765585423, -2.742553234100342, 56.13977813720703, 97.32622528076172], "max": [0.17446808516979218, 2.1931915283203125, 0.0, 0.6817021369934082, 0.02574468031525612, 0.53425532579422, -1.5399999618530273, 0.0, -0.0008510638144798577, -0.00042553190723992884, -0.004680851008743048, 0.0031914892606437206, 0.001276595750823617, -2.7421276569366455, 97.89613342285156, 97.3410415649414], "mean": [-0.15199747681617737, 1.3342478275299072, -1.0291264057159424, 0.1578027456998825, -0.2534518539905548, 0.2873179018497467, -2.3387060165405273, -1.2894905921712052e-05, -0.0012688601855188608, -0.0008536435198038816, -0.0055074249394237995, 0.002602191874757409, -0.01000386755913496, -2.7422406673431396, 83.49835205078125, 97.33000946044922], "std": [0.31309154629707336, 0.8150175213813782, 0.6447152495384216, 0.25639158487319946, 0.17351970076560974, 0.17181311547756195, 0.538547158241272, 7.294455281225964e-05, 5.685469659511e-05, 9.934953413903713e-05, 0.00023118966782931238, 0.000531914527527988, 0.0017363535007461905, 0.00018819775141309947, 18.449459075927734, 0.006504288874566555], "count": [165]}, "action": {"min": [-0.6458058953285217, -0.004601942375302315, -1.747204065322876, -0.22549517452716827, -0.4908738434314728, -0.016873788088560104, -2.7585105895996094, 0.0, 0.0, -0.0015339808305725455, -0.007669903803616762, -0.0015339808305725455, -0.01073786523193121, -2.742553234100342, 0.0, 100.0, 0.0, 0.0], "max": [0.17487381398677826, 2.192058563232422, -0.0, 0.6887573599815369, 0.05368932709097862, 0.5368932485580444, -1.5399999618530273, 0.0, 0.0015339808305725455, -0.0, -0.004601942375302315, 0.003067961661145091, 0.003067961661145091, -2.7421276569366455, 100.0, 100.0, 0.0, 0.0], "mean": [-0.15712621808052063, 1.3352046012878418, -1.0313279628753662, 0.15339812636375427, -0.2566211223602295, 0.2923767566680908, -2.3387060165405273, 0.0, 1.859370786405634e-05, -0.0009203882655128837, -0.006145225837826729, 0.0029192145448178053, -0.010291620157659054, -2.7422406673431396, 69.09091186523438, 100.0, 0.0, 0.0], "std": [0.31443536281585693, 0.8160216212272644, 0.6456831097602844, 0.26318836212158203, 0.17575328052043915, 0.1708521544933319, 0.538547158241272, 0.0, 0.0001678590488154441, 0.000751494022551924, 0.0002668698725756258, 0.0007404872449114919, 0.0021891274955123663, 0.00018819775141309947, 46.211875915527344, 0.0, 0.0, 0.0], "count": [165]}, "timestamp": {"min": [0.0], "max": [5.466666666666667], "mean": [2.7333333333333325], "std": [1.587684080899201], "count": [165]}, "frame_index": {"min": [0], "max": [164], "mean": [82.0], "std": [47.63052242697603], "count": [165]}, "episode_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [165]}, "index": {"min": [38425], "max": [38589], "mean": [38507.0], "std": [47.63052242697603], "count": [165]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [165]}, "subtask_annotation": {"mean": [2.6, 6.0, 6.0, 6.0, 6.0], "std": [1.4721659985452495, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [165]}, "scene_annotation": {"mean": [194.0], "std": [0.0], "min": [194], "max": [194], "count": [165]}, "eef_direction_state": {"mean": [3.824242424242424, 6.0], "std": [1.7510222647166767, 0.0], "min": [0, 6], "max": [6, 6], "count": [165]}, "eef_velocity_state": {"mean": [1.5757575757575757, 0.0], "std": [0.7315530607033405, 0.0], "min": [0, 0], "max": [2, 0], "count": [165]}, "eef_acc_mag_state": {"mean": [1.4242424242424243, 0.0], "std": [0.7062621639736827, 0.0], "min": [0, 0], "max": [2, 0], "count": [165]}, "eef_direction_action": {"mean": [3.981818181818182, 6.0], "std": [1.7631676978037332, 0.0], "min": [0, 6], "max": [6, 6], "count": [165]}, "eef_velocity_action": {"mean": [1.503030303030303, 0.0], "std": [0.8062200799183467, 0.0], "min": [0, 0], "max": [2, 0], "count": [165]}, "eef_acc_mag_action": {"mean": [1.3393939393939394, 0.0], "std": [0.7587627065240852, 0.0], "min": [0, 0], "max": [2, 0], "count": [165]}, "eef_sim_pose_state": {"mean": [0.30388022073149207, 0.2725027458552324, 1.2919625872615161, 0.09276514014948818, 0.4259559272333448, -0.4799337191479326, 0.06896704957197855, -0.3364313868638695, 1.1832670537451888, -0.01002377322285812, -0.007629889086931929, 0.002589373454529553], "std": [0.15403117415031858, 0.11531518694545072, 0.07330040290649094, 0.11394989778802063, 0.35850469282892283, 0.4832997107667924, 8.799489888953881e-06, 1.2129550215404537e-05, 3.668571453017168e-05, 0.0017398660320311456, 0.000268001041106901, 0.000535015259307137], "min": [0.06888919962603678, 0.0686029207051012, 1.1823205269513835, -0.11115440045513114, -0.06344645866635257, -1.292734994811605, 0.06893381762523021, -0.336518967226378, 1.1831289689678057, -0.010872838746408264, -0.008297849537249435, -0.0012766217570345999], "max": [0.47199274916086226, 0.38898448134641167, 1.4243995250626449, 0.26418610403756093, 0.9958752878039228, 0.0329906382414035, 0.06899974909167157, -0.3364182270972067, 1.1834083639428252, 0.0012736079246790165, -0.006382973436473094, 0.0031915881567922836], "count": [165]}, "eef_sim_pose_action": {"mean": [0.30387343509199566, 0.2705146479496103, 1.29285541115361, 0.09661405807742164, 0.4196404822328917, -0.4891492832601732, 0.06905961082739656, -0.3364245490757989, 1.1833804004773618, -0.010312195511867154, -0.007046982986472752, 0.0029192853466142145], "std": [0.15289036934975278, 0.11573631733335553, 0.07560248264751326, 0.11914643841471428, 0.3621295412565712, 0.4864364855260239, 6.042264135339527e-05, 1.6663162056697437e-05, 0.00020857472995025475, 0.0021941537396091633, 0.000808128016625368, 0.0007405060227932774], "min": [0.06848079231969847, 0.06847854699870023, 1.1823378121641317, -0.12060740042250713, -0.0321747823940679, -1.296008549595617, 0.06901011892426828, -0.33652475915709257, 1.1831239459518827, -0.01076139662833108, -0.009203884634189086, -0.001534045805666707], "max": [0.4676066854075653, 0.38894755187901636, 1.4253157734531603, 0.2827465132563405, 1.004994616931024, 0.05524607583757464, 0.06924533952316436, -0.3364212017670418, 1.1837063100011282, 0.003067961661145091, -0.004601942491717637, 0.0030680519029402647], "count": [165]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [165]}, "gripper_activity_state": {"mean": [1.7878787878787878, 2.0], "std": [0.5803643452060171, 0.0], "min": [0, 2], "max": [2, 2], "count": [165]}, "gripper_mode_action": {"mean": [0.3090909090909091, 0.0], "std": [0.46211872825959427, 0.0], "min": [0, 0], "max": [1, 0], "count": [165]}, "gripper_activity_action": {"mean": [1.9454545454545455, 2.0], "std": [0.2965364805509105, 0.0], "min": [0, 2], "max": [2, 2], "count": [165]}, "gripper_open_scale_state": {"mean": [0.8349834509184861, 0.9733008649421451], "std": [0.18449458577733777, 6.503834750953875e-05], "min": [0.5613977813720703, 0.9732622528076171], "max": [0.9789613342285156, 0.9734104156494141], "count": [165]}, "gripper_open_scale_action": {"mean": [0.6909090909090909, 1.0], "std": [0.46211872825959427, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [165]}}} +{"episode_index": 43, "stats": {"observation.images.cam_high_left_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.6206112173202615]], [[0.6510328104575163]], [[0.6235795806100218]]], "std": [[[0.1914196363160554]], [[0.2018810230402523]], [[0.20517935274787213]]], "count": [100]}, "observation.images.cam_high_right_rgb": {"min": [[[0.0]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.5914005010893245]], [[0.6270682516339869]], [[0.5954080555555556]]], "std": [[[0.19584189759455878]], [[0.20578895262039368]], [[0.2037305452085202]]], "count": [100]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8274509803921568]], [[0.7294117647058823]]], "mean": [[[0.4568462091503268]], [[0.4510570669934641]], [[0.41483569172113294]]], "std": [[[0.18243716764276813]], [[0.17024380318743038]], [[0.19653042596507564]]], "count": [100]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.7411764705882353]], [[0.6862745098039216]]], "mean": [[[0.4253957026143791]], [[0.42533505446623093]], [[0.40705117647058825]]], "std": [[[0.19645940771555748]], [[0.19000682013685727]], [[0.20570265488348435]]], "count": [100]}, "observation.state": {"min": [-0.6931914687156677, -0.003617021255195141, -1.994468092918396, -0.4048936069011688, -0.34148937463760376, 0.005106383003294468, -2.7589361667633057, -0.0008510638144798577, -0.001276595750823617, 0.0, -0.013404255732893944, -0.0017021276289597154, -0.049361702054739, -2.7608511447906494, 54.53164291381836, 97.96267700195312], "max": [0.0017021276289597154, 2.486595630645752, 0.0, 0.2634042501449585, 0.17638297379016876, 0.4521276652812958, -1.4912766218185425, 0.0, -0.0008510638144798577, 0.0, -0.005319148767739534, 0.003617021255195141, 0.003617021255195141, -2.760425567626953, 97.91092681884766, 97.97746276855469], "mean": [-0.30438658595085144, 1.4422988891601562, -1.0722951889038086, -0.043391257524490356, -0.06813981384038925, 0.17853151261806488, -2.3970446586608887, -1.736865124257747e-05, -0.0009604872902855277, 0.0, -0.013080350123345852, -0.0009370396146550775, 0.002130262553691864, -2.760435104370117, 85.51549530029297, 97.96295928955078], "std": [0.2511594891548157, 0.9186813831329346, 0.7286441922187805, 0.14726507663726807, 0.13458119332790375, 0.13321921229362488, 0.5423130989074707, 9.256046905647963e-05, 0.0001859824260463938, 0.0, 0.0007520727231167257, 0.0005273352144286036, 0.005749277770519257, 3.877091148751788e-05, 18.558324813842773, 0.001340218586847186], "count": [245]}, "action": {"min": [-0.6964272856712341, -0.0015339808305725455, -1.9941750764846802, -0.4080388844013214, -0.3436116874217987, 0.004601942375302315, -2.7589361667633057, 0.0, 0.0, -0.003067961661145091, -0.013805827125906944, -0.003067961661145091, -0.05522330850362778, -2.7608511447906494, 0.0, 100.0, 0.0, 0.0], "max": [0.003067961661145091, 2.4927186965942383, 0.0, 0.279184490442276, 0.18561168015003204, 0.45405831933021545, -1.4912766218185425, 0.0, 0.0, 0.0015339808305725455, -0.0015339808305725455, 0.006135923322290182, 0.003067961661145091, -2.760425567626953, 100.0, 100.0, 0.0, 0.0], "mean": [-0.30440443754196167, 1.4407161474227905, -1.0697110891342163, -0.04598814621567726, -0.06936730444431305, 0.18091590702533722, -2.3970446586608887, 0.0, 0.0, -6.261146154429298e-06, -0.013636800460517406, -0.001039352035149932, 0.0018658258486539125, -2.760435104370117, 73.46939086914062, 100.0, 0.0, 0.0], "std": [0.2539452910423279, 0.9184879660606384, 0.729042112827301, 0.1536707729101181, 0.13685020804405212, 0.13340051472187042, 0.5423130989074707, 0.0, 0.0, 0.00021905066387262195, 0.0010464920196682215, 0.000895670906174928, 0.006515161134302616, 3.877091148751788e-05, 44.14961624145508, 0.0, 0.0, 0.0], "count": [245]}, "timestamp": {"min": [0.0], "max": [8.133333333333333], "mean": [4.066666666666666], "std": [2.357493961344923], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [245]}, "index": {"min": [38986], "max": [39230], "mean": [39108.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [245]}, "subtask_annotation": {"mean": [2.6653061224489796, 6.0, 6.0, 6.0, 6.0], "std": [1.4034288943124584, 0.0, 0.0, 0.0, 0.0], "min": [0, 6, 6, 6, 6], "max": [6, 6, 6, 6, 6], "count": [245]}, "scene_annotation": {"mean": [197.0], "std": [0.0], "min": [197], "max": [197], "count": [245]}, "eef_direction_state": {"mean": [3.416326530612245, 6.0], "std": [2.2163904226518096, 0.0], "min": [0, 6], "max": [6, 6], "count": [245]}, "eef_velocity_state": {"mean": [1.3142857142857143, 0.0], "std": [0.8590455073355951, 0.0], "min": [0, 0], "max": [2, 0], "count": [245]}, "eef_acc_mag_state": {"mean": [1.1224489795918366, 0.0], "std": [0.8767438147969309, 0.0], "min": [0, 0], "max": [2, 0], "count": [245]}, "eef_direction_action": {"mean": [3.3959183673469386, 6.0], "std": [2.264721380680552, 0.0], "min": [0, 6], "max": [6, 6], "count": [245]}, "eef_velocity_action": {"mean": [1.2612244897959184, 0.0], "std": [0.8789642156888265, 0.0], "min": [0, 0], "max": [2, 0], "count": [245]}, "eef_acc_mag_action": {"mean": [1.1795918367346938, 0.0], "std": [0.8478013802427564, 0.0], "min": [0, 0], "max": [2, 0], "count": [245]}, "eef_sim_pose_state": {"mean": [0.3299145539827562, 0.21073239041430167, 1.2711907572801135, 0.12749323351527142, 0.31971708319511366, -0.39017355355039823, 0.0690478943177232, -0.3365109289505202, 1.1838137929137071, 0.0021436270175144248, -0.014040808448781774, -0.000954502333090686], "std": [0.17748991059682967, 0.1166846772859349, 0.06347052414052703, 0.06383072372870377, 0.2632495964604697, 0.23691469867518122, 1.4337253559826874e-05, 1.1991300220804206e-05, 7.70568039321126e-05, 0.005753350051383637, 0.0007808643943764618, 0.0005381645648844062], "min": [0.06456900098805307, 0.0054267726997151745, 1.182411929400185, -0.0010691582400965682, -0.07887154950018571, -0.7566542710613897, 0.06902314479748779, -0.33652854295953905, 1.1830207956668346, -0.04939402516260885, -0.01468085148371756, -0.002127822325885963], "max": [0.5550582966218331, 0.3334804009403876, 1.4122466350646494, 0.23448799131722617, 0.7753513278148518, 0.002127659882943813, 0.0690643384446741, -0.33640884634817136, 1.1838494978808327, 0.003635764109277256, -0.006170212582219392, 0.0036171656776099632], "count": [245]}, "eef_sim_pose_action": {"mean": [0.3295047913083885, 0.2100660838568239, 1.2711764094788942, 0.1310539030643036, 0.3180909531226744, -0.3908911712270207, 0.06912040267517582, -0.3365136285075166, 1.1838945000902203, 0.0018802772882562158, -0.01364302518625177, -0.0010394511918210367], "std": [0.17654805759457348, 0.11740543568860673, 0.06398195432135766, 0.06563879076523785, 0.2510445993542548, 0.23810648754131902, 1.627029500842724e-05, 2.0155259219313335e-05, 8.725401101019237e-05, 0.006520044653784666, 0.0009361235680957416, 0.0008957361028482702], "min": [0.05918991178384839, 0.005677746717481955, 1.1824598884192927, 0.003429985960050258, -0.030672529128985992, -0.7724885739488206, 0.06889688680757311, -0.33655927823295817, 1.1831239440024555, -0.055260958294879786, -0.013805827125906944, -0.0030679941476817185], "max": [0.5543378669543768, 0.3335086706202691, 1.4113167484622593, 0.24476396441189302, 0.7741825226110346, 0.003067968880376229, 0.06924170391965578, -0.33635216418389785, 1.1839100937438722, 0.0030891408726067557, -0.004601920833945616, 0.0061360388285942626], "count": [245]}, "gripper_mode_state": {"mean": [0.0, 0.0], "std": [0.0, 0.0], "min": [0, 0], "max": [0, 0], "count": [245]}, "gripper_activity_state": {"mean": [1.8489795918367347, 2.0], "std": [0.5006617861124436, 0.0], "min": [0, 2], "max": [2, 2], "count": [245]}, "gripper_mode_action": {"mean": [0.2653061224489796, 0.0], "std": [0.44149607454660955, 0.0], "min": [0, 0], "max": [1, 0], "count": [245]}, "gripper_activity_action": {"mean": [1.963265306122449, 2.0], "std": [0.24469379244607076, 0.0], "min": [0, 2], "max": [2, 2], "count": [245]}, "gripper_open_scale_state": {"mean": [0.8551535379837996, 0.9796279770208894], "std": [0.18558333606388838, 1.330441847622445e-05], "min": [0.5453164291381836, 0.9796267700195312], "max": [0.9791092681884765, 0.9797746276855469], "count": [245]}, "gripper_open_scale_action": {"mean": [0.7346938775510204, 1.0], "std": [0.44149607454660955, 0.0], "min": [0.0, 1.0], "max": [1.0, 1.0], "count": [245]}}} diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/meta/info.json b/R1_Lite_move_the_position_of_the_rubiks_cube/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..475094953aac1a182b79303bef5c707da63a71b8 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/meta/info.json @@ -0,0 +1 @@ +{"codebase_version": "v2.1", "robot_type": "galaxea_r1_lite", "total_episodes": 44, "total_frames": 9055, "total_tasks": 1, "total_videos": 176, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:43"}, "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_left_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_high_right_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "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": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "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": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "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": [16], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "left_gripper_open", "right_gripper_open"]}, "action": {"dtype": "float32", "shape": [18], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "left_gripper_open", "right_gripper_open"]}, "timestamp": {"dtype": "float32", "shape": [1], "names": null}, "frame_index": {"dtype": "int64", "shape": [1], "names": null}, "episode_index": {"dtype": "int64", "shape": [1], "names": null}, "index": {"dtype": "int64", "shape": [1], "names": null}, "task_index": {"dtype": "int64", "shape": [1], "names": null}, "subtask_annotation": {"names": null, "dtype": "int32", "shape": [5]}, "scene_annotation": {"names": null, "dtype": "int32", "shape": [1]}, "eef_sim_pose_state": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "gripper_open_scale_state": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_open_scale_action": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_mode_state": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_mode_action": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_activity_state": {"names": ["left_gripper_activity", "right_gripper_activity"], "dtype": "int32", "shape": [2]}}} \ No newline at end of file diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/meta/tasks.jsonl b/R1_Lite_move_the_position_of_the_rubiks_cube/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..435e636a2d093f8f2821dd4e859af2615b9eec5e --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "put the rubiks cube the designated position."} diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ac1b93457e9984c82c10c50c2604e778a0d376f --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe87d957fe5348ba0c0fd3c92efe3e3e30b106c67c83f7747f13c85b60b642a +size 3474163 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000001.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dfd28186d879689c511edaa45fc4fafa898170c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2726a8f8095fbe8147549b63b87a836cf9921bf5ec4ca20290fa9bc62e5e0073 +size 2261433 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000002.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aade89b676a5d29655b25de19718dc84267299fa --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e2e315b61d8bb8631c516fe9b13ca92401ab41c75d88d5268a87110d7bf5e6 +size 2053335 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000003.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84cd0525ce99e692e054d3500747c3e604b0aef6 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba468f156b22f8492ebc28c4efb5516395461696dd1f41806e4b44f2c787033a +size 2725480 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000004.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99670df8f2f6eee42751fcf3779451d2cd7e75fc --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09b1fcc3522d0d253b872c3059af3cb5ef9516bd4daa1ac498a360192c543f1 +size 2443824 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000005.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eacabae4c052cdfd7415012675d55740a29eedaf --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10d8d41401ae5f22a13f460f346094a8dab0551275caa456a0797174eb972ae +size 2348903 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000006.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a72ff7aa6bcaa0b2b9b639b4a2b54b9016a2f825 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af302f6690525d510f4b2fa2c05b86bd3b7a3d0fccb5a7dc5814214a5694533 +size 1970530 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000007.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6d0b9fe30ca1bb3fe37b308c46b81f9f3a3d425 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7af988b1cf6612cdf5ea0e745e68ea108fb4e642cf38735a4f45ddd02f26bf0 +size 1856400 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000008.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76e756daa84dd22b7d97d9ae87cd4bd783329f2b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef06c7fc50ba2553e0dc45eed01abdfe944c4b9f30b6813d60ee921367e8de2 +size 2208041 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000009.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217239640b530a4a834354ae65f4f7a42c6b8dcf --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a78054d64d71235f930ffc754b1a073b5924fd2980a942828fee440c72c63c7 +size 1754610 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000010.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..312c67dabb97bf47b471fdf1e02123a05647e8de --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b85f46016a3a9af44919d38037737efaca02a8c2bf3ff4fab7e7d88917e4ec +size 1411060 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000011.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f17c908646c1566f9ed43f7425d5b04100f1615a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3e6392c90e897128196deed0c04275fe3a1214d0a309ed7736e18ec8554fa8 +size 2420470 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000012.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d043b6153cc59e7a70ee6f76e182ea56daa99af --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421c924a6c3310cca257ccf1e9cae9a84494a7a57b0e5c2c037338e9979e17ca +size 2944948 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000013.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..223e00d543b83db841a3818fc3db5f87059d146f --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d70a0abc222f6bdecc29a9dc157d8e9cda3871cc1be5d648728aaf3a4628b21 +size 1650652 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000014.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76effd2e744e83d4b3516a0f03c629add9dd8ce8 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3089e7861752d9c0b62712b2090712e9b4d0eb3a5d4e89fa0cfb700eb904cb +size 1947781 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000015.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39151a7a5520b7bbdf71719c709589b5921f2204 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d86b7c4ec44c7b9f1229243c335659e81372cc484511e68e6683d21f0a0ed3a +size 1965308 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000016.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25161c83503822d902787d0bb4d81875c56b8c70 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a814e000ec297983a4c4d208dfaf83607ca6e15f5a2cd8536b770cbf2e8c3f88 +size 2160550 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000017.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3974e5b2c78f28890a50901a11a2e967e8fb8488 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98149f4b9ecd252976b58a0cb63d11443e052b1e708b21e239a8e63ccba27baa +size 1778548 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000018.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b3d175c898e0f10b0956f40f8586c26dd75b2dd --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4d397098a754d85363351c2ab15e6d2e74101c22d394885aa5f26cee055350 +size 2167873 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000019.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..930e0e7d034f7e263c4f7f5d447c2743c10e0ff4 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810b6653bbe8efab44b29233b70437a10fc93cd5266c51840082452222af89bf +size 2180489 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000020.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd685c6823307b0eeeab363391265cac980c0041 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5c748e70ebd0abfb5266da16d5d0c8f9fa1e9dc3ffaabd9f2f755a1397fec4 +size 3564485 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000021.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a3a04ef66c0151b593e751e114d2893c7524bde --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7044475b4bc8122699e50b37fefa29e0078cfe3f283992923cb0798ef245646 +size 1983291 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000022.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6898497290a1d43ede9a5a200752e991365680c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7693c82cd36eff7826371831ecb21800bad150818db46c838bdb69c3f6eab17f +size 2118879 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000023.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..034e0934823260fa1f3bd41bfbd74738e10f39de --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2319d64ad357845dad1e0e4d3b7642add45ddb96248957c194be60db7c8b4c48 +size 2223792 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000024.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68a828deaf8427773c5205c1ee09634e1cee4ce9 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae934fad6cd0d8d92f4e235100db4f23be6e32ba034d11692ccca90418333ef4 +size 2606667 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000025.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0220b13d4a074e81d6c1b8aae933ba41d7b81618 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a7bf5a55cb6dd55291b3902f02dadee043729819b2ee87f1ff1b53b2ea5a52 +size 2020338 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000026.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e35e5476225a073ce444759da47c07b8fe2a1c68 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5086d381f96f5fdeaee4966a239dde46f75f83976ab1b1b72104edfda04f8d7b +size 2643431 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000027.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8ab74bb95a12e6763512ae0ea87ca604310f03a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb20c3a7592d415875cff59f8ee4aacad8a33c0a91cb532d9ff2b1b1765d75d +size 2533750 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000028.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59a38b0ae624a2aafc170249b40196cc7ce00dc4 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ce6a0fb8b335e587f4058720f1b04fb3ac74e2d18cb226f3535a52c42a5bd3 +size 2027846 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000029.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdcc534036e4da7a26f9bb9c8bc6363e4809ed7a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36a2c5e3e78cf0dcf8fe30100a6f17fa30b748ea75e7ee8b11f60dc5cf53cde +size 2421043 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000030.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79c24476ba6d2b5ba31f4fbe960ca940c3757557 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac50a3ef674c3e4f827a5c3d64563be4256df8e55409dcaa50b215a7cac9d9b +size 2087115 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000031.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68cc82d8f07b5f64b59bd8735cee7d88a10ffdfc --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6214788cf00b1594b5752d33931c4c8db619e1c4de39636f2322ba2347f0e3 +size 1777820 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000032.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba4e43627d1e188c144387c3b29d015e8eb4eada --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee6b58e01d51f07ca35410e5cb9d9922dfa7e555d99386e47a4757cc6e0bc43 +size 2318297 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000033.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f043a583c5083f6fa8dc9e38592c541e8d804a6b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07563a9034a383d173425327851f5bd2dcfbba697556c03093edfe292e3e52d +size 2326476 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000034.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40ae54bcc2897982e11a44048386b97d2d503ca1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efd79497d44a5ad68c0e83aa99eecced669f7b1d31865c83ff2c3f3f544bc42 +size 2537744 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000035.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d62b76c0011a48948af65274c88fa578628498e --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629706c824d73a80e5762bc934a06678b1cf7b3e64736d3877e6636a4545b903 +size 1556941 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000036.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd3a0b0da7b8531c7cd248e4df1c049c2704fdbd --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ec99f0a6b267f915916e277f29ed47a572860b5889ea9590fd05b41d466d92 +size 2276234 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000037.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46e9d47ac8b5d59a01463df9326b0efc55d632d5 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2393ee91cbcf82add4a04e779c8342e331e8c6aa565c5ee50daff91f3e2397e +size 2250492 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000038.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f44a4c03c8e7737a8e8c29af70c96b0cc3e94e81 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8fa5084e77d3b32b29fe9187e7bf72b81ea0f427f98bfa0d02455791b95061 +size 2198192 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000039.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be2df034c7091aa903d3fa9fd7ff20b26cc0ab57 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8286dde8019509cf93a05088ba6990c3f47f23f59835c02ad23fc94e2885a79 +size 1768438 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000040.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d7898b344c061a3cb43f288af7ae06e748aad06 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c714d09d6ab6dc0fc8b13ea08fd011e75574b9beec6fe95af27bad2a86001e53 +size 2097128 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000041.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ed2314dec5dc11616a49a5073c5d188e544726c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc83207fe57bbd34222ebe15a4c489ec3e49124aac84e7ca364116fe3d78247 +size 1705229 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000042.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdf51e3582093f69d1fe069f77ea2b2a828fe2e5 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75216b44ade77940a00880444eed0c114df2df4fc6cb2617f50c622afff3543 +size 1768637 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000043.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e168c7997d534cbb943d3eeb92e849a2e020725 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_left_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1ed8f7dfef884071b70f955a7dee2f5796cd9decc7d5b2653948766951f951 +size 2611590 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000000.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..676edf1fbbcd28942f42a6f1081d8717f2a70739 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00b61d20040909942ecbf166307fe0ab941caa418a27ac8bcb203a0bc8ca6e9 +size 3250398 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000001.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de1a5e14cc6717984614c978ce37c2e05a98c09f --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f3b34b355c22164843653f6baa53845c1a7b15f4318f9758047ed1725b4d46 +size 2198146 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000002.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18f8dee51471c07d132d1acfd45e7b83dbf0107c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145ae5c853e56313937e20c0e09b12e8c92b43354037ac14a27936c5e8e49ee7 +size 1931240 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000003.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f58a9821c48a925f0d25bf64e2af30f9666f5df --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0adf955e3c5325b09da1242c3e3a290e66c7d1ef587a32e832510ba10a48b8 +size 2719677 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000004.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0650f10b5360a6fd2e9f611120dc09df36bfd29d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309bd42351312b36d5d30c4eeea511e22a0693e03ebafc50345ffdc447480dfa +size 2291194 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000005.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9aa077108b123aa7af1a12fe3d82540d58495acd --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6773ef021520d1b1631c823e32a770bb83e99ea2890109ea91ad6a5619487c1c +size 2211937 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000006.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c035d96b926b426ca473d94adc4566587fe8c6c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56de6fb2abc546e0a194bcc63cbb97419339f250a2880bf46022270f68b84733 +size 1858303 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000007.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41fb675991a5cf11e59ffdf2b567bc9a1a2341fe --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afffd4ece3c460c8b3fccab81bf6dba33743ba85242b637cbb8d3b1954b2aa49 +size 1754767 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000008.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eda95329f136f7c9f16f6ed434f071492475593c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60debcc566f6d9d571f5decb7348799dc9c733981b0a97d4435f35bd535b5fe +size 2143443 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000009.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25024ab1b93e9681809762805da67fe11a31f1dc --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2736a37e7878c9f6fd50ba4ebbbb93b48eff370d32aa1153fce591ae8ecfd9f9 +size 1642602 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000010.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..889715cea713ad4172ef9cc1ffb11be1d816ce48 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1174415097892b0de9f6ff8c6613d21abc8b902ba6b638592bc6d4d3f8132a55 +size 1379108 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000011.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deabe7ad64f7a394e458341f17678dd44869c851 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a840234981c5274cde2ab17524ff3b09c690fb2b4625d6d69c264c0bfbad4c5 +size 2341508 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000012.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45bf8a1ef4c5b4f5869e2c39f1fed34c03d28e5e --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1e2bbb45180c9535196a316ad83872bbb8e74c650a7f194e69553174302c06 +size 2792269 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000013.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8540ca49db68a1ec24d36798b8971e3126f2623d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc795623249a51389a57fd52cd0f20587aeec2ec275323f492c273726813cf09 +size 1504081 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000014.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88aa61174053b6b11700b3b64f21becc46440fb1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66882ce89377ba553527101bacb907877db3385ddc039f70ccdaa014ecb19569 +size 1798133 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000015.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59ba57ec0cb8856be6639f90cd545609d808d747 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353142a7b4e42269b96da97305ccc72210a00c969e29c3fe08bfa9b22ad48afc +size 1872572 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000016.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec3c1e374da2f0aaac9608985ac6222ab620f86a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b60ca1acff453038c83a63d310238d4c58b603df5d6d7cd041f1f54aeae8582 +size 2026618 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000017.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bf50ce7f9ccb5d958635a93cd8c1515491dee3b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d92fc2892308c5457ebc38a2a3885b8dbe0fd89cb7c652f306111f024ae453d +size 1725750 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000018.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c5ce71f9c7bc30e0643747c74f69735b5744079 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fd43afddd512bcc453f78ff7628e9b5341286ad5d9e793c1c22e5a750d0f08 +size 2043728 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000019.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..402b4a544167597d8c65c31a85b8df114c40b3a1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4de8bc5a92dba1e69a3daabb1bf4748ccdbf4dee01f022ad5cb4b1fe6d64e48 +size 2075863 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000020.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f27743abb7f1ff1f5ac8f48a25634f0b4c578dbc --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4772d2f59da7912a2651ac56ebd5f90f3daf630976ee18a8e3ebb7d30f7fc0 +size 3348204 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000021.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90ec2154d1a8b1265061beb77e6c3386082395fd --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7782f3ecacbd9e13f7c79eff2deac6e4a0e3baa11eab2acc6de0556a07e4d6ab +size 1962414 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000022.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ed8e029161a05c69280c2ff29e4ae794ee0183d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66eeafca9301988041813d6b3b967c9ec2c6dbcef240f8680a91a152a8ab17ee +size 1943120 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000023.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d30163c715b2d67158c5d811f2913c73955475b3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790b2d34ccf23d855e7806bff3a57907be0d72dc422e1e6ec86bda011421f996 +size 2086942 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000024.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44c6a2961a185df37812bfc335855a366df7662d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80303c5c54ae90b99c1cd28a5663b2b44ab53585509e6287c78c23e2821a5869 +size 2468017 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000025.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39ca5cf85217979d047ec374605982c6a5217747 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b2a1589f3d132487ddf55d660ad5a5ea32e559fb8a099e6d50c38143a367b0 +size 1950294 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000026.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8e0849de885a159371b62bb30defddb1e238175 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7566954d063844c711aa3eb8dd8ba484d940f7073d78b8b52d8eb9ef236b7756 +size 2494664 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000027.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ba2cda92b798b7610b8ecfa0b6fe0a352aed845 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63c8e369f4c95ced073bd2d07538902500169819de3fb5f232eb6b5b391e9eb +size 2410659 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000028.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61241d255b78b14a456e7c1b505a33907daea1b7 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bd97222e5137350fb2813af716526a3fd68d42e0cb3eb36cfa7ae0b3900fe2 +size 2032868 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000029.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b07b2fda0501f926e870f4042b4197c28cf1adc8 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fc28140d5a876ff7af74e41907a9470db512094ef8a8964c78aaedc984ecb6 +size 2307718 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000030.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2ed07be8d1ea4759fb454944c4ff15051b45d3c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b7e1420eae1dfb907aec0881d65ca74a05a0a928709afc9621162e5135fca3 +size 1936646 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000031.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c1342284c0cc1046bee0f051482ce1de898e66a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60619e70b8da51546f703d485bc8813263f55c3ff2a74fe9c32da26c6a432f2 +size 1636550 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000032.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..319b99ae9af425014e7cbc71a4aa775e6482ec6c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e90fd91c5bfe9ace1f1f675e6cb0b67bd84b69778b0d543fe1202f6edf98e8f +size 2283588 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000033.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c1a61e7ae546d3150258026f699eac090cf5393 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d00715ce086bbafc735e11536d6441269c241d24d675d7c1a3abbee382b10c0 +size 2347922 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000034.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e61eb80b73b9b767bc45468f814724c09a484976 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3347c38829aea318b6dc01abfd95dea064bf68842b9358381cf7580b5301a8a2 +size 2415857 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000035.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc68fb8740ea5dc78e1f98824fabb102b151087a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe3bef2a2baab605b848f1f974685fad2bb028bacf9117109b6149cab364250 +size 1478817 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000036.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52ffaf7cc56525b64527549f7821c8e7b45be35a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127ed5cbc7558e4e1a4537cd6063e1babc8131bd5b6cbd17575bbca61af5bb1a +size 2177679 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000037.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37dc305149c481a652d9d674beefde409198e899 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035785354fc192b4d5eec256f39a4b73201b2ddf00552feb8fb7a84a122f319a +size 2086058 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000038.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b91e932f89866c3b68978e3115e570ca4f17767c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a31663069a28efc8ee62e9064d01d422c154ea02370913835e5408d6bfd128b +size 2057599 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000039.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b4878cc657aa1e648bfb884d5d311a718f5fd7b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4420f1c741d7621de68410ffbdecd247b51851913e11fba11bf8dc1e395213cc +size 1704974 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000040.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e02c2195dbe82c8bc56617a36d619a7e2e41fc74 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42200bc336fa5efb95bfa15c66416fe9b87cac5017d1edc995a89924d1a7218 +size 1980648 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000041.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49b2b127253df26300403c6d12662091a9fd95d8 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ff6d3f0fc150862bcd586d2a94ddce518dd2eafb25dcc8382f90cf61677a7d +size 1690121 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000042.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48b50f879523133acb2f02591787a9888cd06d5d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b8fad42ebab5eef9797466ce3b8a4f0448a8557c22f5d0bac49221325e8af2 +size 1669220 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000043.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd3926c4712b21cdffc4fb54397279b47e62e7a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_high_right_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0c9bfc43e7ca0dcd129f0186cbc6481d4e9e4aa73dc7c374d0b1b0d4c8718a +size 2474117 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9a12139e37b1477e4c51852da346f7385b0e31d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:d078223a29c6f05f4a21f4f8854efc48755f549d44250493eae23f44bdb99116 +size 1849942 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..607e850e8dba1120cbff3954108d94399913d771 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:bc3bd552ac9e61f93b7f8e951f30b6632d1dcfbaeab36d2316f0a31926748605 +size 1678498 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52581c71cc6ed623a9ae2d532f53258077409577 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:3b0b9f134abffe11d426250c79841e7a253321aacf588e45e2d5ae569d3e307c +size 1544268 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdcae3987172027936aa3e0ad176b36babaa9a9d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:c78545b3a9def60cda00fa16efb5e0d9605ae49f8a3c5d387fc6a6489b2c1266 +size 1678955 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e6869ab65b0b0b7086976bb0e3c06e36f7f6e82 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:6f7f5617acb7a9948414a514b525971154f828c2a31c9a54f8cc54841119bfe5 +size 1606344 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f4a324843a213989077a81336070116269c07ae --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a5fc5a07aedfe6d4d39ab09233351bc168af4772baaf7662c252ed57b44b3028 +size 1616916 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..077b5235fa70ee89d581c9f5b199dcc9c9db4a23 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:f7ddcede4d8252f5dc5379493e4febc60bd4edea9f6e53df373b91a391fcfff1 +size 1462797 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae8e53178fb6515b968371948f80c3db7ff611bd --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a791f464dba3cf75aeeddf24ebfca8f1846c6a4cb9cf09e8374de1291bd1fac8 +size 1295317 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cfaa014dd53425a49c4e99f36d828f8c8f9f013 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:69e01af6657cc7f102a3e686b4a6eb6502c20e0be825c8f95d350ca70217f911 +size 1543969 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d78afdadc966d6dc75488ab27b3bbade6645c95a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:8891305215fb04480b8abc1caa2b16625d2d56d73363c439b5f962e6d7f993a5 +size 954652 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40f7c78c4106356bae0577c590f4200d17a10730 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:d206ffc8371718e1835ec43c4d4be54dcc159d4a72b8ab933c16ddd5c1409164 +size 1014986 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..320f569a796e3bd119b677aab1bade6b71555d70 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:6e1837f7f147d3d92e94384075d5767ebb455d3f20d4612a470bdc1da3bfb70a +size 1843318 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cbfdf925c32b29a613f31c69a747e1b6c1d5136 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:2657913653c914ffc8a94de30b670aa8d0d1d1533af91b70334d0f02a3c54b5c +size 1917234 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec3902a56f8824593a718c36465ce355582a2c71 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:2c7b85ab0c6c3b29ba671e9d08633aef934add7adb5dcca16f228e58f6bcc12a +size 1188546 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5452aea1cb93a4fca40edaa42c8095439b4b08fc --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:c0c457730ee15f30abc2fd15f5626888d2f5950584c220ff40ee587dfb0f69ce +size 1376388 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..716b1daabf4920abb2b2f7a24fa78508c2a95c3d --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:79e9216643d2a7e71807b079c5526aa36bbbaf7537d065f2f8d83d6d6361693c +size 1502036 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..719baf2f4b0f0e65fa80a9d7a514bf5a29bee1de --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a10d9f60ed15894cfd428f409ece9b5043d6f5b626efd3746bae29402cd407ec +size 1620414 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e16fa968429add8fb7b69615846f0083e03c0f2 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:8520d8a3a81e3ca9fa61671767ff2531fa9d23c89f10c05ab64b64998ff89b56 +size 1417964 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b0abcb542810b6a00b5c38c169800a19ad1fb76 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:637e903c875ae60890244038913733171dc262e750f7b542a5eb650669da8d1a +size 1732659 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ba0a5dfb2527bde416cd4bcb2383e1ac4cda5ba --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:84973025896272579ee1b474db6d4695154fab13e76a322e2fcc89d0aef275a0 +size 1507233 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4cbc852a49e208fc17dc859ba91c8efbca4ad0c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:b42c68c61479f9594af5f3b8406a498c238872a76c598216997b9ec0409f716d +size 2127709 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59a37802a3d3ad7400a799a5e7088ddbf9b02f7c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:b3932073728c8ff48c466e935ff5471d593a2a4587d779564bda756a41ef7399 +size 1346980 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d61192a68ad50abf2eeab1a9da406cb18c47dc6 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:8bb5c7b5f12740487ac78b827dc19c7559218a2a5e2c01252912ed3eb2e13214 +size 1251961 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..199416054f25712965ca71e5a1f8ea69893558eb --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:19b8a7620e840cbdeda83010f96c06cf87fb47bc17804909509279cbca99b999 +size 1484573 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d18b1bbb8c681076b1a1145acbcd409a824999 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:73d0c10fcdb5a827b475c0637dd3f3caa0ab77c60b745cc9804eed9e0f098e3b +size 1870516 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31e960e6e64597a4635772deaee46ac4e91487e6 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:fd58fe982044dcc71c995c6fdbb6fd1cca89a64fedf9449e729f43e158fcc2d4 +size 1441328 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2f10ba3622216669d2fbdbd85780436ae395ca1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:731dc909f7b4f6dba2405e11f77f315ed3530613e9192acda3e674adc5dbce08 +size 1793211 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbfad3be35032b4874c4ce0756cbd7a3672b5760 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:b2e3adb69ab49446268b338d3385d93af33d4b01ed6b07e456271535a69e1187 +size 2179352 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5ebfd207e10d7c72010ddc78f99b8c7cce2fd0e --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:05df0acefbba14d21a3cb7c4e7120c976eab78f89933b0a52dc976469e99ff09 +size 1329088 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d80b25b967f8e8fb62047029dc936e02a6caaa5 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:28f29149d4c82b0e60ab0359d627e78eaec64ac8cb5ffdb940cd36c37780b99f +size 1734153 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bcf0af5156012fccee1066b4bd44b96ae593bbc --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:571510ab71314c67f044237b9a3f732a04568fbb2e95ea063084ec6b73655e64 +size 1564811 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f23df01ea956453b92fdcf75293635503231eef --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a6ec19ac1da66f6c9fffb168ca75a4a650c031526d180f48d30f30c47b7bc708 +size 1308065 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e4b5f1c9e1f6c8c54f371ddc4aed73ff466532b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:f95bd71ef514c7c7623dfd32e044888341523c9f8429ab43225ca5ef0e52f4b7 +size 1324658 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..133329938b86b8efe2a917bcf677c42a5987c322 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:389e9015ec986d7811b246c9c285bc9fbdc85f7c58f8386bf1bda10d52524dd4 +size 2201835 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..172153d25d305e1236dc466034feff88d06a3ce1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:c52b7800abc86ce6ed212dbee36a92ec898607e729344d53a1bbcaef2eb5da23 +size 1721795 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3879e085640a3da3b1b466cebb92c38de7fa396 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:580ca8dc9f25bafb6a89625823a04dc5a00d26fa59ff29bb0f7ae4414fed444f +size 1451252 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..734f6605d483150363443db613c56c436c9637c8 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:ea8573f869130c0a49c011f8daa02473060fbbbd425f37cfc6228abd314d90b2 +size 1843186 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..970e1bad66ccebde8f51f82b9201bc33500b7164 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:b458dee9f00b4db226f4270ed081d1e16331c082a1ace99acea7a0642b961202 +size 1712941 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96a1f97e46a88fafe691a5f4f8b7d3c5ac5cac04 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a3e630b760855dacefbff937bc3e3bdd73eabcd9de2bdb51ea25ade7007ea359 +size 1587694 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..501b429b3483ba8db717fb1812d39a3d8e064b57 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:53c4539a0d2c49a2266db89ac073ee457eb864238e6892192fa39a3e4b03ddc7 +size 1396837 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b343332f392c883a592cb80481c7975d440701bc --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:ad65be3afed8a01aa38eeee4abd90673f601d0ed448cbbc77b1a4db6e4841082 +size 1764529 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe15c19e0ec78ce7ebab61218cc308160c46b53b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:558cf2378a01cbff3f76799681b2b30293ed586a9ebda37a2a0f78e71d804504 +size 1223931 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2f45db0f61fb36be6cbe9414391ebbae764acbd --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:fca78bc01bdbc7400e07f49d54b53397fd5a938920dc3dbe226a9ca1112cd692 +size 1347973 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a23a741b5af1725c9ff931d142f12584a51349b3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:cd77cf0760948065bc165341ca5396d6b6d229ef73d3d02fba1ac721a8e08f8b +size 1801504 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6120d8946656482d9299ba9f5f0b6c65455c0802 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:694017a573a2d49ee8f51718cc2ab1c38989f4021e7fc1be8dbf62b3f593d773 +size 3164942 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9668605209f6b379de80a44b8ba2371de4c3b8d5 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:35c1f22f3218910954307f8a8707a3f4c2308dfee9f874942fe292fee399f700 +size 1724647 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bf2fbd2d332656088552e2b6333cb31942170b2 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:63b2cc32039d7a16477a5714c5259ce4be2191be80a7e620c2179c230688144f +size 1728965 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bab37839204ec285cb487db7543bdc17a012a7e1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:42cd7b859707139974a32e8acb814aa183216d6338e93ac2dcbe2536ee788948 +size 2256944 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ebbcf4e53714d35777cd799811cdce0a8a29ac0 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:741c48224d5862ce0f1b9a7d0ce715cfb2b34b5ba152a479f5d3281998c8ae2f +size 2458616 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a76b98781e2eb6bed02d29d0e4d5bdb1f7496df --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:ce6e2dcb0cf4d7e3f1d3a40d5f1830dcc15e6cb989622d10c667387a2353570f +size 2089577 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cace1ba3917c1feb15e7cc1ab8c984cb312d4ec --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:270124a647e0cc09a7d6844a5bf5022ba2cb95f2d161b8da779779262244df4b +size 1766759 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae4f02a054b46eff851ef47333d740778efb229c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:780c30e492272ead0d41d2aa7f071bfab3c5ea11f542719a07c7e6ca28f0f387 +size 1482818 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a65e31500dead94b221bc1f2754291b99df556e8 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a23615bc1be9767a0a256e3986009fe0af012626bc35ff12a81b6f8d88094067 +size 1962230 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2b27030b596a306f1d65393fc14df9755d1061a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:0707405d65b7c0d3b75f23abd5af47755b850123aab8478a3a9c2b749950c988 +size 1499552 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdc3197c53f03ad52b99934a75aa0ec97831d822 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:ee68cc852b8777d145bd8e88e6135c208a6f165551da256039670d2288011a88 +size 1171142 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..069edef6cabd1e99957c5951a1627d4c39a48831 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:3256a0d83924ce0caf83eb5eb3a21a3a100cfe666ceac2e649aed22b1fe05f8b +size 1906841 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70066573455b3c56ff75933071d7a09f642d0a57 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:84b3bceb24bf9cf0b527015666073105c5dc577e28522d24761be2540a096a63 +size 2240899 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a131c28121992165d7ede99fc771386d2d82ea4 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a4205d021e18c86567f7e6e894fb45c2d601f5a6a54f2a36805382f4720329c1 +size 1299073 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af3be28470612752a009d671e65011a68df87edc --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:c77d5ed9ba4fc4569d95052cd273e2535cb39f24e5950b98c9868957fcba88a5 +size 1563036 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d85e23bb80e8f38df2f43c31937b8463512df89b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:49df621e366c26889105133a5b69d39f2262e134a8272bbf682c9175b80380dd +size 1767827 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04d9bd7f7f57e9283e55b24c3921dba0caa614ae --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:5bb6b72b5b191032beac1d26e273a02388c792e243251dd8c5454d1a4e948178 +size 1797156 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d93d56f34eee37ac8722fecb001b70089c85f65a --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:4f67a918641fc9649d83419c16d9b53350171e311d0db11d73cdec564b02f462 +size 1660485 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27156169f6f5d528184f13a7bbdbd53b65080a10 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:d887fbf01603b4d9db464201c266859b0ec08793572f75bf725182d7c9918d43 +size 1963455 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..197ca4920d131e4b5057d5a348cb35dec16b2830 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:6bbeef77767f2a5a02e27a59965d79429467e68f33cb68d4158f3244e2ed7e04 +size 1894364 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ae1b39152c4cb8fb11296afe5161df2991daf1f --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:c91200ed88962a4a8a6c7b6f0bac5be0a65e560067907fde6631186cc32768f0 +size 2681441 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcdf280dd17085c14759f4129352a8d486e76920 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:43086bbce4683a14bce4d4b657ed1423b0377a9721b880636b667e60d24668a0 +size 1917945 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c08706f4877d9d9246a10f7c12d424f8b8944d3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:bb7841ed1fa986cb446253951b1cec6fa20c35d907ec3f173e9e222432e0a38d +size 1768988 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..640ab2e9d0d869f98b2b0c77936a95c777ee20ad --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:9650055467cf98fef772605549edce0875a2158b0d2ba67a39d4c2de9c72a4ed +size 1781431 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4be662051291fffd1d9a90f735564057378eafe --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:ce0d062ed104e461eef5f964005eafa918f6870a3db471210a2a7272ab722773 +size 2361037 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70da4da58a12644b8f2f05b7af58f5925bd3ee36 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:5f576dedc3cd8897292fb827fbc372ec199d20a8c5abe233879b1bad3430ede7 +size 1718638 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..868dff674aa7e61dd6bb3f60a8b1a7b7d5f325a3 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:6de42d6e748579819ac8a01cc4f984e999c8a7f6d22b6ec9e95818bdb2b3ed16 +size 1856604 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f9b92310a1bca542528a8985f98f6a748ef5e70 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:854cde726616dc25a0754f1530e48646a6a60d45e0263a7f9516faab0a410b29 +size 2117751 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2a062d421b24c89617bae5861146aa76faecda1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:3bc9bbab96a2648975125b3e2b6de152d6425260e31947790aef2bc6025f1f13 +size 1872529 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..378b5ed4deefde45f80454818f5c8df2eea891c1 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a772a43ee8ac0984206a97debf43e70a425273b722512b28f5b0d9f942bce4c6 +size 2314378 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da6a4318b277e7ff3633d93e9159ad4244119839 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a4fd2d694ceea7283ceeef21701d9586e46ffadd8867558e0a1fcaf1e339aae2 +size 1746081 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..863ed509b0a4fb08c98e3aaee651ae4096190e76 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:caa43ae5ae6e607c01290583ad5e6b5e9d4c390473de3dfef8442d3c0d1e8bfd +size 1443381 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57aeb63d1f66ec71a6a7da49df8af8265689da49 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:063dd4002c352247bdf8b795178baea42c588e543b2d1085efafc7804292b1d9 +size 1958925 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbf22124bc934dc46519409f7aa8ff6f83501156 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:e48b80594a7b13d27c8351507749888c1fa1eee97efb39326424947c1768c6cd +size 1798006 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eca305950fed521f588ecfe1060b0d2f42aa77e6 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:6096bb592c4d77b3066fe441bb6f3696f2b5b7270be0f7a999f90bade6612f19 +size 2168885 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1b4ab86113e5409ff4478465446017e50e8a28c --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:a8ac3e4fc7190ac03754d6d9eb2c64cfa530a90fec71809244f963cd37eb103e +size 1385280 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa6de8fd9a9d10228dfde7c69c99e69b864f465b --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:7694c4b04a560a44583144bc463547c358a5e10006d9aff9b3f9c57cf039feb0 +size 1932818 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1b16c46b1a1799981deca97955b614d19aa7c06 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:c080066c39330cf14b7f23f8c073d8135174abd32182b02670752c4da8139f48 +size 2022617 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9754d5103d67a5ed7959d8d7814bc094a5d0932 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:f368997d044ff23981a39ae08da419f3251336573908894a05df3aa1597e3b38 +size 1950998 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ce2c680f3375f84d2d68de6a580fc60e69efbf5 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:35ab50b66f654a63a9e90c582ee6999bc2f8b6e7f273890bce43270393becbbe +size 1660634 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e55e34a9e5f800800f7c78941c72b4156efb917 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:2e1ff7b31cd1d0f8ffeb189df131825f72b08960111f6d2ab423e31df5009635 +size 1696758 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e6ac1fb0117d2906c1dcd2e89747e04182c0180 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:0a9ae382483b05b72c68d12b5cd14c424f69eb37249d211778ba436f07bf7c8d +size 1505788 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19c40e406948c13b8f36f1358b000c41da0eee11 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:3d453b5e2fc3ad3bfefbf8cf9f60500d33862a69cfa9f5f1f8aee41011626dc2 +size 1444694 diff --git a/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 b/R1_Lite_move_the_position_of_the_rubiks_cube/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b97861627c0cf74cc03950b1e89024655797841 --- /dev/null +++ b/R1_Lite_move_the_position_of_the_rubiks_cube/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:bf0c990b153eda457e7acef2a7e59477431640b5e1182be43cd07e99668716b3 +size 2477968